|
|
|
| 1 | 2026-05-13T18:09:01.444Z | job assigned to worker 01KRH8CRAP71B6KD7853ASBMD4 [factory aws, i-04fa7ce8c60b05a5b] (queued for 56 s) |
| |
| 2 | 2026-05-13T18:09:09.743Z | starting task 0: "setup" |
| 3 | 2026-05-13T18:09:09.748Z | ++ uname -s |
| 4 | 2026-05-13T18:09:09.753Z | + kern=SunOS |
| 5 | 2026-05-13T18:09:09.753Z | + build_user=build |
| 6 | 2026-05-13T18:09:09.753Z | + build_uid=12345 |
| 7 | 2026-05-13T18:09:09.753Z | + work_dir=/work |
| 8 | 2026-05-13T18:09:09.753Z | + input_dir=/input |
| 9 | 2026-05-13T18:09:09.753Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-13T18:09:09.753Z | + case "$kern" in |
| 11 | 2026-05-13T18:09:09.753Z | + groupadd -g 12345 build |
| 12 | 2026-05-13T18:09:09.763Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-13T18:09:11.768Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-13T18:09:11.839Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-13T18:09:11.842Z | + home_fs=zfs |
| 16 | 2026-05-13T18:09:11.842Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-13T18:09:11.842Z | + mkdir -p /home/build |
| 18 | 2026-05-13T18:09:11.842Z | + chown build:build /home/build /work |
| 19 | 2026-05-13T18:09:12.843Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-13T18:09:12.846Z | process exited: duration 3100 ms, exit code 0 |
| |
| 21 | 2026-05-13T18:09:12.853Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-13T18:09:12.857Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-13T18:09:12.857Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-13T18:09:12.857Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-13T18:09:12.857Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-13T18:09:12.857Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-13T18:09:12.857Z | * rust toolchain profile = "default" |
| 28 | 2026-05-13T18:09:12.860Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-13T18:09:12.860Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-13T18:09:12.960Z | info: downloading installer |
| 31 | 2026-05-13T18:09:14.484Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-13T18:09:14.484Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-13T18:09:14.484Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-13T18:09:14.484Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-13T18:09:14.492Z | info: profile set to default |
| 36 | 2026-05-13T18:09:14.492Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-13T18:09:14.497Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-13T18:09:14.625Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-13T18:09:14.629Z | info: downloading 6 components |
| 40 | 2026-05-13T18:09:29.448Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-13T18:09:29.448Z | |
| 42 | 2026-05-13T18:09:29.481Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-13T18:09:29.481Z | |
| 44 | 2026-05-13T18:09:29.481Z | |
| 45 | 2026-05-13T18:09:29.481Z | Rust is installed now. Great! |
| 46 | 2026-05-13T18:09:29.481Z | |
| 47 | 2026-05-13T18:09:29.485Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-13T18:09:29.485Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-13T18:09:29.485Z | |
| 50 | 2026-05-13T18:09:29.485Z | To configure your current shell, you need to source |
| 51 | 2026-05-13T18:09:29.485Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-13T18:09:29.485Z | |
| 53 | 2026-05-13T18:09:29.485Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-13T18:09:29.485Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-13T18:09:29.485Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-13T18:09:29.485Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-13T18:09:29.485Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-13T18:09:29.485Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-13T18:09:29.485Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-13T18:09:29.485Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-13T18:09:29.485Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-13T18:09:29.573Z | + rustup --version |
| 63 | 2026-05-13T18:09:29.582Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-13T18:09:29.586Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-13T18:09:29.604Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-13T18:09:29.608Z | + cargo --version |
| 67 | 2026-05-13T18:09:29.619Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-13T18:09:29.623Z | + rustc --version |
| 69 | 2026-05-13T18:09:29.641Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-13T18:09:29.645Z | process exited: duration 16790 ms, exit code 0 |
| |
| 71 | 2026-05-13T18:09:29.652Z | starting task 2: "authentication" |
| 72 | 2026-05-13T18:09:29.668Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-13T18:09:29.675Z | starting task 3: "clone repository" |
| 74 | 2026-05-13T18:09:29.679Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-13T18:09:29.682Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-13T18:09:29.722Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-13T18:09:39.848Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-13T18:09:39.848Z | + git fetch origin 80f1e2143255c7b1722902f4ddb57fa55096af5d |
| 79 | 2026-05-13T18:09:40.393Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-13T18:09:40.393Z | * branch 80f1e2143255c7b1722902f4ddb57fa55096af5d -> FETCH_HEAD |
| 81 | 2026-05-13T18:09:40.403Z | + [[ -n john/scrimlet-reconcilers-1 ]] |
| 82 | 2026-05-13T18:09:40.407Z | ++ git branch --show-current |
| 83 | 2026-05-13T18:09:40.407Z | + current=main |
| 84 | 2026-05-13T18:09:40.407Z | + [[ main != john/scrimlet-reconcilers-1 ]] |
| 85 | 2026-05-13T18:09:40.407Z | + git branch -f john/scrimlet-reconcilers-1 80f1e2143255c7b1722902f4ddb57fa55096af5d |
| 86 | 2026-05-13T18:09:40.411Z | + git checkout -f john/scrimlet-reconcilers-1 |
| 87 | 2026-05-13T18:09:40.464Z | Switched to branch 'john/scrimlet-reconcilers-1' |
| 88 | 2026-05-13T18:09:40.469Z | + git reset --hard 80f1e2143255c7b1722902f4ddb57fa55096af5d |
| 89 | 2026-05-13T18:09:40.522Z | HEAD is now at 80f1e2143 fixup after merging with main |
| 90 | 2026-05-13T18:09:40.526Z | process exited: duration 10845 ms, exit code 0 |
| |
| 91 | 2026-05-13T18:09:40.537Z | starting task 4: "build" |
| 92 | 2026-05-13T18:09:40.540Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-13T18:09:40.540Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-13T18:09:40.540Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-13T18:09:40.540Z | + cargo --version |
| 96 | 2026-05-13T18:09:40.549Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-13T18:09:40.553Z | + rustc --version |
| 98 | 2026-05-13T18:09:40.571Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-13T18:09:40.575Z | + source ./env.sh |
| 100 | 2026-05-13T18:09:40.575Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-13T18:09:40.575Z | ++ set -o xtrace |
| 102 | 2026-05-13T18:09:40.578Z | ++++ dirname ./env.sh |
| 103 | 2026-05-13T18:09:40.592Z | +++ readlink -f . |
| 104 | 2026-05-13T18:09:40.595Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-13T18:09:40.595Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-13T18:09:40.595Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-13T18:09:40.595Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-05-13T18:09:40.595Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-05-13T18:09:40.595Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-05-13T18:09:40.595Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-05-13T18:09:40.595Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-05-13T18:09:40.595Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-05-13T18:09:40.595Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-13T18:09:40.595Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-13T18:09:40.596Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 116 | 2026-05-13T18:09:40.596Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 117 | 2026-05-13T18:09:40.596Z | + banner prerequisites |
| 118 | 2026-05-13T18:09:40.599Z | |
| 119 | 2026-05-13T18:09:40.599Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-13T18:09:40.599Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-13T18:09:40.599Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-13T18:09:40.599Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-13T18:09:40.599Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-13T18:09:40.599Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-13T18:09:40.599Z | |
| 126 | 2026-05-13T18:09:40.599Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-13T18:09:42.822Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-13T18:09:42.904Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-13T18:09:43.119Z | Planning: Solver setup ... Done (0.177s) |
| 130 | 2026-05-13T18:09:43.134Z | Planning: Running solver ... Done (0.016s) |
| 131 | 2026-05-13T18:09:43.152Z | Planning: Finding local manifests ... Done (0.012s) |
| 132 | 2026-05-13T18:09:43.163Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-13T18:09:43.179Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-13T18:09:43.193Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-13T18:09:43.197Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-05-13T18:09:43.398Z | Planning: Checking for conflicting actions ... Done (0.204s) |
| 137 | 2026-05-13T18:09:43.406Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-13T18:09:45.990Z | Planning: Evaluating mediators ... Done (2.591s) |
| 139 | 2026-05-13T18:09:45.994Z | Planning: Planning completed in 3.06 seconds |
| 140 | 2026-05-13T18:09:46.000Z | Packages to install: 2 |
| 141 | 2026-05-13T18:09:46.000Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-13T18:09:46.000Z | Estimated space to be consumed: 19.74 MB |
| 143 | 2026-05-13T18:09:46.007Z | Create boot environment: No |
| 144 | 2026-05-13T18:09:46.007Z | Create backup boot environment: No |
| 145 | 2026-05-13T18:09:46.007Z | Rebuild boot archive: No |
| 146 | 2026-05-13T18:09:46.007Z | |
| 147 | 2026-05-13T18:09:46.007Z | Changed packages: |
| 148 | 2026-05-13T18:09:46.007Z | helios |
| 149 | 2026-05-13T18:09:46.007Z | developer/build-essential |
| 150 | 2026-05-13T18:09:46.007Z | None -> 11-3.0 |
| 151 | 2026-05-13T18:09:46.007Z | library/libxmlsec1 |
| 152 | 2026-05-13T18:09:46.007Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-13T18:09:46.068Z | |
| 154 | 2026-05-13T18:09:46.068Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-13T18:09:46.541Z | Download: Completed 1.28 MB in 0.47 seconds (2.7M/s) |
| 156 | 2026-05-13T18:09:46.603Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-13T18:09:46.642Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-13T18:09:46.648Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-13T18:09:46.653Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-13T18:09:46.664Z | Finalize: Updating image state ... Done (0.016s) |
| 161 | 2026-05-13T18:09:49.443Z | Finalize: Creating fast lookup database ... Done (2.760s) |
| 162 | 2026-05-13T18:09:49.541Z | Finalize: Reading search index ... Done (0.036s) |
| 163 | 2026-05-13T18:09:49.545Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-13T18:09:49.663Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-13T18:09:49.951Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-13T18:09:50.056Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-13T18:09:50.060Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-13T18:09:50.214Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-13T18:09:50.217Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-13T18:09:50.237Z | Mediators to change: 2 |
| 171 | 2026-05-13T18:09:50.237Z | Create boot environment: No |
| 172 | 2026-05-13T18:09:50.241Z | Create backup boot environment: No |
| 173 | 2026-05-13T18:09:50.277Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-13T18:09:50.277Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-13T18:09:50.285Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-13T18:09:52.230Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-13T18:09:52.296Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-13T18:09:52.300Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-13T18:09:52.407Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-13T18:09:52.685Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-13T18:09:52.790Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-13T18:09:52.795Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-13T18:09:52.949Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-13T18:09:52.952Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-13T18:09:52.972Z | Mediators to change: 1 |
| 186 | 2026-05-13T18:09:52.973Z | Create boot environment: No |
| 187 | 2026-05-13T18:09:52.980Z | Create backup boot environment: No |
| 188 | 2026-05-13T18:09:53.011Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-13T18:09:53.011Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-13T18:09:53.019Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-13T18:09:54.939Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-13T18:09:55.004Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-13T18:09:55.007Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-13T18:09:55.099Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-13T18:09:55.399Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-13T18:09:55.399Z | apache system 2.4 system |
| 197 | 2026-05-13T18:09:55.399Z | clang system 15 system |
| 198 | 2026-05-13T18:09:55.399Z | csh system system illumos |
| 199 | 2026-05-13T18:09:55.399Z | ctags system system illumos |
| 200 | 2026-05-13T18:09:55.399Z | file vendor vendor darwinsys |
| 201 | 2026-05-13T18:09:55.399Z | file system system illumos |
| 202 | 2026-05-13T18:09:55.399Z | gcc vendor 14 vendor |
| 203 | 2026-05-13T18:09:55.399Z | gcc system 13 system |
| 204 | 2026-05-13T18:09:55.399Z | gcc system 10 system |
| 205 | 2026-05-13T18:09:55.399Z | go system 1.25 system |
| 206 | 2026-05-13T18:09:55.399Z | llvm system 15 system |
| 207 | 2026-05-13T18:09:55.399Z | mariadb system 11.4 system |
| 208 | 2026-05-13T18:09:55.399Z | mta vendor vendor dma |
| 209 | 2026-05-13T18:09:55.399Z | openjdk system 17 system |
| 210 | 2026-05-13T18:09:55.399Z | openjdk system 11 system |
| 211 | 2026-05-13T18:09:55.399Z | openssl vendor 3 vendor |
| 212 | 2026-05-13T18:09:55.399Z | perl system 5.40 system |
| 213 | 2026-05-13T18:09:55.399Z | postgresql system 18 system |
| 214 | 2026-05-13T18:09:55.399Z | postgresql system 17 system |
| 215 | 2026-05-13T18:09:55.399Z | python vendor 3 vendor |
| 216 | 2026-05-13T18:09:55.399Z | python system 2 system |
| 217 | 2026-05-13T18:09:55.399Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-13T18:09:55.399Z | ruby system 3.4 system |
| 219 | 2026-05-13T18:09:55.399Z | ruby system 3.0 system |
| 220 | 2026-05-13T18:09:55.399Z | words vendor vendor american-english |
| 221 | 2026-05-13T18:09:55.399Z | words system system australian-english |
| 222 | 2026-05-13T18:09:55.399Z | words system system british-english |
| 223 | 2026-05-13T18:09:55.399Z | words system system canadian-english |
| 224 | 2026-05-13T18:09:55.399Z | words system system french |
| 225 | 2026-05-13T18:09:55.399Z | words system system italian |
| 226 | 2026-05-13T18:09:55.400Z | words system system ngerman |
| 227 | 2026-05-13T18:09:55.400Z | words system system ogerman |
| 228 | 2026-05-13T18:09:55.400Z | words system system spanish |
| 229 | 2026-05-13T18:09:55.647Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-13T18:09:55.647Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-13T18:09:55.914Z | FMRI IFO |
| 232 | 2026-05-13T18:09:55.914Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-13T18:09:55.915Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-13T18:09:55.915Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-13T18:09:55.915Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-13T18:09:55.915Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-13T18:09:55.915Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-13T18:09:55.915Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-13T18:09:55.915Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-13T18:09:55.915Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-13T18:09:56.154Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-13T18:09:56.450Z | Updating crates.io index |
| 243 | 2026-05-13T18:09:56.453Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-13T18:09:56.779Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-13T18:09:57.652Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-13T18:09:58.117Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-13T18:09:59.361Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-13T18:10:00.094Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-13T18:10:01.534Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-13T18:10:02.398Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-13T18:10:03.045Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-13T18:10:04.187Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-13T18:10:04.893Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-13T18:10:05.496Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-13T18:10:05.821Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-13T18:10:07.221Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-13T18:10:07.846Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 258 | 2026-05-13T18:10:08.284Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 259 | 2026-05-13T18:10:08.725Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 260 | 2026-05-13T18:10:09.249Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-05-13T18:10:09.675Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-05-13T18:10:09.952Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-05-13T18:10:10.229Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 264 | 2026-05-13T18:10:10.698Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-05-13T18:10:11.258Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-05-13T18:10:11.842Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-05-13T18:10:12.221Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-05-13T18:10:12.582Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-05-13T18:10:12.901Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-05-13T18:10:13.901Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 271 | 2026-05-13T18:10:14.762Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 272 | 2026-05-13T18:10:15.219Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 273 | 2026-05-13T18:10:15.514Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 274 | 2026-05-13T18:10:15.928Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2026-05-13T18:10:16.243Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 276 | 2026-05-13T18:10:16.633Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-05-13T18:10:17.039Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-05-13T18:10:17.321Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-05-13T18:10:17.647Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-05-13T18:10:17.978Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-05-13T18:10:29.824Z | Downloading crates ... |
| 282 | 2026-05-13T18:10:29.887Z | Downloaded cargo-platform v0.2.0 |
| 283 | 2026-05-13T18:10:29.887Z | Downloaded is_terminal_polyfill v1.70.2 |
| 284 | 2026-05-13T18:10:29.887Z | Downloaded anstream v0.6.21 |
| 285 | 2026-05-13T18:10:29.887Z | Downloaded cargo_toml v0.21.0 |
| 286 | 2026-05-13T18:10:29.887Z | Downloaded bitflags v2.11.0 |
| 287 | 2026-05-13T18:10:29.887Z | Downloaded plain v0.2.3 |
| 288 | 2026-05-13T18:10:29.887Z | Downloaded toml v0.8.23 |
| 289 | 2026-05-13T18:10:29.887Z | Downloaded fastrand v2.3.0 |
| 290 | 2026-05-13T18:10:29.887Z | Downloaded clap_lex v1.0.0 |
| 291 | 2026-05-13T18:10:29.887Z | Downloaded cfg-if v1.0.4 |
| 292 | 2026-05-13T18:10:29.887Z | Downloaded quote v1.0.45 |
| 293 | 2026-05-13T18:10:29.887Z | Downloaded zerofrom-derive v0.1.6 |
| 294 | 2026-05-13T18:10:29.887Z | Downloaded utf8parse v0.2.2 |
| 295 | 2026-05-13T18:10:29.887Z | Downloaded usdt-attr-macro v0.5.0 |
| 296 | 2026-05-13T18:10:29.887Z | Downloaded clap_derive v4.5.55 |
| 297 | 2026-05-13T18:10:29.887Z | Downloaded unicode-linebreak v0.1.5 |
| 298 | 2026-05-13T18:10:29.887Z | Downloaded typeid v1.0.3 |
| 299 | 2026-05-13T18:10:29.887Z | Downloaded getrandom v0.4.1 |
| 300 | 2026-05-13T18:10:29.887Z | Downloaded zerocopy-derive v0.7.35 |
| 301 | 2026-05-13T18:10:29.887Z | Downloaded cargo_metadata v0.21.0 |
| 302 | 2026-05-13T18:10:29.888Z | Downloaded camino-tempfile v1.4.1 |
| 303 | 2026-05-13T18:10:29.888Z | Downloaded cargo-util-schemas v0.8.2 |
| 304 | 2026-05-13T18:10:29.888Z | Downloaded clap v4.5.60 |
| 305 | 2026-05-13T18:10:29.888Z | Downloaded serde v1.0.228 |
| 306 | 2026-05-13T18:10:29.888Z | Downloaded ucd-trie v0.1.7 |
| 307 | 2026-05-13T18:10:29.888Z | Downloaded toml_write v0.1.2 |
| 308 | 2026-05-13T18:10:29.888Z | Downloaded ordered-float v2.10.1 |
| 309 | 2026-05-13T18:10:29.905Z | Downloaded heck v0.4.1 |
| 310 | 2026-05-13T18:10:29.905Z | Downloaded cpufeatures v0.2.17 |
| 311 | 2026-05-13T18:10:29.905Z | Downloaded anstyle-query v1.1.5 |
| 312 | 2026-05-13T18:10:29.906Z | Downloaded zerofrom v0.1.6 |
| 313 | 2026-05-13T18:10:29.906Z | Downloaded thread-id v4.2.2 |
| 314 | 2026-05-13T18:10:29.906Z | Downloaded terminal_size v0.4.3 |
| 315 | 2026-05-13T18:10:29.906Z | Downloaded byteorder v1.5.0 |
| 316 | 2026-05-13T18:10:29.906Z | Downloaded unicode-xid v0.2.6 |
| 317 | 2026-05-13T18:10:29.906Z | Downloaded fnv v1.0.7 |
| 318 | 2026-05-13T18:10:29.906Z | Downloaded colorchoice v1.0.4 |
| 319 | 2026-05-13T18:10:29.906Z | Downloaded yoke-derive v0.8.1 |
| 320 | 2026-05-13T18:10:29.906Z | Downloaded anstyle-parse v0.2.7 |
| 321 | 2026-05-13T18:10:29.906Z | Downloaded thiserror v1.0.69 |
| 322 | 2026-05-13T18:10:29.906Z | Downloaded usdt v0.5.0 |
| 323 | 2026-05-13T18:10:29.907Z | Downloaded serde-value v0.7.0 |
| 324 | 2026-05-13T18:10:29.907Z | Downloaded pretty-hex v0.4.1 |
| 325 | 2026-05-13T18:10:29.907Z | Downloaded form_urlencoded v1.2.2 |
| 326 | 2026-05-13T18:10:29.907Z | Downloaded proc-macro-error v1.0.4 |
| 327 | 2026-05-13T18:10:29.907Z | Downloaded memmap v0.7.0 |
| 328 | 2026-05-13T18:10:29.907Z | Downloaded smawk v0.3.2 |
| 329 | 2026-05-13T18:10:29.907Z | Downloaded utf8_iter v1.0.4 |
| 330 | 2026-05-13T18:10:29.907Z | Downloaded toml_datetime v0.6.11 |
| 331 | 2026-05-13T18:10:29.907Z | Downloaded usdt-macro v0.5.0 |
| 332 | 2026-05-13T18:10:29.907Z | Downloaded potential_utf v0.1.4 |
| 333 | 2026-05-13T18:10:29.907Z | Downloaded heck v0.5.0 |
| 334 | 2026-05-13T18:10:29.907Z | Downloaded version_check v0.9.5 |
| 335 | 2026-05-13T18:10:29.917Z | Downloaded usdt-impl v0.5.0 |
| 336 | 2026-05-13T18:10:29.917Z | Downloaded idna_adapter v1.2.1 |
| 337 | 2026-05-13T18:10:29.917Z | Downloaded thiserror-impl v1.0.69 |
| 338 | 2026-05-13T18:10:29.917Z | Downloaded thiserror v2.0.18 |
| 339 | 2026-05-13T18:10:29.918Z | Downloaded yoke v0.8.1 |
| 340 | 2026-05-13T18:10:29.918Z | Downloaded scroll_derive v0.12.1 |
| 341 | 2026-05-13T18:10:29.918Z | Downloaded macaddr v1.0.1 |
| 342 | 2026-05-13T18:10:29.918Z | Downloaded toml_edit v0.22.27 |
| 343 | 2026-05-13T18:10:29.918Z | Downloaded zerovec-derive v0.11.2 |
| 344 | 2026-05-13T18:10:29.918Z | Downloaded proc-macro-error-attr v1.0.4 |
| 345 | 2026-05-13T18:10:29.918Z | Downloaded zmij v1.0.21 |
| 346 | 2026-05-13T18:10:29.918Z | Downloaded errno v0.3.14 |
| 347 | 2026-05-13T18:10:29.918Z | Downloaded itoa v1.0.17 |
| 348 | 2026-05-13T18:10:29.918Z | Downloaded swrite v0.1.0 |
| 349 | 2026-05-13T18:10:29.918Z | Downloaded dtrace-parser v0.2.0 |
| 350 | 2026-05-13T18:10:29.929Z | Downloaded stable_deref_trait v1.2.1 |
| 351 | 2026-05-13T18:10:29.929Z | Downloaded percent-encoding v2.3.2 |
| 352 | 2026-05-13T18:10:29.930Z | Downloaded block-buffer v0.10.4 |
| 353 | 2026-05-13T18:10:29.930Z | Downloaded writeable v0.6.2 |
| 354 | 2026-05-13T18:10:29.930Z | Downloaded strsim v0.11.1 |
| 355 | 2026-05-13T18:10:29.930Z | Downloaded generic-array v0.14.7 |
| 356 | 2026-05-13T18:10:29.930Z | Downloaded crypto-common v0.1.7 |
| 357 | 2026-05-13T18:10:29.940Z | Downloaded tinystr v0.8.2 |
| 358 | 2026-05-13T18:10:29.940Z | Downloaded tabled_derive v0.7.0 |
| 359 | 2026-05-13T18:10:29.940Z | Downloaded equivalent v1.0.2 |
| 360 | 2026-05-13T18:10:29.940Z | Downloaded dof v0.3.0 |
| 361 | 2026-05-13T18:10:29.940Z | Downloaded fs-err v3.3.0 |
| 362 | 2026-05-13T18:10:29.947Z | Downloaded thiserror-impl v2.0.18 |
| 363 | 2026-05-13T18:10:29.962Z | Downloaded serde_spanned v0.6.9 |
| 364 | 2026-05-13T18:10:29.962Z | Downloaded unicode-ident v1.0.24 |
| 365 | 2026-05-13T18:10:29.962Z | Downloaded sha2 v0.10.9 |
| 366 | 2026-05-13T18:10:29.962Z | Downloaded icu_normalizer v2.1.1 |
| 367 | 2026-05-13T18:10:29.962Z | Downloaded anstyle v1.0.13 |
| 368 | 2026-05-13T18:10:29.972Z | Downloaded serde-untagged v0.1.9 |
| 369 | 2026-05-13T18:10:29.972Z | Downloaded typenum v1.19.0 |
| 370 | 2026-05-13T18:10:29.972Z | Downloaded textwrap v0.16.2 |
| 371 | 2026-05-13T18:10:29.972Z | Downloaded scroll v0.12.0 |
| 372 | 2026-05-13T18:10:29.972Z | Downloaded synstructure v0.13.2 |
| 373 | 2026-05-13T18:10:29.972Z | Downloaded digest v0.10.7 |
| 374 | 2026-05-13T18:10:29.972Z | Downloaded zerotrie v0.2.3 |
| 375 | 2026-05-13T18:10:29.972Z | Downloaded autocfg v1.5.0 |
| 376 | 2026-05-13T18:10:29.992Z | Downloaded url v2.5.8 |
| 377 | 2026-05-13T18:10:29.992Z | Downloaded erased-serde v0.4.9 |
| 378 | 2026-05-13T18:10:29.992Z | Downloaded bytecount v0.6.9 |
| 379 | 2026-05-13T18:10:30.010Z | Downloaded semver v1.0.28 |
| 380 | 2026-05-13T18:10:30.010Z | Downloaded camino v1.2.2 |
| 381 | 2026-05-13T18:10:30.010Z | Downloaded once_cell v1.21.3 |
| 382 | 2026-05-13T18:10:30.010Z | Downloaded smallvec v1.15.1 |
| 383 | 2026-05-13T18:10:30.010Z | Downloaded pest_derive v2.8.6 |
| 384 | 2026-05-13T18:10:30.011Z | Downloaded zerovec v0.11.5 |
| 385 | 2026-05-13T18:10:30.011Z | Downloaded pest_generator v2.8.6 |
| 386 | 2026-05-13T18:10:30.011Z | Downloaded displaydoc v0.2.5 |
| 387 | 2026-05-13T18:10:30.021Z | Downloaded tempfile v3.25.0 |
| 388 | 2026-05-13T18:10:30.021Z | Downloaded zerocopy v0.7.35 |
| 389 | 2026-05-13T18:10:30.028Z | Downloaded winnow v0.7.14 |
| 390 | 2026-05-13T18:10:30.028Z | Downloaded num-traits v0.2.19 |
| 391 | 2026-05-13T18:10:30.033Z | Downloaded serde_derive v1.0.228 |
| 392 | 2026-05-13T18:10:30.033Z | Downloaded litemap v0.8.1 |
| 393 | 2026-05-13T18:10:30.033Z | Downloaded log v0.4.29 |
| 394 | 2026-05-13T18:10:30.033Z | Downloaded unicode-width v0.2.0 |
| 395 | 2026-05-13T18:10:30.037Z | Downloaded unicode-width v0.1.14 |
| 396 | 2026-05-13T18:10:30.041Z | Downloaded serde_tokenstream v0.2.3 |
| 397 | 2026-05-13T18:10:30.041Z | Downloaded anyhow v1.0.102 |
| 398 | 2026-05-13T18:10:30.044Z | Downloaded serde_json v1.0.149 |
| 399 | 2026-05-13T18:10:30.048Z | Downloaded icu_locale_core v2.1.1 |
| 400 | 2026-05-13T18:10:30.053Z | Downloaded icu_provider v2.1.1 |
| 401 | 2026-05-13T18:10:30.053Z | Downloaded icu_properties v2.1.2 |
| 402 | 2026-05-13T18:10:30.053Z | Downloaded serde_core v1.0.228 |
| 403 | 2026-05-13T18:10:30.057Z | Downloaded proc-macro2 v1.0.106 |
| 404 | 2026-05-13T18:10:30.064Z | Downloaded icu_collections v2.1.1 |
| 405 | 2026-05-13T18:10:30.069Z | Downloaded pest_meta v2.8.6 |
| 406 | 2026-05-13T18:10:30.072Z | Downloaded memchr v2.8.0 |
| 407 | 2026-05-13T18:10:30.076Z | Downloaded papergrid v0.11.0 |
| 408 | 2026-05-13T18:10:30.079Z | Downloaded icu_normalizer_data v2.1.1 |
| 409 | 2026-05-13T18:10:30.095Z | Downloaded clap_builder v4.5.60 |
| 410 | 2026-05-13T18:10:30.101Z | Downloaded indexmap v2.14.0 |
| 411 | 2026-05-13T18:10:30.108Z | Downloaded pest v2.8.6 |
| 412 | 2026-05-13T18:10:30.124Z | Downloaded idna v1.1.0 |
| 413 | 2026-05-13T18:10:30.132Z | Downloaded hashbrown v0.17.0 |
| 414 | 2026-05-13T18:10:30.139Z | Downloaded icu_properties_data v2.1.2 |
| 415 | 2026-05-13T18:10:30.147Z | Downloaded goblin v0.8.2 |
| 416 | 2026-05-13T18:10:30.155Z | Downloaded tabled v0.15.0 |
| 417 | 2026-05-13T18:10:30.166Z | Downloaded syn v1.0.109 |
| 418 | 2026-05-13T18:10:30.175Z | Downloaded syn v2.0.117 |
| 419 | 2026-05-13T18:10:30.189Z | Downloaded rustix v1.1.3 |
| 420 | 2026-05-13T18:10:30.215Z | Downloaded libc v0.2.185 |
| 421 | 2026-05-13T18:10:30.283Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-05-13T18:10:30.283Z | Compiling unicode-ident v1.0.24 |
| 423 | 2026-05-13T18:10:30.283Z | Compiling quote v1.0.45 |
| 424 | 2026-05-13T18:10:30.295Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-13T18:10:30.295Z | Compiling libc v0.2.185 |
| 426 | 2026-05-13T18:10:30.295Z | Compiling version_check v0.9.5 |
| 427 | 2026-05-13T18:10:30.295Z | Compiling memchr v2.8.0 |
| 428 | 2026-05-13T18:10:30.295Z | Compiling serde v1.0.228 |
| 429 | 2026-05-13T18:10:30.624Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-05-13T18:10:30.697Z | Compiling zmij v1.0.21 |
| 431 | 2026-05-13T18:10:30.854Z | Compiling thiserror v1.0.69 |
| 432 | 2026-05-13T18:10:31.140Z | Compiling itoa v1.0.17 |
| 433 | 2026-05-13T18:10:31.143Z | Compiling autocfg v1.5.0 |
| 434 | 2026-05-13T18:10:31.143Z | Compiling ucd-trie v0.1.7 |
| 435 | 2026-05-13T18:10:31.370Z | Compiling pest v2.8.6 |
| 436 | 2026-05-13T18:10:31.478Z | Compiling writeable v0.6.2 |
| 437 | 2026-05-13T18:10:31.494Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-13T18:10:31.598Z | Compiling byteorder v1.5.0 |
| 439 | 2026-05-13T18:10:31.614Z | Compiling icu_properties_data v2.1.2 |
| 440 | 2026-05-13T18:10:31.665Z | Compiling rustix v1.1.3 |
| 441 | 2026-05-13T18:10:31.816Z | Compiling icu_normalizer_data v2.1.1 |
| 442 | 2026-05-13T18:10:31.995Z | Compiling syn v2.0.117 |
| 443 | 2026-05-13T18:10:32.076Z | Compiling errno v0.3.14 |
| 444 | 2026-05-13T18:10:32.080Z | Compiling serde_json v1.0.149 |
| 445 | 2026-05-13T18:10:32.106Z | Compiling bitflags v2.11.0 |
| 446 | 2026-05-13T18:10:32.315Z | Compiling num-traits v0.2.19 |
| 447 | 2026-05-13T18:10:32.355Z | Compiling equivalent v1.0.2 |
| 448 | 2026-05-13T18:10:32.372Z | Compiling hashbrown v0.17.0 |
| 449 | 2026-05-13T18:10:32.454Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-05-13T18:10:32.495Z | Compiling smallvec v1.15.1 |
| 451 | 2026-05-13T18:10:32.697Z | Compiling typeid v1.0.3 |
| 452 | 2026-05-13T18:10:32.910Z | Compiling indexmap v2.14.0 |
| 453 | 2026-05-13T18:10:32.954Z | Compiling thread-id v4.2.2 |
| 454 | 2026-05-13T18:10:32.985Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-05-13T18:10:33.003Z | Compiling usdt-impl v0.5.0 |
| 456 | 2026-05-13T18:10:33.049Z | Compiling syn v1.0.109 |
| 457 | 2026-05-13T18:10:33.159Z | Compiling winnow v0.7.14 |
| 458 | 2026-05-13T18:10:33.340Z | Compiling toml_write v0.1.2 |
| 459 | 2026-05-13T18:10:33.356Z | Compiling erased-serde v0.4.9 |
| 460 | 2026-05-13T18:10:33.632Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2026-05-13T18:10:33.659Z | Compiling thiserror v2.0.18 |
| 462 | 2026-05-13T18:10:33.810Z | Compiling getrandom v0.4.1 |
| 463 | 2026-05-13T18:10:33.984Z | Compiling camino v1.2.2 |
| 464 | 2026-05-13T18:10:34.063Z | Compiling percent-encoding v2.3.2 |
| 465 | 2026-05-13T18:10:34.143Z | Compiling log v0.4.29 |
| 466 | 2026-05-13T18:10:34.159Z | Compiling plain v0.2.3 |
| 467 | 2026-05-13T18:10:34.212Z | Compiling utf8parse v0.2.2 |
| 468 | 2026-05-13T18:10:34.251Z | Compiling utf8_iter v1.0.4 |
| 469 | 2026-05-13T18:10:34.267Z | Compiling form_urlencoded v1.2.2 |
| 470 | 2026-05-13T18:10:34.321Z | Compiling anstyle-parse v0.2.7 |
| 471 | 2026-05-13T18:10:34.355Z | Compiling ordered-float v2.10.1 |
| 472 | 2026-05-13T18:10:34.509Z | Compiling synstructure v0.13.2 |
| 473 | 2026-05-13T18:10:34.564Z | Compiling pest_generator v2.8.6 |
| 474 | 2026-05-13T18:10:34.618Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-05-13T18:10:34.743Z | Compiling pretty-hex v0.4.1 |
| 476 | 2026-05-13T18:10:34.826Z | Compiling is_terminal_polyfill v1.70.2 |
| 477 | 2026-05-13T18:10:34.877Z | Compiling colorchoice v1.0.4 |
| 478 | 2026-05-13T18:10:34.895Z | Compiling anstyle v1.0.13 |
| 479 | 2026-05-13T18:10:34.910Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-05-13T18:10:34.927Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-05-13T18:10:35.043Z | Compiling serde-untagged v0.1.9 |
| 482 | 2026-05-13T18:10:35.125Z | Compiling anstream v0.6.21 |
| 483 | 2026-05-13T18:10:35.178Z | Compiling semver v1.0.28 |
| 484 | 2026-05-13T18:10:35.333Z | Compiling fs-err v3.3.0 |
| 485 | 2026-05-13T18:10:35.352Z | Compiling clap_lex v1.0.0 |
| 486 | 2026-05-13T18:10:35.435Z | Compiling bytecount v0.6.9 |
| 487 | 2026-05-13T18:10:35.504Z | Compiling strsim v0.11.1 |
| 488 | 2026-05-13T18:10:35.520Z | Compiling once_cell v1.21.3 |
| 489 | 2026-05-13T18:10:35.536Z | Compiling unicode-xid v0.2.6 |
| 490 | 2026-05-13T18:10:35.571Z | Compiling heck v0.5.0 |
| 491 | 2026-05-13T18:10:35.588Z | Compiling heck v0.4.1 |
| 492 | 2026-05-13T18:10:35.659Z | Compiling anyhow v1.0.102 |
| 493 | 2026-05-13T18:10:35.729Z | Compiling unicode-width v0.1.14 |
| 494 | 2026-05-13T18:10:35.808Z | Compiling fnv v1.0.7 |
| 495 | 2026-05-13T18:10:35.848Z | Compiling fastrand v2.3.0 |
| 496 | 2026-05-13T18:10:35.910Z | Compiling clap_builder v4.5.60 |
| 497 | 2026-05-13T18:10:36.002Z | Compiling papergrid v0.11.0 |
| 498 | 2026-05-13T18:10:36.110Z | Compiling tempfile v3.25.0 |
| 499 | 2026-05-13T18:10:36.174Z | Compiling memmap v0.7.0 |
| 500 | 2026-05-13T18:10:36.223Z | Compiling unicode-width v0.2.0 |
| 501 | 2026-05-13T18:10:36.241Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-05-13T18:10:36.354Z | Compiling zerofrom-derive v0.1.6 |
| 503 | 2026-05-13T18:10:36.483Z | Compiling yoke-derive v0.8.1 |
| 504 | 2026-05-13T18:10:36.500Z | Compiling zerovec-derive v0.11.2 |
| 505 | 2026-05-13T18:10:36.683Z | Compiling displaydoc v0.2.5 |
| 506 | 2026-05-13T18:10:37.424Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2026-05-13T18:10:37.441Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2026-05-13T18:10:37.595Z | Compiling pest_derive v2.8.6 |
| 509 | 2026-05-13T18:10:37.625Z | Compiling scroll_derive v0.12.1 |
| 510 | 2026-05-13T18:10:37.729Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-05-13T18:10:37.856Z | Compiling yoke v0.8.1 |
| 512 | 2026-05-13T18:10:38.016Z | Compiling thiserror-impl v2.0.18 |
| 513 | 2026-05-13T18:10:38.046Z | Compiling zerovec v0.11.5 |
| 514 | 2026-05-13T18:10:38.279Z | Compiling zerotrie v0.2.3 |
| 515 | 2026-05-13T18:10:38.300Z | Compiling zerocopy v0.7.35 |
| 516 | 2026-05-13T18:10:38.546Z | Compiling tinystr v0.8.2 |
| 517 | 2026-05-13T18:10:38.581Z | Compiling potential_utf v0.1.4 |
| 518 | 2026-05-13T18:10:38.744Z | Compiling icu_locale_core v2.1.1 |
| 519 | 2026-05-13T18:10:38.749Z | Compiling icu_collections v2.1.1 |
| 520 | 2026-05-13T18:10:38.785Z | Compiling dtrace-parser v0.2.0 |
| 521 | 2026-05-13T18:10:38.846Z | Compiling scroll v0.12.0 |
| 522 | 2026-05-13T18:10:38.937Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-05-13T18:10:39.111Z | Compiling goblin v0.8.2 |
| 524 | 2026-05-13T18:10:39.142Z | Compiling clap_derive v4.5.55 |
| 525 | 2026-05-13T18:10:39.446Z | Compiling icu_provider v2.1.1 |
| 526 | 2026-05-13T18:10:39.529Z | Compiling unicode-linebreak v0.1.5 |
| 527 | 2026-05-13T18:10:39.624Z | Compiling serde_spanned v0.6.9 |
| 528 | 2026-05-13T18:10:39.661Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-05-13T18:10:39.742Z | Compiling icu_normalizer v2.1.1 |
| 530 | 2026-05-13T18:10:39.757Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-05-13T18:10:39.773Z | Compiling dof v0.3.0 |
| 532 | 2026-05-13T18:10:39.788Z | Compiling serde_tokenstream v0.2.3 |
| 533 | 2026-05-13T18:10:39.842Z | Compiling toml_edit v0.22.27 |
| 534 | 2026-05-13T18:10:39.917Z | Compiling serde-value v0.7.0 |
| 535 | 2026-05-13T18:10:40.201Z | Compiling cargo-platform v0.2.0 |
| 536 | 2026-05-13T18:10:40.335Z | Compiling smawk v0.3.2 |
| 537 | 2026-05-13T18:10:40.353Z | Compiling tabled v0.15.0 |
| 538 | 2026-05-13T18:10:40.473Z | Compiling textwrap v0.16.2 |
| 539 | 2026-05-13T18:10:40.477Z | Compiling macaddr v1.0.1 |
| 540 | 2026-05-13T18:10:40.716Z | Compiling idna_adapter v1.2.1 |
| 541 | 2026-05-13T18:10:40.735Z | Compiling usdt-attr-macro v0.5.0 |
| 542 | 2026-05-13T18:10:40.866Z | Compiling idna v1.1.0 |
| 543 | 2026-05-13T18:10:40.920Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-05-13T18:10:40.924Z | Compiling clap v4.5.60 |
| 545 | 2026-05-13T18:10:40.953Z | Compiling camino-tempfile v1.4.1 |
| 546 | 2026-05-13T18:10:41.202Z | Compiling url v2.5.8 |
| 547 | 2026-05-13T18:10:41.327Z | Compiling toml v0.8.23 |
| 548 | 2026-05-13T18:10:41.557Z | Compiling swrite v0.1.0 |
| 549 | 2026-05-13T18:10:41.651Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 550 | 2026-05-13T18:10:41.911Z | Compiling cargo-util-schemas v0.8.2 |
| 551 | 2026-05-13T18:10:41.939Z | Compiling cargo_toml v0.21.0 |
| 552 | 2026-05-13T18:10:42.205Z | Compiling usdt v0.5.0 |
| 553 | 2026-05-13T18:10:42.792Z | Compiling cargo_metadata v0.21.0 |
| 554 | 2026-05-13T18:10:43.710Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 555 | 2026-05-13T18:10:45.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.79s |
| 556 | 2026-05-13T18:10:46.024Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 557 | 2026-05-13T18:10:46.599Z | Downloading crates ... |
| 558 | 2026-05-13T18:10:46.692Z | Downloaded async-recursion v1.1.1 |
| 559 | 2026-05-13T18:10:46.697Z | Downloaded cargo-platform v0.1.9 |
| 560 | 2026-05-13T18:10:46.706Z | Downloaded ascii-canvas v3.0.0 |
| 561 | 2026-05-13T18:10:46.710Z | Downloaded adler2 v2.0.1 |
| 562 | 2026-05-13T18:10:46.710Z | Downloaded arrayref v0.3.9 |
| 563 | 2026-05-13T18:10:46.710Z | Downloaded darling_macro v0.23.0 |
| 564 | 2026-05-13T18:10:46.714Z | Downloaded assert_matches v1.5.0 |
| 565 | 2026-05-13T18:10:46.714Z | Downloaded aead v0.5.2 |
| 566 | 2026-05-13T18:10:46.718Z | Downloaded darling_macro v0.20.11 |
| 567 | 2026-05-13T18:10:46.722Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 568 | 2026-05-13T18:10:46.722Z | Downloaded bcs v0.1.6 |
| 569 | 2026-05-13T18:10:46.722Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 570 | 2026-05-13T18:10:46.725Z | Downloaded crucible-workspace-hack v0.1.0 |
| 571 | 2026-05-13T18:10:46.725Z | Downloaded crc8 v0.1.1 |
| 572 | 2026-05-13T18:10:46.725Z | Downloaded defmt v0.3.100 |
| 573 | 2026-05-13T18:10:46.725Z | Downloaded darling_macro v0.21.3 |
| 574 | 2026-05-13T18:10:46.728Z | Downloaded cexpr v0.6.0 |
| 575 | 2026-05-13T18:10:46.731Z | Downloaded console v0.15.11 |
| 576 | 2026-05-13T18:10:46.732Z | Downloaded arrayvec v0.7.6 |
| 577 | 2026-05-13T18:10:46.735Z | Downloaded embedded-io v0.4.0 |
| 578 | 2026-05-13T18:10:46.735Z | Downloaded bit-set v0.5.3 |
| 579 | 2026-05-13T18:10:46.735Z | Downloaded cookie v0.18.1 |
| 580 | 2026-05-13T18:10:46.739Z | Downloaded colored v3.1.1 |
| 581 | 2026-05-13T18:10:46.740Z | Downloaded bzip2 v0.6.1 |
| 582 | 2026-05-13T18:10:46.743Z | Downloaded defmt-parser v1.0.0 |
| 583 | 2026-05-13T18:10:46.743Z | Downloaded async-stream-impl v0.3.6 |
| 584 | 2026-05-13T18:10:46.743Z | Downloaded async-bb8-diesel v0.2.1 |
| 585 | 2026-05-13T18:10:46.746Z | Downloaded cargo_metadata v0.19.2 |
| 586 | 2026-05-13T18:10:46.746Z | Downloaded debug-ignore v1.0.5 |
| 587 | 2026-05-13T18:10:46.750Z | Downloaded defmt v1.0.1 |
| 588 | 2026-05-13T18:10:46.753Z | Downloaded cipher v0.4.4 |
| 589 | 2026-05-13T18:10:46.753Z | Downloaded aes v0.8.4 |
| 590 | 2026-05-13T18:10:46.757Z | Downloaded defmt-macros v1.0.1 |
| 591 | 2026-05-13T18:10:46.760Z | Downloaded chacha20 v0.9.1 |
| 592 | 2026-05-13T18:10:46.760Z | Downloaded bitfield-struct v0.6.2 |
| 593 | 2026-05-13T18:10:46.760Z | Downloaded base16ct v0.2.0 |
| 594 | 2026-05-13T18:10:46.764Z | Downloaded float-ord v0.3.2 |
| 595 | 2026-05-13T18:10:46.765Z | Downloaded atomicwrites v0.4.4 |
| 596 | 2026-05-13T18:10:46.765Z | Downloaded cfg_aliases v0.2.1 |
| 597 | 2026-05-13T18:10:46.769Z | Downloaded atty v0.2.14 |
| 598 | 2026-05-13T18:10:46.769Z | Downloaded display-error-chain v0.2.2 |
| 599 | 2026-05-13T18:10:46.769Z | Downloaded ciborium-ll v0.2.2 |
| 600 | 2026-05-13T18:10:46.769Z | Downloaded dtrace-parser v0.3.0 |
| 601 | 2026-05-13T18:10:46.769Z | Downloaded dsl_auto_type v0.2.0 |
| 602 | 2026-05-13T18:10:46.769Z | Downloaded downcast-rs v2.0.2 |
| 603 | 2026-05-13T18:10:46.773Z | Downloaded der_derive v0.7.3 |
| 604 | 2026-05-13T18:10:46.773Z | Downloaded ciborium-io v0.2.2 |
| 605 | 2026-05-13T18:10:46.773Z | Downloaded cfg_aliases v0.1.1 |
| 606 | 2026-05-13T18:10:46.773Z | Downloaded crc v3.4.0 |
| 607 | 2026-05-13T18:10:46.778Z | Downloaded bit-set v0.8.0 |
| 608 | 2026-05-13T18:10:46.778Z | Downloaded critical-section v1.2.0 |
| 609 | 2026-05-13T18:10:46.778Z | Downloaded array-init v0.0.4 |
| 610 | 2026-05-13T18:10:46.778Z | Downloaded fixedbitset v0.5.7 |
| 611 | 2026-05-13T18:10:46.778Z | Downloaded enum-as-inner v0.6.1 |
| 612 | 2026-05-13T18:10:46.781Z | Downloaded embedded-io v0.6.1 |
| 613 | 2026-05-13T18:10:46.781Z | Downloaded atomic-waker v1.1.2 |
| 614 | 2026-05-13T18:10:46.781Z | Downloaded dunce v1.0.5 |
| 615 | 2026-05-13T18:10:46.785Z | Downloaded dof v0.4.0 |
| 616 | 2026-05-13T18:10:46.788Z | Downloaded document-features v0.2.12 |
| 617 | 2026-05-13T18:10:46.788Z | Downloaded castaway v0.2.4 |
| 618 | 2026-05-13T18:10:46.788Z | Downloaded dirs-next v2.0.0 |
| 619 | 2026-05-13T18:10:46.792Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 620 | 2026-05-13T18:10:46.792Z | Downloaded crunchy v0.2.4 |
| 621 | 2026-05-13T18:10:46.795Z | Downloaded flagset v0.4.7 |
| 622 | 2026-05-13T18:10:46.795Z | Downloaded bitfield-macros v0.19.4 |
| 623 | 2026-05-13T18:10:46.799Z | Downloaded env_filter v1.0.0 |
| 624 | 2026-05-13T18:10:46.802Z | Downloaded cpufeatures v0.3.0 |
| 625 | 2026-05-13T18:10:46.802Z | Downloaded dyn-clone v1.0.20 |
| 626 | 2026-05-13T18:10:46.807Z | Downloaded cobs v0.3.0 |
| 627 | 2026-05-13T18:10:46.810Z | Downloaded futures-core v0.3.32 |
| 628 | 2026-05-13T18:10:46.810Z | Downloaded fixedbitset v0.4.2 |
| 629 | 2026-05-13T18:10:46.810Z | Downloaded fd-lock v4.0.4 |
| 630 | 2026-05-13T18:10:46.813Z | Downloaded foreign-types v0.5.0 |
| 631 | 2026-05-13T18:10:46.813Z | Downloaded endian-type v0.1.2 |
| 632 | 2026-05-13T18:10:46.813Z | Downloaded cstr-argument v0.1.2 |
| 633 | 2026-05-13T18:10:46.813Z | Downloaded foreign-types v0.3.2 |
| 634 | 2026-05-13T18:10:46.817Z | Downloaded bb8 v0.8.6 |
| 635 | 2026-05-13T18:10:46.821Z | Downloaded dirs-sys-next v0.1.2 |
| 636 | 2026-05-13T18:10:46.821Z | Downloaded float-cmp v0.10.0 |
| 637 | 2026-05-13T18:10:46.821Z | Downloaded crc-catalog v2.4.0 |
| 638 | 2026-05-13T18:10:46.821Z | Downloaded block-padding v0.3.3 |
| 639 | 2026-05-13T18:10:46.824Z | Downloaded futures-task v0.3.32 |
| 640 | 2026-05-13T18:10:46.824Z | Downloaded convert_case v0.4.0 |
| 641 | 2026-05-13T18:10:46.827Z | Downloaded foreign-types-shared v0.3.1 |
| 642 | 2026-05-13T18:10:46.832Z | Downloaded derive_builder_macro v0.20.2 |
| 643 | 2026-05-13T18:10:46.832Z | Downloaded compression-core v0.4.31 |
| 644 | 2026-05-13T18:10:46.832Z | Downloaded foreign-types-shared v0.1.1 |
| 645 | 2026-05-13T18:10:46.832Z | Downloaded foreign-types-macros v0.2.3 |
| 646 | 2026-05-13T18:10:46.836Z | Downloaded data-encoding v2.10.0 |
| 647 | 2026-05-13T18:10:46.836Z | Downloaded fxhash v0.2.1 |
| 648 | 2026-05-13T18:10:46.836Z | Downloaded bitfield v0.19.4 |
| 649 | 2026-05-13T18:10:46.836Z | Downloaded erased-serde v0.3.31 |
| 650 | 2026-05-13T18:10:46.836Z | Downloaded funty v2.0.0 |
| 651 | 2026-05-13T18:10:46.839Z | Downloaded camino-tempfile-ext v0.3.3 |
| 652 | 2026-05-13T18:10:46.839Z | Downloaded async-stream v0.3.6 |
| 653 | 2026-05-13T18:10:46.845Z | Downloaded ena v0.14.4 |
| 654 | 2026-05-13T18:10:46.845Z | Downloaded bitflags v1.3.2 |
| 655 | 2026-05-13T18:10:46.851Z | Downloaded foldhash v0.1.5 |
| 656 | 2026-05-13T18:10:46.851Z | Downloaded futures-sink v0.3.32 |
| 657 | 2026-05-13T18:10:46.851Z | Downloaded convert_case v0.10.0 |
| 658 | 2026-05-13T18:10:46.851Z | Downloaded base64ct v1.8.3 |
| 659 | 2026-05-13T18:10:46.852Z | Downloaded futures-macro v0.3.32 |
| 660 | 2026-05-13T18:10:46.852Z | Downloaded fallible-iterator v0.2.0 |
| 661 | 2026-05-13T18:10:46.863Z | Downloaded gethostname v0.5.0 |
| 662 | 2026-05-13T18:10:46.863Z | Downloaded crossbeam-deque v0.8.6 |
| 663 | 2026-05-13T18:10:46.871Z | Downloaded bit-vec v0.8.0 |
| 664 | 2026-05-13T18:10:46.871Z | Downloaded git-stub v1.0.0 |
| 665 | 2026-05-13T18:10:46.871Z | Downloaded async-trait v0.1.89 |
| 666 | 2026-05-13T18:10:46.871Z | Downloaded hex-literal v0.4.1 |
| 667 | 2026-05-13T18:10:46.871Z | Downloaded headers-core v0.3.0 |
| 668 | 2026-05-13T18:10:46.871Z | Downloaded globwalk v0.9.1 |
| 669 | 2026-05-13T18:10:46.871Z | Downloaded hash32 v0.2.1 |
| 670 | 2026-05-13T18:10:46.890Z | Downloaded ecdsa v0.16.9 |
| 671 | 2026-05-13T18:10:46.890Z | Downloaded ed25519 v2.2.3 |
| 672 | 2026-05-13T18:10:46.890Z | Downloaded hex v0.4.3 |
| 673 | 2026-05-13T18:10:46.890Z | Downloaded filetime v0.2.27 |
| 674 | 2026-05-13T18:10:46.896Z | Downloaded foldhash v0.2.0 |
| 675 | 2026-05-13T18:10:46.896Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 676 | 2026-05-13T18:10:46.897Z | Downloaded diesel-dtrace v0.5.0 |
| 677 | 2026-05-13T18:10:46.897Z | Downloaded either v1.15.0 |
| 678 | 2026-05-13T18:10:46.897Z | Downloaded difflib v0.4.0 |
| 679 | 2026-05-13T18:10:46.897Z | Downloaded futures-io v0.3.32 |
| 680 | 2026-05-13T18:10:46.897Z | Downloaded ff v0.13.1 |
| 681 | 2026-05-13T18:10:46.897Z | Downloaded env_logger v0.11.9 |
| 682 | 2026-05-13T18:10:46.897Z | Downloaded derive-ex v0.1.8 |
| 683 | 2026-05-13T18:10:46.897Z | Downloaded csv-core v0.1.13 |
| 684 | 2026-05-13T18:10:46.897Z | Downloaded deranged v0.5.8 |
| 685 | 2026-05-13T18:10:46.897Z | Downloaded buf-list v1.1.2 |
| 686 | 2026-05-13T18:10:46.897Z | Downloaded constant_time_eq v0.4.2 |
| 687 | 2026-05-13T18:10:46.897Z | Downloaded hostname v0.4.2 |
| 688 | 2026-05-13T18:10:46.897Z | Downloaded http-body v1.0.1 |
| 689 | 2026-05-13T18:10:46.897Z | Downloaded crc32fast v1.5.0 |
| 690 | 2026-05-13T18:10:46.897Z | Downloaded hostname v0.3.1 |
| 691 | 2026-05-13T18:10:46.897Z | Downloaded const_format_proc_macros v0.2.34 |
| 692 | 2026-05-13T18:10:46.904Z | Downloaded find-msvc-tools v0.1.9 |
| 693 | 2026-05-13T18:10:46.904Z | Downloaded cmake v0.1.57 |
| 694 | 2026-05-13T18:10:46.904Z | Downloaded cassowary v0.3.0 |
| 695 | 2026-05-13T18:10:46.904Z | Downloaded daft v0.1.5 |
| 696 | 2026-05-13T18:10:46.905Z | Downloaded bit-vec v0.6.3 |
| 697 | 2026-05-13T18:10:46.905Z | Downloaded compression-codecs v0.4.37 |
| 698 | 2026-05-13T18:10:46.911Z | Downloaded http-range v0.1.5 |
| 699 | 2026-05-13T18:10:46.911Z | Downloaded ghash v0.5.1 |
| 700 | 2026-05-13T18:10:46.911Z | Downloaded corncobs v0.1.4 |
| 701 | 2026-05-13T18:10:46.911Z | Downloaded backon v1.6.0 |
| 702 | 2026-05-13T18:10:46.911Z | Downloaded dropshot_endpoint v0.16.7 |
| 703 | 2026-05-13T18:10:46.915Z | Downloaded ahash v0.8.12 |
| 704 | 2026-05-13T18:10:46.915Z | Downloaded hubpack_derive v0.1.1 |
| 705 | 2026-05-13T18:10:46.915Z | Downloaded colored v2.2.0 |
| 706 | 2026-05-13T18:10:46.915Z | Downloaded httpdate v1.0.3 |
| 707 | 2026-05-13T18:10:46.915Z | Downloaded chacha20 v0.10.0 |
| 708 | 2026-05-13T18:10:46.920Z | Downloaded hubpack v0.1.2 |
| 709 | 2026-05-13T18:10:46.920Z | Downloaded async-compression v0.4.41 |
| 710 | 2026-05-13T18:10:46.924Z | Downloaded indent_write v2.2.0 |
| 711 | 2026-05-13T18:10:46.924Z | Downloaded ident_case v1.0.1 |
| 712 | 2026-05-13T18:10:46.924Z | Downloaded hyper-tls v0.6.0 |
| 713 | 2026-05-13T18:10:46.925Z | Downloaded hash32 v0.3.1 |
| 714 | 2026-05-13T18:10:46.929Z | Downloaded group v0.13.0 |
| 715 | 2026-05-13T18:10:46.929Z | Downloaded globset v0.4.18 |
| 716 | 2026-05-13T18:10:46.929Z | Downloaded glob v0.3.3 |
| 717 | 2026-05-13T18:10:46.929Z | Downloaded futures-executor v0.3.32 |
| 718 | 2026-05-13T18:10:46.929Z | Downloaded fs-err v2.11.0 |
| 719 | 2026-05-13T18:10:46.932Z | Downloaded derive-where v1.6.0 |
| 720 | 2026-05-13T18:10:46.932Z | Downloaded ctr v0.9.2 |
| 721 | 2026-05-13T18:10:46.932Z | Downloaded darling v0.21.3 |
| 722 | 2026-05-13T18:10:46.937Z | Downloaded instant v0.1.13 |
| 723 | 2026-05-13T18:10:46.937Z | Downloaded indoc v1.0.9 |
| 724 | 2026-05-13T18:10:46.942Z | Downloaded instability v0.3.11 |
| 725 | 2026-05-13T18:10:46.942Z | Downloaded is-terminal v0.4.17 |
| 726 | 2026-05-13T18:10:46.942Z | Downloaded inout v0.1.4 |
| 727 | 2026-05-13T18:10:46.942Z | Downloaded internet-checksum v0.2.1 |
| 728 | 2026-05-13T18:10:46.946Z | Downloaded crossbeam-epoch v0.9.18 |
| 729 | 2026-05-13T18:10:46.946Z | Downloaded keccak v0.1.6 |
| 730 | 2026-05-13T18:10:46.946Z | Downloaded is_ci v1.2.0 |
| 731 | 2026-05-13T18:10:46.946Z | Downloaded daft-derive v0.1.5 |
| 732 | 2026-05-13T18:10:46.950Z | Downloaded lazy_static v1.5.0 |
| 733 | 2026-05-13T18:10:46.950Z | Downloaded lalrpop-util v0.19.12 |
| 734 | 2026-05-13T18:10:46.950Z | Downloaded futures-channel v0.3.32 |
| 735 | 2026-05-13T18:10:46.954Z | Downloaded des v0.8.1 |
| 736 | 2026-05-13T18:10:46.954Z | Downloaded cancel-safe-futures v0.1.5 |
| 737 | 2026-05-13T18:10:46.954Z | Downloaded crossbeam-utils v0.8.21 |
| 738 | 2026-05-13T18:10:46.958Z | Downloaded derive_builder v0.20.2 |
| 739 | 2026-05-13T18:10:46.958Z | Downloaded bzip2 v0.4.4 |
| 740 | 2026-05-13T18:10:46.961Z | Downloaded blowfish v0.9.1 |
| 741 | 2026-05-13T18:10:46.961Z | Downloaded console v0.16.2 |
| 742 | 2026-05-13T18:10:46.961Z | Downloaded kstat-rs v0.2.4 |
| 743 | 2026-05-13T18:10:46.965Z | Downloaded home v0.5.12 |
| 744 | 2026-05-13T18:10:46.965Z | Downloaded cookie_store v0.22.1 |
| 745 | 2026-05-13T18:10:46.965Z | Downloaded cbc v0.1.2 |
| 746 | 2026-05-13T18:10:46.969Z | Downloaded byte-wrapper v0.1.0 |
| 747 | 2026-05-13T18:10:46.969Z | Downloaded backoff v0.4.0 |
| 748 | 2026-05-13T18:10:46.969Z | Downloaded fs_extra v1.3.0 |
| 749 | 2026-05-13T18:10:46.973Z | Downloaded libscf-sys v1.2.0 |
| 750 | 2026-05-13T18:10:46.974Z | Downloaded darling v0.20.11 |
| 751 | 2026-05-13T18:10:46.974Z | Downloaded argon2 v0.5.3 |
| 752 | 2026-05-13T18:10:46.978Z | Downloaded darling_core v0.21.3 |
| 753 | 2026-05-13T18:10:46.981Z | Downloaded darling v0.23.0 |
| 754 | 2026-05-13T18:10:46.984Z | Downloaded git-stub-vcs v0.1.0 |
| 755 | 2026-05-13T18:10:46.987Z | Downloaded humantime v2.3.0 |
| 756 | 2026-05-13T18:10:46.987Z | Downloaded http-body-util v0.1.3 |
| 757 | 2026-05-13T18:10:46.987Z | Downloaded clang-sys v1.8.1 |
| 758 | 2026-05-13T18:10:46.994Z | Downloaded fatfs v0.3.6 |
| 759 | 2026-05-13T18:10:46.994Z | Downloaded managed v0.8.0 |
| 760 | 2026-05-13T18:10:46.994Z | Downloaded memoffset v0.9.1 |
| 761 | 2026-05-13T18:10:46.998Z | Downloaded lzss v0.8.2 |
| 762 | 2026-05-13T18:10:46.998Z | Downloaded linked-hash-map v0.5.6 |
| 763 | 2026-05-13T18:10:46.998Z | Downloaded bytes v1.11.1 |
| 764 | 2026-05-13T18:10:46.998Z | Downloaded bumpalo v3.20.2 |
| 765 | 2026-05-13T18:10:47.006Z | Downloaded new_debug_unreachable v1.0.6 |
| 766 | 2026-05-13T18:10:47.006Z | Downloaded match_cfg v0.1.0 |
| 767 | 2026-05-13T18:10:47.006Z | Downloaded hyper-staticfile v0.10.1 |
| 768 | 2026-05-13T18:10:47.006Z | Downloaded ingot-types v0.1.2 |
| 769 | 2026-05-13T18:10:47.006Z | Downloaded ingot v0.1.1 |
| 770 | 2026-05-13T18:10:47.006Z | Downloaded indoc v2.0.7 |
| 771 | 2026-05-13T18:10:47.011Z | Downloaded half v1.8.3 |
| 772 | 2026-05-13T18:10:47.011Z | Downloaded lru-slab v0.1.2 |
| 773 | 2026-05-13T18:10:47.011Z | Downloaded lru-cache v0.1.2 |
| 774 | 2026-05-13T18:10:47.011Z | Downloaded lru v0.12.5 |
| 775 | 2026-05-13T18:10:47.011Z | Downloaded getrandom v0.2.17 |
| 776 | 2026-05-13T18:10:47.015Z | Downloaded md-5 v0.10.6 |
| 777 | 2026-05-13T18:10:47.015Z | Downloaded multimap v0.10.1 |
| 778 | 2026-05-13T18:10:47.015Z | Downloaded md5 v0.7.0 |
| 779 | 2026-05-13T18:10:47.020Z | Downloaded maybe-uninit v2.0.0 |
| 780 | 2026-05-13T18:10:47.020Z | Downloaded maplit v1.0.2 |
| 781 | 2026-05-13T18:10:47.020Z | Downloaded normalize-line-endings v0.3.0 |
| 782 | 2026-05-13T18:10:47.020Z | Downloaded newline-converter v0.3.0 |
| 783 | 2026-05-13T18:10:47.020Z | Downloaded ipnet v2.11.0 |
| 784 | 2026-05-13T18:10:47.023Z | Downloaded ipnetwork v0.21.1 |
| 785 | 2026-05-13T18:10:47.023Z | Downloaded nodrop v0.1.14 |
| 786 | 2026-05-13T18:10:47.024Z | Downloaded nibble_vec v0.1.0 |
| 787 | 2026-05-13T18:10:47.028Z | Downloaded dropshot_endpoint v0.17.0 |
| 788 | 2026-05-13T18:10:47.029Z | Downloaded derive_more v0.99.20 |
| 789 | 2026-05-13T18:10:47.032Z | Downloaded drift v0.1.4 |
| 790 | 2026-05-13T18:10:47.037Z | Downloaded ciborium v0.2.2 |
| 791 | 2026-05-13T18:10:47.040Z | Downloaded hmac v0.12.1 |
| 792 | 2026-05-13T18:10:47.040Z | Downloaded jobserver v0.1.34 |
| 793 | 2026-05-13T18:10:47.040Z | Downloaded derive_builder_core v0.20.2 |
| 794 | 2026-05-13T18:10:47.040Z | Downloaded crc-any v2.5.0 |
| 795 | 2026-05-13T18:10:47.044Z | Downloaded newtype_derive v0.1.6 |
| 796 | 2026-05-13T18:10:47.044Z | Downloaded nonempty v0.12.0 |
| 797 | 2026-05-13T18:10:47.044Z | Downloaded highway v1.3.0 |
| 798 | 2026-05-13T18:10:47.049Z | Downloaded num-iter v0.1.45 |
| 799 | 2026-05-13T18:10:47.049Z | Downloaded num v0.4.3 |
| 800 | 2026-05-13T18:10:47.049Z | Downloaded newtype-uuid-macros v0.1.0 |
| 801 | 2026-05-13T18:10:47.049Z | Downloaded num-derive v0.4.2 |
| 802 | 2026-05-13T18:10:47.053Z | Downloaded const_format v0.2.35 |
| 803 | 2026-05-13T18:10:47.053Z | Downloaded num-conv v0.2.0 |
| 804 | 2026-05-13T18:10:47.053Z | Downloaded futures v0.3.32 |
| 805 | 2026-05-13T18:10:47.057Z | Downloaded libefi-sys v0.1.0 |
| 806 | 2026-05-13T18:10:47.057Z | Downloaded hyper-rustls v0.27.7 |
| 807 | 2026-05-13T18:10:47.061Z | Downloaded der v0.7.10 |
| 808 | 2026-05-13T18:10:47.062Z | Downloaded libloading v0.8.9 |
| 809 | 2026-05-13T18:10:47.072Z | Downloaded olpc-cjson v0.1.4 |
| 810 | 2026-05-13T18:10:47.072Z | Downloaded num_enum_derive v0.5.11 |
| 811 | 2026-05-13T18:10:47.072Z | Downloaded libsw-core v0.3.2 |
| 812 | 2026-05-13T18:10:47.072Z | Downloaded libsw v3.5.0 |
| 813 | 2026-05-13T18:10:47.072Z | Downloaded mime_guess v2.0.5 |
| 814 | 2026-05-13T18:10:47.082Z | Downloaded mime v0.3.17 |
| 815 | 2026-05-13T18:10:47.082Z | Downloaded openssl-probe v0.1.6 |
| 816 | 2026-05-13T18:10:47.082Z | Downloaded opaque-debug v0.3.1 |
| 817 | 2026-05-13T18:10:47.082Z | Downloaded openssl-macros v0.1.1 |
| 818 | 2026-05-13T18:10:47.082Z | Downloaded num_threads v0.1.7 |
| 819 | 2026-05-13T18:10:47.082Z | Downloaded base64 v0.21.7 |
| 820 | 2026-05-13T18:10:47.082Z | Downloaded darling_core v0.23.0 |
| 821 | 2026-05-13T18:10:47.082Z | Downloaded oso-derive v0.27.3 |
| 822 | 2026-05-13T18:10:47.082Z | Downloaded packed_struct_codegen v0.10.1 |
| 823 | 2026-05-13T18:10:47.082Z | Downloaded openssl-probe v0.2.1 |
| 824 | 2026-05-13T18:10:47.083Z | Downloaded darling_core v0.20.11 |
| 825 | 2026-05-13T18:10:47.083Z | Downloaded linear-map v1.2.0 |
| 826 | 2026-05-13T18:10:47.083Z | Downloaded iana-time-zone v0.1.65 |
| 827 | 2026-05-13T18:10:47.092Z | Downloaded native-tls v0.2.18 |
| 828 | 2026-05-13T18:10:47.092Z | Downloaded lock_api v0.4.14 |
| 829 | 2026-05-13T18:10:47.092Z | Downloaded ingot-macros v0.1.1 |
| 830 | 2026-05-13T18:10:47.092Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 831 | 2026-05-13T18:10:47.097Z | Downloaded multer v3.1.0 |
| 832 | 2026-05-13T18:10:47.097Z | Downloaded nanorand v0.7.0 |
| 833 | 2026-05-13T18:10:47.097Z | Downloaded half v2.7.1 |
| 834 | 2026-05-13T18:10:47.118Z | Downloaded path-slash v0.1.5 |
| 835 | 2026-05-13T18:10:47.131Z | Downloaded parse-display v0.10.0 |
| 836 | 2026-05-13T18:10:47.131Z | Downloaded newtype-uuid v1.3.2 |
| 837 | 2026-05-13T18:10:47.131Z | Downloaded flume v0.11.1 |
| 838 | 2026-05-13T18:10:47.131Z | Downloaded elliptic-curve v0.13.8 |
| 839 | 2026-05-13T18:10:47.131Z | Downloaded pbkdf2 v0.11.0 |
| 840 | 2026-05-13T18:10:47.131Z | Downloaded parse-size v1.1.0 |
| 841 | 2026-05-13T18:10:47.131Z | Downloaded num-integer v0.1.46 |
| 842 | 2026-05-13T18:10:47.131Z | Downloaded nu-ansi-term v0.50.3 |
| 843 | 2026-05-13T18:10:47.131Z | Downloaded allocator-api2 v0.2.21 |
| 844 | 2026-05-13T18:10:47.131Z | Downloaded const-oid v0.9.6 |
| 845 | 2026-05-13T18:10:47.131Z | Downloaded phf_shared v0.13.1 |
| 846 | 2026-05-13T18:10:47.131Z | Downloaded phf_shared v0.11.3 |
| 847 | 2026-05-13T18:10:47.131Z | Downloaded pin-utils v0.1.0 |
| 848 | 2026-05-13T18:10:47.131Z | Downloaded num_enum_derive v0.7.5 |
| 849 | 2026-05-13T18:10:47.131Z | Downloaded num_enum v0.7.5 |
| 850 | 2026-05-13T18:10:47.131Z | Downloaded num_enum v0.5.11 |
| 851 | 2026-05-13T18:10:47.140Z | Downloaded num-rational v0.4.2 |
| 852 | 2026-05-13T18:10:47.140Z | Downloaded httparse v1.10.1 |
| 853 | 2026-05-13T18:10:47.140Z | Downloaded num-complex v0.4.6 |
| 854 | 2026-05-13T18:10:47.140Z | Downloaded chacha20poly1305 v0.10.1 |
| 855 | 2026-05-13T18:10:47.141Z | Downloaded memmap2 v0.9.10 |
| 856 | 2026-05-13T18:10:47.145Z | Downloaded peg-runtime v0.8.5 |
| 857 | 2026-05-13T18:10:47.145Z | Downloaded compact_str v0.8.1 |
| 858 | 2026-05-13T18:10:47.145Z | Downloaded blake2 v0.10.6 |
| 859 | 2026-05-13T18:10:47.145Z | Downloaded getrandom v0.3.4 |
| 860 | 2026-05-13T18:10:47.145Z | Downloaded packed_struct v0.10.1 |
| 861 | 2026-05-13T18:10:47.149Z | Downloaded oxide-tokio-rt v0.1.4 |
| 862 | 2026-05-13T18:10:47.149Z | Downloaded indexmap v1.9.3 |
| 863 | 2026-05-13T18:10:47.149Z | Downloaded predicates-tree v1.0.13 |
| 864 | 2026-05-13T18:10:47.149Z | Downloaded precomputed-hash v0.1.1 |
| 865 | 2026-05-13T18:10:47.156Z | Downloaded powerfmt v0.2.0 |
| 866 | 2026-05-13T18:10:47.156Z | Downloaded owo-colors v4.3.0 |
| 867 | 2026-05-13T18:10:47.156Z | Downloaded heapless v0.8.0 |
| 868 | 2026-05-13T18:10:47.156Z | Downloaded headers v0.4.1 |
| 869 | 2026-05-13T18:10:47.164Z | Downloaded oxnet v0.1.4 |
| 870 | 2026-05-13T18:10:47.164Z | Downloaded litrs v1.0.0 |
| 871 | 2026-05-13T18:10:47.170Z | Downloaded heapless v0.7.17 |
| 872 | 2026-05-13T18:10:47.170Z | Downloaded ignore v0.4.25 |
| 873 | 2026-05-13T18:10:47.170Z | Downloaded password-hash v0.5.0 |
| 874 | 2026-05-13T18:10:47.170Z | Downloaded parking_lot_core v0.8.6 |
| 875 | 2026-05-13T18:10:47.170Z | Downloaded diff v0.1.13 |
| 876 | 2026-05-13T18:10:47.174Z | Downloaded progenitor-client v0.10.0 |
| 877 | 2026-05-13T18:10:47.174Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 878 | 2026-05-13T18:10:47.174Z | Downloaded proc-macro-crate v3.4.0 |
| 879 | 2026-05-13T18:10:47.174Z | Downloaded progenitor-client v0.11.2 |
| 880 | 2026-05-13T18:10:47.174Z | Downloaded proc-macro-crate v1.3.1 |
| 881 | 2026-05-13T18:10:47.179Z | Downloaded crossbeam-channel v0.5.15 |
| 882 | 2026-05-13T18:10:47.182Z | Downloaded cc v1.2.56 |
| 883 | 2026-05-13T18:10:47.182Z | Downloaded pbkdf2 v0.12.2 |
| 884 | 2026-05-13T18:10:47.185Z | Downloaded parse-display-derive v0.10.0 |
| 885 | 2026-05-13T18:10:47.185Z | Downloaded arc-swap v1.8.2 |
| 886 | 2026-05-13T18:10:47.203Z | Downloaded password-hash v0.4.2 |
| 887 | 2026-05-13T18:10:47.203Z | Downloaded progenitor-macro v0.11.2 |
| 888 | 2026-05-13T18:10:47.203Z | Downloaded phf_shared v0.12.1 |
| 889 | 2026-05-13T18:10:47.203Z | Downloaded pem-rfc7468 v0.7.0 |
| 890 | 2026-05-13T18:10:47.209Z | Downloaded pem v3.0.6 |
| 891 | 2026-05-13T18:10:47.209Z | Downloaded phf v0.12.1 |
| 892 | 2026-05-13T18:10:47.209Z | Downloaded peg-macros v0.8.5 |
| 893 | 2026-05-13T18:10:47.209Z | Downloaded radium v0.7.0 |
| 894 | 2026-05-13T18:10:47.209Z | Downloaded psl-types v2.0.11 |
| 895 | 2026-05-13T18:10:47.210Z | Downloaded progenitor-macro v0.14.0 |
| 896 | 2026-05-13T18:10:47.210Z | Downloaded progenitor-macro v0.13.0 |
| 897 | 2026-05-13T18:10:47.210Z | Downloaded progenitor-macro v0.10.0 |
| 898 | 2026-05-13T18:10:47.210Z | Downloaded peg v0.8.5 |
| 899 | 2026-05-13T18:10:47.210Z | Downloaded ed25519-dalek v2.2.0 |
| 900 | 2026-05-13T18:10:47.210Z | Downloaded pin-project-internal v1.1.11 |
| 901 | 2026-05-13T18:10:47.210Z | Downloaded libbz2-rs-sys v0.2.2 |
| 902 | 2026-05-13T18:10:47.210Z | Downloaded quick-error v1.2.3 |
| 903 | 2026-05-13T18:10:47.210Z | Downloaded pin-project-lite v0.2.17 |
| 904 | 2026-05-13T18:10:47.215Z | Downloaded postgres-protocol v0.6.10 |
| 905 | 2026-05-13T18:10:47.215Z | Downloaded pkcs8 v0.10.2 |
| 906 | 2026-05-13T18:10:47.215Z | Downloaded phf v0.13.1 |
| 907 | 2026-05-13T18:10:47.215Z | Downloaded pkg-config v0.3.32 |
| 908 | 2026-05-13T18:10:47.215Z | Downloaded expectorate v1.2.0 |
| 909 | 2026-05-13T18:10:47.218Z | Downloaded base64 v0.22.1 |
| 910 | 2026-05-13T18:10:47.219Z | Downloaded predicates-core v1.0.10 |
| 911 | 2026-05-13T18:10:47.219Z | Downloaded rand_chacha v0.3.1 |
| 912 | 2026-05-13T18:10:47.222Z | Downloaded polyval v0.6.2 |
| 913 | 2026-05-13T18:10:47.222Z | Downloaded poly1305 v0.8.0 |
| 914 | 2026-05-13T18:10:47.226Z | Downloaded rand_xorshift v0.4.0 |
| 915 | 2026-05-13T18:10:47.238Z | Downloaded recursive v0.1.1 |
| 916 | 2026-05-13T18:10:47.238Z | Downloaded ppv-lite86 v0.2.21 |
| 917 | 2026-05-13T18:10:47.242Z | Downloaded parking_lot_core v0.9.12 |
| 918 | 2026-05-13T18:10:47.246Z | Downloaded progenitor-client v0.14.0 |
| 919 | 2026-05-13T18:10:47.246Z | Downloaded progenitor v0.11.2 |
| 920 | 2026-05-13T18:10:47.246Z | Downloaded progenitor v0.14.0 |
| 921 | 2026-05-13T18:10:47.246Z | Downloaded progenitor-extras v0.2.0 |
| 922 | 2026-05-13T18:10:47.246Z | Downloaded progenitor-client v0.13.0 |
| 923 | 2026-05-13T18:10:47.249Z | Downloaded progenitor v0.13.0 |
| 924 | 2026-05-13T18:10:47.249Z | Downloaded paste v1.0.15 |
| 925 | 2026-05-13T18:10:47.253Z | Downloaded progenitor v0.10.0 |
| 926 | 2026-05-13T18:10:47.253Z | Downloaded proc-macro-error2 v2.0.1 |
| 927 | 2026-05-13T18:10:47.258Z | Downloaded rtoolbox v0.0.3 |
| 928 | 2026-05-13T18:10:47.258Z | Downloaded ar_archive_writer v0.5.1 |
| 929 | 2026-05-13T18:10:47.258Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 930 | 2026-05-13T18:10:47.258Z | Downloaded indicatif v0.18.4 |
| 931 | 2026-05-13T18:10:47.262Z | Downloaded derive_more v2.1.1 |
| 932 | 2026-05-13T18:10:47.265Z | Downloaded r2d2 v0.8.10 |
| 933 | 2026-05-13T18:10:47.270Z | Downloaded crypto-bigint v0.5.5 |
| 934 | 2026-05-13T18:10:47.273Z | Downloaded primeorder v0.13.6 |
| 935 | 2026-05-13T18:10:47.273Z | Downloaded parking_lot v0.12.5 |
| 936 | 2026-05-13T18:10:47.273Z | Downloaded miniz_oxide v0.8.9 |
| 937 | 2026-05-13T18:10:47.279Z | Downloaded postgres-types v0.2.12 |
| 938 | 2026-05-13T18:10:47.279Z | Downloaded postcard v1.1.3 |
| 939 | 2026-05-13T18:10:47.283Z | Downloaded oso v0.27.3 |
| 940 | 2026-05-13T18:10:47.283Z | Downloaded rustc-hash v2.1.1 |
| 941 | 2026-05-13T18:10:47.283Z | Downloaded omicron-zone-package v0.12.2 |
| 942 | 2026-05-13T18:10:47.287Z | Downloaded flate2 v1.1.9 |
| 943 | 2026-05-13T18:10:47.287Z | Downloaded ref-cast-impl v1.0.25 |
| 944 | 2026-05-13T18:10:47.287Z | Downloaded ref-cast v1.0.25 |
| 945 | 2026-05-13T18:10:47.290Z | Downloaded parking_lot v0.11.2 |
| 946 | 2026-05-13T18:10:47.290Z | Downloaded dropshot-api-manager v0.7.1 |
| 947 | 2026-05-13T18:10:47.295Z | Downloaded rfc6979 v0.4.0 |
| 948 | 2026-05-13T18:10:47.295Z | Downloaded diesel_derives v2.3.7 |
| 949 | 2026-05-13T18:10:47.299Z | Downloaded rand_chacha v0.9.0 |
| 950 | 2026-05-13T18:10:47.299Z | Downloaded derive_more-impl v2.1.1 |
| 951 | 2026-05-13T18:10:47.304Z | Downloaded hickory-resolver v0.25.2 |
| 952 | 2026-05-13T18:10:47.308Z | Downloaded pkcs5 v0.7.1 |
| 953 | 2026-05-13T18:10:47.308Z | Downloaded pkcs1 v0.7.5 |
| 954 | 2026-05-13T18:10:47.308Z | Downloaded rand_seeder v0.4.0 |
| 955 | 2026-05-13T18:10:47.311Z | Downloaded rand_core v0.9.5 |
| 956 | 2026-05-13T18:10:47.311Z | Downloaded scheduled-thread-pool v0.2.7 |
| 957 | 2026-05-13T18:10:47.311Z | Downloaded papergrid v0.17.0 |
| 958 | 2026-05-13T18:10:47.314Z | Downloaded scroll_derive v0.13.1 |
| 959 | 2026-05-13T18:10:47.314Z | Downloaded scopeguard v1.2.0 |
| 960 | 2026-05-13T18:10:47.319Z | Downloaded sapling-renderdag v0.1.0 |
| 961 | 2026-05-13T18:10:47.319Z | Downloaded predicates v3.1.4 |
| 962 | 2026-05-13T18:10:47.319Z | Downloaded same-file v1.0.6 |
| 963 | 2026-05-13T18:10:47.320Z | Downloaded salsa20 v0.10.2 |
| 964 | 2026-05-13T18:10:47.320Z | Downloaded rand_core v0.10.0 |
| 965 | 2026-05-13T18:10:47.323Z | Downloaded rand_core v0.6.4 |
| 966 | 2026-05-13T18:10:47.340Z | Downloaded seq-macro v0.3.6 |
| 967 | 2026-05-13T18:10:47.345Z | Downloaded semver v0.1.20 |
| 968 | 2026-05-13T18:10:47.345Z | Downloaded scrypt v0.11.0 |
| 969 | 2026-05-13T18:10:47.345Z | Downloaded secrecy v0.8.0 |
| 970 | 2026-05-13T18:10:47.345Z | Downloaded secrecy v0.10.3 |
| 971 | 2026-05-13T18:10:47.345Z | Downloaded serde_bytes v0.11.19 |
| 972 | 2026-05-13T18:10:47.345Z | Downloaded resolv-conf v0.7.6 |
| 973 | 2026-05-13T18:10:47.345Z | Downloaded serde_plain v1.0.2 |
| 974 | 2026-05-13T18:10:47.354Z | Downloaded serde-big-array v0.5.1 |
| 975 | 2026-05-13T18:10:47.363Z | Downloaded psm v0.1.30 |
| 976 | 2026-05-13T18:10:47.366Z | Downloaded rustc_version v0.1.7 |
| 977 | 2026-05-13T18:10:47.367Z | Downloaded jiff-static v0.2.21 |
| 978 | 2026-05-13T18:10:47.367Z | Downloaded russh-cryptovec v0.7.3 |
| 979 | 2026-05-13T18:10:47.367Z | Downloaded crossterm v0.28.1 |
| 980 | 2026-05-13T18:10:47.371Z | Downloaded rustc_version v0.4.1 |
| 981 | 2026-05-13T18:10:47.371Z | Downloaded serde_urlencoded v0.7.1 |
| 982 | 2026-05-13T18:10:47.374Z | Downloaded signal-hook-mio v0.2.5 |
| 983 | 2026-05-13T18:10:47.375Z | Downloaded shell-words v1.1.1 |
| 984 | 2026-05-13T18:10:47.375Z | Downloaded serde_repr v0.1.20 |
| 985 | 2026-05-13T18:10:47.375Z | Downloaded sha1 v0.10.6 |
| 986 | 2026-05-13T18:10:47.381Z | Downloaded sigpipe v0.1.3 |
| 987 | 2026-05-13T18:10:47.393Z | Downloaded signal-hook-tokio v0.3.1 |
| 988 | 2026-05-13T18:10:47.393Z | Downloaded rustls-pemfile v2.2.0 |
| 989 | 2026-05-13T18:10:47.393Z | Downloaded hashbrown v0.12.3 |
| 990 | 2026-05-13T18:10:47.393Z | Downloaded rustls-native-certs v0.8.3 |
| 991 | 2026-05-13T18:10:47.393Z | Downloaded hickory-server v0.25.2 |
| 992 | 2026-05-13T18:10:47.406Z | Downloaded rustls-pemfile v1.0.4 |
| 993 | 2026-05-13T18:10:47.407Z | Downloaded crossterm v0.29.0 |
| 994 | 2026-05-13T18:10:47.407Z | Downloaded slog-envlogger v2.2.0 |
| 995 | 2026-05-13T18:10:47.407Z | Downloaded siphasher v1.0.2 |
| 996 | 2026-05-13T18:10:47.415Z | Downloaded schemars_derive v0.8.22 |
| 997 | 2026-05-13T18:10:47.415Z | Downloaded progenitor-impl v0.10.0 |
| 998 | 2026-05-13T18:10:47.415Z | Downloaded progenitor-impl v0.13.0 |
| 999 | 2026-05-13T18:10:47.415Z | Downloaded progenitor-impl v0.14.0 |
| 1000 | 2026-05-13T18:10:47.415Z | Downloaded hashbrown v0.13.2 |
| 1001 | 2026-05-13T18:10:47.415Z | Downloaded scroll v0.13.0 |
| 1002 | 2026-05-13T18:10:47.423Z | Downloaded slog-bunyan v2.5.0 |
| 1003 | 2026-05-13T18:10:47.423Z | Downloaded sec1 v0.7.3 |
| 1004 | 2026-05-13T18:10:47.423Z | Downloaded rusty-fork v0.3.1 |
| 1005 | 2026-05-13T18:10:47.423Z | Downloaded rustversion v1.0.22 |
| 1006 | 2026-05-13T18:10:47.431Z | Downloaded ssh-encoding v0.2.0 |
| 1007 | 2026-05-13T18:10:47.431Z | Downloaded serde_path_to_error v0.1.20 |
| 1008 | 2026-05-13T18:10:47.431Z | Downloaded hickory-resolver v0.24.4 |
| 1009 | 2026-05-13T18:10:47.453Z | Downloaded pin-project v1.1.11 |
| 1010 | 2026-05-13T18:10:47.460Z | Downloaded http v1.4.0 |
| 1011 | 2026-05-13T18:10:47.460Z | Downloaded sqlparser_derive v0.5.0 |
| 1012 | 2026-05-13T18:10:47.460Z | Downloaded serde_derive_internals v0.29.1 |
| 1013 | 2026-05-13T18:10:47.460Z | Downloaded minimal-lexical v0.2.1 |
| 1014 | 2026-05-13T18:10:47.460Z | Downloaded ssh-cipher v0.2.0 |
| 1015 | 2026-05-13T18:10:47.460Z | Downloaded serde-hex v0.1.0 |
| 1016 | 2026-05-13T18:10:47.460Z | Downloaded openssl-sys v0.9.115 |
| 1017 | 2026-05-13T18:10:47.460Z | Downloaded serde_spanned v1.0.4 |
| 1018 | 2026-05-13T18:10:47.460Z | Downloaded rustls-pki-types v1.14.0 |
| 1019 | 2026-05-13T18:10:47.461Z | Downloaded signature v2.2.0 |
| 1020 | 2026-05-13T18:10:47.461Z | Downloaded signal-hook-registry v1.4.8 |
| 1021 | 2026-05-13T18:10:47.466Z | Downloaded strum v0.26.3 |
| 1022 | 2026-05-13T18:10:47.466Z | Downloaded structmeta v0.3.0 |
| 1023 | 2026-05-13T18:10:47.466Z | Downloaded shlex v1.3.0 |
| 1024 | 2026-05-13T18:10:47.466Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1025 | 2026-05-13T18:10:47.466Z | Downloaded pretty_assertions v1.4.1 |
| 1026 | 2026-05-13T18:10:47.469Z | Downloaded prettyplease v0.2.37 |
| 1027 | 2026-05-13T18:10:47.474Z | Downloaded subtle v2.6.1 |
| 1028 | 2026-05-13T18:10:47.477Z | Downloaded rcgen v0.12.1 |
| 1029 | 2026-05-13T18:10:47.477Z | Downloaded prefix-trie v0.7.0 |
| 1030 | 2026-05-13T18:10:47.489Z | Downloaded strum v0.27.2 |
| 1031 | 2026-05-13T18:10:47.489Z | Downloaded slog-async v2.8.0 |
| 1032 | 2026-05-13T18:10:47.489Z | Downloaded slab v0.4.12 |
| 1033 | 2026-05-13T18:10:47.489Z | Downloaded structmeta-derive v0.3.0 |
| 1034 | 2026-05-13T18:10:47.489Z | Downloaded smallvec v0.6.14 |
| 1035 | 2026-05-13T18:10:47.489Z | Downloaded progenitor-impl v0.11.2 |
| 1036 | 2026-05-13T18:10:47.489Z | Downloaded hyper-util v0.1.20 |
| 1037 | 2026-05-13T18:10:47.495Z | Downloaded slog-dtrace v0.3.0 |
| 1038 | 2026-05-13T18:10:47.495Z | Downloaded slog-scope v4.4.1 |
| 1039 | 2026-05-13T18:10:47.495Z | Downloaded slog-term v2.9.2 |
| 1040 | 2026-05-13T18:10:47.495Z | Downloaded supports-color v3.0.2 |
| 1041 | 2026-05-13T18:10:47.495Z | Downloaded tap v1.0.1 |
| 1042 | 2026-05-13T18:10:47.495Z | Downloaded take_mut v0.2.2 |
| 1043 | 2026-05-13T18:10:47.501Z | Downloaded tabwriter v1.4.1 |
| 1044 | 2026-05-13T18:10:47.501Z | Downloaded tabled_derive v0.11.0 |
| 1045 | 2026-05-13T18:10:47.501Z | Downloaded termtree v0.5.1 |
| 1046 | 2026-05-13T18:10:47.501Z | Downloaded aes-gcm v0.10.3 |
| 1047 | 2026-05-13T18:10:47.502Z | Downloaded tagptr v0.2.0 |
| 1048 | 2026-05-13T18:10:47.506Z | Downloaded snafu-derive v0.8.9 |
| 1049 | 2026-05-13T18:10:47.506Z | Downloaded slog-stdlog v4.1.1 |
| 1050 | 2026-05-13T18:10:47.506Z | Downloaded sync_wrapper v1.0.2 |
| 1051 | 2026-05-13T18:10:47.506Z | Downloaded quinn-udp v0.5.14 |
| 1052 | 2026-05-13T18:10:47.506Z | Downloaded aho-corasick v1.1.4 |
| 1053 | 2026-05-13T18:10:47.511Z | Downloaded itertools v0.10.5 |
| 1054 | 2026-05-13T18:10:47.516Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1055 | 2026-05-13T18:10:47.516Z | Downloaded sqlformat v0.3.5 |
| 1056 | 2026-05-13T18:10:47.516Z | Downloaded smf v0.2.3 |
| 1057 | 2026-05-13T18:10:47.520Z | Downloaded sync-ptr v0.1.4 |
| 1058 | 2026-05-13T18:10:47.520Z | Downloaded spki v0.7.3 |
| 1059 | 2026-05-13T18:10:47.520Z | Downloaded testing_table v0.3.0 |
| 1060 | 2026-05-13T18:10:47.520Z | Downloaded stacker v0.1.23 |
| 1061 | 2026-05-13T18:10:47.520Z | Downloaded slog-json v2.6.1 |
| 1062 | 2026-05-13T18:10:47.520Z | Downloaded serde_cbor v0.11.2 |
| 1063 | 2026-05-13T18:10:47.526Z | Downloaded sct v0.7.1 |
| 1064 | 2026-05-13T18:10:47.526Z | Downloaded p256 v0.13.2 |
| 1065 | 2026-05-13T18:10:47.537Z | Downloaded thread-id v5.1.0 |
| 1066 | 2026-05-13T18:10:47.537Z | Downloaded stringprep v0.1.5 |
| 1067 | 2026-05-13T18:10:47.537Z | Downloaded static_assertions v1.1.0 |
| 1068 | 2026-05-13T18:10:47.537Z | Downloaded serde_with_macros v3.17.0 |
| 1069 | 2026-05-13T18:10:47.537Z | Downloaded time-core v0.1.8 |
| 1070 | 2026-05-13T18:10:47.537Z | Downloaded tinyvec_macros v0.1.1 |
| 1071 | 2026-05-13T18:10:47.537Z | Downloaded string_cache v0.8.9 |
| 1072 | 2026-05-13T18:10:47.541Z | Downloaded hashbrown v0.16.1 |
| 1073 | 2026-05-13T18:10:47.541Z | Downloaded strum_macros v0.24.3 |
| 1074 | 2026-05-13T18:10:47.541Z | Downloaded hashbrown v0.15.5 |
| 1075 | 2026-05-13T18:10:47.547Z | Downloaded ryu v1.0.23 |
| 1076 | 2026-05-13T18:10:47.556Z | Downloaded tokio-macros v2.7.0 |
| 1077 | 2026-05-13T18:10:47.556Z | Downloaded support-bundle-viewer v0.1.2 |
| 1078 | 2026-05-13T18:10:47.556Z | Downloaded simd-adler32 v0.3.8 |
| 1079 | 2026-05-13T18:10:47.560Z | Downloaded schemars v0.8.22 |
| 1080 | 2026-05-13T18:10:47.565Z | Downloaded strum_macros v0.27.2 |
| 1081 | 2026-05-13T18:10:47.571Z | Downloaded strum_macros v0.26.4 |
| 1082 | 2026-05-13T18:10:47.571Z | Downloaded termios v0.3.3 |
| 1083 | 2026-05-13T18:10:47.582Z | Downloaded rayon-core v1.13.0 |
| 1084 | 2026-05-13T18:10:47.582Z | Downloaded spin v0.9.8 |
| 1085 | 2026-05-13T18:10:47.588Z | Downloaded publicsuffix v2.3.0 |
| 1086 | 2026-05-13T18:10:47.588Z | Downloaded num-bigint v0.4.6 |
| 1087 | 2026-05-13T18:10:47.588Z | Downloaded ron v0.8.1 |
| 1088 | 2026-05-13T18:10:47.594Z | Downloaded tower-service v0.3.3 |
| 1089 | 2026-05-13T18:10:47.594Z | Downloaded tower-layer v0.3.3 |
| 1090 | 2026-05-13T18:10:47.598Z | Downloaded quinn v0.11.9 |
| 1091 | 2026-05-13T18:10:47.602Z | Downloaded try-lock v0.2.5 |
| 1092 | 2026-05-13T18:10:47.602Z | Downloaded trait-variant v0.1.2 |
| 1093 | 2026-05-13T18:10:47.602Z | Downloaded signal-hook v0.3.18 |
| 1094 | 2026-05-13T18:10:47.606Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1095 | 2026-05-13T18:10:47.606Z | Downloaded similar v2.7.0 |
| 1096 | 2026-05-13T18:10:47.610Z | Downloaded tls_codec v0.4.2 |
| 1097 | 2026-05-13T18:10:47.613Z | Downloaded time-macros v0.2.27 |
| 1098 | 2026-05-13T18:10:47.613Z | Downloaded thread_local v1.1.9 |
| 1099 | 2026-05-13T18:10:47.613Z | Downloaded thiserror-no-std v2.0.2 |
| 1100 | 2026-05-13T18:10:47.617Z | Downloaded libxml v0.3.3 |
| 1101 | 2026-05-13T18:10:47.621Z | Downloaded unarray v0.1.4 |
| 1102 | 2026-05-13T18:10:47.621Z | Downloaded typify-macro v0.6.2 |
| 1103 | 2026-05-13T18:10:47.621Z | Downloaded typify-macro v0.4.3 |
| 1104 | 2026-05-13T18:10:47.692Z | Downloaded nom v7.1.3 |
| 1105 | 2026-05-13T18:10:47.692Z | Downloaded unit-prefix v0.5.2 |
| 1106 | 2026-05-13T18:10:47.696Z | Downloaded tokio-native-tls v0.3.1 |
| 1107 | 2026-05-13T18:10:47.696Z | Downloaded tokio-dtrace v0.1.1 |
| 1108 | 2026-05-13T18:10:47.696Z | Downloaded slog v2.8.2 |
| 1109 | 2026-05-13T18:10:47.696Z | Downloaded chrono v0.4.44 |
| 1110 | 2026-05-13T18:10:47.696Z | Downloaded untrusted v0.7.1 |
| 1111 | 2026-05-13T18:10:47.696Z | Downloaded universal-hash v0.5.1 |
| 1112 | 2026-05-13T18:10:47.697Z | Downloaded mio v1.2.0 |
| 1113 | 2026-05-13T18:10:47.697Z | Downloaded socket2 v0.6.3 |
| 1114 | 2026-05-13T18:10:47.697Z | Downloaded usdt v0.6.0 |
| 1115 | 2026-05-13T18:10:47.697Z | Downloaded utf-8 v0.7.6 |
| 1116 | 2026-05-13T18:10:47.697Z | Downloaded tokio-tungstenite v0.23.1 |
| 1117 | 2026-05-13T18:10:47.697Z | Downloaded tokio-rustls v0.25.0 |
| 1118 | 2026-05-13T18:10:47.697Z | Downloaded itertools v0.12.1 |
| 1119 | 2026-05-13T18:10:47.697Z | Downloaded usdt-macro v0.6.0 |
| 1120 | 2026-05-13T18:10:47.697Z | Downloaded socket2 v0.5.10 |
| 1121 | 2026-05-13T18:10:47.697Z | Downloaded usdt-attr-macro v0.6.0 |
| 1122 | 2026-05-13T18:10:47.697Z | Downloaded term v0.7.0 |
| 1123 | 2026-05-13T18:10:47.697Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1124 | 2026-05-13T18:10:47.697Z | Downloaded iddqd v0.3.18 |
| 1125 | 2026-05-13T18:10:47.697Z | Downloaded qorb v0.4.1 |
| 1126 | 2026-05-13T18:10:47.697Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1127 | 2026-05-13T18:10:47.697Z | Downloaded rand v0.8.6 |
| 1128 | 2026-05-13T18:10:47.697Z | Downloaded topological-sort v0.2.2 |
| 1129 | 2026-05-13T18:10:47.697Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1130 | 2026-05-13T18:10:47.697Z | Downloaded term v1.2.1 |
| 1131 | 2026-05-13T18:10:47.697Z | Downloaded waitgroup v0.1.2 |
| 1132 | 2026-05-13T18:10:47.697Z | Downloaded void v1.0.2 |
| 1133 | 2026-05-13T18:10:47.697Z | Downloaded schemars v0.9.0 |
| 1134 | 2026-05-13T18:10:47.697Z | Downloaded wait-timeout v0.2.1 |
| 1135 | 2026-05-13T18:10:47.697Z | Downloaded rand v0.9.2 |
| 1136 | 2026-05-13T18:10:47.697Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1137 | 2026-05-13T18:10:47.697Z | Downloaded hyper v1.8.1 |
| 1138 | 2026-05-13T18:10:47.697Z | Downloaded tiny-keccak v2.0.2 |
| 1139 | 2026-05-13T18:10:47.697Z | Downloaded tui-tree-widget v0.23.1 |
| 1140 | 2026-05-13T18:10:47.698Z | Downloaded rsa v0.9.10 |
| 1141 | 2026-05-13T18:10:47.698Z | Downloaded want v0.3.1 |
| 1142 | 2026-05-13T18:10:47.698Z | Downloaded unicase v2.9.0 |
| 1143 | 2026-05-13T18:10:47.698Z | Downloaded schemars v1.2.1 |
| 1144 | 2026-05-13T18:10:47.702Z | Downloaded tls_codec_derive v0.4.2 |
| 1145 | 2026-05-13T18:10:47.702Z | Downloaded iri-string v0.7.10 |
| 1146 | 2026-05-13T18:10:47.707Z | Downloaded xattr v1.6.1 |
| 1147 | 2026-05-13T18:10:47.710Z | Downloaded rustls-webpki v0.103.9 |
| 1148 | 2026-05-13T18:10:47.710Z | Downloaded untrusted v0.9.0 |
| 1149 | 2026-05-13T18:10:47.710Z | Downloaded futures-util v0.3.32 |
| 1150 | 2026-05-13T18:10:47.717Z | Downloaded xshell-macros v0.2.7 |
| 1151 | 2026-05-13T18:10:47.720Z | Downloaded uzers v0.12.2 |
| 1152 | 2026-05-13T18:10:47.720Z | Downloaded test-strategy v0.4.5 |
| 1153 | 2026-05-13T18:10:47.720Z | Downloaded zeroize_derive v1.4.3 |
| 1154 | 2026-05-13T18:10:47.723Z | Downloaded vergen-lib v0.1.6 |
| 1155 | 2026-05-13T18:10:47.723Z | Downloaded subprocess v0.2.15 |
| 1156 | 2026-05-13T18:10:47.723Z | Downloaded russh-keys v0.45.0 |
| 1157 | 2026-05-13T18:10:47.727Z | Downloaded tokio-tungstenite v0.21.0 |
| 1158 | 2026-05-13T18:10:47.727Z | Downloaded itertools v0.13.0 |
| 1159 | 2026-05-13T18:10:47.730Z | Downloaded itertools v0.14.0 |
| 1160 | 2026-05-13T18:10:47.736Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1161 | 2026-05-13T18:10:47.740Z | Downloaded num-bigint-dig v0.8.6 |
| 1162 | 2026-05-13T18:10:47.740Z | Downloaded blake3 v1.8.3 |
| 1163 | 2026-05-13T18:10:47.747Z | Downloaded zone_cfg_derive v0.3.1 |
| 1164 | 2026-05-13T18:10:47.750Z | Downloaded vergen-gitcl v1.0.8 |
| 1165 | 2026-05-13T18:10:47.750Z | Downloaded vsss-rs v3.3.4 |
| 1166 | 2026-05-13T18:10:47.750Z | Downloaded vergen-git2 v1.0.7 |
| 1167 | 2026-05-13T18:10:47.750Z | Downloaded zone v0.3.1 |
| 1168 | 2026-05-13T18:10:47.750Z | Downloaded tracing-attributes v0.1.31 |
| 1169 | 2026-05-13T18:10:47.750Z | Downloaded p521 v0.13.3 |
| 1170 | 2026-05-13T18:10:47.754Z | Downloaded snafu v0.8.9 |
| 1171 | 2026-05-13T18:10:47.757Z | Downloaded twox-hash v2.1.2 |
| 1172 | 2026-05-13T18:10:47.757Z | Downloaded walkdir v2.5.0 |
| 1173 | 2026-05-13T18:10:47.762Z | Downloaded whoami v1.6.1 |
| 1174 | 2026-05-13T18:10:47.762Z | Downloaded unicode-properties v0.1.4 |
| 1175 | 2026-05-13T18:10:47.762Z | Downloaded tinyvec v1.10.0 |
| 1176 | 2026-05-13T18:10:47.767Z | Downloaded h2 v0.4.13 |
| 1177 | 2026-05-13T18:10:47.772Z | Downloaded tokio-rustls v0.24.1 |
| 1178 | 2026-05-13T18:10:47.775Z | Downloaded samael v0.0.19 |
| 1179 | 2026-05-13T18:10:47.781Z | Downloaded zeroize v1.8.2 |
| 1180 | 2026-05-13T18:10:47.785Z | Downloaded tokio-stream v0.1.18 |
| 1181 | 2026-05-13T18:10:47.788Z | Downloaded xshell v0.2.7 |
| 1182 | 2026-05-13T18:10:47.788Z | Downloaded usdt-impl v0.6.0 |
| 1183 | 2026-05-13T18:10:47.788Z | Downloaded tokio-rustls v0.26.4 |
| 1184 | 2026-05-13T18:10:47.791Z | Downloaded toml v0.7.8 |
| 1185 | 2026-05-13T18:10:47.792Z | Downloaded vergen v9.0.6 |
| 1186 | 2026-05-13T18:10:47.795Z | Downloaded russh v0.45.0 |
| 1187 | 2026-05-13T18:10:47.798Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1188 | 2026-05-13T18:10:47.802Z | Downloaded hkdf v0.12.4 |
| 1189 | 2026-05-13T18:10:47.808Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1190 | 2026-05-13T18:10:47.811Z | Downloaded rand v0.10.0 |
| 1191 | 2026-05-13T18:10:47.811Z | Downloaded tar v0.4.45 |
| 1192 | 2026-05-13T18:10:47.811Z | Downloaded tracing-core v0.1.36 |
| 1193 | 2026-05-13T18:10:47.816Z | Downloaded zstd-safe v7.2.4 |
| 1194 | 2026-05-13T18:10:47.820Z | Downloaded libm v0.2.16 |
| 1195 | 2026-05-13T18:10:47.828Z | Downloaded tungstenite v0.21.0 |
| 1196 | 2026-05-13T18:10:47.831Z | Downloaded whoami v2.1.0 |
| 1197 | 2026-05-13T18:10:47.834Z | Downloaded zerocopy v0.6.6 |
| 1198 | 2026-05-13T18:10:47.834Z | Downloaded typify v0.4.3 |
| 1199 | 2026-05-13T18:10:47.838Z | Downloaded rustyline v14.0.0 |
| 1200 | 2026-05-13T18:10:47.841Z | Downloaded wyz v0.5.1 |
| 1201 | 2026-05-13T18:10:47.845Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1202 | 2026-05-13T18:10:47.851Z | Downloaded uuid v1.23.0 |
| 1203 | 2026-05-13T18:10:47.851Z | Downloaded zstd v0.13.3 |
| 1204 | 2026-05-13T18:10:47.857Z | Downloaded yasna v0.5.2 |
| 1205 | 2026-05-13T18:10:47.860Z | Downloaded typify v0.6.2 |
| 1206 | 2026-05-13T18:10:47.860Z | Downloaded tungstenite v0.23.0 |
| 1207 | 2026-05-13T18:10:47.863Z | Downloaded unsafe-libyaml v0.2.11 |
| 1208 | 2026-05-13T18:10:47.868Z | Downloaded rpassword v7.4.0 |
| 1209 | 2026-05-13T18:10:47.868Z | Downloaded tokio-postgres v0.7.16 |
| 1210 | 2026-05-13T18:10:47.872Z | Downloaded steno v0.4.1 |
| 1211 | 2026-05-13T18:10:47.877Z | Downloaded vte v0.14.1 |
| 1212 | 2026-05-13T18:10:47.877Z | Downloaded bitvec v1.0.1 |
| 1213 | 2026-05-13T18:10:47.883Z | Downloaded reedline v0.40.0 |
| 1214 | 2026-05-13T18:10:47.888Z | Downloaded zopfli v0.8.3 |
| 1215 | 2026-05-13T18:10:47.891Z | Downloaded p384 v0.13.1 |
| 1216 | 2026-05-13T18:10:47.895Z | Downloaded unicode-truncate v1.1.0 |
| 1217 | 2026-05-13T18:10:47.895Z | Downloaded unicode-bidi v0.3.18 |
| 1218 | 2026-05-13T18:10:47.901Z | Downloaded regex v1.12.3 |
| 1219 | 2026-05-13T18:10:47.908Z | Downloaded unicode_categories v0.1.1 |
| 1220 | 2026-05-13T18:10:47.911Z | Downloaded bindgen v0.71.1 |
| 1221 | 2026-05-13T18:10:47.914Z | Downloaded reqwest v0.13.2 |
| 1222 | 2026-05-13T18:10:47.918Z | Downloaded aws-lc-rs v1.16.3 |
| 1223 | 2026-05-13T18:10:47.923Z | Downloaded toml_edit v0.19.15 |
| 1224 | 2026-05-13T18:10:47.934Z | Downloaded portable-atomic v1.13.1 |
| 1225 | 2026-05-13T18:10:47.939Z | Downloaded ssh-key v0.6.7 |
| 1226 | 2026-05-13T18:10:47.942Z | Downloaded git2 v0.20.4 |
| 1227 | 2026-05-13T18:10:47.947Z | Downloaded reqwest v0.12.28 |
| 1228 | 2026-05-13T18:10:47.951Z | Downloaded curve25519-dalek v4.1.3 |
| 1229 | 2026-05-13T18:10:47.957Z | Downloaded zip v0.6.6 |
| 1230 | 2026-05-13T18:10:47.961Z | Downloaded rayon v1.11.0 |
| 1231 | 2026-05-13T18:10:47.965Z | Downloaded zerocopy-derive v0.8.40 |
| 1232 | 2026-05-13T18:10:47.970Z | Downloaded proptest v1.11.0 |
| 1233 | 2026-05-13T18:10:47.977Z | Downloaded salty v0.3.0 |
| 1234 | 2026-05-13T18:10:47.995Z | Downloaded yansi v1.0.1 |
| 1235 | 2026-05-13T18:10:48.000Z | Downloaded unicode-normalization v0.1.25 |
| 1236 | 2026-05-13T18:10:48.006Z | Downloaded tokio-util v0.7.18 |
| 1237 | 2026-05-13T18:10:48.009Z | Downloaded rustls-webpki v0.101.7 |
| 1238 | 2026-05-13T18:10:48.016Z | Downloaded rustls-webpki v0.102.8 |
| 1239 | 2026-05-13T18:10:48.027Z | Downloaded x509-cert v0.2.5 |
| 1240 | 2026-05-13T18:10:48.031Z | Downloaded lalrpop v0.19.12 |
| 1241 | 2026-05-13T18:10:48.038Z | Downloaded unicode-segmentation v1.12.0 |
| 1242 | 2026-05-13T18:10:48.041Z | Downloaded typed-path v0.9.3 |
| 1243 | 2026-05-13T18:10:48.045Z | Downloaded tower-http v0.6.8 |
| 1244 | 2026-05-13T18:10:48.049Z | Downloaded nix v0.27.1 |
| 1245 | 2026-05-13T18:10:48.055Z | Downloaded tower v0.5.3 |
| 1246 | 2026-05-13T18:10:48.066Z | Downloaded quinn-proto v0.11.13 |
| 1247 | 2026-05-13T18:10:48.071Z | Downloaded goblin v0.10.5 |
| 1248 | 2026-05-13T18:10:48.076Z | Downloaded serde_with v3.17.0 |
| 1249 | 2026-05-13T18:10:48.085Z | Downloaded winnow v0.6.26 |
| 1250 | 2026-05-13T18:10:48.090Z | Downloaded moka v0.12.13 |
| 1251 | 2026-05-13T18:10:48.095Z | Downloaded bstr v1.12.1 |
| 1252 | 2026-05-13T18:10:48.099Z | Downloaded quick-xml v0.37.5 |
| 1253 | 2026-05-13T18:10:48.103Z | Downloaded tough v0.22.0 |
| 1254 | 2026-05-13T18:10:48.108Z | Downloaded zip v4.6.1 |
| 1255 | 2026-05-13T18:10:48.111Z | Downloaded nix v0.29.0 |
| 1256 | 2026-05-13T18:10:48.126Z | Downloaded smoltcp v0.9.1 |
| 1257 | 2026-05-13T18:10:48.133Z | Downloaded petname v2.0.2 |
| 1258 | 2026-05-13T18:10:48.137Z | Downloaded nix v0.31.2 |
| 1259 | 2026-05-13T18:10:48.144Z | Downloaded vcpkg v0.2.15 |
| 1260 | 2026-05-13T18:10:48.168Z | Downloaded webpki-roots v1.0.6 |
| 1261 | 2026-05-13T18:10:48.172Z | Downloaded object v0.30.4 |
| 1262 | 2026-05-13T18:10:48.185Z | Downloaded radix_trie v0.2.1 |
| 1263 | 2026-05-13T18:10:48.190Z | Downloaded openapiv3 v2.2.0 |
| 1264 | 2026-05-13T18:10:48.195Z | Downloaded winnow v0.5.40 |
| 1265 | 2026-05-13T18:10:48.200Z | Downloaded rustls v0.22.4 |
| 1266 | 2026-05-13T18:10:48.211Z | Downloaded rustls v0.23.37 |
| 1267 | 2026-05-13T18:10:48.245Z | Downloaded polar-core v0.27.3 |
| 1268 | 2026-05-13T18:10:48.251Z | Downloaded openssl v0.10.79 |
| 1269 | 2026-05-13T18:10:48.254Z | Downloaded tabled v0.20.0 |
| 1270 | 2026-05-13T18:10:48.265Z | Downloaded nix v0.28.0 |
| 1271 | 2026-05-13T18:10:48.272Z | Downloaded dropshot v0.17.0 |
| 1272 | 2026-05-13T18:10:48.285Z | Downloaded dropshot v0.16.7 |
| 1273 | 2026-05-13T18:10:48.298Z | Downloaded time v0.3.47 |
| 1274 | 2026-05-13T18:10:48.307Z | Downloaded regex-syntax v0.6.29 |
| 1275 | 2026-05-13T18:10:48.312Z | Downloaded sled v0.34.7 |
| 1276 | 2026-05-13T18:10:48.316Z | Downloaded rustls v0.21.12 |
| 1277 | 2026-05-13T18:10:48.322Z | Downloaded zlib-rs v0.6.2 |
| 1278 | 2026-05-13T18:10:48.326Z | Downloaded typify-impl v0.4.3 |
| 1279 | 2026-05-13T18:10:48.335Z | Downloaded hickory-proto v0.24.4 |
| 1280 | 2026-05-13T18:10:48.346Z | Downloaded object v0.37.3 |
| 1281 | 2026-05-13T18:10:48.351Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1282 | 2026-05-13T18:10:48.359Z | Downloaded tracing v0.1.44 |
| 1283 | 2026-05-13T18:10:48.372Z | Downloaded zerocopy v0.8.40 |
| 1284 | 2026-05-13T18:10:48.377Z | Downloaded regress v0.10.5 |
| 1285 | 2026-05-13T18:10:48.382Z | Downloaded ratatui v0.29.0 |
| 1286 | 2026-05-13T18:10:48.395Z | Downloaded regress v0.11.1 |
| 1287 | 2026-05-13T18:10:48.401Z | Downloaded jiff v0.2.21 |
| 1288 | 2026-05-13T18:10:48.411Z | Downloaded smoltcp v0.11.0 |
| 1289 | 2026-05-13T18:10:48.418Z | Downloaded rustix v0.38.44 |
| 1290 | 2026-05-13T18:10:48.431Z | Downloaded hickory-proto v0.25.2 |
| 1291 | 2026-05-13T18:10:48.440Z | Downloaded diesel v2.3.7 |
| 1292 | 2026-05-13T18:10:48.452Z | Downloaded regex-syntax v0.8.10 |
| 1293 | 2026-05-13T18:10:48.457Z | Downloaded chrono-tz v0.10.4 |
| 1294 | 2026-05-13T18:10:48.502Z | Downloaded sqlparser v0.61.0 |
| 1295 | 2026-05-13T18:10:48.526Z | Downloaded typify-impl v0.6.2 |
| 1296 | 2026-05-13T18:10:48.570Z | Downloaded zerocopy-derive v0.6.6 |
| 1297 | 2026-05-13T18:10:48.584Z | Downloaded regex-automata v0.4.14 |
| 1298 | 2026-05-13T18:10:48.596Z | Downloaded ring v0.17.14 |
| 1299 | 2026-05-13T18:10:48.626Z | Downloaded petgraph v0.6.5 |
| 1300 | 2026-05-13T18:10:48.653Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1301 | 2026-05-13T18:10:48.693Z | Downloaded petgraph v0.8.3 |
| 1302 | 2026-05-13T18:10:48.718Z | Downloaded libz-sys v1.1.24 |
| 1303 | 2026-05-13T18:10:48.728Z | Downloaded csv v1.4.0 |
| 1304 | 2026-05-13T18:10:48.740Z | Downloaded sha3 v0.10.8 |
| 1305 | 2026-05-13T18:10:48.744Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1306 | 2026-05-13T18:10:48.753Z | Downloaded tokio v1.52.1 |
| 1307 | 2026-05-13T18:10:48.783Z | Downloaded encoding_rs v0.8.35 |
| 1308 | 2026-05-13T18:10:49.185Z | Downloaded aws-lc-sys v0.40.0 |
| 1309 | 2026-05-13T18:10:49.436Z | Compiling libc v0.2.185 |
| 1310 | 2026-05-13T18:10:49.436Z | Compiling serde v1.0.228 |
| 1311 | 2026-05-13T18:10:49.441Z | Compiling log v0.4.29 |
| 1312 | 2026-05-13T18:10:49.441Z | Compiling shlex v1.3.0 |
| 1313 | 2026-05-13T18:10:49.584Z | Compiling find-msvc-tools v0.1.9 |
| 1314 | 2026-05-13T18:10:49.587Z | Compiling smallvec v1.15.1 |
| 1315 | 2026-05-13T18:10:49.591Z | Compiling syn v2.0.117 |
| 1316 | 2026-05-13T18:10:49.607Z | Compiling typenum v1.19.0 |
| 1317 | 2026-05-13T18:10:49.768Z | Compiling generic-array v0.14.7 |
| 1318 | 2026-05-13T18:10:49.780Z | Compiling subtle v2.6.1 |
| 1319 | 2026-05-13T18:10:49.825Z | Compiling scopeguard v1.2.0 |
| 1320 | 2026-05-13T18:10:49.865Z | Compiling const-oid v0.9.6 |
| 1321 | 2026-05-13T18:10:49.896Z | Compiling serde_json v1.0.149 |
| 1322 | 2026-05-13T18:10:49.934Z | Compiling lock_api v0.4.14 |
| 1323 | 2026-05-13T18:10:49.947Z | Compiling zerocopy v0.8.40 |
| 1324 | 2026-05-13T18:10:50.012Z | Compiling pin-project-lite v0.2.17 |
| 1325 | 2026-05-13T18:10:50.239Z | Compiling parking_lot_core v0.9.12 |
| 1326 | 2026-05-13T18:10:50.252Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-05-13T18:10:50.464Z | Compiling pkg-config v0.3.32 |
| 1328 | 2026-05-13T18:10:50.496Z | Compiling getrandom v0.2.17 |
| 1329 | 2026-05-13T18:10:50.554Z | Compiling jobserver v0.1.34 |
| 1330 | 2026-05-13T18:10:50.713Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-05-13T18:10:50.727Z | Compiling errno v0.3.14 |
| 1332 | 2026-05-13T18:10:50.786Z | Compiling cc v1.2.56 |
| 1333 | 2026-05-13T18:10:50.877Z | Compiling signal-hook-registry v1.4.8 |
| 1334 | 2026-05-13T18:10:50.990Z | Compiling bitflags v2.11.0 |
| 1335 | 2026-05-13T18:10:51.023Z | Compiling libm v0.2.16 |
| 1336 | 2026-05-13T18:10:51.045Z | Compiling futures-core v0.3.32 |
| 1337 | 2026-05-13T18:10:51.158Z | Compiling critical-section v1.2.0 |
| 1338 | 2026-05-13T18:10:51.200Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-05-13T18:10:51.223Z | Compiling mio v1.2.0 |
| 1340 | 2026-05-13T18:10:51.271Z | Compiling num-traits v0.2.19 |
| 1341 | 2026-05-13T18:10:51.382Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-05-13T18:10:51.440Z | Compiling percent-encoding v2.3.2 |
| 1343 | 2026-05-13T18:10:51.597Z | Compiling socket2 v0.6.3 |
| 1344 | 2026-05-13T18:10:51.615Z | Compiling futures-sink v0.3.32 |
| 1345 | 2026-05-13T18:10:51.644Z | Compiling futures-io v0.3.32 |
| 1346 | 2026-05-13T18:10:51.644Z | Compiling futures-task v0.3.32 |
| 1347 | 2026-05-13T18:10:51.710Z | Compiling futures-channel v0.3.32 |
| 1348 | 2026-05-13T18:10:51.734Z | Compiling getrandom v0.4.1 |
| 1349 | 2026-05-13T18:10:51.811Z | Compiling slab v0.4.12 |
| 1350 | 2026-05-13T18:10:51.811Z | Compiling cpufeatures v0.2.17 |
| 1351 | 2026-05-13T18:10:51.899Z | Compiling rand_core v0.10.0 |
| 1352 | 2026-05-13T18:10:51.942Z | Compiling indexmap v2.14.0 |
| 1353 | 2026-05-13T18:10:51.994Z | Compiling rustversion v1.0.22 |
| 1354 | 2026-05-13T18:10:52.022Z | Compiling getrandom v0.3.4 |
| 1355 | 2026-05-13T18:10:52.068Z | Compiling form_urlencoded v1.2.2 |
| 1356 | 2026-05-13T18:10:52.325Z | Compiling cmake v0.1.57 |
| 1357 | 2026-05-13T18:10:52.386Z | Compiling fs_extra v1.3.0 |
| 1358 | 2026-05-13T18:10:52.410Z | Compiling dunce v1.0.5 |
| 1359 | 2026-05-13T18:10:52.523Z | Compiling ident_case v1.0.1 |
| 1360 | 2026-05-13T18:10:52.608Z | Compiling synstructure v0.13.2 |
| 1361 | 2026-05-13T18:10:52.649Z | Compiling base64ct v1.8.3 |
| 1362 | 2026-05-13T18:10:52.662Z | Compiling rustix v1.1.3 |
| 1363 | 2026-05-13T18:10:52.730Z | Compiling aws-lc-sys v0.40.0 |
| 1364 | 2026-05-13T18:10:52.895Z | Compiling pem-rfc7468 v0.7.0 |
| 1365 | 2026-05-13T18:10:52.948Z | Compiling regex-syntax v0.8.10 |
| 1366 | 2026-05-13T18:10:53.018Z | Compiling flagset v0.4.7 |
| 1367 | 2026-05-13T18:10:53.021Z | Compiling iana-time-zone v0.1.65 |
| 1368 | 2026-05-13T18:10:53.146Z | Compiling rand_core v0.9.5 |
| 1369 | 2026-05-13T18:10:53.211Z | Compiling ring v0.17.14 |
| 1370 | 2026-05-13T18:10:53.227Z | Compiling vcpkg v0.2.15 |
| 1371 | 2026-05-13T18:10:53.241Z | Compiling aws-lc-rs v1.16.3 |
| 1372 | 2026-05-13T18:10:53.426Z | Compiling uuid v1.23.0 |
| 1373 | 2026-05-13T18:10:53.525Z | Compiling rustc_version v0.4.1 |
| 1374 | 2026-05-13T18:10:53.863Z | Compiling tracing-core v0.1.36 |
| 1375 | 2026-05-13T18:10:53.975Z | Compiling openssl-sys v0.9.115 |
| 1376 | 2026-05-13T18:10:54.142Z | Compiling base64 v0.22.1 |
| 1377 | 2026-05-13T18:10:54.380Z | Compiling serde_derive v1.0.228 |
| 1378 | 2026-05-13T18:10:54.415Z | Compiling zeroize_derive v1.4.3 |
| 1379 | 2026-05-13T18:10:54.461Z | Compiling zerofrom-derive v0.1.6 |
| 1380 | 2026-05-13T18:10:54.477Z | Compiling yoke-derive v0.8.1 |
| 1381 | 2026-05-13T18:10:54.495Z | Compiling zerocopy-derive v0.8.40 |
| 1382 | 2026-05-13T18:10:55.043Z | Compiling zeroize v1.8.2 |
| 1383 | 2026-05-13T18:10:55.296Z | Compiling zerovec-derive v0.11.2 |
| 1384 | 2026-05-13T18:10:55.635Z | Compiling displaydoc v0.2.5 |
| 1385 | 2026-05-13T18:10:55.816Z | Compiling crypto-common v0.1.7 |
| 1386 | 2026-05-13T18:10:55.876Z | Compiling zerofrom v0.1.6 |
| 1387 | 2026-05-13T18:10:55.962Z | Compiling block-buffer v0.10.4 |
| 1388 | 2026-05-13T18:10:55.991Z | Compiling yoke v0.8.1 |
| 1389 | 2026-05-13T18:10:56.126Z | Compiling digest v0.10.7 |
| 1390 | 2026-05-13T18:10:56.176Z | Compiling tokio-macros v2.7.0 |
| 1391 | 2026-05-13T18:10:56.363Z | Compiling zerotrie v0.2.3 |
| 1392 | 2026-05-13T18:10:56.376Z | Compiling futures-macro v0.3.32 |
| 1393 | 2026-05-13T18:10:56.399Z | Compiling zerovec v0.11.5 |
| 1394 | 2026-05-13T18:10:56.653Z | Compiling hmac v0.12.1 |
| 1395 | 2026-05-13T18:10:56.811Z | Compiling block-padding v0.3.3 |
| 1396 | 2026-05-13T18:10:56.888Z | Compiling tinystr v0.8.2 |
| 1397 | 2026-05-13T18:10:56.903Z | Compiling potential_utf v0.1.4 |
| 1398 | 2026-05-13T18:10:56.972Z | Compiling inout v0.1.4 |
| 1399 | 2026-05-13T18:10:57.057Z | Compiling icu_locale_core v2.1.1 |
| 1400 | 2026-05-13T18:10:57.081Z | Compiling icu_collections v2.1.1 |
| 1401 | 2026-05-13T18:10:57.133Z | Compiling cipher v0.4.4 |
| 1402 | 2026-05-13T18:10:57.161Z | Compiling futures-util v0.3.32 |
| 1403 | 2026-05-13T18:10:57.388Z | Compiling sha2 v0.10.9 |
| 1404 | 2026-05-13T18:10:57.546Z | Compiling der_derive v0.7.3 |
| 1405 | 2026-05-13T18:10:57.832Z | Compiling bytes v1.11.1 |
| 1406 | 2026-05-13T18:10:57.909Z | Compiling icu_provider v2.1.1 |
| 1407 | 2026-05-13T18:10:58.198Z | Compiling icu_properties v2.1.2 |
| 1408 | 2026-05-13T18:10:58.426Z | Compiling tokio v1.52.1 |
| 1409 | 2026-05-13T18:10:58.468Z | Compiling icu_normalizer v2.1.1 |
| 1410 | 2026-05-13T18:10:58.729Z | Compiling ppv-lite86 v0.2.21 |
| 1411 | 2026-05-13T18:10:58.890Z | Compiling der v0.7.10 |
| 1412 | 2026-05-13T18:10:58.990Z | Compiling http v1.4.0 |
| 1413 | 2026-05-13T18:10:59.040Z | Compiling idna_adapter v1.2.1 |
| 1414 | 2026-05-13T18:10:59.131Z | Compiling chrono v0.4.44 |
| 1415 | 2026-05-13T18:10:59.177Z | Compiling idna v1.1.0 |
| 1416 | 2026-05-13T18:10:59.254Z | Compiling salsa20 v0.10.2 |
| 1417 | 2026-05-13T18:10:59.388Z | Compiling pbkdf2 v0.12.2 |
| 1418 | 2026-05-13T18:10:59.402Z | Compiling rustls-pki-types v1.14.0 |
| 1419 | 2026-05-13T18:10:59.502Z | Compiling url v2.5.8 |
| 1420 | 2026-05-13T18:10:59.806Z | Compiling spki v0.7.3 |
| 1421 | 2026-05-13T18:10:59.838Z | Compiling thiserror-impl v2.0.18 |
| 1422 | 2026-05-13T18:10:59.851Z | Compiling tracing-attributes v0.1.31 |
| 1423 | 2026-05-13T18:11:00.006Z | Compiling http-body v1.0.1 |
| 1424 | 2026-05-13T18:11:00.058Z | Compiling scrypt v0.11.0 |
| 1425 | 2026-05-13T18:11:00.205Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2026-05-13T18:11:00.325Z | Compiling aes v0.8.4 |
| 1427 | 2026-05-13T18:11:00.342Z | Compiling cbc v0.1.2 |
| 1428 | 2026-05-13T18:11:00.514Z | Compiling tinyvec_macros v0.1.1 |
| 1429 | 2026-05-13T18:11:00.563Z | Compiling openssl-probe v0.2.1 |
| 1430 | 2026-05-13T18:11:00.585Z | Compiling untrusted v0.7.1 |
| 1431 | 2026-05-13T18:11:00.711Z | Compiling untrusted v0.9.0 |
| 1432 | 2026-05-13T18:11:00.738Z | Compiling httparse v1.10.1 |
| 1433 | 2026-05-13T18:11:00.902Z | Compiling pkcs5 v0.7.1 |
| 1434 | 2026-05-13T18:11:01.119Z | Compiling tinyvec v1.10.0 |
| 1435 | 2026-05-13T18:11:01.174Z | Compiling tracing v0.1.44 |
| 1436 | 2026-05-13T18:11:01.200Z | Compiling thiserror v2.0.18 |
| 1437 | 2026-05-13T18:11:01.302Z | Compiling pest_generator v2.8.6 |
| 1438 | 2026-05-13T18:11:01.377Z | Compiling rand v0.9.2 |
| 1439 | 2026-05-13T18:11:01.380Z | Compiling serde_derive_internals v0.29.1 |
| 1440 | 2026-05-13T18:11:01.434Z | Compiling aho-corasick v1.1.4 |
| 1441 | 2026-05-13T18:11:01.455Z | Compiling rustls v0.23.37 |
| 1442 | 2026-05-13T18:11:01.619Z | Compiling tower-service v0.3.3 |
| 1443 | 2026-05-13T18:11:01.713Z | Compiling schemars v0.8.22 |
| 1444 | 2026-05-13T18:11:01.908Z | Compiling tower-layer v0.3.3 |
| 1445 | 2026-05-13T18:11:01.983Z | Compiling dyn-clone v1.0.20 |
| 1446 | 2026-05-13T18:11:02.067Z | Compiling try-lock v0.2.5 |
| 1447 | 2026-05-13T18:11:02.117Z | Compiling tokio-util v0.7.18 |
| 1448 | 2026-05-13T18:11:02.167Z | Compiling atomic-waker v1.1.2 |
| 1449 | 2026-05-13T18:11:02.180Z | Compiling want v0.3.1 |
| 1450 | 2026-05-13T18:11:02.263Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-05-13T18:11:02.288Z | Compiling regex-automata v0.4.14 |
| 1452 | 2026-05-13T18:11:02.335Z | Compiling pest_derive v2.8.6 |
| 1453 | 2026-05-13T18:11:02.602Z | Compiling pkcs8 v0.10.2 |
| 1454 | 2026-05-13T18:11:02.909Z | Compiling h2 v0.4.13 |
| 1455 | 2026-05-13T18:11:03.036Z | Compiling ipnet v2.11.0 |
| 1456 | 2026-05-13T18:11:03.090Z | Compiling scroll_derive v0.13.1 |
| 1457 | 2026-05-13T18:11:03.126Z | Compiling darling_core v0.20.11 |
| 1458 | 2026-05-13T18:11:03.476Z | Compiling httpdate v1.0.3 |
| 1459 | 2026-05-13T18:11:03.536Z | Compiling foreign-types-shared v0.1.1 |
| 1460 | 2026-05-13T18:11:03.623Z | Compiling pin-utils v0.1.0 |
| 1461 | 2026-05-13T18:11:03.694Z | Compiling openssl v0.10.79 |
| 1462 | 2026-05-13T18:11:03.694Z | Compiling foreign-types v0.3.2 |
| 1463 | 2026-05-13T18:11:03.782Z | Compiling tempfile v3.25.0 |
| 1464 | 2026-05-13T18:11:03.879Z | Compiling scroll v0.13.0 |
| 1465 | 2026-05-13T18:11:04.064Z | Compiling unicode-normalization v0.1.25 |
| 1466 | 2026-05-13T18:11:04.139Z | Compiling openssl-macros v0.1.1 |
| 1467 | 2026-05-13T18:11:04.519Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1468 | 2026-05-13T18:11:04.536Z | Compiling spin v0.9.8 |
| 1469 | 2026-05-13T18:11:04.551Z | Compiling powerfmt v0.2.0 |
| 1470 | 2026-05-13T18:11:04.736Z | Compiling time-core v0.1.8 |
| 1471 | 2026-05-13T18:11:04.751Z | Compiling crc32fast v1.5.0 |
| 1472 | 2026-05-13T18:11:04.883Z | Compiling native-tls v0.2.18 |
| 1473 | 2026-05-13T18:11:04.897Z | Compiling num-conv v0.2.0 |
| 1474 | 2026-05-13T18:11:05.029Z | Compiling time-macros v0.2.27 |
| 1475 | 2026-05-13T18:11:05.165Z | Compiling deranged v0.5.8 |
| 1476 | 2026-05-13T18:11:05.396Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-05-13T18:11:05.852Z | Compiling darling v0.20.11 |
| 1478 | 2026-05-13T18:11:05.934Z | Compiling hyper v1.8.1 |
| 1479 | 2026-05-13T18:11:06.117Z | Compiling goblin v0.10.5 |
| 1480 | 2026-05-13T18:11:06.131Z | Compiling rustls-native-certs v0.8.3 |
| 1481 | 2026-05-13T18:11:06.335Z | Compiling sync_wrapper v1.0.2 |
| 1482 | 2026-05-13T18:11:06.416Z | Compiling wait-timeout v0.2.1 |
| 1483 | 2026-05-13T18:11:06.441Z | Compiling num_threads v0.1.7 |
| 1484 | 2026-05-13T18:11:06.537Z | Compiling unicode-segmentation v1.12.0 |
| 1485 | 2026-05-13T18:11:06.679Z | Compiling usdt-impl v0.6.0 |
| 1486 | 2026-05-13T18:11:06.883Z | Compiling quick-error v1.2.3 |
| 1487 | 2026-05-13T18:11:06.897Z | Compiling syn v1.0.109 |
| 1488 | 2026-05-13T18:11:06.913Z | Compiling simd-adler32 v0.3.8 |
| 1489 | 2026-05-13T18:11:06.983Z | Compiling hyper-util v0.1.20 |
| 1490 | 2026-05-13T18:11:07.151Z | Compiling crossbeam-utils v0.8.21 |
| 1491 | 2026-05-13T18:11:07.191Z | Compiling bit-vec v0.8.0 |
| 1492 | 2026-05-13T18:11:07.419Z | Compiling siphasher v1.0.2 |
| 1493 | 2026-05-13T18:11:07.488Z | Compiling bit-set v0.8.0 |
| 1494 | 2026-05-13T18:11:07.643Z | Compiling rusty-fork v0.3.1 |
| 1495 | 2026-05-13T18:11:07.675Z | Compiling time v0.3.47 |
| 1496 | 2026-05-13T18:11:07.759Z | Compiling tower v0.5.3 |
| 1497 | 2026-05-13T18:11:07.954Z | Compiling derive_builder_core v0.20.2 |
| 1498 | 2026-05-13T18:11:08.225Z | Compiling dtrace-parser v0.3.0 |
| 1499 | 2026-05-13T18:11:08.387Z | Compiling http-body-util v0.1.3 |
| 1500 | 2026-05-13T18:11:08.629Z | Compiling webpki-roots v1.0.6 |
| 1501 | 2026-05-13T18:11:08.684Z | Compiling signature v2.2.0 |
| 1502 | 2026-05-13T18:11:08.747Z | Compiling scroll_derive v0.12.1 |
| 1503 | 2026-05-13T18:11:08.819Z | Compiling dof v0.4.0 |
| 1504 | 2026-05-13T18:11:08.866Z | Compiling thiserror-impl v1.0.69 |
| 1505 | 2026-05-13T18:11:08.956Z | Compiling heapless v0.7.17 |
| 1506 | 2026-05-13T18:11:09.190Z | Compiling rand_xorshift v0.4.0 |
| 1507 | 2026-05-13T18:11:09.211Z | Compiling slog v2.8.2 |
| 1508 | 2026-05-13T18:11:09.347Z | Compiling darling_core v0.21.3 |
| 1509 | 2026-05-13T18:11:09.387Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1510 | 2026-05-13T18:11:09.391Z | Compiling thread-id v5.1.0 |
| 1511 | 2026-05-13T18:11:09.481Z | Compiling cookie v0.18.1 |
| 1512 | 2026-05-13T18:11:09.657Z | Compiling zstd-safe v7.2.4 |
| 1513 | 2026-05-13T18:11:09.669Z | Compiling iri-string v0.7.10 |
| 1514 | 2026-05-13T18:11:09.845Z | Compiling paste v1.0.15 |
| 1515 | 2026-05-13T18:11:09.959Z | Compiling signal-hook v0.3.18 |
| 1516 | 2026-05-13T18:11:10.087Z | Compiling adler2 v2.0.1 |
| 1517 | 2026-05-13T18:11:10.158Z | Compiling unicode-bidi v0.3.18 |
| 1518 | 2026-05-13T18:11:10.179Z | Compiling allocator-api2 v0.2.21 |
| 1519 | 2026-05-13T18:11:10.220Z | Compiling ryu v1.0.23 |
| 1520 | 2026-05-13T18:11:10.349Z | Compiling unicode-properties v0.1.4 |
| 1521 | 2026-05-13T18:11:10.393Z | Compiling anyhow v1.0.102 |
| 1522 | 2026-05-13T18:11:10.499Z | Compiling unarray v0.1.4 |
| 1523 | 2026-05-13T18:11:10.554Z | Compiling stringprep v0.1.5 |
| 1524 | 2026-05-13T18:11:10.608Z | Compiling proptest v1.11.0 |
| 1525 | 2026-05-13T18:11:10.683Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-05-13T18:11:10.909Z | Compiling tower-http v0.6.8 |
| 1527 | 2026-05-13T18:11:10.924Z | Compiling miniz_oxide v0.8.9 |
| 1528 | 2026-05-13T18:11:11.057Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-05-13T18:11:11.329Z | Compiling scroll v0.12.0 |
| 1530 | 2026-05-13T18:11:11.593Z | Compiling derive_builder_macro v0.20.2 |
| 1531 | 2026-05-13T18:11:11.719Z | Compiling tokio-native-tls v0.3.1 |
| 1532 | 2026-05-13T18:11:11.884Z | Compiling heck v0.4.1 |
| 1533 | 2026-05-13T18:11:11.903Z | Compiling darling_macro v0.21.3 |
| 1534 | 2026-05-13T18:11:11.954Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-05-13T18:11:12.025Z | Compiling bstr v1.12.1 |
| 1536 | 2026-05-13T18:11:12.098Z | Compiling rand_chacha v0.3.1 |
| 1537 | 2026-05-13T18:11:12.251Z | Compiling toml_datetime v0.6.11 |
| 1538 | 2026-05-13T18:11:12.339Z | Compiling erased-serde v0.3.31 |
| 1539 | 2026-05-13T18:11:12.364Z | Compiling serde_spanned v0.6.9 |
| 1540 | 2026-05-13T18:11:12.507Z | Compiling serde_tokenstream v0.2.3 |
| 1541 | 2026-05-13T18:11:12.507Z | Compiling md-5 v0.10.6 |
| 1542 | 2026-05-13T18:11:12.657Z | Compiling zerocopy-derive v0.7.35 |
| 1543 | 2026-05-13T18:11:12.681Z | Compiling pin-project-internal v1.1.11 |
| 1544 | 2026-05-13T18:11:12.811Z | Compiling async-trait v0.1.89 |
| 1545 | 2026-05-13T18:11:12.825Z | Compiling curve25519-dalek v4.1.3 |
| 1546 | 2026-05-13T18:11:12.888Z | Compiling vergen-lib v0.1.6 |
| 1547 | 2026-05-13T18:11:13.066Z | Compiling num-integer v0.1.46 |
| 1548 | 2026-05-13T18:11:13.150Z | Compiling hash32 v0.2.1 |
| 1549 | 2026-05-13T18:11:13.340Z | Compiling ff v0.13.1 |
| 1550 | 2026-05-13T18:11:13.385Z | Compiling memoffset v0.9.1 |
| 1551 | 2026-05-13T18:11:13.480Z | Compiling litrs v1.0.0 |
| 1552 | 2026-05-13T18:11:13.508Z | Compiling ref-cast v1.0.25 |
| 1553 | 2026-05-13T18:11:13.575Z | Compiling rustix v0.38.44 |
| 1554 | 2026-05-13T18:11:13.779Z | Compiling base16ct v0.2.0 |
| 1555 | 2026-05-13T18:11:13.812Z | Compiling cfg_aliases v0.2.1 |
| 1556 | 2026-05-13T18:11:13.825Z | Compiling psl-types v2.0.11 |
| 1557 | 2026-05-13T18:11:13.887Z | Compiling fallible-iterator v0.2.0 |
| 1558 | 2026-05-13T18:11:13.911Z | Compiling num-bigint-dig v0.8.6 |
| 1559 | 2026-05-13T18:11:13.944Z | Compiling smoltcp v0.9.1 |
| 1560 | 2026-05-13T18:11:13.958Z | Compiling zlib-rs v0.6.2 |
| 1561 | 2026-05-13T18:11:13.980Z | Compiling document-features v0.2.12 |
| 1562 | 2026-05-13T18:11:14.114Z | Compiling publicsuffix v2.3.0 |
| 1563 | 2026-05-13T18:11:14.197Z | Compiling postgres-protocol v0.6.10 |
| 1564 | 2026-05-13T18:11:14.299Z | Compiling sec1 v0.7.3 |
| 1565 | 2026-05-13T18:11:14.372Z | Compiling nix v0.31.2 |
| 1566 | 2026-05-13T18:11:14.565Z | Compiling pin-project v1.1.11 |
| 1567 | 2026-05-13T18:11:14.660Z | Compiling zerocopy v0.7.35 |
| 1568 | 2026-05-13T18:11:14.693Z | Compiling group v0.13.0 |
| 1569 | 2026-05-13T18:11:14.728Z | Compiling num-iter v0.1.45 |
| 1570 | 2026-05-13T18:11:14.888Z | Compiling newtype-uuid v1.3.2 |
| 1571 | 2026-05-13T18:11:15.242Z | Compiling darling v0.21.3 |
| 1572 | 2026-05-13T18:11:15.256Z | Compiling rand v0.8.6 |
| 1573 | 2026-05-13T18:11:15.270Z | Compiling oxnet v0.1.4 |
| 1574 | 2026-05-13T18:11:15.324Z | Compiling snafu-derive v0.8.9 |
| 1575 | 2026-05-13T18:11:15.344Z | Compiling derive_builder v0.20.2 |
| 1576 | 2026-05-13T18:11:15.427Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-05-13T18:11:15.566Z | Compiling hyper-tls v0.6.0 |
| 1578 | 2026-05-13T18:11:15.788Z | Compiling goblin v0.8.2 |
| 1579 | 2026-05-13T18:11:16.406Z | Compiling phf_shared v0.13.1 |
| 1580 | 2026-05-13T18:11:16.421Z | Compiling lazy_static v1.5.0 |
| 1581 | 2026-05-13T18:11:16.511Z | Compiling regex v1.12.3 |
| 1582 | 2026-05-13T18:11:16.643Z | Compiling strum_macros v0.27.2 |
| 1583 | 2026-05-13T18:11:16.729Z | Compiling futures-executor v0.3.32 |
| 1584 | 2026-05-13T18:11:16.932Z | Compiling flate2 v1.1.9 |
| 1585 | 2026-05-13T18:11:16.988Z | Compiling cargo-platform v0.1.9 |
| 1586 | 2026-05-13T18:11:17.200Z | Compiling hex v0.4.3 |
| 1587 | 2026-05-13T18:11:17.214Z | Compiling hkdf v0.12.4 |
| 1588 | 2026-05-13T18:11:17.238Z | Compiling crypto-bigint v0.5.5 |
| 1589 | 2026-05-13T18:11:17.331Z | Compiling daft-derive v0.1.5 |
| 1590 | 2026-05-13T18:11:17.377Z | Compiling ref-cast-impl v1.0.25 |
| 1591 | 2026-05-13T18:11:17.461Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1592 | 2026-05-13T18:11:17.902Z | Compiling terminal_size v0.4.3 |
| 1593 | 2026-05-13T18:11:18.036Z | Compiling vergen v9.0.6 |
| 1594 | 2026-05-13T18:11:18.049Z | Compiling fs-err v3.3.0 |
| 1595 | 2026-05-13T18:11:18.092Z | Compiling ahash v0.8.12 |
| 1596 | 2026-05-13T18:11:18.210Z | Compiling encoding_rs v0.8.35 |
| 1597 | 2026-05-13T18:11:18.229Z | Compiling managed v0.8.0 |
| 1598 | 2026-05-13T18:11:18.291Z | Compiling libbz2-rs-sys v0.2.2 |
| 1599 | 2026-05-13T18:11:18.443Z | Compiling same-file v1.0.6 |
| 1600 | 2026-05-13T18:11:18.575Z | Compiling winnow v0.5.40 |
| 1601 | 2026-05-13T18:11:18.607Z | Compiling foldhash v0.2.0 |
| 1602 | 2026-05-13T18:11:18.835Z | Compiling bitflags v1.3.2 |
| 1603 | 2026-05-13T18:11:18.914Z | Compiling foldhash v0.1.5 |
| 1604 | 2026-05-13T18:11:18.981Z | Compiling bumpalo v3.20.2 |
| 1605 | 2026-05-13T18:11:19.083Z | Compiling mime v0.3.17 |
| 1606 | 2026-05-13T18:11:19.216Z | Compiling object v0.37.3 |
| 1607 | 2026-05-13T18:11:19.232Z | Compiling zopfli v0.8.3 |
| 1608 | 2026-05-13T18:11:19.331Z | Compiling hashbrown v0.15.5 |
| 1609 | 2026-05-13T18:11:19.526Z | Compiling hashbrown v0.16.1 |
| 1610 | 2026-05-13T18:11:19.712Z | Compiling bzip2 v0.6.1 |
| 1611 | 2026-05-13T18:11:19.864Z | Compiling toml_edit v0.19.15 |
| 1612 | 2026-05-13T18:11:19.884Z | Compiling strum v0.27.2 |
| 1613 | 2026-05-13T18:11:19.916Z | Compiling walkdir v2.5.0 |
| 1614 | 2026-05-13T18:11:19.979Z | Compiling clap_builder v4.5.60 |
| 1615 | 2026-05-13T18:11:20.163Z | Compiling elliptic-curve v0.13.8 |
| 1616 | 2026-05-13T18:11:20.179Z | Compiling daft v0.1.5 |
| 1617 | 2026-05-13T18:11:20.281Z | Compiling dof v0.3.0 |
| 1618 | 2026-05-13T18:11:20.564Z | Compiling snafu v0.8.9 |
| 1619 | 2026-05-13T18:11:20.579Z | Compiling cargo_metadata v0.19.2 |
| 1620 | 2026-05-13T18:11:20.920Z | Compiling futures v0.3.32 |
| 1621 | 2026-05-13T18:11:20.996Z | Compiling phf v0.13.1 |
| 1622 | 2026-05-13T18:11:21.375Z | Compiling signal-hook-mio v0.2.5 |
| 1623 | 2026-05-13T18:11:21.493Z | Compiling cookie_store v0.22.1 |
| 1624 | 2026-05-13T18:11:21.579Z | Compiling hubpack v0.1.2 |
| 1625 | 2026-05-13T18:11:21.795Z | Compiling zstd v0.13.3 |
| 1626 | 2026-05-13T18:11:21.925Z | Compiling bzip2 v0.4.4 |
| 1627 | 2026-05-13T18:11:22.055Z | Compiling serde_with_macros v3.17.0 |
| 1628 | 2026-05-13T18:11:22.163Z | Compiling postgres-types v0.2.12 |
| 1629 | 2026-05-13T18:11:22.535Z | Compiling usdt-macro v0.6.0 |
| 1630 | 2026-05-13T18:11:22.712Z | Compiling usdt-attr-macro v0.6.0 |
| 1631 | 2026-05-13T18:11:22.977Z | Compiling globset v0.4.18 |
| 1632 | 2026-05-13T18:11:23.160Z | Compiling dtrace-parser v0.2.0 |
| 1633 | 2026-05-13T18:11:23.175Z | Compiling ed25519 v2.2.3 |
| 1634 | 2026-05-13T18:11:23.258Z | Compiling phf_shared v0.11.3 |
| 1635 | 2026-05-13T18:11:23.290Z | Compiling olpc-cjson v0.1.4 |
| 1636 | 2026-05-13T18:11:23.441Z | Compiling pkcs1 v0.7.5 |
| 1637 | 2026-05-13T18:11:23.455Z | Compiling strum_macros v0.26.4 |
| 1638 | 2026-05-13T18:11:23.486Z | Compiling clap_derive v4.5.55 |
| 1639 | 2026-05-13T18:11:23.649Z | Compiling enum-as-inner v0.6.1 |
| 1640 | 2026-05-13T18:11:23.835Z | Compiling serde_plain v1.0.2 |
| 1641 | 2026-05-13T18:11:23.894Z | Compiling serde-big-array v0.5.1 |
| 1642 | 2026-05-13T18:11:24.026Z | Compiling rfc6979 v0.4.0 |
| 1643 | 2026-05-13T18:11:24.039Z | Compiling async-recursion v1.1.1 |
| 1644 | 2026-05-13T18:11:24.070Z | Compiling serde_repr v0.1.20 |
| 1645 | 2026-05-13T18:11:24.147Z | Compiling pem v3.0.6 |
| 1646 | 2026-05-13T18:11:24.150Z | Compiling float-cmp v0.10.0 |
| 1647 | 2026-05-13T18:11:24.295Z | Compiling memmap2 v0.9.10 |
| 1648 | 2026-05-13T18:11:24.475Z | Compiling thread-id v4.2.2 |
| 1649 | 2026-05-13T18:11:24.507Z | Compiling env_filter v1.0.0 |
| 1650 | 2026-05-13T18:11:24.559Z | Compiling fixedbitset v0.4.2 |
| 1651 | 2026-05-13T18:11:24.582Z | Compiling precomputed-hash v0.1.1 |
| 1652 | 2026-05-13T18:11:24.668Z | Compiling whoami v2.1.0 |
| 1653 | 2026-05-13T18:11:24.672Z | Compiling static_assertions v1.1.0 |
| 1654 | 2026-05-13T18:11:24.757Z | Compiling normalize-line-endings v0.3.0 |
| 1655 | 2026-05-13T18:11:24.772Z | Compiling rustc-hash v2.1.1 |
| 1656 | 2026-05-13T18:11:24.801Z | Compiling jiff v0.2.21 |
| 1657 | 2026-05-13T18:11:24.850Z | Compiling keccak v0.1.6 |
| 1658 | 2026-05-13T18:11:24.890Z | Compiling typed-path v0.9.3 |
| 1659 | 2026-05-13T18:11:25.037Z | Compiling data-encoding v2.10.0 |
| 1660 | 2026-05-13T18:11:25.212Z | Compiling fixedbitset v0.5.7 |
| 1661 | 2026-05-13T18:11:25.268Z | Compiling new_debug_unreachable v1.0.6 |
| 1662 | 2026-05-13T18:11:25.343Z | Compiling either v1.15.0 |
| 1663 | 2026-05-13T18:11:25.517Z | Compiling difflib v0.4.0 |
| 1664 | 2026-05-13T18:11:25.546Z | Compiling predicates-core v1.0.10 |
| 1665 | 2026-05-13T18:11:25.667Z | Compiling itertools v0.13.0 |
| 1666 | 2026-05-13T18:11:25.728Z | Compiling petgraph v0.8.3 |
| 1667 | 2026-05-13T18:11:25.760Z | Compiling predicates v3.1.4 |
| 1668 | 2026-05-13T18:11:26.075Z | Compiling hickory-proto v0.25.2 |
| 1669 | 2026-05-13T18:11:26.168Z | Compiling string_cache v0.8.9 |
| 1670 | 2026-05-13T18:11:26.393Z | Compiling clap v4.5.60 |
| 1671 | 2026-05-13T18:11:26.417Z | Compiling strum v0.26.3 |
| 1672 | 2026-05-13T18:11:26.477Z | Compiling sha3 v0.10.8 |
| 1673 | 2026-05-13T18:11:26.546Z | Compiling tokio-postgres v0.7.16 |
| 1674 | 2026-05-13T18:11:26.851Z | Compiling iddqd v0.3.18 |
| 1675 | 2026-05-13T18:11:26.906Z | Compiling toml_edit v0.22.27 |
| 1676 | 2026-05-13T18:11:26.945Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1677 | 2026-05-13T18:11:27.653Z | Compiling zip v4.6.1 |
| 1678 | 2026-05-13T18:11:27.996Z | Compiling petgraph v0.6.5 |
| 1679 | 2026-05-13T18:11:28.614Z | Compiling env_logger v0.11.9 |
| 1680 | 2026-05-13T18:11:28.731Z | Compiling usdt-impl v0.5.0 |
| 1681 | 2026-05-13T18:11:28.969Z | Compiling usdt v0.6.0 |
| 1682 | 2026-05-13T18:11:28.999Z | Compiling ecdsa v0.16.9 |
| 1683 | 2026-05-13T18:11:29.231Z | Compiling rsa v0.9.10 |
| 1684 | 2026-05-13T18:11:29.308Z | Compiling ed25519-dalek v2.2.0 |
| 1685 | 2026-05-13T18:11:29.389Z | Compiling serde_with v3.17.0 |
| 1686 | 2026-05-13T18:11:29.494Z | Compiling crossterm v0.28.1 |
| 1687 | 2026-05-13T18:11:29.730Z | Compiling zip v0.6.6 |
| 1688 | 2026-05-13T18:11:30.347Z | Compiling toml v0.7.8 |
| 1689 | 2026-05-13T18:11:30.804Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1690 | 2026-05-13T18:11:30.953Z | Compiling similar v2.7.0 |
| 1691 | 2026-05-13T18:11:30.997Z | Compiling crossbeam-epoch v0.9.18 |
| 1692 | 2026-05-13T18:11:31.034Z | Compiling tokio-stream v0.1.18 |
| 1693 | 2026-05-13T18:11:31.125Z | Compiling buf-list v1.1.2 |
| 1694 | 2026-05-13T18:11:31.333Z | Compiling x509-cert v0.2.5 |
| 1695 | 2026-05-13T18:11:31.401Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1696 | 2026-05-13T18:11:31.424Z | Compiling openapiv3 v2.2.0 |
| 1697 | 2026-05-13T18:11:31.491Z | Compiling sha1 v0.10.6 |
| 1698 | 2026-05-13T18:11:31.693Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1699 | 2026-05-13T18:11:31.713Z | Compiling peg-runtime v0.8.5 |
| 1700 | 2026-05-13T18:11:31.818Z | Compiling lalrpop-util v0.19.12 |
| 1701 | 2026-05-13T18:11:31.984Z | Compiling thread_local v1.1.9 |
| 1702 | 2026-05-13T18:11:32.000Z | Compiling slog-async v2.8.0 |
| 1703 | 2026-05-13T18:11:32.011Z | Compiling crossbeam-channel v0.5.15 |
| 1704 | 2026-05-13T18:11:32.240Z | Compiling is-terminal v0.4.17 |
| 1705 | 2026-05-13T18:11:32.308Z | Compiling filetime v0.2.27 |
| 1706 | 2026-05-13T18:11:32.336Z | Compiling term v1.2.1 |
| 1707 | 2026-05-13T18:11:32.467Z | Compiling take_mut v0.2.2 |
| 1708 | 2026-05-13T18:11:32.485Z | Compiling xattr v1.6.1 |
| 1709 | 2026-05-13T18:11:32.650Z | Compiling slog-term v2.9.2 |
| 1710 | 2026-05-13T18:11:32.912Z | Compiling tar v0.4.45 |
| 1711 | 2026-05-13T18:11:42.577Z | Compiling rustls-webpki v0.103.9 |
| 1712 | 2026-05-13T18:11:45.388Z | Compiling tokio-rustls v0.26.4 |
| 1713 | 2026-05-13T18:11:45.388Z | Compiling rustls-platform-verifier v0.6.2 |
| 1714 | 2026-05-13T18:11:45.593Z | Compiling hyper-rustls v0.27.7 |
| 1715 | 2026-05-13T18:11:45.794Z | Compiling reqwest v0.12.28 |
| 1716 | 2026-05-13T18:11:45.794Z | Compiling reqwest v0.13.2 |
| 1717 | 2026-05-13T18:11:47.046Z | Compiling tough v0.22.0 |
| 1718 | 2026-05-13T18:11:49.553Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1719 | 2026-05-13T18:11:49.764Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1720 | 2026-05-13T18:11:52.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1721 | 2026-05-13T18:11:52.724Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1722 | 2026-05-13T18:11:52.777Z | May 13 18:11:50.997 INFO Starting download, target: Clickhouse |
| 1723 | 2026-05-13T18:11:52.777Z | May 13 18:11:50.997 INFO Starting download, target: Console |
| 1724 | 2026-05-13T18:11:52.778Z | May 13 18:11:50.997 INFO Starting download, target: Cockroach |
| 1725 | 2026-05-13T18:11:52.778Z | May 13 18:11:50.997 INFO Starting download, target: DendriteStub |
| 1726 | 2026-05-13T18:11:52.781Z | May 13 18:11:50.997 INFO Starting download, target: MaghemiteMgd |
| 1727 | 2026-05-13T18:11:52.781Z | May 13 18:11:50.997 INFO Starting download, target: TransceiverControl |
| 1728 | 2026-05-13T18:11:52.781Z | May 13 18:11:50.997 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1729 | 2026-05-13T18:11:52.781Z | May 13 18:11:50.997 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1730 | 2026-05-13T18:11:52.781Z | May 13 18:11:50.997 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1731 | 2026-05-13T18:11:52.781Z | May 13 18:11:50.997 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1732 | 2026-05-13T18:11:52.781Z | May 13 18:11:50.997 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1733 | 2026-05-13T18:11:52.781Z | May 13 18:11:50.998 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1734 | 2026-05-13T18:11:53.285Z | May 13 18:11:51.489 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1735 | 2026-05-13T18:11:53.491Z | May 13 18:11:51.694 INFO Download complete, target: TransceiverControl |
| 1736 | 2026-05-13T18:11:53.879Z | May 13 18:11:52.089 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1737 | 2026-05-13T18:11:54.124Z | May 13 18:11:52.329 INFO Download complete, target: Console |
| 1738 | 2026-05-13T18:11:54.871Z | May 13 18:11:53.091 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1739 | 2026-05-13T18:11:55.508Z | May 13 18:11:53.713 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1740 | 2026-05-13T18:11:55.574Z | May 13 18:11:53.783 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1741 | 2026-05-13T18:11:56.076Z | May 13 18:11:54.294 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1742 | 2026-05-13T18:11:56.076Z | May 13 18:11:54.294 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1743 | 2026-05-13T18:11:57.857Z | May 13 18:11:56.077 INFO Download complete, target: DendriteStub |
| 1744 | 2026-05-13T18:11:57.942Z | May 13 18:11:56.162 INFO Download complete, target: MaghemiteMgd |
| 1745 | 2026-05-13T18:12:00.619Z | May 13 18:11:58.839 INFO Checking that binary works, target: Cockroach |
| 1746 | 2026-05-13T18:12:00.762Z | May 13 18:11:58.982 INFO Download complete, target: Cockroach |
| 1747 | 2026-05-13T18:12:01.605Z | May 13 18:11:59.825 INFO Checking that binary works, target: Clickhouse |
| 1748 | 2026-05-13T18:12:01.700Z | May 13 18:11:59.920 INFO Download complete, target: Clickhouse |
| 1749 | 2026-05-13T18:12:01.758Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1750 | 2026-05-13T18:12:01.762Z | |
| 1751 | 2026-05-13T18:12:01.762Z | real 2:21.150269348 |
| 1752 | 2026-05-13T18:12:01.762Z | user 6:55.114560376 |
| 1753 | 2026-05-13T18:12:01.762Z | sys 1:21.154086045 |
| 1754 | 2026-05-13T18:12:01.762Z | trap 0.222757273 |
| 1755 | 2026-05-13T18:12:01.762Z | tflt 1.253729825 |
| 1756 | 2026-05-13T18:12:01.762Z | dflt 1.457510637 |
| 1757 | 2026-05-13T18:12:01.762Z | kflt 0.039592724 |
| 1758 | 2026-05-13T18:12:01.762Z | lock 21:48.703116976 |
| 1759 | 2026-05-13T18:12:01.762Z | slp 21:37.959708888 |
| 1760 | 2026-05-13T18:12:01.762Z | lat 41.238627874 |
| 1761 | 2026-05-13T18:12:01.762Z | stop 1:52.989997269 |
| 1762 | 2026-05-13T18:12:01.762Z | + banner hack-check |
| 1763 | 2026-05-13T18:12:01.762Z | |
| 1764 | 2026-05-13T18:12:01.762Z | # # ## #### # # #### # # ###### #### # # |
| 1765 | 2026-05-13T18:12:01.762Z | # # # # # # # # # # # # # # # # # |
| 1766 | 2026-05-13T18:12:01.762Z | ###### # # # #### ##### # ###### ##### # #### |
| 1767 | 2026-05-13T18:12:01.762Z | # # ###### # # # # # # # # # # |
| 1768 | 2026-05-13T18:12:01.762Z | # # # # # # # # # # # # # # # # # |
| 1769 | 2026-05-13T18:12:01.762Z | # # # # #### # # #### # # ###### #### # # |
| 1770 | 2026-05-13T18:12:01.762Z | |
| 1771 | 2026-05-13T18:12:01.762Z | + export CARGO_INCREMENTAL=0 |
| 1772 | 2026-05-13T18:12:01.762Z | + CARGO_INCREMENTAL=0 |
| 1773 | 2026-05-13T18:12:01.762Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1774 | 2026-05-13T18:12:02.287Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1775 | 2026-05-13T18:12:02.506Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1776 | 2026-05-13T18:12:04.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1777 | 2026-05-13T18:12:04.461Z | Running `target/debug/xtask check-features --ci` |
| 1778 | 2026-05-13T18:12:04.489Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1779 | 2026-05-13T18:12:04.492Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1780 | 2026-05-13T18:12:04.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1781 | 2026-05-13T18:12:05.000Z | Running `target/debug/xtask download cargo-hack` |
| 1782 | 2026-05-13T18:12:05.775Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1783 | 2026-05-13T18:12:06.086Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1784 | 2026-05-13T18:12:08.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
| 1785 | 2026-05-13T18:12:08.717Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1786 | 2026-05-13T18:12:08.755Z | May 13 18:12:06.975 INFO Starting download, target: CargoHack |
| 1787 | 2026-05-13T18:12:08.759Z | May 13 18:12:06.976 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1788 | 2026-05-13T18:12:09.182Z | May 13 18:12:07.401 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1789 | 2026-05-13T18:12:09.236Z | May 13 18:12:07.450 INFO Download complete, target: CargoHack |
| 1790 | 2026-05-13T18:12:09.241Z | 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" |
| 1791 | 2026-05-13T18:12:09.247Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1792 | 2026-05-13T18:12:09.396Z | info: running `cargo check --bins` on api_identity (1/276) |
| 1793 | 2026-05-13T18:12:09.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1794 | 2026-05-13T18:12:09.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1795 | 2026-05-13T18:12:09.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1796 | 2026-05-13T18:12:09.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1797 | 2026-05-13T18:12:09.976Z | |
| 1798 | 2026-05-13T18:12:09.976Z | info: running `cargo check --bins` on bootstore (2/276) |
| 1799 | 2026-05-13T18:12:10.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1800 | 2026-05-13T18:12:10.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1801 | 2026-05-13T18:12:10.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1802 | 2026-05-13T18:12:10.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1803 | 2026-05-13T18:12:10.553Z | |
| 1804 | 2026-05-13T18:12:10.553Z | info: running `cargo check --bins` on omicron-ledger (3/276) |
| 1805 | 2026-05-13T18:12:11.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1806 | 2026-05-13T18:12:11.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1807 | 2026-05-13T18:12:11.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1808 | 2026-05-13T18:12:11.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1809 | 2026-05-13T18:12:11.123Z | |
| 1810 | 2026-05-13T18:12:11.123Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276) |
| 1811 | 2026-05-13T18:12:11.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1812 | 2026-05-13T18:12:11.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1813 | 2026-05-13T18:12:11.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1814 | 2026-05-13T18:12:11.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1815 | 2026-05-13T18:12:11.709Z | |
| 1816 | 2026-05-13T18:12:11.709Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276) |
| 1817 | 2026-05-13T18:12:12.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1818 | 2026-05-13T18:12:12.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1819 | 2026-05-13T18:12:12.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1820 | 2026-05-13T18:12:12.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1821 | 2026-05-13T18:12:12.275Z | |
| 1822 | 2026-05-13T18:12:12.275Z | info: running `cargo check --bins` on omicron-certificates (6/276) |
| 1823 | 2026-05-13T18:12:12.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1824 | 2026-05-13T18:12:12.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1825 | 2026-05-13T18:12:12.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1826 | 2026-05-13T18:12:12.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1827 | 2026-05-13T18:12:12.873Z | |
| 1828 | 2026-05-13T18:12:12.873Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/276) |
| 1829 | 2026-05-13T18:12:13.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1830 | 2026-05-13T18:12:13.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1831 | 2026-05-13T18:12:13.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1832 | 2026-05-13T18:12:13.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1833 | 2026-05-13T18:12:13.468Z | |
| 1834 | 2026-05-13T18:12:13.468Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276) |
| 1835 | 2026-05-13T18:12:13.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1836 | 2026-05-13T18:12:13.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1837 | 2026-05-13T18:12:13.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1838 | 2026-05-13T18:12:13.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1839 | 2026-05-13T18:12:14.046Z | |
| 1840 | 2026-05-13T18:12:14.046Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276) |
| 1841 | 2026-05-13T18:12:14.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1842 | 2026-05-13T18:12:14.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1843 | 2026-05-13T18:12:14.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1844 | 2026-05-13T18:12:14.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1845 | 2026-05-13T18:12:14.500Z | |
| 1846 | 2026-05-13T18:12:14.500Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276) |
| 1847 | 2026-05-13T18:12:14.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1848 | 2026-05-13T18:12:14.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1849 | 2026-05-13T18:12:14.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1850 | 2026-05-13T18:12:14.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1851 | 2026-05-13T18:12:14.961Z | |
| 1852 | 2026-05-13T18:12:14.961Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276) |
| 1853 | 2026-05-13T18:12:15.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1854 | 2026-05-13T18:12:15.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1855 | 2026-05-13T18:12:15.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1856 | 2026-05-13T18:12:15.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1857 | 2026-05-13T18:12:15.419Z | |
| 1858 | 2026-05-13T18:12:15.420Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276) |
| 1859 | 2026-05-13T18:12:15.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1860 | 2026-05-13T18:12:15.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1861 | 2026-05-13T18:12:15.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1862 | 2026-05-13T18:12:15.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1863 | 2026-05-13T18:12:15.881Z | |
| 1864 | 2026-05-13T18:12:15.881Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276) |
| 1865 | 2026-05-13T18:12:16.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1866 | 2026-05-13T18:12:16.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1867 | 2026-05-13T18:12:16.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1868 | 2026-05-13T18:12:16.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1869 | 2026-05-13T18:12:16.341Z | |
| 1870 | 2026-05-13T18:12:16.341Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276) |
| 1871 | 2026-05-13T18:12:16.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1872 | 2026-05-13T18:12:16.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1873 | 2026-05-13T18:12:16.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1874 | 2026-05-13T18:12:16.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1875 | 2026-05-13T18:12:16.798Z | |
| 1876 | 2026-05-13T18:12:16.798Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276) |
| 1877 | 2026-05-13T18:12:17.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1878 | 2026-05-13T18:12:17.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1879 | 2026-05-13T18:12:17.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1880 | 2026-05-13T18:12:17.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1881 | 2026-05-13T18:12:17.256Z | |
| 1882 | 2026-05-13T18:12:17.256Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276) |
| 1883 | 2026-05-13T18:12:17.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1884 | 2026-05-13T18:12:17.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1885 | 2026-05-13T18:12:17.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1886 | 2026-05-13T18:12:17.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1887 | 2026-05-13T18:12:17.715Z | |
| 1888 | 2026-05-13T18:12:17.715Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276) |
| 1889 | 2026-05-13T18:12:18.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1890 | 2026-05-13T18:12:18.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1891 | 2026-05-13T18:12:18.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1892 | 2026-05-13T18:12:18.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1893 | 2026-05-13T18:12:18.175Z | |
| 1894 | 2026-05-13T18:12:18.175Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276) |
| 1895 | 2026-05-13T18:12:18.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1896 | 2026-05-13T18:12:18.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1897 | 2026-05-13T18:12:18.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1898 | 2026-05-13T18:12:18.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1899 | 2026-05-13T18:12:18.633Z | |
| 1900 | 2026-05-13T18:12:18.633Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276) |
| 1901 | 2026-05-13T18:12:19.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1902 | 2026-05-13T18:12:19.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1903 | 2026-05-13T18:12:19.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1904 | 2026-05-13T18:12:19.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1905 | 2026-05-13T18:12:19.095Z | |
| 1906 | 2026-05-13T18:12:19.095Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276) |
| 1907 | 2026-05-13T18:12:19.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1908 | 2026-05-13T18:12:19.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1909 | 2026-05-13T18:12:19.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1910 | 2026-05-13T18:12:19.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1911 | 2026-05-13T18:12:19.558Z | |
| 1912 | 2026-05-13T18:12:19.558Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276) |
| 1913 | 2026-05-13T18:12:19.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1914 | 2026-05-13T18:12:19.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1915 | 2026-05-13T18:12:19.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1916 | 2026-05-13T18:12:19.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1917 | 2026-05-13T18:12:20.015Z | |
| 1918 | 2026-05-13T18:12:20.015Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276) |
| 1919 | 2026-05-13T18:12:20.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1920 | 2026-05-13T18:12:20.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1921 | 2026-05-13T18:12:20.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1922 | 2026-05-13T18:12:20.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1923 | 2026-05-13T18:12:20.475Z | |
| 1924 | 2026-05-13T18:12:20.475Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276) |
| 1925 | 2026-05-13T18:12:20.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1926 | 2026-05-13T18:12:20.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1927 | 2026-05-13T18:12:20.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1928 | 2026-05-13T18:12:20.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1929 | 2026-05-13T18:12:20.936Z | |
| 1930 | 2026-05-13T18:12:20.936Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276) |
| 1931 | 2026-05-13T18:12:21.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1932 | 2026-05-13T18:12:21.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1933 | 2026-05-13T18:12:21.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1934 | 2026-05-13T18:12:21.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1935 | 2026-05-13T18:12:21.400Z | |
| 1936 | 2026-05-13T18:12:21.400Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276) |
| 1937 | 2026-05-13T18:12:21.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1938 | 2026-05-13T18:12:21.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1939 | 2026-05-13T18:12:21.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1940 | 2026-05-13T18:12:21.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1941 | 2026-05-13T18:12:21.860Z | |
| 1942 | 2026-05-13T18:12:21.860Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276) |
| 1943 | 2026-05-13T18:12:22.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1944 | 2026-05-13T18:12:22.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1945 | 2026-05-13T18:12:22.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1946 | 2026-05-13T18:12:22.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1947 | 2026-05-13T18:12:22.318Z | |
| 1948 | 2026-05-13T18:12:22.319Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276) |
| 1949 | 2026-05-13T18:12:22.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1950 | 2026-05-13T18:12:22.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1951 | 2026-05-13T18:12:22.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1952 | 2026-05-13T18:12:22.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1953 | 2026-05-13T18:12:22.782Z | |
| 1954 | 2026-05-13T18:12:22.782Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276) |
| 1955 | 2026-05-13T18:12:23.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1956 | 2026-05-13T18:12:23.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1957 | 2026-05-13T18:12:23.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1958 | 2026-05-13T18:12:23.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1959 | 2026-05-13T18:12:23.242Z | |
| 1960 | 2026-05-13T18:12:23.242Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276) |
| 1961 | 2026-05-13T18:12:23.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1962 | 2026-05-13T18:12:23.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1963 | 2026-05-13T18:12:23.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1964 | 2026-05-13T18:12:23.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1965 | 2026-05-13T18:12:23.702Z | |
| 1966 | 2026-05-13T18:12:23.702Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276) |
| 1967 | 2026-05-13T18:12:24.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1968 | 2026-05-13T18:12:24.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1969 | 2026-05-13T18:12:24.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1970 | 2026-05-13T18:12:24.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1971 | 2026-05-13T18:12:24.165Z | |
| 1972 | 2026-05-13T18:12:24.165Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276) |
| 1973 | 2026-05-13T18:12:24.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1974 | 2026-05-13T18:12:24.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1975 | 2026-05-13T18:12:24.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1976 | 2026-05-13T18:12:24.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1977 | 2026-05-13T18:12:24.629Z | |
| 1978 | 2026-05-13T18:12:24.629Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276) |
| 1979 | 2026-05-13T18:12:25.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1980 | 2026-05-13T18:12:25.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1981 | 2026-05-13T18:12:25.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1982 | 2026-05-13T18:12:25.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1983 | 2026-05-13T18:12:25.091Z | |
| 1984 | 2026-05-13T18:12:25.091Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276) |
| 1985 | 2026-05-13T18:12:25.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1986 | 2026-05-13T18:12:25.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1987 | 2026-05-13T18:12:25.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1988 | 2026-05-13T18:12:25.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1989 | 2026-05-13T18:12:25.550Z | |
| 1990 | 2026-05-13T18:12:25.551Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276) |
| 1991 | 2026-05-13T18:12:25.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1992 | 2026-05-13T18:12:25.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1993 | 2026-05-13T18:12:25.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1994 | 2026-05-13T18:12:25.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1995 | 2026-05-13T18:12:26.006Z | |
| 1996 | 2026-05-13T18:12:26.006Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276) |
| 1997 | 2026-05-13T18:12:26.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1998 | 2026-05-13T18:12:26.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1999 | 2026-05-13T18:12:26.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2000 | 2026-05-13T18:12:26.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2001 | 2026-05-13T18:12:26.465Z | |
| 2002 | 2026-05-13T18:12:26.465Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276) |
| 2003 | 2026-05-13T18:12:26.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2004 | 2026-05-13T18:12:26.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2005 | 2026-05-13T18:12:26.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2006 | 2026-05-13T18:12:26.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2007 | 2026-05-13T18:12:26.925Z | |
| 2008 | 2026-05-13T18:12:26.925Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276) |
| 2009 | 2026-05-13T18:12:27.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2010 | 2026-05-13T18:12:27.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2011 | 2026-05-13T18:12:27.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2012 | 2026-05-13T18:12:27.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2013 | 2026-05-13T18:12:27.385Z | |
| 2014 | 2026-05-13T18:12:27.385Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276) |
| 2015 | 2026-05-13T18:12:27.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2016 | 2026-05-13T18:12:27.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2017 | 2026-05-13T18:12:27.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2018 | 2026-05-13T18:12:27.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2019 | 2026-05-13T18:12:27.845Z | |
| 2020 | 2026-05-13T18:12:27.845Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276) |
| 2021 | 2026-05-13T18:12:28.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2022 | 2026-05-13T18:12:28.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2023 | 2026-05-13T18:12:28.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2024 | 2026-05-13T18:12:28.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2025 | 2026-05-13T18:12:28.306Z | |
| 2026 | 2026-05-13T18:12:28.306Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276) |
| 2027 | 2026-05-13T18:12:28.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2028 | 2026-05-13T18:12:28.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2029 | 2026-05-13T18:12:28.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2030 | 2026-05-13T18:12:28.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2031 | 2026-05-13T18:12:28.766Z | |
| 2032 | 2026-05-13T18:12:28.766Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276) |
| 2033 | 2026-05-13T18:12:29.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2034 | 2026-05-13T18:12:29.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2035 | 2026-05-13T18:12:29.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2036 | 2026-05-13T18:12:29.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2037 | 2026-05-13T18:12:29.229Z | |
| 2038 | 2026-05-13T18:12:29.229Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276) |
| 2039 | 2026-05-13T18:12:29.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2040 | 2026-05-13T18:12:29.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2041 | 2026-05-13T18:12:29.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2042 | 2026-05-13T18:12:29.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2043 | 2026-05-13T18:12:29.692Z | |
| 2044 | 2026-05-13T18:12:29.692Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276) |
| 2045 | 2026-05-13T18:12:30.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2046 | 2026-05-13T18:12:30.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2047 | 2026-05-13T18:12:30.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2048 | 2026-05-13T18:12:30.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2049 | 2026-05-13T18:12:30.154Z | |
| 2050 | 2026-05-13T18:12:30.154Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276) |
| 2051 | 2026-05-13T18:12:30.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2052 | 2026-05-13T18:12:30.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2053 | 2026-05-13T18:12:30.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2054 | 2026-05-13T18:12:30.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2055 | 2026-05-13T18:12:30.619Z | |
| 2056 | 2026-05-13T18:12:30.619Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276) |
| 2057 | 2026-05-13T18:12:31.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2058 | 2026-05-13T18:12:31.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2059 | 2026-05-13T18:12:31.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2060 | 2026-05-13T18:12:31.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2061 | 2026-05-13T18:12:31.084Z | |
| 2062 | 2026-05-13T18:12:31.084Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276) |
| 2063 | 2026-05-13T18:12:31.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2064 | 2026-05-13T18:12:31.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2065 | 2026-05-13T18:12:31.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2066 | 2026-05-13T18:12:31.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2067 | 2026-05-13T18:12:31.547Z | |
| 2068 | 2026-05-13T18:12:31.547Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276) |
| 2069 | 2026-05-13T18:12:31.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2070 | 2026-05-13T18:12:31.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2071 | 2026-05-13T18:12:31.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2072 | 2026-05-13T18:12:31.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2073 | 2026-05-13T18:12:32.014Z | |
| 2074 | 2026-05-13T18:12:32.014Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276) |
| 2075 | 2026-05-13T18:12:32.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2026-05-13T18:12:32.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2026-05-13T18:12:32.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2078 | 2026-05-13T18:12:32.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2079 | 2026-05-13T18:12:32.488Z | |
| 2080 | 2026-05-13T18:12:32.488Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276) |
| 2081 | 2026-05-13T18:12:33.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2026-05-13T18:12:33.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2026-05-13T18:12:33.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2026-05-13T18:12:33.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2085 | 2026-05-13T18:12:33.121Z | |
| 2086 | 2026-05-13T18:12:33.121Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276) |
| 2087 | 2026-05-13T18:12:33.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2026-05-13T18:12:33.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2026-05-13T18:12:33.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2026-05-13T18:12:33.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2091 | 2026-05-13T18:12:33.751Z | |
| 2092 | 2026-05-13T18:12:33.751Z | info: running `cargo check --bins` on nexus-config (51/276) |
| 2093 | 2026-05-13T18:12:34.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2026-05-13T18:12:34.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2026-05-13T18:12:34.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2026-05-13T18:12:34.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2097 | 2026-05-13T18:12:34.381Z | |
| 2098 | 2026-05-13T18:12:34.381Z | info: running `cargo check --bins` on nexus-types (52/276) |
| 2099 | 2026-05-13T18:12:34.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2026-05-13T18:12:34.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2026-05-13T18:12:34.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2102 | 2026-05-13T18:12:34.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2103 | 2026-05-13T18:12:35.011Z | |
| 2104 | 2026-05-13T18:12:35.011Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276) |
| 2105 | 2026-05-13T18:12:35.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2106 | 2026-05-13T18:12:35.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2107 | 2026-05-13T18:12:35.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2108 | 2026-05-13T18:12:35.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2109 | 2026-05-13T18:12:35.606Z | |
| 2110 | 2026-05-13T18:12:35.606Z | info: running `cargo check --bins` on omicron-passwords (54/276) |
| 2111 | 2026-05-13T18:12:36.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2112 | 2026-05-13T18:12:36.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2113 | 2026-05-13T18:12:36.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2114 | 2026-05-13T18:12:36.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2115 | 2026-05-13T18:12:36.183Z | |
| 2116 | 2026-05-13T18:12:36.183Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/276) |
| 2117 | 2026-05-13T18:12:36.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2118 | 2026-05-13T18:12:36.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2119 | 2026-05-13T18:12:36.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2120 | 2026-05-13T18:12:36.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2121 | 2026-05-13T18:12:36.776Z | |
| 2122 | 2026-05-13T18:12:36.776Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276) |
| 2123 | 2026-05-13T18:12:37.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2124 | 2026-05-13T18:12:37.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2125 | 2026-05-13T18:12:37.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2126 | 2026-05-13T18:12:37.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2127 | 2026-05-13T18:12:37.367Z | |
| 2128 | 2026-05-13T18:12:37.367Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276) |
| 2129 | 2026-05-13T18:12:37.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2130 | 2026-05-13T18:12:37.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2131 | 2026-05-13T18:12:37.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2132 | 2026-05-13T18:12:37.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2133 | 2026-05-13T18:12:37.965Z | |
| 2134 | 2026-05-13T18:12:37.965Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276) |
| 2135 | 2026-05-13T18:12:38.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2136 | 2026-05-13T18:12:38.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2137 | 2026-05-13T18:12:38.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2138 | 2026-05-13T18:12:38.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2139 | 2026-05-13T18:12:38.559Z | |
| 2140 | 2026-05-13T18:12:38.559Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276) |
| 2141 | 2026-05-13T18:12:39.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2142 | 2026-05-13T18:12:39.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2143 | 2026-05-13T18:12:39.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2144 | 2026-05-13T18:12:39.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2145 | 2026-05-13T18:12:39.142Z | |
| 2146 | 2026-05-13T18:12:39.142Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276) |
| 2147 | 2026-05-13T18:12:39.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2026-05-13T18:12:39.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2026-05-13T18:12:39.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2150 | 2026-05-13T18:12:39.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2151 | 2026-05-13T18:12:39.721Z | |
| 2152 | 2026-05-13T18:12:39.721Z | info: running `cargo check --bins --no-default-features` on gfss (61/276) |
| 2153 | 2026-05-13T18:12:40.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2026-05-13T18:12:40.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2026-05-13T18:12:40.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2026-05-13T18:12:40.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2157 | 2026-05-13T18:12:40.293Z | |
| 2158 | 2026-05-13T18:12:40.293Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276) |
| 2159 | 2026-05-13T18:12:40.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2026-05-13T18:12:40.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2026-05-13T18:12:40.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2026-05-13T18:12:40.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2163 | 2026-05-13T18:12:40.872Z | |
| 2164 | 2026-05-13T18:12:40.872Z | info: running `cargo check --bins` on clickhouse-admin-types (63/276) |
| 2165 | 2026-05-13T18:12:41.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2026-05-13T18:12:41.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2026-05-13T18:12:41.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2026-05-13T18:12:41.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2169 | 2026-05-13T18:12:41.467Z | |
| 2170 | 2026-05-13T18:12:41.467Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/276) |
| 2171 | 2026-05-13T18:12:41.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2026-05-13T18:12:41.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2026-05-13T18:12:41.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2174 | 2026-05-13T18:12:41.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2175 | 2026-05-13T18:12:42.057Z | |
| 2176 | 2026-05-13T18:12:42.057Z | info: running `cargo check --bins` on cockroach-admin-types (65/276) |
| 2177 | 2026-05-13T18:12:42.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2178 | 2026-05-13T18:12:42.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2179 | 2026-05-13T18:12:42.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2180 | 2026-05-13T18:12:42.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2181 | 2026-05-13T18:12:42.638Z | |
| 2182 | 2026-05-13T18:12:42.638Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/276) |
| 2183 | 2026-05-13T18:12:43.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2184 | 2026-05-13T18:12:43.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2185 | 2026-05-13T18:12:43.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2186 | 2026-05-13T18:12:43.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2187 | 2026-05-13T18:12:43.215Z | |
| 2188 | 2026-05-13T18:12:43.215Z | info: running `cargo check --bins` on ereport-types (67/276) |
| 2189 | 2026-05-13T18:12:43.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2190 | 2026-05-13T18:12:43.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2191 | 2026-05-13T18:12:43.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2192 | 2026-05-13T18:12:43.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2193 | 2026-05-13T18:12:43.795Z | |
| 2194 | 2026-05-13T18:12:43.795Z | info: running `cargo check --bins` on gateway-client (68/276) |
| 2195 | 2026-05-13T18:12:44.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2196 | 2026-05-13T18:12:44.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2197 | 2026-05-13T18:12:44.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2198 | 2026-05-13T18:12:44.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2199 | 2026-05-13T18:12:44.383Z | |
| 2200 | 2026-05-13T18:12:44.383Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/276) |
| 2201 | 2026-05-13T18:12:44.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2202 | 2026-05-13T18:12:44.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2203 | 2026-05-13T18:12:44.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2204 | 2026-05-13T18:12:44.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2205 | 2026-05-13T18:12:44.967Z | |
| 2206 | 2026-05-13T18:12:44.967Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276) |
| 2207 | 2026-05-13T18:12:45.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2208 | 2026-05-13T18:12:45.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2209 | 2026-05-13T18:12:45.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2210 | 2026-05-13T18:12:45.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2211 | 2026-05-13T18:12:45.545Z | |
| 2212 | 2026-05-13T18:12:45.545Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276) |
| 2213 | 2026-05-13T18:12:46.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2214 | 2026-05-13T18:12:46.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2215 | 2026-05-13T18:12:46.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2216 | 2026-05-13T18:12:46.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2217 | 2026-05-13T18:12:46.126Z | |
| 2218 | 2026-05-13T18:12:46.126Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276) |
| 2219 | 2026-05-13T18:12:46.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2026-05-13T18:12:46.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2026-05-13T18:12:46.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2222 | 2026-05-13T18:12:46.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2223 | 2026-05-13T18:12:46.711Z | |
| 2224 | 2026-05-13T18:12:46.711Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/276) |
| 2225 | 2026-05-13T18:12:47.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2026-05-13T18:12:47.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2026-05-13T18:12:47.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2026-05-13T18:12:47.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2229 | 2026-05-13T18:12:47.314Z | |
| 2230 | 2026-05-13T18:12:47.314Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276) |
| 2231 | 2026-05-13T18:12:47.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2026-05-13T18:12:47.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2026-05-13T18:12:47.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2234 | 2026-05-13T18:12:47.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2235 | 2026-05-13T18:12:47.918Z | |
| 2236 | 2026-05-13T18:12:47.918Z | info: running `cargo check --bins` on key-manager-types (75/276) |
| 2237 | 2026-05-13T18:12:48.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2238 | 2026-05-13T18:12:48.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2239 | 2026-05-13T18:12:48.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2240 | 2026-05-13T18:12:48.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2241 | 2026-05-13T18:12:48.495Z | |
| 2242 | 2026-05-13T18:12:48.495Z | info: running `cargo check --bins` on oxlog (76/276) |
| 2243 | 2026-05-13T18:12:48.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2244 | 2026-05-13T18:12:48.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2245 | 2026-05-13T18:12:49.103Z | Checking cfg-if v1.0.4 |
| 2246 | 2026-05-13T18:12:49.107Z | Checking libc v0.2.185 |
| 2247 | 2026-05-13T18:12:49.107Z | Checking serde_core v1.0.228 |
| 2248 | 2026-05-13T18:12:49.221Z | Checking zeroize v1.8.2 |
| 2249 | 2026-05-13T18:12:49.228Z | Checking memchr v2.8.0 |
| 2250 | 2026-05-13T18:12:49.236Z | Checking log v0.4.29 |
| 2251 | 2026-05-13T18:12:49.246Z | Checking smallvec v1.15.1 |
| 2252 | 2026-05-13T18:12:49.258Z | Checking typenum v1.19.0 |
| 2253 | 2026-05-13T18:12:49.258Z | Checking subtle v2.6.1 |
| 2254 | 2026-05-13T18:12:49.357Z | Checking itoa v1.0.17 |
| 2255 | 2026-05-13T18:12:49.392Z | Checking scopeguard v1.2.0 |
| 2256 | 2026-05-13T18:12:49.408Z | Checking stable_deref_trait v1.2.1 |
| 2257 | 2026-05-13T18:12:49.419Z | Checking const-oid v0.9.6 |
| 2258 | 2026-05-13T18:12:49.480Z | Checking zerofrom v0.1.6 |
| 2259 | 2026-05-13T18:12:49.492Z | Checking lock_api v0.4.14 |
| 2260 | 2026-05-13T18:12:49.504Z | Checking pin-project-lite v0.2.17 |
| 2261 | 2026-05-13T18:12:49.590Z | Checking yoke v0.8.1 |
| 2262 | 2026-05-13T18:12:49.602Z | Checking portable-atomic v1.13.1 |
| 2263 | 2026-05-13T18:12:49.613Z | Checking critical-section v1.2.0 |
| 2264 | 2026-05-13T18:12:49.621Z | Checking getrandom v0.2.17 |
| 2265 | 2026-05-13T18:12:49.684Z | Checking errno v0.3.14 |
| 2266 | 2026-05-13T18:12:49.702Z | Checking parking_lot_core v0.9.12 |
| 2267 | 2026-05-13T18:12:49.751Z | Checking zerovec v0.11.5 |
| 2268 | 2026-05-13T18:12:49.763Z | Checking rand_core v0.6.4 |
| 2269 | 2026-05-13T18:12:49.773Z | Checking generic-array v0.14.7 |
| 2270 | 2026-05-13T18:12:49.797Z | Checking signal-hook-registry v1.4.8 |
| 2271 | 2026-05-13T18:12:49.888Z | Checking futures-core v0.3.32 |
| 2272 | 2026-05-13T18:12:49.930Z | Checking parking_lot v0.12.5 |
| 2273 | 2026-05-13T18:12:49.953Z | Checking mio v1.2.0 |
| 2274 | 2026-05-13T18:12:49.992Z | Checking once_cell v1.21.3 |
| 2275 | 2026-05-13T18:12:50.005Z | Checking zerocopy v0.8.40 |
| 2276 | 2026-05-13T18:12:50.091Z | Checking zmij v1.0.21 |
| 2277 | 2026-05-13T18:12:50.112Z | Checking socket2 v0.6.3 |
| 2278 | 2026-05-13T18:12:50.161Z | Checking libm v0.2.16 |
| 2279 | 2026-05-13T18:12:50.173Z | Checking tinystr v0.8.2 |
| 2280 | 2026-05-13T18:12:50.203Z | Checking crypto-common v0.1.7 |
| 2281 | 2026-05-13T18:12:50.229Z | Checking block-buffer v0.10.4 |
| 2282 | 2026-05-13T18:12:50.299Z | Checking equivalent v1.0.2 |
| 2283 | 2026-05-13T18:12:50.322Z | Checking writeable v0.6.2 |
| 2284 | 2026-05-13T18:12:50.347Z | Checking litemap v0.8.1 |
| 2285 | 2026-05-13T18:12:50.353Z | Checking percent-encoding v2.3.2 |
| 2286 | 2026-05-13T18:12:50.366Z | Checking digest v0.10.7 |
| 2287 | 2026-05-13T18:12:50.378Z | Checking potential_utf v0.1.4 |
| 2288 | 2026-05-13T18:12:50.475Z | Checking zerotrie v0.2.3 |
| 2289 | 2026-05-13T18:12:50.490Z | Checking futures-sink v0.3.32 |
| 2290 | 2026-05-13T18:12:50.502Z | Checking icu_collections v2.1.1 |
| 2291 | 2026-05-13T18:12:50.514Z | Checking icu_locale_core v2.1.1 |
| 2292 | 2026-05-13T18:12:50.566Z | Checking slab v0.4.12 |
| 2293 | 2026-05-13T18:12:50.602Z | Checking futures-channel v0.3.32 |
| 2294 | 2026-05-13T18:12:50.681Z | Checking serde v1.0.228 |
| 2295 | 2026-05-13T18:12:50.712Z | Checking bitflags v2.11.0 |
| 2296 | 2026-05-13T18:12:50.740Z | Checking serde_json v1.0.149 |
| 2297 | 2026-05-13T18:12:50.792Z | Checking cpufeatures v0.2.17 |
| 2298 | 2026-05-13T18:12:50.809Z | Checking futures-task v0.3.32 |
| 2299 | 2026-05-13T18:12:50.851Z | Checking num-traits v0.2.19 |
| 2300 | 2026-05-13T18:12:50.864Z | Checking futures-io v0.3.32 |
| 2301 | 2026-05-13T18:12:50.876Z | Checking hmac v0.12.1 |
| 2302 | 2026-05-13T18:12:50.942Z | Checking icu_properties_data v2.1.2 |
| 2303 | 2026-05-13T18:12:50.971Z | Checking futures-util v0.3.32 |
| 2304 | 2026-05-13T18:12:51.007Z | Checking icu_normalizer_data v2.1.1 |
| 2305 | 2026-05-13T18:12:51.062Z | Checking icu_provider v2.1.1 |
| 2306 | 2026-05-13T18:12:51.074Z | Checking rand_core v0.10.0 |
| 2307 | 2026-05-13T18:12:51.086Z | Checking hashbrown v0.17.0 |
| 2308 | 2026-05-13T18:12:51.097Z | Checking bytes v1.11.1 |
| 2309 | 2026-05-13T18:12:51.208Z | Checking getrandom v0.4.1 |
| 2310 | 2026-05-13T18:12:51.293Z | Checking icu_normalizer v2.1.1 |
| 2311 | 2026-05-13T18:12:51.356Z | Checking icu_properties v2.1.2 |
| 2312 | 2026-05-13T18:12:51.369Z | Checking block-padding v0.3.3 |
| 2313 | 2026-05-13T18:12:51.405Z | Checking utf8_iter v1.0.4 |
| 2314 | 2026-05-13T18:12:51.496Z | Checking inout v0.1.4 |
| 2315 | 2026-05-13T18:12:51.524Z | Checking sha2 v0.10.9 |
| 2316 | 2026-05-13T18:12:51.537Z | Checking tokio v1.52.1 |
| 2317 | 2026-05-13T18:12:51.537Z | Checking indexmap v2.14.0 |
| 2318 | 2026-05-13T18:12:51.592Z | Checking form_urlencoded v1.2.2 |
| 2319 | 2026-05-13T18:12:51.629Z | Checking cipher v0.4.4 |
| 2320 | 2026-05-13T18:12:51.719Z | Checking getrandom v0.3.4 |
| 2321 | 2026-05-13T18:12:51.797Z | Checking base64ct v1.8.3 |
| 2322 | 2026-05-13T18:12:51.839Z | Checking byteorder v1.5.0 |
| 2323 | 2026-05-13T18:12:51.861Z | Checking fnv v1.0.7 |
| 2324 | 2026-05-13T18:12:51.954Z | Checking flagset v0.4.7 |
| 2325 | 2026-05-13T18:12:52.022Z | Checking pem-rfc7468 v0.7.0 |
| 2326 | 2026-05-13T18:12:52.036Z | Checking rand_core v0.9.5 |
| 2327 | 2026-05-13T18:12:52.075Z | Checking http v1.4.0 |
| 2328 | 2026-05-13T18:12:52.088Z | Checking regex-syntax v0.8.10 |
| 2329 | 2026-05-13T18:12:52.166Z | Checking idna_adapter v1.2.1 |
| 2330 | 2026-05-13T18:12:52.178Z | Checking der v0.7.10 |
| 2331 | 2026-05-13T18:12:52.210Z | Checking salsa20 v0.10.2 |
| 2332 | 2026-05-13T18:12:52.285Z | Checking idna v1.1.0 |
| 2333 | 2026-05-13T18:12:52.342Z | Checking uuid v1.23.0 |
| 2334 | 2026-05-13T18:12:52.532Z | Checking url v2.5.8 |
| 2335 | 2026-05-13T18:12:52.656Z | Checking pbkdf2 v0.12.2 |
| 2336 | 2026-05-13T18:12:52.671Z | Checking rustix v1.1.3 |
| 2337 | 2026-05-13T18:12:52.750Z | Checking ppv-lite86 v0.2.21 |
| 2338 | 2026-05-13T18:12:52.765Z | Checking tracing-core v0.1.36 |
| 2339 | 2026-05-13T18:12:52.901Z | Checking rustls-pki-types v1.14.0 |
| 2340 | 2026-05-13T18:12:52.918Z | Checking spki v0.7.3 |
| 2341 | 2026-05-13T18:12:52.989Z | Checking base64 v0.22.1 |
| 2342 | 2026-05-13T18:12:53.048Z | Checking iana-time-zone v0.1.65 |
| 2343 | 2026-05-13T18:12:53.068Z | Checking tracing v0.1.44 |
| 2344 | 2026-05-13T18:12:53.081Z | Checking rand_chacha v0.9.0 |
| 2345 | 2026-05-13T18:12:53.151Z | Checking chrono v0.4.44 |
| 2346 | 2026-05-13T18:12:53.179Z | Checking scrypt v0.11.0 |
| 2347 | 2026-05-13T18:12:53.219Z | Checking http-body v1.0.1 |
| 2348 | 2026-05-13T18:12:53.266Z | Checking cbc v0.1.2 |
| 2349 | 2026-05-13T18:12:53.277Z | Checking aes v0.8.4 |
| 2350 | 2026-05-13T18:12:53.314Z | Checking aws-lc-sys v0.40.0 |
| 2351 | 2026-05-13T18:12:53.345Z | Checking tinyvec_macros v0.1.1 |
| 2352 | 2026-05-13T18:12:53.389Z | Checking openssl-probe v0.2.1 |
| 2353 | 2026-05-13T18:12:53.409Z | Checking untrusted v0.7.1 |
| 2354 | 2026-05-13T18:12:53.421Z | Checking untrusted v0.9.0 |
| 2355 | 2026-05-13T18:12:53.493Z | Checking tinyvec v1.10.0 |
| 2356 | 2026-05-13T18:12:53.507Z | Checking rand v0.9.2 |
| 2357 | 2026-05-13T18:12:53.520Z | Checking ring v0.17.14 |
| 2358 | 2026-05-13T18:12:53.532Z | Checking tower-service v0.3.3 |
| 2359 | 2026-05-13T18:12:53.619Z | Checking atomic-waker v1.1.2 |
| 2360 | 2026-05-13T18:12:53.662Z | Checking pkcs5 v0.7.1 |
| 2361 | 2026-05-13T18:12:53.714Z | Checking try-lock v0.2.5 |
| 2362 | 2026-05-13T18:12:53.793Z | Checking tower-layer v0.3.3 |
| 2363 | 2026-05-13T18:12:53.811Z | Checking want v0.3.1 |
| 2364 | 2026-05-13T18:12:53.822Z | Checking aws-lc-rs v1.16.3 |
| 2365 | 2026-05-13T18:12:53.913Z | Checking pkcs8 v0.10.2 |
| 2366 | 2026-05-13T18:12:53.930Z | Checking ipnet v2.11.0 |
| 2367 | 2026-05-13T18:12:53.944Z | Checking httparse v1.10.1 |
| 2368 | 2026-05-13T18:12:53.966Z | Checking aho-corasick v1.1.4 |
| 2369 | 2026-05-13T18:12:54.008Z | Checking pin-utils v0.1.0 |
| 2370 | 2026-05-13T18:12:54.077Z | Checking dyn-clone v1.0.20 |
| 2371 | 2026-05-13T18:12:54.090Z | Checking plain v0.2.3 |
| 2372 | 2026-05-13T18:12:54.142Z | Checking fastrand v2.3.0 |
| 2373 | 2026-05-13T18:12:54.177Z | Checking httpdate v1.0.3 |
| 2374 | 2026-05-13T18:12:54.189Z | Checking foreign-types-shared v0.1.1 |
| 2375 | 2026-05-13T18:12:54.203Z | Checking unicode-normalization v0.1.25 |
| 2376 | 2026-05-13T18:12:54.268Z | Checking foreign-types v0.3.2 |
| 2377 | 2026-05-13T18:12:54.317Z | Checking tempfile v3.25.0 |
| 2378 | 2026-05-13T18:12:54.329Z | Checking semver v1.0.28 |
| 2379 | 2026-05-13T18:12:54.341Z | Checking openssl-sys v0.9.115 |
| 2380 | 2026-05-13T18:12:54.503Z | Checking spin v0.9.8 |
| 2381 | 2026-05-13T18:12:54.516Z | Checking ucd-trie v0.1.7 |
| 2382 | 2026-05-13T18:12:54.530Z | Checking unicode-ident v1.0.24 |
| 2383 | 2026-05-13T18:12:54.597Z | Checking schemars v0.8.22 |
| 2384 | 2026-05-13T18:12:54.636Z | Checking proc-macro2 v1.0.106 |
| 2385 | 2026-05-13T18:12:54.642Z | Checking regex-automata v0.4.14 |
| 2386 | 2026-05-13T18:12:54.656Z | Checking pest v2.8.6 |
| 2387 | 2026-05-13T18:12:54.667Z | Checking rustls-webpki v0.103.9 |
| 2388 | 2026-05-13T18:12:54.683Z | Checking rustls-native-certs v0.8.3 |
| 2389 | 2026-05-13T18:12:54.715Z | Checking openssl v0.10.79 |
| 2390 | 2026-05-13T18:12:54.791Z | Checking tokio-util v0.7.18 |
| 2391 | 2026-05-13T18:12:54.808Z | Checking thiserror v2.0.18 |
| 2392 | 2026-05-13T18:12:54.907Z | Checking sync_wrapper v1.0.2 |
| 2393 | 2026-05-13T18:12:54.944Z | Checking wait-timeout v0.2.1 |
| 2394 | 2026-05-13T18:12:55.007Z | Checking simd-adler32 v0.3.8 |
| 2395 | 2026-05-13T18:12:55.063Z | Checking siphasher v1.0.2 |
| 2396 | 2026-05-13T18:12:55.085Z | Checking rustls v0.23.37 |
| 2397 | 2026-05-13T18:12:55.172Z | Checking bit-vec v0.8.0 |
| 2398 | 2026-05-13T18:12:55.214Z | Checking utf8parse v0.2.2 |
| 2399 | 2026-05-13T18:12:55.241Z | Checking pretty-hex v0.4.1 |
| 2400 | 2026-05-13T18:12:55.312Z | Checking quick-error v1.2.3 |
| 2401 | 2026-05-13T18:12:55.357Z | Checking powerfmt v0.2.0 |
| 2402 | 2026-05-13T18:12:55.361Z | Checking anstyle v1.0.13 |
| 2403 | 2026-05-13T18:12:55.401Z | Checking h2 v0.4.13 |
| 2404 | 2026-05-13T18:12:55.415Z | Checking rusty-fork v0.3.1 |
| 2405 | 2026-05-13T18:12:55.505Z | Checking deranged v0.5.8 |
| 2406 | 2026-05-13T18:12:55.545Z | Checking bit-set v0.8.0 |
| 2407 | 2026-05-13T18:12:55.576Z | Checking anstyle-parse v0.2.7 |
| 2408 | 2026-05-13T18:12:55.690Z | Checking tower v0.5.3 |
| 2409 | 2026-05-13T18:12:55.702Z | Checking quote v1.0.45 |
| 2410 | 2026-05-13T18:12:55.726Z | Compiling newtype-uuid v1.3.2 |
| 2411 | 2026-05-13T18:12:55.867Z | Checking http-body-util v0.1.3 |
| 2412 | 2026-05-13T18:12:55.908Z | Checking crossbeam-utils v0.8.21 |
| 2413 | 2026-05-13T18:12:56.068Z | Checking webpki-roots v1.0.6 |
| 2414 | 2026-05-13T18:12:56.086Z | Checking rand_xorshift v0.4.0 |
| 2415 | 2026-05-13T18:12:56.183Z | Checking crc32fast v1.5.0 |
| 2416 | 2026-05-13T18:12:56.204Z | Checking scroll v0.13.0 |
| 2417 | 2026-05-13T18:12:56.234Z | Checking signature v2.2.0 |
| 2418 | 2026-05-13T18:12:56.321Z | Checking allocator-api2 v0.2.21 |
| 2419 | 2026-05-13T18:12:56.363Z | Checking unarray v0.1.4 |
| 2420 | 2026-05-13T18:12:56.401Z | Checking ryu v1.0.23 |
| 2421 | 2026-05-13T18:12:56.423Z | Checking time-core v0.1.8 |
| 2422 | 2026-05-13T18:12:56.434Z | Checking iri-string v0.7.10 |
| 2423 | 2026-05-13T18:12:56.458Z | Checking unicode-properties v0.1.4 |
| 2424 | 2026-05-13T18:12:56.532Z | Checking colorchoice v1.0.4 |
| 2425 | 2026-05-13T18:12:56.562Z | Checking anstyle-query v1.1.5 |
| 2426 | 2026-05-13T18:12:56.600Z | Checking is_terminal_polyfill v1.70.2 |
| 2427 | 2026-05-13T18:12:56.628Z | Checking unicode-bidi v0.3.18 |
| 2428 | 2026-05-13T18:12:56.643Z | Checking num_threads v0.1.7 |
| 2429 | 2026-05-13T18:12:56.655Z | Checking adler2 v2.0.1 |
| 2430 | 2026-05-13T18:12:56.684Z | Checking num-conv v0.2.0 |
| 2431 | 2026-05-13T18:12:56.722Z | Checking native-tls v0.2.18 |
| 2432 | 2026-05-13T18:12:56.734Z | Checking anstream v0.6.21 |
| 2433 | 2026-05-13T18:12:56.755Z | Checking miniz_oxide v0.8.9 |
| 2434 | 2026-05-13T18:12:56.797Z | Checking time v0.3.47 |
| 2435 | 2026-05-13T18:12:56.900Z | Checking tokio-native-tls v0.3.1 |
| 2436 | 2026-05-13T18:12:56.914Z | Checking stringprep v0.1.5 |
| 2437 | 2026-05-13T18:12:56.927Z | Checking serde_urlencoded v0.7.1 |
| 2438 | 2026-05-13T18:12:57.056Z | Checking proptest v1.11.0 |
| 2439 | 2026-05-13T18:12:57.067Z | Checking bstr v1.12.1 |
| 2440 | 2026-05-13T18:12:57.102Z | Checking goblin v0.10.5 |
| 2441 | 2026-05-13T18:12:57.126Z | Checking crossbeam-epoch v0.9.18 |
| 2442 | 2026-05-13T18:12:57.347Z | Checking syn v2.0.117 |
| 2443 | 2026-05-13T18:12:57.429Z | Checking tokio-rustls v0.26.4 |
| 2444 | 2026-05-13T18:12:57.452Z | Checking tower-http v0.6.8 |
| 2445 | 2026-05-13T18:12:57.464Z | Compiling daft v0.1.5 |
| 2446 | 2026-05-13T18:12:57.664Z | Checking ipnetwork v0.21.1 |
| 2447 | 2026-05-13T18:12:57.744Z | Checking rand_chacha v0.3.1 |
| 2448 | 2026-05-13T18:12:57.744Z | Checking thiserror v1.0.69 |
| 2449 | 2026-05-13T18:12:57.854Z | Checking scroll v0.12.0 |
| 2450 | 2026-05-13T18:12:57.882Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2451 | 2026-05-13T18:12:57.958Z | Checking hash32 v0.2.1 |
| 2452 | 2026-05-13T18:12:57.971Z | Checking num-integer v0.1.46 |
| 2453 | 2026-05-13T18:12:57.991Z | Checking serde_spanned v0.6.9 |
| 2454 | 2026-05-13T18:12:58.084Z | Checking toml_datetime v0.6.11 |
| 2455 | 2026-05-13T18:12:58.113Z | Checking md-5 v0.10.6 |
| 2456 | 2026-05-13T18:12:58.117Z | Checking ff v0.13.1 |
| 2457 | 2026-05-13T18:12:58.137Z | Checking hyper v1.8.1 |
| 2458 | 2026-05-13T18:12:58.193Z | Checking fallible-iterator v0.2.0 |
| 2459 | 2026-05-13T18:12:58.246Z | Checking base16ct v0.2.0 |
| 2460 | 2026-05-13T18:12:58.258Z | Checking zlib-rs v0.6.2 |
| 2461 | 2026-05-13T18:12:58.269Z | Checking psl-types v2.0.11 |
| 2462 | 2026-05-13T18:12:58.371Z | Compiling iddqd v0.3.18 |
| 2463 | 2026-05-13T18:12:58.383Z | Checking publicsuffix v2.3.0 |
| 2464 | 2026-05-13T18:12:58.462Z | Checking postgres-protocol v0.6.10 |
| 2465 | 2026-05-13T18:12:58.537Z | Checking sec1 v0.7.3 |
| 2466 | 2026-05-13T18:12:58.743Z | Checking group v0.13.0 |
| 2467 | 2026-05-13T18:12:58.770Z | Checking num-iter v0.1.45 |
| 2468 | 2026-05-13T18:12:58.880Z | Checking heapless v0.7.17 |
| 2469 | 2026-05-13T18:12:58.893Z | Checking goblin v0.8.2 |
| 2470 | 2026-05-13T18:12:58.994Z | Checking zstd-safe v7.2.4 |
| 2471 | 2026-05-13T18:12:59.024Z | Checking hyper-util v0.1.20 |
| 2472 | 2026-05-13T18:12:59.119Z | Checking flate2 v1.1.9 |
| 2473 | 2026-05-13T18:12:59.160Z | Checking cookie v0.18.1 |
| 2474 | 2026-05-13T18:12:59.286Z | Checking rand v0.8.6 |
| 2475 | 2026-05-13T18:12:59.389Z | Checking oxnet v0.1.4 |
| 2476 | 2026-05-13T18:12:59.421Z | Checking dtrace-parser v0.3.0 |
| 2477 | 2026-05-13T18:12:59.433Z | Checking dof v0.4.0 |
| 2478 | 2026-05-13T18:12:59.497Z | Checking phf_shared v0.13.1 |
| 2479 | 2026-05-13T18:12:59.622Z | Checking lazy_static v1.5.0 |
| 2480 | 2026-05-13T18:12:59.634Z | Checking zerocopy v0.7.35 |
| 2481 | 2026-05-13T18:12:59.654Z | Checking pin-project v1.1.11 |
| 2482 | 2026-05-13T18:12:59.705Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2483 | 2026-05-13T18:12:59.710Z | Checking terminal_size v0.4.3 |
| 2484 | 2026-05-13T18:12:59.749Z | Checking signal-hook v0.3.18 |
| 2485 | 2026-05-13T18:12:59.773Z | Checking futures-executor v0.3.32 |
| 2486 | 2026-05-13T18:12:59.807Z | Checking hex v0.4.3 |
| 2487 | 2026-05-13T18:12:59.825Z | Checking hkdf v0.12.4 |
| 2488 | 2026-05-13T18:12:59.921Z | Checking crypto-bigint v0.5.5 |
| 2489 | 2026-05-13T18:12:59.934Z | Checking thread-id v5.1.0 |
| 2490 | 2026-05-13T18:12:59.958Z | Checking encoding_rs v0.8.35 |
| 2491 | 2026-05-13T18:13:00.010Z | Checking either v1.15.0 |
| 2492 | 2026-05-13T18:13:00.025Z | Checking strsim v0.11.1 |
| 2493 | 2026-05-13T18:13:00.062Z | Checking foldhash v0.1.5 |
| 2494 | 2026-05-13T18:13:00.118Z | Checking clap_lex v1.0.0 |
| 2495 | 2026-05-13T18:13:00.184Z | Checking libbz2-rs-sys v0.2.2 |
| 2496 | 2026-05-13T18:13:00.195Z | Checking winnow v0.5.40 |
| 2497 | 2026-05-13T18:13:00.199Z | Checking same-file v1.0.6 |
| 2498 | 2026-05-13T18:13:00.265Z | Checking winnow v0.7.14 |
| 2499 | 2026-05-13T18:13:00.290Z | Checking hyper-rustls v0.27.7 |
| 2500 | 2026-05-13T18:13:00.321Z | Checking hyper-tls v0.6.0 |
| 2501 | 2026-05-13T18:13:00.488Z | Checking managed v0.8.0 |
| 2502 | 2026-05-13T18:13:00.503Z | Checking foldhash v0.2.0 |
| 2503 | 2026-05-13T18:13:00.570Z | Checking bumpalo v3.20.2 |
| 2504 | 2026-05-13T18:13:00.656Z | Compiling rayon-core v1.13.0 |
| 2505 | 2026-05-13T18:13:00.671Z | Checking bitflags v1.3.2 |
| 2506 | 2026-05-13T18:13:00.742Z | Checking mime v0.3.17 |
| 2507 | 2026-05-13T18:13:00.767Z | Checking zopfli v0.8.3 |
| 2508 | 2026-05-13T18:13:00.803Z | Checking dof v0.3.0 |
| 2509 | 2026-05-13T18:13:00.815Z | Checking elliptic-curve v0.13.8 |
| 2510 | 2026-05-13T18:13:00.866Z | Checking smoltcp v0.9.1 |
| 2511 | 2026-05-13T18:13:00.904Z | Checking hashbrown v0.16.1 |
| 2512 | 2026-05-13T18:13:00.921Z | Checking reqwest v0.12.28 |
| 2513 | 2026-05-13T18:13:01.077Z | Checking bzip2 v0.6.1 |
| 2514 | 2026-05-13T18:13:01.096Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2515 | 2026-05-13T18:13:01.112Z | Checking walkdir v2.5.0 |
| 2516 | 2026-05-13T18:13:01.235Z | Checking clap_builder v4.5.60 |
| 2517 | 2026-05-13T18:13:01.270Z | Checking hashbrown v0.15.5 |
| 2518 | 2026-05-13T18:13:01.285Z | Checking usdt-impl v0.6.0 |
| 2519 | 2026-05-13T18:13:01.344Z | Checking toml_edit v0.19.15 |
| 2520 | 2026-05-13T18:13:01.402Z | Checking signal-hook-mio v0.2.5 |
| 2521 | 2026-05-13T18:13:01.445Z | Checking futures v0.3.32 |
| 2522 | 2026-05-13T18:13:01.460Z | Checking num-bigint-dig v0.8.6 |
| 2523 | 2026-05-13T18:13:01.501Z | Checking bzip2 v0.4.4 |
| 2524 | 2026-05-13T18:13:01.522Z | Checking snafu v0.8.9 |
| 2525 | 2026-05-13T18:13:01.560Z | Checking phf v0.13.1 |
| 2526 | 2026-05-13T18:13:01.709Z | Checking cookie_store v0.22.1 |
| 2527 | 2026-05-13T18:13:01.736Z | Checking zstd v0.13.3 |
| 2528 | 2026-05-13T18:13:01.750Z | Checking postgres-types v0.2.12 |
| 2529 | 2026-05-13T18:13:01.764Z | Checking dtrace-parser v0.2.0 |
| 2530 | 2026-05-13T18:13:01.894Z | Checking globset v0.4.18 |
| 2531 | 2026-05-13T18:13:01.916Z | Checking rustls-platform-verifier v0.6.2 |
| 2532 | 2026-05-13T18:13:01.992Z | Checking crossbeam-deque v0.8.6 |
| 2533 | 2026-05-13T18:13:02.027Z | Checking regex v1.12.3 |
| 2534 | 2026-05-13T18:13:02.051Z | Checking ed25519 v2.2.3 |
| 2535 | 2026-05-13T18:13:02.063Z | Checking phf_shared v0.11.3 |
| 2536 | 2026-05-13T18:13:02.145Z | Checking olpc-cjson v0.1.4 |
| 2537 | 2026-05-13T18:13:02.166Z | Checking ref-cast v1.0.25 |
| 2538 | 2026-05-13T18:13:02.202Z | Checking curve25519-dalek v4.1.3 |
| 2539 | 2026-05-13T18:13:02.229Z | Checking strum v0.27.2 |
| 2540 | 2026-05-13T18:13:02.258Z | Checking hubpack v0.1.2 |
| 2541 | 2026-05-13T18:13:02.262Z | Checking memoffset v0.9.1 |
| 2542 | 2026-05-13T18:13:02.283Z | Checking rustix v0.38.44 |
| 2543 | 2026-05-13T18:13:02.301Z | Checking pkcs1 v0.7.5 |
| 2544 | 2026-05-13T18:13:02.336Z | Checking pem v3.0.6 |
| 2545 | 2026-05-13T18:13:02.348Z | Checking float-cmp v0.10.0 |
| 2546 | 2026-05-13T18:13:02.359Z | Checking serde_plain v1.0.2 |
| 2547 | 2026-05-13T18:13:02.423Z | Checking serde-big-array v0.5.1 |
| 2548 | 2026-05-13T18:13:02.456Z | Checking erased-serde v0.3.31 |
| 2549 | 2026-05-13T18:13:02.469Z | Checking rfc6979 v0.4.0 |
| 2550 | 2026-05-13T18:13:02.486Z | Checking memmap2 v0.9.10 |
| 2551 | 2026-05-13T18:13:02.506Z | Checking thread-id v4.2.2 |
| 2552 | 2026-05-13T18:13:02.518Z | Checking env_filter v1.0.0 |
| 2553 | 2026-05-13T18:13:02.570Z | Checking jiff v0.2.21 |
| 2554 | 2026-05-13T18:13:02.584Z | Checking fixedbitset v0.4.2 |
| 2555 | 2026-05-13T18:13:02.595Z | Checking new_debug_unreachable v1.0.6 |
| 2556 | 2026-05-13T18:13:02.641Z | Checking precomputed-hash v0.1.1 |
| 2557 | 2026-05-13T18:13:02.656Z | Checking whoami v2.1.0 |
| 2558 | 2026-05-13T18:13:02.660Z | Checking static_assertions v1.1.0 |
| 2559 | 2026-05-13T18:13:02.721Z | Checking normalize-line-endings v0.3.0 |
| 2560 | 2026-05-13T18:13:02.733Z | Checking difflib v0.4.0 |
| 2561 | 2026-05-13T18:13:02.736Z | Checking fixedbitset v0.5.7 |
| 2562 | 2026-05-13T18:13:02.812Z | Checking keccak v0.1.6 |
| 2563 | 2026-05-13T18:13:02.855Z | Checking predicates-core v1.0.10 |
| 2564 | 2026-05-13T18:13:02.859Z | Checking data-encoding v2.10.0 |
| 2565 | 2026-05-13T18:13:02.915Z | Checking typed-path v0.9.3 |
| 2566 | 2026-05-13T18:13:02.926Z | Checking toml_write v0.1.2 |
| 2567 | 2026-05-13T18:13:02.977Z | Checking unicode-segmentation v1.12.0 |
| 2568 | 2026-05-13T18:13:02.980Z | Checking rustc-hash v2.1.1 |
| 2569 | 2026-05-13T18:13:03.013Z | Checking ed25519-dalek v2.2.0 |
| 2570 | 2026-05-13T18:13:03.089Z | Checking toml_edit v0.22.27 |
| 2571 | 2026-05-13T18:13:03.114Z | Checking crossterm v0.28.1 |
| 2572 | 2026-05-13T18:13:03.142Z | Checking hickory-proto v0.25.2 |
| 2573 | 2026-05-13T18:13:03.240Z | Checking sha3 v0.10.8 |
| 2574 | 2026-05-13T18:13:03.295Z | Checking similar v2.7.0 |
| 2575 | 2026-05-13T18:13:03.440Z | Checking predicates v3.1.4 |
| 2576 | 2026-05-13T18:13:03.669Z | Checking petgraph v0.8.3 |
| 2577 | 2026-05-13T18:13:03.682Z | Checking tough v0.22.0 |
| 2578 | 2026-05-13T18:13:03.731Z | Checking slog v2.8.2 |
| 2579 | 2026-05-13T18:13:03.801Z | Checking tokio-postgres v0.7.16 |
| 2580 | 2026-05-13T18:13:03.940Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2581 | 2026-05-13T18:13:03.990Z | Checking petgraph v0.6.5 |
| 2582 | 2026-05-13T18:13:04.170Z | Checking string_cache v0.8.9 |
| 2583 | 2026-05-13T18:13:04.341Z | Checking env_logger v0.11.9 |
| 2584 | 2026-05-13T18:13:04.529Z | Checking usdt v0.6.0 |
| 2585 | 2026-05-13T18:13:04.698Z | Checking ecdsa v0.16.9 |
| 2586 | 2026-05-13T18:13:04.812Z | Checking zip v4.6.1 |
| 2587 | 2026-05-13T18:13:05.028Z | Checking usdt-impl v0.5.0 |
| 2588 | 2026-05-13T18:13:05.050Z | Checking rsa v0.9.10 |
| 2589 | 2026-05-13T18:13:05.220Z | Checking clap v4.5.60 |
| 2590 | 2026-05-13T18:13:05.237Z | Checking toml v0.7.8 |
| 2591 | 2026-05-13T18:13:05.299Z | Checking nix v0.31.2 |
| 2592 | 2026-05-13T18:13:05.372Z | Checking reqwest v0.13.2 |
| 2593 | 2026-05-13T18:13:05.512Z | Checking zip v0.6.6 |
| 2594 | 2026-05-13T18:13:05.543Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2595 | 2026-05-13T18:13:05.651Z | Checking itertools v0.13.0 |
| 2596 | 2026-05-13T18:13:05.678Z | Checking serde_with v3.17.0 |
| 2597 | 2026-05-13T18:13:05.834Z | Checking strum v0.26.3 |
| 2598 | 2026-05-13T18:13:05.872Z | Checking fs-err v3.3.0 |
| 2599 | 2026-05-13T18:13:05.898Z | Checking ahash v0.8.12 |
| 2600 | 2026-05-13T18:13:05.945Z | Checking object v0.37.3 |
| 2601 | 2026-05-13T18:13:06.095Z | Checking tokio-stream v0.1.18 |
| 2602 | 2026-05-13T18:13:06.159Z | Checking buf-list v1.1.2 |
| 2603 | 2026-05-13T18:13:06.180Z | Checking anyhow v1.0.102 |
| 2604 | 2026-05-13T18:13:06.206Z | Checking camino v1.2.2 |
| 2605 | 2026-05-13T18:13:06.301Z | Checking x509-cert v0.2.5 |
| 2606 | 2026-05-13T18:13:06.338Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2607 | 2026-05-13T18:13:06.374Z | Checking openapiv3 v2.2.0 |
| 2608 | 2026-05-13T18:13:06.457Z | Checking sha1 v0.10.6 |
| 2609 | 2026-05-13T18:13:06.474Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2610 | 2026-05-13T18:13:06.598Z | Checking lalrpop-util v0.19.12 |
| 2611 | 2026-05-13T18:13:06.618Z | Checking peg-runtime v0.8.5 |
| 2612 | 2026-05-13T18:13:06.676Z | Checking rayon v1.11.0 |
| 2613 | 2026-05-13T18:13:06.688Z | Checking sigpipe v0.1.3 |
| 2614 | 2026-05-13T18:13:06.756Z | Checking glob v0.3.3 |
| 2615 | 2026-05-13T18:13:08.179Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2616 | 2026-05-13T18:13:08.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.95s |
| 2617 | 2026-05-13T18:13:08.624Z | |
| 2618 | 2026-05-13T18:13:08.624Z | info: running `cargo check --bins` on internal-dns-types (77/276) |
| 2619 | 2026-05-13T18:13:09.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2620 | 2026-05-13T18:13:09.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2621 | 2026-05-13T18:13:09.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2622 | 2026-05-13T18:13:09.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2623 | 2026-05-13T18:13:09.217Z | |
| 2624 | 2026-05-13T18:13:09.217Z | info: running `cargo check --bins` on internal-dns-types-versions (78/276) |
| 2625 | 2026-05-13T18:13:09.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2626 | 2026-05-13T18:13:09.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2627 | 2026-05-13T18:13:09.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2628 | 2026-05-13T18:13:09.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2629 | 2026-05-13T18:13:09.814Z | |
| 2630 | 2026-05-13T18:13:09.814Z | info: running `cargo check --bins` on nexus-types-versions (79/276) |
| 2631 | 2026-05-13T18:13:10.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2026-05-13T18:13:10.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2026-05-13T18:13:10.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2634 | 2026-05-13T18:13:10.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2635 | 2026-05-13T18:13:10.426Z | |
| 2636 | 2026-05-13T18:13:10.426Z | info: running `cargo check --bins` on oxql-types (80/276) |
| 2637 | 2026-05-13T18:13:10.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2026-05-13T18:13:10.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2026-05-13T18:13:10.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2640 | 2026-05-13T18:13:10.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2641 | 2026-05-13T18:13:11.022Z | |
| 2642 | 2026-05-13T18:13:11.022Z | info: running `cargo check --bins` on oximeter-types (81/276) |
| 2643 | 2026-05-13T18:13:11.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2026-05-13T18:13:11.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2026-05-13T18:13:11.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2646 | 2026-05-13T18:13:11.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2647 | 2026-05-13T18:13:11.622Z | |
| 2648 | 2026-05-13T18:13:11.622Z | info: running `cargo check --bins` on oximeter-types-versions (82/276) |
| 2649 | 2026-05-13T18:13:12.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2026-05-13T18:13:12.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2026-05-13T18:13:12.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2652 | 2026-05-13T18:13:12.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2653 | 2026-05-13T18:13:12.216Z | |
| 2654 | 2026-05-13T18:13:12.216Z | info: running `cargo check --bins` on oximeter-macro-impl (83/276) |
| 2655 | 2026-05-13T18:13:12.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2026-05-13T18:13:12.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2026-05-13T18:13:12.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2658 | 2026-05-13T18:13:12.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2659 | 2026-05-13T18:13:12.805Z | |
| 2660 | 2026-05-13T18:13:12.805Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/276) |
| 2661 | 2026-05-13T18:13:13.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2026-05-13T18:13:13.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2026-05-13T18:13:13.489Z | Compiling structmeta-derive v0.3.0 |
| 2664 | 2026-05-13T18:13:13.606Z | Compiling rustls v0.22.4 |
| 2665 | 2026-05-13T18:13:13.615Z | Compiling multer v3.1.0 |
| 2666 | 2026-05-13T18:13:13.625Z | Compiling async-stream-impl v0.3.6 |
| 2667 | 2026-05-13T18:13:13.628Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2668 | 2026-05-13T18:13:13.646Z | Compiling dropshot v0.17.0 |
| 2669 | 2026-05-13T18:13:13.661Z | Compiling newtype-uuid-macros v0.1.0 |
| 2670 | 2026-05-13T18:13:13.661Z | Compiling dropshot_endpoint v0.17.0 |
| 2671 | 2026-05-13T18:13:13.784Z | Checking newtype-uuid v1.3.2 |
| 2672 | 2026-05-13T18:13:13.845Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2673 | 2026-05-13T18:13:13.910Z | Checking rustls-webpki v0.102.8 |
| 2674 | 2026-05-13T18:13:13.984Z | Checking daft v0.1.5 |
| 2675 | 2026-05-13T18:13:14.008Z | Checking thread_local v1.1.9 |
| 2676 | 2026-05-13T18:13:14.175Z | Checking match_cfg v0.1.0 |
| 2677 | 2026-05-13T18:13:14.208Z | Checking compression-core v0.4.31 |
| 2678 | 2026-05-13T18:13:14.219Z | Checking iddqd v0.3.18 |
| 2679 | 2026-05-13T18:13:14.241Z | Checking hostname v0.3.1 |
| 2680 | 2026-05-13T18:13:14.259Z | Checking crossbeam-channel v0.5.15 |
| 2681 | 2026-05-13T18:13:14.328Z | Checking compression-codecs v0.4.37 |
| 2682 | 2026-05-13T18:13:14.340Z | Checking slog-json v2.6.1 |
| 2683 | 2026-05-13T18:13:14.407Z | Checking is-terminal v0.4.17 |
| 2684 | 2026-05-13T18:13:14.490Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2685 | 2026-05-13T18:13:14.490Z | Checking serde_spanned v1.0.4 |
| 2686 | 2026-05-13T18:13:14.517Z | Checking term v1.2.1 |
| 2687 | 2026-05-13T18:13:14.597Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2688 | 2026-05-13T18:13:14.632Z | Checking debug-ignore v1.0.5 |
| 2689 | 2026-05-13T18:13:14.675Z | Compiling structmeta v0.3.0 |
| 2690 | 2026-05-13T18:13:14.688Z | Checking take_mut v0.2.2 |
| 2691 | 2026-05-13T18:13:14.733Z | Checking slog-bunyan v2.5.0 |
| 2692 | 2026-05-13T18:13:14.737Z | Checking slog-term v2.9.2 |
| 2693 | 2026-05-13T18:13:14.772Z | Checking toml v1.0.6+spec-1.1.0 |
| 2694 | 2026-05-13T18:13:14.790Z | Checking slog-async v2.8.0 |
| 2695 | 2026-05-13T18:13:14.846Z | Checking async-compression v0.4.41 |
| 2696 | 2026-05-13T18:13:14.892Z | Compiling derive-ex v0.1.8 |
| 2697 | 2026-05-13T18:13:14.959Z | Compiling parse-display-derive v0.10.0 |
| 2698 | 2026-05-13T18:13:14.999Z | Checking async-stream v0.3.6 |
| 2699 | 2026-05-13T18:13:15.069Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2700 | 2026-05-13T18:13:15.090Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2701 | 2026-05-13T18:13:15.127Z | Checking progenitor-client v0.14.0 |
| 2702 | 2026-05-13T18:13:15.142Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2703 | 2026-05-13T18:13:15.281Z | Checking waitgroup v0.1.2 |
| 2704 | 2026-05-13T18:13:15.347Z | Checking backon v1.6.0 |
| 2705 | 2026-05-13T18:13:15.360Z | Checking rustls-pemfile v2.2.0 |
| 2706 | 2026-05-13T18:13:15.416Z | Checking serde_path_to_error v0.1.20 |
| 2707 | 2026-05-13T18:13:15.439Z | Checking hostname v0.4.2 |
| 2708 | 2026-05-13T18:13:15.491Z | Checking instant v0.1.13 |
| 2709 | 2026-05-13T18:13:15.578Z | Checking backoff v0.4.0 |
| 2710 | 2026-05-13T18:13:15.688Z | Checking progenitor-extras v0.2.0 |
| 2711 | 2026-05-13T18:13:15.724Z | Checking tokio-rustls v0.25.0 |
| 2712 | 2026-05-13T18:13:15.744Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2713 | 2026-05-13T18:13:15.757Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2714 | 2026-05-13T18:13:15.919Z | Checking itertools v0.14.0 |
| 2715 | 2026-05-13T18:13:15.953Z | Checking progenitor-client v0.10.0 |
| 2716 | 2026-05-13T18:13:16.117Z | Checking regress v0.10.5 |
| 2717 | 2026-05-13T18:13:16.143Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2718 | 2026-05-13T18:13:16.385Z | Checking macaddr v1.0.1 |
| 2719 | 2026-05-13T18:13:16.548Z | Compiling test-strategy v0.4.5 |
| 2720 | 2026-05-13T18:13:16.623Z | Checking parse-display v0.10.0 |
| 2721 | 2026-05-13T18:13:17.737Z | Compiling prettyplease v0.2.37 |
| 2722 | 2026-05-13T18:13:18.082Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2723 | 2026-05-13T18:13:18.195Z | Checking num-rational v0.4.2 |
| 2724 | 2026-05-13T18:13:18.458Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2725 | 2026-05-13T18:13:18.776Z | Checking num-complex v0.4.6 |
| 2726 | 2026-05-13T18:13:19.266Z | Checking num v0.4.3 |
| 2727 | 2026-05-13T18:13:19.342Z | Compiling usdt-attr-macro v0.5.0 |
| 2728 | 2026-05-13T18:13:19.451Z | Compiling usdt-macro v0.5.0 |
| 2729 | 2026-05-13T18:13:19.505Z | Checking memmap v0.7.0 |
| 2730 | 2026-05-13T18:13:19.535Z | Compiling float-ord v0.3.2 |
| 2731 | 2026-05-13T18:13:19.636Z | Compiling convert_case v0.4.0 |
| 2732 | 2026-05-13T18:13:19.654Z | Checking unicode-width v0.2.0 |
| 2733 | 2026-05-13T18:13:19.905Z | Checking console v0.15.11 |
| 2734 | 2026-05-13T18:13:20.010Z | Compiling derive_more v0.99.20 |
| 2735 | 2026-05-13T18:13:20.117Z | Checking newline-converter v0.3.0 |
| 2736 | 2026-05-13T18:13:20.162Z | Checking usdt v0.5.0 |
| 2737 | 2026-05-13T18:13:20.182Z | Checking atomicwrites v0.4.4 |
| 2738 | 2026-05-13T18:13:20.228Z | Compiling toml v0.8.23 |
| 2739 | 2026-05-13T18:13:20.310Z | Checking linked-hash-map v0.5.6 |
| 2740 | 2026-05-13T18:13:20.327Z | Compiling minimal-lexical v0.2.1 |
| 2741 | 2026-05-13T18:13:20.482Z | Checking lru-cache v0.1.2 |
| 2742 | 2026-05-13T18:13:20.582Z | Compiling nom v7.1.3 |
| 2743 | 2026-05-13T18:13:20.606Z | Checking expectorate v1.2.0 |
| 2744 | 2026-05-13T18:13:21.178Z | Checking camino-tempfile v1.4.1 |
| 2745 | 2026-05-13T18:13:21.322Z | Checking hickory-proto v0.24.4 |
| 2746 | 2026-05-13T18:13:21.343Z | Checking phf_shared v0.12.1 |
| 2747 | 2026-05-13T18:13:21.359Z | Compiling slog-dtrace v0.3.0 |
| 2748 | 2026-05-13T18:13:21.488Z | Compiling chrono-tz v0.10.4 |
| 2749 | 2026-05-13T18:13:21.552Z | Checking heck v0.5.0 |
| 2750 | 2026-05-13T18:13:21.670Z | Checking resolv-conf v0.7.6 |
| 2751 | 2026-05-13T18:13:21.752Z | Compiling const_format_proc_macros v0.2.34 |
| 2752 | 2026-05-13T18:13:21.856Z | Checking phf v0.12.1 |
| 2753 | 2026-05-13T18:13:21.923Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2754 | 2026-05-13T18:13:21.998Z | Checking tokio-dtrace v0.1.1 |
| 2755 | 2026-05-13T18:13:22.045Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2756 | 2026-05-13T18:13:22.184Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2757 | 2026-05-13T18:13:22.392Z | Compiling derive-where v1.6.0 |
| 2758 | 2026-05-13T18:13:22.590Z | Checking highway v1.3.0 |
| 2759 | 2026-05-13T18:13:22.613Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2760 | 2026-05-13T18:13:22.823Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2761 | 2026-05-13T18:13:23.181Z | Checking hickory-resolver v0.24.4 |
| 2762 | 2026-05-13T18:13:23.331Z | Checking const_format v0.2.35 |
| 2763 | 2026-05-13T18:13:23.366Z | Checking oxide-tokio-rt v0.1.4 |
| 2764 | 2026-05-13T18:13:23.647Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2765 | 2026-05-13T18:13:23.756Z | Checking gethostname v0.5.0 |
| 2766 | 2026-05-13T18:13:23.790Z | Checking bcs v0.1.6 |
| 2767 | 2026-05-13T18:13:23.843Z | Checking termtree v0.5.1 |
| 2768 | 2026-05-13T18:13:23.859Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2769 | 2026-05-13T18:13:23.862Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2770 | 2026-05-13T18:13:23.926Z | Checking qorb v0.4.1 |
| 2771 | 2026-05-13T18:13:23.976Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2772 | 2026-05-13T18:13:27.233Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2773 | 2026-05-13T18:13:29.926Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2774 | 2026-05-13T18:13:32.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s |
| 2775 | 2026-05-13T18:13:32.212Z | |
| 2776 | 2026-05-13T18:13:32.212Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276) |
| 2777 | 2026-05-13T18:13:32.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2778 | 2026-05-13T18:13:32.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2779 | 2026-05-13T18:13:32.896Z | Compiling ar_archive_writer v0.5.1 |
| 2780 | 2026-05-13T18:13:33.007Z | Compiling stacker v0.1.23 |
| 2781 | 2026-05-13T18:13:33.016Z | Compiling cfg_aliases v0.1.1 |
| 2782 | 2026-05-13T18:13:33.024Z | Compiling convert_case v0.10.0 |
| 2783 | 2026-05-13T18:13:33.032Z | Checking unicode-width v0.1.14 |
| 2784 | 2026-05-13T18:13:33.041Z | Compiling proc-macro-error v1.0.4 |
| 2785 | 2026-05-13T18:13:33.053Z | Checking fd-lock v4.0.4 |
| 2786 | 2026-05-13T18:13:33.056Z | Checking nibble_vec v0.1.0 |
| 2787 | 2026-05-13T18:13:33.076Z | Compiling nix v0.28.0 |
| 2788 | 2026-05-13T18:13:33.169Z | Checking vte v0.14.1 |
| 2789 | 2026-05-13T18:13:33.181Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2790 | 2026-05-13T18:13:33.261Z | Checking endian-type v0.1.2 |
| 2791 | 2026-05-13T18:13:33.273Z | Checking bytecount v0.6.9 |
| 2792 | 2026-05-13T18:13:33.316Z | Checking strip-ansi-escapes v0.2.1 |
| 2793 | 2026-05-13T18:13:33.328Z | Compiling derive_more-impl v2.1.1 |
| 2794 | 2026-05-13T18:13:33.340Z | Compiling tabled_derive v0.7.0 |
| 2795 | 2026-05-13T18:13:33.370Z | Checking papergrid v0.11.0 |
| 2796 | 2026-05-13T18:13:33.383Z | Checking radix_trie v0.2.1 |
| 2797 | 2026-05-13T18:13:33.424Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2798 | 2026-05-13T18:13:33.571Z | Compiling peg-macros v0.8.5 |
| 2799 | 2026-05-13T18:13:33.584Z | Checking winnow v0.6.26 |
| 2800 | 2026-05-13T18:13:33.840Z | Compiling psm v0.1.30 |
| 2801 | 2026-05-13T18:13:33.919Z | Compiling sqlparser_derive v0.5.0 |
| 2802 | 2026-05-13T18:13:33.984Z | Checking home v0.5.12 |
| 2803 | 2026-05-13T18:13:34.095Z | Checking nu-ansi-term v0.50.3 |
| 2804 | 2026-05-13T18:13:34.118Z | Checking derive_more v2.1.1 |
| 2805 | 2026-05-13T18:13:34.197Z | Checking unicode_categories v0.1.1 |
| 2806 | 2026-05-13T18:13:34.286Z | Checking tabled v0.15.0 |
| 2807 | 2026-05-13T18:13:34.304Z | Checking reedline v0.40.0 |
| 2808 | 2026-05-13T18:13:34.353Z | Checking crossterm v0.29.0 |
| 2809 | 2026-05-13T18:13:34.400Z | Checking rustyline v14.0.0 |
| 2810 | 2026-05-13T18:13:34.612Z | Checking recursive v0.1.1 |
| 2811 | 2026-05-13T18:13:34.698Z | Checking display-error-chain v0.2.2 |
| 2812 | 2026-05-13T18:13:34.711Z | Checking sqlparser v0.61.0 |
| 2813 | 2026-05-13T18:13:34.727Z | Checking sqlformat v0.3.5 |
| 2814 | 2026-05-13T18:13:34.921Z | Checking peg v0.8.5 |
| 2815 | 2026-05-13T18:13:45.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s |
| 2816 | 2026-05-13T18:13:46.120Z | |
| 2817 | 2026-05-13T18:13:46.120Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276) |
| 2818 | 2026-05-13T18:13:46.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2819 | 2026-05-13T18:13:46.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2820 | 2026-05-13T18:13:46.812Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2821 | 2026-05-13T18:13:50.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
| 2822 | 2026-05-13T18:13:50.523Z | |
| 2823 | 2026-05-13T18:13:50.523Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276) |
| 2824 | 2026-05-13T18:13:51.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2825 | 2026-05-13T18:13:51.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2826 | 2026-05-13T18:13:51.213Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2827 | 2026-05-13T18:13:53.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 2828 | 2026-05-13T18:13:53.865Z | |
| 2829 | 2026-05-13T18:13:53.865Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276) |
| 2830 | 2026-05-13T18:13:54.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2831 | 2026-05-13T18:13:54.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2832 | 2026-05-13T18:13:54.550Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2833 | 2026-05-13T18:13:57.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2834 | 2026-05-13T18:13:57.972Z | |
| 2835 | 2026-05-13T18:13:57.972Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276) |
| 2836 | 2026-05-13T18:13:58.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2837 | 2026-05-13T18:13:58.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2838 | 2026-05-13T18:13:58.651Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2839 | 2026-05-13T18:14:01.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 2840 | 2026-05-13T18:14:02.111Z | |
| 2841 | 2026-05-13T18:14:02.111Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276) |
| 2842 | 2026-05-13T18:14:02.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2026-05-13T18:14:02.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2026-05-13T18:14:02.796Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2845 | 2026-05-13T18:14:05.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s |
| 2846 | 2026-05-13T18:14:05.553Z | |
| 2847 | 2026-05-13T18:14:05.554Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276) |
| 2848 | 2026-05-13T18:14:06.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2026-05-13T18:14:06.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2026-05-13T18:14:06.226Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2851 | 2026-05-13T18:14:08.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 2852 | 2026-05-13T18:14:09.052Z | |
| 2853 | 2026-05-13T18:14:09.052Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276) |
| 2854 | 2026-05-13T18:14:09.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2026-05-13T18:14:09.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2026-05-13T18:14:09.728Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2857 | 2026-05-13T18:14:13.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
| 2858 | 2026-05-13T18:14:13.364Z | |
| 2859 | 2026-05-13T18:14:13.364Z | info: running `cargo check --bins` on oximeter (93/276) |
| 2860 | 2026-05-13T18:14:13.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2026-05-13T18:14:13.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2026-05-13T18:14:13.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2863 | 2026-05-13T18:14:13.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2864 | 2026-05-13T18:14:13.969Z | |
| 2865 | 2026-05-13T18:14:13.969Z | info: running `cargo check --bins` on oximeter-schema (94/276) |
| 2866 | 2026-05-13T18:14:14.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2867 | 2026-05-13T18:14:14.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2868 | 2026-05-13T18:14:14.610Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2869 | 2026-05-13T18:14:14.775Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2870 | 2026-05-13T18:14:14.779Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2871 | 2026-05-13T18:14:15.111Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2872 | 2026-05-13T18:14:18.040Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2873 | 2026-05-13T18:14:19.241Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2874 | 2026-05-13T18:14:19.407Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2875 | 2026-05-13T18:14:20.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
| 2876 | 2026-05-13T18:14:20.260Z | |
| 2877 | 2026-05-13T18:14:20.260Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/276) |
| 2878 | 2026-05-13T18:14:20.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2879 | 2026-05-13T18:14:20.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2880 | 2026-05-13T18:14:20.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2881 | 2026-05-13T18:14:20.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2882 | 2026-05-13T18:14:20.861Z | |
| 2883 | 2026-05-13T18:14:20.861Z | info: running `cargo check --bins` on oximeter-test-utils (96/276) |
| 2884 | 2026-05-13T18:14:21.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2885 | 2026-05-13T18:14:21.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2886 | 2026-05-13T18:14:21.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2887 | 2026-05-13T18:14:21.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2888 | 2026-05-13T18:14:21.498Z | |
| 2889 | 2026-05-13T18:14:21.498Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276) |
| 2890 | 2026-05-13T18:14:22.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2891 | 2026-05-13T18:14:22.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2892 | 2026-05-13T18:14:22.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2893 | 2026-05-13T18:14:22.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2894 | 2026-05-13T18:14:22.106Z | |
| 2895 | 2026-05-13T18:14:22.106Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276) |
| 2896 | 2026-05-13T18:14:22.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2897 | 2026-05-13T18:14:22.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2898 | 2026-05-13T18:14:22.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2899 | 2026-05-13T18:14:22.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2900 | 2026-05-13T18:14:22.721Z | |
| 2901 | 2026-05-13T18:14:22.721Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276) |
| 2902 | 2026-05-13T18:14:23.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2903 | 2026-05-13T18:14:23.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2904 | 2026-05-13T18:14:23.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2905 | 2026-05-13T18:14:23.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2906 | 2026-05-13T18:14:23.330Z | |
| 2907 | 2026-05-13T18:14:23.330Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276) |
| 2908 | 2026-05-13T18:14:23.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2909 | 2026-05-13T18:14:23.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2910 | 2026-05-13T18:14:23.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2911 | 2026-05-13T18:14:23.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2912 | 2026-05-13T18:14:23.943Z | |
| 2913 | 2026-05-13T18:14:23.943Z | info: running `cargo check --bins` on trust-quorum-types (101/276) |
| 2914 | 2026-05-13T18:14:24.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2915 | 2026-05-13T18:14:24.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2916 | 2026-05-13T18:14:24.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2917 | 2026-05-13T18:14:24.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2918 | 2026-05-13T18:14:24.539Z | |
| 2919 | 2026-05-13T18:14:24.539Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/276) |
| 2920 | 2026-05-13T18:14:25.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2921 | 2026-05-13T18:14:25.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2922 | 2026-05-13T18:14:25.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2923 | 2026-05-13T18:14:25.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2924 | 2026-05-13T18:14:25.156Z | |
| 2925 | 2026-05-13T18:14:25.156Z | info: running `cargo check --bins` on update-engine (103/276) |
| 2926 | 2026-05-13T18:14:25.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2927 | 2026-05-13T18:14:25.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2928 | 2026-05-13T18:14:25.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2929 | 2026-05-13T18:14:25.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2930 | 2026-05-13T18:14:25.744Z | |
| 2931 | 2026-05-13T18:14:25.744Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/276) |
| 2932 | 2026-05-13T18:14:26.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2933 | 2026-05-13T18:14:26.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2934 | 2026-05-13T18:14:26.469Z | Compiling crucible-workspace-hack v0.1.0 |
| 2935 | 2026-05-13T18:14:26.587Z | Checking secrecy v0.10.3 |
| 2936 | 2026-05-13T18:14:26.593Z | Compiling heapless v0.8.0 |
| 2937 | 2026-05-13T18:14:26.599Z | Compiling ingot-macros v0.1.1 |
| 2938 | 2026-05-13T18:14:26.606Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2939 | 2026-05-13T18:14:26.610Z | Checking hash32 v0.3.1 |
| 2940 | 2026-05-13T18:14:26.625Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2941 | 2026-05-13T18:14:26.629Z | Compiling smoltcp v0.11.0 |
| 2942 | 2026-05-13T18:14:26.686Z | Checking cobs v0.3.0 |
| 2943 | 2026-05-13T18:14:26.732Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2944 | 2026-05-13T18:14:26.833Z | Checking universal-hash v0.5.1 |
| 2945 | 2026-05-13T18:14:26.851Z | Checking half v2.7.1 |
| 2946 | 2026-05-13T18:14:26.876Z | Checking ciborium-io v0.2.2 |
| 2947 | 2026-05-13T18:14:26.949Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2948 | 2026-05-13T18:14:26.964Z | Checking opaque-debug v0.3.1 |
| 2949 | 2026-05-13T18:14:27.028Z | Checking postcard v1.1.3 |
| 2950 | 2026-05-13T18:14:27.078Z | Checking poly1305 v0.8.0 |
| 2951 | 2026-05-13T18:14:27.105Z | Checking ciborium-ll v0.2.2 |
| 2952 | 2026-05-13T18:14:27.172Z | Compiling proc-macro-crate v3.4.0 |
| 2953 | 2026-05-13T18:14:27.296Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2954 | 2026-05-13T18:14:27.313Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2955 | 2026-05-13T18:14:27.335Z | Checking password-hash v0.5.0 |
| 2956 | 2026-05-13T18:14:27.562Z | Checking chacha20 v0.9.1 |
| 2957 | 2026-05-13T18:14:27.585Z | Compiling proc-macro-crate v1.3.1 |
| 2958 | 2026-05-13T18:14:27.600Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2959 | 2026-05-13T18:14:27.661Z | Checking blake2 v0.10.6 |
| 2960 | 2026-05-13T18:14:27.743Z | Compiling num_enum_derive v0.7.5 |
| 2961 | 2026-05-13T18:14:27.770Z | Checking aead v0.5.2 |
| 2962 | 2026-05-13T18:14:27.842Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2963 | 2026-05-13T18:14:27.898Z | Compiling foreign-types-macros v0.2.3 |
| 2964 | 2026-05-13T18:14:27.910Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2965 | 2026-05-13T18:14:27.919Z | Checking thiserror-no-std v2.0.2 |
| 2966 | 2026-05-13T18:14:28.008Z | Checking foreign-types-shared v0.3.1 |
| 2967 | 2026-05-13T18:14:28.020Z | Checking cpufeatures v0.3.0 |
| 2968 | 2026-05-13T18:14:28.050Z | Compiling num_enum_derive v0.5.11 |
| 2969 | 2026-05-13T18:14:28.091Z | Checking chacha20 v0.10.0 |
| 2970 | 2026-05-13T18:14:28.105Z | Checking vsss-rs v3.3.4 |
| 2971 | 2026-05-13T18:14:28.166Z | Checking chacha20poly1305 v0.10.1 |
| 2972 | 2026-05-13T18:14:28.294Z | Checking argon2 v0.5.3 |
| 2973 | 2026-05-13T18:14:28.305Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2974 | 2026-05-13T18:14:28.476Z | Checking foreign-types v0.5.0 |
| 2975 | 2026-05-13T18:14:28.762Z | Checking ciborium v0.2.2 |
| 2976 | 2026-05-13T18:14:28.765Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2977 | 2026-05-13T18:14:28.765Z | Checking tabwriter v1.4.1 |
| 2978 | 2026-05-13T18:14:28.791Z | Checking num_enum v0.7.5 |
| 2979 | 2026-05-13T18:14:28.898Z | Checking byte-wrapper v0.1.0 |
| 2980 | 2026-05-13T18:14:28.912Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2981 | 2026-05-13T18:14:28.938Z | Checking cstr-argument v0.1.2 |
| 2982 | 2026-05-13T18:14:29.044Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2983 | 2026-05-13T18:14:29.060Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2984 | 2026-05-13T18:14:29.078Z | Checking num_enum v0.5.11 |
| 2985 | 2026-05-13T18:14:29.107Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2986 | 2026-05-13T18:14:29.191Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2987 | 2026-05-13T18:14:29.211Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2988 | 2026-05-13T18:14:29.270Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2989 | 2026-05-13T18:14:29.333Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2990 | 2026-05-13T18:14:29.355Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2991 | 2026-05-13T18:14:29.422Z | Checking rand v0.10.0 |
| 2992 | 2026-05-13T18:14:29.436Z | Checking ingot-types v0.1.2 |
| 2993 | 2026-05-13T18:14:29.449Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2994 | 2026-05-13T18:14:29.486Z | Checking indent_write v2.2.0 |
| 2995 | 2026-05-13T18:14:29.560Z | Checking colored v3.1.1 |
| 2996 | 2026-05-13T18:14:29.614Z | Compiling zone_cfg_derive v0.3.1 |
| 2997 | 2026-05-13T18:14:29.726Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2998 | 2026-05-13T18:14:29.752Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2999 | 2026-05-13T18:14:29.765Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3000 | 2026-05-13T18:14:29.765Z | Checking itertools v0.12.1 |
| 3001 | 2026-05-13T18:14:29.789Z | Checking ingot v0.1.1 |
| 3002 | 2026-05-13T18:14:29.847Z | Compiling num-derive v0.4.2 |
| 3003 | 2026-05-13T18:14:29.897Z | Checking swrite v0.1.0 |
| 3004 | 2026-05-13T18:14:29.931Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3005 | 2026-05-13T18:14:29.986Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3006 | 2026-05-13T18:14:30.133Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3007 | 2026-05-13T18:14:30.264Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3008 | 2026-05-13T18:14:30.285Z | Checking dropshot-api-manager-types v0.7.1 |
| 3009 | 2026-05-13T18:14:30.300Z | Checking smf v0.2.3 |
| 3010 | 2026-05-13T18:14:30.324Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3011 | 2026-05-13T18:14:30.367Z | Checking nanorand v0.7.0 |
| 3012 | 2026-05-13T18:14:30.453Z | Checking whoami v1.6.1 |
| 3013 | 2026-05-13T18:14:30.528Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3014 | 2026-05-13T18:14:30.562Z | Checking flume v0.11.1 |
| 3015 | 2026-05-13T18:14:30.760Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3016 | 2026-05-13T18:14:30.789Z | Checking zone v0.3.1 |
| 3017 | 2026-05-13T18:14:31.333Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3018 | 2026-05-13T18:14:32.301Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3019 | 2026-05-13T18:14:33.218Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3020 | 2026-05-13T18:14:36.276Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3021 | 2026-05-13T18:14:38.303Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3022 | 2026-05-13T18:14:39.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s |
| 3023 | 2026-05-13T18:14:39.602Z | |
| 3024 | 2026-05-13T18:14:39.602Z | info: running `cargo check --bins` on clickhouse-admin-api (105/276) |
| 3025 | 2026-05-13T18:14:40.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-05-13T18:14:40.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-05-13T18:14:40.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-05-13T18:14:40.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3029 | 2026-05-13T18:14:40.214Z | |
| 3030 | 2026-05-13T18:14:40.214Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/276) |
| 3031 | 2026-05-13T18:14:40.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-05-13T18:14:40.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-05-13T18:14:40.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-05-13T18:14:40.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3035 | 2026-05-13T18:14:40.825Z | |
| 3036 | 2026-05-13T18:14:40.825Z | info: running `cargo check --bins` on bootstrap-agent-client (107/276) |
| 3037 | 2026-05-13T18:14:41.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-05-13T18:14:41.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-05-13T18:14:41.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-05-13T18:14:41.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3041 | 2026-05-13T18:14:41.439Z | |
| 3042 | 2026-05-13T18:14:41.439Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276) |
| 3043 | 2026-05-13T18:14:41.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-05-13T18:14:41.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-05-13T18:14:41.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-05-13T18:14:41.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3047 | 2026-05-13T18:14:42.060Z | |
| 3048 | 2026-05-13T18:14:42.060Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276) |
| 3049 | 2026-05-13T18:14:42.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-05-13T18:14:42.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-05-13T18:14:42.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-05-13T18:14:42.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3053 | 2026-05-13T18:14:42.665Z | |
| 3054 | 2026-05-13T18:14:42.665Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/276) |
| 3055 | 2026-05-13T18:14:43.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-05-13T18:14:43.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-05-13T18:14:43.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2026-05-13T18:14:43.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3059 | 2026-05-13T18:14:43.271Z | |
| 3060 | 2026-05-13T18:14:43.272Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/276) |
| 3061 | 2026-05-13T18:14:43.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2026-05-13T18:14:43.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2026-05-13T18:14:43.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2026-05-13T18:14:43.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3065 | 2026-05-13T18:14:43.879Z | |
| 3066 | 2026-05-13T18:14:43.879Z | info: running `cargo check --bins` on cockroach-admin-client (112/276) |
| 3067 | 2026-05-13T18:14:44.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2026-05-13T18:14:44.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2026-05-13T18:14:44.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2026-05-13T18:14:44.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3071 | 2026-05-13T18:14:44.472Z | |
| 3072 | 2026-05-13T18:14:44.472Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/276) |
| 3073 | 2026-05-13T18:14:44.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2026-05-13T18:14:44.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2026-05-13T18:14:44.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3076 | 2026-05-13T18:14:44.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3077 | 2026-05-13T18:14:45.080Z | |
| 3078 | 2026-05-13T18:14:45.080Z | info: running `cargo check --bins` on dns-service-client (114/276) |
| 3079 | 2026-05-13T18:14:45.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3080 | 2026-05-13T18:14:45.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3081 | 2026-05-13T18:14:45.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3082 | 2026-05-13T18:14:45.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3083 | 2026-05-13T18:14:45.689Z | |
| 3084 | 2026-05-13T18:14:45.689Z | info: running `cargo check --bins` on installinator-client (115/276) |
| 3085 | 2026-05-13T18:14:46.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2026-05-13T18:14:46.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2026-05-13T18:14:46.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3088 | 2026-05-13T18:14:46.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3089 | 2026-05-13T18:14:46.299Z | |
| 3090 | 2026-05-13T18:14:46.299Z | info: running `cargo check --bins` on nexus-client (116/276) |
| 3091 | 2026-05-13T18:14:46.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3092 | 2026-05-13T18:14:46.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3093 | 2026-05-13T18:14:46.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3094 | 2026-05-13T18:14:46.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3095 | 2026-05-13T18:14:46.944Z | |
| 3096 | 2026-05-13T18:14:46.944Z | info: running `cargo check --bins` on nexus-lockstep-client (117/276) |
| 3097 | 2026-05-13T18:14:47.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3098 | 2026-05-13T18:14:47.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3099 | 2026-05-13T18:14:47.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3100 | 2026-05-13T18:14:47.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3101 | 2026-05-13T18:14:47.593Z | |
| 3102 | 2026-05-13T18:14:47.593Z | info: running `cargo check --bins` on ntp-admin-client (118/276) |
| 3103 | 2026-05-13T18:14:48.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3104 | 2026-05-13T18:14:48.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3105 | 2026-05-13T18:14:48.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3106 | 2026-05-13T18:14:48.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3107 | 2026-05-13T18:14:48.190Z | |
| 3108 | 2026-05-13T18:14:48.190Z | info: running `cargo check --bins` on oxide-client (119/276) |
| 3109 | 2026-05-13T18:14:48.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3110 | 2026-05-13T18:14:48.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3111 | 2026-05-13T18:14:48.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3112 | 2026-05-13T18:14:48.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3113 | 2026-05-13T18:14:48.785Z | |
| 3114 | 2026-05-13T18:14:48.785Z | info: running `cargo check --bins` on oximeter-client (120/276) |
| 3115 | 2026-05-13T18:14:49.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2026-05-13T18:14:49.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2026-05-13T18:14:49.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2026-05-13T18:14:49.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3119 | 2026-05-13T18:14:49.389Z | |
| 3120 | 2026-05-13T18:14:49.389Z | info: running `cargo check --bins` on repo-depot-client (121/276) |
| 3121 | 2026-05-13T18:14:49.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2026-05-13T18:14:49.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2026-05-13T18:14:49.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3124 | 2026-05-13T18:14:49.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3125 | 2026-05-13T18:14:49.984Z | |
| 3126 | 2026-05-13T18:14:49.984Z | info: running `cargo check --bins` on sled-agent-client (122/276) |
| 3127 | 2026-05-13T18:14:50.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3128 | 2026-05-13T18:14:50.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3129 | 2026-05-13T18:14:50.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3130 | 2026-05-13T18:14:50.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3131 | 2026-05-13T18:14:50.603Z | |
| 3132 | 2026-05-13T18:14:50.603Z | info: running `cargo check --bins` on wicketd-client (123/276) |
| 3133 | 2026-05-13T18:14:51.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3134 | 2026-05-13T18:14:51.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3135 | 2026-05-13T18:14:51.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3136 | 2026-05-13T18:14:51.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3137 | 2026-05-13T18:14:51.237Z | |
| 3138 | 2026-05-13T18:14:51.237Z | info: running `cargo check --bins` on installinator-common (124/276) |
| 3139 | 2026-05-13T18:14:51.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3140 | 2026-05-13T18:14:51.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3141 | 2026-05-13T18:14:51.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3142 | 2026-05-13T18:14:51.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3143 | 2026-05-13T18:14:51.867Z | |
| 3144 | 2026-05-13T18:14:51.867Z | info: running `cargo check --bins` on installinator-common-versions (125/276) |
| 3145 | 2026-05-13T18:14:52.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3146 | 2026-05-13T18:14:52.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3147 | 2026-05-13T18:14:52.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3148 | 2026-05-13T18:14:52.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3149 | 2026-05-13T18:14:52.467Z | |
| 3150 | 2026-05-13T18:14:52.467Z | info: running `cargo check --bins` on wicket-common (126/276) |
| 3151 | 2026-05-13T18:14:52.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3152 | 2026-05-13T18:14:52.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3153 | 2026-05-13T18:14:52.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3154 | 2026-05-13T18:14:53.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3155 | 2026-05-13T18:14:53.097Z | |
| 3156 | 2026-05-13T18:14:53.097Z | info: running `cargo check --bins` on omicron-cockroach-admin (127/276) |
| 3157 | 2026-05-13T18:14:53.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3158 | 2026-05-13T18:14:53.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3159 | 2026-05-13T18:14:53.802Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3160 | 2026-05-13T18:14:53.917Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3161 | 2026-05-13T18:14:53.924Z | Checking csv-core v0.1.13 |
| 3162 | 2026-05-13T18:14:53.932Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3163 | 2026-05-13T18:14:53.938Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3164 | 2026-05-13T18:14:53.948Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3165 | 2026-05-13T18:14:53.959Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3166 | 2026-05-13T18:14:53.970Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3167 | 2026-05-13T18:14:54.077Z | Checking csv v1.4.0 |
| 3168 | 2026-05-13T18:14:54.097Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3169 | 2026-05-13T18:14:54.145Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3170 | 2026-05-13T18:14:54.172Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3171 | 2026-05-13T18:14:54.404Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3172 | 2026-05-13T18:14:54.770Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3173 | 2026-05-13T18:14:54.773Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3174 | 2026-05-13T18:14:55.108Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3175 | 2026-05-13T18:15:00.860Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3176 | 2026-05-13T18:15:01.389Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3177 | 2026-05-13T18:15:03.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.63s |
| 3178 | 2026-05-13T18:15:03.923Z | |
| 3179 | 2026-05-13T18:15:03.923Z | info: running `cargo check --bins` on cockroach-admin-api (128/276) |
| 3180 | 2026-05-13T18:15:04.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3181 | 2026-05-13T18:15:04.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3182 | 2026-05-13T18:15:04.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3183 | 2026-05-13T18:15:04.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3184 | 2026-05-13T18:15:04.529Z | |
| 3185 | 2026-05-13T18:15:04.529Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (129/276) |
| 3186 | 2026-05-13T18:15:05.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3187 | 2026-05-13T18:15:05.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3188 | 2026-05-13T18:15:05.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3189 | 2026-05-13T18:15:05.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3190 | 2026-05-13T18:15:05.220Z | |
| 3191 | 2026-05-13T18:15:05.220Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/276) |
| 3192 | 2026-05-13T18:15:05.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2026-05-13T18:15:05.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2026-05-13T18:15:05.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2026-05-13T18:15:05.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3196 | 2026-05-13T18:15:05.906Z | |
| 3197 | 2026-05-13T18:15:05.906Z | info: running `cargo check --bins` on gateway-test-utils (131/276) |
| 3198 | 2026-05-13T18:15:06.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2026-05-13T18:15:06.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2026-05-13T18:15:06.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3201 | 2026-05-13T18:15:06.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3202 | 2026-05-13T18:15:06.565Z | |
| 3203 | 2026-05-13T18:15:06.565Z | info: running `cargo check --bins` on omicron-gateway (132/276) |
| 3204 | 2026-05-13T18:15:07.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2026-05-13T18:15:07.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2026-05-13T18:15:07.334Z | Compiling regress v0.11.1 |
| 3207 | 2026-05-13T18:15:07.473Z | Compiling unsafe-libyaml v0.2.11 |
| 3208 | 2026-05-13T18:15:07.485Z | Compiling semver v0.1.20 |
| 3209 | 2026-05-13T18:15:07.497Z | Compiling radium v0.7.0 |
| 3210 | 2026-05-13T18:15:07.512Z | Checking tap v1.0.1 |
| 3211 | 2026-05-13T18:15:07.516Z | Compiling maybe-uninit v2.0.0 |
| 3212 | 2026-05-13T18:15:07.538Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3213 | 2026-05-13T18:15:07.615Z | Checking wyz v0.5.1 |
| 3214 | 2026-05-13T18:15:07.765Z | Compiling rustc_version v0.1.7 |
| 3215 | 2026-05-13T18:15:07.792Z | Checking progenitor-client v0.13.0 |
| 3216 | 2026-05-13T18:15:07.877Z | Compiling zerocopy-derive v0.6.6 |
| 3217 | 2026-05-13T18:15:07.943Z | Checking crc-catalog v2.4.0 |
| 3218 | 2026-05-13T18:15:07.985Z | Compiling newtype_derive v0.1.6 |
| 3219 | 2026-05-13T18:15:08.038Z | Compiling serde_yaml v0.9.34+deprecated |
| 3220 | 2026-05-13T18:15:08.068Z | Compiling cancel-safe-futures v0.1.5 |
| 3221 | 2026-05-13T18:15:08.178Z | Compiling owo-colors v4.3.0 |
| 3222 | 2026-05-13T18:15:08.230Z | Compiling packed_struct v0.10.1 |
| 3223 | 2026-05-13T18:15:08.276Z | Checking funty v2.0.0 |
| 3224 | 2026-05-13T18:15:08.561Z | Checking crc v3.4.0 |
| 3225 | 2026-05-13T18:15:08.599Z | Checking bitvec v1.0.1 |
| 3226 | 2026-05-13T18:15:08.650Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3227 | 2026-05-13T18:15:08.709Z | Checking zerocopy v0.6.6 |
| 3228 | 2026-05-13T18:15:08.736Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3229 | 2026-05-13T18:15:08.888Z | Checking typify-impl v0.6.2 |
| 3230 | 2026-05-13T18:15:09.038Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3231 | 2026-05-13T18:15:09.070Z | Compiling packed_struct_codegen v0.10.1 |
| 3232 | 2026-05-13T18:15:09.186Z | Checking libsw-core v0.3.2 |
| 3233 | 2026-05-13T18:15:09.289Z | Compiling bitfield-macros v0.19.4 |
| 3234 | 2026-05-13T18:15:09.334Z | Compiling indexmap v1.9.3 |
| 3235 | 2026-05-13T18:15:09.486Z | Checking nodrop v0.1.14 |
| 3236 | 2026-05-13T18:15:09.587Z | Checking libsw v3.5.0 |
| 3237 | 2026-05-13T18:15:09.591Z | Checking array-init v0.0.4 |
| 3238 | 2026-05-13T18:15:09.704Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3239 | 2026-05-13T18:15:09.881Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3240 | 2026-05-13T18:15:09.897Z | Checking smallvec v0.6.14 |
| 3241 | 2026-05-13T18:15:09.998Z | Checking bitfield v0.19.4 |
| 3242 | 2026-05-13T18:15:10.024Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3243 | 2026-05-13T18:15:10.149Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3244 | 2026-05-13T18:15:10.267Z | Checking linear-map v1.2.0 |
| 3245 | 2026-05-13T18:15:10.282Z | Checking unicode-linebreak v0.1.5 |
| 3246 | 2026-05-13T18:15:10.339Z | Checking hashbrown v0.12.3 |
| 3247 | 2026-05-13T18:15:10.438Z | Checking base64 v0.21.7 |
| 3248 | 2026-05-13T18:15:10.452Z | Checking smawk v0.3.2 |
| 3249 | 2026-05-13T18:15:10.494Z | Checking tagptr v0.2.0 |
| 3250 | 2026-05-13T18:15:10.583Z | Checking textwrap v0.16.2 |
| 3251 | 2026-05-13T18:15:10.636Z | Checking moka v0.12.13 |
| 3252 | 2026-05-13T18:15:10.652Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3253 | 2026-05-13T18:15:10.678Z | Checking ron v0.8.1 |
| 3254 | 2026-05-13T18:15:10.692Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3255 | 2026-05-13T18:15:10.802Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3256 | 2026-05-13T18:15:10.859Z | Checking steno v0.4.1 |
| 3257 | 2026-05-13T18:15:11.069Z | Checking serde-hex v0.1.0 |
| 3258 | 2026-05-13T18:15:11.186Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3259 | 2026-05-13T18:15:11.205Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3260 | 2026-05-13T18:15:11.260Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3261 | 2026-05-13T18:15:11.365Z | Checking hashbrown v0.13.2 |
| 3262 | 2026-05-13T18:15:11.611Z | Checking humantime v2.3.0 |
| 3263 | 2026-05-13T18:15:11.783Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3264 | 2026-05-13T18:15:11.796Z | Checking crc-any v2.5.0 |
| 3265 | 2026-05-13T18:15:11.828Z | Checking object v0.30.4 |
| 3266 | 2026-05-13T18:15:11.843Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3267 | 2026-05-13T18:15:11.920Z | Checking hickory-resolver v0.25.2 |
| 3268 | 2026-05-13T18:15:11.970Z | Checking void v1.0.2 |
| 3269 | 2026-05-13T18:15:12.000Z | Checking half v1.8.3 |
| 3270 | 2026-05-13T18:15:12.015Z | Checking utf-8 v0.7.6 |
| 3271 | 2026-05-13T18:15:12.088Z | Checking path-slash v0.1.5 |
| 3272 | 2026-05-13T18:15:12.146Z | Checking tungstenite v0.23.0 |
| 3273 | 2026-05-13T18:15:12.195Z | Checking lzss v0.8.2 |
| 3274 | 2026-05-13T18:15:12.206Z | Checking serde_cbor v0.11.2 |
| 3275 | 2026-05-13T18:15:12.536Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3276 | 2026-05-13T18:15:12.571Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3277 | 2026-05-13T18:15:12.585Z | Checking nix v0.27.1 |
| 3278 | 2026-05-13T18:15:12.615Z | Checking kstat-rs v0.2.4 |
| 3279 | 2026-05-13T18:15:12.643Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3280 | 2026-05-13T18:15:12.697Z | Checking fxhash v0.2.1 |
| 3281 | 2026-05-13T18:15:12.807Z | Checking serde_bytes v0.11.19 |
| 3282 | 2026-05-13T18:15:12.821Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3283 | 2026-05-13T18:15:12.825Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3284 | 2026-05-13T18:15:12.983Z | Checking tokio-tungstenite v0.23.1 |
| 3285 | 2026-05-13T18:15:13.073Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3286 | 2026-05-13T18:15:13.096Z | Checking signal-hook-tokio v0.3.1 |
| 3287 | 2026-05-13T18:15:13.401Z | Compiling typify-macro v0.6.2 |
| 3288 | 2026-05-13T18:15:14.182Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3289 | 2026-05-13T18:15:14.524Z | Compiling typify v0.6.2 |
| 3290 | 2026-05-13T18:15:14.606Z | Compiling progenitor-impl v0.13.0 |
| 3291 | 2026-05-13T18:15:14.606Z | Compiling progenitor-impl v0.14.0 |
| 3292 | 2026-05-13T18:15:15.076Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3293 | 2026-05-13T18:15:15.402Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3294 | 2026-05-13T18:15:16.186Z | Compiling progenitor-macro v0.13.0 |
| 3295 | 2026-05-13T18:15:16.226Z | Compiling progenitor-macro v0.14.0 |
| 3296 | 2026-05-13T18:15:18.624Z | Checking progenitor v0.13.0 |
| 3297 | 2026-05-13T18:15:18.749Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3298 | 2026-05-13T18:15:18.884Z | Checking progenitor v0.14.0 |
| 3299 | 2026-05-13T18:15:18.999Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3300 | 2026-05-13T18:15:21.781Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3301 | 2026-05-13T18:15:29.409Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3302 | 2026-05-13T18:15:35.670Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3303 | 2026-05-13T18:15:37.053Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3304 | 2026-05-13T18:15:37.569Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3305 | 2026-05-13T18:15:39.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.08s |
| 3306 | 2026-05-13T18:15:39.856Z | |
| 3307 | 2026-05-13T18:15:39.856Z | info: running `cargo check --bins` on gateway-api (133/276) |
| 3308 | 2026-05-13T18:15:40.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3309 | 2026-05-13T18:15:40.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3310 | 2026-05-13T18:15:40.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3311 | 2026-05-13T18:15:40.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3312 | 2026-05-13T18:15:40.466Z | |
| 3313 | 2026-05-13T18:15:40.466Z | info: running `cargo check --bins` on ipcc (134/276) |
| 3314 | 2026-05-13T18:15:40.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3315 | 2026-05-13T18:15:40.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3316 | 2026-05-13T18:15:40.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3317 | 2026-05-13T18:15:40.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3318 | 2026-05-13T18:15:41.069Z | |
| 3319 | 2026-05-13T18:15:41.069Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (135/276) |
| 3320 | 2026-05-13T18:15:41.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3321 | 2026-05-13T18:15:41.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3322 | 2026-05-13T18:15:41.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3323 | 2026-05-13T18:15:41.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3324 | 2026-05-13T18:15:41.662Z | |
| 3325 | 2026-05-13T18:15:41.662Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/276) |
| 3326 | 2026-05-13T18:15:42.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3327 | 2026-05-13T18:15:42.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3328 | 2026-05-13T18:15:42.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3329 | 2026-05-13T18:15:42.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3330 | 2026-05-13T18:15:42.268Z | |
| 3331 | 2026-05-13T18:15:42.269Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/276) |
| 3332 | 2026-05-13T18:15:42.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3333 | 2026-05-13T18:15:42.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3334 | 2026-05-13T18:15:42.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3335 | 2026-05-13T18:15:42.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3336 | 2026-05-13T18:15:42.867Z | |
| 3337 | 2026-05-13T18:15:42.868Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/276) |
| 3338 | 2026-05-13T18:15:43.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3339 | 2026-05-13T18:15:43.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3340 | 2026-05-13T18:15:43.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3341 | 2026-05-13T18:15:43.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3342 | 2026-05-13T18:15:43.472Z | |
| 3343 | 2026-05-13T18:15:43.473Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/276) |
| 3344 | 2026-05-13T18:15:43.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2026-05-13T18:15:43.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2026-05-13T18:15:43.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3347 | 2026-05-13T18:15:43.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3348 | 2026-05-13T18:15:44.079Z | |
| 3349 | 2026-05-13T18:15:44.079Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/276) |
| 3350 | 2026-05-13T18:15:44.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3351 | 2026-05-13T18:15:44.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3352 | 2026-05-13T18:15:44.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3353 | 2026-05-13T18:15:44.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3354 | 2026-05-13T18:15:44.685Z | |
| 3355 | 2026-05-13T18:15:44.685Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/276) |
| 3356 | 2026-05-13T18:15:45.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3357 | 2026-05-13T18:15:45.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3358 | 2026-05-13T18:15:45.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3359 | 2026-05-13T18:15:45.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3360 | 2026-05-13T18:15:45.282Z | |
| 3361 | 2026-05-13T18:15:45.282Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/276) |
| 3362 | 2026-05-13T18:15:45.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3363 | 2026-05-13T18:15:45.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3364 | 2026-05-13T18:15:45.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3365 | 2026-05-13T18:15:45.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3366 | 2026-05-13T18:15:45.884Z | |
| 3367 | 2026-05-13T18:15:45.884Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/276) |
| 3368 | 2026-05-13T18:15:46.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3369 | 2026-05-13T18:15:46.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3370 | 2026-05-13T18:15:46.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3371 | 2026-05-13T18:15:46.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3372 | 2026-05-13T18:15:46.492Z | |
| 3373 | 2026-05-13T18:15:46.492Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/276) |
| 3374 | 2026-05-13T18:15:47.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3375 | 2026-05-13T18:15:47.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3376 | 2026-05-13T18:15:47.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3377 | 2026-05-13T18:15:47.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3378 | 2026-05-13T18:15:47.100Z | |
| 3379 | 2026-05-13T18:15:47.100Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/276) |
| 3380 | 2026-05-13T18:15:47.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3381 | 2026-05-13T18:15:47.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3382 | 2026-05-13T18:15:47.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3383 | 2026-05-13T18:15:47.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3384 | 2026-05-13T18:15:47.709Z | |
| 3385 | 2026-05-13T18:15:47.709Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/276) |
| 3386 | 2026-05-13T18:15:48.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3387 | 2026-05-13T18:15:48.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3388 | 2026-05-13T18:15:48.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3389 | 2026-05-13T18:15:48.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3390 | 2026-05-13T18:15:48.321Z | |
| 3391 | 2026-05-13T18:15:48.321Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/276) |
| 3392 | 2026-05-13T18:15:48.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3393 | 2026-05-13T18:15:48.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3394 | 2026-05-13T18:15:48.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3395 | 2026-05-13T18:15:48.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3396 | 2026-05-13T18:15:48.933Z | |
| 3397 | 2026-05-13T18:15:48.933Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/276) |
| 3398 | 2026-05-13T18:15:49.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3399 | 2026-05-13T18:15:49.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3400 | 2026-05-13T18:15:49.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3401 | 2026-05-13T18:15:49.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3402 | 2026-05-13T18:15:49.546Z | |
| 3403 | 2026-05-13T18:15:49.546Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/276) |
| 3404 | 2026-05-13T18:15:50.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3405 | 2026-05-13T18:15:50.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3406 | 2026-05-13T18:15:50.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3407 | 2026-05-13T18:15:50.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3408 | 2026-05-13T18:15:50.160Z | |
| 3409 | 2026-05-13T18:15:50.160Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/276) |
| 3410 | 2026-05-13T18:15:50.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3411 | 2026-05-13T18:15:50.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3412 | 2026-05-13T18:15:50.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3413 | 2026-05-13T18:15:50.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3414 | 2026-05-13T18:15:50.774Z | |
| 3415 | 2026-05-13T18:15:50.774Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/276) |
| 3416 | 2026-05-13T18:15:51.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3417 | 2026-05-13T18:15:51.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3418 | 2026-05-13T18:15:51.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3419 | 2026-05-13T18:15:51.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3420 | 2026-05-13T18:15:51.384Z | |
| 3421 | 2026-05-13T18:15:51.384Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/276) |
| 3422 | 2026-05-13T18:15:51.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3423 | 2026-05-13T18:15:51.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3424 | 2026-05-13T18:15:51.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3425 | 2026-05-13T18:15:51.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3426 | 2026-05-13T18:15:51.998Z | |
| 3427 | 2026-05-13T18:15:51.998Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/276) |
| 3428 | 2026-05-13T18:15:52.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3429 | 2026-05-13T18:15:52.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3430 | 2026-05-13T18:15:52.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3431 | 2026-05-13T18:15:52.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3432 | 2026-05-13T18:15:52.605Z | |
| 3433 | 2026-05-13T18:15:52.605Z | info: running `cargo check --bins` on oximeter-producer (154/276) |
| 3434 | 2026-05-13T18:15:53.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3435 | 2026-05-13T18:15:53.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3436 | 2026-05-13T18:15:53.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3437 | 2026-05-13T18:15:53.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3438 | 2026-05-13T18:15:53.247Z | |
| 3439 | 2026-05-13T18:15:53.247Z | info: running `cargo check --bins` on internal-dns-resolver (155/276) |
| 3440 | 2026-05-13T18:15:53.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3441 | 2026-05-13T18:15:53.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3442 | 2026-05-13T18:15:53.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3443 | 2026-05-13T18:15:53.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3444 | 2026-05-13T18:15:53.863Z | |
| 3445 | 2026-05-13T18:15:53.863Z | info: running `cargo check --bins` on dns-server (156/276) |
| 3446 | 2026-05-13T18:15:54.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3447 | 2026-05-13T18:15:54.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3448 | 2026-05-13T18:15:54.526Z | Compiling parking_lot_core v0.8.6 |
| 3449 | 2026-05-13T18:15:54.526Z | Compiling atomicwrites v0.4.4 |
| 3450 | 2026-05-13T18:15:54.532Z | Compiling git-stub v1.0.0 |
| 3451 | 2026-05-13T18:15:54.532Z | Checking prefix-trie v0.7.0 |
| 3452 | 2026-05-13T18:15:54.632Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3453 | 2026-05-13T18:15:54.758Z | Compiling git-stub-vcs v0.1.0 |
| 3454 | 2026-05-13T18:15:54.919Z | Checking hickory-server v0.25.2 |
| 3455 | 2026-05-13T18:15:55.033Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3456 | 2026-05-13T18:15:55.043Z | Checking parking_lot v0.11.2 |
| 3457 | 2026-05-13T18:15:55.144Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3458 | 2026-05-13T18:15:55.144Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3459 | 2026-05-13T18:15:55.212Z | Checking sled v0.34.7 |
| 3460 | 2026-05-13T18:15:57.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 3461 | 2026-05-13T18:15:57.294Z | |
| 3462 | 2026-05-13T18:15:57.295Z | info: running `cargo check --bins` on dns-server-api (157/276) |
| 3463 | 2026-05-13T18:15:57.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3464 | 2026-05-13T18:15:57.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3465 | 2026-05-13T18:15:57.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3466 | 2026-05-13T18:15:57.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3467 | 2026-05-13T18:15:57.897Z | |
| 3468 | 2026-05-13T18:15:57.897Z | info: running `cargo check --bins` on oximeter-producer-api (158/276) |
| 3469 | 2026-05-13T18:15:58.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3470 | 2026-05-13T18:15:58.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3471 | 2026-05-13T18:15:58.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3472 | 2026-05-13T18:15:58.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3473 | 2026-05-13T18:15:58.503Z | |
| 3474 | 2026-05-13T18:15:58.503Z | info: running `cargo check --bins` on sp-sim (159/276) |
| 3475 | 2026-05-13T18:15:59.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3476 | 2026-05-13T18:15:59.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3477 | 2026-05-13T18:15:59.235Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3478 | 2026-05-13T18:16:00.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
| 3479 | 2026-05-13T18:16:01.202Z | |
| 3480 | 2026-05-13T18:16:01.202Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (160/276) |
| 3481 | 2026-05-13T18:16:01.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3482 | 2026-05-13T18:16:01.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3483 | 2026-05-13T18:16:01.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3484 | 2026-05-13T18:16:01.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3485 | 2026-05-13T18:16:01.847Z | |
| 3486 | 2026-05-13T18:16:01.847Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/276) |
| 3487 | 2026-05-13T18:16:02.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3488 | 2026-05-13T18:16:02.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3489 | 2026-05-13T18:16:02.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3490 | 2026-05-13T18:16:02.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3491 | 2026-05-13T18:16:02.503Z | |
| 3492 | 2026-05-13T18:16:02.503Z | info: running `cargo check --bins` on db-macros (162/276) |
| 3493 | 2026-05-13T18:16:02.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3494 | 2026-05-13T18:16:02.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3495 | 2026-05-13T18:16:02.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3496 | 2026-05-13T18:16:03.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3497 | 2026-05-13T18:16:03.087Z | |
| 3498 | 2026-05-13T18:16:03.088Z | info: running `cargo check --bins` on nexus-macros-common (163/276) |
| 3499 | 2026-05-13T18:16:03.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2026-05-13T18:16:03.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2026-05-13T18:16:03.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3502 | 2026-05-13T18:16:03.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3503 | 2026-05-13T18:16:03.674Z | |
| 3504 | 2026-05-13T18:16:03.674Z | info: running `cargo check --bins` on nexus-auth (164/276) |
| 3505 | 2026-05-13T18:16:04.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2026-05-13T18:16:04.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2026-05-13T18:16:04.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3508 | 2026-05-13T18:16:04.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3509 | 2026-05-13T18:16:04.327Z | |
| 3510 | 2026-05-13T18:16:04.327Z | info: running `cargo check --bins` on authz-macros (165/276) |
| 3511 | 2026-05-13T18:16:04.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2026-05-13T18:16:04.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2026-05-13T18:16:04.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3514 | 2026-05-13T18:16:04.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3515 | 2026-05-13T18:16:04.920Z | |
| 3516 | 2026-05-13T18:16:04.920Z | info: running `cargo check --bins` on nexus-db-fixed-data (166/276) |
| 3517 | 2026-05-13T18:16:05.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2026-05-13T18:16:05.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2026-05-13T18:16:05.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2026-05-13T18:16:05.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3521 | 2026-05-13T18:16:05.568Z | |
| 3522 | 2026-05-13T18:16:05.568Z | info: running `cargo check --bins` on nexus-db-model (167/276) |
| 3523 | 2026-05-13T18:16:06.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2026-05-13T18:16:06.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2026-05-13T18:16:06.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2026-05-13T18:16:06.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3527 | 2026-05-13T18:16:06.209Z | |
| 3528 | 2026-05-13T18:16:06.209Z | info: running `cargo check --bins` on nexus-db-schema (168/276) |
| 3529 | 2026-05-13T18:16:06.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2026-05-13T18:16:06.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2026-05-13T18:16:06.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3532 | 2026-05-13T18:16:06.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3533 | 2026-05-13T18:16:06.797Z | |
| 3534 | 2026-05-13T18:16:06.797Z | info: running `cargo check --bins` on omicron-rpaths (169/276) |
| 3535 | 2026-05-13T18:16:07.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2026-05-13T18:16:07.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2026-05-13T18:16:07.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3538 | 2026-05-13T18:16:07.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3539 | 2026-05-13T18:16:07.384Z | |
| 3540 | 2026-05-13T18:16:07.384Z | info: running `cargo check --bins` on nexus-defaults (170/276) |
| 3541 | 2026-05-13T18:16:07.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2026-05-13T18:16:07.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2026-05-13T18:16:07.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2026-05-13T18:16:07.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3545 | 2026-05-13T18:16:07.989Z | |
| 3546 | 2026-05-13T18:16:07.989Z | info: running `cargo check --bins` on omicron-cockroach-metrics (171/276) |
| 3547 | 2026-05-13T18:16:08.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2026-05-13T18:16:08.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2026-05-13T18:16:08.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2026-05-13T18:16:08.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3551 | 2026-05-13T18:16:08.575Z | |
| 3552 | 2026-05-13T18:16:08.576Z | info: running `cargo check --bins` on parallel-task-set (172/276) |
| 3553 | 2026-05-13T18:16:09.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2026-05-13T18:16:09.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2026-05-13T18:16:09.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3556 | 2026-05-13T18:16:09.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3557 | 2026-05-13T18:16:09.158Z | |
| 3558 | 2026-05-13T18:16:09.158Z | info: running `cargo check --bins` on nexus-db-errors (173/276) |
| 3559 | 2026-05-13T18:16:09.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3560 | 2026-05-13T18:16:09.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3561 | 2026-05-13T18:16:09.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3562 | 2026-05-13T18:16:09.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3563 | 2026-05-13T18:16:09.800Z | |
| 3564 | 2026-05-13T18:16:09.800Z | info: running `cargo check --bins` on nexus-db-lookup (174/276) |
| 3565 | 2026-05-13T18:16:10.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3566 | 2026-05-13T18:16:10.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3567 | 2026-05-13T18:16:10.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3568 | 2026-05-13T18:16:10.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3569 | 2026-05-13T18:16:10.449Z | |
| 3570 | 2026-05-13T18:16:10.449Z | info: running `cargo check --bins` on nexus-inventory (175/276) |
| 3571 | 2026-05-13T18:16:10.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3572 | 2026-05-13T18:16:10.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3573 | 2026-05-13T18:16:10.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3574 | 2026-05-13T18:16:10.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3575 | 2026-05-13T18:16:11.090Z | |
| 3576 | 2026-05-13T18:16:11.090Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/276) |
| 3577 | 2026-05-13T18:16:11.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3578 | 2026-05-13T18:16:11.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3579 | 2026-05-13T18:16:11.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3580 | 2026-05-13T18:16:11.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3581 | 2026-05-13T18:16:11.710Z | |
| 3582 | 2026-05-13T18:16:11.710Z | info: running `cargo check --bins --no-default-features` on sled-storage (177/276) |
| 3583 | 2026-05-13T18:16:12.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2026-05-13T18:16:12.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2026-05-13T18:16:12.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2026-05-13T18:16:12.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3587 | 2026-05-13T18:16:12.327Z | |
| 3588 | 2026-05-13T18:16:12.327Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/276) |
| 3589 | 2026-05-13T18:16:12.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2026-05-13T18:16:12.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2026-05-13T18:16:12.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3592 | 2026-05-13T18:16:12.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3593 | 2026-05-13T18:16:12.952Z | |
| 3594 | 2026-05-13T18:16:12.952Z | info: running `cargo check --bins` on key-manager (179/276) |
| 3595 | 2026-05-13T18:16:13.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2026-05-13T18:16:13.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2026-05-13T18:16:13.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3598 | 2026-05-13T18:16:13.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3599 | 2026-05-13T18:16:13.552Z | |
| 3600 | 2026-05-13T18:16:13.552Z | info: running `cargo check --bins --no-default-features` on sled-hardware (180/276) |
| 3601 | 2026-05-13T18:16:14.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3602 | 2026-05-13T18:16:14.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3603 | 2026-05-13T18:16:14.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3604 | 2026-05-13T18:16:14.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3605 | 2026-05-13T18:16:14.167Z | |
| 3606 | 2026-05-13T18:16:14.167Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/276) |
| 3607 | 2026-05-13T18:16:14.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3608 | 2026-05-13T18:16:14.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3609 | 2026-05-13T18:16:14.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3610 | 2026-05-13T18:16:14.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3611 | 2026-05-13T18:16:14.782Z | |
| 3612 | 2026-05-13T18:16:14.782Z | info: running `cargo check --bins` on typed-rng (182/276) |
| 3613 | 2026-05-13T18:16:15.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3614 | 2026-05-13T18:16:15.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3615 | 2026-05-13T18:16:15.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3616 | 2026-05-13T18:16:15.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3617 | 2026-05-13T18:16:15.371Z | |
| 3618 | 2026-05-13T18:16:15.371Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/276) |
| 3619 | 2026-05-13T18:16:15.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3620 | 2026-05-13T18:16:15.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3621 | 2026-05-13T18:16:16.225Z | Compiling typify-impl v0.4.3 |
| 3622 | 2026-05-13T18:16:16.225Z | Compiling libefi-sys v0.1.0 |
| 3623 | 2026-05-13T18:16:16.370Z | Compiling bitfield-struct v0.6.2 |
| 3624 | 2026-05-13T18:16:16.378Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3625 | 2026-05-13T18:16:16.388Z | Compiling xshell-macros v0.2.7 |
| 3626 | 2026-05-13T18:16:16.400Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3627 | 2026-05-13T18:16:16.415Z | Compiling salty v0.3.0 |
| 3628 | 2026-05-13T18:16:16.446Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3629 | 2026-05-13T18:16:16.572Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3630 | 2026-05-13T18:16:16.719Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3631 | 2026-05-13T18:16:16.734Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3632 | 2026-05-13T18:16:16.750Z | Checking xshell v0.2.7 |
| 3633 | 2026-05-13T18:16:16.923Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3634 | 2026-05-13T18:16:16.941Z | Checking primeorder v0.13.6 |
| 3635 | 2026-05-13T18:16:16.977Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3636 | 2026-05-13T18:16:17.090Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3637 | 2026-05-13T18:16:17.106Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3638 | 2026-05-13T18:16:17.175Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3639 | 2026-05-13T18:16:17.215Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3640 | 2026-05-13T18:16:17.358Z | Checking tungstenite v0.21.0 |
| 3641 | 2026-05-13T18:16:17.394Z | Checking p384 v0.13.1 |
| 3642 | 2026-05-13T18:16:17.449Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3643 | 2026-05-13T18:16:17.485Z | Compiling proc-macro-error2 v2.0.1 |
| 3644 | 2026-05-13T18:16:17.592Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3645 | 2026-05-13T18:16:17.797Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3646 | 2026-05-13T18:16:17.814Z | Compiling tabled_derive v0.11.0 |
| 3647 | 2026-05-13T18:16:17.818Z | Checking tokio-tungstenite v0.21.0 |
| 3648 | 2026-05-13T18:16:18.129Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3649 | 2026-05-13T18:16:18.241Z | Checking papergrid v0.17.0 |
| 3650 | 2026-05-13T18:16:18.257Z | Checking libscf-sys v1.2.0 |
| 3651 | 2026-05-13T18:16:18.308Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3652 | 2026-05-13T18:16:18.392Z | Checking testing_table v0.3.0 |
| 3653 | 2026-05-13T18:16:18.491Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3654 | 2026-05-13T18:16:18.506Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3655 | 2026-05-13T18:16:18.630Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3656 | 2026-05-13T18:16:18.993Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3657 | 2026-05-13T18:16:19.009Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3658 | 2026-05-13T18:16:19.022Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3659 | 2026-05-13T18:16:19.142Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3660 | 2026-05-13T18:16:19.213Z | Checking corncobs v0.1.4 |
| 3661 | 2026-05-13T18:16:19.217Z | Compiling unicase v2.9.0 |
| 3662 | 2026-05-13T18:16:19.286Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3663 | 2026-05-13T18:16:19.354Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3664 | 2026-05-13T18:16:19.411Z | Checking tabled v0.20.0 |
| 3665 | 2026-05-13T18:16:19.432Z | Compiling mime_guess v2.0.5 |
| 3666 | 2026-05-13T18:16:19.447Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3667 | 2026-05-13T18:16:19.610Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3668 | 2026-05-13T18:16:19.680Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3669 | 2026-05-13T18:16:19.888Z | Checking progenitor-client v0.11.2 |
| 3670 | 2026-05-13T18:16:19.942Z | Checking secrecy v0.8.0 |
| 3671 | 2026-05-13T18:16:19.963Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3672 | 2026-05-13T18:16:20.144Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3673 | 2026-05-13T18:16:20.174Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3674 | 2026-05-13T18:16:20.188Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3675 | 2026-05-13T18:16:20.202Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3676 | 2026-05-13T18:16:20.377Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3677 | 2026-05-13T18:16:20.477Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3678 | 2026-05-13T18:16:20.627Z | Checking filetime v0.2.27 |
| 3679 | 2026-05-13T18:16:20.768Z | Checking xattr v1.6.1 |
| 3680 | 2026-05-13T18:16:20.801Z | Checking http-range v0.1.5 |
| 3681 | 2026-05-13T18:16:20.824Z | Compiling typify-macro v0.4.3 |
| 3682 | 2026-05-13T18:16:20.865Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3683 | 2026-05-13T18:16:20.897Z | Checking crc8 v0.1.1 |
| 3684 | 2026-05-13T18:16:20.927Z | Checking tar v0.4.45 |
| 3685 | 2026-05-13T18:16:21.117Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3686 | 2026-05-13T18:16:21.308Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3687 | 2026-05-13T18:16:21.395Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3688 | 2026-05-13T18:16:21.436Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3689 | 2026-05-13T18:16:21.463Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3690 | 2026-05-13T18:16:21.731Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3691 | 2026-05-13T18:16:21.779Z | Checking atty v0.2.14 |
| 3692 | 2026-05-13T18:16:21.881Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3693 | 2026-05-13T18:16:21.969Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3694 | 2026-05-13T18:16:22.045Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3695 | 2026-05-13T18:16:22.307Z | Checking hyper-staticfile v0.10.1 |
| 3696 | 2026-05-13T18:16:22.381Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3697 | 2026-05-13T18:16:22.516Z | Compiling typify v0.4.3 |
| 3698 | 2026-05-13T18:16:22.643Z | Compiling progenitor-impl v0.11.2 |
| 3699 | 2026-05-13T18:16:22.658Z | Compiling progenitor-impl v0.10.0 |
| 3700 | 2026-05-13T18:16:23.072Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3701 | 2026-05-13T18:16:23.381Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3702 | 2026-05-13T18:16:23.611Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3703 | 2026-05-13T18:16:23.636Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3704 | 2026-05-13T18:16:23.768Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3705 | 2026-05-13T18:16:24.024Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3706 | 2026-05-13T18:16:24.058Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3707 | 2026-05-13T18:16:24.399Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3708 | 2026-05-13T18:16:24.513Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3709 | 2026-05-13T18:16:24.550Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3710 | 2026-05-13T18:16:24.789Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3711 | 2026-05-13T18:16:24.841Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3712 | 2026-05-13T18:16:25.073Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3713 | 2026-05-13T18:16:25.255Z | Compiling progenitor-macro v0.11.2 |
| 3714 | 2026-05-13T18:16:25.260Z | Compiling progenitor-macro v0.10.0 |
| 3715 | 2026-05-13T18:16:27.982Z | Checking progenitor v0.10.0 |
| 3716 | 2026-05-13T18:16:28.112Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3717 | 2026-05-13T18:16:28.166Z | Checking progenitor v0.11.2 |
| 3718 | 2026-05-13T18:16:28.292Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3719 | 2026-05-13T18:16:32.883Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3720 | 2026-05-13T18:16:33.994Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3721 | 2026-05-13T18:16:44.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.05s |
| 3722 | 2026-05-13T18:16:44.660Z | |
| 3723 | 2026-05-13T18:16:44.660Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/276) |
| 3724 | 2026-05-13T18:16:45.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-05-13T18:16:45.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-05-13T18:16:45.453Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3727 | 2026-05-13T18:16:56.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s |
| 3728 | 2026-05-13T18:16:56.241Z | |
| 3729 | 2026-05-13T18:16:56.241Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/276) |
| 3730 | 2026-05-13T18:16:56.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-05-13T18:16:56.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-05-13T18:16:57.033Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3733 | 2026-05-13T18:17:07.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s |
| 3734 | 2026-05-13T18:17:07.752Z | |
| 3735 | 2026-05-13T18:17:07.752Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/276) |
| 3736 | 2026-05-13T18:17:08.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-05-13T18:17:08.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-05-13T18:17:08.537Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3739 | 2026-05-13T18:17:19.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 3740 | 2026-05-13T18:17:19.300Z | |
| 3741 | 2026-05-13T18:17:19.300Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/276) |
| 3742 | 2026-05-13T18:17:19.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-05-13T18:17:19.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-05-13T18:17:20.100Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3745 | 2026-05-13T18:17:30.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s |
| 3746 | 2026-05-13T18:17:30.960Z | |
| 3747 | 2026-05-13T18:17:30.960Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/276) |
| 3748 | 2026-05-13T18:17:31.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-05-13T18:17:31.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-05-13T18:17:31.751Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3751 | 2026-05-13T18:17:42.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s |
| 3752 | 2026-05-13T18:17:42.449Z | |
| 3753 | 2026-05-13T18:17:42.449Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/276) |
| 3754 | 2026-05-13T18:17:43.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-05-13T18:17:43.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-05-13T18:17:43.232Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3757 | 2026-05-13T18:17:53.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s |
| 3758 | 2026-05-13T18:17:54.045Z | |
| 3759 | 2026-05-13T18:17:54.046Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/276) |
| 3760 | 2026-05-13T18:17:54.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-05-13T18:17:54.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-05-13T18:17:54.830Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3763 | 2026-05-13T18:18:05.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s |
| 3764 | 2026-05-13T18:18:05.612Z | |
| 3765 | 2026-05-13T18:18:05.612Z | info: running `cargo check --bins` on bootstrap-agent-api (191/276) |
| 3766 | 2026-05-13T18:18:06.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-05-13T18:18:06.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-05-13T18:18:06.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3769 | 2026-05-13T18:18:06.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3770 | 2026-05-13T18:18:06.232Z | |
| 3771 | 2026-05-13T18:18:06.232Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/276) |
| 3772 | 2026-05-13T18:18:06.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-05-13T18:18:06.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-05-13T18:18:06.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3775 | 2026-05-13T18:18:06.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3776 | 2026-05-13T18:18:06.847Z | |
| 3777 | 2026-05-13T18:18:06.847Z | info: running `cargo check --bins` on range-requests (193/276) |
| 3778 | 2026-05-13T18:18:07.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-05-13T18:18:07.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-05-13T18:18:07.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2026-05-13T18:18:07.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3782 | 2026-05-13T18:18:07.446Z | |
| 3783 | 2026-05-13T18:18:07.446Z | info: running `cargo check --bins` on repo-depot-api (194/276) |
| 3784 | 2026-05-13T18:18:07.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-05-13T18:18:07.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-05-13T18:18:07.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-05-13T18:18:07.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3788 | 2026-05-13T18:18:08.043Z | |
| 3789 | 2026-05-13T18:18:08.044Z | info: running `cargo check --bins` on sled-agent-api (195/276) |
| 3790 | 2026-05-13T18:18:08.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-05-13T18:18:08.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-05-13T18:18:08.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-05-13T18:18:08.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3794 | 2026-05-13T18:18:08.670Z | |
| 3795 | 2026-05-13T18:18:08.670Z | info: running `cargo check --bins` on sled-diagnostics (196/276) |
| 3796 | 2026-05-13T18:18:09.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-05-13T18:18:09.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-05-13T18:18:09.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-05-13T18:18:09.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3800 | 2026-05-13T18:18:09.297Z | |
| 3801 | 2026-05-13T18:18:09.297Z | info: running `cargo check --bins` on zfs-test-harness (197/276) |
| 3802 | 2026-05-13T18:18:09.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-05-13T18:18:09.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-05-13T18:18:09.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-05-13T18:18:09.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3806 | 2026-05-13T18:18:09.925Z | |
| 3807 | 2026-05-13T18:18:09.925Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/276) |
| 3808 | 2026-05-13T18:18:10.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-05-13T18:18:10.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-05-13T18:18:10.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-05-13T18:18:10.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3812 | 2026-05-13T18:18:10.553Z | |
| 3813 | 2026-05-13T18:18:10.553Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/276) |
| 3814 | 2026-05-13T18:18:11.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-05-13T18:18:11.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-05-13T18:18:11.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2026-05-13T18:18:11.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3818 | 2026-05-13T18:18:11.192Z | |
| 3819 | 2026-05-13T18:18:11.192Z | info: running `cargo check --bins` on sled-agent-health-monitor (200/276) |
| 3820 | 2026-05-13T18:18:11.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-05-13T18:18:11.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-05-13T18:18:11.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2026-05-13T18:18:11.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3824 | 2026-05-13T18:18:11.823Z | |
| 3825 | 2026-05-13T18:18:11.823Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/276) |
| 3826 | 2026-05-13T18:18:12.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2026-05-13T18:18:12.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2026-05-13T18:18:12.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2026-05-13T18:18:12.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3830 | 2026-05-13T18:18:12.454Z | |
| 3831 | 2026-05-13T18:18:12.454Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/276) |
| 3832 | 2026-05-13T18:18:12.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2026-05-13T18:18:12.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2026-05-13T18:18:12.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2026-05-13T18:18:12.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3836 | 2026-05-13T18:18:13.087Z | |
| 3837 | 2026-05-13T18:18:13.087Z | info: running `cargo check --bins` on sled-agent-resolvable-files (203/276) |
| 3838 | 2026-05-13T18:18:13.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2026-05-13T18:18:13.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2026-05-13T18:18:13.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2026-05-13T18:18:13.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3842 | 2026-05-13T18:18:13.720Z | |
| 3843 | 2026-05-13T18:18:13.720Z | info: running `cargo check --bins` on sled-agent-rack-setup (204/276) |
| 3844 | 2026-05-13T18:18:14.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2026-05-13T18:18:14.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2026-05-13T18:18:14.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3847 | 2026-05-13T18:18:14.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3848 | 2026-05-13T18:18:14.383Z | |
| 3849 | 2026-05-13T18:18:14.383Z | info: running `cargo check --bins` on trust-quorum (205/276) |
| 3850 | 2026-05-13T18:18:14.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2026-05-13T18:18:14.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2026-05-13T18:18:14.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3853 | 2026-05-13T18:18:14.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3854 | 2026-05-13T18:18:15.015Z | |
| 3855 | 2026-05-13T18:18:15.015Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (206/276) |
| 3856 | 2026-05-13T18:18:15.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2026-05-13T18:18:15.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2026-05-13T18:18:15.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2026-05-13T18:18:15.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3860 | 2026-05-13T18:18:15.661Z | |
| 3861 | 2026-05-13T18:18:15.661Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (207/276) |
| 3862 | 2026-05-13T18:18:16.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2026-05-13T18:18:16.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2026-05-13T18:18:16.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3865 | 2026-05-13T18:18:16.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3866 | 2026-05-13T18:18:16.323Z | |
| 3867 | 2026-05-13T18:18:16.323Z | info: running `cargo check --bins` on update-common (208/276) |
| 3868 | 2026-05-13T18:18:16.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3869 | 2026-05-13T18:18:16.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3870 | 2026-05-13T18:18:16.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3871 | 2026-05-13T18:18:16.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3872 | 2026-05-13T18:18:16.939Z | |
| 3873 | 2026-05-13T18:18:16.939Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (209/276) |
| 3874 | 2026-05-13T18:18:17.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3875 | 2026-05-13T18:18:17.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3876 | 2026-05-13T18:18:17.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3877 | 2026-05-13T18:18:17.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3878 | 2026-05-13T18:18:17.610Z | |
| 3879 | 2026-05-13T18:18:17.610Z | info: running `cargo check --bins` on omicron-deployment-graph (210/276) |
| 3880 | 2026-05-13T18:18:18.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2026-05-13T18:18:18.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2026-05-13T18:18:18.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2026-05-13T18:18:18.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3884 | 2026-05-13T18:18:18.207Z | |
| 3885 | 2026-05-13T18:18:18.207Z | info: running `cargo check --bins` on reconfigurator-cli (211/276) |
| 3886 | 2026-05-13T18:18:18.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2026-05-13T18:18:18.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2026-05-13T18:18:18.992Z | Compiling fs-err v2.11.0 |
| 3889 | 2026-05-13T18:18:18.996Z | Checking ignore v0.4.25 |
| 3890 | 2026-05-13T18:18:18.996Z | Checking arc-swap v1.8.2 |
| 3891 | 2026-05-13T18:18:19.113Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3892 | 2026-05-13T18:18:19.134Z | Checking predicates-tree v1.0.13 |
| 3893 | 2026-05-13T18:18:19.138Z | Checking parse-size v1.1.0 |
| 3894 | 2026-05-13T18:18:19.156Z | Checking rand_seeder v0.4.0 |
| 3895 | 2026-05-13T18:18:19.160Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3896 | 2026-05-13T18:18:19.236Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3897 | 2026-05-13T18:18:19.256Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3898 | 2026-05-13T18:18:19.299Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3899 | 2026-05-13T18:18:19.321Z | Checking slog-scope v4.4.1 |
| 3900 | 2026-05-13T18:18:19.440Z | Compiling petname v2.0.2 |
| 3901 | 2026-05-13T18:18:19.453Z | Checking slog-stdlog v4.1.1 |
| 3902 | 2026-05-13T18:18:19.465Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3903 | 2026-05-13T18:18:19.506Z | Checking globwalk v0.9.1 |
| 3904 | 2026-05-13T18:18:19.553Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3905 | 2026-05-13T18:18:19.626Z | Checking slog-envlogger v2.2.0 |
| 3906 | 2026-05-13T18:18:19.689Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3907 | 2026-05-13T18:18:19.703Z | Checking camino-tempfile-ext v0.3.3 |
| 3908 | 2026-05-13T18:18:19.774Z | Checking sapling-renderdag v0.1.0 |
| 3909 | 2026-05-13T18:18:19.859Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3910 | 2026-05-13T18:18:19.899Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3911 | 2026-05-13T18:18:20.014Z | Checking subprocess v0.2.15 |
| 3912 | 2026-05-13T18:18:20.045Z | Checking sync-ptr v0.1.4 |
| 3913 | 2026-05-13T18:18:20.116Z | Checking colored v2.2.0 |
| 3914 | 2026-05-13T18:18:20.164Z | Checking assert_matches v1.5.0 |
| 3915 | 2026-05-13T18:18:20.288Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3916 | 2026-05-13T18:18:20.327Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3917 | 2026-05-13T18:18:20.360Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3918 | 2026-05-13T18:18:20.363Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3919 | 2026-05-13T18:18:21.010Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3920 | 2026-05-13T18:18:22.340Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3921 | 2026-05-13T18:18:24.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s |
| 3922 | 2026-05-13T18:18:24.766Z | |
| 3923 | 2026-05-13T18:18:24.767Z | info: running `cargo check --bins` on omicron-repl-utils (212/276) |
| 3924 | 2026-05-13T18:18:25.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3925 | 2026-05-13T18:18:25.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3926 | 2026-05-13T18:18:25.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3927 | 2026-05-13T18:18:25.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3928 | 2026-05-13T18:18:25.368Z | |
| 3929 | 2026-05-13T18:18:25.369Z | info: running `cargo check --bins` on transient-dns-server (213/276) |
| 3930 | 2026-05-13T18:18:25.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3931 | 2026-05-13T18:18:25.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3932 | 2026-05-13T18:18:25.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3933 | 2026-05-13T18:18:25.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3934 | 2026-05-13T18:18:25.998Z | |
| 3935 | 2026-05-13T18:18:25.998Z | info: running `cargo check --bins` on nexus-test-interface (214/276) |
| 3936 | 2026-05-13T18:18:26.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3937 | 2026-05-13T18:18:26.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3938 | 2026-05-13T18:18:26.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3939 | 2026-05-13T18:18:26.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3940 | 2026-05-13T18:18:26.664Z | |
| 3941 | 2026-05-13T18:18:26.664Z | info: running `cargo check --bins` on oximeter-collector (215/276) |
| 3942 | 2026-05-13T18:18:27.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3943 | 2026-05-13T18:18:27.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3944 | 2026-05-13T18:18:27.398Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3945 | 2026-05-13T18:18:27.398Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3946 | 2026-05-13T18:18:28.049Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3947 | 2026-05-13T18:18:29.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 3948 | 2026-05-13T18:18:29.857Z | |
| 3949 | 2026-05-13T18:18:29.857Z | info: running `cargo check --bins` on oximeter-api (216/276) |
| 3950 | 2026-05-13T18:18:30.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-05-13T18:18:30.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-05-13T18:18:30.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-05-13T18:18:30.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3954 | 2026-05-13T18:18:30.466Z | |
| 3955 | 2026-05-13T18:18:30.466Z | info: running `cargo check --bins` on cert-dev (217/276) |
| 3956 | 2026-05-13T18:18:30.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-05-13T18:18:30.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-05-13T18:18:31.083Z | Checking yasna v0.5.2 |
| 3959 | 2026-05-13T18:18:31.484Z | Checking rcgen v0.12.1 |
| 3960 | 2026-05-13T18:18:31.731Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3961 | 2026-05-13T18:18:31.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 3962 | 2026-05-13T18:18:32.097Z | |
| 3963 | 2026-05-13T18:18:32.097Z | info: running `cargo check --bins` on clickana (218/276) |
| 3964 | 2026-05-13T18:18:32.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3965 | 2026-05-13T18:18:32.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3966 | 2026-05-13T18:18:32.753Z | Compiling darling_core v0.23.0 |
| 3967 | 2026-05-13T18:18:32.863Z | Compiling instability v0.3.11 |
| 3968 | 2026-05-13T18:18:32.870Z | Checking castaway v0.2.4 |
| 3969 | 2026-05-13T18:18:32.875Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3970 | 2026-05-13T18:18:32.879Z | Compiling indoc v2.0.7 |
| 3971 | 2026-05-13T18:18:32.892Z | Checking unicode-truncate v1.1.0 |
| 3972 | 2026-05-13T18:18:32.895Z | Checking lru v0.12.5 |
| 3973 | 2026-05-13T18:18:32.895Z | Checking cassowary v0.3.0 |
| 3974 | 2026-05-13T18:18:32.957Z | Checking compact_str v0.8.1 |
| 3975 | 2026-05-13T18:18:33.934Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3976 | 2026-05-13T18:18:34.121Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3977 | 2026-05-13T18:18:34.301Z | Compiling darling_macro v0.23.0 |
| 3978 | 2026-05-13T18:18:34.712Z | Compiling darling v0.23.0 |
| 3979 | 2026-05-13T18:18:35.324Z | Checking ratatui v0.29.0 |
| 3980 | 2026-05-13T18:18:36.393Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3981 | 2026-05-13T18:18:37.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s |
| 3982 | 2026-05-13T18:18:37.260Z | |
| 3983 | 2026-05-13T18:18:37.260Z | info: running `cargo check --bins` on clickhouse-cluster-dev (219/276) |
| 3984 | 2026-05-13T18:18:37.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3985 | 2026-05-13T18:18:37.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3986 | 2026-05-13T18:18:38.002Z | Checking headers-core v0.3.0 |
| 3987 | 2026-05-13T18:18:38.006Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3988 | 2026-05-13T18:18:38.200Z | Checking headers v0.4.1 |
| 3989 | 2026-05-13T18:18:38.569Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3990 | 2026-05-13T18:18:39.427Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3991 | 2026-05-13T18:18:39.939Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3992 | 2026-05-13T18:18:40.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 3993 | 2026-05-13T18:18:40.572Z | |
| 3994 | 2026-05-13T18:18:40.572Z | info: running `cargo check --bins` on ch-dev (220/276) |
| 3995 | 2026-05-13T18:18:41.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3996 | 2026-05-13T18:18:41.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3997 | 2026-05-13T18:18:41.306Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3998 | 2026-05-13T18:18:42.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 3999 | 2026-05-13T18:18:42.276Z | |
| 4000 | 2026-05-13T18:18:42.276Z | info: running `cargo check --bins` on dev-tools-common (221/276) |
| 4001 | 2026-05-13T18:18:42.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-05-13T18:18:42.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-05-13T18:18:42.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4004 | 2026-05-13T18:18:42.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 4005 | 2026-05-13T18:18:42.752Z | |
| 4006 | 2026-05-13T18:18:42.752Z | info: running `cargo check --bins` on crdb-seed (222/276) |
| 4007 | 2026-05-13T18:18:43.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-05-13T18:18:43.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-05-13T18:18:43.475Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4010 | 2026-05-13T18:18:44.460Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4011 | 2026-05-13T18:18:44.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 4012 | 2026-05-13T18:18:45.013Z | |
| 4013 | 2026-05-13T18:18:45.013Z | info: running `cargo check --bins` on db-dev (223/276) |
| 4014 | 2026-05-13T18:18:45.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4015 | 2026-05-13T18:18:45.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4016 | 2026-05-13T18:18:45.740Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4017 | 2026-05-13T18:18:46.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4018 | 2026-05-13T18:18:46.712Z | |
| 4019 | 2026-05-13T18:18:46.712Z | info: running `cargo check --bins` on omicron-dev-lib (224/276) |
| 4020 | 2026-05-13T18:18:47.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4021 | 2026-05-13T18:18:47.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4022 | 2026-05-13T18:18:47.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4023 | 2026-05-13T18:18:47.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4024 | 2026-05-13T18:18:47.367Z | |
| 4025 | 2026-05-13T18:18:47.367Z | info: running `cargo check --bins` on xtask-downloader (225/276) |
| 4026 | 2026-05-13T18:18:47.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4027 | 2026-05-13T18:18:47.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4028 | 2026-05-13T18:18:47.982Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4029 | 2026-05-13T18:18:48.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4030 | 2026-05-13T18:18:48.847Z | |
| 4031 | 2026-05-13T18:18:48.847Z | info: running `cargo check --bins` on omicron-dropshot-apis (226/276) |
| 4032 | 2026-05-13T18:18:49.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4033 | 2026-05-13T18:18:49.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4034 | 2026-05-13T18:18:49.607Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4035 | 2026-05-13T18:18:49.607Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4036 | 2026-05-13T18:18:49.607Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4037 | 2026-05-13T18:18:49.611Z | Checking git-stub v1.0.0 |
| 4038 | 2026-05-13T18:18:49.611Z | Compiling trait-variant v0.1.2 |
| 4039 | 2026-05-13T18:18:49.611Z | Checking maplit v1.0.2 |
| 4040 | 2026-05-13T18:18:49.728Z | Checking is_ci v1.2.0 |
| 4041 | 2026-05-13T18:18:49.767Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4042 | 2026-05-13T18:18:49.808Z | Checking supports-color v3.0.2 |
| 4043 | 2026-05-13T18:18:49.820Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4044 | 2026-05-13T18:18:49.868Z | Checking git-stub-vcs v0.1.0 |
| 4045 | 2026-05-13T18:18:49.930Z | Checking drift v0.1.4 |
| 4046 | 2026-05-13T18:18:49.991Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4047 | 2026-05-13T18:18:50.005Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4048 | 2026-05-13T18:18:50.064Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4049 | 2026-05-13T18:18:50.188Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4050 | 2026-05-13T18:18:50.222Z | Checking dropshot-api-manager v0.7.1 |
| 4051 | 2026-05-13T18:18:50.255Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 4052 | 2026-05-13T18:18:50.287Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4053 | 2026-05-13T18:18:50.485Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4054 | 2026-05-13T18:18:50.508Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4055 | 2026-05-13T18:18:50.691Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4056 | 2026-05-13T18:18:51.003Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4057 | 2026-05-13T18:18:55.898Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4058 | 2026-05-13T18:18:56.990Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4059 | 2026-05-13T18:18:57.560Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4060 | 2026-05-13T18:18:57.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s |
| 4061 | 2026-05-13T18:18:58.205Z | |
| 4062 | 2026-05-13T18:18:58.206Z | info: running `cargo check --bins` on installinator-api (227/276) |
| 4063 | 2026-05-13T18:18:58.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4064 | 2026-05-13T18:18:58.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4065 | 2026-05-13T18:18:58.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4066 | 2026-05-13T18:18:58.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4067 | 2026-05-13T18:18:58.810Z | |
| 4068 | 2026-05-13T18:18:58.811Z | info: running `cargo check --bins` on nexus-external-api (228/276) |
| 4069 | 2026-05-13T18:18:59.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4070 | 2026-05-13T18:18:59.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4071 | 2026-05-13T18:18:59.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4072 | 2026-05-13T18:18:59.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4073 | 2026-05-13T18:18:59.458Z | |
| 4074 | 2026-05-13T18:18:59.458Z | info: running `cargo check --bins` on nexus-internal-api (229/276) |
| 4075 | 2026-05-13T18:18:59.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4076 | 2026-05-13T18:19:00.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4077 | 2026-05-13T18:19:00.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4078 | 2026-05-13T18:19:00.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4079 | 2026-05-13T18:19:00.102Z | |
| 4080 | 2026-05-13T18:19:00.102Z | info: running `cargo check --bins` on nexus-lockstep-api (230/276) |
| 4081 | 2026-05-13T18:19:00.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2026-05-13T18:19:00.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2026-05-13T18:19:00.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4084 | 2026-05-13T18:19:00.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4085 | 2026-05-13T18:19:00.747Z | |
| 4086 | 2026-05-13T18:19:00.747Z | info: running `cargo check --bins` on ntp-admin-api (231/276) |
| 4087 | 2026-05-13T18:19:01.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2026-05-13T18:19:01.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2026-05-13T18:19:01.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4090 | 2026-05-13T18:19:01.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4091 | 2026-05-13T18:19:01.366Z | |
| 4092 | 2026-05-13T18:19:01.366Z | info: running `cargo check --bins` on ntp-admin-types-versions (232/276) |
| 4093 | 2026-05-13T18:19:01.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-05-13T18:19:01.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-05-13T18:19:01.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4096 | 2026-05-13T18:19:01.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4097 | 2026-05-13T18:19:01.975Z | |
| 4098 | 2026-05-13T18:19:01.975Z | info: running `cargo check --bins` on wicketd-api (233/276) |
| 4099 | 2026-05-13T18:19:02.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4100 | 2026-05-13T18:19:02.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4101 | 2026-05-13T18:19:02.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4102 | 2026-05-13T18:19:02.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4103 | 2026-05-13T18:19:02.592Z | |
| 4104 | 2026-05-13T18:19:02.592Z | info: running `cargo check --bins` on omicron-ls-apis (234/276) |
| 4105 | 2026-05-13T18:19:03.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4106 | 2026-05-13T18:19:03.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4107 | 2026-05-13T18:19:03.216Z | Checking typeid v1.0.3 |
| 4108 | 2026-05-13T18:19:03.327Z | Checking ordered-float v2.10.1 |
| 4109 | 2026-05-13T18:19:03.346Z | Checking unicode-xid v0.2.6 |
| 4110 | 2026-05-13T18:19:03.359Z | Checking cargo-platform v0.2.0 |
| 4111 | 2026-05-13T18:19:03.367Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4112 | 2026-05-13T18:19:03.395Z | Checking erased-serde v0.4.9 |
| 4113 | 2026-05-13T18:19:03.535Z | Checking serde-value v0.7.0 |
| 4114 | 2026-05-13T18:19:03.703Z | Checking serde-untagged v0.1.9 |
| 4115 | 2026-05-13T18:19:03.859Z | Checking cargo-util-schemas v0.8.2 |
| 4116 | 2026-05-13T18:19:04.539Z | Checking cargo_metadata v0.21.0 |
| 4117 | 2026-05-13T18:19:05.140Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4118 | 2026-05-13T18:19:05.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
| 4119 | 2026-05-13T18:19:06.006Z | |
| 4120 | 2026-05-13T18:19:06.006Z | info: running `cargo check --bins` on mgs-dev (235/276) |
| 4121 | 2026-05-13T18:19:06.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4122 | 2026-05-13T18:19:06.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4123 | 2026-05-13T18:19:06.750Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4124 | 2026-05-13T18:19:07.381Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4125 | 2026-05-13T18:19:07.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4126 | 2026-05-13T18:19:08.124Z | |
| 4127 | 2026-05-13T18:19:08.124Z | info: running `cargo check --bins` on omicron-omdb (236/276) |
| 4128 | 2026-05-13T18:19:08.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-05-13T18:19:08.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-05-13T18:19:08.997Z | Compiling vergen-gitcl v1.0.8 |
| 4131 | 2026-05-13T18:19:08.997Z | Compiling dirs-sys-next v0.1.2 |
| 4132 | 2026-05-13T18:19:08.997Z | Compiling diesel_derives v2.3.7 |
| 4133 | 2026-05-13T18:19:09.001Z | Compiling glob v0.3.3 |
| 4134 | 2026-05-13T18:19:09.002Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4135 | 2026-05-13T18:19:09.002Z | Compiling crunchy v0.2.4 |
| 4136 | 2026-05-13T18:19:09.002Z | Compiling dsl_auto_type v0.2.0 |
| 4137 | 2026-05-13T18:19:09.002Z | Checking scheduled-thread-pool v0.2.7 |
| 4138 | 2026-05-13T18:19:09.292Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4139 | 2026-05-13T18:19:09.327Z | Compiling tiny-keccak v2.0.2 |
| 4140 | 2026-05-13T18:19:09.379Z | Compiling dirs-next v2.0.0 |
| 4141 | 2026-05-13T18:19:09.497Z | Compiling clang-sys v1.8.1 |
| 4142 | 2026-05-13T18:19:09.501Z | Compiling term v0.7.0 |
| 4143 | 2026-05-13T18:19:09.501Z | Checking r2d2 v0.8.10 |
| 4144 | 2026-05-13T18:19:09.540Z | Compiling bit-vec v0.6.3 |
| 4145 | 2026-05-13T18:19:09.570Z | Checking downcast-rs v2.0.2 |
| 4146 | 2026-05-13T18:19:09.684Z | Compiling itertools v0.10.5 |
| 4147 | 2026-05-13T18:19:09.769Z | Compiling bit-set v0.5.3 |
| 4148 | 2026-05-13T18:19:09.883Z | Compiling ascii-canvas v3.0.0 |
| 4149 | 2026-05-13T18:19:09.939Z | Compiling ena v0.14.4 |
| 4150 | 2026-05-13T18:19:10.022Z | Compiling libloading v0.8.9 |
| 4151 | 2026-05-13T18:19:10.070Z | Compiling bindgen v0.71.1 |
| 4152 | 2026-05-13T18:19:10.073Z | Compiling diff v0.1.13 |
| 4153 | 2026-05-13T18:19:10.125Z | Compiling regex-syntax v0.6.29 |
| 4154 | 2026-05-13T18:19:10.148Z | Compiling cexpr v0.6.0 |
| 4155 | 2026-05-13T18:19:10.345Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4156 | 2026-05-13T18:19:10.513Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4157 | 2026-05-13T18:19:10.556Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4158 | 2026-05-13T18:19:10.670Z | Compiling libxml v0.3.3 |
| 4159 | 2026-05-13T18:19:10.784Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4160 | 2026-05-13T18:19:10.822Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4161 | 2026-05-13T18:19:10.933Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4162 | 2026-05-13T18:19:11.103Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4163 | 2026-05-13T18:19:11.122Z | Compiling strum_macros v0.24.3 |
| 4164 | 2026-05-13T18:19:11.160Z | Compiling indoc v1.0.9 |
| 4165 | 2026-05-13T18:19:11.600Z | Compiling lalrpop v0.19.12 |
| 4166 | 2026-05-13T18:19:12.090Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4167 | 2026-05-13T18:19:12.203Z | Checking derive_builder v0.20.2 |
| 4168 | 2026-05-13T18:19:12.281Z | Compiling oso-derive v0.27.3 |
| 4169 | 2026-05-13T18:19:12.323Z | Checking quick-xml v0.37.5 |
| 4170 | 2026-05-13T18:19:12.469Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4171 | 2026-05-13T18:19:12.793Z | Checking openssl-probe v0.1.6 |
| 4172 | 2026-05-13T18:19:12.938Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4173 | 2026-05-13T18:19:13.247Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4174 | 2026-05-13T18:19:13.444Z | Checking bb8 v0.8.6 |
| 4175 | 2026-05-13T18:19:13.691Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4176 | 2026-05-13T18:19:13.728Z | Checking nonempty v0.12.0 |
| 4177 | 2026-05-13T18:19:13.902Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4178 | 2026-05-13T18:19:13.902Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4179 | 2026-05-13T18:19:13.940Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4180 | 2026-05-13T18:19:14.050Z | Checking console v0.16.2 |
| 4181 | 2026-05-13T18:19:14.128Z | Checking unit-prefix v0.5.2 |
| 4182 | 2026-05-13T18:19:14.142Z | Checking support-bundle-viewer v0.1.2 |
| 4183 | 2026-05-13T18:19:14.264Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4184 | 2026-05-13T18:19:14.352Z | Checking indicatif v0.18.4 |
| 4185 | 2026-05-13T18:19:14.392Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4186 | 2026-05-13T18:19:14.541Z | Checking multimap v0.10.1 |
| 4187 | 2026-05-13T18:19:15.082Z | Checking diesel v2.3.7 |
| 4188 | 2026-05-13T18:19:16.846Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4189 | 2026-05-13T18:19:17.389Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4190 | 2026-05-13T18:19:17.742Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4191 | 2026-05-13T18:19:18.566Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4192 | 2026-05-13T18:19:19.211Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4193 | 2026-05-13T18:19:19.336Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4194 | 2026-05-13T18:19:19.647Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4195 | 2026-05-13T18:19:19.860Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4196 | 2026-05-13T18:19:21.931Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4197 | 2026-05-13T18:19:27.072Z | Compiling samael v0.0.19 |
| 4198 | 2026-05-13T18:19:30.676Z | Checking diesel-dtrace v0.5.0 |
| 4199 | 2026-05-13T18:19:30.913Z | Checking async-bb8-diesel v0.2.1 |
| 4200 | 2026-05-13T18:19:31.726Z | Compiling polar-core v0.27.3 |
| 4201 | 2026-05-13T18:19:36.167Z | Checking oso v0.27.3 |
| 4202 | 2026-05-13T18:20:13.290Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4203 | 2026-05-13T18:20:46.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 4204 | 2026-05-13T18:20:47.089Z | |
| 4205 | 2026-05-13T18:20:47.089Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (237/276) |
| 4206 | 2026-05-13T18:20:47.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4207 | 2026-05-13T18:20:47.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4208 | 2026-05-13T18:20:47.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4209 | 2026-05-13T18:20:47.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4210 | 2026-05-13T18:20:47.753Z | |
| 4211 | 2026-05-13T18:20:47.753Z | info: running `cargo check --bins` on nexus-saga-recovery (238/276) |
| 4212 | 2026-05-13T18:20:48.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4213 | 2026-05-13T18:20:48.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4214 | 2026-05-13T18:20:48.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4215 | 2026-05-13T18:20:48.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4216 | 2026-05-13T18:20:48.417Z | |
| 4217 | 2026-05-13T18:20:48.417Z | info: running `cargo check --bins` on nexus-test-utils-macros (239/276) |
| 4218 | 2026-05-13T18:20:48.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4219 | 2026-05-13T18:20:48.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4220 | 2026-05-13T18:20:48.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4221 | 2026-05-13T18:20:48.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4222 | 2026-05-13T18:20:49.016Z | |
| 4223 | 2026-05-13T18:20:49.016Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (240/276) |
| 4224 | 2026-05-13T18:20:49.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4225 | 2026-05-13T18:20:49.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4226 | 2026-05-13T18:20:49.892Z | Compiling libz-sys v1.1.24 |
| 4227 | 2026-05-13T18:20:50.024Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4228 | 2026-05-13T18:20:50.049Z | Compiling vergen-git2 v1.0.7 |
| 4229 | 2026-05-13T18:20:50.053Z | Compiling rustls v0.21.12 |
| 4230 | 2026-05-13T18:20:50.053Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4231 | 2026-05-13T18:20:50.056Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4232 | 2026-05-13T18:20:50.056Z | Checking sct v0.7.1 |
| 4233 | 2026-05-13T18:20:50.056Z | Checking rustls-webpki v0.101.7 |
| 4234 | 2026-05-13T18:20:50.201Z | Compiling nix v0.29.0 |
| 4235 | 2026-05-13T18:20:50.285Z | Compiling dropshot v0.16.7 |
| 4236 | 2026-05-13T18:20:50.359Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4237 | 2026-05-13T18:20:50.362Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4238 | 2026-05-13T18:20:50.458Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4239 | 2026-05-13T18:20:50.556Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4240 | 2026-05-13T18:20:50.588Z | Checking toml v0.9.12+spec-1.1.0 |
| 4241 | 2026-05-13T18:20:50.603Z | Compiling dropshot_endpoint v0.16.7 |
| 4242 | 2026-05-13T18:20:50.707Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4243 | 2026-05-13T18:20:50.832Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4244 | 2026-05-13T18:20:51.031Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4245 | 2026-05-13T18:20:51.167Z | Checking rustls-pemfile v1.0.4 |
| 4246 | 2026-05-13T18:20:51.309Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4247 | 2026-05-13T18:20:51.441Z | Checking twox-hash v2.1.2 |
| 4248 | 2026-05-13T18:20:51.521Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4249 | 2026-05-13T18:20:51.696Z | Checking tokio-rustls v0.24.1 |
| 4250 | 2026-05-13T18:20:52.207Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4251 | 2026-05-13T18:20:52.274Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4252 | 2026-05-13T18:20:52.509Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4253 | 2026-05-13T18:20:52.970Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4254 | 2026-05-13T18:20:53.062Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4255 | 2026-05-13T18:20:53.102Z | Checking fatfs v0.3.6 |
| 4256 | 2026-05-13T18:20:53.232Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4257 | 2026-05-13T18:20:53.236Z | Compiling seq-macro v0.3.6 |
| 4258 | 2026-05-13T18:20:56.920Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4259 | 2026-05-13T18:20:57.041Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4260 | 2026-05-13T18:20:57.349Z | Compiling git2 v0.20.4 |
| 4261 | 2026-05-13T18:20:59.562Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4262 | 2026-05-13T18:21:46.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.33s |
| 4263 | 2026-05-13T18:21:46.574Z | |
| 4264 | 2026-05-13T18:21:46.574Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/276) |
| 4265 | 2026-05-13T18:21:47.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4266 | 2026-05-13T18:21:47.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4267 | 2026-05-13T18:21:47.467Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4268 | 2026-05-13T18:22:26.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.56s |
| 4269 | 2026-05-13T18:22:26.370Z | |
| 4270 | 2026-05-13T18:22:26.370Z | info: running `cargo check --bins` on nexus-background-task-interface (242/276) |
| 4271 | 2026-05-13T18:22:26.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4272 | 2026-05-13T18:22:26.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4273 | 2026-05-13T18:22:26.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4274 | 2026-05-13T18:22:26.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4275 | 2026-05-13T18:22:26.963Z | |
| 4276 | 2026-05-13T18:22:26.963Z | info: running `cargo check --bins --no-default-features` on nexus-fm (243/276) |
| 4277 | 2026-05-13T18:22:27.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4278 | 2026-05-13T18:22:27.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4279 | 2026-05-13T18:22:27.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4280 | 2026-05-13T18:22:27.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4281 | 2026-05-13T18:22:27.605Z | |
| 4282 | 2026-05-13T18:22:27.605Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/276) |
| 4283 | 2026-05-13T18:22:28.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4284 | 2026-05-13T18:22:28.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4285 | 2026-05-13T18:22:28.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4286 | 2026-05-13T18:22:28.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4287 | 2026-05-13T18:22:28.265Z | |
| 4288 | 2026-05-13T18:22:28.265Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (245/276) |
| 4289 | 2026-05-13T18:22:28.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4290 | 2026-05-13T18:22:28.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4291 | 2026-05-13T18:22:28.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4292 | 2026-05-13T18:22:28.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4293 | 2026-05-13T18:22:28.921Z | |
| 4294 | 2026-05-13T18:22:28.921Z | info: running `cargo check --bins` on nexus-mgs-updates (246/276) |
| 4295 | 2026-05-13T18:22:29.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4296 | 2026-05-13T18:22:29.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4297 | 2026-05-13T18:22:29.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4298 | 2026-05-13T18:22:29.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4299 | 2026-05-13T18:22:29.569Z | |
| 4300 | 2026-05-13T18:22:29.569Z | info: running `cargo check --bins` on nexus-networking (247/276) |
| 4301 | 2026-05-13T18:22:30.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4302 | 2026-05-13T18:22:30.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4303 | 2026-05-13T18:22:30.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4304 | 2026-05-13T18:22:30.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4305 | 2026-05-13T18:22:30.226Z | |
| 4306 | 2026-05-13T18:22:30.226Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (248/276) |
| 4307 | 2026-05-13T18:22:30.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4308 | 2026-05-13T18:22:30.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4309 | 2026-05-13T18:22:30.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4310 | 2026-05-13T18:22:30.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4311 | 2026-05-13T18:22:30.882Z | |
| 4312 | 2026-05-13T18:22:30.882Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/276) |
| 4313 | 2026-05-13T18:22:31.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4314 | 2026-05-13T18:22:31.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4315 | 2026-05-13T18:22:31.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4316 | 2026-05-13T18:22:31.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4317 | 2026-05-13T18:22:31.540Z | |
| 4318 | 2026-05-13T18:22:31.540Z | info: running `cargo check --bins` on omicron-dev (250/276) |
| 4319 | 2026-05-13T18:22:32.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4320 | 2026-05-13T18:22:32.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4321 | 2026-05-13T18:22:32.437Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4322 | 2026-05-13T18:22:32.437Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4323 | 2026-05-13T18:22:32.626Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4324 | 2026-05-13T18:22:32.657Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4325 | 2026-05-13T18:22:32.675Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4326 | 2026-05-13T18:22:32.692Z | Checking yansi v1.0.1 |
| 4327 | 2026-05-13T18:22:32.696Z | Checking diff v0.1.13 |
| 4328 | 2026-05-13T18:22:32.696Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4329 | 2026-05-13T18:22:32.764Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4330 | 2026-05-13T18:22:32.961Z | Checking pretty_assertions v1.4.1 |
| 4331 | 2026-05-13T18:22:33.599Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4332 | 2026-05-13T18:22:33.926Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4333 | 2026-05-13T18:22:57.247Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4334 | 2026-05-13T18:22:57.251Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4335 | 2026-05-13T18:22:57.251Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4336 | 2026-05-13T18:22:57.251Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4337 | 2026-05-13T18:22:57.251Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4338 | 2026-05-13T18:22:57.251Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4339 | 2026-05-13T18:22:58.073Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4340 | 2026-05-13T18:22:59.178Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4341 | 2026-05-13T18:23:37.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4342 | 2026-05-13T18:23:37.915Z | |
| 4343 | 2026-05-13T18:23:37.915Z | info: running `cargo check --bins` on omicron-pins (251/276) |
| 4344 | 2026-05-13T18:23:38.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4345 | 2026-05-13T18:23:38.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4346 | 2026-05-13T18:23:38.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4347 | 2026-05-13T18:23:38.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4348 | 2026-05-13T18:23:38.503Z | |
| 4349 | 2026-05-13T18:23:38.503Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/276) |
| 4350 | 2026-05-13T18:23:39.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4351 | 2026-05-13T18:23:39.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4352 | 2026-05-13T18:23:39.276Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4353 | 2026-05-13T18:23:39.399Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4354 | 2026-05-13T18:23:39.403Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4355 | 2026-05-13T18:24:05.175Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4356 | 2026-05-13T18:24:05.563Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4357 | 2026-05-13T18:24:07.253Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4358 | 2026-05-13T18:24:07.707Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4359 | 2026-05-13T18:24:10.624Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4360 | 2026-05-13T18:24:33.309Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4361 | 2026-05-13T18:24:34.014Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4362 | 2026-05-13T18:24:35.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.14s |
| 4363 | 2026-05-13T18:24:35.862Z | |
| 4364 | 2026-05-13T18:24:35.862Z | info: running `cargo check --bins` on reconfigurator-sp-updater (253/276) |
| 4365 | 2026-05-13T18:24:36.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4366 | 2026-05-13T18:24:36.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4367 | 2026-05-13T18:24:36.582Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4368 | 2026-05-13T18:24:37.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4369 | 2026-05-13T18:24:37.480Z | |
| 4370 | 2026-05-13T18:24:37.480Z | info: running `cargo check --bins` on omicron-releng (254/276) |
| 4371 | 2026-05-13T18:24:37.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4372 | 2026-05-13T18:24:37.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4373 | 2026-05-13T18:24:38.130Z | Compiling blake3 v1.8.3 |
| 4374 | 2026-05-13T18:24:38.252Z | Checking constant_time_eq v0.4.2 |
| 4375 | 2026-05-13T18:24:38.252Z | Checking arrayref v0.3.9 |
| 4376 | 2026-05-13T18:24:38.257Z | Checking arrayvec v0.7.6 |
| 4377 | 2026-05-13T18:24:38.260Z | Checking topological-sort v0.2.2 |
| 4378 | 2026-05-13T18:24:38.260Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4379 | 2026-05-13T18:24:38.260Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4380 | 2026-05-13T18:24:38.260Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4381 | 2026-05-13T18:24:38.311Z | Checking shell-words v1.1.1 |
| 4382 | 2026-05-13T18:24:39.021Z | Checking omicron-zone-package v0.12.2 |
| 4383 | 2026-05-13T18:24:39.726Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4384 | 2026-05-13T18:24:40.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
| 4385 | 2026-05-13T18:24:40.751Z | |
| 4386 | 2026-05-13T18:24:40.751Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (255/276) |
| 4387 | 2026-05-13T18:24:41.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4388 | 2026-05-13T18:24:41.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4389 | 2026-05-13T18:24:41.390Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4390 | 2026-05-13T18:24:41.710Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4391 | 2026-05-13T18:24:42.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4392 | 2026-05-13T18:24:42.301Z | |
| 4393 | 2026-05-13T18:24:42.301Z | info: running `cargo check --bins` on schema (256/276) |
| 4394 | 2026-05-13T18:24:42.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4395 | 2026-05-13T18:24:42.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4396 | 2026-05-13T18:24:43.021Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4397 | 2026-05-13T18:24:43.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4398 | 2026-05-13T18:24:43.913Z | |
| 4399 | 2026-05-13T18:24:43.913Z | info: running `cargo check --bins` on xtask (257/276) |
| 4400 | 2026-05-13T18:24:44.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4401 | 2026-05-13T18:24:44.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4402 | 2026-05-13T18:24:44.358Z | Checking libc v0.2.185 |
| 4403 | 2026-05-13T18:24:44.439Z | Checking serde v1.0.228 |
| 4404 | 2026-05-13T18:24:44.442Z | Checking zerofrom v0.1.6 |
| 4405 | 2026-05-13T18:24:44.446Z | Checking bitflags v2.11.0 |
| 4406 | 2026-05-13T18:24:44.451Z | Checking smallvec v1.15.1 |
| 4407 | 2026-05-13T18:24:44.458Z | Checking indexmap v2.14.0 |
| 4408 | 2026-05-13T18:24:44.468Z | Checking serde_json v1.0.149 |
| 4409 | 2026-05-13T18:24:44.472Z | Checking scroll v0.12.0 |
| 4410 | 2026-05-13T18:24:44.537Z | Checking yoke v0.8.1 |
| 4411 | 2026-05-13T18:24:44.591Z | Checking num-traits v0.2.19 |
| 4412 | 2026-05-13T18:24:44.624Z | Checking thiserror v1.0.69 |
| 4413 | 2026-05-13T18:24:44.695Z | Checking log v0.4.29 |
| 4414 | 2026-05-13T18:24:44.709Z | Checking zerovec v0.11.5 |
| 4415 | 2026-05-13T18:24:44.732Z | Checking zerotrie v0.2.3 |
| 4416 | 2026-05-13T18:24:44.740Z | Checking errno v0.3.14 |
| 4417 | 2026-05-13T18:24:44.821Z | Checking toml_datetime v0.6.11 |
| 4418 | 2026-05-13T18:24:44.842Z | Checking rustix v1.1.3 |
| 4419 | 2026-05-13T18:24:44.866Z | Checking serde_spanned v0.6.9 |
| 4420 | 2026-05-13T18:24:44.956Z | Checking percent-encoding v2.3.2 |
| 4421 | 2026-05-13T18:24:44.975Z | Checking zerocopy v0.7.35 |
| 4422 | 2026-05-13T18:24:44.983Z | Checking goblin v0.8.2 |
| 4423 | 2026-05-13T18:24:44.996Z | Checking toml_edit v0.22.27 |
| 4424 | 2026-05-13T18:24:45.067Z | Checking getrandom v0.4.1 |
| 4425 | 2026-05-13T18:24:45.097Z | Checking form_urlencoded v1.2.2 |
| 4426 | 2026-05-13T18:24:45.110Z | Checking ordered-float v2.10.1 |
| 4427 | 2026-05-13T18:24:45.138Z | Checking tinystr v0.8.2 |
| 4428 | 2026-05-13T18:24:45.198Z | Checking potential_utf v0.1.4 |
| 4429 | 2026-05-13T18:24:45.227Z | Checking thiserror v2.0.18 |
| 4430 | 2026-05-13T18:24:45.322Z | Checking icu_locale_core v2.1.1 |
| 4431 | 2026-05-13T18:24:45.333Z | Checking icu_collections v2.1.1 |
| 4432 | 2026-05-13T18:24:45.337Z | Checking serde-value v0.7.0 |
| 4433 | 2026-05-13T18:24:45.343Z | Checking syn v2.0.117 |
| 4434 | 2026-05-13T18:24:45.480Z | Checking dtrace-parser v0.2.0 |
| 4435 | 2026-05-13T18:24:45.531Z | Checking thread-id v4.2.2 |
| 4436 | 2026-05-13T18:24:45.613Z | Checking once_cell v1.21.3 |
| 4437 | 2026-05-13T18:24:45.653Z | Checking cargo-platform v0.2.0 |
| 4438 | 2026-05-13T18:24:45.666Z | Checking terminal_size v0.4.3 |
| 4439 | 2026-05-13T18:24:45.738Z | Checking memmap v0.7.0 |
| 4440 | 2026-05-13T18:24:45.775Z | Checking clap_builder v4.5.60 |
| 4441 | 2026-05-13T18:24:45.786Z | Checking tempfile v3.25.0 |
| 4442 | 2026-05-13T18:24:45.826Z | Checking textwrap v0.16.2 |
| 4443 | 2026-05-13T18:24:45.865Z | Checking fs-err v3.3.0 |
| 4444 | 2026-05-13T18:24:45.876Z | Checking icu_provider v2.1.1 |
| 4445 | 2026-05-13T18:24:45.975Z | Checking camino-tempfile v1.4.1 |
| 4446 | 2026-05-13T18:24:46.035Z | Checking tabled v0.15.0 |
| 4447 | 2026-05-13T18:24:46.045Z | Checking anyhow v1.0.102 |
| 4448 | 2026-05-13T18:24:46.108Z | Checking icu_properties v2.1.2 |
| 4449 | 2026-05-13T18:24:46.120Z | Checking icu_normalizer v2.1.1 |
| 4450 | 2026-05-13T18:24:46.131Z | Checking toml v0.8.23 |
| 4451 | 2026-05-13T18:24:46.236Z | Checking macaddr v1.0.1 |
| 4452 | 2026-05-13T18:24:46.413Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4453 | 2026-05-13T18:24:46.443Z | Checking cargo_toml v0.21.0 |
| 4454 | 2026-05-13T18:24:46.873Z | Checking dof v0.3.0 |
| 4455 | 2026-05-13T18:24:46.916Z | Checking idna_adapter v1.2.1 |
| 4456 | 2026-05-13T18:24:46.966Z | Checking clap v4.5.60 |
| 4457 | 2026-05-13T18:24:47.032Z | Checking idna v1.1.0 |
| 4458 | 2026-05-13T18:24:47.144Z | Checking usdt-impl v0.5.0 |
| 4459 | 2026-05-13T18:24:47.257Z | Checking url v2.5.8 |
| 4460 | 2026-05-13T18:24:47.385Z | Checking usdt v0.5.0 |
| 4461 | 2026-05-13T18:24:47.595Z | Checking cargo-util-schemas v0.8.2 |
| 4462 | 2026-05-13T18:24:48.276Z | Checking cargo_metadata v0.21.0 |
| 4463 | 2026-05-13T18:24:48.872Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4464 | 2026-05-13T18:24:49.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
| 4465 | 2026-05-13T18:24:49.401Z | |
| 4466 | 2026-05-13T18:24:49.401Z | info: running `cargo check --bins` on dnsadm (258/276) |
| 4467 | 2026-05-13T18:24:49.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4468 | 2026-05-13T18:24:49.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4469 | 2026-05-13T18:24:50.040Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4470 | 2026-05-13T18:24:50.525Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4471 | 2026-05-13T18:24:50.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4472 | 2026-05-13T18:24:51.103Z | |
| 4473 | 2026-05-13T18:24:51.103Z | info: running `cargo check --bins` on end-to-end-tests (259/276) |
| 4474 | 2026-05-13T18:24:51.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-05-13T18:24:51.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-05-13T18:24:51.890Z | Checking polyval v0.6.2 |
| 4477 | 2026-05-13T18:24:52.015Z | Checking ctr v0.9.2 |
| 4478 | 2026-05-13T18:24:52.025Z | Checking ssh-encoding v0.2.0 |
| 4479 | 2026-05-13T18:24:52.028Z | Checking blowfish v0.9.1 |
| 4480 | 2026-05-13T18:24:52.046Z | Checking password-hash v0.4.2 |
| 4481 | 2026-05-13T18:24:52.059Z | Checking p256 v0.13.2 |
| 4482 | 2026-05-13T18:24:52.063Z | Checking p521 v0.13.3 |
| 4483 | 2026-05-13T18:24:52.085Z | Checking russh-cryptovec v0.7.3 |
| 4484 | 2026-05-13T18:24:52.155Z | Checking ghash v0.5.1 |
| 4485 | 2026-05-13T18:24:52.167Z | Checking md5 v0.7.0 |
| 4486 | 2026-05-13T18:24:52.192Z | Checking bcrypt-pbkdf v0.10.0 |
| 4487 | 2026-05-13T18:24:52.217Z | Checking num-bigint v0.4.6 |
| 4488 | 2026-05-13T18:24:52.221Z | Checking des v0.8.1 |
| 4489 | 2026-05-13T18:24:52.264Z | Checking pbkdf2 v0.11.0 |
| 4490 | 2026-05-13T18:24:52.278Z | Checking aes-gcm v0.10.3 |
| 4491 | 2026-05-13T18:24:52.313Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4492 | 2026-05-13T18:24:52.329Z | Checking hex-literal v0.4.1 |
| 4493 | 2026-05-13T18:24:52.348Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4494 | 2026-05-13T18:24:52.386Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4495 | 2026-05-13T18:24:52.419Z | Checking socket2 v0.5.10 |
| 4496 | 2026-05-13T18:24:52.424Z | Checking ssh-cipher v0.2.0 |
| 4497 | 2026-05-13T18:24:52.446Z | Checking internet-checksum v0.2.1 |
| 4498 | 2026-05-13T18:24:52.595Z | Checking ssh-key v0.6.7 |
| 4499 | 2026-05-13T18:24:52.701Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4500 | 2026-05-13T18:24:53.233Z | Checking russh-keys v0.45.0 |
| 4501 | 2026-05-13T18:24:53.760Z | Checking russh v0.45.0 |
| 4502 | 2026-05-13T18:25:09.511Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4503 | 2026-05-13T18:25:10.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s |
| 4504 | 2026-05-13T18:25:10.472Z | |
| 4505 | 2026-05-13T18:25:10.472Z | info: running `cargo check --bins` on gateway-cli (260/276) |
| 4506 | 2026-05-13T18:25:10.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4507 | 2026-05-13T18:25:10.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4508 | 2026-05-13T18:25:11.077Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4509 | 2026-05-13T18:25:11.177Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4510 | 2026-05-13T18:25:11.184Z | Checking termios v0.3.3 |
| 4511 | 2026-05-13T18:25:12.380Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4512 | 2026-05-13T18:25:12.530Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4513 | 2026-05-13T18:25:14.334Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4514 | 2026-05-13T18:25:14.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
| 4515 | 2026-05-13T18:25:15.082Z | |
| 4516 | 2026-05-13T18:25:15.082Z | info: running `cargo check --bins --no-default-features` on installinator (261/276) |
| 4517 | 2026-05-13T18:25:15.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4518 | 2026-05-13T18:25:15.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4519 | 2026-05-13T18:25:15.791Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4520 | 2026-05-13T18:25:15.795Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4521 | 2026-05-13T18:25:15.913Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4522 | 2026-05-13T18:25:15.917Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4523 | 2026-05-13T18:25:15.927Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4524 | 2026-05-13T18:25:15.937Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4525 | 2026-05-13T18:25:16.660Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4526 | 2026-05-13T18:25:16.993Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4527 | 2026-05-13T18:25:16.993Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4528 | 2026-05-13T18:25:17.626Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4529 | 2026-05-13T18:25:19.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 4530 | 2026-05-13T18:25:19.459Z | |
| 4531 | 2026-05-13T18:25:19.459Z | info: running `cargo check --bins` on internal-dns-cli (262/276) |
| 4532 | 2026-05-13T18:25:19.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4533 | 2026-05-13T18:25:19.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4534 | 2026-05-13T18:25:20.100Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4535 | 2026-05-13T18:25:20.554Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4536 | 2026-05-13T18:25:20.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4537 | 2026-05-13T18:25:21.066Z | |
| 4538 | 2026-05-13T18:25:21.066Z | info: running `cargo check --bins` on omicron-live-tests (263/276) |
| 4539 | 2026-05-13T18:25:21.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4540 | 2026-05-13T18:25:21.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4541 | 2026-05-13T18:25:21.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4542 | 2026-05-13T18:25:21.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4543 | 2026-05-13T18:25:21.661Z | |
| 4544 | 2026-05-13T18:25:21.661Z | info: running `cargo check --bins` on live-tests-macros (264/276) |
| 4545 | 2026-05-13T18:25:22.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4546 | 2026-05-13T18:25:22.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4547 | 2026-05-13T18:25:22.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4548 | 2026-05-13T18:25:22.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4549 | 2026-05-13T18:25:22.256Z | |
| 4550 | 2026-05-13T18:25:22.256Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/276) |
| 4551 | 2026-05-13T18:25:22.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4552 | 2026-05-13T18:25:22.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4553 | 2026-05-13T18:25:22.999Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4554 | 2026-05-13T18:25:23.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 4555 | 2026-05-13T18:25:23.798Z | |
| 4556 | 2026-05-13T18:25:23.798Z | info: running `cargo check --bins` on omicron-ntp-admin (266/276) |
| 4557 | 2026-05-13T18:25:24.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4558 | 2026-05-13T18:25:24.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4559 | 2026-05-13T18:25:24.449Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4560 | 2026-05-13T18:25:24.453Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4561 | 2026-05-13T18:25:24.704Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4562 | 2026-05-13T18:25:24.708Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4563 | 2026-05-13T18:25:25.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4564 | 2026-05-13T18:25:25.686Z | |
| 4565 | 2026-05-13T18:25:25.686Z | info: running `cargo check --bins` on ntp-admin-types (267/276) |
| 4566 | 2026-05-13T18:25:26.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4567 | 2026-05-13T18:25:26.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4568 | 2026-05-13T18:25:26.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4569 | 2026-05-13T18:25:26.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4570 | 2026-05-13T18:25:26.280Z | |
| 4571 | 2026-05-13T18:25:26.280Z | info: running `cargo check --bins` on omicron-package (268/276) |
| 4572 | 2026-05-13T18:25:26.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4573 | 2026-05-13T18:25:26.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4574 | 2026-05-13T18:25:26.956Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4575 | 2026-05-13T18:25:28.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4576 | 2026-05-13T18:25:28.212Z | |
| 4577 | 2026-05-13T18:25:28.212Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (269/276) |
| 4578 | 2026-05-13T18:25:28.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4579 | 2026-05-13T18:25:28.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4580 | 2026-05-13T18:25:28.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4581 | 2026-05-13T18:25:28.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4582 | 2026-05-13T18:25:28.832Z | |
| 4583 | 2026-05-13T18:25:28.832Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (270/276) |
| 4584 | 2026-05-13T18:25:29.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4585 | 2026-05-13T18:25:29.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4586 | 2026-05-13T18:25:29.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4587 | 2026-05-13T18:25:29.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4588 | 2026-05-13T18:25:29.457Z | |
| 4589 | 2026-05-13T18:25:29.457Z | info: running `cargo check --bins` on tqdb (271/276) |
| 4590 | 2026-05-13T18:25:30.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4591 | 2026-05-13T18:25:30.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4592 | 2026-05-13T18:25:30.242Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4593 | 2026-05-13T18:25:30.591Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4594 | 2026-05-13T18:25:31.097Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4595 | 2026-05-13T18:25:31.097Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4596 | 2026-05-13T18:25:36.842Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4597 | 2026-05-13T18:25:36.845Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4598 | 2026-05-13T18:25:37.415Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4599 | 2026-05-13T18:25:37.418Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4600 | 2026-05-13T18:25:37.418Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4601 | 2026-05-13T18:25:37.418Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4602 | 2026-05-13T18:25:38.168Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4603 | 2026-05-13T18:25:39.115Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4604 | 2026-05-13T18:25:39.876Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4605 | 2026-05-13T18:25:40.489Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4606 | 2026-05-13T18:25:44.869Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4607 | 2026-05-13T18:25:51.147Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4608 | 2026-05-13T18:25:51.152Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4609 | 2026-05-13T18:25:51.152Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4610 | 2026-05-13T18:25:51.153Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4611 | 2026-05-13T18:25:52.587Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4612 | 2026-05-13T18:25:53.937Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4613 | 2026-05-13T18:25:54.607Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4614 | 2026-05-13T18:25:55.850Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4615 | 2026-05-13T18:25:56.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.92s |
| 4616 | 2026-05-13T18:25:56.604Z | |
| 4617 | 2026-05-13T18:25:56.604Z | info: running `cargo check --bins` on wicket-dbg (272/276) |
| 4618 | 2026-05-13T18:25:57.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4619 | 2026-05-13T18:25:57.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4620 | 2026-05-13T18:25:57.317Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4621 | 2026-05-13T18:25:57.318Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4622 | 2026-05-13T18:25:57.324Z | Checking rtoolbox v0.0.3 |
| 4623 | 2026-05-13T18:25:57.445Z | Checking tui-tree-widget v0.23.1 |
| 4624 | 2026-05-13T18:25:57.542Z | Checking rpassword v7.4.0 |
| 4625 | 2026-05-13T18:25:58.552Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4626 | 2026-05-13T18:26:01.584Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4627 | 2026-05-13T18:26:03.420Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4628 | 2026-05-13T18:26:04.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s |
| 4629 | 2026-05-13T18:26:04.525Z | |
| 4630 | 2026-05-13T18:26:04.525Z | info: running `cargo check --bins` on wicket (273/276) |
| 4631 | 2026-05-13T18:26:05.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4632 | 2026-05-13T18:26:05.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4633 | 2026-05-13T18:26:09.145Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4634 | 2026-05-13T18:26:09.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 4635 | 2026-05-13T18:26:09.173Z | |
| 4636 | 2026-05-13T18:26:09.173Z | info: running `cargo check --bins` on wicketd (274/276) |
| 4637 | 2026-05-13T18:26:09.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4638 | 2026-05-13T18:26:09.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4639 | 2026-05-13T18:26:09.174Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4640 | 2026-05-13T18:26:09.174Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4641 | 2026-05-13T18:26:09.174Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4642 | 2026-05-13T18:26:09.174Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4643 | 2026-05-13T18:26:09.174Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4644 | 2026-05-13T18:26:09.174Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4645 | 2026-05-13T18:26:11.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s |
| 4646 | 2026-05-13T18:26:11.291Z | |
| 4647 | 2026-05-13T18:26:11.291Z | info: running `cargo check --bins` on omicron-workspace-hack (275/276) |
| 4648 | 2026-05-13T18:26:11.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4649 | 2026-05-13T18:26:11.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4650 | 2026-05-13T18:26:11.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4651 | 2026-05-13T18:26:11.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4652 | 2026-05-13T18:26:11.893Z | |
| 4653 | 2026-05-13T18:26:11.893Z | info: running `cargo check --bins` on zone-setup (276/276) |
| 4654 | 2026-05-13T18:26:12.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4655 | 2026-05-13T18:26:12.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4656 | 2026-05-13T18:26:12.576Z | Checking uzers v0.12.2 |
| 4657 | 2026-05-13T18:26:12.853Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4658 | 2026-05-13T18:26:13.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 4659 | 2026-05-13T18:26:13.815Z | |
| 4660 | 2026-05-13T18:26:13.815Z | real 14:12.055557141 |
| 4661 | 2026-05-13T18:26:13.815Z | user 20:35.833261407 |
| 4662 | 2026-05-13T18:26:13.815Z | sys 4:13.836145611 |
| 4663 | 2026-05-13T18:26:13.816Z | trap 0.316510824 |
| 4664 | 2026-05-13T18:26:13.816Z | tflt 2.332575416 |
| 4665 | 2026-05-13T18:26:13.816Z | dflt 1.958134265 |
| 4666 | 2026-05-13T18:26:13.816Z | kflt 0.034497950 |
| 4667 | 2026-05-13T18:26:13.820Z | lock 1:16:26.092322427 |
| 4668 | 2026-05-13T18:26:13.820Z | slp 1:38:37.546375635 |
| 4669 | 2026-05-13T18:26:13.820Z | lat 54.004224168 |
| 4670 | 2026-05-13T18:26:13.820Z | stop 3:31.782249927 |
| 4671 | 2026-05-13T18:26:13.820Z | process exited: duration 993283 ms, exit code 0 |
| |
| 4672 | 2026-05-13T18:26:13.829Z | found 0 output files |