|
|
|
| 1 | 2026-02-11T22:51:28.854Z | job assigned to worker 01KH7ED4HQPDW6B72GWKK20KQ4 [factory gimlet-EVT22200007-propolis, EVT22200007/57868] (queued for 28 s) |
| |
| 2 | 2026-02-11T22:51:38.023Z | starting task 0: "setup" |
| 3 | 2026-02-11T22:51:38.048Z | ++ uname -s |
| 4 | 2026-02-11T22:51:38.048Z | + kern=SunOS |
| 5 | 2026-02-11T22:51:38.048Z | + build_user=build |
| 6 | 2026-02-11T22:51:38.048Z | + build_uid=12345 |
| 7 | 2026-02-11T22:51:38.048Z | + work_dir=/work |
| 8 | 2026-02-11T22:51:38.048Z | + input_dir=/input |
| 9 | 2026-02-11T22:51:38.048Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-11T22:51:38.048Z | + case "$kern" in |
| 11 | 2026-02-11T22:51:38.048Z | + groupadd -g 12345 build |
| 12 | 2026-02-11T22:51:38.048Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-11T22:51:40.051Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-11T22:51:40.085Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-11T22:51:40.109Z | + home_fs=zfs |
| 16 | 2026-02-11T22:51:40.109Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-11T22:51:40.109Z | + mkdir -p /home/build |
| 18 | 2026-02-11T22:51:40.109Z | + chown build:build /home/build /work |
| 19 | 2026-02-11T22:51:42.095Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-11T22:51:42.119Z | process exited: duration 4076 ms, exit code 0 |
| |
| 21 | 2026-02-11T22:51:42.168Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-11T22:51:42.192Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-11T22:51:42.192Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-11T22:51:42.192Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-02-11T22:51:42.192Z | * rust toolchain channel = "1.91.1" |
| 26 | 2026-02-11T22:51:42.192Z | * rust toolchain profile = "default" |
| 27 | 2026-02-11T22:51:42.192Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-11T22:51:42.192Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-11T22:51:42.192Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-11T22:51:42.323Z | info: downloading installer |
| 31 | 2026-02-11T22:51:42.854Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-11T22:51:42.854Z | warn: /opt/ooce/bin |
| 33 | 2026-02-11T22:51:42.854Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-11T22:51:42.854Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-11T22:51:42.855Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-11T22:51:42.855Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-11T22:51:42.855Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-11T22:51:42.855Z | error: cannot install while Rust is installed |
| 39 | 2026-02-11T22:51:42.855Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-11T22:51:42.879Z | info: profile set to 'default' |
| 41 | 2026-02-11T22:51:42.879Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-11T22:51:42.879Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-11T22:51:42.995Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-11T22:51:42.995Z | info: downloading component 'cargo' |
| 45 | 2026-02-11T22:51:43.175Z | info: downloading component 'clippy' |
| 46 | 2026-02-11T22:51:43.279Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-11T22:51:43.777Z | info: downloading component 'rust-std' |
| 48 | 2026-02-11T22:51:44.021Z | info: downloading component 'rustc' |
| 49 | 2026-02-11T22:51:49.327Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-11T22:51:49.413Z | info: installing component 'cargo' |
| 51 | 2026-02-11T22:51:50.637Z | info: installing component 'clippy' |
| 52 | 2026-02-11T22:51:51.098Z | info: installing component 'rust-docs' |
| 53 | 2026-02-11T22:51:54.638Z | info: installing component 'rust-std' |
| 54 | 2026-02-11T22:51:56.895Z | info: installing component 'rustc' |
| 55 | 2026-02-11T22:52:05.591Z | info: installing component 'rustfmt' |
| 56 | 2026-02-11T22:52:06.012Z | |
| 57 | 2026-02-11T22:52:06.012Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 58 | 2026-02-11T22:52:06.180Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-11T22:52:06.180Z | |
| 60 | 2026-02-11T22:52:06.180Z | |
| 61 | 2026-02-11T22:52:06.180Z | Rust is installed now. Great! |
| 62 | 2026-02-11T22:52:06.181Z | |
| 63 | 2026-02-11T22:52:06.181Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-11T22:52:06.181Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-11T22:52:06.181Z | |
| 66 | 2026-02-11T22:52:06.181Z | To configure your current shell, you need to source |
| 67 | 2026-02-11T22:52:06.181Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-11T22:52:06.181Z | |
| 69 | 2026-02-11T22:52:06.181Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-11T22:52:06.181Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-11T22:52:06.181Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-11T22:52:06.181Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-11T22:52:06.310Z | + rustup --version |
| 74 | 2026-02-11T22:52:06.334Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-11T22:52:06.334Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-11T22:52:06.450Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-11T22:52:06.474Z | + cargo --version |
| 78 | 2026-02-11T22:52:06.567Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-11T22:52:06.592Z | + rustc --version |
| 80 | 2026-02-11T22:52:06.674Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-11T22:52:06.698Z | process exited: duration 24512 ms, exit code 0 |
| |
| 82 | 2026-02-11T22:52:06.747Z | starting task 2: "authentication" |
| 83 | 2026-02-11T22:52:06.803Z | process exited: duration 55 ms, exit code 0 |
| |
| 84 | 2026-02-11T22:52:06.851Z | starting task 3: "clone repository" |
| 85 | 2026-02-11T22:52:06.875Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-11T22:52:06.876Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-11T22:52:06.899Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-11T22:52:31.449Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-11T22:52:31.449Z | + git fetch origin b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 |
| 90 | 2026-02-11T22:52:32.143Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-11T22:52:32.143Z | * branch b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 -> FETCH_HEAD |
| 92 | 2026-02-11T22:52:32.167Z | + [[ -n luqmana/bump-propolis ]] |
| 93 | 2026-02-11T22:52:32.167Z | ++ git branch --show-current |
| 94 | 2026-02-11T22:52:32.167Z | + current=main |
| 95 | 2026-02-11T22:52:32.167Z | + [[ main != luqmana/bump-propolis ]] |
| 96 | 2026-02-11T22:52:32.167Z | + git branch -f luqmana/bump-propolis b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 |
| 97 | 2026-02-11T22:52:32.191Z | + git checkout -f luqmana/bump-propolis |
| 98 | 2026-02-11T22:52:32.615Z | Switched to branch 'luqmana/bump-propolis' |
| 99 | 2026-02-11T22:52:32.639Z | + git reset --hard b94ffbfefdb5fca4bfb2a259179c8cb7f261ad04 |
| 100 | 2026-02-11T22:52:32.663Z | HEAD is now at b94ffbfef Bump propolis |
| 101 | 2026-02-11T22:52:32.663Z | process exited: duration 25804 ms, exit code 0 |
| |
| 102 | 2026-02-11T22:52:32.714Z | starting task 4: "build" |
| 103 | 2026-02-11T22:52:32.738Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-11T22:52:32.738Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-11T22:52:32.738Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-11T22:52:32.738Z | + cargo --version |
| 107 | 2026-02-11T22:52:32.825Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-02-11T22:52:32.872Z | + rustc --version |
| 109 | 2026-02-11T22:52:32.929Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-02-11T22:52:32.953Z | + source ./env.sh |
| 111 | 2026-02-11T22:52:32.953Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2026-02-11T22:52:32.954Z | ++ set -o xtrace |
| 113 | 2026-02-11T22:52:32.954Z | ++++ dirname ./env.sh |
| 114 | 2026-02-11T22:52:32.954Z | +++ readlink -f . |
| 115 | 2026-02-11T22:52:32.954Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2026-02-11T22:52:32.954Z | ++ 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-02-11T22:52:32.954Z | ++ 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-02-11T22:52:32.954Z | ++ 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-02-11T22:52:32.954Z | ++ 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-02-11T22:52:32.954Z | ++ 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-02-11T22:52:32.954Z | ++ 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-02-11T22:52:32.955Z | ++ 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-02-11T22:52:32.955Z | ++ 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-02-11T22:52:32.955Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2026-02-11T22:52:32.955Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2026-02-11T22:52:32.955Z | + 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-02-11T22:52:32.955Z | + 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-02-11T22:52:32.955Z | + banner prerequisites |
| 129 | 2026-02-11T22:52:32.955Z | |
| 130 | 2026-02-11T22:52:32.955Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2026-02-11T22:52:32.955Z | # # # # # # # # # # # # # # # |
| 132 | 2026-02-11T22:52:32.955Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2026-02-11T22:52:32.955Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2026-02-11T22:52:32.955Z | # # # # # # # # # # # # # # # |
| 135 | 2026-02-11T22:52:32.955Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2026-02-11T22:52:32.955Z | |
| 137 | 2026-02-11T22:52:32.955Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2026-02-11T22:52:52.944Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2026-02-11T22:53:06.587Z | Startup: Caching catalogs ... Done |
| 140 | 2026-02-11T22:53:43.497Z | Planning: Solver setup ... Done (34.509s) |
| 141 | 2026-02-11T22:53:43.730Z | Planning: Running solver ... Done (0.234s) |
| 142 | 2026-02-11T22:53:43.928Z | Planning: Finding local manifests ... Done (0.002s) |
| 143 | 2026-02-11T22:53:44.008Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2026-02-11T22:53:44.508Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2026-02-11T22:53:44.589Z | Planning: Package planning ... Done (0.081s) |
| 146 | 2026-02-11T22:53:44.668Z | Planning: Merging actions ... Done (0.079s) |
| 147 | 2026-02-11T22:53:45.154Z | Planning: Checking for conflicting actions ... Done (0.485s) |
| 148 | 2026-02-11T22:53:45.182Z | Planning: Consolidating action changes ... Done (0.027s) |
| 149 | 2026-02-11T22:53:46.162Z | Planning: Evaluating mediators ... Done (0.978s) |
| 150 | 2026-02-11T22:53:46.185Z | Planning: Planning completed in 39.47 seconds |
| 151 | 2026-02-11T22:53:46.210Z | Packages to install: 4 |
| 152 | 2026-02-11T22:53:46.210Z | Mediators to change: 2 |
| 153 | 2026-02-11T22:53:46.210Z | Services to change: 1 |
| 154 | 2026-02-11T22:53:46.210Z | Estimated space available: 154.94 GB |
| 155 | 2026-02-11T22:53:46.210Z | Estimated space to be consumed: 1.81 GB |
| 156 | 2026-02-11T22:53:46.210Z | Create boot environment: No |
| 157 | 2026-02-11T22:53:46.210Z | Create backup boot environment: No |
| 158 | 2026-02-11T22:53:46.210Z | Rebuild boot archive: No |
| 159 | 2026-02-11T22:53:46.210Z | |
| 160 | 2026-02-11T22:53:46.210Z | Changed mediators: |
| 161 | 2026-02-11T22:53:46.210Z | mediator clang: |
| 162 | 2026-02-11T22:53:46.210Z | version: None -> 15 (system default) |
| 163 | 2026-02-11T22:53:46.210Z | |
| 164 | 2026-02-11T22:53:46.210Z | mediator llvm: |
| 165 | 2026-02-11T22:53:46.210Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2026-02-11T22:53:46.211Z | |
| 167 | 2026-02-11T22:53:46.211Z | Changed packages: |
| 168 | 2026-02-11T22:53:46.211Z | helios-dev |
| 169 | 2026-02-11T22:53:46.211Z | developer/build-essential |
| 170 | 2026-02-11T22:53:46.211Z | None -> 11-2.0 |
| 171 | 2026-02-11T22:53:46.211Z | library/libxmlsec1 |
| 172 | 2026-02-11T22:53:46.211Z | None -> 1.2.35-2.0 |
| 173 | 2026-02-11T22:53:46.211Z | ooce/developer/clang-15 |
| 174 | 2026-02-11T22:53:46.211Z | None -> 15.0.7-2.0 |
| 175 | 2026-02-11T22:53:46.211Z | ooce/developer/llvm-15 |
| 176 | 2026-02-11T22:53:46.211Z | None -> 15.0.7-2.0 |
| 177 | 2026-02-11T22:53:46.211Z | |
| 178 | 2026-02-11T22:53:46.211Z | Services: |
| 179 | 2026-02-11T22:53:46.211Z | restart_fmri: |
| 180 | 2026-02-11T22:53:46.211Z | svc:/system/update-man-index:default |
| 181 | 2026-02-11T22:53:46.291Z | |
| 182 | 2026-02-11T22:53:46.291Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2026-02-11T22:53:51.293Z | Download: 1198/3290 items 74.2/212.6MB 34% complete (15.0M/s) |
| 184 | 2026-02-11T22:53:56.294Z | Download: 1810/3290 items 118.5/212.6MB 55% complete (12.0M/s) |
| 185 | 2026-02-11T22:54:01.311Z | Download: 2865/3290 items 121.1/212.6MB 56% complete (4.8M/s) |
| 186 | 2026-02-11T22:54:06.311Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.5M/s) |
| 187 | 2026-02-11T22:54:07.818Z | Download: Completed 212.60 MB in 21.53 seconds (9.9M/s) |
| 188 | 2026-02-11T22:54:08.090Z | Actions: 1/3689 actions (Installing new actions) |
| 189 | 2026-02-11T22:54:13.803Z | Actions: 2765/3689 actions (Installing new actions) |
| 190 | 2026-02-11T22:54:14.462Z | Actions: Completed 3689 actions in 6.37 seconds. |
| 191 | 2026-02-11T22:54:15.233Z | Done (0.765s) |
| 192 | 2026-02-11T22:54:15.233Z | Done (0.000s) |
| 193 | 2026-02-11T22:54:16.606Z | Done (1.372s) |
| 194 | 2026-02-11T22:54:22.448Z | Done (5.583s) |
| 195 | 2026-02-11T22:54:22.544Z | Done (0.017s) |
| 196 | 2026-02-11T22:54:22.568Z | Done (0.000s) |
| 197 | 2026-02-11T22:54:22.714Z | Done (0.000s) |
| 198 | 2026-02-11T22:54:23.782Z | Planning: Evaluating mediator changes ... Done |
| 199 | 2026-02-11T22:54:24.046Z | Planning: Checking for conflicting actions ... Done |
| 200 | 2026-02-11T22:54:24.070Z | Planning: Consolidating action changes ... Done |
| 201 | 2026-02-11T22:54:24.387Z | Planning: Evaluating mediators ... Done |
| 202 | 2026-02-11T22:54:24.411Z | Planning: Planning completed in 0.61 seconds |
| 203 | 2026-02-11T22:54:24.435Z | Mediators to change: 2 |
| 204 | 2026-02-11T22:54:24.435Z | Create boot environment: No |
| 205 | 2026-02-11T22:54:24.435Z | Create backup boot environment: No |
| 206 | 2026-02-11T22:54:24.496Z | Done |
| 207 | 2026-02-11T22:54:24.496Z | Done |
| 208 | 2026-02-11T22:54:25.689Z | Done |
| 209 | 2026-02-11T22:54:30.804Z | Done |
| 210 | 2026-02-11T22:54:30.906Z | Done |
| 211 | 2026-02-11T22:54:30.906Z | Done |
| 212 | 2026-02-11T22:54:30.972Z | Done |
| 213 | 2026-02-11T22:54:31.776Z | Planning: Evaluating mediator changes ... Done |
| 214 | 2026-02-11T22:54:31.800Z | Planning: Merging actions ... Done |
| 215 | 2026-02-11T22:54:32.017Z | Planning: Checking for conflicting actions ... Done |
| 216 | 2026-02-11T22:54:32.041Z | Planning: Consolidating action changes ... Done |
| 217 | 2026-02-11T22:54:32.347Z | Planning: Evaluating mediators ... Done |
| 218 | 2026-02-11T22:54:32.416Z | Planning: Planning completed in 0.96 seconds |
| 219 | 2026-02-11T22:54:32.458Z | Packages to change: 1 |
| 220 | 2026-02-11T22:54:32.458Z | Mediators to change: 1 |
| 221 | 2026-02-11T22:54:32.458Z | Services to change: 1 |
| 222 | 2026-02-11T22:54:32.458Z | Create boot environment: No |
| 223 | 2026-02-11T22:54:32.458Z | Create backup boot environment: Yes |
| 224 | 2026-02-11T22:54:34.517Z | Actions: 1/6 actions (Updating modified actions) |
| 225 | 2026-02-11T22:54:34.540Z | Actions: Completed 6 actions in 0.00 seconds. |
| 226 | 2026-02-11T22:54:34.540Z | Done |
| 227 | 2026-02-11T22:54:34.540Z | Done |
| 228 | 2026-02-11T22:54:34.805Z | Done |
| 229 | 2026-02-11T22:54:39.861Z | Done |
| 230 | 2026-02-11T22:54:39.960Z | Done |
| 231 | 2026-02-11T22:54:39.960Z | Done |
| 232 | 2026-02-11T22:54:40.012Z | Done |
| 233 | 2026-02-11T22:54:40.624Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 234 | 2026-02-11T22:54:40.624Z | clang system 15 system |
| 235 | 2026-02-11T22:54:40.624Z | csh system system illumos |
| 236 | 2026-02-11T22:54:40.624Z | ctags system system illumos |
| 237 | 2026-02-11T22:54:40.624Z | file system system illumos |
| 238 | 2026-02-11T22:54:40.624Z | gcc vendor 12 vendor |
| 239 | 2026-02-11T22:54:40.624Z | gcc system 10 system |
| 240 | 2026-02-11T22:54:40.624Z | gcc system 7 system |
| 241 | 2026-02-11T22:54:40.624Z | go system 1.20 system |
| 242 | 2026-02-11T22:54:40.625Z | go system 1.19 system |
| 243 | 2026-02-11T22:54:40.625Z | llvm system 15 system |
| 244 | 2026-02-11T22:54:40.625Z | llvm system 14 system |
| 245 | 2026-02-11T22:54:40.625Z | mariadb system 10.6 system |
| 246 | 2026-02-11T22:54:40.625Z | mta vendor vendor dma |
| 247 | 2026-02-11T22:54:40.625Z | openjdk system 17 system |
| 248 | 2026-02-11T22:54:40.625Z | openjdk system 11 system |
| 249 | 2026-02-11T22:54:40.625Z | openjdk system 1.8 system |
| 250 | 2026-02-11T22:54:40.625Z | openssl vendor 3 vendor |
| 251 | 2026-02-11T22:54:40.625Z | perl system 5.36 system |
| 252 | 2026-02-11T22:54:40.625Z | postgresql system 15 system |
| 253 | 2026-02-11T22:54:40.625Z | postgresql system 13 system |
| 254 | 2026-02-11T22:54:40.625Z | python vendor 3 vendor |
| 255 | 2026-02-11T22:54:40.625Z | python system 2 system |
| 256 | 2026-02-11T22:54:40.625Z | python3 system 3.11 system |
| 257 | 2026-02-11T22:54:40.625Z | ruby system 3.0 system |
| 258 | 2026-02-11T22:54:40.625Z | words vendor vendor american-english |
| 259 | 2026-02-11T22:54:40.625Z | words system system australian-english |
| 260 | 2026-02-11T22:54:40.625Z | words system system british-english |
| 261 | 2026-02-11T22:54:40.625Z | words system system canadian-english |
| 262 | 2026-02-11T22:54:40.625Z | words system system french |
| 263 | 2026-02-11T22:54:40.625Z | words system system italian |
| 264 | 2026-02-11T22:54:40.625Z | words system system ngerman |
| 265 | 2026-02-11T22:54:40.625Z | words system system ogerman |
| 266 | 2026-02-11T22:54:40.625Z | words system system spanish |
| 267 | 2026-02-11T22:54:41.052Z | PUBLISHER TYPE STATUS P LOCATION |
| 268 | 2026-02-11T22:54:41.053Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 269 | 2026-02-11T22:54:49.453Z | FMRI IFO |
| 270 | 2026-02-11T22:54:49.454Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 271 | 2026-02-11T22:54:49.454Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 272 | 2026-02-11T22:54:49.454Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 273 | 2026-02-11T22:54:49.454Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 274 | 2026-02-11T22:54:49.454Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 275 | 2026-02-11T22:54:49.454Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 276 | 2026-02-11T22:54:49.454Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 277 | 2026-02-11T22:54:49.454Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 278 | 2026-02-11T22:54:49.454Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 279 | 2026-02-11T22:54:49.455Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 280 | 2026-02-11T22:54:49.455Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 281 | 2026-02-11T22:54:49.455Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 282 | 2026-02-11T22:54:49.455Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 283 | 2026-02-11T22:54:49.455Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 284 | 2026-02-11T22:54:49.455Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 285 | 2026-02-11T22:54:49.455Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 286 | 2026-02-11T22:54:50.809Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 287 | 2026-02-11T22:54:51.477Z | Updating crates.io index |
| 288 | 2026-02-11T22:54:51.518Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 289 | 2026-02-11T22:54:52.066Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 290 | 2026-02-11T22:54:52.933Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 291 | 2026-02-11T22:54:54.415Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 292 | 2026-02-11T22:54:55.033Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 293 | 2026-02-11T22:54:55.781Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 294 | 2026-02-11T22:54:58.142Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 295 | 2026-02-11T22:55:01.601Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 296 | 2026-02-11T22:55:03.235Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 297 | 2026-02-11T22:55:03.970Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 298 | 2026-02-11T22:55:05.652Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 299 | 2026-02-11T22:55:06.781Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 300 | 2026-02-11T22:55:07.423Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 301 | 2026-02-11T22:55:08.400Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 302 | 2026-02-11T22:55:09.067Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 303 | 2026-02-11T22:55:10.447Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 304 | 2026-02-11T22:55:11.411Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 305 | 2026-02-11T22:55:12.049Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 306 | 2026-02-11T22:55:12.647Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 307 | 2026-02-11T22:55:13.457Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 308 | 2026-02-11T22:55:13.999Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 309 | 2026-02-11T22:55:14.538Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 310 | 2026-02-11T22:55:15.161Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 311 | 2026-02-11T22:55:15.990Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 312 | 2026-02-11T22:55:16.764Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 313 | 2026-02-11T22:55:17.816Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 314 | 2026-02-11T22:55:18.456Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 315 | 2026-02-11T22:55:19.179Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 316 | 2026-02-11T22:55:19.787Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 317 | 2026-02-11T22:55:21.120Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 318 | 2026-02-11T22:55:21.934Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 319 | 2026-02-11T22:55:22.485Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 320 | 2026-02-11T22:55:23.263Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 321 | 2026-02-11T22:55:23.883Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 322 | 2026-02-11T22:55:24.668Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 323 | 2026-02-11T22:55:25.346Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 324 | 2026-02-11T22:55:26.026Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 325 | 2026-02-11T22:55:26.551Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 326 | 2026-02-11T22:55:27.208Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 327 | 2026-02-11T22:55:46.748Z | Downloading crates ... |
| 328 | 2026-02-11T22:55:46.827Z | Downloaded dtrace-parser v0.2.0 |
| 329 | 2026-02-11T22:55:46.851Z | Downloaded smawk v0.3.2 |
| 330 | 2026-02-11T22:55:46.851Z | Downloaded fastrand v2.1.1 |
| 331 | 2026-02-11T22:55:46.851Z | Downloaded errno v0.3.12 |
| 332 | 2026-02-11T22:55:46.851Z | Downloaded clap_lex v0.7.4 |
| 333 | 2026-02-11T22:55:46.851Z | Downloaded anstream v0.6.18 |
| 334 | 2026-02-11T22:55:46.851Z | Downloaded dof v0.3.0 |
| 335 | 2026-02-11T22:55:46.851Z | Downloaded num-traits v0.2.19 |
| 336 | 2026-02-11T22:55:46.851Z | Downloaded serde v1.0.228 |
| 337 | 2026-02-11T22:55:46.875Z | Downloaded generic-array v0.14.7 |
| 338 | 2026-02-11T22:55:46.875Z | Downloaded heck v0.5.0 |
| 339 | 2026-02-11T22:55:46.875Z | Downloaded colorchoice v1.0.2 |
| 340 | 2026-02-11T22:55:46.875Z | Downloaded bitflags v2.9.4 |
| 341 | 2026-02-11T22:55:46.875Z | Downloaded percent-encoding v2.3.2 |
| 342 | 2026-02-11T22:55:46.875Z | Downloaded serde-value v0.7.0 |
| 343 | 2026-02-11T22:55:46.875Z | Downloaded cfg-if v1.0.4 |
| 344 | 2026-02-11T22:55:46.875Z | Downloaded swrite v0.1.0 |
| 345 | 2026-02-11T22:55:46.875Z | Downloaded form_urlencoded v1.2.2 |
| 346 | 2026-02-11T22:55:46.900Z | Downloaded plain v0.2.3 |
| 347 | 2026-02-11T22:55:46.900Z | Downloaded proc-macro-error-attr v1.0.4 |
| 348 | 2026-02-11T22:55:46.900Z | Downloaded icu_provider_macros v1.5.0 |
| 349 | 2026-02-11T22:55:46.900Z | Downloaded scroll_derive v0.12.0 |
| 350 | 2026-02-11T22:55:46.900Z | Downloaded strsim v0.11.1 |
| 351 | 2026-02-11T22:55:46.900Z | Downloaded icu_locid_transform v1.5.0 |
| 352 | 2026-02-11T22:55:46.900Z | Downloaded syn v2.0.114 |
| 353 | 2026-02-11T22:55:46.925Z | Downloaded synstructure v0.13.1 |
| 354 | 2026-02-11T22:55:46.925Z | Downloaded smallvec v1.15.1 |
| 355 | 2026-02-11T22:55:46.925Z | Downloaded serde_core v1.0.228 |
| 356 | 2026-02-11T22:55:46.925Z | Downloaded memchr v2.7.4 |
| 357 | 2026-02-11T22:55:46.925Z | Downloaded indexmap v2.13.0 |
| 358 | 2026-02-11T22:55:46.949Z | Downloaded icu_normalizer v1.5.0 |
| 359 | 2026-02-11T22:55:46.949Z | Downloaded yoke-derive v0.7.4 |
| 360 | 2026-02-11T22:55:46.949Z | Downloaded usdt-macro v0.5.0 |
| 361 | 2026-02-11T22:55:46.949Z | Downloaded zmij v1.0.15 |
| 362 | 2026-02-11T22:55:46.949Z | Downloaded yoke v0.7.4 |
| 363 | 2026-02-11T22:55:46.949Z | Downloaded zerovec v0.10.4 |
| 364 | 2026-02-11T22:55:46.973Z | Downloaded writeable v0.5.5 |
| 365 | 2026-02-11T22:55:46.973Z | Downloaded unicode-ident v1.0.19 |
| 366 | 2026-02-11T22:55:46.973Z | Downloaded zerofrom v0.1.4 |
| 367 | 2026-02-11T22:55:46.973Z | Downloaded ucd-trie v0.1.7 |
| 368 | 2026-02-11T22:55:46.973Z | Downloaded zerofrom-derive v0.1.4 |
| 369 | 2026-02-11T22:55:46.973Z | Downloaded terminal_size v0.4.0 |
| 370 | 2026-02-11T22:55:46.973Z | Downloaded write16 v1.0.0 |
| 371 | 2026-02-11T22:55:46.973Z | Downloaded zerovec-derive v0.10.3 |
| 372 | 2026-02-11T22:55:46.974Z | Downloaded utf16_iter v1.0.5 |
| 373 | 2026-02-11T22:55:46.974Z | Downloaded url v2.5.4 |
| 374 | 2026-02-11T22:55:46.998Z | Downloaded utf8_iter v1.0.4 |
| 375 | 2026-02-11T22:55:46.998Z | Downloaded typenum v1.17.0 |
| 376 | 2026-02-11T22:55:46.998Z | Downloaded zerocopy-derive v0.7.35 |
| 377 | 2026-02-11T22:55:46.998Z | Downloaded toml v0.8.23 |
| 378 | 2026-02-11T22:55:46.999Z | Downloaded textwrap v0.16.2 |
| 379 | 2026-02-11T22:55:46.999Z | Downloaded rustix v1.1.3 |
| 380 | 2026-02-11T22:55:47.024Z | Downloaded usdt-impl v0.5.0 |
| 381 | 2026-02-11T22:55:47.048Z | Downloaded zerocopy v0.7.35 |
| 382 | 2026-02-11T22:55:47.072Z | Downloaded winnow v0.7.14 |
| 383 | 2026-02-11T22:55:47.072Z | Downloaded unicode-width v0.1.14 |
| 384 | 2026-02-11T22:55:47.072Z | Downloaded tabled_derive v0.7.0 |
| 385 | 2026-02-11T22:55:47.072Z | Downloaded unicode-width v0.2.0 |
| 386 | 2026-02-11T22:55:47.096Z | Downloaded toml_edit v0.22.27 |
| 387 | 2026-02-11T22:55:47.096Z | Downloaded toml_datetime v0.6.11 |
| 388 | 2026-02-11T22:55:47.096Z | Downloaded usdt v0.5.0 |
| 389 | 2026-02-11T22:55:47.096Z | Downloaded thiserror v2.0.18 |
| 390 | 2026-02-11T22:55:47.096Z | Downloaded rustix v0.38.37 |
| 391 | 2026-02-11T22:55:47.120Z | Downloaded version_check v0.9.5 |
| 392 | 2026-02-11T22:55:47.145Z | Downloaded tinystr v0.7.6 |
| 393 | 2026-02-11T22:55:47.146Z | Downloaded thread-id v4.2.2 |
| 394 | 2026-02-11T22:55:47.146Z | Downloaded thiserror-impl v1.0.69 |
| 395 | 2026-02-11T22:55:47.146Z | Downloaded libc v0.2.180 |
| 396 | 2026-02-11T22:55:47.170Z | Downloaded icu_properties_data v1.5.0 |
| 397 | 2026-02-11T22:55:47.194Z | Downloaded tabled v0.15.0 |
| 398 | 2026-02-11T22:55:47.218Z | Downloaded syn v1.0.109 |
| 399 | 2026-02-11T22:55:47.218Z | Downloaded goblin v0.8.2 |
| 400 | 2026-02-11T22:55:47.218Z | Downloaded usdt-attr-macro v0.5.0 |
| 401 | 2026-02-11T22:55:47.242Z | Downloaded typeid v1.0.3 |
| 402 | 2026-02-11T22:55:47.242Z | Downloaded thiserror v1.0.69 |
| 403 | 2026-02-11T22:55:47.242Z | Downloaded utf8parse v0.2.2 |
| 404 | 2026-02-11T22:55:47.242Z | Downloaded unicode-linebreak v0.1.5 |
| 405 | 2026-02-11T22:55:47.242Z | Downloaded toml_write v0.1.2 |
| 406 | 2026-02-11T22:55:47.242Z | Downloaded thiserror-impl v2.0.18 |
| 407 | 2026-02-11T22:55:47.242Z | Downloaded tempfile v3.24.0 |
| 408 | 2026-02-11T22:55:47.242Z | Downloaded unicode-xid v0.2.6 |
| 409 | 2026-02-11T22:55:47.242Z | Downloaded serde_json v1.0.149 |
| 410 | 2026-02-11T22:55:47.266Z | Downloaded pest v2.8.2 |
| 411 | 2026-02-11T22:55:47.266Z | Downloaded idna v1.0.3 |
| 412 | 2026-02-11T22:55:47.266Z | Downloaded hashbrown v0.16.1 |
| 413 | 2026-02-11T22:55:47.266Z | Downloaded papergrid v0.11.0 |
| 414 | 2026-02-11T22:55:47.266Z | Downloaded log v0.4.29 |
| 415 | 2026-02-11T22:55:47.290Z | Downloaded icu_normalizer_data v1.5.0 |
| 416 | 2026-02-11T22:55:47.291Z | Downloaded icu_collections v1.5.0 |
| 417 | 2026-02-11T22:55:47.291Z | Downloaded clap v4.5.48 |
| 418 | 2026-02-11T22:55:47.291Z | Downloaded serde_derive v1.0.228 |
| 419 | 2026-02-11T22:55:47.291Z | Downloaded quote v1.0.40 |
| 420 | 2026-02-11T22:55:47.356Z | Downloaded proc-macro2 v1.0.101 |
| 421 | 2026-02-11T22:55:47.356Z | Downloaded pest_meta v2.8.2 |
| 422 | 2026-02-11T22:55:47.356Z | Downloaded once_cell v1.21.3 |
| 423 | 2026-02-11T22:55:47.356Z | Downloaded icu_provider v1.5.0 |
| 424 | 2026-02-11T22:55:47.356Z | Downloaded getrandom v0.3.4 |
| 425 | 2026-02-11T22:55:47.356Z | Downloaded erased-serde v0.4.6 |
| 426 | 2026-02-11T22:55:47.356Z | Downloaded serde_tokenstream v0.2.2 |
| 427 | 2026-02-11T22:55:47.356Z | Downloaded semver v1.0.27 |
| 428 | 2026-02-11T22:55:47.356Z | Downloaded scroll v0.12.0 |
| 429 | 2026-02-11T22:55:47.356Z | Downloaded pest_generator v2.8.2 |
| 430 | 2026-02-11T22:55:47.356Z | Downloaded pest_derive v2.8.2 |
| 431 | 2026-02-11T22:55:47.356Z | Downloaded litemap v0.7.3 |
| 432 | 2026-02-11T22:55:47.356Z | Downloaded stable_deref_trait v1.2.0 |
| 433 | 2026-02-11T22:55:47.356Z | Downloaded sha2 v0.10.9 |
| 434 | 2026-02-11T22:55:47.356Z | Downloaded serde-untagged v0.1.7 |
| 435 | 2026-02-11T22:55:47.356Z | Downloaded proc-macro-error v1.0.4 |
| 436 | 2026-02-11T22:55:47.356Z | Downloaded icu_locid_transform_data v1.5.0 |
| 437 | 2026-02-11T22:55:47.356Z | Downloaded fs-err v3.1.1 |
| 438 | 2026-02-11T22:55:47.357Z | Downloaded cargo_toml v0.21.0 |
| 439 | 2026-02-11T22:55:47.357Z | Downloaded byteorder v1.5.0 |
| 440 | 2026-02-11T22:55:47.357Z | Downloaded serde_spanned v0.6.9 |
| 441 | 2026-02-11T22:55:47.357Z | Downloaded ordered-float v2.10.1 |
| 442 | 2026-02-11T22:55:47.357Z | Downloaded itoa v1.0.11 |
| 443 | 2026-02-11T22:55:47.357Z | Downloaded idna_adapter v1.2.0 |
| 444 | 2026-02-11T22:55:47.357Z | Downloaded heck v0.4.1 |
| 445 | 2026-02-11T22:55:47.357Z | Downloaded digest v0.10.7 |
| 446 | 2026-02-11T22:55:47.357Z | Downloaded memmap v0.7.0 |
| 447 | 2026-02-11T22:55:47.357Z | Downloaded is_terminal_polyfill v1.70.1 |
| 448 | 2026-02-11T22:55:47.357Z | Downloaded block-buffer v0.10.4 |
| 449 | 2026-02-11T22:55:47.357Z | Downloaded macaddr v1.0.1 |
| 450 | 2026-02-11T22:55:47.357Z | Downloaded displaydoc v0.2.5 |
| 451 | 2026-02-11T22:55:47.357Z | Downloaded cpufeatures v0.2.14 |
| 452 | 2026-02-11T22:55:47.383Z | Downloaded clap_derive v4.5.47 |
| 453 | 2026-02-11T22:55:47.383Z | Downloaded clap_builder v4.5.48 |
| 454 | 2026-02-11T22:55:47.383Z | Downloaded camino v1.2.2 |
| 455 | 2026-02-11T22:55:47.383Z | Downloaded fnv v1.0.7 |
| 456 | 2026-02-11T22:55:47.383Z | Downloaded equivalent v1.0.2 |
| 457 | 2026-02-11T22:55:47.383Z | Downloaded cargo_metadata v0.21.0 |
| 458 | 2026-02-11T22:55:47.383Z | Downloaded autocfg v1.4.0 |
| 459 | 2026-02-11T22:55:47.383Z | Downloaded anyhow v1.0.99 |
| 460 | 2026-02-11T22:55:47.383Z | Downloaded anstyle-parse v0.2.5 |
| 461 | 2026-02-11T22:55:47.383Z | Downloaded icu_properties v1.5.1 |
| 462 | 2026-02-11T22:55:47.408Z | Downloaded icu_locid v1.5.0 |
| 463 | 2026-02-11T22:55:47.408Z | Downloaded camino-tempfile v1.4.1 |
| 464 | 2026-02-11T22:55:47.408Z | Downloaded pretty-hex v0.4.1 |
| 465 | 2026-02-11T22:55:47.408Z | Downloaded cargo-util-schemas v0.8.2 |
| 466 | 2026-02-11T22:55:47.408Z | Downloaded anstyle-query v1.1.1 |
| 467 | 2026-02-11T22:55:47.408Z | Downloaded anstyle v1.0.11 |
| 468 | 2026-02-11T22:55:47.408Z | Downloaded crypto-common v0.1.6 |
| 469 | 2026-02-11T22:55:47.408Z | Downloaded cargo-platform v0.2.0 |
| 470 | 2026-02-11T22:55:47.408Z | Downloaded bytecount v0.6.8 |
| 471 | 2026-02-11T22:55:47.511Z | Compiling proc-macro2 v1.0.101 |
| 472 | 2026-02-11T22:55:47.511Z | Compiling unicode-ident v1.0.19 |
| 473 | 2026-02-11T22:55:47.535Z | Compiling serde_core v1.0.228 |
| 474 | 2026-02-11T22:55:47.535Z | Compiling version_check v0.9.5 |
| 475 | 2026-02-11T22:55:47.535Z | Compiling serde v1.0.228 |
| 476 | 2026-02-11T22:55:47.535Z | Compiling libc v0.2.180 |
| 477 | 2026-02-11T22:55:47.535Z | Compiling memchr v2.7.4 |
| 478 | 2026-02-11T22:55:47.535Z | Compiling stable_deref_trait v1.2.0 |
| 479 | 2026-02-11T22:55:47.858Z | Compiling thiserror v2.0.18 |
| 480 | 2026-02-11T22:55:47.884Z | Compiling zmij v1.0.15 |
| 481 | 2026-02-11T22:55:48.374Z | Compiling autocfg v1.4.0 |
| 482 | 2026-02-11T22:55:48.404Z | Compiling thiserror v1.0.69 |
| 483 | 2026-02-11T22:55:48.886Z | Compiling ucd-trie v0.1.7 |
| 484 | 2026-02-11T22:55:48.995Z | Compiling itoa v1.0.11 |
| 485 | 2026-02-11T22:55:49.054Z | Compiling litemap v0.7.3 |
| 486 | 2026-02-11T22:55:49.120Z | Compiling writeable v0.5.5 |
| 487 | 2026-02-11T22:55:49.419Z | Compiling byteorder v1.5.0 |
| 488 | 2026-02-11T22:55:49.711Z | Compiling bitflags v2.9.4 |
| 489 | 2026-02-11T22:55:49.738Z | Compiling icu_locid_transform_data v1.5.0 |
| 490 | 2026-02-11T22:55:49.827Z | Compiling quote v1.0.40 |
| 491 | 2026-02-11T22:55:49.903Z | Compiling errno v0.3.12 |
| 492 | 2026-02-11T22:55:49.940Z | Compiling icu_properties_data v1.5.0 |
| 493 | 2026-02-11T22:55:50.245Z | Compiling serde_json v1.0.149 |
| 494 | 2026-02-11T22:55:50.307Z | Compiling num-traits v0.2.19 |
| 495 | 2026-02-11T22:55:50.557Z | Compiling syn v2.0.114 |
| 496 | 2026-02-11T22:55:50.669Z | Compiling icu_normalizer_data v1.5.0 |
| 497 | 2026-02-11T22:55:50.708Z | Compiling utf16_iter v1.0.5 |
| 498 | 2026-02-11T22:55:50.759Z | Compiling utf8_iter v1.0.4 |
| 499 | 2026-02-11T22:55:50.795Z | Compiling typeid v1.0.3 |
| 500 | 2026-02-11T22:55:50.852Z | Compiling hashbrown v0.16.1 |
| 501 | 2026-02-11T22:55:51.008Z | Compiling equivalent v1.0.2 |
| 502 | 2026-02-11T22:55:51.170Z | Compiling smallvec v1.15.1 |
| 503 | 2026-02-11T22:55:51.208Z | Compiling rustix v0.38.37 |
| 504 | 2026-02-11T22:55:51.238Z | Compiling write16 v1.0.0 |
| 505 | 2026-02-11T22:55:51.618Z | Compiling proc-macro-error-attr v1.0.4 |
| 506 | 2026-02-11T22:55:51.725Z | Compiling usdt-impl v0.5.0 |
| 507 | 2026-02-11T22:55:51.910Z | Compiling winnow v0.7.14 |
| 508 | 2026-02-11T22:55:51.949Z | Compiling toml_write v0.1.2 |
| 509 | 2026-02-11T22:55:52.048Z | Compiling indexmap v2.13.0 |
| 510 | 2026-02-11T22:55:52.148Z | Compiling syn v1.0.109 |
| 511 | 2026-02-11T22:55:52.280Z | Compiling thread-id v4.2.2 |
| 512 | 2026-02-11T22:55:53.162Z | Compiling proc-macro-error v1.0.4 |
| 513 | 2026-02-11T22:55:53.454Z | Compiling plain v0.2.3 |
| 514 | 2026-02-11T22:55:53.525Z | Compiling log v0.4.29 |
| 515 | 2026-02-11T22:55:53.682Z | Compiling utf8parse v0.2.2 |
| 516 | 2026-02-11T22:55:53.823Z | Compiling rustix v1.1.3 |
| 517 | 2026-02-11T22:55:53.903Z | Compiling camino v1.2.2 |
| 518 | 2026-02-11T22:55:53.932Z | Compiling percent-encoding v2.3.2 |
| 519 | 2026-02-11T22:55:54.339Z | Compiling getrandom v0.3.4 |
| 520 | 2026-02-11T22:55:54.370Z | Compiling form_urlencoded v1.2.2 |
| 521 | 2026-02-11T22:55:54.768Z | Compiling ordered-float v2.10.1 |
| 522 | 2026-02-11T22:55:54.907Z | Compiling anstyle-parse v0.2.5 |
| 523 | 2026-02-11T22:55:55.318Z | Compiling terminal_size v0.4.0 |
| 524 | 2026-02-11T22:55:55.602Z | Compiling cfg-if v1.0.4 |
| 525 | 2026-02-11T22:55:55.634Z | Compiling is_terminal_polyfill v1.70.1 |
| 526 | 2026-02-11T22:55:55.783Z | Compiling anstyle v1.0.11 |
| 527 | 2026-02-11T22:55:55.890Z | Compiling colorchoice v1.0.2 |
| 528 | 2026-02-11T22:55:55.929Z | Compiling pretty-hex v0.4.1 |
| 529 | 2026-02-11T22:55:55.997Z | Compiling anstyle-query v1.1.1 |
| 530 | 2026-02-11T22:55:56.213Z | Compiling anstream v0.6.18 |
| 531 | 2026-02-11T22:55:56.347Z | Compiling semver v1.0.27 |
| 532 | 2026-02-11T22:55:57.080Z | Compiling fs-err v3.1.1 |
| 533 | 2026-02-11T22:55:57.105Z | Compiling heck v0.4.1 |
| 534 | 2026-02-11T22:55:57.198Z | Compiling unicode-xid v0.2.6 |
| 535 | 2026-02-11T22:55:57.296Z | Compiling synstructure v0.13.1 |
| 536 | 2026-02-11T22:55:57.402Z | Compiling strsim v0.11.1 |
| 537 | 2026-02-11T22:55:57.450Z | Compiling unicode-width v0.1.14 |
| 538 | 2026-02-11T22:55:57.549Z | Compiling fnv v1.0.7 |
| 539 | 2026-02-11T22:55:57.727Z | Compiling heck v0.5.0 |
| 540 | 2026-02-11T22:55:57.999Z | Compiling fastrand v2.1.1 |
| 541 | 2026-02-11T22:55:58.187Z | Compiling clap_lex v0.7.4 |
| 542 | 2026-02-11T22:55:58.337Z | Compiling bytecount v0.6.8 |
| 543 | 2026-02-11T22:55:58.474Z | Compiling once_cell v1.21.3 |
| 544 | 2026-02-11T22:55:58.567Z | Compiling anyhow v1.0.99 |
| 545 | 2026-02-11T22:55:58.598Z | Compiling papergrid v0.11.0 |
| 546 | 2026-02-11T22:55:58.634Z | Compiling clap_builder v4.5.48 |
| 547 | 2026-02-11T22:55:58.879Z | Compiling tempfile v3.24.0 |
| 548 | 2026-02-11T22:55:58.903Z | Compiling memmap v0.7.0 |
| 549 | 2026-02-11T22:55:59.296Z | Compiling unicode-linebreak v0.1.5 |
| 550 | 2026-02-11T22:55:59.666Z | Compiling unicode-width v0.2.0 |
| 551 | 2026-02-11T22:55:59.698Z | Compiling smawk v0.3.2 |
| 552 | 2026-02-11T22:55:59.941Z | Compiling camino-tempfile v1.4.1 |
| 553 | 2026-02-11T22:56:00.286Z | Compiling textwrap v0.16.2 |
| 554 | 2026-02-11T22:56:00.536Z | Compiling tabled_derive v0.7.0 |
| 555 | 2026-02-11T22:56:00.668Z | Compiling swrite v0.1.0 |
| 556 | 2026-02-11T22:56:00.812Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 557 | 2026-02-11T22:56:01.439Z | Compiling serde_derive v1.0.228 |
| 558 | 2026-02-11T22:56:01.487Z | Compiling zerofrom-derive v0.1.4 |
| 559 | 2026-02-11T22:56:01.561Z | Compiling yoke-derive v0.7.4 |
| 560 | 2026-02-11T22:56:01.596Z | Compiling zerovec-derive v0.10.3 |
| 561 | 2026-02-11T22:56:01.627Z | Compiling thiserror-impl v2.0.18 |
| 562 | 2026-02-11T22:56:01.996Z | Compiling displaydoc v0.2.5 |
| 563 | 2026-02-11T22:56:03.468Z | Compiling icu_provider_macros v1.5.0 |
| 564 | 2026-02-11T22:56:03.898Z | Compiling thiserror-impl v1.0.69 |
| 565 | 2026-02-11T22:56:04.122Z | Compiling zerocopy-derive v0.7.35 |
| 566 | 2026-02-11T22:56:04.496Z | Compiling scroll_derive v0.12.0 |
| 567 | 2026-02-11T22:56:04.703Z | Compiling zerofrom v0.1.4 |
| 568 | 2026-02-11T22:56:04.851Z | Compiling pest v2.8.2 |
| 569 | 2026-02-11T22:56:04.977Z | Compiling yoke v0.7.4 |
| 570 | 2026-02-11T22:56:05.458Z | Compiling zerovec v0.10.4 |
| 571 | 2026-02-11T22:56:05.925Z | Compiling scroll v0.12.0 |
| 572 | 2026-02-11T22:56:06.198Z | Compiling zerocopy v0.7.35 |
| 573 | 2026-02-11T22:56:06.508Z | Compiling goblin v0.8.2 |
| 574 | 2026-02-11T22:56:06.548Z | Compiling clap_derive v4.5.47 |
| 575 | 2026-02-11T22:56:07.118Z | Compiling tabled v0.15.0 |
| 576 | 2026-02-11T22:56:07.314Z | Compiling tinystr v0.7.6 |
| 577 | 2026-02-11T22:56:07.507Z | Compiling icu_collections v1.5.0 |
| 578 | 2026-02-11T22:56:07.615Z | Compiling pest_meta v2.8.2 |
| 579 | 2026-02-11T22:56:07.693Z | Compiling icu_locid v1.5.0 |
| 580 | 2026-02-11T22:56:08.828Z | Compiling icu_provider v1.5.0 |
| 581 | 2026-02-11T22:56:09.380Z | Compiling pest_generator v2.8.2 |
| 582 | 2026-02-11T22:56:09.427Z | Compiling serde_spanned v0.6.9 |
| 583 | 2026-02-11T22:56:09.707Z | Compiling icu_locid_transform v1.5.0 |
| 584 | 2026-02-11T22:56:09.750Z | Compiling toml_datetime v0.6.11 |
| 585 | 2026-02-11T22:56:09.856Z | Compiling dof v0.3.0 |
| 586 | 2026-02-11T22:56:10.398Z | Compiling toml_edit v0.22.27 |
| 587 | 2026-02-11T22:56:10.609Z | Compiling serde_tokenstream v0.2.2 |
| 588 | 2026-02-11T22:56:10.838Z | Compiling erased-serde v0.4.6 |
| 589 | 2026-02-11T22:56:11.212Z | Compiling icu_properties v1.5.1 |
| 590 | 2026-02-11T22:56:11.269Z | Compiling serde-value v0.7.0 |
| 591 | 2026-02-11T22:56:12.001Z | Compiling serde-untagged v0.1.7 |
| 592 | 2026-02-11T22:56:12.060Z | Compiling pest_derive v2.8.2 |
| 593 | 2026-02-11T22:56:12.130Z | Compiling cargo-platform v0.2.0 |
| 594 | 2026-02-11T22:56:12.186Z | Compiling clap v4.5.48 |
| 595 | 2026-02-11T22:56:12.580Z | Compiling macaddr v1.0.1 |
| 596 | 2026-02-11T22:56:12.841Z | Compiling dtrace-parser v0.2.0 |
| 597 | 2026-02-11T22:56:13.930Z | Compiling toml v0.8.23 |
| 598 | 2026-02-11T22:56:14.799Z | Compiling cargo_toml v0.21.0 |
| 599 | 2026-02-11T22:56:14.837Z | Compiling usdt-attr-macro v0.5.0 |
| 600 | 2026-02-11T22:56:14.837Z | Compiling usdt-macro v0.5.0 |
| 601 | 2026-02-11T22:56:15.186Z | Compiling icu_normalizer v1.5.0 |
| 602 | 2026-02-11T22:56:16.071Z | Compiling idna_adapter v1.2.0 |
| 603 | 2026-02-11T22:56:16.113Z | Compiling usdt v0.5.0 |
| 604 | 2026-02-11T22:56:16.276Z | Compiling idna v1.0.3 |
| 605 | 2026-02-11T22:56:16.921Z | Compiling url v2.5.4 |
| 606 | 2026-02-11T22:56:17.804Z | Compiling cargo-util-schemas v0.8.2 |
| 607 | 2026-02-11T22:56:20.107Z | Compiling cargo_metadata v0.21.0 |
| 608 | 2026-02-11T22:56:22.439Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 609 | 2026-02-11T22:56:27.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s |
| 610 | 2026-02-11T22:56:27.525Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 611 | 2026-02-11T22:56:28.656Z | Downloading crates ... |
| 612 | 2026-02-11T22:56:28.812Z | Downloaded cfg_aliases v0.2.1 |
| 613 | 2026-02-11T22:56:28.838Z | Downloaded ciborium v0.2.2 |
| 614 | 2026-02-11T22:56:28.838Z | Downloaded cstr-argument v0.1.2 |
| 615 | 2026-02-11T22:56:28.838Z | Downloaded csv-core v0.1.11 |
| 616 | 2026-02-11T22:56:28.862Z | Downloaded darling v0.20.10 |
| 617 | 2026-02-11T22:56:28.862Z | Downloaded hex v0.4.3 |
| 618 | 2026-02-11T22:56:28.862Z | Downloaded headers v0.4.1 |
| 619 | 2026-02-11T22:56:28.886Z | Downloaded hmac v0.12.1 |
| 620 | 2026-02-11T22:56:28.886Z | Downloaded http-range v0.1.5 |
| 621 | 2026-02-11T22:56:28.886Z | Downloaded hubpack_derive v0.1.1 |
| 622 | 2026-02-11T22:56:28.910Z | Downloaded derive-where v1.5.0 |
| 623 | 2026-02-11T22:56:28.910Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 624 | 2026-02-11T22:56:28.942Z | Downloaded instability v0.3.2 |
| 625 | 2026-02-11T22:56:28.942Z | Downloaded gethostname v0.5.0 |
| 626 | 2026-02-11T22:56:28.942Z | Downloaded jobserver v0.1.32 |
| 627 | 2026-02-11T22:56:28.966Z | Downloaded instant v0.1.13 |
| 628 | 2026-02-11T22:56:28.966Z | Downloaded lock_api v0.4.12 |
| 629 | 2026-02-11T22:56:28.966Z | Downloaded ignore v0.4.23 |
| 630 | 2026-02-11T22:56:28.966Z | Downloaded ipnetwork v0.21.1 |
| 631 | 2026-02-11T22:56:28.992Z | Downloaded lazy_static v1.5.0 |
| 632 | 2026-02-11T22:56:28.992Z | Downloaded num_enum v0.5.11 |
| 633 | 2026-02-11T22:56:29.080Z | Downloaded itertools v0.14.0 |
| 634 | 2026-02-11T22:56:29.081Z | Downloaded parking_lot v0.12.3 |
| 635 | 2026-02-11T22:56:29.081Z | Downloaded password-hash v0.5.0 |
| 636 | 2026-02-11T22:56:29.081Z | Downloaded pem-rfc7468 v0.7.0 |
| 637 | 2026-02-11T22:56:29.081Z | Downloaded pin-project-internal v1.1.6 |
| 638 | 2026-02-11T22:56:29.081Z | Downloaded pkcs8 v0.10.2 |
| 639 | 2026-02-11T22:56:29.081Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 640 | 2026-02-11T22:56:29.081Z | Downloaded olpc-cjson v0.1.4 |
| 641 | 2026-02-11T22:56:29.081Z | Downloaded group v0.13.0 |
| 642 | 2026-02-11T22:56:29.081Z | Downloaded num-rational v0.4.2 |
| 643 | 2026-02-11T22:56:29.081Z | Downloaded encoding_rs v0.8.34 |
| 644 | 2026-02-11T22:56:29.107Z | Downloaded rfc6979 v0.4.0 |
| 645 | 2026-02-11T22:56:29.132Z | Downloaded pin-project-lite v0.2.14 |
| 646 | 2026-02-11T22:56:29.132Z | Downloaded progenitor-macro v0.8.0 |
| 647 | 2026-02-11T22:56:29.132Z | Downloaded rand_chacha v0.3.1 |
| 648 | 2026-02-11T22:56:29.157Z | Downloaded httpdate v1.0.3 |
| 649 | 2026-02-11T22:56:29.157Z | Downloaded progenitor-impl v0.8.0 |
| 650 | 2026-02-11T22:56:29.157Z | Downloaded same-file v1.0.6 |
| 651 | 2026-02-11T22:56:29.157Z | Downloaded sec1 v0.7.3 |
| 652 | 2026-02-11T22:56:29.157Z | Downloaded progenitor-impl v0.10.0 |
| 653 | 2026-02-11T22:56:29.182Z | Downloaded serde-big-array v0.5.1 |
| 654 | 2026-02-11T22:56:29.182Z | Downloaded serde_derive_internals v0.29.1 |
| 655 | 2026-02-11T22:56:29.182Z | Downloaded rustc-hash v2.1.1 |
| 656 | 2026-02-11T22:56:29.182Z | Downloaded rustc-demangle v0.1.24 |
| 657 | 2026-02-11T22:56:29.182Z | Downloaded strip-ansi-escapes v0.2.0 |
| 658 | 2026-02-11T22:56:29.209Z | Downloaded rustls-pemfile v1.0.4 |
| 659 | 2026-02-11T22:56:29.209Z | Downloaded slog-stdlog v4.1.1 |
| 660 | 2026-02-11T22:56:29.209Z | Downloaded termtree v0.5.1 |
| 661 | 2026-02-11T22:56:29.209Z | Downloaded semver v0.1.20 |
| 662 | 2026-02-11T22:56:29.209Z | Downloaded tar v0.4.44 |
| 663 | 2026-02-11T22:56:29.235Z | Downloaded socket2 v0.6.1 |
| 664 | 2026-02-11T22:56:29.235Z | Downloaded subprocess v0.2.9 |
| 665 | 2026-02-11T22:56:29.235Z | Downloaded publicsuffix v2.3.0 |
| 666 | 2026-02-11T22:56:29.235Z | Downloaded strum_macros v0.24.3 |
| 667 | 2026-02-11T22:56:29.260Z | Downloaded smallvec v0.6.14 |
| 668 | 2026-02-11T22:56:29.260Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 669 | 2026-02-11T22:56:29.260Z | Downloaded thread_local v1.1.8 |
| 670 | 2026-02-11T22:56:29.260Z | Downloaded tinyvec_macros v0.1.1 |
| 671 | 2026-02-11T22:56:29.260Z | Downloaded typify-macro v0.4.3 |
| 672 | 2026-02-11T22:56:29.260Z | Downloaded time-macros v0.2.24 |
| 673 | 2026-02-11T22:56:29.285Z | Downloaded term v0.7.0 |
| 674 | 2026-02-11T22:56:29.285Z | Downloaded topological-sort v0.2.2 |
| 675 | 2026-02-11T22:56:29.285Z | Downloaded tokio-stream v0.1.17 |
| 676 | 2026-02-11T22:56:29.285Z | Downloaded vergen-lib v0.1.6 |
| 677 | 2026-02-11T22:56:29.285Z | Downloaded wait-timeout v0.2.0 |
| 678 | 2026-02-11T22:56:29.310Z | Downloaded usdt-macro v0.6.0 |
| 679 | 2026-02-11T22:56:29.310Z | Downloaded utf-8 v0.7.6 |
| 680 | 2026-02-11T22:56:29.310Z | Downloaded typify-macro v0.2.0 |
| 681 | 2026-02-11T22:56:29.310Z | Downloaded whoami v1.5.2 |
| 682 | 2026-02-11T22:56:29.310Z | Downloaded zone_cfg_derive v0.3.0 |
| 683 | 2026-02-11T22:56:29.310Z | Downloaded which v4.4.2 |
| 684 | 2026-02-11T22:56:29.310Z | Downloaded xshell v0.2.7 |
| 685 | 2026-02-11T22:56:29.310Z | Downloaded zone v0.1.8 |
| 686 | 2026-02-11T22:56:29.310Z | Downloaded unicode-truncate v1.1.0 |
| 687 | 2026-02-11T22:56:29.311Z | Downloaded try-lock v0.2.5 |
| 688 | 2026-02-11T22:56:29.336Z | Downloaded vergen-git2 v1.0.7 |
| 689 | 2026-02-11T22:56:29.336Z | Downloaded zeroize v1.8.1 |
| 690 | 2026-02-11T22:56:29.336Z | Downloaded zstd-safe v7.2.3 |
| 691 | 2026-02-11T22:56:29.336Z | Downloaded typify v0.4.3 |
| 692 | 2026-02-11T22:56:29.336Z | Downloaded zone v0.3.1 |
| 693 | 2026-02-11T22:56:29.336Z | Downloaded vsss-rs v3.3.4 |
| 694 | 2026-02-11T22:56:29.336Z | Downloaded void v1.0.2 |
| 695 | 2026-02-11T22:56:29.336Z | Downloaded vergen v9.0.6 |
| 696 | 2026-02-11T22:56:29.363Z | Downloaded uzers v0.12.1 |
| 697 | 2026-02-11T22:56:29.363Z | Downloaded value-bag v1.12.0 |
| 698 | 2026-02-11T22:56:29.363Z | Downloaded zopfli v0.8.1 |
| 699 | 2026-02-11T22:56:29.363Z | Downloaded x509-cert v0.2.5 |
| 700 | 2026-02-11T22:56:29.363Z | Downloaded zip v4.2.0 |
| 701 | 2026-02-11T22:56:29.396Z | Downloaded zeroize_derive v1.4.2 |
| 702 | 2026-02-11T22:56:29.396Z | Downloaded zone_cfg_derive v0.1.2 |
| 703 | 2026-02-11T22:56:29.396Z | Downloaded zstd v0.13.3 |
| 704 | 2026-02-11T22:56:29.396Z | Downloaded zlib-rs v0.5.1 |
| 705 | 2026-02-11T22:56:29.396Z | Downloaded regex-automata v0.4.11 |
| 706 | 2026-02-11T22:56:29.422Z | Downloaded salty v0.3.0 |
| 707 | 2026-02-11T22:56:29.422Z | Downloaded vcpkg v0.2.15 |
| 708 | 2026-02-11T22:56:29.461Z | Downloaded sqlparser v0.45.0 |
| 709 | 2026-02-11T22:56:29.486Z | Downloaded curve25519-dalek v4.1.3 |
| 710 | 2026-02-11T22:56:29.486Z | Downloaded winnow v0.6.26 |
| 711 | 2026-02-11T22:56:29.510Z | Downloaded tabled v0.18.0 |
| 712 | 2026-02-11T22:56:29.510Z | Downloaded rustls v0.21.12 |
| 713 | 2026-02-11T22:56:29.534Z | Downloaded winnow v0.5.40 |
| 714 | 2026-02-11T22:56:29.534Z | Downloaded zerocopy v0.8.27 |
| 715 | 2026-02-11T22:56:29.558Z | Downloaded webpki-roots v1.0.1 |
| 716 | 2026-02-11T22:56:29.587Z | Downloaded rustls v0.23.19 |
| 717 | 2026-02-11T22:56:29.587Z | Downloaded rustls v0.22.4 |
| 718 | 2026-02-11T22:56:29.612Z | Downloaded typify-impl v0.2.0 |
| 719 | 2026-02-11T22:56:29.612Z | Downloaded typify-impl v0.4.3 |
| 720 | 2026-02-11T22:56:29.636Z | Downloaded hickory-proto v0.24.4 |
| 721 | 2026-02-11T22:56:29.661Z | Downloaded sled v0.34.7 |
| 722 | 2026-02-11T22:56:29.661Z | Downloaded object v0.36.5 |
| 723 | 2026-02-11T22:56:29.686Z | Downloaded petgraph v0.8.2 |
| 724 | 2026-02-11T22:56:29.710Z | Downloaded hkdf v0.12.4 |
| 725 | 2026-02-11T22:56:29.710Z | Downloaded openssl v0.10.73 |
| 726 | 2026-02-11T22:56:29.710Z | Downloaded ratatui v0.29.0 |
| 727 | 2026-02-11T22:56:29.735Z | Downloaded zerocopy-derive v0.6.6 |
| 728 | 2026-02-11T22:56:29.735Z | Downloaded chrono-tz v0.10.4 |
| 729 | 2026-02-11T22:56:29.761Z | Downloaded petgraph v0.6.5 |
| 730 | 2026-02-11T22:56:29.786Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 731 | 2026-02-11T22:56:29.837Z | Downloaded time v0.3.43 |
| 732 | 2026-02-11T22:56:29.861Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 733 | 2026-02-11T22:56:29.887Z | Downloaded sha3 v0.10.8 |
| 734 | 2026-02-11T22:56:29.887Z | Downloaded tabled v0.20.0 |
| 735 | 2026-02-11T22:56:29.911Z | Downloaded xz2 v0.1.7 |
| 736 | 2026-02-11T22:56:29.911Z | Downloaded csv v1.3.1 |
| 737 | 2026-02-11T22:56:29.934Z | Downloaded smoltcp v0.11.0 |
| 738 | 2026-02-11T22:56:29.934Z | Downloaded xshell-macros v0.2.7 |
| 739 | 2026-02-11T22:56:29.934Z | Downloaded xattr v1.3.1 |
| 740 | 2026-02-11T22:56:29.934Z | Downloaded vergen-gitcl v1.0.8 |
| 741 | 2026-02-11T22:56:29.934Z | Downloaded unicode-segmentation v1.12.0 |
| 742 | 2026-02-11T22:56:29.960Z | Downloaded smoltcp v0.9.1 |
| 743 | 2026-02-11T22:56:29.960Z | Downloaded zip v0.6.6 |
| 744 | 2026-02-11T22:56:29.960Z | Downloaded tungstenite v0.23.0 |
| 745 | 2026-02-11T22:56:29.960Z | Downloaded tower-http v0.6.6 |
| 746 | 2026-02-11T22:56:29.984Z | Downloaded toml_edit v0.19.15 |
| 747 | 2026-02-11T22:56:30.019Z | Downloaded vte v0.11.1 |
| 748 | 2026-02-11T22:56:30.019Z | Downloaded tokio v1.49.0 |
| 749 | 2026-02-11T22:56:30.098Z | Downloaded unsafe-libyaml v0.2.11 |
| 750 | 2026-02-11T22:56:30.124Z | Downloaded unicode_categories v0.1.1 |
| 751 | 2026-02-11T22:56:30.124Z | Downloaded unicode-normalization v0.1.24 |
| 752 | 2026-02-11T22:56:30.124Z | Downloaded tungstenite v0.21.0 |
| 753 | 2026-02-11T22:56:30.124Z | Downloaded goblin v0.10.2 |
| 754 | 2026-02-11T22:56:30.148Z | Downloaded zerocopy-derive v0.8.27 |
| 755 | 2026-02-11T22:56:30.148Z | Downloaded zerocopy v0.6.6 |
| 756 | 2026-02-11T22:56:30.148Z | Downloaded yansi v1.0.1 |
| 757 | 2026-02-11T22:56:30.148Z | Downloaded tough v0.20.0 |
| 758 | 2026-02-11T22:56:30.172Z | Downloaded steno v0.4.1 |
| 759 | 2026-02-11T22:56:30.172Z | Downloaded serde_with v3.16.1 |
| 760 | 2026-02-11T22:56:30.198Z | Downloaded http v1.4.0 |
| 761 | 2026-02-11T22:56:30.222Z | Downloaded toml v0.7.8 |
| 762 | 2026-02-11T22:56:30.222Z | Downloaded rayon-core v1.12.1 |
| 763 | 2026-02-11T22:56:30.222Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 764 | 2026-02-11T22:56:30.222Z | Downloaded hickory-resolver v0.24.4 |
| 765 | 2026-02-11T22:56:30.222Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 766 | 2026-02-11T22:56:30.222Z | Downloaded tokio-util v0.7.15 |
| 767 | 2026-02-11T22:56:30.247Z | Downloaded uuid v1.19.0 |
| 768 | 2026-02-11T22:56:30.247Z | Downloaded tower v0.5.2 |
| 769 | 2026-02-11T22:56:30.247Z | Downloaded spki v0.7.3 |
| 770 | 2026-02-11T22:56:30.247Z | Downloaded rayon v1.10.0 |
| 771 | 2026-02-11T22:56:30.271Z | Downloaded qorb v0.4.1 |
| 772 | 2026-02-11T22:56:30.271Z | Downloaded yasna v0.5.2 |
| 773 | 2026-02-11T22:56:30.271Z | Downloaded vte_generate_state_changes v0.1.2 |
| 774 | 2026-02-11T22:56:30.271Z | Downloaded universal-hash v0.5.1 |
| 775 | 2026-02-11T22:56:30.271Z | Downloaded unicode-bidi v0.3.17 |
| 776 | 2026-02-11T22:56:30.271Z | Downloaded typed-path v0.9.3 |
| 777 | 2026-02-11T22:56:30.295Z | Downloaded tokio-postgres v0.7.13 |
| 778 | 2026-02-11T22:56:30.295Z | Downloaded ring v0.17.14 |
| 779 | 2026-02-11T22:56:30.334Z | Downloaded tiny-keccak v2.0.2 |
| 780 | 2026-02-11T22:56:30.359Z | Downloaded untrusted v0.9.0 |
| 781 | 2026-02-11T22:56:30.359Z | Downloaded twox-hash v2.1.0 |
| 782 | 2026-02-11T22:56:30.359Z | Downloaded rsa v0.9.8 |
| 783 | 2026-02-11T22:56:30.359Z | Downloaded wyz v0.5.1 |
| 784 | 2026-02-11T22:56:30.359Z | Downloaded waitgroup v0.1.2 |
| 785 | 2026-02-11T22:56:30.359Z | Downloaded tui-tree-widget v0.23.1 |
| 786 | 2026-02-11T22:56:30.359Z | Downloaded tap v1.0.1 |
| 787 | 2026-02-11T22:56:30.359Z | Downloaded signal-hook v0.3.18 |
| 788 | 2026-02-11T22:56:30.359Z | Downloaded tower-layer v0.3.3 |
| 789 | 2026-02-11T22:56:30.359Z | Downloaded tls_codec_derive v0.4.1 |
| 790 | 2026-02-11T22:56:30.360Z | Downloaded serde_path_to_error v0.1.20 |
| 791 | 2026-02-11T22:56:30.360Z | Downloaded walkdir v2.5.0 |
| 792 | 2026-02-11T22:56:30.387Z | Downloaded usdt v0.6.0 |
| 793 | 2026-02-11T22:56:30.387Z | Downloaded unarray v0.1.4 |
| 794 | 2026-02-11T22:56:30.388Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 795 | 2026-02-11T22:56:30.388Z | Downloaded testing_table v0.3.0 |
| 796 | 2026-02-11T22:56:30.388Z | Downloaded want v0.3.1 |
| 797 | 2026-02-11T22:56:30.388Z | Downloaded tokio-native-tls v0.3.1 |
| 798 | 2026-02-11T22:56:30.388Z | Downloaded quinn-udp v0.5.5 |
| 799 | 2026-02-11T22:56:30.388Z | Downloaded quinn v0.11.5 |
| 800 | 2026-02-11T22:56:30.388Z | Downloaded quick-error v1.2.3 |
| 801 | 2026-02-11T22:56:30.412Z | Downloaded proc-macro-error2 v2.0.1 |
| 802 | 2026-02-11T22:56:30.412Z | Downloaded httparse v1.9.5 |
| 803 | 2026-02-11T22:56:30.412Z | Downloaded usdt-attr-macro v0.6.0 |
| 804 | 2026-02-11T22:56:30.412Z | Downloaded unicode-properties v0.1.3 |
| 805 | 2026-02-11T22:56:30.412Z | Downloaded trait-variant v0.1.2 |
| 806 | 2026-02-11T22:56:30.412Z | Downloaded usdt-impl v0.6.0 |
| 807 | 2026-02-11T22:56:30.412Z | Downloaded typify v0.2.0 |
| 808 | 2026-02-11T22:56:30.412Z | Downloaded tracing v0.1.40 |
| 809 | 2026-02-11T22:56:30.412Z | Downloaded string_cache v0.8.9 |
| 810 | 2026-02-11T22:56:30.412Z | Downloaded spin v0.9.8 |
| 811 | 2026-02-11T22:56:30.439Z | Downloaded serde_cbor v0.11.2 |
| 812 | 2026-02-11T22:56:30.439Z | Downloaded unicase v2.8.1 |
| 813 | 2026-02-11T22:56:30.439Z | Downloaded tracing-core v0.1.32 |
| 814 | 2026-02-11T22:56:30.440Z | Downloaded rustc_version v0.4.1 |
| 815 | 2026-02-11T22:56:30.440Z | Downloaded untrusted v0.7.1 |
| 816 | 2026-02-11T22:56:30.440Z | Downloaded tokio-tungstenite v0.21.0 |
| 817 | 2026-02-11T22:56:30.440Z | Downloaded tokio-rustls v0.26.0 |
| 818 | 2026-02-11T22:56:30.440Z | Downloaded tinyvec v1.8.0 |
| 819 | 2026-02-11T22:56:30.440Z | Downloaded tabled_derive v0.10.0 |
| 820 | 2026-02-11T22:56:30.440Z | Downloaded ssh-key v0.6.6 |
| 821 | 2026-02-11T22:56:30.466Z | Downloaded slog-term v2.9.2 |
| 822 | 2026-02-11T22:56:30.467Z | Downloaded sapling-renderdag v0.1.0 |
| 823 | 2026-02-11T22:56:30.467Z | Downloaded hyper v1.8.1 |
| 824 | 2026-02-11T22:56:30.467Z | Downloaded crossbeam-utils v0.8.21 |
| 825 | 2026-02-11T22:56:30.467Z | Downloaded unit-prefix v0.5.1 |
| 826 | 2026-02-11T22:56:30.467Z | Downloaded tracing-attributes v0.1.27 |
| 827 | 2026-02-11T22:56:30.467Z | Downloaded tower-service v0.3.3 |
| 828 | 2026-02-11T22:56:30.467Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 829 | 2026-02-11T22:56:30.467Z | Downloaded tokio-rustls v0.25.0 |
| 830 | 2026-02-11T22:56:30.467Z | Downloaded tokio-rustls v0.24.1 |
| 831 | 2026-02-11T22:56:30.467Z | Downloaded static_assertions v1.1.0 |
| 832 | 2026-02-11T22:56:30.493Z | Downloaded snafu v0.8.5 |
| 833 | 2026-02-11T22:56:30.493Z | Downloaded rand_xorshift v0.4.0 |
| 834 | 2026-02-11T22:56:30.493Z | Downloaded prettyplease v0.2.36 |
| 835 | 2026-02-11T22:56:30.493Z | Downloaded parking_lot_core v0.9.10 |
| 836 | 2026-02-11T22:56:30.493Z | Downloaded heapless v0.8.0 |
| 837 | 2026-02-11T22:56:30.493Z | Downloaded test-strategy v0.4.3 |
| 838 | 2026-02-11T22:56:30.493Z | Downloaded tokio-tungstenite v0.23.1 |
| 839 | 2026-02-11T22:56:30.517Z | Downloaded tokio-macros v2.6.0 |
| 840 | 2026-02-11T22:56:30.517Z | Downloaded tokio-dtrace v0.1.0 |
| 841 | 2026-02-11T22:56:30.517Z | Downloaded time-core v0.1.6 |
| 842 | 2026-02-11T22:56:30.517Z | Downloaded termios v0.3.3 |
| 843 | 2026-02-11T22:56:30.518Z | Downloaded term v1.1.0 |
| 844 | 2026-02-11T22:56:30.518Z | Downloaded tagptr v0.2.0 |
| 845 | 2026-02-11T22:56:30.518Z | Downloaded tabwriter v1.4.0 |
| 846 | 2026-02-11T22:56:30.518Z | Downloaded tabled_derive v0.11.0 |
| 847 | 2026-02-11T22:56:30.518Z | Downloaded supports-color v3.0.2 |
| 848 | 2026-02-11T22:56:30.518Z | Downloaded rustls-webpki v0.102.8 |
| 849 | 2026-02-11T22:56:30.542Z | Downloaded hex-literal v0.4.1 |
| 850 | 2026-02-11T22:56:30.542Z | Downloaded sqlformat v0.3.5 |
| 851 | 2026-02-11T22:56:30.542Z | Downloaded socket2 v0.5.10 |
| 852 | 2026-02-11T22:56:30.567Z | Downloaded slog-dtrace v0.3.0 |
| 853 | 2026-02-11T22:56:30.567Z | Downloaded slog v2.8.2 |
| 854 | 2026-02-11T22:56:30.567Z | Downloaded similar v2.7.0 |
| 855 | 2026-02-11T22:56:30.567Z | Downloaded schemars v1.0.4 |
| 856 | 2026-02-11T22:56:30.597Z | Downloaded rustversion v1.0.22 |
| 857 | 2026-02-11T22:56:30.597Z | Downloaded openssl-probe v0.1.5 |
| 858 | 2026-02-11T22:56:30.597Z | Downloaded half v2.4.1 |
| 859 | 2026-02-11T22:56:30.597Z | Downloaded thread-id v5.0.0 |
| 860 | 2026-02-11T22:56:30.597Z | Downloaded thiserror-no-std v2.0.2 |
| 861 | 2026-02-11T22:56:30.597Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 862 | 2026-02-11T22:56:30.597Z | Downloaded support-bundle-viewer v0.1.2 |
| 863 | 2026-02-11T22:56:30.597Z | Downloaded subtle v2.6.1 |
| 864 | 2026-02-11T22:56:30.597Z | Downloaded strum v0.27.2 |
| 865 | 2026-02-11T22:56:30.597Z | Downloaded structmeta-derive v0.3.0 |
| 866 | 2026-02-11T22:56:30.597Z | Downloaded snafu-derive v0.8.5 |
| 867 | 2026-02-11T22:56:30.597Z | Downloaded slog-json v2.6.1 |
| 868 | 2026-02-11T22:56:30.597Z | Downloaded ingot v0.1.1 |
| 869 | 2026-02-11T22:56:30.624Z | Downloaded strum_macros v0.26.4 |
| 870 | 2026-02-11T22:56:30.624Z | Downloaded stringprep v0.1.5 |
| 871 | 2026-02-11T22:56:30.624Z | Downloaded ssh-encoding v0.2.0 |
| 872 | 2026-02-11T22:56:30.624Z | Downloaded smf v0.2.3 |
| 873 | 2026-02-11T22:56:30.624Z | Downloaded signal-hook-registry v1.4.2 |
| 874 | 2026-02-11T22:56:30.624Z | Downloaded serde_with_macros v3.16.1 |
| 875 | 2026-02-11T22:56:30.624Z | Downloaded regex-syntax v0.8.5 |
| 876 | 2026-02-11T22:56:30.624Z | Downloaded regex-syntax v0.6.29 |
| 877 | 2026-02-11T22:56:30.624Z | Downloaded hubpack v0.1.2 |
| 878 | 2026-02-11T22:56:30.624Z | Downloaded salsa20 v0.10.2 |
| 879 | 2026-02-11T22:56:30.624Z | Downloaded regress v0.10.4 |
| 880 | 2026-02-11T22:56:30.649Z | Downloaded sync_wrapper v1.0.1 |
| 881 | 2026-02-11T22:56:30.649Z | Downloaded sigpipe v0.1.3 |
| 882 | 2026-02-11T22:56:30.650Z | Downloaded schemars v0.9.0 |
| 883 | 2026-02-11T22:56:30.675Z | Downloaded rustc-hash v1.1.0 |
| 884 | 2026-02-11T22:56:30.675Z | Downloaded rtoolbox v0.0.2 |
| 885 | 2026-02-11T22:56:30.675Z | Downloaded tls_codec v0.4.1 |
| 886 | 2026-02-11T22:56:30.675Z | Downloaded sync-ptr v0.1.4 |
| 887 | 2026-02-11T22:56:30.675Z | Downloaded strum_macros v0.27.2 |
| 888 | 2026-02-11T22:56:30.675Z | Downloaded strum v0.26.3 |
| 889 | 2026-02-11T22:56:30.675Z | Downloaded structmeta v0.3.0 |
| 890 | 2026-02-11T22:56:30.675Z | Downloaded ssh-cipher v0.2.0 |
| 891 | 2026-02-11T22:56:30.675Z | Downloaded sqlparser_derive v0.2.2 |
| 892 | 2026-02-11T22:56:30.675Z | Downloaded slog-envlogger v2.2.0 |
| 893 | 2026-02-11T22:56:30.675Z | Downloaded slog-bunyan v2.5.0 |
| 894 | 2026-02-11T22:56:30.676Z | Downloaded slog-async v2.8.0 |
| 895 | 2026-02-11T22:56:30.676Z | Downloaded slab v0.4.9 |
| 896 | 2026-02-11T22:56:30.676Z | Downloaded siphasher v0.3.11 |
| 897 | 2026-02-11T22:56:30.676Z | Downloaded signature v2.2.0 |
| 898 | 2026-02-11T22:56:30.676Z | Downloaded serde_repr v0.1.19 |
| 899 | 2026-02-11T22:56:30.701Z | Downloaded schemars v0.8.22 |
| 900 | 2026-02-11T22:56:30.701Z | Downloaded samael v0.0.19 |
| 901 | 2026-02-11T22:56:30.701Z | Downloaded russh v0.45.0 |
| 902 | 2026-02-11T22:56:30.725Z | Downloaded p521 v0.13.3 |
| 903 | 2026-02-11T22:56:30.725Z | Downloaded lzma-sys v0.1.20 |
| 904 | 2026-02-11T22:56:30.750Z | Downloaded bindgen v0.71.1 |
| 905 | 2026-02-11T22:56:30.750Z | Downloaded slog-scope v4.4.0 |
| 906 | 2026-02-11T22:56:30.750Z | Downloaded shell-words v1.1.0 |
| 907 | 2026-02-11T22:56:30.777Z | Downloaded serde_plain v1.0.2 |
| 908 | 2026-02-11T22:56:30.777Z | Downloaded rustyline v14.0.0 |
| 909 | 2026-02-11T22:56:30.777Z | Downloaded rustls-webpki v0.101.7 |
| 910 | 2026-02-11T22:56:30.777Z | Downloaded regex v1.11.3 |
| 911 | 2026-02-11T22:56:30.804Z | Downloaded radium v0.7.0 |
| 912 | 2026-02-11T22:56:30.804Z | Downloaded siphasher v1.0.1 |
| 913 | 2026-02-11T22:56:30.804Z | Downloaded serde_yaml v0.9.34+deprecated |
| 914 | 2026-02-11T22:56:30.804Z | Downloaded serde_bytes v0.11.19 |
| 915 | 2026-02-11T22:56:30.804Z | Downloaded progenitor-macro v0.11.2 |
| 916 | 2026-02-11T22:56:30.804Z | Downloaded headers-core v0.3.0 |
| 917 | 2026-02-11T22:56:30.804Z | Downloaded poly1305 v0.8.0 |
| 918 | 2026-02-11T22:56:30.804Z | Downloaded crunchy v0.2.2 |
| 919 | 2026-02-11T22:56:30.804Z | Downloaded simd-adler32 v0.3.7 |
| 920 | 2026-02-11T22:56:30.804Z | Downloaded signal-hook-tokio v0.3.1 |
| 921 | 2026-02-11T22:56:30.804Z | Downloaded serde-hex v0.1.0 |
| 922 | 2026-02-11T22:56:30.804Z | Downloaded seq-macro v0.3.6 |
| 923 | 2026-02-11T22:56:30.828Z | Downloaded sct v0.7.1 |
| 924 | 2026-02-11T22:56:30.828Z | Downloaded schemars_derive v0.8.22 |
| 925 | 2026-02-11T22:56:30.828Z | Downloaded radix_trie v0.2.1 |
| 926 | 2026-02-11T22:56:30.828Z | Downloaded proc-macro-crate v1.3.1 |
| 927 | 2026-02-11T22:56:30.828Z | Downloaded primeorder v0.13.6 |
| 928 | 2026-02-11T22:56:30.829Z | Downloaded nix v0.30.1 |
| 929 | 2026-02-11T22:56:30.854Z | Downloaded sha1 v0.10.6 |
| 930 | 2026-02-11T22:56:30.854Z | Downloaded serde_urlencoded v0.7.1 |
| 931 | 2026-02-11T22:56:30.854Z | Downloaded serde_spanned v1.0.4 |
| 932 | 2026-02-11T22:56:30.854Z | Downloaded scopeguard v1.2.0 |
| 933 | 2026-02-11T22:56:30.854Z | Downloaded rustls-pki-types v1.10.0 |
| 934 | 2026-02-11T22:56:30.854Z | Downloaded proptest v1.7.0 |
| 935 | 2026-02-11T22:56:30.854Z | Downloaded pretty_assertions v1.4.1 |
| 936 | 2026-02-11T22:56:30.854Z | Downloaded papergrid v0.17.0 |
| 937 | 2026-02-11T22:56:30.878Z | Downloaded libz-sys v1.1.20 |
| 938 | 2026-02-11T22:56:30.904Z | Downloaded bstr v1.10.0 |
| 939 | 2026-02-11T22:56:30.904Z | Downloaded take_mut v0.2.2 |
| 940 | 2026-02-11T22:56:30.904Z | Downloaded shlex v1.3.0 |
| 941 | 2026-02-11T22:56:30.904Z | Downloaded scroll v0.13.0 |
| 942 | 2026-02-11T22:56:30.904Z | Downloaded quinn-proto v0.11.8 |
| 943 | 2026-02-11T22:56:30.904Z | Downloaded nix v0.29.0 |
| 944 | 2026-02-11T22:56:30.928Z | Downloaded secrecy v0.8.0 |
| 945 | 2026-02-11T22:56:30.929Z | Downloaded rusty-fork v0.3.0 |
| 946 | 2026-02-11T22:56:30.929Z | Downloaded reedline v0.40.0 |
| 947 | 2026-02-11T22:56:30.929Z | Downloaded prefix-trie v0.7.0 |
| 948 | 2026-02-11T22:56:30.929Z | Downloaded pin-project v1.1.6 |
| 949 | 2026-02-11T22:56:30.954Z | Downloaded petname v2.0.2 |
| 950 | 2026-02-11T22:56:30.954Z | Downloaded h2 v0.4.6 |
| 951 | 2026-02-11T22:56:30.954Z | Downloaded globwalk v0.9.1 |
| 952 | 2026-02-11T22:56:30.954Z | Downloaded secrecy v0.10.3 |
| 953 | 2026-02-11T22:56:30.978Z | Downloaded scrypt v0.11.0 |
| 954 | 2026-02-11T22:56:30.978Z | Downloaded scheduled-thread-pool v0.2.7 |
| 955 | 2026-02-11T22:56:30.978Z | Downloaded ryu v1.0.18 |
| 956 | 2026-02-11T22:56:30.979Z | Downloaded reqwest v0.12.24 |
| 957 | 2026-02-11T22:56:30.979Z | Downloaded polar-core v0.27.3 |
| 958 | 2026-02-11T22:56:30.979Z | Downloaded parking_lot v0.11.2 |
| 959 | 2026-02-11T22:56:31.003Z | Downloaded nix v0.27.1 |
| 960 | 2026-02-11T22:56:31.003Z | Downloaded signal-hook-mio v0.2.4 |
| 961 | 2026-02-11T22:56:31.003Z | Downloaded scroll_derive v0.13.1 |
| 962 | 2026-02-11T22:56:31.003Z | Downloaded rustls-pemfile v2.2.0 |
| 963 | 2026-02-11T22:56:31.003Z | Downloaded rpassword v7.4.0 |
| 964 | 2026-02-11T22:56:31.003Z | Downloaded ron v0.8.1 |
| 965 | 2026-02-11T22:56:31.028Z | Downloaded rcgen v0.12.1 |
| 966 | 2026-02-11T22:56:31.028Z | Downloaded portable-atomic v1.11.0 |
| 967 | 2026-02-11T22:56:31.028Z | Downloaded heapless v0.7.17 |
| 968 | 2026-02-11T22:56:31.028Z | Downloaded russh-keys v0.45.0 |
| 969 | 2026-02-11T22:56:31.028Z | Downloaded parking_lot_core v0.8.6 |
| 970 | 2026-02-11T22:56:31.028Z | Downloaded object v0.30.4 |
| 971 | 2026-02-11T22:56:31.053Z | Downloaded ron v0.7.1 |
| 972 | 2026-02-11T22:56:31.053Z | Downloaded ref-cast v1.0.25 |
| 973 | 2026-02-11T22:56:31.053Z | Downloaded rand v0.9.2 |
| 974 | 2026-02-11T22:56:31.053Z | Downloaded rand v0.8.5 |
| 975 | 2026-02-11T22:56:31.083Z | Downloaded r2d2 v0.8.10 |
| 976 | 2026-02-11T22:56:31.083Z | Downloaded quick-xml v0.37.2 |
| 977 | 2026-02-11T22:56:31.083Z | Downloaded psl-types v2.0.11 |
| 978 | 2026-02-11T22:56:31.083Z | Downloaded progenitor-macro v0.10.0 |
| 979 | 2026-02-11T22:56:31.083Z | Downloaded progenitor-impl v0.11.2 |
| 980 | 2026-02-11T22:56:31.083Z | Downloaded polyval v0.6.2 |
| 981 | 2026-02-11T22:56:31.083Z | Downloaded indoc v2.0.6 |
| 982 | 2026-02-11T22:56:31.083Z | Downloaded highway v1.3.0 |
| 983 | 2026-02-11T22:56:31.083Z | Downloaded hickory-client v0.25.2 |
| 984 | 2026-02-11T22:56:31.084Z | Downloaded rand_chacha v0.9.0 |
| 985 | 2026-02-11T22:56:31.108Z | Downloaded openssl-macros v0.1.1 |
| 986 | 2026-02-11T22:56:31.108Z | Downloaded postgres-protocol v0.6.8 |
| 987 | 2026-02-11T22:56:31.108Z | Downloaded parse-display v0.10.0 |
| 988 | 2026-02-11T22:56:31.108Z | Downloaded rustls-native-certs v0.8.1 |
| 989 | 2026-02-11T22:56:31.108Z | Downloaded russh-cryptovec v0.7.3 |
| 990 | 2026-02-11T22:56:31.108Z | Downloaded resolv-conf v0.7.0 |
| 991 | 2026-02-11T22:56:31.108Z | Downloaded ref-cast-impl v1.0.25 |
| 992 | 2026-02-11T22:56:31.108Z | Downloaded rand_core v0.9.3 |
| 993 | 2026-02-11T22:56:31.108Z | Downloaded rand_core v0.6.4 |
| 994 | 2026-02-11T22:56:31.108Z | Downloaded progenitor v0.10.0 |
| 995 | 2026-02-11T22:56:31.110Z | Downloaded predicates-tree v1.0.12 |
| 996 | 2026-02-11T22:56:31.110Z | Downloaded pkg-config v0.3.31 |
| 997 | 2026-02-11T22:56:31.110Z | Downloaded md-5 v0.10.6 |
| 998 | 2026-02-11T22:56:31.110Z | Downloaded internet-checksum v0.2.1 |
| 999 | 2026-02-11T22:56:31.110Z | Downloaded humantime v2.2.0 |
| 1000 | 2026-02-11T22:56:31.110Z | Downloaded rustc_version v0.1.7 |
| 1001 | 2026-02-11T22:56:31.110Z | Downloaded progenitor-client v0.11.2 |
| 1002 | 2026-02-11T22:56:31.110Z | Downloaded progenitor v0.8.0 |
| 1003 | 2026-02-11T22:56:31.110Z | Downloaded nix v0.28.0 |
| 1004 | 2026-02-11T22:56:31.136Z | Downloaded hyper-tls v0.6.0 |
| 1005 | 2026-02-11T22:56:31.136Z | Downloaded heck v0.3.3 |
| 1006 | 2026-02-11T22:56:31.136Z | Downloaded crossterm v0.29.0 |
| 1007 | 2026-02-11T22:56:31.136Z | Downloaded progenitor v0.11.2 |
| 1008 | 2026-02-11T22:56:31.136Z | Downloaded precomputed-hash v0.1.1 |
| 1009 | 2026-02-11T22:56:31.137Z | Downloaded postgres-types v0.2.9 |
| 1010 | 2026-02-11T22:56:31.161Z | Downloaded postcard v1.0.10 |
| 1011 | 2026-02-11T22:56:31.161Z | Downloaded num-bigint v0.4.6 |
| 1012 | 2026-02-11T22:56:31.161Z | Downloaded hashbrown v0.15.4 |
| 1013 | 2026-02-11T22:56:31.161Z | Downloaded hash32 v0.2.1 |
| 1014 | 2026-02-11T22:56:31.161Z | Downloaded progenitor-client v0.10.0 |
| 1015 | 2026-02-11T22:56:31.161Z | Downloaded predicates-core v1.0.8 |
| 1016 | 2026-02-11T22:56:31.161Z | Downloaded predicates v3.1.3 |
| 1017 | 2026-02-11T22:56:31.161Z | Downloaded ppv-lite86 v0.2.20 |
| 1018 | 2026-02-11T22:56:31.161Z | Downloaded pkcs1 v0.7.5 |
| 1019 | 2026-02-11T22:56:31.161Z | Downloaded pin-utils v0.1.0 |
| 1020 | 2026-02-11T22:56:31.189Z | Downloaded phf_shared v0.12.1 |
| 1021 | 2026-02-11T22:56:31.189Z | Downloaded pem v3.0.5 |
| 1022 | 2026-02-11T22:56:31.189Z | Downloaded peg v0.8.5 |
| 1023 | 2026-02-11T22:56:31.189Z | Downloaded pbkdf2 v0.11.0 |
| 1024 | 2026-02-11T22:56:31.189Z | Downloaded password-hash v0.4.2 |
| 1025 | 2026-02-11T22:56:31.189Z | Downloaded owo-colors v4.2.2 |
| 1026 | 2026-02-11T22:56:31.189Z | Downloaded oso-derive v0.27.3 |
| 1027 | 2026-02-11T22:56:31.189Z | Downloaded openssl-sys v0.9.109 |
| 1028 | 2026-02-11T22:56:31.189Z | Downloaded num-bigint-dig v0.8.6 |
| 1029 | 2026-02-11T22:56:31.215Z | Downloaded nom v7.1.3 |
| 1030 | 2026-02-11T22:56:31.216Z | Downloaded hashbrown v0.13.2 |
| 1031 | 2026-02-11T22:56:31.216Z | Downloaded crypto-bigint v0.5.5 |
| 1032 | 2026-02-11T22:56:31.216Z | Downloaded crossbeam-channel v0.5.15 |
| 1033 | 2026-02-11T22:56:31.216Z | Downloaded progenitor-client v0.8.0 |
| 1034 | 2026-02-11T22:56:31.216Z | Downloaded powerfmt v0.2.0 |
| 1035 | 2026-02-11T22:56:31.216Z | Downloaded pkcs5 v0.7.1 |
| 1036 | 2026-02-11T22:56:31.244Z | Downloaded phf v0.12.1 |
| 1037 | 2026-02-11T22:56:31.244Z | Downloaded path-slash v0.1.5 |
| 1038 | 2026-02-11T22:56:31.244Z | Downloaded papergrid v0.14.0 |
| 1039 | 2026-02-11T22:56:31.244Z | Downloaded packed_struct_codegen v0.10.1 |
| 1040 | 2026-02-11T22:56:31.244Z | Downloaded oxnet v0.1.4 |
| 1041 | 2026-02-11T22:56:31.244Z | Downloaded num v0.4.3 |
| 1042 | 2026-02-11T22:56:31.244Z | Downloaded hickory-resolver v0.25.2 |
| 1043 | 2026-02-11T22:56:31.244Z | Downloaded hashbrown v0.12.3 |
| 1044 | 2026-02-11T22:56:31.244Z | Downloaded const-oid v0.9.6 |
| 1045 | 2026-02-11T22:56:31.245Z | Downloaded phf_shared v0.11.2 |
| 1046 | 2026-02-11T22:56:31.245Z | Downloaded phf v0.11.2 |
| 1047 | 2026-02-11T22:56:31.245Z | Downloaded peg-macros v0.8.5 |
| 1048 | 2026-02-11T22:56:31.269Z | Downloaded pbkdf2 v0.12.2 |
| 1049 | 2026-02-11T22:56:31.270Z | Downloaded paste v1.0.15 |
| 1050 | 2026-02-11T22:56:31.270Z | Downloaded parse-display-derive v0.10.0 |
| 1051 | 2026-02-11T22:56:31.270Z | Downloaded packed_struct v0.10.1 |
| 1052 | 2026-02-11T22:56:31.270Z | Downloaded p256 v0.13.2 |
| 1053 | 2026-02-11T22:56:31.270Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1054 | 2026-02-11T22:56:31.270Z | Downloaded oso v0.27.3 |
| 1055 | 2026-02-11T22:56:31.270Z | Downloaded omicron-zone-package v0.12.2 |
| 1056 | 2026-02-11T22:56:31.270Z | Downloaded num_threads v0.1.7 |
| 1057 | 2026-02-11T22:56:31.270Z | Downloaded num-derive v0.4.2 |
| 1058 | 2026-02-11T22:56:31.270Z | Downloaded num-complex v0.4.6 |
| 1059 | 2026-02-11T22:56:31.270Z | Downloaded nodrop v0.1.14 |
| 1060 | 2026-02-11T22:56:31.270Z | Downloaded nibble_vec v0.1.0 |
| 1061 | 2026-02-11T22:56:31.270Z | Downloaded newtype-uuid v1.3.2 |
| 1062 | 2026-02-11T22:56:31.294Z | Downloaded crc-any v2.5.0 |
| 1063 | 2026-02-11T22:56:31.294Z | Downloaded crc v3.2.1 |
| 1064 | 2026-02-11T22:56:31.294Z | Downloaded corncobs v0.1.4 |
| 1065 | 2026-02-11T22:56:31.294Z | Downloaded cookie v0.18.1 |
| 1066 | 2026-02-11T22:56:31.294Z | Downloaded convert_case v0.7.1 |
| 1067 | 2026-02-11T22:56:31.294Z | Downloaded const_format v0.2.34 |
| 1068 | 2026-02-11T22:56:31.294Z | Downloaded compact_str v0.8.0 |
| 1069 | 2026-02-11T22:56:31.294Z | Downloaded clang-sys v1.8.1 |
| 1070 | 2026-02-11T22:56:31.294Z | Downloaded cassowary v0.3.0 |
| 1071 | 2026-02-11T22:56:31.294Z | Downloaded rand_seeder v0.4.0 |
| 1072 | 2026-02-11T22:56:31.318Z | Downloaded peg-runtime v0.8.5 |
| 1073 | 2026-02-11T22:56:31.318Z | Downloaded parse-size v1.1.0 |
| 1074 | 2026-02-11T22:56:31.318Z | Downloaded opaque-debug v0.3.1 |
| 1075 | 2026-02-11T22:56:31.318Z | Downloaded keccak v0.1.5 |
| 1076 | 2026-02-11T22:56:31.319Z | Downloaded indoc v1.0.9 |
| 1077 | 2026-02-11T22:56:31.319Z | Downloaded http-body-util v0.1.3 |
| 1078 | 2026-02-11T22:56:31.319Z | Downloaded http-body v1.0.1 |
| 1079 | 2026-02-11T22:56:31.319Z | Downloaded home v0.5.9 |
| 1080 | 2026-02-11T22:56:31.319Z | Downloaded crc8 v0.1.1 |
| 1081 | 2026-02-11T22:56:31.319Z | Downloaded bit-vec v0.8.0 |
| 1082 | 2026-02-11T22:56:31.319Z | Downloaded num-integer v0.1.46 |
| 1083 | 2026-02-11T22:56:31.319Z | Downloaded normalize-line-endings v0.3.0 |
| 1084 | 2026-02-11T22:56:31.319Z | Downloaded constant_time_eq v0.3.1 |
| 1085 | 2026-02-11T22:56:31.319Z | Downloaded bit-set v0.8.0 |
| 1086 | 2026-02-11T22:56:31.319Z | Downloaded num-iter v0.1.45 |
| 1087 | 2026-02-11T22:56:31.319Z | Downloaded nonempty v0.12.0 |
| 1088 | 2026-02-11T22:56:31.319Z | Downloaded ctr v0.9.2 |
| 1089 | 2026-02-11T22:56:31.319Z | Downloaded cobs v0.2.3 |
| 1090 | 2026-02-11T22:56:31.344Z | Downloaded pretty-hex v0.2.1 |
| 1091 | 2026-02-11T22:56:31.344Z | Downloaded number_prefix v0.4.0 |
| 1092 | 2026-02-11T22:56:31.344Z | Downloaded num_enum_derive v0.5.11 |
| 1093 | 2026-02-11T22:56:31.344Z | Downloaded num-derive v0.3.3 |
| 1094 | 2026-02-11T22:56:31.344Z | Downloaded num-conv v0.1.0 |
| 1095 | 2026-02-11T22:56:31.344Z | Downloaded aws-lc-sys v0.26.0 |
| 1096 | 2026-02-11T22:56:31.559Z | Downloaded nu-ansi-term v0.50.1 |
| 1097 | 2026-02-11T22:56:31.585Z | Downloaded newtype_derive v0.1.6 |
| 1098 | 2026-02-11T22:56:31.585Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1099 | 2026-02-11T22:56:31.585Z | Downloaded newline-converter v0.3.0 |
| 1100 | 2026-02-11T22:56:31.585Z | Downloaded multer v3.1.0 |
| 1101 | 2026-02-11T22:56:31.585Z | Downloaded mio v1.0.2 |
| 1102 | 2026-02-11T22:56:31.585Z | Downloaded miniz_oxide v0.8.5 |
| 1103 | 2026-02-11T22:56:31.585Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1104 | 2026-02-11T22:56:31.585Z | Downloaded ciborium-io v0.2.2 |
| 1105 | 2026-02-11T22:56:31.585Z | Downloaded chacha20poly1305 v0.10.1 |
| 1106 | 2026-02-11T22:56:31.585Z | Downloaded new_debug_unreachable v1.0.6 |
| 1107 | 2026-02-11T22:56:31.586Z | Downloaded native-tls v0.2.12 |
| 1108 | 2026-02-11T22:56:31.612Z | Downloaded nanorand v0.7.0 |
| 1109 | 2026-02-11T22:56:31.612Z | Downloaded multimap v0.10.1 |
| 1110 | 2026-02-11T22:56:31.612Z | Downloaded minimal-lexical v0.2.1 |
| 1111 | 2026-02-11T22:56:31.612Z | Downloaded mime_guess v2.0.5 |
| 1112 | 2026-02-11T22:56:31.612Z | Downloaded crossbeam-epoch v0.9.18 |
| 1113 | 2026-02-11T22:56:31.612Z | Downloaded colored v3.0.0 |
| 1114 | 2026-02-11T22:56:31.612Z | Downloaded chacha20 v0.9.1 |
| 1115 | 2026-02-11T22:56:31.612Z | Downloaded p384 v0.13.1 |
| 1116 | 2026-02-11T22:56:31.613Z | Downloaded mime v0.3.17 |
| 1117 | 2026-02-11T22:56:31.613Z | Downloaded crc-catalog v2.4.0 |
| 1118 | 2026-02-11T22:56:31.613Z | Downloaded ciborium-ll v0.2.2 |
| 1119 | 2026-02-11T22:56:31.613Z | Downloaded cexpr v0.6.0 |
| 1120 | 2026-02-11T22:56:31.638Z | Downloaded cargo-platform v0.1.8 |
| 1121 | 2026-02-11T22:56:31.638Z | Downloaded cancel-safe-futures v0.1.5 |
| 1122 | 2026-02-11T22:56:31.638Z | Downloaded buf-list v1.0.3 |
| 1123 | 2026-02-11T22:56:31.638Z | Downloaded block-padding v0.3.3 |
| 1124 | 2026-02-11T22:56:31.638Z | Downloaded memoffset v0.9.1 |
| 1125 | 2026-02-11T22:56:31.638Z | Downloaded memmap2 v0.9.8 |
| 1126 | 2026-02-11T22:56:31.638Z | Downloaded md5 v0.7.0 |
| 1127 | 2026-02-11T22:56:31.638Z | Downloaded maybe-uninit v2.0.0 |
| 1128 | 2026-02-11T22:56:31.638Z | Downloaded match_cfg v0.1.0 |
| 1129 | 2026-02-11T22:56:31.638Z | Downloaded lru v0.12.5 |
| 1130 | 2026-02-11T22:56:31.638Z | Downloaded litrs v0.4.1 |
| 1131 | 2026-02-11T22:56:31.638Z | Downloaded libz-rs-sys v0.5.1 |
| 1132 | 2026-02-11T22:56:31.638Z | Downloaded libxml v0.3.3 |
| 1133 | 2026-02-11T22:56:31.663Z | Downloaded jiff v0.2.15 |
| 1134 | 2026-02-11T22:56:31.663Z | Downloaded convert_case v0.4.0 |
| 1135 | 2026-02-11T22:56:31.663Z | Downloaded console v0.16.0 |
| 1136 | 2026-02-11T22:56:31.663Z | Downloaded chrono v0.4.43 |
| 1137 | 2026-02-11T22:56:31.688Z | Downloaded bzip2 v0.5.2 |
| 1138 | 2026-02-11T22:56:31.688Z | Downloaded bzip2 v0.4.4 |
| 1139 | 2026-02-11T22:56:31.689Z | Downloaded bitflags v1.3.2 |
| 1140 | 2026-02-11T22:56:31.689Z | Downloaded bcs v0.1.6 |
| 1141 | 2026-02-11T22:56:31.689Z | Downloaded managed v0.8.0 |
| 1142 | 2026-02-11T22:56:31.689Z | Downloaded lzss v0.8.2 |
| 1143 | 2026-02-11T22:56:31.689Z | Downloaded lru-cache v0.1.2 |
| 1144 | 2026-02-11T22:56:31.689Z | Downloaded lockfree-object-pool v0.1.6 |
| 1145 | 2026-02-11T22:56:31.689Z | Downloaded linked-hash-map v0.5.6 |
| 1146 | 2026-02-11T22:56:31.689Z | Downloaded linear-map v1.2.0 |
| 1147 | 2026-02-11T22:56:31.713Z | Downloaded libsw-core v0.3.1 |
| 1148 | 2026-02-11T22:56:31.713Z | Downloaded libm v0.2.8 |
| 1149 | 2026-02-11T22:56:31.713Z | Downloaded lalrpop v0.19.12 |
| 1150 | 2026-02-11T22:56:31.713Z | Downloaded jiff-static v0.2.15 |
| 1151 | 2026-02-11T22:56:31.739Z | Downloaded critical-section v1.1.3 |
| 1152 | 2026-02-11T22:56:31.739Z | Downloaded openapiv3 v2.2.0 |
| 1153 | 2026-02-11T22:56:31.739Z | Downloaded moka v0.12.10 |
| 1154 | 2026-02-11T22:56:31.763Z | Downloaded maplit v1.0.2 |
| 1155 | 2026-02-11T22:56:31.763Z | Downloaded libscf-sys v1.1.0 |
| 1156 | 2026-02-11T22:56:31.763Z | Downloaded kstat-rs v0.2.4 |
| 1157 | 2026-02-11T22:56:31.763Z | Downloaded itertools v0.10.5 |
| 1158 | 2026-02-11T22:56:31.763Z | Downloaded is_ci v1.2.0 |
| 1159 | 2026-02-11T22:56:31.763Z | Downloaded hickory-proto v0.25.2 |
| 1160 | 2026-02-11T22:56:31.787Z | Downloaded indexmap v1.9.3 |
| 1161 | 2026-02-11T22:56:31.787Z | Downloaded iddqd v0.3.16 |
| 1162 | 2026-02-11T22:56:31.787Z | Downloaded git2 v0.20.2 |
| 1163 | 2026-02-11T22:56:31.811Z | Downloaded gimli v0.31.1 |
| 1164 | 2026-02-11T22:56:31.811Z | Downloaded diesel v2.2.12 |
| 1165 | 2026-02-11T22:56:31.835Z | Downloaded colored v2.2.0 |
| 1166 | 2026-02-11T22:56:31.835Z | Downloaded bitfield-struct v0.6.2 |
| 1167 | 2026-02-11T22:56:31.835Z | Downloaded libsw v3.5.0 |
| 1168 | 2026-02-11T22:56:31.835Z | Downloaded libloading v0.8.5 |
| 1169 | 2026-02-11T22:56:31.836Z | Downloaded libefi-sys v0.1.0 |
| 1170 | 2026-02-11T22:56:31.836Z | Downloaded lazycell v1.3.0 |
| 1171 | 2026-02-11T22:56:31.836Z | Downloaded lalrpop-util v0.19.12 |
| 1172 | 2026-02-11T22:56:31.836Z | Downloaded itertools v0.13.0 |
| 1173 | 2026-02-11T22:56:31.859Z | Downloaded itertools v0.12.1 |
| 1174 | 2026-02-11T22:56:31.860Z | Downloaded is-terminal v0.4.13 |
| 1175 | 2026-02-11T22:56:31.860Z | Downloaded iri-string v0.7.8 |
| 1176 | 2026-02-11T22:56:31.884Z | Downloaded indent_write v2.2.0 |
| 1177 | 2026-02-11T22:56:31.884Z | Downloaded dropshot v0.16.7 |
| 1178 | 2026-02-11T22:56:31.908Z | Downloaded cc v1.2.30 |
| 1179 | 2026-02-11T22:56:31.908Z | Downloaded cargo_metadata v0.19.2 |
| 1180 | 2026-02-11T22:56:31.908Z | Downloaded bytes v1.11.1 |
| 1181 | 2026-02-11T22:56:31.908Z | Downloaded bindgen v0.69.5 |
| 1182 | 2026-02-11T22:56:31.932Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1183 | 2026-02-11T22:56:31.932Z | Downloaded base64ct v1.6.0 |
| 1184 | 2026-02-11T22:56:31.932Z | Downloaded hyper-util v0.1.19 |
| 1185 | 2026-02-11T22:56:31.932Z | Downloaded futures-util v0.3.31 |
| 1186 | 2026-02-11T22:56:31.957Z | Downloaded blowfish v0.9.1 |
| 1187 | 2026-02-11T22:56:31.957Z | Downloaded blake2 v0.10.6 |
| 1188 | 2026-02-11T22:56:31.957Z | Downloaded ipnet v2.11.0 |
| 1189 | 2026-02-11T22:56:31.957Z | Downloaded indicatif v0.18.0 |
| 1190 | 2026-02-11T22:56:31.957Z | Downloaded indicatif v0.17.11 |
| 1191 | 2026-02-11T22:56:31.957Z | Downloaded hyper-rustls v0.27.7 |
| 1192 | 2026-02-11T22:56:31.983Z | Downloaded flate2 v1.1.2 |
| 1193 | 2026-02-11T22:56:31.983Z | Downloaded dropshot-api-manager v0.2.4 |
| 1194 | 2026-02-11T22:56:31.983Z | Downloaded cipher v0.4.4 |
| 1195 | 2026-02-11T22:56:31.983Z | Downloaded cbc v0.1.2 |
| 1196 | 2026-02-11T22:56:31.983Z | Downloaded bitfield v0.19.2 |
| 1197 | 2026-02-11T22:56:31.983Z | Downloaded bit-vec v0.6.3 |
| 1198 | 2026-02-11T22:56:31.983Z | Downloaded flume v0.11.1 |
| 1199 | 2026-02-11T22:56:31.984Z | Downloaded darling_core v0.20.10 |
| 1200 | 2026-02-11T22:56:32.008Z | Downloaded cfg_aliases v0.1.1 |
| 1201 | 2026-02-11T22:56:32.008Z | Downloaded ingot-types v0.1.2 |
| 1202 | 2026-02-11T22:56:32.008Z | Downloaded ingot-macros v0.1.1 |
| 1203 | 2026-02-11T22:56:32.008Z | Downloaded iana-time-zone v0.1.63 |
| 1204 | 2026-02-11T22:56:32.008Z | Downloaded glob v0.3.2 |
| 1205 | 2026-02-11T22:56:32.008Z | Downloaded futures-task v0.3.31 |
| 1206 | 2026-02-11T22:56:32.010Z | Downloaded futures-executor v0.3.31 |
| 1207 | 2026-02-11T22:56:32.010Z | Downloaded futures-channel v0.3.31 |
| 1208 | 2026-02-11T22:56:32.010Z | Downloaded fs_extra v1.3.0 |
| 1209 | 2026-02-11T22:56:32.010Z | Downloaded foldhash v0.2.0 |
| 1210 | 2026-02-11T22:56:32.010Z | Downloaded fixedbitset v0.5.7 |
| 1211 | 2026-02-11T22:56:32.010Z | Downloaded fd-lock v4.0.2 |
| 1212 | 2026-02-11T22:56:32.010Z | Downloaded fatfs v0.3.6 |
| 1213 | 2026-02-11T22:56:32.034Z | Downloaded fallible-iterator v0.2.0 |
| 1214 | 2026-02-11T22:56:32.034Z | Downloaded env_logger v0.11.8 |
| 1215 | 2026-02-11T22:56:32.034Z | Downloaded embedded-io v0.6.1 |
| 1216 | 2026-02-11T22:56:32.034Z | Downloaded elliptic-curve v0.13.8 |
| 1217 | 2026-02-11T22:56:32.034Z | Downloaded dyn-clone v1.0.20 |
| 1218 | 2026-02-11T22:56:32.034Z | Downloaded dunce v1.0.5 |
| 1219 | 2026-02-11T22:56:32.034Z | Downloaded dsl_auto_type v0.1.2 |
| 1220 | 2026-02-11T22:56:32.034Z | Downloaded dropshot_endpoint v0.16.7 |
| 1221 | 2026-02-11T22:56:32.034Z | Downloaded derive-ex v0.1.8 |
| 1222 | 2026-02-11T22:56:32.034Z | Downloaded inout v0.1.3 |
| 1223 | 2026-02-11T22:56:32.034Z | Downloaded ident_case v1.0.1 |
| 1224 | 2026-02-11T22:56:32.034Z | Downloaded hyper-staticfile v0.10.1 |
| 1225 | 2026-02-11T22:56:32.034Z | Downloaded ghash v0.5.1 |
| 1226 | 2026-02-11T22:56:32.059Z | Downloaded getrandom v0.2.15 |
| 1227 | 2026-02-11T22:56:32.060Z | Downloaded foreign-types-shared v0.3.1 |
| 1228 | 2026-02-11T22:56:32.060Z | Downloaded foreign-types-macros v0.2.3 |
| 1229 | 2026-02-11T22:56:32.060Z | Downloaded filetime v0.2.26 |
| 1230 | 2026-02-11T22:56:32.060Z | Downloaded erased-serde v0.3.31 |
| 1231 | 2026-02-11T22:56:32.060Z | Downloaded endian-type v0.1.2 |
| 1232 | 2026-02-11T22:56:32.060Z | Downloaded either v1.15.0 |
| 1233 | 2026-02-11T22:56:32.060Z | Downloaded ed25519-dalek v2.1.1 |
| 1234 | 2026-02-11T22:56:32.060Z | Downloaded hostname v0.4.2 |
| 1235 | 2026-02-11T22:56:32.060Z | Downloaded hostname v0.3.1 |
| 1236 | 2026-02-11T22:56:32.060Z | Downloaded futures-core v0.3.31 |
| 1237 | 2026-02-11T22:56:32.060Z | Downloaded ena v0.14.3 |
| 1238 | 2026-02-11T22:56:32.086Z | Downloaded dtrace-parser v0.3.0 |
| 1239 | 2026-02-11T22:56:32.086Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 1240 | 2026-02-11T22:56:32.086Z | Downloaded des v0.8.1 |
| 1241 | 2026-02-11T22:56:32.086Z | Downloaded data-encoding v2.9.0 |
| 1242 | 2026-02-11T22:56:32.086Z | Downloaded futures-sink v0.3.31 |
| 1243 | 2026-02-11T22:56:32.086Z | Downloaded futures v0.3.31 |
| 1244 | 2026-02-11T22:56:32.086Z | Downloaded funty v2.0.0 |
| 1245 | 2026-02-11T22:56:32.087Z | Downloaded foreign-types-shared v0.1.1 |
| 1246 | 2026-02-11T22:56:32.087Z | Downloaded foreign-types v0.5.0 |
| 1247 | 2026-02-11T22:56:32.087Z | Downloaded flagset v0.4.6 |
| 1248 | 2026-02-11T22:56:32.087Z | Downloaded ff v0.13.0 |
| 1249 | 2026-02-11T22:56:32.087Z | Downloaded enum-as-inner v0.6.1 |
| 1250 | 2026-02-11T22:56:32.087Z | Downloaded ed25519 v2.2.3 |
| 1251 | 2026-02-11T22:56:32.087Z | Downloaded derive_more v2.0.1 |
| 1252 | 2026-02-11T22:56:32.114Z | Downloaded derive_more v0.99.20 |
| 1253 | 2026-02-11T22:56:32.114Z | Downloaded derive_builder_core v0.20.2 |
| 1254 | 2026-02-11T22:56:32.114Z | Downloaded defmt-parser v0.3.4 |
| 1255 | 2026-02-11T22:56:32.114Z | Downloaded darling v0.21.0 |
| 1256 | 2026-02-11T22:56:32.115Z | Downloaded fxhash v0.2.1 |
| 1257 | 2026-02-11T22:56:32.115Z | Downloaded futures-io v0.3.31 |
| 1258 | 2026-02-11T22:56:32.190Z | Downloaded fs-err v2.11.0 |
| 1259 | 2026-02-11T22:56:32.190Z | Downloaded float-cmp v0.10.0 |
| 1260 | 2026-02-11T22:56:32.190Z | Downloaded expectorate v1.2.0 |
| 1261 | 2026-02-11T22:56:32.190Z | Downloaded env_filter v0.1.2 |
| 1262 | 2026-02-11T22:56:32.190Z | Downloaded ecdsa v0.16.9 |
| 1263 | 2026-02-11T22:56:32.190Z | Downloaded dirs-sys-next v0.1.2 |
| 1264 | 2026-02-11T22:56:32.190Z | Downloaded dirs-next v2.0.0 |
| 1265 | 2026-02-11T22:56:32.190Z | Downloaded deranged v0.5.3 |
| 1266 | 2026-02-11T22:56:32.190Z | Downloaded defmt-macros v0.3.9 |
| 1267 | 2026-02-11T22:56:32.190Z | Downloaded debug-ignore v1.0.5 |
| 1268 | 2026-02-11T22:56:32.190Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1269 | 2026-02-11T22:56:32.190Z | Downloaded bumpalo v3.16.0 |
| 1270 | 2026-02-11T22:56:32.190Z | Downloaded futures-macro v0.3.31 |
| 1271 | 2026-02-11T22:56:32.190Z | Downloaded foreign-types v0.3.2 |
| 1272 | 2026-02-11T22:56:32.190Z | Downloaded float-ord v0.3.2 |
| 1273 | 2026-02-11T22:56:32.190Z | Downloaded fixedbitset v0.4.2 |
| 1274 | 2026-02-11T22:56:32.190Z | Downloaded embedded-io v0.4.0 |
| 1275 | 2026-02-11T22:56:32.190Z | Downloaded dof v0.4.0 |
| 1276 | 2026-02-11T22:56:32.190Z | Downloaded display-error-chain v0.2.2 |
| 1277 | 2026-02-11T22:56:32.190Z | Downloaded difflib v0.4.0 |
| 1278 | 2026-02-11T22:56:32.190Z | Downloaded derive_builder v0.20.2 |
| 1279 | 2026-02-11T22:56:32.190Z | Downloaded defmt v0.3.8 |
| 1280 | 2026-02-11T22:56:32.190Z | Downloaded daft v0.1.4 |
| 1281 | 2026-02-11T22:56:32.190Z | Downloaded aho-corasick v1.1.3 |
| 1282 | 2026-02-11T22:56:32.191Z | Downloaded hickory-server v0.25.2 |
| 1283 | 2026-02-11T22:56:32.191Z | Downloaded diesel-dtrace v0.4.2 |
| 1284 | 2026-02-11T22:56:32.191Z | Downloaded der_derive v0.7.3 |
| 1285 | 2026-02-11T22:56:32.191Z | Downloaded der v0.7.10 |
| 1286 | 2026-02-11T22:56:32.191Z | Downloaded bitvec v1.0.1 |
| 1287 | 2026-02-11T22:56:32.215Z | Downloaded drift v0.1.3 |
| 1288 | 2026-02-11T22:56:32.215Z | Downloaded diff v0.1.13 |
| 1289 | 2026-02-11T22:56:32.215Z | Downloaded diesel_derives v2.2.3 |
| 1290 | 2026-02-11T22:56:32.215Z | Downloaded daft-derive v0.1.4 |
| 1291 | 2026-02-11T22:56:32.215Z | Downloaded document-features v0.2.11 |
| 1292 | 2026-02-11T22:56:32.239Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1293 | 2026-02-11T22:56:32.239Z | Downloaded derive_more-impl v2.0.1 |
| 1294 | 2026-02-11T22:56:32.239Z | Downloaded darling_macro v0.21.0 |
| 1295 | 2026-02-11T22:56:32.239Z | Downloaded darling_core v0.21.0 |
| 1296 | 2026-02-11T22:56:32.239Z | Downloaded derive_builder_macro v0.20.2 |
| 1297 | 2026-02-11T22:56:32.240Z | Downloaded darling_macro v0.20.10 |
| 1298 | 2026-02-11T22:56:32.240Z | Downloaded base64 v0.22.1 |
| 1299 | 2026-02-11T22:56:32.240Z | Downloaded base64 v0.21.7 |
| 1300 | 2026-02-11T22:56:32.240Z | Downloaded base64 v0.13.1 |
| 1301 | 2026-02-11T22:56:32.264Z | Downloaded backoff v0.4.0 |
| 1302 | 2026-02-11T22:56:32.264Z | Downloaded aws-lc-rs v1.12.4 |
| 1303 | 2026-02-11T22:56:32.264Z | Downloaded atomic-waker v1.1.2 |
| 1304 | 2026-02-11T22:56:32.264Z | Downloaded arrayref v0.3.9 |
| 1305 | 2026-02-11T22:56:32.264Z | Downloaded arc-swap v1.7.1 |
| 1306 | 2026-02-11T22:56:32.264Z | Downloaded aes-gcm v0.10.3 |
| 1307 | 2026-02-11T22:56:32.265Z | Downloaded hash32 v0.3.1 |
| 1308 | 2026-02-11T22:56:32.289Z | Downloaded half v1.8.3 |
| 1309 | 2026-02-11T22:56:32.289Z | Downloaded globset v0.4.15 |
| 1310 | 2026-02-11T22:56:32.289Z | Downloaded foldhash v0.1.5 |
| 1311 | 2026-02-11T22:56:32.289Z | Downloaded crossbeam-deque v0.8.5 |
| 1312 | 2026-02-11T22:56:32.289Z | Downloaded const_format_proc_macros v0.2.34 |
| 1313 | 2026-02-11T22:56:32.289Z | Downloaded backtrace v0.3.74 |
| 1314 | 2026-02-11T22:56:32.289Z | Downloaded async-trait v0.1.89 |
| 1315 | 2026-02-11T22:56:32.290Z | Downloaded ascii-canvas v3.0.0 |
| 1316 | 2026-02-11T22:56:32.290Z | Downloaded ahash v0.8.12 |
| 1317 | 2026-02-11T22:56:32.290Z | Downloaded adler2 v2.0.0 |
| 1318 | 2026-02-11T22:56:32.290Z | Downloaded crossterm v0.28.1 |
| 1319 | 2026-02-11T22:56:32.319Z | Downloaded async-stream-impl v0.3.6 |
| 1320 | 2026-02-11T22:56:32.319Z | Downloaded async-recursion v1.1.1 |
| 1321 | 2026-02-11T22:56:32.319Z | Downloaded async-bb8-diesel v0.2.1 |
| 1322 | 2026-02-11T22:56:32.319Z | Downloaded assert_matches v1.5.0 |
| 1323 | 2026-02-11T22:56:32.319Z | Downloaded array-init v0.0.4 |
| 1324 | 2026-02-11T22:56:32.319Z | Downloaded argon2 v0.5.3 |
| 1325 | 2026-02-11T22:56:32.319Z | Downloaded aes v0.8.4 |
| 1326 | 2026-02-11T22:56:32.319Z | Downloaded aead v0.5.2 |
| 1327 | 2026-02-11T22:56:32.319Z | Downloaded crc32fast v1.4.2 |
| 1328 | 2026-02-11T22:56:32.319Z | Downloaded cookie_store v0.21.1 |
| 1329 | 2026-02-11T22:56:32.320Z | Downloaded console v0.15.10 |
| 1330 | 2026-02-11T22:56:32.320Z | Downloaded cmake v0.1.51 |
| 1331 | 2026-02-11T22:56:32.320Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1332 | 2026-02-11T22:56:32.345Z | Downloaded blake3 v1.5.4 |
| 1333 | 2026-02-11T22:56:32.345Z | Downloaded atomicwrites v0.4.4 |
| 1334 | 2026-02-11T22:56:32.345Z | Downloaded castaway v0.2.3 |
| 1335 | 2026-02-11T22:56:32.345Z | Downloaded bitfield-macros v0.19.2 |
| 1336 | 2026-02-11T22:56:32.345Z | Downloaded addr2line v0.24.2 |
| 1337 | 2026-02-11T22:56:32.345Z | Downloaded bit-set v0.5.3 |
| 1338 | 2026-02-11T22:56:32.345Z | Downloaded bb8 v0.8.5 |
| 1339 | 2026-02-11T22:56:32.345Z | Downloaded base16ct v0.2.0 |
| 1340 | 2026-02-11T22:56:32.345Z | Downloaded atty v0.2.14 |
| 1341 | 2026-02-11T22:56:32.345Z | Downloaded async-stream v0.3.6 |
| 1342 | 2026-02-11T22:56:32.345Z | Downloaded arrayvec v0.7.6 |
| 1343 | 2026-02-11T22:56:32.345Z | Downloaded allocator-api2 v0.2.21 |
| 1344 | 2026-02-11T22:56:32.552Z | Compiling value-bag v1.12.0 |
| 1345 | 2026-02-11T22:56:32.552Z | Compiling lock_api v0.4.12 |
| 1346 | 2026-02-11T22:56:32.552Z | Compiling scopeguard v1.2.0 |
| 1347 | 2026-02-11T22:56:32.552Z | Compiling shlex v1.3.0 |
| 1348 | 2026-02-11T22:56:32.579Z | Compiling smallvec v1.15.1 |
| 1349 | 2026-02-11T22:56:32.579Z | Compiling syn v2.0.114 |
| 1350 | 2026-02-11T22:56:32.579Z | Compiling getrandom v0.2.15 |
| 1351 | 2026-02-11T22:56:32.603Z | Compiling jobserver v0.1.32 |
| 1352 | 2026-02-11T22:56:32.799Z | Compiling typenum v1.17.0 |
| 1353 | 2026-02-11T22:56:33.036Z | Compiling rand_core v0.6.4 |
| 1354 | 2026-02-11T22:56:33.072Z | Compiling log v0.4.29 |
| 1355 | 2026-02-11T22:56:33.150Z | Compiling cc v1.2.30 |
| 1356 | 2026-02-11T22:56:33.188Z | Compiling generic-array v0.14.7 |
| 1357 | 2026-02-11T22:56:33.443Z | Compiling subtle v2.6.1 |
| 1358 | 2026-02-11T22:56:33.542Z | Compiling portable-atomic v1.11.0 |
| 1359 | 2026-02-11T22:56:33.569Z | Compiling const-oid v0.9.6 |
| 1360 | 2026-02-11T22:56:33.569Z | Compiling critical-section v1.1.3 |
| 1361 | 2026-02-11T22:56:33.740Z | Compiling getrandom v0.3.4 |
| 1362 | 2026-02-11T22:56:33.781Z | Compiling pkg-config v0.3.31 |
| 1363 | 2026-02-11T22:56:33.807Z | Compiling serde_json v1.0.149 |
| 1364 | 2026-02-11T22:56:34.133Z | Compiling spin v0.9.8 |
| 1365 | 2026-02-11T22:56:34.479Z | Compiling regex-syntax v0.8.5 |
| 1366 | 2026-02-11T22:56:34.875Z | Compiling parking_lot_core v0.9.10 |
| 1367 | 2026-02-11T22:56:34.912Z | Compiling pin-project-lite v0.2.14 |
| 1368 | 2026-02-11T22:56:35.558Z | Compiling rustix v0.38.37 |
| 1369 | 2026-02-11T22:56:35.651Z | Compiling libm v0.2.8 |
| 1370 | 2026-02-11T22:56:35.723Z | Compiling once_cell v1.21.3 |
| 1371 | 2026-02-11T22:56:36.000Z | Compiling signal-hook-registry v1.4.2 |
| 1372 | 2026-02-11T22:56:36.108Z | Compiling num-traits v0.2.19 |
| 1373 | 2026-02-11T22:56:36.328Z | Compiling allocator-api2 v0.2.21 |
| 1374 | 2026-02-11T22:56:36.396Z | Compiling parking_lot v0.12.3 |
| 1375 | 2026-02-11T22:56:36.941Z | Compiling mio v1.0.2 |
| 1376 | 2026-02-11T22:56:36.998Z | Compiling futures-core v0.3.31 |
| 1377 | 2026-02-11T22:56:37.183Z | Compiling lazy_static v1.5.0 |
| 1378 | 2026-02-11T22:56:37.207Z | Compiling aho-corasick v1.1.3 |
| 1379 | 2026-02-11T22:56:37.274Z | Compiling percent-encoding v2.3.2 |
| 1380 | 2026-02-11T22:56:37.327Z | Compiling socket2 v0.6.1 |
| 1381 | 2026-02-11T22:56:37.876Z | Compiling slab v0.4.9 |
| 1382 | 2026-02-11T22:56:37.937Z | Compiling cpufeatures v0.2.14 |
| 1383 | 2026-02-11T22:56:38.065Z | Compiling either v1.15.0 |
| 1384 | 2026-02-11T22:56:38.187Z | Compiling futures-sink v0.3.31 |
| 1385 | 2026-02-11T22:56:38.240Z | Compiling glob v0.3.2 |
| 1386 | 2026-02-11T22:56:38.371Z | Compiling futures-channel v0.3.31 |
| 1387 | 2026-02-11T22:56:38.486Z | Compiling hashbrown v0.16.1 |
| 1388 | 2026-02-11T22:56:38.728Z | Compiling prettyplease v0.2.36 |
| 1389 | 2026-02-11T22:56:38.790Z | Compiling pin-utils v0.1.0 |
| 1390 | 2026-02-11T22:56:38.904Z | Compiling futures-task v0.3.31 |
| 1391 | 2026-02-11T22:56:39.071Z | Compiling regex-automata v0.4.11 |
| 1392 | 2026-02-11T22:56:39.102Z | Compiling clang-sys v1.8.1 |
| 1393 | 2026-02-11T22:56:39.219Z | Compiling futures-io v0.3.31 |
| 1394 | 2026-02-11T22:56:39.337Z | Compiling rustversion v1.0.22 |
| 1395 | 2026-02-11T22:56:39.521Z | Compiling minimal-lexical v0.2.1 |
| 1396 | 2026-02-11T22:56:39.645Z | Compiling indexmap v2.13.0 |
| 1397 | 2026-02-11T22:56:39.775Z | Compiling libloading v0.8.5 |
| 1398 | 2026-02-11T22:56:39.962Z | Compiling synstructure v0.13.1 |
| 1399 | 2026-02-11T22:56:40.202Z | Compiling nom v7.1.3 |
| 1400 | 2026-02-11T22:56:40.253Z | Compiling base64ct v1.6.0 |
| 1401 | 2026-02-11T22:56:40.808Z | Compiling bindgen v0.69.5 |
| 1402 | 2026-02-11T22:56:41.126Z | Compiling home v0.5.9 |
| 1403 | 2026-02-11T22:56:41.308Z | Compiling ident_case v1.0.1 |
| 1404 | 2026-02-11T22:56:41.337Z | Compiling pem-rfc7468 v0.7.0 |
| 1405 | 2026-02-11T22:56:41.520Z | Compiling itertools v0.12.1 |
| 1406 | 2026-02-11T22:56:41.729Z | Compiling form_urlencoded v1.2.2 |
| 1407 | 2026-02-11T22:56:41.970Z | Compiling rustc-hash v1.1.0 |
| 1408 | 2026-02-11T22:56:42.043Z | Compiling lazycell v1.3.0 |
| 1409 | 2026-02-11T22:56:42.164Z | Compiling flagset v0.4.6 |
| 1410 | 2026-02-11T22:56:42.252Z | Compiling rand_core v0.9.3 |
| 1411 | 2026-02-11T22:56:42.396Z | Compiling cmake v0.1.51 |
| 1412 | 2026-02-11T22:56:42.802Z | Compiling iana-time-zone v0.1.63 |
| 1413 | 2026-02-11T22:56:43.204Z | Compiling cexpr v0.6.0 |
| 1414 | 2026-02-11T22:56:43.295Z | Compiling paste v1.0.15 |
| 1415 | 2026-02-11T22:56:43.384Z | Compiling fs_extra v1.3.0 |
| 1416 | 2026-02-11T22:56:43.774Z | Compiling dunce v1.0.5 |
| 1417 | 2026-02-11T22:56:43.927Z | Compiling foldhash v0.1.5 |
| 1418 | 2026-02-11T22:56:44.077Z | Compiling rustc_version v0.4.1 |
| 1419 | 2026-02-11T22:56:44.265Z | Compiling hashbrown v0.15.4 |
| 1420 | 2026-02-11T22:56:44.291Z | Compiling uuid v1.19.0 |
| 1421 | 2026-02-11T22:56:44.356Z | Compiling zerocopy v0.8.27 |
| 1422 | 2026-02-11T22:56:44.494Z | Compiling serde_derive v1.0.228 |
| 1423 | 2026-02-11T22:56:44.650Z | Compiling zeroize_derive v1.4.2 |
| 1424 | 2026-02-11T22:56:44.746Z | Compiling zerofrom-derive v0.1.4 |
| 1425 | 2026-02-11T22:56:45.149Z | Compiling yoke-derive v0.7.4 |
| 1426 | 2026-02-11T22:56:45.500Z | Compiling zerovec-derive v0.10.3 |
| 1427 | 2026-02-11T22:56:45.803Z | Compiling displaydoc v0.2.5 |
| 1428 | 2026-02-11T22:56:45.961Z | Compiling zeroize v1.8.1 |
| 1429 | 2026-02-11T22:56:47.217Z | Compiling zerocopy-derive v0.7.35 |
| 1430 | 2026-02-11T22:56:47.672Z | Compiling icu_provider_macros v1.5.0 |
| 1431 | 2026-02-11T22:56:47.787Z | Compiling crypto-common v0.1.6 |
| 1432 | 2026-02-11T22:56:47.859Z | Compiling block-buffer v0.10.4 |
| 1433 | 2026-02-11T22:56:47.908Z | Compiling zerofrom v0.1.4 |
| 1434 | 2026-02-11T22:56:48.066Z | Compiling tokio-macros v2.6.0 |
| 1435 | 2026-02-11T22:56:48.145Z | Compiling digest v0.10.7 |
| 1436 | 2026-02-11T22:56:48.173Z | Compiling yoke v0.7.4 |
| 1437 | 2026-02-11T22:56:48.579Z | Compiling zerovec v0.10.4 |
| 1438 | 2026-02-11T22:56:48.704Z | Compiling hmac v0.12.1 |
| 1439 | 2026-02-11T22:56:48.728Z | Compiling thiserror-impl v2.0.18 |
| 1440 | 2026-02-11T22:56:48.988Z | Compiling block-padding v0.3.3 |
| 1441 | 2026-02-11T22:56:49.040Z | Compiling zerocopy v0.7.35 |
| 1442 | 2026-02-11T22:56:49.152Z | Compiling futures-macro v0.3.31 |
| 1443 | 2026-02-11T22:56:49.272Z | Compiling inout v0.1.3 |
| 1444 | 2026-02-11T22:56:49.553Z | Compiling regex v1.11.3 |
| 1445 | 2026-02-11T22:56:49.578Z | Compiling cipher v0.4.4 |
| 1446 | 2026-02-11T22:56:50.174Z | Compiling sha2 v0.10.9 |
| 1447 | 2026-02-11T22:56:50.591Z | Compiling tinystr v0.7.6 |
| 1448 | 2026-02-11T22:56:50.615Z | Compiling icu_collections v1.5.0 |
| 1449 | 2026-02-11T22:56:50.639Z | Compiling ppv-lite86 v0.2.20 |
| 1450 | 2026-02-11T22:56:50.979Z | Compiling futures-util v0.3.31 |
| 1451 | 2026-02-11T22:56:51.084Z | Compiling serde v1.0.228 |
| 1452 | 2026-02-11T22:56:51.118Z | Compiling icu_locid v1.5.0 |
| 1453 | 2026-02-11T22:56:51.164Z | Compiling der_derive v0.7.3 |
| 1454 | 2026-02-11T22:56:51.467Z | Compiling salsa20 v0.10.2 |
| 1455 | 2026-02-11T22:56:51.631Z | Compiling thiserror v2.0.18 |
| 1456 | 2026-02-11T22:56:51.728Z | Compiling pbkdf2 v0.12.2 |
| 1457 | 2026-02-11T22:56:51.807Z | Compiling pest v2.8.2 |
| 1458 | 2026-02-11T22:56:51.914Z | Compiling vcpkg v0.2.15 |
| 1459 | 2026-02-11T22:56:51.939Z | Compiling scrypt v0.11.0 |
| 1460 | 2026-02-11T22:56:52.393Z | Compiling bitflags v2.9.4 |
| 1461 | 2026-02-11T22:56:52.499Z | Compiling bytes v1.11.1 |
| 1462 | 2026-02-11T22:56:53.159Z | Compiling icu_provider v1.5.0 |
| 1463 | 2026-02-11T22:56:53.304Z | Compiling der v0.7.10 |
| 1464 | 2026-02-11T22:56:53.650Z | Compiling tokio v1.49.0 |
| 1465 | 2026-02-11T22:56:53.687Z | Compiling chrono v0.4.43 |
| 1466 | 2026-02-11T22:56:53.917Z | Compiling icu_locid_transform v1.5.0 |
| 1467 | 2026-02-11T22:56:54.085Z | Compiling openssl-sys v0.9.109 |
| 1468 | 2026-02-11T22:56:55.028Z | Compiling pest_meta v2.8.2 |
| 1469 | 2026-02-11T22:56:55.167Z | Compiling http v1.4.0 |
| 1470 | 2026-02-11T22:56:56.261Z | Compiling icu_properties v1.5.1 |
| 1471 | 2026-02-11T22:56:56.383Z | Compiling which v4.4.2 |
| 1472 | 2026-02-11T22:56:56.460Z | Compiling spki v0.7.3 |
| 1473 | 2026-02-11T22:56:56.975Z | Compiling rand_chacha v0.9.0 |
| 1474 | 2026-02-11T22:56:57.197Z | Compiling aes v0.8.4 |
| 1475 | 2026-02-11T22:56:57.275Z | Compiling cbc v0.1.2 |
| 1476 | 2026-02-11T22:56:57.452Z | Compiling zerocopy-derive v0.8.27 |
| 1477 | 2026-02-11T22:56:58.581Z | Compiling pkcs5 v0.7.1 |
| 1478 | 2026-02-11T22:56:58.690Z | Compiling rand v0.9.2 |
| 1479 | 2026-02-11T22:56:59.476Z | Compiling pest_generator v2.8.2 |
| 1480 | 2026-02-11T22:56:59.875Z | Compiling tracing-attributes v0.1.27 |
| 1481 | 2026-02-11T22:56:59.977Z | Compiling icu_normalizer v1.5.0 |
| 1482 | 2026-02-11T22:57:00.553Z | Compiling serde_derive_internals v0.29.1 |
| 1483 | 2026-02-11T22:57:00.946Z | Compiling ring v0.17.14 |
| 1484 | 2026-02-11T22:57:01.172Z | Compiling idna_adapter v1.2.0 |
| 1485 | 2026-02-11T22:57:01.465Z | Compiling idna v1.0.3 |
| 1486 | 2026-02-11T22:57:01.738Z | Compiling tracing-core v0.1.32 |
| 1487 | 2026-02-11T22:57:02.035Z | Compiling rustix v1.1.3 |
| 1488 | 2026-02-11T22:57:02.799Z | Compiling url v2.5.4 |
| 1489 | 2026-02-11T22:57:02.961Z | Compiling aws-lc-rs v1.12.4 |
| 1490 | 2026-02-11T22:57:03.119Z | Compiling schemars v0.8.22 |
| 1491 | 2026-02-11T22:57:03.161Z | Compiling tokio-util v0.7.15 |
| 1492 | 2026-02-11T22:57:03.259Z | Compiling adler2 v2.0.0 |
| 1493 | 2026-02-11T22:57:03.496Z | Compiling miniz_oxide v0.8.5 |
| 1494 | 2026-02-11T22:57:03.551Z | Compiling tracing v0.1.40 |
| 1495 | 2026-02-11T22:57:03.612Z | Compiling schemars_derive v0.8.22 |
| 1496 | 2026-02-11T22:57:04.620Z | Compiling pest_derive v2.8.2 |
| 1497 | 2026-02-11T22:57:04.644Z | Compiling pkcs8 v0.10.2 |
| 1498 | 2026-02-11T22:57:05.188Z | Compiling http-body v1.0.1 |
| 1499 | 2026-02-11T22:57:05.432Z | Compiling scroll_derive v0.13.1 |
| 1500 | 2026-02-11T22:57:05.483Z | Compiling darling_core v0.20.10 |
| 1501 | 2026-02-11T22:57:05.510Z | Compiling tinyvec_macros v0.1.1 |
| 1502 | 2026-02-11T22:57:05.677Z | Compiling rustls-pki-types v1.10.0 |
| 1503 | 2026-02-11T22:57:05.722Z | Compiling dyn-clone v1.0.20 |
| 1504 | 2026-02-11T22:57:05.983Z | Compiling base64 v0.22.1 |
| 1505 | 2026-02-11T22:57:06.533Z | Compiling httparse v1.9.5 |
| 1506 | 2026-02-11T22:57:06.761Z | Compiling tinyvec v1.8.0 |
| 1507 | 2026-02-11T22:57:07.310Z | Compiling scroll v0.13.0 |
| 1508 | 2026-02-11T22:57:07.927Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1509 | 2026-02-11T22:57:08.334Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1510 | 2026-02-11T22:57:08.415Z | Compiling untrusted v0.9.0 |
| 1511 | 2026-02-11T22:57:08.672Z | Compiling tower-service v0.3.3 |
| 1512 | 2026-02-11T22:57:08.722Z | Compiling atomic-waker v1.1.2 |
| 1513 | 2026-02-11T22:57:08.850Z | Compiling num-conv v0.1.0 |
| 1514 | 2026-02-11T22:57:08.874Z | Compiling untrusted v0.7.1 |
| 1515 | 2026-02-11T22:57:08.975Z | Compiling openssl-probe v0.1.5 |
| 1516 | 2026-02-11T22:57:09.139Z | Compiling openssl v0.10.73 |
| 1517 | 2026-02-11T22:57:09.179Z | Compiling time-core v0.1.6 |
| 1518 | 2026-02-11T22:57:09.348Z | Compiling foreign-types-shared v0.1.1 |
| 1519 | 2026-02-11T22:57:09.516Z | Compiling powerfmt v0.2.0 |
| 1520 | 2026-02-11T22:57:09.540Z | Compiling tower-layer v0.3.3 |
| 1521 | 2026-02-11T22:57:09.612Z | Compiling try-lock v0.2.5 |
| 1522 | 2026-02-11T22:57:09.819Z | Compiling want v0.3.1 |
| 1523 | 2026-02-11T22:57:09.859Z | Compiling deranged v0.5.3 |
| 1524 | 2026-02-11T22:57:09.966Z | Compiling tempfile v3.24.0 |
| 1525 | 2026-02-11T22:57:10.152Z | Compiling time-macros v0.2.24 |
| 1526 | 2026-02-11T22:57:10.206Z | Compiling foreign-types v0.3.2 |
| 1527 | 2026-02-11T22:57:10.414Z | Compiling h2 v0.4.6 |
| 1528 | 2026-02-11T22:57:11.418Z | Compiling darling_macro v0.20.10 |
| 1529 | 2026-02-11T22:57:11.951Z | Compiling goblin v0.10.2 |
| 1530 | 2026-02-11T22:57:12.349Z | Compiling darling v0.20.10 |
| 1531 | 2026-02-11T22:57:12.974Z | Compiling ipnet v2.11.0 |
| 1532 | 2026-02-11T22:57:13.210Z | Compiling openssl-macros v0.1.1 |
| 1533 | 2026-02-11T22:57:13.904Z | Compiling wait-timeout v0.2.0 |
| 1534 | 2026-02-11T22:57:13.949Z | Compiling rustls v0.23.19 |
| 1535 | 2026-02-11T22:57:14.150Z | Compiling gimli v0.31.1 |
| 1536 | 2026-02-11T22:57:14.256Z | Compiling usdt-impl v0.6.0 |
| 1537 | 2026-02-11T22:57:14.399Z | Compiling native-tls v0.2.12 |
| 1538 | 2026-02-11T22:57:14.486Z | Compiling httpdate v1.0.3 |
| 1539 | 2026-02-11T22:57:14.660Z | Compiling crossbeam-utils v0.8.21 |
| 1540 | 2026-02-11T22:57:14.798Z | Compiling quick-error v1.2.3 |
| 1541 | 2026-02-11T22:57:15.055Z | Compiling syn v1.0.109 |
| 1542 | 2026-02-11T22:57:15.080Z | Compiling bit-vec v0.8.0 |
| 1543 | 2026-02-11T22:57:15.256Z | Compiling num_threads v0.1.7 |
| 1544 | 2026-02-11T22:57:15.424Z | Compiling time v0.3.43 |
| 1545 | 2026-02-11T22:57:15.674Z | Compiling bit-set v0.8.0 |
| 1546 | 2026-02-11T22:57:15.840Z | Compiling rusty-fork v0.3.0 |
| 1547 | 2026-02-11T22:57:16.550Z | Compiling derive_builder_core v0.20.2 |
| 1548 | 2026-02-11T22:57:18.647Z | Compiling addr2line v0.24.2 |
| 1549 | 2026-02-11T22:57:18.998Z | Compiling hyper v1.8.1 |
| 1550 | 2026-02-11T22:57:19.477Z | Compiling dof v0.4.0 |
| 1551 | 2026-02-11T22:57:19.527Z | Compiling unicode-normalization v0.1.24 |
| 1552 | 2026-02-11T22:57:20.400Z | Compiling dtrace-parser v0.3.0 |
| 1553 | 2026-02-11T22:57:20.633Z | Compiling signature v2.2.0 |
| 1554 | 2026-02-11T22:57:20.962Z | Compiling heapless v0.7.17 |
| 1555 | 2026-02-11T22:57:21.434Z | Compiling scroll_derive v0.12.0 |
| 1556 | 2026-02-11T22:57:21.781Z | Compiling thiserror-impl v1.0.69 |
| 1557 | 2026-02-11T22:57:22.315Z | Compiling rand_xorshift v0.4.0 |
| 1558 | 2026-02-11T22:57:22.650Z | Compiling darling_core v0.21.0 |
| 1559 | 2026-02-11T22:57:22.840Z | Compiling slog v2.8.2 |
| 1560 | 2026-02-11T22:57:22.867Z | Compiling thread-id v5.0.0 |
| 1561 | 2026-02-11T22:57:23.042Z | Compiling cookie v0.18.1 |
| 1562 | 2026-02-11T22:57:23.214Z | Compiling crc32fast v1.4.2 |
| 1563 | 2026-02-11T22:57:23.375Z | Compiling object v0.36.5 |
| 1564 | 2026-02-11T22:57:23.491Z | Compiling zlib-rs v0.5.1 |
| 1565 | 2026-02-11T22:57:23.595Z | Compiling unicode-properties v0.1.3 |
| 1566 | 2026-02-11T22:57:23.681Z | Compiling anyhow v1.0.99 |
| 1567 | 2026-02-11T22:57:24.000Z | Compiling unarray v0.1.4 |
| 1568 | 2026-02-11T22:57:24.200Z | Compiling siphasher v0.3.11 |
| 1569 | 2026-02-11T22:57:24.310Z | Compiling unicode-bidi v0.3.17 |
| 1570 | 2026-02-11T22:57:24.615Z | Compiling zstd-safe v7.2.3 |
| 1571 | 2026-02-11T22:57:24.665Z | Compiling rustc-demangle v0.1.24 |
| 1572 | 2026-02-11T22:57:24.717Z | Compiling signal-hook v0.3.18 |
| 1573 | 2026-02-11T22:57:25.081Z | Compiling stringprep v0.1.5 |
| 1574 | 2026-02-11T22:57:25.107Z | Compiling thiserror v1.0.69 |
| 1575 | 2026-02-11T22:57:25.489Z | Compiling phf_shared v0.11.2 |
| 1576 | 2026-02-11T22:57:25.554Z | Compiling proptest v1.7.0 |
| 1577 | 2026-02-11T22:57:25.991Z | Compiling scroll v0.12.0 |
| 1578 | 2026-02-11T22:57:26.501Z | Compiling hyper-util v0.1.19 |
| 1579 | 2026-02-11T22:57:26.771Z | Compiling derive_builder_macro v0.20.2 |
| 1580 | 2026-02-11T22:57:28.421Z | Compiling ipnetwork v0.21.1 |
| 1581 | 2026-02-11T22:57:28.625Z | Compiling darling_macro v0.21.0 |
| 1582 | 2026-02-11T22:57:29.205Z | Compiling serde_tokenstream v0.2.2 |
| 1583 | 2026-02-11T22:57:29.463Z | Compiling erased-serde v0.3.31 |
| 1584 | 2026-02-11T22:57:29.826Z | Compiling serde_spanned v0.6.9 |
| 1585 | 2026-02-11T22:57:30.089Z | Compiling backtrace v0.3.74 |
| 1586 | 2026-02-11T22:57:30.388Z | Compiling toml_datetime v0.6.11 |
| 1587 | 2026-02-11T22:57:30.559Z | Compiling libz-rs-sys v0.5.1 |
| 1588 | 2026-02-11T22:57:30.707Z | Compiling rand_chacha v0.3.1 |
| 1589 | 2026-02-11T22:57:30.888Z | Compiling md-5 v0.10.6 |
| 1590 | 2026-02-11T22:57:30.937Z | Compiling curve25519-dalek v4.1.3 |
| 1591 | 2026-02-11T22:57:31.195Z | Compiling vergen-lib v0.1.6 |
| 1592 | 2026-02-11T22:57:31.341Z | Compiling num-integer v0.1.46 |
| 1593 | 2026-02-11T22:57:31.516Z | Compiling sync_wrapper v1.0.1 |
| 1594 | 2026-02-11T22:57:31.563Z | Compiling ff v0.13.0 |
| 1595 | 2026-02-11T22:57:31.713Z | Compiling hash32 v0.2.1 |
| 1596 | 2026-02-11T22:57:31.845Z | Compiling memoffset v0.9.1 |
| 1597 | 2026-02-11T22:57:32.192Z | Compiling ref-cast v1.0.25 |
| 1598 | 2026-02-11T22:57:32.218Z | Compiling litrs v0.4.1 |
| 1599 | 2026-02-11T22:57:32.248Z | Compiling psl-types v2.0.11 |
| 1600 | 2026-02-11T22:57:32.485Z | Compiling num-bigint-dig v0.8.6 |
| 1601 | 2026-02-11T22:57:32.656Z | Compiling fallible-iterator v0.2.0 |
| 1602 | 2026-02-11T22:57:32.816Z | Compiling smoltcp v0.9.1 |
| 1603 | 2026-02-11T22:57:32.905Z | Compiling cfg_aliases v0.2.1 |
| 1604 | 2026-02-11T22:57:32.995Z | Compiling base16ct v0.2.0 |
| 1605 | 2026-02-11T22:57:33.058Z | Compiling nix v0.29.0 |
| 1606 | 2026-02-11T22:57:33.365Z | Compiling postgres-protocol v0.6.8 |
| 1607 | 2026-02-11T22:57:33.365Z | Compiling sec1 v0.7.3 |
| 1608 | 2026-02-11T22:57:33.417Z | Compiling document-features v0.2.11 |
| 1609 | 2026-02-11T22:57:33.614Z | Compiling publicsuffix v2.3.0 |
| 1610 | 2026-02-11T22:57:34.008Z | Compiling num-iter v0.1.45 |
| 1611 | 2026-02-11T22:57:34.118Z | Compiling group v0.13.0 |
| 1612 | 2026-02-11T22:57:34.266Z | Compiling tower v0.5.2 |
| 1613 | 2026-02-11T22:57:34.626Z | Compiling newtype-uuid v1.3.2 |
| 1614 | 2026-02-11T22:57:34.659Z | Compiling rand v0.8.5 |
| 1615 | 2026-02-11T22:57:35.248Z | Compiling flate2 v1.1.2 |
| 1616 | 2026-02-11T22:57:35.422Z | Compiling darling v0.21.0 |
| 1617 | 2026-02-11T22:57:35.544Z | Compiling oxnet v0.1.4 |
| 1618 | 2026-02-11T22:57:35.570Z | Compiling derive_builder v0.20.2 |
| 1619 | 2026-02-11T22:57:35.799Z | Compiling tokio-native-tls v0.3.1 |
| 1620 | 2026-02-11T22:57:36.108Z | Compiling goblin v0.8.2 |
| 1621 | 2026-02-11T22:57:36.612Z | Compiling rustls-native-certs v0.8.1 |
| 1622 | 2026-02-11T22:57:36.769Z | Compiling webpki-roots v1.0.1 |
| 1623 | 2026-02-11T22:57:37.034Z | Compiling http-body-util v0.1.3 |
| 1624 | 2026-02-11T22:57:37.236Z | Compiling strum_macros v0.27.2 |
| 1625 | 2026-02-11T22:57:37.447Z | Compiling terminal_size v0.4.0 |
| 1626 | 2026-02-11T22:57:37.474Z | Compiling cargo-platform v0.1.8 |
| 1627 | 2026-02-11T22:57:37.552Z | Compiling hkdf v0.12.4 |
| 1628 | 2026-02-11T22:57:37.705Z | Compiling crypto-bigint v0.5.5 |
| 1629 | 2026-02-11T22:57:37.861Z | Compiling daft-derive v0.1.4 |
| 1630 | 2026-02-11T22:57:37.991Z | Compiling ref-cast-impl v1.0.25 |
| 1631 | 2026-02-11T22:57:39.252Z | Compiling async-trait v0.1.89 |
| 1632 | 2026-02-11T22:57:39.502Z | Compiling hubpack_derive v0.1.1 |
| 1633 | 2026-02-11T22:57:39.619Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1634 | 2026-02-11T22:57:40.506Z | Compiling vergen v9.0.6 |
| 1635 | 2026-02-11T22:57:40.891Z | Compiling ahash v0.8.12 |
| 1636 | 2026-02-11T22:57:41.089Z | Compiling fs-err v3.1.1 |
| 1637 | 2026-02-11T22:57:41.319Z | Compiling bumpalo v3.16.0 |
| 1638 | 2026-02-11T22:57:41.498Z | Compiling buf-list v1.0.3 |
| 1639 | 2026-02-11T22:57:41.850Z | Compiling winnow v0.5.40 |
| 1640 | 2026-02-11T22:57:41.908Z | Compiling iri-string v0.7.8 |
| 1641 | 2026-02-11T22:57:42.180Z | Compiling ryu v1.0.18 |
| 1642 | 2026-02-11T22:57:42.225Z | Compiling lockfree-object-pool v0.1.6 |
| 1643 | 2026-02-11T22:57:42.607Z | Compiling managed v0.8.0 |
| 1644 | 2026-02-11T22:57:42.632Z | Compiling bitflags v1.3.2 |
| 1645 | 2026-02-11T22:57:42.764Z | Compiling unicode-segmentation v1.12.0 |
| 1646 | 2026-02-11T22:57:43.104Z | Compiling simd-adler32 v0.3.7 |
| 1647 | 2026-02-11T22:57:43.669Z | Compiling zopfli v0.8.1 |
| 1648 | 2026-02-11T22:57:43.714Z | Compiling clap_builder v4.5.48 |
| 1649 | 2026-02-11T22:57:45.341Z | Compiling tower-http v0.6.6 |
| 1650 | 2026-02-11T22:57:45.641Z | Compiling toml_edit v0.19.15 |
| 1651 | 2026-02-11T22:57:45.812Z | Compiling serde_urlencoded v0.7.1 |
| 1652 | 2026-02-11T22:57:45.870Z | Compiling dof v0.3.0 |
| 1653 | 2026-02-11T22:57:45.963Z | Compiling strum v0.27.2 |
| 1654 | 2026-02-11T22:57:46.436Z | Compiling elliptic-curve v0.13.8 |
| 1655 | 2026-02-11T22:57:46.476Z | Compiling hubpack v0.1.2 |
| 1656 | 2026-02-11T22:57:46.945Z | Compiling daft v0.1.4 |
| 1657 | 2026-02-11T22:57:47.593Z | Compiling cargo_metadata v0.19.2 |
| 1658 | 2026-02-11T22:57:47.623Z | Compiling hyper-tls v0.6.0 |
| 1659 | 2026-02-11T22:57:47.777Z | Compiling signal-hook-mio v0.2.4 |
| 1660 | 2026-02-11T22:57:47.991Z | Compiling cookie_store v0.21.1 |
| 1661 | 2026-02-11T22:57:48.098Z | Compiling zstd v0.13.3 |
| 1662 | 2026-02-11T22:57:50.501Z | Compiling serde_with_macros v3.16.1 |
| 1663 | 2026-02-11T22:57:51.127Z | Compiling postgres-types v0.2.9 |
| 1664 | 2026-02-11T22:57:51.989Z | Compiling usdt-macro v0.6.0 |
| 1665 | 2026-02-11T22:57:52.237Z | Compiling usdt-attr-macro v0.6.0 |
| 1666 | 2026-02-11T22:57:52.473Z | Compiling phf v0.11.2 |
| 1667 | 2026-02-11T22:57:52.719Z | Compiling dtrace-parser v0.2.0 |
| 1668 | 2026-02-11T22:57:52.792Z | Compiling ed25519 v2.2.3 |
| 1669 | 2026-02-11T22:57:53.090Z | Compiling bzip2 v0.4.4 |
| 1670 | 2026-02-11T22:57:53.518Z | Compiling bzip2 v0.5.2 |
| 1671 | 2026-02-11T22:57:53.684Z | Compiling pkcs1 v0.7.5 |
| 1672 | 2026-02-11T22:57:53.945Z | Compiling clap_derive v4.5.47 |
| 1673 | 2026-02-11T22:57:53.970Z | Compiling enum-as-inner v0.6.1 |
| 1674 | 2026-02-11T22:57:54.520Z | Compiling strum_macros v0.26.4 |
| 1675 | 2026-02-11T22:57:54.651Z | Compiling hex v0.4.3 |
| 1676 | 2026-02-11T22:57:54.695Z | Compiling serde-big-array v0.5.1 |
| 1677 | 2026-02-11T22:57:55.009Z | Compiling rfc6979 v0.4.0 |
| 1678 | 2026-02-11T22:57:55.057Z | Compiling serde_repr v0.1.19 |
| 1679 | 2026-02-11T22:57:55.097Z | Compiling bstr v1.10.0 |
| 1680 | 2026-02-11T22:57:55.262Z | Compiling float-cmp v0.10.0 |
| 1681 | 2026-02-11T22:57:55.314Z | Compiling env_filter v0.1.2 |
| 1682 | 2026-02-11T22:57:55.572Z | Compiling socket2 v0.5.10 |
| 1683 | 2026-02-11T22:57:56.018Z | Compiling memmap2 v0.9.8 |
| 1684 | 2026-02-11T22:57:56.163Z | Compiling encoding_rs v0.8.34 |
| 1685 | 2026-02-11T22:57:56.486Z | Compiling jiff v0.2.15 |
| 1686 | 2026-02-11T22:57:56.519Z | Compiling static_assertions v1.1.0 |
| 1687 | 2026-02-11T22:57:56.656Z | Compiling precomputed-hash v0.1.1 |
| 1688 | 2026-02-11T22:57:56.680Z | Compiling predicates-core v1.0.8 |
| 1689 | 2026-02-11T22:57:56.817Z | Compiling whoami v1.5.2 |
| 1690 | 2026-02-11T22:57:57.073Z | Compiling normalize-line-endings v0.3.0 |
| 1691 | 2026-02-11T22:57:57.263Z | Compiling fixedbitset v0.4.2 |
| 1692 | 2026-02-11T22:57:57.480Z | Compiling difflib v0.4.0 |
| 1693 | 2026-02-11T22:57:57.757Z | Compiling new_debug_unreachable v1.0.6 |
| 1694 | 2026-02-11T22:57:57.887Z | Compiling rustc-hash v2.1.1 |
| 1695 | 2026-02-11T22:57:58.135Z | Compiling data-encoding v2.9.0 |
| 1696 | 2026-02-11T22:57:58.351Z | Compiling foldhash v0.2.0 |
| 1697 | 2026-02-11T22:57:58.804Z | Compiling mime v0.3.17 |
| 1698 | 2026-02-11T22:57:58.829Z | Compiling fixedbitset v0.5.7 |
| 1699 | 2026-02-11T22:57:58.899Z | Compiling keccak v0.1.5 |
| 1700 | 2026-02-11T22:57:59.389Z | Compiling petgraph v0.8.2 |
| 1701 | 2026-02-11T22:57:59.505Z | Compiling sha3 v0.10.8 |
| 1702 | 2026-02-11T22:58:00.011Z | Compiling strum v0.26.3 |
| 1703 | 2026-02-11T22:58:00.046Z | Compiling hickory-proto v0.25.2 |
| 1704 | 2026-02-11T22:58:00.284Z | Compiling toml_edit v0.22.27 |
| 1705 | 2026-02-11T22:58:00.597Z | Compiling iddqd v0.3.16 |
| 1706 | 2026-02-11T22:58:00.897Z | Compiling clap v4.5.48 |
| 1707 | 2026-02-11T22:58:01.045Z | Compiling predicates v3.1.3 |
| 1708 | 2026-02-11T22:58:02.555Z | Compiling string_cache v0.8.9 |
| 1709 | 2026-02-11T22:58:02.785Z | Compiling petgraph v0.6.5 |
| 1710 | 2026-02-11T22:58:03.042Z | Compiling tokio-postgres v0.7.13 |
| 1711 | 2026-02-11T22:58:03.398Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1712 | 2026-02-11T22:58:04.391Z | Compiling zip v4.2.0 |
| 1713 | 2026-02-11T22:58:06.508Z | Compiling usdt v0.6.0 |
| 1714 | 2026-02-11T22:58:06.769Z | Compiling similar v2.7.0 |
| 1715 | 2026-02-11T22:58:07.084Z | Compiling env_logger v0.11.8 |
| 1716 | 2026-02-11T22:58:07.715Z | Compiling usdt-impl v0.5.0 |
| 1717 | 2026-02-11T22:58:07.892Z | Compiling serde_with v3.16.1 |
| 1718 | 2026-02-11T22:58:08.608Z | Compiling ecdsa v0.16.9 |
| 1719 | 2026-02-11T22:58:08.855Z | Compiling rsa v0.9.8 |
| 1720 | 2026-02-11T22:58:08.983Z | Compiling zip v0.6.6 |
| 1721 | 2026-02-11T22:58:09.096Z | Compiling ed25519-dalek v2.1.1 |
| 1722 | 2026-02-11T22:58:10.564Z | Compiling toml v0.7.8 |
| 1723 | 2026-02-11T22:58:10.739Z | Compiling crossterm v0.28.1 |
| 1724 | 2026-02-11T22:58:12.327Z | Compiling heck v0.4.1 |
| 1725 | 2026-02-11T22:58:12.530Z | Compiling crossbeam-epoch v0.9.18 |
| 1726 | 2026-02-11T22:58:12.556Z | Compiling tokio-stream v0.1.17 |
| 1727 | 2026-02-11T22:58:12.674Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1728 | 2026-02-11T22:58:12.738Z | Compiling x509-cert v0.2.5 |
| 1729 | 2026-02-11T22:58:12.838Z | Compiling openapiv3 v2.2.0 |
| 1730 | 2026-02-11T22:58:13.182Z | Compiling sha1 v0.10.6 |
| 1731 | 2026-02-11T22:58:13.340Z | Compiling itertools v0.10.5 |
| 1732 | 2026-02-11T22:58:13.612Z | Compiling itertools v0.13.0 |
| 1733 | 2026-02-11T22:58:13.650Z | Compiling winnow v0.6.26 |
| 1734 | 2026-02-11T22:58:14.140Z | Compiling lalrpop-util v0.19.12 |
| 1735 | 2026-02-11T22:58:14.538Z | Compiling peg-runtime v0.8.5 |
| 1736 | 2026-02-11T22:58:15.177Z | Compiling thread_local v1.1.8 |
| 1737 | 2026-02-11T22:58:15.676Z | Compiling slog-async v2.8.0 |
| 1738 | 2026-02-11T22:58:15.998Z | Compiling crossbeam-channel v0.5.15 |
| 1739 | 2026-02-11T22:58:16.276Z | Compiling xattr v1.3.1 |
| 1740 | 2026-02-11T22:58:16.595Z | Compiling futures-executor v0.3.31 |
| 1741 | 2026-02-11T22:58:16.760Z | Compiling is-terminal v0.4.13 |
| 1742 | 2026-02-11T22:58:16.875Z | Compiling filetime v0.2.26 |
| 1743 | 2026-02-11T22:58:16.946Z | Compiling take_mut v0.2.2 |
| 1744 | 2026-02-11T22:58:16.974Z | Compiling term v1.1.0 |
| 1745 | 2026-02-11T22:58:17.045Z | Compiling futures v0.3.31 |
| 1746 | 2026-02-11T22:58:17.188Z | Compiling tar v0.4.44 |
| 1747 | 2026-02-11T22:58:18.269Z | Compiling slog-term v2.9.2 |
| 1748 | 2026-02-11T22:58:24.183Z | Compiling aws-lc-sys v0.26.0 |
| 1749 | 2026-02-11T22:59:00.150Z | Compiling rustls-webpki v0.102.8 |
| 1750 | 2026-02-11T22:59:06.979Z | Compiling tokio-rustls v0.26.0 |
| 1751 | 2026-02-11T22:59:07.387Z | Compiling hyper-rustls v0.27.7 |
| 1752 | 2026-02-11T22:59:07.762Z | Compiling reqwest v0.12.24 |
| 1753 | 2026-02-11T22:59:13.159Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1754 | 2026-02-11T22:59:13.599Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1755 | 2026-02-11T22:59:20.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s |
| 1756 | 2026-02-11T22:59:20.367Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1757 | 2026-02-11T22:59:20.457Z | Feb 11 22:59:20.337 INFO Starting download, target: Console |
| 1758 | 2026-02-11T22:59:20.457Z | Feb 11 22:59:20.338 INFO Starting download, target: Clickhouse |
| 1759 | 2026-02-11T22:59:20.457Z | Feb 11 22:59:20.338 INFO Starting download, target: Cockroach |
| 1760 | 2026-02-11T22:59:20.457Z | Feb 11 22:59:20.338 INFO Starting download, target: DendriteStub |
| 1761 | 2026-02-11T22:59:20.457Z | Feb 11 22:59:20.338 INFO Starting download, target: TransceiverControl |
| 1762 | 2026-02-11T22:59:20.458Z | Feb 11 22:59:20.338 INFO Starting download, target: MaghemiteMgd |
| 1763 | 2026-02-11T22:59:20.483Z | Feb 11 22:59:20.339 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1764 | 2026-02-11T22:59:20.483Z | Feb 11 22:59:20.339 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1765 | 2026-02-11T22:59:20.483Z | Feb 11 22:59:20.339 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1766 | 2026-02-11T22:59:20.483Z | Feb 11 22:59:20.340 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1767 | 2026-02-11T22:59:20.483Z | Feb 11 22:59:20.340 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1768 | 2026-02-11T22:59:20.484Z | Feb 11 22:59:20.340 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1769 | 2026-02-11T22:59:20.932Z | Feb 11 22:59:20.808 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1770 | 2026-02-11T22:59:21.454Z | Feb 11 22:59:21.326 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1771 | 2026-02-11T22:59:21.575Z | Feb 11 22:59:21.453 INFO Download complete, target: Console |
| 1772 | 2026-02-11T22:59:22.025Z | Feb 11 22:59:21.902 INFO Download complete, target: TransceiverControl |
| 1773 | 2026-02-11T22:59:27.873Z | Feb 11 22:59:27.753 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1774 | 2026-02-11T22:59:30.347Z | Feb 11 22:59:30.228 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1775 | 2026-02-11T22:59:30.476Z | Feb 11 22:59:30.351 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1776 | 2026-02-11T22:59:30.476Z | Feb 11 22:59:30.351 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1777 | 2026-02-11T22:59:33.640Z | Feb 11 22:59:33.522 INFO Download complete, target: DendriteStub |
| 1778 | 2026-02-11T22:59:35.899Z | Feb 11 22:59:35.781 INFO Download complete, target: MaghemiteMgd |
| 1779 | 2026-02-11T22:59:43.631Z | Feb 11 22:59:43.513 INFO Checking that binary works, target: Cockroach |
| 1780 | 2026-02-11T22:59:43.835Z | Feb 11 22:59:43.717 INFO Download complete, target: Cockroach |
| 1781 | 2026-02-11T22:59:47.849Z | Feb 11 22:59:47.732 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1782 | 2026-02-11T23:00:03.654Z | Feb 11 23:00:03.537 INFO Checking that binary works, target: Clickhouse |
| 1783 | 2026-02-11T23:00:03.887Z | Feb 11 23:00:03.770 INFO Download complete, target: Clickhouse |
| 1784 | 2026-02-11T23:00:03.916Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1785 | 2026-02-11T23:00:03.941Z | |
| 1786 | 2026-02-11T23:00:03.941Z | real 7:30.984234105 |
| 1787 | 2026-02-11T23:00:03.941Z | user 20:05.556782993 |
| 1788 | 2026-02-11T23:00:03.941Z | sys 3:03.843359125 |
| 1789 | 2026-02-11T23:00:03.941Z | trap 0.824370920 |
| 1790 | 2026-02-11T23:00:03.941Z | tflt 0.429590559 |
| 1791 | 2026-02-11T23:00:03.941Z | dflt 1.153834677 |
| 1792 | 2026-02-11T23:00:03.941Z | kflt 0.011945946 |
| 1793 | 2026-02-11T23:00:03.941Z | lock 54:05.867227286 |
| 1794 | 2026-02-11T23:00:03.941Z | slp 1:14:24.039227832 |
| 1795 | 2026-02-11T23:00:03.941Z | lat 1:28.082185330 |
| 1796 | 2026-02-11T23:00:03.941Z | stop 3:18.006144145 |
| 1797 | 2026-02-11T23:00:03.941Z | + banner hack-check |
| 1798 | 2026-02-11T23:00:03.941Z | |
| 1799 | 2026-02-11T23:00:03.941Z | # # ## #### # # #### # # ###### #### # # |
| 1800 | 2026-02-11T23:00:03.941Z | # # # # # # # # # # # # # # # # # |
| 1801 | 2026-02-11T23:00:03.941Z | ###### # # # #### ##### # ###### ##### # #### |
| 1802 | 2026-02-11T23:00:03.941Z | # # ###### # # # # # # # # # # |
| 1803 | 2026-02-11T23:00:03.941Z | # # # # # # # # # # # # # # # # # |
| 1804 | 2026-02-11T23:00:03.941Z | # # # # #### # # #### # # ###### #### # # |
| 1805 | 2026-02-11T23:00:03.941Z | |
| 1806 | 2026-02-11T23:00:03.941Z | + export CARGO_INCREMENTAL=0 |
| 1807 | 2026-02-11T23:00:03.941Z | + CARGO_INCREMENTAL=0 |
| 1808 | 2026-02-11T23:00:03.941Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1809 | 2026-02-11T23:00:05.227Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1810 | 2026-02-11T23:00:05.547Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1811 | 2026-02-11T23:00:09.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s |
| 1812 | 2026-02-11T23:00:09.824Z | Running `target/debug/xtask check-features --ci` |
| 1813 | 2026-02-11T23:00:09.863Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1814 | 2026-02-11T23:00:09.863Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1815 | 2026-02-11T23:00:10.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 1816 | 2026-02-11T23:00:10.881Z | Running `target/debug/xtask download cargo-hack` |
| 1817 | 2026-02-11T23:00:12.539Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1818 | 2026-02-11T23:00:12.926Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1819 | 2026-02-11T23:00:18.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.07s |
| 1820 | 2026-02-11T23:00:18.156Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1821 | 2026-02-11T23:00:18.216Z | Feb 11 23:00:18.099 INFO Starting download, target: CargoHack |
| 1822 | 2026-02-11T23:00:18.240Z | Feb 11 23:00:18.101 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1823 | 2026-02-11T23:00:18.745Z | Feb 11 23:00:18.629 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1824 | 2026-02-11T23:00:18.851Z | Feb 11 23:00:18.735 INFO Download complete, target: CargoHack |
| 1825 | 2026-02-11T23:00:18.876Z | 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" |
| 1826 | 2026-02-11T23:00:18.900Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1827 | 2026-02-11T23:00:19.238Z | info: running `cargo check --bins` on api_identity (1/248) |
| 1828 | 2026-02-11T23:00:20.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1829 | 2026-02-11T23:00:20.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1830 | 2026-02-11T23:00:20.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1831 | 2026-02-11T23:00:20.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 1832 | 2026-02-11T23:00:20.364Z | |
| 1833 | 2026-02-11T23:00:20.364Z | info: running `cargo check --bins` on bootstore (2/248) |
| 1834 | 2026-02-11T23:00:21.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1835 | 2026-02-11T23:00:21.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1836 | 2026-02-11T23:00:21.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1837 | 2026-02-11T23:00:21.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 1838 | 2026-02-11T23:00:21.579Z | |
| 1839 | 2026-02-11T23:00:21.579Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/248) |
| 1840 | 2026-02-11T23:00:22.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1841 | 2026-02-11T23:00:22.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1842 | 2026-02-11T23:00:22.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1843 | 2026-02-11T23:00:22.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
| 1844 | 2026-02-11T23:00:22.768Z | |
| 1845 | 2026-02-11T23:00:22.768Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/248) |
| 1846 | 2026-02-11T23:00:23.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1847 | 2026-02-11T23:00:23.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1848 | 2026-02-11T23:00:23.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1849 | 2026-02-11T23:00:23.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 1850 | 2026-02-11T23:00:23.907Z | |
| 1851 | 2026-02-11T23:00:23.907Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/248) |
| 1852 | 2026-02-11T23:00:24.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1853 | 2026-02-11T23:00:24.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1854 | 2026-02-11T23:00:24.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1855 | 2026-02-11T23:00:24.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1856 | 2026-02-11T23:00:24.795Z | |
| 1857 | 2026-02-11T23:00:24.795Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/248) |
| 1858 | 2026-02-11T23:00:25.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1859 | 2026-02-11T23:00:25.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1860 | 2026-02-11T23:00:25.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1861 | 2026-02-11T23:00:25.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1862 | 2026-02-11T23:00:25.715Z | |
| 1863 | 2026-02-11T23:00:25.715Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/248) |
| 1864 | 2026-02-11T23:00:26.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1865 | 2026-02-11T23:00:26.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1866 | 2026-02-11T23:00:26.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1867 | 2026-02-11T23:00:26.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 1868 | 2026-02-11T23:00:26.718Z | |
| 1869 | 2026-02-11T23:00:26.718Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/248) |
| 1870 | 2026-02-11T23:00:27.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1871 | 2026-02-11T23:00:27.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1872 | 2026-02-11T23:00:27.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1873 | 2026-02-11T23:00:27.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 1874 | 2026-02-11T23:00:27.694Z | |
| 1875 | 2026-02-11T23:00:27.694Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/248) |
| 1876 | 2026-02-11T23:00:28.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1877 | 2026-02-11T23:00:28.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1878 | 2026-02-11T23:00:28.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1879 | 2026-02-11T23:00:28.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1880 | 2026-02-11T23:00:28.621Z | |
| 1881 | 2026-02-11T23:00:28.621Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/248) |
| 1882 | 2026-02-11T23:00:29.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1883 | 2026-02-11T23:00:29.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1884 | 2026-02-11T23:00:29.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1885 | 2026-02-11T23:00:29.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 1886 | 2026-02-11T23:00:29.579Z | |
| 1887 | 2026-02-11T23:00:29.579Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/248) |
| 1888 | 2026-02-11T23:00:30.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1889 | 2026-02-11T23:00:30.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1890 | 2026-02-11T23:00:30.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1891 | 2026-02-11T23:00:30.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 1892 | 2026-02-11T23:00:30.491Z | |
| 1893 | 2026-02-11T23:00:30.491Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/248) |
| 1894 | 2026-02-11T23:00:31.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1895 | 2026-02-11T23:00:31.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1896 | 2026-02-11T23:00:31.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1897 | 2026-02-11T23:00:31.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 1898 | 2026-02-11T23:00:31.542Z | |
| 1899 | 2026-02-11T23:00:31.542Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/248) |
| 1900 | 2026-02-11T23:00:32.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1901 | 2026-02-11T23:00:32.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1902 | 2026-02-11T23:00:32.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1903 | 2026-02-11T23:00:32.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1904 | 2026-02-11T23:00:32.484Z | |
| 1905 | 2026-02-11T23:00:32.484Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/248) |
| 1906 | 2026-02-11T23:00:33.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1907 | 2026-02-11T23:00:33.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1908 | 2026-02-11T23:00:33.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1909 | 2026-02-11T23:00:33.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
| 1910 | 2026-02-11T23:00:33.481Z | |
| 1911 | 2026-02-11T23:00:33.482Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/248) |
| 1912 | 2026-02-11T23:00:34.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1913 | 2026-02-11T23:00:34.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1914 | 2026-02-11T23:00:34.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1915 | 2026-02-11T23:00:34.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
| 1916 | 2026-02-11T23:00:34.474Z | |
| 1917 | 2026-02-11T23:00:34.474Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/248) |
| 1918 | 2026-02-11T23:00:35.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1919 | 2026-02-11T23:00:35.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1920 | 2026-02-11T23:00:35.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1921 | 2026-02-11T23:00:35.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1922 | 2026-02-11T23:00:35.388Z | |
| 1923 | 2026-02-11T23:00:35.388Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/248) |
| 1924 | 2026-02-11T23:00:36.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1925 | 2026-02-11T23:00:36.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1926 | 2026-02-11T23:00:36.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1927 | 2026-02-11T23:00:36.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 1928 | 2026-02-11T23:00:36.407Z | |
| 1929 | 2026-02-11T23:00:36.407Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/248) |
| 1930 | 2026-02-11T23:00:37.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1931 | 2026-02-11T23:00:37.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1932 | 2026-02-11T23:00:37.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1933 | 2026-02-11T23:00:37.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 1934 | 2026-02-11T23:00:37.406Z | |
| 1935 | 2026-02-11T23:00:37.406Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/248) |
| 1936 | 2026-02-11T23:00:38.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1937 | 2026-02-11T23:00:38.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1938 | 2026-02-11T23:00:38.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1939 | 2026-02-11T23:00:38.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 1940 | 2026-02-11T23:00:38.352Z | |
| 1941 | 2026-02-11T23:00:38.352Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/248) |
| 1942 | 2026-02-11T23:00:39.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1943 | 2026-02-11T23:00:39.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1944 | 2026-02-11T23:00:39.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1945 | 2026-02-11T23:00:39.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 1946 | 2026-02-11T23:00:39.293Z | |
| 1947 | 2026-02-11T23:00:39.293Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/248) |
| 1948 | 2026-02-11T23:00:40.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1949 | 2026-02-11T23:00:40.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1950 | 2026-02-11T23:00:40.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1951 | 2026-02-11T23:00:40.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1952 | 2026-02-11T23:00:40.194Z | |
| 1953 | 2026-02-11T23:00:40.194Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/248) |
| 1954 | 2026-02-11T23:00:41.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1955 | 2026-02-11T23:00:41.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1956 | 2026-02-11T23:00:41.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1957 | 2026-02-11T23:00:41.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 1958 | 2026-02-11T23:00:41.156Z | |
| 1959 | 2026-02-11T23:00:41.156Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/248) |
| 1960 | 2026-02-11T23:00:41.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1961 | 2026-02-11T23:00:41.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1962 | 2026-02-11T23:00:41.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1963 | 2026-02-11T23:00:41.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1964 | 2026-02-11T23:00:42.056Z | |
| 1965 | 2026-02-11T23:00:42.056Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/248) |
| 1966 | 2026-02-11T23:00:42.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1967 | 2026-02-11T23:00:42.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1968 | 2026-02-11T23:00:42.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1969 | 2026-02-11T23:00:42.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 1970 | 2026-02-11T23:00:42.977Z | |
| 1971 | 2026-02-11T23:00:42.977Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/248) |
| 1972 | 2026-02-11T23:00:43.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1973 | 2026-02-11T23:00:43.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1974 | 2026-02-11T23:00:43.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1975 | 2026-02-11T23:00:43.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1976 | 2026-02-11T23:00:43.859Z | |
| 1977 | 2026-02-11T23:00:43.859Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/248) |
| 1978 | 2026-02-11T23:00:44.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1979 | 2026-02-11T23:00:44.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1980 | 2026-02-11T23:00:44.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1981 | 2026-02-11T23:00:44.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 1982 | 2026-02-11T23:00:44.714Z | |
| 1983 | 2026-02-11T23:00:44.714Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/248) |
| 1984 | 2026-02-11T23:00:45.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1985 | 2026-02-11T23:00:45.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1986 | 2026-02-11T23:00:45.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1987 | 2026-02-11T23:00:45.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1988 | 2026-02-11T23:00:45.609Z | |
| 1989 | 2026-02-11T23:00:45.609Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/248) |
| 1990 | 2026-02-11T23:00:46.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1991 | 2026-02-11T23:00:46.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1992 | 2026-02-11T23:00:46.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1993 | 2026-02-11T23:00:46.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1994 | 2026-02-11T23:00:46.496Z | |
| 1995 | 2026-02-11T23:00:46.496Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/248) |
| 1996 | 2026-02-11T23:00:47.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1997 | 2026-02-11T23:00:47.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1998 | 2026-02-11T23:00:47.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1999 | 2026-02-11T23:00:47.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2000 | 2026-02-11T23:00:47.405Z | |
| 2001 | 2026-02-11T23:00:47.405Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/248) |
| 2002 | 2026-02-11T23:00:48.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2003 | 2026-02-11T23:00:48.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2004 | 2026-02-11T23:00:48.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2005 | 2026-02-11T23:00:48.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 2006 | 2026-02-11T23:00:48.275Z | |
| 2007 | 2026-02-11T23:00:48.275Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/248) |
| 2008 | 2026-02-11T23:00:49.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2009 | 2026-02-11T23:00:49.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2010 | 2026-02-11T23:00:49.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2011 | 2026-02-11T23:00:49.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2012 | 2026-02-11T23:00:49.149Z | |
| 2013 | 2026-02-11T23:00:49.149Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/248) |
| 2014 | 2026-02-11T23:00:49.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2015 | 2026-02-11T23:00:49.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2016 | 2026-02-11T23:00:49.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2017 | 2026-02-11T23:00:49.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2018 | 2026-02-11T23:00:50.001Z | |
| 2019 | 2026-02-11T23:00:50.001Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/248) |
| 2020 | 2026-02-11T23:00:50.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2021 | 2026-02-11T23:00:50.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2022 | 2026-02-11T23:00:50.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2023 | 2026-02-11T23:00:50.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2024 | 2026-02-11T23:00:50.877Z | |
| 2025 | 2026-02-11T23:00:50.877Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/248) |
| 2026 | 2026-02-11T23:00:51.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2027 | 2026-02-11T23:00:52.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2028 | 2026-02-11T23:00:52.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2029 | 2026-02-11T23:00:52.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2030 | 2026-02-11T23:00:52.192Z | |
| 2031 | 2026-02-11T23:00:52.192Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/248) |
| 2032 | 2026-02-11T23:00:52.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2033 | 2026-02-11T23:00:52.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2034 | 2026-02-11T23:00:52.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2035 | 2026-02-11T23:00:52.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2036 | 2026-02-11T23:00:52.717Z | |
| 2037 | 2026-02-11T23:00:52.717Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/248) |
| 2038 | 2026-02-11T23:00:53.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2039 | 2026-02-11T23:00:53.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2040 | 2026-02-11T23:00:53.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2041 | 2026-02-11T23:00:53.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 2042 | 2026-02-11T23:00:53.651Z | |
| 2043 | 2026-02-11T23:00:53.651Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/248) |
| 2044 | 2026-02-11T23:00:54.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2045 | 2026-02-11T23:00:54.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2046 | 2026-02-11T23:00:54.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2047 | 2026-02-11T23:00:54.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2048 | 2026-02-11T23:00:54.547Z | |
| 2049 | 2026-02-11T23:00:54.547Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/248) |
| 2050 | 2026-02-11T23:00:55.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2026-02-11T23:00:55.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2026-02-11T23:00:55.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2053 | 2026-02-11T23:00:55.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2054 | 2026-02-11T23:00:55.434Z | |
| 2055 | 2026-02-11T23:00:55.434Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/248) |
| 2056 | 2026-02-11T23:00:56.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2057 | 2026-02-11T23:00:56.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2058 | 2026-02-11T23:00:56.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2059 | 2026-02-11T23:00:56.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2060 | 2026-02-11T23:00:56.367Z | |
| 2061 | 2026-02-11T23:00:56.367Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/248) |
| 2062 | 2026-02-11T23:00:57.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2063 | 2026-02-11T23:00:57.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2064 | 2026-02-11T23:00:57.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2065 | 2026-02-11T23:00:57.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 2066 | 2026-02-11T23:00:57.369Z | |
| 2067 | 2026-02-11T23:00:57.369Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/248) |
| 2068 | 2026-02-11T23:00:58.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2069 | 2026-02-11T23:00:58.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2070 | 2026-02-11T23:00:58.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2071 | 2026-02-11T23:00:58.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 2072 | 2026-02-11T23:00:58.322Z | |
| 2073 | 2026-02-11T23:00:58.322Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/248) |
| 2074 | 2026-02-11T23:00:59.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2075 | 2026-02-11T23:00:59.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2076 | 2026-02-11T23:00:59.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2077 | 2026-02-11T23:00:59.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 2078 | 2026-02-11T23:00:59.236Z | |
| 2079 | 2026-02-11T23:00:59.236Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/248) |
| 2080 | 2026-02-11T23:01:00.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2081 | 2026-02-11T23:01:00.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2082 | 2026-02-11T23:01:00.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2083 | 2026-02-11T23:01:00.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 2084 | 2026-02-11T23:01:00.161Z | |
| 2085 | 2026-02-11T23:01:00.161Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/248) |
| 2086 | 2026-02-11T23:01:00.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2087 | 2026-02-11T23:01:01.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2088 | 2026-02-11T23:01:01.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2089 | 2026-02-11T23:01:01.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 2090 | 2026-02-11T23:01:01.103Z | |
| 2091 | 2026-02-11T23:01:01.104Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (45/248) |
| 2092 | 2026-02-11T23:01:02.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2093 | 2026-02-11T23:01:02.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2094 | 2026-02-11T23:01:02.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2095 | 2026-02-11T23:01:02.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 2096 | 2026-02-11T23:01:02.436Z | |
| 2097 | 2026-02-11T23:01:02.436Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/248) |
| 2098 | 2026-02-11T23:01:03.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2099 | 2026-02-11T23:01:03.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2100 | 2026-02-11T23:01:03.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2101 | 2026-02-11T23:01:03.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 2102 | 2026-02-11T23:01:03.703Z | |
| 2103 | 2026-02-11T23:01:03.703Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/248) |
| 2104 | 2026-02-11T23:01:04.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2105 | 2026-02-11T23:01:04.813Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2106 | 2026-02-11T23:01:04.813Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2107 | 2026-02-11T23:01:04.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 2108 | 2026-02-11T23:01:04.906Z | |
| 2109 | 2026-02-11T23:01:04.907Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/248) |
| 2110 | 2026-02-11T23:01:05.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2111 | 2026-02-11T23:01:05.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2112 | 2026-02-11T23:01:05.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2113 | 2026-02-11T23:01:05.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2114 | 2026-02-11T23:01:06.069Z | |
| 2115 | 2026-02-11T23:01:06.069Z | info: running `cargo check --bins` on oxlog (49/248) |
| 2116 | 2026-02-11T23:01:07.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2117 | 2026-02-11T23:01:07.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2118 | 2026-02-11T23:01:07.456Z | Checking cfg-if v1.0.4 |
| 2119 | 2026-02-11T23:01:07.480Z | Checking libc v0.2.180 |
| 2120 | 2026-02-11T23:01:07.480Z | Checking serde_core v1.0.228 |
| 2121 | 2026-02-11T23:01:07.524Z | Checking zeroize v1.8.1 |
| 2122 | 2026-02-11T23:01:07.548Z | Checking memchr v2.7.4 |
| 2123 | 2026-02-11T23:01:07.572Z | Checking value-bag v1.12.0 |
| 2124 | 2026-02-11T23:01:07.573Z | Checking smallvec v1.15.1 |
| 2125 | 2026-02-11T23:01:07.573Z | Checking typenum v1.17.0 |
| 2126 | 2026-02-11T23:01:07.630Z | Checking scopeguard v1.2.0 |
| 2127 | 2026-02-11T23:01:07.823Z | Checking subtle v2.6.1 |
| 2128 | 2026-02-11T23:01:07.847Z | Checking lock_api v0.4.12 |
| 2129 | 2026-02-11T23:01:08.026Z | Checking itoa v1.0.11 |
| 2130 | 2026-02-11T23:01:08.066Z | Checking log v0.4.29 |
| 2131 | 2026-02-11T23:01:08.143Z | Checking const-oid v0.9.6 |
| 2132 | 2026-02-11T23:01:08.235Z | Checking byteorder v1.5.0 |
| 2133 | 2026-02-11T23:01:08.266Z | Checking stable_deref_trait v1.2.0 |
| 2134 | 2026-02-11T23:01:08.383Z | Checking portable-atomic v1.11.0 |
| 2135 | 2026-02-11T23:01:08.454Z | Checking critical-section v1.1.3 |
| 2136 | 2026-02-11T23:01:08.580Z | Checking generic-array v0.14.7 |
| 2137 | 2026-02-11T23:01:08.611Z | Checking zerofrom v0.1.4 |
| 2138 | 2026-02-11T23:01:08.635Z | Checking allocator-api2 v0.2.21 |
| 2139 | 2026-02-11T23:01:08.677Z | Checking pin-project-lite v0.2.14 |
| 2140 | 2026-02-11T23:01:08.720Z | Checking getrandom v0.2.15 |
| 2141 | 2026-02-11T23:01:08.826Z | Checking yoke v0.7.4 |
| 2142 | 2026-02-11T23:01:08.851Z | Checking getrandom v0.3.4 |
| 2143 | 2026-02-11T23:01:08.966Z | Checking rand_core v0.6.4 |
| 2144 | 2026-02-11T23:01:09.094Z | Checking signal-hook-registry v1.4.2 |
| 2145 | 2026-02-11T23:01:09.166Z | Checking zerovec v0.10.4 |
| 2146 | 2026-02-11T23:01:09.234Z | Checking parking_lot_core v0.9.10 |
| 2147 | 2026-02-11T23:01:09.292Z | Checking mio v1.0.2 |
| 2148 | 2026-02-11T23:01:09.327Z | Checking once_cell v1.21.3 |
| 2149 | 2026-02-11T23:01:09.367Z | Checking equivalent v1.0.2 |
| 2150 | 2026-02-11T23:01:09.496Z | Checking libm v0.2.8 |
| 2151 | 2026-02-11T23:01:09.587Z | Checking parking_lot v0.12.3 |
| 2152 | 2026-02-11T23:01:09.642Z | Checking crypto-common v0.1.6 |
| 2153 | 2026-02-11T23:01:09.666Z | Checking block-buffer v0.10.4 |
| 2154 | 2026-02-11T23:01:09.795Z | Checking litemap v0.7.3 |
| 2155 | 2026-02-11T23:01:09.846Z | Checking writeable v0.5.5 |
| 2156 | 2026-02-11T23:01:09.884Z | Checking socket2 v0.6.1 |
| 2157 | 2026-02-11T23:01:09.908Z | Checking digest v0.10.7 |
| 2158 | 2026-02-11T23:01:09.936Z | Checking zerocopy v0.7.35 |
| 2159 | 2026-02-11T23:01:10.174Z | Checking zmij v1.0.15 |
| 2160 | 2026-02-11T23:01:10.218Z | Checking percent-encoding v2.3.2 |
| 2161 | 2026-02-11T23:01:10.310Z | Checking cpufeatures v0.2.14 |
| 2162 | 2026-02-11T23:01:10.375Z | Checking futures-core v0.3.31 |
| 2163 | 2026-02-11T23:01:10.400Z | Checking num-traits v0.2.19 |
| 2164 | 2026-02-11T23:01:10.424Z | Checking hmac v0.12.1 |
| 2165 | 2026-02-11T23:01:10.467Z | Checking icu_locid_transform_data v1.5.0 |
| 2166 | 2026-02-11T23:01:10.568Z | Checking block-padding v0.3.3 |
| 2167 | 2026-02-11T23:01:10.592Z | Checking hashbrown v0.16.1 |
| 2168 | 2026-02-11T23:01:10.616Z | Checking icu_properties_data v1.5.0 |
| 2169 | 2026-02-11T23:01:10.678Z | Checking utf16_iter v1.0.5 |
| 2170 | 2026-02-11T23:01:10.784Z | Checking tinystr v0.7.6 |
| 2171 | 2026-02-11T23:01:10.825Z | Checking icu_collections v1.5.0 |
| 2172 | 2026-02-11T23:01:10.877Z | Checking inout v0.1.3 |
| 2173 | 2026-02-11T23:01:10.901Z | Checking write16 v1.0.0 |
| 2174 | 2026-02-11T23:01:11.038Z | Checking icu_normalizer_data v1.5.0 |
| 2175 | 2026-02-11T23:01:11.101Z | Checking ppv-lite86 v0.2.20 |
| 2176 | 2026-02-11T23:01:11.133Z | Checking futures-sink v0.3.31 |
| 2177 | 2026-02-11T23:01:11.169Z | Checking utf8_iter v1.0.4 |
| 2178 | 2026-02-11T23:01:11.194Z | Checking icu_locid v1.5.0 |
| 2179 | 2026-02-11T23:01:11.275Z | Checking serde v1.0.228 |
| 2180 | 2026-02-11T23:01:11.316Z | Checking serde_json v1.0.149 |
| 2181 | 2026-02-11T23:01:11.405Z | Checking futures-channel v0.3.31 |
| 2182 | 2026-02-11T23:01:11.527Z | Checking cipher v0.4.4 |
| 2183 | 2026-02-11T23:01:11.638Z | Checking indexmap v2.13.0 |
| 2184 | 2026-02-11T23:01:11.789Z | Checking sha2 v0.10.9 |
| 2185 | 2026-02-11T23:01:11.828Z | Checking slab v0.4.9 |
| 2186 | 2026-02-11T23:01:11.852Z | Checking pin-utils v0.1.0 |
| 2187 | 2026-02-11T23:01:11.955Z | Checking futures-task v0.3.31 |
| 2188 | 2026-02-11T23:01:11.979Z | Checking base64ct v1.6.0 |
| 2189 | 2026-02-11T23:01:12.155Z | Checking futures-io v0.3.31 |
| 2190 | 2026-02-11T23:01:12.198Z | Checking icu_provider v1.5.0 |
| 2191 | 2026-02-11T23:01:12.222Z | Checking errno v0.3.12 |
| 2192 | 2026-02-11T23:01:12.266Z | Checking bytes v1.11.1 |
| 2193 | 2026-02-11T23:01:12.373Z | Checking bitflags v2.9.4 |
| 2194 | 2026-02-11T23:01:12.398Z | Checking futures-util v0.3.31 |
| 2195 | 2026-02-11T23:01:12.425Z | Checking flagset v0.4.6 |
| 2196 | 2026-02-11T23:01:12.449Z | Checking pem-rfc7468 v0.7.0 |
| 2197 | 2026-02-11T23:01:12.639Z | Checking form_urlencoded v1.2.2 |
| 2198 | 2026-02-11T23:01:12.692Z | Checking rand_core v0.9.3 |
| 2199 | 2026-02-11T23:01:12.740Z | Checking der v0.7.10 |
| 2200 | 2026-02-11T23:01:12.845Z | Checking icu_locid_transform v1.5.0 |
| 2201 | 2026-02-11T23:01:12.877Z | Checking foldhash v0.1.5 |
| 2202 | 2026-02-11T23:01:12.966Z | Checking fnv v1.0.7 |
| 2203 | 2026-02-11T23:01:13.033Z | Checking salsa20 v0.10.2 |
| 2204 | 2026-02-11T23:01:13.057Z | Checking uuid v1.19.0 |
| 2205 | 2026-02-11T23:01:13.112Z | Checking hashbrown v0.15.4 |
| 2206 | 2026-02-11T23:01:13.136Z | Checking pbkdf2 v0.12.2 |
| 2207 | 2026-02-11T23:01:13.272Z | Checking spin v0.9.8 |
| 2208 | 2026-02-11T23:01:13.302Z | Checking tokio v1.49.0 |
| 2209 | 2026-02-11T23:01:13.327Z | Checking scrypt v0.11.0 |
| 2210 | 2026-02-11T23:01:13.582Z | Checking http v1.4.0 |
| 2211 | 2026-02-11T23:01:13.620Z | Checking rand_chacha v0.9.0 |
| 2212 | 2026-02-11T23:01:13.675Z | Checking cbc v0.1.2 |
| 2213 | 2026-02-11T23:01:13.839Z | Checking icu_properties v1.5.1 |
| 2214 | 2026-02-11T23:01:13.892Z | Checking aes v0.8.4 |
| 2215 | 2026-02-11T23:01:14.017Z | Checking regex-syntax v0.8.5 |
| 2216 | 2026-02-11T23:01:14.179Z | Checking iana-time-zone v0.1.63 |
| 2217 | 2026-02-11T23:01:14.376Z | Checking chrono v0.4.43 |
| 2218 | 2026-02-11T23:01:14.440Z | Checking spki v0.7.3 |
| 2219 | 2026-02-11T23:01:14.766Z | Checking rand v0.9.2 |
| 2220 | 2026-02-11T23:01:14.791Z | Checking pkcs5 v0.7.1 |
| 2221 | 2026-02-11T23:01:14.912Z | Checking tracing-core v0.1.32 |
| 2222 | 2026-02-11T23:01:15.364Z | Checking thiserror v2.0.18 |
| 2223 | 2026-02-11T23:01:15.551Z | Checking pkcs8 v0.10.2 |
| 2224 | 2026-02-11T23:01:15.639Z | Checking tracing v0.1.40 |
| 2225 | 2026-02-11T23:01:15.807Z | Checking http-body v1.0.1 |
| 2226 | 2026-02-11T23:01:15.915Z | Checking plain v0.2.3 |
| 2227 | 2026-02-11T23:01:16.044Z | Checking rustls-pki-types v1.10.0 |
| 2228 | 2026-02-11T23:01:16.077Z | Checking base64 v0.22.1 |
| 2229 | 2026-02-11T23:01:16.139Z | Checking tinyvec_macros v0.1.1 |
| 2230 | 2026-02-11T23:01:16.264Z | Checking tinyvec v1.8.0 |
| 2231 | 2026-02-11T23:01:16.456Z | Checking lazy_static v1.5.0 |
| 2232 | 2026-02-11T23:01:16.624Z | Checking rustix v1.1.3 |
| 2233 | 2026-02-11T23:01:16.649Z | Checking semver v1.0.27 |
| 2234 | 2026-02-11T23:01:16.742Z | Checking zerocopy v0.8.27 |
| 2235 | 2026-02-11T23:01:17.115Z | Checking aws-lc-sys v0.26.0 |
| 2236 | 2026-02-11T23:01:17.143Z | Checking openssl-probe v0.1.5 |
| 2237 | 2026-02-11T23:01:17.264Z | Checking icu_normalizer v1.5.0 |
| 2238 | 2026-02-11T23:01:17.332Z | Checking unicode-ident v1.0.19 |
| 2239 | 2026-02-11T23:01:17.362Z | Checking ucd-trie v0.1.7 |
| 2240 | 2026-02-11T23:01:17.556Z | Checking dyn-clone v1.0.20 |
| 2241 | 2026-02-11T23:01:17.590Z | Checking atomic-waker v1.1.2 |
| 2242 | 2026-02-11T23:01:17.654Z | Checking try-lock v0.2.5 |
| 2243 | 2026-02-11T23:01:17.734Z | Checking untrusted v0.9.0 |
| 2244 | 2026-02-11T23:01:17.759Z | Checking tower-service v0.3.3 |
| 2245 | 2026-02-11T23:01:17.820Z | Checking untrusted v0.7.1 |
| 2246 | 2026-02-11T23:01:17.904Z | Checking tower-layer v0.3.3 |
| 2247 | 2026-02-11T23:01:17.931Z | Checking foreign-types-shared v0.1.1 |
| 2248 | 2026-02-11T23:01:18.025Z | Checking adler2 v2.0.0 |
| 2249 | 2026-02-11T23:01:18.073Z | Checking idna_adapter v1.2.0 |
| 2250 | 2026-02-11T23:01:18.099Z | Checking fastrand v2.1.1 |
| 2251 | 2026-02-11T23:01:18.216Z | Checking miniz_oxide v0.8.5 |
| 2252 | 2026-02-11T23:01:18.243Z | Checking foreign-types v0.3.2 |
| 2253 | 2026-02-11T23:01:18.301Z | Checking idna v1.0.3 |
| 2254 | 2026-02-11T23:01:18.358Z | Checking ring v0.17.14 |
| 2255 | 2026-02-11T23:01:18.506Z | Checking want v0.3.1 |
| 2256 | 2026-02-11T23:01:18.672Z | Checking tempfile v3.24.0 |
| 2257 | 2026-02-11T23:01:18.719Z | Checking pest v2.8.2 |
| 2258 | 2026-02-11T23:01:18.850Z | Checking url v2.5.4 |
| 2259 | 2026-02-11T23:01:18.940Z | Checking proc-macro2 v1.0.101 |
| 2260 | 2026-02-11T23:01:19.091Z | Checking ipnet v2.11.0 |
| 2261 | 2026-02-11T23:01:19.463Z | Checking aws-lc-rs v1.12.4 |
| 2262 | 2026-02-11T23:01:19.623Z | Checking httparse v1.9.5 |
| 2263 | 2026-02-11T23:01:19.652Z | Checking openssl-sys v0.9.109 |
| 2264 | 2026-02-11T23:01:19.754Z | Checking schemars v0.8.22 |
| 2265 | 2026-02-11T23:01:20.096Z | Checking wait-timeout v0.2.0 |
| 2266 | 2026-02-11T23:01:20.142Z | Checking aho-corasick v1.1.3 |
| 2267 | 2026-02-11T23:01:20.308Z | Checking anstyle v1.0.11 |
| 2268 | 2026-02-11T23:01:20.681Z | Checking bit-vec v0.8.0 |
| 2269 | 2026-02-11T23:01:20.705Z | Checking quick-error v1.2.3 |
| 2270 | 2026-02-11T23:01:20.888Z | Checking httpdate v1.0.3 |
| 2271 | 2026-02-11T23:01:20.913Z | Checking utf8parse v0.2.2 |
| 2272 | 2026-02-11T23:01:21.097Z | Checking powerfmt v0.2.0 |
| 2273 | 2026-02-11T23:01:21.121Z | Checking pretty-hex v0.4.1 |
| 2274 | 2026-02-11T23:01:21.186Z | Checking bit-set v0.8.0 |
| 2275 | 2026-02-11T23:01:21.210Z | Checking tokio-util v0.7.15 |
| 2276 | 2026-02-11T23:01:21.351Z | Checking anstyle-parse v0.2.5 |
| 2277 | 2026-02-11T23:01:21.381Z | Checking rustls-webpki v0.102.8 |
| 2278 | 2026-02-11T23:01:21.447Z | Checking rusty-fork v0.3.0 |
| 2279 | 2026-02-11T23:01:21.473Z | Checking deranged v0.5.3 |
| 2280 | 2026-02-11T23:01:21.497Z | Checking openssl v0.10.73 |
| 2281 | 2026-02-11T23:01:21.521Z | Checking quote v1.0.40 |
| 2282 | 2026-02-11T23:01:21.678Z | Compiling newtype-uuid v1.3.2 |
| 2283 | 2026-02-11T23:01:21.735Z | Checking unicode-normalization v0.1.24 |
| 2284 | 2026-02-11T23:01:21.807Z | Checking regex-automata v0.4.11 |
| 2285 | 2026-02-11T23:01:21.912Z | Checking crossbeam-utils v0.8.21 |
| 2286 | 2026-02-11T23:01:22.044Z | Checking rand_xorshift v0.4.0 |
| 2287 | 2026-02-11T23:01:22.214Z | Checking rustix v0.38.37 |
| 2288 | 2026-02-11T23:01:22.248Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2289 | 2026-02-11T23:01:22.383Z | Checking scroll v0.13.0 |
| 2290 | 2026-02-11T23:01:22.602Z | Checking h2 v0.4.6 |
| 2291 | 2026-02-11T23:01:22.626Z | Checking signature v2.2.0 |
| 2292 | 2026-02-11T23:01:22.687Z | Checking crc32fast v1.4.2 |
| 2293 | 2026-02-11T23:01:22.841Z | Checking is_terminal_polyfill v1.70.1 |
| 2294 | 2026-02-11T23:01:22.865Z | Checking zlib-rs v0.5.1 |
| 2295 | 2026-02-11T23:01:22.941Z | Checking time-core v0.1.6 |
| 2296 | 2026-02-11T23:01:22.989Z | Checking unarray v0.1.4 |
| 2297 | 2026-02-11T23:01:23.166Z | Checking anstyle-query v1.1.1 |
| 2298 | 2026-02-11T23:01:23.244Z | Checking num-conv v0.1.0 |
| 2299 | 2026-02-11T23:01:23.318Z | Checking num_threads v0.1.7 |
| 2300 | 2026-02-11T23:01:23.460Z | Checking siphasher v0.3.11 |
| 2301 | 2026-02-11T23:01:23.536Z | Checking either v1.15.0 |
| 2302 | 2026-02-11T23:01:23.782Z | Checking unicode-properties v0.1.3 |
| 2303 | 2026-02-11T23:01:23.949Z | Checking colorchoice v1.0.2 |
| 2304 | 2026-02-11T23:01:24.009Z | Checking unicode-bidi v0.3.17 |
| 2305 | 2026-02-11T23:01:24.123Z | Checking anstream v0.6.18 |
| 2306 | 2026-02-11T23:01:24.197Z | Checking time v0.3.43 |
| 2307 | 2026-02-11T23:01:24.513Z | Checking phf_shared v0.11.2 |
| 2308 | 2026-02-11T23:01:24.636Z | Checking stringprep v0.1.5 |
| 2309 | 2026-02-11T23:01:24.816Z | Checking proptest v1.7.0 |
| 2310 | 2026-02-11T23:01:24.840Z | Checking libz-rs-sys v0.5.1 |
| 2311 | 2026-02-11T23:01:24.938Z | Checking goblin v0.10.2 |
| 2312 | 2026-02-11T23:01:25.078Z | Checking crossbeam-epoch v0.9.18 |
| 2313 | 2026-02-11T23:01:25.361Z | Checking rustls v0.23.19 |
| 2314 | 2026-02-11T23:01:25.532Z | Compiling daft v0.1.4 |
| 2315 | 2026-02-11T23:01:26.115Z | Checking syn v2.0.114 |
| 2316 | 2026-02-11T23:01:26.139Z | Checking ipnetwork v0.21.1 |
| 2317 | 2026-02-11T23:01:26.231Z | Checking native-tls v0.2.12 |
| 2318 | 2026-02-11T23:01:26.560Z | Checking scroll v0.12.0 |
| 2319 | 2026-02-11T23:01:26.664Z | Checking thiserror v1.0.69 |
| 2320 | 2026-02-11T23:01:26.821Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2321 | 2026-02-11T23:01:27.035Z | Checking toml_datetime v0.6.11 |
| 2322 | 2026-02-11T23:01:27.060Z | Checking serde_spanned v0.6.9 |
| 2323 | 2026-02-11T23:01:27.084Z | Checking num-integer v0.1.46 |
| 2324 | 2026-02-11T23:01:27.280Z | Checking rand_chacha v0.3.1 |
| 2325 | 2026-02-11T23:01:27.400Z | Checking sync_wrapper v1.0.1 |
| 2326 | 2026-02-11T23:01:27.534Z | Checking md-5 v0.10.6 |
| 2327 | 2026-02-11T23:01:27.574Z | Checking ff v0.13.0 |
| 2328 | 2026-02-11T23:01:27.733Z | Checking hash32 v0.2.1 |
| 2329 | 2026-02-11T23:01:27.810Z | Checking psl-types v2.0.11 |
| 2330 | 2026-02-11T23:01:27.838Z | Checking base16ct v0.2.0 |
| 2331 | 2026-02-11T23:01:28.033Z | Checking fallible-iterator v0.2.0 |
| 2332 | 2026-02-11T23:01:28.059Z | Checking gimli v0.31.1 |
| 2333 | 2026-02-11T23:01:28.083Z | Compiling iddqd v0.3.16 |
| 2334 | 2026-02-11T23:01:28.597Z | Checking postgres-protocol v0.6.8 |
| 2335 | 2026-02-11T23:01:28.809Z | Checking hyper v1.8.1 |
| 2336 | 2026-02-11T23:01:29.237Z | Checking sec1 v0.7.3 |
| 2337 | 2026-02-11T23:01:29.602Z | Checking heapless v0.7.17 |
| 2338 | 2026-02-11T23:01:29.771Z | Checking publicsuffix v2.3.0 |
| 2339 | 2026-02-11T23:01:30.056Z | Checking group v0.13.0 |
| 2340 | 2026-02-11T23:01:30.333Z | Checking rand v0.8.5 |
| 2341 | 2026-02-11T23:01:30.522Z | Checking tower v0.5.2 |
| 2342 | 2026-02-11T23:01:30.601Z | Checking num-iter v0.1.45 |
| 2343 | 2026-02-11T23:01:30.701Z | Checking tokio-rustls v0.26.0 |
| 2344 | 2026-02-11T23:01:30.802Z | Checking goblin v0.8.2 |
| 2345 | 2026-02-11T23:01:30.985Z | Checking hyper-util v0.1.19 |
| 2346 | 2026-02-11T23:01:31.011Z | Checking dof v0.4.0 |
| 2347 | 2026-02-11T23:01:31.124Z | Checking cookie v0.18.1 |
| 2348 | 2026-02-11T23:01:31.419Z | Checking zstd-safe v7.2.3 |
| 2349 | 2026-02-11T23:01:31.599Z | Checking oxnet v0.1.4 |
| 2350 | 2026-02-11T23:01:31.630Z | Checking tokio-native-tls v0.3.1 |
| 2351 | 2026-02-11T23:01:31.735Z | Checking addr2line v0.24.2 |
| 2352 | 2026-02-11T23:01:31.759Z | Checking terminal_size v0.4.0 |
| 2353 | 2026-02-11T23:01:31.897Z | Checking flate2 v1.1.2 |
| 2354 | 2026-02-11T23:01:31.922Z | Checking dtrace-parser v0.3.0 |
| 2355 | 2026-02-11T23:01:31.922Z | Checking rustls-native-certs v0.8.1 |
| 2356 | 2026-02-11T23:01:31.961Z | Checking webpki-roots v1.0.1 |
| 2357 | 2026-02-11T23:01:32.085Z | Checking http-body-util v0.1.3 |
| 2358 | 2026-02-11T23:01:32.169Z | Checking signal-hook v0.3.18 |
| 2359 | 2026-02-11T23:01:32.194Z | Checking hkdf v0.12.4 |
| 2360 | 2026-02-11T23:01:32.309Z | Checking crypto-bigint v0.5.5 |
| 2361 | 2026-02-11T23:01:32.391Z | Checking thread-id v5.0.0 |
| 2362 | 2026-02-11T23:01:32.423Z | Checking object v0.36.5 |
| 2363 | 2026-02-11T23:01:32.512Z | Checking strsim v0.11.1 |
| 2364 | 2026-02-11T23:01:32.537Z | Checking lockfree-object-pool v0.1.6 |
| 2365 | 2026-02-11T23:01:32.561Z | Checking bitflags v1.3.2 |
| 2366 | 2026-02-11T23:01:32.585Z | Compiling rayon-core v1.12.1 |
| 2367 | 2026-02-11T23:01:32.685Z | Checking bumpalo v3.16.0 |
| 2368 | 2026-02-11T23:01:32.795Z | Checking rustc-demangle v0.1.24 |
| 2369 | 2026-02-11T23:01:32.820Z | Checking clap_lex v0.7.4 |
| 2370 | 2026-02-11T23:01:32.883Z | Checking winnow v0.5.40 |
| 2371 | 2026-02-11T23:01:33.023Z | Checking managed v0.8.0 |
| 2372 | 2026-02-11T23:01:33.081Z | Checking iri-string v0.7.8 |
| 2373 | 2026-02-11T23:01:33.215Z | Checking ryu v1.0.18 |
| 2374 | 2026-02-11T23:01:33.367Z | Checking simd-adler32 v0.3.7 |
| 2375 | 2026-02-11T23:01:33.455Z | Checking serde_urlencoded v0.7.1 |
| 2376 | 2026-02-11T23:01:33.706Z | Checking hyper-rustls v0.27.7 |
| 2377 | 2026-02-11T23:01:33.730Z | Checking zopfli v0.8.1 |
| 2378 | 2026-02-11T23:01:33.884Z | Checking hyper-tls v0.6.0 |
| 2379 | 2026-02-11T23:01:34.087Z | Checking smoltcp v0.9.1 |
| 2380 | 2026-02-11T23:01:34.185Z | Checking clap_builder v4.5.48 |
| 2381 | 2026-02-11T23:01:34.385Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2382 | 2026-02-11T23:01:34.682Z | Checking signal-hook-mio v0.2.4 |
| 2383 | 2026-02-11T23:01:34.857Z | Checking usdt-impl v0.6.0 |
| 2384 | 2026-02-11T23:01:34.935Z | Checking elliptic-curve v0.13.8 |
| 2385 | 2026-02-11T23:01:35.486Z | Checking tower-http v0.6.6 |
| 2386 | 2026-02-11T23:01:35.510Z | Checking zstd v0.13.3 |
| 2387 | 2026-02-11T23:01:35.607Z | Checking num-bigint-dig v0.8.6 |
| 2388 | 2026-02-11T23:01:35.723Z | Checking toml_edit v0.19.15 |
| 2389 | 2026-02-11T23:01:35.774Z | Checking dof v0.3.0 |
| 2390 | 2026-02-11T23:01:35.837Z | Checking cookie_store v0.21.1 |
| 2391 | 2026-02-11T23:01:35.891Z | Checking postgres-types v0.2.9 |
| 2392 | 2026-02-11T23:01:36.121Z | Checking dtrace-parser v0.2.0 |
| 2393 | 2026-02-11T23:01:36.441Z | Checking regex v1.11.3 |
| 2394 | 2026-02-11T23:01:36.599Z | Checking bstr v1.10.0 |
| 2395 | 2026-02-11T23:01:36.626Z | Checking crossbeam-deque v0.8.5 |
| 2396 | 2026-02-11T23:01:36.651Z | Checking phf v0.11.2 |
| 2397 | 2026-02-11T23:01:36.940Z | Checking ed25519 v2.2.3 |
| 2398 | 2026-02-11T23:01:36.999Z | Checking bzip2 v0.5.2 |
| 2399 | 2026-02-11T23:01:37.052Z | Checking bzip2 v0.4.4 |
| 2400 | 2026-02-11T23:01:37.141Z | Checking curve25519-dalek v4.1.3 |
| 2401 | 2026-02-11T23:01:37.296Z | Checking ref-cast v1.0.25 |
| 2402 | 2026-02-11T23:01:37.321Z | Checking strum v0.27.2 |
| 2403 | 2026-02-11T23:01:37.380Z | Checking hubpack v0.1.2 |
| 2404 | 2026-02-11T23:01:37.458Z | Checking memoffset v0.9.1 |
| 2405 | 2026-02-11T23:01:37.487Z | Checking pkcs1 v0.7.5 |
| 2406 | 2026-02-11T23:01:37.519Z | Checking erased-serde v0.3.31 |
| 2407 | 2026-02-11T23:01:37.609Z | Checking serde-big-array v0.5.1 |
| 2408 | 2026-02-11T23:01:37.634Z | Checking hex v0.4.3 |
| 2409 | 2026-02-11T23:01:37.717Z | Checking float-cmp v0.10.0 |
| 2410 | 2026-02-11T23:01:37.897Z | Checking rfc6979 v0.4.0 |
| 2411 | 2026-02-11T23:01:37.921Z | Checking memmap2 v0.9.8 |
| 2412 | 2026-02-11T23:01:37.946Z | Checking thread-id v4.2.2 |
| 2413 | 2026-02-11T23:01:38.060Z | Checking socket2 v0.5.10 |
| 2414 | 2026-02-11T23:01:38.096Z | Checking env_filter v0.1.2 |
| 2415 | 2026-02-11T23:01:38.127Z | Checking encoding_rs v0.8.34 |
| 2416 | 2026-02-11T23:01:38.155Z | Checking data-encoding v2.9.0 |
| 2417 | 2026-02-11T23:01:38.226Z | Checking fixedbitset v0.4.2 |
| 2418 | 2026-02-11T23:01:38.371Z | Checking whoami v1.5.2 |
| 2419 | 2026-02-11T23:01:38.451Z | Checking backtrace v0.3.74 |
| 2420 | 2026-02-11T23:01:38.509Z | Checking rustc-hash v2.1.1 |
| 2421 | 2026-02-11T23:01:38.630Z | Checking unicode-segmentation v1.12.0 |
| 2422 | 2026-02-11T23:01:38.654Z | Checking static_assertions v1.1.0 |
| 2423 | 2026-02-11T23:01:38.702Z | Checking toml_write v0.1.2 |
| 2424 | 2026-02-11T23:01:38.726Z | Checking jiff v0.2.15 |
| 2425 | 2026-02-11T23:01:38.761Z | Checking difflib v0.4.0 |
| 2426 | 2026-02-11T23:01:38.789Z | Checking predicates-core v1.0.8 |
| 2427 | 2026-02-11T23:01:38.988Z | Checking normalize-line-endings v0.3.0 |
| 2428 | 2026-02-11T23:01:39.013Z | Checking foldhash v0.2.0 |
| 2429 | 2026-02-11T23:01:39.013Z | Checking keccak v0.1.5 |
| 2430 | 2026-02-11T23:01:39.053Z | Checking fixedbitset v0.5.7 |
| 2431 | 2026-02-11T23:01:39.104Z | Checking winnow v0.7.14 |
| 2432 | 2026-02-11T23:01:39.144Z | Checking mime v0.3.17 |
| 2433 | 2026-02-11T23:01:39.313Z | Checking minimal-lexical v0.2.1 |
| 2434 | 2026-02-11T23:01:39.337Z | Checking precomputed-hash v0.1.1 |
| 2435 | 2026-02-11T23:01:39.385Z | Checking new_debug_unreachable v1.0.6 |
| 2436 | 2026-02-11T23:01:39.457Z | Checking petgraph v0.8.2 |
| 2437 | 2026-02-11T23:01:39.482Z | Checking sha3 v0.10.8 |
| 2438 | 2026-02-11T23:01:39.506Z | Checking similar v2.7.0 |
| 2439 | 2026-02-11T23:01:39.506Z | Checking string_cache v0.8.9 |
| 2440 | 2026-02-11T23:01:39.723Z | Checking nom v7.1.3 |
| 2441 | 2026-02-11T23:01:39.908Z | Checking predicates v3.1.3 |
| 2442 | 2026-02-11T23:01:40.323Z | Checking reqwest v0.12.24 |
| 2443 | 2026-02-11T23:01:40.361Z | Checking ed25519-dalek v2.1.1 |
| 2444 | 2026-02-11T23:01:40.529Z | Checking anyhow v1.0.99 |
| 2445 | 2026-02-11T23:01:40.779Z | Checking hickory-proto v0.25.2 |
| 2446 | 2026-02-11T23:01:40.902Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2447 | 2026-02-11T23:01:41.774Z | Checking tokio-postgres v0.7.13 |
| 2448 | 2026-02-11T23:01:42.054Z | Checking toml_edit v0.22.27 |
| 2449 | 2026-02-11T23:01:42.272Z | Checking slog v2.8.2 |
| 2450 | 2026-02-11T23:01:42.346Z | Checking petgraph v0.6.5 |
| 2451 | 2026-02-11T23:01:42.794Z | Checking env_logger v0.11.8 |
| 2452 | 2026-02-11T23:01:43.025Z | Checking usdt v0.6.0 |
| 2453 | 2026-02-11T23:01:43.146Z | Checking toml v0.7.8 |
| 2454 | 2026-02-11T23:01:43.275Z | Checking serde_with v3.16.1 |
| 2455 | 2026-02-11T23:01:43.798Z | Checking ecdsa v0.16.9 |
| 2456 | 2026-02-11T23:01:44.378Z | Checking usdt-impl v0.5.0 |
| 2457 | 2026-02-11T23:01:44.482Z | Checking zip v4.2.0 |
| 2458 | 2026-02-11T23:01:44.513Z | Checking rsa v0.9.8 |
| 2459 | 2026-02-11T23:01:44.567Z | Checking nix v0.29.0 |
| 2460 | 2026-02-11T23:01:44.951Z | Checking zip v0.6.6 |
| 2461 | 2026-02-11T23:01:45.065Z | Checking clap v4.5.48 |
| 2462 | 2026-02-11T23:01:45.435Z | Checking crossterm v0.28.1 |
| 2463 | 2026-02-11T23:01:45.690Z | Checking itertools v0.10.5 |
| 2464 | 2026-02-11T23:01:45.759Z | Checking itertools v0.12.1 |
| 2465 | 2026-02-11T23:01:45.813Z | Checking itertools v0.13.0 |
| 2466 | 2026-02-11T23:01:45.845Z | Checking strum v0.26.3 |
| 2467 | 2026-02-11T23:01:46.025Z | Checking tokio-stream v0.1.17 |
| 2468 | 2026-02-11T23:01:46.114Z | Checking ahash v0.8.12 |
| 2469 | 2026-02-11T23:01:46.513Z | Checking fs-err v3.1.1 |
| 2470 | 2026-02-11T23:01:46.647Z | Checking buf-list v1.0.3 |
| 2471 | 2026-02-11T23:01:46.880Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2472 | 2026-02-11T23:01:46.962Z | Checking x509-cert v0.2.5 |
| 2473 | 2026-02-11T23:01:47.070Z | Checking openapiv3 v2.2.0 |
| 2474 | 2026-02-11T23:01:47.094Z | Checking sha1 v0.10.6 |
| 2475 | 2026-02-11T23:01:47.118Z | Checking winnow v0.6.26 |
| 2476 | 2026-02-11T23:01:47.236Z | Checking peg-runtime v0.8.5 |
| 2477 | 2026-02-11T23:01:47.437Z | Checking lalrpop-util v0.19.12 |
| 2478 | 2026-02-11T23:01:47.473Z | Checking rayon v1.10.0 |
| 2479 | 2026-02-11T23:01:47.736Z | Checking camino v1.2.2 |
| 2480 | 2026-02-11T23:01:47.815Z | Checking sigpipe v0.1.3 |
| 2481 | 2026-02-11T23:01:47.937Z | Checking glob v0.3.2 |
| 2482 | 2026-02-11T23:01:50.786Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2483 | 2026-02-11T23:01:51.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.32s |
| 2484 | 2026-02-11T23:01:51.640Z | |
| 2485 | 2026-02-11T23:01:51.640Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/248) |
| 2486 | 2026-02-11T23:01:52.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2487 | 2026-02-11T23:01:52.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2488 | 2026-02-11T23:01:53.366Z | Compiling regress v0.10.4 |
| 2489 | 2026-02-11T23:01:53.422Z | Compiling unsafe-libyaml v0.2.11 |
| 2490 | 2026-02-11T23:01:53.447Z | Compiling structmeta-derive v0.3.0 |
| 2491 | 2026-02-11T23:01:53.447Z | Compiling rustls v0.22.4 |
| 2492 | 2026-02-11T23:01:53.496Z | Checking newtype-uuid v1.3.2 |
| 2493 | 2026-02-11T23:01:53.524Z | Compiling multer v3.1.0 |
| 2494 | 2026-02-11T23:01:53.548Z | Checking heck v0.5.0 |
| 2495 | 2026-02-11T23:01:53.816Z | Compiling newtype-uuid-macros v0.1.0 |
| 2496 | 2026-02-11T23:01:53.859Z | Compiling async-stream-impl v0.3.6 |
| 2497 | 2026-02-11T23:01:53.908Z | Checking daft v0.1.4 |
| 2498 | 2026-02-11T23:01:53.967Z | Checking futures-executor v0.3.31 |
| 2499 | 2026-02-11T23:01:54.213Z | Compiling dropshot v0.16.7 |
| 2500 | 2026-02-11T23:01:54.357Z | Checking iddqd v0.3.16 |
| 2501 | 2026-02-11T23:01:54.609Z | Compiling serde_yaml v0.9.34+deprecated |
| 2502 | 2026-02-11T23:01:54.989Z | Checking futures v0.3.31 |
| 2503 | 2026-02-11T23:01:55.031Z | Compiling dropshot_endpoint v0.16.7 |
| 2504 | 2026-02-11T23:01:55.139Z | Checking match_cfg v0.1.0 |
| 2505 | 2026-02-11T23:01:55.264Z | Checking hostname v0.3.1 |
| 2506 | 2026-02-11T23:01:55.339Z | Checking thread_local v1.1.8 |
| 2507 | 2026-02-11T23:01:55.421Z | Checking unicode-width v0.1.14 |
| 2508 | 2026-02-11T23:01:55.639Z | Checking crossbeam-channel v0.5.15 |
| 2509 | 2026-02-11T23:01:55.787Z | Compiling structmeta v0.3.0 |
| 2510 | 2026-02-11T23:01:55.929Z | Checking is-terminal v0.4.13 |
| 2511 | 2026-02-11T23:01:56.097Z | Checking take_mut v0.2.2 |
| 2512 | 2026-02-11T23:01:56.186Z | Compiling derive-ex v0.1.8 |
| 2513 | 2026-02-11T23:01:56.293Z | Checking term v1.1.0 |
| 2514 | 2026-02-11T23:01:56.322Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2515 | 2026-02-11T23:01:56.350Z | Checking slog-async v2.8.0 |
| 2516 | 2026-02-11T23:01:56.457Z | Compiling parse-display-derive v0.10.0 |
| 2517 | 2026-02-11T23:01:56.690Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2518 | 2026-02-11T23:01:56.739Z | Checking slog-term v2.9.2 |
| 2519 | 2026-02-11T23:01:56.833Z | Checking typify-impl v0.4.3 |
| 2520 | 2026-02-11T23:01:57.408Z | Checking debug-ignore v1.0.5 |
| 2521 | 2026-02-11T23:01:57.581Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2522 | 2026-02-11T23:01:58.300Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 2523 | 2026-02-11T23:01:58.723Z | Checking slog-json v2.6.1 |
| 2524 | 2026-02-11T23:01:59.005Z | Checking macaddr v1.0.1 |
| 2525 | 2026-02-11T23:01:59.030Z | Checking serde_spanned v1.0.4 |
| 2526 | 2026-02-11T23:01:59.265Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2527 | 2026-02-11T23:01:59.350Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2528 | 2026-02-11T23:01:59.391Z | Checking slog-bunyan v2.5.0 |
| 2529 | 2026-02-11T23:01:59.587Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2530 | 2026-02-11T23:01:59.646Z | Checking tabwriter v1.4.0 |
| 2531 | 2026-02-11T23:01:59.722Z | Checking toml v0.9.11+spec-1.1.0 |
| 2532 | 2026-02-11T23:01:59.910Z | Compiling test-strategy v0.4.3 |
| 2533 | 2026-02-11T23:01:59.934Z | Checking async-stream v0.3.6 |
| 2534 | 2026-02-11T23:02:00.228Z | Checking waitgroup v0.1.2 |
| 2535 | 2026-02-11T23:02:00.346Z | Checking rustls-pemfile v2.2.0 |
| 2536 | 2026-02-11T23:02:00.395Z | Checking serde_path_to_error v0.1.20 |
| 2537 | 2026-02-11T23:02:00.464Z | Checking hostname v0.4.2 |
| 2538 | 2026-02-11T23:02:00.588Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2539 | 2026-02-11T23:02:00.633Z | Compiling itertools v0.14.0 |
| 2540 | 2026-02-11T23:02:00.665Z | Checking progenitor-client v0.11.2 |
| 2541 | 2026-02-11T23:02:00.791Z | Checking progenitor-client v0.10.0 |
| 2542 | 2026-02-11T23:02:00.961Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2543 | 2026-02-11T23:02:01.092Z | Checking instant v0.1.13 |
| 2544 | 2026-02-11T23:02:01.162Z | Checking colored v3.0.0 |
| 2545 | 2026-02-11T23:02:01.223Z | Checking parse-display v0.10.0 |
| 2546 | 2026-02-11T23:02:01.255Z | Checking backoff v0.4.0 |
| 2547 | 2026-02-11T23:02:01.444Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2548 | 2026-02-11T23:02:01.478Z | Checking tokio-rustls v0.25.0 |
| 2549 | 2026-02-11T23:02:01.571Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2550 | 2026-02-11T23:02:01.616Z | Compiling proc-macro-crate v1.3.1 |
| 2551 | 2026-02-11T23:02:01.651Z | Compiling proc-macro-error v1.0.4 |
| 2552 | 2026-02-11T23:02:02.237Z | Compiling heapless v0.8.0 |
| 2553 | 2026-02-11T23:02:02.454Z | Compiling num_enum_derive v0.5.11 |
| 2554 | 2026-02-11T23:02:02.597Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2555 | 2026-02-11T23:02:02.983Z | Checking hash32 v0.3.1 |
| 2556 | 2026-02-11T23:02:03.076Z | Compiling smoltcp v0.11.0 |
| 2557 | 2026-02-11T23:02:03.126Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2558 | 2026-02-11T23:02:03.222Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2559 | 2026-02-11T23:02:03.473Z | Compiling ingot-macros v0.1.1 |
| 2560 | 2026-02-11T23:02:03.730Z | Compiling foreign-types-macros v0.2.3 |
| 2561 | 2026-02-11T23:02:03.837Z | Compiling crucible-workspace-hack v0.1.0 |
| 2562 | 2026-02-11T23:02:03.918Z | Checking cobs v0.2.3 |
| 2563 | 2026-02-11T23:02:04.140Z | Checking foreign-types-shared v0.3.1 |
| 2564 | 2026-02-11T23:02:04.192Z | Checking postcard v1.0.10 |
| 2565 | 2026-02-11T23:02:04.495Z | Checking num_enum v0.5.11 |
| 2566 | 2026-02-11T23:02:04.657Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2567 | 2026-02-11T23:02:04.681Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2568 | 2026-02-11T23:02:04.710Z | Checking cstr-argument v0.1.2 |
| 2569 | 2026-02-11T23:02:04.870Z | Checking foreign-types v0.5.0 |
| 2570 | 2026-02-11T23:02:04.916Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2571 | 2026-02-11T23:02:05.060Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2572 | 2026-02-11T23:02:05.192Z | Checking pretty-hex v0.2.1 |
| 2573 | 2026-02-11T23:02:05.384Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2574 | 2026-02-11T23:02:05.408Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2575 | 2026-02-11T23:02:05.466Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2576 | 2026-02-11T23:02:05.572Z | Checking colored v2.2.0 |
| 2577 | 2026-02-11T23:02:05.653Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2578 | 2026-02-11T23:02:05.691Z | Compiling convert_case v0.4.0 |
| 2579 | 2026-02-11T23:02:05.760Z | Checking camino-tempfile v1.4.1 |
| 2580 | 2026-02-11T23:02:06.027Z | Compiling nix v0.30.1 |
| 2581 | 2026-02-11T23:02:06.080Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2582 | 2026-02-11T23:02:06.509Z | Compiling derive_more v0.99.20 |
| 2583 | 2026-02-11T23:02:06.656Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2584 | 2026-02-11T23:02:06.874Z | Compiling zone_cfg_derive v0.3.0 |
| 2585 | 2026-02-11T23:02:07.001Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2586 | 2026-02-11T23:02:07.905Z | Checking smf v0.2.3 |
| 2587 | 2026-02-11T23:02:08.076Z | Compiling typify-macro v0.4.3 |
| 2588 | 2026-02-11T23:02:08.152Z | Compiling num-derive v0.4.2 |
| 2589 | 2026-02-11T23:02:08.679Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2590 | 2026-02-11T23:02:09.032Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2591 | 2026-02-11T23:02:09.276Z | Checking zone v0.3.1 |
| 2592 | 2026-02-11T23:02:09.589Z | Checking ingot-types v0.1.2 |
| 2593 | 2026-02-11T23:02:09.633Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2594 | 2026-02-11T23:02:10.366Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2595 | 2026-02-11T23:02:10.501Z | Checking ingot v0.1.1 |
| 2596 | 2026-02-11T23:02:12.080Z | Compiling typify v0.4.3 |
| 2597 | 2026-02-11T23:02:12.271Z | Compiling progenitor-impl v0.11.2 |
| 2598 | 2026-02-11T23:02:12.358Z | Checking secrecy v0.10.3 |
| 2599 | 2026-02-11T23:02:13.730Z | Compiling typify-impl v0.2.0 |
| 2600 | 2026-02-11T23:02:13.904Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2601 | 2026-02-11T23:02:15.063Z | Checking unicode-width v0.2.0 |
| 2602 | 2026-02-11T23:02:15.266Z | Checking num-rational v0.4.2 |
| 2603 | 2026-02-11T23:02:15.564Z | Compiling usdt-macro v0.5.0 |
| 2604 | 2026-02-11T23:02:15.886Z | Compiling usdt-attr-macro v0.5.0 |
| 2605 | 2026-02-11T23:02:16.337Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2606 | 2026-02-11T23:02:16.421Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2607 | 2026-02-11T23:02:16.810Z | Checking universal-hash v0.5.1 |
| 2608 | 2026-02-11T23:02:16.997Z | Checking num-complex v0.4.6 |
| 2609 | 2026-02-11T23:02:17.414Z | Checking memmap v0.7.0 |
| 2610 | 2026-02-11T23:02:17.647Z | Checking half v2.4.1 |
| 2611 | 2026-02-11T23:02:17.834Z | Checking opaque-debug v0.3.1 |
| 2612 | 2026-02-11T23:02:17.957Z | Checking ciborium-io v0.2.2 |
| 2613 | 2026-02-11T23:02:18.023Z | Checking poly1305 v0.8.0 |
| 2614 | 2026-02-11T23:02:18.115Z | Compiling num v0.4.3 |
| 2615 | 2026-02-11T23:02:18.139Z | Checking ciborium-ll v0.2.2 |
| 2616 | 2026-02-11T23:02:18.383Z | Checking usdt v0.5.0 |
| 2617 | 2026-02-11T23:02:18.498Z | Checking console v0.15.10 |
| 2618 | 2026-02-11T23:02:18.569Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2619 | 2026-02-11T23:02:18.594Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2620 | 2026-02-11T23:02:18.678Z | Compiling progenitor-macro v0.11.2 |
| 2621 | 2026-02-11T23:02:18.702Z | Checking toml v0.8.23 |
| 2622 | 2026-02-11T23:02:18.991Z | Checking password-hash v0.5.0 |
| 2623 | 2026-02-11T23:02:19.088Z | Checking chacha20 v0.9.1 |
| 2624 | 2026-02-11T23:02:19.148Z | Checking blake2 v0.10.6 |
| 2625 | 2026-02-11T23:02:19.173Z | Checking thiserror-no-std v2.0.2 |
| 2626 | 2026-02-11T23:02:19.324Z | Checking aead v0.5.2 |
| 2627 | 2026-02-11T23:02:19.442Z | Compiling float-ord v0.3.2 |
| 2628 | 2026-02-11T23:02:19.473Z | Compiling semver v0.1.20 |
| 2629 | 2026-02-11T23:02:19.587Z | Checking chacha20poly1305 v0.10.1 |
| 2630 | 2026-02-11T23:02:19.652Z | Checking argon2 v0.5.3 |
| 2631 | 2026-02-11T23:02:19.697Z | Checking vsss-rs v3.3.4 |
| 2632 | 2026-02-11T23:02:19.722Z | Checking ciborium v0.2.2 |
| 2633 | 2026-02-11T23:02:19.806Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2634 | 2026-02-11T23:02:20.161Z | Compiling rustc_version v0.1.7 |
| 2635 | 2026-02-11T23:02:20.498Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2636 | 2026-02-11T23:02:20.594Z | Checking indent_write v2.2.0 |
| 2637 | 2026-02-11T23:02:20.724Z | Checking siphasher v1.0.1 |
| 2638 | 2026-02-11T23:02:20.811Z | Checking linked-hash-map v0.5.6 |
| 2639 | 2026-02-11T23:02:20.960Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2640 | 2026-02-11T23:02:21.036Z | Checking phf_shared v0.12.1 |
| 2641 | 2026-02-11T23:02:21.161Z | Checking lru-cache v0.1.2 |
| 2642 | 2026-02-11T23:02:21.331Z | Compiling newtype_derive v0.1.6 |
| 2643 | 2026-02-11T23:02:21.398Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2644 | 2026-02-11T23:02:21.660Z | Compiling progenitor-impl v0.10.0 |
| 2645 | 2026-02-11T23:02:21.897Z | Checking resolv-conf v0.7.0 |
| 2646 | 2026-02-11T23:02:22.274Z | Checking newline-converter v0.3.0 |
| 2647 | 2026-02-11T23:02:22.457Z | Checking hickory-proto v0.24.4 |
| 2648 | 2026-02-11T23:02:22.759Z | Checking atomicwrites v0.4.4 |
| 2649 | 2026-02-11T23:02:22.983Z | Checking prettyplease v0.2.36 |
| 2650 | 2026-02-11T23:02:23.949Z | Compiling derive-where v1.5.0 |
| 2651 | 2026-02-11T23:02:24.120Z | Compiling pin-project-internal v1.1.6 |
| 2652 | 2026-02-11T23:02:24.148Z | Checking csv-core v0.1.11 |
| 2653 | 2026-02-11T23:02:24.477Z | Compiling slog-dtrace v0.3.0 |
| 2654 | 2026-02-11T23:02:24.517Z | Compiling typify-macro v0.2.0 |
| 2655 | 2026-02-11T23:02:24.775Z | Checking swrite v0.1.0 |
| 2656 | 2026-02-11T23:02:24.916Z | Compiling owo-colors v4.2.2 |
| 2657 | 2026-02-11T23:02:25.527Z | Compiling chrono-tz v0.10.4 |
| 2658 | 2026-02-11T23:02:25.874Z | Compiling cancel-safe-futures v0.1.5 |
| 2659 | 2026-02-11T23:02:25.925Z | Compiling const_format_proc_macros v0.2.34 |
| 2660 | 2026-02-11T23:02:26.478Z | Checking csv v1.3.1 |
| 2661 | 2026-02-11T23:02:26.625Z | Checking pin-project v1.1.6 |
| 2662 | 2026-02-11T23:02:26.712Z | Checking hickory-resolver v0.24.4 |
| 2663 | 2026-02-11T23:02:26.800Z | Checking expectorate v1.2.0 |
| 2664 | 2026-02-11T23:02:26.969Z | Checking phf v0.12.1 |
| 2665 | 2026-02-11T23:02:27.039Z | Checking tokio-dtrace v0.1.0 |
| 2666 | 2026-02-11T23:02:27.345Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2667 | 2026-02-11T23:02:27.369Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2668 | 2026-02-11T23:02:27.667Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2669 | 2026-02-11T23:02:27.952Z | Compiling progenitor-macro v0.10.0 |
| 2670 | 2026-02-11T23:02:28.022Z | Compiling typify v0.2.0 |
| 2671 | 2026-02-11T23:02:28.215Z | Compiling progenitor-impl v0.8.0 |
| 2672 | 2026-02-11T23:02:28.411Z | Compiling snafu-derive v0.8.5 |
| 2673 | 2026-02-11T23:02:28.574Z | Checking pem v3.0.5 |
| 2674 | 2026-02-11T23:02:28.626Z | Checking libsw-core v0.3.1 |
| 2675 | 2026-02-11T23:02:28.863Z | Compiling lzma-sys v0.1.20 |
| 2676 | 2026-02-11T23:02:28.887Z | Compiling async-recursion v1.1.1 |
| 2677 | 2026-02-11T23:02:29.103Z | Checking same-file v1.0.6 |
| 2678 | 2026-02-11T23:02:29.330Z | Checking arc-swap v1.7.1 |
| 2679 | 2026-02-11T23:02:29.599Z | Checking bytecount v0.6.8 |
| 2680 | 2026-02-11T23:02:29.775Z | Checking utf-8 v0.7.6 |
| 2681 | 2026-02-11T23:02:29.821Z | Checking highway v1.3.0 |
| 2682 | 2026-02-11T23:02:30.155Z | Checking tungstenite v0.21.0 |
| 2683 | 2026-02-11T23:02:30.325Z | Checking progenitor v0.11.2 |
| 2684 | 2026-02-11T23:02:30.469Z | Checking papergrid v0.11.0 |
| 2685 | 2026-02-11T23:02:30.603Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2686 | 2026-02-11T23:02:30.957Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2687 | 2026-02-11T23:02:31.174Z | Checking slog-scope v4.4.0 |
| 2688 | 2026-02-11T23:02:31.350Z | Checking walkdir v2.5.0 |
| 2689 | 2026-02-11T23:02:31.461Z | Checking libsw v3.5.0 |
| 2690 | 2026-02-11T23:02:31.804Z | Checking qorb v0.4.1 |
| 2691 | 2026-02-11T23:02:31.994Z | Checking const_format v0.2.34 |
| 2692 | 2026-02-11T23:02:32.506Z | Checking oxide-tokio-rt v0.1.2 |
| 2693 | 2026-02-11T23:02:32.797Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2694 | 2026-02-11T23:02:32.896Z | Checking snafu v0.8.5 |
| 2695 | 2026-02-11T23:02:34.444Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2696 | 2026-02-11T23:02:34.559Z | Compiling progenitor-macro v0.8.0 |
| 2697 | 2026-02-11T23:02:34.627Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2698 | 2026-02-11T23:02:35.262Z | Compiling tabled_derive v0.7.0 |
| 2699 | 2026-02-11T23:02:35.450Z | Checking globset v0.4.15 |
| 2700 | 2026-02-11T23:02:35.524Z | Checking olpc-cjson v0.1.4 |
| 2701 | 2026-02-11T23:02:35.768Z | Checking progenitor-client v0.8.0 |
| 2702 | 2026-02-11T23:02:35.924Z | Checking gethostname v0.5.0 |
| 2703 | 2026-02-11T23:02:36.086Z | Compiling heck v0.3.3 |
| 2704 | 2026-02-11T23:02:36.161Z | Checking bcs v0.1.6 |
| 2705 | 2026-02-11T23:02:36.471Z | Checking serde_plain v1.0.2 |
| 2706 | 2026-02-11T23:02:36.670Z | Checking termtree v0.5.1 |
| 2707 | 2026-02-11T23:02:36.734Z | Checking unicode-linebreak v0.1.5 |
| 2708 | 2026-02-11T23:02:36.973Z | Checking smawk v0.3.2 |
| 2709 | 2026-02-11T23:02:37.090Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2710 | 2026-02-11T23:02:37.223Z | Checking typed-path v0.9.3 |
| 2711 | 2026-02-11T23:02:37.249Z | Checking linear-map v1.2.0 |
| 2712 | 2026-02-11T23:02:37.389Z | Checking tabled v0.15.0 |
| 2713 | 2026-02-11T23:02:37.577Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2714 | 2026-02-11T23:02:39.733Z | Checking progenitor v0.10.0 |
| 2715 | 2026-02-11T23:02:39.969Z | Checking tough v0.20.0 |
| 2716 | 2026-02-11T23:02:40.029Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2717 | 2026-02-11T23:02:40.054Z | Checking textwrap v0.16.2 |
| 2718 | 2026-02-11T23:02:40.449Z | Compiling zone_cfg_derive v0.1.2 |
| 2719 | 2026-02-11T23:02:40.487Z | Checking steno v0.4.1 |
| 2720 | 2026-02-11T23:02:41.670Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2721 | 2026-02-11T23:02:41.958Z | Checking slog-stdlog v4.1.1 |
| 2722 | 2026-02-11T23:02:42.347Z | Checking tokio-tungstenite v0.21.0 |
| 2723 | 2026-02-11T23:02:42.718Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2724 | 2026-02-11T23:02:42.862Z | Checking humantime v2.2.0 |
| 2725 | 2026-02-11T23:02:43.021Z | Checking base64 v0.21.7 |
| 2726 | 2026-02-11T23:02:43.194Z | Checking number_prefix v0.4.0 |
| 2727 | 2026-02-11T23:02:43.413Z | Checking base64 v0.13.1 |
| 2728 | 2026-02-11T23:02:43.505Z | Checking indicatif v0.17.11 |
| 2729 | 2026-02-11T23:02:43.826Z | Checking ron v0.7.1 |
| 2730 | 2026-02-11T23:02:44.202Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2731 | 2026-02-11T23:02:44.227Z | Checking xz2 v0.1.7 |
| 2732 | 2026-02-11T23:02:44.483Z | Checking slog-envlogger v2.2.0 |
| 2733 | 2026-02-11T23:02:44.545Z | Checking zone v0.1.8 |
| 2734 | 2026-02-11T23:02:44.700Z | Checking xattr v1.3.1 |
| 2735 | 2026-02-11T23:02:44.753Z | Checking yasna v0.5.2 |
| 2736 | 2026-02-11T23:02:44.787Z | Checking headers-core v0.3.0 |
| 2737 | 2026-02-11T23:02:44.939Z | Checking filetime v0.2.26 |
| 2738 | 2026-02-11T23:02:44.963Z | Checking subprocess v0.2.9 |
| 2739 | 2026-02-11T23:02:45.007Z | Checking headers v0.4.1 |
| 2740 | 2026-02-11T23:02:45.234Z | Checking tar v0.4.44 |
| 2741 | 2026-02-11T23:02:45.614Z | Checking rcgen v0.12.1 |
| 2742 | 2026-02-11T23:02:46.398Z | Checking progenitor v0.8.0 |
| 2743 | 2026-02-11T23:02:46.648Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2744 | 2026-02-11T23:02:49.052Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2745 | 2026-02-11T23:02:49.052Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2746 | 2026-02-11T23:02:49.077Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2747 | 2026-02-11T23:02:49.834Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2748 | 2026-02-11T23:02:50.334Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2749 | 2026-02-11T23:02:50.822Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2750 | 2026-02-11T23:02:51.698Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2751 | 2026-02-11T23:02:53.164Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2752 | 2026-02-11T23:02:53.219Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2753 | 2026-02-11T23:02:53.308Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2754 | 2026-02-11T23:02:54.181Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2755 | 2026-02-11T23:02:54.181Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2756 | 2026-02-11T23:02:55.875Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2757 | 2026-02-11T23:02:56.911Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2758 | 2026-02-11T23:02:58.642Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2759 | 2026-02-11T23:03:03.752Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2760 | 2026-02-11T23:03:07.479Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2761 | 2026-02-11T23:03:09.433Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2762 | 2026-02-11T23:03:11.441Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2763 | 2026-02-11T23:03:41.696Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2764 | 2026-02-11T23:03:45.081Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2765 | 2026-02-11T23:03:47.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s |
| 2766 | 2026-02-11T23:03:48.149Z | |
| 2767 | 2026-02-11T23:03:48.149Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/248) |
| 2768 | 2026-02-11T23:03:49.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2769 | 2026-02-11T23:03:49.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2770 | 2026-02-11T23:03:49.954Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2771 | 2026-02-11T23:03:52.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
| 2772 | 2026-02-11T23:03:53.019Z | |
| 2773 | 2026-02-11T23:03:53.019Z | info: running `cargo check --bins` on nexus-config (52/248) |
| 2774 | 2026-02-11T23:03:54.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2026-02-11T23:03:54.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2026-02-11T23:03:54.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2777 | 2026-02-11T23:03:54.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 2778 | 2026-02-11T23:03:54.474Z | |
| 2779 | 2026-02-11T23:03:54.474Z | info: running `cargo check --bins` on nexus-types (53/248) |
| 2780 | 2026-02-11T23:03:55.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-02-11T23:03:55.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-02-11T23:03:55.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2026-02-11T23:03:55.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 2784 | 2026-02-11T23:03:55.905Z | |
| 2785 | 2026-02-11T23:03:55.905Z | info: running `cargo check --bins` on clickhouse-admin-types (54/248) |
| 2786 | 2026-02-11T23:03:57.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2026-02-11T23:03:57.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2026-02-11T23:03:57.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2026-02-11T23:03:57.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 2790 | 2026-02-11T23:03:57.392Z | |
| 2791 | 2026-02-11T23:03:57.392Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (55/248) |
| 2792 | 2026-02-11T23:03:58.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2026-02-11T23:03:58.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2026-02-11T23:03:58.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2026-02-11T23:03:58.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 2796 | 2026-02-11T23:03:58.754Z | |
| 2797 | 2026-02-11T23:03:58.755Z | info: running `cargo check --bins` on cockroach-admin-types (56/248) |
| 2798 | 2026-02-11T23:03:59.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2026-02-11T23:03:59.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2026-02-11T23:03:59.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2026-02-11T23:03:59.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 2802 | 2026-02-11T23:04:00.081Z | |
| 2803 | 2026-02-11T23:04:00.081Z | info: running `cargo check --bins` on cockroach-admin-types-versions (57/248) |
| 2804 | 2026-02-11T23:04:01.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2026-02-11T23:04:01.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2026-02-11T23:04:01.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2807 | 2026-02-11T23:04:01.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 2808 | 2026-02-11T23:04:01.482Z | |
| 2809 | 2026-02-11T23:04:01.482Z | info: running `cargo check --bins` on ereport-types (58/248) |
| 2810 | 2026-02-11T23:04:02.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2026-02-11T23:04:02.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2026-02-11T23:04:02.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2026-02-11T23:04:02.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 2814 | 2026-02-11T23:04:02.875Z | |
| 2815 | 2026-02-11T23:04:02.875Z | info: running `cargo check --bins` on gateway-client (59/248) |
| 2816 | 2026-02-11T23:04:04.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2026-02-11T23:04:04.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2026-02-11T23:04:04.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2819 | 2026-02-11T23:04:04.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 2820 | 2026-02-11T23:04:04.259Z | |
| 2821 | 2026-02-11T23:04:04.259Z | info: running `cargo check --bins --no-default-features` on gateway-types (60/248) |
| 2822 | 2026-02-11T23:04:05.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-02-11T23:04:05.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-02-11T23:04:05.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2026-02-11T23:04:05.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 2826 | 2026-02-11T23:04:05.735Z | |
| 2827 | 2026-02-11T23:04:05.735Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (61/248) |
| 2828 | 2026-02-11T23:04:06.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-02-11T23:04:07.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-02-11T23:04:07.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2831 | 2026-02-11T23:04:07.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 2832 | 2026-02-11T23:04:07.132Z | |
| 2833 | 2026-02-11T23:04:07.132Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (62/248) |
| 2834 | 2026-02-11T23:04:08.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-02-11T23:04:08.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-02-11T23:04:08.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2837 | 2026-02-11T23:04:08.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 2838 | 2026-02-11T23:04:08.463Z | |
| 2839 | 2026-02-11T23:04:08.463Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (63/248) |
| 2840 | 2026-02-11T23:04:09.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-02-11T23:04:09.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-02-11T23:04:09.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2843 | 2026-02-11T23:04:09.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 2844 | 2026-02-11T23:04:09.779Z | |
| 2845 | 2026-02-11T23:04:09.779Z | info: running `cargo check --bins` on internal-dns-types (64/248) |
| 2846 | 2026-02-11T23:04:11.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-02-11T23:04:11.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-02-11T23:04:11.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2849 | 2026-02-11T23:04:11.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 2850 | 2026-02-11T23:04:11.320Z | |
| 2851 | 2026-02-11T23:04:11.320Z | info: running `cargo check --bins` on internal-dns-types-versions (65/248) |
| 2852 | 2026-02-11T23:04:12.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-02-11T23:04:12.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-02-11T23:04:12.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2855 | 2026-02-11T23:04:12.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 2856 | 2026-02-11T23:04:12.671Z | |
| 2857 | 2026-02-11T23:04:12.671Z | info: running `cargo check --bins` on omicron-passwords (66/248) |
| 2858 | 2026-02-11T23:04:13.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-02-11T23:04:13.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-02-11T23:04:13.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2861 | 2026-02-11T23:04:13.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 2862 | 2026-02-11T23:04:13.984Z | |
| 2863 | 2026-02-11T23:04:13.984Z | info: running `cargo check --bins --no-default-features` on oximeter-db (67/248) |
| 2864 | 2026-02-11T23:04:15.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-02-11T23:04:15.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-02-11T23:04:15.419Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2867 | 2026-02-11T23:04:16.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
| 2868 | 2026-02-11T23:04:16.679Z | |
| 2869 | 2026-02-11T23:04:16.679Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (68/248) |
| 2870 | 2026-02-11T23:04:17.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-02-11T23:04:18.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-02-11T23:04:18.220Z | Compiling cfg_aliases v0.1.1 |
| 2873 | 2026-02-11T23:04:18.220Z | Compiling convert_case v0.7.1 |
| 2874 | 2026-02-11T23:04:18.246Z | Compiling vte_generate_state_changes v0.1.2 |
| 2875 | 2026-02-11T23:04:18.246Z | Checking fd-lock v4.0.2 |
| 2876 | 2026-02-11T23:04:18.246Z | Checking nibble_vec v0.1.0 |
| 2877 | 2026-02-11T23:04:18.338Z | Checking endian-type v0.1.2 |
| 2878 | 2026-02-11T23:04:18.379Z | Compiling nix v0.28.0 |
| 2879 | 2026-02-11T23:04:18.403Z | Compiling peg-macros v0.8.5 |
| 2880 | 2026-02-11T23:04:18.404Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2881 | 2026-02-11T23:04:18.596Z | Compiling sqlparser_derive v0.2.2 |
| 2882 | 2026-02-11T23:04:18.622Z | Checking radix_trie v0.2.1 |
| 2883 | 2026-02-11T23:04:18.622Z | Checking unicode_categories v0.1.1 |
| 2884 | 2026-02-11T23:04:18.938Z | Checking vte v0.11.1 |
| 2885 | 2026-02-11T23:04:18.982Z | Checking home v0.5.9 |
| 2886 | 2026-02-11T23:04:19.068Z | Compiling derive_more-impl v2.0.1 |
| 2887 | 2026-02-11T23:04:19.191Z | Checking nu-ansi-term v0.50.1 |
| 2888 | 2026-02-11T23:04:19.215Z | Checking sqlformat v0.3.5 |
| 2889 | 2026-02-11T23:04:19.375Z | Checking display-error-chain v0.2.2 |
| 2890 | 2026-02-11T23:04:19.616Z | Checking sqlparser v0.45.0 |
| 2891 | 2026-02-11T23:04:20.277Z | Checking strip-ansi-escapes v0.2.0 |
| 2892 | 2026-02-11T23:04:20.468Z | Checking reedline v0.40.0 |
| 2893 | 2026-02-11T23:04:20.526Z | Checking derive_more v2.0.1 |
| 2894 | 2026-02-11T23:04:20.697Z | Checking crossterm v0.29.0 |
| 2895 | 2026-02-11T23:04:20.816Z | Checking peg v0.8.5 |
| 2896 | 2026-02-11T23:04:21.712Z | Checking rustyline v14.0.0 |
| 2897 | 2026-02-11T23:04:36.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.93s |
| 2898 | 2026-02-11T23:04:36.926Z | |
| 2899 | 2026-02-11T23:04:36.926Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (69/248) |
| 2900 | 2026-02-11T23:04:38.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-02-11T23:04:38.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-02-11T23:04:38.582Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2903 | 2026-02-11T23:04:47.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s |
| 2904 | 2026-02-11T23:04:47.780Z | |
| 2905 | 2026-02-11T23:04:47.780Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (70/248) |
| 2906 | 2026-02-11T23:04:49.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-02-11T23:04:49.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-02-11T23:04:49.353Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2909 | 2026-02-11T23:04:55.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.42s |
| 2910 | 2026-02-11T23:04:55.462Z | |
| 2911 | 2026-02-11T23:04:55.462Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (71/248) |
| 2912 | 2026-02-11T23:04:56.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-02-11T23:04:56.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-02-11T23:04:56.972Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2915 | 2026-02-11T23:05:05.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.74s |
| 2916 | 2026-02-11T23:05:05.436Z | |
| 2917 | 2026-02-11T23:05:05.437Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (72/248) |
| 2918 | 2026-02-11T23:05:06.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-02-11T23:05:06.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-02-11T23:05:06.983Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2921 | 2026-02-11T23:05:15.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.91s |
| 2922 | 2026-02-11T23:05:15.599Z | |
| 2923 | 2026-02-11T23:05:15.599Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (73/248) |
| 2924 | 2026-02-11T23:05:16.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-02-11T23:05:16.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-02-11T23:05:17.184Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2927 | 2026-02-11T23:05:23.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.85s |
| 2928 | 2026-02-11T23:05:23.681Z | |
| 2929 | 2026-02-11T23:05:23.681Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (74/248) |
| 2930 | 2026-02-11T23:05:25.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-02-11T23:05:25.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-02-11T23:05:25.275Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2933 | 2026-02-11T23:05:31.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.02s |
| 2934 | 2026-02-11T23:05:31.927Z | |
| 2935 | 2026-02-11T23:05:31.927Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (75/248) |
| 2936 | 2026-02-11T23:05:33.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-02-11T23:05:33.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-02-11T23:05:33.473Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2939 | 2026-02-11T23:05:42.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.24s |
| 2940 | 2026-02-11T23:05:42.403Z | |
| 2941 | 2026-02-11T23:05:42.403Z | info: running `cargo check --bins` on oximeter (76/248) |
| 2942 | 2026-02-11T23:05:43.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2943 | 2026-02-11T23:05:43.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2944 | 2026-02-11T23:05:43.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2945 | 2026-02-11T23:05:43.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 2946 | 2026-02-11T23:05:43.791Z | |
| 2947 | 2026-02-11T23:05:43.791Z | info: running `cargo check --bins` on oximeter-macro-impl (77/248) |
| 2948 | 2026-02-11T23:05:45.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2949 | 2026-02-11T23:05:45.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2950 | 2026-02-11T23:05:45.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2951 | 2026-02-11T23:05:45.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 2952 | 2026-02-11T23:05:45.176Z | |
| 2953 | 2026-02-11T23:05:45.176Z | info: running `cargo check --bins` on oximeter-schema (78/248) |
| 2954 | 2026-02-11T23:05:46.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2955 | 2026-02-11T23:05:46.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2956 | 2026-02-11T23:05:46.738Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2957 | 2026-02-11T23:05:46.931Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2958 | 2026-02-11T23:05:47.637Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2959 | 2026-02-11T23:05:59.048Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2960 | 2026-02-11T23:05:59.821Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2961 | 2026-02-11T23:06:02.888Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2962 | 2026-02-11T23:06:04.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s |
| 2963 | 2026-02-11T23:06:04.733Z | |
| 2964 | 2026-02-11T23:06:04.733Z | info: running `cargo check --bins` on oximeter-types (79/248) |
| 2965 | 2026-02-11T23:06:05.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2966 | 2026-02-11T23:06:06.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2967 | 2026-02-11T23:06:06.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2968 | 2026-02-11T23:06:06.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 2969 | 2026-02-11T23:06:06.153Z | |
| 2970 | 2026-02-11T23:06:06.153Z | info: running `cargo check --bins` on oximeter-types-versions (80/248) |
| 2971 | 2026-02-11T23:06:07.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2972 | 2026-02-11T23:06:07.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2973 | 2026-02-11T23:06:07.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2974 | 2026-02-11T23:06:07.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 2975 | 2026-02-11T23:06:07.617Z | |
| 2976 | 2026-02-11T23:06:07.617Z | info: running `cargo check --bins` on oximeter-timeseries-macro (81/248) |
| 2977 | 2026-02-11T23:06:08.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2978 | 2026-02-11T23:06:08.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2979 | 2026-02-11T23:06:08.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2980 | 2026-02-11T23:06:08.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 2981 | 2026-02-11T23:06:08.994Z | |
| 2982 | 2026-02-11T23:06:08.994Z | info: running `cargo check --bins` on oxql-types (82/248) |
| 2983 | 2026-02-11T23:06:10.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2026-02-11T23:06:10.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2026-02-11T23:06:10.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2986 | 2026-02-11T23:06:10.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 2987 | 2026-02-11T23:06:10.322Z | |
| 2988 | 2026-02-11T23:06:10.322Z | info: running `cargo check --bins` on oximeter-test-utils (83/248) |
| 2989 | 2026-02-11T23:06:11.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2026-02-11T23:06:11.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2026-02-11T23:06:11.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2992 | 2026-02-11T23:06:11.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 2993 | 2026-02-11T23:06:11.763Z | |
| 2994 | 2026-02-11T23:06:11.763Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (84/248) |
| 2995 | 2026-02-11T23:06:13.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2026-02-11T23:06:13.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2026-02-11T23:06:13.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2998 | 2026-02-11T23:06:13.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 2999 | 2026-02-11T23:06:13.177Z | |
| 3000 | 2026-02-11T23:06:13.177Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (85/248) |
| 3001 | 2026-02-11T23:06:14.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2026-02-11T23:06:14.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2026-02-11T23:06:14.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3004 | 2026-02-11T23:06:14.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 3005 | 2026-02-11T23:06:14.640Z | |
| 3006 | 2026-02-11T23:06:14.640Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (86/248) |
| 3007 | 2026-02-11T23:06:15.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2026-02-11T23:06:15.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2026-02-11T23:06:15.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2026-02-11T23:06:15.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 3011 | 2026-02-11T23:06:16.107Z | |
| 3012 | 2026-02-11T23:06:16.107Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (87/248) |
| 3013 | 2026-02-11T23:06:17.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2026-02-11T23:06:17.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2026-02-11T23:06:17.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2026-02-11T23:06:17.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 3017 | 2026-02-11T23:06:17.596Z | |
| 3018 | 2026-02-11T23:06:17.596Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (88/248) |
| 3019 | 2026-02-11T23:06:18.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2026-02-11T23:06:18.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2026-02-11T23:06:18.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2026-02-11T23:06:18.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 3023 | 2026-02-11T23:06:19.045Z | |
| 3024 | 2026-02-11T23:06:19.045Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (89/248) |
| 3025 | 2026-02-11T23:06:20.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2026-02-11T23:06:20.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2026-02-11T23:06:20.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2026-02-11T23:06:20.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 3029 | 2026-02-11T23:06:20.457Z | |
| 3030 | 2026-02-11T23:06:20.457Z | info: running `cargo check --bins --no-default-features` on gfss (90/248) |
| 3031 | 2026-02-11T23:06:21.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2026-02-11T23:06:21.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2026-02-11T23:06:21.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2026-02-11T23:06:21.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 3035 | 2026-02-11T23:06:21.856Z | |
| 3036 | 2026-02-11T23:06:21.856Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (91/248) |
| 3037 | 2026-02-11T23:06:23.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2026-02-11T23:06:23.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2026-02-11T23:06:23.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2026-02-11T23:06:23.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 3041 | 2026-02-11T23:06:23.233Z | |
| 3042 | 2026-02-11T23:06:23.233Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (92/248) |
| 3043 | 2026-02-11T23:06:24.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2026-02-11T23:06:24.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2026-02-11T23:06:24.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2026-02-11T23:06:24.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3047 | 2026-02-11T23:06:24.577Z | |
| 3048 | 2026-02-11T23:06:24.577Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (93/248) |
| 3049 | 2026-02-11T23:06:25.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2026-02-11T23:06:25.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2026-02-11T23:06:25.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2026-02-11T23:06:25.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 3053 | 2026-02-11T23:06:25.965Z | |
| 3054 | 2026-02-11T23:06:25.965Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (94/248) |
| 3055 | 2026-02-11T23:06:27.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2026-02-11T23:06:27.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2026-02-11T23:06:27.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3058 | 2026-02-11T23:06:27.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 3059 | 2026-02-11T23:06:27.446Z | |
| 3060 | 2026-02-11T23:06:27.447Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (95/248) |
| 3061 | 2026-02-11T23:06:28.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3062 | 2026-02-11T23:06:28.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3063 | 2026-02-11T23:06:28.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3064 | 2026-02-11T23:06:28.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3065 | 2026-02-11T23:06:28.788Z | |
| 3066 | 2026-02-11T23:06:28.788Z | info: running `cargo check --bins` on trust-quorum-types (96/248) |
| 3067 | 2026-02-11T23:06:30.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3068 | 2026-02-11T23:06:30.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3069 | 2026-02-11T23:06:30.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3070 | 2026-02-11T23:06:30.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 3071 | 2026-02-11T23:06:30.207Z | |
| 3072 | 2026-02-11T23:06:30.208Z | info: running `cargo check --bins` on trust-quorum-test-utils (97/248) |
| 3073 | 2026-02-11T23:06:31.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3074 | 2026-02-11T23:06:31.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3075 | 2026-02-11T23:06:31.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3076 | 2026-02-11T23:06:31.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 3077 | 2026-02-11T23:06:31.704Z | |
| 3078 | 2026-02-11T23:06:31.704Z | info: running `cargo check --bins` on update-engine (98/248) |
| 3079 | 2026-02-11T23:06:32.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3080 | 2026-02-11T23:06:32.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3081 | 2026-02-11T23:06:32.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3082 | 2026-02-11T23:06:32.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3083 | 2026-02-11T23:06:33.022Z | |
| 3084 | 2026-02-11T23:06:33.022Z | info: running `cargo check --bins` on omicron-certificates (99/248) |
| 3085 | 2026-02-11T23:06:34.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2026-02-11T23:06:34.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2026-02-11T23:06:34.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3088 | 2026-02-11T23:06:34.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 3089 | 2026-02-11T23:06:34.283Z | |
| 3090 | 2026-02-11T23:06:34.283Z | info: running `cargo check --bins` on omicron-clickhouse-admin (100/248) |
| 3091 | 2026-02-11T23:06:35.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3092 | 2026-02-11T23:06:35.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3093 | 2026-02-11T23:06:35.854Z | Checking dropshot-api-manager-types v0.2.4 |
| 3094 | 2026-02-11T23:06:35.854Z | Checking nanorand v0.7.0 |
| 3095 | 2026-02-11T23:06:36.209Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3096 | 2026-02-11T23:06:36.294Z | Checking flume v0.11.1 |
| 3097 | 2026-02-11T23:06:36.795Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3098 | 2026-02-11T23:06:38.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
| 3099 | 2026-02-11T23:06:39.173Z | |
| 3100 | 2026-02-11T23:06:39.173Z | info: running `cargo check --bins` on clickhouse-admin-api (101/248) |
| 3101 | 2026-02-11T23:06:40.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-02-11T23:06:40.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-02-11T23:06:40.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-02-11T23:06:40.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3105 | 2026-02-11T23:06:40.493Z | |
| 3106 | 2026-02-11T23:06:40.493Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (102/248) |
| 3107 | 2026-02-11T23:06:41.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-02-11T23:06:41.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-02-11T23:06:41.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3110 | 2026-02-11T23:06:41.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3111 | 2026-02-11T23:06:41.787Z | |
| 3112 | 2026-02-11T23:06:41.787Z | info: running `cargo check --bins` on bootstrap-agent-client (103/248) |
| 3113 | 2026-02-11T23:06:42.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2026-02-11T23:06:43.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2026-02-11T23:06:43.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2026-02-11T23:06:43.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3117 | 2026-02-11T23:06:43.124Z | |
| 3118 | 2026-02-11T23:06:43.124Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (104/248) |
| 3119 | 2026-02-11T23:06:44.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2026-02-11T23:06:44.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2026-02-11T23:06:44.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2026-02-11T23:06:44.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 3123 | 2026-02-11T23:06:44.440Z | |
| 3124 | 2026-02-11T23:06:44.440Z | info: running `cargo check --bins` on clickhouse-admin-server-client (105/248) |
| 3125 | 2026-02-11T23:06:45.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2026-02-11T23:06:45.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2026-02-11T23:06:45.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2026-02-11T23:06:45.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3129 | 2026-02-11T23:06:45.704Z | |
| 3130 | 2026-02-11T23:06:45.704Z | info: running `cargo check --bins` on clickhouse-admin-single-client (106/248) |
| 3131 | 2026-02-11T23:06:46.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2026-02-11T23:06:46.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2026-02-11T23:06:46.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2026-02-11T23:06:46.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 3135 | 2026-02-11T23:06:47.094Z | |
| 3136 | 2026-02-11T23:06:47.094Z | info: running `cargo check --bins` on cockroach-admin-client (107/248) |
| 3137 | 2026-02-11T23:06:48.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2026-02-11T23:06:48.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2026-02-11T23:06:48.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2026-02-11T23:06:48.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3141 | 2026-02-11T23:06:48.355Z | |
| 3142 | 2026-02-11T23:06:48.356Z | info: running `cargo check --bins` on omicron-ddm-admin-client (108/248) |
| 3143 | 2026-02-11T23:06:49.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2026-02-11T23:06:49.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2026-02-11T23:06:49.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2026-02-11T23:06:49.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3147 | 2026-02-11T23:06:49.689Z | |
| 3148 | 2026-02-11T23:06:49.689Z | info: running `cargo check --bins` on dns-service-client (109/248) |
| 3149 | 2026-02-11T23:06:50.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2026-02-11T23:06:50.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2026-02-11T23:06:50.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2026-02-11T23:06:50.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3153 | 2026-02-11T23:06:50.980Z | |
| 3154 | 2026-02-11T23:06:50.980Z | info: running `cargo check --bins` on installinator-client (110/248) |
| 3155 | 2026-02-11T23:06:52.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2026-02-11T23:06:52.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2026-02-11T23:06:52.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2026-02-11T23:06:52.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3159 | 2026-02-11T23:06:52.343Z | |
| 3160 | 2026-02-11T23:06:52.343Z | info: running `cargo check --bins` on nexus-client (111/248) |
| 3161 | 2026-02-11T23:06:53.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2026-02-11T23:06:53.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2026-02-11T23:06:53.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3164 | 2026-02-11T23:06:53.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3165 | 2026-02-11T23:06:53.714Z | |
| 3166 | 2026-02-11T23:06:53.714Z | info: running `cargo check --bins` on nexus-lockstep-client (112/248) |
| 3167 | 2026-02-11T23:06:54.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3168 | 2026-02-11T23:06:54.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3169 | 2026-02-11T23:06:54.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3170 | 2026-02-11T23:06:54.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 3171 | 2026-02-11T23:06:55.161Z | |
| 3172 | 2026-02-11T23:06:55.162Z | info: running `cargo check --bins` on ntp-admin-client (113/248) |
| 3173 | 2026-02-11T23:06:56.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3174 | 2026-02-11T23:06:56.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3175 | 2026-02-11T23:06:56.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3176 | 2026-02-11T23:06:56.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3177 | 2026-02-11T23:06:56.440Z | |
| 3178 | 2026-02-11T23:06:56.441Z | info: running `cargo check --bins` on oxide-client (114/248) |
| 3179 | 2026-02-11T23:06:57.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3180 | 2026-02-11T23:06:57.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3181 | 2026-02-11T23:06:57.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3182 | 2026-02-11T23:06:57.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3183 | 2026-02-11T23:06:57.791Z | |
| 3184 | 2026-02-11T23:06:57.791Z | info: running `cargo check --bins` on oximeter-client (115/248) |
| 3185 | 2026-02-11T23:06:58.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3186 | 2026-02-11T23:06:59.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3187 | 2026-02-11T23:06:59.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3188 | 2026-02-11T23:06:59.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3189 | 2026-02-11T23:06:59.146Z | |
| 3190 | 2026-02-11T23:06:59.146Z | info: running `cargo check --bins` on repo-depot-client (116/248) |
| 3191 | 2026-02-11T23:07:00.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3192 | 2026-02-11T23:07:00.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3193 | 2026-02-11T23:07:00.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3194 | 2026-02-11T23:07:00.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 3195 | 2026-02-11T23:07:00.457Z | |
| 3196 | 2026-02-11T23:07:00.457Z | info: running `cargo check --bins` on sled-agent-client (117/248) |
| 3197 | 2026-02-11T23:07:01.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2026-02-11T23:07:01.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2026-02-11T23:07:01.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3200 | 2026-02-11T23:07:01.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 3201 | 2026-02-11T23:07:01.910Z | |
| 3202 | 2026-02-11T23:07:01.910Z | info: running `cargo check --bins` on wicketd-client (118/248) |
| 3203 | 2026-02-11T23:07:03.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2026-02-11T23:07:03.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2026-02-11T23:07:03.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3206 | 2026-02-11T23:07:03.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 3207 | 2026-02-11T23:07:03.309Z | |
| 3208 | 2026-02-11T23:07:03.309Z | info: running `cargo check --bins` on installinator-common (119/248) |
| 3209 | 2026-02-11T23:07:04.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2026-02-11T23:07:04.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2026-02-11T23:07:04.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3212 | 2026-02-11T23:07:04.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3213 | 2026-02-11T23:07:04.644Z | |
| 3214 | 2026-02-11T23:07:04.644Z | info: running `cargo check --bins` on installinator-common-versions (120/248) |
| 3215 | 2026-02-11T23:07:05.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2026-02-11T23:07:05.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2026-02-11T23:07:05.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3218 | 2026-02-11T23:07:05.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3219 | 2026-02-11T23:07:05.891Z | |
| 3220 | 2026-02-11T23:07:05.891Z | info: running `cargo check --bins` on wicket-common (121/248) |
| 3221 | 2026-02-11T23:07:07.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3222 | 2026-02-11T23:07:07.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3223 | 2026-02-11T23:07:07.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3224 | 2026-02-11T23:07:07.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3225 | 2026-02-11T23:07:07.221Z | |
| 3226 | 2026-02-11T23:07:07.221Z | info: running `cargo check --bins` on omicron-cockroach-admin (122/248) |
| 3227 | 2026-02-11T23:07:08.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3228 | 2026-02-11T23:07:08.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3229 | 2026-02-11T23:07:08.709Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3230 | 2026-02-11T23:07:08.709Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3231 | 2026-02-11T23:07:08.734Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3232 | 2026-02-11T23:07:08.734Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3233 | 2026-02-11T23:07:09.062Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3234 | 2026-02-11T23:07:09.089Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3235 | 2026-02-11T23:07:09.625Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3236 | 2026-02-11T23:07:09.626Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3237 | 2026-02-11T23:07:14.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.32s |
| 3238 | 2026-02-11T23:07:14.767Z | |
| 3239 | 2026-02-11T23:07:14.767Z | info: running `cargo check --bins` on cockroach-admin-api (123/248) |
| 3240 | 2026-02-11T23:07:15.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3241 | 2026-02-11T23:07:15.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3242 | 2026-02-11T23:07:15.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3243 | 2026-02-11T23:07:15.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 3244 | 2026-02-11T23:07:16.121Z | |
| 3245 | 2026-02-11T23:07:16.121Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (124/248) |
| 3246 | 2026-02-11T23:07:17.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3247 | 2026-02-11T23:07:17.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3248 | 2026-02-11T23:07:17.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3249 | 2026-02-11T23:07:17.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
| 3250 | 2026-02-11T23:07:17.674Z | |
| 3251 | 2026-02-11T23:07:17.674Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (125/248) |
| 3252 | 2026-02-11T23:07:19.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3253 | 2026-02-11T23:07:19.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3254 | 2026-02-11T23:07:19.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3255 | 2026-02-11T23:07:19.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 3256 | 2026-02-11T23:07:19.170Z | |
| 3257 | 2026-02-11T23:07:19.170Z | info: running `cargo check --bins` on dns-server (126/248) |
| 3258 | 2026-02-11T23:07:20.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3259 | 2026-02-11T23:07:20.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3260 | 2026-02-11T23:07:20.554Z | Compiling parking_lot_core v0.8.6 |
| 3261 | 2026-02-11T23:07:20.555Z | Compiling moka v0.12.10 |
| 3262 | 2026-02-11T23:07:20.579Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3263 | 2026-02-11T23:07:20.579Z | Checking tagptr v0.2.0 |
| 3264 | 2026-02-11T23:07:20.579Z | Checking prefix-trie v0.7.0 |
| 3265 | 2026-02-11T23:07:20.579Z | Checking fxhash v0.2.1 |
| 3266 | 2026-02-11T23:07:20.579Z | Checking hickory-client v0.25.2 |
| 3267 | 2026-02-11T23:07:21.317Z | Checking hickory-server v0.25.2 |
| 3268 | 2026-02-11T23:07:21.485Z | Checking parking_lot v0.11.2 |
| 3269 | 2026-02-11T23:07:21.789Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3270 | 2026-02-11T23:07:21.813Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3271 | 2026-02-11T23:07:21.813Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3272 | 2026-02-11T23:07:21.857Z | Checking sled v0.34.7 |
| 3273 | 2026-02-11T23:07:22.319Z | Checking hickory-resolver v0.25.2 |
| 3274 | 2026-02-11T23:07:24.507Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3275 | 2026-02-11T23:07:26.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s |
| 3276 | 2026-02-11T23:07:26.964Z | |
| 3277 | 2026-02-11T23:07:26.964Z | info: running `cargo check --bins` on dns-server-api (127/248) |
| 3278 | 2026-02-11T23:07:28.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3279 | 2026-02-11T23:07:28.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3280 | 2026-02-11T23:07:28.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3281 | 2026-02-11T23:07:28.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 3282 | 2026-02-11T23:07:28.354Z | |
| 3283 | 2026-02-11T23:07:28.354Z | info: running `cargo check --bins` on gateway-test-utils (128/248) |
| 3284 | 2026-02-11T23:07:29.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3285 | 2026-02-11T23:07:29.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3286 | 2026-02-11T23:07:29.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3287 | 2026-02-11T23:07:29.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 3288 | 2026-02-11T23:07:29.764Z | |
| 3289 | 2026-02-11T23:07:29.764Z | info: running `cargo check --bins` on omicron-gateway (129/248) |
| 3290 | 2026-02-11T23:07:31.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3291 | 2026-02-11T23:07:31.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3292 | 2026-02-11T23:07:31.538Z | Compiling radium v0.7.0 |
| 3293 | 2026-02-11T23:07:31.563Z | Compiling maybe-uninit v2.0.0 |
| 3294 | 2026-02-11T23:07:31.563Z | Checking tap v1.0.1 |
| 3295 | 2026-02-11T23:07:31.563Z | Compiling zerocopy-derive v0.6.6 |
| 3296 | 2026-02-11T23:07:31.563Z | Checking funty v2.0.0 |
| 3297 | 2026-02-11T23:07:31.589Z | Checking crc-catalog v2.4.0 |
| 3298 | 2026-02-11T23:07:31.641Z | Compiling packed_struct v0.10.1 |
| 3299 | 2026-02-11T23:07:31.724Z | Compiling packed_struct_codegen v0.10.1 |
| 3300 | 2026-02-11T23:07:31.823Z | Checking wyz v0.5.1 |
| 3301 | 2026-02-11T23:07:31.861Z | Checking crc v3.2.1 |
| 3302 | 2026-02-11T23:07:32.223Z | Compiling bitfield-macros v0.19.2 |
| 3303 | 2026-02-11T23:07:32.248Z | Compiling indexmap v1.9.3 |
| 3304 | 2026-02-11T23:07:32.302Z | Checking nodrop v0.1.14 |
| 3305 | 2026-02-11T23:07:32.326Z | Checking smallvec v0.6.14 |
| 3306 | 2026-02-11T23:07:32.462Z | Checking array-init v0.0.4 |
| 3307 | 2026-02-11T23:07:32.498Z | Checking hashbrown v0.12.3 |
| 3308 | 2026-02-11T23:07:32.526Z | Checking bitvec v1.0.1 |
| 3309 | 2026-02-11T23:07:32.627Z | Checking ron v0.8.1 |
| 3310 | 2026-02-11T23:07:32.735Z | Checking hashbrown v0.13.2 |
| 3311 | 2026-02-11T23:07:33.308Z | Checking serde-hex v0.1.0 |
| 3312 | 2026-02-11T23:07:33.448Z | Checking zerocopy v0.6.6 |
| 3313 | 2026-02-11T23:07:33.612Z | Checking bitfield v0.19.2 |
| 3314 | 2026-02-11T23:07:33.636Z | Checking crc-any v2.5.0 |
| 3315 | 2026-02-11T23:07:33.766Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3316 | 2026-02-11T23:07:34.013Z | Checking void v1.0.2 |
| 3317 | 2026-02-11T23:07:34.038Z | Checking path-slash v0.1.5 |
| 3318 | 2026-02-11T23:07:34.120Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3319 | 2026-02-11T23:07:34.145Z | Checking object v0.30.4 |
| 3320 | 2026-02-11T23:07:34.145Z | Checking half v1.8.3 |
| 3321 | 2026-02-11T23:07:34.214Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3322 | 2026-02-11T23:07:34.238Z | Checking lzss v0.8.2 |
| 3323 | 2026-02-11T23:07:34.442Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3324 | 2026-02-11T23:07:34.467Z | Checking tungstenite v0.23.0 |
| 3325 | 2026-02-11T23:07:34.506Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3326 | 2026-02-11T23:07:34.634Z | Checking serde_cbor v0.11.2 |
| 3327 | 2026-02-11T23:07:34.660Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3328 | 2026-02-11T23:07:34.739Z | Checking nix v0.27.1 |
| 3329 | 2026-02-11T23:07:35.395Z | Checking kstat-rs v0.2.4 |
| 3330 | 2026-02-11T23:07:35.419Z | Checking serde_bytes v0.11.19 |
| 3331 | 2026-02-11T23:07:35.557Z | Checking tokio-tungstenite v0.23.1 |
| 3332 | 2026-02-11T23:07:35.776Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3333 | 2026-02-11T23:07:35.801Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3334 | 2026-02-11T23:07:35.969Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3335 | 2026-02-11T23:07:36.083Z | Checking signal-hook-tokio v0.3.1 |
| 3336 | 2026-02-11T23:07:38.248Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3337 | 2026-02-11T23:07:38.614Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3338 | 2026-02-11T23:07:45.246Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3339 | 2026-02-11T23:07:47.423Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3340 | 2026-02-11T23:07:48.042Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3341 | 2026-02-11T23:07:50.815Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3342 | 2026-02-11T23:07:56.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.31s |
| 3343 | 2026-02-11T23:07:56.320Z | |
| 3344 | 2026-02-11T23:07:56.320Z | info: running `cargo check --bins` on gateway-api (130/248) |
| 3345 | 2026-02-11T23:07:57.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3346 | 2026-02-11T23:07:57.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3347 | 2026-02-11T23:07:57.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3348 | 2026-02-11T23:07:57.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 3349 | 2026-02-11T23:07:57.723Z | |
| 3350 | 2026-02-11T23:07:57.723Z | info: running `cargo check --bins` on ipcc (131/248) |
| 3351 | 2026-02-11T23:07:58.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3352 | 2026-02-11T23:07:58.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3353 | 2026-02-11T23:07:58.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3354 | 2026-02-11T23:07:58.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 3355 | 2026-02-11T23:07:59.034Z | |
| 3356 | 2026-02-11T23:07:59.035Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (132/248) |
| 3357 | 2026-02-11T23:08:00.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3358 | 2026-02-11T23:08:00.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3359 | 2026-02-11T23:08:00.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3360 | 2026-02-11T23:08:00.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3361 | 2026-02-11T23:08:00.307Z | |
| 3362 | 2026-02-11T23:08:00.307Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (133/248) |
| 3363 | 2026-02-11T23:08:01.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3364 | 2026-02-11T23:08:01.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3365 | 2026-02-11T23:08:01.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3366 | 2026-02-11T23:08:01.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 3367 | 2026-02-11T23:08:01.695Z | |
| 3368 | 2026-02-11T23:08:01.696Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (134/248) |
| 3369 | 2026-02-11T23:08:02.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2026-02-11T23:08:02.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2026-02-11T23:08:02.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2026-02-11T23:08:02.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 3373 | 2026-02-11T23:08:03.009Z | |
| 3374 | 2026-02-11T23:08:03.009Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (135/248) |
| 3375 | 2026-02-11T23:08:04.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2026-02-11T23:08:04.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2026-02-11T23:08:04.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3378 | 2026-02-11T23:08:04.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3379 | 2026-02-11T23:08:04.262Z | |
| 3380 | 2026-02-11T23:08:04.262Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (136/248) |
| 3381 | 2026-02-11T23:08:05.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3382 | 2026-02-11T23:08:05.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3383 | 2026-02-11T23:08:05.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3384 | 2026-02-11T23:08:05.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3385 | 2026-02-11T23:08:05.547Z | |
| 3386 | 2026-02-11T23:08:05.547Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (137/248) |
| 3387 | 2026-02-11T23:08:06.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3388 | 2026-02-11T23:08:06.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3389 | 2026-02-11T23:08:06.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3390 | 2026-02-11T23:08:06.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3391 | 2026-02-11T23:08:06.874Z | |
| 3392 | 2026-02-11T23:08:06.874Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (138/248) |
| 3393 | 2026-02-11T23:08:08.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3394 | 2026-02-11T23:08:08.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3395 | 2026-02-11T23:08:08.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3396 | 2026-02-11T23:08:08.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3397 | 2026-02-11T23:08:08.216Z | |
| 3398 | 2026-02-11T23:08:08.216Z | info: running `cargo check --bins` on oximeter-producer (139/248) |
| 3399 | 2026-02-11T23:08:09.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3400 | 2026-02-11T23:08:09.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3401 | 2026-02-11T23:08:09.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3402 | 2026-02-11T23:08:09.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 3403 | 2026-02-11T23:08:09.625Z | |
| 3404 | 2026-02-11T23:08:09.625Z | info: running `cargo check --bins` on internal-dns-resolver (140/248) |
| 3405 | 2026-02-11T23:08:10.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3406 | 2026-02-11T23:08:10.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3407 | 2026-02-11T23:08:10.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3408 | 2026-02-11T23:08:10.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 3409 | 2026-02-11T23:08:11.028Z | |
| 3410 | 2026-02-11T23:08:11.028Z | info: running `cargo check --bins` on sp-sim (141/248) |
| 3411 | 2026-02-11T23:08:12.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3412 | 2026-02-11T23:08:12.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3413 | 2026-02-11T23:08:12.582Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3414 | 2026-02-11T23:08:16.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s |
| 3415 | 2026-02-11T23:08:16.554Z | |
| 3416 | 2026-02-11T23:08:16.555Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (142/248) |
| 3417 | 2026-02-11T23:08:17.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3418 | 2026-02-11T23:08:17.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3419 | 2026-02-11T23:08:17.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3420 | 2026-02-11T23:08:17.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 3421 | 2026-02-11T23:08:17.962Z | |
| 3422 | 2026-02-11T23:08:17.962Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (143/248) |
| 3423 | 2026-02-11T23:08:19.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3424 | 2026-02-11T23:08:19.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3425 | 2026-02-11T23:08:19.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3426 | 2026-02-11T23:08:19.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 3427 | 2026-02-11T23:08:19.411Z | |
| 3428 | 2026-02-11T23:08:19.411Z | info: running `cargo check --bins` on db-macros (144/248) |
| 3429 | 2026-02-11T23:08:20.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3430 | 2026-02-11T23:08:20.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3431 | 2026-02-11T23:08:20.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3432 | 2026-02-11T23:08:20.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3433 | 2026-02-11T23:08:20.748Z | |
| 3434 | 2026-02-11T23:08:20.748Z | info: running `cargo check --bins` on nexus-macros-common (145/248) |
| 3435 | 2026-02-11T23:08:22.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3436 | 2026-02-11T23:08:22.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3437 | 2026-02-11T23:08:22.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3438 | 2026-02-11T23:08:22.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 3439 | 2026-02-11T23:08:22.148Z | |
| 3440 | 2026-02-11T23:08:22.148Z | info: running `cargo check --bins` on nexus-auth (146/248) |
| 3441 | 2026-02-11T23:08:23.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3442 | 2026-02-11T23:08:23.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3443 | 2026-02-11T23:08:23.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3444 | 2026-02-11T23:08:23.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 3445 | 2026-02-11T23:08:23.589Z | |
| 3446 | 2026-02-11T23:08:23.589Z | info: running `cargo check --bins` on authz-macros (147/248) |
| 3447 | 2026-02-11T23:08:24.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3448 | 2026-02-11T23:08:24.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3449 | 2026-02-11T23:08:24.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3450 | 2026-02-11T23:08:24.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3451 | 2026-02-11T23:08:24.826Z | |
| 3452 | 2026-02-11T23:08:24.826Z | info: running `cargo check --bins` on nexus-db-fixed-data (148/248) |
| 3453 | 2026-02-11T23:08:26.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3454 | 2026-02-11T23:08:26.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3455 | 2026-02-11T23:08:26.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3456 | 2026-02-11T23:08:26.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 3457 | 2026-02-11T23:08:26.252Z | |
| 3458 | 2026-02-11T23:08:26.252Z | info: running `cargo check --bins` on nexus-db-model (149/248) |
| 3459 | 2026-02-11T23:08:27.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3460 | 2026-02-11T23:08:27.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3461 | 2026-02-11T23:08:27.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3462 | 2026-02-11T23:08:27.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 3463 | 2026-02-11T23:08:27.683Z | |
| 3464 | 2026-02-11T23:08:27.683Z | info: running `cargo check --bins` on nexus-db-schema (150/248) |
| 3465 | 2026-02-11T23:08:28.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3466 | 2026-02-11T23:08:28.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3467 | 2026-02-11T23:08:28.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3468 | 2026-02-11T23:08:28.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3469 | 2026-02-11T23:08:28.962Z | |
| 3470 | 2026-02-11T23:08:28.962Z | info: running `cargo check --bins` on omicron-rpaths (151/248) |
| 3471 | 2026-02-11T23:08:30.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3472 | 2026-02-11T23:08:30.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3473 | 2026-02-11T23:08:30.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3474 | 2026-02-11T23:08:30.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 3475 | 2026-02-11T23:08:30.209Z | |
| 3476 | 2026-02-11T23:08:30.209Z | info: running `cargo check --bins` on nexus-defaults (152/248) |
| 3477 | 2026-02-11T23:08:31.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3478 | 2026-02-11T23:08:31.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3479 | 2026-02-11T23:08:31.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3480 | 2026-02-11T23:08:31.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3481 | 2026-02-11T23:08:31.589Z | |
| 3482 | 2026-02-11T23:08:31.589Z | info: running `cargo check --bins` on omicron-cockroach-metrics (153/248) |
| 3483 | 2026-02-11T23:08:32.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3484 | 2026-02-11T23:08:32.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3485 | 2026-02-11T23:08:32.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3486 | 2026-02-11T23:08:32.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3487 | 2026-02-11T23:08:32.956Z | |
| 3488 | 2026-02-11T23:08:32.956Z | info: running `cargo check --bins` on parallel-task-set (154/248) |
| 3489 | 2026-02-11T23:08:34.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3490 | 2026-02-11T23:08:34.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3491 | 2026-02-11T23:08:34.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3492 | 2026-02-11T23:08:34.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3493 | 2026-02-11T23:08:34.272Z | |
| 3494 | 2026-02-11T23:08:34.272Z | info: running `cargo check --bins` on nexus-db-errors (155/248) |
| 3495 | 2026-02-11T23:08:35.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3496 | 2026-02-11T23:08:35.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3497 | 2026-02-11T23:08:35.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3498 | 2026-02-11T23:08:35.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
| 3499 | 2026-02-11T23:08:35.709Z | |
| 3500 | 2026-02-11T23:08:35.709Z | info: running `cargo check --bins` on nexus-db-lookup (156/248) |
| 3501 | 2026-02-11T23:08:36.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3502 | 2026-02-11T23:08:37.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3503 | 2026-02-11T23:08:37.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3504 | 2026-02-11T23:08:37.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 3505 | 2026-02-11T23:08:37.135Z | |
| 3506 | 2026-02-11T23:08:37.136Z | info: running `cargo check --bins` on nexus-inventory (157/248) |
| 3507 | 2026-02-11T23:08:38.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3508 | 2026-02-11T23:08:38.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3509 | 2026-02-11T23:08:38.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3510 | 2026-02-11T23:08:38.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 3511 | 2026-02-11T23:08:38.530Z | |
| 3512 | 2026-02-11T23:08:38.530Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (158/248) |
| 3513 | 2026-02-11T23:08:39.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3514 | 2026-02-11T23:08:39.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3515 | 2026-02-11T23:08:39.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3516 | 2026-02-11T23:08:39.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3517 | 2026-02-11T23:08:39.913Z | |
| 3518 | 2026-02-11T23:08:39.913Z | info: running `cargo check --bins --no-default-features` on sled-storage (159/248) |
| 3519 | 2026-02-11T23:08:41.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3520 | 2026-02-11T23:08:41.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3521 | 2026-02-11T23:08:41.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3522 | 2026-02-11T23:08:41.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
| 3523 | 2026-02-11T23:08:41.298Z | |
| 3524 | 2026-02-11T23:08:41.298Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (160/248) |
| 3525 | 2026-02-11T23:08:42.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3526 | 2026-02-11T23:08:42.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3527 | 2026-02-11T23:08:42.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3528 | 2026-02-11T23:08:42.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3529 | 2026-02-11T23:08:42.652Z | |
| 3530 | 2026-02-11T23:08:42.652Z | info: running `cargo check --bins` on key-manager (161/248) |
| 3531 | 2026-02-11T23:08:43.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3532 | 2026-02-11T23:08:43.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3533 | 2026-02-11T23:08:43.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3534 | 2026-02-11T23:08:43.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 3535 | 2026-02-11T23:08:43.959Z | |
| 3536 | 2026-02-11T23:08:43.959Z | info: running `cargo check --bins --no-default-features` on sled-hardware (162/248) |
| 3537 | 2026-02-11T23:08:45.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3538 | 2026-02-11T23:08:45.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3539 | 2026-02-11T23:08:45.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3540 | 2026-02-11T23:08:45.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3541 | 2026-02-11T23:08:45.303Z | |
| 3542 | 2026-02-11T23:08:45.303Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (163/248) |
| 3543 | 2026-02-11T23:08:46.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3544 | 2026-02-11T23:08:46.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3545 | 2026-02-11T23:08:46.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3546 | 2026-02-11T23:08:46.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 3547 | 2026-02-11T23:08:46.724Z | |
| 3548 | 2026-02-11T23:08:46.724Z | info: running `cargo check --bins` on typed-rng (164/248) |
| 3549 | 2026-02-11T23:08:47.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3550 | 2026-02-11T23:08:47.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3551 | 2026-02-11T23:08:47.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3552 | 2026-02-11T23:08:47.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3553 | 2026-02-11T23:08:48.064Z | |
| 3554 | 2026-02-11T23:08:48.064Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (165/248) |
| 3555 | 2026-02-11T23:08:49.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3556 | 2026-02-11T23:08:49.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3557 | 2026-02-11T23:08:49.854Z | Compiling libefi-sys v0.1.0 |
| 3558 | 2026-02-11T23:08:49.879Z | Compiling bitfield-struct v0.6.2 |
| 3559 | 2026-02-11T23:08:49.879Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3560 | 2026-02-11T23:08:49.879Z | Compiling xshell-macros v0.2.7 |
| 3561 | 2026-02-11T23:08:49.904Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3562 | 2026-02-11T23:08:49.999Z | Compiling salty v0.3.0 |
| 3563 | 2026-02-11T23:08:50.026Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3564 | 2026-02-11T23:08:50.055Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3565 | 2026-02-11T23:08:50.094Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3566 | 2026-02-11T23:08:50.324Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3567 | 2026-02-11T23:08:50.677Z | Checking primeorder v0.13.6 |
| 3568 | 2026-02-11T23:08:50.705Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3569 | 2026-02-11T23:08:50.730Z | Checking xshell v0.2.7 |
| 3570 | 2026-02-11T23:08:50.829Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3571 | 2026-02-11T23:08:51.036Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3572 | 2026-02-11T23:08:51.112Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3573 | 2026-02-11T23:08:51.222Z | Checking p384 v0.13.1 |
| 3574 | 2026-02-11T23:08:51.281Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3575 | 2026-02-11T23:08:51.456Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3576 | 2026-02-11T23:08:51.606Z | Compiling num-derive v0.3.3 |
| 3577 | 2026-02-11T23:08:51.644Z | Compiling proc-macro-error2 v2.0.1 |
| 3578 | 2026-02-11T23:08:52.061Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3579 | 2026-02-11T23:08:52.088Z | Compiling unicase v2.8.1 |
| 3580 | 2026-02-11T23:08:52.248Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3581 | 2026-02-11T23:08:52.278Z | Compiling tabled_derive v0.11.0 |
| 3582 | 2026-02-11T23:08:52.524Z | Compiling mime_guess v2.0.5 |
| 3583 | 2026-02-11T23:08:52.554Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3584 | 2026-02-11T23:08:52.740Z | Checking papergrid v0.17.0 |
| 3585 | 2026-02-11T23:08:53.006Z | Checking testing_table v0.3.0 |
| 3586 | 2026-02-11T23:08:53.150Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3587 | 2026-02-11T23:08:53.529Z | Checking libscf-sys v1.1.0 |
| 3588 | 2026-02-11T23:08:53.608Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3589 | 2026-02-11T23:08:53.767Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 3590 | 2026-02-11T23:08:54.133Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3591 | 2026-02-11T23:08:54.192Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3592 | 2026-02-11T23:08:54.270Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3593 | 2026-02-11T23:08:54.562Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3594 | 2026-02-11T23:08:54.588Z | Checking corncobs v0.1.4 |
| 3595 | 2026-02-11T23:08:54.822Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3596 | 2026-02-11T23:08:54.864Z | Checking tabled v0.20.0 |
| 3597 | 2026-02-11T23:08:55.083Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3598 | 2026-02-11T23:08:55.295Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3599 | 2026-02-11T23:08:55.339Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3600 | 2026-02-11T23:08:55.617Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3601 | 2026-02-11T23:08:55.654Z | Checking secrecy v0.8.0 |
| 3602 | 2026-02-11T23:08:55.695Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3603 | 2026-02-11T23:08:55.916Z | Checking http-range v0.1.5 |
| 3604 | 2026-02-11T23:08:56.409Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3605 | 2026-02-11T23:08:56.597Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3606 | 2026-02-11T23:08:56.692Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3607 | 2026-02-11T23:08:56.841Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3608 | 2026-02-11T23:08:57.494Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3609 | 2026-02-11T23:08:57.574Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3610 | 2026-02-11T23:08:57.598Z | Checking atty v0.2.14 |
| 3611 | 2026-02-11T23:08:57.650Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3612 | 2026-02-11T23:08:57.767Z | Checking crc8 v0.1.1 |
| 3613 | 2026-02-11T23:08:57.835Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3614 | 2026-02-11T23:08:57.962Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3615 | 2026-02-11T23:08:58.011Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3616 | 2026-02-11T23:08:58.047Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3617 | 2026-02-11T23:08:58.621Z | Checking hyper-staticfile v0.10.1 |
| 3618 | 2026-02-11T23:08:58.927Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3619 | 2026-02-11T23:08:59.206Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3620 | 2026-02-11T23:08:59.333Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3621 | 2026-02-11T23:08:59.536Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3622 | 2026-02-11T23:08:59.567Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3623 | 2026-02-11T23:08:59.636Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3624 | 2026-02-11T23:08:59.661Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3625 | 2026-02-11T23:08:59.934Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3626 | 2026-02-11T23:09:00.041Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3627 | 2026-02-11T23:09:00.181Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3628 | 2026-02-11T23:09:00.243Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3629 | 2026-02-11T23:09:00.801Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3630 | 2026-02-11T23:09:00.940Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3631 | 2026-02-11T23:09:03.586Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3632 | 2026-02-11T23:09:03.836Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3633 | 2026-02-11T23:09:04.046Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3634 | 2026-02-11T23:09:04.788Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3635 | 2026-02-11T23:09:05.616Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3636 | 2026-02-11T23:09:05.982Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3637 | 2026-02-11T23:09:18.911Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3638 | 2026-02-11T23:09:48.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 3639 | 2026-02-11T23:09:48.876Z | |
| 3640 | 2026-02-11T23:09:48.877Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (166/248) |
| 3641 | 2026-02-11T23:09:50.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3642 | 2026-02-11T23:09:50.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3643 | 2026-02-11T23:09:50.569Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3644 | 2026-02-11T23:10:22.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.21s |
| 3645 | 2026-02-11T23:10:22.344Z | |
| 3646 | 2026-02-11T23:10:22.344Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (167/248) |
| 3647 | 2026-02-11T23:10:23.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3648 | 2026-02-11T23:10:23.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3649 | 2026-02-11T23:10:24.051Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3650 | 2026-02-11T23:10:54.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.86s |
| 3651 | 2026-02-11T23:10:54.465Z | |
| 3652 | 2026-02-11T23:10:54.465Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (168/248) |
| 3653 | 2026-02-11T23:10:55.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3654 | 2026-02-11T23:10:55.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3655 | 2026-02-11T23:10:56.151Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3656 | 2026-02-11T23:11:26.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.53s |
| 3657 | 2026-02-11T23:11:26.263Z | |
| 3658 | 2026-02-11T23:11:26.263Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (169/248) |
| 3659 | 2026-02-11T23:11:27.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3660 | 2026-02-11T23:11:27.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3661 | 2026-02-11T23:11:27.830Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3662 | 2026-02-11T23:11:57.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.67s |
| 3663 | 2026-02-11T23:11:57.869Z | |
| 3664 | 2026-02-11T23:11:57.869Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (170/248) |
| 3665 | 2026-02-11T23:11:58.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3666 | 2026-02-11T23:11:58.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3667 | 2026-02-11T23:11:58.815Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3668 | 2026-02-11T23:12:27.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.42s |
| 3669 | 2026-02-11T23:12:27.842Z | |
| 3670 | 2026-02-11T23:12:27.843Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (171/248) |
| 3671 | 2026-02-11T23:12:29.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3672 | 2026-02-11T23:12:29.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3673 | 2026-02-11T23:12:29.551Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3674 | 2026-02-11T23:12:58.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.89s |
| 3675 | 2026-02-11T23:12:59.005Z | |
| 3676 | 2026-02-11T23:12:59.005Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (172/248) |
| 3677 | 2026-02-11T23:13:00.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3678 | 2026-02-11T23:13:00.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3679 | 2026-02-11T23:13:00.642Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3680 | 2026-02-11T23:13:29.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.17s |
| 3681 | 2026-02-11T23:13:29.440Z | |
| 3682 | 2026-02-11T23:13:29.440Z | info: running `cargo check --bins` on bootstrap-agent-api (173/248) |
| 3683 | 2026-02-11T23:13:30.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3684 | 2026-02-11T23:13:30.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3685 | 2026-02-11T23:13:30.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3686 | 2026-02-11T23:13:30.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3687 | 2026-02-11T23:13:30.788Z | |
| 3688 | 2026-02-11T23:13:30.788Z | info: running `cargo check --bins` on range-requests (174/248) |
| 3689 | 2026-02-11T23:13:31.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3690 | 2026-02-11T23:13:31.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3691 | 2026-02-11T23:13:31.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3692 | 2026-02-11T23:13:31.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 3693 | 2026-02-11T23:13:32.116Z | |
| 3694 | 2026-02-11T23:13:32.116Z | info: running `cargo check --bins` on repo-depot-api (175/248) |
| 3695 | 2026-02-11T23:13:33.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3696 | 2026-02-11T23:13:33.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3697 | 2026-02-11T23:13:33.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3698 | 2026-02-11T23:13:33.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3699 | 2026-02-11T23:13:33.458Z | |
| 3700 | 2026-02-11T23:13:33.458Z | info: running `cargo check --bins` on sled-agent-api (176/248) |
| 3701 | 2026-02-11T23:13:34.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3702 | 2026-02-11T23:13:34.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3703 | 2026-02-11T23:13:34.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3704 | 2026-02-11T23:13:34.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 3705 | 2026-02-11T23:13:34.876Z | |
| 3706 | 2026-02-11T23:13:34.876Z | info: running `cargo check --bins` on sled-diagnostics (177/248) |
| 3707 | 2026-02-11T23:13:36.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3708 | 2026-02-11T23:13:36.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3709 | 2026-02-11T23:13:36.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3710 | 2026-02-11T23:13:36.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3711 | 2026-02-11T23:13:36.198Z | |
| 3712 | 2026-02-11T23:13:36.198Z | info: running `cargo check --bins` on zfs-test-harness (178/248) |
| 3713 | 2026-02-11T23:13:37.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3714 | 2026-02-11T23:13:37.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3715 | 2026-02-11T23:13:37.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3716 | 2026-02-11T23:13:37.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 3717 | 2026-02-11T23:13:37.503Z | |
| 3718 | 2026-02-11T23:13:37.504Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (179/248) |
| 3719 | 2026-02-11T23:13:38.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3720 | 2026-02-11T23:13:38.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3721 | 2026-02-11T23:13:38.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3722 | 2026-02-11T23:13:38.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 3723 | 2026-02-11T23:13:38.900Z | |
| 3724 | 2026-02-11T23:13:38.900Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (180/248) |
| 3725 | 2026-02-11T23:13:40.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3726 | 2026-02-11T23:13:40.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3727 | 2026-02-11T23:13:40.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3728 | 2026-02-11T23:13:40.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3729 | 2026-02-11T23:13:40.236Z | |
| 3730 | 2026-02-11T23:13:40.236Z | info: running `cargo check --bins` on sled-agent-health-monitor (181/248) |
| 3731 | 2026-02-11T23:13:41.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3732 | 2026-02-11T23:13:41.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3733 | 2026-02-11T23:13:41.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3734 | 2026-02-11T23:13:41.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3735 | 2026-02-11T23:13:41.509Z | |
| 3736 | 2026-02-11T23:13:41.509Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (182/248) |
| 3737 | 2026-02-11T23:13:42.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3738 | 2026-02-11T23:13:42.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3739 | 2026-02-11T23:13:42.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3740 | 2026-02-11T23:13:42.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3741 | 2026-02-11T23:13:42.771Z | |
| 3742 | 2026-02-11T23:13:42.771Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (183/248) |
| 3743 | 2026-02-11T23:13:43.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3744 | 2026-02-11T23:13:43.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3745 | 2026-02-11T23:13:43.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3746 | 2026-02-11T23:13:43.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 3747 | 2026-02-11T23:13:44.112Z | |
| 3748 | 2026-02-11T23:13:44.112Z | info: running `cargo check --bins` on sled-agent-resolvable-files (184/248) |
| 3749 | 2026-02-11T23:13:45.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3750 | 2026-02-11T23:13:45.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3751 | 2026-02-11T23:13:45.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3752 | 2026-02-11T23:13:45.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3753 | 2026-02-11T23:13:45.389Z | |
| 3754 | 2026-02-11T23:13:45.389Z | info: running `cargo check --bins` on trust-quorum (185/248) |
| 3755 | 2026-02-11T23:13:46.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3756 | 2026-02-11T23:13:46.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3757 | 2026-02-11T23:13:46.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3758 | 2026-02-11T23:13:46.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3759 | 2026-02-11T23:13:46.744Z | |
| 3760 | 2026-02-11T23:13:46.744Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (186/248) |
| 3761 | 2026-02-11T23:13:48.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3762 | 2026-02-11T23:13:48.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3763 | 2026-02-11T23:13:48.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3764 | 2026-02-11T23:13:48.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 3765 | 2026-02-11T23:13:48.233Z | |
| 3766 | 2026-02-11T23:13:48.233Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (187/248) |
| 3767 | 2026-02-11T23:13:49.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3768 | 2026-02-11T23:13:49.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3769 | 2026-02-11T23:13:49.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3770 | 2026-02-11T23:13:49.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 3771 | 2026-02-11T23:13:49.654Z | |
| 3772 | 2026-02-11T23:13:49.654Z | info: running `cargo check --bins` on update-common (188/248) |
| 3773 | 2026-02-11T23:13:50.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3774 | 2026-02-11T23:13:50.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3775 | 2026-02-11T23:13:50.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3776 | 2026-02-11T23:13:50.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 3777 | 2026-02-11T23:13:51.017Z | |
| 3778 | 2026-02-11T23:13:51.017Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (189/248) |
| 3779 | 2026-02-11T23:13:52.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3780 | 2026-02-11T23:13:52.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3781 | 2026-02-11T23:13:52.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3782 | 2026-02-11T23:13:52.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 3783 | 2026-02-11T23:13:52.432Z | |
| 3784 | 2026-02-11T23:13:52.432Z | info: running `cargo check --bins` on reconfigurator-cli (190/248) |
| 3785 | 2026-02-11T23:13:53.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3786 | 2026-02-11T23:13:53.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3787 | 2026-02-11T23:13:54.068Z | Compiling fs-err v2.11.0 |
| 3788 | 2026-02-11T23:13:54.068Z | Checking ignore v0.4.23 |
| 3789 | 2026-02-11T23:13:54.093Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3790 | 2026-02-11T23:13:54.093Z | Checking predicates-tree v1.0.12 |
| 3791 | 2026-02-11T23:13:54.093Z | Checking parse-size v1.1.0 |
| 3792 | 2026-02-11T23:13:54.155Z | Checking rand_seeder v0.4.0 |
| 3793 | 2026-02-11T23:13:54.202Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3794 | 2026-02-11T23:13:54.226Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3795 | 2026-02-11T23:13:54.382Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3796 | 2026-02-11T23:13:54.406Z | Compiling petname v2.0.2 |
| 3797 | 2026-02-11T23:13:54.501Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3798 | 2026-02-11T23:13:54.774Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3799 | 2026-02-11T23:13:54.882Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3800 | 2026-02-11T23:13:54.952Z | Checking globwalk v0.9.1 |
| 3801 | 2026-02-11T23:13:55.036Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3802 | 2026-02-11T23:13:55.222Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3803 | 2026-02-11T23:13:55.351Z | Checking camino-tempfile-ext v0.3.2 |
| 3804 | 2026-02-11T23:13:55.440Z | Checking sapling-renderdag v0.1.0 |
| 3805 | 2026-02-11T23:13:55.572Z | Checking sync-ptr v0.1.4 |
| 3806 | 2026-02-11T23:13:55.780Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3807 | 2026-02-11T23:13:55.809Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3808 | 2026-02-11T23:13:56.006Z | Checking assert_matches v1.5.0 |
| 3809 | 2026-02-11T23:13:56.552Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3810 | 2026-02-11T23:13:56.895Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3811 | 2026-02-11T23:13:56.895Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3812 | 2026-02-11T23:13:58.221Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3813 | 2026-02-11T23:14:01.176Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3814 | 2026-02-11T23:14:06.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s |
| 3815 | 2026-02-11T23:14:06.363Z | |
| 3816 | 2026-02-11T23:14:06.363Z | info: running `cargo check --bins` on omicron-repl-utils (191/248) |
| 3817 | 2026-02-11T23:14:07.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3818 | 2026-02-11T23:14:07.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3819 | 2026-02-11T23:14:07.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3820 | 2026-02-11T23:14:07.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 3821 | 2026-02-11T23:14:07.613Z | |
| 3822 | 2026-02-11T23:14:07.613Z | info: running `cargo check --bins` on nexus-test-interface (192/248) |
| 3823 | 2026-02-11T23:14:08.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3824 | 2026-02-11T23:14:08.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3825 | 2026-02-11T23:14:08.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3826 | 2026-02-11T23:14:08.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3827 | 2026-02-11T23:14:08.979Z | |
| 3828 | 2026-02-11T23:14:08.979Z | info: running `cargo check --bins` on oximeter-collector (193/248) |
| 3829 | 2026-02-11T23:14:10.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3830 | 2026-02-11T23:14:10.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3831 | 2026-02-11T23:14:10.519Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3832 | 2026-02-11T23:14:10.519Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3833 | 2026-02-11T23:14:11.852Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3834 | 2026-02-11T23:14:15.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.45s |
| 3835 | 2026-02-11T23:14:15.664Z | |
| 3836 | 2026-02-11T23:14:15.665Z | info: running `cargo check --bins` on oximeter-api (194/248) |
| 3837 | 2026-02-11T23:14:16.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3838 | 2026-02-11T23:14:16.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3839 | 2026-02-11T23:14:16.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3840 | 2026-02-11T23:14:16.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 3841 | 2026-02-11T23:14:17.025Z | |
| 3842 | 2026-02-11T23:14:17.025Z | info: running `cargo check --bins` on cert-dev (195/248) |
| 3843 | 2026-02-11T23:14:18.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3844 | 2026-02-11T23:14:18.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3845 | 2026-02-11T23:14:18.406Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3846 | 2026-02-11T23:14:18.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 3847 | 2026-02-11T23:14:18.972Z | |
| 3848 | 2026-02-11T23:14:18.972Z | info: running `cargo check --bins` on clickana (196/248) |
| 3849 | 2026-02-11T23:14:20.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3850 | 2026-02-11T23:14:20.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3851 | 2026-02-11T23:14:20.335Z | Checking castaway v0.2.3 |
| 3852 | 2026-02-11T23:14:20.335Z | Checking unicode-truncate v1.1.0 |
| 3853 | 2026-02-11T23:14:20.360Z | Checking lru v0.12.5 |
| 3854 | 2026-02-11T23:14:20.360Z | Compiling instability v0.3.2 |
| 3855 | 2026-02-11T23:14:20.360Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3856 | 2026-02-11T23:14:20.360Z | Compiling indoc v2.0.6 |
| 3857 | 2026-02-11T23:14:20.360Z | Checking cassowary v0.3.0 |
| 3858 | 2026-02-11T23:14:20.551Z | Checking compact_str v0.8.0 |
| 3859 | 2026-02-11T23:14:21.393Z | Checking ratatui v0.29.0 |
| 3860 | 2026-02-11T23:14:22.857Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3861 | 2026-02-11T23:14:23.227Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3862 | 2026-02-11T23:14:24.899Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3863 | 2026-02-11T23:14:26.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.26s |
| 3864 | 2026-02-11T23:14:26.483Z | |
| 3865 | 2026-02-11T23:14:26.483Z | info: running `cargo check --bins` on clickhouse-cluster-dev (197/248) |
| 3866 | 2026-02-11T23:14:27.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-02-11T23:14:27.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-02-11T23:14:28.059Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3869 | 2026-02-11T23:14:28.059Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3870 | 2026-02-11T23:14:29.064Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3871 | 2026-02-11T23:14:29.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
| 3872 | 2026-02-11T23:14:30.099Z | |
| 3873 | 2026-02-11T23:14:30.099Z | info: running `cargo check --bins` on ch-dev (198/248) |
| 3874 | 2026-02-11T23:14:31.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3875 | 2026-02-11T23:14:31.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3876 | 2026-02-11T23:14:31.653Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3877 | 2026-02-11T23:14:33.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s |
| 3878 | 2026-02-11T23:14:33.241Z | |
| 3879 | 2026-02-11T23:14:33.242Z | info: running `cargo check --bins` on dev-tools-common (199/248) |
| 3880 | 2026-02-11T23:14:34.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2026-02-11T23:14:34.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2026-02-11T23:14:34.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2026-02-11T23:14:34.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3884 | 2026-02-11T23:14:34.270Z | |
| 3885 | 2026-02-11T23:14:34.270Z | info: running `cargo check --bins` on crdb-seed (200/248) |
| 3886 | 2026-02-11T23:14:35.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2026-02-11T23:14:35.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2026-02-11T23:14:35.836Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3889 | 2026-02-11T23:14:36.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s |
| 3890 | 2026-02-11T23:14:36.761Z | |
| 3891 | 2026-02-11T23:14:36.762Z | info: running `cargo check --bins` on db-dev (201/248) |
| 3892 | 2026-02-11T23:14:38.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2026-02-11T23:14:38.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2026-02-11T23:14:38.365Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3895 | 2026-02-11T23:14:39.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s |
| 3896 | 2026-02-11T23:14:39.929Z | |
| 3897 | 2026-02-11T23:14:39.929Z | info: running `cargo check --bins` on omicron-dev-lib (202/248) |
| 3898 | 2026-02-11T23:14:41.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2026-02-11T23:14:41.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2026-02-11T23:14:41.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3901 | 2026-02-11T23:14:41.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
| 3902 | 2026-02-11T23:14:41.396Z | |
| 3903 | 2026-02-11T23:14:41.396Z | info: running `cargo check --bins` on xtask-downloader (203/248) |
| 3904 | 2026-02-11T23:14:42.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3905 | 2026-02-11T23:14:42.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3906 | 2026-02-11T23:14:42.774Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3907 | 2026-02-11T23:14:44.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s |
| 3908 | 2026-02-11T23:14:44.337Z | |
| 3909 | 2026-02-11T23:14:44.337Z | info: running `cargo check --bins` on omicron-dropshot-apis (204/248) |
| 3910 | 2026-02-11T23:14:45.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3911 | 2026-02-11T23:14:45.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3912 | 2026-02-11T23:14:45.883Z | Compiling tabled_derive v0.10.0 |
| 3913 | 2026-02-11T23:14:45.883Z | Checking papergrid v0.14.0 |
| 3914 | 2026-02-11T23:14:45.883Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3915 | 2026-02-11T23:14:45.908Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3916 | 2026-02-11T23:14:45.908Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2) |
| 3917 | 2026-02-11T23:14:45.908Z | Compiling trait-variant v0.1.2 |
| 3918 | 2026-02-11T23:14:45.908Z | Checking is_ci v1.2.0 |
| 3919 | 2026-02-11T23:14:45.908Z | Checking maplit v1.0.2 |
| 3920 | 2026-02-11T23:14:46.200Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3921 | 2026-02-11T23:14:46.234Z | Checking supports-color v3.0.2 |
| 3922 | 2026-02-11T23:14:46.377Z | Checking drift v0.1.3 |
| 3923 | 2026-02-11T23:14:46.442Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3924 | 2026-02-11T23:14:46.495Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3925 | 2026-02-11T23:14:46.832Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3926 | 2026-02-11T23:14:46.931Z | Checking dropshot-api-manager v0.2.4 |
| 3927 | 2026-02-11T23:14:46.956Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3928 | 2026-02-11T23:14:47.133Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3929 | 2026-02-11T23:14:47.547Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3930 | 2026-02-11T23:14:47.693Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3931 | 2026-02-11T23:14:47.951Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 3932 | 2026-02-11T23:14:48.129Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2) |
| 3933 | 2026-02-11T23:14:48.473Z | Checking tabled v0.18.0 |
| 3934 | 2026-02-11T23:14:48.788Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3935 | 2026-02-11T23:15:01.402Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3936 | 2026-02-11T23:15:04.020Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3937 | 2026-02-11T23:15:05.357Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3938 | 2026-02-11T23:15:06.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.87s |
| 3939 | 2026-02-11T23:15:06.483Z | |
| 3940 | 2026-02-11T23:15:06.483Z | info: running `cargo check --bins` on installinator-api (205/248) |
| 3941 | 2026-02-11T23:15:07.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-02-11T23:15:07.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-02-11T23:15:07.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-02-11T23:15:07.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
| 3945 | 2026-02-11T23:15:07.809Z | |
| 3946 | 2026-02-11T23:15:07.809Z | info: running `cargo check --bins` on nexus-external-api (206/248) |
| 3947 | 2026-02-11T23:15:09.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-02-11T23:15:09.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-02-11T23:15:09.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-02-11T23:15:09.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 3951 | 2026-02-11T23:15:09.292Z | |
| 3952 | 2026-02-11T23:15:09.292Z | info: running `cargo check --bins` on nexus-internal-api (207/248) |
| 3953 | 2026-02-11T23:15:10.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-02-11T23:15:10.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-02-11T23:15:10.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-02-11T23:15:10.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
| 3957 | 2026-02-11T23:15:10.642Z | |
| 3958 | 2026-02-11T23:15:10.643Z | info: running `cargo check --bins` on nexus-lockstep-api (208/248) |
| 3959 | 2026-02-11T23:15:11.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-02-11T23:15:11.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-02-11T23:15:11.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-02-11T23:15:11.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 3963 | 2026-02-11T23:15:12.079Z | |
| 3964 | 2026-02-11T23:15:12.079Z | info: running `cargo check --bins` on ntp-admin-api (209/248) |
| 3965 | 2026-02-11T23:15:13.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-02-11T23:15:13.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-02-11T23:15:13.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3968 | 2026-02-11T23:15:13.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s |
| 3969 | 2026-02-11T23:15:13.445Z | |
| 3970 | 2026-02-11T23:15:13.445Z | info: running `cargo check --bins` on ntp-admin-types-versions (210/248) |
| 3971 | 2026-02-11T23:15:14.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3972 | 2026-02-11T23:15:14.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3973 | 2026-02-11T23:15:14.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3974 | 2026-02-11T23:15:14.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 3975 | 2026-02-11T23:15:14.710Z | |
| 3976 | 2026-02-11T23:15:14.710Z | info: running `cargo check --bins` on wicketd-api (211/248) |
| 3977 | 2026-02-11T23:15:15.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3978 | 2026-02-11T23:15:15.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3979 | 2026-02-11T23:15:15.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3980 | 2026-02-11T23:15:15.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
| 3981 | 2026-02-11T23:15:15.990Z | |
| 3982 | 2026-02-11T23:15:15.990Z | info: running `cargo check --bins` on omicron-ls-apis (212/248) |
| 3983 | 2026-02-11T23:15:17.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3984 | 2026-02-11T23:15:17.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3985 | 2026-02-11T23:15:17.298Z | Checking typeid v1.0.3 |
| 3986 | 2026-02-11T23:15:17.338Z | Checking ordered-float v2.10.1 |
| 3987 | 2026-02-11T23:15:17.363Z | Checking unicode-xid v0.2.6 |
| 3988 | 2026-02-11T23:15:17.389Z | Checking cargo-platform v0.2.0 |
| 3989 | 2026-02-11T23:15:17.481Z | Checking erased-serde v0.4.6 |
| 3990 | 2026-02-11T23:15:17.864Z | Checking serde-value v0.7.0 |
| 3991 | 2026-02-11T23:15:18.330Z | Checking serde-untagged v0.1.7 |
| 3992 | 2026-02-11T23:15:18.676Z | Checking cargo-util-schemas v0.8.2 |
| 3993 | 2026-02-11T23:15:20.472Z | Checking cargo_metadata v0.21.0 |
| 3994 | 2026-02-11T23:15:22.068Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3995 | 2026-02-11T23:15:23.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s |
| 3996 | 2026-02-11T23:15:23.859Z | |
| 3997 | 2026-02-11T23:15:23.859Z | info: running `cargo check --bins` on mgs-dev (213/248) |
| 3998 | 2026-02-11T23:15:25.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-02-11T23:15:25.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-02-11T23:15:25.376Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4001 | 2026-02-11T23:15:26.489Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4002 | 2026-02-11T23:15:27.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s |
| 4003 | 2026-02-11T23:15:27.822Z | |
| 4004 | 2026-02-11T23:15:27.823Z | info: running `cargo check --bins` on omicron-omdb (214/248) |
| 4005 | 2026-02-11T23:15:29.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4006 | 2026-02-11T23:15:29.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4007 | 2026-02-11T23:15:29.748Z | Compiling vergen-gitcl v1.0.8 |
| 4008 | 2026-02-11T23:15:29.749Z | Compiling dirs-sys-next v0.1.2 |
| 4009 | 2026-02-11T23:15:29.749Z | Compiling crunchy v0.2.2 |
| 4010 | 2026-02-11T23:15:29.749Z | Compiling dsl_auto_type v0.1.2 |
| 4011 | 2026-02-11T23:15:29.773Z | Checking scheduled-thread-pool v0.2.7 |
| 4012 | 2026-02-11T23:15:29.773Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 4013 | 2026-02-11T23:15:29.773Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4014 | 2026-02-11T23:15:29.774Z | Compiling tiny-keccak v2.0.2 |
| 4015 | 2026-02-11T23:15:30.137Z | Checking r2d2 v0.8.10 |
| 4016 | 2026-02-11T23:15:30.284Z | Compiling bit-vec v0.6.3 |
| 4017 | 2026-02-11T23:15:30.324Z | Compiling dirs-next v2.0.0 |
| 4018 | 2026-02-11T23:15:30.491Z | Compiling term v0.7.0 |
| 4019 | 2026-02-11T23:15:30.568Z | Compiling ena v0.14.3 |
| 4020 | 2026-02-11T23:15:30.673Z | Compiling bindgen v0.71.1 |
| 4021 | 2026-02-11T23:15:30.763Z | Compiling bit-set v0.5.3 |
| 4022 | 2026-02-11T23:15:31.062Z | Compiling diff v0.1.13 |
| 4023 | 2026-02-11T23:15:31.087Z | Compiling regex-syntax v0.6.29 |
| 4024 | 2026-02-11T23:15:31.239Z | Compiling diesel_derives v2.2.3 |
| 4025 | 2026-02-11T23:15:31.422Z | Compiling ascii-canvas v3.0.0 |
| 4026 | 2026-02-11T23:15:31.560Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4027 | 2026-02-11T23:15:31.613Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4028 | 2026-02-11T23:15:31.873Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4029 | 2026-02-11T23:15:31.898Z | Compiling libxml v0.3.3 |
| 4030 | 2026-02-11T23:15:31.958Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4031 | 2026-02-11T23:15:31.988Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4032 | 2026-02-11T23:15:32.381Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4033 | 2026-02-11T23:15:32.592Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4034 | 2026-02-11T23:15:32.775Z | Compiling strum_macros v0.24.3 |
| 4035 | 2026-02-11T23:15:33.117Z | Compiling indoc v1.0.9 |
| 4036 | 2026-02-11T23:15:34.124Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4037 | 2026-02-11T23:15:34.472Z | Checking derive_builder v0.20.2 |
| 4038 | 2026-02-11T23:15:34.660Z | Compiling lalrpop v0.19.12 |
| 4039 | 2026-02-11T23:15:34.819Z | Compiling oso-derive v0.27.3 |
| 4040 | 2026-02-11T23:15:34.852Z | Compiling impl-trait-for-tuples v0.2.2 |
| 4041 | 2026-02-11T23:15:35.982Z | Checking quick-xml v0.37.2 |
| 4042 | 2026-02-11T23:15:36.073Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4043 | 2026-02-11T23:15:36.452Z | Compiling diesel-dtrace v0.4.2 |
| 4044 | 2026-02-11T23:15:36.940Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4045 | 2026-02-11T23:15:37.360Z | Checking bb8 v0.8.5 |
| 4046 | 2026-02-11T23:15:37.838Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4047 | 2026-02-11T23:15:37.935Z | Checking nonempty v0.12.0 |
| 4048 | 2026-02-11T23:15:38.207Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4049 | 2026-02-11T23:15:38.266Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4050 | 2026-02-11T23:15:38.291Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4051 | 2026-02-11T23:15:38.571Z | Checking console v0.16.0 |
| 4052 | 2026-02-11T23:15:38.637Z | Checking unit-prefix v0.5.1 |
| 4053 | 2026-02-11T23:15:38.877Z | Checking support-bundle-viewer v0.1.2 |
| 4054 | 2026-02-11T23:15:39.227Z | Checking indicatif v0.18.0 |
| 4055 | 2026-02-11T23:15:39.344Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4056 | 2026-02-11T23:15:39.369Z | Checking multimap v0.10.1 |
| 4057 | 2026-02-11T23:15:41.357Z | Checking diesel v2.2.12 |
| 4058 | 2026-02-11T23:15:59.716Z | Compiling samael v0.0.19 |
| 4059 | 2026-02-11T23:16:02.027Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4060 | 2026-02-11T23:16:05.221Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4061 | 2026-02-11T23:16:05.753Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4062 | 2026-02-11T23:16:06.248Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4063 | 2026-02-11T23:16:06.415Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4064 | 2026-02-11T23:16:06.679Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4065 | 2026-02-11T23:16:08.855Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4066 | 2026-02-11T23:16:10.221Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4067 | 2026-02-11T23:16:14.330Z | Checking async-bb8-diesel v0.2.1 |
| 4068 | 2026-02-11T23:16:15.632Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4069 | 2026-02-11T23:16:23.105Z | Compiling polar-core v0.27.3 |
| 4070 | 2026-02-11T23:16:33.668Z | Checking oso v0.27.3 |
| 4071 | 2026-02-11T23:17:53.692Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4072 | 2026-02-11T23:19:35.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 55s |
| 4073 | 2026-02-11T23:19:35.224Z | |
| 4074 | 2026-02-11T23:19:35.224Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (215/248) |
| 4075 | 2026-02-11T23:19:35.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4076 | 2026-02-11T23:19:35.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4077 | 2026-02-11T23:19:35.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4078 | 2026-02-11T23:19:35.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4079 | 2026-02-11T23:19:35.225Z | |
| 4080 | 2026-02-11T23:19:35.225Z | info: running `cargo check --bins` on nexus-saga-recovery (216/248) |
| 4081 | 2026-02-11T23:19:35.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4082 | 2026-02-11T23:19:35.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4083 | 2026-02-11T23:19:35.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4084 | 2026-02-11T23:19:35.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 4085 | 2026-02-11T23:19:35.225Z | |
| 4086 | 2026-02-11T23:19:35.225Z | info: running `cargo check --bins` on nexus-test-utils-macros (217/248) |
| 4087 | 2026-02-11T23:19:35.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4088 | 2026-02-11T23:19:35.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4089 | 2026-02-11T23:19:35.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4090 | 2026-02-11T23:19:35.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 4091 | 2026-02-11T23:19:35.225Z | |
| 4092 | 2026-02-11T23:19:35.225Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (218/248) |
| 4093 | 2026-02-11T23:19:35.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-02-11T23:19:35.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-02-11T23:19:35.225Z | Compiling libz-sys v1.1.20 |
| 4096 | 2026-02-11T23:19:35.226Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 4097 | 2026-02-11T23:19:35.226Z | Compiling vergen-git2 v1.0.7 |
| 4098 | 2026-02-11T23:19:35.226Z | Compiling rustls v0.21.12 |
| 4099 | 2026-02-11T23:19:35.226Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 4100 | 2026-02-11T23:19:35.226Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4101 | 2026-02-11T23:19:35.226Z | Checking rustls-webpki v0.101.7 |
| 4102 | 2026-02-11T23:19:35.226Z | Checking sct v0.7.1 |
| 4103 | 2026-02-11T23:19:35.226Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4104 | 2026-02-11T23:19:35.226Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4105 | 2026-02-11T23:19:35.226Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4106 | 2026-02-11T23:19:35.226Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4107 | 2026-02-11T23:19:35.226Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4108 | 2026-02-11T23:19:35.226Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4109 | 2026-02-11T23:19:35.226Z | Checking rustls-pemfile v1.0.4 |
| 4110 | 2026-02-11T23:19:35.226Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4111 | 2026-02-11T23:19:35.226Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4112 | 2026-02-11T23:19:35.226Z | Checking twox-hash v2.1.0 |
| 4113 | 2026-02-11T23:19:35.226Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 4114 | 2026-02-11T23:19:35.226Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4115 | 2026-02-11T23:19:35.226Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4116 | 2026-02-11T23:19:35.226Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4117 | 2026-02-11T23:19:35.226Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4118 | 2026-02-11T23:19:35.227Z | Checking tokio-rustls v0.24.1 |
| 4119 | 2026-02-11T23:19:35.227Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4120 | 2026-02-11T23:19:35.227Z | Checking fatfs v0.3.6 |
| 4121 | 2026-02-11T23:19:35.227Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4122 | 2026-02-11T23:19:35.227Z | Compiling seq-macro v0.3.6 |
| 4123 | 2026-02-11T23:19:43.838Z | Compiling git2 v0.20.2 |
| 4124 | 2026-02-11T23:19:45.643Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 4125 | 2026-02-11T23:19:46.074Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 4126 | 2026-02-11T23:19:50.397Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4127 | 2026-02-11T23:22:04.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
| 4128 | 2026-02-11T23:22:04.678Z | |
| 4129 | 2026-02-11T23:22:04.678Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (219/248) |
| 4130 | 2026-02-11T23:22:06.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-02-11T23:22:06.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-02-11T23:22:06.697Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4133 | 2026-02-11T23:24:11.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 4134 | 2026-02-11T23:24:11.727Z | |
| 4135 | 2026-02-11T23:24:11.727Z | info: running `cargo check --bins` on nexus-background-task-interface (220/248) |
| 4136 | 2026-02-11T23:24:12.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4137 | 2026-02-11T23:24:12.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4138 | 2026-02-11T23:24:12.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4139 | 2026-02-11T23:24:12.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 4140 | 2026-02-11T23:24:12.867Z | |
| 4141 | 2026-02-11T23:24:12.867Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (221/248) |
| 4142 | 2026-02-11T23:24:13.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4143 | 2026-02-11T23:24:14.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4144 | 2026-02-11T23:24:14.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4145 | 2026-02-11T23:24:14.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 4146 | 2026-02-11T23:24:14.134Z | |
| 4147 | 2026-02-11T23:24:14.134Z | info: running `cargo check --bins` on nexus-mgs-updates (222/248) |
| 4148 | 2026-02-11T23:24:15.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4149 | 2026-02-11T23:24:15.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4150 | 2026-02-11T23:24:15.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4151 | 2026-02-11T23:24:15.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
| 4152 | 2026-02-11T23:24:15.401Z | |
| 4153 | 2026-02-11T23:24:15.401Z | info: running `cargo check --bins` on nexus-networking (223/248) |
| 4154 | 2026-02-11T23:24:16.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4155 | 2026-02-11T23:24:16.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4156 | 2026-02-11T23:24:16.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4157 | 2026-02-11T23:24:16.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 4158 | 2026-02-11T23:24:16.694Z | |
| 4159 | 2026-02-11T23:24:16.694Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (224/248) |
| 4160 | 2026-02-11T23:24:17.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4161 | 2026-02-11T23:24:17.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4162 | 2026-02-11T23:24:17.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4163 | 2026-02-11T23:24:17.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
| 4164 | 2026-02-11T23:24:17.996Z | |
| 4165 | 2026-02-11T23:24:17.996Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (225/248) |
| 4166 | 2026-02-11T23:24:19.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4167 | 2026-02-11T23:24:19.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4168 | 2026-02-11T23:24:19.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4169 | 2026-02-11T23:24:19.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 4170 | 2026-02-11T23:24:19.291Z | |
| 4171 | 2026-02-11T23:24:19.291Z | info: running `cargo check --bins` on omicron-dev (226/248) |
| 4172 | 2026-02-11T23:24:20.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4173 | 2026-02-11T23:24:20.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4174 | 2026-02-11T23:24:21.063Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4175 | 2026-02-11T23:24:21.063Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4176 | 2026-02-11T23:24:21.139Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4177 | 2026-02-11T23:24:21.165Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4178 | 2026-02-11T23:24:21.189Z | Checking diff v0.1.13 |
| 4179 | 2026-02-11T23:24:21.189Z | Checking yansi v1.0.1 |
| 4180 | 2026-02-11T23:24:21.189Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4181 | 2026-02-11T23:24:21.214Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4182 | 2026-02-11T23:24:21.501Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4183 | 2026-02-11T23:24:21.746Z | Checking pretty_assertions v1.4.1 |
| 4184 | 2026-02-11T23:24:23.047Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4185 | 2026-02-11T23:25:21.180Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4186 | 2026-02-11T23:25:21.205Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4187 | 2026-02-11T23:25:21.205Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4188 | 2026-02-11T23:25:21.205Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4189 | 2026-02-11T23:25:21.205Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4190 | 2026-02-11T23:25:21.205Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4191 | 2026-02-11T23:25:22.543Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4192 | 2026-02-11T23:25:24.738Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4193 | 2026-02-11T23:27:29.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 09s |
| 4194 | 2026-02-11T23:27:29.392Z | |
| 4195 | 2026-02-11T23:27:29.392Z | info: running `cargo check --bins` on omicron-pins (227/248) |
| 4196 | 2026-02-11T23:27:30.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4197 | 2026-02-11T23:27:30.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4198 | 2026-02-11T23:27:30.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4199 | 2026-02-11T23:27:30.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 4200 | 2026-02-11T23:27:30.705Z | |
| 4201 | 2026-02-11T23:27:30.705Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (228/248) |
| 4202 | 2026-02-11T23:27:31.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4203 | 2026-02-11T23:27:32.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4204 | 2026-02-11T23:27:32.365Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4205 | 2026-02-11T23:27:32.390Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4206 | 2026-02-11T23:27:32.390Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4207 | 2026-02-11T23:28:21.636Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4208 | 2026-02-11T23:28:22.330Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4209 | 2026-02-11T23:28:26.627Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4210 | 2026-02-11T23:28:27.477Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4211 | 2026-02-11T23:28:35.129Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4212 | 2026-02-11T23:29:37.795Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4213 | 2026-02-11T23:29:39.219Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4214 | 2026-02-11T23:29:42.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 4215 | 2026-02-11T23:29:43.165Z | |
| 4216 | 2026-02-11T23:29:43.165Z | info: running `cargo check --bins` on reconfigurator-sp-updater (229/248) |
| 4217 | 2026-02-11T23:29:44.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4218 | 2026-02-11T23:29:44.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4219 | 2026-02-11T23:29:44.774Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4220 | 2026-02-11T23:29:46.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s |
| 4221 | 2026-02-11T23:29:46.305Z | |
| 4222 | 2026-02-11T23:29:46.305Z | info: running `cargo check --bins` on omicron-releng (230/248) |
| 4223 | 2026-02-11T23:29:47.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-02-11T23:29:47.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-02-11T23:29:47.828Z | Compiling blake3 v1.5.4 |
| 4226 | 2026-02-11T23:29:47.853Z | Checking arrayvec v0.7.6 |
| 4227 | 2026-02-11T23:29:47.853Z | Checking arrayref v0.3.9 |
| 4228 | 2026-02-11T23:29:47.853Z | Checking constant_time_eq v0.3.1 |
| 4229 | 2026-02-11T23:29:47.922Z | Checking topological-sort v0.2.2 |
| 4230 | 2026-02-11T23:29:47.972Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4231 | 2026-02-11T23:29:47.972Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4232 | 2026-02-11T23:29:47.972Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4233 | 2026-02-11T23:29:48.060Z | Checking shell-words v1.1.0 |
| 4234 | 2026-02-11T23:29:49.766Z | Checking omicron-zone-package v0.12.2 |
| 4235 | 2026-02-11T23:29:51.725Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4236 | 2026-02-11T23:29:53.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s |
| 4237 | 2026-02-11T23:29:54.060Z | |
| 4238 | 2026-02-11T23:29:54.060Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (231/248) |
| 4239 | 2026-02-11T23:29:55.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4240 | 2026-02-11T23:29:55.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4241 | 2026-02-11T23:29:55.538Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4242 | 2026-02-11T23:29:56.009Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4243 | 2026-02-11T23:29:56.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s |
| 4244 | 2026-02-11T23:29:57.111Z | |
| 4245 | 2026-02-11T23:29:57.111Z | info: running `cargo check --bins` on xtask (232/248) |
| 4246 | 2026-02-11T23:29:58.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4247 | 2026-02-11T23:29:58.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4248 | 2026-02-11T23:29:58.181Z | Checking bitflags v2.9.4 |
| 4249 | 2026-02-11T23:29:58.205Z | Checking serde v1.0.228 |
| 4250 | 2026-02-11T23:29:58.206Z | Checking zerofrom v0.1.4 |
| 4251 | 2026-02-11T23:29:58.230Z | Checking thiserror v2.0.18 |
| 4252 | 2026-02-11T23:29:58.271Z | Checking hashbrown v0.16.1 |
| 4253 | 2026-02-11T23:29:58.295Z | Checking smallvec v1.15.1 |
| 4254 | 2026-02-11T23:29:58.320Z | Checking serde_json v1.0.149 |
| 4255 | 2026-02-11T23:29:58.320Z | Checking scroll v0.12.0 |
| 4256 | 2026-02-11T23:29:58.457Z | Checking num-traits v0.2.19 |
| 4257 | 2026-02-11T23:29:58.488Z | Checking yoke v0.7.4 |
| 4258 | 2026-02-11T23:29:58.514Z | Checking rustix v0.38.37 |
| 4259 | 2026-02-11T23:29:58.692Z | Checking thiserror v1.0.69 |
| 4260 | 2026-02-11T23:29:58.876Z | Checking log v0.4.29 |
| 4261 | 2026-02-11T23:29:58.902Z | Checking zerovec v0.10.4 |
| 4262 | 2026-02-11T23:29:58.931Z | Checking percent-encoding v2.3.2 |
| 4263 | 2026-02-11T23:29:59.193Z | Checking goblin v0.8.2 |
| 4264 | 2026-02-11T23:29:59.225Z | Checking form_urlencoded v1.2.2 |
| 4265 | 2026-02-11T23:29:59.354Z | Checking serde_spanned v0.6.9 |
| 4266 | 2026-02-11T23:29:59.390Z | Checking indexmap v2.13.0 |
| 4267 | 2026-02-11T23:29:59.488Z | Checking toml_datetime v0.6.11 |
| 4268 | 2026-02-11T23:29:59.578Z | Checking terminal_size v0.4.0 |
| 4269 | 2026-02-11T23:29:59.610Z | Checking erased-serde v0.4.6 |
| 4270 | 2026-02-11T23:29:59.785Z | Checking pest v2.8.2 |
| 4271 | 2026-02-11T23:29:59.906Z | Checking zerocopy v0.7.35 |
| 4272 | 2026-02-11T23:29:59.987Z | Checking ordered-float v2.10.1 |
| 4273 | 2026-02-11T23:30:00.012Z | Checking getrandom v0.3.4 |
| 4274 | 2026-02-11T23:30:00.261Z | Checking syn v2.0.114 |
| 4275 | 2026-02-11T23:30:00.560Z | Checking serde-untagged v0.1.7 |
| 4276 | 2026-02-11T23:30:00.584Z | Checking serde-value v0.7.0 |
| 4277 | 2026-02-11T23:30:00.611Z | Checking tinystr v0.7.6 |
| 4278 | 2026-02-11T23:30:00.864Z | Checking icu_collections v1.5.0 |
| 4279 | 2026-02-11T23:30:00.980Z | Checking toml_edit v0.22.27 |
| 4280 | 2026-02-11T23:30:01.005Z | Checking icu_locid v1.5.0 |
| 4281 | 2026-02-11T23:30:01.033Z | Checking rustix v1.1.3 |
| 4282 | 2026-02-11T23:30:01.274Z | Checking once_cell v1.21.3 |
| 4283 | 2026-02-11T23:30:01.523Z | Checking clap_builder v4.5.48 |
| 4284 | 2026-02-11T23:30:01.673Z | Checking cargo-platform v0.2.0 |
| 4285 | 2026-02-11T23:30:02.024Z | Checking textwrap v0.16.2 |
| 4286 | 2026-02-11T23:30:02.061Z | Checking icu_provider v1.5.0 |
| 4287 | 2026-02-11T23:30:02.503Z | Checking fs-err v3.1.1 |
| 4288 | 2026-02-11T23:30:02.637Z | Checking dtrace-parser v0.2.0 |
| 4289 | 2026-02-11T23:30:02.685Z | Checking tempfile v3.24.0 |
| 4290 | 2026-02-11T23:30:02.736Z | Checking icu_locid_transform v1.5.0 |
| 4291 | 2026-02-11T23:30:02.874Z | Checking anyhow v1.0.99 |
| 4292 | 2026-02-11T23:30:03.141Z | Checking camino-tempfile v1.4.1 |
| 4293 | 2026-02-11T23:30:03.271Z | Checking tabled v0.15.0 |
| 4294 | 2026-02-11T23:30:03.310Z | Checking macaddr v1.0.1 |
| 4295 | 2026-02-11T23:30:03.488Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4296 | 2026-02-11T23:30:03.883Z | Checking toml v0.8.23 |
| 4297 | 2026-02-11T23:30:03.962Z | Checking icu_properties v1.5.1 |
| 4298 | 2026-02-11T23:30:04.479Z | Checking dof v0.3.0 |
| 4299 | 2026-02-11T23:30:04.644Z | Checking cargo_toml v0.21.0 |
| 4300 | 2026-02-11T23:30:04.778Z | Checking clap v4.5.48 |
| 4301 | 2026-02-11T23:30:05.297Z | Checking usdt-impl v0.5.0 |
| 4302 | 2026-02-11T23:30:05.846Z | Checking usdt v0.5.0 |
| 4303 | 2026-02-11T23:30:07.392Z | Checking icu_normalizer v1.5.0 |
| 4304 | 2026-02-11T23:30:08.142Z | Checking idna_adapter v1.2.0 |
| 4305 | 2026-02-11T23:30:08.366Z | Checking idna v1.0.3 |
| 4306 | 2026-02-11T23:30:08.934Z | Checking url v2.5.4 |
| 4307 | 2026-02-11T23:30:09.700Z | Checking cargo-util-schemas v0.8.2 |
| 4308 | 2026-02-11T23:30:11.636Z | Checking cargo_metadata v0.21.0 |
| 4309 | 2026-02-11T23:30:13.266Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4310 | 2026-02-11T23:30:14.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.28s |
| 4311 | 2026-02-11T23:30:14.570Z | |
| 4312 | 2026-02-11T23:30:14.571Z | info: running `cargo check --bins` on end-to-end-tests (233/248) |
| 4313 | 2026-02-11T23:30:15.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4314 | 2026-02-11T23:30:15.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4315 | 2026-02-11T23:30:16.293Z | Checking polyval v0.6.2 |
| 4316 | 2026-02-11T23:30:16.317Z | Checking ctr v0.9.2 |
| 4317 | 2026-02-11T23:30:16.358Z | Checking ssh-encoding v0.2.0 |
| 4318 | 2026-02-11T23:30:16.358Z | Checking blowfish v0.9.1 |
| 4319 | 2026-02-11T23:30:16.406Z | Checking password-hash v0.4.2 |
| 4320 | 2026-02-11T23:30:16.433Z | Checking p256 v0.13.2 |
| 4321 | 2026-02-11T23:30:16.458Z | Checking p521 v0.13.3 |
| 4322 | 2026-02-11T23:30:16.483Z | Checking russh-cryptovec v0.7.3 |
| 4323 | 2026-02-11T23:30:16.617Z | Checking ghash v0.5.1 |
| 4324 | 2026-02-11T23:30:16.642Z | Checking bcrypt-pbkdf v0.10.0 |
| 4325 | 2026-02-11T23:30:16.684Z | Checking md5 v0.7.0 |
| 4326 | 2026-02-11T23:30:16.730Z | Checking num-bigint v0.4.6 |
| 4327 | 2026-02-11T23:30:16.758Z | Checking des v0.8.1 |
| 4328 | 2026-02-11T23:30:16.823Z | Checking aes-gcm v0.10.3 |
| 4329 | 2026-02-11T23:30:16.870Z | Checking pbkdf2 v0.11.0 |
| 4330 | 2026-02-11T23:30:16.942Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4331 | 2026-02-11T23:30:16.967Z | Checking hex-literal v0.4.1 |
| 4332 | 2026-02-11T23:30:17.021Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4333 | 2026-02-11T23:30:17.070Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4334 | 2026-02-11T23:30:17.101Z | Checking ssh-cipher v0.2.0 |
| 4335 | 2026-02-11T23:30:17.139Z | Checking internet-checksum v0.2.1 |
| 4336 | 2026-02-11T23:30:17.425Z | Checking ssh-key v0.6.6 |
| 4337 | 2026-02-11T23:30:17.695Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4338 | 2026-02-11T23:30:19.039Z | Checking russh-keys v0.45.0 |
| 4339 | 2026-02-11T23:30:20.488Z | Checking russh v0.45.0 |
| 4340 | 2026-02-11T23:31:03.708Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4341 | 2026-02-11T23:31:06.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.89s |
| 4342 | 2026-02-11T23:31:06.732Z | |
| 4343 | 2026-02-11T23:31:06.732Z | info: running `cargo check --bins` on gateway-cli (234/248) |
| 4344 | 2026-02-11T23:31:08.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4345 | 2026-02-11T23:31:08.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4346 | 2026-02-11T23:31:08.248Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4347 | 2026-02-11T23:31:08.273Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4348 | 2026-02-11T23:31:08.273Z | Checking termios v0.3.3 |
| 4349 | 2026-02-11T23:31:11.688Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4350 | 2026-02-11T23:31:11.973Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4351 | 2026-02-11T23:31:16.856Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4352 | 2026-02-11T23:31:18.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s |
| 4353 | 2026-02-11T23:31:18.530Z | |
| 4354 | 2026-02-11T23:31:18.530Z | info: running `cargo check --bins --no-default-features` on installinator (235/248) |
| 4355 | 2026-02-11T23:31:19.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4356 | 2026-02-11T23:31:19.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4357 | 2026-02-11T23:31:20.204Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4358 | 2026-02-11T23:31:20.228Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4359 | 2026-02-11T23:31:20.253Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4360 | 2026-02-11T23:31:20.291Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4361 | 2026-02-11T23:31:20.316Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4362 | 2026-02-11T23:31:21.188Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4363 | 2026-02-11T23:31:21.188Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4364 | 2026-02-11T23:31:22.961Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4365 | 2026-02-11T23:31:23.241Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4366 | 2026-02-11T23:31:23.268Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4367 | 2026-02-11T23:31:24.907Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4368 | 2026-02-11T23:31:28.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.31s |
| 4369 | 2026-02-11T23:31:29.134Z | |
| 4370 | 2026-02-11T23:31:29.134Z | info: running `cargo check --bins` on internal-dns-cli (236/248) |
| 4371 | 2026-02-11T23:31:30.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4372 | 2026-02-11T23:31:30.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4373 | 2026-02-11T23:31:30.487Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4374 | 2026-02-11T23:31:31.243Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4375 | 2026-02-11T23:31:31.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s |
| 4376 | 2026-02-11T23:31:32.142Z | |
| 4377 | 2026-02-11T23:31:32.142Z | info: running `cargo check --bins` on omicron-live-tests (237/248) |
| 4378 | 2026-02-11T23:31:33.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4379 | 2026-02-11T23:31:33.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4380 | 2026-02-11T23:31:33.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4381 | 2026-02-11T23:31:33.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
| 4382 | 2026-02-11T23:31:33.394Z | |
| 4383 | 2026-02-11T23:31:33.394Z | info: running `cargo check --bins` on live-tests-macros (238/248) |
| 4384 | 2026-02-11T23:31:34.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4385 | 2026-02-11T23:31:34.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4386 | 2026-02-11T23:31:34.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4387 | 2026-02-11T23:31:34.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 4388 | 2026-02-11T23:31:34.791Z | |
| 4389 | 2026-02-11T23:31:34.791Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (239/248) |
| 4390 | 2026-02-11T23:31:36.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4391 | 2026-02-11T23:31:36.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4392 | 2026-02-11T23:31:36.358Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4393 | 2026-02-11T23:31:37.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
| 4394 | 2026-02-11T23:31:37.527Z | |
| 4395 | 2026-02-11T23:31:37.527Z | info: running `cargo check --bins` on omicron-ntp-admin (240/248) |
| 4396 | 2026-02-11T23:31:38.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4397 | 2026-02-11T23:31:38.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4398 | 2026-02-11T23:31:38.871Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4399 | 2026-02-11T23:31:38.871Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4400 | 2026-02-11T23:31:39.214Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4401 | 2026-02-11T23:31:39.238Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4402 | 2026-02-11T23:31:40.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 4403 | 2026-02-11T23:31:40.995Z | |
| 4404 | 2026-02-11T23:31:40.995Z | info: running `cargo check --bins` on ntp-admin-types (241/248) |
| 4405 | 2026-02-11T23:31:42.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4406 | 2026-02-11T23:31:42.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4407 | 2026-02-11T23:31:42.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4408 | 2026-02-11T23:31:42.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
| 4409 | 2026-02-11T23:31:42.329Z | |
| 4410 | 2026-02-11T23:31:42.329Z | info: running `cargo check --bins` on omicron-package (242/248) |
| 4411 | 2026-02-11T23:31:43.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4412 | 2026-02-11T23:31:43.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4413 | 2026-02-11T23:31:43.736Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4414 | 2026-02-11T23:31:45.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
| 4415 | 2026-02-11T23:31:46.096Z | |
| 4416 | 2026-02-11T23:31:46.096Z | info: running `cargo check --bins` on tqdb (243/248) |
| 4417 | 2026-02-11T23:31:47.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-02-11T23:31:47.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-02-11T23:31:47.714Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4420 | 2026-02-11T23:31:48.244Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4421 | 2026-02-11T23:31:49.811Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4422 | 2026-02-11T23:31:49.836Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4423 | 2026-02-11T23:32:00.305Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4424 | 2026-02-11T23:32:02.261Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4425 | 2026-02-11T23:32:02.285Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4426 | 2026-02-11T23:32:02.285Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4427 | 2026-02-11T23:32:04.434Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4428 | 2026-02-11T23:32:04.458Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4429 | 2026-02-11T23:32:34.239Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4430 | 2026-02-11T23:32:34.263Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4431 | 2026-02-11T23:32:34.263Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4432 | 2026-02-11T23:32:34.263Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4433 | 2026-02-11T23:32:37.895Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4434 | 2026-02-11T23:32:40.983Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4435 | 2026-02-11T23:32:42.509Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4436 | 2026-02-11T23:32:45.578Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4437 | 2026-02-11T23:32:46.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 4438 | 2026-02-11T23:32:46.987Z | |
| 4439 | 2026-02-11T23:32:46.987Z | info: running `cargo check --bins` on wicket-dbg (244/248) |
| 4440 | 2026-02-11T23:32:48.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4441 | 2026-02-11T23:32:48.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4442 | 2026-02-11T23:32:48.507Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4443 | 2026-02-11T23:32:48.532Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4444 | 2026-02-11T23:32:48.532Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4445 | 2026-02-11T23:32:48.532Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4446 | 2026-02-11T23:32:48.557Z | Checking rtoolbox v0.0.2 |
| 4447 | 2026-02-11T23:32:48.623Z | Checking tui-tree-widget v0.23.1 |
| 4448 | 2026-02-11T23:32:48.861Z | Checking rpassword v7.4.0 |
| 4449 | 2026-02-11T23:32:49.133Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4450 | 2026-02-11T23:32:51.233Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4451 | 2026-02-11T23:33:01.421Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4452 | 2026-02-11T23:33:03.242Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4453 | 2026-02-11T23:33:10.814Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4454 | 2026-02-11T23:33:15.608Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4455 | 2026-02-11T23:33:17.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.60s |
| 4456 | 2026-02-11T23:33:17.825Z | |
| 4457 | 2026-02-11T23:33:17.825Z | info: running `cargo check --bins` on wicket (245/248) |
| 4458 | 2026-02-11T23:33:19.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4459 | 2026-02-11T23:33:19.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4460 | 2026-02-11T23:33:19.291Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4461 | 2026-02-11T23:33:19.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
| 4462 | 2026-02-11T23:33:20.063Z | |
| 4463 | 2026-02-11T23:33:20.063Z | info: running `cargo check --bins` on wicketd (246/248) |
| 4464 | 2026-02-11T23:33:21.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4465 | 2026-02-11T23:33:21.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4466 | 2026-02-11T23:33:21.718Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4467 | 2026-02-11T23:33:21.742Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4468 | 2026-02-11T23:33:21.742Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4469 | 2026-02-11T23:33:24.339Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4470 | 2026-02-11T23:33:25.655Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4471 | 2026-02-11T23:33:32.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s |
| 4472 | 2026-02-11T23:33:33.196Z | |
| 4473 | 2026-02-11T23:33:33.196Z | info: running `cargo check --bins` on omicron-workspace-hack (247/248) |
| 4474 | 2026-02-11T23:33:34.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4475 | 2026-02-11T23:33:34.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4476 | 2026-02-11T23:33:34.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4477 | 2026-02-11T23:33:34.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 4478 | 2026-02-11T23:33:34.570Z | |
| 4479 | 2026-02-11T23:33:34.570Z | info: running `cargo check --bins` on zone-setup (248/248) |
| 4480 | 2026-02-11T23:33:35.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4481 | 2026-02-11T23:33:35.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4482 | 2026-02-11T23:33:36.053Z | Checking uzers v0.12.1 |
| 4483 | 2026-02-11T23:33:36.509Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4484 | 2026-02-11T23:33:38.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
| 4485 | 2026-02-11T23:33:38.335Z | |
| 4486 | 2026-02-11T23:33:38.335Z | real 33:34.492991365 |
| 4487 | 2026-02-11T23:33:38.336Z | user 50:33.606821199 |
| 4488 | 2026-02-11T23:33:38.336Z | sys 7:59.049700132 |
| 4489 | 2026-02-11T23:33:38.336Z | trap 1.380003380 |
| 4490 | 2026-02-11T23:33:38.336Z | tflt 0.523428883 |
| 4491 | 2026-02-11T23:33:38.336Z | dflt 1.180244075 |
| 4492 | 2026-02-11T23:33:38.336Z | kflt 0.000974740 |
| 4493 | 2026-02-11T23:33:38.336Z | lock 2:19:54.575728623 |
| 4494 | 2026-02-11T23:33:38.336Z | slp 4:44:24.882764350 |
| 4495 | 2026-02-11T23:33:38.336Z | lat 1:45.019295112 |
| 4496 | 2026-02-11T23:33:38.336Z | stop 5:14.122732655 |
| 4497 | 2026-02-11T23:33:38.360Z | process exited: duration 2465728 ms, exit code 0 |
| |
| 4498 | 2026-02-11T23:33:38.411Z | found 0 output files |