|
|
|
| 1 | 2026-03-09T18:49:25.466Z | job assigned to worker 01KK9YW01E320K0J4ZD9Q6N7DN [factory aws, i-0901c716812617a7d] (queued for 58 s) |
| |
| 2 | 2026-03-09T18:49:33.493Z | starting task 0: "setup" |
| 3 | 2026-03-09T18:49:33.498Z | ++ uname -s |
| 4 | 2026-03-09T18:49:33.501Z | + kern=SunOS |
| 5 | 2026-03-09T18:49:33.501Z | + build_user=build |
| 6 | 2026-03-09T18:49:33.501Z | + build_uid=12345 |
| 7 | 2026-03-09T18:49:33.502Z | + work_dir=/work |
| 8 | 2026-03-09T18:49:33.502Z | + input_dir=/input |
| 9 | 2026-03-09T18:49:33.502Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-09T18:49:33.502Z | + case "$kern" in |
| 11 | 2026-03-09T18:49:33.502Z | + groupadd -g 12345 build |
| 12 | 2026-03-09T18:49:33.505Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-09T18:49:35.510Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-09T18:49:35.641Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-09T18:49:35.643Z | + home_fs=zfs |
| 16 | 2026-03-09T18:49:35.643Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-09T18:49:35.643Z | + mkdir -p /home/build |
| 18 | 2026-03-09T18:49:35.647Z | + chown build:build /home/build /work |
| 19 | 2026-03-09T18:49:37.647Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-09T18:49:37.651Z | process exited: duration 4160 ms, exit code 0 |
| |
| 21 | 2026-03-09T18:49:37.660Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-09T18:49:37.664Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-09T18:49:37.664Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-09T18:49:37.664Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-03-09T18:49:37.664Z | * rust toolchain profile = "default" |
| 26 | 2026-03-09T18:49:37.664Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-09T18:49:37.664Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-09T18:49:37.667Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-09T18:49:37.667Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-09T18:49:37.808Z | info: downloading installer |
| 31 | 2026-03-09T18:49:39.880Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-09T18:49:39.880Z | warn: /opt/ooce/bin |
| 33 | 2026-03-09T18:49:39.880Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-09T18:49:39.880Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-09T18:49:39.880Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-09T18:49:39.880Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-09T18:49:39.880Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-09T18:49:39.880Z | error: cannot install while Rust is installed |
| 39 | 2026-03-09T18:49:39.880Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-09T18:49:39.909Z | info: profile set to 'default' |
| 41 | 2026-03-09T18:49:39.909Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-09T18:49:39.913Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-09T18:49:40.112Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-09T18:49:40.112Z | info: downloading component 'cargo' |
| 45 | 2026-03-09T18:49:41.132Z | info: downloading component 'clippy' |
| 46 | 2026-03-09T18:49:41.615Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-09T18:49:43.099Z | info: downloading component 'rust-std' |
| 48 | 2026-03-09T18:49:45.395Z | info: downloading component 'rustc' |
| 49 | 2026-03-09T18:49:52.937Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-09T18:49:53.196Z | info: installing component 'cargo' |
| 51 | 2026-03-09T18:49:54.100Z | info: installing component 'clippy' |
| 52 | 2026-03-09T18:49:54.494Z | info: installing component 'rust-docs' |
| 53 | 2026-03-09T18:49:56.431Z | info: installing component 'rust-std' |
| 54 | 2026-03-09T18:49:58.230Z | info: installing component 'rustc' |
| 55 | 2026-03-09T18:50:04.945Z | info: installing component 'rustfmt' |
| 56 | 2026-03-09T18:50:05.286Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-09T18:50:05.286Z | |
| 58 | 2026-03-09T18:50:05.756Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-09T18:50:05.756Z | |
| 60 | 2026-03-09T18:50:05.760Z | |
| 61 | 2026-03-09T18:50:05.760Z | Rust is installed now. Great! |
| 62 | 2026-03-09T18:50:05.760Z | |
| 63 | 2026-03-09T18:50:05.760Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-09T18:50:05.760Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-09T18:50:05.760Z | |
| 66 | 2026-03-09T18:50:05.760Z | To configure your current shell, you need to source |
| 67 | 2026-03-09T18:50:05.760Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-09T18:50:05.760Z | |
| 69 | 2026-03-09T18:50:05.760Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-09T18:50:05.760Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-09T18:50:05.760Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-09T18:50:05.760Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-09T18:50:05.851Z | + rustup --version |
| 74 | 2026-03-09T18:50:05.863Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-09T18:50:05.867Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-09T18:50:05.952Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-09T18:50:05.955Z | + cargo --version |
| 78 | 2026-03-09T18:50:06.026Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-09T18:50:06.029Z | + rustc --version |
| 80 | 2026-03-09T18:50:06.103Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-09T18:50:06.106Z | process exited: duration 28446 ms, exit code 0 |
| |
| 82 | 2026-03-09T18:50:06.114Z | starting task 2: "authentication" |
| 83 | 2026-03-09T18:50:06.139Z | process exited: duration 25 ms, exit code 0 |
| |
| 84 | 2026-03-09T18:50:06.150Z | starting task 3: "clone repository" |
| 85 | 2026-03-09T18:50:06.153Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-09T18:50:06.156Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-09T18:50:06.191Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-09T18:51:00.457Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-09T18:51:00.457Z | + git fetch origin 44a114028cc75ea7ee969474a71cf0a33394f58e |
| 90 | 2026-03-09T18:51:01.199Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-09T18:51:01.199Z | * branch 44a114028cc75ea7ee969474a71cf0a33394f58e -> FETCH_HEAD |
| 92 | 2026-03-09T18:51:01.210Z | + [[ -n '' ]] |
| 93 | 2026-03-09T18:51:01.211Z | + git reset --hard 44a114028cc75ea7ee969474a71cf0a33394f58e |
| 94 | 2026-03-09T18:51:01.573Z | HEAD is now at 44a114028 feedback |
| 95 | 2026-03-09T18:51:01.583Z | process exited: duration 55421 ms, exit code 0 |
| |
| 96 | 2026-03-09T18:51:01.605Z | starting task 4: "build" |
| 97 | 2026-03-09T18:51:01.611Z | + source ./env.sh |
| 98 | 2026-03-09T18:51:01.611Z | ++ OLD_SHELL_OPTS=ehxB |
| 99 | 2026-03-09T18:51:01.611Z | ++ set -o xtrace |
| 100 | 2026-03-09T18:51:01.611Z | ++++ dirname ./env.sh |
| 101 | 2026-03-09T18:51:01.611Z | +++ readlink -f . |
| 102 | 2026-03-09T18:51:01.611Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 103 | 2026-03-09T18:51:01.611Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-03-09T18:51:01.611Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-03-09T18:51:01.611Z | ++ 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 |
| 106 | 2026-03-09T18:51:01.611Z | ++ 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 |
| 107 | 2026-03-09T18:51:01.611Z | ++ 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 |
| 108 | 2026-03-09T18:51:01.611Z | ++ 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 |
| 109 | 2026-03-09T18:51:01.611Z | ++ 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 |
| 110 | 2026-03-09T18:51:01.611Z | ++ 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 |
| 111 | 2026-03-09T18:51:01.611Z | ++ case $OLD_SHELL_OPTS in |
| 112 | 2026-03-09T18:51:01.611Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 113 | 2026-03-09T18:51:01.611Z | + source .github/buildomat/ci-env.sh |
| 114 | 2026-03-09T18:51:01.611Z | ++ export CARGO_TERM_COLOR=always |
| 115 | 2026-03-09T18:51:01.611Z | ++ CARGO_TERM_COLOR=always |
| 116 | 2026-03-09T18:51:01.611Z | + cargo --version |
| 117 | 2026-03-09T18:51:01.669Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 118 | 2026-03-09T18:51:01.672Z | + rustc --version |
| 119 | 2026-03-09T18:51:01.746Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 120 | 2026-03-09T18:51:01.749Z | + banner prerequisites |
| 121 | 2026-03-09T18:51:01.753Z | |
| 122 | 2026-03-09T18:51:01.753Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-03-09T18:51:01.753Z | # # # # # # # # # # # # # # # |
| 124 | 2026-03-09T18:51:01.753Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-03-09T18:51:01.753Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-03-09T18:51:01.753Z | # # # # # # # # # # # # # # # |
| 127 | 2026-03-09T18:51:01.753Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-03-09T18:51:01.753Z | |
| 129 | 2026-03-09T18:51:01.753Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-03-09T18:51:13.075Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 131 | 2026-03-09T18:51:23.738Z | Startup: Caching catalogs ... Done |
| 132 | 2026-03-09T18:51:48.317Z | Planning: Solver setup ... Done (22.962s) |
| 133 | 2026-03-09T18:51:48.489Z | Planning: Running solver ... Done (0.172s) |
| 134 | 2026-03-09T18:51:48.663Z | Planning: Finding local manifests ... Done (0.004s) |
| 135 | 2026-03-09T18:51:48.677Z | Planning: Fetching manifests: 0/4 0% complete |
| 136 | 2026-03-09T18:51:48.816Z | Planning: Fetching manifests: 4/4 100% complete |
| 137 | 2026-03-09T18:51:48.864Z | Planning: Package planning ... Done (0.048s) |
| 138 | 2026-03-09T18:51:48.915Z | Planning: Merging actions ... Done (0.051s) |
| 139 | 2026-03-09T18:51:49.203Z | Planning: Checking for conflicting actions ... Done (0.279s) |
| 140 | 2026-03-09T18:51:49.208Z | Planning: Consolidating action changes ... Done (0.011s) |
| 141 | 2026-03-09T18:51:50.318Z | Planning: Evaluating mediators ... Done (1.113s) |
| 142 | 2026-03-09T18:51:50.329Z | Planning: Planning completed in 26.44 seconds |
| 143 | 2026-03-09T18:51:50.344Z | Packages to install: 4 |
| 144 | 2026-03-09T18:51:50.345Z | Mediators to change: 2 |
| 145 | 2026-03-09T18:51:50.348Z | Services to change: 1 |
| 146 | 2026-03-09T18:51:50.348Z | Estimated space available: 155.44 GB |
| 147 | 2026-03-09T18:51:50.348Z | Estimated space to be consumed: 1.82 GB |
| 148 | 2026-03-09T18:51:50.349Z | Create boot environment: No |
| 149 | 2026-03-09T18:51:50.349Z | Create backup boot environment: No |
| 150 | 2026-03-09T18:51:50.349Z | Rebuild boot archive: No |
| 151 | 2026-03-09T18:51:50.349Z | |
| 152 | 2026-03-09T18:51:50.349Z | Changed mediators: |
| 153 | 2026-03-09T18:51:50.349Z | mediator clang: |
| 154 | 2026-03-09T18:51:50.349Z | version: None -> 15 (system default) |
| 155 | 2026-03-09T18:51:50.349Z | |
| 156 | 2026-03-09T18:51:50.349Z | mediator llvm: |
| 157 | 2026-03-09T18:51:50.349Z | version: 14 (system default) -> 15 (system default) |
| 158 | 2026-03-09T18:51:50.349Z | |
| 159 | 2026-03-09T18:51:50.349Z | Changed packages: |
| 160 | 2026-03-09T18:51:50.349Z | helios-dev |
| 161 | 2026-03-09T18:51:50.349Z | developer/build-essential |
| 162 | 2026-03-09T18:51:50.349Z | None -> 11-2.0 |
| 163 | 2026-03-09T18:51:50.349Z | library/libxmlsec1 |
| 164 | 2026-03-09T18:51:50.349Z | None -> 1.2.35-2.0 |
| 165 | 2026-03-09T18:51:50.349Z | ooce/developer/clang-15 |
| 166 | 2026-03-09T18:51:50.350Z | None -> 15.0.7-2.0 |
| 167 | 2026-03-09T18:51:50.350Z | ooce/developer/llvm-15 |
| 168 | 2026-03-09T18:51:50.350Z | None -> 15.0.7-2.0 |
| 169 | 2026-03-09T18:51:50.350Z | |
| 170 | 2026-03-09T18:51:50.350Z | Services: |
| 171 | 2026-03-09T18:51:50.350Z | restart_fmri: |
| 172 | 2026-03-09T18:51:50.350Z | svc:/system/update-man-index:default |
| 173 | 2026-03-09T18:51:50.399Z | |
| 174 | 2026-03-09T18:51:50.399Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 175 | 2026-03-09T18:51:55.400Z | Download: 1118/3290 items 37.4/212.6MB 17% complete (7.3M/s) |
| 176 | 2026-03-09T18:52:00.404Z | Download: 1842/3290 items 116.9/212.6MB 54% complete (11.8M/s) |
| 177 | 2026-03-09T18:52:05.399Z | Download: 3121/3290 items 140.2/212.6MB 65% complete (10.3M/s) |
| 178 | 2026-03-09T18:52:08.772Z | Download: Completed 212.60 MB in 18.36 seconds (11.6M/s) |
| 179 | 2026-03-09T18:52:09.014Z | Actions: 1/3689 actions (Installing new actions) |
| 180 | 2026-03-09T18:52:13.556Z | Actions: Completed 3689 actions in 4.54 seconds. |
| 181 | 2026-03-09T18:52:13.989Z | Done (0.426s) |
| 182 | 2026-03-09T18:52:13.989Z | Done (0.000s) |
| 183 | 2026-03-09T18:52:15.092Z | Done (1.105s) |
| 184 | 2026-03-09T18:52:19.612Z | Done (4.168s) |
| 185 | 2026-03-09T18:52:19.700Z | Done (0.021s) |
| 186 | 2026-03-09T18:52:19.703Z | Done (0.000s) |
| 187 | 2026-03-09T18:52:19.867Z | Done (0.000s) |
| 188 | 2026-03-09T18:52:20.842Z | Planning: Evaluating mediator changes ... Done |
| 189 | 2026-03-09T18:52:21.013Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2026-03-09T18:52:21.016Z | Planning: Consolidating action changes ... Done |
| 191 | 2026-03-09T18:52:21.294Z | Planning: Evaluating mediators ... Done |
| 192 | 2026-03-09T18:52:21.299Z | Planning: Planning completed in 0.45 seconds |
| 193 | 2026-03-09T18:52:21.330Z | Mediators to change: 2 |
| 194 | 2026-03-09T18:52:21.330Z | Create boot environment: No |
| 195 | 2026-03-09T18:52:21.334Z | Create backup boot environment: No |
| 196 | 2026-03-09T18:52:21.420Z | Done |
| 197 | 2026-03-09T18:52:21.420Z | Done |
| 198 | 2026-03-09T18:52:22.217Z | Done |
| 199 | 2026-03-09T18:52:25.818Z | Done |
| 200 | 2026-03-09T18:52:25.906Z | Done |
| 201 | 2026-03-09T18:52:25.909Z | Done |
| 202 | 2026-03-09T18:52:26.081Z | Done |
| 203 | 2026-03-09T18:52:26.714Z | Planning: Evaluating mediator changes ... Done |
| 204 | 2026-03-09T18:52:26.717Z | Planning: Merging actions ... Done |
| 205 | 2026-03-09T18:52:26.908Z | Planning: Checking for conflicting actions ... Done |
| 206 | 2026-03-09T18:52:26.912Z | Planning: Consolidating action changes ... Done |
| 207 | 2026-03-09T18:52:27.182Z | Planning: Evaluating mediators ... Done |
| 208 | 2026-03-09T18:52:27.240Z | Planning: Planning completed in 0.78 seconds |
| 209 | 2026-03-09T18:52:27.275Z | Packages to change: 1 |
| 210 | 2026-03-09T18:52:27.275Z | Mediators to change: 1 |
| 211 | 2026-03-09T18:52:27.278Z | Services to change: 1 |
| 212 | 2026-03-09T18:52:27.278Z | Create boot environment: No |
| 213 | 2026-03-09T18:52:27.278Z | Create backup boot environment: Yes |
| 214 | 2026-03-09T18:52:29.854Z | Actions: 1/6 actions (Updating modified actions) |
| 215 | 2026-03-09T18:52:29.858Z | Actions: Completed 6 actions in 0.00 seconds. |
| 216 | 2026-03-09T18:52:29.858Z | Done |
| 217 | 2026-03-09T18:52:29.858Z | Done |
| 218 | 2026-03-09T18:52:30.077Z | Done |
| 219 | 2026-03-09T18:52:33.701Z | Done |
| 220 | 2026-03-09T18:52:33.791Z | Done |
| 221 | 2026-03-09T18:52:33.794Z | Done |
| 222 | 2026-03-09T18:52:33.985Z | Done |
| 223 | 2026-03-09T18:52:34.428Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 224 | 2026-03-09T18:52:34.429Z | clang system 15 system |
| 225 | 2026-03-09T18:52:34.429Z | csh system system illumos |
| 226 | 2026-03-09T18:52:34.429Z | ctags system system illumos |
| 227 | 2026-03-09T18:52:34.429Z | file system system illumos |
| 228 | 2026-03-09T18:52:34.429Z | gcc vendor 12 vendor |
| 229 | 2026-03-09T18:52:34.429Z | gcc system 10 system |
| 230 | 2026-03-09T18:52:34.429Z | gcc system 7 system |
| 231 | 2026-03-09T18:52:34.429Z | go system 1.20 system |
| 232 | 2026-03-09T18:52:34.429Z | go system 1.19 system |
| 233 | 2026-03-09T18:52:34.429Z | llvm system 15 system |
| 234 | 2026-03-09T18:52:34.429Z | llvm system 14 system |
| 235 | 2026-03-09T18:52:34.429Z | mariadb system 10.6 system |
| 236 | 2026-03-09T18:52:34.429Z | mta vendor vendor dma |
| 237 | 2026-03-09T18:52:34.429Z | openjdk system 17 system |
| 238 | 2026-03-09T18:52:34.429Z | openjdk system 11 system |
| 239 | 2026-03-09T18:52:34.429Z | openjdk system 1.8 system |
| 240 | 2026-03-09T18:52:34.429Z | openssl vendor 3 vendor |
| 241 | 2026-03-09T18:52:34.429Z | perl system 5.36 system |
| 242 | 2026-03-09T18:52:34.429Z | postgresql system 15 system |
| 243 | 2026-03-09T18:52:34.429Z | postgresql system 13 system |
| 244 | 2026-03-09T18:52:34.429Z | python vendor 3 vendor |
| 245 | 2026-03-09T18:52:34.429Z | python system 2 system |
| 246 | 2026-03-09T18:52:34.429Z | python3 system 3.11 system |
| 247 | 2026-03-09T18:52:34.429Z | ruby system 3.0 system |
| 248 | 2026-03-09T18:52:34.429Z | words vendor vendor american-english |
| 249 | 2026-03-09T18:52:34.429Z | words system system australian-english |
| 250 | 2026-03-09T18:52:34.429Z | words system system british-english |
| 251 | 2026-03-09T18:52:34.429Z | words system system canadian-english |
| 252 | 2026-03-09T18:52:34.429Z | words system system french |
| 253 | 2026-03-09T18:52:34.429Z | words system system italian |
| 254 | 2026-03-09T18:52:34.429Z | words system system ngerman |
| 255 | 2026-03-09T18:52:34.429Z | words system system ogerman |
| 256 | 2026-03-09T18:52:34.429Z | words system system spanish |
| 257 | 2026-03-09T18:52:34.770Z | PUBLISHER TYPE STATUS P LOCATION |
| 258 | 2026-03-09T18:52:34.770Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 259 | 2026-03-09T18:52:41.458Z | FMRI IFO |
| 260 | 2026-03-09T18:52:41.458Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 261 | 2026-03-09T18:52:41.458Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 262 | 2026-03-09T18:52:41.458Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 263 | 2026-03-09T18:52:41.458Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 264 | 2026-03-09T18:52:41.458Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 265 | 2026-03-09T18:52:41.458Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 266 | 2026-03-09T18:52:41.458Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 267 | 2026-03-09T18:52:41.458Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 268 | 2026-03-09T18:52:41.458Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 269 | 2026-03-09T18:52:41.459Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 270 | 2026-03-09T18:52:41.459Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 271 | 2026-03-09T18:52:41.459Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 272 | 2026-03-09T18:52:41.459Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 273 | 2026-03-09T18:52:41.459Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 274 | 2026-03-09T18:52:41.459Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 275 | 2026-03-09T18:52:41.459Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 276 | 2026-03-09T18:52:42.641Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 277 | 2026-03-09T18:52:43.191Z | Updating crates.io index |
| 278 | 2026-03-09T18:52:43.233Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 279 | 2026-03-09T18:52:44.183Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 280 | 2026-03-09T18:52:45.098Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 281 | 2026-03-09T18:52:45.720Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 282 | 2026-03-09T18:52:46.518Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 283 | 2026-03-09T18:52:50.939Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 284 | 2026-03-09T18:52:56.555Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 285 | 2026-03-09T18:52:59.589Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 286 | 2026-03-09T18:53:00.893Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 287 | 2026-03-09T18:53:04.862Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 288 | 2026-03-09T18:53:06.379Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2026-03-09T18:53:09.180Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 290 | 2026-03-09T18:53:09.857Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 291 | 2026-03-09T18:53:10.996Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 292 | 2026-03-09T18:53:11.682Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 293 | 2026-03-09T18:53:14.078Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 294 | 2026-03-09T18:53:15.595Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 295 | 2026-03-09T18:53:16.129Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 296 | 2026-03-09T18:53:16.937Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 297 | 2026-03-09T18:53:17.865Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 298 | 2026-03-09T18:53:18.414Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 299 | 2026-03-09T18:53:18.860Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 300 | 2026-03-09T18:53:19.410Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 301 | 2026-03-09T18:53:20.327Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 302 | 2026-03-09T18:53:21.428Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 303 | 2026-03-09T18:53:22.693Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 304 | 2026-03-09T18:53:23.305Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 305 | 2026-03-09T18:53:24.054Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 306 | 2026-03-09T18:53:24.631Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 307 | 2026-03-09T18:53:26.676Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 308 | 2026-03-09T18:53:27.261Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 309 | 2026-03-09T18:53:28.227Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 310 | 2026-03-09T18:53:28.842Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 311 | 2026-03-09T18:53:29.651Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 312 | 2026-03-09T18:53:30.179Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 313 | 2026-03-09T18:53:30.920Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 314 | 2026-03-09T18:53:31.482Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 315 | 2026-03-09T18:53:32.079Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 316 | 2026-03-09T18:54:18.036Z | Downloading crates ... |
| 317 | 2026-03-09T18:54:18.095Z | Downloaded block-buffer v0.10.4 |
| 318 | 2026-03-09T18:54:18.122Z | Downloaded generic-array v0.14.7 |
| 319 | 2026-03-09T18:54:18.122Z | Downloaded anstyle v1.0.13 |
| 320 | 2026-03-09T18:54:18.122Z | Downloaded autocfg v1.5.0 |
| 321 | 2026-03-09T18:54:18.122Z | Downloaded pest_derive v2.8.6 |
| 322 | 2026-03-09T18:54:18.144Z | Downloaded tabled_derive v0.7.0 |
| 323 | 2026-03-09T18:54:18.145Z | Downloaded once_cell v1.21.3 |
| 324 | 2026-03-09T18:54:18.145Z | Downloaded displaydoc v0.2.5 |
| 325 | 2026-03-09T18:54:18.145Z | Downloaded equivalent v1.0.2 |
| 326 | 2026-03-09T18:54:18.145Z | Downloaded fastrand v2.3.0 |
| 327 | 2026-03-09T18:54:18.145Z | Downloaded cargo_toml v0.21.0 |
| 328 | 2026-03-09T18:54:18.145Z | Downloaded anstream v0.6.21 |
| 329 | 2026-03-09T18:54:18.145Z | Downloaded erased-serde v0.4.9 |
| 330 | 2026-03-09T18:54:18.145Z | Downloaded zerofrom-derive v0.1.6 |
| 331 | 2026-03-09T18:54:18.145Z | Downloaded scroll v0.12.0 |
| 332 | 2026-03-09T18:54:18.145Z | Downloaded zerofrom v0.1.6 |
| 333 | 2026-03-09T18:54:18.145Z | Downloaded thiserror v2.0.18 |
| 334 | 2026-03-09T18:54:18.154Z | Downloaded usdt v0.5.0 |
| 335 | 2026-03-09T18:54:18.154Z | Downloaded typeid v1.0.3 |
| 336 | 2026-03-09T18:54:18.154Z | Downloaded toml_write v0.1.2 |
| 337 | 2026-03-09T18:54:18.154Z | Downloaded utf8parse v0.2.2 |
| 338 | 2026-03-09T18:54:18.154Z | Downloaded swrite v0.1.0 |
| 339 | 2026-03-09T18:54:18.155Z | Downloaded yoke-derive v0.8.1 |
| 340 | 2026-03-09T18:54:18.155Z | Downloaded utf8_iter v1.0.4 |
| 341 | 2026-03-09T18:54:18.155Z | Downloaded serde_derive v1.0.228 |
| 342 | 2026-03-09T18:54:18.155Z | Downloaded anstyle-query v1.1.5 |
| 343 | 2026-03-09T18:54:18.155Z | Downloaded yoke v0.8.1 |
| 344 | 2026-03-09T18:54:18.155Z | Downloaded icu_properties v2.1.2 |
| 345 | 2026-03-09T18:54:18.155Z | Downloaded cpufeatures v0.2.17 |
| 346 | 2026-03-09T18:54:18.155Z | Downloaded usdt-attr-macro v0.5.0 |
| 347 | 2026-03-09T18:54:18.155Z | Downloaded semver v1.0.27 |
| 348 | 2026-03-09T18:54:18.155Z | Downloaded unicode-linebreak v0.1.5 |
| 349 | 2026-03-09T18:54:18.155Z | Downloaded toml_datetime v0.6.11 |
| 350 | 2026-03-09T18:54:18.174Z | Downloaded smallvec v1.15.1 |
| 351 | 2026-03-09T18:54:18.174Z | Downloaded thread-id v4.2.2 |
| 352 | 2026-03-09T18:54:18.174Z | Downloaded cargo-util-schemas v0.8.2 |
| 353 | 2026-03-09T18:54:18.174Z | Downloaded usdt-impl v0.5.0 |
| 354 | 2026-03-09T18:54:18.181Z | Downloaded unicode-xid v0.2.6 |
| 355 | 2026-03-09T18:54:18.181Z | Downloaded thiserror-impl v1.0.69 |
| 356 | 2026-03-09T18:54:18.181Z | Downloaded zerovec-derive v0.11.2 |
| 357 | 2026-03-09T18:54:18.181Z | Downloaded writeable v0.6.2 |
| 358 | 2026-03-09T18:54:18.181Z | Downloaded icu_properties_data v2.1.2 |
| 359 | 2026-03-09T18:54:18.191Z | Downloaded version_check v0.9.5 |
| 360 | 2026-03-09T18:54:18.191Z | Downloaded usdt-macro v0.5.0 |
| 361 | 2026-03-09T18:54:18.191Z | Downloaded toml v0.8.23 |
| 362 | 2026-03-09T18:54:18.191Z | Downloaded ucd-trie v0.1.7 |
| 363 | 2026-03-09T18:54:18.191Z | Downloaded dof v0.3.0 |
| 364 | 2026-03-09T18:54:18.191Z | Downloaded scroll_derive v0.12.1 |
| 365 | 2026-03-09T18:54:18.191Z | Downloaded tinystr v0.8.2 |
| 366 | 2026-03-09T18:54:18.201Z | Downloaded crypto-common v0.1.7 |
| 367 | 2026-03-09T18:54:18.201Z | Downloaded thiserror-impl v2.0.18 |
| 368 | 2026-03-09T18:54:18.201Z | Downloaded byteorder v1.5.0 |
| 369 | 2026-03-09T18:54:18.201Z | Downloaded memmap v0.7.0 |
| 370 | 2026-03-09T18:54:18.201Z | Downloaded zmij v1.0.21 |
| 371 | 2026-03-09T18:54:18.201Z | Downloaded dtrace-parser v0.2.0 |
| 372 | 2026-03-09T18:54:18.211Z | Downloaded form_urlencoded v1.2.2 |
| 373 | 2026-03-09T18:54:18.211Z | Downloaded serde_spanned v0.6.9 |
| 374 | 2026-03-09T18:54:18.211Z | Downloaded unicode-ident v1.0.24 |
| 375 | 2026-03-09T18:54:18.211Z | Downloaded zerotrie v0.2.3 |
| 376 | 2026-03-09T18:54:18.211Z | Downloaded toml_edit v0.22.27 |
| 377 | 2026-03-09T18:54:18.216Z | Downloaded zerovec v0.11.5 |
| 378 | 2026-03-09T18:54:18.225Z | Downloaded url v2.5.8 |
| 379 | 2026-03-09T18:54:18.225Z | Downloaded zerocopy v0.7.35 |
| 380 | 2026-03-09T18:54:18.235Z | Downloaded synstructure v0.13.2 |
| 381 | 2026-03-09T18:54:18.243Z | Downloaded cargo-platform v0.2.0 |
| 382 | 2026-03-09T18:54:18.243Z | Downloaded winnow v0.7.14 |
| 383 | 2026-03-09T18:54:18.249Z | Downloaded is_terminal_polyfill v1.70.2 |
| 384 | 2026-03-09T18:54:18.249Z | Downloaded clap_lex v1.0.0 |
| 385 | 2026-03-09T18:54:18.249Z | Downloaded heck v0.4.1 |
| 386 | 2026-03-09T18:54:18.249Z | Downloaded proc-macro-error v1.0.4 |
| 387 | 2026-03-09T18:54:18.261Z | Downloaded errno v0.3.14 |
| 388 | 2026-03-09T18:54:18.261Z | Downloaded idna_adapter v1.2.1 |
| 389 | 2026-03-09T18:54:18.261Z | Downloaded textwrap v0.16.2 |
| 390 | 2026-03-09T18:54:18.261Z | Downloaded colorchoice v1.0.4 |
| 391 | 2026-03-09T18:54:18.261Z | Downloaded bitflags v2.11.0 |
| 392 | 2026-03-09T18:54:18.272Z | Downloaded serde-value v0.7.0 |
| 393 | 2026-03-09T18:54:18.272Z | Downloaded unicode-width v0.2.0 |
| 394 | 2026-03-09T18:54:18.272Z | Downloaded heck v0.5.0 |
| 395 | 2026-03-09T18:54:18.272Z | Downloaded itoa v1.0.17 |
| 396 | 2026-03-09T18:54:18.272Z | Downloaded unicode-width v0.1.14 |
| 397 | 2026-03-09T18:54:18.272Z | Downloaded typenum v1.19.0 |
| 398 | 2026-03-09T18:54:18.280Z | Downloaded ordered-float v2.10.1 |
| 399 | 2026-03-09T18:54:18.280Z | Downloaded thiserror v1.0.69 |
| 400 | 2026-03-09T18:54:18.280Z | Downloaded anstyle-parse v0.2.7 |
| 401 | 2026-03-09T18:54:18.290Z | Downloaded smawk v0.3.2 |
| 402 | 2026-03-09T18:54:18.290Z | Downloaded percent-encoding v2.3.2 |
| 403 | 2026-03-09T18:54:18.290Z | Downloaded digest v0.10.7 |
| 404 | 2026-03-09T18:54:18.290Z | Downloaded terminal_size v0.4.3 |
| 405 | 2026-03-09T18:54:18.290Z | Downloaded stable_deref_trait v1.2.1 |
| 406 | 2026-03-09T18:54:18.290Z | Downloaded strsim v0.11.1 |
| 407 | 2026-03-09T18:54:18.290Z | Downloaded macaddr v1.0.1 |
| 408 | 2026-03-09T18:54:18.290Z | Downloaded bytecount v0.6.9 |
| 409 | 2026-03-09T18:54:18.290Z | Downloaded serde_tokenstream v0.2.3 |
| 410 | 2026-03-09T18:54:18.301Z | Downloaded potential_utf v0.1.4 |
| 411 | 2026-03-09T18:54:18.301Z | Downloaded fnv v1.0.7 |
| 412 | 2026-03-09T18:54:18.301Z | Downloaded zerocopy-derive v0.7.35 |
| 413 | 2026-03-09T18:54:18.301Z | Downloaded serde v1.0.228 |
| 414 | 2026-03-09T18:54:18.301Z | Downloaded litemap v0.8.1 |
| 415 | 2026-03-09T18:54:18.301Z | Downloaded plain v0.2.3 |
| 416 | 2026-03-09T18:54:18.321Z | Downloaded cfg-if v1.0.4 |
| 417 | 2026-03-09T18:54:18.321Z | Downloaded pretty-hex v0.4.1 |
| 418 | 2026-03-09T18:54:18.321Z | Downloaded serde-untagged v0.1.9 |
| 419 | 2026-03-09T18:54:18.321Z | Downloaded log v0.4.29 |
| 420 | 2026-03-09T18:54:18.343Z | Downloaded camino-tempfile v1.4.1 |
| 421 | 2026-03-09T18:54:18.343Z | Downloaded cargo_metadata v0.21.0 |
| 422 | 2026-03-09T18:54:18.343Z | Downloaded quote v1.0.44 |
| 423 | 2026-03-09T18:54:18.343Z | Downloaded sha2 v0.10.9 |
| 424 | 2026-03-09T18:54:18.343Z | Downloaded proc-macro-error-attr v1.0.4 |
| 425 | 2026-03-09T18:54:18.360Z | Downloaded papergrid v0.11.0 |
| 426 | 2026-03-09T18:54:18.360Z | Downloaded pest_generator v2.8.6 |
| 427 | 2026-03-09T18:54:18.360Z | Downloaded clap v4.5.60 |
| 428 | 2026-03-09T18:54:18.360Z | Downloaded serde_core v1.0.228 |
| 429 | 2026-03-09T18:54:18.360Z | Downloaded tempfile v3.25.0 |
| 430 | 2026-03-09T18:54:18.360Z | Downloaded icu_collections v2.1.1 |
| 431 | 2026-03-09T18:54:18.374Z | Downloaded fs-err v3.3.0 |
| 432 | 2026-03-09T18:54:18.374Z | Downloaded camino v1.2.2 |
| 433 | 2026-03-09T18:54:18.374Z | Downloaded icu_provider v2.1.1 |
| 434 | 2026-03-09T18:54:18.374Z | Downloaded icu_normalizer v2.1.1 |
| 435 | 2026-03-09T18:54:18.374Z | Downloaded indexmap v2.13.0 |
| 436 | 2026-03-09T18:54:18.374Z | Downloaded clap_derive v4.5.55 |
| 437 | 2026-03-09T18:54:18.392Z | Downloaded icu_locale_core v2.1.1 |
| 438 | 2026-03-09T18:54:18.393Z | Downloaded num-traits v0.2.19 |
| 439 | 2026-03-09T18:54:18.393Z | Downloaded anyhow v1.0.102 |
| 440 | 2026-03-09T18:54:18.393Z | Downloaded getrandom v0.4.1 |
| 441 | 2026-03-09T18:54:18.409Z | Downloaded pest_meta v2.8.6 |
| 442 | 2026-03-09T18:54:18.409Z | Downloaded proc-macro2 v1.0.106 |
| 443 | 2026-03-09T18:54:18.409Z | Downloaded memchr v2.8.0 |
| 444 | 2026-03-09T18:54:18.421Z | Downloaded icu_normalizer_data v2.1.1 |
| 445 | 2026-03-09T18:54:18.428Z | Downloaded goblin v0.8.2 |
| 446 | 2026-03-09T18:54:18.448Z | Downloaded idna v1.1.0 |
| 447 | 2026-03-09T18:54:18.457Z | Downloaded hashbrown v0.16.1 |
| 448 | 2026-03-09T18:54:18.464Z | Downloaded clap_builder v4.5.60 |
| 449 | 2026-03-09T18:54:18.464Z | Downloaded pest v2.8.6 |
| 450 | 2026-03-09T18:54:18.483Z | Downloaded serde_json v1.0.149 |
| 451 | 2026-03-09T18:54:18.520Z | Downloaded tabled v0.15.0 |
| 452 | 2026-03-09T18:54:18.547Z | Downloaded syn v1.0.109 |
| 453 | 2026-03-09T18:54:18.547Z | Downloaded syn v2.0.117 |
| 454 | 2026-03-09T18:54:18.567Z | Downloaded rustix v1.1.3 |
| 455 | 2026-03-09T18:54:18.567Z | Downloaded libc v0.2.180 |
| 456 | 2026-03-09T18:54:18.646Z | Compiling proc-macro2 v1.0.106 |
| 457 | 2026-03-09T18:54:18.654Z | Compiling quote v1.0.44 |
| 458 | 2026-03-09T18:54:18.654Z | Compiling unicode-ident v1.0.24 |
| 459 | 2026-03-09T18:54:18.654Z | Compiling serde_core v1.0.228 |
| 460 | 2026-03-09T18:54:18.654Z | Compiling libc v0.2.180 |
| 461 | 2026-03-09T18:54:18.654Z | Compiling version_check v0.9.5 |
| 462 | 2026-03-09T18:54:18.654Z | Compiling memchr v2.8.0 |
| 463 | 2026-03-09T18:54:18.654Z | Compiling stable_deref_trait v1.2.1 |
| 464 | 2026-03-09T18:54:19.101Z | Compiling serde v1.0.228 |
| 465 | 2026-03-09T18:54:19.136Z | Compiling zmij v1.0.21 |
| 466 | 2026-03-09T18:54:19.594Z | Compiling thiserror v1.0.69 |
| 467 | 2026-03-09T18:54:19.762Z | Compiling autocfg v1.5.0 |
| 468 | 2026-03-09T18:54:19.835Z | Compiling itoa v1.0.17 |
| 469 | 2026-03-09T18:54:20.212Z | Compiling ucd-trie v0.1.7 |
| 470 | 2026-03-09T18:54:20.341Z | Compiling writeable v0.6.2 |
| 471 | 2026-03-09T18:54:20.709Z | Compiling pest v2.8.6 |
| 472 | 2026-03-09T18:54:20.736Z | Compiling litemap v0.8.1 |
| 473 | 2026-03-09T18:54:20.747Z | Compiling icu_properties_data v2.1.2 |
| 474 | 2026-03-09T18:54:20.747Z | Compiling rustix v1.1.3 |
| 475 | 2026-03-09T18:54:21.123Z | Compiling byteorder v1.5.0 |
| 476 | 2026-03-09T18:54:21.440Z | Compiling icu_normalizer_data v2.1.1 |
| 477 | 2026-03-09T18:54:21.469Z | Compiling syn v2.0.117 |
| 478 | 2026-03-09T18:54:21.710Z | Compiling errno v0.3.14 |
| 479 | 2026-03-09T18:54:21.732Z | Compiling bitflags v2.11.0 |
| 480 | 2026-03-09T18:54:21.809Z | Compiling serde_json v1.0.149 |
| 481 | 2026-03-09T18:54:22.155Z | Compiling num-traits v0.2.19 |
| 482 | 2026-03-09T18:54:22.215Z | Compiling equivalent v1.0.2 |
| 483 | 2026-03-09T18:54:22.354Z | Compiling hashbrown v0.16.1 |
| 484 | 2026-03-09T18:54:22.475Z | Compiling typeid v1.0.3 |
| 485 | 2026-03-09T18:54:22.595Z | Compiling smallvec v1.15.1 |
| 486 | 2026-03-09T18:54:26.368Z | Compiling thread-id v4.2.2 |
| 487 | 2026-03-09T18:54:26.481Z | Compiling pest_meta v2.8.6 |
| 488 | 2026-03-09T18:54:26.481Z | Compiling proc-macro-error-attr v1.0.4 |
| 489 | 2026-03-09T18:54:26.508Z | Compiling indexmap v2.13.0 |
| 490 | 2026-03-09T18:54:26.508Z | Compiling usdt-impl v0.5.0 |
| 491 | 2026-03-09T18:54:26.508Z | Compiling syn v1.0.109 |
| 492 | 2026-03-09T18:54:26.508Z | Compiling erased-serde v0.4.9 |
| 493 | 2026-03-09T18:54:26.508Z | Compiling winnow v0.7.14 |
| 494 | 2026-03-09T18:54:26.508Z | Compiling toml_write v0.1.2 |
| 495 | 2026-03-09T18:54:26.508Z | Compiling proc-macro-error v1.0.4 |
| 496 | 2026-03-09T18:54:26.508Z | Compiling utf8_iter v1.0.4 |
| 497 | 2026-03-09T18:54:26.508Z | Compiling percent-encoding v2.3.2 |
| 498 | 2026-03-09T18:54:26.508Z | Compiling plain v0.2.3 |
| 499 | 2026-03-09T18:54:26.508Z | Compiling log v0.4.29 |
| 500 | 2026-03-09T18:54:26.508Z | Compiling utf8parse v0.2.2 |
| 501 | 2026-03-09T18:54:26.508Z | Compiling camino v1.2.2 |
| 502 | 2026-03-09T18:54:26.508Z | Compiling getrandom v0.4.1 |
| 503 | 2026-03-09T18:54:26.719Z | Compiling thiserror v2.0.18 |
| 504 | 2026-03-09T18:54:26.856Z | Compiling ordered-float v2.10.1 |
| 505 | 2026-03-09T18:54:26.890Z | Compiling anstyle-parse v0.2.7 |
| 506 | 2026-03-09T18:54:27.161Z | Compiling form_urlencoded v1.2.2 |
| 507 | 2026-03-09T18:54:27.506Z | Compiling terminal_size v0.4.3 |
| 508 | 2026-03-09T18:54:27.804Z | Compiling colorchoice v1.0.4 |
| 509 | 2026-03-09T18:54:27.829Z | Compiling is_terminal_polyfill v1.70.2 |
| 510 | 2026-03-09T18:54:27.862Z | Compiling cfg-if v1.0.4 |
| 511 | 2026-03-09T18:54:27.976Z | Compiling anstyle v1.0.13 |
| 512 | 2026-03-09T18:54:28.005Z | Compiling anstyle-query v1.1.5 |
| 513 | 2026-03-09T18:54:28.005Z | Compiling pretty-hex v0.4.1 |
| 514 | 2026-03-09T18:54:28.163Z | Compiling synstructure v0.13.2 |
| 515 | 2026-03-09T18:54:28.217Z | Compiling pest_generator v2.8.6 |
| 516 | 2026-03-09T18:54:28.404Z | Compiling serde-untagged v0.1.9 |
| 517 | 2026-03-09T18:54:28.431Z | Compiling anstream v0.6.21 |
| 518 | 2026-03-09T18:54:28.561Z | Compiling semver v1.0.27 |
| 519 | 2026-03-09T18:54:29.146Z | Compiling fs-err v3.3.0 |
| 520 | 2026-03-09T18:54:29.273Z | Compiling unicode-width v0.1.14 |
| 521 | 2026-03-09T18:54:29.437Z | Compiling unicode-xid v0.2.6 |
| 522 | 2026-03-09T18:54:29.460Z | Compiling anyhow v1.0.102 |
| 523 | 2026-03-09T18:54:29.512Z | Compiling fnv v1.0.7 |
| 524 | 2026-03-09T18:54:29.661Z | Compiling once_cell v1.21.3 |
| 525 | 2026-03-09T18:54:29.690Z | Compiling strsim v0.11.1 |
| 526 | 2026-03-09T18:54:29.791Z | Compiling heck v0.5.0 |
| 527 | 2026-03-09T18:54:29.936Z | Compiling fastrand v2.3.0 |
| 528 | 2026-03-09T18:54:30.053Z | Compiling clap_lex v1.0.0 |
| 529 | 2026-03-09T18:54:30.082Z | Compiling heck v0.4.1 |
| 530 | 2026-03-09T18:54:30.270Z | Compiling bytecount v0.6.9 |
| 531 | 2026-03-09T18:54:30.422Z | Compiling clap_builder v4.5.60 |
| 532 | 2026-03-09T18:54:30.496Z | Compiling papergrid v0.11.0 |
| 533 | 2026-03-09T18:54:30.499Z | Compiling tempfile v3.25.0 |
| 534 | 2026-03-09T18:54:31.004Z | Compiling memmap v0.7.0 |
| 535 | 2026-03-09T18:54:31.131Z | Compiling unicode-linebreak v0.1.5 |
| 536 | 2026-03-09T18:54:31.276Z | Compiling unicode-width v0.2.0 |
| 537 | 2026-03-09T18:54:31.350Z | Compiling smawk v0.3.2 |
| 538 | 2026-03-09T18:54:31.825Z | Compiling textwrap v0.16.2 |
| 539 | 2026-03-09T18:54:32.181Z | Compiling camino-tempfile v1.4.1 |
| 540 | 2026-03-09T18:54:32.440Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 541 | 2026-03-09T18:54:32.634Z | Compiling swrite v0.1.0 |
| 542 | 2026-03-09T18:54:32.835Z | Compiling tabled_derive v0.7.0 |
| 543 | 2026-03-09T18:54:32.918Z | Compiling serde_derive v1.0.228 |
| 544 | 2026-03-09T18:54:32.922Z | Compiling zerofrom-derive v0.1.6 |
| 545 | 2026-03-09T18:54:32.945Z | Compiling yoke-derive v0.8.1 |
| 546 | 2026-03-09T18:54:33.189Z | Compiling zerovec-derive v0.11.2 |
| 547 | 2026-03-09T18:54:33.430Z | Compiling displaydoc v0.2.5 |
| 548 | 2026-03-09T18:54:34.878Z | Compiling thiserror-impl v1.0.69 |
| 549 | 2026-03-09T18:54:35.008Z | Compiling zerocopy-derive v0.7.35 |
| 550 | 2026-03-09T18:54:35.743Z | Compiling pest_derive v2.8.6 |
| 551 | 2026-03-09T18:54:35.833Z | Compiling scroll_derive v0.12.1 |
| 552 | 2026-03-09T18:54:36.347Z | Compiling zerofrom v0.1.6 |
| 553 | 2026-03-09T18:54:36.566Z | Compiling yoke v0.8.1 |
| 554 | 2026-03-09T18:54:36.590Z | Compiling thiserror-impl v2.0.18 |
| 555 | 2026-03-09T18:54:36.920Z | Compiling zerovec v0.11.5 |
| 556 | 2026-03-09T18:54:36.949Z | Compiling zerotrie v0.2.3 |
| 557 | 2026-03-09T18:54:37.279Z | Compiling zerocopy v0.7.35 |
| 558 | 2026-03-09T18:54:37.578Z | Compiling scroll v0.12.0 |
| 559 | 2026-03-09T18:54:37.858Z | Compiling dtrace-parser v0.2.0 |
| 560 | 2026-03-09T18:54:37.941Z | Compiling clap_derive v4.5.55 |
| 561 | 2026-03-09T18:54:38.103Z | Compiling tinystr v0.8.2 |
| 562 | 2026-03-09T18:54:38.131Z | Compiling potential_utf v0.1.4 |
| 563 | 2026-03-09T18:54:38.430Z | Compiling icu_collections v2.1.1 |
| 564 | 2026-03-09T18:54:38.499Z | Compiling icu_locale_core v2.1.1 |
| 565 | 2026-03-09T18:54:38.630Z | Compiling goblin v0.8.2 |
| 566 | 2026-03-09T18:54:39.536Z | Compiling tabled v0.15.0 |
| 567 | 2026-03-09T18:54:39.950Z | Compiling icu_provider v2.1.1 |
| 568 | 2026-03-09T18:54:40.453Z | Compiling icu_properties v2.1.2 |
| 569 | 2026-03-09T18:54:40.550Z | Compiling icu_normalizer v2.1.1 |
| 570 | 2026-03-09T18:54:41.164Z | Compiling clap v4.5.60 |
| 571 | 2026-03-09T18:54:41.408Z | Compiling serde_spanned v0.6.9 |
| 572 | 2026-03-09T18:54:41.441Z | Compiling toml_datetime v0.6.11 |
| 573 | 2026-03-09T18:54:41.505Z | Compiling dof v0.3.0 |
| 574 | 2026-03-09T18:54:41.542Z | Compiling serde_tokenstream v0.2.3 |
| 575 | 2026-03-09T18:54:41.627Z | Compiling serde-value v0.7.0 |
| 576 | 2026-03-09T18:54:41.660Z | Compiling cargo-platform v0.2.0 |
| 577 | 2026-03-09T18:54:41.967Z | Compiling toml_edit v0.22.27 |
| 578 | 2026-03-09T18:54:42.199Z | Compiling macaddr v1.0.1 |
| 579 | 2026-03-09T18:54:42.507Z | Compiling idna_adapter v1.2.1 |
| 580 | 2026-03-09T18:54:42.687Z | Compiling idna v1.1.0 |
| 581 | 2026-03-09T18:54:43.210Z | Compiling usdt-attr-macro v0.5.0 |
| 582 | 2026-03-09T18:54:43.264Z | Compiling usdt-macro v0.5.0 |
| 583 | 2026-03-09T18:54:43.342Z | Compiling url v2.5.8 |
| 584 | 2026-03-09T18:54:45.165Z | Compiling toml v0.8.23 |
| 585 | 2026-03-09T18:54:45.525Z | Compiling usdt v0.5.0 |
| 586 | 2026-03-09T18:54:45.961Z | Compiling cargo-util-schemas v0.8.2 |
| 587 | 2026-03-09T18:54:45.962Z | Compiling cargo_toml v0.21.0 |
| 588 | 2026-03-09T18:54:47.408Z | Compiling cargo_metadata v0.21.0 |
| 589 | 2026-03-09T18:54:49.197Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 590 | 2026-03-09T18:54:52.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s |
| 591 | 2026-03-09T18:54:52.906Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 592 | 2026-03-09T18:54:53.677Z | Downloading crates ... |
| 593 | 2026-03-09T18:54:53.808Z | Downloaded async-bb8-diesel v0.2.1 |
| 594 | 2026-03-09T18:54:53.816Z | Downloaded adler2 v2.0.1 |
| 595 | 2026-03-09T18:54:53.821Z | Downloaded argon2 v0.5.3 |
| 596 | 2026-03-09T18:54:53.828Z | Downloaded arc-swap v1.8.2 |
| 597 | 2026-03-09T18:54:53.838Z | Downloaded crucible-workspace-hack v0.1.0 |
| 598 | 2026-03-09T18:54:53.843Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 599 | 2026-03-09T18:54:53.849Z | Downloaded fd-lock v4.0.4 |
| 600 | 2026-03-09T18:54:53.855Z | Downloaded env_logger v0.11.9 |
| 601 | 2026-03-09T18:54:53.864Z | Downloaded foreign-types-macros v0.2.3 |
| 602 | 2026-03-09T18:54:53.867Z | Downloaded fixedbitset v0.5.7 |
| 603 | 2026-03-09T18:54:53.874Z | Downloaded des v0.8.1 |
| 604 | 2026-03-09T18:54:53.879Z | Downloaded bb8 v0.8.6 |
| 605 | 2026-03-09T18:54:53.883Z | Downloaded crossbeam-utils v0.8.21 |
| 606 | 2026-03-09T18:54:53.889Z | Downloaded cfg_aliases v0.2.1 |
| 607 | 2026-03-09T18:54:53.896Z | Downloaded funty v2.0.0 |
| 608 | 2026-03-09T18:54:53.900Z | Downloaded async-stream-impl v0.3.6 |
| 609 | 2026-03-09T18:54:53.903Z | Downloaded cargo-platform v0.1.9 |
| 610 | 2026-03-09T18:54:53.907Z | Downloaded cfg_aliases v0.1.1 |
| 611 | 2026-03-09T18:54:53.911Z | Downloaded fxhash v0.2.1 |
| 612 | 2026-03-09T18:54:53.913Z | Downloaded crc v3.4.0 |
| 613 | 2026-03-09T18:54:53.917Z | Downloaded data-encoding v2.10.0 |
| 614 | 2026-03-09T18:54:53.920Z | Downloaded foreign-types-shared v0.1.1 |
| 615 | 2026-03-09T18:54:53.924Z | Downloaded defmt-parser v1.0.0 |
| 616 | 2026-03-09T18:54:53.928Z | Downloaded float-ord v0.3.2 |
| 617 | 2026-03-09T18:54:53.932Z | Downloaded csv-core v0.1.13 |
| 618 | 2026-03-09T18:54:53.937Z | Downloaded crc-catalog v2.4.0 |
| 619 | 2026-03-09T18:54:53.941Z | Downloaded enum-as-inner v0.6.1 |
| 620 | 2026-03-09T18:54:53.945Z | Downloaded castaway v0.2.4 |
| 621 | 2026-03-09T18:54:53.949Z | Downloaded embedded-io v0.6.1 |
| 622 | 2026-03-09T18:54:53.954Z | Downloaded futures-io v0.3.32 |
| 623 | 2026-03-09T18:54:53.957Z | Downloaded futures-sink v0.3.32 |
| 624 | 2026-03-09T18:54:53.961Z | Downloaded git-stub v1.0.0 |
| 625 | 2026-03-09T18:54:53.965Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 626 | 2026-03-09T18:54:53.968Z | Downloaded headers-core v0.3.0 |
| 627 | 2026-03-09T18:54:53.977Z | Downloaded flagset v0.4.7 |
| 628 | 2026-03-09T18:54:53.990Z | Downloaded foreign-types-shared v0.3.1 |
| 629 | 2026-03-09T18:54:53.993Z | Downloaded arrayvec v0.7.6 |
| 630 | 2026-03-09T18:54:53.998Z | Downloaded constant_time_eq v0.4.2 |
| 631 | 2026-03-09T18:54:54.003Z | Downloaded globwalk v0.9.1 |
| 632 | 2026-03-09T18:54:54.006Z | Downloaded convert_case v0.10.0 |
| 633 | 2026-03-09T18:54:54.011Z | Downloaded hex-literal v0.4.1 |
| 634 | 2026-03-09T18:54:54.014Z | Downloaded futures-core v0.3.32 |
| 635 | 2026-03-09T18:54:54.018Z | Downloaded hex v0.4.3 |
| 636 | 2026-03-09T18:54:54.022Z | Downloaded hash32 v0.2.1 |
| 637 | 2026-03-09T18:54:54.026Z | Downloaded glob v0.3.3 |
| 638 | 2026-03-09T18:54:54.030Z | Downloaded fs-err v2.11.0 |
| 639 | 2026-03-09T18:54:54.034Z | Downloaded hyper-tls v0.6.0 |
| 640 | 2026-03-09T18:54:54.038Z | Downloaded indent_write v2.2.0 |
| 641 | 2026-03-09T18:54:54.042Z | Downloaded fs_extra v1.3.0 |
| 642 | 2026-03-09T18:54:54.046Z | Downloaded erased-serde v0.3.31 |
| 643 | 2026-03-09T18:54:54.051Z | Downloaded http-range v0.1.5 |
| 644 | 2026-03-09T18:54:54.054Z | Downloaded colored v3.1.1 |
| 645 | 2026-03-09T18:54:54.060Z | Downloaded ff v0.13.1 |
| 646 | 2026-03-09T18:54:54.063Z | Downloaded foreign-types v0.5.0 |
| 647 | 2026-03-09T18:54:54.067Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 648 | 2026-03-09T18:54:54.070Z | Downloaded hubpack v0.1.2 |
| 649 | 2026-03-09T18:54:54.075Z | Downloaded indoc v1.0.9 |
| 650 | 2026-03-09T18:54:54.084Z | Downloaded httpdate v1.0.3 |
| 651 | 2026-03-09T18:54:54.084Z | Downloaded foldhash v0.1.5 |
| 652 | 2026-03-09T18:54:54.087Z | Downloaded internet-checksum v0.2.1 |
| 653 | 2026-03-09T18:54:54.090Z | Downloaded is_ci v1.2.0 |
| 654 | 2026-03-09T18:54:54.093Z | Downloaded half v1.8.3 |
| 655 | 2026-03-09T18:54:54.096Z | Downloaded group v0.13.0 |
| 656 | 2026-03-09T18:54:54.099Z | Downloaded kstat-rs v0.2.4 |
| 657 | 2026-03-09T18:54:54.103Z | Downloaded instant v0.1.13 |
| 658 | 2026-03-09T18:54:54.106Z | Downloaded lru-cache v0.1.2 |
| 659 | 2026-03-09T18:54:54.109Z | Downloaded libscf-sys v1.1.0 |
| 660 | 2026-03-09T18:54:54.113Z | Downloaded md5 v0.7.0 |
| 661 | 2026-03-09T18:54:54.116Z | Downloaded lalrpop-util v0.19.12 |
| 662 | 2026-03-09T18:54:54.119Z | Downloaded lazy_static v1.5.0 |
| 663 | 2026-03-09T18:54:54.122Z | Downloaded const-oid v0.9.6 |
| 664 | 2026-03-09T18:54:54.126Z | Downloaded colored v2.2.0 |
| 665 | 2026-03-09T18:54:54.131Z | Downloaded derive_builder v0.20.2 |
| 666 | 2026-03-09T18:54:54.138Z | Downloaded memoffset v0.9.1 |
| 667 | 2026-03-09T18:54:54.143Z | Downloaded humantime v2.3.0 |
| 668 | 2026-03-09T18:54:54.146Z | Downloaded ingot v0.1.1 |
| 669 | 2026-03-09T18:54:54.149Z | Downloaded maybe-uninit v2.0.0 |
| 670 | 2026-03-09T18:54:54.152Z | Downloaded managed v0.8.0 |
| 671 | 2026-03-09T18:54:54.155Z | Downloaded newtype_derive v0.1.6 |
| 672 | 2026-03-09T18:54:54.159Z | Downloaded match_cfg v0.1.0 |
| 673 | 2026-03-09T18:54:54.162Z | Downloaded num-iter v0.1.45 |
| 674 | 2026-03-09T18:54:54.165Z | Downloaded mime v0.3.17 |
| 675 | 2026-03-09T18:54:54.168Z | Downloaded nonempty v0.12.0 |
| 676 | 2026-03-09T18:54:54.171Z | Downloaded nodrop v0.1.14 |
| 677 | 2026-03-09T18:54:54.174Z | Downloaded libloading v0.8.9 |
| 678 | 2026-03-09T18:54:54.179Z | Downloaded libsw-core v0.3.2 |
| 679 | 2026-03-09T18:54:54.182Z | Downloaded opaque-debug v0.3.1 |
| 680 | 2026-03-09T18:54:54.186Z | Downloaded openssl-probe v0.2.1 |
| 681 | 2026-03-09T18:54:54.189Z | Downloaded num-derive v0.3.3 |
| 682 | 2026-03-09T18:54:54.193Z | Downloaded num-conv v0.2.0 |
| 683 | 2026-03-09T18:54:54.196Z | Downloaded num_threads v0.1.7 |
| 684 | 2026-03-09T18:54:54.199Z | Downloaded diff v0.1.13 |
| 685 | 2026-03-09T18:54:54.202Z | Downloaded derive_more v0.99.20 |
| 686 | 2026-03-09T18:54:54.209Z | Downloaded olpc-cjson v0.1.4 |
| 687 | 2026-03-09T18:54:54.212Z | Downloaded oso-derive v0.27.3 |
| 688 | 2026-03-09T18:54:54.215Z | Downloaded mime_guess v2.0.5 |
| 689 | 2026-03-09T18:54:54.219Z | Downloaded packed_struct_codegen v0.10.1 |
| 690 | 2026-03-09T18:54:54.222Z | Downloaded linear-map v1.2.0 |
| 691 | 2026-03-09T18:54:54.225Z | Downloaded linked-hash-map v0.5.6 |
| 692 | 2026-03-09T18:54:54.227Z | Downloaded ingot-macros v0.1.1 |
| 693 | 2026-03-09T18:54:54.232Z | Downloaded newtype-uuid v1.3.2 |
| 694 | 2026-03-09T18:54:54.235Z | Downloaded parse-size v1.1.0 |
| 695 | 2026-03-09T18:54:54.238Z | Downloaded lock_api v0.4.14 |
| 696 | 2026-03-09T18:54:54.241Z | Downloaded pbkdf2 v0.12.2 |
| 697 | 2026-03-09T18:54:54.244Z | Downloaded path-slash v0.1.5 |
| 698 | 2026-03-09T18:54:54.247Z | Downloaded hyper-rustls v0.27.7 |
| 699 | 2026-03-09T18:54:54.250Z | Downloaded pbkdf2 v0.11.0 |
| 700 | 2026-03-09T18:54:54.253Z | Downloaded peg-runtime v0.8.5 |
| 701 | 2026-03-09T18:54:54.256Z | Downloaded num-rational v0.4.2 |
| 702 | 2026-03-09T18:54:54.260Z | Downloaded native-tls v0.2.18 |
| 703 | 2026-03-09T18:54:54.260Z | Downloaded phf_shared v0.13.1 |
| 704 | 2026-03-09T18:54:54.264Z | Downloaded nanorand v0.7.0 |
| 705 | 2026-03-09T18:54:54.267Z | Downloaded memmap2 v0.9.10 |
| 706 | 2026-03-09T18:54:54.270Z | Downloaded cc v1.2.56 |
| 707 | 2026-03-09T18:54:54.274Z | Downloaded phf_shared v0.11.3 |
| 708 | 2026-03-09T18:54:54.280Z | Downloaded num-integer v0.1.46 |
| 709 | 2026-03-09T18:54:54.283Z | Downloaded darling v0.23.0 |
| 710 | 2026-03-09T18:54:54.286Z | Downloaded pin-utils v0.1.0 |
| 711 | 2026-03-09T18:54:54.290Z | Downloaded oxnet v0.1.4 |
| 712 | 2026-03-09T18:54:54.293Z | Downloaded predicates-core v1.0.10 |
| 713 | 2026-03-09T18:54:54.297Z | Downloaded password-hash v0.4.2 |
| 714 | 2026-03-09T18:54:54.300Z | Downloaded crossterm v0.28.1 |
| 715 | 2026-03-09T18:54:54.306Z | Downloaded predicates-tree v1.0.13 |
| 716 | 2026-03-09T18:54:54.309Z | Downloaded httparse v1.10.1 |
| 717 | 2026-03-09T18:54:54.312Z | Downloaded progenitor-client v0.11.2 |
| 718 | 2026-03-09T18:54:54.315Z | Downloaded progenitor-client v0.10.0 |
| 719 | 2026-03-09T18:54:54.318Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 720 | 2026-03-09T18:54:54.321Z | Downloaded ignore v0.4.25 |
| 721 | 2026-03-09T18:54:54.325Z | Downloaded darling_core v0.21.3 |
| 722 | 2026-03-09T18:54:54.328Z | Downloaded phf_shared v0.12.1 |
| 723 | 2026-03-09T18:54:54.330Z | Downloaded phf v0.13.1 |
| 724 | 2026-03-09T18:54:54.333Z | Downloaded quick-error v1.2.3 |
| 725 | 2026-03-09T18:54:54.336Z | Downloaded pem-rfc7468 v0.7.0 |
| 726 | 2026-03-09T18:54:54.339Z | Downloaded diesel_derives v2.2.7 |
| 727 | 2026-03-09T18:54:54.345Z | Downloaded heapless v0.8.0 |
| 728 | 2026-03-09T18:54:54.349Z | Downloaded num-complex v0.4.6 |
| 729 | 2026-03-09T18:54:54.352Z | Downloaded psl-types v2.0.11 |
| 730 | 2026-03-09T18:54:54.356Z | Downloaded progenitor-macro v0.13.0 |
| 731 | 2026-03-09T18:54:54.359Z | Downloaded progenitor-macro v0.11.2 |
| 732 | 2026-03-09T18:54:54.359Z | Downloaded polyval v0.6.2 |
| 733 | 2026-03-09T18:54:54.362Z | Downloaded progenitor-macro v0.10.0 |
| 734 | 2026-03-09T18:54:54.365Z | Downloaded radium v0.7.0 |
| 735 | 2026-03-09T18:54:54.367Z | Downloaded rand_xorshift v0.4.0 |
| 736 | 2026-03-09T18:54:54.370Z | Downloaded recursive v0.1.1 |
| 737 | 2026-03-09T18:54:54.373Z | Downloaded crypto-bigint v0.5.5 |
| 738 | 2026-03-09T18:54:54.379Z | Downloaded pin-project-lite v0.2.17 |
| 739 | 2026-03-09T18:54:54.386Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 740 | 2026-03-09T18:54:54.389Z | Downloaded predicates v3.1.4 |
| 741 | 2026-03-09T18:54:54.392Z | Downloaded rfc6979 v0.4.0 |
| 742 | 2026-03-09T18:54:54.396Z | Downloaded flate2 v1.1.9 |
| 743 | 2026-03-09T18:54:54.400Z | Downloaded dropshot-api-manager v0.5.2 |
| 744 | 2026-03-09T18:54:54.404Z | Downloaded ref-cast v1.0.25 |
| 745 | 2026-03-09T18:54:54.408Z | Downloaded rtoolbox v0.0.3 |
| 746 | 2026-03-09T18:54:54.411Z | Downloaded indicatif v0.18.4 |
| 747 | 2026-03-09T18:54:54.415Z | Downloaded progenitor v0.10.0 |
| 748 | 2026-03-09T18:54:54.418Z | Downloaded progenitor-extras v0.1.0 |
| 749 | 2026-03-09T18:54:54.421Z | Downloaded progenitor v0.11.2 |
| 750 | 2026-03-09T18:54:54.424Z | Downloaded pkcs5 v0.7.1 |
| 751 | 2026-03-09T18:54:54.428Z | Downloaded rustc_version v0.4.1 |
| 752 | 2026-03-09T18:54:54.431Z | Downloaded rand_core v0.6.4 |
| 753 | 2026-03-09T18:54:54.434Z | Downloaded rand_core v0.10.0 |
| 754 | 2026-03-09T18:54:54.437Z | Downloaded oso v0.27.3 |
| 755 | 2026-03-09T18:54:54.440Z | Downloaded postcard v1.1.3 |
| 756 | 2026-03-09T18:54:54.444Z | Downloaded papergrid v0.17.0 |
| 757 | 2026-03-09T18:54:54.450Z | Downloaded scheduled-thread-pool v0.2.7 |
| 758 | 2026-03-09T18:54:54.453Z | Downloaded r2d2 v0.8.10 |
| 759 | 2026-03-09T18:54:54.456Z | Downloaded same-file v1.0.6 |
| 760 | 2026-03-09T18:54:54.459Z | Downloaded miniz_oxide v0.8.9 |
| 761 | 2026-03-09T18:54:54.462Z | Downloaded ref-cast-impl v1.0.25 |
| 762 | 2026-03-09T18:54:54.466Z | Downloaded sapling-renderdag v0.1.0 |
| 763 | 2026-03-09T18:54:54.466Z | Downloaded rand_chacha v0.9.0 |
| 764 | 2026-03-09T18:54:54.472Z | Downloaded postgres-types v0.2.12 |
| 765 | 2026-03-09T18:54:54.472Z | Downloaded serde-big-array v0.5.1 |
| 766 | 2026-03-09T18:54:54.475Z | Downloaded rand_seeder v0.4.0 |
| 767 | 2026-03-09T18:54:54.478Z | Downloaded parking_lot v0.11.2 |
| 768 | 2026-03-09T18:54:54.481Z | Downloaded jiff-static v0.2.21 |
| 769 | 2026-03-09T18:54:54.488Z | Downloaded secrecy v0.8.0 |
| 770 | 2026-03-09T18:54:54.491Z | Downloaded serde_bytes v0.11.19 |
| 771 | 2026-03-09T18:54:54.491Z | Downloaded secrecy v0.10.3 |
| 772 | 2026-03-09T18:54:54.491Z | Downloaded serde_spanned v1.0.4 |
| 773 | 2026-03-09T18:54:54.494Z | Downloaded p256 v0.13.2 |
| 774 | 2026-03-09T18:54:54.497Z | Downloaded openssl-sys v0.9.111 |
| 775 | 2026-03-09T18:54:54.502Z | Downloaded serde_urlencoded v0.7.1 |
| 776 | 2026-03-09T18:54:54.505Z | Downloaded serde_repr v0.1.20 |
| 777 | 2026-03-09T18:54:54.509Z | Downloaded signal-hook-tokio v0.3.1 |
| 778 | 2026-03-09T18:54:54.514Z | Downloaded rustls-native-certs v0.8.3 |
| 779 | 2026-03-09T18:54:54.520Z | Downloaded rustls-pemfile v1.0.4 |
| 780 | 2026-03-09T18:54:54.520Z | Downloaded rustls-pemfile v2.2.0 |
| 781 | 2026-03-09T18:54:54.523Z | Downloaded shell-words v1.1.1 |
| 782 | 2026-03-09T18:54:54.523Z | Downloaded rusty-fork v0.3.1 |
| 783 | 2026-03-09T18:54:54.526Z | Downloaded rustversion v1.0.22 |
| 784 | 2026-03-09T18:54:54.529Z | Downloaded seq-macro v0.3.6 |
| 785 | 2026-03-09T18:54:54.532Z | Downloaded psm v0.1.30 |
| 786 | 2026-03-09T18:54:54.536Z | Downloaded quinn-udp v0.5.14 |
| 787 | 2026-03-09T18:54:54.536Z | Downloaded signal-hook-mio v0.2.5 |
| 788 | 2026-03-09T18:54:54.539Z | Downloaded slog-envlogger v2.2.0 |
| 789 | 2026-03-09T18:54:54.542Z | Downloaded siphasher v1.0.2 |
| 790 | 2026-03-09T18:54:54.545Z | Downloaded sigpipe v0.1.3 |
| 791 | 2026-03-09T18:54:54.545Z | Downloaded semver v0.1.20 |
| 792 | 2026-03-09T18:54:54.548Z | Downloaded schemars_derive v0.8.22 |
| 793 | 2026-03-09T18:54:54.552Z | Downloaded hashbrown v0.12.3 |
| 794 | 2026-03-09T18:54:54.556Z | Downloaded scrypt v0.11.0 |
| 795 | 2026-03-09T18:54:54.556Z | Downloaded slog-bunyan v2.5.0 |
| 796 | 2026-03-09T18:54:54.559Z | Downloaded serde_plain v1.0.2 |
| 797 | 2026-03-09T18:54:54.562Z | Downloaded ed25519-dalek v2.2.0 |
| 798 | 2026-03-09T18:54:54.565Z | Downloaded serde-hex v0.1.0 |
| 799 | 2026-03-09T18:54:54.569Z | Downloaded hashbrown v0.13.2 |
| 800 | 2026-03-09T18:54:54.572Z | Downloaded sec1 v0.7.3 |
| 801 | 2026-03-09T18:54:54.575Z | Downloaded ssh-cipher v0.2.0 |
| 802 | 2026-03-09T18:54:54.578Z | Downloaded sha1 v0.10.6 |
| 803 | 2026-03-09T18:54:54.581Z | Downloaded sct v0.7.1 |
| 804 | 2026-03-09T18:54:54.584Z | Downloaded rustls-pki-types v1.14.0 |
| 805 | 2026-03-09T18:54:54.587Z | Downloaded signal-hook-registry v1.4.8 |
| 806 | 2026-03-09T18:54:54.591Z | Downloaded progenitor-impl v0.10.0 |
| 807 | 2026-03-09T18:54:54.594Z | Downloaded signature v2.2.0 |
| 808 | 2026-03-09T18:54:54.594Z | Downloaded ssh-encoding v0.2.0 |
| 809 | 2026-03-09T18:54:54.597Z | Downloaded subtle v2.6.1 |
| 810 | 2026-03-09T18:54:54.599Z | Downloaded strum v0.27.2 |
| 811 | 2026-03-09T18:54:54.603Z | Downloaded strum v0.26.3 |
| 812 | 2026-03-09T18:54:54.603Z | Downloaded serde_path_to_error v0.1.20 |
| 813 | 2026-03-09T18:54:54.605Z | Downloaded shlex v1.3.0 |
| 814 | 2026-03-09T18:54:54.608Z | Downloaded prettyplease v0.2.37 |
| 815 | 2026-03-09T18:54:54.611Z | Downloaded pretty_assertions v1.4.1 |
| 816 | 2026-03-09T18:54:54.614Z | Downloaded tabled_derive v0.11.0 |
| 817 | 2026-03-09T18:54:54.617Z | Downloaded tagptr v0.2.0 |
| 818 | 2026-03-09T18:54:54.617Z | Downloaded tabwriter v1.4.1 |
| 819 | 2026-03-09T18:54:54.621Z | Downloaded progenitor-impl v0.11.2 |
| 820 | 2026-03-09T18:54:54.624Z | Downloaded sync_wrapper v1.0.2 |
| 821 | 2026-03-09T18:54:54.624Z | Downloaded structmeta v0.3.0 |
| 822 | 2026-03-09T18:54:54.627Z | Downloaded rcgen v0.12.1 |
| 823 | 2026-03-09T18:54:54.630Z | Downloaded minimal-lexical v0.2.1 |
| 824 | 2026-03-09T18:54:54.633Z | Downloaded serde_cbor v0.11.2 |
| 825 | 2026-03-09T18:54:54.636Z | Downloaded testing_table v0.3.0 |
| 826 | 2026-03-09T18:54:54.640Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 827 | 2026-03-09T18:54:54.643Z | Downloaded spki v0.7.3 |
| 828 | 2026-03-09T18:54:54.643Z | Downloaded take_mut v0.2.2 |
| 829 | 2026-03-09T18:54:54.646Z | Downloaded slog-async v2.8.0 |
| 830 | 2026-03-09T18:54:54.646Z | Downloaded slog-dtrace v0.3.0 |
| 831 | 2026-03-09T18:54:54.648Z | Downloaded tap v1.0.1 |
| 832 | 2026-03-09T18:54:54.651Z | Downloaded hashbrown v0.15.5 |
| 833 | 2026-03-09T18:54:54.655Z | Downloaded slog-scope v4.4.1 |
| 834 | 2026-03-09T18:54:54.658Z | Downloaded time-core v0.1.8 |
| 835 | 2026-03-09T18:54:54.661Z | Downloaded slog-json v2.6.1 |
| 836 | 2026-03-09T18:54:54.661Z | Downloaded smf v0.2.3 |
| 837 | 2026-03-09T18:54:54.664Z | Downloaded string_cache v0.8.9 |
| 838 | 2026-03-09T18:54:54.667Z | Downloaded prefix-trie v0.7.0 |
| 839 | 2026-03-09T18:54:54.670Z | Downloaded slog-term v2.9.2 |
| 840 | 2026-03-09T18:54:54.673Z | Downloaded tinyvec_macros v0.1.1 |
| 841 | 2026-03-09T18:54:54.673Z | Downloaded strum_macros v0.27.2 |
| 842 | 2026-03-09T18:54:54.676Z | Downloaded hyper-util v0.1.20 |
| 843 | 2026-03-09T18:54:54.682Z | Downloaded strum_macros v0.24.3 |
| 844 | 2026-03-09T18:54:54.685Z | Downloaded supports-color v3.0.2 |
| 845 | 2026-03-09T18:54:54.688Z | Downloaded thread-id v5.1.0 |
| 846 | 2026-03-09T18:54:54.690Z | Downloaded support-bundle-viewer v0.1.2 |
| 847 | 2026-03-09T18:54:54.690Z | Downloaded schemars v0.8.22 |
| 848 | 2026-03-09T18:54:54.701Z | Downloaded serde_with_macros v3.17.0 |
| 849 | 2026-03-09T18:54:54.705Z | Downloaded itertools v0.10.5 |
| 850 | 2026-03-09T18:54:54.711Z | Downloaded libxml v0.3.3 |
| 851 | 2026-03-09T18:54:54.717Z | Downloaded snafu-derive v0.8.9 |
| 852 | 2026-03-09T18:54:54.720Z | Downloaded ryu v1.0.23 |
| 853 | 2026-03-09T18:54:54.723Z | Downloaded strum_macros v0.26.4 |
| 854 | 2026-03-09T18:54:54.726Z | Downloaded spin v0.9.8 |
| 855 | 2026-03-09T18:54:54.729Z | Downloaded static_assertions v1.1.0 |
| 856 | 2026-03-09T18:54:54.729Z | Downloaded rand v0.8.5 |
| 857 | 2026-03-09T18:54:54.733Z | Downloaded quinn v0.11.9 |
| 858 | 2026-03-09T18:54:54.736Z | Downloaded thread_local v1.1.9 |
| 859 | 2026-03-09T18:54:54.739Z | Downloaded tower-service v0.3.3 |
| 860 | 2026-03-09T18:54:54.742Z | Downloaded topological-sort v0.2.2 |
| 861 | 2026-03-09T18:54:54.742Z | Downloaded stacker v0.1.23 |
| 862 | 2026-03-09T18:54:54.745Z | Downloaded sqlparser_derive v0.5.0 |
| 863 | 2026-03-09T18:54:54.745Z | Downloaded slab v0.4.12 |
| 864 | 2026-03-09T18:54:54.762Z | Downloaded serde_derive_internals v0.29.1 |
| 865 | 2026-03-09T18:54:54.762Z | Downloaded rayon-core v1.13.0 |
| 866 | 2026-03-09T18:54:54.762Z | Downloaded try-lock v0.2.5 |
| 867 | 2026-03-09T18:54:54.762Z | Downloaded tls_codec_derive v0.4.2 |
| 868 | 2026-03-09T18:54:54.762Z | Downloaded trait-variant v0.1.2 |
| 869 | 2026-03-09T18:54:54.763Z | Downloaded mio v1.1.1 |
| 870 | 2026-03-09T18:54:54.767Z | Downloaded tiny-keccak v2.0.2 |
| 871 | 2026-03-09T18:54:54.770Z | Downloaded time-macros v0.2.27 |
| 872 | 2026-03-09T18:54:54.770Z | Downloaded tokio-native-tls v0.3.1 |
| 873 | 2026-03-09T18:54:54.773Z | Downloaded tokio-macros v2.6.0 |
| 874 | 2026-03-09T18:54:54.773Z | Downloaded typify-macro v0.6.1 |
| 875 | 2026-03-09T18:54:54.776Z | Downloaded tokio-rustls v0.25.0 |
| 876 | 2026-03-09T18:54:54.780Z | Downloaded unarray v0.1.4 |
| 877 | 2026-03-09T18:54:54.780Z | Downloaded typify-macro v0.4.3 |
| 878 | 2026-03-09T18:54:54.780Z | Downloaded tokio-dtrace v0.1.1 |
| 879 | 2026-03-09T18:54:54.783Z | Downloaded unit-prefix v0.5.2 |
| 880 | 2026-03-09T18:54:54.783Z | Downloaded unicode-truncate v1.1.0 |
| 881 | 2026-03-09T18:54:54.786Z | Downloaded tokio-tungstenite v0.21.0 |
| 882 | 2026-03-09T18:54:54.786Z | Downloaded tower-layer v0.3.3 |
| 883 | 2026-03-09T18:54:54.789Z | Downloaded socket2 v0.6.2 |
| 884 | 2026-03-09T18:54:54.792Z | Downloaded thiserror-no-std v2.0.2 |
| 885 | 2026-03-09T18:54:54.795Z | Downloaded termtree v0.5.1 |
| 886 | 2026-03-09T18:54:54.798Z | Downloaded termios v0.3.3 |
| 887 | 2026-03-09T18:54:54.798Z | Downloaded socket2 v0.5.10 |
| 888 | 2026-03-09T18:54:54.801Z | Downloaded publicsuffix v2.3.0 |
| 889 | 2026-03-09T18:54:54.804Z | Downloaded usdt v0.6.0 |
| 890 | 2026-03-09T18:54:54.804Z | Downloaded universal-hash v0.5.1 |
| 891 | 2026-03-09T18:54:54.807Z | Downloaded tokio-tungstenite v0.23.1 |
| 892 | 2026-03-09T18:54:54.811Z | Downloaded signal-hook v0.3.18 |
| 893 | 2026-03-09T18:54:54.813Z | Downloaded wait-timeout v0.2.1 |
| 894 | 2026-03-09T18:54:54.813Z | Downloaded utf-8 v0.7.6 |
| 895 | 2026-03-09T18:54:54.817Z | Downloaded usdt-macro v0.6.0 |
| 896 | 2026-03-09T18:54:54.817Z | Downloaded usdt-attr-macro v0.6.0 |
| 897 | 2026-03-09T18:54:54.817Z | Downloaded untrusted v0.9.0 |
| 898 | 2026-03-09T18:54:54.820Z | Downloaded untrusted v0.7.1 |
| 899 | 2026-03-09T18:54:54.820Z | Downloaded rand v0.9.2 |
| 900 | 2026-03-09T18:54:54.824Z | Downloaded ron v0.8.1 |
| 901 | 2026-03-09T18:54:54.829Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 902 | 2026-03-09T18:54:54.833Z | Downloaded rustls-webpki v0.103.9 |
| 903 | 2026-03-09T18:54:54.836Z | Downloaded void v1.0.2 |
| 904 | 2026-03-09T18:54:54.836Z | Downloaded aws-lc-rs v1.16.0 |
| 905 | 2026-03-09T18:54:54.848Z | Downloaded want v0.3.1 |
| 906 | 2026-03-09T18:54:54.851Z | Downloaded tui-tree-widget v0.23.1 |
| 907 | 2026-03-09T18:54:54.851Z | Downloaded waitgroup v0.1.2 |
| 908 | 2026-03-09T18:54:54.851Z | Downloaded iddqd v0.3.17 |
| 909 | 2026-03-09T18:54:54.857Z | Downloaded schemars v0.9.0 |
| 910 | 2026-03-09T18:54:54.869Z | Downloaded xshell-macros v0.2.7 |
| 911 | 2026-03-09T18:54:54.872Z | Downloaded itertools v0.14.0 |
| 912 | 2026-03-09T18:54:54.877Z | Downloaded tokio-stream v0.1.18 |
| 913 | 2026-03-09T18:54:54.882Z | Downloaded itertools v0.12.1 |
| 914 | 2026-03-09T18:54:54.890Z | Downloaded usdt-impl v0.6.0 |
| 915 | 2026-03-09T18:54:54.893Z | Downloaded qorb v0.4.1 |
| 916 | 2026-03-09T18:54:54.896Z | Downloaded rand v0.10.0 |
| 917 | 2026-03-09T18:54:54.900Z | Downloaded num-bigint-dig v0.8.6 |
| 918 | 2026-03-09T18:54:54.904Z | Downloaded tokio-rustls v0.24.1 |
| 919 | 2026-03-09T18:54:54.907Z | Downloaded zeroize_derive v1.4.3 |
| 920 | 2026-03-09T18:54:54.910Z | Downloaded zone v0.3.1 |
| 921 | 2026-03-09T18:54:54.910Z | Downloaded samael v0.0.19 |
| 922 | 2026-03-09T18:54:54.915Z | Downloaded tinyvec v1.10.0 |
| 923 | 2026-03-09T18:54:54.918Z | Downloaded schemars v1.2.1 |
| 924 | 2026-03-09T18:54:54.934Z | Downloaded zone_cfg_derive v0.3.1 |
| 925 | 2026-03-09T18:54:54.937Z | Downloaded wyz v0.5.1 |
| 926 | 2026-03-09T18:54:54.937Z | Downloaded whoami v2.1.0 |
| 927 | 2026-03-09T18:54:54.940Z | Downloaded vergen-git2 v1.0.7 |
| 928 | 2026-03-09T18:54:54.940Z | Downloaded twox-hash v2.1.2 |
| 929 | 2026-03-09T18:54:54.943Z | Downloaded vsss-rs v3.3.4 |
| 930 | 2026-03-09T18:54:54.946Z | Downloaded vergen-lib v0.1.6 |
| 931 | 2026-03-09T18:54:54.946Z | Downloaded tar v0.4.44 |
| 932 | 2026-03-09T18:54:54.950Z | Downloaded walkdir v2.5.0 |
| 933 | 2026-03-09T18:54:54.953Z | Downloaded subprocess v0.2.15 |
| 934 | 2026-03-09T18:54:54.956Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 935 | 2026-03-09T18:54:54.959Z | Downloaded xz2 v0.1.7 |
| 936 | 2026-03-09T18:54:54.962Z | Downloaded zeroize v1.8.2 |
| 937 | 2026-03-09T18:54:54.962Z | Downloaded unicode-properties v0.1.4 |
| 938 | 2026-03-09T18:54:54.965Z | Downloaded tracing-core v0.1.36 |
| 939 | 2026-03-09T18:54:54.968Z | Downloaded nom v7.1.3 |
| 940 | 2026-03-09T18:54:54.973Z | Downloaded zstd v0.13.3 |
| 941 | 2026-03-09T18:54:54.975Z | Downloaded num-bigint v0.4.6 |
| 942 | 2026-03-09T18:54:54.980Z | Downloaded whoami v1.6.1 |
| 943 | 2026-03-09T18:54:54.983Z | Downloaded uzers v0.12.2 |
| 944 | 2026-03-09T18:54:54.986Z | Downloaded blake3 v1.8.3 |
| 945 | 2026-03-09T18:54:54.993Z | Downloaded zstd-safe v7.2.4 |
| 946 | 2026-03-09T18:54:54.996Z | Downloaded vergen v9.0.6 |
| 947 | 2026-03-09T18:54:54.999Z | Downloaded toml v0.7.8 |
| 948 | 2026-03-09T18:54:55.002Z | Downloaded tungstenite v0.23.0 |
| 949 | 2026-03-09T18:54:55.005Z | Downloaded itertools v0.13.0 |
| 950 | 2026-03-09T18:54:55.010Z | Downloaded uuid v1.21.0 |
| 951 | 2026-03-09T18:54:55.013Z | Downloaded vergen-gitcl v1.0.8 |
| 952 | 2026-03-09T18:54:55.016Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 953 | 2026-03-09T18:54:55.019Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 954 | 2026-03-09T18:54:55.022Z | Downloaded rsa v0.9.10 |
| 955 | 2026-03-09T18:54:55.026Z | Downloaded vte v0.14.1 |
| 956 | 2026-03-09T18:54:55.029Z | Downloaded typify v0.6.1 |
| 957 | 2026-03-09T18:54:55.032Z | Downloaded unicode-bidi v0.3.18 |
| 958 | 2026-03-09T18:54:55.035Z | Downloaded xshell v0.2.7 |
| 959 | 2026-03-09T18:54:55.038Z | Downloaded futures-util v0.3.32 |
| 960 | 2026-03-09T18:54:55.048Z | Downloaded tungstenite v0.21.0 |
| 961 | 2026-03-09T18:54:55.052Z | Downloaded rustyline v14.0.0 |
| 962 | 2026-03-09T18:54:55.057Z | Downloaded zerocopy v0.6.6 |
| 963 | 2026-03-09T18:54:55.060Z | Downloaded yasna v0.5.2 |
| 964 | 2026-03-09T18:54:55.062Z | Downloaded chrono v0.4.44 |
| 965 | 2026-03-09T18:54:55.068Z | Downloaded bindgen v0.71.1 |
| 966 | 2026-03-09T18:54:55.075Z | Downloaded ssh-key v0.6.7 |
| 967 | 2026-03-09T18:54:55.083Z | Downloaded reqwest v0.12.28 |
| 968 | 2026-03-09T18:54:55.090Z | Downloaded russh v0.45.0 |
| 969 | 2026-03-09T18:54:55.094Z | Downloaded reqwest v0.13.2 |
| 970 | 2026-03-09T18:54:55.100Z | Downloaded rpassword v7.4.0 |
| 971 | 2026-03-09T18:54:55.103Z | Downloaded git2 v0.20.4 |
| 972 | 2026-03-09T18:54:55.109Z | Downloaded yansi v1.0.1 |
| 973 | 2026-03-09T18:54:55.112Z | Downloaded ron v0.12.0 |
| 974 | 2026-03-09T18:54:55.119Z | Downloaded regex v1.12.3 |
| 975 | 2026-03-09T18:54:55.123Z | Downloaded unsafe-libyaml v0.2.11 |
| 976 | 2026-03-09T18:54:55.127Z | Downloaded portable-atomic v1.13.1 |
| 977 | 2026-03-09T18:54:55.133Z | Downloaded rayon v1.11.0 |
| 978 | 2026-03-09T18:54:55.141Z | Downloaded zopfli v0.8.3 |
| 979 | 2026-03-09T18:54:55.144Z | Downloaded p384 v0.13.1 |
| 980 | 2026-03-09T18:54:55.147Z | Downloaded toml_edit v0.19.15 |
| 981 | 2026-03-09T18:54:55.163Z | Downloaded tokio-postgres v0.7.16 |
| 982 | 2026-03-09T18:54:55.167Z | Downloaded quick-xml v0.37.5 |
| 983 | 2026-03-09T18:54:55.172Z | Downloaded unicode_categories v0.1.1 |
| 984 | 2026-03-09T18:54:55.175Z | Downloaded tower v0.5.3 |
| 985 | 2026-03-09T18:54:55.182Z | Downloaded zip v0.6.6 |
| 986 | 2026-03-09T18:54:55.186Z | Downloaded x509-cert v0.2.5 |
| 987 | 2026-03-09T18:54:55.191Z | Downloaded reedline v0.40.0 |
| 988 | 2026-03-09T18:54:55.198Z | Downloaded rustls-webpki v0.101.7 |
| 989 | 2026-03-09T18:54:55.211Z | Downloaded typify v0.4.3 |
| 990 | 2026-03-09T18:54:55.214Z | Downloaded bitvec v1.0.1 |
| 991 | 2026-03-09T18:54:55.228Z | Downloaded zip v4.6.1 |
| 992 | 2026-03-09T18:54:55.232Z | Downloaded zerocopy-derive v0.8.40 |
| 993 | 2026-03-09T18:54:55.240Z | Downloaded tower-http v0.6.8 |
| 994 | 2026-03-09T18:54:55.249Z | Downloaded typed-path v0.9.3 |
| 995 | 2026-03-09T18:54:55.252Z | Downloaded steno v0.4.1 |
| 996 | 2026-03-09T18:54:55.256Z | Downloaded iri-string v0.7.10 |
| 997 | 2026-03-09T18:54:55.262Z | Downloaded unicode-segmentation v1.12.0 |
| 998 | 2026-03-09T18:54:55.266Z | Downloaded salty v0.3.0 |
| 999 | 2026-03-09T18:54:55.271Z | Downloaded lalrpop v0.19.12 |
| 1000 | 2026-03-09T18:54:55.283Z | Downloaded rustls-webpki v0.102.8 |
| 1001 | 2026-03-09T18:54:55.299Z | Downloaded goblin v0.10.5 |
| 1002 | 2026-03-09T18:54:55.306Z | Downloaded similar v2.7.0 |
| 1003 | 2026-03-09T18:54:55.310Z | Downloaded winnow v0.6.26 |
| 1004 | 2026-03-09T18:54:55.319Z | Downloaded tokio-util v0.7.18 |
| 1005 | 2026-03-09T18:54:55.325Z | Downloaded tough v0.20.0 |
| 1006 | 2026-03-09T18:54:55.333Z | Downloaded unicode-normalization v0.1.25 |
| 1007 | 2026-03-09T18:54:55.337Z | Downloaded proptest v1.10.0 |
| 1008 | 2026-03-09T18:54:55.345Z | Downloaded serde_with v3.17.0 |
| 1009 | 2026-03-09T18:54:55.356Z | Downloaded nix v0.29.0 |
| 1010 | 2026-03-09T18:54:55.366Z | Downloaded object v0.30.4 |
| 1011 | 2026-03-09T18:54:55.377Z | Downloaded polar-core v0.27.3 |
| 1012 | 2026-03-09T18:54:55.381Z | Downloaded curve25519-dalek v4.1.3 |
| 1013 | 2026-03-09T18:54:55.388Z | Downloaded smoltcp v0.9.1 |
| 1014 | 2026-03-09T18:54:55.398Z | Downloaded time v0.3.47 |
| 1015 | 2026-03-09T18:54:55.409Z | Downloaded tabled v0.20.0 |
| 1016 | 2026-03-09T18:54:55.425Z | Downloaded winnow v0.5.40 |
| 1017 | 2026-03-09T18:54:55.432Z | Downloaded nix v0.30.1 |
| 1018 | 2026-03-09T18:54:55.443Z | Downloaded radix_trie v0.2.1 |
| 1019 | 2026-03-09T18:54:55.447Z | Downloaded rustls v0.21.12 |
| 1020 | 2026-03-09T18:54:55.457Z | Downloaded webpki-roots v1.0.6 |
| 1021 | 2026-03-09T18:54:55.460Z | Downloaded openssl v0.10.75 |
| 1022 | 2026-03-09T18:54:55.469Z | Downloaded regex-syntax v0.8.10 |
| 1023 | 2026-03-09T18:54:55.475Z | Downloaded quinn-proto v0.11.13 |
| 1024 | 2026-03-09T18:54:55.484Z | Downloaded smoltcp v0.11.0 |
| 1025 | 2026-03-09T18:54:55.493Z | Downloaded rustls v0.22.4 |
| 1026 | 2026-03-09T18:54:55.505Z | Downloaded zlib-rs v0.6.2 |
| 1027 | 2026-03-09T18:54:55.510Z | Downloaded rustix v0.38.44 |
| 1028 | 2026-03-09T18:54:55.531Z | Downloaded object v0.37.3 |
| 1029 | 2026-03-09T18:54:55.540Z | Downloaded dropshot v0.16.7 |
| 1030 | 2026-03-09T18:54:55.560Z | Downloaded zerocopy v0.8.40 |
| 1031 | 2026-03-09T18:54:55.568Z | Downloaded regress v0.10.5 |
| 1032 | 2026-03-09T18:54:55.576Z | Downloaded hickory-proto v0.24.4 |
| 1033 | 2026-03-09T18:54:55.589Z | Downloaded rustls v0.23.37 |
| 1034 | 2026-03-09T18:54:55.600Z | Downloaded openapiv3 v2.2.0 |
| 1035 | 2026-03-09T18:54:55.609Z | Downloaded diesel v2.2.12 |
| 1036 | 2026-03-09T18:54:55.625Z | Downloaded vcpkg v0.2.15 |
| 1037 | 2026-03-09T18:54:55.662Z | Downloaded hickory-proto v0.25.2 |
| 1038 | 2026-03-09T18:54:55.675Z | Downloaded regex-syntax v0.6.29 |
| 1039 | 2026-03-09T18:54:55.681Z | Downloaded nix v0.31.1 |
| 1040 | 2026-03-09T18:54:55.691Z | Downloaded nix v0.27.1 |
| 1041 | 2026-03-09T18:54:55.700Z | Downloaded tracing v0.1.44 |
| 1042 | 2026-03-09T18:54:55.720Z | Downloaded typify-impl v0.6.1 |
| 1043 | 2026-03-09T18:54:55.732Z | Downloaded sled v0.34.7 |
| 1044 | 2026-03-09T18:54:55.741Z | Downloaded ratatui v0.29.0 |
| 1045 | 2026-03-09T18:54:55.758Z | Downloaded typify-impl v0.4.3 |
| 1046 | 2026-03-09T18:54:55.770Z | Downloaded sqlparser v0.61.0 |
| 1047 | 2026-03-09T18:54:55.778Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1048 | 2026-03-09T18:54:55.789Z | Downloaded nix v0.28.0 |
| 1049 | 2026-03-09T18:54:55.799Z | Downloaded regex-automata v0.4.14 |
| 1050 | 2026-03-09T18:54:55.811Z | Downloaded zerocopy-derive v0.6.6 |
| 1051 | 2026-03-09T18:54:55.820Z | Downloaded bstr v1.12.1 |
| 1052 | 2026-03-09T18:54:55.828Z | Downloaded petname v2.0.2 |
| 1053 | 2026-03-09T18:54:55.832Z | Downloaded petgraph v0.6.5 |
| 1054 | 2026-03-09T18:54:55.848Z | Downloaded csv v1.4.0 |
| 1055 | 2026-03-09T18:54:55.865Z | Downloaded lzma-sys v0.1.20 |
| 1056 | 2026-03-09T18:54:55.890Z | Downloaded jiff v0.2.21 |
| 1057 | 2026-03-09T18:54:55.906Z | Downloaded petgraph v0.8.3 |
| 1058 | 2026-03-09T18:54:55.925Z | Downloaded chrono-tz v0.10.4 |
| 1059 | 2026-03-09T18:54:55.939Z | Downloaded moka v0.12.13 |
| 1060 | 2026-03-09T18:54:55.946Z | Downloaded p521 v0.13.3 |
| 1061 | 2026-03-09T18:54:55.949Z | Downloaded tracing-attributes v0.1.31 |
| 1062 | 2026-03-09T18:54:55.952Z | Downloaded test-strategy v0.4.5 |
| 1063 | 2026-03-09T18:54:55.955Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1064 | 2026-03-09T18:54:55.970Z | Downloaded sha3 v0.10.8 |
| 1065 | 2026-03-09T18:54:55.974Z | Downloaded libz-sys v1.1.24 |
| 1066 | 2026-03-09T18:54:55.993Z | Downloaded snafu v0.8.9 |
| 1067 | 2026-03-09T18:54:55.998Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1068 | 2026-03-09T18:54:56.002Z | Downloaded tokio v1.49.0 |
| 1069 | 2026-03-09T18:54:56.036Z | Downloaded libm v0.2.16 |
| 1070 | 2026-03-09T18:54:56.044Z | Downloaded hkdf v0.12.4 |
| 1071 | 2026-03-09T18:54:56.047Z | Downloaded h2 v0.4.13 |
| 1072 | 2026-03-09T18:54:56.051Z | Downloaded xattr v1.6.1 |
| 1073 | 2026-03-09T18:54:56.056Z | Downloaded unicase v2.9.0 |
| 1074 | 2026-03-09T18:54:56.056Z | Downloaded tokio-rustls v0.26.4 |
| 1075 | 2026-03-09T18:54:56.059Z | Downloaded tls_codec v0.4.2 |
| 1076 | 2026-03-09T18:54:56.059Z | Downloaded term v0.7.0 |
| 1077 | 2026-03-09T18:54:56.062Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1078 | 2026-03-09T18:54:56.062Z | Downloaded term v1.2.1 |
| 1079 | 2026-03-09T18:54:56.065Z | Downloaded slog v2.8.2 |
| 1080 | 2026-03-09T18:54:56.068Z | Downloaded hyper v1.8.1 |
| 1081 | 2026-03-09T18:54:56.073Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1082 | 2026-03-09T18:54:56.076Z | Downloaded stringprep v0.1.5 |
| 1083 | 2026-03-09T18:54:56.076Z | Downloaded smallvec v0.6.14 |
| 1084 | 2026-03-09T18:54:56.079Z | Downloaded slog-stdlog v4.1.1 |
| 1085 | 2026-03-09T18:54:56.079Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1086 | 2026-03-09T18:54:56.082Z | Downloaded hickory-server v0.25.2 |
| 1087 | 2026-03-09T18:54:56.085Z | Downloaded sync-ptr v0.1.4 |
| 1088 | 2026-03-09T18:54:56.085Z | Downloaded structmeta-derive v0.3.0 |
| 1089 | 2026-03-09T18:54:56.088Z | Downloaded sqlformat v0.3.5 |
| 1090 | 2026-03-09T18:54:56.088Z | Downloaded simd-adler32 v0.3.8 |
| 1091 | 2026-03-09T18:54:56.091Z | Downloaded progenitor-impl v0.13.0 |
| 1092 | 2026-03-09T18:54:56.091Z | Downloaded scroll v0.13.0 |
| 1093 | 2026-03-09T18:54:56.094Z | Downloaded russh-keys v0.45.0 |
| 1094 | 2026-03-09T18:54:56.094Z | Downloaded http v1.4.0 |
| 1095 | 2026-03-09T18:54:56.097Z | Downloaded rustc_version v0.1.7 |
| 1096 | 2026-03-09T18:54:56.097Z | Downloaded resolv-conf v0.7.6 |
| 1097 | 2026-03-09T18:54:56.100Z | Downloaded pin-project v1.1.11 |
| 1098 | 2026-03-09T18:54:56.108Z | Downloaded expectorate v1.2.0 |
| 1099 | 2026-03-09T18:54:56.111Z | Downloaded derive_more-impl v2.1.1 |
| 1100 | 2026-03-09T18:54:56.114Z | Downloaded encoding_rs v0.8.35 |
| 1101 | 2026-03-09T18:54:56.133Z | Downloaded der v0.7.10 |
| 1102 | 2026-03-09T18:54:56.137Z | Downloaded scroll_derive v0.13.1 |
| 1103 | 2026-03-09T18:54:56.140Z | Downloaded scopeguard v1.2.0 |
| 1104 | 2026-03-09T18:54:56.140Z | Downloaded pkcs1 v0.7.5 |
| 1105 | 2026-03-09T18:54:56.143Z | Downloaded salsa20 v0.10.2 |
| 1106 | 2026-03-09T18:54:56.143Z | Downloaded rand_chacha v0.3.1 |
| 1107 | 2026-03-09T18:54:56.143Z | Downloaded rand_core v0.9.5 |
| 1108 | 2026-03-09T18:54:56.146Z | Downloaded rustc-hash v2.1.1 |
| 1109 | 2026-03-09T18:54:56.146Z | Downloaded russh-cryptovec v0.7.3 |
| 1110 | 2026-03-09T18:54:56.146Z | Downloaded progenitor v0.13.0 |
| 1111 | 2026-03-09T18:54:56.149Z | Downloaded proc-macro-error2 v2.0.1 |
| 1112 | 2026-03-09T18:54:56.149Z | Downloaded parking_lot_core v0.9.12 |
| 1113 | 2026-03-09T18:54:56.152Z | Downloaded parking_lot v0.12.5 |
| 1114 | 2026-03-09T18:54:56.155Z | Downloaded ring v0.17.14 |
| 1115 | 2026-03-09T18:54:56.188Z | Downloaded primeorder v0.13.6 |
| 1116 | 2026-03-09T18:54:56.191Z | Downloaded progenitor-client v0.13.0 |
| 1117 | 2026-03-09T18:54:56.191Z | Downloaded pem v3.0.6 |
| 1118 | 2026-03-09T18:54:56.191Z | Downloaded ppv-lite86 v0.2.21 |
| 1119 | 2026-03-09T18:54:56.196Z | Downloaded powerfmt v0.2.0 |
| 1120 | 2026-03-09T18:54:56.196Z | Downloaded postgres-protocol v0.6.10 |
| 1121 | 2026-03-09T18:54:56.199Z | Downloaded poly1305 v0.8.0 |
| 1122 | 2026-03-09T18:54:56.199Z | Downloaded pin-project-internal v1.1.11 |
| 1123 | 2026-03-09T18:54:56.200Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1124 | 2026-03-09T18:54:56.203Z | Downloaded hickory-resolver v0.25.2 |
| 1125 | 2026-03-09T18:54:56.205Z | Downloaded hickory-resolver v0.24.4 |
| 1126 | 2026-03-09T18:54:56.208Z | Downloaded pkcs8 v0.10.2 |
| 1127 | 2026-03-09T18:54:56.211Z | Downloaded pkg-config v0.3.32 |
| 1128 | 2026-03-09T18:54:56.211Z | Downloaded aho-corasick v1.1.4 |
| 1129 | 2026-03-09T18:54:56.214Z | Downloaded phf v0.12.1 |
| 1130 | 2026-03-09T18:54:56.217Z | Downloaded heapless v0.7.17 |
| 1131 | 2026-03-09T18:54:56.220Z | Downloaded peg-macros v0.8.5 |
| 1132 | 2026-03-09T18:54:56.220Z | Downloaded peg v0.8.5 |
| 1133 | 2026-03-09T18:54:56.223Z | Downloaded omicron-zone-package v0.12.2 |
| 1134 | 2026-03-09T18:54:56.226Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1135 | 2026-03-09T18:54:56.275Z | Downloaded crossterm v0.29.0 |
| 1136 | 2026-03-09T18:54:56.280Z | Downloaded bumpalo v3.20.2 |
| 1137 | 2026-03-09T18:54:56.284Z | Downloaded proc-macro-crate v3.4.0 |
| 1138 | 2026-03-09T18:54:56.284Z | Downloaded proc-macro-crate v1.3.1 |
| 1139 | 2026-03-09T18:54:56.287Z | Downloaded paste v1.0.15 |
| 1140 | 2026-03-09T18:54:56.288Z | Downloaded parse-display-derive v0.10.0 |
| 1141 | 2026-03-09T18:54:56.290Z | Downloaded parking_lot_core v0.8.6 |
| 1142 | 2026-03-09T18:54:56.290Z | Downloaded packed_struct v0.10.1 |
| 1143 | 2026-03-09T18:54:56.293Z | Downloaded owo-colors v4.3.0 |
| 1144 | 2026-03-09T18:54:56.293Z | Downloaded password-hash v0.5.0 |
| 1145 | 2026-03-09T18:54:56.296Z | Downloaded num_enum v0.5.11 |
| 1146 | 2026-03-09T18:54:56.299Z | Downloaded litrs v1.0.0 |
| 1147 | 2026-03-09T18:54:56.302Z | Downloaded darling_core v0.20.11 |
| 1148 | 2026-03-09T18:54:56.305Z | Downloaded precomputed-hash v0.1.1 |
| 1149 | 2026-03-09T18:54:56.305Z | Downloaded num_enum_derive v0.7.5 |
| 1150 | 2026-03-09T18:54:56.308Z | Downloaded headers v0.4.1 |
| 1151 | 2026-03-09T18:54:56.311Z | Downloaded fatfs v0.3.6 |
| 1152 | 2026-03-09T18:54:56.314Z | Downloaded base64 v0.21.7 |
| 1153 | 2026-03-09T18:54:56.317Z | Downloaded const_format v0.2.35 |
| 1154 | 2026-03-09T18:54:56.320Z | Downloaded indexmap v1.9.3 |
| 1155 | 2026-03-09T18:54:56.323Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1156 | 2026-03-09T18:54:56.323Z | Downloaded futures v0.3.32 |
| 1157 | 2026-03-09T18:54:56.327Z | Downloaded crossbeam-channel v0.5.15 |
| 1158 | 2026-03-09T18:54:56.331Z | Downloaded multer v3.1.0 |
| 1159 | 2026-03-09T18:54:56.334Z | Downloaded defmt v1.0.1 |
| 1160 | 2026-03-09T18:54:56.337Z | Downloaded nu-ansi-term v0.50.3 |
| 1161 | 2026-03-09T18:54:56.337Z | Downloaded num_enum v0.7.5 |
| 1162 | 2026-03-09T18:54:56.341Z | Downloaded multimap v0.10.1 |
| 1163 | 2026-03-09T18:54:56.346Z | Downloaded half v2.7.1 |
| 1164 | 2026-03-09T18:54:56.349Z | Downloaded parse-display v0.10.0 |
| 1165 | 2026-03-09T18:54:56.349Z | Downloaded darling_core v0.23.0 |
| 1166 | 2026-03-09T18:54:56.350Z | Downloaded iana-time-zone v0.1.65 |
| 1167 | 2026-03-09T18:54:56.353Z | Downloaded dropshot_endpoint v0.16.7 |
| 1168 | 2026-03-09T18:54:56.356Z | Downloaded ipnetwork v0.21.1 |
| 1169 | 2026-03-09T18:54:56.356Z | Downloaded openssl-probe v0.1.6 |
| 1170 | 2026-03-09T18:54:56.359Z | Downloaded openssl-macros v0.1.1 |
| 1171 | 2026-03-09T18:54:56.359Z | Downloaded num_enum_derive v0.5.11 |
| 1172 | 2026-03-09T18:54:56.359Z | Downloaded libefi-sys v0.1.0 |
| 1173 | 2026-03-09T18:54:56.360Z | Downloaded http-body-util v0.1.3 |
| 1174 | 2026-03-09T18:54:56.362Z | Downloaded hmac v0.12.1 |
| 1175 | 2026-03-09T18:54:56.362Z | Downloaded crc-any v2.5.0 |
| 1176 | 2026-03-09T18:54:56.365Z | Downloaded derive-where v1.6.0 |
| 1177 | 2026-03-09T18:54:56.368Z | Downloaded compact_str v0.8.1 |
| 1178 | 2026-03-09T18:54:56.371Z | Downloaded chacha20poly1305 v0.10.1 |
| 1179 | 2026-03-09T18:54:56.371Z | Downloaded bytes v1.11.1 |
| 1180 | 2026-03-09T18:54:56.374Z | Downloaded num-derive v0.4.2 |
| 1181 | 2026-03-09T18:54:56.377Z | Downloaded num v0.4.3 |
| 1182 | 2026-03-09T18:54:56.377Z | Downloaded libsw v3.5.0 |
| 1183 | 2026-03-09T18:54:56.380Z | Downloaded indoc v2.0.7 |
| 1184 | 2026-03-09T18:54:56.380Z | Downloaded keccak v0.1.6 |
| 1185 | 2026-03-09T18:54:56.383Z | Downloaded jobserver v0.1.34 |
| 1186 | 2026-03-09T18:54:56.383Z | Downloaded ingot-types v0.1.2 |
| 1187 | 2026-03-09T18:54:56.386Z | Downloaded nibble_vec v0.1.0 |
| 1188 | 2026-03-09T18:54:56.386Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1189 | 2026-03-09T18:54:56.386Z | Downloaded getrandom v0.3.4 |
| 1190 | 2026-03-09T18:54:56.391Z | Downloaded normalize-line-endings v0.3.0 |
| 1191 | 2026-03-09T18:54:56.391Z | Downloaded newline-converter v0.3.0 |
| 1192 | 2026-03-09T18:54:56.394Z | Downloaded new_debug_unreachable v1.0.6 |
| 1193 | 2026-03-09T18:54:56.394Z | Downloaded ipnet v2.11.0 |
| 1194 | 2026-03-09T18:54:56.394Z | Downloaded lzss v0.8.2 |
| 1195 | 2026-03-09T18:54:56.394Z | Downloaded lru v0.12.5 |
| 1196 | 2026-03-09T18:54:56.397Z | Downloaded hickory-client v0.25.2 |
| 1197 | 2026-03-09T18:54:56.397Z | Downloaded aes-gcm v0.10.3 |
| 1198 | 2026-03-09T18:54:56.400Z | Downloaded darling v0.20.11 |
| 1199 | 2026-03-09T18:54:56.403Z | Downloaded chacha20 v0.10.0 |
| 1200 | 2026-03-09T18:54:56.406Z | Downloaded blake2 v0.10.6 |
| 1201 | 2026-03-09T18:54:56.409Z | Downloaded backon v1.6.0 |
| 1202 | 2026-03-09T18:54:56.410Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1203 | 2026-03-09T18:54:56.413Z | Downloaded cipher v0.4.4 |
| 1204 | 2026-03-09T18:54:56.413Z | Downloaded highway v1.3.0 |
| 1205 | 2026-03-09T18:54:56.415Z | Downloaded md-5 v0.10.6 |
| 1206 | 2026-03-09T18:54:56.416Z | Downloaded maplit v1.0.2 |
| 1207 | 2026-03-09T18:54:56.416Z | Downloaded lru-slab v0.1.2 |
| 1208 | 2026-03-09T18:54:56.418Z | Downloaded globset v0.4.18 |
| 1209 | 2026-03-09T18:54:56.418Z | Downloaded darling v0.21.3 |
| 1210 | 2026-03-09T18:54:56.421Z | Downloaded instability v0.3.11 |
| 1211 | 2026-03-09T18:54:56.425Z | Downloaded hyper-staticfile v0.10.1 |
| 1212 | 2026-03-09T18:54:56.425Z | Downloaded futures-channel v0.3.32 |
| 1213 | 2026-03-09T18:54:56.428Z | Downloaded is-terminal v0.4.17 |
| 1214 | 2026-03-09T18:54:56.428Z | Downloaded getrandom v0.2.17 |
| 1215 | 2026-03-09T18:54:56.431Z | Downloaded inout v0.1.4 |
| 1216 | 2026-03-09T18:54:56.431Z | Downloaded ident_case v1.0.1 |
| 1217 | 2026-03-09T18:54:56.431Z | Downloaded foldhash v0.2.0 |
| 1218 | 2026-03-09T18:54:56.434Z | Downloaded aes v0.8.4 |
| 1219 | 2026-03-09T18:54:56.437Z | Downloaded diesel-dtrace v0.4.2 |
| 1220 | 2026-03-09T18:54:56.437Z | Downloaded daft-derive v0.1.5 |
| 1221 | 2026-03-09T18:54:56.440Z | Downloaded cookie v0.18.1 |
| 1222 | 2026-03-09T18:54:56.443Z | Downloaded derive-ex v0.1.8 |
| 1223 | 2026-03-09T18:54:56.443Z | Downloaded fallible-iterator v0.2.0 |
| 1224 | 2026-03-09T18:54:56.443Z | Downloaded cargo_toml v0.22.3 |
| 1225 | 2026-03-09T18:54:56.446Z | Downloaded ciborium v0.2.2 |
| 1226 | 2026-03-09T18:54:56.449Z | Downloaded bzip2 v0.6.1 |
| 1227 | 2026-03-09T18:54:56.449Z | Downloaded http-body v1.0.1 |
| 1228 | 2026-03-09T18:54:56.449Z | Downloaded hostname v0.3.1 |
| 1229 | 2026-03-09T18:54:56.453Z | Downloaded home v0.5.12 |
| 1230 | 2026-03-09T18:54:56.453Z | Downloaded filetime v0.2.27 |
| 1231 | 2026-03-09T18:54:56.453Z | Downloaded derive_more v2.1.1 |
| 1232 | 2026-03-09T18:54:56.461Z | Downloaded deranged v0.5.8 |
| 1233 | 2026-03-09T18:54:56.464Z | Downloaded cookie_store v0.22.1 |
| 1234 | 2026-03-09T18:54:56.465Z | Downloaded console v0.15.11 |
| 1235 | 2026-03-09T18:54:56.469Z | Downloaded cancel-safe-futures v0.1.5 |
| 1236 | 2026-03-09T18:54:56.472Z | Downloaded either v1.15.0 |
| 1237 | 2026-03-09T18:54:56.472Z | Downloaded crc32fast v1.5.0 |
| 1238 | 2026-03-09T18:54:56.474Z | Downloaded console v0.16.2 |
| 1239 | 2026-03-09T18:54:56.475Z | Downloaded clang-sys v1.8.1 |
| 1240 | 2026-03-09T18:54:56.478Z | Downloaded bzip2 v0.4.4 |
| 1241 | 2026-03-09T18:54:56.478Z | Downloaded env_filter v1.0.0 |
| 1242 | 2026-03-09T18:54:56.478Z | Downloaded ed25519 v2.2.3 |
| 1243 | 2026-03-09T18:54:56.482Z | Downloaded hubpack_derive v0.1.1 |
| 1244 | 2026-03-09T18:54:56.482Z | Downloaded hostname v0.4.2 |
| 1245 | 2026-03-09T18:54:56.482Z | Downloaded ecdsa v0.16.9 |
| 1246 | 2026-03-09T18:54:56.485Z | Downloaded find-msvc-tools v0.1.9 |
| 1247 | 2026-03-09T18:54:56.485Z | Downloaded drift v0.1.3 |
| 1248 | 2026-03-09T18:54:56.488Z | Downloaded derive_builder_core v0.20.2 |
| 1249 | 2026-03-09T18:54:56.491Z | Downloaded ctr v0.9.2 |
| 1250 | 2026-03-09T18:54:56.491Z | Downloaded git-stub-vcs v0.1.0 |
| 1251 | 2026-03-09T18:54:56.494Z | Downloaded futures-executor v0.3.32 |
| 1252 | 2026-03-09T18:54:56.494Z | Downloaded der_derive v0.7.3 |
| 1253 | 2026-03-09T18:54:56.517Z | Downloaded futures-task v0.3.32 |
| 1254 | 2026-03-09T18:54:56.517Z | Downloaded const_format_proc_macros v0.2.34 |
| 1255 | 2026-03-09T18:54:56.517Z | Downloaded bcs v0.1.6 |
| 1256 | 2026-03-09T18:54:56.517Z | Downloaded async-trait v0.1.89 |
| 1257 | 2026-03-09T18:54:56.517Z | Downloaded hash32 v0.3.1 |
| 1258 | 2026-03-09T18:54:56.517Z | Downloaded display-error-chain v0.2.2 |
| 1259 | 2026-03-09T18:54:56.518Z | Downloaded float-cmp v0.10.0 |
| 1260 | 2026-03-09T18:54:56.518Z | Downloaded ena v0.14.4 |
| 1261 | 2026-03-09T18:54:56.518Z | Downloaded ghash v0.5.1 |
| 1262 | 2026-03-09T18:54:56.518Z | Downloaded gethostname v0.5.0 |
| 1263 | 2026-03-09T18:54:56.518Z | Downloaded endian-type v0.1.2 |
| 1264 | 2026-03-09T18:54:56.518Z | Downloaded dunce v1.0.5 |
| 1265 | 2026-03-09T18:54:56.518Z | Downloaded dsl_auto_type v0.1.3 |
| 1266 | 2026-03-09T18:54:56.518Z | Downloaded chacha20 v0.9.1 |
| 1267 | 2026-03-09T18:54:56.518Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1268 | 2026-03-09T18:54:56.521Z | Downloaded blowfish v0.9.1 |
| 1269 | 2026-03-09T18:54:56.521Z | Downloaded bit-vec v0.6.3 |
| 1270 | 2026-03-09T18:54:56.521Z | Downloaded flume v0.11.1 |
| 1271 | 2026-03-09T18:54:56.521Z | Downloaded fixedbitset v0.4.2 |
| 1272 | 2026-03-09T18:54:56.521Z | Downloaded embedded-io v0.4.0 |
| 1273 | 2026-03-09T18:54:56.521Z | Downloaded dtrace-parser v0.3.0 |
| 1274 | 2026-03-09T18:54:56.521Z | Downloaded daft v0.1.5 |
| 1275 | 2026-03-09T18:54:56.524Z | Downloaded crossbeam-deque v0.8.6 |
| 1276 | 2026-03-09T18:54:56.524Z | Downloaded corncobs v0.1.4 |
| 1277 | 2026-03-09T18:54:56.530Z | Downloaded cmake v0.1.57 |
| 1278 | 2026-03-09T18:54:56.530Z | Downloaded cexpr v0.6.0 |
| 1279 | 2026-03-09T18:54:56.530Z | Downloaded cassowary v0.3.0 |
| 1280 | 2026-03-09T18:54:56.534Z | Downloaded cargo_metadata v0.19.2 |
| 1281 | 2026-03-09T18:54:56.534Z | Downloaded bit-vec v0.8.0 |
| 1282 | 2026-03-09T18:54:56.534Z | Downloaded dof v0.4.0 |
| 1283 | 2026-03-09T18:54:56.534Z | Downloaded buf-list v1.1.2 |
| 1284 | 2026-03-09T18:54:56.537Z | Downloaded cbc v0.1.2 |
| 1285 | 2026-03-09T18:54:56.537Z | Downloaded bitflags v1.3.2 |
| 1286 | 2026-03-09T18:54:56.540Z | Downloaded bitfield v0.19.4 |
| 1287 | 2026-03-09T18:54:56.540Z | Downloaded bit-set v0.5.3 |
| 1288 | 2026-03-09T18:54:56.540Z | Downloaded document-features v0.2.12 |
| 1289 | 2026-03-09T18:54:56.544Z | Downloaded futures-macro v0.3.32 |
| 1290 | 2026-03-09T18:54:56.544Z | Downloaded foreign-types v0.3.2 |
| 1291 | 2026-03-09T18:54:56.544Z | Downloaded defmt v0.3.100 |
| 1292 | 2026-03-09T18:54:56.544Z | Downloaded base64 v0.22.1 |
| 1293 | 2026-03-09T18:54:56.547Z | Downloaded base16ct v1.0.0 |
| 1294 | 2026-03-09T18:54:56.547Z | Downloaded dirs-sys-next v0.1.2 |
| 1295 | 2026-03-09T18:54:56.547Z | Downloaded dirs-next v2.0.0 |
| 1296 | 2026-03-09T18:54:56.551Z | Downloaded difflib v0.4.0 |
| 1297 | 2026-03-09T18:54:56.551Z | Downloaded debug-ignore v1.0.5 |
| 1298 | 2026-03-09T18:54:56.551Z | Downloaded ciborium-ll v0.2.2 |
| 1299 | 2026-03-09T18:54:56.554Z | Downloaded atomic-waker v1.1.2 |
| 1300 | 2026-03-09T18:54:56.554Z | Downloaded arrayref v0.3.9 |
| 1301 | 2026-03-09T18:54:56.554Z | Downloaded bitfield-struct v0.6.2 |
| 1302 | 2026-03-09T18:54:56.557Z | Downloaded derive_builder_macro v0.20.2 |
| 1303 | 2026-03-09T18:54:56.557Z | Downloaded defmt-macros v1.0.1 |
| 1304 | 2026-03-09T18:54:56.560Z | Downloaded darling_macro v0.21.3 |
| 1305 | 2026-03-09T18:54:56.560Z | Downloaded darling_macro v0.20.11 |
| 1306 | 2026-03-09T18:54:56.560Z | Downloaded crunchy v0.2.4 |
| 1307 | 2026-03-09T18:54:56.560Z | Downloaded convert_case v0.4.0 |
| 1308 | 2026-03-09T18:54:56.560Z | Downloaded block-padding v0.3.3 |
| 1309 | 2026-03-09T18:54:56.563Z | Downloaded cstr-argument v0.1.2 |
| 1310 | 2026-03-09T18:54:56.563Z | Downloaded critical-section v1.2.0 |
| 1311 | 2026-03-09T18:54:56.563Z | Downloaded cpufeatures v0.3.0 |
| 1312 | 2026-03-09T18:54:56.566Z | Downloaded bitfield-macros v0.19.4 |
| 1313 | 2026-03-09T18:54:56.566Z | Downloaded crc8 v0.1.1 |
| 1314 | 2026-03-09T18:54:56.566Z | Downloaded cobs v0.3.0 |
| 1315 | 2026-03-09T18:54:56.566Z | Downloaded ciborium-io v0.2.2 |
| 1316 | 2026-03-09T18:54:56.569Z | Downloaded async-stream v0.3.6 |
| 1317 | 2026-03-09T18:54:56.569Z | Downloaded darling_macro v0.23.0 |
| 1318 | 2026-03-09T18:54:56.569Z | Downloaded bit-set v0.8.0 |
| 1319 | 2026-03-09T18:54:56.569Z | Downloaded base16ct v0.2.0 |
| 1320 | 2026-03-09T18:54:56.574Z | Downloaded atomicwrites v0.4.4 |
| 1321 | 2026-03-09T18:54:56.574Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1322 | 2026-03-09T18:54:56.574Z | Downloaded elliptic-curve v0.13.8 |
| 1323 | 2026-03-09T18:54:56.577Z | Downloaded async-recursion v1.1.1 |
| 1324 | 2026-03-09T18:54:56.580Z | Downloaded ascii-canvas v3.0.0 |
| 1325 | 2026-03-09T18:54:56.580Z | Downloaded ar_archive_writer v0.5.1 |
| 1326 | 2026-03-09T18:54:56.583Z | Downloaded ahash v0.8.12 |
| 1327 | 2026-03-09T18:54:56.583Z | Downloaded base64ct v1.8.3 |
| 1328 | 2026-03-09T18:54:56.586Z | Downloaded backoff v0.4.0 |
| 1329 | 2026-03-09T18:54:56.589Z | Downloaded dyn-clone v1.0.20 |
| 1330 | 2026-03-09T18:54:56.589Z | Downloaded crossbeam-epoch v0.9.18 |
| 1331 | 2026-03-09T18:54:56.592Z | Downloaded assert_matches v1.5.0 |
| 1332 | 2026-03-09T18:54:56.592Z | Downloaded atty v0.2.14 |
| 1333 | 2026-03-09T18:54:56.592Z | Downloaded array-init v0.0.4 |
| 1334 | 2026-03-09T18:54:56.592Z | Downloaded aead v0.5.2 |
| 1335 | 2026-03-09T18:54:56.595Z | Downloaded allocator-api2 v0.2.21 |
| 1336 | 2026-03-09T18:54:56.904Z | Downloaded aws-lc-sys v0.37.1 |
| 1337 | 2026-03-09T18:54:57.251Z | Compiling libc v0.2.180 |
| 1338 | 2026-03-09T18:54:57.251Z | Compiling serde v1.0.228 |
| 1339 | 2026-03-09T18:54:57.254Z | Compiling log v0.4.29 |
| 1340 | 2026-03-09T18:54:57.254Z | Compiling shlex v1.3.0 |
| 1341 | 2026-03-09T18:54:57.254Z | Compiling find-msvc-tools v0.1.9 |
| 1342 | 2026-03-09T18:54:57.421Z | Compiling smallvec v1.15.1 |
| 1343 | 2026-03-09T18:54:57.436Z | Compiling syn v2.0.117 |
| 1344 | 2026-03-09T18:54:57.450Z | Compiling typenum v1.19.0 |
| 1345 | 2026-03-09T18:54:57.804Z | Compiling generic-array v0.14.7 |
| 1346 | 2026-03-09T18:54:57.825Z | Compiling subtle v2.6.1 |
| 1347 | 2026-03-09T18:54:57.872Z | Compiling scopeguard v1.2.0 |
| 1348 | 2026-03-09T18:54:57.939Z | Compiling portable-atomic v1.13.1 |
| 1349 | 2026-03-09T18:54:58.030Z | Compiling lock_api v0.4.14 |
| 1350 | 2026-03-09T18:54:58.051Z | Compiling const-oid v0.9.6 |
| 1351 | 2026-03-09T18:54:58.189Z | Compiling critical-section v1.2.0 |
| 1352 | 2026-03-09T18:54:58.251Z | Compiling zerocopy v0.8.40 |
| 1353 | 2026-03-09T18:54:58.346Z | Compiling parking_lot_core v0.9.12 |
| 1354 | 2026-03-09T18:54:58.473Z | Compiling serde_json v1.0.149 |
| 1355 | 2026-03-09T18:54:58.798Z | Compiling pin-project-lite v0.2.17 |
| 1356 | 2026-03-09T18:54:59.201Z | Compiling pkg-config v0.3.32 |
| 1357 | 2026-03-09T18:54:59.300Z | Compiling libm v0.2.16 |
| 1358 | 2026-03-09T18:54:59.628Z | Compiling num-traits v0.2.19 |
| 1359 | 2026-03-09T18:54:59.781Z | Compiling getrandom v0.2.17 |
| 1360 | 2026-03-09T18:54:59.953Z | Compiling jobserver v0.1.34 |
| 1361 | 2026-03-09T18:54:59.976Z | Compiling errno v0.3.14 |
| 1362 | 2026-03-09T18:55:00.032Z | Compiling rand_core v0.6.4 |
| 1363 | 2026-03-09T18:55:00.215Z | Compiling once_cell v1.21.3 |
| 1364 | 2026-03-09T18:55:00.243Z | Compiling signal-hook-registry v1.4.8 |
| 1365 | 2026-03-09T18:55:00.454Z | Compiling cc v1.2.56 |
| 1366 | 2026-03-09T18:55:00.584Z | Compiling mio v1.1.1 |
| 1367 | 2026-03-09T18:55:00.667Z | Compiling bitflags v2.11.0 |
| 1368 | 2026-03-09T18:55:00.817Z | Compiling parking_lot v0.12.5 |
| 1369 | 2026-03-09T18:55:00.837Z | Compiling futures-core v0.3.32 |
| 1370 | 2026-03-09T18:55:01.179Z | Compiling socket2 v0.6.2 |
| 1371 | 2026-03-09T18:55:01.372Z | Compiling percent-encoding v2.3.2 |
| 1372 | 2026-03-09T18:55:01.632Z | Compiling allocator-api2 v0.2.21 |
| 1373 | 2026-03-09T18:55:01.684Z | Compiling cpufeatures v0.2.17 |
| 1374 | 2026-03-09T18:55:01.735Z | Compiling foldhash v0.2.0 |
| 1375 | 2026-03-09T18:55:01.802Z | Compiling futures-sink v0.3.32 |
| 1376 | 2026-03-09T18:55:01.986Z | Compiling futures-channel v0.3.32 |
| 1377 | 2026-03-09T18:55:02.011Z | Compiling futures-task v0.3.32 |
| 1378 | 2026-03-09T18:55:02.094Z | Compiling futures-io v0.3.32 |
| 1379 | 2026-03-09T18:55:02.146Z | Compiling slab v0.4.12 |
| 1380 | 2026-03-09T18:55:02.339Z | Compiling hashbrown v0.16.1 |
| 1381 | 2026-03-09T18:55:02.361Z | Compiling getrandom v0.4.1 |
| 1382 | 2026-03-09T18:55:02.365Z | Compiling rustversion v1.0.22 |
| 1383 | 2026-03-09T18:55:02.431Z | Compiling rand_core v0.10.0 |
| 1384 | 2026-03-09T18:55:02.474Z | Compiling getrandom v0.3.4 |
| 1385 | 2026-03-09T18:55:02.766Z | Compiling cmake v0.1.57 |
| 1386 | 2026-03-09T18:55:03.630Z | Compiling indexmap v2.13.0 |
| 1387 | 2026-03-09T18:55:03.680Z | Compiling form_urlencoded v1.2.2 |
| 1388 | 2026-03-09T18:55:03.864Z | Compiling base64ct v1.8.3 |
| 1389 | 2026-03-09T18:55:04.012Z | Compiling fs_extra v1.3.0 |
| 1390 | 2026-03-09T18:55:04.282Z | Compiling ident_case v1.0.1 |
| 1391 | 2026-03-09T18:55:04.359Z | Compiling dunce v1.0.5 |
| 1392 | 2026-03-09T18:55:04.465Z | Compiling pem-rfc7468 v0.7.0 |
| 1393 | 2026-03-09T18:55:04.486Z | Compiling flagset v0.4.7 |
| 1394 | 2026-03-09T18:55:04.509Z | Compiling rand_core v0.9.5 |
| 1395 | 2026-03-09T18:55:04.565Z | Compiling aws-lc-sys v0.37.1 |
| 1396 | 2026-03-09T18:55:04.706Z | Compiling iana-time-zone v0.1.65 |
| 1397 | 2026-03-09T18:55:04.881Z | Compiling rustix v1.1.3 |
| 1398 | 2026-03-09T18:55:04.930Z | Compiling ring v0.17.14 |
| 1399 | 2026-03-09T18:55:05.032Z | Compiling uuid v1.21.0 |
| 1400 | 2026-03-09T18:55:05.080Z | Compiling synstructure v0.13.2 |
| 1401 | 2026-03-09T18:55:05.102Z | Compiling rustc_version v0.4.1 |
| 1402 | 2026-03-09T18:55:05.106Z | Compiling aws-lc-rs v1.16.0 |
| 1403 | 2026-03-09T18:55:05.700Z | Compiling vcpkg v0.2.15 |
| 1404 | 2026-03-09T18:55:05.751Z | Compiling regex-syntax v0.8.10 |
| 1405 | 2026-03-09T18:55:06.421Z | Compiling tracing-core v0.1.36 |
| 1406 | 2026-03-09T18:55:06.461Z | Compiling crossbeam-utils v0.8.21 |
| 1407 | 2026-03-09T18:55:07.043Z | Compiling pest_generator v2.8.6 |
| 1408 | 2026-03-09T18:55:07.344Z | Compiling openssl-sys v0.9.111 |
| 1409 | 2026-03-09T18:55:07.596Z | Compiling serde_derive_internals v0.29.1 |
| 1410 | 2026-03-09T18:55:08.494Z | Compiling base64 v0.22.1 |
| 1411 | 2026-03-09T18:55:08.642Z | Compiling schemars v0.8.22 |
| 1412 | 2026-03-09T18:55:08.732Z | Compiling httparse v1.10.1 |
| 1413 | 2026-03-09T18:55:09.063Z | Compiling untrusted v0.7.1 |
| 1414 | 2026-03-09T18:55:09.165Z | Compiling untrusted v0.9.0 |
| 1415 | 2026-03-09T18:55:09.262Z | Compiling openssl-probe v0.2.1 |
| 1416 | 2026-03-09T18:55:09.350Z | Compiling syn v1.0.109 |
| 1417 | 2026-03-09T18:55:09.561Z | Compiling darling_core v0.20.11 |
| 1418 | 2026-03-09T18:55:09.744Z | Compiling tower-service v0.3.3 |
| 1419 | 2026-03-09T18:55:09.799Z | Compiling serde_derive v1.0.228 |
| 1420 | 2026-03-09T18:55:09.894Z | Compiling zeroize_derive v1.4.3 |
| 1421 | 2026-03-09T18:55:09.950Z | Compiling zerofrom-derive v0.1.6 |
| 1422 | 2026-03-09T18:55:10.499Z | Compiling yoke-derive v0.8.1 |
| 1423 | 2026-03-09T18:55:11.213Z | Compiling zeroize v1.8.2 |
| 1424 | 2026-03-09T18:55:11.430Z | Compiling zerocopy-derive v0.8.40 |
| 1425 | 2026-03-09T18:55:11.559Z | Compiling zerovec-derive v0.11.2 |
| 1426 | 2026-03-09T18:55:12.971Z | Compiling crypto-common v0.1.7 |
| 1427 | 2026-03-09T18:55:13.210Z | Compiling block-buffer v0.10.4 |
| 1428 | 2026-03-09T18:55:13.233Z | Compiling displaydoc v0.2.5 |
| 1429 | 2026-03-09T18:55:13.259Z | Compiling zerofrom v0.1.6 |
| 1430 | 2026-03-09T18:55:13.495Z | Compiling yoke v0.8.1 |
| 1431 | 2026-03-09T18:55:13.517Z | Compiling digest v0.10.7 |
| 1432 | 2026-03-09T18:55:13.876Z | Compiling tokio-macros v2.6.0 |
| 1433 | 2026-03-09T18:55:14.041Z | Compiling hmac v0.12.1 |
| 1434 | 2026-03-09T18:55:14.138Z | Compiling zerovec v0.11.5 |
| 1435 | 2026-03-09T18:55:14.334Z | Compiling futures-macro v0.3.32 |
| 1436 | 2026-03-09T18:55:14.825Z | Compiling zerotrie v0.2.3 |
| 1437 | 2026-03-09T18:55:15.248Z | Compiling tinystr v0.8.2 |
| 1438 | 2026-03-09T18:55:15.400Z | Compiling potential_utf v0.1.4 |
| 1439 | 2026-03-09T18:55:15.452Z | Compiling block-padding v0.3.3 |
| 1440 | 2026-03-09T18:55:15.486Z | Compiling sha2 v0.10.9 |
| 1441 | 2026-03-09T18:55:15.624Z | Compiling icu_locale_core v2.1.1 |
| 1442 | 2026-03-09T18:55:15.691Z | Compiling icu_collections v2.1.1 |
| 1443 | 2026-03-09T18:55:15.761Z | Compiling inout v0.1.4 |
| 1444 | 2026-03-09T18:55:15.892Z | Compiling der_derive v0.7.3 |
| 1445 | 2026-03-09T18:55:16.054Z | Compiling cipher v0.4.4 |
| 1446 | 2026-03-09T18:55:16.185Z | Compiling futures-util v0.3.32 |
| 1447 | 2026-03-09T18:55:16.730Z | Compiling salsa20 v0.10.2 |
| 1448 | 2026-03-09T18:55:16.967Z | Compiling pbkdf2 v0.12.2 |
| 1449 | 2026-03-09T18:55:17.130Z | Compiling icu_provider v2.1.1 |
| 1450 | 2026-03-09T18:55:17.671Z | Compiling icu_normalizer v2.1.1 |
| 1451 | 2026-03-09T18:55:17.689Z | Compiling icu_properties v2.1.2 |
| 1452 | 2026-03-09T18:55:17.995Z | Compiling bytes v1.11.1 |
| 1453 | 2026-03-09T18:55:18.042Z | Compiling der v0.7.10 |
| 1454 | 2026-03-09T18:55:18.872Z | Compiling chrono v0.4.44 |
| 1455 | 2026-03-09T18:55:19.090Z | Compiling thiserror-impl v2.0.18 |
| 1456 | 2026-03-09T18:55:19.465Z | Compiling tokio v1.49.0 |
| 1457 | 2026-03-09T18:55:20.346Z | Compiling idna_adapter v1.2.1 |
| 1458 | 2026-03-09T18:55:20.570Z | Compiling idna v1.1.0 |
| 1459 | 2026-03-09T18:55:20.946Z | Compiling spki v0.7.3 |
| 1460 | 2026-03-09T18:55:21.309Z | Compiling url v2.5.8 |
| 1461 | 2026-03-09T18:55:21.382Z | Compiling http v1.4.0 |
| 1462 | 2026-03-09T18:55:22.033Z | Compiling scrypt v0.11.0 |
| 1463 | 2026-03-09T18:55:22.097Z | Compiling thiserror v2.0.18 |
| 1464 | 2026-03-09T18:55:22.174Z | Compiling cbc v0.1.2 |
| 1465 | 2026-03-09T18:55:22.266Z | Compiling aes v0.8.4 |
| 1466 | 2026-03-09T18:55:22.440Z | Compiling rustls-pki-types v1.14.0 |
| 1467 | 2026-03-09T18:55:22.504Z | Compiling tracing-attributes v0.1.31 |
| 1468 | 2026-03-09T18:55:22.915Z | Compiling ppv-lite86 v0.2.21 |
| 1469 | 2026-03-09T18:55:22.938Z | Compiling http-body v1.0.1 |
| 1470 | 2026-03-09T18:55:23.181Z | Compiling pkcs5 v0.7.1 |
| 1471 | 2026-03-09T18:55:23.556Z | Compiling schemars_derive v0.8.22 |
| 1472 | 2026-03-09T18:55:23.680Z | Compiling rand_chacha v0.9.0 |
| 1473 | 2026-03-09T18:55:24.249Z | Compiling rand v0.9.2 |
| 1474 | 2026-03-09T18:55:24.812Z | Compiling pkcs8 v0.10.2 |
| 1475 | 2026-03-09T18:55:25.308Z | Compiling scroll_derive v0.13.1 |
| 1476 | 2026-03-09T18:55:25.448Z | Compiling pest_derive v2.8.6 |
| 1477 | 2026-03-09T18:55:25.733Z | Compiling tracing v0.1.44 |
| 1478 | 2026-03-09T18:55:25.934Z | Compiling tinyvec_macros v0.1.1 |
| 1479 | 2026-03-09T18:55:26.043Z | Compiling rustls v0.23.37 |
| 1480 | 2026-03-09T18:55:26.192Z | Compiling dyn-clone v1.0.20 |
| 1481 | 2026-03-09T18:55:26.245Z | Compiling tower-layer v0.3.3 |
| 1482 | 2026-03-09T18:55:26.353Z | Compiling try-lock v0.2.5 |
| 1483 | 2026-03-09T18:55:26.429Z | Compiling atomic-waker v1.1.2 |
| 1484 | 2026-03-09T18:55:26.518Z | Compiling want v0.3.1 |
| 1485 | 2026-03-09T18:55:26.536Z | Compiling tinyvec v1.10.0 |
| 1486 | 2026-03-09T18:55:26.793Z | Compiling ipnet v2.11.0 |
| 1487 | 2026-03-09T18:55:27.105Z | Compiling scroll v0.13.0 |
| 1488 | 2026-03-09T18:55:27.273Z | Compiling darling_macro v0.20.11 |
| 1489 | 2026-03-09T18:55:27.609Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1490 | 2026-03-09T18:55:27.924Z | Compiling tokio-util v0.7.18 |
| 1491 | 2026-03-09T18:55:28.070Z | Compiling spin v0.9.8 |
| 1492 | 2026-03-09T18:55:28.093Z | Compiling aho-corasick v1.1.4 |
| 1493 | 2026-03-09T18:55:28.350Z | Compiling num-conv v0.2.0 |
| 1494 | 2026-03-09T18:55:28.458Z | Compiling time-core v0.1.8 |
| 1495 | 2026-03-09T18:55:28.608Z | Compiling openssl v0.10.75 |
| 1496 | 2026-03-09T18:55:28.769Z | Compiling crc32fast v1.5.0 |
| 1497 | 2026-03-09T18:55:29.077Z | Compiling powerfmt v0.2.0 |
| 1498 | 2026-03-09T18:55:29.341Z | Compiling foreign-types-shared v0.1.1 |
| 1499 | 2026-03-09T18:55:29.469Z | Compiling h2 v0.4.13 |
| 1500 | 2026-03-09T18:55:29.491Z | Compiling httpdate v1.0.3 |
| 1501 | 2026-03-09T18:55:29.619Z | Compiling pin-utils v0.1.0 |
| 1502 | 2026-03-09T18:55:29.735Z | Compiling foreign-types v0.3.2 |
| 1503 | 2026-03-09T18:55:29.846Z | Compiling deranged v0.5.8 |
| 1504 | 2026-03-09T18:55:30.006Z | Compiling regex-automata v0.4.14 |
| 1505 | 2026-03-09T18:55:30.355Z | Compiling time-macros v0.2.27 |
| 1506 | 2026-03-09T18:55:32.252Z | Compiling tempfile v3.25.0 |
| 1507 | 2026-03-09T18:55:32.876Z | Compiling darling v0.20.11 |
| 1508 | 2026-03-09T18:55:32.899Z | Compiling goblin v0.10.5 |
| 1509 | 2026-03-09T18:55:32.982Z | Compiling openssl-macros v0.1.1 |
| 1510 | 2026-03-09T18:55:33.009Z | Compiling thiserror-impl v1.0.69 |
| 1511 | 2026-03-09T18:55:35.042Z | Compiling wait-timeout v0.2.1 |
| 1512 | 2026-03-09T18:55:35.523Z | Compiling native-tls v0.2.18 |
| 1513 | 2026-03-09T18:55:35.852Z | Compiling usdt-impl v0.6.0 |
| 1514 | 2026-03-09T18:55:35.889Z | Compiling either v1.15.0 |
| 1515 | 2026-03-09T18:55:36.181Z | Compiling hyper v1.8.1 |
| 1516 | 2026-03-09T18:55:36.282Z | Compiling num_threads v0.1.7 |
| 1517 | 2026-03-09T18:55:36.417Z | Compiling siphasher v1.0.2 |
| 1518 | 2026-03-09T18:55:36.538Z | Compiling bit-vec v0.8.0 |
| 1519 | 2026-03-09T18:55:36.800Z | Compiling simd-adler32 v0.3.8 |
| 1520 | 2026-03-09T18:55:36.963Z | Compiling quick-error v1.2.3 |
| 1521 | 2026-03-09T18:55:37.132Z | Compiling rusty-fork v0.3.1 |
| 1522 | 2026-03-09T18:55:37.293Z | Compiling bit-set v0.8.0 |
| 1523 | 2026-03-09T18:55:37.554Z | Compiling time v0.3.47 |
| 1524 | 2026-03-09T18:55:37.816Z | Compiling thiserror v1.0.69 |
| 1525 | 2026-03-09T18:55:38.477Z | Compiling hyper-util v0.1.20 |
| 1526 | 2026-03-09T18:55:39.696Z | Compiling dof v0.4.0 |
| 1527 | 2026-03-09T18:55:39.853Z | Compiling derive_builder_core v0.20.2 |
| 1528 | 2026-03-09T18:55:41.678Z | Compiling unicode-normalization v0.1.25 |
| 1529 | 2026-03-09T18:55:41.986Z | Compiling dtrace-parser v0.3.0 |
| 1530 | 2026-03-09T18:55:42.569Z | Compiling rustls-native-certs v0.8.3 |
| 1531 | 2026-03-09T18:55:42.582Z | Compiling signature v2.2.0 |
| 1532 | 2026-03-09T18:55:42.598Z | Compiling crossbeam-epoch v0.9.18 |
| 1533 | 2026-03-09T18:55:42.828Z | Compiling scroll_derive v0.12.1 |
| 1534 | 2026-03-09T18:55:42.845Z | Compiling heapless v0.7.17 |
| 1535 | 2026-03-09T18:55:43.228Z | Compiling darling_core v0.21.3 |
| 1536 | 2026-03-09T18:55:43.290Z | Compiling slog v2.8.2 |
| 1537 | 2026-03-09T18:55:43.432Z | Compiling rand_xorshift v0.4.0 |
| 1538 | 2026-03-09T18:55:43.608Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1539 | 2026-03-09T18:55:43.714Z | Compiling sync_wrapper v1.0.2 |
| 1540 | 2026-03-09T18:55:43.807Z | Compiling thread-id v5.1.0 |
| 1541 | 2026-03-09T18:55:43.910Z | Compiling cookie v0.18.1 |
| 1542 | 2026-03-09T18:55:43.953Z | Compiling adler2 v2.0.1 |
| 1543 | 2026-03-09T18:55:44.106Z | Compiling unarray v0.1.4 |
| 1544 | 2026-03-09T18:55:44.170Z | Compiling zstd-safe v7.2.4 |
| 1545 | 2026-03-09T18:55:44.221Z | Compiling paste v1.0.15 |
| 1546 | 2026-03-09T18:55:44.245Z | Compiling anyhow v1.0.102 |
| 1547 | 2026-03-09T18:55:44.282Z | Compiling unicode-bidi v0.3.18 |
| 1548 | 2026-03-09T18:55:44.523Z | Compiling signal-hook v0.3.18 |
| 1549 | 2026-03-09T18:55:44.726Z | Compiling unicode-segmentation v1.12.0 |
| 1550 | 2026-03-09T18:55:44.824Z | Compiling unicode-properties v0.1.4 |
| 1551 | 2026-03-09T18:55:44.843Z | Compiling rayon-core v1.13.0 |
| 1552 | 2026-03-09T18:55:45.181Z | Compiling stringprep v0.1.5 |
| 1553 | 2026-03-09T18:55:45.320Z | Compiling proptest v1.10.0 |
| 1554 | 2026-03-09T18:55:45.375Z | Compiling scroll v0.12.0 |
| 1555 | 2026-03-09T18:55:45.603Z | Compiling miniz_oxide v0.8.9 |
| 1556 | 2026-03-09T18:55:45.908Z | Compiling tower v0.5.3 |
| 1557 | 2026-03-09T18:55:46.826Z | Compiling crossbeam-deque v0.8.6 |
| 1558 | 2026-03-09T18:55:46.848Z | Compiling derive_builder_macro v0.20.2 |
| 1559 | 2026-03-09T18:55:46.875Z | Compiling ipnetwork v0.21.1 |
| 1560 | 2026-03-09T18:55:46.900Z | Compiling rand_chacha v0.3.1 |
| 1561 | 2026-03-09T18:55:46.904Z | Compiling http-body-util v0.1.3 |
| 1562 | 2026-03-09T18:55:47.168Z | Compiling webpki-roots v1.0.6 |
| 1563 | 2026-03-09T18:55:47.357Z | Compiling serde_spanned v0.6.9 |
| 1564 | 2026-03-09T18:55:47.378Z | Compiling erased-serde v0.3.31 |
| 1565 | 2026-03-09T18:55:47.586Z | Compiling serde_tokenstream v0.2.3 |
| 1566 | 2026-03-09T18:55:47.647Z | Compiling toml_datetime v0.6.11 |
| 1567 | 2026-03-09T18:55:47.666Z | Compiling md-5 v0.10.6 |
| 1568 | 2026-03-09T18:55:47.923Z | Compiling zerocopy-derive v0.7.35 |
| 1569 | 2026-03-09T18:55:48.147Z | Compiling curve25519-dalek v4.1.3 |
| 1570 | 2026-03-09T18:55:48.172Z | Compiling vergen-lib v0.1.6 |
| 1571 | 2026-03-09T18:55:48.483Z | Compiling num-integer v0.1.46 |
| 1572 | 2026-03-09T18:55:48.678Z | Compiling hash32 v0.2.1 |
| 1573 | 2026-03-09T18:55:48.710Z | Compiling ff v0.13.1 |
| 1574 | 2026-03-09T18:55:48.845Z | Compiling smoltcp v0.9.1 |
| 1575 | 2026-03-09T18:55:48.972Z | Compiling ryu v1.0.23 |
| 1576 | 2026-03-09T18:55:49.081Z | Compiling litrs v1.0.0 |
| 1577 | 2026-03-09T18:55:49.175Z | Compiling ref-cast v1.0.25 |
| 1578 | 2026-03-09T18:55:49.333Z | Compiling fallible-iterator v0.2.0 |
| 1579 | 2026-03-09T18:55:49.424Z | Compiling darling_macro v0.21.3 |
| 1580 | 2026-03-09T18:55:49.548Z | Compiling iri-string v0.7.10 |
| 1581 | 2026-03-09T18:55:49.740Z | Compiling zlib-rs v0.6.2 |
| 1582 | 2026-03-09T18:55:49.867Z | Compiling num-bigint-dig v0.8.6 |
| 1583 | 2026-03-09T18:55:49.992Z | Compiling base16ct v0.2.0 |
| 1584 | 2026-03-09T18:55:50.179Z | Compiling psl-types v2.0.11 |
| 1585 | 2026-03-09T18:55:50.211Z | Compiling rustix v0.38.44 |
| 1586 | 2026-03-09T18:55:50.304Z | Compiling sec1 v0.7.3 |
| 1587 | 2026-03-09T18:55:50.344Z | Compiling darling v0.21.3 |
| 1588 | 2026-03-09T18:55:50.384Z | Compiling publicsuffix v2.3.0 |
| 1589 | 2026-03-09T18:55:50.494Z | Compiling document-features v0.2.12 |
| 1590 | 2026-03-09T18:55:50.673Z | Compiling postgres-protocol v0.6.10 |
| 1591 | 2026-03-09T18:55:50.820Z | Compiling zerocopy v0.7.35 |
| 1592 | 2026-03-09T18:55:51.063Z | Compiling newtype-uuid v1.3.2 |
| 1593 | 2026-03-09T18:55:51.719Z | Compiling serde_urlencoded v0.7.1 |
| 1594 | 2026-03-09T18:55:51.798Z | Compiling num-iter v0.1.45 |
| 1595 | 2026-03-09T18:55:51.997Z | Compiling group v0.13.0 |
| 1596 | 2026-03-09T18:55:52.293Z | Compiling tower-http v0.6.8 |
| 1597 | 2026-03-09T18:55:52.344Z | Compiling derive_builder v0.20.2 |
| 1598 | 2026-03-09T18:55:52.528Z | Compiling rand v0.8.5 |
| 1599 | 2026-03-09T18:55:52.727Z | Compiling oxnet v0.1.4 |
| 1600 | 2026-03-09T18:55:53.190Z | Compiling proc-macro-error v1.0.4 |
| 1601 | 2026-03-09T18:55:53.212Z | Compiling tokio-native-tls v0.3.1 |
| 1602 | 2026-03-09T18:55:53.504Z | Compiling goblin v0.8.2 |
| 1603 | 2026-03-09T18:55:54.481Z | Compiling heck v0.4.1 |
| 1604 | 2026-03-09T18:55:54.923Z | Compiling phf_shared v0.13.1 |
| 1605 | 2026-03-09T18:55:55.080Z | Compiling hubpack_derive v0.1.1 |
| 1606 | 2026-03-09T18:55:55.138Z | Compiling regex v1.12.3 |
| 1607 | 2026-03-09T18:55:55.439Z | Compiling lazy_static v1.5.0 |
| 1608 | 2026-03-09T18:55:55.478Z | Compiling cargo-platform v0.1.9 |
| 1609 | 2026-03-09T18:55:55.584Z | Compiling hkdf v0.12.4 |
| 1610 | 2026-03-09T18:55:55.843Z | Compiling crypto-bigint v0.5.5 |
| 1611 | 2026-03-09T18:55:55.918Z | Compiling daft-derive v0.1.5 |
| 1612 | 2026-03-09T18:55:55.963Z | Compiling async-trait v0.1.89 |
| 1613 | 2026-03-09T18:55:56.075Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1614 | 2026-03-09T18:55:57.162Z | Compiling flate2 v1.1.9 |
| 1615 | 2026-03-09T18:55:57.442Z | Compiling ref-cast-impl v1.0.25 |
| 1616 | 2026-03-09T18:55:57.498Z | Compiling strum_macros v0.27.2 |
| 1617 | 2026-03-09T18:55:58.078Z | Compiling terminal_size v0.4.3 |
| 1618 | 2026-03-09T18:55:58.273Z | Compiling vergen v9.0.6 |
| 1619 | 2026-03-09T18:55:58.306Z | Compiling fs-err v3.3.0 |
| 1620 | 2026-03-09T18:55:58.467Z | Compiling ahash v0.8.12 |
| 1621 | 2026-03-09T18:55:58.579Z | Compiling libbz2-rs-sys v0.2.2 |
| 1622 | 2026-03-09T18:55:58.634Z | Compiling object v0.37.3 |
| 1623 | 2026-03-09T18:55:58.858Z | Compiling managed v0.8.0 |
| 1624 | 2026-03-09T18:55:59.151Z | Compiling bumpalo v3.20.2 |
| 1625 | 2026-03-09T18:55:59.340Z | Compiling bitflags v1.3.2 |
| 1626 | 2026-03-09T18:55:59.485Z | Compiling winnow v0.5.40 |
| 1627 | 2026-03-09T18:55:59.644Z | Compiling foldhash v0.1.5 |
| 1628 | 2026-03-09T18:55:59.959Z | Compiling hashbrown v0.15.5 |
| 1629 | 2026-03-09T18:56:00.119Z | Compiling zopfli v0.8.3 |
| 1630 | 2026-03-09T18:56:01.190Z | Compiling bzip2 v0.6.1 |
| 1631 | 2026-03-09T18:56:01.602Z | Compiling clap_builder v4.5.60 |
| 1632 | 2026-03-09T18:56:01.650Z | Compiling console v0.16.2 |
| 1633 | 2026-03-09T18:56:02.427Z | Compiling strum v0.27.2 |
| 1634 | 2026-03-09T18:56:02.462Z | Compiling dof v0.3.0 |
| 1635 | 2026-03-09T18:56:02.711Z | Compiling toml_edit v0.19.15 |
| 1636 | 2026-03-09T18:56:02.914Z | Compiling elliptic-curve v0.13.8 |
| 1637 | 2026-03-09T18:56:03.317Z | Compiling daft v0.1.5 |
| 1638 | 2026-03-09T18:56:03.774Z | Compiling hubpack v0.1.2 |
| 1639 | 2026-03-09T18:56:03.915Z | Compiling cargo_metadata v0.19.2 |
| 1640 | 2026-03-09T18:56:04.252Z | Compiling phf v0.13.1 |
| 1641 | 2026-03-09T18:56:04.560Z | Compiling signal-hook-mio v0.2.5 |
| 1642 | 2026-03-09T18:56:04.749Z | Compiling zone_cfg_derive v0.3.1 |
| 1643 | 2026-03-09T18:56:06.135Z | Compiling cookie_store v0.22.1 |
| 1644 | 2026-03-09T18:56:07.608Z | Compiling rayon v1.11.0 |
| 1645 | 2026-03-09T18:56:08.012Z | Compiling zstd v0.13.3 |
| 1646 | 2026-03-09T18:56:08.560Z | Compiling hyper-tls v0.6.0 |
| 1647 | 2026-03-09T18:56:09.010Z | Compiling bzip2 v0.4.4 |
| 1648 | 2026-03-09T18:56:09.126Z | Compiling postgres-types v0.2.12 |
| 1649 | 2026-03-09T18:56:09.416Z | Compiling serde_with_macros v3.17.0 |
| 1650 | 2026-03-09T18:56:10.435Z | Compiling usdt-attr-macro v0.6.0 |
| 1651 | 2026-03-09T18:56:11.091Z | Compiling usdt-macro v0.6.0 |
| 1652 | 2026-03-09T18:56:11.582Z | Compiling ed25519 v2.2.3 |
| 1653 | 2026-03-09T18:56:11.823Z | Compiling dtrace-parser v0.2.0 |
| 1654 | 2026-03-09T18:56:12.019Z | Compiling phf_shared v0.11.3 |
| 1655 | 2026-03-09T18:56:12.048Z | Compiling itertools v0.12.1 |
| 1656 | 2026-03-09T18:56:12.129Z | Compiling bstr v1.12.1 |
| 1657 | 2026-03-09T18:56:12.388Z | Compiling pkcs1 v0.7.5 |
| 1658 | 2026-03-09T18:56:12.476Z | Compiling serde-big-array v0.5.1 |
| 1659 | 2026-03-09T18:56:12.727Z | Compiling hex v0.4.3 |
| 1660 | 2026-03-09T18:56:13.290Z | Compiling rfc6979 v0.4.0 |
| 1661 | 2026-03-09T18:56:13.343Z | Compiling enum-as-inner v0.6.1 |
| 1662 | 2026-03-09T18:56:13.500Z | Compiling strum_macros v0.26.4 |
| 1663 | 2026-03-09T18:56:13.618Z | Compiling serde_repr v0.1.20 |
| 1664 | 2026-03-09T18:56:13.640Z | Compiling clap_derive v4.5.55 |
| 1665 | 2026-03-09T18:56:13.674Z | Compiling float-cmp v0.10.0 |
| 1666 | 2026-03-09T18:56:13.992Z | Compiling thread-id v4.2.2 |
| 1667 | 2026-03-09T18:56:14.130Z | Compiling memmap2 v0.9.10 |
| 1668 | 2026-03-09T18:56:14.371Z | Compiling env_filter v1.0.0 |
| 1669 | 2026-03-09T18:56:14.544Z | Compiling encoding_rs v0.8.35 |
| 1670 | 2026-03-09T18:56:14.743Z | Compiling keccak v0.1.6 |
| 1671 | 2026-03-09T18:56:14.956Z | Compiling fixedbitset v0.4.2 |
| 1672 | 2026-03-09T18:56:14.980Z | Compiling difflib v0.4.0 |
| 1673 | 2026-03-09T18:56:15.378Z | Compiling new_debug_unreachable v1.0.6 |
| 1674 | 2026-03-09T18:56:15.496Z | Compiling fixedbitset v0.5.7 |
| 1675 | 2026-03-09T18:56:16.160Z | Compiling static_assertions v1.1.0 |
| 1676 | 2026-03-09T18:56:16.285Z | Compiling whoami v2.1.0 |
| 1677 | 2026-03-09T18:56:16.314Z | Compiling normalize-line-endings v0.3.0 |
| 1678 | 2026-03-09T18:56:16.470Z | Compiling precomputed-hash v0.1.1 |
| 1679 | 2026-03-09T18:56:16.613Z | Compiling jiff v0.2.21 |
| 1680 | 2026-03-09T18:56:16.992Z | Compiling mime v0.3.17 |
| 1681 | 2026-03-09T18:56:17.117Z | Compiling predicates-core v1.0.10 |
| 1682 | 2026-03-09T18:56:17.455Z | Compiling data-encoding v2.10.0 |
| 1683 | 2026-03-09T18:56:17.504Z | Compiling rustc-hash v2.1.1 |
| 1684 | 2026-03-09T18:56:17.684Z | Compiling unit-prefix v0.5.2 |
| 1685 | 2026-03-09T18:56:17.720Z | Compiling toml_edit v0.22.27 |
| 1686 | 2026-03-09T18:56:17.870Z | Compiling strum v0.26.3 |
| 1687 | 2026-03-09T18:56:17.926Z | Compiling indicatif v0.18.4 |
| 1688 | 2026-03-09T18:56:17.930Z | Compiling clap v4.5.60 |
| 1689 | 2026-03-09T18:56:18.081Z | Compiling hickory-proto v0.25.2 |
| 1690 | 2026-03-09T18:56:18.105Z | Compiling iddqd v0.3.17 |
| 1691 | 2026-03-09T18:56:18.155Z | Compiling predicates v3.1.4 |
| 1692 | 2026-03-09T18:56:19.242Z | Compiling tokio-postgres v0.7.16 |
| 1693 | 2026-03-09T18:56:19.628Z | Compiling string_cache v0.8.9 |
| 1694 | 2026-03-09T18:56:19.911Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1695 | 2026-03-09T18:56:20.053Z | Compiling petgraph v0.8.3 |
| 1696 | 2026-03-09T18:56:20.702Z | Compiling petgraph v0.6.5 |
| 1697 | 2026-03-09T18:56:24.250Z | Compiling zip v4.6.1 |
| 1698 | 2026-03-09T18:56:24.511Z | Compiling sha3 v0.10.8 |
| 1699 | 2026-03-09T18:56:24.708Z | Compiling zone v0.3.1 |
| 1700 | 2026-03-09T18:56:24.882Z | Compiling env_logger v0.11.9 |
| 1701 | 2026-03-09T18:56:25.555Z | Compiling usdt v0.6.0 |
| 1702 | 2026-03-09T18:56:25.617Z | Compiling usdt-impl v0.5.0 |
| 1703 | 2026-03-09T18:56:26.027Z | Compiling ecdsa v0.16.9 |
| 1704 | 2026-03-09T18:56:26.224Z | Compiling serde_with v3.17.0 |
| 1705 | 2026-03-09T18:56:26.319Z | Compiling similar v2.7.0 |
| 1706 | 2026-03-09T18:56:26.558Z | Compiling rsa v0.9.10 |
| 1707 | 2026-03-09T18:56:26.865Z | Compiling ed25519-dalek v2.2.0 |
| 1708 | 2026-03-09T18:56:26.942Z | Compiling crossterm v0.28.1 |
| 1709 | 2026-03-09T18:56:27.097Z | Compiling zip v0.6.6 |
| 1710 | 2026-03-09T18:56:28.355Z | Compiling toml v0.7.8 |
| 1711 | 2026-03-09T18:56:29.578Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1712 | 2026-03-09T18:56:29.676Z | Compiling itertools v0.13.0 |
| 1713 | 2026-03-09T18:56:29.816Z | Compiling tokio-stream v0.1.18 |
| 1714 | 2026-03-09T18:56:30.035Z | Compiling buf-list v1.1.2 |
| 1715 | 2026-03-09T18:56:30.550Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1716 | 2026-03-09T18:56:30.592Z | Compiling x509-cert v0.2.5 |
| 1717 | 2026-03-09T18:56:30.761Z | Compiling openapiv3 v2.2.0 |
| 1718 | 2026-03-09T18:56:31.077Z | Compiling sha1 v0.10.6 |
| 1719 | 2026-03-09T18:56:31.248Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1720 | 2026-03-09T18:56:31.486Z | Compiling peg-runtime v0.8.5 |
| 1721 | 2026-03-09T18:56:31.864Z | Compiling lalrpop-util v0.19.12 |
| 1722 | 2026-03-09T18:56:32.059Z | Compiling thread_local v1.1.9 |
| 1723 | 2026-03-09T18:56:32.219Z | Compiling slog-async v2.8.0 |
| 1724 | 2026-03-09T18:56:32.504Z | Compiling futures-executor v0.3.32 |
| 1725 | 2026-03-09T18:56:32.637Z | Compiling crossbeam-channel v0.5.15 |
| 1726 | 2026-03-09T18:56:32.834Z | Compiling filetime v0.2.27 |
| 1727 | 2026-03-09T18:56:32.954Z | Compiling is-terminal v0.4.17 |
| 1728 | 2026-03-09T18:56:33.100Z | Compiling take_mut v0.2.2 |
| 1729 | 2026-03-09T18:56:33.118Z | Compiling term v1.2.1 |
| 1730 | 2026-03-09T18:56:33.247Z | Compiling xattr v1.6.1 |
| 1731 | 2026-03-09T18:56:33.534Z | Compiling tar v0.4.44 |
| 1732 | 2026-03-09T18:56:34.126Z | Compiling slog-term v2.9.2 |
| 1733 | 2026-03-09T18:56:34.415Z | Compiling futures v0.3.32 |
| 1734 | 2026-03-09T18:56:43.600Z | Compiling rustls-webpki v0.103.9 |
| 1735 | 2026-03-09T18:56:48.491Z | Compiling tokio-rustls v0.26.4 |
| 1736 | 2026-03-09T18:56:48.491Z | Compiling rustls-platform-verifier v0.6.2 |
| 1737 | 2026-03-09T18:56:48.789Z | Compiling hyper-rustls v0.27.7 |
| 1738 | 2026-03-09T18:56:49.179Z | Compiling reqwest v0.13.2 |
| 1739 | 2026-03-09T18:56:49.179Z | Compiling reqwest v0.12.28 |
| 1740 | 2026-03-09T18:56:53.451Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1741 | 2026-03-09T18:56:53.744Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1742 | 2026-03-09T18:56:58.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s |
| 1743 | 2026-03-09T18:56:58.300Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1744 | 2026-03-09T18:56:58.352Z | Mar 09 18:56:57.488 INFO Starting download, target: Console |
| 1745 | 2026-03-09T18:56:58.352Z | Mar 09 18:56:57.489 INFO Starting download, target: Clickhouse |
| 1746 | 2026-03-09T18:56:58.352Z | Mar 09 18:56:57.489 INFO Starting download, target: DendriteStub |
| 1747 | 2026-03-09T18:56:58.356Z | Mar 09 18:56:57.489 INFO Starting download, target: Cockroach |
| 1748 | 2026-03-09T18:56:58.356Z | Mar 09 18:56:57.489 INFO Starting download, target: MaghemiteMgd |
| 1749 | 2026-03-09T18:56:58.356Z | Mar 09 18:56:57.489 INFO Starting download, target: TransceiverControl |
| 1750 | 2026-03-09T18:56:58.356Z | Mar 09 18:56:57.489 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1751 | 2026-03-09T18:56:58.356Z | Mar 09 18:56:57.489 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1752 | 2026-03-09T18:56:58.356Z | Mar 09 18:56:57.489 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1753 | 2026-03-09T18:56:58.356Z | Mar 09 18:56:57.490 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1754 | 2026-03-09T18:56:58.356Z | Mar 09 18:56:57.490 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1755 | 2026-03-09T18:56:58.356Z | Mar 09 18:56:57.490 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1756 | 2026-03-09T18:56:58.754Z | Mar 09 18:56:57.889 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1757 | 2026-03-09T18:56:59.331Z | Mar 09 18:56:58.462 INFO Download complete, target: TransceiverControl |
| 1758 | 2026-03-09T18:56:59.556Z | Mar 09 18:56:58.679 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1759 | 2026-03-09T18:57:00.179Z | Mar 09 18:56:59.315 INFO Download complete, target: Console |
| 1760 | 2026-03-09T18:57:00.647Z | Mar 09 18:56:59.784 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1761 | 2026-03-09T18:57:00.783Z | Mar 09 18:56:59.917 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1762 | 2026-03-09T18:57:00.783Z | Mar 09 18:56:59.917 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1763 | 2026-03-09T18:57:00.834Z | Mar 09 18:56:59.971 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1764 | 2026-03-09T18:57:01.144Z | Mar 09 18:57:00.281 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1765 | 2026-03-09T18:57:05.558Z | Mar 09 18:57:04.682 INFO Download complete, target: MaghemiteMgd |
| 1766 | 2026-03-09T18:57:05.760Z | Mar 09 18:57:04.875 INFO Download complete, target: DendriteStub |
| 1767 | 2026-03-09T18:57:10.540Z | Mar 09 18:57:09.676 INFO Checking that binary works, target: Cockroach |
| 1768 | 2026-03-09T18:57:10.670Z | Mar 09 18:57:09.806 INFO Download complete, target: Cockroach |
| 1769 | 2026-03-09T18:57:14.750Z | Mar 09 18:57:13.885 INFO Checking that binary works, target: Clickhouse |
| 1770 | 2026-03-09T18:57:14.891Z | Mar 09 18:57:14.027 INFO Download complete, target: Clickhouse |
| 1771 | 2026-03-09T18:57:14.912Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1772 | 2026-03-09T18:57:14.915Z | |
| 1773 | 2026-03-09T18:57:14.916Z | real 6:13.138664935 |
| 1774 | 2026-03-09T18:57:14.916Z | user 17:00.832349454 |
| 1775 | 2026-03-09T18:57:14.916Z | sys 2:24.225649429 |
| 1776 | 2026-03-09T18:57:14.916Z | trap 0.635878975 |
| 1777 | 2026-03-09T18:57:14.916Z | tflt 0.795495162 |
| 1778 | 2026-03-09T18:57:14.916Z | dflt 0.812317646 |
| 1779 | 2026-03-09T18:57:14.916Z | kflt 0.022116698 |
| 1780 | 2026-03-09T18:57:14.916Z | lock 39:19.729785095 |
| 1781 | 2026-03-09T18:57:14.916Z | slp 1:04:05.737878933 |
| 1782 | 2026-03-09T18:57:14.916Z | lat 1:10.066585686 |
| 1783 | 2026-03-09T18:57:14.916Z | stop 3:04.118460564 |
| 1784 | 2026-03-09T18:57:14.916Z | + banner clippy |
| 1785 | 2026-03-09T18:57:14.916Z | |
| 1786 | 2026-03-09T18:57:14.916Z | #### # # ##### ##### # # |
| 1787 | 2026-03-09T18:57:14.916Z | # # # # # # # # # # |
| 1788 | 2026-03-09T18:57:14.916Z | # # # # # # # # |
| 1789 | 2026-03-09T18:57:14.916Z | # # # ##### ##### # |
| 1790 | 2026-03-09T18:57:14.916Z | # # # # # # # |
| 1791 | 2026-03-09T18:57:14.916Z | #### ###### # # # # |
| 1792 | 2026-03-09T18:57:14.916Z | |
| 1793 | 2026-03-09T18:57:14.916Z | + export CARGO_INCREMENTAL=0 |
| 1794 | 2026-03-09T18:57:14.916Z | + CARGO_INCREMENTAL=0 |
| 1795 | 2026-03-09T18:57:14.919Z | + ptime -m cargo xtask clippy |
| 1796 | 2026-03-09T18:57:15.682Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1797 | 2026-03-09T18:57:15.991Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1798 | 2026-03-09T18:57:18.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
| 1799 | 2026-03-09T18:57:19.085Z | Running `target/debug/xtask clippy` |
| 1800 | 2026-03-09T18:57:19.112Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1801 | 2026-03-09T18:57:19.993Z | Downloading crates ... |
| 1802 | 2026-03-09T18:57:20.303Z | Downloaded constant_time_eq v0.3.1 |
| 1803 | 2026-03-09T18:57:20.310Z | Downloaded addr2line v0.25.1 |
| 1804 | 2026-03-09T18:57:20.314Z | Downloaded serde_regex v1.1.0 |
| 1805 | 2026-03-09T18:57:20.317Z | Downloaded event-listener v5.4.1 |
| 1806 | 2026-03-09T18:57:20.320Z | Downloaded cast v0.3.0 |
| 1807 | 2026-03-09T18:57:20.320Z | Downloaded rustc-demangle v0.1.27 |
| 1808 | 2026-03-09T18:57:20.320Z | Downloaded anes v0.1.6 |
| 1809 | 2026-03-09T18:57:20.323Z | Downloaded assert-json-diff v2.0.2 |
| 1810 | 2026-03-09T18:57:20.327Z | Downloaded backtrace-ext v0.2.1 |
| 1811 | 2026-03-09T18:57:20.332Z | Downloaded async-object-pool v0.2.0 |
| 1812 | 2026-03-09T18:57:20.335Z | Downloaded assert_cmd v2.1.2 |
| 1813 | 2026-03-09T18:57:20.338Z | Downloaded tinytemplate v1.2.1 |
| 1814 | 2026-03-09T18:57:20.341Z | Downloaded target-triple v1.0.0 |
| 1815 | 2026-03-09T18:57:20.341Z | Downloaded event-listener-strategy v0.5.4 |
| 1816 | 2026-03-09T18:57:20.347Z | Downloaded futures-timer v3.0.3 |
| 1817 | 2026-03-09T18:57:20.351Z | Downloaded knuffel-derive v3.2.0 |
| 1818 | 2026-03-09T18:57:20.356Z | Downloaded concurrent-queue v2.5.0 |
| 1819 | 2026-03-09T18:57:20.359Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1820 | 2026-03-09T18:57:20.362Z | Downloaded cfg-expr v0.20.6 |
| 1821 | 2026-03-09T18:57:20.362Z | Downloaded async-lock v3.4.2 |
| 1822 | 2026-03-09T18:57:20.366Z | Downloaded linkme-impl v0.3.35 |
| 1823 | 2026-03-09T18:57:20.372Z | Downloaded datatest-stable v0.3.3 |
| 1824 | 2026-03-09T18:57:20.379Z | Downloaded plotters-svg v0.3.7 |
| 1825 | 2026-03-09T18:57:20.382Z | Downloaded nested v0.1.1 |
| 1826 | 2026-03-09T18:57:20.382Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1827 | 2026-03-09T18:57:20.385Z | Downloaded target-spec v3.5.7 |
| 1828 | 2026-03-09T18:57:20.388Z | Downloaded target-lexicon v0.13.3 |
| 1829 | 2026-03-09T18:57:20.391Z | Downloaded rstest v0.25.0 |
| 1830 | 2026-03-09T18:57:20.394Z | Downloaded pathdiff v0.2.3 |
| 1831 | 2026-03-09T18:57:20.397Z | Downloaded criterion-plot v0.6.0 |
| 1832 | 2026-03-09T18:57:20.397Z | Downloaded terminal_size v0.1.17 |
| 1833 | 2026-03-09T18:57:20.400Z | Downloaded parking v2.2.1 |
| 1834 | 2026-03-09T18:57:20.400Z | Downloaded cargo-platform v0.3.2 |
| 1835 | 2026-03-09T18:57:20.403Z | Downloaded approx v0.5.1 |
| 1836 | 2026-03-09T18:57:20.406Z | Downloaded miette-derive v5.10.0 |
| 1837 | 2026-03-09T18:57:20.407Z | Downloaded supports-hyperlinks v2.1.0 |
| 1838 | 2026-03-09T18:57:20.410Z | Downloaded escape8259 v0.5.3 |
| 1839 | 2026-03-09T18:57:20.410Z | Downloaded supports-color v2.1.0 |
| 1840 | 2026-03-09T18:57:20.416Z | Downloaded similar-asserts v1.7.0 |
| 1841 | 2026-03-09T18:57:20.419Z | Downloaded path-tree v0.8.3 |
| 1842 | 2026-03-09T18:57:20.427Z | Downloaded supports-unicode v2.1.0 |
| 1843 | 2026-03-09T18:57:20.430Z | Downloaded linkme v0.3.35 |
| 1844 | 2026-03-09T18:57:20.437Z | Downloaded termcolor v1.4.1 |
| 1845 | 2026-03-09T18:57:20.440Z | Downloaded plotters-backend v0.3.7 |
| 1846 | 2026-03-09T18:57:20.440Z | Downloaded oorandom v11.1.5 |
| 1847 | 2026-03-09T18:57:20.444Z | Downloaded httptest v0.16.4 |
| 1848 | 2026-03-09T18:57:20.447Z | Downloaded stringmetrics v2.2.2 |
| 1849 | 2026-03-09T18:57:20.450Z | Downloaded rust-argon2 v2.1.0 |
| 1850 | 2026-03-09T18:57:20.450Z | Downloaded partial-io v0.5.4 |
| 1851 | 2026-03-09T18:57:20.453Z | Downloaded libtest-mimic v0.8.1 |
| 1852 | 2026-03-09T18:57:20.456Z | Downloaded knuffel v3.2.0 |
| 1853 | 2026-03-09T18:57:20.456Z | Downloaded criterion v0.7.0 |
| 1854 | 2026-03-09T18:57:20.462Z | Downloaded miette v5.10.0 |
| 1855 | 2026-03-09T18:57:20.465Z | Downloaded relative-path v1.9.3 |
| 1856 | 2026-03-09T18:57:20.465Z | Downloaded blake2b_simd v1.0.4 |
| 1857 | 2026-03-09T18:57:20.468Z | Downloaded cargo_metadata v0.23.1 |
| 1858 | 2026-03-09T18:57:20.468Z | Downloaded owo-colors v3.5.0 |
| 1859 | 2026-03-09T18:57:20.482Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1860 | 2026-03-09T18:57:20.486Z | Downloaded textwrap v0.15.2 |
| 1861 | 2026-03-09T18:57:20.489Z | Downloaded backtrace v0.3.76 |
| 1862 | 2026-03-09T18:57:20.492Z | Downloaded rstest_macros v0.25.0 |
| 1863 | 2026-03-09T18:57:20.495Z | Downloaded trybuild v1.0.116 |
| 1864 | 2026-03-09T18:57:20.498Z | Downloaded plotters v0.3.7 |
| 1865 | 2026-03-09T18:57:20.509Z | Downloaded fancy-regex v0.14.0 |
| 1866 | 2026-03-09T18:57:20.512Z | Downloaded chumsky v0.9.3 |
| 1867 | 2026-03-09T18:57:20.515Z | Downloaded rand_distr v0.5.1 |
| 1868 | 2026-03-09T18:57:20.523Z | Downloaded hashbrown v0.14.5 |
| 1869 | 2026-03-09T18:57:20.528Z | Downloaded guppy v0.17.25 |
| 1870 | 2026-03-09T18:57:20.542Z | Downloaded gimli v0.32.3 |
| 1871 | 2026-03-09T18:57:20.664Z | Downloaded httpmock v0.8.3 |
| 1872 | 2026-03-09T18:57:22.866Z | Checking cfg-if v1.0.4 |
| 1873 | 2026-03-09T18:57:23.273Z | Checking libc v0.2.180 |
| 1874 | 2026-03-09T18:57:23.277Z | Checking serde_core v1.0.228 |
| 1875 | 2026-03-09T18:57:23.351Z | Checking memchr v2.8.0 |
| 1876 | 2026-03-09T18:57:23.397Z | Checking smallvec v1.15.1 |
| 1877 | 2026-03-09T18:57:23.439Z | Checking itoa v1.0.17 |
| 1878 | 2026-03-09T18:57:23.439Z | Checking log v0.4.29 |
| 1879 | 2026-03-09T18:57:23.526Z | Checking zeroize v1.8.2 |
| 1880 | 2026-03-09T18:57:23.585Z | Checking libm v0.2.16 |
| 1881 | 2026-03-09T18:57:23.699Z | Checking scopeguard v1.2.0 |
| 1882 | 2026-03-09T18:57:23.787Z | Checking stable_deref_trait v1.2.1 |
| 1883 | 2026-03-09T18:57:23.843Z | Checking zmij v1.0.21 |
| 1884 | 2026-03-09T18:57:23.899Z | Checking zerofrom v0.1.6 |
| 1885 | 2026-03-09T18:57:23.954Z | Checking lock_api v0.4.14 |
| 1886 | 2026-03-09T18:57:24.010Z | Checking percent-encoding v2.3.2 |
| 1887 | 2026-03-09T18:57:24.074Z | Checking writeable v0.6.2 |
| 1888 | 2026-03-09T18:57:24.142Z | Checking yoke v0.8.1 |
| 1889 | 2026-03-09T18:57:24.286Z | Checking litemap v0.8.1 |
| 1890 | 2026-03-09T18:57:24.341Z | Checking subtle v2.6.1 |
| 1891 | 2026-03-09T18:57:24.415Z | Checking errno v0.3.14 |
| 1892 | 2026-03-09T18:57:24.415Z | Checking getrandom v0.2.17 |
| 1893 | 2026-03-09T18:57:24.418Z | Checking icu_properties_data v2.1.2 |
| 1894 | 2026-03-09T18:57:24.568Z | Checking zerovec v0.11.5 |
| 1895 | 2026-03-09T18:57:24.627Z | Checking zerotrie v0.2.3 |
| 1896 | 2026-03-09T18:57:24.681Z | Checking icu_normalizer_data v2.1.1 |
| 1897 | 2026-03-09T18:57:24.727Z | Checking form_urlencoded v1.2.2 |
| 1898 | 2026-03-09T18:57:24.778Z | Checking rand_core v0.6.4 |
| 1899 | 2026-03-09T18:57:24.831Z | Checking portable-atomic v1.13.1 |
| 1900 | 2026-03-09T18:57:24.835Z | Checking utf8_iter v1.0.4 |
| 1901 | 2026-03-09T18:57:24.958Z | Checking pin-project-lite v0.2.17 |
| 1902 | 2026-03-09T18:57:25.117Z | Checking critical-section v1.2.0 |
| 1903 | 2026-03-09T18:57:25.163Z | Checking zerocopy v0.8.40 |
| 1904 | 2026-03-09T18:57:25.202Z | Checking parking_lot_core v0.9.12 |
| 1905 | 2026-03-09T18:57:25.254Z | Checking rand_core v0.10.0 |
| 1906 | 2026-03-09T18:57:25.310Z | Checking num-traits v0.2.19 |
| 1907 | 2026-03-09T18:57:25.363Z | Checking signal-hook-registry v1.4.8 |
| 1908 | 2026-03-09T18:57:25.573Z | Checking getrandom v0.4.1 |
| 1909 | 2026-03-09T18:57:25.577Z | Checking parking_lot v0.12.5 |
| 1910 | 2026-03-09T18:57:25.677Z | Checking tinystr v0.8.2 |
| 1911 | 2026-03-09T18:57:25.727Z | Checking potential_utf v0.1.4 |
| 1912 | 2026-03-09T18:57:25.849Z | Checking once_cell v1.21.3 |
| 1913 | 2026-03-09T18:57:25.927Z | Checking mio v1.1.1 |
| 1914 | 2026-03-09T18:57:25.988Z | Checking icu_collections v2.1.1 |
| 1915 | 2026-03-09T18:57:25.991Z | Checking typenum v1.19.0 |
| 1916 | 2026-03-09T18:57:26.092Z | Checking icu_locale_core v2.1.1 |
| 1917 | 2026-03-09T18:57:26.198Z | Checking socket2 v0.6.2 |
| 1918 | 2026-03-09T18:57:26.592Z | Checking iana-time-zone v0.1.65 |
| 1919 | 2026-03-09T18:57:26.655Z | Checking thiserror v2.0.18 |
| 1920 | 2026-03-09T18:57:26.721Z | Checking allocator-api2 v0.2.21 |
| 1921 | 2026-03-09T18:57:26.781Z | Checking futures-core v0.3.32 |
| 1922 | 2026-03-09T18:57:26.841Z | Checking equivalent v1.0.2 |
| 1923 | 2026-03-09T18:57:26.899Z | Checking serde v1.0.228 |
| 1924 | 2026-03-09T18:57:26.944Z | Checking bitflags v2.11.0 |
| 1925 | 2026-03-09T18:57:27.021Z | Checking serde_json v1.0.149 |
| 1926 | 2026-03-09T18:57:27.075Z | Checking semver v1.0.27 |
| 1927 | 2026-03-09T18:57:27.270Z | Checking generic-array v0.14.7 |
| 1928 | 2026-03-09T18:57:27.316Z | Checking uuid v1.21.0 |
| 1929 | 2026-03-09T18:57:27.389Z | Checking dyn-clone v1.0.20 |
| 1930 | 2026-03-09T18:57:27.447Z | Checking icu_provider v2.1.1 |
| 1931 | 2026-03-09T18:57:27.515Z | Checking const-oid v0.9.6 |
| 1932 | 2026-03-09T18:57:27.608Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1933 | 2026-03-09T18:57:27.902Z | Checking bytes v1.11.1 |
| 1934 | 2026-03-09T18:57:27.965Z | Checking chrono v0.4.44 |
| 1935 | 2026-03-09T18:57:28.014Z | Checking icu_properties v2.1.2 |
| 1936 | 2026-03-09T18:57:28.064Z | Checking icu_normalizer v2.1.1 |
| 1937 | 2026-03-09T18:57:28.482Z | Checking crypto-common v0.1.7 |
| 1938 | 2026-03-09T18:57:28.740Z | Checking foldhash v0.2.0 |
| 1939 | 2026-03-09T18:57:28.843Z | Checking block-buffer v0.10.4 |
| 1940 | 2026-03-09T18:57:28.906Z | Checking futures-sink v0.3.32 |
| 1941 | 2026-03-09T18:57:28.956Z | Checking tokio v1.49.0 |
| 1942 | 2026-03-09T18:57:29.062Z | Checking hashbrown v0.16.1 |
| 1943 | 2026-03-09T18:57:29.115Z | Checking rustix v1.1.3 |
| 1944 | 2026-03-09T18:57:29.163Z | Checking byteorder v1.5.0 |
| 1945 | 2026-03-09T18:57:29.371Z | Checking digest v0.10.7 |
| 1946 | 2026-03-09T18:57:29.654Z | Checking futures-channel v0.3.32 |
| 1947 | 2026-03-09T18:57:29.798Z | Checking futures-io v0.3.32 |
| 1948 | 2026-03-09T18:57:30.045Z | Checking idna_adapter v1.2.1 |
| 1949 | 2026-03-09T18:57:30.092Z | Checking futures-task v0.3.32 |
| 1950 | 2026-03-09T18:57:30.140Z | Checking slab v0.4.12 |
| 1951 | 2026-03-09T18:57:30.185Z | Checking cpufeatures v0.2.17 |
| 1952 | 2026-03-09T18:57:30.229Z | Checking indexmap v2.13.0 |
| 1953 | 2026-03-09T18:57:30.285Z | Checking idna v1.1.0 |
| 1954 | 2026-03-09T18:57:30.340Z | Checking thiserror v1.0.69 |
| 1955 | 2026-03-09T18:57:30.389Z | Checking getrandom v0.3.4 |
| 1956 | 2026-03-09T18:57:30.472Z | Checking futures-util v0.3.32 |
| 1957 | 2026-03-09T18:57:30.529Z | Checking fnv v1.0.7 |
| 1958 | 2026-03-09T18:57:30.652Z | Checking regex-syntax v0.8.10 |
| 1959 | 2026-03-09T18:57:30.713Z | Checking http v1.4.0 |
| 1960 | 2026-03-09T18:57:30.796Z | Checking url v2.5.8 |
| 1961 | 2026-03-09T18:57:31.275Z | Checking tracing-core v0.1.36 |
| 1962 | 2026-03-09T18:57:31.584Z | Checking base64 v0.22.1 |
| 1963 | 2026-03-09T18:57:31.780Z | Checking schemars v0.8.22 |
| 1964 | 2026-03-09T18:57:31.976Z | Checking tracing v0.1.44 |
| 1965 | 2026-03-09T18:57:32.031Z | Checking unicode-ident v1.0.24 |
| 1966 | 2026-03-09T18:57:32.122Z | Checking ipnet v2.11.0 |
| 1967 | 2026-03-09T18:57:32.266Z | Checking utf8parse v0.2.2 |
| 1968 | 2026-03-09T18:57:32.395Z | Checking anstyle v1.0.13 |
| 1969 | 2026-03-09T18:57:32.491Z | Checking proc-macro2 v1.0.106 |
| 1970 | 2026-03-09T18:57:32.546Z | Checking ppv-lite86 v0.2.21 |
| 1971 | 2026-03-09T18:57:32.671Z | Checking untrusted v0.9.0 |
| 1972 | 2026-03-09T18:57:32.792Z | Checking anstyle-parse v0.2.7 |
| 1973 | 2026-03-09T18:57:32.908Z | Checking ring v0.17.14 |
| 1974 | 2026-03-09T18:57:33.138Z | Checking aho-corasick v1.1.4 |
| 1975 | 2026-03-09T18:57:33.224Z | Checking quote v1.0.44 |
| 1976 | 2026-03-09T18:57:33.278Z | Checking base64ct v1.8.3 |
| 1977 | 2026-03-09T18:57:33.408Z | Checking is_terminal_polyfill v1.70.2 |
| 1978 | 2026-03-09T18:57:33.601Z | Checking colorchoice v1.0.4 |
| 1979 | 2026-03-09T18:57:33.653Z | Checking anstyle-query v1.1.5 |
| 1980 | 2026-03-09T18:57:33.769Z | Checking syn v2.0.117 |
| 1981 | 2026-03-09T18:57:33.827Z | Checking block-padding v0.3.3 |
| 1982 | 2026-03-09T18:57:33.831Z | Checking anstream v0.6.21 |
| 1983 | 2026-03-09T18:57:33.831Z | Checking terminal_size v0.4.3 |
| 1984 | 2026-03-09T18:57:34.111Z | Checking inout v0.1.4 |
| 1985 | 2026-03-09T18:57:34.162Z | Checking rustls-pki-types v1.14.0 |
| 1986 | 2026-03-09T18:57:34.310Z | Checking crossbeam-utils v0.8.21 |
| 1987 | 2026-03-09T18:57:34.384Z | Checking httparse v1.10.1 |
| 1988 | 2026-03-09T18:57:34.779Z | Checking regex-automata v0.4.14 |
| 1989 | 2026-03-09T18:57:34.839Z | Checking cipher v0.4.4 |
| 1990 | 2026-03-09T18:57:34.844Z | Checking clap_lex v1.0.0 |
| 1991 | 2026-03-09T18:57:34.996Z | Checking strsim v0.11.1 |
| 1992 | 2026-03-09T18:57:35.087Z | Checking sha2 v0.10.9 |
| 1993 | 2026-03-09T18:57:35.140Z | Checking pem-rfc7468 v0.7.0 |
| 1994 | 2026-03-09T18:57:35.202Z | Checking http-body v1.0.1 |
| 1995 | 2026-03-09T18:57:35.288Z | Checking rand_core v0.9.5 |
| 1996 | 2026-03-09T18:57:35.349Z | Checking clap_builder v4.5.60 |
| 1997 | 2026-03-09T18:57:35.445Z | Checking atomic-waker v1.1.2 |
| 1998 | 2026-03-09T18:57:35.501Z | Checking hmac v0.12.1 |
| 1999 | 2026-03-09T18:57:35.655Z | Checking try-lock v0.2.5 |
| 2000 | 2026-03-09T18:57:35.710Z | Checking httpdate v1.0.3 |
| 2001 | 2026-03-09T18:57:35.713Z | Checking tower-layer v0.3.3 |
| 2002 | 2026-03-09T18:57:35.802Z | Checking flagset v0.4.7 |
| 2003 | 2026-03-09T18:57:35.856Z | Checking want v0.3.1 |
| 2004 | 2026-03-09T18:57:36.031Z | Checking tower-service v0.3.3 |
| 2005 | 2026-03-09T18:57:36.082Z | Checking pin-utils v0.1.0 |
| 2006 | 2026-03-09T18:57:36.088Z | Checking ryu v1.0.23 |
| 2007 | 2026-03-09T18:57:36.179Z | Checking der v0.7.10 |
| 2008 | 2026-03-09T18:57:36.182Z | Checking tokio-util v0.7.18 |
| 2009 | 2026-03-09T18:57:36.203Z | Checking rand_chacha v0.9.0 |
| 2010 | 2026-03-09T18:57:36.227Z | Checking erased-serde v0.3.31 |
| 2011 | 2026-03-09T18:57:36.442Z | Checking spin v0.9.8 |
| 2012 | 2026-03-09T18:57:36.799Z | Checking rand v0.9.2 |
| 2013 | 2026-03-09T18:57:36.861Z | Checking anyhow v1.0.102 |
| 2014 | 2026-03-09T18:57:37.334Z | Checking http-body-util v0.1.3 |
| 2015 | 2026-03-09T18:57:37.387Z | Checking slog v2.8.2 |
| 2016 | 2026-03-09T18:57:37.788Z | Checking h2 v0.4.13 |
| 2017 | 2026-03-09T18:57:37.843Z | Checking aws-lc-sys v0.37.1 |
| 2018 | 2026-03-09T18:57:37.974Z | Checking powerfmt v0.2.0 |
| 2019 | 2026-03-09T18:57:38.018Z | Checking untrusted v0.7.1 |
| 2020 | 2026-03-09T18:57:38.022Z | Checking openssl-probe v0.2.1 |
| 2021 | 2026-03-09T18:57:38.193Z | Checking clap v4.5.60 |
| 2022 | 2026-03-09T18:57:38.252Z | Checking num_threads v0.1.7 |
| 2023 | 2026-03-09T18:57:38.308Z | Checking deranged v0.5.8 |
| 2024 | 2026-03-09T18:57:38.312Z | Checking num-conv v0.2.0 |
| 2025 | 2026-03-09T18:57:38.413Z | Checking time-core v0.1.8 |
| 2026 | 2026-03-09T18:57:38.467Z | Checking fastrand v2.3.0 |
| 2027 | 2026-03-09T18:57:38.606Z | Checking spki v0.7.3 |
| 2028 | 2026-03-09T18:57:38.778Z | Checking serde_urlencoded v0.7.1 |
| 2029 | 2026-03-09T18:57:38.848Z | Checking pbkdf2 v0.12.2 |
| 2030 | 2026-03-09T18:57:38.949Z | Checking aes v0.8.4 |
| 2031 | 2026-03-09T18:57:39.014Z | Checking regex v1.12.3 |
| 2032 | 2026-03-09T18:57:39.071Z | Checking rand_chacha v0.3.1 |
| 2033 | 2026-03-09T18:57:39.229Z | Checking unicode-width v0.2.0 |
| 2034 | 2026-03-09T18:57:39.390Z | Checking aws-lc-rs v1.16.0 |
| 2035 | 2026-03-09T18:57:39.496Z | Checking pretty-hex v0.4.1 |
| 2036 | 2026-03-09T18:57:39.545Z | Checking rand v0.8.5 |
| 2037 | 2026-03-09T18:57:39.643Z | Checking cbc v0.1.2 |
| 2038 | 2026-03-09T18:57:39.736Z | Checking salsa20 v0.10.2 |
| 2039 | 2026-03-09T18:57:39.794Z | Checking ipnetwork v0.21.1 |
| 2040 | 2026-03-09T18:57:39.850Z | Checking tempfile v3.25.0 |
| 2041 | 2026-03-09T18:57:39.904Z | Checking hex v0.4.3 |
| 2042 | 2026-03-09T18:57:40.024Z | Checking scrypt v0.11.0 |
| 2043 | 2026-03-09T18:57:40.213Z | Checking plain v0.2.3 |
| 2044 | 2026-03-09T18:57:40.269Z | Checking rustls-native-certs v0.8.3 |
| 2045 | 2026-03-09T18:57:40.313Z | Checking pkcs5 v0.7.1 |
| 2046 | 2026-03-09T18:57:40.427Z | Checking sync_wrapper v1.0.2 |
| 2047 | 2026-03-09T18:57:40.481Z | Checking camino v1.2.2 |
| 2048 | 2026-03-09T18:57:40.527Z | Checking mime v0.3.17 |
| 2049 | 2026-03-09T18:57:40.636Z | Checking ucd-trie v0.1.7 |
| 2050 | 2026-03-09T18:57:40.745Z | Checking time v0.3.47 |
| 2051 | 2026-03-09T18:57:40.801Z | Checking tower v0.5.3 |
| 2052 | 2026-03-09T18:57:40.891Z | Checking webpki-roots v1.0.6 |
| 2053 | 2026-03-09T18:57:40.895Z | Checking pkcs8 v0.10.2 |
| 2054 | 2026-03-09T18:57:40.997Z | Checking pest v2.8.6 |
| 2055 | 2026-03-09T18:57:41.054Z | Checking iri-string v0.7.10 |
| 2056 | 2026-03-09T18:57:41.140Z | Checking either v1.15.0 |
| 2057 | 2026-03-09T18:57:41.283Z | Checking rustls-webpki v0.103.9 |
| 2058 | 2026-03-09T18:57:41.338Z | Checking openapiv3 v2.2.0 |
| 2059 | 2026-03-09T18:57:41.555Z | Checking foreign-types-shared v0.1.1 |
| 2060 | 2026-03-09T18:57:41.685Z | Checking openssl-sys v0.9.111 |
| 2061 | 2026-03-09T18:57:41.744Z | Checking foreign-types v0.3.2 |
| 2062 | 2026-03-09T18:57:41.906Z | Checking encoding_rs v0.8.35 |
| 2063 | 2026-03-09T18:57:42.266Z | Checking rustls v0.23.37 |
| 2064 | 2026-03-09T18:57:43.071Z | Checking winnow v0.7.14 |
| 2065 | 2026-03-09T18:57:43.347Z | Checking openssl v0.10.75 |
| 2066 | 2026-03-09T18:57:43.554Z | Checking oxnet v0.1.4 |
| 2067 | 2026-03-09T18:57:43.611Z | Checking tower-http v0.6.8 |
| 2068 | 2026-03-09T18:57:43.842Z | Checking hyper v1.8.1 |
| 2069 | 2026-03-09T18:57:44.029Z | Checking lazy_static v1.5.0 |
| 2070 | 2026-03-09T18:57:44.183Z | Checking static_assertions v1.1.0 |
| 2071 | 2026-03-09T18:57:44.240Z | Checking signature v2.2.0 |
| 2072 | 2026-03-09T18:57:44.244Z | Checking simd-adler32 v0.3.8 |
| 2073 | 2026-03-09T18:57:44.344Z | Checking hubpack v0.1.2 |
| 2074 | 2026-03-09T18:57:44.487Z | Checking adler2 v2.0.1 |
| 2075 | 2026-03-09T18:57:44.544Z | Checking strum v0.26.3 |
| 2076 | 2026-03-09T18:57:44.665Z | Checking sha1 v0.10.6 |
| 2077 | 2026-03-09T18:57:44.721Z | Checking tinyvec_macros v0.1.1 |
| 2078 | 2026-03-09T18:57:44.775Z | Checking miniz_oxide v0.8.9 |
| 2079 | 2026-03-09T18:57:44.778Z | Checking data-encoding v2.10.0 |
| 2080 | 2026-03-09T18:57:44.876Z | Checking tinyvec v1.10.0 |
| 2081 | 2026-03-09T18:57:44.976Z | Checking toml_datetime v0.6.11 |
| 2082 | 2026-03-09T18:57:45.388Z | Checking serde_spanned v0.6.9 |
| 2083 | 2026-03-09T18:57:45.455Z | Checking num-integer v0.1.46 |
| 2084 | 2026-03-09T18:57:45.600Z | Checking scroll v0.13.0 |
| 2085 | 2026-03-09T18:57:45.655Z | Checking bit-vec v0.8.0 |
| 2086 | 2026-03-09T18:57:45.658Z | Checking base16ct v0.2.0 |
| 2087 | 2026-03-09T18:57:45.811Z | Checking crossbeam-epoch v0.9.18 |
| 2088 | 2026-03-09T18:57:45.868Z | Checking hyper-util v0.1.20 |
| 2089 | 2026-03-09T18:57:45.925Z | Checking sec1 v0.7.3 |
| 2090 | 2026-03-09T18:57:45.979Z | Checking crc32fast v1.5.0 |
| 2091 | 2026-03-09T18:57:46.111Z | Checking goblin v0.10.5 |
| 2092 | 2026-03-09T18:57:46.168Z | Checking bit-set v0.8.0 |
| 2093 | 2026-03-09T18:57:46.288Z | Checking ff v0.13.1 |
| 2094 | 2026-03-09T18:57:46.291Z | Checking memmap2 v0.9.10 |
| 2095 | 2026-03-09T18:57:46.390Z | Checking wait-timeout v0.2.1 |
| 2096 | 2026-03-09T18:57:46.484Z | Checking num-iter v0.1.45 |
| 2097 | 2026-03-09T18:57:46.553Z | Checking group v0.13.0 |
| 2098 | 2026-03-09T18:57:46.618Z | Checking dtrace-parser v0.3.0 |
| 2099 | 2026-03-09T18:57:46.684Z | Checking bstr v1.12.1 |
| 2100 | 2026-03-09T18:57:46.824Z | Checking hkdf v0.12.4 |
| 2101 | 2026-03-09T18:57:46.861Z | Checking ahash v0.8.12 |
| 2102 | 2026-03-09T18:57:47.011Z | Checking crypto-bigint v0.5.5 |
| 2103 | 2026-03-09T18:57:47.118Z | Checking scroll v0.12.0 |
| 2104 | 2026-03-09T18:57:47.304Z | Checking thread-id v5.1.0 |
| 2105 | 2026-03-09T18:57:47.483Z | Checking quick-error v1.2.3 |
| 2106 | 2026-03-09T18:57:47.597Z | Checking rand_xorshift v0.4.0 |
| 2107 | 2026-03-09T18:57:47.651Z | Checking goblin v0.8.2 |
| 2108 | 2026-03-09T18:57:47.697Z | Checking rusty-fork v0.3.1 |
| 2109 | 2026-03-09T18:57:47.745Z | Checking tokio-rustls v0.26.4 |
| 2110 | 2026-03-09T18:57:47.856Z | Checking zerocopy v0.7.35 |
| 2111 | 2026-03-09T18:57:48.051Z | Checking unarray v0.1.4 |
| 2112 | 2026-03-09T18:57:48.234Z | Checking num-bigint-dig v0.8.6 |
| 2113 | 2026-03-09T18:57:48.291Z | Checking proptest v1.10.0 |
| 2114 | 2026-03-09T18:57:48.347Z | Checking native-tls v0.2.18 |
| 2115 | 2026-03-09T18:57:48.728Z | Checking tokio-native-tls v0.3.1 |
| 2116 | 2026-03-09T18:57:48.779Z | Checking hyper-rustls v0.27.7 |
| 2117 | 2026-03-09T18:57:49.057Z | Checking hyper-tls v0.6.0 |
| 2118 | 2026-03-09T18:57:49.149Z | Checking dtrace-parser v0.2.0 |
| 2119 | 2026-03-09T18:57:49.228Z | Checking pkcs1 v0.7.5 |
| 2120 | 2026-03-09T18:57:49.393Z | Checking reqwest v0.12.28 |
| 2121 | 2026-03-09T18:57:49.696Z | Checking x509-cert v0.2.5 |
| 2122 | 2026-03-09T18:57:49.752Z | Checking thread-id v4.2.2 |
| 2123 | 2026-03-09T18:57:49.756Z | Checking elliptic-curve v0.13.8 |
| 2124 | 2026-03-09T18:57:49.928Z | Checking unicode-segmentation v1.12.0 |
| 2125 | 2026-03-09T18:57:50.357Z | Checking zlib-rs v0.6.2 |
| 2126 | 2026-03-09T18:57:50.494Z | Checking rsa v0.9.10 |
| 2127 | 2026-03-09T18:57:50.646Z | Checking crossbeam-deque v0.8.6 |
| 2128 | 2026-03-09T18:57:51.037Z | Checking rfc6979 v0.4.0 |
| 2129 | 2026-03-09T18:57:51.216Z | Checking toml_write v0.1.2 |
| 2130 | 2026-03-09T18:57:51.271Z | Checking ecdsa v0.16.9 |
| 2131 | 2026-03-09T18:57:51.351Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2132 | 2026-03-09T18:57:51.519Z | Checking curve25519-dalek v4.1.3 |
| 2133 | 2026-03-09T18:57:51.571Z | Checking toml_edit v0.22.27 |
| 2134 | 2026-03-09T18:57:51.901Z | Checking dof v0.4.0 |
| 2135 | 2026-03-09T18:57:52.017Z | Checking rustix v0.38.44 |
| 2136 | 2026-03-09T18:57:52.135Z | Checking env_filter v1.0.0 |
| 2137 | 2026-03-09T18:57:52.408Z | Checking dof v0.3.0 |
| 2138 | 2026-03-09T18:57:52.466Z | Checking psl-types v2.0.11 |
| 2139 | 2026-03-09T18:57:52.520Z | Checking flate2 v1.1.9 |
| 2140 | 2026-03-09T18:57:52.730Z | Checking keccak v0.1.6 |
| 2141 | 2026-03-09T18:57:52.866Z | Checking newtype-uuid v1.3.2 |
| 2142 | 2026-03-09T18:57:53.107Z | Checking usdt-impl v0.5.0 |
| 2143 | 2026-03-09T18:57:53.163Z | Checking sha3 v0.10.8 |
| 2144 | 2026-03-09T18:57:53.221Z | Checking publicsuffix v2.3.0 |
| 2145 | 2026-03-09T18:57:53.291Z | Checking daft v0.1.5 |
| 2146 | 2026-03-09T18:57:53.295Z | Checking env_logger v0.11.9 |
| 2147 | 2026-03-09T18:57:53.557Z | Checking ed25519 v2.2.3 |
| 2148 | 2026-03-09T18:57:53.639Z | Checking cookie v0.18.1 |
| 2149 | 2026-03-09T18:57:53.694Z | Checking usdt-impl v0.6.0 |
| 2150 | 2026-03-09T18:57:53.697Z | Checking itertools v0.13.0 |
| 2151 | 2026-03-09T18:57:53.796Z | Checking serde_with v3.17.0 |
| 2152 | 2026-03-09T18:57:53.800Z | Checking siphasher v1.0.2 |
| 2153 | 2026-03-09T18:57:53.902Z | Checking bitflags v1.3.2 |
| 2154 | 2026-03-09T18:57:53.964Z | Checking ed25519-dalek v2.2.0 |
| 2155 | 2026-03-09T18:57:54.063Z | Checking rustls-platform-verifier v0.6.2 |
| 2156 | 2026-03-09T18:57:54.118Z | Checking unicode-normalization v0.1.25 |
| 2157 | 2026-03-09T18:57:54.173Z | Checking cookie_store v0.22.1 |
| 2158 | 2026-03-09T18:57:54.233Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2159 | 2026-03-09T18:57:54.237Z | Checking usdt v0.6.0 |
| 2160 | 2026-03-09T18:57:54.357Z | Checking signal-hook v0.3.18 |
| 2161 | 2026-03-09T18:57:54.459Z | Checking managed v0.8.0 |
| 2162 | 2026-03-09T18:57:54.602Z | Checking winnow v0.5.40 |
| 2163 | 2026-03-09T18:57:54.669Z | Checking rayon-core v1.13.0 |
| 2164 | 2026-03-09T18:57:54.780Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2165 | 2026-03-09T18:57:54.879Z | Checking object v0.37.3 |
| 2166 | 2026-03-09T18:57:54.939Z | Checking reqwest v0.13.2 |
| 2167 | 2026-03-09T18:57:54.992Z | Checking foldhash v0.1.5 |
| 2168 | 2026-03-09T18:57:55.093Z | Checking bzip2 v0.4.4 |
| 2169 | 2026-03-09T18:57:55.280Z | Checking hashbrown v0.15.5 |
| 2170 | 2026-03-09T18:57:55.409Z | Checking signal-hook-mio v0.2.5 |
| 2171 | 2026-03-09T18:57:55.466Z | Checking ref-cast v1.0.25 |
| 2172 | 2026-03-09T18:57:55.622Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2173 | 2026-03-09T18:57:55.680Z | Checking zip v0.6.6 |
| 2174 | 2026-03-09T18:57:55.892Z | Checking zstd-safe v7.2.4 |
| 2175 | 2026-03-09T18:57:56.129Z | Checking libbz2-rs-sys v0.2.2 |
| 2176 | 2026-03-09T18:57:56.267Z | Checking bumpalo v3.20.2 |
| 2177 | 2026-03-09T18:57:56.370Z | Checking zstd v0.13.3 |
| 2178 | 2026-03-09T18:57:56.424Z | Checking crossterm v0.28.1 |
| 2179 | 2026-03-09T18:57:56.730Z | Checking zopfli v0.8.3 |
| 2180 | 2026-03-09T18:57:56.788Z | Checking rayon v1.11.0 |
| 2181 | 2026-03-09T18:57:56.840Z | Checking similar v2.7.0 |
| 2182 | 2026-03-09T18:57:57.108Z | Checking bzip2 v0.6.1 |
| 2183 | 2026-03-09T18:57:57.417Z | Checking fs-err v3.3.0 |
| 2184 | 2026-03-09T18:57:57.473Z | Checking hash32 v0.2.1 |
| 2185 | 2026-03-09T18:57:57.523Z | Checking toml_edit v0.19.15 |
| 2186 | 2026-03-09T18:57:57.526Z | Checking serde-big-array v0.5.1 |
| 2187 | 2026-03-09T18:57:57.751Z | Checking unicode-properties v0.1.4 |
| 2188 | 2026-03-09T18:57:57.809Z | Checking predicates-core v1.0.10 |
| 2189 | 2026-03-09T18:57:57.864Z | Checking unicode-bidi v0.3.18 |
| 2190 | 2026-03-09T18:57:58.007Z | Checking jiff v0.2.21 |
| 2191 | 2026-03-09T18:57:58.071Z | Checking heapless v0.7.17 |
| 2192 | 2026-03-09T18:57:58.173Z | Checking hickory-proto v0.25.2 |
| 2193 | 2026-03-09T18:57:58.231Z | Checking tokio-stream v0.1.18 |
| 2194 | 2026-03-09T18:57:58.482Z | Checking stringprep v0.1.5 |
| 2195 | 2026-03-09T18:57:58.819Z | Checking md-5 v0.10.6 |
| 2196 | 2026-03-09T18:57:59.071Z | Checking float-cmp v0.10.0 |
| 2197 | 2026-03-09T18:57:59.126Z | Checking fallible-iterator v0.2.0 |
| 2198 | 2026-03-09T18:57:59.130Z | Checking difflib v0.4.0 |
| 2199 | 2026-03-09T18:57:59.324Z | Checking rustc-hash v2.1.1 |
| 2200 | 2026-03-09T18:57:59.551Z | Checking normalize-line-endings v0.3.0 |
| 2201 | 2026-03-09T18:57:59.605Z | Checking iddqd v0.3.17 |
| 2202 | 2026-03-09T18:57:59.750Z | Checking predicates v3.1.4 |
| 2203 | 2026-03-09T18:57:59.753Z | Checking postgres-protocol v0.6.10 |
| 2204 | 2026-03-09T18:58:00.015Z | Checking toml v0.7.8 |
| 2205 | 2026-03-09T18:58:00.263Z | Checking smoltcp v0.9.1 |
| 2206 | 2026-03-09T18:58:00.477Z | Checking phf_shared v0.11.3 |
| 2207 | 2026-03-09T18:58:00.542Z | Checking phf_shared v0.13.1 |
| 2208 | 2026-03-09T18:58:00.769Z | Checking itertools v0.12.1 |
| 2209 | 2026-03-09T18:58:00.824Z | Checking console v0.16.2 |
| 2210 | 2026-03-09T18:58:01.035Z | Checking buf-list v1.1.2 |
| 2211 | 2026-03-09T18:58:01.152Z | Checking strum v0.27.2 |
| 2212 | 2026-03-09T18:58:01.393Z | Checking unit-prefix v0.5.2 |
| 2213 | 2026-03-09T18:58:01.448Z | Checking new_debug_unreachable v1.0.6 |
| 2214 | 2026-03-09T18:58:01.519Z | Checking lalrpop-util v0.19.12 |
| 2215 | 2026-03-09T18:58:01.609Z | Checking precomputed-hash v0.1.1 |
| 2216 | 2026-03-09T18:58:01.661Z | Checking fixedbitset v0.4.2 |
| 2217 | 2026-03-09T18:58:01.665Z | Checking fixedbitset v0.5.7 |
| 2218 | 2026-03-09T18:58:01.753Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2219 | 2026-03-09T18:58:01.804Z | Checking string_cache v0.8.9 |
| 2220 | 2026-03-09T18:58:01.876Z | Checking indicatif v0.18.4 |
| 2221 | 2026-03-09T18:58:01.982Z | Checking petgraph v0.6.5 |
| 2222 | 2026-03-09T18:58:02.115Z | Checking petgraph v0.8.3 |
| 2223 | 2026-03-09T18:58:02.172Z | Checking phf v0.13.1 |
| 2224 | 2026-03-09T18:58:02.511Z | Checking postgres-types v0.2.12 |
| 2225 | 2026-03-09T18:58:02.758Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2226 | 2026-03-09T18:58:03.054Z | Checking zone v0.3.1 |
| 2227 | 2026-03-09T18:58:03.242Z | Checking whoami v2.1.0 |
| 2228 | 2026-03-09T18:58:03.348Z | Checking zip v4.6.1 |
| 2229 | 2026-03-09T18:58:03.403Z | Checking peg-runtime v0.8.5 |
| 2230 | 2026-03-09T18:58:03.679Z | Checking tokio-postgres v0.7.16 |
| 2231 | 2026-03-09T18:58:03.870Z | Checking futures-executor v0.3.32 |
| 2232 | 2026-03-09T18:58:03.926Z | Checking is-terminal v0.4.17 |
| 2233 | 2026-03-09T18:58:04.134Z | Checking crossbeam-channel v0.5.15 |
| 2234 | 2026-03-09T18:58:04.188Z | Checking futures v0.3.32 |
| 2235 | 2026-03-09T18:58:04.363Z | Checking thread_local v1.1.9 |
| 2236 | 2026-03-09T18:58:04.661Z | Checking term v1.2.1 |
| 2237 | 2026-03-09T18:58:04.724Z | Checking take_mut v0.2.2 |
| 2238 | 2026-03-09T18:58:04.759Z | Checking regress v0.10.5 |
| 2239 | 2026-03-09T18:58:04.913Z | Compiling rustls v0.22.4 |
| 2240 | 2026-03-09T18:58:04.969Z | Checking slog-async v2.8.0 |
| 2241 | 2026-03-09T18:58:05.017Z | Compiling newtype-uuid-macros v0.1.0 |
| 2242 | 2026-03-09T18:58:05.144Z | Checking slog-term v2.9.2 |
| 2243 | 2026-03-09T18:58:05.335Z | Compiling structmeta-derive v0.3.0 |
| 2244 | 2026-03-09T18:58:05.407Z | Compiling multer v3.1.0 |
| 2245 | 2026-03-09T18:58:05.742Z | Compiling async-stream-impl v0.3.6 |
| 2246 | 2026-03-09T18:58:05.806Z | Compiling dropshot v0.16.7 |
| 2247 | 2026-03-09T18:58:05.974Z | Compiling dropshot_endpoint v0.16.7 |
| 2248 | 2026-03-09T18:58:06.324Z | Checking match_cfg v0.1.0 |
| 2249 | 2026-03-09T18:58:06.436Z | Checking slog-json v2.6.1 |
| 2250 | 2026-03-09T18:58:06.495Z | Checking hostname v0.3.1 |
| 2251 | 2026-03-09T18:58:06.686Z | Checking debug-ignore v1.0.5 |
| 2252 | 2026-03-09T18:58:06.738Z | Checking serde_spanned v1.0.4 |
| 2253 | 2026-03-09T18:58:06.792Z | Checking slog-bunyan v2.5.0 |
| 2254 | 2026-03-09T18:58:06.912Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2255 | 2026-03-09T18:58:07.030Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2256 | 2026-03-09T18:58:07.034Z | Checking rustls-webpki v0.102.8 |
| 2257 | 2026-03-09T18:58:07.034Z | Checking serde_path_to_error v0.1.20 |
| 2258 | 2026-03-09T18:58:07.303Z | Checking toml v0.9.12+spec-1.1.0 |
| 2259 | 2026-03-09T18:58:07.360Z | Checking async-stream v0.3.6 |
| 2260 | 2026-03-09T18:58:07.752Z | Checking progenitor-client v0.13.0 |
| 2261 | 2026-03-09T18:58:07.806Z | Compiling structmeta v0.3.0 |
| 2262 | 2026-03-09T18:58:07.987Z | Checking waitgroup v0.1.2 |
| 2263 | 2026-03-09T18:58:08.043Z | Checking rustls-pemfile v2.2.0 |
| 2264 | 2026-03-09T18:58:08.092Z | Checking hostname v0.4.2 |
| 2265 | 2026-03-09T18:58:08.200Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2266 | 2026-03-09T18:58:08.204Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2267 | 2026-03-09T18:58:08.284Z | Compiling derive-ex v0.1.8 |
| 2268 | 2026-03-09T18:58:08.287Z | Compiling parse-display-derive v0.10.0 |
| 2269 | 2026-03-09T18:58:08.388Z | Checking itertools v0.14.0 |
| 2270 | 2026-03-09T18:58:08.533Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2271 | 2026-03-09T18:58:08.696Z | Checking macaddr v1.0.1 |
| 2272 | 2026-03-09T18:58:08.935Z | Checking progenitor-client v0.10.0 |
| 2273 | 2026-03-09T18:58:09.101Z | Checking instant v0.1.13 |
| 2274 | 2026-03-09T18:58:09.291Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2275 | 2026-03-09T18:58:09.348Z | Checking backoff v0.4.0 |
| 2276 | 2026-03-09T18:58:09.400Z | Checking backon v1.6.0 |
| 2277 | 2026-03-09T18:58:09.509Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2278 | 2026-03-09T18:58:09.767Z | Checking heck v0.5.0 |
| 2279 | 2026-03-09T18:58:10.046Z | Checking camino-tempfile v1.4.1 |
| 2280 | 2026-03-09T18:58:10.409Z | Checking toml v0.8.23 |
| 2281 | 2026-03-09T18:58:10.565Z | Compiling cfg_aliases v0.2.1 |
| 2282 | 2026-03-09T18:58:10.737Z | Compiling memoffset v0.9.1 |
| 2283 | 2026-03-09T18:58:10.898Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2284 | 2026-03-09T18:58:11.217Z | Compiling crucible-workspace-hack v0.1.0 |
| 2285 | 2026-03-09T18:58:11.268Z | Checking tokio-rustls v0.25.0 |
| 2286 | 2026-03-09T18:58:11.552Z | Checking secrecy v0.10.3 |
| 2287 | 2026-03-09T18:58:11.803Z | Checking glob v0.3.3 |
| 2288 | 2026-03-09T18:58:11.852Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2289 | 2026-03-09T18:58:12.191Z | Checking parse-display v0.10.0 |
| 2290 | 2026-03-09T18:58:12.250Z | Compiling proc-macro-crate v3.4.0 |
| 2291 | 2026-03-09T18:58:12.301Z | Compiling heapless v0.8.0 |
| 2292 | 2026-03-09T18:58:12.385Z | Compiling test-strategy v0.4.5 |
| 2293 | 2026-03-09T18:58:12.578Z | Checking tabwriter v1.4.1 |
| 2294 | 2026-03-09T18:58:12.891Z | Checking hash32 v0.3.1 |
| 2295 | 2026-03-09T18:58:13.047Z | Compiling ingot-macros v0.1.1 |
| 2296 | 2026-03-09T18:58:13.159Z | Compiling smoltcp v0.11.0 |
| 2297 | 2026-03-09T18:58:13.330Z | Compiling unsafe-libyaml v0.2.11 |
| 2298 | 2026-03-09T18:58:13.394Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2299 | 2026-03-09T18:58:13.471Z | Compiling convert_case v0.4.0 |
| 2300 | 2026-03-09T18:58:13.907Z | Compiling num_enum_derive v0.7.5 |
| 2301 | 2026-03-09T18:58:14.286Z | Compiling derive_more v0.99.20 |
| 2302 | 2026-03-09T18:58:14.881Z | Compiling serde_yaml v0.9.34+deprecated |
| 2303 | 2026-03-09T18:58:15.156Z | Checking cobs v0.3.0 |
| 2304 | 2026-03-09T18:58:15.474Z | Compiling foreign-types-macros v0.2.3 |
| 2305 | 2026-03-09T18:58:15.857Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2306 | 2026-03-09T18:58:16.050Z | Checking cpufeatures v0.3.0 |
| 2307 | 2026-03-09T18:58:16.221Z | Checking foreign-types-shared v0.3.1 |
| 2308 | 2026-03-09T18:58:16.276Z | Checking num_enum v0.7.5 |
| 2309 | 2026-03-09T18:58:16.419Z | Checking chacha20 v0.10.0 |
| 2310 | 2026-03-09T18:58:16.511Z | Checking postcard v1.1.3 |
| 2311 | 2026-03-09T18:58:16.659Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2312 | 2026-03-09T18:58:16.785Z | Checking foreign-types v0.5.0 |
| 2313 | 2026-03-09T18:58:17.268Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2314 | 2026-03-09T18:58:17.438Z | Compiling proc-macro-crate v1.3.1 |
| 2315 | 2026-03-09T18:58:17.487Z | Checking sigpipe v0.1.3 |
| 2316 | 2026-03-09T18:58:17.668Z | Checking cstr-argument v0.1.2 |
| 2317 | 2026-03-09T18:58:17.759Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2318 | 2026-03-09T18:58:17.914Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2319 | 2026-03-09T18:58:18.320Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2320 | 2026-03-09T18:58:18.368Z | Checking colored v3.1.1 |
| 2321 | 2026-03-09T18:58:18.414Z | Compiling num_enum_derive v0.5.11 |
| 2322 | 2026-03-09T18:58:18.628Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2323 | 2026-03-09T18:58:18.829Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2324 | 2026-03-09T18:58:18.832Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2325 | 2026-03-09T18:58:18.933Z | Checking rand v0.10.0 |
| 2326 | 2026-03-09T18:58:19.181Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2327 | 2026-03-09T18:58:19.232Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2328 | 2026-03-09T18:58:19.613Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2329 | 2026-03-09T18:58:19.782Z | Checking ingot-types v0.1.2 |
| 2330 | 2026-03-09T18:58:19.841Z | Compiling nix v0.30.1 |
| 2331 | 2026-03-09T18:58:19.844Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2332 | 2026-03-09T18:58:20.078Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2333 | 2026-03-09T18:58:20.444Z | Checking smf v0.2.3 |
| 2334 | 2026-03-09T18:58:20.492Z | Compiling num-derive v0.4.2 |
| 2335 | 2026-03-09T18:58:20.545Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2336 | 2026-03-09T18:58:20.594Z | Checking num_enum v0.5.11 |
| 2337 | 2026-03-09T18:58:20.643Z | Checking ingot v0.1.1 |
| 2338 | 2026-03-09T18:58:20.826Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2339 | 2026-03-09T18:58:20.895Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2340 | 2026-03-09T18:58:21.026Z | Checking whoami v1.6.1 |
| 2341 | 2026-03-09T18:58:21.243Z | Compiling typify-impl v0.6.1 |
| 2342 | 2026-03-09T18:58:21.378Z | Checking half v2.7.1 |
| 2343 | 2026-03-09T18:58:21.486Z | Checking ciborium-io v0.2.2 |
| 2344 | 2026-03-09T18:58:21.824Z | Checking indent_write v2.2.0 |
| 2345 | 2026-03-09T18:58:22.045Z | Checking ciborium-ll v0.2.2 |
| 2346 | 2026-03-09T18:58:22.134Z | Checking universal-hash v0.5.1 |
| 2347 | 2026-03-09T18:58:22.419Z | Checking opaque-debug v0.3.1 |
| 2348 | 2026-03-09T18:58:22.471Z | Checking ciborium v0.2.2 |
| 2349 | 2026-03-09T18:58:22.571Z | Checking aead v0.5.2 |
| 2350 | 2026-03-09T18:58:22.746Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2351 | 2026-03-09T18:58:22.866Z | Checking swrite v0.1.0 |
| 2352 | 2026-03-09T18:58:23.005Z | Checking poly1305 v0.8.0 |
| 2353 | 2026-03-09T18:58:23.064Z | Checking chacha20 v0.9.1 |
| 2354 | 2026-03-09T18:58:23.221Z | Checking unicode-width v0.1.14 |
| 2355 | 2026-03-09T18:58:23.462Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2356 | 2026-03-09T18:58:23.517Z | Checking password-hash v0.5.0 |
| 2357 | 2026-03-09T18:58:23.592Z | Checking blake2 v0.10.6 |
| 2358 | 2026-03-09T18:58:23.769Z | Compiling usdt-attr-macro v0.5.0 |
| 2359 | 2026-03-09T18:58:23.994Z | Compiling usdt-macro v0.5.0 |
| 2360 | 2026-03-09T18:58:24.105Z | Checking memmap v0.7.0 |
| 2361 | 2026-03-09T18:58:24.369Z | Checking argon2 v0.5.3 |
| 2362 | 2026-03-09T18:58:24.423Z | Checking chacha20poly1305 v0.10.1 |
| 2363 | 2026-03-09T18:58:24.678Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2364 | 2026-03-09T18:58:24.816Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2365 | 2026-03-09T18:58:25.101Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2366 | 2026-03-09T18:58:25.333Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2367 | 2026-03-09T18:58:25.382Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2368 | 2026-03-09T18:58:25.433Z | Checking usdt v0.5.0 |
| 2369 | 2026-03-09T18:58:25.722Z | Compiling derive-where v1.6.0 |
| 2370 | 2026-03-09T18:58:25.778Z | Checking tokio-dtrace v0.1.1 |
| 2371 | 2026-03-09T18:58:25.831Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2372 | 2026-03-09T18:58:25.836Z | Checking atomicwrites v0.4.4 |
| 2373 | 2026-03-09T18:58:26.076Z | Checking thiserror-no-std v2.0.2 |
| 2374 | 2026-03-09T18:58:26.122Z | Checking oxide-tokio-rt v0.1.2 |
| 2375 | 2026-03-09T18:58:26.175Z | Checking console v0.15.11 |
| 2376 | 2026-03-09T18:58:26.263Z | Checking vsss-rs v3.3.4 |
| 2377 | 2026-03-09T18:58:26.408Z | Checking newline-converter v0.3.0 |
| 2378 | 2026-03-09T18:58:26.664Z | Compiling prettyplease v0.2.37 |
| 2379 | 2026-03-09T18:58:26.818Z | Checking expectorate v1.2.0 |
| 2380 | 2026-03-09T18:58:27.089Z | Checking bytecount v0.6.9 |
| 2381 | 2026-03-09T18:58:27.218Z | Compiling owo-colors v4.3.0 |
| 2382 | 2026-03-09T18:58:27.290Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2383 | 2026-03-09T18:58:27.339Z | Compiling cancel-safe-futures v0.1.5 |
| 2384 | 2026-03-09T18:58:27.851Z | Checking libsw-core v0.3.2 |
| 2385 | 2026-03-09T18:58:28.167Z | Checking libsw v3.5.0 |
| 2386 | 2026-03-09T18:58:28.725Z | Checking same-file v1.0.6 |
| 2387 | 2026-03-09T18:58:28.870Z | Checking linear-map v1.2.0 |
| 2388 | 2026-03-09T18:58:28.927Z | Checking num-rational v0.4.2 |
| 2389 | 2026-03-09T18:58:28.973Z | Checking walkdir v2.5.0 |
| 2390 | 2026-03-09T18:58:28.980Z | Checking num-complex v0.4.6 |
| 2391 | 2026-03-09T18:58:29.262Z | Checking float-ord v0.3.2 |
| 2392 | 2026-03-09T18:58:29.325Z | Compiling typify-impl v0.4.3 |
| 2393 | 2026-03-09T18:58:29.390Z | Checking gethostname v0.5.0 |
| 2394 | 2026-03-09T18:58:29.548Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2395 | 2026-03-09T18:58:29.599Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2396 | 2026-03-09T18:58:29.727Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2397 | 2026-03-09T18:58:29.798Z | Compiling async-recursion v1.1.1 |
| 2398 | 2026-03-09T18:58:29.871Z | Checking num v0.4.3 |
| 2399 | 2026-03-09T18:58:30.089Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2400 | 2026-03-09T18:58:31.704Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2401 | 2026-03-09T18:58:32.865Z | Compiling typify-macro v0.6.1 |
| 2402 | 2026-03-09T18:58:33.874Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2403 | 2026-03-09T18:58:34.596Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2404 | 2026-03-09T18:58:35.604Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2405 | 2026-03-09T18:58:35.649Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2406 | 2026-03-09T18:58:36.764Z | Compiling typify v0.6.1 |
| 2407 | 2026-03-09T18:58:37.013Z | Compiling progenitor-impl v0.13.0 |
| 2408 | 2026-03-09T18:58:38.561Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2409 | 2026-03-09T18:58:39.236Z | Checking unicode-linebreak v0.1.5 |
| 2410 | 2026-03-09T18:58:39.690Z | Checking smawk v0.3.2 |
| 2411 | 2026-03-09T18:58:39.746Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2412 | 2026-03-09T18:58:39.983Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2413 | 2026-03-09T18:58:40.846Z | Checking globset v0.4.18 |
| 2414 | 2026-03-09T18:58:40.892Z | Compiling typify-macro v0.4.3 |
| 2415 | 2026-03-09T18:58:41.409Z | Compiling convert_case v0.10.0 |
| 2416 | 2026-03-09T18:58:42.847Z | Compiling slog-dtrace v0.3.0 |
| 2417 | 2026-03-09T18:58:43.048Z | Checking resolv-conf v0.7.6 |
| 2418 | 2026-03-09T18:58:43.297Z | Compiling derive_more-impl v2.1.1 |
| 2419 | 2026-03-09T18:58:43.627Z | Compiling pin-project-internal v1.1.11 |
| 2420 | 2026-03-09T18:58:43.806Z | Compiling progenitor-macro v0.13.0 |
| 2421 | 2026-03-09T18:58:44.737Z | Compiling typify v0.4.3 |
| 2422 | 2026-03-09T18:58:45.055Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2423 | 2026-03-09T18:58:45.110Z | Checking derive_more v2.1.1 |
| 2424 | 2026-03-09T18:58:45.196Z | Checking pem v3.0.6 |
| 2425 | 2026-03-09T18:58:45.286Z | Checking crossterm v0.29.0 |
| 2426 | 2026-03-09T18:58:45.473Z | Checking fd-lock v4.0.4 |
| 2427 | 2026-03-09T18:58:45.557Z | Checking vte v0.14.1 |
| 2428 | 2026-03-09T18:58:45.726Z | Checking display-error-chain v0.2.2 |
| 2429 | 2026-03-09T18:58:45.895Z | Checking strip-ansi-escapes v0.2.1 |
| 2430 | 2026-03-09T18:58:45.973Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2431 | 2026-03-09T18:58:46.121Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2432 | 2026-03-09T18:58:46.299Z | Checking pin-project v1.1.11 |
| 2433 | 2026-03-09T18:58:46.399Z | Compiling snafu-derive v0.8.9 |
| 2434 | 2026-03-09T18:58:46.498Z | Checking linked-hash-map v0.5.6 |
| 2435 | 2026-03-09T18:58:46.722Z | Checking termtree v0.5.1 |
| 2436 | 2026-03-09T18:58:46.929Z | Checking nu-ansi-term v0.50.3 |
| 2437 | 2026-03-09T18:58:46.981Z | Checking lru-cache v0.1.2 |
| 2438 | 2026-03-09T18:58:47.250Z | Compiling progenitor-impl v0.11.2 |
| 2439 | 2026-03-09T18:58:47.393Z | Checking textwrap v0.16.2 |
| 2440 | 2026-03-09T18:58:47.444Z | Checking reedline v0.40.0 |
| 2441 | 2026-03-09T18:58:47.859Z | Checking olpc-cjson v0.1.4 |
| 2442 | 2026-03-09T18:58:48.154Z | Checking hickory-proto v0.24.4 |
| 2443 | 2026-03-09T18:58:50.270Z | Checking serde_plain v1.0.2 |
| 2444 | 2026-03-09T18:58:50.492Z | Checking typed-path v0.9.3 |
| 2445 | 2026-03-09T18:58:50.583Z | Compiling minimal-lexical v0.2.1 |
| 2446 | 2026-03-09T18:58:51.149Z | Compiling nom v7.1.3 |
| 2447 | 2026-03-09T18:58:51.203Z | Checking snafu v0.8.9 |
| 2448 | 2026-03-09T18:58:52.345Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2449 | 2026-03-09T18:58:52.486Z | Checking tough v0.20.0 |
| 2450 | 2026-03-09T18:58:57.735Z | Checking progenitor-client v0.11.2 |
| 2451 | 2026-03-09T18:58:57.735Z | Checking nibble_vec v0.1.0 |
| 2452 | 2026-03-09T18:58:57.735Z | Compiling progenitor-macro v0.11.2 |
| 2453 | 2026-03-09T18:58:57.735Z | Checking endian-type v0.1.2 |
| 2454 | 2026-03-09T18:58:57.735Z | Checking hickory-resolver v0.24.4 |
| 2455 | 2026-03-09T18:58:57.735Z | Checking radix_trie v0.2.1 |
| 2456 | 2026-03-09T18:58:57.735Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2457 | 2026-03-09T18:58:57.735Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2458 | 2026-03-09T18:58:57.735Z | Compiling ar_archive_writer v0.5.1 |
| 2459 | 2026-03-09T18:58:57.735Z | Checking humantime v2.3.0 |
| 2460 | 2026-03-09T18:58:57.735Z | Checking qorb v0.4.1 |
| 2461 | 2026-03-09T18:58:57.735Z | Checking csv-core v0.1.13 |
| 2462 | 2026-03-09T18:58:57.735Z | Checking base64 v0.21.7 |
| 2463 | 2026-03-09T18:58:57.735Z | Checking csv v1.4.0 |
| 2464 | 2026-03-09T18:58:57.735Z | Checking progenitor v0.13.0 |
| 2465 | 2026-03-09T18:58:57.735Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2466 | 2026-03-09T18:58:57.736Z | Compiling psm v0.1.30 |
| 2467 | 2026-03-09T18:58:57.736Z | Compiling stacker v0.1.23 |
| 2468 | 2026-03-09T18:58:57.736Z | Checking highway v1.3.0 |
| 2469 | 2026-03-09T18:58:57.736Z | Compiling cfg_aliases v0.1.1 |
| 2470 | 2026-03-09T18:58:57.796Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2471 | 2026-03-09T18:58:57.796Z | Compiling nix v0.28.0 |
| 2472 | 2026-03-09T18:58:58.262Z | Checking papergrid v0.11.0 |
| 2473 | 2026-03-09T18:58:58.316Z | Compiling tabled_derive v0.7.0 |
| 2474 | 2026-03-09T18:58:58.555Z | Checking home v0.5.12 |
| 2475 | 2026-03-09T18:58:58.768Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2476 | 2026-03-09T18:58:58.920Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2477 | 2026-03-09T18:58:59.791Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2478 | 2026-03-09T18:59:00.034Z | Checking phf_shared v0.12.1 |
| 2479 | 2026-03-09T18:59:00.369Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2480 | 2026-03-09T18:59:00.520Z | Checking tabled v0.15.0 |
| 2481 | 2026-03-09T18:59:00.571Z | Compiling chrono-tz v0.10.4 |
| 2482 | 2026-03-09T18:59:00.957Z | Compiling semver v0.1.20 |
| 2483 | 2026-03-09T18:59:01.090Z | Checking phf v0.12.1 |
| 2484 | 2026-03-09T18:59:01.177Z | Checking recursive v0.1.1 |
| 2485 | 2026-03-09T18:59:01.381Z | Compiling rustc_version v0.1.7 |
| 2486 | 2026-03-09T18:59:01.598Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2487 | 2026-03-09T18:59:01.884Z | Compiling const_format_proc_macros v0.2.34 |
| 2488 | 2026-03-09T18:59:02.929Z | Compiling peg-macros v0.8.5 |
| 2489 | 2026-03-09T18:59:03.038Z | Checking winnow v0.6.26 |
| 2490 | 2026-03-09T18:59:03.401Z | Compiling sqlparser_derive v0.5.0 |
| 2491 | 2026-03-09T18:59:03.903Z | Checking unicode_categories v0.1.1 |
| 2492 | 2026-03-09T18:59:04.258Z | Checking rustyline v14.0.0 |
| 2493 | 2026-03-09T18:59:05.066Z | Checking sqlparser v0.61.0 |
| 2494 | 2026-03-09T18:59:05.494Z | Checking const_format v0.2.35 |
| 2495 | 2026-03-09T18:59:05.783Z | Checking sqlformat v0.3.5 |
| 2496 | 2026-03-09T18:59:05.963Z | Compiling newtype_derive v0.1.6 |
| 2497 | 2026-03-09T18:59:06.101Z | Checking progenitor v0.11.2 |
| 2498 | 2026-03-09T18:59:06.156Z | Checking peg v0.8.5 |
| 2499 | 2026-03-09T18:59:06.320Z | Checking bcs v0.1.6 |
| 2500 | 2026-03-09T18:59:06.370Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2501 | 2026-03-09T18:59:06.472Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2502 | 2026-03-09T18:59:06.696Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2503 | 2026-03-09T18:59:06.752Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2504 | 2026-03-09T18:59:06.800Z | Checking steno v0.4.1 |
| 2505 | 2026-03-09T18:59:06.847Z | Checking utf-8 v0.7.6 |
| 2506 | 2026-03-09T18:59:06.932Z | Checking filetime v0.2.27 |
| 2507 | 2026-03-09T18:59:07.149Z | Checking arc-swap v1.8.2 |
| 2508 | 2026-03-09T18:59:07.243Z | Checking xattr v1.6.1 |
| 2509 | 2026-03-09T18:59:07.322Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2510 | 2026-03-09T18:59:07.514Z | Checking tar v0.4.44 |
| 2511 | 2026-03-09T18:59:07.600Z | Checking slog-scope v4.4.1 |
| 2512 | 2026-03-09T18:59:07.893Z | Compiling progenitor-impl v0.10.0 |
| 2513 | 2026-03-09T18:59:08.390Z | Checking slog-stdlog v4.1.1 |
| 2514 | 2026-03-09T18:59:09.019Z | Checking slog-envlogger v2.2.0 |
| 2515 | 2026-03-09T18:59:09.103Z | Checking tungstenite v0.21.0 |
| 2516 | 2026-03-09T18:59:09.328Z | Checking typeid v1.0.3 |
| 2517 | 2026-03-09T18:59:09.532Z | Checking subprocess v0.2.15 |
| 2518 | 2026-03-09T18:59:10.030Z | Checking tokio-tungstenite v0.21.0 |
| 2519 | 2026-03-09T18:59:10.145Z | Checking headers-core v0.3.0 |
| 2520 | 2026-03-09T18:59:10.379Z | Checking headers v0.4.1 |
| 2521 | 2026-03-09T18:59:10.534Z | Compiling lzma-sys v0.1.20 |
| 2522 | 2026-03-09T18:59:10.594Z | Compiling cargo_toml v0.22.3 |
| 2523 | 2026-03-09T18:59:11.500Z | Checking yasna v0.5.2 |
| 2524 | 2026-03-09T18:59:11.680Z | Checking xz2 v0.1.7 |
| 2525 | 2026-03-09T18:59:11.736Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2526 | 2026-03-09T18:59:12.082Z | Checking ron v0.12.0 |
| 2527 | 2026-03-09T18:59:12.210Z | Checking base16ct v1.0.0 |
| 2528 | 2026-03-09T18:59:12.494Z | Checking dropshot-api-manager-types v0.5.2 |
| 2529 | 2026-03-09T18:59:12.548Z | Checking rcgen v0.12.1 |
| 2530 | 2026-03-09T18:59:12.859Z | Checking tagptr v0.2.0 |
| 2531 | 2026-03-09T18:59:13.183Z | Checking moka v0.12.13 |
| 2532 | 2026-03-09T18:59:13.256Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2533 | 2026-03-09T18:59:13.631Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2534 | 2026-03-09T18:59:13.852Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2535 | 2026-03-09T18:59:13.930Z | Compiling libefi-sys v0.1.0 |
| 2536 | 2026-03-09T18:59:14.333Z | Compiling radium v0.7.0 |
| 2537 | 2026-03-09T18:59:14.597Z | Compiling progenitor-macro v0.10.0 |
| 2538 | 2026-03-09T18:59:14.651Z | Checking hickory-resolver v0.25.2 |
| 2539 | 2026-03-09T18:59:14.867Z | Compiling bitfield-struct v0.6.2 |
| 2540 | 2026-03-09T18:59:14.990Z | Compiling maybe-uninit v2.0.0 |
| 2541 | 2026-03-09T18:59:15.568Z | Checking tap v1.0.1 |
| 2542 | 2026-03-09T18:59:15.809Z | Checking wyz v0.5.1 |
| 2543 | 2026-03-09T18:59:15.964Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2544 | 2026-03-09T18:59:16.137Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2545 | 2026-03-09T18:59:16.246Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2546 | 2026-03-09T18:59:16.924Z | Compiling zerocopy-derive v0.6.6 |
| 2547 | 2026-03-09T18:59:16.985Z | Checking crc-catalog v2.4.0 |
| 2548 | 2026-03-09T18:59:17.211Z | Checking funty v2.0.0 |
| 2549 | 2026-03-09T18:59:17.290Z | Compiling packed_struct v0.10.1 |
| 2550 | 2026-03-09T18:59:17.365Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2551 | 2026-03-09T18:59:17.551Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2552 | 2026-03-09T18:59:17.775Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2553 | 2026-03-09T18:59:17.899Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2554 | 2026-03-09T18:59:18.058Z | Checking crc v3.4.0 |
| 2555 | 2026-03-09T18:59:18.139Z | Checking bitvec v1.0.1 |
| 2556 | 2026-03-09T18:59:18.367Z | Compiling packed_struct_codegen v0.10.1 |
| 2557 | 2026-03-09T18:59:18.476Z | Compiling bitfield-macros v0.19.4 |
| 2558 | 2026-03-09T18:59:18.847Z | Checking zerocopy v0.6.6 |
| 2559 | 2026-03-09T18:59:19.548Z | Compiling indexmap v1.9.3 |
| 2560 | 2026-03-09T18:59:19.696Z | Checking nodrop v0.1.14 |
| 2561 | 2026-03-09T18:59:19.884Z | Checking array-init v0.0.4 |
| 2562 | 2026-03-09T18:59:20.039Z | Checking smallvec v0.6.14 |
| 2563 | 2026-03-09T18:59:20.093Z | Checking bitfield v0.19.4 |
| 2564 | 2026-03-09T18:59:20.469Z | Checking hashbrown v0.12.3 |
| 2565 | 2026-03-09T18:59:20.772Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2566 | 2026-03-09T18:59:20.825Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2567 | 2026-03-09T18:59:20.871Z | Checking serde-hex v0.1.0 |
| 2568 | 2026-03-09T18:59:21.086Z | Checking ron v0.8.1 |
| 2569 | 2026-03-09T18:59:22.173Z | Checking hashbrown v0.13.2 |
| 2570 | 2026-03-09T18:59:22.295Z | Checking crc-any v2.5.0 |
| 2571 | 2026-03-09T18:59:22.707Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2572 | 2026-03-09T18:59:22.760Z | Checking path-slash v0.1.5 |
| 2573 | 2026-03-09T18:59:22.975Z | Compiling xshell-macros v0.2.7 |
| 2574 | 2026-03-09T18:59:23.040Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2575 | 2026-03-09T18:59:23.205Z | Checking object v0.30.4 |
| 2576 | 2026-03-09T18:59:23.754Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2577 | 2026-03-09T18:59:23.805Z | Checking xshell v0.2.7 |
| 2578 | 2026-03-09T18:59:24.229Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2579 | 2026-03-09T18:59:24.572Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2580 | 2026-03-09T18:59:24.779Z | Checking half v1.8.3 |
| 2581 | 2026-03-09T18:59:25.192Z | Compiling num-derive v0.3.3 |
| 2582 | 2026-03-09T18:59:25.254Z | Checking serde_cbor v0.11.2 |
| 2583 | 2026-03-09T18:59:25.696Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2584 | 2026-03-09T18:59:26.180Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2585 | 2026-03-09T18:59:26.686Z | Compiling proc-macro-error2 v2.0.1 |
| 2586 | 2026-03-09T18:59:26.791Z | Compiling nix v0.31.1 |
| 2587 | 2026-03-09T18:59:27.195Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2588 | 2026-03-09T18:59:27.331Z | Checking progenitor v0.10.0 |
| 2589 | 2026-03-09T18:59:27.430Z | Checking libscf-sys v1.1.0 |
| 2590 | 2026-03-09T18:59:27.578Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2591 | 2026-03-09T18:59:27.613Z | Compiling tabled_derive v0.11.0 |
| 2592 | 2026-03-09T18:59:27.716Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2593 | 2026-03-09T18:59:28.075Z | Checking papergrid v0.17.0 |
| 2594 | 2026-03-09T18:59:28.162Z | Checking testing_table v0.3.0 |
| 2595 | 2026-03-09T18:59:28.917Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2596 | 2026-03-09T18:59:29.793Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2597 | 2026-03-09T18:59:29.976Z | Checking maplit v1.0.2 |
| 2598 | 2026-03-09T18:59:30.179Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2599 | 2026-03-09T18:59:30.355Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2600 | 2026-03-09T18:59:30.523Z | Checking tabled v0.20.0 |
| 2601 | 2026-03-09T18:59:30.761Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2602 | 2026-03-09T18:59:31.084Z | Checking crc8 v0.1.1 |
| 2603 | 2026-03-09T18:59:31.134Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2604 | 2026-03-09T18:59:31.279Z | Checking fxhash v0.2.1 |
| 2605 | 2026-03-09T18:59:31.551Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2606 | 2026-03-09T18:59:31.947Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2607 | 2026-03-09T18:59:32.905Z | Checking unicase v2.9.0 |
| 2608 | 2026-03-09T18:59:33.055Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2609 | 2026-03-09T18:59:33.258Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2610 | 2026-03-09T18:59:33.851Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2611 | 2026-03-09T18:59:34.003Z | Checking kstat-rs v0.2.4 |
| 2612 | 2026-03-09T18:59:34.419Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2613 | 2026-03-09T18:59:34.522Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2614 | 2026-03-09T18:59:34.739Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2615 | 2026-03-09T18:59:35.118Z | Compiling parking_lot_core v0.8.6 |
| 2616 | 2026-03-09T18:59:35.248Z | Compiling git-stub v1.0.0 |
| 2617 | 2026-03-09T18:59:35.576Z | Compiling dsl_auto_type v0.1.3 |
| 2618 | 2026-03-09T18:59:35.705Z | Checking scheduled-thread-pool v0.2.7 |
| 2619 | 2026-03-09T18:59:35.785Z | Compiling vergen-gitcl v1.0.8 |
| 2620 | 2026-03-09T18:59:35.996Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2621 | 2026-03-09T18:59:36.238Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2622 | 2026-03-09T18:59:36.285Z | Checking r2d2 v0.8.10 |
| 2623 | 2026-03-09T18:59:36.404Z | Compiling git-stub-vcs v0.1.0 |
| 2624 | 2026-03-09T18:59:36.639Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2625 | 2026-03-09T18:59:36.754Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2626 | 2026-03-09T18:59:36.979Z | Compiling diesel_derives v2.2.7 |
| 2627 | 2026-03-09T18:59:37.132Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2628 | 2026-03-09T18:59:37.243Z | Checking parking_lot v0.11.2 |
| 2629 | 2026-03-09T18:59:37.432Z | Checking prefix-trie v0.7.0 |
| 2630 | 2026-03-09T18:59:37.664Z | Checking nanorand v0.7.0 |
| 2631 | 2026-03-09T18:59:37.718Z | Compiling dirs-sys-next v0.1.2 |
| 2632 | 2026-03-09T18:59:38.022Z | Compiling crunchy v0.2.4 |
| 2633 | 2026-03-09T18:59:38.100Z | Checking flume v0.11.1 |
| 2634 | 2026-03-09T18:59:38.150Z | Checking hickory-server v0.25.2 |
| 2635 | 2026-03-09T18:59:38.405Z | Compiling dirs-next v2.0.0 |
| 2636 | 2026-03-09T18:59:38.632Z | Checking sled v0.34.7 |
| 2637 | 2026-03-09T18:59:38.681Z | Compiling clang-sys v1.8.1 |
| 2638 | 2026-03-09T18:59:38.684Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2639 | 2026-03-09T18:59:38.771Z | Checking hickory-client v0.25.2 |
| 2640 | 2026-03-09T18:59:39.129Z | Compiling tiny-keccak v2.0.2 |
| 2641 | 2026-03-09T18:59:39.517Z | Compiling term v0.7.0 |
| 2642 | 2026-03-09T18:59:39.627Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2643 | 2026-03-09T18:59:39.687Z | Compiling bit-vec v0.6.3 |
| 2644 | 2026-03-09T18:59:39.946Z | Compiling salty v0.3.0 |
| 2645 | 2026-03-09T18:59:40.160Z | Compiling ascii-canvas v3.0.0 |
| 2646 | 2026-03-09T18:59:40.215Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2647 | 2026-03-09T18:59:40.677Z | Compiling bit-set v0.5.3 |
| 2648 | 2026-03-09T18:59:40.757Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2649 | 2026-03-09T18:59:40.761Z | Checking primeorder v0.13.6 |
| 2650 | 2026-03-09T18:59:40.847Z | Compiling itertools v0.10.5 |
| 2651 | 2026-03-09T18:59:41.330Z | Compiling ena v0.14.4 |
| 2652 | 2026-03-09T18:59:41.640Z | Compiling libloading v0.8.9 |
| 2653 | 2026-03-09T18:59:41.769Z | Compiling diff v0.1.13 |
| 2654 | 2026-03-09T18:59:41.820Z | Compiling regex-syntax v0.6.29 |
| 2655 | 2026-03-09T18:59:42.154Z | Compiling bindgen v0.71.1 |
| 2656 | 2026-03-09T18:59:43.290Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2657 | 2026-03-09T18:59:43.379Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2658 | 2026-03-09T18:59:43.867Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2659 | 2026-03-09T18:59:44.500Z | Compiling cexpr v0.6.0 |
| 2660 | 2026-03-09T18:59:44.773Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2661 | 2026-03-09T18:59:45.290Z | Compiling lalrpop v0.19.12 |
| 2662 | 2026-03-09T18:59:46.051Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2663 | 2026-03-09T18:59:46.606Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2664 | 2026-03-09T18:59:46.995Z | Compiling libxml v0.3.3 |
| 2665 | 2026-03-09T18:59:47.050Z | Compiling fs-err v2.11.0 |
| 2666 | 2026-03-09T18:59:47.580Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2667 | 2026-03-09T18:59:47.651Z | Checking p384 v0.13.1 |
| 2668 | 2026-03-09T18:59:47.700Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2669 | 2026-03-09T18:59:47.749Z | Checking diesel v2.2.12 |
| 2670 | 2026-03-09T18:59:48.366Z | Compiling strum_macros v0.24.3 |
| 2671 | 2026-03-09T18:59:48.697Z | Compiling indoc v1.0.9 |
| 2672 | 2026-03-09T18:59:51.516Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2673 | 2026-03-09T18:59:51.586Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2674 | 2026-03-09T18:59:52.271Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2675 | 2026-03-09T18:59:52.664Z | Checking quick-xml v0.37.5 |
| 2676 | 2026-03-09T18:59:52.715Z | Checking derive_builder v0.20.2 |
| 2677 | 2026-03-09T18:59:52.876Z | Compiling oso-derive v0.27.3 |
| 2678 | 2026-03-09T18:59:52.938Z | Compiling trait-variant v0.1.2 |
| 2679 | 2026-03-09T18:59:53.770Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2680 | 2026-03-09T18:59:53.918Z | Checking openssl-probe v0.1.6 |
| 2681 | 2026-03-09T18:59:54.093Z | Checking parse-size v1.1.0 |
| 2682 | 2026-03-09T18:59:54.150Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2683 | 2026-03-09T18:59:54.349Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2684 | 2026-03-09T18:59:54.721Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2685 | 2026-03-09T18:59:55.917Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2686 | 2026-03-09T18:59:56.217Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2687 | 2026-03-09T18:59:57.006Z | Checking assert_matches v1.5.0 |
| 2688 | 2026-03-09T18:59:57.531Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2689 | 2026-03-09T18:59:57.589Z | Compiling mime_guess v2.0.5 |
| 2690 | 2026-03-09T18:59:57.891Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2691 | 2026-03-09T18:59:58.071Z | Checking predicates-tree v1.0.13 |
| 2692 | 2026-03-09T18:59:58.300Z | Checking http-range v0.1.5 |
| 2693 | 2026-03-09T18:59:58.565Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2694 | 2026-03-09T18:59:58.752Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2695 | 2026-03-09T18:59:58.956Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2696 | 2026-03-09T18:59:59.594Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2697 | 2026-03-09T18:59:59.879Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2698 | 2026-03-09T19:00:00.240Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2699 | 2026-03-09T19:00:03.675Z | Checking atty v0.2.14 |
| 2700 | 2026-03-09T19:00:03.789Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2701 | 2026-03-09T19:00:03.887Z | Compiling diesel-dtrace v0.4.2 |
| 2702 | 2026-03-09T19:00:04.412Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2703 | 2026-03-09T19:00:04.557Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2704 | 2026-03-09T19:00:06.318Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2705 | 2026-03-09T19:00:06.934Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2706 | 2026-03-09T19:00:07.146Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2707 | 2026-03-09T19:00:07.567Z | Checking bb8 v0.8.6 |
| 2708 | 2026-03-09T19:00:07.842Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2709 | 2026-03-09T19:00:08.144Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2710 | 2026-03-09T19:00:08.194Z | Checking corncobs v0.1.4 |
| 2711 | 2026-03-09T19:00:08.279Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2712 | 2026-03-09T19:00:08.452Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2713 | 2026-03-09T19:00:08.717Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2714 | 2026-03-09T19:00:08.993Z | Checking hyper-staticfile v0.10.1 |
| 2715 | 2026-03-09T19:00:09.458Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2716 | 2026-03-09T19:00:09.508Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2717 | 2026-03-09T19:00:09.568Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2718 | 2026-03-09T19:00:09.786Z | Checking ignore v0.4.25 |
| 2719 | 2026-03-09T19:00:09.973Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2720 | 2026-03-09T19:00:10.027Z | Checking signal-hook-tokio v0.3.1 |
| 2721 | 2026-03-09T19:00:10.277Z | Checking secrecy v0.8.0 |
| 2722 | 2026-03-09T19:00:10.557Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2723 | 2026-03-09T19:00:10.710Z | Checking globwalk v0.9.1 |
| 2724 | 2026-03-09T19:00:11.135Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2725 | 2026-03-09T19:00:11.210Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2726 | 2026-03-09T19:00:12.028Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2727 | 2026-03-09T19:00:12.136Z | Checking nonempty v0.12.0 |
| 2728 | 2026-03-09T19:00:12.291Z | Checking camino-tempfile-ext v0.3.3 |
| 2729 | 2026-03-09T19:00:12.585Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2730 | 2026-03-09T19:00:12.725Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2731 | 2026-03-09T19:00:12.782Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2732 | 2026-03-09T19:00:13.477Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2733 | 2026-03-09T19:00:13.566Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2734 | 2026-03-09T19:00:14.003Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2735 | 2026-03-09T19:00:14.207Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2736 | 2026-03-09T19:00:14.982Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2737 | 2026-03-09T19:00:15.204Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2738 | 2026-03-09T19:00:15.952Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2739 | 2026-03-09T19:00:16.021Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2740 | 2026-03-09T19:00:16.448Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2741 | 2026-03-09T19:00:16.513Z | Checking tungstenite v0.23.0 |
| 2742 | 2026-03-09T19:00:17.372Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2743 | 2026-03-09T19:00:17.556Z | Checking tokio-tungstenite v0.23.1 |
| 2744 | 2026-03-09T19:00:18.083Z | Checking async-bb8-diesel v0.2.1 |
| 2745 | 2026-03-09T19:00:18.313Z | Checking void v1.0.2 |
| 2746 | 2026-03-09T19:00:18.541Z | Checking lzss v0.8.2 |
| 2747 | 2026-03-09T19:00:18.593Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2748 | 2026-03-09T19:00:18.818Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2749 | 2026-03-09T19:00:18.937Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2750 | 2026-03-09T19:00:19.168Z | Checking nix v0.27.1 |
| 2751 | 2026-03-09T19:00:19.929Z | Checking serde_bytes v0.11.19 |
| 2752 | 2026-03-09T19:00:20.343Z | Checking rand_seeder v0.4.0 |
| 2753 | 2026-03-09T19:00:20.661Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2754 | 2026-03-09T19:00:20.671Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2755 | 2026-03-09T19:00:21.436Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2756 | 2026-03-09T19:00:21.491Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2757 | 2026-03-09T19:00:21.790Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2758 | 2026-03-09T19:00:23.043Z | Checking is_ci v1.2.0 |
| 2759 | 2026-03-09T19:00:23.260Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2760 | 2026-03-09T19:00:23.430Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2761 | 2026-03-09T19:00:23.485Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2762 | 2026-03-09T19:00:24.062Z | Checking yansi v1.0.1 |
| 2763 | 2026-03-09T19:00:24.715Z | Checking pretty_assertions v1.4.1 |
| 2764 | 2026-03-09T19:00:25.026Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2765 | 2026-03-09T19:00:25.524Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2766 | 2026-03-09T19:00:25.624Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2767 | 2026-03-09T19:00:26.021Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2768 | 2026-03-09T19:00:26.497Z | Compiling darling_core v0.23.0 |
| 2769 | 2026-03-09T19:00:27.578Z | Compiling indoc v2.0.7 |
| 2770 | 2026-03-09T19:00:28.176Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2771 | 2026-03-09T19:00:28.534Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2772 | 2026-03-09T19:00:28.736Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2773 | 2026-03-09T19:00:28.922Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2774 | 2026-03-09T19:00:29.308Z | Compiling instability v0.3.11 |
| 2775 | 2026-03-09T19:00:29.540Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2776 | 2026-03-09T19:00:29.613Z | Compiling libz-sys v1.1.24 |
| 2777 | 2026-03-09T19:00:29.775Z | Checking castaway v0.2.4 |
| 2778 | 2026-03-09T19:00:30.007Z | Checking compact_str v0.8.1 |
| 2779 | 2026-03-09T19:00:30.594Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2780 | 2026-03-09T19:00:30.851Z | Checking supports-color v3.0.2 |
| 2781 | 2026-03-09T19:00:31.130Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2782 | 2026-03-09T19:00:31.520Z | Checking unicode-truncate v1.1.0 |
| 2783 | 2026-03-09T19:00:31.841Z | Checking lru v0.12.5 |
| 2784 | 2026-03-09T19:00:31.886Z | Checking cassowary v0.3.0 |
| 2785 | 2026-03-09T19:00:32.310Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2786 | 2026-03-09T19:00:32.616Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2787 | 2026-03-09T19:00:33.103Z | Compiling darling_macro v0.23.0 |
| 2788 | 2026-03-09T19:00:34.078Z | Compiling darling v0.23.0 |
| 2789 | 2026-03-09T19:00:34.358Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2790 | 2026-03-09T19:00:34.964Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2791 | 2026-03-09T19:00:35.383Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2792 | 2026-03-09T19:00:35.724Z | Checking ratatui v0.29.0 |
| 2793 | 2026-03-09T19:00:35.954Z | Compiling vergen-git2 v1.0.7 |
| 2794 | 2026-03-09T19:00:36.422Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2795 | 2026-03-09T19:00:36.830Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2796 | 2026-03-09T19:00:37.264Z | Checking colored v2.2.0 |
| 2797 | 2026-03-09T19:00:37.606Z | Compiling rustls v0.21.12 |
| 2798 | 2026-03-09T19:00:37.701Z | Checking shell-words v1.1.1 |
| 2799 | 2026-03-09T19:00:37.969Z | Checking plotters-backend v0.3.7 |
| 2800 | 2026-03-09T19:00:38.256Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2801 | 2026-03-09T19:00:38.384Z | Checking plotters-svg v0.3.7 |
| 2802 | 2026-03-09T19:00:38.698Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2803 | 2026-03-09T19:00:38.759Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2804 | 2026-03-09T19:00:39.080Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2805 | 2026-03-09T19:00:39.158Z | Compiling nix v0.29.0 |
| 2806 | 2026-03-09T19:00:39.955Z | Checking rustls-webpki v0.101.7 |
| 2807 | 2026-03-09T19:00:40.008Z | Checking sct v0.7.1 |
| 2808 | 2026-03-09T19:00:40.288Z | Checking hex-literal v0.4.1 |
| 2809 | 2026-03-09T19:00:40.435Z | Checking cast v0.3.0 |
| 2810 | 2026-03-09T19:00:40.496Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2811 | 2026-03-09T19:00:40.783Z | Checking criterion-plot v0.6.0 |
| 2812 | 2026-03-09T19:00:41.584Z | Checking plotters v0.3.7 |
| 2813 | 2026-03-09T19:00:43.337Z | Checking erased-serde v0.4.9 |
| 2814 | 2026-03-09T19:00:43.595Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2815 | 2026-03-09T19:00:44.319Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2816 | 2026-03-09T19:00:45.824Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2817 | 2026-03-09T19:00:47.315Z | Checking progenitor-extras v0.1.0 |
| 2818 | 2026-03-09T19:00:47.737Z | Checking tinytemplate v1.2.1 |
| 2819 | 2026-03-09T19:00:48.199Z | Checking ordered-float v2.10.1 |
| 2820 | 2026-03-09T19:00:48.753Z | Checking oorandom v11.1.5 |
| 2821 | 2026-03-09T19:00:48.992Z | Checking anes v0.1.6 |
| 2822 | 2026-03-09T19:00:49.378Z | Checking criterion v0.7.0 |
| 2823 | 2026-03-09T19:00:49.458Z | Checking serde-value v0.7.0 |
| 2824 | 2026-03-09T19:00:50.025Z | Checking serde-untagged v0.1.9 |
| 2825 | 2026-03-09T19:00:50.437Z | Checking tokio-rustls v0.24.1 |
| 2826 | 2026-03-09T19:00:51.444Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2827 | 2026-03-09T19:00:52.171Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2828 | 2026-03-09T19:00:52.596Z | Checking rustls-pemfile v1.0.4 |
| 2829 | 2026-03-09T19:00:52.874Z | Checking twox-hash v2.1.2 |
| 2830 | 2026-03-09T19:00:53.254Z | Checking unicode-xid v0.2.6 |
| 2831 | 2026-03-09T19:00:53.461Z | Checking cargo-util-schemas v0.8.2 |
| 2832 | 2026-03-09T19:00:53.603Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2833 | 2026-03-09T19:00:54.006Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2834 | 2026-03-09T19:00:54.309Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2835 | 2026-03-09T19:00:55.450Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2836 | 2026-03-09T19:00:55.760Z | Checking fatfs v0.3.6 |
| 2837 | 2026-03-09T19:00:56.829Z | Checking cargo-platform v0.2.0 |
| 2838 | 2026-03-09T19:00:57.114Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2839 | 2026-03-09T19:00:57.204Z | Compiling petname v2.0.2 |
| 2840 | 2026-03-09T19:00:58.272Z | Compiling seq-macro v0.3.6 |
| 2841 | 2026-03-09T19:00:59.762Z | Checking cargo_metadata v0.21.0 |
| 2842 | 2026-03-09T19:01:00.515Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2843 | 2026-03-09T19:01:01.466Z | Checking concurrent-queue v2.5.0 |
| 2844 | 2026-03-09T19:01:01.850Z | Checking rtoolbox v0.0.3 |
| 2845 | 2026-03-09T19:01:02.130Z | Checking parking v2.2.1 |
| 2846 | 2026-03-09T19:01:02.381Z | Checking futures-timer v3.0.3 |
| 2847 | 2026-03-09T19:01:02.767Z | Checking event-listener v5.4.1 |
| 2848 | 2026-03-09T19:01:03.247Z | Checking rpassword v7.4.0 |
| 2849 | 2026-03-09T19:01:03.498Z | Checking tui-tree-widget v0.23.1 |
| 2850 | 2026-03-09T19:01:03.639Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2851 | 2026-03-09T19:01:03.862Z | Checking polyval v0.6.2 |
| 2852 | 2026-03-09T19:01:03.966Z | Checking sapling-renderdag v0.1.0 |
| 2853 | 2026-03-09T19:01:04.211Z | Checking sync-ptr v0.1.4 |
| 2854 | 2026-03-09T19:01:04.215Z | Checking ghash v0.5.1 |
| 2855 | 2026-03-09T19:01:04.459Z | Checking event-listener-strategy v0.5.4 |
| 2856 | 2026-03-09T19:01:04.512Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2857 | 2026-03-09T19:01:04.565Z | Checking ctr v0.9.2 |
| 2858 | 2026-03-09T19:01:04.742Z | Checking arrayref v0.3.9 |
| 2859 | 2026-03-09T19:01:04.903Z | Checking arrayvec v0.7.6 |
| 2860 | 2026-03-09T19:01:04.952Z | Checking constant_time_eq v0.4.2 |
| 2861 | 2026-03-09T19:01:05.078Z | Checking aes-gcm v0.10.3 |
| 2862 | 2026-03-09T19:01:05.224Z | Checking async-lock v3.4.2 |
| 2863 | 2026-03-09T19:01:05.327Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2864 | 2026-03-09T19:01:05.372Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2865 | 2026-03-09T19:01:06.169Z | Checking ssh-encoding v0.2.0 |
| 2866 | 2026-03-09T19:01:06.579Z | Checking blowfish v0.9.1 |
| 2867 | 2026-03-09T19:01:06.909Z | Checking bcrypt-pbkdf v0.10.0 |
| 2868 | 2026-03-09T19:01:07.178Z | Checking ssh-cipher v0.2.0 |
| 2869 | 2026-03-09T19:01:07.232Z | Checking async-object-pool v0.2.0 |
| 2870 | 2026-03-09T19:01:07.460Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2871 | 2026-03-09T19:01:07.521Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2872 | 2026-03-09T19:01:08.055Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2873 | 2026-03-09T19:01:08.565Z | Checking serde_regex v1.1.0 |
| 2874 | 2026-03-09T19:01:08.911Z | Checking password-hash v0.4.2 |
| 2875 | 2026-03-09T19:01:09.406Z | Checking assert-json-diff v2.0.2 |
| 2876 | 2026-03-09T19:01:09.458Z | Checking path-tree v0.8.3 |
| 2877 | 2026-03-09T19:01:09.764Z | Checking stringmetrics v2.2.2 |
| 2878 | 2026-03-09T19:01:09.847Z | Checking gimli v0.32.3 |
| 2879 | 2026-03-09T19:01:10.060Z | Compiling target-lexicon v0.13.3 |
| 2880 | 2026-03-09T19:01:11.226Z | Checking httpmock v0.8.3 |
| 2881 | 2026-03-09T19:01:11.274Z | Checking pbkdf2 v0.11.0 |
| 2882 | 2026-03-09T19:01:11.662Z | Checking ssh-key v0.6.7 |
| 2883 | 2026-03-09T19:01:13.796Z | Checking addr2line v0.25.1 |
| 2884 | 2026-03-09T19:01:14.376Z | Checking p521 v0.13.3 |
| 2885 | 2026-03-09T19:01:15.800Z | Checking p256 v0.13.2 |
| 2886 | 2026-03-09T19:01:16.393Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2887 | 2026-03-09T19:01:16.446Z | Checking russh-cryptovec v0.7.3 |
| 2888 | 2026-03-09T19:01:16.720Z | Compiling guppy-workspace-hack v0.1.0 |
| 2889 | 2026-03-09T19:01:16.807Z | Checking md5 v0.7.0 |
| 2890 | 2026-03-09T19:01:16.981Z | Compiling samael v0.0.19 |
| 2891 | 2026-03-09T19:01:17.102Z | Checking rustc-demangle v0.1.27 |
| 2892 | 2026-03-09T19:01:17.160Z | Checking russh-keys v0.45.0 |
| 2893 | 2026-03-09T19:01:17.612Z | Checking backtrace v0.3.76 |
| 2894 | 2026-03-09T19:01:18.110Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2895 | 2026-03-09T19:01:18.279Z | Checking num-bigint v0.4.6 |
| 2896 | 2026-03-09T19:01:18.514Z | Checking des v0.8.1 |
| 2897 | 2026-03-09T19:01:19.130Z | Compiling blake3 v1.8.3 |
| 2898 | 2026-03-09T19:01:19.884Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2899 | 2026-03-09T19:01:20.701Z | Compiling target-spec v3.5.7 |
| 2900 | 2026-03-09T19:01:20.790Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2901 | 2026-03-09T19:01:21.319Z | Checking russh v0.45.0 |
| 2902 | 2026-03-09T19:01:22.183Z | Checking backtrace-ext v0.2.1 |
| 2903 | 2026-03-09T19:01:22.260Z | Checking cfg-expr v0.20.6 |
| 2904 | 2026-03-09T19:01:22.578Z | Checking supports-color v2.1.0 |
| 2905 | 2026-03-09T19:01:22.839Z | Checking textwrap v0.15.2 |
| 2906 | 2026-03-09T19:01:23.201Z | Checking supports-unicode v2.1.0 |
| 2907 | 2026-03-09T19:01:23.281Z | Checking supports-hyperlinks v2.1.0 |
| 2908 | 2026-03-09T19:01:23.413Z | Checking hashbrown v0.14.5 |
| 2909 | 2026-03-09T19:01:23.518Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2910 | 2026-03-09T19:01:23.969Z | Checking cargo-platform v0.3.2 |
| 2911 | 2026-03-09T19:01:24.363Z | Checking terminal_size v0.1.17 |
| 2912 | 2026-03-09T19:01:24.438Z | Checking socket2 v0.5.10 |
| 2913 | 2026-03-09T19:01:24.601Z | Compiling miette-derive v5.10.0 |
| 2914 | 2026-03-09T19:01:24.981Z | Checking owo-colors v3.5.0 |
| 2915 | 2026-03-09T19:01:25.483Z | Checking internet-checksum v0.2.1 |
| 2916 | 2026-03-09T19:01:25.750Z | Compiling git2 v0.20.4 |
| 2917 | 2026-03-09T19:01:25.867Z | Checking chumsky v0.9.3 |
| 2918 | 2026-03-09T19:01:26.658Z | Checking cargo_metadata v0.23.1 |
| 2919 | 2026-03-09T19:01:27.304Z | Checking miette v5.10.0 |
| 2920 | 2026-03-09T19:01:28.412Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2921 | 2026-03-09T19:01:28.504Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2922 | 2026-03-09T19:01:28.552Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2923 | 2026-03-09T19:01:28.790Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2924 | 2026-03-09T19:01:29.093Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2925 | 2026-03-09T19:01:29.247Z | Checking httptest v0.16.4 |
| 2926 | 2026-03-09T19:01:30.034Z | Checking pathdiff v0.2.3 |
| 2927 | 2026-03-09T19:01:30.107Z | Compiling knuffel-derive v3.2.0 |
| 2928 | 2026-03-09T19:01:30.160Z | Checking topological-sort v0.2.2 |
| 2929 | 2026-03-09T19:01:30.274Z | Checking nested v0.1.1 |
| 2930 | 2026-03-09T19:01:30.455Z | Checking omicron-zone-package v0.12.2 |
| 2931 | 2026-03-09T19:01:30.572Z | Checking guppy v0.17.25 |
| 2932 | 2026-03-09T19:01:31.052Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2933 | 2026-03-09T19:01:32.371Z | Checking similar-asserts v1.7.0 |
| 2934 | 2026-03-09T19:01:32.691Z | Compiling rstest_macros v0.25.0 |
| 2935 | 2026-03-09T19:01:32.839Z | Compiling target-triple v1.0.0 |
| 2936 | 2026-03-09T19:01:32.893Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2937 | 2026-03-09T19:01:33.163Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2938 | 2026-03-09T19:01:33.440Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2939 | 2026-03-09T19:01:33.571Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2940 | 2026-03-09T19:01:33.814Z | Checking knuffel v3.2.0 |
| 2941 | 2026-03-09T19:01:33.963Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2942 | 2026-03-09T19:01:34.340Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2943 | 2026-03-09T19:01:35.234Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2944 | 2026-03-09T19:01:35.628Z | Checking escape8259 v0.5.3 |
| 2945 | 2026-03-09T19:01:35.694Z | Compiling relative-path v1.9.3 |
| 2946 | 2026-03-09T19:01:35.896Z | Compiling assert_cmd v2.1.2 |
| 2947 | 2026-03-09T19:01:36.515Z | Checking libtest-mimic v0.8.1 |
| 2948 | 2026-03-09T19:01:37.050Z | Checking toml v1.0.3+spec-1.1.0 |
| 2949 | 2026-03-09T19:01:37.382Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2950 | 2026-03-09T19:01:37.617Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2951 | 2026-03-09T19:01:38.534Z | Checking blake2b_simd v1.0.4 |
| 2952 | 2026-03-09T19:01:39.052Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2953 | 2026-03-09T19:01:39.592Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2954 | 2026-03-09T19:01:39.819Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2955 | 2026-03-09T19:01:40.456Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2956 | 2026-03-09T19:01:40.903Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2957 | 2026-03-09T19:01:40.960Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2958 | 2026-03-09T19:01:41.408Z | Checking fancy-regex v0.14.0 |
| 2959 | 2026-03-09T19:01:42.122Z | Checking serde_tokenstream v0.2.3 |
| 2960 | 2026-03-09T19:01:42.319Z | Checking uzers v0.12.2 |
| 2961 | 2026-03-09T19:01:42.602Z | Checking constant_time_eq v0.3.1 |
| 2962 | 2026-03-09T19:01:42.820Z | Compiling linkme-impl v0.3.35 |
| 2963 | 2026-03-09T19:01:42.871Z | Checking termcolor v1.4.1 |
| 2964 | 2026-03-09T19:01:43.405Z | Checking trybuild v1.0.116 |
| 2965 | 2026-03-09T19:01:43.594Z | Checking rust-argon2 v2.1.0 |
| 2966 | 2026-03-09T19:01:44.156Z | Checking datatest-stable v0.3.3 |
| 2967 | 2026-03-09T19:01:45.149Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2968 | 2026-03-09T19:01:45.789Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2969 | 2026-03-09T19:01:45.949Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2970 | 2026-03-09T19:01:46.024Z | Checking rstest v0.25.0 |
| 2971 | 2026-03-09T19:01:46.325Z | Checking support-bundle-viewer v0.1.2 |
| 2972 | 2026-03-09T19:01:46.829Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2973 | 2026-03-09T19:01:47.261Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2974 | 2026-03-09T19:01:47.411Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2975 | 2026-03-09T19:01:47.655Z | Checking drift v0.1.3 |
| 2976 | 2026-03-09T19:01:47.820Z | Checking rand_distr v0.5.1 |
| 2977 | 2026-03-09T19:01:48.391Z | Checking multimap v0.10.1 |
| 2978 | 2026-03-09T19:01:48.738Z | Checking approx v0.5.1 |
| 2979 | 2026-03-09T19:01:48.790Z | Compiling linkme v0.3.35 |
| 2980 | 2026-03-09T19:01:48.794Z | Checking dropshot-api-manager v0.5.2 |
| 2981 | 2026-03-09T19:01:49.424Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2982 | 2026-03-09T19:01:51.100Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2983 | 2026-03-09T19:01:51.236Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2984 | 2026-03-09T19:01:51.301Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2985 | 2026-03-09T19:01:51.702Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2986 | 2026-03-09T19:01:52.472Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2987 | 2026-03-09T19:01:52.643Z | Checking partial-io v0.5.4 |
| 2988 | 2026-03-09T19:01:52.765Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2989 | 2026-03-09T19:01:53.079Z | Checking cargo_toml v0.21.0 |
| 2990 | 2026-03-09T19:01:53.294Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2991 | 2026-03-09T19:01:53.397Z | Checking termios v0.3.3 |
| 2992 | 2026-03-09T19:01:53.683Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2993 | 2026-03-09T19:01:54.231Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2994 | 2026-03-09T19:01:54.682Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2995 | 2026-03-09T19:01:55.098Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2996 | 2026-03-09T19:01:57.176Z | Compiling polar-core v0.27.3 |
| 2997 | 2026-03-09T19:01:58.304Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2998 | 2026-03-09T19:02:01.258Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2999 | 2026-03-09T19:02:07.863Z | Checking oso v0.27.3 |
| 3000 | 2026-03-09T19:02:10.081Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3001 | 2026-03-09T19:02:14.994Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3002 | 2026-03-09T19:02:15.227Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3003 | 2026-03-09T19:02:22.373Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3004 | 2026-03-09T19:02:35.172Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3005 | 2026-03-09T19:02:46.095Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3006 | 2026-03-09T19:02:48.713Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3007 | 2026-03-09T19:02:50.228Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3008 | 2026-03-09T19:03:08.691Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3009 | 2026-03-09T19:05:21.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 02s |
| 3010 | 2026-03-09T19:05:22.208Z | |
| 3011 | 2026-03-09T19:05:22.209Z | real 8:07.263479965 |
| 3012 | 2026-03-09T19:05:22.209Z | user 44:59.993459929 |
| 3013 | 2026-03-09T19:05:22.209Z | sys 7:54.083632072 |
| 3014 | 2026-03-09T19:05:22.209Z | trap 1.290716703 |
| 3015 | 2026-03-09T19:05:22.209Z | tflt 0.608653004 |
| 3016 | 2026-03-09T19:05:22.209Z | dflt 0.247304198 |
| 3017 | 2026-03-09T19:05:22.209Z | kflt 0.000938255 |
| 3018 | 2026-03-09T19:05:22.209Z | lock 1:49:33.105794102 |
| 3019 | 2026-03-09T19:05:22.209Z | slp 2:26:13.547952017 |
| 3020 | 2026-03-09T19:05:22.209Z | lat 2:35.165432214 |
| 3021 | 2026-03-09T19:05:22.209Z | stop 15:40.648160502 |
| 3022 | 2026-03-09T19:05:22.215Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3023 | 2026-03-09T19:05:22.215Z | + ptime -m cargo doc --workspace --no-deps |
| 3024 | 2026-03-09T19:05:23.551Z | warning: output filename collision. |
| 3025 | 2026-03-09T19:05:23.551Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
| 3026 | 2026-03-09T19:05:23.551Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3027 | 2026-03-09T19:05:23.551Z | The targets should have unique names. |
| 3028 | 2026-03-09T19:05:23.551Z | This is a known bug where multiple crates with the same name use |
| 3029 | 2026-03-09T19:05:23.551Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3030 | 2026-03-09T19:05:24.796Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3031 | 2026-03-09T19:05:25.004Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3032 | 2026-03-09T19:05:25.035Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3033 | 2026-03-09T19:05:25.101Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3034 | 2026-03-09T19:05:25.141Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3035 | 2026-03-09T19:05:25.180Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3036 | 2026-03-09T19:05:25.189Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3037 | 2026-03-09T19:05:25.458Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3038 | 2026-03-09T19:05:25.507Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3039 | 2026-03-09T19:05:25.549Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3040 | 2026-03-09T19:05:25.729Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3041 | 2026-03-09T19:05:25.760Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3042 | 2026-03-09T19:05:25.958Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3043 | 2026-03-09T19:05:26.029Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3044 | 2026-03-09T19:05:26.086Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3045 | 2026-03-09T19:05:26.311Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3046 | 2026-03-09T19:05:26.387Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3047 | 2026-03-09T19:05:26.506Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3048 | 2026-03-09T19:05:27.040Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3049 | 2026-03-09T19:05:27.456Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3050 | 2026-03-09T19:05:27.617Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3051 | 2026-03-09T19:05:32.132Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3052 | 2026-03-09T19:05:32.222Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3053 | 2026-03-09T19:05:32.222Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3054 | 2026-03-09T19:05:32.222Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3055 | 2026-03-09T19:05:32.222Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3056 | 2026-03-09T19:05:32.222Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3057 | 2026-03-09T19:05:32.222Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3058 | 2026-03-09T19:05:32.225Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3059 | 2026-03-09T19:05:32.225Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3060 | 2026-03-09T19:05:32.225Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3061 | 2026-03-09T19:05:32.225Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3062 | 2026-03-09T19:05:32.225Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3063 | 2026-03-09T19:05:32.225Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3064 | 2026-03-09T19:05:32.225Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3065 | 2026-03-09T19:05:32.225Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3066 | 2026-03-09T19:05:32.225Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3067 | 2026-03-09T19:05:32.225Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3068 | 2026-03-09T19:05:32.225Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3069 | 2026-03-09T19:05:32.225Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3070 | 2026-03-09T19:05:32.225Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3071 | 2026-03-09T19:05:32.225Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3072 | 2026-03-09T19:05:32.225Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3073 | 2026-03-09T19:05:32.225Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3074 | 2026-03-09T19:05:32.225Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3075 | 2026-03-09T19:05:32.225Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3076 | 2026-03-09T19:05:32.225Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3077 | 2026-03-09T19:05:32.227Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3078 | 2026-03-09T19:05:32.250Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3079 | 2026-03-09T19:05:32.430Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3080 | 2026-03-09T19:05:32.493Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3081 | 2026-03-09T19:05:32.627Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3082 | 2026-03-09T19:05:32.664Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3083 | 2026-03-09T19:05:32.786Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3084 | 2026-03-09T19:05:32.905Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3085 | 2026-03-09T19:05:33.061Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3086 | 2026-03-09T19:05:33.092Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3087 | 2026-03-09T19:05:33.168Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3088 | 2026-03-09T19:05:33.412Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3089 | 2026-03-09T19:05:33.501Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3090 | 2026-03-09T19:05:33.547Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3091 | 2026-03-09T19:05:33.599Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3092 | 2026-03-09T19:05:33.850Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3093 | 2026-03-09T19:05:33.916Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3094 | 2026-03-09T19:05:34.350Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3095 | 2026-03-09T19:05:34.376Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3096 | 2026-03-09T19:05:34.407Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3097 | 2026-03-09T19:05:34.739Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3098 | 2026-03-09T19:05:35.139Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3099 | 2026-03-09T19:05:35.449Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3100 | 2026-03-09T19:05:36.421Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3101 | 2026-03-09T19:05:36.494Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3102 | 2026-03-09T19:05:36.798Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3103 | 2026-03-09T19:05:37.040Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3104 | 2026-03-09T19:05:37.250Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3105 | 2026-03-09T19:05:39.271Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3106 | 2026-03-09T19:05:39.670Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3107 | 2026-03-09T19:05:40.418Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3108 | 2026-03-09T19:05:40.460Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3109 | 2026-03-09T19:05:40.499Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3110 | 2026-03-09T19:05:41.369Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3111 | 2026-03-09T19:05:41.455Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3112 | 2026-03-09T19:05:41.947Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3113 | 2026-03-09T19:05:42.147Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3114 | 2026-03-09T19:05:42.727Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3115 | 2026-03-09T19:05:43.099Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3116 | 2026-03-09T19:05:43.376Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3117 | 2026-03-09T19:05:43.527Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3118 | 2026-03-09T19:05:43.780Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3119 | 2026-03-09T19:05:43.949Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3120 | 2026-03-09T19:05:44.013Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3121 | 2026-03-09T19:05:44.220Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3122 | 2026-03-09T19:05:44.910Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3123 | 2026-03-09T19:05:45.135Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3124 | 2026-03-09T19:05:45.251Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3125 | 2026-03-09T19:05:45.765Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3126 | 2026-03-09T19:05:46.000Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3127 | 2026-03-09T19:05:46.396Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3128 | 2026-03-09T19:05:46.652Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3129 | 2026-03-09T19:05:46.876Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3130 | 2026-03-09T19:05:47.423Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3131 | 2026-03-09T19:05:48.803Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3132 | 2026-03-09T19:05:49.505Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3133 | 2026-03-09T19:05:49.553Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3134 | 2026-03-09T19:05:50.662Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3135 | 2026-03-09T19:05:51.027Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3136 | 2026-03-09T19:05:51.483Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3137 | 2026-03-09T19:05:51.978Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3138 | 2026-03-09T19:05:52.112Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3139 | 2026-03-09T19:05:52.388Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3140 | 2026-03-09T19:05:52.589Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3141 | 2026-03-09T19:05:52.627Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3142 | 2026-03-09T19:05:53.045Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3143 | 2026-03-09T19:05:53.566Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3144 | 2026-03-09T19:05:53.936Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3145 | 2026-03-09T19:05:54.006Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3146 | 2026-03-09T19:05:54.269Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3147 | 2026-03-09T19:05:54.310Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3148 | 2026-03-09T19:05:55.578Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3149 | 2026-03-09T19:05:57.434Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3150 | 2026-03-09T19:05:58.505Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3151 | 2026-03-09T19:05:58.691Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3152 | 2026-03-09T19:05:59.213Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3153 | 2026-03-09T19:05:59.433Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3154 | 2026-03-09T19:05:59.469Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3155 | 2026-03-09T19:06:00.364Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3156 | 2026-03-09T19:06:01.029Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3157 | 2026-03-09T19:06:01.443Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3158 | 2026-03-09T19:06:01.480Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3159 | 2026-03-09T19:06:01.861Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3160 | 2026-03-09T19:06:02.186Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3161 | 2026-03-09T19:06:02.744Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3162 | 2026-03-09T19:06:03.537Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3163 | 2026-03-09T19:06:03.593Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3164 | 2026-03-09T19:06:03.630Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3165 | 2026-03-09T19:06:04.190Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3166 | 2026-03-09T19:06:06.283Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3167 | 2026-03-09T19:06:06.491Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3168 | 2026-03-09T19:06:07.082Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3169 | 2026-03-09T19:06:07.298Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3170 | 2026-03-09T19:06:08.090Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3171 | 2026-03-09T19:06:08.534Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3172 | 2026-03-09T19:06:10.327Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3173 | 2026-03-09T19:06:11.916Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3174 | 2026-03-09T19:06:12.468Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3175 | 2026-03-09T19:06:12.703Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3176 | 2026-03-09T19:06:13.529Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3177 | 2026-03-09T19:06:15.327Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3178 | 2026-03-09T19:06:17.179Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3179 | 2026-03-09T19:06:18.305Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3180 | 2026-03-09T19:06:19.536Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3181 | 2026-03-09T19:06:19.917Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3182 | 2026-03-09T19:06:20.032Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3183 | 2026-03-09T19:06:20.806Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3184 | 2026-03-09T19:06:21.305Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3185 | 2026-03-09T19:06:24.673Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3186 | 2026-03-09T19:06:25.694Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3187 | 2026-03-09T19:06:26.421Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3188 | 2026-03-09T19:06:27.719Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3189 | 2026-03-09T19:06:31.146Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3190 | 2026-03-09T19:06:31.219Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3191 | 2026-03-09T19:06:33.306Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3192 | 2026-03-09T19:06:34.418Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3193 | 2026-03-09T19:06:34.591Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3194 | 2026-03-09T19:06:35.335Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3195 | 2026-03-09T19:06:35.446Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3196 | 2026-03-09T19:06:38.816Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3197 | 2026-03-09T19:06:38.932Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3198 | 2026-03-09T19:06:39.281Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3199 | 2026-03-09T19:06:39.464Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3200 | 2026-03-09T19:06:40.455Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3201 | 2026-03-09T19:06:40.734Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3202 | 2026-03-09T19:06:40.901Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3203 | 2026-03-09T19:06:41.423Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3204 | 2026-03-09T19:06:42.080Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3205 | 2026-03-09T19:06:42.302Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3206 | 2026-03-09T19:06:42.613Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3207 | 2026-03-09T19:06:42.766Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3208 | 2026-03-09T19:06:42.932Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3209 | 2026-03-09T19:06:43.931Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3210 | 2026-03-09T19:06:45.405Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3211 | 2026-03-09T19:06:45.471Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3212 | 2026-03-09T19:06:47.701Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3213 | 2026-03-09T19:06:47.936Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3214 | 2026-03-09T19:06:48.055Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3215 | 2026-03-09T19:06:48.898Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3216 | 2026-03-09T19:06:49.330Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3217 | 2026-03-09T19:06:50.465Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3218 | 2026-03-09T19:06:52.598Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3219 | 2026-03-09T19:06:52.664Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3220 | 2026-03-09T19:06:59.468Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3221 | 2026-03-09T19:07:01.210Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3222 | 2026-03-09T19:07:03.753Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3223 | 2026-03-09T19:07:05.228Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3224 | 2026-03-09T19:07:07.654Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3225 | 2026-03-09T19:07:09.015Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3226 | 2026-03-09T19:07:11.088Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3227 | 2026-03-09T19:07:14.310Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3228 | 2026-03-09T19:07:15.920Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3229 | 2026-03-09T19:07:18.147Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3230 | 2026-03-09T19:07:19.802Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3231 | 2026-03-09T19:07:20.813Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3232 | 2026-03-09T19:07:23.236Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3233 | 2026-03-09T19:07:25.020Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3234 | 2026-03-09T19:07:26.460Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3235 | 2026-03-09T19:07:28.008Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3236 | 2026-03-09T19:07:29.426Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3237 | 2026-03-09T19:07:29.598Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3238 | 2026-03-09T19:07:30.983Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3239 | 2026-03-09T19:07:32.144Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3240 | 2026-03-09T19:07:39.173Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3241 | 2026-03-09T19:07:41.886Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3242 | 2026-03-09T19:07:43.072Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3243 | 2026-03-09T19:07:44.420Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3244 | 2026-03-09T19:07:45.985Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3245 | 2026-03-09T19:07:48.064Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3246 | 2026-03-09T19:07:49.538Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3247 | 2026-03-09T19:07:52.789Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3248 | 2026-03-09T19:07:54.551Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3249 | 2026-03-09T19:07:56.539Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3250 | 2026-03-09T19:07:58.467Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3251 | 2026-03-09T19:08:00.069Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3252 | 2026-03-09T19:08:03.835Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3253 | 2026-03-09T19:08:04.491Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3254 | 2026-03-09T19:08:06.294Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3255 | 2026-03-09T19:08:08.813Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3256 | 2026-03-09T19:08:10.234Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3257 | 2026-03-09T19:08:12.379Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3258 | 2026-03-09T19:08:17.586Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3259 | 2026-03-09T19:08:19.627Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3260 | 2026-03-09T19:08:21.606Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3261 | 2026-03-09T19:08:22.677Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3262 | 2026-03-09T19:08:24.736Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3263 | 2026-03-09T19:08:26.081Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3264 | 2026-03-09T19:08:33.121Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3265 | 2026-03-09T19:08:33.154Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3266 | 2026-03-09T19:08:34.575Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3267 | 2026-03-09T19:08:36.001Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3268 | 2026-03-09T19:08:37.830Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3269 | 2026-03-09T19:08:40.397Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3270 | 2026-03-09T19:08:43.609Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3271 | 2026-03-09T19:08:47.161Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3272 | 2026-03-09T19:08:50.738Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3273 | 2026-03-09T19:08:53.228Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3274 | 2026-03-09T19:08:55.133Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3275 | 2026-03-09T19:08:58.248Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3276 | 2026-03-09T19:09:00.567Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3277 | 2026-03-09T19:09:03.067Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3278 | 2026-03-09T19:09:04.855Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3279 | 2026-03-09T19:09:07.424Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3280 | 2026-03-09T19:09:09.576Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3281 | 2026-03-09T19:09:12.266Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3282 | 2026-03-09T19:09:14.070Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3283 | 2026-03-09T19:09:16.027Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3284 | 2026-03-09T19:09:18.825Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3285 | 2026-03-09T19:09:21.646Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3286 | 2026-03-09T19:09:23.457Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3287 | 2026-03-09T19:09:26.291Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3288 | 2026-03-09T19:09:28.432Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3289 | 2026-03-09T19:09:30.848Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3290 | 2026-03-09T19:09:33.032Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3291 | 2026-03-09T19:09:35.619Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3292 | 2026-03-09T19:09:38.040Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3293 | 2026-03-09T19:09:40.327Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3294 | 2026-03-09T19:09:42.495Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3295 | 2026-03-09T19:09:44.629Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3296 | 2026-03-09T19:09:46.915Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3297 | 2026-03-09T19:09:48.997Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3298 | 2026-03-09T19:09:53.024Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3299 | 2026-03-09T19:09:53.770Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3300 | 2026-03-09T19:09:56.138Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3301 | 2026-03-09T19:09:58.361Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3302 | 2026-03-09T19:10:00.835Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3303 | 2026-03-09T19:10:03.153Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3304 | 2026-03-09T19:10:05.387Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3305 | 2026-03-09T19:10:10.140Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3306 | 2026-03-09T19:10:12.530Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3307 | 2026-03-09T19:10:14.887Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3308 | 2026-03-09T19:10:17.296Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3309 | 2026-03-09T19:10:19.488Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3310 | 2026-03-09T19:10:21.738Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3311 | 2026-03-09T19:10:24.533Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3312 | 2026-03-09T19:10:26.513Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3313 | 2026-03-09T19:10:29.346Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3314 | 2026-03-09T19:10:31.082Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3315 | 2026-03-09T19:10:33.452Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3316 | 2026-03-09T19:10:35.685Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3317 | 2026-03-09T19:10:38.488Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3318 | 2026-03-09T19:10:40.698Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3319 | 2026-03-09T19:10:43.031Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3320 | 2026-03-09T19:10:45.385Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3321 | 2026-03-09T19:10:47.763Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3322 | 2026-03-09T19:10:50.324Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3323 | 2026-03-09T19:10:52.596Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3324 | 2026-03-09T19:10:55.003Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3325 | 2026-03-09T19:10:57.399Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3326 | 2026-03-09T19:10:59.880Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3327 | 2026-03-09T19:11:02.495Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3328 | 2026-03-09T19:11:04.926Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3329 | 2026-03-09T19:11:07.374Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3330 | 2026-03-09T19:11:09.725Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3331 | 2026-03-09T19:11:12.175Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3332 | 2026-03-09T19:11:14.773Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3333 | 2026-03-09T19:11:18.119Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3334 | 2026-03-09T19:11:20.425Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3335 | 2026-03-09T19:11:23.014Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3336 | 2026-03-09T19:11:25.591Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3337 | 2026-03-09T19:11:28.252Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3338 | 2026-03-09T19:11:30.816Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3339 | 2026-03-09T19:11:33.452Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3340 | 2026-03-09T19:11:36.083Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3341 | 2026-03-09T19:11:44.813Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3342 | 2026-03-09T19:11:45.018Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3343 | 2026-03-09T19:11:47.298Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3344 | 2026-03-09T19:11:50.682Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3345 | 2026-03-09T19:11:54.085Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3346 | 2026-03-09T19:11:57.641Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3347 | 2026-03-09T19:12:00.948Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3348 | 2026-03-09T19:12:04.385Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3349 | 2026-03-09T19:12:07.892Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3350 | 2026-03-09T19:12:11.299Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3351 | 2026-03-09T19:12:14.790Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3352 | 2026-03-09T19:12:18.161Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3353 | 2026-03-09T19:12:21.634Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3354 | 2026-03-09T19:12:25.361Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3355 | 2026-03-09T19:12:28.602Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3356 | 2026-03-09T19:12:32.115Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3357 | 2026-03-09T19:12:59.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 37s |
| 3358 | 2026-03-09T19:13:00.123Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files |
| 3359 | 2026-03-09T19:13:00.213Z | |
| 3360 | 2026-03-09T19:13:00.217Z | real 7:37.912971623 |
| 3361 | 2026-03-09T19:13:00.217Z | user 30:15.847656238 |
| 3362 | 2026-03-09T19:13:00.217Z | sys 4:45.327492667 |
| 3363 | 2026-03-09T19:13:00.217Z | trap 0.742919257 |
| 3364 | 2026-03-09T19:13:00.217Z | tflt 0.070611576 |
| 3365 | 2026-03-09T19:13:00.217Z | dflt 0.023959800 |
| 3366 | 2026-03-09T19:13:00.217Z | kflt 0.000020158 |
| 3367 | 2026-03-09T19:13:00.217Z | lock 5:44:55.830171920 |
| 3368 | 2026-03-09T19:13:00.217Z | slp 2:35:53.339980783 |
| 3369 | 2026-03-09T19:13:00.217Z | lat 47.380547215 |
| 3370 | 2026-03-09T19:13:00.217Z | stop 2:12.131035891 |
| 3371 | 2026-03-09T19:13:00.217Z | process exited: duration 1318551 ms, exit code 0 |
| |
| 3372 | 2026-03-09T19:13:00.224Z | found 0 output files |