|
|
|
| 1 | 2026-01-30T18:03:24.819Z | job assigned to worker 01KG814EQ2KANYJKW4WMNM029Y [factory aws, i-0c861fea053f46be1] (queued for 54 s) |
| |
| 2 | 2026-01-30T18:03:33.820Z | starting task 0: "setup" |
| 3 | 2026-01-30T18:03:33.852Z | ++ uname -s |
| 4 | 2026-01-30T18:03:33.852Z | + kern=SunOS |
| 5 | 2026-01-30T18:03:33.852Z | + build_user=build |
| 6 | 2026-01-30T18:03:33.852Z | + build_uid=12345 |
| 7 | 2026-01-30T18:03:33.852Z | + work_dir=/work |
| 8 | 2026-01-30T18:03:33.852Z | + input_dir=/input |
| 9 | 2026-01-30T18:03:33.853Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-30T18:03:33.853Z | + case "$kern" in |
| 11 | 2026-01-30T18:03:33.853Z | + groupadd -g 12345 build |
| 12 | 2026-01-30T18:03:33.853Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-30T18:03:35.805Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-30T18:03:35.899Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-30T18:03:35.902Z | + home_fs=zfs |
| 16 | 2026-01-30T18:03:35.902Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-30T18:03:35.902Z | + mkdir -p /home/build |
| 18 | 2026-01-30T18:03:35.902Z | + chown build:build /home/build /work |
| 19 | 2026-01-30T18:03:37.902Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-30T18:03:37.906Z | process exited: duration 4121 ms, exit code 0 |
| |
| 21 | 2026-01-30T18:03:37.912Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-30T18:03:37.917Z | * rust toolchain channel = "1.91.1" |
| 23 | 2026-01-30T18:03:37.917Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 24 | 2026-01-30T18:03:37.917Z | * rust toolchain profile = "default" |
| 25 | 2026-01-30T18:03:37.917Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-01-30T18:03:37.917Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-01-30T18:03:37.917Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-30T18:03:37.920Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-30T18:03:37.920Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-01-30T18:03:38.057Z | info: downloading installer |
| 31 | 2026-01-30T18:03:39.852Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-30T18:03:39.852Z | warn: /opt/ooce/bin |
| 33 | 2026-01-30T18:03:39.852Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-30T18:03:39.852Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-30T18:03:39.852Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-30T18:03:39.852Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-30T18:03:39.853Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-30T18:03:39.853Z | error: cannot install while Rust is installed |
| 39 | 2026-01-30T18:03:39.853Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-30T18:03:39.891Z | info: profile set to 'default' |
| 41 | 2026-01-30T18:03:39.891Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-30T18:03:39.894Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-01-30T18:03:40.086Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-01-30T18:03:40.086Z | info: downloading component 'cargo' |
| 45 | 2026-01-30T18:03:41.252Z | info: downloading component 'clippy' |
| 46 | 2026-01-30T18:03:41.641Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-30T18:03:43.060Z | info: downloading component 'rust-std' |
| 48 | 2026-01-30T18:03:44.899Z | info: downloading component 'rustc' |
| 49 | 2026-01-30T18:03:54.033Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-30T18:03:54.348Z | info: installing component 'cargo' |
| 51 | 2026-01-30T18:03:55.271Z | info: installing component 'clippy' |
| 52 | 2026-01-30T18:03:55.672Z | info: installing component 'rust-docs' |
| 53 | 2026-01-30T18:03:57.665Z | info: installing component 'rust-std' |
| 54 | 2026-01-30T18:03:59.494Z | info: installing component 'rustc' |
| 55 | 2026-01-30T18:04:06.294Z | info: installing component 'rustfmt' |
| 56 | 2026-01-30T18:04:06.652Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-01-30T18:04:06.652Z | |
| 58 | 2026-01-30T18:04:07.109Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-01-30T18:04:07.110Z | |
| 60 | 2026-01-30T18:04:07.113Z | |
| 61 | 2026-01-30T18:04:07.113Z | Rust is installed now. Great! |
| 62 | 2026-01-30T18:04:07.113Z | |
| 63 | 2026-01-30T18:04:07.113Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-30T18:04:07.113Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-30T18:04:07.113Z | |
| 66 | 2026-01-30T18:04:07.113Z | To configure your current shell, you need to source |
| 67 | 2026-01-30T18:04:07.113Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-30T18:04:07.113Z | |
| 69 | 2026-01-30T18:04:07.113Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-30T18:04:07.113Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-30T18:04:07.113Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-30T18:04:07.113Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-30T18:04:07.205Z | + rustup --version |
| 74 | 2026-01-30T18:04:07.218Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-30T18:04:07.227Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-30T18:04:07.306Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-01-30T18:04:07.310Z | + cargo --version |
| 78 | 2026-01-30T18:04:07.397Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-01-30T18:04:07.400Z | + rustc --version |
| 80 | 2026-01-30T18:04:07.516Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-01-30T18:04:07.521Z | process exited: duration 29605 ms, exit code 0 |
| |
| 82 | 2026-01-30T18:04:07.527Z | starting task 2: "authentication" |
| 83 | 2026-01-30T18:04:07.550Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-01-30T18:04:07.556Z | starting task 3: "clone repository" |
| 85 | 2026-01-30T18:04:07.561Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-01-30T18:04:07.564Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-01-30T18:04:07.624Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-01-30T18:05:02.884Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-01-30T18:05:02.887Z | + git fetch origin af6659ec15f2d5e6b5e29aebd82b669817d4defe |
| 90 | 2026-01-30T18:05:03.662Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-01-30T18:05:03.663Z | * branch af6659ec15f2d5e6b5e29aebd82b669817d4defe -> FETCH_HEAD |
| 92 | 2026-01-30T18:05:03.675Z | + [[ -n eliza/snapshot-or-image ]] |
| 93 | 2026-01-30T18:05:03.678Z | ++ git branch --show-current |
| 94 | 2026-01-30T18:05:03.683Z | + current=main |
| 95 | 2026-01-30T18:05:03.683Z | + [[ main != eliza/snapshot-or-image ]] |
| 96 | 2026-01-30T18:05:03.683Z | + git branch -f eliza/snapshot-or-image af6659ec15f2d5e6b5e29aebd82b669817d4defe |
| 97 | 2026-01-30T18:05:03.686Z | + git checkout -f eliza/snapshot-or-image |
| 98 | 2026-01-30T18:05:04.141Z | Switched to branch 'eliza/snapshot-or-image' |
| 99 | 2026-01-30T18:05:04.144Z | + git reset --hard af6659ec15f2d5e6b5e29aebd82b669817d4defe |
| 100 | 2026-01-30T18:05:04.189Z | HEAD is now at af6659ec1 lookup snapshot or image VCRs? |
| 101 | 2026-01-30T18:05:04.193Z | process exited: duration 56628 ms, exit code 0 |
| |
| 102 | 2026-01-30T18:05:04.199Z | starting task 4: "build" |
| 103 | 2026-01-30T18:05:04.204Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-01-30T18:05:04.204Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-01-30T18:05:04.204Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-01-30T18:05:04.204Z | + cargo --version |
| 107 | 2026-01-30T18:05:04.270Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-01-30T18:05:04.273Z | + rustc --version |
| 109 | 2026-01-30T18:05:04.351Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-01-30T18:05:04.356Z | + source ./env.sh |
| 111 | 2026-01-30T18:05:04.359Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2026-01-30T18:05:04.359Z | ++ set -o xtrace |
| 113 | 2026-01-30T18:05:04.359Z | ++++ dirname ./env.sh |
| 114 | 2026-01-30T18:05:04.362Z | +++ readlink -f . |
| 115 | 2026-01-30T18:05:04.367Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2026-01-30T18:05:04.367Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-01-30T18:05:04.367Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-01-30T18:05:04.367Z | ++ 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 |
| 119 | 2026-01-30T18:05:04.367Z | ++ 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 |
| 120 | 2026-01-30T18:05:04.367Z | ++ 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 |
| 121 | 2026-01-30T18:05:04.367Z | ++ 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 |
| 122 | 2026-01-30T18:05:04.367Z | ++ 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 |
| 123 | 2026-01-30T18:05:04.367Z | ++ 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 |
| 124 | 2026-01-30T18:05:04.367Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2026-01-30T18:05:04.367Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2026-01-30T18:05:04.367Z | + 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 |
| 127 | 2026-01-30T18:05:04.367Z | + 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 |
| 128 | 2026-01-30T18:05:04.368Z | + banner prerequisites |
| 129 | 2026-01-30T18:05:04.371Z | |
| 130 | 2026-01-30T18:05:04.371Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2026-01-30T18:05:04.371Z | # # # # # # # # # # # # # # # |
| 132 | 2026-01-30T18:05:04.371Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2026-01-30T18:05:04.371Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2026-01-30T18:05:04.371Z | # # # # # # # # # # # # # # # |
| 135 | 2026-01-30T18:05:04.371Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2026-01-30T18:05:04.371Z | |
| 137 | 2026-01-30T18:05:04.371Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2026-01-30T18:05:18.785Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2026-01-30T18:05:28.936Z | Startup: Caching catalogs ... Done |
| 140 | 2026-01-30T18:05:49.359Z | Planning: Solver setup ... Done (18.971s) |
| 141 | 2026-01-30T18:05:49.509Z | Planning: Running solver ... Done (0.150s) |
| 142 | 2026-01-30T18:05:49.669Z | Planning: Finding local manifests ... Done (0.003s) |
| 143 | 2026-01-30T18:05:49.683Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2026-01-30T18:05:49.861Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2026-01-30T18:05:49.912Z | Planning: Package planning ... Done (0.051s) |
| 146 | 2026-01-30T18:05:49.963Z | Planning: Merging actions ... Done (0.051s) |
| 147 | 2026-01-30T18:05:50.405Z | Planning: Checking for conflicting actions ... Done (0.442s) |
| 148 | 2026-01-30T18:05:50.417Z | Planning: Consolidating action changes ... Done (0.012s) |
| 149 | 2026-01-30T18:05:53.849Z | Planning: Evaluating mediators ... Done (3.431s) |
| 150 | 2026-01-30T18:05:53.859Z | Planning: Planning completed in 24.77 seconds |
| 151 | 2026-01-30T18:05:53.877Z | Packages to install: 4 |
| 152 | 2026-01-30T18:05:53.877Z | Mediators to change: 2 |
| 153 | 2026-01-30T18:05:53.880Z | Services to change: 1 |
| 154 | 2026-01-30T18:05:53.880Z | Estimated space available: 155.44 GB |
| 155 | 2026-01-30T18:05:53.880Z | Estimated space to be consumed: 1.80 GB |
| 156 | 2026-01-30T18:05:53.880Z | Create boot environment: No |
| 157 | 2026-01-30T18:05:53.880Z | Create backup boot environment: No |
| 158 | 2026-01-30T18:05:53.880Z | Rebuild boot archive: No |
| 159 | 2026-01-30T18:05:53.880Z | |
| 160 | 2026-01-30T18:05:53.880Z | Changed mediators: |
| 161 | 2026-01-30T18:05:53.880Z | mediator clang: |
| 162 | 2026-01-30T18:05:53.880Z | version: None -> 15 (system default) |
| 163 | 2026-01-30T18:05:53.880Z | |
| 164 | 2026-01-30T18:05:53.880Z | mediator llvm: |
| 165 | 2026-01-30T18:05:53.880Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2026-01-30T18:05:53.880Z | |
| 167 | 2026-01-30T18:05:53.881Z | Changed packages: |
| 168 | 2026-01-30T18:05:53.881Z | helios-dev |
| 169 | 2026-01-30T18:05:53.881Z | developer/build-essential |
| 170 | 2026-01-30T18:05:53.881Z | None -> 11-2.0 |
| 171 | 2026-01-30T18:05:53.881Z | library/libxmlsec1 |
| 172 | 2026-01-30T18:05:53.881Z | None -> 1.2.35-2.0 |
| 173 | 2026-01-30T18:05:53.881Z | ooce/developer/clang-15 |
| 174 | 2026-01-30T18:05:53.881Z | None -> 15.0.7-2.0 |
| 175 | 2026-01-30T18:05:53.881Z | ooce/developer/llvm-15 |
| 176 | 2026-01-30T18:05:53.881Z | None -> 15.0.7-2.0 |
| 177 | 2026-01-30T18:05:53.881Z | |
| 178 | 2026-01-30T18:05:53.881Z | Services: |
| 179 | 2026-01-30T18:05:53.881Z | restart_fmri: |
| 180 | 2026-01-30T18:05:53.881Z | svc:/system/update-man-index:default |
| 181 | 2026-01-30T18:05:54.085Z | |
| 182 | 2026-01-30T18:05:54.086Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2026-01-30T18:05:59.453Z | Download: 1194/3290 items 83.5/212.6MB 39% complete (20.5M/s) |
| 184 | 2026-01-30T18:06:04.454Z | Download: 1362/3290 items 115.9/212.6MB 54% complete (11.6M/s) |
| 185 | 2026-01-30T18:06:09.455Z | Download: 2948/3290 items 121.0/212.6MB 56% complete (3.8M/s) |
| 186 | 2026-01-30T18:06:15.733Z | Download: 3289/3290 items 210.2/212.6MB 98% complete (13.0M/s) |
| 187 | 2026-01-30T18:06:15.784Z | Download: Completed 212.60 MB in 21.69 seconds (9.8M/s) |
| 188 | 2026-01-30T18:06:15.965Z | Actions: 1/3689 actions (Installing new actions) |
| 189 | 2026-01-30T18:06:20.811Z | Actions: Completed 3689 actions in 4.85 seconds. |
| 190 | 2026-01-30T18:06:21.230Z | Done (0.413s) |
| 191 | 2026-01-30T18:06:21.230Z | Done (0.000s) |
| 192 | 2026-01-30T18:06:22.305Z | Done (1.074s) |
| 193 | 2026-01-30T18:06:27.771Z | Done (5.098s) |
| 194 | 2026-01-30T18:06:27.864Z | Done (0.021s) |
| 195 | 2026-01-30T18:06:27.868Z | Done (0.000s) |
| 196 | 2026-01-30T18:06:28.086Z | Done (0.000s) |
| 197 | 2026-01-30T18:06:29.079Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2026-01-30T18:06:29.248Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2026-01-30T18:06:29.252Z | Planning: Consolidating action changes ... Done |
| 200 | 2026-01-30T18:06:29.533Z | Planning: Evaluating mediators ... Done |
| 201 | 2026-01-30T18:06:29.536Z | Planning: Planning completed in 0.46 seconds |
| 202 | 2026-01-30T18:06:29.568Z | Mediators to change: 2 |
| 203 | 2026-01-30T18:06:29.568Z | Create boot environment: No |
| 204 | 2026-01-30T18:06:29.571Z | Create backup boot environment: No |
| 205 | 2026-01-30T18:06:29.713Z | Done |
| 206 | 2026-01-30T18:06:29.713Z | Done |
| 207 | 2026-01-30T18:06:30.526Z | Done |
| 208 | 2026-01-30T18:06:34.439Z | Done |
| 209 | 2026-01-30T18:06:34.530Z | Done |
| 210 | 2026-01-30T18:06:34.533Z | Done |
| 211 | 2026-01-30T18:06:34.745Z | Done |
| 212 | 2026-01-30T18:06:35.391Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2026-01-30T18:06:35.395Z | Planning: Merging actions ... Done |
| 214 | 2026-01-30T18:06:35.590Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2026-01-30T18:06:35.593Z | Planning: Consolidating action changes ... Done |
| 216 | 2026-01-30T18:06:35.868Z | Planning: Evaluating mediators ... Done |
| 217 | 2026-01-30T18:06:35.927Z | Planning: Planning completed in 0.79 seconds |
| 218 | 2026-01-30T18:06:35.962Z | Packages to change: 1 |
| 219 | 2026-01-30T18:06:35.962Z | Mediators to change: 1 |
| 220 | 2026-01-30T18:06:35.966Z | Services to change: 1 |
| 221 | 2026-01-30T18:06:35.966Z | Create boot environment: No |
| 222 | 2026-01-30T18:06:35.966Z | Create backup boot environment: Yes |
| 223 | 2026-01-30T18:06:37.169Z | Actions: 1/6 actions (Updating modified actions) |
| 224 | 2026-01-30T18:06:37.173Z | Actions: Completed 6 actions in 0.00 seconds. |
| 225 | 2026-01-30T18:06:37.173Z | Done |
| 226 | 2026-01-30T18:06:37.173Z | Done |
| 227 | 2026-01-30T18:06:37.385Z | Done |
| 228 | 2026-01-30T18:06:41.272Z | Done |
| 229 | 2026-01-30T18:06:41.361Z | Done |
| 230 | 2026-01-30T18:06:41.364Z | Done |
| 231 | 2026-01-30T18:06:41.518Z | Done |
| 232 | 2026-01-30T18:06:42.003Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2026-01-30T18:06:42.003Z | clang system 15 system |
| 234 | 2026-01-30T18:06:42.003Z | csh system system illumos |
| 235 | 2026-01-30T18:06:42.003Z | ctags system system illumos |
| 236 | 2026-01-30T18:06:42.003Z | file system system illumos |
| 237 | 2026-01-30T18:06:42.003Z | gcc vendor 12 vendor |
| 238 | 2026-01-30T18:06:42.003Z | gcc system 10 system |
| 239 | 2026-01-30T18:06:42.003Z | gcc system 7 system |
| 240 | 2026-01-30T18:06:42.003Z | go system 1.20 system |
| 241 | 2026-01-30T18:06:42.003Z | go system 1.19 system |
| 242 | 2026-01-30T18:06:42.003Z | llvm system 15 system |
| 243 | 2026-01-30T18:06:42.003Z | llvm system 14 system |
| 244 | 2026-01-30T18:06:42.003Z | mariadb system 10.6 system |
| 245 | 2026-01-30T18:06:42.003Z | mta vendor vendor dma |
| 246 | 2026-01-30T18:06:42.003Z | openjdk system 17 system |
| 247 | 2026-01-30T18:06:42.003Z | openjdk system 11 system |
| 248 | 2026-01-30T18:06:42.003Z | openjdk system 1.8 system |
| 249 | 2026-01-30T18:06:42.003Z | openssl vendor 3 vendor |
| 250 | 2026-01-30T18:06:42.003Z | perl system 5.36 system |
| 251 | 2026-01-30T18:06:42.003Z | postgresql system 15 system |
| 252 | 2026-01-30T18:06:42.003Z | postgresql system 13 system |
| 253 | 2026-01-30T18:06:42.003Z | python vendor 3 vendor |
| 254 | 2026-01-30T18:06:42.003Z | python system 2 system |
| 255 | 2026-01-30T18:06:42.003Z | python3 system 3.11 system |
| 256 | 2026-01-30T18:06:42.003Z | ruby system 3.0 system |
| 257 | 2026-01-30T18:06:42.003Z | words vendor vendor american-english |
| 258 | 2026-01-30T18:06:42.003Z | words system system australian-english |
| 259 | 2026-01-30T18:06:42.004Z | words system system british-english |
| 260 | 2026-01-30T18:06:42.004Z | words system system canadian-english |
| 261 | 2026-01-30T18:06:42.004Z | words system system french |
| 262 | 2026-01-30T18:06:42.004Z | words system system italian |
| 263 | 2026-01-30T18:06:42.004Z | words system system ngerman |
| 264 | 2026-01-30T18:06:42.004Z | words system system ogerman |
| 265 | 2026-01-30T18:06:42.004Z | words system system spanish |
| 266 | 2026-01-30T18:06:42.359Z | PUBLISHER TYPE STATUS P LOCATION |
| 267 | 2026-01-30T18:06:42.359Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 268 | 2026-01-30T18:06:48.711Z | FMRI IFO |
| 269 | 2026-01-30T18:06:48.711Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 270 | 2026-01-30T18:06:48.711Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 271 | 2026-01-30T18:06:48.711Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 272 | 2026-01-30T18:06:48.711Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 273 | 2026-01-30T18:06:48.711Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 274 | 2026-01-30T18:06:48.711Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 275 | 2026-01-30T18:06:48.711Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2026-01-30T18:06:48.711Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 277 | 2026-01-30T18:06:48.711Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2026-01-30T18:06:48.711Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2026-01-30T18:06:48.711Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 280 | 2026-01-30T18:06:48.711Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2026-01-30T18:06:48.711Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2026-01-30T18:06:48.712Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 283 | 2026-01-30T18:06:48.712Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2026-01-30T18:06:48.712Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2026-01-30T18:06:49.932Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2026-01-30T18:06:50.593Z | Updating crates.io index |
| 287 | 2026-01-30T18:06:50.630Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 288 | 2026-01-30T18:06:51.351Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2026-01-30T18:06:53.924Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 290 | 2026-01-30T18:06:54.552Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 291 | 2026-01-30T18:06:55.071Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 292 | 2026-01-30T18:06:55.895Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2026-01-30T18:07:00.340Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2026-01-30T18:07:06.458Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2026-01-30T18:07:09.332Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 296 | 2026-01-30T18:07:10.004Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 297 | 2026-01-30T18:07:13.953Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 298 | 2026-01-30T18:07:15.369Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 299 | 2026-01-30T18:07:15.990Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 300 | 2026-01-30T18:07:17.387Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 301 | 2026-01-30T18:07:18.044Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 302 | 2026-01-30T18:07:19.629Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 303 | 2026-01-30T18:07:20.688Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 304 | 2026-01-30T18:07:21.346Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 305 | 2026-01-30T18:07:22.041Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 306 | 2026-01-30T18:07:22.705Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 307 | 2026-01-30T18:07:23.265Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 308 | 2026-01-30T18:07:23.794Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 309 | 2026-01-30T18:07:24.479Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 310 | 2026-01-30T18:07:25.357Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 311 | 2026-01-30T18:07:26.659Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 312 | 2026-01-30T18:07:27.205Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 313 | 2026-01-30T18:07:28.076Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 314 | 2026-01-30T18:07:28.737Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 315 | 2026-01-30T18:07:31.961Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 316 | 2026-01-30T18:07:32.830Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 317 | 2026-01-30T18:07:33.464Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 318 | 2026-01-30T18:07:34.142Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 319 | 2026-01-30T18:07:34.953Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 320 | 2026-01-30T18:07:35.726Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 321 | 2026-01-30T18:07:36.612Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 322 | 2026-01-30T18:07:37.432Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 323 | 2026-01-30T18:07:37.981Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 324 | 2026-01-30T18:08:12.903Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 325 | 2026-01-30T18:08:13.650Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 326 | 2026-01-30T18:08:15.977Z | Downloading crates ... |
| 327 | 2026-01-30T18:08:16.039Z | Downloaded proc-macro2 v1.0.101 |
| 328 | 2026-01-30T18:08:16.042Z | Downloaded anstream v0.6.18 |
| 329 | 2026-01-30T18:08:16.046Z | Downloaded itoa v1.0.11 |
| 330 | 2026-01-30T18:08:16.049Z | Downloaded dof v0.3.0 |
| 331 | 2026-01-30T18:08:16.051Z | Downloaded cargo-platform v0.2.0 |
| 332 | 2026-01-30T18:08:16.054Z | Downloaded textwrap v0.16.2 |
| 333 | 2026-01-30T18:08:16.057Z | Downloaded toml_write v0.1.2 |
| 334 | 2026-01-30T18:08:16.060Z | Downloaded zerovec-derive v0.10.3 |
| 335 | 2026-01-30T18:08:16.060Z | Downloaded usdt-macro v0.5.0 |
| 336 | 2026-01-30T18:08:16.063Z | Downloaded write16 v1.0.0 |
| 337 | 2026-01-30T18:08:16.063Z | Downloaded tempfile v3.24.0 |
| 338 | 2026-01-30T18:08:16.066Z | Downloaded terminal_size v0.4.0 |
| 339 | 2026-01-30T18:08:16.066Z | Downloaded colorchoice v1.0.2 |
| 340 | 2026-01-30T18:08:16.069Z | Downloaded anstyle v1.0.11 |
| 341 | 2026-01-30T18:08:16.069Z | Downloaded toml_datetime v0.6.11 |
| 342 | 2026-01-30T18:08:16.072Z | Downloaded tabled_derive v0.7.0 |
| 343 | 2026-01-30T18:08:16.072Z | Downloaded scroll_derive v0.12.0 |
| 344 | 2026-01-30T18:08:16.072Z | Downloaded memmap v0.7.0 |
| 345 | 2026-01-30T18:08:16.075Z | Downloaded tinystr v0.7.6 |
| 346 | 2026-01-30T18:08:16.078Z | Downloaded usdt-attr-macro v0.5.0 |
| 347 | 2026-01-30T18:08:16.078Z | Downloaded usdt v0.5.0 |
| 348 | 2026-01-30T18:08:16.078Z | Downloaded byteorder v1.5.0 |
| 349 | 2026-01-30T18:08:16.081Z | Downloaded typenum v1.17.0 |
| 350 | 2026-01-30T18:08:16.083Z | Downloaded cpufeatures v0.2.14 |
| 351 | 2026-01-30T18:08:16.083Z | Downloaded serde-value v0.7.0 |
| 352 | 2026-01-30T18:08:16.086Z | Downloaded macaddr v1.0.1 |
| 353 | 2026-01-30T18:08:16.086Z | Downloaded bytecount v0.6.8 |
| 354 | 2026-01-30T18:08:16.089Z | Downloaded version_check v0.9.5 |
| 355 | 2026-01-30T18:08:16.089Z | Downloaded zerofrom v0.1.4 |
| 356 | 2026-01-30T18:08:16.092Z | Downloaded zerofrom-derive v0.1.4 |
| 357 | 2026-01-30T18:08:16.092Z | Downloaded cfg-if v1.0.4 |
| 358 | 2026-01-30T18:08:16.095Z | Downloaded yoke-derive v0.7.4 |
| 359 | 2026-01-30T18:08:16.095Z | Downloaded usdt-impl v0.5.0 |
| 360 | 2026-01-30T18:08:16.098Z | Downloaded unicode-linebreak v0.1.5 |
| 361 | 2026-01-30T18:08:16.099Z | Downloaded thiserror v2.0.18 |
| 362 | 2026-01-30T18:08:16.103Z | Downloaded unicode-xid v0.2.6 |
| 363 | 2026-01-30T18:08:16.106Z | Downloaded thread-id v4.2.2 |
| 364 | 2026-01-30T18:08:16.106Z | Downloaded pretty-hex v0.4.1 |
| 365 | 2026-01-30T18:08:16.108Z | Downloaded zerocopy-derive v0.7.35 |
| 366 | 2026-01-30T18:08:16.111Z | Downloaded zmij v1.0.15 |
| 367 | 2026-01-30T18:08:16.114Z | Downloaded utf8_iter v1.0.4 |
| 368 | 2026-01-30T18:08:16.114Z | Downloaded utf16_iter v1.0.5 |
| 369 | 2026-01-30T18:08:16.117Z | Downloaded toml_edit v0.22.27 |
| 370 | 2026-01-30T18:08:16.120Z | Downloaded yoke v0.7.4 |
| 371 | 2026-01-30T18:08:16.125Z | Downloaded ucd-trie v0.1.7 |
| 372 | 2026-01-30T18:08:16.125Z | Downloaded percent-encoding v2.3.2 |
| 373 | 2026-01-30T18:08:16.125Z | Downloaded thiserror-impl v2.0.18 |
| 374 | 2026-01-30T18:08:16.129Z | Downloaded thiserror-impl v1.0.69 |
| 375 | 2026-01-30T18:08:16.129Z | Downloaded displaydoc v0.2.5 |
| 376 | 2026-01-30T18:08:16.132Z | Downloaded quote v1.0.40 |
| 377 | 2026-01-30T18:08:16.132Z | Downloaded digest v0.10.7 |
| 378 | 2026-01-30T18:08:16.135Z | Downloaded generic-array v0.14.7 |
| 379 | 2026-01-30T18:08:16.135Z | Downloaded cargo_metadata v0.21.0 |
| 380 | 2026-01-30T18:08:16.138Z | Downloaded anstyle-parse v0.2.5 |
| 381 | 2026-01-30T18:08:16.144Z | Downloaded zerovec v0.10.4 |
| 382 | 2026-01-30T18:08:16.147Z | Downloaded url v2.5.4 |
| 383 | 2026-01-30T18:08:16.147Z | Downloaded zerocopy v0.7.35 |
| 384 | 2026-01-30T18:08:16.162Z | Downloaded proc-macro-error-attr v1.0.4 |
| 385 | 2026-01-30T18:08:16.165Z | Downloaded icu_provider_macros v1.5.0 |
| 386 | 2026-01-30T18:08:16.165Z | Downloaded heck v0.5.0 |
| 387 | 2026-01-30T18:08:16.169Z | Downloaded fnv v1.0.7 |
| 388 | 2026-01-30T18:08:16.169Z | Downloaded errno v0.3.12 |
| 389 | 2026-01-30T18:08:16.169Z | Downloaded smawk v0.3.2 |
| 390 | 2026-01-30T18:08:16.172Z | Downloaded unicode-width v0.2.0 |
| 391 | 2026-01-30T18:08:16.175Z | Downloaded unicode-width v0.1.14 |
| 392 | 2026-01-30T18:08:16.178Z | Downloaded cargo_toml v0.21.0 |
| 393 | 2026-01-30T18:08:16.181Z | Downloaded proc-macro-error v1.0.4 |
| 394 | 2026-01-30T18:08:16.184Z | Downloaded swrite v0.1.0 |
| 395 | 2026-01-30T18:08:16.184Z | Downloaded stable_deref_trait v1.2.0 |
| 396 | 2026-01-30T18:08:16.187Z | Downloaded serde-untagged v0.1.7 |
| 397 | 2026-01-30T18:08:16.187Z | Downloaded icu_locid_transform v1.5.0 |
| 398 | 2026-01-30T18:08:16.190Z | Downloaded camino-tempfile v1.4.1 |
| 399 | 2026-01-30T18:08:16.190Z | Downloaded memchr v2.7.4 |
| 400 | 2026-01-30T18:08:16.194Z | Downloaded erased-serde v0.4.6 |
| 401 | 2026-01-30T18:08:16.197Z | Downloaded sha2 v0.10.9 |
| 402 | 2026-01-30T18:08:16.200Z | Downloaded serde_tokenstream v0.2.2 |
| 403 | 2026-01-30T18:08:16.200Z | Downloaded semver v1.0.27 |
| 404 | 2026-01-30T18:08:16.203Z | Downloaded scroll v0.12.0 |
| 405 | 2026-01-30T18:08:16.203Z | Downloaded pest_generator v2.8.2 |
| 406 | 2026-01-30T18:08:16.208Z | Downloaded winnow v0.7.13 |
| 407 | 2026-01-30T18:08:16.211Z | Downloaded synstructure v0.13.1 |
| 408 | 2026-01-30T18:08:16.214Z | Downloaded bitflags v2.9.4 |
| 409 | 2026-01-30T18:08:16.217Z | Downloaded fs-err v3.1.1 |
| 410 | 2026-01-30T18:08:16.220Z | Downloaded litemap v0.7.3 |
| 411 | 2026-01-30T18:08:16.220Z | Downloaded strsim v0.11.1 |
| 412 | 2026-01-30T18:08:16.223Z | Downloaded serde_spanned v0.6.9 |
| 413 | 2026-01-30T18:08:16.223Z | Downloaded is_terminal_polyfill v1.70.1 |
| 414 | 2026-01-30T18:08:16.223Z | Downloaded form_urlencoded v1.2.2 |
| 415 | 2026-01-30T18:08:16.227Z | Downloaded writeable v0.5.5 |
| 416 | 2026-01-30T18:08:16.227Z | Downloaded unicode-ident v1.0.19 |
| 417 | 2026-01-30T18:08:16.230Z | Downloaded smallvec v1.15.1 |
| 418 | 2026-01-30T18:08:16.230Z | Downloaded toml v0.8.23 |
| 419 | 2026-01-30T18:08:16.233Z | Downloaded pest_derive v2.8.2 |
| 420 | 2026-01-30T18:08:16.236Z | Downloaded clap v4.5.48 |
| 421 | 2026-01-30T18:08:16.241Z | Downloaded camino v1.2.2 |
| 422 | 2026-01-30T18:08:16.244Z | Downloaded icu_locid_transform_data v1.5.0 |
| 423 | 2026-01-30T18:08:16.247Z | Downloaded plain v0.2.3 |
| 424 | 2026-01-30T18:08:16.247Z | Downloaded ordered-float v2.10.1 |
| 425 | 2026-01-30T18:08:16.247Z | Downloaded idna_adapter v1.2.0 |
| 426 | 2026-01-30T18:08:16.250Z | Downloaded heck v0.4.1 |
| 427 | 2026-01-30T18:08:16.250Z | Downloaded fastrand v2.1.1 |
| 428 | 2026-01-30T18:08:16.250Z | Downloaded papergrid v0.11.0 |
| 429 | 2026-01-30T18:08:16.254Z | Downloaded clap_derive v4.5.47 |
| 430 | 2026-01-30T18:08:16.257Z | Downloaded cargo-util-schemas v0.8.2 |
| 431 | 2026-01-30T18:08:16.259Z | Downloaded serde_core v1.0.228 |
| 432 | 2026-01-30T18:08:16.262Z | Downloaded num-traits v0.2.19 |
| 433 | 2026-01-30T18:08:16.265Z | Downloaded icu_provider v1.5.0 |
| 434 | 2026-01-30T18:08:16.265Z | Downloaded serde_derive v1.0.228 |
| 435 | 2026-01-30T18:08:16.269Z | Downloaded once_cell v1.21.3 |
| 436 | 2026-01-30T18:08:16.272Z | Downloaded log v0.4.29 |
| 437 | 2026-01-30T18:08:16.275Z | Downloaded icu_locid v1.5.0 |
| 438 | 2026-01-30T18:08:16.277Z | Downloaded icu_properties v1.5.1 |
| 439 | 2026-01-30T18:08:16.280Z | Downloaded icu_normalizer v1.5.0 |
| 440 | 2026-01-30T18:08:16.283Z | Downloaded icu_normalizer_data v1.5.0 |
| 441 | 2026-01-30T18:08:16.286Z | Downloaded getrandom v0.3.4 |
| 442 | 2026-01-30T18:08:16.292Z | Downloaded autocfg v1.4.0 |
| 443 | 2026-01-30T18:08:16.292Z | Downloaded pest_meta v2.8.2 |
| 444 | 2026-01-30T18:08:16.292Z | Downloaded anyhow v1.0.99 |
| 445 | 2026-01-30T18:08:16.297Z | Downloaded utf8parse v0.2.2 |
| 446 | 2026-01-30T18:08:16.297Z | Downloaded typeid v1.0.3 |
| 447 | 2026-01-30T18:08:16.297Z | Downloaded thiserror v1.0.69 |
| 448 | 2026-01-30T18:08:16.300Z | Downloaded block-buffer v0.10.4 |
| 449 | 2026-01-30T18:08:16.303Z | Downloaded serde v1.0.228 |
| 450 | 2026-01-30T18:08:16.305Z | Downloaded dtrace-parser v0.2.0 |
| 451 | 2026-01-30T18:08:16.305Z | Downloaded crypto-common v0.1.6 |
| 452 | 2026-01-30T18:08:16.306Z | Downloaded clap_lex v0.7.4 |
| 453 | 2026-01-30T18:08:16.308Z | Downloaded anstyle-query v1.1.1 |
| 454 | 2026-01-30T18:08:16.309Z | Downloaded equivalent v1.0.2 |
| 455 | 2026-01-30T18:08:16.313Z | Downloaded icu_collections v1.5.0 |
| 456 | 2026-01-30T18:08:16.318Z | Downloaded indexmap v2.13.0 |
| 457 | 2026-01-30T18:08:16.362Z | Downloaded hashbrown v0.16.1 |
| 458 | 2026-01-30T18:08:16.370Z | Downloaded idna v1.0.3 |
| 459 | 2026-01-30T18:08:16.376Z | Downloaded pest v2.8.2 |
| 460 | 2026-01-30T18:08:16.379Z | Downloaded serde_json v1.0.149 |
| 461 | 2026-01-30T18:08:16.385Z | Downloaded clap_builder v4.5.48 |
| 462 | 2026-01-30T18:08:16.402Z | Downloaded goblin v0.8.2 |
| 463 | 2026-01-30T18:08:16.414Z | Downloaded tabled v0.15.0 |
| 464 | 2026-01-30T18:08:16.432Z | Downloaded syn v1.0.109 |
| 465 | 2026-01-30T18:08:16.443Z | Downloaded icu_properties_data v1.5.0 |
| 466 | 2026-01-30T18:08:16.461Z | Downloaded syn v2.0.114 |
| 467 | 2026-01-30T18:08:16.471Z | Downloaded rustix v0.38.37 |
| 468 | 2026-01-30T18:08:16.492Z | Downloaded rustix v1.1.3 |
| 469 | 2026-01-30T18:08:16.532Z | Downloaded libc v0.2.180 |
| 470 | 2026-01-30T18:08:16.628Z | Compiling proc-macro2 v1.0.101 |
| 471 | 2026-01-30T18:08:16.632Z | Compiling unicode-ident v1.0.19 |
| 472 | 2026-01-30T18:08:16.632Z | Compiling serde_core v1.0.228 |
| 473 | 2026-01-30T18:08:16.632Z | Compiling version_check v0.9.5 |
| 474 | 2026-01-30T18:08:16.632Z | Compiling serde v1.0.228 |
| 475 | 2026-01-30T18:08:16.632Z | Compiling libc v0.2.180 |
| 476 | 2026-01-30T18:08:16.632Z | Compiling memchr v2.7.4 |
| 477 | 2026-01-30T18:08:16.632Z | Compiling stable_deref_trait v1.2.0 |
| 478 | 2026-01-30T18:08:17.064Z | Compiling thiserror v2.0.18 |
| 479 | 2026-01-30T18:08:17.104Z | Compiling zmij v1.0.15 |
| 480 | 2026-01-30T18:08:17.566Z | Compiling writeable v0.5.5 |
| 481 | 2026-01-30T18:08:18.036Z | Compiling ucd-trie v0.1.7 |
| 482 | 2026-01-30T18:08:18.040Z | Compiling litemap v0.7.3 |
| 483 | 2026-01-30T18:08:18.209Z | Compiling thiserror v1.0.69 |
| 484 | 2026-01-30T18:08:18.357Z | Compiling autocfg v1.4.0 |
| 485 | 2026-01-30T18:08:18.485Z | Compiling itoa v1.0.11 |
| 486 | 2026-01-30T18:08:18.575Z | Compiling bitflags v2.9.4 |
| 487 | 2026-01-30T18:08:18.749Z | Compiling icu_locid_transform_data v1.5.0 |
| 488 | 2026-01-30T18:08:18.873Z | Compiling byteorder v1.5.0 |
| 489 | 2026-01-30T18:08:19.164Z | Compiling serde_json v1.0.149 |
| 490 | 2026-01-30T18:08:19.277Z | Compiling icu_properties_data v1.5.0 |
| 491 | 2026-01-30T18:08:19.328Z | Compiling errno v0.3.12 |
| 492 | 2026-01-30T18:08:19.436Z | Compiling quote v1.0.40 |
| 493 | 2026-01-30T18:08:19.598Z | Compiling num-traits v0.2.19 |
| 494 | 2026-01-30T18:08:19.693Z | Compiling smallvec v1.15.1 |
| 495 | 2026-01-30T18:08:19.929Z | Compiling syn v2.0.114 |
| 496 | 2026-01-30T18:08:19.991Z | Compiling icu_normalizer_data v1.5.0 |
| 497 | 2026-01-30T18:08:20.021Z | Compiling write16 v1.0.0 |
| 498 | 2026-01-30T18:08:20.051Z | Compiling equivalent v1.0.2 |
| 499 | 2026-01-30T18:08:20.100Z | Compiling hashbrown v0.16.1 |
| 500 | 2026-01-30T18:08:20.126Z | Compiling utf16_iter v1.0.5 |
| 501 | 2026-01-30T18:08:20.177Z | Compiling rustix v0.38.37 |
| 502 | 2026-01-30T18:08:20.205Z | Compiling typeid v1.0.3 |
| 503 | 2026-01-30T18:08:20.352Z | Compiling utf8_iter v1.0.4 |
| 504 | 2026-01-30T18:08:20.808Z | Compiling usdt-impl v0.5.0 |
| 505 | 2026-01-30T18:08:20.902Z | Compiling proc-macro-error-attr v1.0.4 |
| 506 | 2026-01-30T18:08:21.081Z | Compiling winnow v0.7.13 |
| 507 | 2026-01-30T18:08:21.227Z | Compiling indexmap v2.13.0 |
| 508 | 2026-01-30T18:08:21.257Z | Compiling toml_write v0.1.2 |
| 509 | 2026-01-30T18:08:21.287Z | Compiling syn v1.0.109 |
| 510 | 2026-01-30T18:08:21.653Z | Compiling thread-id v4.2.2 |
| 511 | 2026-01-30T18:08:22.288Z | Compiling proc-macro-error v1.0.4 |
| 512 | 2026-01-30T18:08:22.720Z | Compiling getrandom v0.3.4 |
| 513 | 2026-01-30T18:08:22.831Z | Compiling log v0.4.29 |
| 514 | 2026-01-30T18:08:23.123Z | Compiling plain v0.2.3 |
| 515 | 2026-01-30T18:08:23.186Z | Compiling camino v1.2.2 |
| 516 | 2026-01-30T18:08:23.315Z | Compiling percent-encoding v2.3.2 |
| 517 | 2026-01-30T18:08:23.566Z | Compiling utf8parse v0.2.2 |
| 518 | 2026-01-30T18:08:23.764Z | Compiling rustix v1.1.3 |
| 519 | 2026-01-30T18:08:23.869Z | Compiling anstyle-parse v0.2.5 |
| 520 | 2026-01-30T18:08:23.909Z | Compiling form_urlencoded v1.2.2 |
| 521 | 2026-01-30T18:08:24.115Z | Compiling ordered-float v2.10.1 |
| 522 | 2026-01-30T18:08:24.222Z | Compiling terminal_size v0.4.0 |
| 523 | 2026-01-30T18:08:24.690Z | Compiling colorchoice v1.0.2 |
| 524 | 2026-01-30T18:08:24.851Z | Compiling is_terminal_polyfill v1.70.1 |
| 525 | 2026-01-30T18:08:24.892Z | Compiling pretty-hex v0.4.1 |
| 526 | 2026-01-30T18:08:24.987Z | Compiling anstyle-query v1.1.1 |
| 527 | 2026-01-30T18:08:25.019Z | Compiling anstyle v1.0.11 |
| 528 | 2026-01-30T18:08:25.122Z | Compiling cfg-if v1.0.4 |
| 529 | 2026-01-30T18:08:25.356Z | Compiling anstream v0.6.18 |
| 530 | 2026-01-30T18:08:25.419Z | Compiling semver v1.0.27 |
| 531 | 2026-01-30T18:08:26.080Z | Compiling fs-err v3.1.1 |
| 532 | 2026-01-30T18:08:26.114Z | Compiling heck v0.4.1 |
| 533 | 2026-01-30T18:08:26.144Z | Compiling fnv v1.0.7 |
| 534 | 2026-01-30T18:08:26.227Z | Compiling clap_lex v0.7.4 |
| 535 | 2026-01-30T18:08:26.319Z | Compiling heck v0.5.0 |
| 536 | 2026-01-30T18:08:26.430Z | Compiling bytecount v0.6.8 |
| 537 | 2026-01-30T18:08:26.553Z | Compiling strsim v0.11.1 |
| 538 | 2026-01-30T18:08:26.701Z | Compiling unicode-width v0.1.14 |
| 539 | 2026-01-30T18:08:26.730Z | Compiling unicode-xid v0.2.6 |
| 540 | 2026-01-30T18:08:26.894Z | Compiling synstructure v0.13.1 |
| 541 | 2026-01-30T18:08:26.962Z | Compiling fastrand v2.1.1 |
| 542 | 2026-01-30T18:08:27.278Z | Compiling once_cell v1.21.3 |
| 543 | 2026-01-30T18:08:27.335Z | Compiling anyhow v1.0.99 |
| 544 | 2026-01-30T18:08:27.478Z | Compiling papergrid v0.11.0 |
| 545 | 2026-01-30T18:08:27.752Z | Compiling tempfile v3.24.0 |
| 546 | 2026-01-30T18:08:27.907Z | Compiling clap_builder v4.5.48 |
| 547 | 2026-01-30T18:08:28.421Z | Compiling memmap v0.7.0 |
| 548 | 2026-01-30T18:08:28.478Z | Compiling smawk v0.3.2 |
| 549 | 2026-01-30T18:08:28.538Z | Compiling unicode-linebreak v0.1.5 |
| 550 | 2026-01-30T18:08:28.711Z | Compiling unicode-width v0.2.0 |
| 551 | 2026-01-30T18:08:29.277Z | Compiling textwrap v0.16.2 |
| 552 | 2026-01-30T18:08:29.316Z | Compiling camino-tempfile v1.4.1 |
| 553 | 2026-01-30T18:08:29.735Z | Compiling tabled_derive v0.7.0 |
| 554 | 2026-01-30T18:08:29.799Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 555 | 2026-01-30T18:08:29.827Z | Compiling swrite v0.1.0 |
| 556 | 2026-01-30T18:08:30.794Z | Compiling serde_derive v1.0.228 |
| 557 | 2026-01-30T18:08:30.794Z | Compiling zerofrom-derive v0.1.4 |
| 558 | 2026-01-30T18:08:30.794Z | Compiling yoke-derive v0.7.4 |
| 559 | 2026-01-30T18:08:30.797Z | Compiling thiserror-impl v2.0.18 |
| 560 | 2026-01-30T18:08:30.818Z | Compiling zerovec-derive v0.10.3 |
| 561 | 2026-01-30T18:08:31.257Z | Compiling displaydoc v0.2.5 |
| 562 | 2026-01-30T18:08:32.879Z | Compiling thiserror-impl v1.0.69 |
| 563 | 2026-01-30T18:08:33.421Z | Compiling icu_provider_macros v1.5.0 |
| 564 | 2026-01-30T18:08:33.569Z | Compiling zerocopy-derive v0.7.35 |
| 565 | 2026-01-30T18:08:34.118Z | Compiling pest v2.8.2 |
| 566 | 2026-01-30T18:08:34.278Z | Compiling zerofrom v0.1.4 |
| 567 | 2026-01-30T18:08:34.439Z | Compiling scroll_derive v0.12.0 |
| 568 | 2026-01-30T18:08:34.535Z | Compiling yoke v0.7.4 |
| 569 | 2026-01-30T18:08:34.941Z | Compiling zerovec v0.10.4 |
| 570 | 2026-01-30T18:08:35.547Z | Compiling zerocopy v0.7.35 |
| 571 | 2026-01-30T18:08:35.575Z | Compiling clap_derive v4.5.47 |
| 572 | 2026-01-30T18:08:35.818Z | Compiling scroll v0.12.0 |
| 573 | 2026-01-30T18:08:35.929Z | Compiling tabled v0.15.0 |
| 574 | 2026-01-30T18:08:36.375Z | Compiling goblin v0.8.2 |
| 575 | 2026-01-30T18:08:36.700Z | Compiling tinystr v0.7.6 |
| 576 | 2026-01-30T18:08:36.968Z | Compiling pest_meta v2.8.2 |
| 577 | 2026-01-30T18:08:37.056Z | Compiling icu_collections v1.5.0 |
| 578 | 2026-01-30T18:08:37.146Z | Compiling icu_locid v1.5.0 |
| 579 | 2026-01-30T18:08:38.355Z | Compiling icu_provider v1.5.0 |
| 580 | 2026-01-30T18:08:38.949Z | Compiling pest_generator v2.8.2 |
| 581 | 2026-01-30T18:08:38.978Z | Compiling toml_datetime v0.6.11 |
| 582 | 2026-01-30T18:08:39.236Z | Compiling serde_spanned v0.6.9 |
| 583 | 2026-01-30T18:08:39.353Z | Compiling icu_locid_transform v1.5.0 |
| 584 | 2026-01-30T18:08:39.382Z | Compiling toml_edit v0.22.27 |
| 585 | 2026-01-30T18:08:39.507Z | Compiling dof v0.3.0 |
| 586 | 2026-01-30T18:08:40.139Z | Compiling erased-serde v0.4.6 |
| 587 | 2026-01-30T18:08:40.425Z | Compiling serde_tokenstream v0.2.2 |
| 588 | 2026-01-30T18:08:40.776Z | Compiling icu_properties v1.5.1 |
| 589 | 2026-01-30T18:08:41.040Z | Compiling serde-value v0.7.0 |
| 590 | 2026-01-30T18:08:41.293Z | Compiling serde-untagged v0.1.7 |
| 591 | 2026-01-30T18:08:41.357Z | Compiling pest_derive v2.8.2 |
| 592 | 2026-01-30T18:08:41.666Z | Compiling cargo-platform v0.2.0 |
| 593 | 2026-01-30T18:08:41.854Z | Compiling clap v4.5.48 |
| 594 | 2026-01-30T18:08:41.857Z | Compiling macaddr v1.0.1 |
| 595 | 2026-01-30T18:08:42.242Z | Compiling dtrace-parser v0.2.0 |
| 596 | 2026-01-30T18:08:42.719Z | Compiling toml v0.8.23 |
| 597 | 2026-01-30T18:08:43.781Z | Compiling cargo_toml v0.21.0 |
| 598 | 2026-01-30T18:08:44.270Z | Compiling usdt-attr-macro v0.5.0 |
| 599 | 2026-01-30T18:08:44.270Z | Compiling usdt-macro v0.5.0 |
| 600 | 2026-01-30T18:08:44.483Z | Compiling icu_normalizer v1.5.0 |
| 601 | 2026-01-30T18:08:45.281Z | Compiling idna_adapter v1.2.0 |
| 602 | 2026-01-30T18:08:45.405Z | Compiling usdt v0.5.0 |
| 603 | 2026-01-30T18:08:45.458Z | Compiling idna v1.0.3 |
| 604 | 2026-01-30T18:08:45.873Z | Compiling url v2.5.4 |
| 605 | 2026-01-30T18:08:46.716Z | Compiling cargo-util-schemas v0.8.2 |
| 606 | 2026-01-30T18:08:48.306Z | Compiling cargo_metadata v0.21.0 |
| 607 | 2026-01-30T18:08:49.909Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 608 | 2026-01-30T18:08:53.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
| 609 | 2026-01-30T18:08:53.818Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 610 | 2026-01-30T18:08:54.614Z | Downloading crates ... |
| 611 | 2026-01-30T18:08:54.746Z | Downloaded aead v0.5.2 |
| 612 | 2026-01-30T18:08:54.754Z | Downloaded async-bb8-diesel v0.2.1 |
| 613 | 2026-01-30T18:08:54.760Z | Downloaded atty v0.2.14 |
| 614 | 2026-01-30T18:08:54.764Z | Downloaded atomic-waker v1.1.2 |
| 615 | 2026-01-30T18:08:54.769Z | Downloaded bb8 v0.8.5 |
| 616 | 2026-01-30T18:08:54.772Z | Downloaded ascii-canvas v3.0.0 |
| 617 | 2026-01-30T18:08:54.776Z | Downloaded crossbeam-deque v0.8.5 |
| 618 | 2026-01-30T18:08:54.781Z | Downloaded const_format_proc_macros v0.2.34 |
| 619 | 2026-01-30T18:08:54.786Z | Downloaded dropshot_endpoint v0.16.7 |
| 620 | 2026-01-30T18:08:54.792Z | Downloaded crunchy v0.2.2 |
| 621 | 2026-01-30T18:08:54.796Z | Downloaded crypto-bigint v0.5.5 |
| 622 | 2026-01-30T18:08:54.806Z | Downloaded foreign-types v0.3.2 |
| 623 | 2026-01-30T18:08:54.810Z | Downloaded crossbeam-utils v0.8.21 |
| 624 | 2026-01-30T18:08:54.816Z | Downloaded ff v0.13.0 |
| 625 | 2026-01-30T18:08:54.821Z | Downloaded float-ord v0.3.2 |
| 626 | 2026-01-30T18:08:54.825Z | Downloaded fs_extra v1.3.0 |
| 627 | 2026-01-30T18:08:54.830Z | Downloaded futures-core v0.3.31 |
| 628 | 2026-01-30T18:08:54.834Z | Downloaded diff v0.1.13 |
| 629 | 2026-01-30T18:08:54.841Z | Downloaded dunce v1.0.5 |
| 630 | 2026-01-30T18:08:54.847Z | Downloaded foreign-types-shared v0.3.1 |
| 631 | 2026-01-30T18:08:54.851Z | Downloaded flagset v0.4.6 |
| 632 | 2026-01-30T18:08:54.854Z | Downloaded dof v0.4.0 |
| 633 | 2026-01-30T18:08:54.858Z | Downloaded futures-io v0.3.31 |
| 634 | 2026-01-30T18:08:54.862Z | Downloaded float-cmp v0.10.0 |
| 635 | 2026-01-30T18:08:54.867Z | Downloaded fxhash v0.2.1 |
| 636 | 2026-01-30T18:08:54.870Z | Downloaded futures-task v0.3.31 |
| 637 | 2026-01-30T18:08:54.874Z | Downloaded futures-sink v0.3.31 |
| 638 | 2026-01-30T18:08:54.878Z | Downloaded gethostname v0.5.0 |
| 639 | 2026-01-30T18:08:54.882Z | Downloaded futures-macro v0.3.31 |
| 640 | 2026-01-30T18:08:54.885Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 641 | 2026-01-30T18:08:54.889Z | Downloaded camino-tempfile-ext v0.3.2 |
| 642 | 2026-01-30T18:08:54.894Z | Downloaded cmake v0.1.51 |
| 643 | 2026-01-30T18:08:54.912Z | Downloaded hex v0.4.3 |
| 644 | 2026-01-30T18:08:54.923Z | Downloaded heck v0.3.3 |
| 645 | 2026-01-30T18:08:54.926Z | Downloaded hyper-tls v0.6.0 |
| 646 | 2026-01-30T18:08:54.926Z | Downloaded hubpack_derive v0.1.1 |
| 647 | 2026-01-30T18:08:54.928Z | Downloaded httpdate v1.0.3 |
| 648 | 2026-01-30T18:08:54.931Z | Downloaded http-range v0.1.5 |
| 649 | 2026-01-30T18:08:54.935Z | Downloaded foreign-types-macros v0.2.3 |
| 650 | 2026-01-30T18:08:54.938Z | Downloaded bitfield v0.19.2 |
| 651 | 2026-01-30T18:08:54.942Z | Downloaded hubpack v0.1.2 |
| 652 | 2026-01-30T18:08:54.946Z | Downloaded ghash v0.5.1 |
| 653 | 2026-01-30T18:08:54.948Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 654 | 2026-01-30T18:08:54.953Z | Downloaded env_logger v0.11.8 |
| 655 | 2026-01-30T18:08:54.958Z | Downloaded indent_write v2.2.0 |
| 656 | 2026-01-30T18:08:54.961Z | Downloaded instability v0.3.2 |
| 657 | 2026-01-30T18:08:54.965Z | Downloaded is_ci v1.2.0 |
| 658 | 2026-01-30T18:08:54.968Z | Downloaded lalrpop-util v0.19.12 |
| 659 | 2026-01-30T18:08:54.972Z | Downloaded highway v1.3.0 |
| 660 | 2026-01-30T18:08:54.976Z | Downloaded defmt v0.3.8 |
| 661 | 2026-01-30T18:08:54.981Z | Downloaded lazy_static v1.5.0 |
| 662 | 2026-01-30T18:08:54.984Z | Downloaded lazycell v1.3.0 |
| 663 | 2026-01-30T18:08:54.987Z | Downloaded futures-channel v0.3.31 |
| 664 | 2026-01-30T18:08:54.991Z | Downloaded daft v0.1.4 |
| 665 | 2026-01-30T18:08:54.995Z | Downloaded http-body-util v0.1.3 |
| 666 | 2026-01-30T18:08:55.047Z | Downloaded blake2 v0.10.6 |
| 667 | 2026-01-30T18:08:55.047Z | Downloaded lru v0.12.5 |
| 668 | 2026-01-30T18:08:55.047Z | Downloaded maplit v1.0.2 |
| 669 | 2026-01-30T18:08:55.047Z | Downloaded hyper-staticfile v0.10.1 |
| 670 | 2026-01-30T18:08:55.047Z | Downloaded md5 v0.7.0 |
| 671 | 2026-01-30T18:08:55.047Z | Downloaded ingot v0.1.1 |
| 672 | 2026-01-30T18:08:55.047Z | Downloaded multimap v0.10.1 |
| 673 | 2026-01-30T18:08:55.047Z | Downloaded md-5 v0.10.6 |
| 674 | 2026-01-30T18:08:55.047Z | Downloaded newline-converter v0.3.0 |
| 675 | 2026-01-30T18:08:55.047Z | Downloaded nibble_vec v0.1.0 |
| 676 | 2026-01-30T18:08:55.047Z | Downloaded newtype_derive v0.1.6 |
| 677 | 2026-01-30T18:08:55.047Z | Downloaded ipnet v2.11.0 |
| 678 | 2026-01-30T18:08:55.047Z | Downloaded hmac v0.12.1 |
| 679 | 2026-01-30T18:08:55.047Z | Downloaded hyper-rustls v0.27.7 |
| 680 | 2026-01-30T18:08:55.053Z | Downloaded num v0.4.3 |
| 681 | 2026-01-30T18:08:55.053Z | Downloaded jobserver v0.1.32 |
| 682 | 2026-01-30T18:08:55.056Z | Downloaded olpc-cjson v0.1.4 |
| 683 | 2026-01-30T18:08:55.056Z | Downloaded number_prefix v0.4.0 |
| 684 | 2026-01-30T18:08:55.059Z | Downloaded opaque-debug v0.3.1 |
| 685 | 2026-01-30T18:08:55.062Z | Downloaded crossterm v0.28.1 |
| 686 | 2026-01-30T18:08:55.069Z | Downloaded oso-derive v0.27.3 |
| 687 | 2026-01-30T18:08:55.072Z | Downloaded packed_struct_codegen v0.10.1 |
| 688 | 2026-01-30T18:08:55.075Z | Downloaded openssl-probe v0.1.5 |
| 689 | 2026-01-30T18:08:55.078Z | Downloaded mime_guess v2.0.5 |
| 690 | 2026-01-30T18:08:55.080Z | Downloaded openssl-macros v0.1.1 |
| 691 | 2026-01-30T18:08:55.083Z | Downloaded num-derive v0.4.2 |
| 692 | 2026-01-30T18:08:55.086Z | Downloaded parse-size v1.1.0 |
| 693 | 2026-01-30T18:08:55.089Z | Downloaded linear-map v1.2.0 |
| 694 | 2026-01-30T18:08:55.093Z | Downloaded darling_core v0.20.10 |
| 695 | 2026-01-30T18:08:55.098Z | Downloaded parse-display v0.10.0 |
| 696 | 2026-01-30T18:08:55.101Z | Downloaded half v2.4.1 |
| 697 | 2026-01-30T18:08:55.105Z | Downloaded elliptic-curve v0.13.8 |
| 698 | 2026-01-30T18:08:55.111Z | Downloaded peg-runtime v0.8.5 |
| 699 | 2026-01-30T18:08:55.114Z | Downloaded nu-ansi-term v0.50.1 |
| 700 | 2026-01-30T18:08:55.117Z | Downloaded pbkdf2 v0.11.0 |
| 701 | 2026-01-30T18:08:55.120Z | Downloaded num-complex v0.4.6 |
| 702 | 2026-01-30T18:08:55.126Z | Downloaded path-slash v0.1.5 |
| 703 | 2026-01-30T18:08:55.129Z | Downloaded managed v0.8.0 |
| 704 | 2026-01-30T18:08:55.129Z | Downloaded pin-utils v0.1.0 |
| 705 | 2026-01-30T18:08:55.132Z | Downloaded precomputed-hash v0.1.1 |
| 706 | 2026-01-30T18:08:55.135Z | Downloaded libloading v0.8.5 |
| 707 | 2026-01-30T18:08:55.137Z | Downloaded num_enum v0.5.11 |
| 708 | 2026-01-30T18:08:55.143Z | Downloaded indexmap v1.9.3 |
| 709 | 2026-01-30T18:08:55.148Z | Downloaded progenitor v0.8.0 |
| 710 | 2026-01-30T18:08:55.151Z | Downloaded progenitor-client v0.11.2 |
| 711 | 2026-01-30T18:08:55.154Z | Downloaded progenitor-macro v0.10.0 |
| 712 | 2026-01-30T18:08:55.157Z | Downloaded ignore v0.4.23 |
| 713 | 2026-01-30T18:08:55.160Z | Downloaded flume v0.11.1 |
| 714 | 2026-01-30T18:08:55.165Z | Downloaded predicates-tree v1.0.12 |
| 715 | 2026-01-30T18:08:55.168Z | Downloaded peg v0.8.5 |
| 716 | 2026-01-30T18:08:55.172Z | Downloaded quick-error v1.2.3 |
| 717 | 2026-01-30T18:08:55.175Z | Downloaded ed25519-dalek v2.1.1 |
| 718 | 2026-01-30T18:08:55.179Z | Downloaded psl-types v2.0.11 |
| 719 | 2026-01-30T18:08:55.182Z | Downloaded crossterm v0.29.0 |
| 720 | 2026-01-30T18:08:55.189Z | Downloaded rand_chacha v0.3.1 |
| 721 | 2026-01-30T18:08:55.192Z | Downloaded pkg-config v0.3.31 |
| 722 | 2026-01-30T18:08:55.196Z | Downloaded omicron-zone-package v0.12.2 |
| 723 | 2026-01-30T18:08:55.199Z | Downloaded powerfmt v0.2.0 |
| 724 | 2026-01-30T18:08:55.202Z | Downloaded pem-rfc7468 v0.7.0 |
| 725 | 2026-01-30T18:08:55.206Z | Downloaded rand_xorshift v0.4.0 |
| 726 | 2026-01-30T18:08:55.209Z | Downloaded pin-project-internal v1.1.6 |
| 727 | 2026-01-30T18:08:55.212Z | Downloaded poly1305 v0.8.0 |
| 728 | 2026-01-30T18:08:55.214Z | Downloaded ppv-lite86 v0.2.20 |
| 729 | 2026-01-30T18:08:55.217Z | Downloaded phf v0.12.1 |
| 730 | 2026-01-30T18:08:55.220Z | Downloaded ref-cast v1.0.25 |
| 731 | 2026-01-30T18:08:55.223Z | Downloaded ref-cast-impl v1.0.25 |
| 732 | 2026-01-30T18:08:55.225Z | Downloaded darling_core v0.21.0 |
| 733 | 2026-01-30T18:08:55.230Z | Downloaded progenitor v0.11.2 |
| 734 | 2026-01-30T18:08:55.233Z | Downloaded postgres-protocol v0.6.8 |
| 735 | 2026-01-30T18:08:55.236Z | Downloaded progenitor v0.10.0 |
| 736 | 2026-01-30T18:08:55.238Z | Downloaded predicates v3.1.3 |
| 737 | 2026-01-30T18:08:55.242Z | Downloaded rtoolbox v0.0.2 |
| 738 | 2026-01-30T18:08:55.245Z | Downloaded r2d2 v0.8.10 |
| 739 | 2026-01-30T18:08:55.248Z | Downloaded parking_lot v0.11.2 |
| 740 | 2026-01-30T18:08:55.251Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 741 | 2026-01-30T18:08:55.253Z | Downloaded rustc_version v0.4.1 |
| 742 | 2026-01-30T18:08:55.256Z | Downloaded rustc_version v0.1.7 |
| 743 | 2026-01-30T18:08:55.260Z | Downloaded pkcs1 v0.7.5 |
| 744 | 2026-01-30T18:08:55.263Z | Downloaded p256 v0.13.2 |
| 745 | 2026-01-30T18:08:55.265Z | Downloaded proc-macro-error2 v2.0.1 |
| 746 | 2026-01-30T18:08:55.269Z | Downloaded hickory-resolver v0.24.4 |
| 747 | 2026-01-30T18:08:55.276Z | Downloaded scheduled-thread-pool v0.2.7 |
| 748 | 2026-01-30T18:08:55.279Z | Downloaded scopeguard v1.2.0 |
| 749 | 2026-01-30T18:08:55.282Z | Downloaded jiff-static v0.2.15 |
| 750 | 2026-01-30T18:08:55.285Z | Downloaded rand_core v0.9.3 |
| 751 | 2026-01-30T18:08:55.288Z | Downloaded same-file v1.0.6 |
| 752 | 2026-01-30T18:08:55.288Z | Downloaded salsa20 v0.10.2 |
| 753 | 2026-01-30T18:08:55.291Z | Downloaded sapling-renderdag v0.1.0 |
| 754 | 2026-01-30T18:08:55.293Z | Downloaded secrecy v0.10.3 |
| 755 | 2026-01-30T18:08:55.296Z | Downloaded secrecy v0.8.0 |
| 756 | 2026-01-30T18:08:55.296Z | Downloaded scrypt v0.11.0 |
| 757 | 2026-01-30T18:08:55.299Z | Downloaded serde-big-array v0.5.1 |
| 758 | 2026-01-30T18:08:55.302Z | Downloaded serde_bytes v0.11.19 |
| 759 | 2026-01-30T18:08:55.305Z | Downloaded crossbeam-channel v0.5.15 |
| 760 | 2026-01-30T18:08:55.309Z | Downloaded postcard v1.0.10 |
| 761 | 2026-01-30T18:08:55.312Z | Downloaded peg-macros v0.8.5 |
| 762 | 2026-01-30T18:08:55.315Z | Downloaded polyval v0.6.2 |
| 763 | 2026-01-30T18:08:55.318Z | Downloaded serde_urlencoded v0.7.1 |
| 764 | 2026-01-30T18:08:55.320Z | Downloaded serde_repr v0.1.19 |
| 765 | 2026-01-30T18:08:55.323Z | Downloaded signal-hook-mio v0.2.4 |
| 766 | 2026-01-30T18:08:55.326Z | Downloaded rfc6979 v0.4.0 |
| 767 | 2026-01-30T18:08:55.328Z | Downloaded resolv-conf v0.7.0 |
| 768 | 2026-01-30T18:08:55.331Z | Downloaded shell-words v1.1.0 |
| 769 | 2026-01-30T18:08:55.331Z | Downloaded siphasher v1.0.1 |
| 770 | 2026-01-30T18:08:55.336Z | Downloaded signature v2.2.0 |
| 771 | 2026-01-30T18:08:55.339Z | Downloaded simd-adler32 v0.3.7 |
| 772 | 2026-01-30T18:08:55.339Z | Downloaded signal-hook-tokio v0.3.1 |
| 773 | 2026-01-30T18:08:55.342Z | Downloaded sha1 v0.10.6 |
| 774 | 2026-01-30T18:08:55.345Z | Downloaded papergrid v0.14.0 |
| 775 | 2026-01-30T18:08:55.348Z | Downloaded rustls-pemfile v2.2.0 |
| 776 | 2026-01-30T18:08:55.351Z | Downloaded rusty-fork v0.3.0 |
| 777 | 2026-01-30T18:08:55.354Z | Downloaded sigpipe v0.1.3 |
| 778 | 2026-01-30T18:08:55.356Z | Downloaded slog-envlogger v2.2.0 |
| 779 | 2026-01-30T18:08:55.360Z | Downloaded siphasher v0.3.11 |
| 780 | 2026-01-30T18:08:55.360Z | Downloaded slog-bunyan v2.5.0 |
| 781 | 2026-01-30T18:08:55.364Z | Downloaded papergrid v0.17.0 |
| 782 | 2026-01-30T18:08:55.370Z | Downloaded sec1 v0.7.3 |
| 783 | 2026-01-30T18:08:55.373Z | Downloaded pin-project v1.1.6 |
| 784 | 2026-01-30T18:08:55.382Z | Downloaded serde-hex v0.1.0 |
| 785 | 2026-01-30T18:08:55.385Z | Downloaded hashbrown v0.12.3 |
| 786 | 2026-01-30T18:08:55.389Z | Downloaded progenitor-impl v0.10.0 |
| 787 | 2026-01-30T18:08:55.392Z | Downloaded serde_spanned v1.0.4 |
| 788 | 2026-01-30T18:08:55.395Z | Downloaded serde_derive_internals v0.29.1 |
| 789 | 2026-01-30T18:08:55.398Z | Downloaded serde_path_to_error v0.1.20 |
| 790 | 2026-01-30T18:08:55.401Z | Downloaded sqlparser_derive v0.2.2 |
| 791 | 2026-01-30T18:08:55.401Z | Downloaded russh-keys v0.45.0 |
| 792 | 2026-01-30T18:08:55.404Z | Downloaded minimal-lexical v0.2.1 |
| 793 | 2026-01-30T18:08:55.409Z | Downloaded strum v0.26.3 |
| 794 | 2026-01-30T18:08:55.412Z | Downloaded structmeta-derive v0.3.0 |
| 795 | 2026-01-30T18:08:55.415Z | Downloaded subtle v2.6.1 |
| 796 | 2026-01-30T18:08:55.415Z | Downloaded http v1.4.0 |
| 797 | 2026-01-30T18:08:55.418Z | Downloaded signal-hook-registry v1.4.2 |
| 798 | 2026-01-30T18:08:55.421Z | Downloaded rustls-native-certs v0.8.1 |
| 799 | 2026-01-30T18:08:55.424Z | Downloaded rustversion v1.0.22 |
| 800 | 2026-01-30T18:08:55.426Z | Downloaded strum v0.27.2 |
| 801 | 2026-01-30T18:08:55.430Z | Downloaded termtree v0.5.1 |
| 802 | 2026-01-30T18:08:55.430Z | Downloaded sync-ptr v0.1.4 |
| 803 | 2026-01-30T18:08:55.432Z | Downloaded tagptr v0.2.0 |
| 804 | 2026-01-30T18:08:55.435Z | Downloaded slog-scope v4.4.0 |
| 805 | 2026-01-30T18:08:55.438Z | Downloaded slog-json v2.6.1 |
| 806 | 2026-01-30T18:08:55.438Z | Downloaded sct v0.7.1 |
| 807 | 2026-01-30T18:08:55.443Z | Downloaded snafu-derive v0.8.5 |
| 808 | 2026-01-30T18:08:55.446Z | Downloaded tap v1.0.1 |
| 809 | 2026-01-30T18:08:55.446Z | Downloaded aes v0.8.4 |
| 810 | 2026-01-30T18:08:55.449Z | Downloaded take_mut v0.2.2 |
| 811 | 2026-01-30T18:08:55.452Z | Downloaded tabwriter v1.4.0 |
| 812 | 2026-01-30T18:08:55.452Z | Downloaded tabled_derive v0.11.0 |
| 813 | 2026-01-30T18:08:55.458Z | Downloaded slog-stdlog v4.1.1 |
| 814 | 2026-01-30T18:08:55.461Z | Downloaded ron v0.8.1 |
| 815 | 2026-01-30T18:08:55.464Z | Downloaded thread_local v1.1.8 |
| 816 | 2026-01-30T18:08:55.464Z | Downloaded tinyvec_macros v0.1.1 |
| 817 | 2026-01-30T18:08:55.467Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 818 | 2026-01-30T18:08:55.467Z | Downloaded spki v0.7.3 |
| 819 | 2026-01-30T18:08:55.470Z | Downloaded serde_with_macros v3.16.1 |
| 820 | 2026-01-30T18:08:55.473Z | Downloaded quinn v0.11.5 |
| 821 | 2026-01-30T18:08:55.476Z | Downloaded static_assertions v1.1.0 |
| 822 | 2026-01-30T18:08:55.478Z | Downloaded thread-id v5.0.0 |
| 823 | 2026-01-30T18:08:55.481Z | Downloaded time-core v0.1.6 |
| 824 | 2026-01-30T18:08:55.481Z | Downloaded support-bundle-viewer v0.1.2 |
| 825 | 2026-01-30T18:08:55.484Z | Downloaded strum_macros v0.26.4 |
| 826 | 2026-01-30T18:08:55.488Z | Downloaded strum_macros v0.24.3 |
| 827 | 2026-01-30T18:08:55.491Z | Downloaded num-bigint v0.4.6 |
| 828 | 2026-01-30T18:08:55.494Z | Downloaded strum_macros v0.27.2 |
| 829 | 2026-01-30T18:08:55.497Z | Downloaded schemars v0.8.22 |
| 830 | 2026-01-30T18:08:55.507Z | Downloaded rcgen v0.12.1 |
| 831 | 2026-01-30T18:08:55.510Z | Downloaded rayon-core v1.12.1 |
| 832 | 2026-01-30T18:08:55.514Z | Downloaded pretty_assertions v1.4.1 |
| 833 | 2026-01-30T18:08:55.517Z | Downloaded mio v1.0.2 |
| 834 | 2026-01-30T18:08:55.521Z | Downloaded libm v0.2.8 |
| 835 | 2026-01-30T18:08:55.530Z | Downloaded topological-sort v0.2.2 |
| 836 | 2026-01-30T18:08:55.533Z | Downloaded try-lock v0.2.5 |
| 837 | 2026-01-30T18:08:55.533Z | Downloaded tower-service v0.3.3 |
| 838 | 2026-01-30T18:08:55.536Z | Downloaded trait-variant v0.1.2 |
| 839 | 2026-01-30T18:08:55.536Z | Downloaded tower-layer v0.3.3 |
| 840 | 2026-01-30T18:08:55.538Z | Downloaded spin v0.9.8 |
| 841 | 2026-01-30T18:08:55.541Z | Downloaded serde_yaml v0.9.34+deprecated |
| 842 | 2026-01-30T18:08:55.544Z | Downloaded thiserror-no-std v2.0.2 |
| 843 | 2026-01-30T18:08:55.547Z | Downloaded tiny-keccak v2.0.2 |
| 844 | 2026-01-30T18:08:55.550Z | Downloaded unarray v0.1.4 |
| 845 | 2026-01-30T18:08:55.553Z | Downloaded time-macros v0.2.24 |
| 846 | 2026-01-30T18:08:55.556Z | Downloaded similar v2.7.0 |
| 847 | 2026-01-30T18:08:55.559Z | Downloaded tls_codec_derive v0.4.1 |
| 848 | 2026-01-30T18:08:55.561Z | Downloaded tokio-native-tls v0.3.1 |
| 849 | 2026-01-30T18:08:55.564Z | Downloaded universal-hash v0.5.1 |
| 850 | 2026-01-30T18:08:55.564Z | Downloaded untrusted v0.7.1 |
| 851 | 2026-01-30T18:08:55.567Z | Downloaded unicode-truncate v1.1.0 |
| 852 | 2026-01-30T18:08:55.567Z | Downloaded usdt-macro v0.6.0 |
| 853 | 2026-01-30T18:08:55.570Z | Downloaded untrusted v0.9.0 |
| 854 | 2026-01-30T18:08:55.570Z | Downloaded typify-macro v0.4.3 |
| 855 | 2026-01-30T18:08:55.574Z | Downloaded usdt-attr-macro v0.6.0 |
| 856 | 2026-01-30T18:08:55.574Z | Downloaded tokio-dtrace v0.1.0 |
| 857 | 2026-01-30T18:08:55.574Z | Downloaded hashbrown v0.15.4 |
| 858 | 2026-01-30T18:08:55.579Z | Downloaded tokio-tungstenite v0.21.0 |
| 859 | 2026-01-30T18:08:55.581Z | Downloaded unit-prefix v0.5.1 |
| 860 | 2026-01-30T18:08:55.584Z | Downloaded typify-macro v0.2.0 |
| 861 | 2026-01-30T18:08:55.584Z | Downloaded tokio-rustls v0.25.0 |
| 862 | 2026-01-30T18:08:55.587Z | Downloaded publicsuffix v2.3.0 |
| 863 | 2026-01-30T18:08:55.590Z | Downloaded utf-8 v0.7.6 |
| 864 | 2026-01-30T18:08:55.590Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 865 | 2026-01-30T18:08:55.593Z | Downloaded tokio-tungstenite v0.23.1 |
| 866 | 2026-01-30T18:08:55.596Z | Downloaded aes-gcm v0.10.3 |
| 867 | 2026-01-30T18:08:55.599Z | Downloaded waitgroup v0.1.2 |
| 868 | 2026-01-30T18:08:55.599Z | Downloaded wait-timeout v0.2.0 |
| 869 | 2026-01-30T18:08:55.601Z | Downloaded void v1.0.2 |
| 870 | 2026-01-30T18:08:55.601Z | Downloaded term v0.7.0 |
| 871 | 2026-01-30T18:08:55.604Z | Downloaded futures-util v0.3.31 |
| 872 | 2026-01-30T18:08:55.615Z | Downloaded vte_generate_state_changes v0.1.2 |
| 873 | 2026-01-30T18:08:55.617Z | Downloaded tls_codec v0.4.1 |
| 874 | 2026-01-30T18:08:55.617Z | Downloaded rsa v0.9.8 |
| 875 | 2026-01-30T18:08:55.622Z | Downloaded which v4.4.2 |
| 876 | 2026-01-30T18:08:55.625Z | Downloaded socket2 v0.6.1 |
| 877 | 2026-01-30T18:08:55.628Z | Downloaded socket2 v0.5.10 |
| 878 | 2026-01-30T18:08:55.631Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 879 | 2026-01-30T18:08:55.631Z | Downloaded want v0.3.1 |
| 880 | 2026-01-30T18:08:55.633Z | Downloaded rand v0.9.2 |
| 881 | 2026-01-30T18:08:55.636Z | Downloaded libxml v0.3.3 |
| 882 | 2026-01-30T18:08:55.640Z | Downloaded usdt-impl v0.6.0 |
| 883 | 2026-01-30T18:08:55.643Z | Downloaded usdt v0.6.0 |
| 884 | 2026-01-30T18:08:55.643Z | Downloaded tinyvec v1.8.0 |
| 885 | 2026-01-30T18:08:55.646Z | Downloaded xshell-macros v0.2.7 |
| 886 | 2026-01-30T18:08:55.648Z | Downloaded xattr v1.3.1 |
| 887 | 2026-01-30T18:08:55.648Z | Downloaded tokio-macros v2.6.0 |
| 888 | 2026-01-30T18:08:55.651Z | Downloaded tui-tree-widget v0.23.1 |
| 889 | 2026-01-30T18:08:55.651Z | Downloaded tokio-rustls v0.26.0 |
| 890 | 2026-01-30T18:08:55.654Z | Downloaded iddqd v0.3.16 |
| 891 | 2026-01-30T18:08:55.661Z | Downloaded tar v0.4.44 |
| 892 | 2026-01-30T18:08:55.664Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 893 | 2026-01-30T18:08:55.668Z | Downloaded zeroize_derive v1.4.2 |
| 894 | 2026-01-30T18:08:55.670Z | Downloaded uzers v0.12.1 |
| 895 | 2026-01-30T18:08:55.670Z | Downloaded tokio-rustls v0.24.1 |
| 896 | 2026-01-30T18:08:55.673Z | Downloaded test-strategy v0.4.3 |
| 897 | 2026-01-30T18:08:55.676Z | Downloaded snafu v0.8.5 |
| 898 | 2026-01-30T18:08:55.682Z | Downloaded zone_cfg_derive v0.3.0 |
| 899 | 2026-01-30T18:08:55.684Z | Downloaded vergen-gitcl v1.0.8 |
| 900 | 2026-01-30T18:08:55.684Z | Downloaded zone v0.3.1 |
| 901 | 2026-01-30T18:08:55.687Z | Downloaded zone v0.1.8 |
| 902 | 2026-01-30T18:08:55.687Z | Downloaded walkdir v2.5.0 |
| 903 | 2026-01-30T18:08:55.690Z | Downloaded vergen-lib v0.1.6 |
| 904 | 2026-01-30T18:08:55.690Z | Downloaded zone_cfg_derive v0.1.2 |
| 905 | 2026-01-30T18:08:55.693Z | Downloaded tokio-stream v0.1.17 |
| 906 | 2026-01-30T18:08:55.696Z | Downloaded whoami v1.5.2 |
| 907 | 2026-01-30T18:08:55.699Z | Downloaded tracing-attributes v0.1.27 |
| 908 | 2026-01-30T18:08:55.699Z | Downloaded wyz v0.5.1 |
| 909 | 2026-01-30T18:08:55.702Z | Downloaded term v1.1.0 |
| 910 | 2026-01-30T18:08:55.705Z | Downloaded p521 v0.13.3 |
| 911 | 2026-01-30T18:08:55.708Z | Downloaded twox-hash v2.1.0 |
| 912 | 2026-01-30T18:08:55.711Z | Downloaded xshell v0.2.7 |
| 913 | 2026-01-30T18:08:55.714Z | Downloaded samael v0.0.19 |
| 914 | 2026-01-30T18:08:55.717Z | Downloaded zeroize v1.8.1 |
| 915 | 2026-01-30T18:08:55.721Z | Downloaded chrono v0.4.43 |
| 916 | 2026-01-30T18:08:55.725Z | Downloaded unicode-properties v0.1.3 |
| 917 | 2026-01-30T18:08:55.728Z | Downloaded value-bag v1.12.0 |
| 918 | 2026-01-30T18:08:55.731Z | Downloaded unicase v2.8.1 |
| 919 | 2026-01-30T18:08:55.733Z | Downloaded itertools v0.13.0 |
| 920 | 2026-01-30T18:08:55.738Z | Downloaded zstd v0.13.3 |
| 921 | 2026-01-30T18:08:55.741Z | Downloaded zstd-safe v7.2.3 |
| 922 | 2026-01-30T18:08:55.744Z | Downloaded vte v0.11.1 |
| 923 | 2026-01-30T18:08:55.747Z | Downloaded vergen-git2 v1.0.7 |
| 924 | 2026-01-30T18:08:55.747Z | Downloaded vsss-rs v3.3.4 |
| 925 | 2026-01-30T18:08:55.750Z | Downloaded typify v0.4.3 |
| 926 | 2026-01-30T18:08:55.755Z | Downloaded blake3 v1.5.4 |
| 927 | 2026-01-30T18:08:55.760Z | Downloaded russh v0.45.0 |
| 928 | 2026-01-30T18:08:55.765Z | Downloaded zerocopy v0.6.6 |
| 929 | 2026-01-30T18:08:55.768Z | Downloaded tungstenite v0.21.0 |
| 930 | 2026-01-30T18:08:55.771Z | Downloaded steno v0.4.1 |
| 931 | 2026-01-30T18:08:55.774Z | Downloaded uuid v1.19.0 |
| 932 | 2026-01-30T18:08:55.777Z | Downloaded xz2 v0.1.7 |
| 933 | 2026-01-30T18:08:55.780Z | Downloaded itertools v0.14.0 |
| 934 | 2026-01-30T18:08:55.785Z | Downloaded hkdf v0.12.4 |
| 935 | 2026-01-30T18:08:55.788Z | Downloaded h2 v0.4.6 |
| 936 | 2026-01-30T18:08:55.794Z | Downloaded tracing v0.1.40 |
| 937 | 2026-01-30T18:08:55.797Z | Downloaded tungstenite v0.23.0 |
| 938 | 2026-01-30T18:08:55.800Z | Downloaded yasna v0.5.2 |
| 939 | 2026-01-30T18:08:55.803Z | Downloaded unsafe-libyaml v0.2.11 |
| 940 | 2026-01-30T18:08:55.806Z | Downloaded rustyline v14.0.0 |
| 941 | 2026-01-30T18:08:55.810Z | Downloaded rpassword v7.4.0 |
| 942 | 2026-01-30T18:08:55.813Z | Downloaded tracing-core v0.1.32 |
| 943 | 2026-01-30T18:08:55.816Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 944 | 2026-01-30T18:08:55.818Z | Downloaded toml v0.7.8 |
| 945 | 2026-01-30T18:08:55.821Z | Downloaded vergen v9.0.6 |
| 946 | 2026-01-30T18:08:55.824Z | Downloaded aws-lc-rs v1.12.4 |
| 947 | 2026-01-30T18:08:55.832Z | Downloaded unicode-bidi v0.3.17 |
| 948 | 2026-01-30T18:08:55.835Z | Downloaded reedline v0.40.0 |
| 949 | 2026-01-30T18:08:55.842Z | Downloaded zopfli v0.8.1 |
| 950 | 2026-01-30T18:08:55.845Z | Downloaded schemars v1.0.4 |
| 951 | 2026-01-30T18:08:55.856Z | Downloaded unicode_categories v0.1.1 |
| 952 | 2026-01-30T18:08:55.860Z | Downloaded bindgen v0.69.5 |
| 953 | 2026-01-30T18:08:55.864Z | Downloaded yansi v1.0.1 |
| 954 | 2026-01-30T18:08:55.867Z | Downloaded tokio-postgres v0.7.13 |
| 955 | 2026-01-30T18:08:55.871Z | Downloaded ssh-key v0.6.6 |
| 956 | 2026-01-30T18:08:55.878Z | Downloaded zip v0.6.6 |
| 957 | 2026-01-30T18:08:55.882Z | Downloaded reqwest v0.12.24 |
| 958 | 2026-01-30T18:08:55.888Z | Downloaded qorb v0.4.1 |
| 959 | 2026-01-30T18:08:55.891Z | Downloaded num-bigint-dig v0.8.6 |
| 960 | 2026-01-30T18:08:55.896Z | Downloaded toml_edit v0.19.15 |
| 961 | 2026-01-30T18:08:55.912Z | Downloaded tower v0.5.2 |
| 962 | 2026-01-30T18:08:55.920Z | Downloaded lalrpop v0.19.12 |
| 963 | 2026-01-30T18:08:55.932Z | Downloaded zerocopy-derive v0.8.27 |
| 964 | 2026-01-30T18:08:55.937Z | Downloaded rustls-webpki v0.101.7 |
| 965 | 2026-01-30T18:08:55.950Z | Downloaded zip v4.2.0 |
| 966 | 2026-01-30T18:08:55.954Z | Downloaded unicode-segmentation v1.12.0 |
| 967 | 2026-01-30T18:08:55.957Z | Downloaded salty v0.3.0 |
| 968 | 2026-01-30T18:08:55.963Z | Downloaded portable-atomic v1.11.0 |
| 969 | 2026-01-30T18:08:55.971Z | Downloaded quinn-proto v0.11.8 |
| 970 | 2026-01-30T18:08:55.976Z | Downloaded git2 v0.20.2 |
| 971 | 2026-01-30T18:08:55.983Z | Downloaded unicode-normalization v0.1.24 |
| 972 | 2026-01-30T18:08:55.989Z | Downloaded proptest v1.7.0 |
| 973 | 2026-01-30T18:08:55.996Z | Downloaded tokio-util v0.7.15 |
| 974 | 2026-01-30T18:08:56.003Z | Downloaded tower-http v0.6.6 |
| 975 | 2026-01-30T18:08:56.010Z | Downloaded typed-path v0.9.3 |
| 976 | 2026-01-30T18:08:56.016Z | Downloaded serde_with v3.16.1 |
| 977 | 2026-01-30T18:08:56.027Z | Downloaded curve25519-dalek v4.1.3 |
| 978 | 2026-01-30T18:08:56.036Z | Downloaded winnow v0.5.40 |
| 979 | 2026-01-30T18:08:56.062Z | Downloaded diesel v2.2.12 |
| 980 | 2026-01-30T18:08:56.065Z | Downloaded polar-core v0.27.3 |
| 981 | 2026-01-30T18:08:56.069Z | Downloaded object v0.30.4 |
| 982 | 2026-01-30T18:08:56.077Z | Downloaded winnow v0.6.26 |
| 983 | 2026-01-30T18:08:56.085Z | Downloaded radix_trie v0.2.1 |
| 984 | 2026-01-30T18:08:56.090Z | Downloaded quick-xml v0.37.2 |
| 985 | 2026-01-30T18:08:56.095Z | Downloaded nix v0.29.0 |
| 986 | 2026-01-30T18:08:56.106Z | Downloaded tabled v0.20.0 |
| 987 | 2026-01-30T18:08:56.122Z | Downloaded zlib-rs v0.5.1 |
| 988 | 2026-01-30T18:08:56.126Z | Downloaded tabled v0.18.0 |
| 989 | 2026-01-30T18:08:56.144Z | Downloaded smoltcp v0.9.1 |
| 990 | 2026-01-30T18:08:56.153Z | Downloaded vcpkg v0.2.15 |
| 991 | 2026-01-30T18:08:56.188Z | Downloaded zerocopy v0.8.27 |
| 992 | 2026-01-30T18:08:56.208Z | Downloaded regex-syntax v0.8.5 |
| 993 | 2026-01-30T18:08:56.216Z | Downloaded object v0.36.5 |
| 994 | 2026-01-30T18:08:56.225Z | Downloaded webpki-roots v1.0.1 |
| 995 | 2026-01-30T18:08:56.230Z | Downloaded rustls v0.23.19 |
| 996 | 2026-01-30T18:08:56.240Z | Downloaded rustls v0.22.4 |
| 997 | 2026-01-30T18:08:56.250Z | Downloaded bstr v1.10.0 |
| 998 | 2026-01-30T18:08:56.259Z | Downloaded hickory-proto v0.25.2 |
| 999 | 2026-01-30T18:08:56.274Z | Downloaded regress v0.10.4 |
| 1000 | 2026-01-30T18:08:56.283Z | Downloaded smoltcp v0.11.0 |
| 1001 | 2026-01-30T18:08:56.295Z | Downloaded rustls v0.21.12 |
| 1002 | 2026-01-30T18:08:56.304Z | Downloaded regex-syntax v0.6.29 |
| 1003 | 2026-01-30T18:08:56.310Z | Downloaded sled v0.34.7 |
| 1004 | 2026-01-30T18:08:56.319Z | Downloaded openapiv3 v2.2.0 |
| 1005 | 2026-01-30T18:08:56.330Z | Downloaded nix v0.30.1 |
| 1006 | 2026-01-30T18:08:56.340Z | Downloaded hickory-proto v0.24.4 |
| 1007 | 2026-01-30T18:08:56.355Z | Downloaded dropshot v0.16.7 |
| 1008 | 2026-01-30T18:08:56.374Z | Downloaded openssl v0.10.73 |
| 1009 | 2026-01-30T18:08:56.383Z | Downloaded regex-automata v0.4.11 |
| 1010 | 2026-01-30T18:08:56.396Z | Downloaded nix v0.28.0 |
| 1011 | 2026-01-30T18:08:56.405Z | Downloaded nix v0.27.1 |
| 1012 | 2026-01-30T18:08:56.414Z | Downloaded rayon v1.10.0 |
| 1013 | 2026-01-30T18:08:56.422Z | Downloaded lzma-sys v0.1.20 |
| 1014 | 2026-01-30T18:08:56.458Z | Downloaded ratatui v0.29.0 |
| 1015 | 2026-01-30T18:08:56.482Z | Downloaded tough v0.20.0 |
| 1016 | 2026-01-30T18:08:56.491Z | Downloaded typify-impl v0.4.3 |
| 1017 | 2026-01-30T18:08:56.506Z | Downloaded typify-impl v0.2.0 |
| 1018 | 2026-01-30T18:08:56.518Z | Downloaded zerocopy-derive v0.6.6 |
| 1019 | 2026-01-30T18:08:56.528Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1020 | 2026-01-30T18:08:56.540Z | Downloaded sqlparser v0.45.0 |
| 1021 | 2026-01-30T18:08:56.544Z | Downloaded moka v0.12.10 |
| 1022 | 2026-01-30T18:08:56.553Z | Downloaded time v0.3.43 |
| 1023 | 2026-01-30T18:08:56.560Z | Downloaded jiff v0.2.15 |
| 1024 | 2026-01-30T18:08:56.577Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1025 | 2026-01-30T18:08:56.590Z | Downloaded tokio v1.49.0 |
| 1026 | 2026-01-30T18:08:56.627Z | Downloaded petgraph v0.6.5 |
| 1027 | 2026-01-30T18:08:56.641Z | Downloaded csv v1.3.1 |
| 1028 | 2026-01-30T18:08:56.659Z | Downloaded rustls-webpki v0.102.8 |
| 1029 | 2026-01-30T18:08:56.686Z | Downloaded petgraph v0.8.2 |
| 1030 | 2026-01-30T18:08:56.701Z | Downloaded libz-sys v1.1.20 |
| 1031 | 2026-01-30T18:08:56.717Z | Downloaded chrono-tz v0.10.4 |
| 1032 | 2026-01-30T18:08:56.729Z | Downloaded gimli v0.31.1 |
| 1033 | 2026-01-30T18:08:56.735Z | Downloaded petname v2.0.2 |
| 1034 | 2026-01-30T18:08:56.740Z | Downloaded goblin v0.10.2 |
| 1035 | 2026-01-30T18:08:56.747Z | Downloaded bindgen v0.71.1 |
| 1036 | 2026-01-30T18:08:56.753Z | Downloaded x509-cert v0.2.5 |
| 1037 | 2026-01-30T18:08:56.759Z | Downloaded bitvec v1.0.1 |
| 1038 | 2026-01-30T18:08:56.774Z | Downloaded regex v1.11.3 |
| 1039 | 2026-01-30T18:08:56.779Z | Downloaded sha3 v0.10.8 |
| 1040 | 2026-01-30T18:08:56.783Z | Downloaded p384 v0.13.1 |
| 1041 | 2026-01-30T18:08:56.789Z | Downloaded nom v7.1.3 |
| 1042 | 2026-01-30T18:08:56.793Z | Downloaded itertools v0.12.1 |
| 1043 | 2026-01-30T18:08:56.799Z | Downloaded typify v0.2.0 |
| 1044 | 2026-01-30T18:08:56.802Z | Downloaded termios v0.3.3 |
| 1045 | 2026-01-30T18:08:56.805Z | Downloaded subprocess v0.2.9 |
| 1046 | 2026-01-30T18:08:56.808Z | Downloaded rand v0.8.5 |
| 1047 | 2026-01-30T18:08:56.811Z | Downloaded hyper v1.8.1 |
| 1048 | 2026-01-30T18:08:56.814Z | Downloaded schemars v0.9.0 |
| 1049 | 2026-01-30T18:08:56.826Z | Downloaded iri-string v0.7.8 |
| 1050 | 2026-01-30T18:08:56.832Z | Downloaded encoding_rs v0.8.34 |
| 1051 | 2026-01-30T18:08:56.852Z | Downloaded slog v2.8.2 |
| 1052 | 2026-01-30T18:08:56.856Z | Downloaded signal-hook v0.3.18 |
| 1053 | 2026-01-30T18:08:56.860Z | Downloaded rustls-pki-types v1.10.0 |
| 1054 | 2026-01-30T18:08:56.885Z | Downloaded progenitor-impl v0.11.2 |
| 1055 | 2026-01-30T18:08:56.885Z | Downloaded itertools v0.10.5 |
| 1056 | 2026-01-30T18:08:56.885Z | Downloaded stringprep v0.1.5 |
| 1057 | 2026-01-30T18:08:56.885Z | Downloaded hashbrown v0.13.2 |
| 1058 | 2026-01-30T18:08:56.885Z | Downloaded hyper-util v0.1.19 |
| 1059 | 2026-01-30T18:08:56.885Z | Downloaded string_cache v0.8.9 |
| 1060 | 2026-01-30T18:08:56.885Z | Downloaded sqlformat v0.3.5 |
| 1061 | 2026-01-30T18:08:56.890Z | Downloaded rustc-demangle v0.1.24 |
| 1062 | 2026-01-30T18:08:56.890Z | Downloaded testing_table v0.3.0 |
| 1063 | 2026-01-30T18:08:56.890Z | Downloaded ring v0.17.14 |
| 1064 | 2026-01-30T18:08:56.922Z | Downloaded serde_cbor v0.11.2 |
| 1065 | 2026-01-30T18:08:56.925Z | Downloaded ron v0.7.1 |
| 1066 | 2026-01-30T18:08:56.930Z | Downloaded hickory-server v0.25.2 |
| 1067 | 2026-01-30T18:08:56.940Z | Downloaded smf v0.2.3 |
| 1068 | 2026-01-30T18:08:56.943Z | Downloaded smallvec v0.6.14 |
| 1069 | 2026-01-30T18:08:56.943Z | Downloaded slog-term v2.9.2 |
| 1070 | 2026-01-30T18:08:56.943Z | Downloaded slog-dtrace v0.3.0 |
| 1071 | 2026-01-30T18:08:56.943Z | Downloaded prettyplease v0.2.36 |
| 1072 | 2026-01-30T18:08:56.943Z | Downloaded prefix-trie v0.7.0 |
| 1073 | 2026-01-30T18:08:56.946Z | Downloaded supports-color v3.0.2 |
| 1074 | 2026-01-30T18:08:56.946Z | Downloaded slog-async v2.8.0 |
| 1075 | 2026-01-30T18:08:56.949Z | Downloaded tabled_derive v0.10.0 |
| 1076 | 2026-01-30T18:08:56.949Z | Downloaded sync_wrapper v1.0.1 |
| 1077 | 2026-01-30T18:08:56.949Z | Downloaded slab v0.4.9 |
| 1078 | 2026-01-30T18:08:56.949Z | Downloaded ryu v1.0.18 |
| 1079 | 2026-01-30T18:08:56.952Z | Downloaded structmeta v0.3.0 |
| 1080 | 2026-01-30T18:08:56.955Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1081 | 2026-01-30T18:08:56.955Z | Downloaded ssh-encoding v0.2.0 |
| 1082 | 2026-01-30T18:08:56.958Z | Downloaded ssh-cipher v0.2.0 |
| 1083 | 2026-01-30T18:08:56.958Z | Downloaded shlex v1.3.0 |
| 1084 | 2026-01-30T18:08:56.958Z | Downloaded aho-corasick v1.1.3 |
| 1085 | 2026-01-30T18:08:56.964Z | Downloaded scroll v0.13.0 |
| 1086 | 2026-01-30T18:08:56.968Z | Downloaded schemars_derive v0.8.22 |
| 1087 | 2026-01-30T18:08:56.969Z | Downloaded openssl-sys v0.9.109 |
| 1088 | 2026-01-30T18:08:56.972Z | Downloaded rustls-pemfile v1.0.4 |
| 1089 | 2026-01-30T18:08:56.975Z | Downloaded pkcs5 v0.7.1 |
| 1090 | 2026-01-30T18:08:56.978Z | Downloaded miniz_oxide v0.8.5 |
| 1091 | 2026-01-30T18:08:56.981Z | Downloaded serde_plain v1.0.2 |
| 1092 | 2026-01-30T18:08:56.981Z | Downloaded base64 v0.22.1 |
| 1093 | 2026-01-30T18:08:56.984Z | Downloaded expectorate v1.2.0 |
| 1094 | 2026-01-30T18:08:56.986Z | Downloaded seq-macro v0.3.6 |
| 1095 | 2026-01-30T18:08:56.986Z | Downloaded semver v0.1.20 |
| 1096 | 2026-01-30T18:08:56.986Z | Downloaded rand_seeder v0.4.0 |
| 1097 | 2026-01-30T18:08:56.989Z | Downloaded bumpalo v3.16.0 |
| 1098 | 2026-01-30T18:08:56.992Z | Downloaded scroll_derive v0.13.1 |
| 1099 | 2026-01-30T18:08:56.992Z | Downloaded progenitor-impl v0.8.0 |
| 1100 | 2026-01-30T18:08:56.992Z | Downloaded rand_core v0.6.4 |
| 1101 | 2026-01-30T18:08:56.995Z | Downloaded postgres-types v0.2.9 |
| 1102 | 2026-01-30T18:08:56.998Z | Downloaded heapless v0.8.0 |
| 1103 | 2026-01-30T18:08:57.001Z | Downloaded hickory-resolver v0.25.2 |
| 1104 | 2026-01-30T18:08:57.004Z | Downloaded oso v0.27.3 |
| 1105 | 2026-01-30T18:08:57.008Z | Downloaded rustc-hash v2.1.1 |
| 1106 | 2026-01-30T18:08:57.011Z | Downloaded russh-cryptovec v0.7.3 |
| 1107 | 2026-01-30T18:08:57.012Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1108 | 2026-01-30T18:08:57.062Z | Downloaded rand_chacha v0.9.0 |
| 1109 | 2026-01-30T18:08:57.069Z | Downloaded rustc-hash v1.1.0 |
| 1110 | 2026-01-30T18:08:57.069Z | Downloaded primeorder v0.13.6 |
| 1111 | 2026-01-30T18:08:57.069Z | Downloaded quinn-udp v0.5.5 |
| 1112 | 2026-01-30T18:08:57.069Z | Downloaded parking_lot v0.12.3 |
| 1113 | 2026-01-30T18:08:57.072Z | Downloaded indicatif v0.18.0 |
| 1114 | 2026-01-30T18:08:57.072Z | Downloaded indicatif v0.17.11 |
| 1115 | 2026-01-30T18:08:57.075Z | Downloaded pin-project-lite v0.2.14 |
| 1116 | 2026-01-30T18:08:57.078Z | Downloaded owo-colors v4.2.2 |
| 1117 | 2026-01-30T18:08:57.081Z | Downloaded pem v3.0.5 |
| 1118 | 2026-01-30T18:08:57.085Z | Downloaded paste v1.0.15 |
| 1119 | 2026-01-30T18:08:57.089Z | Downloaded pkcs8 v0.10.2 |
| 1120 | 2026-01-30T18:08:57.089Z | Downloaded radium v0.7.0 |
| 1121 | 2026-01-30T18:08:57.089Z | Downloaded heapless v0.7.17 |
| 1122 | 2026-01-30T18:08:57.093Z | Downloaded proc-macro-crate v1.3.1 |
| 1123 | 2026-01-30T18:08:57.093Z | Downloaded pretty-hex v0.2.1 |
| 1124 | 2026-01-30T18:08:57.096Z | Downloaded phf v0.11.2 |
| 1125 | 2026-01-30T18:08:57.096Z | Downloaded password-hash v0.4.2 |
| 1126 | 2026-01-30T18:08:57.096Z | Downloaded parse-display-derive v0.10.0 |
| 1127 | 2026-01-30T18:08:57.096Z | Downloaded parking_lot_core v0.8.6 |
| 1128 | 2026-01-30T18:08:57.100Z | Downloaded progenitor-macro v0.11.2 |
| 1129 | 2026-01-30T18:08:57.100Z | Downloaded progenitor-client v0.10.0 |
| 1130 | 2026-01-30T18:08:57.100Z | Downloaded litrs v0.4.1 |
| 1131 | 2026-01-30T18:08:57.103Z | Downloaded password-hash v0.5.0 |
| 1132 | 2026-01-30T18:08:57.103Z | Downloaded predicates-core v1.0.8 |
| 1133 | 2026-01-30T18:08:57.106Z | Downloaded num-rational v0.4.2 |
| 1134 | 2026-01-30T18:08:57.106Z | Downloaded num-iter v0.1.45 |
| 1135 | 2026-01-30T18:08:57.106Z | Downloaded libsw v3.5.0 |
| 1136 | 2026-01-30T18:08:57.109Z | Downloaded headers v0.4.1 |
| 1137 | 2026-01-30T18:08:57.112Z | Downloaded fatfs v0.3.6 |
| 1138 | 2026-01-30T18:08:57.115Z | Downloaded progenitor-macro v0.8.0 |
| 1139 | 2026-01-30T18:08:57.115Z | Downloaded bytes v1.10.1 |
| 1140 | 2026-01-30T18:08:57.118Z | Downloaded progenitor-client v0.8.0 |
| 1141 | 2026-01-30T18:08:57.121Z | Downloaded parking_lot_core v0.9.10 |
| 1142 | 2026-01-30T18:08:57.121Z | Downloaded const_format v0.2.34 |
| 1143 | 2026-01-30T18:08:57.125Z | Downloaded chacha20poly1305 v0.10.1 |
| 1144 | 2026-01-30T18:08:57.128Z | Downloaded compact_str v0.8.0 |
| 1145 | 2026-01-30T18:08:57.131Z | Downloaded arc-swap v1.7.1 |
| 1146 | 2026-01-30T18:08:57.134Z | Downloaded num-integer v0.1.46 |
| 1147 | 2026-01-30T18:08:57.137Z | Downloaded memmap2 v0.9.8 |
| 1148 | 2026-01-30T18:08:57.137Z | Downloaded phf_shared v0.11.2 |
| 1149 | 2026-01-30T18:08:57.139Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1150 | 2026-01-30T18:08:57.140Z | Downloaded httparse v1.9.5 |
| 1151 | 2026-01-30T18:08:57.143Z | Downloaded phf_shared v0.12.1 |
| 1152 | 2026-01-30T18:08:57.143Z | Downloaded packed_struct v0.10.1 |
| 1153 | 2026-01-30T18:08:57.144Z | Downloaded oxnet v0.1.4 |
| 1154 | 2026-01-30T18:08:57.147Z | Downloaded newtype-uuid v1.3.2 |
| 1155 | 2026-01-30T18:08:57.147Z | Downloaded pbkdf2 v0.12.2 |
| 1156 | 2026-01-30T18:08:57.147Z | Downloaded num-conv v0.1.0 |
| 1157 | 2026-01-30T18:08:57.149Z | Downloaded derive_more v2.0.1 |
| 1158 | 2026-01-30T18:08:57.156Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1159 | 2026-01-30T18:08:57.160Z | Downloaded libz-rs-sys v0.5.1 |
| 1160 | 2026-01-30T18:08:57.160Z | Downloaded ingot-macros v0.1.1 |
| 1161 | 2026-01-30T18:08:57.160Z | Downloaded native-tls v0.2.12 |
| 1162 | 2026-01-30T18:08:57.164Z | Downloaded nanorand v0.7.0 |
| 1163 | 2026-01-30T18:08:57.164Z | Downloaded multer v3.1.0 |
| 1164 | 2026-01-30T18:08:57.169Z | Downloaded num-derive v0.3.3 |
| 1165 | 2026-01-30T18:08:57.169Z | Downloaded lock_api v0.4.12 |
| 1166 | 2026-01-30T18:08:57.169Z | Downloaded colored v3.0.0 |
| 1167 | 2026-01-30T18:08:57.172Z | Downloaded crc32fast v1.4.2 |
| 1168 | 2026-01-30T18:08:57.172Z | Downloaded iana-time-zone v0.1.63 |
| 1169 | 2026-01-30T18:08:57.176Z | Downloaded hickory-client v0.25.2 |
| 1170 | 2026-01-30T18:08:57.176Z | Downloaded half v1.8.3 |
| 1171 | 2026-01-30T18:08:57.180Z | Downloaded flate2 v1.1.2 |
| 1172 | 2026-01-30T18:08:57.184Z | Downloaded derive_more-impl v2.0.1 |
| 1173 | 2026-01-30T18:08:57.187Z | Downloaded num_threads v0.1.7 |
| 1174 | 2026-01-30T18:08:57.187Z | Downloaded num_enum_derive v0.5.11 |
| 1175 | 2026-01-30T18:08:57.187Z | Downloaded normalize-line-endings v0.3.0 |
| 1176 | 2026-01-30T18:08:57.187Z | Downloaded nonempty v0.12.0 |
| 1177 | 2026-01-30T18:08:57.187Z | Downloaded nodrop v0.1.14 |
| 1178 | 2026-01-30T18:08:57.192Z | Downloaded libefi-sys v0.1.0 |
| 1179 | 2026-01-30T18:08:57.192Z | Downloaded humantime v2.2.0 |
| 1180 | 2026-01-30T18:08:57.192Z | Downloaded futures v0.3.31 |
| 1181 | 2026-01-30T18:08:57.195Z | Downloaded derive_more v0.99.20 |
| 1182 | 2026-01-30T18:08:57.201Z | Downloaded diesel_derives v2.2.3 |
| 1183 | 2026-01-30T18:08:57.204Z | Downloaded darling v0.21.0 |
| 1184 | 2026-01-30T18:08:57.207Z | Downloaded new_debug_unreachable v1.0.6 |
| 1185 | 2026-01-30T18:08:57.212Z | Downloaded maybe-uninit v2.0.0 |
| 1186 | 2026-01-30T18:08:57.212Z | Downloaded match_cfg v0.1.0 |
| 1187 | 2026-01-30T18:08:57.212Z | Downloaded linked-hash-map v0.5.6 |
| 1188 | 2026-01-30T18:08:57.215Z | Downloaded libscf-sys v1.1.0 |
| 1189 | 2026-01-30T18:08:57.215Z | Downloaded mime v0.3.17 |
| 1190 | 2026-01-30T18:08:57.215Z | Downloaded memoffset v0.9.1 |
| 1191 | 2026-01-30T18:08:57.215Z | Downloaded libsw-core v0.3.1 |
| 1192 | 2026-01-30T18:08:57.218Z | Downloaded ipnetwork v0.21.1 |
| 1193 | 2026-01-30T18:08:57.218Z | Downloaded ingot-types v0.1.2 |
| 1194 | 2026-01-30T18:08:57.218Z | Downloaded indoc v2.0.6 |
| 1195 | 2026-01-30T18:08:57.222Z | Downloaded ahash v0.8.12 |
| 1196 | 2026-01-30T18:08:57.225Z | Downloaded crc-any v2.5.0 |
| 1197 | 2026-01-30T18:08:57.225Z | Downloaded console v0.15.10 |
| 1198 | 2026-01-30T18:08:57.228Z | Downloaded cc v1.2.30 |
| 1199 | 2026-01-30T18:08:57.232Z | Downloaded dropshot-api-manager v0.2.4 |
| 1200 | 2026-01-30T18:08:57.237Z | Downloaded globset v0.4.15 |
| 1201 | 2026-01-30T18:08:57.237Z | Downloaded getrandom v0.2.15 |
| 1202 | 2026-01-30T18:08:57.240Z | Downloaded crossbeam-epoch v0.9.18 |
| 1203 | 2026-01-30T18:08:57.240Z | Downloaded lzss v0.8.2 |
| 1204 | 2026-01-30T18:08:57.240Z | Downloaded lru-cache v0.1.2 |
| 1205 | 2026-01-30T18:08:57.240Z | Downloaded lockfree-object-pool v0.1.6 |
| 1206 | 2026-01-30T18:08:57.244Z | Downloaded bzip2 v0.5.2 |
| 1207 | 2026-01-30T18:08:57.244Z | Downloaded bit-vec v0.8.0 |
| 1208 | 2026-01-30T18:08:57.247Z | Downloaded critical-section v1.1.3 |
| 1209 | 2026-01-30T18:08:57.247Z | Downloaded convert_case v0.7.1 |
| 1210 | 2026-01-30T18:08:57.247Z | Downloaded bzip2 v0.4.4 |
| 1211 | 2026-01-30T18:08:57.250Z | Downloaded kstat-rs v0.2.4 |
| 1212 | 2026-01-30T18:08:57.250Z | Downloaded filetime v0.2.26 |
| 1213 | 2026-01-30T18:08:57.250Z | Downloaded foldhash v0.1.5 |
| 1214 | 2026-01-30T18:08:57.254Z | Downloaded ena v0.14.3 |
| 1215 | 2026-01-30T18:08:57.254Z | Downloaded keccak v0.1.5 |
| 1216 | 2026-01-30T18:08:57.256Z | Downloaded is-terminal v0.4.13 |
| 1217 | 2026-01-30T18:08:57.256Z | Downloaded internet-checksum v0.2.1 |
| 1218 | 2026-01-30T18:08:57.257Z | Downloaded instant v0.1.13 |
| 1219 | 2026-01-30T18:08:57.257Z | Downloaded group v0.13.0 |
| 1220 | 2026-01-30T18:08:57.259Z | Downloaded inout v0.1.3 |
| 1221 | 2026-01-30T18:08:57.259Z | Downloaded indoc v1.0.9 |
| 1222 | 2026-01-30T18:08:57.264Z | Downloaded futures-executor v0.3.31 |
| 1223 | 2026-01-30T18:08:57.264Z | Downloaded fs-err v2.11.0 |
| 1224 | 2026-01-30T18:08:57.269Z | Downloaded debug-ignore v1.0.5 |
| 1225 | 2026-01-30T18:08:57.269Z | Downloaded cookie_store v0.21.1 |
| 1226 | 2026-01-30T18:08:57.269Z | Downloaded cookie v0.18.1 |
| 1227 | 2026-01-30T18:08:57.275Z | Downloaded console v0.16.0 |
| 1228 | 2026-01-30T18:08:57.275Z | Downloaded colored v2.2.0 |
| 1229 | 2026-01-30T18:08:57.278Z | Downloaded clang-sys v1.8.1 |
| 1230 | 2026-01-30T18:08:57.278Z | Downloaded ciborium v0.2.2 |
| 1231 | 2026-01-30T18:08:57.281Z | Downloaded cassowary v0.3.0 |
| 1232 | 2026-01-30T18:08:57.281Z | Downloaded cancel-safe-futures v0.1.5 |
| 1233 | 2026-01-30T18:08:57.283Z | Downloaded backtrace v0.3.74 |
| 1234 | 2026-01-30T18:08:57.286Z | Downloaded daft-derive v0.1.4 |
| 1235 | 2026-01-30T18:08:57.290Z | Downloaded ident_case v1.0.1 |
| 1236 | 2026-01-30T18:08:57.293Z | Downloaded glob v0.3.2 |
| 1237 | 2026-01-30T18:08:57.293Z | Downloaded bitflags v1.3.2 |
| 1238 | 2026-01-30T18:08:57.296Z | Downloaded derive_builder v0.20.2 |
| 1239 | 2026-01-30T18:08:57.299Z | Downloaded derive-where v1.5.0 |
| 1240 | 2026-01-30T18:08:57.302Z | Downloaded der v0.7.10 |
| 1241 | 2026-01-30T18:08:57.305Z | Downloaded argon2 v0.5.3 |
| 1242 | 2026-01-30T18:08:57.308Z | Downloaded fixedbitset v0.5.7 |
| 1243 | 2026-01-30T18:08:57.312Z | Downloaded either v1.15.0 |
| 1244 | 2026-01-30T18:08:57.312Z | Downloaded drift v0.1.3 |
| 1245 | 2026-01-30T18:08:57.315Z | Downloaded corncobs v0.1.4 |
| 1246 | 2026-01-30T18:08:57.318Z | Downloaded cargo_metadata v0.19.2 |
| 1247 | 2026-01-30T18:08:57.318Z | Downloaded buf-list v1.0.3 |
| 1248 | 2026-01-30T18:08:57.322Z | Downloaded home v0.5.9 |
| 1249 | 2026-01-30T18:08:57.322Z | Downloaded erased-serde v0.3.31 |
| 1250 | 2026-01-30T18:08:57.327Z | Downloaded embedded-io v0.4.0 |
| 1251 | 2026-01-30T18:08:57.327Z | Downloaded des v0.8.1 |
| 1252 | 2026-01-30T18:08:57.327Z | Downloaded defmt-macros v0.3.9 |
| 1253 | 2026-01-30T18:08:57.330Z | Downloaded csv-core v0.1.11 |
| 1254 | 2026-01-30T18:08:57.330Z | Downloaded blowfish v0.9.1 |
| 1255 | 2026-01-30T18:08:57.330Z | Downloaded base64ct v1.6.0 |
| 1256 | 2026-01-30T18:08:57.333Z | Downloaded http-body v1.0.1 |
| 1257 | 2026-01-30T18:08:57.333Z | Downloaded hostname v0.4.2 |
| 1258 | 2026-01-30T18:08:57.336Z | Downloaded hostname v0.3.1 |
| 1259 | 2026-01-30T18:08:57.336Z | Downloaded hex-literal v0.4.1 |
| 1260 | 2026-01-30T18:08:57.336Z | Downloaded hash32 v0.3.1 |
| 1261 | 2026-01-30T18:08:57.339Z | Downloaded hash32 v0.2.1 |
| 1262 | 2026-01-30T18:08:57.339Z | Downloaded headers-core v0.3.0 |
| 1263 | 2026-01-30T18:08:57.342Z | Downloaded globwalk v0.9.1 |
| 1264 | 2026-01-30T18:08:57.342Z | Downloaded foreign-types-shared v0.1.1 |
| 1265 | 2026-01-30T18:08:57.342Z | Downloaded foldhash v0.2.0 |
| 1266 | 2026-01-30T18:08:57.342Z | Downloaded fixedbitset v0.4.2 |
| 1267 | 2026-01-30T18:08:57.346Z | Downloaded fallible-iterator v0.2.0 |
| 1268 | 2026-01-30T18:08:57.346Z | Downloaded embedded-io v0.6.1 |
| 1269 | 2026-01-30T18:08:57.348Z | Downloaded ed25519 v2.2.3 |
| 1270 | 2026-01-30T18:08:57.348Z | Downloaded dsl_auto_type v0.1.2 |
| 1271 | 2026-01-30T18:08:57.348Z | Downloaded document-features v0.2.11 |
| 1272 | 2026-01-30T18:08:57.351Z | Downloaded const-oid v0.9.6 |
| 1273 | 2026-01-30T18:08:57.351Z | Downloaded cipher v0.4.4 |
| 1274 | 2026-01-30T18:08:57.354Z | Downloaded chacha20 v0.9.1 |
| 1275 | 2026-01-30T18:08:57.354Z | Downloaded bit-set v0.8.0 |
| 1276 | 2026-01-30T18:08:57.357Z | Downloaded bcs v0.1.6 |
| 1277 | 2026-01-30T18:08:57.357Z | Downloaded bit-vec v0.6.3 |
| 1278 | 2026-01-30T18:08:57.360Z | Downloaded foreign-types v0.5.0 |
| 1279 | 2026-01-30T18:08:57.360Z | Downloaded env_filter v0.1.2 |
| 1280 | 2026-01-30T18:08:57.360Z | Downloaded endian-type v0.1.2 |
| 1281 | 2026-01-30T18:08:57.360Z | Downloaded darling_macro v0.20.10 |
| 1282 | 2026-01-30T18:08:57.365Z | Downloaded cfg_aliases v0.1.1 |
| 1283 | 2026-01-30T18:08:57.365Z | Downloaded cargo-platform v0.1.8 |
| 1284 | 2026-01-30T18:08:57.365Z | Downloaded bitfield-macros v0.19.2 |
| 1285 | 2026-01-30T18:08:57.368Z | Downloaded arrayref v0.3.9 |
| 1286 | 2026-01-30T18:08:57.368Z | Downloaded fd-lock v4.0.2 |
| 1287 | 2026-01-30T18:08:57.368Z | Downloaded derive-ex v0.1.8 |
| 1288 | 2026-01-30T18:08:57.368Z | Downloaded cstr-argument v0.1.2 |
| 1289 | 2026-01-30T18:08:57.371Z | Downloaded crc-catalog v2.4.0 |
| 1290 | 2026-01-30T18:08:57.371Z | Downloaded funty v2.0.0 |
| 1291 | 2026-01-30T18:08:57.371Z | Downloaded dirs-sys-next v0.1.2 |
| 1292 | 2026-01-30T18:08:57.371Z | Downloaded darling_macro v0.21.0 |
| 1293 | 2026-01-30T18:08:57.374Z | Downloaded crc v3.2.1 |
| 1294 | 2026-01-30T18:08:57.374Z | Downloaded bitfield-struct v0.6.2 |
| 1295 | 2026-01-30T18:08:57.376Z | Downloaded diesel-dtrace v0.4.2 |
| 1296 | 2026-01-30T18:08:57.377Z | Downloaded derive_builder_macro v0.20.2 |
| 1297 | 2026-01-30T18:08:57.377Z | Downloaded enum-as-inner v0.6.1 |
| 1298 | 2026-01-30T18:08:57.380Z | Downloaded difflib v0.4.0 |
| 1299 | 2026-01-30T18:08:57.380Z | Downloaded ciborium-io v0.2.2 |
| 1300 | 2026-01-30T18:08:57.380Z | Downloaded cfg_aliases v0.2.1 |
| 1301 | 2026-01-30T18:08:57.383Z | Downloaded dtrace-parser v0.3.0 |
| 1302 | 2026-01-30T18:08:57.383Z | Downloaded data-encoding v2.9.0 |
| 1303 | 2026-01-30T18:08:57.383Z | Downloaded ciborium-ll v0.2.2 |
| 1304 | 2026-01-30T18:08:57.383Z | Downloaded assert_matches v1.5.0 |
| 1305 | 2026-01-30T18:08:57.388Z | Downloaded ecdsa v0.16.9 |
| 1306 | 2026-01-30T18:08:57.388Z | Downloaded darling v0.20.10 |
| 1307 | 2026-01-30T18:08:57.391Z | Downloaded block-padding v0.3.3 |
| 1308 | 2026-01-30T18:08:57.391Z | Downloaded dirs-next v2.0.0 |
| 1309 | 2026-01-30T18:08:57.391Z | Downloaded ctr v0.9.2 |
| 1310 | 2026-01-30T18:08:57.396Z | Downloaded dyn-clone v1.0.20 |
| 1311 | 2026-01-30T18:08:57.397Z | Downloaded convert_case v0.4.0 |
| 1312 | 2026-01-30T18:08:57.401Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1313 | 2026-01-30T18:08:57.401Z | Downloaded display-error-chain v0.2.2 |
| 1314 | 2026-01-30T18:08:57.401Z | Downloaded derive_builder_core v0.20.2 |
| 1315 | 2026-01-30T18:08:57.401Z | Downloaded constant_time_eq v0.3.1 |
| 1316 | 2026-01-30T18:08:57.401Z | Downloaded castaway v0.2.3 |
| 1317 | 2026-01-30T18:08:57.404Z | Downloaded bit-set v0.5.3 |
| 1318 | 2026-01-30T18:08:57.404Z | Downloaded cexpr v0.6.0 |
| 1319 | 2026-01-30T18:08:57.404Z | Downloaded cbc v0.1.2 |
| 1320 | 2026-01-30T18:08:57.404Z | Downloaded allocator-api2 v0.2.21 |
| 1321 | 2026-01-30T18:08:57.407Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 1322 | 2026-01-30T18:08:57.407Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1323 | 2026-01-30T18:08:57.413Z | Downloaded crc8 v0.1.1 |
| 1324 | 2026-01-30T18:08:57.413Z | Downloaded cobs v0.2.3 |
| 1325 | 2026-01-30T18:08:57.413Z | Downloaded array-init v0.0.4 |
| 1326 | 2026-01-30T18:08:57.413Z | Downloaded async-stream v0.3.6 |
| 1327 | 2026-01-30T18:08:57.416Z | Downloaded base64 v0.21.7 |
| 1328 | 2026-01-30T18:08:57.416Z | Downloaded base64 v0.13.1 |
| 1329 | 2026-01-30T18:08:57.419Z | Downloaded deranged v0.5.3 |
| 1330 | 2026-01-30T18:08:57.423Z | Downloaded der_derive v0.7.3 |
| 1331 | 2026-01-30T18:08:57.423Z | Downloaded defmt-parser v0.3.4 |
| 1332 | 2026-01-30T18:08:57.426Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1333 | 2026-01-30T18:08:57.426Z | Downloaded backoff v0.4.0 |
| 1334 | 2026-01-30T18:08:57.426Z | Downloaded base16ct v0.2.0 |
| 1335 | 2026-01-30T18:08:57.426Z | Downloaded arrayvec v0.7.6 |
| 1336 | 2026-01-30T18:08:57.429Z | Downloaded atomicwrites v0.4.4 |
| 1337 | 2026-01-30T18:08:57.429Z | Downloaded async-trait v0.1.89 |
| 1338 | 2026-01-30T18:08:57.432Z | Downloaded async-stream-impl v0.3.6 |
| 1339 | 2026-01-30T18:08:57.432Z | Downloaded async-recursion v1.1.1 |
| 1340 | 2026-01-30T18:08:57.435Z | Downloaded adler2 v2.0.0 |
| 1341 | 2026-01-30T18:08:57.461Z | Downloaded addr2line v0.24.2 |
| 1342 | 2026-01-30T18:08:57.608Z | Downloaded aws-lc-sys v0.26.0 |
| 1343 | 2026-01-30T18:08:57.945Z | Compiling value-bag v1.12.0 |
| 1344 | 2026-01-30T18:08:57.945Z | Compiling lock_api v0.4.12 |
| 1345 | 2026-01-30T18:08:57.945Z | Compiling scopeguard v1.2.0 |
| 1346 | 2026-01-30T18:08:57.948Z | Compiling shlex v1.3.0 |
| 1347 | 2026-01-30T18:08:57.948Z | Compiling typenum v1.17.0 |
| 1348 | 2026-01-30T18:08:57.948Z | Compiling syn v2.0.114 |
| 1349 | 2026-01-30T18:08:58.109Z | Compiling getrandom v0.2.15 |
| 1350 | 2026-01-30T18:08:58.112Z | Compiling jobserver v0.1.32 |
| 1351 | 2026-01-30T18:08:58.236Z | Compiling smallvec v1.15.1 |
| 1352 | 2026-01-30T18:08:58.513Z | Compiling rand_core v0.6.4 |
| 1353 | 2026-01-30T18:08:58.580Z | Compiling log v0.4.29 |
| 1354 | 2026-01-30T18:08:58.671Z | Compiling cc v1.2.30 |
| 1355 | 2026-01-30T18:08:58.714Z | Compiling generic-array v0.14.7 |
| 1356 | 2026-01-30T18:08:58.973Z | Compiling subtle v2.6.1 |
| 1357 | 2026-01-30T18:08:59.037Z | Compiling portable-atomic v1.11.0 |
| 1358 | 2026-01-30T18:08:59.061Z | Compiling critical-section v1.1.3 |
| 1359 | 2026-01-30T18:08:59.152Z | Compiling const-oid v0.9.6 |
| 1360 | 2026-01-30T18:08:59.223Z | Compiling getrandom v0.3.4 |
| 1361 | 2026-01-30T18:08:59.294Z | Compiling serde_json v1.0.149 |
| 1362 | 2026-01-30T18:08:59.316Z | Compiling pkg-config v0.3.31 |
| 1363 | 2026-01-30T18:08:59.691Z | Compiling spin v0.9.8 |
| 1364 | 2026-01-30T18:09:00.125Z | Compiling regex-syntax v0.8.5 |
| 1365 | 2026-01-30T18:09:00.527Z | Compiling pin-project-lite v0.2.14 |
| 1366 | 2026-01-30T18:09:00.640Z | Compiling parking_lot_core v0.9.10 |
| 1367 | 2026-01-30T18:09:01.106Z | Compiling libm v0.2.8 |
| 1368 | 2026-01-30T18:09:01.126Z | Compiling rustix v0.38.37 |
| 1369 | 2026-01-30T18:09:01.145Z | Compiling once_cell v1.21.3 |
| 1370 | 2026-01-30T18:09:01.581Z | Compiling signal-hook-registry v1.4.2 |
| 1371 | 2026-01-30T18:09:01.616Z | Compiling num-traits v0.2.19 |
| 1372 | 2026-01-30T18:09:01.984Z | Compiling allocator-api2 v0.2.21 |
| 1373 | 2026-01-30T18:09:02.008Z | Compiling parking_lot v0.12.3 |
| 1374 | 2026-01-30T18:09:02.295Z | Compiling mio v1.0.2 |
| 1375 | 2026-01-30T18:09:02.620Z | Compiling futures-core v0.3.31 |
| 1376 | 2026-01-30T18:09:02.754Z | Compiling lazy_static v1.5.0 |
| 1377 | 2026-01-30T18:09:02.905Z | Compiling aho-corasick v1.1.3 |
| 1378 | 2026-01-30T18:09:02.922Z | Compiling percent-encoding v2.3.2 |
| 1379 | 2026-01-30T18:09:02.938Z | Compiling socket2 v0.6.1 |
| 1380 | 2026-01-30T18:09:03.414Z | Compiling slab v0.4.9 |
| 1381 | 2026-01-30T18:09:03.637Z | Compiling cpufeatures v0.2.14 |
| 1382 | 2026-01-30T18:09:03.663Z | Compiling glob v0.3.2 |
| 1383 | 2026-01-30T18:09:03.767Z | Compiling futures-sink v0.3.31 |
| 1384 | 2026-01-30T18:09:03.861Z | Compiling hashbrown v0.16.1 |
| 1385 | 2026-01-30T18:09:03.954Z | Compiling futures-channel v0.3.31 |
| 1386 | 2026-01-30T18:09:04.233Z | Compiling rustversion v1.0.22 |
| 1387 | 2026-01-30T18:09:04.400Z | Compiling futures-io v0.3.31 |
| 1388 | 2026-01-30T18:09:04.511Z | Compiling clang-sys v1.8.1 |
| 1389 | 2026-01-30T18:09:04.695Z | Compiling futures-task v0.3.31 |
| 1390 | 2026-01-30T18:09:04.915Z | Compiling regex-automata v0.4.11 |
| 1391 | 2026-01-30T18:09:05.011Z | Compiling either v1.15.0 |
| 1392 | 2026-01-30T18:09:05.064Z | Compiling prettyplease v0.2.36 |
| 1393 | 2026-01-30T18:09:05.098Z | Compiling pin-utils v0.1.0 |
| 1394 | 2026-01-30T18:09:05.234Z | Compiling minimal-lexical v0.2.1 |
| 1395 | 2026-01-30T18:09:05.442Z | Compiling indexmap v2.13.0 |
| 1396 | 2026-01-30T18:09:05.472Z | Compiling libloading v0.8.5 |
| 1397 | 2026-01-30T18:09:05.725Z | Compiling synstructure v0.13.1 |
| 1398 | 2026-01-30T18:09:05.856Z | Compiling nom v7.1.3 |
| 1399 | 2026-01-30T18:09:06.161Z | Compiling home v0.5.9 |
| 1400 | 2026-01-30T18:09:06.398Z | Compiling ident_case v1.0.1 |
| 1401 | 2026-01-30T18:09:06.569Z | Compiling bindgen v0.69.5 |
| 1402 | 2026-01-30T18:09:06.660Z | Compiling base64ct v1.6.0 |
| 1403 | 2026-01-30T18:09:07.313Z | Compiling pem-rfc7468 v0.7.0 |
| 1404 | 2026-01-30T18:09:07.424Z | Compiling itertools v0.10.5 |
| 1405 | 2026-01-30T18:09:07.597Z | Compiling form_urlencoded v1.2.2 |
| 1406 | 2026-01-30T18:09:07.930Z | Compiling rustc-hash v1.1.0 |
| 1407 | 2026-01-30T18:09:07.951Z | Compiling lazycell v1.3.0 |
| 1408 | 2026-01-30T18:09:08.110Z | Compiling flagset v0.4.6 |
| 1409 | 2026-01-30T18:09:08.150Z | Compiling rand_core v0.9.3 |
| 1410 | 2026-01-30T18:09:08.356Z | Compiling cmake v0.1.51 |
| 1411 | 2026-01-30T18:09:08.745Z | Compiling paste v1.0.15 |
| 1412 | 2026-01-30T18:09:09.238Z | Compiling cexpr v0.6.0 |
| 1413 | 2026-01-30T18:09:09.278Z | Compiling dunce v1.0.5 |
| 1414 | 2026-01-30T18:09:09.281Z | Compiling iana-time-zone v0.1.63 |
| 1415 | 2026-01-30T18:09:09.435Z | Compiling foldhash v0.1.5 |
| 1416 | 2026-01-30T18:09:09.661Z | Compiling fs_extra v1.3.0 |
| 1417 | 2026-01-30T18:09:09.763Z | Compiling hashbrown v0.15.4 |
| 1418 | 2026-01-30T18:09:10.054Z | Compiling rustc_version v0.4.1 |
| 1419 | 2026-01-30T18:09:10.090Z | Compiling uuid v1.19.0 |
| 1420 | 2026-01-30T18:09:10.236Z | Compiling zerocopy v0.8.27 |
| 1421 | 2026-01-30T18:09:10.680Z | Compiling serde_derive v1.0.228 |
| 1422 | 2026-01-30T18:09:10.725Z | Compiling zeroize_derive v1.4.2 |
| 1423 | 2026-01-30T18:09:10.840Z | Compiling zerofrom-derive v0.1.4 |
| 1424 | 2026-01-30T18:09:10.959Z | Compiling yoke-derive v0.7.4 |
| 1425 | 2026-01-30T18:09:11.042Z | Compiling zerovec-derive v0.10.3 |
| 1426 | 2026-01-30T18:09:11.689Z | Compiling displaydoc v0.2.5 |
| 1427 | 2026-01-30T18:09:12.231Z | Compiling zeroize v1.8.1 |
| 1428 | 2026-01-30T18:09:13.317Z | Compiling zerocopy-derive v0.7.35 |
| 1429 | 2026-01-30T18:09:13.607Z | Compiling icu_provider_macros v1.5.0 |
| 1430 | 2026-01-30T18:09:13.783Z | Compiling tokio-macros v2.6.0 |
| 1431 | 2026-01-30T18:09:14.059Z | Compiling crypto-common v0.1.6 |
| 1432 | 2026-01-30T18:09:14.217Z | Compiling block-buffer v0.10.4 |
| 1433 | 2026-01-30T18:09:14.317Z | Compiling zerofrom v0.1.4 |
| 1434 | 2026-01-30T18:09:14.510Z | Compiling digest v0.10.7 |
| 1435 | 2026-01-30T18:09:14.556Z | Compiling yoke v0.7.4 |
| 1436 | 2026-01-30T18:09:14.669Z | Compiling thiserror-impl v2.0.18 |
| 1437 | 2026-01-30T18:09:14.932Z | Compiling zerovec v0.10.4 |
| 1438 | 2026-01-30T18:09:15.017Z | Compiling hmac v0.12.1 |
| 1439 | 2026-01-30T18:09:15.297Z | Compiling zerocopy v0.7.35 |
| 1440 | 2026-01-30T18:09:15.300Z | Compiling block-padding v0.3.3 |
| 1441 | 2026-01-30T18:09:15.372Z | Compiling futures-macro v0.3.31 |
| 1442 | 2026-01-30T18:09:15.462Z | Compiling regex v1.11.3 |
| 1443 | 2026-01-30T18:09:15.573Z | Compiling inout v0.1.3 |
| 1444 | 2026-01-30T18:09:15.877Z | Compiling cipher v0.4.4 |
| 1445 | 2026-01-30T18:09:16.458Z | Compiling sha2 v0.10.9 |
| 1446 | 2026-01-30T18:09:16.503Z | Compiling der_derive v0.7.3 |
| 1447 | 2026-01-30T18:09:16.843Z | Compiling tinystr v0.7.6 |
| 1448 | 2026-01-30T18:09:17.082Z | Compiling icu_collections v1.5.0 |
| 1449 | 2026-01-30T18:09:17.289Z | Compiling icu_locid v1.5.0 |
| 1450 | 2026-01-30T18:09:17.306Z | Compiling futures-util v0.3.31 |
| 1451 | 2026-01-30T18:09:17.329Z | Compiling ppv-lite86 v0.2.20 |
| 1452 | 2026-01-30T18:09:17.937Z | Compiling thiserror v2.0.18 |
| 1453 | 2026-01-30T18:09:18.110Z | Compiling pest v2.8.2 |
| 1454 | 2026-01-30T18:09:18.132Z | Compiling salsa20 v0.10.2 |
| 1455 | 2026-01-30T18:09:18.154Z | Compiling serde v1.0.228 |
| 1456 | 2026-01-30T18:09:18.332Z | Compiling pbkdf2 v0.12.2 |
| 1457 | 2026-01-30T18:09:18.389Z | Compiling icu_provider v1.5.0 |
| 1458 | 2026-01-30T18:09:18.533Z | Compiling vcpkg v0.2.15 |
| 1459 | 2026-01-30T18:09:18.751Z | Compiling der v0.7.10 |
| 1460 | 2026-01-30T18:09:19.251Z | Compiling icu_locid_transform v1.5.0 |
| 1461 | 2026-01-30T18:09:19.387Z | Compiling bitflags v2.9.4 |
| 1462 | 2026-01-30T18:09:19.408Z | Compiling bytes v1.10.1 |
| 1463 | 2026-01-30T18:09:20.151Z | Compiling chrono v0.4.43 |
| 1464 | 2026-01-30T18:09:20.285Z | Compiling openssl-sys v0.9.109 |
| 1465 | 2026-01-30T18:09:20.901Z | Compiling tokio v1.49.0 |
| 1466 | 2026-01-30T18:09:21.113Z | Compiling icu_properties v1.5.1 |
| 1467 | 2026-01-30T18:09:21.428Z | Compiling spki v0.7.3 |
| 1468 | 2026-01-30T18:09:21.684Z | Compiling pest_meta v2.8.2 |
| 1469 | 2026-01-30T18:09:21.750Z | Compiling http v1.4.0 |
| 1470 | 2026-01-30T18:09:21.871Z | Compiling scrypt v0.11.0 |
| 1471 | 2026-01-30T18:09:22.402Z | Compiling rand_chacha v0.9.0 |
| 1472 | 2026-01-30T18:09:22.835Z | Compiling cbc v0.1.2 |
| 1473 | 2026-01-30T18:09:23.114Z | Compiling aes v0.8.4 |
| 1474 | 2026-01-30T18:09:23.806Z | Compiling which v4.4.2 |
| 1475 | 2026-01-30T18:09:24.010Z | Compiling zerocopy-derive v0.8.27 |
| 1476 | 2026-01-30T18:09:24.626Z | Compiling pkcs5 v0.7.1 |
| 1477 | 2026-01-30T18:09:25.253Z | Compiling icu_normalizer v1.5.0 |
| 1478 | 2026-01-30T18:09:25.708Z | Compiling pest_generator v2.8.2 |
| 1479 | 2026-01-30T18:09:25.832Z | Compiling rand v0.9.2 |
| 1480 | 2026-01-30T18:09:26.121Z | Compiling tracing-attributes v0.1.27 |
| 1481 | 2026-01-30T18:09:27.061Z | Compiling idna_adapter v1.2.0 |
| 1482 | 2026-01-30T18:09:27.304Z | Compiling idna v1.0.3 |
| 1483 | 2026-01-30T18:09:27.354Z | Compiling serde_derive_internals v0.29.1 |
| 1484 | 2026-01-30T18:09:27.655Z | Compiling ring v0.17.14 |
| 1485 | 2026-01-30T18:09:28.235Z | Compiling url v2.5.4 |
| 1486 | 2026-01-30T18:09:28.665Z | Compiling tracing-core v0.1.32 |
| 1487 | 2026-01-30T18:09:28.730Z | Compiling adler2 v2.0.0 |
| 1488 | 2026-01-30T18:09:28.953Z | Compiling aws-lc-rs v1.12.4 |
| 1489 | 2026-01-30T18:09:29.169Z | Compiling rustix v1.1.3 |
| 1490 | 2026-01-30T18:09:29.427Z | Compiling schemars v0.8.22 |
| 1491 | 2026-01-30T18:09:29.583Z | Compiling schemars_derive v0.8.22 |
| 1492 | 2026-01-30T18:09:29.814Z | Compiling tokio-util v0.7.15 |
| 1493 | 2026-01-30T18:09:29.901Z | Compiling tracing v0.1.40 |
| 1494 | 2026-01-30T18:09:30.031Z | Compiling miniz_oxide v0.8.5 |
| 1495 | 2026-01-30T18:09:30.442Z | Compiling pest_derive v2.8.2 |
| 1496 | 2026-01-30T18:09:30.744Z | Compiling pkcs8 v0.10.2 |
| 1497 | 2026-01-30T18:09:31.297Z | Compiling http-body v1.0.1 |
| 1498 | 2026-01-30T18:09:31.423Z | Compiling scroll_derive v0.13.1 |
| 1499 | 2026-01-30T18:09:31.426Z | Compiling darling_core v0.20.10 |
| 1500 | 2026-01-30T18:09:31.574Z | Compiling dyn-clone v1.0.20 |
| 1501 | 2026-01-30T18:09:31.836Z | Compiling tinyvec_macros v0.1.1 |
| 1502 | 2026-01-30T18:09:31.956Z | Compiling rustls-pki-types v1.10.0 |
| 1503 | 2026-01-30T18:09:32.003Z | Compiling httparse v1.9.5 |
| 1504 | 2026-01-30T18:09:32.484Z | Compiling base64 v0.22.1 |
| 1505 | 2026-01-30T18:09:32.817Z | Compiling tinyvec v1.8.0 |
| 1506 | 2026-01-30T18:09:33.277Z | Compiling scroll v0.13.0 |
| 1507 | 2026-01-30T18:09:33.855Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1508 | 2026-01-30T18:09:34.319Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1509 | 2026-01-30T18:09:34.678Z | Compiling powerfmt v0.2.0 |
| 1510 | 2026-01-30T18:09:34.899Z | Compiling time-core v0.1.6 |
| 1511 | 2026-01-30T18:09:34.907Z | Compiling untrusted v0.7.1 |
| 1512 | 2026-01-30T18:09:35.089Z | Compiling tower-service v0.3.3 |
| 1513 | 2026-01-30T18:09:35.113Z | Compiling foreign-types-shared v0.1.1 |
| 1514 | 2026-01-30T18:09:35.196Z | Compiling try-lock v0.2.5 |
| 1515 | 2026-01-30T18:09:35.242Z | Compiling atomic-waker v1.1.2 |
| 1516 | 2026-01-30T18:09:35.262Z | Compiling openssl v0.10.73 |
| 1517 | 2026-01-30T18:09:35.384Z | Compiling openssl-probe v0.1.5 |
| 1518 | 2026-01-30T18:09:35.453Z | Compiling tower-layer v0.3.3 |
| 1519 | 2026-01-30T18:09:35.702Z | Compiling untrusted v0.9.0 |
| 1520 | 2026-01-30T18:09:35.716Z | Compiling num-conv v0.1.0 |
| 1521 | 2026-01-30T18:09:35.798Z | Compiling h2 v0.4.6 |
| 1522 | 2026-01-30T18:09:35.897Z | Compiling tempfile v3.24.0 |
| 1523 | 2026-01-30T18:09:35.915Z | Compiling want v0.3.1 |
| 1524 | 2026-01-30T18:09:35.973Z | Compiling time-macros v0.2.24 |
| 1525 | 2026-01-30T18:09:35.997Z | Compiling foreign-types v0.3.2 |
| 1526 | 2026-01-30T18:09:36.108Z | Compiling deranged v0.5.3 |
| 1527 | 2026-01-30T18:09:37.150Z | Compiling darling_macro v0.20.10 |
| 1528 | 2026-01-30T18:09:37.548Z | Compiling goblin v0.10.2 |
| 1529 | 2026-01-30T18:09:38.005Z | Compiling darling v0.20.10 |
| 1530 | 2026-01-30T18:09:38.726Z | Compiling ipnet v2.11.0 |
| 1531 | 2026-01-30T18:09:38.768Z | Compiling openssl-macros v0.1.1 |
| 1532 | 2026-01-30T18:09:39.573Z | Compiling socket2 v0.5.10 |
| 1533 | 2026-01-30T18:09:39.847Z | Compiling wait-timeout v0.2.0 |
| 1534 | 2026-01-30T18:09:39.954Z | Compiling crossbeam-utils v0.8.21 |
| 1535 | 2026-01-30T18:09:40.349Z | Compiling quick-error v1.2.3 |
| 1536 | 2026-01-30T18:09:40.461Z | Compiling usdt-impl v0.6.0 |
| 1537 | 2026-01-30T18:09:40.509Z | Compiling bit-vec v0.8.0 |
| 1538 | 2026-01-30T18:09:40.540Z | Compiling syn v1.0.109 |
| 1539 | 2026-01-30T18:09:40.837Z | Compiling rustls v0.23.19 |
| 1540 | 2026-01-30T18:09:40.984Z | Compiling num_threads v0.1.7 |
| 1541 | 2026-01-30T18:09:41.138Z | Compiling gimli v0.31.1 |
| 1542 | 2026-01-30T18:09:41.152Z | Compiling native-tls v0.2.12 |
| 1543 | 2026-01-30T18:09:41.174Z | Compiling httpdate v1.0.3 |
| 1544 | 2026-01-30T18:09:41.626Z | Compiling time v0.3.43 |
| 1545 | 2026-01-30T18:09:41.650Z | Compiling bit-set v0.8.0 |
| 1546 | 2026-01-30T18:09:41.781Z | Compiling rusty-fork v0.3.0 |
| 1547 | 2026-01-30T18:09:42.411Z | Compiling derive_builder_core v0.20.2 |
| 1548 | 2026-01-30T18:09:44.515Z | Compiling hyper v1.8.1 |
| 1549 | 2026-01-30T18:09:45.534Z | Compiling addr2line v0.24.2 |
| 1550 | 2026-01-30T18:09:45.697Z | Compiling dof v0.4.0 |
| 1551 | 2026-01-30T18:09:46.097Z | Compiling unicode-normalization v0.1.24 |
| 1552 | 2026-01-30T18:09:46.187Z | Compiling dtrace-parser v0.3.0 |
| 1553 | 2026-01-30T18:09:47.187Z | Compiling signature v2.2.0 |
| 1554 | 2026-01-30T18:09:47.509Z | Compiling heapless v0.7.17 |
| 1555 | 2026-01-30T18:09:47.825Z | Compiling thiserror-impl v1.0.69 |
| 1556 | 2026-01-30T18:09:47.983Z | Compiling scroll_derive v0.12.0 |
| 1557 | 2026-01-30T18:09:48.005Z | Compiling rand_xorshift v0.4.0 |
| 1558 | 2026-01-30T18:09:48.134Z | Compiling darling_core v0.21.0 |
| 1559 | 2026-01-30T18:09:48.306Z | Compiling slog v2.8.2 |
| 1560 | 2026-01-30T18:09:48.485Z | Compiling thread-id v5.0.0 |
| 1561 | 2026-01-30T18:09:48.621Z | Compiling cookie v0.18.1 |
| 1562 | 2026-01-30T18:09:48.654Z | Compiling crc32fast v1.4.2 |
| 1563 | 2026-01-30T18:09:48.967Z | Compiling object v0.36.5 |
| 1564 | 2026-01-30T18:09:48.992Z | Compiling unicode-bidi v0.3.17 |
| 1565 | 2026-01-30T18:09:49.314Z | Compiling signal-hook v0.3.18 |
| 1566 | 2026-01-30T18:09:49.475Z | Compiling unarray v0.1.4 |
| 1567 | 2026-01-30T18:09:49.638Z | Compiling rustc-demangle v0.1.24 |
| 1568 | 2026-01-30T18:09:49.677Z | Compiling siphasher v0.3.11 |
| 1569 | 2026-01-30T18:09:50.056Z | Compiling anyhow v1.0.99 |
| 1570 | 2026-01-30T18:09:50.123Z | Compiling zstd-safe v7.2.3 |
| 1571 | 2026-01-30T18:09:50.486Z | Compiling unicode-properties v0.1.3 |
| 1572 | 2026-01-30T18:09:50.508Z | Compiling zlib-rs v0.5.1 |
| 1573 | 2026-01-30T18:09:50.715Z | Compiling thiserror v1.0.69 |
| 1574 | 2026-01-30T18:09:50.865Z | Compiling stringprep v0.1.5 |
| 1575 | 2026-01-30T18:09:50.887Z | Compiling phf_shared v0.11.2 |
| 1576 | 2026-01-30T18:09:51.133Z | Compiling proptest v1.7.0 |
| 1577 | 2026-01-30T18:09:51.211Z | Compiling scroll v0.12.0 |
| 1578 | 2026-01-30T18:09:51.888Z | Compiling hyper-util v0.1.19 |
| 1579 | 2026-01-30T18:09:52.525Z | Compiling derive_builder_macro v0.20.2 |
| 1580 | 2026-01-30T18:09:54.155Z | Compiling ipnetwork v0.21.1 |
| 1581 | 2026-01-30T18:09:54.235Z | Compiling darling_macro v0.21.0 |
| 1582 | 2026-01-30T18:09:55.020Z | Compiling serde_spanned v0.6.9 |
| 1583 | 2026-01-30T18:09:55.164Z | Compiling erased-serde v0.3.31 |
| 1584 | 2026-01-30T18:09:55.291Z | Compiling serde_tokenstream v0.2.2 |
| 1585 | 2026-01-30T18:09:55.900Z | Compiling backtrace v0.3.74 |
| 1586 | 2026-01-30T18:09:56.061Z | Compiling toml_datetime v0.6.11 |
| 1587 | 2026-01-30T18:09:56.245Z | Compiling rand_chacha v0.3.1 |
| 1588 | 2026-01-30T18:09:56.579Z | Compiling md-5 v0.10.6 |
| 1589 | 2026-01-30T18:09:56.681Z | Compiling curve25519-dalek v4.1.3 |
| 1590 | 2026-01-30T18:09:56.900Z | Compiling libz-rs-sys v0.5.1 |
| 1591 | 2026-01-30T18:09:57.220Z | Compiling vergen-lib v0.1.6 |
| 1592 | 2026-01-30T18:09:57.388Z | Compiling num-integer v0.1.46 |
| 1593 | 2026-01-30T18:09:57.550Z | Compiling sync_wrapper v1.0.1 |
| 1594 | 2026-01-30T18:09:57.736Z | Compiling ff v0.13.0 |
| 1595 | 2026-01-30T18:09:57.792Z | Compiling hash32 v0.2.1 |
| 1596 | 2026-01-30T18:09:57.991Z | Compiling memoffset v0.9.1 |
| 1597 | 2026-01-30T18:09:58.106Z | Compiling smoltcp v0.9.1 |
| 1598 | 2026-01-30T18:09:58.187Z | Compiling num-bigint-dig v0.8.6 |
| 1599 | 2026-01-30T18:09:58.232Z | Compiling litrs v0.4.1 |
| 1600 | 2026-01-30T18:09:58.340Z | Compiling cfg_aliases v0.2.1 |
| 1601 | 2026-01-30T18:09:58.465Z | Compiling ref-cast v1.0.25 |
| 1602 | 2026-01-30T18:09:58.552Z | Compiling base16ct v0.2.0 |
| 1603 | 2026-01-30T18:09:58.720Z | Compiling psl-types v2.0.11 |
| 1604 | 2026-01-30T18:09:58.755Z | Compiling fallible-iterator v0.2.0 |
| 1605 | 2026-01-30T18:09:58.880Z | Compiling sec1 v0.7.3 |
| 1606 | 2026-01-30T18:09:58.949Z | Compiling publicsuffix v2.3.0 |
| 1607 | 2026-01-30T18:09:59.226Z | Compiling nix v0.29.0 |
| 1608 | 2026-01-30T18:09:59.295Z | Compiling document-features v0.2.11 |
| 1609 | 2026-01-30T18:09:59.425Z | Compiling postgres-protocol v0.6.8 |
| 1610 | 2026-01-30T18:09:59.443Z | Compiling group v0.13.0 |
| 1611 | 2026-01-30T18:09:59.818Z | Compiling num-iter v0.1.45 |
| 1612 | 2026-01-30T18:10:00.054Z | Compiling tower v0.5.2 |
| 1613 | 2026-01-30T18:10:00.223Z | Compiling flate2 v1.1.2 |
| 1614 | 2026-01-30T18:10:00.509Z | Compiling newtype-uuid v1.3.2 |
| 1615 | 2026-01-30T18:10:00.666Z | Compiling rand v0.8.5 |
| 1616 | 2026-01-30T18:10:01.204Z | Compiling darling v0.21.0 |
| 1617 | 2026-01-30T18:10:01.227Z | Compiling oxnet v0.1.4 |
| 1618 | 2026-01-30T18:10:01.318Z | Compiling derive_builder v0.20.2 |
| 1619 | 2026-01-30T18:10:01.342Z | Compiling tokio-native-tls v0.3.1 |
| 1620 | 2026-01-30T18:10:01.557Z | Compiling goblin v0.8.2 |
| 1621 | 2026-01-30T18:10:02.393Z | Compiling rustls-native-certs v0.8.1 |
| 1622 | 2026-01-30T18:10:02.677Z | Compiling webpki-roots v1.0.1 |
| 1623 | 2026-01-30T18:10:02.908Z | Compiling http-body-util v0.1.3 |
| 1624 | 2026-01-30T18:10:02.912Z | Compiling strum_macros v0.27.2 |
| 1625 | 2026-01-30T18:10:02.975Z | Compiling terminal_size v0.4.0 |
| 1626 | 2026-01-30T18:10:02.978Z | Compiling cargo-platform v0.1.8 |
| 1627 | 2026-01-30T18:10:03.223Z | Compiling hkdf v0.12.4 |
| 1628 | 2026-01-30T18:10:03.396Z | Compiling crypto-bigint v0.5.5 |
| 1629 | 2026-01-30T18:10:03.511Z | Compiling daft-derive v0.1.4 |
| 1630 | 2026-01-30T18:10:03.534Z | Compiling ref-cast-impl v1.0.25 |
| 1631 | 2026-01-30T18:10:04.712Z | Compiling async-trait v0.1.89 |
| 1632 | 2026-01-30T18:10:05.122Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1633 | 2026-01-30T18:10:05.273Z | Compiling hubpack_derive v0.1.1 |
| 1634 | 2026-01-30T18:10:06.218Z | Compiling vergen v9.0.6 |
| 1635 | 2026-01-30T18:10:06.503Z | Compiling ahash v0.8.12 |
| 1636 | 2026-01-30T18:10:06.613Z | Compiling fs-err v3.1.1 |
| 1637 | 2026-01-30T18:10:06.915Z | Compiling iri-string v0.7.8 |
| 1638 | 2026-01-30T18:10:06.999Z | Compiling winnow v0.5.40 |
| 1639 | 2026-01-30T18:10:07.295Z | Compiling ryu v1.0.18 |
| 1640 | 2026-01-30T18:10:07.679Z | Compiling buf-list v1.0.3 |
| 1641 | 2026-01-30T18:10:07.899Z | Compiling bumpalo v3.16.0 |
| 1642 | 2026-01-30T18:10:08.353Z | Compiling lockfree-object-pool v0.1.6 |
| 1643 | 2026-01-30T18:10:08.417Z | Compiling bitflags v1.3.2 |
| 1644 | 2026-01-30T18:10:08.544Z | Compiling managed v0.8.0 |
| 1645 | 2026-01-30T18:10:08.620Z | Compiling unicode-segmentation v1.12.0 |
| 1646 | 2026-01-30T18:10:08.983Z | Compiling simd-adler32 v0.3.7 |
| 1647 | 2026-01-30T18:10:09.481Z | Compiling clap_builder v4.5.48 |
| 1648 | 2026-01-30T18:10:09.522Z | Compiling zopfli v0.8.1 |
| 1649 | 2026-01-30T18:10:10.461Z | Compiling toml_edit v0.19.15 |
| 1650 | 2026-01-30T18:10:10.804Z | Compiling tower-http v0.6.6 |
| 1651 | 2026-01-30T18:10:10.916Z | Compiling strum v0.27.2 |
| 1652 | 2026-01-30T18:10:11.103Z | Compiling serde_urlencoded v0.7.1 |
| 1653 | 2026-01-30T18:10:11.129Z | Compiling dof v0.3.0 |
| 1654 | 2026-01-30T18:10:11.770Z | Compiling elliptic-curve v0.13.8 |
| 1655 | 2026-01-30T18:10:11.793Z | Compiling hubpack v0.1.2 |
| 1656 | 2026-01-30T18:10:12.244Z | Compiling daft v0.1.4 |
| 1657 | 2026-01-30T18:10:12.840Z | Compiling hyper-tls v0.6.0 |
| 1658 | 2026-01-30T18:10:12.889Z | Compiling cargo_metadata v0.19.2 |
| 1659 | 2026-01-30T18:10:12.972Z | Compiling signal-hook-mio v0.2.4 |
| 1660 | 2026-01-30T18:10:13.165Z | Compiling cookie_store v0.21.1 |
| 1661 | 2026-01-30T18:10:13.266Z | Compiling zstd v0.13.3 |
| 1662 | 2026-01-30T18:10:15.533Z | Compiling serde_with_macros v3.16.1 |
| 1663 | 2026-01-30T18:10:16.409Z | Compiling postgres-types v0.2.9 |
| 1664 | 2026-01-30T18:10:17.430Z | Compiling usdt-attr-macro v0.6.0 |
| 1665 | 2026-01-30T18:10:17.534Z | Compiling usdt-macro v0.6.0 |
| 1666 | 2026-01-30T18:10:17.582Z | Compiling phf v0.11.2 |
| 1667 | 2026-01-30T18:10:17.703Z | Compiling dtrace-parser v0.2.0 |
| 1668 | 2026-01-30T18:10:17.868Z | Compiling ed25519 v2.2.3 |
| 1669 | 2026-01-30T18:10:18.184Z | Compiling bzip2 v0.5.2 |
| 1670 | 2026-01-30T18:10:18.580Z | Compiling bzip2 v0.4.4 |
| 1671 | 2026-01-30T18:10:18.989Z | Compiling pkcs1 v0.7.5 |
| 1672 | 2026-01-30T18:10:19.035Z | Compiling strum_macros v0.26.4 |
| 1673 | 2026-01-30T18:10:19.064Z | Compiling clap_derive v4.5.47 |
| 1674 | 2026-01-30T18:10:19.584Z | Compiling enum-as-inner v0.6.1 |
| 1675 | 2026-01-30T18:10:19.865Z | Compiling serde-big-array v0.5.1 |
| 1676 | 2026-01-30T18:10:19.929Z | Compiling hex v0.4.3 |
| 1677 | 2026-01-30T18:10:19.955Z | Compiling rfc6979 v0.4.0 |
| 1678 | 2026-01-30T18:10:20.124Z | Compiling serde_repr v0.1.19 |
| 1679 | 2026-01-30T18:10:20.166Z | Compiling bstr v1.10.0 |
| 1680 | 2026-01-30T18:10:20.528Z | Compiling float-cmp v0.10.0 |
| 1681 | 2026-01-30T18:10:20.651Z | Compiling env_filter v0.1.2 |
| 1682 | 2026-01-30T18:10:20.790Z | Compiling memmap2 v0.9.8 |
| 1683 | 2026-01-30T18:10:21.222Z | Compiling encoding_rs v0.8.34 |
| 1684 | 2026-01-30T18:10:21.225Z | Compiling whoami v1.5.2 |
| 1685 | 2026-01-30T18:10:21.280Z | Compiling difflib v0.4.0 |
| 1686 | 2026-01-30T18:10:21.734Z | Compiling predicates-core v1.0.8 |
| 1687 | 2026-01-30T18:10:21.887Z | Compiling normalize-line-endings v0.3.0 |
| 1688 | 2026-01-30T18:10:22.050Z | Compiling fixedbitset v0.5.7 |
| 1689 | 2026-01-30T18:10:22.073Z | Compiling jiff v0.2.15 |
| 1690 | 2026-01-30T18:10:22.613Z | Compiling keccak v0.1.5 |
| 1691 | 2026-01-30T18:10:22.722Z | Compiling mime v0.3.17 |
| 1692 | 2026-01-30T18:10:23.234Z | Compiling new_debug_unreachable v1.0.6 |
| 1693 | 2026-01-30T18:10:23.351Z | Compiling precomputed-hash v0.1.1 |
| 1694 | 2026-01-30T18:10:23.372Z | Compiling rustc-hash v2.1.1 |
| 1695 | 2026-01-30T18:10:23.459Z | Compiling data-encoding v2.9.0 |
| 1696 | 2026-01-30T18:10:23.486Z | Compiling fixedbitset v0.4.2 |
| 1697 | 2026-01-30T18:10:23.582Z | Compiling static_assertions v1.1.0 |
| 1698 | 2026-01-30T18:10:23.704Z | Compiling foldhash v0.2.0 |
| 1699 | 2026-01-30T18:10:23.921Z | Compiling petgraph v0.6.5 |
| 1700 | 2026-01-30T18:10:24.119Z | Compiling iddqd v0.3.16 |
| 1701 | 2026-01-30T18:10:24.828Z | Compiling hickory-proto v0.25.2 |
| 1702 | 2026-01-30T18:10:24.956Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1703 | 2026-01-30T18:10:25.265Z | Compiling toml_edit v0.22.27 |
| 1704 | 2026-01-30T18:10:26.818Z | Compiling string_cache v0.8.9 |
| 1705 | 2026-01-30T18:10:27.284Z | Compiling clap v4.5.48 |
| 1706 | 2026-01-30T18:10:27.432Z | Compiling strum v0.26.3 |
| 1707 | 2026-01-30T18:10:27.452Z | Compiling sha3 v0.10.8 |
| 1708 | 2026-01-30T18:10:27.595Z | Compiling petgraph v0.8.2 |
| 1709 | 2026-01-30T18:10:27.646Z | Compiling predicates v3.1.3 |
| 1710 | 2026-01-30T18:10:28.512Z | Compiling tokio-postgres v0.7.13 |
| 1711 | 2026-01-30T18:10:29.175Z | Compiling similar v2.7.0 |
| 1712 | 2026-01-30T18:10:31.266Z | Compiling zip v4.2.0 |
| 1713 | 2026-01-30T18:10:31.942Z | Compiling usdt v0.6.0 |
| 1714 | 2026-01-30T18:10:32.273Z | Compiling env_logger v0.11.8 |
| 1715 | 2026-01-30T18:10:32.399Z | Compiling usdt-impl v0.5.0 |
| 1716 | 2026-01-30T18:10:32.436Z | Compiling serde_with v3.16.1 |
| 1717 | 2026-01-30T18:10:33.011Z | Compiling ecdsa v0.16.9 |
| 1718 | 2026-01-30T18:10:33.562Z | Compiling rsa v0.9.8 |
| 1719 | 2026-01-30T18:10:33.733Z | Compiling zip v0.6.6 |
| 1720 | 2026-01-30T18:10:33.899Z | Compiling ed25519-dalek v2.1.1 |
| 1721 | 2026-01-30T18:10:34.884Z | Compiling toml v0.7.8 |
| 1722 | 2026-01-30T18:10:34.988Z | Compiling crossterm v0.28.1 |
| 1723 | 2026-01-30T18:10:36.379Z | Compiling heck v0.4.1 |
| 1724 | 2026-01-30T18:10:36.619Z | Compiling crossbeam-epoch v0.9.18 |
| 1725 | 2026-01-30T18:10:36.727Z | Compiling tokio-stream v0.1.17 |
| 1726 | 2026-01-30T18:10:36.842Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1727 | 2026-01-30T18:10:36.872Z | Compiling x509-cert v0.2.5 |
| 1728 | 2026-01-30T18:10:37.059Z | Compiling openapiv3 v2.2.0 |
| 1729 | 2026-01-30T18:10:37.294Z | Compiling sha1 v0.10.6 |
| 1730 | 2026-01-30T18:10:37.355Z | Compiling itertools v0.13.0 |
| 1731 | 2026-01-30T18:10:37.737Z | Compiling winnow v0.6.26 |
| 1732 | 2026-01-30T18:10:37.756Z | Compiling peg-runtime v0.8.5 |
| 1733 | 2026-01-30T18:10:38.250Z | Compiling lalrpop-util v0.19.12 |
| 1734 | 2026-01-30T18:10:38.360Z | Compiling thread_local v1.1.8 |
| 1735 | 2026-01-30T18:10:38.647Z | Compiling slog-async v2.8.0 |
| 1736 | 2026-01-30T18:10:38.876Z | Compiling crossbeam-channel v0.5.15 |
| 1737 | 2026-01-30T18:10:39.285Z | Compiling xattr v1.3.1 |
| 1738 | 2026-01-30T18:10:39.566Z | Compiling futures-executor v0.3.31 |
| 1739 | 2026-01-30T18:10:39.886Z | Compiling is-terminal v0.4.13 |
| 1740 | 2026-01-30T18:10:40.053Z | Compiling filetime v0.2.26 |
| 1741 | 2026-01-30T18:10:40.080Z | Compiling term v1.1.0 |
| 1742 | 2026-01-30T18:10:40.341Z | Compiling take_mut v0.2.2 |
| 1743 | 2026-01-30T18:10:40.382Z | Compiling tar v0.4.44 |
| 1744 | 2026-01-30T18:10:41.108Z | Compiling slog-term v2.9.2 |
| 1745 | 2026-01-30T18:10:41.260Z | Compiling futures v0.3.31 |
| 1746 | 2026-01-30T18:10:44.166Z | Compiling aws-lc-sys v0.26.0 |
| 1747 | 2026-01-30T18:11:19.846Z | Compiling rustls-webpki v0.102.8 |
| 1748 | 2026-01-30T18:11:24.720Z | Compiling tokio-rustls v0.26.0 |
| 1749 | 2026-01-30T18:11:25.009Z | Compiling hyper-rustls v0.27.7 |
| 1750 | 2026-01-30T18:11:25.356Z | Compiling reqwest v0.12.24 |
| 1751 | 2026-01-30T18:11:29.302Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1752 | 2026-01-30T18:11:29.618Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1753 | 2026-01-30T18:11:34.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
| 1754 | 2026-01-30T18:11:34.668Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1755 | 2026-01-30T18:11:34.727Z | Jan 30 18:11:34.127 INFO Starting download, target: Clickhouse |
| 1756 | 2026-01-30T18:11:34.727Z | Jan 30 18:11:34.128 INFO Starting download, target: Console |
| 1757 | 2026-01-30T18:11:34.727Z | Jan 30 18:11:34.128 INFO Starting download, target: Cockroach |
| 1758 | 2026-01-30T18:11:34.732Z | Jan 30 18:11:34.128 INFO Starting download, target: DendriteStub |
| 1759 | 2026-01-30T18:11:34.732Z | Jan 30 18:11:34.128 INFO Starting download, target: MaghemiteMgd |
| 1760 | 2026-01-30T18:11:34.732Z | Jan 30 18:11:34.128 INFO Starting download, target: TransceiverControl |
| 1761 | 2026-01-30T18:11:34.732Z | Jan 30 18:11:34.128 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1762 | 2026-01-30T18:11:34.732Z | Jan 30 18:11:34.128 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1763 | 2026-01-30T18:11:34.732Z | Jan 30 18:11:34.128 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1764 | 2026-01-30T18:11:34.732Z | Jan 30 18:11:34.128 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1765 | 2026-01-30T18:11:34.732Z | Jan 30 18:11:34.128 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1766 | 2026-01-30T18:11:34.732Z | Jan 30 18:11:34.128 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1767 | 2026-01-30T18:11:35.114Z | Jan 30 18:11:34.512 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1768 | 2026-01-30T18:11:35.334Z | Jan 30 18:11:34.732 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1769 | 2026-01-30T18:11:35.624Z | Jan 30 18:11:34.955 INFO Download complete, target: TransceiverControl |
| 1770 | 2026-01-30T18:11:35.793Z | Jan 30 18:11:35.191 INFO Download complete, target: Console |
| 1771 | 2026-01-30T18:11:36.163Z | Jan 30 18:11:35.546 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1772 | 2026-01-30T18:11:36.227Z | Jan 30 18:11:35.626 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1773 | 2026-01-30T18:11:36.831Z | Jan 30 18:11:36.231 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1774 | 2026-01-30T18:11:36.973Z | Jan 30 18:11:36.374 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1775 | 2026-01-30T18:11:36.973Z | Jan 30 18:11:36.374 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1776 | 2026-01-30T18:11:40.207Z | Jan 30 18:11:39.583 INFO Download complete, target: DendriteStub |
| 1777 | 2026-01-30T18:11:40.247Z | Jan 30 18:11:39.636 INFO Download complete, target: MaghemiteMgd |
| 1778 | 2026-01-30T18:11:44.661Z | Jan 30 18:11:44.061 INFO Checking that binary works, target: Cockroach |
| 1779 | 2026-01-30T18:11:44.792Z | Jan 30 18:11:44.192 INFO Download complete, target: Cockroach |
| 1780 | 2026-01-30T18:11:47.826Z | Jan 30 18:11:47.224 INFO Checking that binary works, target: Clickhouse |
| 1781 | 2026-01-30T18:11:47.989Z | Jan 30 18:11:47.387 INFO Download complete, target: Clickhouse |
| 1782 | 2026-01-30T18:11:48.225Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1783 | 2026-01-30T18:11:48.231Z | |
| 1784 | 2026-01-30T18:11:48.231Z | real 6:43.800902517 |
| 1785 | 2026-01-30T18:11:48.232Z | user 18:55.063811588 |
| 1786 | 2026-01-30T18:11:48.232Z | sys 2:35.338859854 |
| 1787 | 2026-01-30T18:11:48.232Z | trap 0.704000927 |
| 1788 | 2026-01-30T18:11:48.232Z | tflt 4.835935566 |
| 1789 | 2026-01-30T18:11:48.232Z | dflt 3.471523249 |
| 1790 | 2026-01-30T18:11:48.233Z | kflt 0.201582086 |
| 1791 | 2026-01-30T18:11:48.233Z | lock 45:46.411330600 |
| 1792 | 2026-01-30T18:11:48.233Z | slp 1:12:50.754505930 |
| 1793 | 2026-01-30T18:11:48.233Z | lat 1:18.805614603 |
| 1794 | 2026-01-30T18:11:48.233Z | stop 3:15.797033808 |
| 1795 | 2026-01-30T18:11:48.233Z | + banner hack-check |
| 1796 | 2026-01-30T18:11:48.233Z | |
| 1797 | 2026-01-30T18:11:48.234Z | # # ## #### # # #### # # ###### #### # # |
| 1798 | 2026-01-30T18:11:48.234Z | # # # # # # # # # # # # # # # # # |
| 1799 | 2026-01-30T18:11:48.234Z | ###### # # # #### ##### # ###### ##### # #### |
| 1800 | 2026-01-30T18:11:48.234Z | # # ###### # # # # # # # # # # |
| 1801 | 2026-01-30T18:11:48.234Z | # # # # # # # # # # # # # # # # # |
| 1802 | 2026-01-30T18:11:48.235Z | # # # # #### # # #### # # ###### #### # # |
| 1803 | 2026-01-30T18:11:48.235Z | |
| 1804 | 2026-01-30T18:11:48.235Z | + export CARGO_INCREMENTAL=0 |
| 1805 | 2026-01-30T18:11:48.235Z | + CARGO_INCREMENTAL=0 |
| 1806 | 2026-01-30T18:11:48.235Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1807 | 2026-01-30T18:11:49.061Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1808 | 2026-01-30T18:11:49.371Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1809 | 2026-01-30T18:11:52.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 1810 | 2026-01-30T18:11:52.712Z | Running `target/debug/xtask check-features --ci` |
| 1811 | 2026-01-30T18:11:52.741Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1812 | 2026-01-30T18:11:52.741Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1813 | 2026-01-30T18:11:53.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1814 | 2026-01-30T18:11:53.470Z | Running `target/debug/xtask download cargo-hack` |
| 1815 | 2026-01-30T18:11:54.581Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1816 | 2026-01-30T18:11:55.003Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1817 | 2026-01-30T18:11:59.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s |
| 1818 | 2026-01-30T18:11:59.274Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1819 | 2026-01-30T18:11:59.322Z | Jan 30 18:11:58.716 INFO Starting download, target: CargoHack |
| 1820 | 2026-01-30T18:11:59.325Z | Jan 30 18:11:58.717 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1821 | 2026-01-30T18:11:59.833Z | Jan 30 18:11:59.231 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1822 | 2026-01-30T18:11:59.910Z | Jan 30 18:11:59.306 INFO Download complete, target: CargoHack |
| 1823 | 2026-01-30T18:11:59.913Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1824 | 2026-01-30T18:11:59.934Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1825 | 2026-01-30T18:12:00.166Z | info: running `cargo check --bins` on api_identity (1/247) |
| 1826 | 2026-01-30T18:12:00.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-01-30T18:12:00.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-01-30T18:12:00.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-01-30T18:12:00.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1830 | 2026-01-30T18:12:01.015Z | |
| 1831 | 2026-01-30T18:12:01.015Z | info: running `cargo check --bins` on bootstore (2/247) |
| 1832 | 2026-01-30T18:12:01.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-01-30T18:12:01.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-01-30T18:12:01.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-01-30T18:12:01.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1836 | 2026-01-30T18:12:01.935Z | |
| 1837 | 2026-01-30T18:12:01.935Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/247) |
| 1838 | 2026-01-30T18:12:02.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-01-30T18:12:02.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-01-30T18:12:02.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-01-30T18:12:02.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1842 | 2026-01-30T18:12:02.798Z | |
| 1843 | 2026-01-30T18:12:02.798Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/247) |
| 1844 | 2026-01-30T18:12:03.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-01-30T18:12:03.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-01-30T18:12:03.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-01-30T18:12:03.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 1848 | 2026-01-30T18:12:03.661Z | |
| 1849 | 2026-01-30T18:12:03.661Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/247) |
| 1850 | 2026-01-30T18:12:04.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-01-30T18:12:04.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-01-30T18:12:04.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-01-30T18:12:04.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1854 | 2026-01-30T18:12:04.307Z | |
| 1855 | 2026-01-30T18:12:04.307Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/247) |
| 1856 | 2026-01-30T18:12:04.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-01-30T18:12:04.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-01-30T18:12:04.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-01-30T18:12:04.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1860 | 2026-01-30T18:12:04.960Z | |
| 1861 | 2026-01-30T18:12:04.960Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/247) |
| 1862 | 2026-01-30T18:12:05.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-01-30T18:12:05.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-01-30T18:12:05.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-01-30T18:12:05.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1866 | 2026-01-30T18:12:05.617Z | |
| 1867 | 2026-01-30T18:12:05.617Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/247) |
| 1868 | 2026-01-30T18:12:06.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-01-30T18:12:06.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-01-30T18:12:06.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-01-30T18:12:06.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1872 | 2026-01-30T18:12:06.273Z | |
| 1873 | 2026-01-30T18:12:06.273Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/247) |
| 1874 | 2026-01-30T18:12:06.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-01-30T18:12:06.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-01-30T18:12:06.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-01-30T18:12:06.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 1878 | 2026-01-30T18:12:06.968Z | |
| 1879 | 2026-01-30T18:12:06.968Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/247) |
| 1880 | 2026-01-30T18:12:07.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-01-30T18:12:07.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-01-30T18:12:07.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-01-30T18:12:07.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1884 | 2026-01-30T18:12:07.617Z | |
| 1885 | 2026-01-30T18:12:07.617Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/247) |
| 1886 | 2026-01-30T18:12:08.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-01-30T18:12:08.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-01-30T18:12:08.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-01-30T18:12:08.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1890 | 2026-01-30T18:12:08.274Z | |
| 1891 | 2026-01-30T18:12:08.275Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/247) |
| 1892 | 2026-01-30T18:12:08.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-01-30T18:12:08.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-01-30T18:12:08.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-01-30T18:12:08.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1896 | 2026-01-30T18:12:08.939Z | |
| 1897 | 2026-01-30T18:12:08.939Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/247) |
| 1898 | 2026-01-30T18:12:09.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-01-30T18:12:09.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-01-30T18:12:09.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-01-30T18:12:09.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1902 | 2026-01-30T18:12:09.600Z | |
| 1903 | 2026-01-30T18:12:09.600Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/247) |
| 1904 | 2026-01-30T18:12:10.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-01-30T18:12:10.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-01-30T18:12:10.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-01-30T18:12:10.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1908 | 2026-01-30T18:12:10.260Z | |
| 1909 | 2026-01-30T18:12:10.260Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/247) |
| 1910 | 2026-01-30T18:12:10.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-01-30T18:12:10.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-01-30T18:12:10.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-01-30T18:12:10.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1914 | 2026-01-30T18:12:10.910Z | |
| 1915 | 2026-01-30T18:12:10.910Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/247) |
| 1916 | 2026-01-30T18:12:11.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-01-30T18:12:11.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-01-30T18:12:11.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-01-30T18:12:11.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1920 | 2026-01-30T18:12:11.568Z | |
| 1921 | 2026-01-30T18:12:11.568Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/247) |
| 1922 | 2026-01-30T18:12:12.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-01-30T18:12:12.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-01-30T18:12:12.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-01-30T18:12:12.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1926 | 2026-01-30T18:12:12.235Z | |
| 1927 | 2026-01-30T18:12:12.235Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/247) |
| 1928 | 2026-01-30T18:12:12.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-01-30T18:12:12.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-01-30T18:12:12.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-01-30T18:12:12.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1932 | 2026-01-30T18:12:12.893Z | |
| 1933 | 2026-01-30T18:12:12.893Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/247) |
| 1934 | 2026-01-30T18:12:13.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-01-30T18:12:13.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-01-30T18:12:13.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-01-30T18:12:13.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1938 | 2026-01-30T18:12:13.555Z | |
| 1939 | 2026-01-30T18:12:13.555Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/247) |
| 1940 | 2026-01-30T18:12:14.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-01-30T18:12:14.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-01-30T18:12:14.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-01-30T18:12:14.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1944 | 2026-01-30T18:12:14.216Z | |
| 1945 | 2026-01-30T18:12:14.216Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/247) |
| 1946 | 2026-01-30T18:12:14.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-01-30T18:12:14.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-01-30T18:12:14.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-01-30T18:12:14.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1950 | 2026-01-30T18:12:14.879Z | |
| 1951 | 2026-01-30T18:12:14.879Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/247) |
| 1952 | 2026-01-30T18:12:15.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-01-30T18:12:15.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-01-30T18:12:15.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-01-30T18:12:15.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1956 | 2026-01-30T18:12:15.528Z | |
| 1957 | 2026-01-30T18:12:15.528Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/247) |
| 1958 | 2026-01-30T18:12:16.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-01-30T18:12:16.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-01-30T18:12:16.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-01-30T18:12:16.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1962 | 2026-01-30T18:12:16.194Z | |
| 1963 | 2026-01-30T18:12:16.194Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/247) |
| 1964 | 2026-01-30T18:12:16.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-01-30T18:12:16.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-01-30T18:12:16.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-01-30T18:12:16.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1968 | 2026-01-30T18:12:16.868Z | |
| 1969 | 2026-01-30T18:12:16.868Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/247) |
| 1970 | 2026-01-30T18:12:17.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-01-30T18:12:17.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-01-30T18:12:17.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-01-30T18:12:17.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1974 | 2026-01-30T18:12:17.532Z | |
| 1975 | 2026-01-30T18:12:17.532Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/247) |
| 1976 | 2026-01-30T18:12:18.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-01-30T18:12:18.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-01-30T18:12:18.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-01-30T18:12:18.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1980 | 2026-01-30T18:12:18.188Z | |
| 1981 | 2026-01-30T18:12:18.188Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/247) |
| 1982 | 2026-01-30T18:12:18.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-01-30T18:12:18.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-01-30T18:12:18.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-01-30T18:12:18.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1986 | 2026-01-30T18:12:18.845Z | |
| 1987 | 2026-01-30T18:12:18.845Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/247) |
| 1988 | 2026-01-30T18:12:19.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-01-30T18:12:19.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-01-30T18:12:19.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-01-30T18:12:19.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1992 | 2026-01-30T18:12:19.493Z | |
| 1993 | 2026-01-30T18:12:19.493Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/247) |
| 1994 | 2026-01-30T18:12:20.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-01-30T18:12:20.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-01-30T18:12:20.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-01-30T18:12:20.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1998 | 2026-01-30T18:12:20.145Z | |
| 1999 | 2026-01-30T18:12:20.145Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/247) |
| 2000 | 2026-01-30T18:12:20.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-01-30T18:12:20.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-01-30T18:12:20.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-01-30T18:12:20.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2004 | 2026-01-30T18:12:20.798Z | |
| 2005 | 2026-01-30T18:12:20.798Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/247) |
| 2006 | 2026-01-30T18:12:21.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-01-30T18:12:21.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-01-30T18:12:21.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-01-30T18:12:21.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2010 | 2026-01-30T18:12:21.441Z | |
| 2011 | 2026-01-30T18:12:21.441Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/247) |
| 2012 | 2026-01-30T18:12:22.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-01-30T18:12:22.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-01-30T18:12:22.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-01-30T18:12:22.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2016 | 2026-01-30T18:12:22.099Z | |
| 2017 | 2026-01-30T18:12:22.099Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/247) |
| 2018 | 2026-01-30T18:12:22.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-01-30T18:12:22.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-01-30T18:12:22.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-01-30T18:12:22.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2022 | 2026-01-30T18:12:22.754Z | |
| 2023 | 2026-01-30T18:12:22.754Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/247) |
| 2024 | 2026-01-30T18:12:23.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-01-30T18:12:23.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-01-30T18:12:23.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-01-30T18:12:23.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2028 | 2026-01-30T18:12:23.390Z | |
| 2029 | 2026-01-30T18:12:23.390Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/247) |
| 2030 | 2026-01-30T18:12:23.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-01-30T18:12:23.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-01-30T18:12:23.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-01-30T18:12:23.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2034 | 2026-01-30T18:12:24.043Z | |
| 2035 | 2026-01-30T18:12:24.043Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/247) |
| 2036 | 2026-01-30T18:12:24.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-01-30T18:12:24.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-01-30T18:12:24.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-01-30T18:12:24.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2040 | 2026-01-30T18:12:24.706Z | |
| 2041 | 2026-01-30T18:12:24.706Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/247) |
| 2042 | 2026-01-30T18:12:25.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-01-30T18:12:25.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-01-30T18:12:25.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-01-30T18:12:25.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2046 | 2026-01-30T18:12:25.369Z | |
| 2047 | 2026-01-30T18:12:25.369Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/247) |
| 2048 | 2026-01-30T18:12:25.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-01-30T18:12:25.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-01-30T18:12:25.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-01-30T18:12:25.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2052 | 2026-01-30T18:12:26.016Z | |
| 2053 | 2026-01-30T18:12:26.016Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/247) |
| 2054 | 2026-01-30T18:12:26.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-01-30T18:12:26.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-01-30T18:12:26.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-01-30T18:12:26.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2058 | 2026-01-30T18:12:26.684Z | |
| 2059 | 2026-01-30T18:12:26.684Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/247) |
| 2060 | 2026-01-30T18:12:27.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-01-30T18:12:27.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-01-30T18:12:27.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-01-30T18:12:27.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2064 | 2026-01-30T18:12:27.358Z | |
| 2065 | 2026-01-30T18:12:27.358Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/247) |
| 2066 | 2026-01-30T18:12:27.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-01-30T18:12:27.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-01-30T18:12:27.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-01-30T18:12:27.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2070 | 2026-01-30T18:12:28.010Z | |
| 2071 | 2026-01-30T18:12:28.010Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/247) |
| 2072 | 2026-01-30T18:12:28.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-01-30T18:12:28.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-01-30T18:12:28.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-01-30T18:12:28.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2076 | 2026-01-30T18:12:28.662Z | |
| 2077 | 2026-01-30T18:12:28.662Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/247) |
| 2078 | 2026-01-30T18:12:29.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-01-30T18:12:29.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-01-30T18:12:29.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-01-30T18:12:29.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2082 | 2026-01-30T18:12:29.319Z | |
| 2083 | 2026-01-30T18:12:29.319Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/247) |
| 2084 | 2026-01-30T18:12:29.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-01-30T18:12:29.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-01-30T18:12:29.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-01-30T18:12:29.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2088 | 2026-01-30T18:12:29.958Z | |
| 2089 | 2026-01-30T18:12:29.958Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (45/247) |
| 2090 | 2026-01-30T18:12:30.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-01-30T18:12:30.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-01-30T18:12:30.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-01-30T18:12:30.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2094 | 2026-01-30T18:12:30.833Z | |
| 2095 | 2026-01-30T18:12:30.833Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/247) |
| 2096 | 2026-01-30T18:12:31.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-01-30T18:12:31.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-01-30T18:12:31.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-01-30T18:12:31.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2100 | 2026-01-30T18:12:31.709Z | |
| 2101 | 2026-01-30T18:12:31.709Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/247) |
| 2102 | 2026-01-30T18:12:32.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-01-30T18:12:32.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-01-30T18:12:32.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-01-30T18:12:32.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2106 | 2026-01-30T18:12:32.567Z | |
| 2107 | 2026-01-30T18:12:32.567Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/247) |
| 2108 | 2026-01-30T18:12:33.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-01-30T18:12:33.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-01-30T18:12:33.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-01-30T18:12:33.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2112 | 2026-01-30T18:12:33.434Z | |
| 2113 | 2026-01-30T18:12:33.434Z | info: running `cargo check --bins` on oxlog (49/247) |
| 2114 | 2026-01-30T18:12:34.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-01-30T18:12:34.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-01-30T18:12:34.275Z | Checking cfg-if v1.0.4 |
| 2117 | 2026-01-30T18:12:34.280Z | Checking libc v0.2.180 |
| 2118 | 2026-01-30T18:12:34.392Z | Checking serde_core v1.0.228 |
| 2119 | 2026-01-30T18:12:34.424Z | Checking zeroize v1.8.1 |
| 2120 | 2026-01-30T18:12:34.429Z | Checking memchr v2.7.4 |
| 2121 | 2026-01-30T18:12:34.439Z | Checking value-bag v1.12.0 |
| 2122 | 2026-01-30T18:12:34.443Z | Checking smallvec v1.15.1 |
| 2123 | 2026-01-30T18:12:34.443Z | Checking typenum v1.17.0 |
| 2124 | 2026-01-30T18:12:34.464Z | Checking scopeguard v1.2.0 |
| 2125 | 2026-01-30T18:12:34.637Z | Checking lock_api v0.4.12 |
| 2126 | 2026-01-30T18:12:34.661Z | Checking subtle v2.6.1 |
| 2127 | 2026-01-30T18:12:34.859Z | Checking const-oid v0.9.6 |
| 2128 | 2026-01-30T18:12:34.943Z | Checking log v0.4.29 |
| 2129 | 2026-01-30T18:12:34.962Z | Checking itoa v1.0.11 |
| 2130 | 2026-01-30T18:12:35.025Z | Checking byteorder v1.5.0 |
| 2131 | 2026-01-30T18:12:35.210Z | Checking stable_deref_trait v1.2.0 |
| 2132 | 2026-01-30T18:12:35.340Z | Checking portable-atomic v1.11.0 |
| 2133 | 2026-01-30T18:12:35.343Z | Checking critical-section v1.1.3 |
| 2134 | 2026-01-30T18:12:35.439Z | Checking zerofrom v0.1.4 |
| 2135 | 2026-01-30T18:12:35.473Z | Checking allocator-api2 v0.2.21 |
| 2136 | 2026-01-30T18:12:35.517Z | Checking pin-project-lite v0.2.14 |
| 2137 | 2026-01-30T18:12:35.546Z | Checking getrandom v0.2.15 |
| 2138 | 2026-01-30T18:12:35.580Z | Checking generic-array v0.14.7 |
| 2139 | 2026-01-30T18:12:35.652Z | Checking yoke v0.7.4 |
| 2140 | 2026-01-30T18:12:35.670Z | Checking getrandom v0.3.4 |
| 2141 | 2026-01-30T18:12:35.803Z | Checking rand_core v0.6.4 |
| 2142 | 2026-01-30T18:12:35.921Z | Checking signal-hook-registry v1.4.2 |
| 2143 | 2026-01-30T18:12:36.019Z | Checking zerovec v0.10.4 |
| 2144 | 2026-01-30T18:12:36.103Z | Checking parking_lot_core v0.9.10 |
| 2145 | 2026-01-30T18:12:36.150Z | Checking mio v1.0.2 |
| 2146 | 2026-01-30T18:12:36.210Z | Checking equivalent v1.0.2 |
| 2147 | 2026-01-30T18:12:36.357Z | Checking libm v0.2.8 |
| 2148 | 2026-01-30T18:12:36.391Z | Checking once_cell v1.21.3 |
| 2149 | 2026-01-30T18:12:36.488Z | Checking parking_lot v0.12.3 |
| 2150 | 2026-01-30T18:12:36.732Z | Checking writeable v0.5.5 |
| 2151 | 2026-01-30T18:12:36.750Z | Checking litemap v0.7.3 |
| 2152 | 2026-01-30T18:12:36.772Z | Checking socket2 v0.6.1 |
| 2153 | 2026-01-30T18:12:36.790Z | Checking crypto-common v0.1.6 |
| 2154 | 2026-01-30T18:12:36.867Z | Checking block-buffer v0.10.4 |
| 2155 | 2026-01-30T18:12:37.003Z | Checking zerocopy v0.7.35 |
| 2156 | 2026-01-30T18:12:37.083Z | Checking zmij v1.0.15 |
| 2157 | 2026-01-30T18:12:37.101Z | Checking cpufeatures v0.2.14 |
| 2158 | 2026-01-30T18:12:37.118Z | Checking digest v0.10.7 |
| 2159 | 2026-01-30T18:12:37.211Z | Checking percent-encoding v2.3.2 |
| 2160 | 2026-01-30T18:12:37.276Z | Checking futures-core v0.3.31 |
| 2161 | 2026-01-30T18:12:37.295Z | Checking num-traits v0.2.19 |
| 2162 | 2026-01-30T18:12:37.451Z | Checking icu_locid_transform_data v1.5.0 |
| 2163 | 2026-01-30T18:12:37.470Z | Checking block-padding v0.3.3 |
| 2164 | 2026-01-30T18:12:37.486Z | Checking hashbrown v0.16.1 |
| 2165 | 2026-01-30T18:12:37.503Z | Checking hmac v0.12.1 |
| 2166 | 2026-01-30T18:12:37.562Z | Checking icu_properties_data v1.5.0 |
| 2167 | 2026-01-30T18:12:37.652Z | Checking tinystr v0.7.6 |
| 2168 | 2026-01-30T18:12:37.692Z | Checking icu_collections v1.5.0 |
| 2169 | 2026-01-30T18:12:37.726Z | Checking inout v0.1.3 |
| 2170 | 2026-01-30T18:12:37.803Z | Checking icu_normalizer_data v1.5.0 |
| 2171 | 2026-01-30T18:12:37.920Z | Checking utf8_iter v1.0.4 |
| 2172 | 2026-01-30T18:12:37.981Z | Checking write16 v1.0.0 |
| 2173 | 2026-01-30T18:12:38.005Z | Checking icu_locid v1.5.0 |
| 2174 | 2026-01-30T18:12:38.120Z | Checking utf16_iter v1.0.5 |
| 2175 | 2026-01-30T18:12:38.138Z | Checking futures-sink v0.3.31 |
| 2176 | 2026-01-30T18:12:38.267Z | Checking ppv-lite86 v0.2.20 |
| 2177 | 2026-01-30T18:12:38.304Z | Checking futures-channel v0.3.31 |
| 2178 | 2026-01-30T18:12:38.349Z | Checking cipher v0.4.4 |
| 2179 | 2026-01-30T18:12:38.362Z | Checking serde v1.0.228 |
| 2180 | 2026-01-30T18:12:38.381Z | Checking serde_json v1.0.149 |
| 2181 | 2026-01-30T18:12:38.556Z | Checking indexmap v2.13.0 |
| 2182 | 2026-01-30T18:12:38.682Z | Checking sha2 v0.10.9 |
| 2183 | 2026-01-30T18:12:38.750Z | Checking slab v0.4.9 |
| 2184 | 2026-01-30T18:12:38.754Z | Checking futures-io v0.3.31 |
| 2185 | 2026-01-30T18:12:38.975Z | Checking base64ct v1.6.0 |
| 2186 | 2026-01-30T18:12:38.997Z | Checking icu_provider v1.5.0 |
| 2187 | 2026-01-30T18:12:39.016Z | Checking pin-utils v0.1.0 |
| 2188 | 2026-01-30T18:12:39.040Z | Checking futures-task v0.3.31 |
| 2189 | 2026-01-30T18:12:39.128Z | Checking errno v0.3.12 |
| 2190 | 2026-01-30T18:12:39.269Z | Checking flagset v0.4.6 |
| 2191 | 2026-01-30T18:12:39.299Z | Checking futures-util v0.3.31 |
| 2192 | 2026-01-30T18:12:39.334Z | Checking form_urlencoded v1.2.2 |
| 2193 | 2026-01-30T18:12:39.376Z | Checking bytes v1.10.1 |
| 2194 | 2026-01-30T18:12:39.417Z | Checking bitflags v2.9.4 |
| 2195 | 2026-01-30T18:12:39.488Z | Checking pem-rfc7468 v0.7.0 |
| 2196 | 2026-01-30T18:12:39.543Z | Checking rand_core v0.9.3 |
| 2197 | 2026-01-30T18:12:39.590Z | Checking icu_locid_transform v1.5.0 |
| 2198 | 2026-01-30T18:12:39.744Z | Checking fnv v1.0.7 |
| 2199 | 2026-01-30T18:12:39.780Z | Checking der v0.7.10 |
| 2200 | 2026-01-30T18:12:39.858Z | Checking foldhash v0.1.5 |
| 2201 | 2026-01-30T18:12:39.891Z | Checking salsa20 v0.10.2 |
| 2202 | 2026-01-30T18:12:39.907Z | Checking uuid v1.19.0 |
| 2203 | 2026-01-30T18:12:40.051Z | Checking pbkdf2 v0.12.2 |
| 2204 | 2026-01-30T18:12:40.098Z | Checking hashbrown v0.15.4 |
| 2205 | 2026-01-30T18:12:40.126Z | Checking spin v0.9.8 |
| 2206 | 2026-01-30T18:12:40.231Z | Checking scrypt v0.11.0 |
| 2207 | 2026-01-30T18:12:40.388Z | Checking tokio v1.49.0 |
| 2208 | 2026-01-30T18:12:40.485Z | Checking http v1.4.0 |
| 2209 | 2026-01-30T18:12:40.504Z | Checking rand_chacha v0.9.0 |
| 2210 | 2026-01-30T18:12:40.569Z | Checking cbc v0.1.2 |
| 2211 | 2026-01-30T18:12:40.598Z | Checking icu_properties v1.5.1 |
| 2212 | 2026-01-30T18:12:40.798Z | Checking aes v0.8.4 |
| 2213 | 2026-01-30T18:12:40.906Z | Checking regex-syntax v0.8.5 |
| 2214 | 2026-01-30T18:12:41.216Z | Checking iana-time-zone v0.1.63 |
| 2215 | 2026-01-30T18:12:41.399Z | Checking chrono v0.4.43 |
| 2216 | 2026-01-30T18:12:41.531Z | Checking spki v0.7.3 |
| 2217 | 2026-01-30T18:12:41.728Z | Checking rand v0.9.2 |
| 2218 | 2026-01-30T18:12:41.818Z | Checking pkcs5 v0.7.1 |
| 2219 | 2026-01-30T18:12:41.844Z | Checking tracing-core v0.1.32 |
| 2220 | 2026-01-30T18:12:42.358Z | Checking thiserror v2.0.18 |
| 2221 | 2026-01-30T18:12:42.514Z | Checking tracing v0.1.40 |
| 2222 | 2026-01-30T18:12:42.534Z | Checking pkcs8 v0.10.2 |
| 2223 | 2026-01-30T18:12:42.787Z | Checking http-body v1.0.1 |
| 2224 | 2026-01-30T18:12:42.876Z | Checking rustls-pki-types v1.10.0 |
| 2225 | 2026-01-30T18:12:42.896Z | Checking plain v0.2.3 |
| 2226 | 2026-01-30T18:12:43.014Z | Checking tinyvec_macros v0.1.1 |
| 2227 | 2026-01-30T18:12:43.062Z | Checking base64 v0.22.1 |
| 2228 | 2026-01-30T18:12:43.123Z | Checking tinyvec v1.8.0 |
| 2229 | 2026-01-30T18:12:43.453Z | Checking lazy_static v1.5.0 |
| 2230 | 2026-01-30T18:12:43.473Z | Checking rustix v1.1.3 |
| 2231 | 2026-01-30T18:12:43.543Z | Checking semver v1.0.27 |
| 2232 | 2026-01-30T18:12:43.606Z | Checking zerocopy v0.8.27 |
| 2233 | 2026-01-30T18:12:43.828Z | Checking aws-lc-sys v0.26.0 |
| 2234 | 2026-01-30T18:12:43.961Z | Checking try-lock v0.2.5 |
| 2235 | 2026-01-30T18:12:43.981Z | Checking icu_normalizer v1.5.0 |
| 2236 | 2026-01-30T18:12:44.132Z | Checking foreign-types-shared v0.1.1 |
| 2237 | 2026-01-30T18:12:44.166Z | Checking atomic-waker v1.1.2 |
| 2238 | 2026-01-30T18:12:44.264Z | Checking unicode-ident v1.0.19 |
| 2239 | 2026-01-30T18:12:44.330Z | Checking fastrand v2.1.1 |
| 2240 | 2026-01-30T18:12:44.435Z | Checking openssl-probe v0.1.5 |
| 2241 | 2026-01-30T18:12:44.456Z | Checking tower-service v0.3.3 |
| 2242 | 2026-01-30T18:12:44.610Z | Checking untrusted v0.9.0 |
| 2243 | 2026-01-30T18:12:44.628Z | Checking ucd-trie v0.1.7 |
| 2244 | 2026-01-30T18:12:44.663Z | Checking untrusted v0.7.1 |
| 2245 | 2026-01-30T18:12:44.759Z | Checking idna_adapter v1.2.0 |
| 2246 | 2026-01-30T18:12:44.793Z | Checking adler2 v2.0.0 |
| 2247 | 2026-01-30T18:12:44.839Z | Checking dyn-clone v1.0.20 |
| 2248 | 2026-01-30T18:12:44.860Z | Checking tower-layer v0.3.3 |
| 2249 | 2026-01-30T18:12:44.957Z | Checking idna v1.0.3 |
| 2250 | 2026-01-30T18:12:44.960Z | Checking miniz_oxide v0.8.5 |
| 2251 | 2026-01-30T18:12:44.999Z | Checking pest v2.8.2 |
| 2252 | 2026-01-30T18:12:45.121Z | Checking ring v0.17.14 |
| 2253 | 2026-01-30T18:12:45.519Z | Checking url v2.5.4 |
| 2254 | 2026-01-30T18:12:45.596Z | Checking tempfile v3.24.0 |
| 2255 | 2026-01-30T18:12:45.758Z | Checking proc-macro2 v1.0.101 |
| 2256 | 2026-01-30T18:12:46.022Z | Checking foreign-types v0.3.2 |
| 2257 | 2026-01-30T18:12:46.039Z | Checking aws-lc-rs v1.12.4 |
| 2258 | 2026-01-30T18:12:46.146Z | Checking want v0.3.1 |
| 2259 | 2026-01-30T18:12:46.392Z | Checking ipnet v2.11.0 |
| 2260 | 2026-01-30T18:12:46.437Z | Checking schemars v0.8.22 |
| 2261 | 2026-01-30T18:12:46.490Z | Checking httparse v1.9.5 |
| 2262 | 2026-01-30T18:12:46.964Z | Checking openssl-sys v0.9.109 |
| 2263 | 2026-01-30T18:12:46.985Z | Checking wait-timeout v0.2.0 |
| 2264 | 2026-01-30T18:12:47.036Z | Checking socket2 v0.5.10 |
| 2265 | 2026-01-30T18:12:47.179Z | Checking aho-corasick v1.1.3 |
| 2266 | 2026-01-30T18:12:47.373Z | Checking httpdate v1.0.3 |
| 2267 | 2026-01-30T18:12:47.524Z | Checking powerfmt v0.2.0 |
| 2268 | 2026-01-30T18:12:47.594Z | Checking utf8parse v0.2.2 |
| 2269 | 2026-01-30T18:12:47.653Z | Checking anstyle v1.0.11 |
| 2270 | 2026-01-30T18:12:47.758Z | Checking tokio-util v0.7.15 |
| 2271 | 2026-01-30T18:12:47.778Z | Checking pretty-hex v0.4.1 |
| 2272 | 2026-01-30T18:12:47.800Z | Checking quick-error v1.2.3 |
| 2273 | 2026-01-30T18:12:47.845Z | Checking bit-vec v0.8.0 |
| 2274 | 2026-01-30T18:12:47.958Z | Checking rusty-fork v0.3.0 |
| 2275 | 2026-01-30T18:12:47.975Z | Checking rustls-webpki v0.102.8 |
| 2276 | 2026-01-30T18:12:47.996Z | Checking deranged v0.5.3 |
| 2277 | 2026-01-30T18:12:48.119Z | Checking anstyle-parse v0.2.5 |
| 2278 | 2026-01-30T18:12:48.187Z | Checking openssl v0.10.73 |
| 2279 | 2026-01-30T18:12:48.233Z | Checking bit-set v0.8.0 |
| 2280 | 2026-01-30T18:12:48.266Z | Checking quote v1.0.40 |
| 2281 | 2026-01-30T18:12:48.400Z | Compiling newtype-uuid v1.3.2 |
| 2282 | 2026-01-30T18:12:48.504Z | Checking unicode-normalization v0.1.24 |
| 2283 | 2026-01-30T18:12:48.604Z | Checking crossbeam-utils v0.8.21 |
| 2284 | 2026-01-30T18:12:48.736Z | Checking rand_xorshift v0.4.0 |
| 2285 | 2026-01-30T18:12:48.766Z | Checking rustix v0.38.37 |
| 2286 | 2026-01-30T18:12:48.770Z | Checking regex-automata v0.4.11 |
| 2287 | 2026-01-30T18:12:48.954Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2288 | 2026-01-30T18:12:49.020Z | Checking h2 v0.4.6 |
| 2289 | 2026-01-30T18:12:49.083Z | Checking scroll v0.13.0 |
| 2290 | 2026-01-30T18:12:49.333Z | Checking signature v2.2.0 |
| 2291 | 2026-01-30T18:12:49.457Z | Checking crc32fast v1.4.2 |
| 2292 | 2026-01-30T18:12:49.543Z | Checking time-core v0.1.6 |
| 2293 | 2026-01-30T18:12:49.546Z | Checking unicode-properties v0.1.3 |
| 2294 | 2026-01-30T18:12:49.741Z | Checking is_terminal_polyfill v1.70.1 |
| 2295 | 2026-01-30T18:12:49.836Z | Checking zlib-rs v0.5.1 |
| 2296 | 2026-01-30T18:12:49.865Z | Checking num_threads v0.1.7 |
| 2297 | 2026-01-30T18:12:49.952Z | Checking unarray v0.1.4 |
| 2298 | 2026-01-30T18:12:50.005Z | Checking siphasher v0.3.11 |
| 2299 | 2026-01-30T18:12:50.111Z | Checking anstyle-query v1.1.1 |
| 2300 | 2026-01-30T18:12:50.263Z | Checking num-conv v0.1.0 |
| 2301 | 2026-01-30T18:12:50.342Z | Checking unicode-bidi v0.3.17 |
| 2302 | 2026-01-30T18:12:50.482Z | Checking colorchoice v1.0.2 |
| 2303 | 2026-01-30T18:12:50.517Z | Checking time v0.3.43 |
| 2304 | 2026-01-30T18:12:50.643Z | Checking anstream v0.6.18 |
| 2305 | 2026-01-30T18:12:50.955Z | Checking stringprep v0.1.5 |
| 2306 | 2026-01-30T18:12:51.064Z | Checking phf_shared v0.11.2 |
| 2307 | 2026-01-30T18:12:51.272Z | Checking proptest v1.7.0 |
| 2308 | 2026-01-30T18:12:51.358Z | Checking goblin v0.10.2 |
| 2309 | 2026-01-30T18:12:51.792Z | Checking libz-rs-sys v0.5.1 |
| 2310 | 2026-01-30T18:12:51.989Z | Checking crossbeam-epoch v0.9.18 |
| 2311 | 2026-01-30T18:12:52.020Z | Checking rustls v0.23.19 |
| 2312 | 2026-01-30T18:12:52.463Z | Compiling daft v0.1.4 |
| 2313 | 2026-01-30T18:12:53.062Z | Checking syn v2.0.114 |
| 2314 | 2026-01-30T18:12:53.112Z | Checking native-tls v0.2.12 |
| 2315 | 2026-01-30T18:12:53.172Z | Checking ipnetwork v0.21.1 |
| 2316 | 2026-01-30T18:12:53.213Z | Checking thiserror v1.0.69 |
| 2317 | 2026-01-30T18:12:53.367Z | Checking scroll v0.12.0 |
| 2318 | 2026-01-30T18:12:53.458Z | Checking toml_datetime v0.6.11 |
| 2319 | 2026-01-30T18:12:53.590Z | Checking serde_spanned v0.6.9 |
| 2320 | 2026-01-30T18:12:53.806Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2321 | 2026-01-30T18:12:53.840Z | Checking rand_chacha v0.3.1 |
| 2322 | 2026-01-30T18:12:53.843Z | Checking num-integer v0.1.46 |
| 2323 | 2026-01-30T18:12:54.015Z | Checking md-5 v0.10.6 |
| 2324 | 2026-01-30T18:12:54.261Z | Checking sync_wrapper v1.0.1 |
| 2325 | 2026-01-30T18:12:54.279Z | Checking ff v0.13.0 |
| 2326 | 2026-01-30T18:12:54.338Z | Checking hash32 v0.2.1 |
| 2327 | 2026-01-30T18:12:54.437Z | Checking fallible-iterator v0.2.0 |
| 2328 | 2026-01-30T18:12:54.493Z | Checking psl-types v2.0.11 |
| 2329 | 2026-01-30T18:12:54.648Z | Checking either v1.15.0 |
| 2330 | 2026-01-30T18:12:54.702Z | Checking base16ct v0.2.0 |
| 2331 | 2026-01-30T18:12:54.933Z | Checking gimli v0.31.1 |
| 2332 | 2026-01-30T18:12:55.022Z | Checking postgres-protocol v0.6.8 |
| 2333 | 2026-01-30T18:12:55.041Z | Compiling iddqd v0.3.16 |
| 2334 | 2026-01-30T18:12:55.415Z | Checking hyper v1.8.1 |
| 2335 | 2026-01-30T18:12:55.702Z | Checking sec1 v0.7.3 |
| 2336 | 2026-01-30T18:12:56.134Z | Checking publicsuffix v2.3.0 |
| 2337 | 2026-01-30T18:12:56.156Z | Checking heapless v0.7.17 |
| 2338 | 2026-01-30T18:12:56.500Z | Checking group v0.13.0 |
| 2339 | 2026-01-30T18:12:56.739Z | Checking tower v0.5.2 |
| 2340 | 2026-01-30T18:12:57.165Z | Checking num-iter v0.1.45 |
| 2341 | 2026-01-30T18:12:57.186Z | Checking tokio-rustls v0.26.0 |
| 2342 | 2026-01-30T18:12:57.348Z | Checking rand v0.8.5 |
| 2343 | 2026-01-30T18:12:57.442Z | Checking dof v0.4.0 |
| 2344 | 2026-01-30T18:12:57.565Z | Checking zstd-safe v7.2.3 |
| 2345 | 2026-01-30T18:12:57.582Z | Checking hyper-util v0.1.19 |
| 2346 | 2026-01-30T18:12:57.598Z | Checking goblin v0.8.2 |
| 2347 | 2026-01-30T18:12:57.614Z | Checking oxnet v0.1.4 |
| 2348 | 2026-01-30T18:12:57.871Z | Checking tokio-native-tls v0.3.1 |
| 2349 | 2026-01-30T18:12:58.095Z | Checking cookie v0.18.1 |
| 2350 | 2026-01-30T18:12:58.160Z | Checking flate2 v1.1.2 |
| 2351 | 2026-01-30T18:12:58.371Z | Checking terminal_size v0.4.0 |
| 2352 | 2026-01-30T18:12:58.581Z | Checking dtrace-parser v0.3.0 |
| 2353 | 2026-01-30T18:12:58.606Z | Checking rustls-native-certs v0.8.1 |
| 2354 | 2026-01-30T18:12:58.606Z | Checking webpki-roots v1.0.1 |
| 2355 | 2026-01-30T18:12:58.774Z | Checking addr2line v0.24.2 |
| 2356 | 2026-01-30T18:12:58.798Z | Checking http-body-util v0.1.3 |
| 2357 | 2026-01-30T18:12:58.851Z | Checking signal-hook v0.3.18 |
| 2358 | 2026-01-30T18:12:58.863Z | Checking hkdf v0.12.4 |
| 2359 | 2026-01-30T18:12:59.042Z | Checking crypto-bigint v0.5.5 |
| 2360 | 2026-01-30T18:12:59.064Z | Checking thread-id v5.0.0 |
| 2361 | 2026-01-30T18:12:59.095Z | Checking object v0.36.5 |
| 2362 | 2026-01-30T18:12:59.167Z | Checking bumpalo v3.16.0 |
| 2363 | 2026-01-30T18:12:59.185Z | Checking iri-string v0.7.8 |
| 2364 | 2026-01-30T18:12:59.223Z | Checking ryu v1.0.18 |
| 2365 | 2026-01-30T18:12:59.277Z | Checking strsim v0.11.1 |
| 2366 | 2026-01-30T18:12:59.488Z | Checking managed v0.8.0 |
| 2367 | 2026-01-30T18:12:59.521Z | Checking winnow v0.5.40 |
| 2368 | 2026-01-30T18:12:59.578Z | Checking simd-adler32 v0.3.7 |
| 2369 | 2026-01-30T18:12:59.868Z | Checking rustc-demangle v0.1.24 |
| 2370 | 2026-01-30T18:12:59.951Z | Checking lockfree-object-pool v0.1.6 |
| 2371 | 2026-01-30T18:13:00.214Z | Checking clap_lex v0.7.4 |
| 2372 | 2026-01-30T18:13:00.316Z | Checking bitflags v1.3.2 |
| 2373 | 2026-01-30T18:13:00.438Z | Compiling rayon-core v1.12.1 |
| 2374 | 2026-01-30T18:13:00.558Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2375 | 2026-01-30T18:13:00.563Z | Checking hyper-rustls v0.27.7 |
| 2376 | 2026-01-30T18:13:00.806Z | Checking hyper-tls v0.6.0 |
| 2377 | 2026-01-30T18:13:00.853Z | Checking clap_builder v4.5.48 |
| 2378 | 2026-01-30T18:13:00.901Z | Checking smoltcp v0.9.1 |
| 2379 | 2026-01-30T18:13:01.112Z | Checking zopfli v0.8.1 |
| 2380 | 2026-01-30T18:13:01.776Z | Checking tower-http v0.6.6 |
| 2381 | 2026-01-30T18:13:01.800Z | Checking elliptic-curve v0.13.8 |
| 2382 | 2026-01-30T18:13:01.834Z | Checking serde_urlencoded v0.7.1 |
| 2383 | 2026-01-30T18:13:02.286Z | Checking usdt-impl v0.6.0 |
| 2384 | 2026-01-30T18:13:02.374Z | Checking signal-hook-mio v0.2.4 |
| 2385 | 2026-01-30T18:13:02.394Z | Checking toml_edit v0.19.15 |
| 2386 | 2026-01-30T18:13:02.436Z | Checking cookie_store v0.21.1 |
| 2387 | 2026-01-30T18:13:02.439Z | Checking num-bigint-dig v0.8.6 |
| 2388 | 2026-01-30T18:13:02.499Z | Checking dof v0.3.0 |
| 2389 | 2026-01-30T18:13:02.820Z | Checking zstd v0.13.3 |
| 2390 | 2026-01-30T18:13:03.052Z | Checking postgres-types v0.2.9 |
| 2391 | 2026-01-30T18:13:03.101Z | Checking dtrace-parser v0.2.0 |
| 2392 | 2026-01-30T18:13:03.163Z | Checking regex v1.11.3 |
| 2393 | 2026-01-30T18:13:03.208Z | Checking bstr v1.10.0 |
| 2394 | 2026-01-30T18:13:03.635Z | Checking crossbeam-deque v0.8.5 |
| 2395 | 2026-01-30T18:13:03.745Z | Checking phf v0.11.2 |
| 2396 | 2026-01-30T18:13:03.792Z | Checking ed25519 v2.2.3 |
| 2397 | 2026-01-30T18:13:03.842Z | Checking bzip2 v0.4.4 |
| 2398 | 2026-01-30T18:13:03.954Z | Checking bzip2 v0.5.2 |
| 2399 | 2026-01-30T18:13:04.040Z | Checking ref-cast v1.0.25 |
| 2400 | 2026-01-30T18:13:04.122Z | Checking curve25519-dalek v4.1.3 |
| 2401 | 2026-01-30T18:13:04.141Z | Checking strum v0.27.2 |
| 2402 | 2026-01-30T18:13:04.159Z | Checking hubpack v0.1.2 |
| 2403 | 2026-01-30T18:13:04.197Z | Checking memoffset v0.9.1 |
| 2404 | 2026-01-30T18:13:04.236Z | Checking pkcs1 v0.7.5 |
| 2405 | 2026-01-30T18:13:04.322Z | Checking hex v0.4.3 |
| 2406 | 2026-01-30T18:13:04.338Z | Checking erased-serde v0.3.31 |
| 2407 | 2026-01-30T18:13:04.393Z | Checking serde-big-array v0.5.1 |
| 2408 | 2026-01-30T18:13:04.468Z | Checking float-cmp v0.10.0 |
| 2409 | 2026-01-30T18:13:04.620Z | Checking rfc6979 v0.4.0 |
| 2410 | 2026-01-30T18:13:04.665Z | Checking thread-id v4.2.2 |
| 2411 | 2026-01-30T18:13:04.688Z | Checking memmap2 v0.9.8 |
| 2412 | 2026-01-30T18:13:04.795Z | Checking env_filter v0.1.2 |
| 2413 | 2026-01-30T18:13:04.816Z | Checking encoding_rs v0.8.34 |
| 2414 | 2026-01-30T18:13:04.831Z | Checking toml_write v0.1.2 |
| 2415 | 2026-01-30T18:13:04.850Z | Checking data-encoding v2.9.0 |
| 2416 | 2026-01-30T18:13:04.977Z | Checking fixedbitset v0.4.2 |
| 2417 | 2026-01-30T18:13:05.060Z | Checking difflib v0.4.0 |
| 2418 | 2026-01-30T18:13:05.079Z | Checking backtrace v0.3.74 |
| 2419 | 2026-01-30T18:13:05.147Z | Checking new_debug_unreachable v1.0.6 |
| 2420 | 2026-01-30T18:13:05.258Z | Checking unicode-segmentation v1.12.0 |
| 2421 | 2026-01-30T18:13:05.262Z | Checking predicates-core v1.0.8 |
| 2422 | 2026-01-30T18:13:05.341Z | Checking normalize-line-endings v0.3.0 |
| 2423 | 2026-01-30T18:13:05.390Z | Checking jiff v0.2.15 |
| 2424 | 2026-01-30T18:13:05.416Z | Checking rustc-hash v2.1.1 |
| 2425 | 2026-01-30T18:13:05.472Z | Checking minimal-lexical v0.2.1 |
| 2426 | 2026-01-30T18:13:05.490Z | Checking fixedbitset v0.5.7 |
| 2427 | 2026-01-30T18:13:05.609Z | Checking precomputed-hash v0.1.1 |
| 2428 | 2026-01-30T18:13:05.654Z | Checking whoami v1.5.2 |
| 2429 | 2026-01-30T18:13:05.738Z | Checking winnow v0.7.13 |
| 2430 | 2026-01-30T18:13:05.857Z | Checking foldhash v0.2.0 |
| 2431 | 2026-01-30T18:13:05.875Z | Checking static_assertions v1.1.0 |
| 2432 | 2026-01-30T18:13:05.893Z | Checking keccak v0.1.5 |
| 2433 | 2026-01-30T18:13:05.953Z | Checking mime v0.3.17 |
| 2434 | 2026-01-30T18:13:05.980Z | Checking tokio-postgres v0.7.13 |
| 2435 | 2026-01-30T18:13:06.000Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2436 | 2026-01-30T18:13:06.237Z | Checking sha3 v0.10.8 |
| 2437 | 2026-01-30T18:13:06.323Z | Checking similar v2.7.0 |
| 2438 | 2026-01-30T18:13:06.663Z | Checking ed25519-dalek v2.1.1 |
| 2439 | 2026-01-30T18:13:07.040Z | Checking reqwest v0.12.24 |
| 2440 | 2026-01-30T18:13:07.151Z | Checking nom v7.1.3 |
| 2441 | 2026-01-30T18:13:07.206Z | Checking petgraph v0.8.2 |
| 2442 | 2026-01-30T18:13:08.173Z | Checking string_cache v0.8.9 |
| 2443 | 2026-01-30T18:13:08.495Z | Checking anyhow v1.0.99 |
| 2444 | 2026-01-30T18:13:08.672Z | Checking toml_edit v0.22.27 |
| 2445 | 2026-01-30T18:13:08.891Z | Checking predicates v3.1.3 |
| 2446 | 2026-01-30T18:13:08.913Z | Checking hickory-proto v0.25.2 |
| 2447 | 2026-01-30T18:13:09.028Z | Checking slog v2.8.2 |
| 2448 | 2026-01-30T18:13:09.523Z | Checking petgraph v0.6.5 |
| 2449 | 2026-01-30T18:13:09.580Z | Checking env_logger v0.11.8 |
| 2450 | 2026-01-30T18:13:09.921Z | Checking usdt v0.6.0 |
| 2451 | 2026-01-30T18:13:09.973Z | Checking toml v0.7.8 |
| 2452 | 2026-01-30T18:13:10.194Z | Checking ecdsa v0.16.9 |
| 2453 | 2026-01-30T18:13:10.683Z | Checking serde_with v3.16.1 |
| 2454 | 2026-01-30T18:13:10.929Z | Checking usdt-impl v0.5.0 |
| 2455 | 2026-01-30T18:13:10.946Z | Checking rsa v0.9.8 |
| 2456 | 2026-01-30T18:13:11.356Z | Checking nix v0.29.0 |
| 2457 | 2026-01-30T18:13:11.378Z | Checking zip v4.2.0 |
| 2458 | 2026-01-30T18:13:11.504Z | Checking zip v0.6.6 |
| 2459 | 2026-01-30T18:13:12.002Z | Checking clap v4.5.48 |
| 2460 | 2026-01-30T18:13:12.122Z | Checking crossterm v0.28.1 |
| 2461 | 2026-01-30T18:13:12.212Z | Checking itertools v0.13.0 |
| 2462 | 2026-01-30T18:13:12.254Z | Checking itertools v0.10.5 |
| 2463 | 2026-01-30T18:13:12.556Z | Checking strum v0.26.3 |
| 2464 | 2026-01-30T18:13:12.697Z | Checking tokio-stream v0.1.17 |
| 2465 | 2026-01-30T18:13:12.750Z | Checking ahash v0.8.12 |
| 2466 | 2026-01-30T18:13:12.807Z | Checking fs-err v3.1.1 |
| 2467 | 2026-01-30T18:13:13.128Z | Checking buf-list v1.0.3 |
| 2468 | 2026-01-30T18:13:13.389Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2469 | 2026-01-30T18:13:13.463Z | Checking x509-cert v0.2.5 |
| 2470 | 2026-01-30T18:13:13.552Z | Checking openapiv3 v2.2.0 |
| 2471 | 2026-01-30T18:13:13.769Z | Checking sha1 v0.10.6 |
| 2472 | 2026-01-30T18:13:13.833Z | Checking winnow v0.6.26 |
| 2473 | 2026-01-30T18:13:14.093Z | Checking lalrpop-util v0.19.12 |
| 2474 | 2026-01-30T18:13:14.352Z | Checking peg-runtime v0.8.5 |
| 2475 | 2026-01-30T18:13:14.398Z | Checking rayon v1.10.0 |
| 2476 | 2026-01-30T18:13:14.417Z | Checking camino v1.2.2 |
| 2477 | 2026-01-30T18:13:14.619Z | Checking sigpipe v0.1.3 |
| 2478 | 2026-01-30T18:13:14.734Z | Checking glob v0.3.2 |
| 2479 | 2026-01-30T18:13:17.046Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2480 | 2026-01-30T18:13:17.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.01s |
| 2481 | 2026-01-30T18:13:17.637Z | |
| 2482 | 2026-01-30T18:13:17.637Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/247) |
| 2483 | 2026-01-30T18:13:18.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2484 | 2026-01-30T18:13:18.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2485 | 2026-01-30T18:13:18.728Z | Compiling regress v0.10.4 |
| 2486 | 2026-01-30T18:13:18.882Z | Compiling unsafe-libyaml v0.2.11 |
| 2487 | 2026-01-30T18:13:18.898Z | Compiling structmeta-derive v0.3.0 |
| 2488 | 2026-01-30T18:13:18.912Z | Compiling rustls v0.22.4 |
| 2489 | 2026-01-30T18:13:18.916Z | Checking newtype-uuid v1.3.2 |
| 2490 | 2026-01-30T18:13:18.946Z | Compiling multer v3.1.0 |
| 2491 | 2026-01-30T18:13:18.967Z | Checking heck v0.5.0 |
| 2492 | 2026-01-30T18:13:19.197Z | Compiling newtype-uuid-macros v0.1.0 |
| 2493 | 2026-01-30T18:13:19.259Z | Checking daft v0.1.4 |
| 2494 | 2026-01-30T18:13:19.284Z | Compiling async-stream-impl v0.3.6 |
| 2495 | 2026-01-30T18:13:19.389Z | Checking futures-executor v0.3.31 |
| 2496 | 2026-01-30T18:13:19.648Z | Compiling dropshot v0.16.7 |
| 2497 | 2026-01-30T18:13:19.749Z | Checking iddqd v0.3.16 |
| 2498 | 2026-01-30T18:13:20.086Z | Checking futures v0.3.31 |
| 2499 | 2026-01-30T18:13:20.217Z | Compiling serde_yaml v0.9.34+deprecated |
| 2500 | 2026-01-30T18:13:20.567Z | Compiling dropshot_endpoint v0.16.7 |
| 2501 | 2026-01-30T18:13:20.598Z | Checking match_cfg v0.1.0 |
| 2502 | 2026-01-30T18:13:20.708Z | Checking hostname v0.3.1 |
| 2503 | 2026-01-30T18:13:20.872Z | Checking thread_local v1.1.8 |
| 2504 | 2026-01-30T18:13:20.872Z | Checking unicode-width v0.1.14 |
| 2505 | 2026-01-30T18:13:21.178Z | Checking crossbeam-channel v0.5.15 |
| 2506 | 2026-01-30T18:13:21.402Z | Compiling structmeta v0.3.0 |
| 2507 | 2026-01-30T18:13:21.431Z | Checking is-terminal v0.4.13 |
| 2508 | 2026-01-30T18:13:21.590Z | Checking take_mut v0.2.2 |
| 2509 | 2026-01-30T18:13:21.765Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2510 | 2026-01-30T18:13:21.790Z | Checking term v1.1.0 |
| 2511 | 2026-01-30T18:13:21.833Z | Compiling derive-ex v0.1.8 |
| 2512 | 2026-01-30T18:13:21.899Z | Compiling parse-display-derive v0.10.0 |
| 2513 | 2026-01-30T18:13:21.920Z | Checking slog-async v2.8.0 |
| 2514 | 2026-01-30T18:13:22.238Z | Checking slog-term v2.9.2 |
| 2515 | 2026-01-30T18:13:22.260Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2516 | 2026-01-30T18:13:22.374Z | Checking typify-impl v0.4.3 |
| 2517 | 2026-01-30T18:13:23.050Z | Checking debug-ignore v1.0.5 |
| 2518 | 2026-01-30T18:13:23.227Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2519 | 2026-01-30T18:13:24.023Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 2520 | 2026-01-30T18:13:24.757Z | Checking slog-json v2.6.1 |
| 2521 | 2026-01-30T18:13:24.761Z | Checking macaddr v1.0.1 |
| 2522 | 2026-01-30T18:13:25.044Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2523 | 2026-01-30T18:13:25.083Z | Checking serde_spanned v1.0.4 |
| 2524 | 2026-01-30T18:13:25.121Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2525 | 2026-01-30T18:13:25.328Z | Checking slog-bunyan v2.5.0 |
| 2526 | 2026-01-30T18:13:25.435Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2527 | 2026-01-30T18:13:25.487Z | Checking toml v0.9.11+spec-1.1.0 |
| 2528 | 2026-01-30T18:13:25.519Z | Checking tabwriter v1.4.0 |
| 2529 | 2026-01-30T18:13:25.705Z | Checking async-stream v0.3.6 |
| 2530 | 2026-01-30T18:13:25.919Z | Compiling test-strategy v0.4.3 |
| 2531 | 2026-01-30T18:13:25.941Z | Checking waitgroup v0.1.2 |
| 2532 | 2026-01-30T18:13:26.142Z | Checking rustls-pemfile v2.2.0 |
| 2533 | 2026-01-30T18:13:26.233Z | Checking serde_path_to_error v0.1.20 |
| 2534 | 2026-01-30T18:13:26.279Z | Checking hostname v0.4.2 |
| 2535 | 2026-01-30T18:13:26.395Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2536 | 2026-01-30T18:13:26.454Z | Compiling itertools v0.14.0 |
| 2537 | 2026-01-30T18:13:26.591Z | Checking progenitor-client v0.10.0 |
| 2538 | 2026-01-30T18:13:26.691Z | Checking progenitor-client v0.11.2 |
| 2539 | 2026-01-30T18:13:26.883Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2540 | 2026-01-30T18:13:26.942Z | Checking instant v0.1.13 |
| 2541 | 2026-01-30T18:13:27.056Z | Checking colored v3.0.0 |
| 2542 | 2026-01-30T18:13:27.089Z | Checking backoff v0.4.0 |
| 2543 | 2026-01-30T18:13:27.131Z | Checking parse-display v0.10.0 |
| 2544 | 2026-01-30T18:13:27.235Z | Checking tokio-rustls v0.25.0 |
| 2545 | 2026-01-30T18:13:27.363Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2546 | 2026-01-30T18:13:27.407Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2547 | 2026-01-30T18:13:27.455Z | Compiling proc-macro-crate v1.3.1 |
| 2548 | 2026-01-30T18:13:27.534Z | Compiling proc-macro-error v1.0.4 |
| 2549 | 2026-01-30T18:13:28.163Z | Compiling heapless v0.8.0 |
| 2550 | 2026-01-30T18:13:28.375Z | Compiling num_enum_derive v0.5.11 |
| 2551 | 2026-01-30T18:13:28.501Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2552 | 2026-01-30T18:13:28.945Z | Checking hash32 v0.3.1 |
| 2553 | 2026-01-30T18:13:29.117Z | Compiling smoltcp v0.11.0 |
| 2554 | 2026-01-30T18:13:29.174Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2555 | 2026-01-30T18:13:29.449Z | Compiling ingot-macros v0.1.1 |
| 2556 | 2026-01-30T18:13:29.526Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2557 | 2026-01-30T18:13:29.832Z | Compiling foreign-types-macros v0.2.3 |
| 2558 | 2026-01-30T18:13:29.975Z | Compiling crucible-workspace-hack v0.1.0 |
| 2559 | 2026-01-30T18:13:30.292Z | Checking cobs v0.2.3 |
| 2560 | 2026-01-30T18:13:30.321Z | Checking foreign-types-shared v0.3.1 |
| 2561 | 2026-01-30T18:13:30.529Z | Checking postcard v1.0.10 |
| 2562 | 2026-01-30T18:13:30.613Z | Checking num_enum v0.5.11 |
| 2563 | 2026-01-30T18:13:30.805Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2564 | 2026-01-30T18:13:30.895Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2565 | 2026-01-30T18:13:31.073Z | Checking foreign-types v0.5.0 |
| 2566 | 2026-01-30T18:13:31.159Z | Checking cstr-argument v0.1.2 |
| 2567 | 2026-01-30T18:13:31.245Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2568 | 2026-01-30T18:13:31.372Z | Checking pretty-hex v0.2.1 |
| 2569 | 2026-01-30T18:13:31.395Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2570 | 2026-01-30T18:13:31.586Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2571 | 2026-01-30T18:13:31.689Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2572 | 2026-01-30T18:13:31.711Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2573 | 2026-01-30T18:13:31.892Z | Checking colored v2.2.0 |
| 2574 | 2026-01-30T18:13:31.914Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2575 | 2026-01-30T18:13:31.917Z | Compiling convert_case v0.4.0 |
| 2576 | 2026-01-30T18:13:31.957Z | Checking camino-tempfile v1.4.1 |
| 2577 | 2026-01-30T18:13:32.002Z | Compiling nix v0.30.1 |
| 2578 | 2026-01-30T18:13:32.275Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2579 | 2026-01-30T18:13:32.778Z | Compiling derive_more v0.99.20 |
| 2580 | 2026-01-30T18:13:32.903Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2581 | 2026-01-30T18:13:32.926Z | Compiling zone_cfg_derive v0.3.0 |
| 2582 | 2026-01-30T18:13:33.223Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2583 | 2026-01-30T18:13:33.262Z | Checking itertools v0.12.1 |
| 2584 | 2026-01-30T18:13:34.298Z | Checking smf v0.2.3 |
| 2585 | 2026-01-30T18:13:34.612Z | Compiling typify-macro v0.4.3 |
| 2586 | 2026-01-30T18:13:34.646Z | Compiling num-derive v0.4.2 |
| 2587 | 2026-01-30T18:13:35.722Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2588 | 2026-01-30T18:13:36.197Z | Checking zone v0.3.1 |
| 2589 | 2026-01-30T18:13:36.218Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2590 | 2026-01-30T18:13:36.486Z | Checking ingot-types v0.1.2 |
| 2591 | 2026-01-30T18:13:36.782Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2592 | 2026-01-30T18:13:36.811Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2593 | 2026-01-30T18:13:37.263Z | Checking ingot v0.1.1 |
| 2594 | 2026-01-30T18:13:38.583Z | Compiling typify v0.4.3 |
| 2595 | 2026-01-30T18:13:38.782Z | Compiling progenitor-impl v0.11.2 |
| 2596 | 2026-01-30T18:13:38.974Z | Checking secrecy v0.10.3 |
| 2597 | 2026-01-30T18:13:40.350Z | Compiling typify-impl v0.2.0 |
| 2598 | 2026-01-30T18:13:40.725Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2599 | 2026-01-30T18:13:41.458Z | Checking unicode-width v0.2.0 |
| 2600 | 2026-01-30T18:13:41.915Z | Checking num-rational v0.4.2 |
| 2601 | 2026-01-30T18:13:42.184Z | Compiling usdt-attr-macro v0.5.0 |
| 2602 | 2026-01-30T18:13:42.569Z | Compiling usdt-macro v0.5.0 |
| 2603 | 2026-01-30T18:13:43.257Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2604 | 2026-01-30T18:13:43.279Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2605 | 2026-01-30T18:13:43.451Z | Checking universal-hash v0.5.1 |
| 2606 | 2026-01-30T18:13:43.681Z | Checking num-complex v0.4.6 |
| 2607 | 2026-01-30T18:13:44.001Z | Checking memmap v0.7.0 |
| 2608 | 2026-01-30T18:13:44.254Z | Checking half v2.4.1 |
| 2609 | 2026-01-30T18:13:44.551Z | Checking opaque-debug v0.3.1 |
| 2610 | 2026-01-30T18:13:44.679Z | Checking ciborium-io v0.2.2 |
| 2611 | 2026-01-30T18:13:44.765Z | Checking poly1305 v0.8.0 |
| 2612 | 2026-01-30T18:13:44.768Z | Compiling num v0.4.3 |
| 2613 | 2026-01-30T18:13:44.828Z | Checking ciborium-ll v0.2.2 |
| 2614 | 2026-01-30T18:13:45.045Z | Checking usdt v0.5.0 |
| 2615 | 2026-01-30T18:13:45.164Z | Checking console v0.15.10 |
| 2616 | 2026-01-30T18:13:45.377Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2617 | 2026-01-30T18:13:45.380Z | Checking toml v0.8.23 |
| 2618 | 2026-01-30T18:13:45.454Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2619 | 2026-01-30T18:13:45.626Z | Compiling progenitor-macro v0.11.2 |
| 2620 | 2026-01-30T18:13:45.758Z | Checking password-hash v0.5.0 |
| 2621 | 2026-01-30T18:13:45.841Z | Checking chacha20 v0.9.1 |
| 2622 | 2026-01-30T18:13:45.869Z | Checking blake2 v0.10.6 |
| 2623 | 2026-01-30T18:13:46.087Z | Checking aead v0.5.2 |
| 2624 | 2026-01-30T18:13:46.139Z | Checking thiserror-no-std v2.0.2 |
| 2625 | 2026-01-30T18:13:46.270Z | Compiling float-ord v0.3.2 |
| 2626 | 2026-01-30T18:13:46.273Z | Compiling semver v0.1.20 |
| 2627 | 2026-01-30T18:13:46.374Z | Checking argon2 v0.5.3 |
| 2628 | 2026-01-30T18:13:46.398Z | Checking chacha20poly1305 v0.10.1 |
| 2629 | 2026-01-30T18:13:46.468Z | Checking vsss-rs v3.3.4 |
| 2630 | 2026-01-30T18:13:46.497Z | Checking ciborium v0.2.2 |
| 2631 | 2026-01-30T18:13:46.635Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2632 | 2026-01-30T18:13:46.899Z | Compiling rustc_version v0.1.7 |
| 2633 | 2026-01-30T18:13:47.314Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2634 | 2026-01-30T18:13:47.348Z | Checking siphasher v1.0.1 |
| 2635 | 2026-01-30T18:13:47.529Z | Checking indent_write v2.2.0 |
| 2636 | 2026-01-30T18:13:47.697Z | Checking linked-hash-map v0.5.6 |
| 2637 | 2026-01-30T18:13:47.769Z | Checking phf_shared v0.12.1 |
| 2638 | 2026-01-30T18:13:47.812Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2639 | 2026-01-30T18:13:48.030Z | Checking lru-cache v0.1.2 |
| 2640 | 2026-01-30T18:13:48.066Z | Compiling newtype_derive v0.1.6 |
| 2641 | 2026-01-30T18:13:48.250Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2642 | 2026-01-30T18:13:48.434Z | Compiling progenitor-impl v0.10.0 |
| 2643 | 2026-01-30T18:13:48.639Z | Checking resolv-conf v0.7.0 |
| 2644 | 2026-01-30T18:13:49.035Z | Checking newline-converter v0.3.0 |
| 2645 | 2026-01-30T18:13:49.230Z | Checking hickory-proto v0.24.4 |
| 2646 | 2026-01-30T18:13:49.799Z | Checking atomicwrites v0.4.4 |
| 2647 | 2026-01-30T18:13:50.031Z | Checking prettyplease v0.2.36 |
| 2648 | 2026-01-30T18:13:50.947Z | Compiling pin-project-internal v1.1.6 |
| 2649 | 2026-01-30T18:13:51.202Z | Checking csv-core v0.1.11 |
| 2650 | 2026-01-30T18:13:51.231Z | Compiling derive-where v1.5.0 |
| 2651 | 2026-01-30T18:13:51.591Z | Compiling slog-dtrace v0.3.0 |
| 2652 | 2026-01-30T18:13:51.874Z | Compiling typify-macro v0.2.0 |
| 2653 | 2026-01-30T18:13:51.973Z | Compiling chrono-tz v0.10.4 |
| 2654 | 2026-01-30T18:13:52.326Z | Compiling owo-colors v4.2.2 |
| 2655 | 2026-01-30T18:13:52.978Z | Checking swrite v0.1.0 |
| 2656 | 2026-01-30T18:13:53.130Z | Compiling cancel-safe-futures v0.1.5 |
| 2657 | 2026-01-30T18:13:53.152Z | Compiling const_format_proc_macros v0.2.34 |
| 2658 | 2026-01-30T18:13:53.712Z | Checking pin-project v1.1.6 |
| 2659 | 2026-01-30T18:13:53.734Z | Checking hickory-resolver v0.24.4 |
| 2660 | 2026-01-30T18:13:53.769Z | Checking csv v1.3.1 |
| 2661 | 2026-01-30T18:13:53.880Z | Checking expectorate v1.2.0 |
| 2662 | 2026-01-30T18:13:54.200Z | Checking phf v0.12.1 |
| 2663 | 2026-01-30T18:13:54.332Z | Checking tokio-dtrace v0.1.0 |
| 2664 | 2026-01-30T18:13:54.635Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2665 | 2026-01-30T18:13:54.658Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2666 | 2026-01-30T18:13:55.017Z | Compiling progenitor-macro v0.10.0 |
| 2667 | 2026-01-30T18:13:55.050Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2668 | 2026-01-30T18:13:55.402Z | Compiling snafu-derive v0.8.5 |
| 2669 | 2026-01-30T18:13:55.765Z | Compiling typify v0.2.0 |
| 2670 | 2026-01-30T18:13:55.947Z | Compiling progenitor-impl v0.8.0 |
| 2671 | 2026-01-30T18:13:55.978Z | Checking pem v3.0.5 |
| 2672 | 2026-01-30T18:13:56.047Z | Checking libsw-core v0.3.1 |
| 2673 | 2026-01-30T18:13:56.357Z | Compiling lzma-sys v0.1.20 |
| 2674 | 2026-01-30T18:13:56.381Z | Compiling async-recursion v1.1.1 |
| 2675 | 2026-01-30T18:13:56.490Z | Checking arc-swap v1.7.1 |
| 2676 | 2026-01-30T18:13:56.967Z | Checking same-file v1.0.6 |
| 2677 | 2026-01-30T18:13:57.150Z | Checking highway v1.3.0 |
| 2678 | 2026-01-30T18:13:57.192Z | Checking bytecount v0.6.8 |
| 2679 | 2026-01-30T18:13:57.382Z | Checking utf-8 v0.7.6 |
| 2680 | 2026-01-30T18:13:57.600Z | Checking papergrid v0.11.0 |
| 2681 | 2026-01-30T18:13:57.625Z | Checking tungstenite v0.21.0 |
| 2682 | 2026-01-30T18:13:57.850Z | Checking walkdir v2.5.0 |
| 2683 | 2026-01-30T18:13:58.199Z | Checking slog-scope v4.4.0 |
| 2684 | 2026-01-30T18:13:58.255Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2685 | 2026-01-30T18:13:58.347Z | Checking progenitor v0.11.2 |
| 2686 | 2026-01-30T18:13:58.527Z | Checking libsw v3.5.0 |
| 2687 | 2026-01-30T18:13:58.581Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 2688 | 2026-01-30T18:13:58.818Z | Checking qorb v0.4.1 |
| 2689 | 2026-01-30T18:13:59.058Z | Checking const_format v0.2.34 |
| 2690 | 2026-01-30T18:13:59.574Z | Checking oxide-tokio-rt v0.1.2 |
| 2691 | 2026-01-30T18:13:59.842Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2692 | 2026-01-30T18:14:00.262Z | Checking snafu v0.8.5 |
| 2693 | 2026-01-30T18:14:01.576Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2694 | 2026-01-30T18:14:01.760Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2695 | 2026-01-30T18:14:02.474Z | Compiling tabled_derive v0.7.0 |
| 2696 | 2026-01-30T18:14:02.656Z | Compiling progenitor-macro v0.8.0 |
| 2697 | 2026-01-30T18:14:02.676Z | Checking globset v0.4.15 |
| 2698 | 2026-01-30T18:14:02.696Z | Checking olpc-cjson v0.1.4 |
| 2699 | 2026-01-30T18:14:02.958Z | Checking progenitor-client v0.8.0 |
| 2700 | 2026-01-30T18:14:03.207Z | Checking gethostname v0.5.0 |
| 2701 | 2026-01-30T18:14:03.358Z | Compiling heck v0.3.3 |
| 2702 | 2026-01-30T18:14:03.371Z | Checking bcs v0.1.6 |
| 2703 | 2026-01-30T18:14:03.735Z | Checking serde_plain v1.0.2 |
| 2704 | 2026-01-30T18:14:03.870Z | Checking unicode-linebreak v0.1.5 |
| 2705 | 2026-01-30T18:14:04.028Z | Checking smawk v0.3.2 |
| 2706 | 2026-01-30T18:14:04.279Z | Checking linear-map v1.2.0 |
| 2707 | 2026-01-30T18:14:04.351Z | Checking termtree v0.5.1 |
| 2708 | 2026-01-30T18:14:04.614Z | Checking typed-path v0.9.3 |
| 2709 | 2026-01-30T18:14:04.638Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2710 | 2026-01-30T18:14:04.677Z | Checking tabled v0.15.0 |
| 2711 | 2026-01-30T18:14:05.132Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2712 | 2026-01-30T18:14:07.593Z | Checking progenitor v0.10.0 |
| 2713 | 2026-01-30T18:14:07.620Z | Checking tough v0.20.0 |
| 2714 | 2026-01-30T18:14:07.718Z | Checking textwrap v0.16.2 |
| 2715 | 2026-01-30T18:14:07.824Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2716 | 2026-01-30T18:14:08.148Z | Compiling zone_cfg_derive v0.1.2 |
| 2717 | 2026-01-30T18:14:08.381Z | Checking steno v0.4.1 |
| 2718 | 2026-01-30T18:14:09.602Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2719 | 2026-01-30T18:14:09.919Z | Checking tokio-tungstenite v0.21.0 |
| 2720 | 2026-01-30T18:14:10.475Z | Checking slog-stdlog v4.1.1 |
| 2721 | 2026-01-30T18:14:10.695Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2722 | 2026-01-30T18:14:10.831Z | Checking number_prefix v0.4.0 |
| 2723 | 2026-01-30T18:14:11.025Z | Checking base64 v0.21.7 |
| 2724 | 2026-01-30T18:14:11.090Z | Checking base64 v0.13.1 |
| 2725 | 2026-01-30T18:14:11.573Z | Checking humantime v2.2.0 |
| 2726 | 2026-01-30T18:14:11.596Z | Checking ron v0.7.1 |
| 2727 | 2026-01-30T18:14:11.927Z | Checking indicatif v0.17.11 |
| 2728 | 2026-01-30T18:14:12.311Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2729 | 2026-01-30T18:14:12.651Z | Checking xz2 v0.1.7 |
| 2730 | 2026-01-30T18:14:12.702Z | Checking slog-envlogger v2.2.0 |
| 2731 | 2026-01-30T18:14:12.778Z | Checking zone v0.1.8 |
| 2732 | 2026-01-30T18:14:12.830Z | Checking xattr v1.3.1 |
| 2733 | 2026-01-30T18:14:12.967Z | Checking yasna v0.5.2 |
| 2734 | 2026-01-30T18:14:12.990Z | Checking headers-core v0.3.0 |
| 2735 | 2026-01-30T18:14:13.016Z | Checking filetime v0.2.26 |
| 2736 | 2026-01-30T18:14:13.056Z | Checking subprocess v0.2.9 |
| 2737 | 2026-01-30T18:14:13.178Z | Checking headers v0.4.1 |
| 2738 | 2026-01-30T18:14:13.257Z | Checking tar v0.4.44 |
| 2739 | 2026-01-30T18:14:13.843Z | Checking rcgen v0.12.1 |
| 2740 | 2026-01-30T18:14:14.760Z | Checking progenitor v0.8.0 |
| 2741 | 2026-01-30T18:14:14.932Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2742 | 2026-01-30T18:14:16.224Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2743 | 2026-01-30T18:14:16.227Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2744 | 2026-01-30T18:14:16.227Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2745 | 2026-01-30T18:14:16.987Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2746 | 2026-01-30T18:14:17.291Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2747 | 2026-01-30T18:14:18.207Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2748 | 2026-01-30T18:14:18.230Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2749 | 2026-01-30T18:14:19.297Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2750 | 2026-01-30T18:14:19.992Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2751 | 2026-01-30T18:14:19.995Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2752 | 2026-01-30T18:14:20.216Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2753 | 2026-01-30T18:14:20.437Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2754 | 2026-01-30T18:14:21.601Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2755 | 2026-01-30T18:14:22.552Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2756 | 2026-01-30T18:14:24.110Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2757 | 2026-01-30T18:14:28.034Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2758 | 2026-01-30T18:14:29.743Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2759 | 2026-01-30T18:14:31.025Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2760 | 2026-01-30T18:14:32.406Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2761 | 2026-01-30T18:14:51.662Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2762 | 2026-01-30T18:14:53.806Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2763 | 2026-01-30T18:14:55.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 2764 | 2026-01-30T18:14:55.877Z | |
| 2765 | 2026-01-30T18:14:55.877Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/247) |
| 2766 | 2026-01-30T18:14:56.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2767 | 2026-01-30T18:14:56.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2768 | 2026-01-30T18:14:56.941Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2769 | 2026-01-30T18:14:58.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 2770 | 2026-01-30T18:14:59.191Z | |
| 2771 | 2026-01-30T18:14:59.191Z | info: running `cargo check --bins` on nexus-config (52/247) |
| 2772 | 2026-01-30T18:15:00.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2773 | 2026-01-30T18:15:00.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2774 | 2026-01-30T18:15:00.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2775 | 2026-01-30T18:15:00.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2776 | 2026-01-30T18:15:00.165Z | |
| 2777 | 2026-01-30T18:15:00.165Z | info: running `cargo check --bins` on nexus-types (53/247) |
| 2778 | 2026-01-30T18:15:01.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2779 | 2026-01-30T18:15:01.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2780 | 2026-01-30T18:15:01.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2781 | 2026-01-30T18:15:01.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2782 | 2026-01-30T18:15:01.142Z | |
| 2783 | 2026-01-30T18:15:01.142Z | info: running `cargo check --bins` on clickhouse-admin-types (54/247) |
| 2784 | 2026-01-30T18:15:01.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2785 | 2026-01-30T18:15:01.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2786 | 2026-01-30T18:15:01.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2787 | 2026-01-30T18:15:01.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2788 | 2026-01-30T18:15:02.084Z | |
| 2789 | 2026-01-30T18:15:02.084Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (55/247) |
| 2790 | 2026-01-30T18:15:02.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2791 | 2026-01-30T18:15:02.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2792 | 2026-01-30T18:15:02.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2793 | 2026-01-30T18:15:02.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2794 | 2026-01-30T18:15:03.008Z | |
| 2795 | 2026-01-30T18:15:03.008Z | info: running `cargo check --bins` on cockroach-admin-types (56/247) |
| 2796 | 2026-01-30T18:15:03.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2797 | 2026-01-30T18:15:03.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2798 | 2026-01-30T18:15:03.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2799 | 2026-01-30T18:15:03.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2800 | 2026-01-30T18:15:03.899Z | |
| 2801 | 2026-01-30T18:15:03.899Z | info: running `cargo check --bins` on cockroach-admin-types-versions (57/247) |
| 2802 | 2026-01-30T18:15:04.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2803 | 2026-01-30T18:15:04.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2804 | 2026-01-30T18:15:04.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2805 | 2026-01-30T18:15:04.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2806 | 2026-01-30T18:15:04.792Z | |
| 2807 | 2026-01-30T18:15:04.792Z | info: running `cargo check --bins` on ereport-types (58/247) |
| 2808 | 2026-01-30T18:15:05.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2809 | 2026-01-30T18:15:05.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2810 | 2026-01-30T18:15:05.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2811 | 2026-01-30T18:15:05.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2812 | 2026-01-30T18:15:05.692Z | |
| 2813 | 2026-01-30T18:15:05.692Z | info: running `cargo check --bins` on gateway-client (59/247) |
| 2814 | 2026-01-30T18:15:06.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2815 | 2026-01-30T18:15:06.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2816 | 2026-01-30T18:15:06.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2817 | 2026-01-30T18:15:06.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2818 | 2026-01-30T18:15:06.943Z | |
| 2819 | 2026-01-30T18:15:06.943Z | info: running `cargo check --bins --no-default-features` on gateway-types (60/247) |
| 2820 | 2026-01-30T18:15:07.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2821 | 2026-01-30T18:15:07.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2822 | 2026-01-30T18:15:07.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2823 | 2026-01-30T18:15:07.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2824 | 2026-01-30T18:15:07.526Z | |
| 2825 | 2026-01-30T18:15:07.526Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (61/247) |
| 2826 | 2026-01-30T18:15:08.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2827 | 2026-01-30T18:15:08.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2828 | 2026-01-30T18:15:08.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2829 | 2026-01-30T18:15:08.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2830 | 2026-01-30T18:15:08.413Z | |
| 2831 | 2026-01-30T18:15:08.413Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (62/247) |
| 2832 | 2026-01-30T18:15:09.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2833 | 2026-01-30T18:15:09.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2834 | 2026-01-30T18:15:09.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2835 | 2026-01-30T18:15:09.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2836 | 2026-01-30T18:15:09.320Z | |
| 2837 | 2026-01-30T18:15:09.320Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (63/247) |
| 2838 | 2026-01-30T18:15:10.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2839 | 2026-01-30T18:15:10.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2840 | 2026-01-30T18:15:10.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2841 | 2026-01-30T18:15:10.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2842 | 2026-01-30T18:15:10.239Z | |
| 2843 | 2026-01-30T18:15:10.239Z | info: running `cargo check --bins` on internal-dns-types (64/247) |
| 2844 | 2026-01-30T18:15:11.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2845 | 2026-01-30T18:15:11.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2846 | 2026-01-30T18:15:11.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2847 | 2026-01-30T18:15:11.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2848 | 2026-01-30T18:15:11.165Z | |
| 2849 | 2026-01-30T18:15:11.165Z | info: running `cargo check --bins` on internal-dns-types-versions (65/247) |
| 2850 | 2026-01-30T18:15:11.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2851 | 2026-01-30T18:15:11.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2852 | 2026-01-30T18:15:11.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2853 | 2026-01-30T18:15:11.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2854 | 2026-01-30T18:15:12.085Z | |
| 2855 | 2026-01-30T18:15:12.085Z | info: running `cargo check --bins` on omicron-passwords (66/247) |
| 2856 | 2026-01-30T18:15:12.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2857 | 2026-01-30T18:15:12.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2858 | 2026-01-30T18:15:12.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2859 | 2026-01-30T18:15:12.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2860 | 2026-01-30T18:15:12.964Z | |
| 2861 | 2026-01-30T18:15:12.964Z | info: running `cargo check --bins --no-default-features` on oximeter-db (67/247) |
| 2862 | 2026-01-30T18:15:13.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2863 | 2026-01-30T18:15:13.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2864 | 2026-01-30T18:15:13.913Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2865 | 2026-01-30T18:15:14.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 2866 | 2026-01-30T18:15:14.925Z | |
| 2867 | 2026-01-30T18:15:14.925Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (68/247) |
| 2868 | 2026-01-30T18:15:15.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2869 | 2026-01-30T18:15:15.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2870 | 2026-01-30T18:15:15.897Z | Compiling cfg_aliases v0.1.1 |
| 2871 | 2026-01-30T18:15:15.900Z | Compiling convert_case v0.7.1 |
| 2872 | 2026-01-30T18:15:15.900Z | Compiling vte_generate_state_changes v0.1.2 |
| 2873 | 2026-01-30T18:15:15.900Z | Checking fd-lock v4.0.2 |
| 2874 | 2026-01-30T18:15:15.900Z | Checking nibble_vec v0.1.0 |
| 2875 | 2026-01-30T18:15:16.028Z | Checking endian-type v0.1.2 |
| 2876 | 2026-01-30T18:15:16.075Z | Compiling peg-macros v0.8.5 |
| 2877 | 2026-01-30T18:15:16.078Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2878 | 2026-01-30T18:15:16.096Z | Compiling nix v0.28.0 |
| 2879 | 2026-01-30T18:15:16.233Z | Compiling sqlparser_derive v0.2.2 |
| 2880 | 2026-01-30T18:15:16.276Z | Checking nu-ansi-term v0.50.1 |
| 2881 | 2026-01-30T18:15:16.332Z | Checking radix_trie v0.2.1 |
| 2882 | 2026-01-30T18:15:16.631Z | Checking vte v0.11.1 |
| 2883 | 2026-01-30T18:15:16.720Z | Checking unicode_categories v0.1.1 |
| 2884 | 2026-01-30T18:15:16.741Z | Checking home v0.5.9 |
| 2885 | 2026-01-30T18:15:16.810Z | Compiling derive_more-impl v2.0.1 |
| 2886 | 2026-01-30T18:15:16.925Z | Checking display-error-chain v0.2.2 |
| 2887 | 2026-01-30T18:15:17.023Z | Checking sqlformat v0.3.5 |
| 2888 | 2026-01-30T18:15:17.290Z | Checking sqlparser v0.45.0 |
| 2889 | 2026-01-30T18:15:18.056Z | Checking strip-ansi-escapes v0.2.0 |
| 2890 | 2026-01-30T18:15:18.220Z | Checking reedline v0.40.0 |
| 2891 | 2026-01-30T18:15:18.371Z | Checking derive_more v2.0.1 |
| 2892 | 2026-01-30T18:15:18.473Z | Checking peg v0.8.5 |
| 2893 | 2026-01-30T18:15:18.486Z | Checking crossterm v0.29.0 |
| 2894 | 2026-01-30T18:15:18.949Z | Checking rustyline v14.0.0 |
| 2895 | 2026-01-30T18:15:28.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
| 2896 | 2026-01-30T18:15:28.850Z | |
| 2897 | 2026-01-30T18:15:28.850Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (69/247) |
| 2898 | 2026-01-30T18:15:29.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2026-01-30T18:15:29.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2026-01-30T18:15:29.806Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2901 | 2026-01-30T18:15:35.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.98s |
| 2902 | 2026-01-30T18:15:36.066Z | |
| 2903 | 2026-01-30T18:15:36.066Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (70/247) |
| 2904 | 2026-01-30T18:15:36.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2026-01-30T18:15:36.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2026-01-30T18:15:37.091Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2907 | 2026-01-30T18:15:41.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s |
| 2908 | 2026-01-30T18:15:41.524Z | |
| 2909 | 2026-01-30T18:15:41.524Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (71/247) |
| 2910 | 2026-01-30T18:15:42.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2026-01-30T18:15:42.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2026-01-30T18:15:42.496Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2913 | 2026-01-30T18:15:48.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.86s |
| 2914 | 2026-01-30T18:15:48.605Z | |
| 2915 | 2026-01-30T18:15:48.605Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (72/247) |
| 2916 | 2026-01-30T18:15:49.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2026-01-30T18:15:49.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2026-01-30T18:15:49.574Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2919 | 2026-01-30T18:15:55.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.84s |
| 2920 | 2026-01-30T18:15:55.677Z | |
| 2921 | 2026-01-30T18:15:55.677Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (73/247) |
| 2922 | 2026-01-30T18:15:56.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2026-01-30T18:15:56.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2026-01-30T18:15:56.653Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2925 | 2026-01-30T18:16:01.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
| 2926 | 2026-01-30T18:16:01.264Z | |
| 2927 | 2026-01-30T18:16:01.264Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (74/247) |
| 2928 | 2026-01-30T18:16:02.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2026-01-30T18:16:02.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2026-01-30T18:16:02.262Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2931 | 2026-01-30T18:16:06.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s |
| 2932 | 2026-01-30T18:16:06.982Z | |
| 2933 | 2026-01-30T18:16:06.982Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (75/247) |
| 2934 | 2026-01-30T18:16:07.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2026-01-30T18:16:07.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2026-01-30T18:16:07.943Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2937 | 2026-01-30T18:16:14.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.01s |
| 2938 | 2026-01-30T18:16:14.216Z | |
| 2939 | 2026-01-30T18:16:14.216Z | info: running `cargo check --bins` on oximeter (76/247) |
| 2940 | 2026-01-30T18:16:15.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2941 | 2026-01-30T18:16:15.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2942 | 2026-01-30T18:16:15.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2943 | 2026-01-30T18:16:15.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2944 | 2026-01-30T18:16:15.129Z | |
| 2945 | 2026-01-30T18:16:15.129Z | info: running `cargo check --bins` on oximeter-macro-impl (77/247) |
| 2946 | 2026-01-30T18:16:15.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2947 | 2026-01-30T18:16:15.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2948 | 2026-01-30T18:16:15.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2949 | 2026-01-30T18:16:15.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2950 | 2026-01-30T18:16:16.002Z | |
| 2951 | 2026-01-30T18:16:16.002Z | info: running `cargo check --bins` on oximeter-schema (78/247) |
| 2952 | 2026-01-30T18:16:16.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2953 | 2026-01-30T18:16:16.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2954 | 2026-01-30T18:16:16.973Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2955 | 2026-01-30T18:16:17.159Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2956 | 2026-01-30T18:16:17.672Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2957 | 2026-01-30T18:16:25.356Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2958 | 2026-01-30T18:16:25.877Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2959 | 2026-01-30T18:16:27.989Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2960 | 2026-01-30T18:16:29.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.08s |
| 2961 | 2026-01-30T18:16:29.292Z | |
| 2962 | 2026-01-30T18:16:29.292Z | info: running `cargo check --bins` on oximeter-types (79/247) |
| 2963 | 2026-01-30T18:16:30.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2964 | 2026-01-30T18:16:30.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2965 | 2026-01-30T18:16:30.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2966 | 2026-01-30T18:16:30.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 2967 | 2026-01-30T18:16:30.151Z | |
| 2968 | 2026-01-30T18:16:30.151Z | info: running `cargo check --bins` on oximeter-types-versions (80/247) |
| 2969 | 2026-01-30T18:16:30.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2970 | 2026-01-30T18:16:30.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2971 | 2026-01-30T18:16:30.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2972 | 2026-01-30T18:16:30.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2973 | 2026-01-30T18:16:31.028Z | |
| 2974 | 2026-01-30T18:16:31.028Z | info: running `cargo check --bins` on oximeter-timeseries-macro (81/247) |
| 2975 | 2026-01-30T18:16:31.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2976 | 2026-01-30T18:16:31.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2977 | 2026-01-30T18:16:31.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2978 | 2026-01-30T18:16:31.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2979 | 2026-01-30T18:16:31.937Z | |
| 2980 | 2026-01-30T18:16:31.937Z | info: running `cargo check --bins` on oxql-types (82/247) |
| 2981 | 2026-01-30T18:16:32.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2982 | 2026-01-30T18:16:32.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2983 | 2026-01-30T18:16:32.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2984 | 2026-01-30T18:16:32.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2985 | 2026-01-30T18:16:32.817Z | |
| 2986 | 2026-01-30T18:16:32.817Z | info: running `cargo check --bins` on oximeter-test-utils (83/247) |
| 2987 | 2026-01-30T18:16:33.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2988 | 2026-01-30T18:16:33.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2989 | 2026-01-30T18:16:33.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2990 | 2026-01-30T18:16:33.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2991 | 2026-01-30T18:16:33.771Z | |
| 2992 | 2026-01-30T18:16:33.771Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (84/247) |
| 2993 | 2026-01-30T18:16:34.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2994 | 2026-01-30T18:16:34.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2995 | 2026-01-30T18:16:34.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2996 | 2026-01-30T18:16:34.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2997 | 2026-01-30T18:16:34.658Z | |
| 2998 | 2026-01-30T18:16:34.658Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (85/247) |
| 2999 | 2026-01-30T18:16:35.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3000 | 2026-01-30T18:16:35.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3001 | 2026-01-30T18:16:35.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3002 | 2026-01-30T18:16:35.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3003 | 2026-01-30T18:16:35.545Z | |
| 3004 | 2026-01-30T18:16:35.545Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (86/247) |
| 3005 | 2026-01-30T18:16:36.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3006 | 2026-01-30T18:16:36.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3007 | 2026-01-30T18:16:36.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3008 | 2026-01-30T18:16:36.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3009 | 2026-01-30T18:16:36.453Z | |
| 3010 | 2026-01-30T18:16:36.454Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (87/247) |
| 3011 | 2026-01-30T18:16:37.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2026-01-30T18:16:37.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2026-01-30T18:16:37.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3014 | 2026-01-30T18:16:37.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3015 | 2026-01-30T18:16:37.384Z | |
| 3016 | 2026-01-30T18:16:37.384Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (88/247) |
| 3017 | 2026-01-30T18:16:38.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3018 | 2026-01-30T18:16:38.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3019 | 2026-01-30T18:16:38.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3020 | 2026-01-30T18:16:38.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3021 | 2026-01-30T18:16:38.265Z | |
| 3022 | 2026-01-30T18:16:38.265Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (89/247) |
| 3023 | 2026-01-30T18:16:39.045Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2026-01-30T18:16:39.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2026-01-30T18:16:39.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3026 | 2026-01-30T18:16:39.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3027 | 2026-01-30T18:16:39.155Z | |
| 3028 | 2026-01-30T18:16:39.155Z | info: running `cargo check --bins --no-default-features` on gfss (90/247) |
| 3029 | 2026-01-30T18:16:39.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2026-01-30T18:16:39.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2026-01-30T18:16:39.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2026-01-30T18:16:39.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3033 | 2026-01-30T18:16:40.003Z | |
| 3034 | 2026-01-30T18:16:40.003Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (91/247) |
| 3035 | 2026-01-30T18:16:40.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-01-30T18:16:40.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-01-30T18:16:40.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2026-01-30T18:16:40.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3039 | 2026-01-30T18:16:40.854Z | |
| 3040 | 2026-01-30T18:16:40.854Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (92/247) |
| 3041 | 2026-01-30T18:16:41.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-01-30T18:16:41.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-01-30T18:16:41.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-01-30T18:16:41.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3045 | 2026-01-30T18:16:41.794Z | |
| 3046 | 2026-01-30T18:16:41.794Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (93/247) |
| 3047 | 2026-01-30T18:16:42.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-01-30T18:16:42.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-01-30T18:16:42.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2026-01-30T18:16:42.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3051 | 2026-01-30T18:16:42.725Z | |
| 3052 | 2026-01-30T18:16:42.725Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (94/247) |
| 3053 | 2026-01-30T18:16:43.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-01-30T18:16:43.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-01-30T18:16:43.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-01-30T18:16:43.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3057 | 2026-01-30T18:16:43.683Z | |
| 3058 | 2026-01-30T18:16:43.683Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (95/247) |
| 3059 | 2026-01-30T18:16:44.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-01-30T18:16:44.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-01-30T18:16:44.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-01-30T18:16:44.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3063 | 2026-01-30T18:16:44.591Z | |
| 3064 | 2026-01-30T18:16:44.591Z | info: running `cargo check --bins` on trust-quorum-types (96/247) |
| 3065 | 2026-01-30T18:16:45.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-01-30T18:16:45.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-01-30T18:16:45.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-01-30T18:16:45.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3069 | 2026-01-30T18:16:45.522Z | |
| 3070 | 2026-01-30T18:16:45.523Z | info: running `cargo check --bins` on trust-quorum-test-utils (97/247) |
| 3071 | 2026-01-30T18:16:46.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-01-30T18:16:46.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-01-30T18:16:46.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-01-30T18:16:46.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3075 | 2026-01-30T18:16:46.427Z | |
| 3076 | 2026-01-30T18:16:46.427Z | info: running `cargo check --bins` on update-engine (98/247) |
| 3077 | 2026-01-30T18:16:47.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-01-30T18:16:47.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-01-30T18:16:47.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-01-30T18:16:47.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3081 | 2026-01-30T18:16:47.331Z | |
| 3082 | 2026-01-30T18:16:47.331Z | info: running `cargo check --bins` on omicron-certificates (99/247) |
| 3083 | 2026-01-30T18:16:48.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-01-30T18:16:48.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-01-30T18:16:48.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-01-30T18:16:48.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3087 | 2026-01-30T18:16:48.222Z | |
| 3088 | 2026-01-30T18:16:48.222Z | info: running `cargo check --bins` on omicron-clickhouse-admin (100/247) |
| 3089 | 2026-01-30T18:16:49.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-01-30T18:16:49.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-01-30T18:16:49.209Z | Checking dropshot-api-manager-types v0.2.4 |
| 3092 | 2026-01-30T18:16:49.214Z | Checking nanorand v0.7.0 |
| 3093 | 2026-01-30T18:16:49.511Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3094 | 2026-01-30T18:16:49.585Z | Checking flume v0.11.1 |
| 3095 | 2026-01-30T18:16:49.920Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3096 | 2026-01-30T18:16:51.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 3097 | 2026-01-30T18:16:51.736Z | |
| 3098 | 2026-01-30T18:16:51.736Z | info: running `cargo check --bins` on clickhouse-admin-api (101/247) |
| 3099 | 2026-01-30T18:16:52.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3100 | 2026-01-30T18:16:52.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3101 | 2026-01-30T18:16:52.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3102 | 2026-01-30T18:16:52.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3103 | 2026-01-30T18:16:52.633Z | |
| 3104 | 2026-01-30T18:16:52.633Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (102/247) |
| 3105 | 2026-01-30T18:16:53.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2026-01-30T18:16:53.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2026-01-30T18:16:53.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3108 | 2026-01-30T18:16:53.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3109 | 2026-01-30T18:16:53.519Z | |
| 3110 | 2026-01-30T18:16:53.519Z | info: running `cargo check --bins` on bootstrap-agent-client (103/247) |
| 3111 | 2026-01-30T18:16:54.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2026-01-30T18:16:54.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2026-01-30T18:16:54.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3114 | 2026-01-30T18:16:54.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3115 | 2026-01-30T18:16:54.400Z | |
| 3116 | 2026-01-30T18:16:54.400Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (104/247) |
| 3117 | 2026-01-30T18:16:55.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2026-01-30T18:16:55.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2026-01-30T18:16:55.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3120 | 2026-01-30T18:16:55.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3121 | 2026-01-30T18:16:55.267Z | |
| 3122 | 2026-01-30T18:16:55.267Z | info: running `cargo check --bins` on clickhouse-admin-server-client (105/247) |
| 3123 | 2026-01-30T18:16:56.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2026-01-30T18:16:56.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2026-01-30T18:16:56.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2026-01-30T18:16:56.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3127 | 2026-01-30T18:16:56.143Z | |
| 3128 | 2026-01-30T18:16:56.143Z | info: running `cargo check --bins` on clickhouse-admin-single-client (106/247) |
| 3129 | 2026-01-30T18:16:56.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2026-01-30T18:16:56.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2026-01-30T18:16:56.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3132 | 2026-01-30T18:16:56.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3133 | 2026-01-30T18:16:57.068Z | |
| 3134 | 2026-01-30T18:16:57.068Z | info: running `cargo check --bins` on cockroach-admin-client (107/247) |
| 3135 | 2026-01-30T18:16:57.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2026-01-30T18:16:57.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2026-01-30T18:16:57.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3138 | 2026-01-30T18:16:57.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3139 | 2026-01-30T18:16:57.931Z | |
| 3140 | 2026-01-30T18:16:57.931Z | info: running `cargo check --bins` on omicron-ddm-admin-client (108/247) |
| 3141 | 2026-01-30T18:16:58.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3142 | 2026-01-30T18:16:58.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3143 | 2026-01-30T18:16:58.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3144 | 2026-01-30T18:16:58.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3145 | 2026-01-30T18:16:58.844Z | |
| 3146 | 2026-01-30T18:16:58.844Z | info: running `cargo check --bins` on dns-service-client (109/247) |
| 3147 | 2026-01-30T18:16:59.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3148 | 2026-01-30T18:16:59.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3149 | 2026-01-30T18:16:59.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3150 | 2026-01-30T18:16:59.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3151 | 2026-01-30T18:16:59.702Z | |
| 3152 | 2026-01-30T18:16:59.702Z | info: running `cargo check --bins` on installinator-client (110/247) |
| 3153 | 2026-01-30T18:17:00.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3154 | 2026-01-30T18:17:00.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3155 | 2026-01-30T18:17:00.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3156 | 2026-01-30T18:17:00.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3157 | 2026-01-30T18:17:00.582Z | |
| 3158 | 2026-01-30T18:17:00.582Z | info: running `cargo check --bins` on nexus-client (111/247) |
| 3159 | 2026-01-30T18:17:01.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3160 | 2026-01-30T18:17:01.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3161 | 2026-01-30T18:17:01.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3162 | 2026-01-30T18:17:01.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3163 | 2026-01-30T18:17:01.515Z | |
| 3164 | 2026-01-30T18:17:01.515Z | info: running `cargo check --bins` on nexus-lockstep-client (112/247) |
| 3165 | 2026-01-30T18:17:02.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3166 | 2026-01-30T18:17:02.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3167 | 2026-01-30T18:17:02.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3168 | 2026-01-30T18:17:02.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3169 | 2026-01-30T18:17:02.464Z | |
| 3170 | 2026-01-30T18:17:02.464Z | info: running `cargo check --bins` on ntp-admin-client (113/247) |
| 3171 | 2026-01-30T18:17:03.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3172 | 2026-01-30T18:17:03.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3173 | 2026-01-30T18:17:03.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3174 | 2026-01-30T18:17:03.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3175 | 2026-01-30T18:17:03.318Z | |
| 3176 | 2026-01-30T18:17:03.318Z | info: running `cargo check --bins` on oxide-client (114/247) |
| 3177 | 2026-01-30T18:17:04.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3178 | 2026-01-30T18:17:04.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3179 | 2026-01-30T18:17:04.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3180 | 2026-01-30T18:17:04.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3181 | 2026-01-30T18:17:04.188Z | |
| 3182 | 2026-01-30T18:17:04.188Z | info: running `cargo check --bins` on oximeter-client (115/247) |
| 3183 | 2026-01-30T18:17:04.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3184 | 2026-01-30T18:17:04.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3185 | 2026-01-30T18:17:04.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3186 | 2026-01-30T18:17:04.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3187 | 2026-01-30T18:17:05.099Z | |
| 3188 | 2026-01-30T18:17:05.099Z | info: running `cargo check --bins` on repo-depot-client (116/247) |
| 3189 | 2026-01-30T18:17:05.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3190 | 2026-01-30T18:17:05.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3191 | 2026-01-30T18:17:05.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3192 | 2026-01-30T18:17:05.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3193 | 2026-01-30T18:17:05.932Z | |
| 3194 | 2026-01-30T18:17:05.932Z | info: running `cargo check --bins` on sled-agent-client (117/247) |
| 3195 | 2026-01-30T18:17:06.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3196 | 2026-01-30T18:17:06.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3197 | 2026-01-30T18:17:06.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3198 | 2026-01-30T18:17:06.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3199 | 2026-01-30T18:17:06.851Z | |
| 3200 | 2026-01-30T18:17:06.851Z | info: running `cargo check --bins` on wicketd-client (118/247) |
| 3201 | 2026-01-30T18:17:07.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2026-01-30T18:17:07.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2026-01-30T18:17:07.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2026-01-30T18:17:07.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3205 | 2026-01-30T18:17:07.758Z | |
| 3206 | 2026-01-30T18:17:07.758Z | info: running `cargo check --bins` on installinator-common (119/247) |
| 3207 | 2026-01-30T18:17:08.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2026-01-30T18:17:08.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2026-01-30T18:17:08.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3210 | 2026-01-30T18:17:08.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3211 | 2026-01-30T18:17:08.642Z | |
| 3212 | 2026-01-30T18:17:08.643Z | info: running `cargo check --bins` on installinator-common-versions (120/247) |
| 3213 | 2026-01-30T18:17:09.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3214 | 2026-01-30T18:17:09.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3215 | 2026-01-30T18:17:09.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3216 | 2026-01-30T18:17:09.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3217 | 2026-01-30T18:17:09.469Z | |
| 3218 | 2026-01-30T18:17:09.469Z | info: running `cargo check --bins` on wicket-common (121/247) |
| 3219 | 2026-01-30T18:17:10.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3220 | 2026-01-30T18:17:10.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3221 | 2026-01-30T18:17:10.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3222 | 2026-01-30T18:17:10.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3223 | 2026-01-30T18:17:10.360Z | |
| 3224 | 2026-01-30T18:17:10.360Z | info: running `cargo check --bins` on omicron-cockroach-admin (122/247) |
| 3225 | 2026-01-30T18:17:11.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3226 | 2026-01-30T18:17:11.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3227 | 2026-01-30T18:17:11.295Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3228 | 2026-01-30T18:17:11.298Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3229 | 2026-01-30T18:17:11.298Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3230 | 2026-01-30T18:17:11.298Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3231 | 2026-01-30T18:17:11.648Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3232 | 2026-01-30T18:17:11.671Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3233 | 2026-01-30T18:17:12.042Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3234 | 2026-01-30T18:17:12.045Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3235 | 2026-01-30T18:17:15.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.02s |
| 3236 | 2026-01-30T18:17:15.602Z | |
| 3237 | 2026-01-30T18:17:15.602Z | info: running `cargo check --bins` on cockroach-admin-api (123/247) |
| 3238 | 2026-01-30T18:17:16.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3239 | 2026-01-30T18:17:16.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3240 | 2026-01-30T18:17:16.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3241 | 2026-01-30T18:17:16.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3242 | 2026-01-30T18:17:16.485Z | |
| 3243 | 2026-01-30T18:17:16.486Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (124/247) |
| 3244 | 2026-01-30T18:17:17.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3245 | 2026-01-30T18:17:17.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3246 | 2026-01-30T18:17:17.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3247 | 2026-01-30T18:17:17.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 3248 | 2026-01-30T18:17:17.507Z | |
| 3249 | 2026-01-30T18:17:17.507Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (125/247) |
| 3250 | 2026-01-30T18:17:18.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3251 | 2026-01-30T18:17:18.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3252 | 2026-01-30T18:17:18.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3253 | 2026-01-30T18:17:18.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3254 | 2026-01-30T18:17:18.500Z | |
| 3255 | 2026-01-30T18:17:18.500Z | info: running `cargo check --bins` on dns-server (126/247) |
| 3256 | 2026-01-30T18:17:19.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3257 | 2026-01-30T18:17:19.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3258 | 2026-01-30T18:17:19.416Z | Compiling parking_lot_core v0.8.6 |
| 3259 | 2026-01-30T18:17:19.420Z | Compiling moka v0.12.10 |
| 3260 | 2026-01-30T18:17:19.420Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3261 | 2026-01-30T18:17:19.420Z | Checking tagptr v0.2.0 |
| 3262 | 2026-01-30T18:17:19.560Z | Checking prefix-trie v0.7.0 |
| 3263 | 2026-01-30T18:17:19.574Z | Checking fxhash v0.2.1 |
| 3264 | 2026-01-30T18:17:19.577Z | Checking hickory-client v0.25.2 |
| 3265 | 2026-01-30T18:17:20.147Z | Checking hickory-server v0.25.2 |
| 3266 | 2026-01-30T18:17:20.257Z | Checking parking_lot v0.11.2 |
| 3267 | 2026-01-30T18:17:20.433Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3268 | 2026-01-30T18:17:20.436Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3269 | 2026-01-30T18:17:20.437Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3270 | 2026-01-30T18:17:20.540Z | Checking sled v0.34.7 |
| 3271 | 2026-01-30T18:17:20.986Z | Checking hickory-resolver v0.25.2 |
| 3272 | 2026-01-30T18:17:22.533Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3273 | 2026-01-30T18:17:24.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
| 3274 | 2026-01-30T18:17:24.292Z | |
| 3275 | 2026-01-30T18:17:24.292Z | info: running `cargo check --bins` on dns-server-api (127/247) |
| 3276 | 2026-01-30T18:17:25.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3277 | 2026-01-30T18:17:25.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3278 | 2026-01-30T18:17:25.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3279 | 2026-01-30T18:17:25.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3280 | 2026-01-30T18:17:25.158Z | |
| 3281 | 2026-01-30T18:17:25.158Z | info: running `cargo check --bins` on gateway-test-utils (128/247) |
| 3282 | 2026-01-30T18:17:25.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3283 | 2026-01-30T18:17:25.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3284 | 2026-01-30T18:17:25.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3285 | 2026-01-30T18:17:25.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3286 | 2026-01-30T18:17:26.105Z | |
| 3287 | 2026-01-30T18:17:26.105Z | info: running `cargo check --bins` on omicron-gateway (129/247) |
| 3288 | 2026-01-30T18:17:26.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3289 | 2026-01-30T18:17:26.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3290 | 2026-01-30T18:17:27.182Z | Compiling radium v0.7.0 |
| 3291 | 2026-01-30T18:17:27.188Z | Checking tap v1.0.1 |
| 3292 | 2026-01-30T18:17:27.188Z | Compiling maybe-uninit v2.0.0 |
| 3293 | 2026-01-30T18:17:27.335Z | Compiling zerocopy-derive v0.6.6 |
| 3294 | 2026-01-30T18:17:27.343Z | Checking funty v2.0.0 |
| 3295 | 2026-01-30T18:17:27.343Z | Compiling packed_struct v0.10.1 |
| 3296 | 2026-01-30T18:17:27.343Z | Checking crc-catalog v2.4.0 |
| 3297 | 2026-01-30T18:17:27.403Z | Compiling packed_struct_codegen v0.10.1 |
| 3298 | 2026-01-30T18:17:27.465Z | Checking wyz v0.5.1 |
| 3299 | 2026-01-30T18:17:27.545Z | Checking crc v3.2.1 |
| 3300 | 2026-01-30T18:17:27.817Z | Compiling bitfield-macros v0.19.2 |
| 3301 | 2026-01-30T18:17:27.887Z | Compiling indexmap v1.9.3 |
| 3302 | 2026-01-30T18:17:27.994Z | Checking nodrop v0.1.14 |
| 3303 | 2026-01-30T18:17:28.026Z | Checking smallvec v0.6.14 |
| 3304 | 2026-01-30T18:17:28.143Z | Checking array-init v0.0.4 |
| 3305 | 2026-01-30T18:17:28.171Z | Checking hashbrown v0.12.3 |
| 3306 | 2026-01-30T18:17:28.193Z | Checking bitvec v1.0.1 |
| 3307 | 2026-01-30T18:17:28.290Z | Checking ron v0.8.1 |
| 3308 | 2026-01-30T18:17:28.411Z | Checking hashbrown v0.13.2 |
| 3309 | 2026-01-30T18:17:29.085Z | Checking serde-hex v0.1.0 |
| 3310 | 2026-01-30T18:17:29.198Z | Checking zerocopy v0.6.6 |
| 3311 | 2026-01-30T18:17:29.340Z | Checking bitfield v0.19.2 |
| 3312 | 2026-01-30T18:17:29.377Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3313 | 2026-01-30T18:17:29.511Z | Checking crc-any v2.5.0 |
| 3314 | 2026-01-30T18:17:29.775Z | Checking half v1.8.3 |
| 3315 | 2026-01-30T18:17:29.803Z | Checking path-slash v0.1.5 |
| 3316 | 2026-01-30T18:17:29.863Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3317 | 2026-01-30T18:17:29.866Z | Checking object v0.30.4 |
| 3318 | 2026-01-30T18:17:29.910Z | Checking void v1.0.2 |
| 3319 | 2026-01-30T18:17:29.935Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3320 | 2026-01-30T18:17:29.960Z | Checking tungstenite v0.23.0 |
| 3321 | 2026-01-30T18:17:30.069Z | Checking lzss v0.8.2 |
| 3322 | 2026-01-30T18:17:30.140Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3323 | 2026-01-30T18:17:30.180Z | Checking serde_cbor v0.11.2 |
| 3324 | 2026-01-30T18:17:30.424Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3325 | 2026-01-30T18:17:30.446Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3326 | 2026-01-30T18:17:30.466Z | Checking nix v0.27.1 |
| 3327 | 2026-01-30T18:17:30.819Z | Checking kstat-rs v0.2.4 |
| 3328 | 2026-01-30T18:17:31.077Z | Checking serde_bytes v0.11.19 |
| 3329 | 2026-01-30T18:17:31.206Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3330 | 2026-01-30T18:17:31.307Z | Checking tokio-tungstenite v0.23.1 |
| 3331 | 2026-01-30T18:17:31.448Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3332 | 2026-01-30T18:17:31.802Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3333 | 2026-01-30T18:17:31.847Z | Checking signal-hook-tokio v0.3.1 |
| 3334 | 2026-01-30T18:17:33.484Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3335 | 2026-01-30T18:17:33.860Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3336 | 2026-01-30T18:17:38.558Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3337 | 2026-01-30T18:17:40.025Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3338 | 2026-01-30T18:17:40.478Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3339 | 2026-01-30T18:17:42.383Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3340 | 2026-01-30T18:17:45.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.73s |
| 3341 | 2026-01-30T18:17:46.080Z | |
| 3342 | 2026-01-30T18:17:46.080Z | info: running `cargo check --bins` on gateway-api (130/247) |
| 3343 | 2026-01-30T18:17:46.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2026-01-30T18:17:46.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2026-01-30T18:17:46.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2026-01-30T18:17:46.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3347 | 2026-01-30T18:17:47.012Z | |
| 3348 | 2026-01-30T18:17:47.012Z | info: running `cargo check --bins` on ipcc (131/247) |
| 3349 | 2026-01-30T18:17:47.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2026-01-30T18:17:47.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2026-01-30T18:17:47.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2026-01-30T18:17:47.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3353 | 2026-01-30T18:17:47.893Z | |
| 3354 | 2026-01-30T18:17:47.893Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (132/247) |
| 3355 | 2026-01-30T18:17:48.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2026-01-30T18:17:48.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2026-01-30T18:17:48.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2026-01-30T18:17:48.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3359 | 2026-01-30T18:17:48.731Z | |
| 3360 | 2026-01-30T18:17:48.731Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (133/247) |
| 3361 | 2026-01-30T18:17:49.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2026-01-30T18:17:49.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2026-01-30T18:17:49.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2026-01-30T18:17:49.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3365 | 2026-01-30T18:17:49.612Z | |
| 3366 | 2026-01-30T18:17:49.612Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (134/247) |
| 3367 | 2026-01-30T18:17:50.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-01-30T18:17:50.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-01-30T18:17:50.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-01-30T18:17:50.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3371 | 2026-01-30T18:17:50.497Z | |
| 3372 | 2026-01-30T18:17:50.497Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (135/247) |
| 3373 | 2026-01-30T18:17:51.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-01-30T18:17:51.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-01-30T18:17:51.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-01-30T18:17:51.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3377 | 2026-01-30T18:17:51.369Z | |
| 3378 | 2026-01-30T18:17:51.369Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (136/247) |
| 3379 | 2026-01-30T18:17:52.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-01-30T18:17:52.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-01-30T18:17:52.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-01-30T18:17:52.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3383 | 2026-01-30T18:17:52.270Z | |
| 3384 | 2026-01-30T18:17:52.270Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (137/247) |
| 3385 | 2026-01-30T18:17:53.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-01-30T18:17:53.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-01-30T18:17:53.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-01-30T18:17:53.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3389 | 2026-01-30T18:17:53.195Z | |
| 3390 | 2026-01-30T18:17:53.195Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (138/247) |
| 3391 | 2026-01-30T18:17:53.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-01-30T18:17:53.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-01-30T18:17:53.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-01-30T18:17:53.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3395 | 2026-01-30T18:17:54.033Z | |
| 3396 | 2026-01-30T18:17:54.033Z | info: running `cargo check --bins` on oximeter-producer (139/247) |
| 3397 | 2026-01-30T18:17:54.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-01-30T18:17:54.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-01-30T18:17:54.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-01-30T18:17:54.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3401 | 2026-01-30T18:17:54.962Z | |
| 3402 | 2026-01-30T18:17:54.962Z | info: running `cargo check --bins` on internal-dns-resolver (140/247) |
| 3403 | 2026-01-30T18:17:55.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-01-30T18:17:55.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-01-30T18:17:55.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-01-30T18:17:55.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3407 | 2026-01-30T18:17:55.878Z | |
| 3408 | 2026-01-30T18:17:55.878Z | info: running `cargo check --bins` on sp-sim (141/247) |
| 3409 | 2026-01-30T18:17:56.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-01-30T18:17:56.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-01-30T18:17:56.934Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3412 | 2026-01-30T18:17:59.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s |
| 3413 | 2026-01-30T18:17:59.954Z | |
| 3414 | 2026-01-30T18:17:59.954Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (142/247) |
| 3415 | 2026-01-30T18:18:00.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-01-30T18:18:00.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-01-30T18:18:00.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-01-30T18:18:00.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3419 | 2026-01-30T18:18:00.918Z | |
| 3420 | 2026-01-30T18:18:00.918Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (143/247) |
| 3421 | 2026-01-30T18:18:01.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-01-30T18:18:01.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-01-30T18:18:01.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-01-30T18:18:01.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 3425 | 2026-01-30T18:18:01.921Z | |
| 3426 | 2026-01-30T18:18:01.921Z | info: running `cargo check --bins` on db-macros (144/247) |
| 3427 | 2026-01-30T18:18:02.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-01-30T18:18:02.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-01-30T18:18:02.682Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3430 | 2026-01-30T18:18:02.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3431 | 2026-01-30T18:18:02.774Z | |
| 3432 | 2026-01-30T18:18:02.774Z | info: running `cargo check --bins` on nexus-macros-common (145/247) |
| 3433 | 2026-01-30T18:18:03.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-01-30T18:18:03.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-01-30T18:18:03.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-01-30T18:18:03.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3437 | 2026-01-30T18:18:03.630Z | |
| 3438 | 2026-01-30T18:18:03.630Z | info: running `cargo check --bins` on nexus-auth (146/247) |
| 3439 | 2026-01-30T18:18:04.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-01-30T18:18:04.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-01-30T18:18:04.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-01-30T18:18:04.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 3443 | 2026-01-30T18:18:04.612Z | |
| 3444 | 2026-01-30T18:18:04.612Z | info: running `cargo check --bins` on authz-macros (147/247) |
| 3445 | 2026-01-30T18:18:05.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-01-30T18:18:05.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-01-30T18:18:05.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3448 | 2026-01-30T18:18:05.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3449 | 2026-01-30T18:18:05.465Z | |
| 3450 | 2026-01-30T18:18:05.465Z | info: running `cargo check --bins` on nexus-db-fixed-data (148/247) |
| 3451 | 2026-01-30T18:18:06.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2026-01-30T18:18:06.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2026-01-30T18:18:06.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3454 | 2026-01-30T18:18:06.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3455 | 2026-01-30T18:18:06.437Z | |
| 3456 | 2026-01-30T18:18:06.437Z | info: running `cargo check --bins` on nexus-db-model (149/247) |
| 3457 | 2026-01-30T18:18:07.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3458 | 2026-01-30T18:18:07.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3459 | 2026-01-30T18:18:07.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3460 | 2026-01-30T18:18:07.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3461 | 2026-01-30T18:18:07.423Z | |
| 3462 | 2026-01-30T18:18:07.423Z | info: running `cargo check --bins` on nexus-db-schema (150/247) |
| 3463 | 2026-01-30T18:18:08.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3464 | 2026-01-30T18:18:08.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3465 | 2026-01-30T18:18:08.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3466 | 2026-01-30T18:18:08.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3467 | 2026-01-30T18:18:08.274Z | |
| 3468 | 2026-01-30T18:18:08.274Z | info: running `cargo check --bins` on omicron-rpaths (151/247) |
| 3469 | 2026-01-30T18:18:09.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3470 | 2026-01-30T18:18:09.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3471 | 2026-01-30T18:18:09.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3472 | 2026-01-30T18:18:09.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3473 | 2026-01-30T18:18:09.133Z | |
| 3474 | 2026-01-30T18:18:09.133Z | info: running `cargo check --bins` on nexus-defaults (152/247) |
| 3475 | 2026-01-30T18:18:09.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3476 | 2026-01-30T18:18:09.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3477 | 2026-01-30T18:18:09.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3478 | 2026-01-30T18:18:09.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3479 | 2026-01-30T18:18:10.011Z | |
| 3480 | 2026-01-30T18:18:10.011Z | info: running `cargo check --bins` on omicron-cockroach-metrics (153/247) |
| 3481 | 2026-01-30T18:18:10.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3482 | 2026-01-30T18:18:10.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3483 | 2026-01-30T18:18:10.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3484 | 2026-01-30T18:18:10.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3485 | 2026-01-30T18:18:10.876Z | |
| 3486 | 2026-01-30T18:18:10.876Z | info: running `cargo check --bins` on parallel-task-set (154/247) |
| 3487 | 2026-01-30T18:18:11.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3488 | 2026-01-30T18:18:11.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3489 | 2026-01-30T18:18:11.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3490 | 2026-01-30T18:18:11.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3491 | 2026-01-30T18:18:11.746Z | |
| 3492 | 2026-01-30T18:18:11.746Z | info: running `cargo check --bins` on nexus-db-errors (155/247) |
| 3493 | 2026-01-30T18:18:12.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3494 | 2026-01-30T18:18:12.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3495 | 2026-01-30T18:18:12.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3496 | 2026-01-30T18:18:12.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3497 | 2026-01-30T18:18:12.705Z | |
| 3498 | 2026-01-30T18:18:12.705Z | info: running `cargo check --bins` on nexus-db-lookup (156/247) |
| 3499 | 2026-01-30T18:18:13.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2026-01-30T18:18:13.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2026-01-30T18:18:13.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3502 | 2026-01-30T18:18:13.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3503 | 2026-01-30T18:18:13.649Z | |
| 3504 | 2026-01-30T18:18:13.649Z | info: running `cargo check --bins` on nexus-inventory (157/247) |
| 3505 | 2026-01-30T18:18:14.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2026-01-30T18:18:14.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2026-01-30T18:18:14.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3508 | 2026-01-30T18:18:14.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3509 | 2026-01-30T18:18:14.590Z | |
| 3510 | 2026-01-30T18:18:14.590Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (158/247) |
| 3511 | 2026-01-30T18:18:15.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2026-01-30T18:18:15.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2026-01-30T18:18:15.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3514 | 2026-01-30T18:18:15.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3515 | 2026-01-30T18:18:15.503Z | |
| 3516 | 2026-01-30T18:18:15.503Z | info: running `cargo check --bins --no-default-features` on sled-storage (159/247) |
| 3517 | 2026-01-30T18:18:16.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2026-01-30T18:18:16.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2026-01-30T18:18:16.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2026-01-30T18:18:16.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3521 | 2026-01-30T18:18:16.400Z | |
| 3522 | 2026-01-30T18:18:16.400Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (160/247) |
| 3523 | 2026-01-30T18:18:17.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2026-01-30T18:18:17.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2026-01-30T18:18:17.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2026-01-30T18:18:17.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3527 | 2026-01-30T18:18:17.310Z | |
| 3528 | 2026-01-30T18:18:17.311Z | info: running `cargo check --bins` on key-manager (161/247) |
| 3529 | 2026-01-30T18:18:18.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2026-01-30T18:18:18.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2026-01-30T18:18:18.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3532 | 2026-01-30T18:18:18.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3533 | 2026-01-30T18:18:18.198Z | |
| 3534 | 2026-01-30T18:18:18.198Z | info: running `cargo check --bins --no-default-features` on sled-hardware (162/247) |
| 3535 | 2026-01-30T18:18:18.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2026-01-30T18:18:18.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2026-01-30T18:18:18.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3538 | 2026-01-30T18:18:18.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3539 | 2026-01-30T18:18:19.078Z | |
| 3540 | 2026-01-30T18:18:19.078Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (163/247) |
| 3541 | 2026-01-30T18:18:19.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2026-01-30T18:18:19.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2026-01-30T18:18:19.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2026-01-30T18:18:19.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3545 | 2026-01-30T18:18:19.970Z | |
| 3546 | 2026-01-30T18:18:19.970Z | info: running `cargo check --bins` on typed-rng (164/247) |
| 3547 | 2026-01-30T18:18:20.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2026-01-30T18:18:20.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2026-01-30T18:18:20.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2026-01-30T18:18:20.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3551 | 2026-01-30T18:18:20.833Z | |
| 3552 | 2026-01-30T18:18:20.833Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (165/247) |
| 3553 | 2026-01-30T18:18:21.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2026-01-30T18:18:21.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2026-01-30T18:18:22.026Z | Compiling libefi-sys v0.1.0 |
| 3556 | 2026-01-30T18:18:22.029Z | Compiling bitfield-struct v0.6.2 |
| 3557 | 2026-01-30T18:18:22.168Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3558 | 2026-01-30T18:18:22.203Z | Compiling xshell-macros v0.2.7 |
| 3559 | 2026-01-30T18:18:22.225Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3560 | 2026-01-30T18:18:22.247Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3561 | 2026-01-30T18:18:22.265Z | Compiling salty v0.3.0 |
| 3562 | 2026-01-30T18:18:22.268Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3563 | 2026-01-30T18:18:22.306Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3564 | 2026-01-30T18:18:22.477Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3565 | 2026-01-30T18:18:22.597Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3566 | 2026-01-30T18:18:22.848Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3567 | 2026-01-30T18:18:22.890Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3568 | 2026-01-30T18:18:22.939Z | Checking xshell v0.2.7 |
| 3569 | 2026-01-30T18:18:23.144Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3570 | 2026-01-30T18:18:23.248Z | Compiling proc-macro-error2 v2.0.1 |
| 3571 | 2026-01-30T18:18:23.289Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3572 | 2026-01-30T18:18:23.292Z | Checking primeorder v0.13.6 |
| 3573 | 2026-01-30T18:18:23.501Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3574 | 2026-01-30T18:18:23.768Z | Compiling num-derive v0.3.3 |
| 3575 | 2026-01-30T18:18:23.804Z | Compiling unicase v2.8.1 |
| 3576 | 2026-01-30T18:18:23.868Z | Compiling tabled_derive v0.11.0 |
| 3577 | 2026-01-30T18:18:24.050Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3578 | 2026-01-30T18:18:24.160Z | Checking p384 v0.13.1 |
| 3579 | 2026-01-30T18:18:24.192Z | Compiling mime_guess v2.0.5 |
| 3580 | 2026-01-30T18:18:24.526Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3581 | 2026-01-30T18:18:24.767Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3582 | 2026-01-30T18:18:25.341Z | Checking papergrid v0.17.0 |
| 3583 | 2026-01-30T18:18:25.391Z | Checking testing_table v0.3.0 |
| 3584 | 2026-01-30T18:18:25.548Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3585 | 2026-01-30T18:18:25.566Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3586 | 2026-01-30T18:18:25.971Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3587 | 2026-01-30T18:18:26.305Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3588 | 2026-01-30T18:18:26.633Z | Checking libscf-sys v1.1.0 |
| 3589 | 2026-01-30T18:18:26.686Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 3590 | 2026-01-30T18:18:26.897Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3591 | 2026-01-30T18:18:27.102Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3592 | 2026-01-30T18:18:27.239Z | Checking corncobs v0.1.4 |
| 3593 | 2026-01-30T18:18:27.298Z | Checking tabled v0.20.0 |
| 3594 | 2026-01-30T18:18:27.451Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3595 | 2026-01-30T18:18:27.474Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3596 | 2026-01-30T18:18:27.474Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3597 | 2026-01-30T18:18:27.555Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3598 | 2026-01-30T18:18:27.637Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3599 | 2026-01-30T18:18:27.895Z | Checking secrecy v0.8.0 |
| 3600 | 2026-01-30T18:18:28.016Z | Checking http-range v0.1.5 |
| 3601 | 2026-01-30T18:18:28.248Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3602 | 2026-01-30T18:18:28.497Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3603 | 2026-01-30T18:18:28.756Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3604 | 2026-01-30T18:18:29.189Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3605 | 2026-01-30T18:18:29.376Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3606 | 2026-01-30T18:18:29.400Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 3607 | 2026-01-30T18:18:29.653Z | Checking atty v0.2.14 |
| 3608 | 2026-01-30T18:18:29.696Z | Checking crc8 v0.1.1 |
| 3609 | 2026-01-30T18:18:29.723Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3610 | 2026-01-30T18:18:29.816Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3611 | 2026-01-30T18:18:29.861Z | Checking hyper-staticfile v0.10.1 |
| 3612 | 2026-01-30T18:18:29.907Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3613 | 2026-01-30T18:18:30.382Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3614 | 2026-01-30T18:18:30.813Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3615 | 2026-01-30T18:18:30.872Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3616 | 2026-01-30T18:18:31.149Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3617 | 2026-01-30T18:18:31.259Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3618 | 2026-01-30T18:18:31.283Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3619 | 2026-01-30T18:18:31.588Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3620 | 2026-01-30T18:18:31.878Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3621 | 2026-01-30T18:18:31.964Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3622 | 2026-01-30T18:18:31.989Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3623 | 2026-01-30T18:18:32.388Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3624 | 2026-01-30T18:18:32.441Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3625 | 2026-01-30T18:18:32.531Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3626 | 2026-01-30T18:18:34.668Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3627 | 2026-01-30T18:18:35.015Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3628 | 2026-01-30T18:18:35.555Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3629 | 2026-01-30T18:18:36.381Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3630 | 2026-01-30T18:18:36.522Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3631 | 2026-01-30T18:18:37.039Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3632 | 2026-01-30T18:18:45.453Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3633 | 2026-01-30T18:19:03.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.50s |
| 3634 | 2026-01-30T18:19:03.585Z | |
| 3635 | 2026-01-30T18:19:03.585Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (166/247) |
| 3636 | 2026-01-30T18:19:04.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3637 | 2026-01-30T18:19:04.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3638 | 2026-01-30T18:19:04.667Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3639 | 2026-01-30T18:19:21.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.98s |
| 3640 | 2026-01-30T18:19:21.807Z | |
| 3641 | 2026-01-30T18:19:21.807Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (167/247) |
| 3642 | 2026-01-30T18:19:22.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3643 | 2026-01-30T18:19:22.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3644 | 2026-01-30T18:19:22.874Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3645 | 2026-01-30T18:19:39.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.97s |
| 3646 | 2026-01-30T18:19:40.020Z | |
| 3647 | 2026-01-30T18:19:40.020Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (168/247) |
| 3648 | 2026-01-30T18:19:40.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3649 | 2026-01-30T18:19:40.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3650 | 2026-01-30T18:19:41.097Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3651 | 2026-01-30T18:19:57.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.72s |
| 3652 | 2026-01-30T18:19:57.974Z | |
| 3653 | 2026-01-30T18:19:57.974Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (169/247) |
| 3654 | 2026-01-30T18:19:58.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3655 | 2026-01-30T18:19:58.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3656 | 2026-01-30T18:19:59.005Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3657 | 2026-01-30T18:20:15.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.50s |
| 3658 | 2026-01-30T18:20:15.711Z | |
| 3659 | 2026-01-30T18:20:15.711Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (170/247) |
| 3660 | 2026-01-30T18:20:16.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3661 | 2026-01-30T18:20:16.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3662 | 2026-01-30T18:20:16.815Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3663 | 2026-01-30T18:20:33.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.03s |
| 3664 | 2026-01-30T18:20:33.985Z | |
| 3665 | 2026-01-30T18:20:33.986Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (171/247) |
| 3666 | 2026-01-30T18:20:34.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3667 | 2026-01-30T18:20:34.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3668 | 2026-01-30T18:20:35.050Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3669 | 2026-01-30T18:20:51.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.47s |
| 3670 | 2026-01-30T18:20:51.702Z | |
| 3671 | 2026-01-30T18:20:51.702Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (172/247) |
| 3672 | 2026-01-30T18:20:52.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3673 | 2026-01-30T18:20:52.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3674 | 2026-01-30T18:20:52.755Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3675 | 2026-01-30T18:21:09.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.86s |
| 3676 | 2026-01-30T18:21:09.801Z | |
| 3677 | 2026-01-30T18:21:09.801Z | info: running `cargo check --bins` on bootstrap-agent-api (173/247) |
| 3678 | 2026-01-30T18:21:10.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3679 | 2026-01-30T18:21:10.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3680 | 2026-01-30T18:21:10.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3681 | 2026-01-30T18:21:10.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3682 | 2026-01-30T18:21:10.683Z | |
| 3683 | 2026-01-30T18:21:10.684Z | info: running `cargo check --bins` on range-requests (174/247) |
| 3684 | 2026-01-30T18:21:11.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3685 | 2026-01-30T18:21:11.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3686 | 2026-01-30T18:21:11.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3687 | 2026-01-30T18:21:11.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3688 | 2026-01-30T18:21:11.529Z | |
| 3689 | 2026-01-30T18:21:11.529Z | info: running `cargo check --bins` on repo-depot-api (175/247) |
| 3690 | 2026-01-30T18:21:12.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3691 | 2026-01-30T18:21:12.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3692 | 2026-01-30T18:21:12.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3693 | 2026-01-30T18:21:12.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3694 | 2026-01-30T18:21:12.383Z | |
| 3695 | 2026-01-30T18:21:12.383Z | info: running `cargo check --bins` on sled-agent-api (176/247) |
| 3696 | 2026-01-30T18:21:13.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3697 | 2026-01-30T18:21:13.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3698 | 2026-01-30T18:21:13.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3699 | 2026-01-30T18:21:13.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3700 | 2026-01-30T18:21:13.275Z | |
| 3701 | 2026-01-30T18:21:13.275Z | info: running `cargo check --bins` on sled-diagnostics (177/247) |
| 3702 | 2026-01-30T18:21:14.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3703 | 2026-01-30T18:21:14.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3704 | 2026-01-30T18:21:14.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3705 | 2026-01-30T18:21:14.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3706 | 2026-01-30T18:21:14.163Z | |
| 3707 | 2026-01-30T18:21:14.163Z | info: running `cargo check --bins` on zfs-test-harness (178/247) |
| 3708 | 2026-01-30T18:21:14.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3709 | 2026-01-30T18:21:14.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3710 | 2026-01-30T18:21:14.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3711 | 2026-01-30T18:21:14.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3712 | 2026-01-30T18:21:15.055Z | |
| 3713 | 2026-01-30T18:21:15.055Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (179/247) |
| 3714 | 2026-01-30T18:21:15.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3715 | 2026-01-30T18:21:15.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3716 | 2026-01-30T18:21:15.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3717 | 2026-01-30T18:21:15.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3718 | 2026-01-30T18:21:15.955Z | |
| 3719 | 2026-01-30T18:21:15.955Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (180/247) |
| 3720 | 2026-01-30T18:21:16.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3721 | 2026-01-30T18:21:16.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3722 | 2026-01-30T18:21:16.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3723 | 2026-01-30T18:21:16.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3724 | 2026-01-30T18:21:16.873Z | |
| 3725 | 2026-01-30T18:21:16.873Z | info: running `cargo check --bins` on sled-agent-health-monitor (181/247) |
| 3726 | 2026-01-30T18:21:17.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3727 | 2026-01-30T18:21:17.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3728 | 2026-01-30T18:21:17.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3729 | 2026-01-30T18:21:17.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3730 | 2026-01-30T18:21:17.759Z | |
| 3731 | 2026-01-30T18:21:17.759Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (182/247) |
| 3732 | 2026-01-30T18:21:18.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3733 | 2026-01-30T18:21:18.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3734 | 2026-01-30T18:21:18.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3735 | 2026-01-30T18:21:18.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3736 | 2026-01-30T18:21:18.654Z | |
| 3737 | 2026-01-30T18:21:18.654Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (183/247) |
| 3738 | 2026-01-30T18:21:19.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3739 | 2026-01-30T18:21:19.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3740 | 2026-01-30T18:21:19.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3741 | 2026-01-30T18:21:19.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3742 | 2026-01-30T18:21:19.533Z | |
| 3743 | 2026-01-30T18:21:19.533Z | info: running `cargo check --bins` on sled-agent-resolvable-files (184/247) |
| 3744 | 2026-01-30T18:21:20.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3745 | 2026-01-30T18:21:20.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3746 | 2026-01-30T18:21:20.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3747 | 2026-01-30T18:21:20.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3748 | 2026-01-30T18:21:20.425Z | |
| 3749 | 2026-01-30T18:21:20.425Z | info: running `cargo check --bins` on trust-quorum (185/247) |
| 3750 | 2026-01-30T18:21:21.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3751 | 2026-01-30T18:21:21.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3752 | 2026-01-30T18:21:21.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3753 | 2026-01-30T18:21:21.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3754 | 2026-01-30T18:21:21.313Z | |
| 3755 | 2026-01-30T18:21:21.313Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (186/247) |
| 3756 | 2026-01-30T18:21:22.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3757 | 2026-01-30T18:21:22.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3758 | 2026-01-30T18:21:22.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3759 | 2026-01-30T18:21:22.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 3760 | 2026-01-30T18:21:22.239Z | |
| 3761 | 2026-01-30T18:21:22.239Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (187/247) |
| 3762 | 2026-01-30T18:21:23.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3763 | 2026-01-30T18:21:23.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3764 | 2026-01-30T18:21:23.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3765 | 2026-01-30T18:21:23.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3766 | 2026-01-30T18:21:23.150Z | |
| 3767 | 2026-01-30T18:21:23.150Z | info: running `cargo check --bins` on update-common (188/247) |
| 3768 | 2026-01-30T18:21:23.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3769 | 2026-01-30T18:21:23.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3770 | 2026-01-30T18:21:23.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3771 | 2026-01-30T18:21:23.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3772 | 2026-01-30T18:21:24.014Z | |
| 3773 | 2026-01-30T18:21:24.014Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (189/247) |
| 3774 | 2026-01-30T18:21:24.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3775 | 2026-01-30T18:21:24.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3776 | 2026-01-30T18:21:24.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3777 | 2026-01-30T18:21:24.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 3778 | 2026-01-30T18:21:24.970Z | |
| 3779 | 2026-01-30T18:21:24.970Z | info: running `cargo check --bins` on reconfigurator-cli (190/247) |
| 3780 | 2026-01-30T18:21:25.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3781 | 2026-01-30T18:21:25.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3782 | 2026-01-30T18:21:26.016Z | Compiling fs-err v2.11.0 |
| 3783 | 2026-01-30T18:21:26.017Z | Checking ignore v0.4.23 |
| 3784 | 2026-01-30T18:21:26.020Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3785 | 2026-01-30T18:21:26.020Z | Checking predicates-tree v1.0.12 |
| 3786 | 2026-01-30T18:21:26.020Z | Checking parse-size v1.1.0 |
| 3787 | 2026-01-30T18:21:26.195Z | Checking rand_seeder v0.4.0 |
| 3788 | 2026-01-30T18:21:26.212Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3789 | 2026-01-30T18:21:26.215Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3790 | 2026-01-30T18:21:26.342Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3791 | 2026-01-30T18:21:26.385Z | Compiling petname v2.0.2 |
| 3792 | 2026-01-30T18:21:26.470Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3793 | 2026-01-30T18:21:26.751Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3794 | 2026-01-30T18:21:26.828Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3795 | 2026-01-30T18:21:26.931Z | Checking globwalk v0.9.1 |
| 3796 | 2026-01-30T18:21:26.967Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3797 | 2026-01-30T18:21:27.120Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3798 | 2026-01-30T18:21:27.259Z | Checking camino-tempfile-ext v0.3.2 |
| 3799 | 2026-01-30T18:21:27.315Z | Checking sapling-renderdag v0.1.0 |
| 3800 | 2026-01-30T18:21:27.454Z | Checking sync-ptr v0.1.4 |
| 3801 | 2026-01-30T18:21:27.636Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3802 | 2026-01-30T18:21:27.678Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3803 | 2026-01-30T18:21:27.861Z | Checking assert_matches v1.5.0 |
| 3804 | 2026-01-30T18:21:28.441Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3805 | 2026-01-30T18:21:28.495Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3806 | 2026-01-30T18:21:28.498Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3807 | 2026-01-30T18:21:29.446Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3808 | 2026-01-30T18:21:31.542Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3809 | 2026-01-30T18:21:34.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.01s |
| 3810 | 2026-01-30T18:21:35.219Z | |
| 3811 | 2026-01-30T18:21:35.219Z | info: running `cargo check --bins` on omicron-repl-utils (191/247) |
| 3812 | 2026-01-30T18:21:35.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3813 | 2026-01-30T18:21:35.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3814 | 2026-01-30T18:21:35.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3815 | 2026-01-30T18:21:35.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3816 | 2026-01-30T18:21:36.065Z | |
| 3817 | 2026-01-30T18:21:36.065Z | info: running `cargo check --bins` on nexus-test-interface (192/247) |
| 3818 | 2026-01-30T18:21:36.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3819 | 2026-01-30T18:21:36.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3820 | 2026-01-30T18:21:36.935Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3821 | 2026-01-30T18:21:36.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 3822 | 2026-01-30T18:21:37.057Z | |
| 3823 | 2026-01-30T18:21:37.057Z | info: running `cargo check --bins` on oximeter-collector (193/247) |
| 3824 | 2026-01-30T18:21:37.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3825 | 2026-01-30T18:21:37.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3826 | 2026-01-30T18:21:38.039Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3827 | 2026-01-30T18:21:38.043Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3828 | 2026-01-30T18:21:38.982Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3829 | 2026-01-30T18:21:41.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s |
| 3830 | 2026-01-30T18:21:41.551Z | |
| 3831 | 2026-01-30T18:21:41.551Z | info: running `cargo check --bins` on oximeter-api (194/247) |
| 3832 | 2026-01-30T18:21:42.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2026-01-30T18:21:42.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2026-01-30T18:21:42.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2026-01-30T18:21:42.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3836 | 2026-01-30T18:21:42.413Z | |
| 3837 | 2026-01-30T18:21:42.413Z | info: running `cargo check --bins` on cert-dev (195/247) |
| 3838 | 2026-01-30T18:21:43.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2026-01-30T18:21:43.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2026-01-30T18:21:43.256Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3841 | 2026-01-30T18:21:43.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 3842 | 2026-01-30T18:21:43.812Z | |
| 3843 | 2026-01-30T18:21:43.813Z | info: running `cargo check --bins` on clickana (196/247) |
| 3844 | 2026-01-30T18:21:44.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2026-01-30T18:21:44.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2026-01-30T18:21:44.702Z | Checking castaway v0.2.3 |
| 3847 | 2026-01-30T18:21:44.702Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3848 | 2026-01-30T18:21:44.708Z | Checking unicode-truncate v1.1.0 |
| 3849 | 2026-01-30T18:21:44.708Z | Checking lru v0.12.5 |
| 3850 | 2026-01-30T18:21:44.708Z | Compiling instability v0.3.2 |
| 3851 | 2026-01-30T18:21:44.708Z | Checking cassowary v0.3.0 |
| 3852 | 2026-01-30T18:21:44.708Z | Compiling indoc v2.0.6 |
| 3853 | 2026-01-30T18:21:44.944Z | Checking compact_str v0.8.0 |
| 3854 | 2026-01-30T18:21:45.581Z | Checking ratatui v0.29.0 |
| 3855 | 2026-01-30T18:21:46.657Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3856 | 2026-01-30T18:21:46.936Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3857 | 2026-01-30T18:21:48.178Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3858 | 2026-01-30T18:21:49.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s |
| 3859 | 2026-01-30T18:21:49.362Z | |
| 3860 | 2026-01-30T18:21:49.362Z | info: running `cargo check --bins` on clickhouse-cluster-dev (197/247) |
| 3861 | 2026-01-30T18:21:50.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3862 | 2026-01-30T18:21:50.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3863 | 2026-01-30T18:21:50.332Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3864 | 2026-01-30T18:21:50.335Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3865 | 2026-01-30T18:21:51.138Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3866 | 2026-01-30T18:21:51.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
| 3867 | 2026-01-30T18:21:51.962Z | |
| 3868 | 2026-01-30T18:21:51.962Z | info: running `cargo check --bins` on ch-dev (198/247) |
| 3869 | 2026-01-30T18:21:52.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3870 | 2026-01-30T18:21:52.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3871 | 2026-01-30T18:21:52.948Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3872 | 2026-01-30T18:21:53.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
| 3873 | 2026-01-30T18:21:54.207Z | |
| 3874 | 2026-01-30T18:21:54.207Z | info: running `cargo check --bins` on dev-tools-common (199/247) |
| 3875 | 2026-01-30T18:21:54.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3876 | 2026-01-30T18:21:54.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3877 | 2026-01-30T18:21:54.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3878 | 2026-01-30T18:21:54.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3879 | 2026-01-30T18:21:54.857Z | |
| 3880 | 2026-01-30T18:21:54.858Z | info: running `cargo check --bins` on crdb-seed (200/247) |
| 3881 | 2026-01-30T18:21:55.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3882 | 2026-01-30T18:21:55.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3883 | 2026-01-30T18:21:55.830Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3884 | 2026-01-30T18:21:56.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
| 3885 | 2026-01-30T18:21:56.639Z | |
| 3886 | 2026-01-30T18:21:56.639Z | info: running `cargo check --bins` on db-dev (201/247) |
| 3887 | 2026-01-30T18:21:57.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3888 | 2026-01-30T18:21:57.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3889 | 2026-01-30T18:21:57.646Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3890 | 2026-01-30T18:21:58.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 3891 | 2026-01-30T18:21:58.904Z | |
| 3892 | 2026-01-30T18:21:58.904Z | info: running `cargo check --bins` on omicron-dev-lib (202/247) |
| 3893 | 2026-01-30T18:21:59.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3894 | 2026-01-30T18:21:59.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3895 | 2026-01-30T18:21:59.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3896 | 2026-01-30T18:21:59.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3897 | 2026-01-30T18:21:59.836Z | |
| 3898 | 2026-01-30T18:21:59.836Z | info: running `cargo check --bins` on xtask-downloader (203/247) |
| 3899 | 2026-01-30T18:22:00.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3900 | 2026-01-30T18:22:00.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3901 | 2026-01-30T18:22:00.659Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3902 | 2026-01-30T18:22:01.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s |
| 3903 | 2026-01-30T18:22:01.877Z | |
| 3904 | 2026-01-30T18:22:01.877Z | info: running `cargo check --bins` on omicron-dropshot-apis (204/247) |
| 3905 | 2026-01-30T18:22:02.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3906 | 2026-01-30T18:22:02.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3907 | 2026-01-30T18:22:02.928Z | Compiling tabled_derive v0.10.0 |
| 3908 | 2026-01-30T18:22:02.928Z | Checking papergrid v0.14.0 |
| 3909 | 2026-01-30T18:22:02.944Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3910 | 2026-01-30T18:22:02.944Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3911 | 2026-01-30T18:22:02.944Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3912 | 2026-01-30T18:22:02.944Z | Compiling trait-variant v0.1.2 |
| 3913 | 2026-01-30T18:22:03.082Z | Checking maplit v1.0.2 |
| 3914 | 2026-01-30T18:22:03.187Z | Checking is_ci v1.2.0 |
| 3915 | 2026-01-30T18:22:03.217Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3916 | 2026-01-30T18:22:03.226Z | Checking supports-color v3.0.2 |
| 3917 | 2026-01-30T18:22:03.431Z | Checking drift v0.1.3 |
| 3918 | 2026-01-30T18:22:03.438Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3919 | 2026-01-30T18:22:03.507Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3920 | 2026-01-30T18:22:03.847Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3921 | 2026-01-30T18:22:03.950Z | Checking dropshot-api-manager v0.2.4 |
| 3922 | 2026-01-30T18:22:03.961Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3923 | 2026-01-30T18:22:04.204Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3924 | 2026-01-30T18:22:04.546Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3925 | 2026-01-30T18:22:04.986Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3926 | 2026-01-30T18:22:04.993Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 3927 | 2026-01-30T18:22:05.325Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf) |
| 3928 | 2026-01-30T18:22:05.490Z | Checking tabled v0.18.0 |
| 3929 | 2026-01-30T18:22:09.282Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3930 | 2026-01-30T18:22:14.199Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3931 | 2026-01-30T18:22:15.884Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3932 | 2026-01-30T18:22:16.825Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3933 | 2026-01-30T18:22:17.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.56s |
| 3934 | 2026-01-30T18:22:17.672Z | |
| 3935 | 2026-01-30T18:22:17.672Z | info: running `cargo check --bins` on installinator-api (205/247) |
| 3936 | 2026-01-30T18:22:18.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3937 | 2026-01-30T18:22:18.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3938 | 2026-01-30T18:22:18.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3939 | 2026-01-30T18:22:18.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3940 | 2026-01-30T18:22:18.516Z | |
| 3941 | 2026-01-30T18:22:18.516Z | info: running `cargo check --bins` on nexus-external-api (206/247) |
| 3942 | 2026-01-30T18:22:19.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3943 | 2026-01-30T18:22:19.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3944 | 2026-01-30T18:22:19.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3945 | 2026-01-30T18:22:19.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3946 | 2026-01-30T18:22:19.438Z | |
| 3947 | 2026-01-30T18:22:19.438Z | info: running `cargo check --bins` on nexus-internal-api (207/247) |
| 3948 | 2026-01-30T18:22:20.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3949 | 2026-01-30T18:22:20.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3950 | 2026-01-30T18:22:20.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3951 | 2026-01-30T18:22:20.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3952 | 2026-01-30T18:22:20.337Z | |
| 3953 | 2026-01-30T18:22:20.337Z | info: running `cargo check --bins` on nexus-lockstep-api (208/247) |
| 3954 | 2026-01-30T18:22:21.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3955 | 2026-01-30T18:22:21.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3956 | 2026-01-30T18:22:21.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3957 | 2026-01-30T18:22:21.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3958 | 2026-01-30T18:22:21.250Z | |
| 3959 | 2026-01-30T18:22:21.251Z | info: running `cargo check --bins` on ntp-admin-api (209/247) |
| 3960 | 2026-01-30T18:22:22.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3961 | 2026-01-30T18:22:22.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3962 | 2026-01-30T18:22:22.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3963 | 2026-01-30T18:22:22.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3964 | 2026-01-30T18:22:22.134Z | |
| 3965 | 2026-01-30T18:22:22.135Z | info: running `cargo check --bins` on ntp-admin-types-versions (210/247) |
| 3966 | 2026-01-30T18:22:22.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3967 | 2026-01-30T18:22:22.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3968 | 2026-01-30T18:22:22.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3969 | 2026-01-30T18:22:22.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3970 | 2026-01-30T18:22:22.957Z | |
| 3971 | 2026-01-30T18:22:22.957Z | info: running `cargo check --bins` on wicketd-api (211/247) |
| 3972 | 2026-01-30T18:22:23.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3973 | 2026-01-30T18:22:23.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3974 | 2026-01-30T18:22:23.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3975 | 2026-01-30T18:22:23.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3976 | 2026-01-30T18:22:23.824Z | |
| 3977 | 2026-01-30T18:22:23.824Z | info: running `cargo check --bins` on omicron-ls-apis (212/247) |
| 3978 | 2026-01-30T18:22:24.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3979 | 2026-01-30T18:22:24.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3980 | 2026-01-30T18:22:24.652Z | Checking typeid v1.0.3 |
| 3981 | 2026-01-30T18:22:24.769Z | Checking ordered-float v2.10.1 |
| 3982 | 2026-01-30T18:22:24.785Z | Checking unicode-xid v0.2.6 |
| 3983 | 2026-01-30T18:22:24.804Z | Checking cargo-platform v0.2.0 |
| 3984 | 2026-01-30T18:22:24.865Z | Checking erased-serde v0.4.6 |
| 3985 | 2026-01-30T18:22:25.135Z | Checking serde-value v0.7.0 |
| 3986 | 2026-01-30T18:22:25.454Z | Checking serde-untagged v0.1.7 |
| 3987 | 2026-01-30T18:22:25.700Z | Checking cargo-util-schemas v0.8.2 |
| 3988 | 2026-01-30T18:22:27.008Z | Checking cargo_metadata v0.21.0 |
| 3989 | 2026-01-30T18:22:28.102Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3990 | 2026-01-30T18:22:29.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s |
| 3991 | 2026-01-30T18:22:29.336Z | |
| 3992 | 2026-01-30T18:22:29.336Z | info: running `cargo check --bins` on mgs-dev (213/247) |
| 3993 | 2026-01-30T18:22:30.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3994 | 2026-01-30T18:22:30.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3995 | 2026-01-30T18:22:30.337Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3996 | 2026-01-30T18:22:31.154Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3997 | 2026-01-30T18:22:31.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 3998 | 2026-01-30T18:22:32.108Z | |
| 3999 | 2026-01-30T18:22:32.108Z | info: running `cargo check --bins` on omicron-omdb (214/247) |
| 4000 | 2026-01-30T18:22:32.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4001 | 2026-01-30T18:22:32.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4002 | 2026-01-30T18:22:33.287Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4003 | 2026-01-30T18:22:33.287Z | Compiling vergen-gitcl v1.0.8 |
| 4004 | 2026-01-30T18:22:33.292Z | Compiling dirs-sys-next v0.1.2 |
| 4005 | 2026-01-30T18:22:33.292Z | Compiling crunchy v0.2.2 |
| 4006 | 2026-01-30T18:22:33.292Z | Compiling dsl_auto_type v0.1.2 |
| 4007 | 2026-01-30T18:22:33.292Z | Checking scheduled-thread-pool v0.2.7 |
| 4008 | 2026-01-30T18:22:33.292Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 4009 | 2026-01-30T18:22:33.443Z | Compiling tiny-keccak v2.0.2 |
| 4010 | 2026-01-30T18:22:33.795Z | Compiling dirs-next v2.0.0 |
| 4011 | 2026-01-30T18:22:33.872Z | Checking r2d2 v0.8.10 |
| 4012 | 2026-01-30T18:22:33.896Z | Compiling bit-vec v0.6.3 |
| 4013 | 2026-01-30T18:22:33.936Z | Compiling ena v0.14.3 |
| 4014 | 2026-01-30T18:22:34.039Z | Compiling term v0.7.0 |
| 4015 | 2026-01-30T18:22:34.192Z | Compiling diff v0.1.13 |
| 4016 | 2026-01-30T18:22:34.340Z | Compiling bit-set v0.5.3 |
| 4017 | 2026-01-30T18:22:34.354Z | Compiling bindgen v0.71.1 |
| 4018 | 2026-01-30T18:22:34.624Z | Compiling ascii-canvas v3.0.0 |
| 4019 | 2026-01-30T18:22:34.749Z | Compiling regex-syntax v0.6.29 |
| 4020 | 2026-01-30T18:22:34.892Z | Compiling diesel_derives v2.2.3 |
| 4021 | 2026-01-30T18:22:35.056Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4022 | 2026-01-30T18:22:35.138Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4023 | 2026-01-30T18:22:35.164Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4024 | 2026-01-30T18:22:35.248Z | Compiling libxml v0.3.3 |
| 4025 | 2026-01-30T18:22:35.392Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4026 | 2026-01-30T18:22:35.456Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4027 | 2026-01-30T18:22:35.741Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4028 | 2026-01-30T18:22:36.003Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4029 | 2026-01-30T18:22:36.113Z | Compiling strum_macros v0.24.3 |
| 4030 | 2026-01-30T18:22:36.335Z | Compiling indoc v1.0.9 |
| 4031 | 2026-01-30T18:22:37.239Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4032 | 2026-01-30T18:22:37.605Z | Checking derive_builder v0.20.2 |
| 4033 | 2026-01-30T18:22:37.807Z | Compiling oso-derive v0.27.3 |
| 4034 | 2026-01-30T18:22:38.181Z | Compiling lalrpop v0.19.12 |
| 4035 | 2026-01-30T18:22:38.565Z | Compiling impl-trait-for-tuples v0.2.2 |
| 4036 | 2026-01-30T18:22:38.809Z | Checking quick-xml v0.37.2 |
| 4037 | 2026-01-30T18:22:39.481Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4038 | 2026-01-30T18:22:39.877Z | Compiling diesel-dtrace v0.4.2 |
| 4039 | 2026-01-30T18:22:40.349Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4040 | 2026-01-30T18:22:40.697Z | Checking bb8 v0.8.5 |
| 4041 | 2026-01-30T18:22:40.963Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4042 | 2026-01-30T18:22:41.044Z | Checking nonempty v0.12.0 |
| 4043 | 2026-01-30T18:22:41.214Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4044 | 2026-01-30T18:22:41.390Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4045 | 2026-01-30T18:22:41.422Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4046 | 2026-01-30T18:22:41.617Z | Checking console v0.16.0 |
| 4047 | 2026-01-30T18:22:41.792Z | Checking unit-prefix v0.5.1 |
| 4048 | 2026-01-30T18:22:42.035Z | Checking support-bundle-viewer v0.1.2 |
| 4049 | 2026-01-30T18:22:42.267Z | Checking indicatif v0.18.0 |
| 4050 | 2026-01-30T18:22:42.447Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4051 | 2026-01-30T18:22:42.528Z | Checking multimap v0.10.1 |
| 4052 | 2026-01-30T18:22:44.840Z | Checking diesel v2.2.12 |
| 4053 | 2026-01-30T18:23:02.070Z | Compiling samael v0.0.19 |
| 4054 | 2026-01-30T18:23:05.970Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4055 | 2026-01-30T18:23:08.265Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4056 | 2026-01-30T18:23:08.921Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4057 | 2026-01-30T18:23:09.229Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4058 | 2026-01-30T18:23:09.256Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4059 | 2026-01-30T18:23:09.706Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4060 | 2026-01-30T18:23:11.943Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4061 | 2026-01-30T18:23:13.258Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4062 | 2026-01-30T18:23:17.741Z | Checking async-bb8-diesel v0.2.1 |
| 4063 | 2026-01-30T18:23:18.983Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4064 | 2026-01-30T18:23:25.426Z | Compiling polar-core v0.27.3 |
| 4065 | 2026-01-30T18:23:32.820Z | Checking oso v0.27.3 |
| 4066 | 2026-01-30T18:24:23.403Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4067 | 2026-01-30T18:24:37.600Z | error[E0521]: borrowed data escapes outside of associated function |
| 4068 | 2026-01-30T18:24:37.600Z | --> nexus/db-queries/src/db/datastore/disk.rs:1912:21 |
| 4069 | 2026-01-30T18:24:37.600Z | | |
| 4070 | 2026-01-30T18:24:37.600Z | 1838 | params: ¶ms::DiskCreate, |
| 4071 | 2026-01-30T18:24:37.600Z | | ------ - let's call the lifetime of this reference `'1` |
| 4072 | 2026-01-30T18:24:37.600Z | | | |
| 4073 | 2026-01-30T18:24:37.601Z | | `params` is a reference that is only valid in the associated function body |
| 4074 | 2026-01-30T18:24:37.601Z | ... |
| 4075 | 2026-01-30T18:24:37.601Z | 1912 | / dsl::image |
| 4076 | 2026-01-30T18:24:37.601Z | 1913 | | .filter(dsl::time_deleted.is_null()) |
| 4077 | 2026-01-30T18:24:37.601Z | 1914 | | .filter(dsl::id.eq(image_id)) |
| 4078 | 2026-01-30T18:24:37.601Z | 1915 | | .select(db::model::Image::as_select()) |
| 4079 | 2026-01-30T18:24:37.601Z | 1916 | | .get_result_async(conn) |
| 4080 | 2026-01-30T18:24:37.601Z | | | ^ |
| 4081 | 2026-01-30T18:24:37.601Z | | | | |
| 4082 | 2026-01-30T18:24:37.601Z | | |_______________________________________________`params` escapes the associated function body here |
| 4083 | 2026-01-30T18:24:37.601Z | | argument requires that `'1` must outlive `'static` |
| 4084 | 2026-01-30T18:24:37.601Z | |
| 4085 | 2026-01-30T18:25:05.772Z | For more information about this error, try `rustc --explain E0521`. |
| 4086 | 2026-01-30T18:25:06.084Z | error: could not compile `nexus-db-queries` (lib) due to 1 previous error |
| 4087 | 2026-01-30T18:25:06.353Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/omdb/Cargo.toml` (exit status: 101) |
| 4088 | 2026-01-30T18:25:06.358Z | Error: cargo-hack install failed: exit status: 1 |
| 4089 | 2026-01-30T18:25:06.362Z | |
| 4090 | 2026-01-30T18:25:06.362Z | real 13:18.042257882 |
| 4091 | 2026-01-30T18:25:06.362Z | user 29:22.177361274 |
| 4092 | 2026-01-30T18:25:06.362Z | sys 4:54.876360585 |
| 4093 | 2026-01-30T18:25:06.362Z | trap 0.699324370 |
| 4094 | 2026-01-30T18:25:06.362Z | tflt 0.602569174 |
| 4095 | 2026-01-30T18:25:06.362Z | dflt 0.646819618 |
| 4096 | 2026-01-30T18:25:06.362Z | kflt 0.001327308 |
| 4097 | 2026-01-30T18:25:06.362Z | lock 1:07:59.380761031 |
| 4098 | 2026-01-30T18:25:06.362Z | slp 2:19:32.277498298 |
| 4099 | 2026-01-30T18:25:06.362Z | lat 1:33.907217079 |
| 4100 | 2026-01-30T18:25:06.362Z | stop 4:46.831319795 |
| 4101 | 2026-01-30T18:25:06.365Z | process exited: duration 1202021 ms, exit code 1 |
| |
| 4102 | 2026-01-30T18:25:06.372Z | found 0 output files |