|
|
|
| 1 | 2026-07-10T21:59:43.953Z | job assigned to worker 01KX70N48RM2T0VE2XSZXJA0P4 [factory aws, i-0f01441fc8fa2967c] (queued for 53 s) |
| |
| 2 | 2026-07-10T21:59:53.243Z | starting task 0: "setup" |
| 3 | 2026-07-10T21:59:53.246Z | ++ uname -s |
| 4 | 2026-07-10T21:59:53.247Z | + kern=SunOS |
| 5 | 2026-07-10T21:59:53.247Z | + build_user=build |
| 6 | 2026-07-10T21:59:53.247Z | + build_uid=12345 |
| 7 | 2026-07-10T21:59:53.247Z | + work_dir=/work |
| 8 | 2026-07-10T21:59:53.247Z | + input_dir=/input |
| 9 | 2026-07-10T21:59:53.247Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-10T21:59:53.248Z | + case "$kern" in |
| 11 | 2026-07-10T21:59:53.248Z | + groupadd -g 12345 build |
| 12 | 2026-07-10T21:59:53.253Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-10T21:59:55.253Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-10T21:59:55.341Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-10T21:59:55.344Z | + home_fs=zfs |
| 16 | 2026-07-10T21:59:55.345Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-10T21:59:55.345Z | + mkdir -p /home/build |
| 18 | 2026-07-10T21:59:55.345Z | + chown build:build /home/build /work |
| 19 | 2026-07-10T21:59:57.345Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-10T21:59:57.350Z | process exited: duration 4107 ms, exit code 0 |
| |
| 21 | 2026-07-10T21:59:57.356Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-10T21:59:57.360Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-10T21:59:57.360Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-10T21:59:57.360Z | * rust toolchain profile = "default" |
| 25 | 2026-07-10T21:59:57.360Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-10T21:59:57.360Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-10T21:59:57.360Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-10T21:59:57.363Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-10T21:59:57.363Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-10T21:59:57.419Z | info: downloading installer |
| 31 | 2026-07-10T21:59:58.744Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-10T21:59:58.745Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-10T21:59:58.745Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-10T21:59:58.745Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-10T21:59:58.757Z | info: profile set to default |
| 36 | 2026-07-10T21:59:58.757Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-10T21:59:58.760Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-10T21:59:58.892Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-10T21:59:58.895Z | info: downloading 6 components |
| 40 | 2026-07-10T22:00:14.704Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-10T22:00:14.704Z | |
| 42 | 2026-07-10T22:00:14.739Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-10T22:00:14.739Z | |
| 44 | 2026-07-10T22:00:14.739Z | |
| 45 | 2026-07-10T22:00:14.739Z | Rust is installed now. Great! |
| 46 | 2026-07-10T22:00:14.739Z | |
| 47 | 2026-07-10T22:00:14.739Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-10T22:00:14.739Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-10T22:00:14.739Z | |
| 50 | 2026-07-10T22:00:14.739Z | To configure your current shell, you need to source |
| 51 | 2026-07-10T22:00:14.739Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-10T22:00:14.739Z | |
| 53 | 2026-07-10T22:00:14.739Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-10T22:00:14.739Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-10T22:00:14.739Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-10T22:00:14.739Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-10T22:00:14.739Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-10T22:00:14.740Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-10T22:00:14.740Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-10T22:00:14.743Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-10T22:00:14.743Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-10T22:00:14.829Z | + rustup --version |
| 63 | 2026-07-10T22:00:14.838Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-10T22:00:14.842Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-10T22:00:14.859Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-10T22:00:14.863Z | + cargo --version |
| 67 | 2026-07-10T22:00:14.876Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-10T22:00:14.879Z | + rustc --version |
| 69 | 2026-07-10T22:00:14.897Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-10T22:00:14.900Z | process exited: duration 17543 ms, exit code 0 |
| |
| 71 | 2026-07-10T22:00:14.907Z | starting task 2: "authentication" |
| 72 | 2026-07-10T22:00:14.923Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-10T22:00:14.932Z | starting task 3: "clone repository" |
| 74 | 2026-07-10T22:00:14.936Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-10T22:00:14.939Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-10T22:00:14.970Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-10T22:00:25.783Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-10T22:00:25.783Z | + git fetch origin f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf |
| 79 | 2026-07-10T22:00:26.098Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-10T22:00:26.098Z | * branch f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf -> FETCH_HEAD |
| 81 | 2026-07-10T22:00:26.108Z | + [[ -n eliza/inherit-lock ]] |
| 82 | 2026-07-10T22:00:26.111Z | ++ git branch --show-current |
| 83 | 2026-07-10T22:00:26.111Z | + current=main |
| 84 | 2026-07-10T22:00:26.111Z | + [[ main != eliza/inherit-lock ]] |
| 85 | 2026-07-10T22:00:26.111Z | + git branch -f eliza/inherit-lock f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf |
| 86 | 2026-07-10T22:00:26.114Z | + git checkout -f eliza/inherit-lock |
| 87 | 2026-07-10T22:00:26.357Z | Switched to branch 'eliza/inherit-lock' |
| 88 | 2026-07-10T22:00:26.361Z | + git reset --hard f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf |
| 89 | 2026-07-10T22:00:26.375Z | HEAD is now at f3f8ff9b4 fix some related incorrect comments while we're here |
| 90 | 2026-07-10T22:00:26.378Z | process exited: duration 11443 ms, exit code 0 |
| |
| 91 | 2026-07-10T22:00:26.384Z | starting task 4: "build" |
| 92 | 2026-07-10T22:00:26.388Z | + source ./env.sh |
| 93 | 2026-07-10T22:00:26.388Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-07-10T22:00:26.391Z | ++ set -o xtrace |
| 95 | 2026-07-10T22:00:26.391Z | ++++ dirname ./env.sh |
| 96 | 2026-07-10T22:00:26.395Z | +++ readlink -f . |
| 97 | 2026-07-10T22:00:26.397Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-07-10T22:00:26.397Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-07-10T22:00:26.397Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-07-10T22:00:26.397Z | ++ 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 |
| 101 | 2026-07-10T22:00:26.397Z | ++ 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 |
| 102 | 2026-07-10T22:00:26.397Z | ++ 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 |
| 103 | 2026-07-10T22:00:26.397Z | ++ 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 |
| 104 | 2026-07-10T22:00:26.397Z | ++ 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 |
| 105 | 2026-07-10T22:00:26.398Z | ++ 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 |
| 106 | 2026-07-10T22:00:26.398Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 107 | 2026-07-10T22:00:26.398Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 108 | 2026-07-10T22:00:26.398Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-07-10T22:00:26.398Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-07-10T22:00:26.398Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-07-10T22:00:26.398Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-07-10T22:00:26.398Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-07-10T22:00:26.398Z | +++ uname -s |
| 114 | 2026-07-10T22:00:26.401Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-07-10T22:00:26.401Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-07-10T22:00:26.402Z | + cargo --version |
| 117 | 2026-07-10T22:00:26.406Z | cargo 1.96.1 (356927216 2026-06-26) |
| 118 | 2026-07-10T22:00:26.409Z | + rustc --version |
| 119 | 2026-07-10T22:00:26.429Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 120 | 2026-07-10T22:00:26.432Z | + banner prerequisites |
| 121 | 2026-07-10T22:00:26.436Z | |
| 122 | 2026-07-10T22:00:26.436Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-07-10T22:00:26.436Z | # # # # # # # # # # # # # # # |
| 124 | 2026-07-10T22:00:26.436Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-07-10T22:00:26.436Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-07-10T22:00:26.436Z | # # # # # # # # # # # # # # # |
| 127 | 2026-07-10T22:00:26.436Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-07-10T22:00:26.436Z | |
| 129 | 2026-07-10T22:00:26.436Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-10T22:00:27.949Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-07-10T22:00:28.058Z | Startup: Caching catalogs ... Done |
| 132 | 2026-07-10T22:00:28.553Z | Planning: Solver setup ... Done (0.449s) |
| 133 | 2026-07-10T22:00:28.580Z | Planning: Running solver ... Done (0.027s) |
| 134 | 2026-07-10T22:00:28.592Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-07-10T22:00:28.603Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-07-10T22:00:28.620Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-07-10T22:00:28.633Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-07-10T22:00:28.636Z | Planning: Merging actions ... Done (0.002s) |
| 139 | 2026-07-10T22:00:28.800Z | Planning: Checking for conflicting actions ... Done (0.166s) |
| 140 | 2026-07-10T22:00:28.804Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-07-10T22:00:29.588Z | Planning: Evaluating mediators ... Done (0.786s) |
| 142 | 2026-07-10T22:00:29.591Z | Planning: Planning completed in 1.51 seconds |
| 143 | 2026-07-10T22:00:29.598Z | Packages to install: 2 |
| 144 | 2026-07-10T22:00:29.602Z | Estimated space available: 156.06 GB |
| 145 | 2026-07-10T22:00:29.604Z | Estimated space to be consumed: 31.27 MB |
| 146 | 2026-07-10T22:00:29.604Z | Create boot environment: No |
| 147 | 2026-07-10T22:00:29.604Z | Create backup boot environment: No |
| 148 | 2026-07-10T22:00:29.604Z | Rebuild boot archive: No |
| 149 | 2026-07-10T22:00:29.604Z | |
| 150 | 2026-07-10T22:00:29.604Z | Changed packages: |
| 151 | 2026-07-10T22:00:29.604Z | helios |
| 152 | 2026-07-10T22:00:29.604Z | developer/build-essential |
| 153 | 2026-07-10T22:00:29.604Z | None -> 11-3.0 |
| 154 | 2026-07-10T22:00:29.604Z | library/libxmlsec1 |
| 155 | 2026-07-10T22:00:29.604Z | None -> 1.2.35-3.0 |
| 156 | 2026-07-10T22:00:29.625Z | |
| 157 | 2026-07-10T22:00:29.625Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-07-10T22:00:30.103Z | Download: Completed 1.28 MB in 0.48 seconds (2.7M/s) |
| 159 | 2026-07-10T22:00:30.214Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-07-10T22:00:30.252Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-07-10T22:00:30.263Z | Finalize: Updating package state database ... Done (0.010s) |
| 162 | 2026-07-10T22:00:30.266Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-07-10T22:00:30.294Z | Finalize: Updating image state ... Done (0.031s) |
| 164 | 2026-07-10T22:00:32.674Z | Finalize: Creating fast lookup database ... Done (2.355s) |
| 165 | 2026-07-10T22:00:32.741Z | Finalize: Reading search index ... Done (0.013s) |
| 166 | 2026-07-10T22:00:32.745Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-07-10T22:00:32.865Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-07-10T22:00:33.187Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-07-10T22:00:33.291Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-07-10T22:00:33.294Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-07-10T22:00:33.446Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-07-10T22:00:33.450Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-07-10T22:00:33.469Z | Mediators to change: 2 |
| 174 | 2026-07-10T22:00:33.469Z | Create boot environment: No |
| 175 | 2026-07-10T22:00:33.472Z | Create backup boot environment: No |
| 176 | 2026-07-10T22:00:33.523Z | Finalize: Updating package state database ... Done |
| 177 | 2026-07-10T22:00:33.523Z | Finalize: Updating package cache ... Done |
| 178 | 2026-07-10T22:00:33.539Z | Finalize: Updating image state ... Done |
| 179 | 2026-07-10T22:00:35.485Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-07-10T22:00:35.550Z | Finalize: Reading search index ... Done |
| 181 | 2026-07-10T22:00:35.554Z | Finalize: Updating search index ... Done |
| 182 | 2026-07-10T22:00:35.639Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-10T22:00:35.925Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-07-10T22:00:36.032Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-07-10T22:00:36.036Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-07-10T22:00:36.190Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-07-10T22:00:36.193Z | Planning: Planning completed in 0.27 seconds |
| 188 | 2026-07-10T22:00:36.214Z | Mediators to change: 1 |
| 189 | 2026-07-10T22:00:36.214Z | Create boot environment: No |
| 190 | 2026-07-10T22:00:36.217Z | Create backup boot environment: No |
| 191 | 2026-07-10T22:00:36.254Z | Finalize: Updating package state database ... Done |
| 192 | 2026-07-10T22:00:36.254Z | Finalize: Updating package cache ... Done |
| 193 | 2026-07-10T22:00:36.270Z | Finalize: Updating image state ... Done |
| 194 | 2026-07-10T22:00:38.246Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-07-10T22:00:38.309Z | Finalize: Reading search index ... Done |
| 196 | 2026-07-10T22:00:38.312Z | Finalize: Updating search index ... Done |
| 197 | 2026-07-10T22:00:38.369Z | Finalize: Updating package cache ... Done |
| 198 | 2026-07-10T22:00:38.684Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-07-10T22:00:38.684Z | apache system 2.4 system |
| 200 | 2026-07-10T22:00:38.684Z | clang system 15 system |
| 201 | 2026-07-10T22:00:38.684Z | csh system system illumos |
| 202 | 2026-07-10T22:00:38.684Z | ctags system system illumos |
| 203 | 2026-07-10T22:00:38.684Z | file vendor vendor darwinsys |
| 204 | 2026-07-10T22:00:38.684Z | file system system illumos |
| 205 | 2026-07-10T22:00:38.684Z | gcc vendor 14 vendor |
| 206 | 2026-07-10T22:00:38.684Z | gcc system 13 system |
| 207 | 2026-07-10T22:00:38.684Z | gcc system 10 system |
| 208 | 2026-07-10T22:00:38.685Z | go system 1.25 system |
| 209 | 2026-07-10T22:00:38.685Z | llvm system 15 system |
| 210 | 2026-07-10T22:00:38.685Z | mariadb system 11.4 system |
| 211 | 2026-07-10T22:00:38.685Z | mta vendor vendor dma |
| 212 | 2026-07-10T22:00:38.685Z | openjdk system 17 system |
| 213 | 2026-07-10T22:00:38.685Z | openjdk system 11 system |
| 214 | 2026-07-10T22:00:38.685Z | openssl vendor 3 vendor |
| 215 | 2026-07-10T22:00:38.685Z | perl system 5.40 system |
| 216 | 2026-07-10T22:00:38.685Z | postgresql system 18 system |
| 217 | 2026-07-10T22:00:38.685Z | postgresql system 17 system |
| 218 | 2026-07-10T22:00:38.685Z | python vendor 3 vendor |
| 219 | 2026-07-10T22:00:38.685Z | python system 2 system |
| 220 | 2026-07-10T22:00:38.685Z | python3 vendor 3.13 vendor |
| 221 | 2026-07-10T22:00:38.685Z | ruby system 3.4 system |
| 222 | 2026-07-10T22:00:38.685Z | ruby system 3.0 system |
| 223 | 2026-07-10T22:00:38.685Z | words vendor vendor american-english |
| 224 | 2026-07-10T22:00:38.685Z | words system system australian-english |
| 225 | 2026-07-10T22:00:38.685Z | words system system british-english |
| 226 | 2026-07-10T22:00:38.685Z | words system system canadian-english |
| 227 | 2026-07-10T22:00:38.685Z | words system system french |
| 228 | 2026-07-10T22:00:38.685Z | words system system italian |
| 229 | 2026-07-10T22:00:38.685Z | words system system ngerman |
| 230 | 2026-07-10T22:00:38.685Z | words system system ogerman |
| 231 | 2026-07-10T22:00:38.685Z | words system system spanish |
| 232 | 2026-07-10T22:00:38.936Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-07-10T22:00:38.937Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-07-10T22:00:39.241Z | FMRI IFO |
| 235 | 2026-07-10T22:00:39.241Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-07-10T22:00:39.241Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-07-10T22:00:39.241Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-07-10T22:00:39.241Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-07-10T22:00:39.241Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-07-10T22:00:39.242Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-07-10T22:00:39.242Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-07-10T22:00:39.242Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-07-10T22:00:39.242Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-07-10T22:00:39.492Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-07-10T22:00:39.742Z | Updating crates.io index |
| 246 | 2026-07-10T22:00:39.745Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-07-10T22:00:39.953Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-07-10T22:00:40.287Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-10T22:00:41.182Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-07-10T22:00:41.670Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-07-10T22:00:43.169Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-07-10T22:00:43.934Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-07-10T22:00:44.156Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-07-10T22:00:44.465Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-07-10T22:00:45.489Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-07-10T22:00:45.728Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-07-10T22:00:46.036Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-07-10T22:00:46.274Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-07-10T22:00:46.699Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-07-10T22:00:47.189Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-07-10T22:00:47.430Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-07-10T22:00:47.667Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-07-10T22:00:47.909Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 264 | 2026-07-10T22:00:48.192Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 265 | 2026-07-10T22:00:48.626Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 266 | 2026-07-10T22:00:48.849Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 267 | 2026-07-10T22:00:49.087Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-07-10T22:00:49.486Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 269 | 2026-07-10T22:00:49.802Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-07-10T22:00:50.006Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-07-10T22:00:50.377Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-07-10T22:00:50.607Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 273 | 2026-07-10T22:00:50.964Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 274 | 2026-07-10T22:00:51.193Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 275 | 2026-07-10T22:00:51.401Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 276 | 2026-07-10T22:00:51.721Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2026-07-10T22:00:52.061Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 278 | 2026-07-10T22:00:52.473Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-07-10T22:00:52.739Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 280 | 2026-07-10T22:00:52.956Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 281 | 2026-07-10T22:00:53.225Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 282 | 2026-07-10T22:00:53.726Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 283 | 2026-07-10T22:00:53.964Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 284 | 2026-07-10T22:00:54.265Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 285 | 2026-07-10T22:00:54.500Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 286 | 2026-07-10T22:00:57.293Z | Downloading crates ... |
| 287 | 2026-07-10T22:00:57.364Z | Downloaded anstream v1.0.0 |
| 288 | 2026-07-10T22:00:57.380Z | Downloaded pest_meta v2.8.6 |
| 289 | 2026-07-10T22:00:57.380Z | Downloaded zmij v1.0.21 |
| 290 | 2026-07-10T22:00:57.381Z | Downloaded errno v0.3.14 |
| 291 | 2026-07-10T22:00:57.381Z | Downloaded digest v0.10.7 |
| 292 | 2026-07-10T22:00:57.381Z | Downloaded papergrid v0.11.0 |
| 293 | 2026-07-10T22:00:57.381Z | Downloaded itoa v1.0.17 |
| 294 | 2026-07-10T22:00:57.381Z | Downloaded fastrand v2.3.0 |
| 295 | 2026-07-10T22:00:57.381Z | Downloaded fs-err v3.3.0 |
| 296 | 2026-07-10T22:00:57.381Z | Downloaded crypto-common v0.1.7 |
| 297 | 2026-07-10T22:00:57.381Z | Downloaded zerocopy v0.7.35 |
| 298 | 2026-07-10T22:00:57.381Z | Downloaded pest v2.8.6 |
| 299 | 2026-07-10T22:00:57.399Z | Downloaded zerocopy-derive v0.7.35 |
| 300 | 2026-07-10T22:00:57.399Z | Downloaded heck v0.5.0 |
| 301 | 2026-07-10T22:00:57.399Z | Downloaded cargo_metadata v0.23.1 |
| 302 | 2026-07-10T22:00:57.399Z | Downloaded fnv v1.0.7 |
| 303 | 2026-07-10T22:00:57.400Z | Downloaded colorchoice v1.0.4 |
| 304 | 2026-07-10T22:00:57.400Z | Downloaded tabled_derive v0.7.0 |
| 305 | 2026-07-10T22:00:57.400Z | Downloaded clap_lex v1.0.0 |
| 306 | 2026-07-10T22:00:57.401Z | Downloaded bytecount v0.6.9 |
| 307 | 2026-07-10T22:00:57.401Z | Downloaded bitflags v2.11.0 |
| 308 | 2026-07-10T22:00:57.401Z | Downloaded anstyle-query v1.1.5 |
| 309 | 2026-07-10T22:00:57.401Z | Downloaded anstyle-parse v1.0.0 |
| 310 | 2026-07-10T22:00:57.401Z | Downloaded once_cell v1.21.3 |
| 311 | 2026-07-10T22:00:57.431Z | Downloaded dtrace-parser v0.2.0 |
| 312 | 2026-07-10T22:00:57.431Z | Downloaded cpufeatures v0.2.17 |
| 313 | 2026-07-10T22:00:57.431Z | Downloaded clap v4.6.1 |
| 314 | 2026-07-10T22:00:57.431Z | Downloaded anstyle v1.0.14 |
| 315 | 2026-07-10T22:00:57.432Z | Downloaded toml v0.8.23 |
| 316 | 2026-07-10T22:00:57.432Z | Downloaded pest_derive v2.8.6 |
| 317 | 2026-07-10T22:00:57.432Z | Downloaded proc-macro-error-attr v1.0.4 |
| 318 | 2026-07-10T22:00:57.432Z | Downloaded macaddr v1.0.1 |
| 319 | 2026-07-10T22:00:57.432Z | Downloaded heck v0.4.1 |
| 320 | 2026-07-10T22:00:57.432Z | Downloaded equivalent v1.0.2 |
| 321 | 2026-07-10T22:00:57.432Z | Downloaded is_terminal_polyfill v1.70.2 |
| 322 | 2026-07-10T22:00:57.432Z | Downloaded dof v0.3.0 |
| 323 | 2026-07-10T22:00:57.432Z | Downloaded memmap v0.7.0 |
| 324 | 2026-07-10T22:00:57.432Z | Downloaded cfg-if v1.0.4 |
| 325 | 2026-07-10T22:00:57.432Z | Downloaded scroll_derive v0.12.1 |
| 326 | 2026-07-10T22:00:57.432Z | Downloaded camino-tempfile v1.4.1 |
| 327 | 2026-07-10T22:00:57.432Z | Downloaded pretty-hex v0.4.1 |
| 328 | 2026-07-10T22:00:57.450Z | Downloaded usdt-macro v0.5.0 |
| 329 | 2026-07-10T22:00:57.450Z | Downloaded usdt-attr-macro v0.5.0 |
| 330 | 2026-07-10T22:00:57.450Z | Downloaded cargo_toml v0.21.0 |
| 331 | 2026-07-10T22:00:57.450Z | Downloaded anyhow v1.0.102 |
| 332 | 2026-07-10T22:00:57.450Z | Downloaded version_check v0.9.5 |
| 333 | 2026-07-10T22:00:57.451Z | Downloaded terminal_size v0.4.3 |
| 334 | 2026-07-10T22:00:57.451Z | Downloaded thread-id v4.2.2 |
| 335 | 2026-07-10T22:00:57.451Z | Downloaded unicode-linebreak v0.1.5 |
| 336 | 2026-07-10T22:00:57.451Z | Downloaded toml_write v0.1.2 |
| 337 | 2026-07-10T22:00:57.451Z | Downloaded toml_datetime v0.6.11 |
| 338 | 2026-07-10T22:00:57.451Z | Downloaded strsim v0.11.1 |
| 339 | 2026-07-10T22:00:57.468Z | Downloaded cargo-platform v0.3.2 |
| 340 | 2026-07-10T22:00:57.468Z | Downloaded swrite v0.1.0 |
| 341 | 2026-07-10T22:00:57.468Z | Downloaded block-buffer v0.10.4 |
| 342 | 2026-07-10T22:00:57.468Z | Downloaded utf8parse v0.2.2 |
| 343 | 2026-07-10T22:00:57.468Z | Downloaded smawk v0.3.2 |
| 344 | 2026-07-10T22:00:57.468Z | Downloaded plain v0.2.3 |
| 345 | 2026-07-10T22:00:57.485Z | Downloaded generic-array v0.14.7 |
| 346 | 2026-07-10T22:00:57.486Z | Downloaded usdt v0.5.0 |
| 347 | 2026-07-10T22:00:57.486Z | Downloaded camino v1.2.2 |
| 348 | 2026-07-10T22:00:57.486Z | Downloaded byteorder v1.5.0 |
| 349 | 2026-07-10T22:00:57.486Z | Downloaded serde_tokenstream v0.2.3 |
| 350 | 2026-07-10T22:00:57.495Z | Downloaded thiserror v1.0.69 |
| 351 | 2026-07-10T22:00:57.495Z | Downloaded serde_spanned v0.6.9 |
| 352 | 2026-07-10T22:00:57.495Z | Downloaded usdt-impl v0.5.0 |
| 353 | 2026-07-10T22:00:57.496Z | Downloaded thiserror-impl v1.0.69 |
| 354 | 2026-07-10T22:00:57.496Z | Downloaded scroll v0.12.0 |
| 355 | 2026-07-10T22:00:57.496Z | Downloaded quote v1.0.45 |
| 356 | 2026-07-10T22:00:57.497Z | Downloaded pest_generator v2.8.6 |
| 357 | 2026-07-10T22:00:57.497Z | Downloaded autocfg v1.5.0 |
| 358 | 2026-07-10T22:00:57.503Z | Downloaded thiserror-impl v2.0.18 |
| 359 | 2026-07-10T22:00:57.503Z | Downloaded clap_derive v4.6.1 |
| 360 | 2026-07-10T22:00:57.513Z | Downloaded thiserror v2.0.18 |
| 361 | 2026-07-10T22:00:57.520Z | Downloaded ucd-trie v0.1.7 |
| 362 | 2026-07-10T22:00:57.521Z | Downloaded sha2 v0.10.9 |
| 363 | 2026-07-10T22:00:57.521Z | Downloaded proc-macro-error v1.0.4 |
| 364 | 2026-07-10T22:00:57.521Z | Downloaded getrandom v0.4.1 |
| 365 | 2026-07-10T22:00:57.521Z | Downloaded log v0.4.29 |
| 366 | 2026-07-10T22:00:57.537Z | Downloaded tempfile v3.25.0 |
| 367 | 2026-07-10T22:00:57.555Z | Downloaded semver v1.0.28 |
| 368 | 2026-07-10T22:00:57.555Z | Downloaded serde_core v1.0.228 |
| 369 | 2026-07-10T22:00:57.555Z | Downloaded unicode-ident v1.0.24 |
| 370 | 2026-07-10T22:00:57.567Z | Downloaded serde_derive v1.0.228 |
| 371 | 2026-07-10T22:00:57.568Z | Downloaded textwrap v0.16.2 |
| 372 | 2026-07-10T22:00:57.568Z | Downloaded proc-macro2 v1.0.106 |
| 373 | 2026-07-10T22:00:57.583Z | Downloaded memchr v2.8.0 |
| 374 | 2026-07-10T22:00:57.595Z | Downloaded typenum v1.20.1 |
| 375 | 2026-07-10T22:00:57.595Z | Downloaded serde v1.0.228 |
| 376 | 2026-07-10T22:00:57.624Z | Downloaded toml_edit v0.22.27 |
| 377 | 2026-07-10T22:00:57.624Z | Downloaded indexmap v2.14.0 |
| 378 | 2026-07-10T22:00:57.650Z | Downloaded hashbrown v0.17.0 |
| 379 | 2026-07-10T22:00:57.656Z | Downloaded clap_builder v4.6.0 |
| 380 | 2026-07-10T22:00:57.657Z | Downloaded serde_json v1.0.150 |
| 381 | 2026-07-10T22:00:57.657Z | Downloaded unicode-width v0.2.0 |
| 382 | 2026-07-10T22:00:57.657Z | Downloaded goblin v0.8.2 |
| 383 | 2026-07-10T22:00:57.657Z | Downloaded winnow v0.7.14 |
| 384 | 2026-07-10T22:00:57.667Z | Downloaded tabled v0.15.0 |
| 385 | 2026-07-10T22:00:57.678Z | Downloaded syn v1.0.109 |
| 386 | 2026-07-10T22:00:57.710Z | Downloaded unicode-width v0.1.14 |
| 387 | 2026-07-10T22:00:57.710Z | Downloaded syn v2.0.117 |
| 388 | 2026-07-10T22:00:57.718Z | Downloaded rustix v1.1.3 |
| 389 | 2026-07-10T22:00:57.728Z | Downloaded libc v0.2.185 |
| 390 | 2026-07-10T22:00:57.800Z | Compiling proc-macro2 v1.0.106 |
| 391 | 2026-07-10T22:00:57.800Z | Compiling quote v1.0.45 |
| 392 | 2026-07-10T22:00:57.800Z | Compiling unicode-ident v1.0.24 |
| 393 | 2026-07-10T22:00:57.800Z | Compiling serde_core v1.0.228 |
| 394 | 2026-07-10T22:00:57.800Z | Compiling libc v0.2.185 |
| 395 | 2026-07-10T22:00:57.820Z | Compiling version_check v0.9.5 |
| 396 | 2026-07-10T22:00:57.820Z | Compiling memchr v2.8.0 |
| 397 | 2026-07-10T22:00:57.820Z | Compiling serde v1.0.228 |
| 398 | 2026-07-10T22:00:58.097Z | Compiling zmij v1.0.21 |
| 399 | 2026-07-10T22:00:58.348Z | Compiling ucd-trie v0.1.7 |
| 400 | 2026-07-10T22:00:58.390Z | Compiling thiserror v1.0.69 |
| 401 | 2026-07-10T22:00:58.431Z | Compiling itoa v1.0.17 |
| 402 | 2026-07-10T22:00:58.638Z | Compiling pest v2.8.6 |
| 403 | 2026-07-10T22:00:58.645Z | Compiling byteorder v1.5.0 |
| 404 | 2026-07-10T22:00:58.869Z | Compiling rustix v1.1.3 |
| 405 | 2026-07-10T22:00:58.887Z | Compiling errno v0.3.14 |
| 406 | 2026-07-10T22:00:58.921Z | Compiling bitflags v2.11.0 |
| 407 | 2026-07-10T22:00:59.041Z | Compiling serde_json v1.0.150 |
| 408 | 2026-07-10T22:00:59.264Z | Compiling syn v2.0.117 |
| 409 | 2026-07-10T22:00:59.332Z | Compiling thread-id v4.2.2 |
| 410 | 2026-07-10T22:00:59.349Z | Compiling proc-macro-error-attr v1.0.4 |
| 411 | 2026-07-10T22:00:59.401Z | Compiling usdt-impl v0.5.0 |
| 412 | 2026-07-10T22:00:59.417Z | Compiling syn v1.0.109 |
| 413 | 2026-07-10T22:00:59.538Z | Compiling camino v1.2.2 |
| 414 | 2026-07-10T22:00:59.725Z | Compiling pest_meta v2.8.6 |
| 415 | 2026-07-10T22:00:59.863Z | Compiling proc-macro-error v1.0.4 |
| 416 | 2026-07-10T22:00:59.903Z | Compiling log v0.4.29 |
| 417 | 2026-07-10T22:00:59.922Z | Compiling plain v0.2.3 |
| 418 | 2026-07-10T22:01:00.030Z | Compiling utf8parse v0.2.2 |
| 419 | 2026-07-10T22:01:00.068Z | Compiling getrandom v0.4.1 |
| 420 | 2026-07-10T22:01:00.108Z | Compiling equivalent v1.0.2 |
| 421 | 2026-07-10T22:01:00.148Z | Compiling hashbrown v0.17.0 |
| 422 | 2026-07-10T22:01:00.300Z | Compiling terminal_size v0.4.3 |
| 423 | 2026-07-10T22:01:00.483Z | Compiling anstyle-parse v1.0.0 |
| 424 | 2026-07-10T22:01:00.640Z | Compiling indexmap v2.14.0 |
| 425 | 2026-07-10T22:01:01.076Z | Compiling cfg-if v1.0.4 |
| 426 | 2026-07-10T22:01:01.092Z | Compiling anstyle v1.0.14 |
| 427 | 2026-07-10T22:01:01.151Z | Compiling is_terminal_polyfill v1.70.2 |
| 428 | 2026-07-10T22:01:01.219Z | Compiling colorchoice v1.0.4 |
| 429 | 2026-07-10T22:01:01.264Z | Compiling toml_write v0.1.2 |
| 430 | 2026-07-10T22:01:01.300Z | Compiling thiserror v2.0.18 |
| 431 | 2026-07-10T22:01:01.322Z | Compiling winnow v0.7.14 |
| 432 | 2026-07-10T22:01:01.340Z | Compiling autocfg v1.5.0 |
| 433 | 2026-07-10T22:01:01.355Z | Compiling anstyle-query v1.1.5 |
| 434 | 2026-07-10T22:01:01.464Z | Compiling pest_generator v2.8.6 |
| 435 | 2026-07-10T22:01:01.478Z | Compiling pretty-hex v0.4.1 |
| 436 | 2026-07-10T22:01:01.618Z | Compiling anstream v1.0.0 |
| 437 | 2026-07-10T22:01:01.768Z | Compiling fs-err v3.3.0 |
| 438 | 2026-07-10T22:01:01.883Z | Compiling strsim v0.11.1 |
| 439 | 2026-07-10T22:01:01.923Z | Compiling bytecount v0.6.9 |
| 440 | 2026-07-10T22:01:01.938Z | Compiling heck v0.4.1 |
| 441 | 2026-07-10T22:01:02.067Z | Compiling heck v0.5.0 |
| 442 | 2026-07-10T22:01:02.164Z | Compiling unicode-width v0.1.14 |
| 443 | 2026-07-10T22:01:02.174Z | Compiling clap_lex v1.0.0 |
| 444 | 2026-07-10T22:01:02.244Z | Compiling fnv v1.0.7 |
| 445 | 2026-07-10T22:01:02.284Z | Compiling fastrand v2.3.0 |
| 446 | 2026-07-10T22:01:02.310Z | Compiling anyhow v1.0.102 |
| 447 | 2026-07-10T22:01:02.341Z | Compiling once_cell v1.21.3 |
| 448 | 2026-07-10T22:01:02.413Z | Compiling papergrid v0.11.0 |
| 449 | 2026-07-10T22:01:02.472Z | Compiling clap_builder v4.6.0 |
| 450 | 2026-07-10T22:01:02.538Z | Compiling tempfile v3.25.0 |
| 451 | 2026-07-10T22:01:02.656Z | Compiling semver v1.0.28 |
| 452 | 2026-07-10T22:01:02.808Z | Compiling cargo-platform v0.3.2 |
| 453 | 2026-07-10T22:01:02.828Z | Compiling memmap v0.7.0 |
| 454 | 2026-07-10T22:01:02.853Z | Compiling tabled_derive v0.7.0 |
| 455 | 2026-07-10T22:01:02.911Z | Compiling unicode-width v0.2.0 |
| 456 | 2026-07-10T22:01:02.977Z | Compiling unicode-linebreak v0.1.5 |
| 457 | 2026-07-10T22:01:03.009Z | Compiling smawk v0.3.2 |
| 458 | 2026-07-10T22:01:03.096Z | Compiling serde_derive v1.0.228 |
| 459 | 2026-07-10T22:01:03.147Z | Compiling thiserror-impl v1.0.69 |
| 460 | 2026-07-10T22:01:03.182Z | Compiling zerocopy-derive v0.7.35 |
| 461 | 2026-07-10T22:01:03.217Z | Compiling pest_derive v2.8.6 |
| 462 | 2026-07-10T22:01:03.465Z | Compiling scroll_derive v0.12.1 |
| 463 | 2026-07-10T22:01:03.725Z | Compiling thiserror-impl v2.0.18 |
| 464 | 2026-07-10T22:01:03.818Z | Compiling clap_derive v4.6.1 |
| 465 | 2026-07-10T22:01:03.896Z | Compiling tabled v0.15.0 |
| 466 | 2026-07-10T22:01:04.107Z | Compiling zerocopy v0.7.35 |
| 467 | 2026-07-10T22:01:04.160Z | Compiling scroll v0.12.0 |
| 468 | 2026-07-10T22:01:04.449Z | Compiling goblin v0.8.2 |
| 469 | 2026-07-10T22:01:04.600Z | Compiling dtrace-parser v0.2.0 |
| 470 | 2026-07-10T22:01:04.679Z | Compiling textwrap v0.16.2 |
| 471 | 2026-07-10T22:01:05.136Z | Compiling camino-tempfile v1.4.1 |
| 472 | 2026-07-10T22:01:05.336Z | Compiling swrite v0.1.0 |
| 473 | 2026-07-10T22:01:05.617Z | Compiling clap v4.6.1 |
| 474 | 2026-07-10T22:01:06.285Z | Compiling serde_spanned v0.6.9 |
| 475 | 2026-07-10T22:01:06.285Z | Compiling toml_datetime v0.6.11 |
| 476 | 2026-07-10T22:01:06.285Z | Compiling macaddr v1.0.1 |
| 477 | 2026-07-10T22:01:06.297Z | Compiling cargo_metadata v0.23.1 |
| 478 | 2026-07-10T22:01:06.297Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 479 | 2026-07-10T22:01:06.364Z | Compiling dof v0.3.0 |
| 480 | 2026-07-10T22:01:06.381Z | Compiling serde_tokenstream v0.2.3 |
| 481 | 2026-07-10T22:01:06.514Z | Compiling toml_edit v0.22.27 |
| 482 | 2026-07-10T22:01:07.132Z | Compiling usdt-macro v0.5.0 |
| 483 | 2026-07-10T22:01:07.132Z | Compiling usdt-attr-macro v0.5.0 |
| 484 | 2026-07-10T22:01:07.756Z | Compiling usdt v0.5.0 |
| 485 | 2026-07-10T22:01:07.829Z | Compiling toml v0.8.23 |
| 486 | 2026-07-10T22:01:08.160Z | Compiling cargo_toml v0.21.0 |
| 487 | 2026-07-10T22:01:09.457Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 488 | 2026-07-10T22:01:11.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.10s |
| 489 | 2026-07-10T22:01:11.649Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 490 | 2026-07-10T22:01:12.138Z | Downloading crates ... |
| 491 | 2026-07-10T22:01:12.226Z | Downloaded adler2 v2.0.1 |
| 492 | 2026-07-10T22:01:12.232Z | Downloaded aead v0.5.2 |
| 493 | 2026-07-10T22:01:12.239Z | Downloaded async-stream v0.3.6 |
| 494 | 2026-07-10T22:01:12.242Z | Downloaded aes v0.9.1 |
| 495 | 2026-07-10T22:01:12.248Z | Downloaded assert_matches v1.5.0 |
| 496 | 2026-07-10T22:01:12.252Z | Downloaded argon2 v0.6.0-rc.8 |
| 497 | 2026-07-10T22:01:12.252Z | Downloaded anstyle-parse v0.2.7 |
| 498 | 2026-07-10T22:01:12.255Z | Downloaded argon2 v0.5.3 |
| 499 | 2026-07-10T22:01:12.255Z | Downloaded ahash v0.8.12 |
| 500 | 2026-07-10T22:01:12.259Z | Downloaded defmt v1.0.1 |
| 501 | 2026-07-10T22:01:12.259Z | Downloaded daft-derive v0.1.7 |
| 502 | 2026-07-10T22:01:12.263Z | Downloaded cstr-argument v0.1.2 |
| 503 | 2026-07-10T22:01:12.266Z | Downloaded crunchy v0.2.4 |
| 504 | 2026-07-10T22:01:12.266Z | Downloaded async-stream-impl v0.3.6 |
| 505 | 2026-07-10T22:01:12.267Z | Downloaded arrayref v0.3.9 |
| 506 | 2026-07-10T22:01:12.267Z | Downloaded crypto-common v0.2.2 |
| 507 | 2026-07-10T22:01:12.270Z | Downloaded async-recursion v1.1.1 |
| 508 | 2026-07-10T22:01:12.270Z | Downloaded der v0.8.0 |
| 509 | 2026-07-10T22:01:12.274Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 510 | 2026-07-10T22:01:12.278Z | Downloaded crc-catalog v2.4.0 |
| 511 | 2026-07-10T22:01:12.280Z | Downloaded aead v0.6.1 |
| 512 | 2026-07-10T22:01:12.281Z | Downloaded arrayvec v0.7.6 |
| 513 | 2026-07-10T22:01:12.281Z | Downloaded darling_macro v0.21.3 |
| 514 | 2026-07-10T22:01:12.284Z | Downloaded bit-vec v0.8.0 |
| 515 | 2026-07-10T22:01:12.284Z | Downloaded defmt v0.3.100 |
| 516 | 2026-07-10T22:01:12.284Z | Downloaded crc8 v0.1.1 |
| 517 | 2026-07-10T22:01:12.284Z | Downloaded cpubits v0.1.1 |
| 518 | 2026-07-10T22:01:12.284Z | Downloaded darling v0.13.4 |
| 519 | 2026-07-10T22:01:12.288Z | Downloaded base64ct v1.8.3 |
| 520 | 2026-07-10T22:01:12.291Z | Downloaded ctr v0.10.1 |
| 521 | 2026-07-10T22:01:12.291Z | Downloaded csv-core v0.1.13 |
| 522 | 2026-07-10T22:01:12.291Z | Downloaded crucible-workspace-hack v0.1.0 |
| 523 | 2026-07-10T22:01:12.292Z | Downloaded critical-section v1.2.0 |
| 524 | 2026-07-10T22:01:12.295Z | Downloaded crc-any v2.5.0 |
| 525 | 2026-07-10T22:01:12.295Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 526 | 2026-07-10T22:01:12.299Z | Downloaded async-bb8-diesel v0.2.1 |
| 527 | 2026-07-10T22:01:12.299Z | Downloaded debug-ignore v1.0.5 |
| 528 | 2026-07-10T22:01:12.302Z | Downloaded convert_case v0.4.0 |
| 529 | 2026-07-10T22:01:12.302Z | Downloaded cpufeatures v0.3.0 |
| 530 | 2026-07-10T22:01:12.302Z | Downloaded compression-core v0.4.31 |
| 531 | 2026-07-10T22:01:12.306Z | Downloaded bit-set v0.8.0 |
| 532 | 2026-07-10T22:01:12.306Z | Downloaded anstream v0.6.21 |
| 533 | 2026-07-10T22:01:12.306Z | Downloaded base16ct v0.2.0 |
| 534 | 2026-07-10T22:01:12.312Z | Downloaded cfg_aliases v0.1.1 |
| 535 | 2026-07-10T22:01:12.313Z | Downloaded bitfield-struct v0.6.2 |
| 536 | 2026-07-10T22:01:12.313Z | Downloaded corncobs v0.1.4 |
| 537 | 2026-07-10T22:01:12.313Z | Downloaded base16ct v1.0.0 |
| 538 | 2026-07-10T22:01:12.316Z | Downloaded atty v0.2.14 |
| 539 | 2026-07-10T22:01:12.316Z | Downloaded darling_macro v0.23.0 |
| 540 | 2026-07-10T22:01:12.316Z | Downloaded allocator-api2 v0.2.21 |
| 541 | 2026-07-10T22:01:12.316Z | Downloaded darling_core v0.21.3 |
| 542 | 2026-07-10T22:01:12.320Z | Downloaded darling_macro v0.20.11 |
| 543 | 2026-07-10T22:01:12.323Z | Downloaded ciborium-io v0.2.2 |
| 544 | 2026-07-10T22:01:12.323Z | Downloaded block-buffer v0.12.1 |
| 545 | 2026-07-10T22:01:12.323Z | Downloaded bitfield-macros v0.19.4 |
| 546 | 2026-07-10T22:01:12.323Z | Downloaded bit-set v0.5.3 |
| 547 | 2026-07-10T22:01:12.327Z | Downloaded darling_core v0.20.11 |
| 548 | 2026-07-10T22:01:12.330Z | Downloaded embedded-io v0.6.1 |
| 549 | 2026-07-10T22:01:12.330Z | Downloaded dunce v1.0.5 |
| 550 | 2026-07-10T22:01:12.330Z | Downloaded embedded-io v0.4.0 |
| 551 | 2026-07-10T22:01:12.334Z | Downloaded cfg_aliases v0.2.1 |
| 552 | 2026-07-10T22:01:12.334Z | Downloaded daft v0.1.7 |
| 553 | 2026-07-10T22:01:12.334Z | Downloaded dtrace-parser v0.3.0 |
| 554 | 2026-07-10T22:01:12.334Z | Downloaded crypto-bigint v0.5.5 |
| 555 | 2026-07-10T22:01:12.338Z | Downloaded enum-as-inner v0.6.1 |
| 556 | 2026-07-10T22:01:12.341Z | Downloaded crossbeam-epoch v0.9.18 |
| 557 | 2026-07-10T22:01:12.345Z | Downloaded blake2 v0.10.6 |
| 558 | 2026-07-10T22:01:12.346Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 559 | 2026-07-10T22:01:12.346Z | Downloaded darling_macro v0.13.4 |
| 560 | 2026-07-10T22:01:12.346Z | Downloaded bit-vec v0.6.3 |
| 561 | 2026-07-10T22:01:12.349Z | Downloaded ciborium-ll v0.2.2 |
| 562 | 2026-07-10T22:01:12.350Z | Downloaded env_filter v1.0.0 |
| 563 | 2026-07-10T22:01:12.350Z | Downloaded endian-type v0.1.2 |
| 564 | 2026-07-10T22:01:12.350Z | Downloaded float-ord v0.3.2 |
| 565 | 2026-07-10T22:01:12.353Z | Downloaded dirs-next v2.0.0 |
| 566 | 2026-07-10T22:01:12.353Z | Downloaded bitflags v1.3.2 |
| 567 | 2026-07-10T22:01:12.353Z | Downloaded castaway v0.2.4 |
| 568 | 2026-07-10T22:01:12.357Z | Downloaded display-error-chain v0.2.2 |
| 569 | 2026-07-10T22:01:12.357Z | Downloaded block-padding v0.4.2 |
| 570 | 2026-07-10T22:01:12.357Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 571 | 2026-07-10T22:01:12.357Z | Downloaded dirs-sys-next v0.1.2 |
| 572 | 2026-07-10T22:01:12.361Z | Downloaded bb8 v0.8.6 |
| 573 | 2026-07-10T22:01:12.361Z | Downloaded convert_case v0.10.0 |
| 574 | 2026-07-10T22:01:12.361Z | Downloaded array-init v0.0.4 |
| 575 | 2026-07-10T22:01:12.365Z | Downloaded atomicwrites v0.4.4 |
| 576 | 2026-07-10T22:01:12.365Z | Downloaded atomic-waker v1.1.2 |
| 577 | 2026-07-10T22:01:12.366Z | Downloaded dof v0.4.0 |
| 578 | 2026-07-10T22:01:12.391Z | Downloaded cobs v0.3.0 |
| 579 | 2026-07-10T22:01:12.391Z | Downloaded backoff v0.4.0 |
| 580 | 2026-07-10T22:01:12.392Z | Downloaded bitfield v0.19.4 |
| 581 | 2026-07-10T22:01:12.392Z | Downloaded bcs v0.1.6 |
| 582 | 2026-07-10T22:01:12.393Z | Downloaded crc v3.4.0 |
| 583 | 2026-07-10T22:01:12.393Z | Downloaded derive_builder_macro v0.20.2 |
| 584 | 2026-07-10T22:01:12.393Z | Downloaded compression-codecs v0.4.37 |
| 585 | 2026-07-10T22:01:12.393Z | Downloaded fd-lock v4.0.4 |
| 586 | 2026-07-10T22:01:12.393Z | Downloaded arc-swap v1.8.2 |
| 587 | 2026-07-10T22:01:12.393Z | Downloaded constant_time_eq v0.4.2 |
| 588 | 2026-07-10T22:01:12.393Z | Downloaded futures-io v0.3.32 |
| 589 | 2026-07-10T22:01:12.393Z | Downloaded foreign-types v0.5.0 |
| 590 | 2026-07-10T22:01:12.393Z | Downloaded form_urlencoded v1.2.2 |
| 591 | 2026-07-10T22:01:12.393Z | Downloaded futures-macro v0.3.32 |
| 592 | 2026-07-10T22:01:12.393Z | Downloaded futures-core v0.3.32 |
| 593 | 2026-07-10T22:01:12.393Z | Downloaded async-compression v0.4.41 |
| 594 | 2026-07-10T22:01:12.393Z | Downloaded foreign-types v0.3.2 |
| 595 | 2026-07-10T22:01:12.398Z | Downloaded cipher v0.5.2 |
| 596 | 2026-07-10T22:01:12.398Z | Downloaded ctutils v0.4.2 |
| 597 | 2026-07-10T22:01:12.398Z | Downloaded crossbeam-deque v0.8.6 |
| 598 | 2026-07-10T22:01:12.398Z | Downloaded flagset v0.4.7 |
| 599 | 2026-07-10T22:01:12.398Z | Downloaded ena v0.14.4 |
| 600 | 2026-07-10T22:01:12.403Z | Downloaded fxhash v0.2.1 |
| 601 | 2026-07-10T22:01:12.403Z | Downloaded cmov v0.5.4 |
| 602 | 2026-07-10T22:01:12.403Z | Downloaded funty v2.0.0 |
| 603 | 2026-07-10T22:01:12.403Z | Downloaded foreign-types-macros v0.2.3 |
| 604 | 2026-07-10T22:01:12.403Z | Downloaded foreign-types-shared v0.3.1 |
| 605 | 2026-07-10T22:01:12.409Z | Downloaded float-cmp v0.10.0 |
| 606 | 2026-07-10T22:01:12.409Z | Downloaded downcast-rs v2.0.2 |
| 607 | 2026-07-10T22:01:12.409Z | Downloaded globwalk v0.9.1 |
| 608 | 2026-07-10T22:01:12.409Z | Downloaded derive_builder_core v0.20.2 |
| 609 | 2026-07-10T22:01:12.412Z | Downloaded blowfish v0.10.0 |
| 610 | 2026-07-10T22:01:12.413Z | Downloaded data-encoding v2.10.0 |
| 611 | 2026-07-10T22:01:12.413Z | Downloaded git-stub v1.0.0 |
| 612 | 2026-07-10T22:01:12.413Z | Downloaded cexpr v0.6.0 |
| 613 | 2026-07-10T22:01:12.413Z | Downloaded cipher v0.4.4 |
| 614 | 2026-07-10T22:01:12.417Z | Downloaded futures-task v0.3.32 |
| 615 | 2026-07-10T22:01:12.417Z | Downloaded ghash v0.6.0 |
| 616 | 2026-07-10T22:01:12.417Z | Downloaded gethostname v0.5.0 |
| 617 | 2026-07-10T22:01:12.420Z | Downloaded futures-sink v0.3.32 |
| 618 | 2026-07-10T22:01:12.421Z | Downloaded byte-wrapper v0.1.0 |
| 619 | 2026-07-10T22:01:12.421Z | Downloaded erased-serde v0.3.31 |
| 620 | 2026-07-10T22:01:12.424Z | Downloaded headers-core v0.3.0 |
| 621 | 2026-07-10T22:01:12.424Z | Downloaded hash32 v0.2.1 |
| 622 | 2026-07-10T22:01:12.424Z | Downloaded chacha20 v0.9.1 |
| 623 | 2026-07-10T22:01:12.428Z | Downloaded cbc v0.2.1 |
| 624 | 2026-07-10T22:01:12.428Z | Downloaded camino-tempfile-ext v0.3.3 |
| 625 | 2026-07-10T22:01:12.428Z | Downloaded hash32 v0.3.1 |
| 626 | 2026-07-10T22:01:12.432Z | Downloaded hex-literal v1.1.0 |
| 627 | 2026-07-10T22:01:12.432Z | Downloaded console v0.15.11 |
| 628 | 2026-07-10T22:01:12.435Z | Downloaded bzip2 v0.4.4 |
| 629 | 2026-07-10T22:01:12.437Z | Downloaded backon v1.6.0 |
| 630 | 2026-07-10T22:01:12.440Z | Downloaded either v1.15.0 |
| 631 | 2026-07-10T22:01:12.440Z | Downloaded env_logger v0.11.9 |
| 632 | 2026-07-10T22:01:12.440Z | Downloaded digest v0.11.3 |
| 633 | 2026-07-10T22:01:12.444Z | Downloaded hex v0.4.3 |
| 634 | 2026-07-10T22:01:12.444Z | Downloaded displaydoc v0.2.5 |
| 635 | 2026-07-10T22:01:12.448Z | Downloaded fixedbitset v0.5.7 |
| 636 | 2026-07-10T22:01:12.448Z | Downloaded foreign-types-shared v0.1.1 |
| 637 | 2026-07-10T22:01:12.449Z | Downloaded foldhash v0.2.0 |
| 638 | 2026-07-10T22:01:12.449Z | Downloaded ff v0.14.0 |
| 639 | 2026-07-10T22:01:12.452Z | Downloaded filetime v0.2.27 |
| 640 | 2026-07-10T22:01:12.452Z | Downloaded ed25519 v3.0.0 |
| 641 | 2026-07-10T22:01:12.452Z | Downloaded fs_extra v1.3.0 |
| 642 | 2026-07-10T22:01:12.456Z | Downloaded clang-sys v1.8.1 |
| 643 | 2026-07-10T22:01:12.456Z | Downloaded hostname v0.3.1 |
| 644 | 2026-07-10T22:01:12.460Z | Downloaded blake2 v0.11.0-rc.6 |
| 645 | 2026-07-10T22:01:12.460Z | Downloaded hostname v0.4.2 |
| 646 | 2026-07-10T22:01:12.463Z | Downloaded futures-executor v0.3.32 |
| 647 | 2026-07-10T22:01:12.463Z | Downloaded ff v0.13.1 |
| 648 | 2026-07-10T22:01:12.463Z | Downloaded defmt-macros v1.0.1 |
| 649 | 2026-07-10T22:01:12.467Z | Downloaded crc32fast v1.5.0 |
| 650 | 2026-07-10T22:01:12.470Z | Downloaded hubpack_derive v0.1.1 |
| 651 | 2026-07-10T22:01:12.470Z | Downloaded hubpack v0.1.2 |
| 652 | 2026-07-10T22:01:12.470Z | Downloaded hyper-tls v0.6.0 |
| 653 | 2026-07-10T22:01:12.471Z | Downloaded httpdate v1.0.3 |
| 654 | 2026-07-10T22:01:12.475Z | Downloaded cookie_store v0.22.1 |
| 655 | 2026-07-10T22:01:12.475Z | Downloaded darling v0.21.3 |
| 656 | 2026-07-10T22:01:12.478Z | Downloaded http-range v0.1.5 |
| 657 | 2026-07-10T22:01:12.478Z | Downloaded glob v0.3.3 |
| 658 | 2026-07-10T22:01:12.478Z | Downloaded group v0.14.0 |
| 659 | 2026-07-10T22:01:12.483Z | Downloaded group v0.13.0 |
| 660 | 2026-07-10T22:01:12.483Z | Downloaded git-stub-vcs v0.1.0 |
| 661 | 2026-07-10T22:01:12.486Z | Downloaded const_format_proc_macros v0.2.34 |
| 662 | 2026-07-10T22:01:12.486Z | Downloaded console v0.16.2 |
| 663 | 2026-07-10T22:01:12.486Z | Downloaded bzip2 v0.6.1 |
| 664 | 2026-07-10T22:01:12.490Z | Downloaded fixedbitset v0.4.2 |
| 665 | 2026-07-10T22:01:12.490Z | Downloaded globset v0.4.18 |
| 666 | 2026-07-10T22:01:12.491Z | Downloaded http-body v1.0.1 |
| 667 | 2026-07-10T22:01:12.494Z | Downloaded ident_case v1.0.1 |
| 668 | 2026-07-10T22:01:12.494Z | Downloaded colored v3.1.1 |
| 669 | 2026-07-10T22:01:12.494Z | Downloaded cookie v0.18.1 |
| 670 | 2026-07-10T22:01:12.498Z | Downloaded illumos-nvpair v0.3.0 |
| 671 | 2026-07-10T22:01:12.498Z | Downloaded find-msvc-tools v0.1.9 |
| 672 | 2026-07-10T22:01:12.498Z | Downloaded indent_write v2.2.0 |
| 673 | 2026-07-10T22:01:12.498Z | Downloaded colored v2.2.0 |
| 674 | 2026-07-10T22:01:12.503Z | Downloaded darling v0.20.11 |
| 675 | 2026-07-10T22:01:12.506Z | Downloaded cmake v0.1.57 |
| 676 | 2026-07-10T22:01:12.506Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 677 | 2026-07-10T22:01:12.506Z | Downloaded idna_adapter v1.2.1 |
| 678 | 2026-07-10T22:01:12.506Z | Downloaded darling v0.23.0 |
| 679 | 2026-07-10T22:01:12.510Z | Downloaded home v0.5.12 |
| 680 | 2026-07-10T22:01:12.510Z | Downloaded ecdsa v0.16.9 |
| 681 | 2026-07-10T22:01:12.514Z | Downloaded highway v1.3.0 |
| 682 | 2026-07-10T22:01:12.514Z | Downloaded ecdsa v0.17.0-rc.18 |
| 683 | 2026-07-10T22:01:12.517Z | Downloaded internet-checksum v0.2.1 |
| 684 | 2026-07-10T22:01:12.517Z | Downloaded inout v0.2.2 |
| 685 | 2026-07-10T22:01:12.518Z | Downloaded ed25519 v2.2.3 |
| 686 | 2026-07-10T22:01:12.521Z | Downloaded instant v0.1.13 |
| 687 | 2026-07-10T22:01:12.521Z | Downloaded fallible-iterator v0.2.0 |
| 688 | 2026-07-10T22:01:12.521Z | Downloaded is_ci v1.2.0 |
| 689 | 2026-07-10T22:01:12.529Z | Downloaded instability v0.3.11 |
| 690 | 2026-07-10T22:01:12.529Z | Downloaded const-oid v0.10.2 |
| 691 | 2026-07-10T22:01:12.529Z | Downloaded cancel-safe-futures v0.1.5 |
| 692 | 2026-07-10T22:01:12.532Z | Downloaded getrandom v0.2.17 |
| 693 | 2026-07-10T22:01:12.532Z | Downloaded des v0.9.0 |
| 694 | 2026-07-10T22:01:12.532Z | Downloaded kem v0.3.0 |
| 695 | 2026-07-10T22:01:12.532Z | Downloaded darling_core v0.13.4 |
| 696 | 2026-07-10T22:01:12.536Z | Downloaded linked-hash-map v0.5.6 |
| 697 | 2026-07-10T22:01:12.537Z | Downloaded lalrpop-util v0.19.12 |
| 698 | 2026-07-10T22:01:12.540Z | Downloaded keccak v0.1.6 |
| 699 | 2026-07-10T22:01:12.540Z | Downloaded http-body-util v0.1.3 |
| 700 | 2026-07-10T22:01:12.540Z | Downloaded is-terminal v0.4.17 |
| 701 | 2026-07-10T22:01:12.540Z | Downloaded darling_core v0.23.0 |
| 702 | 2026-07-10T22:01:12.544Z | Downloaded lazy_static v1.5.0 |
| 703 | 2026-07-10T22:01:12.547Z | Downloaded half v1.8.3 |
| 704 | 2026-07-10T22:01:12.548Z | Downloaded kstat-rs v0.2.4 |
| 705 | 2026-07-10T22:01:12.552Z | Downloaded enum_dispatch v0.3.13 |
| 706 | 2026-07-10T22:01:12.552Z | Downloaded aho-corasick v1.1.4 |
| 707 | 2026-07-10T22:01:12.556Z | Downloaded const-oid v0.9.6 |
| 708 | 2026-07-10T22:01:12.556Z | Downloaded fatfs v0.3.6 |
| 709 | 2026-07-10T22:01:12.561Z | Downloaded hyper-staticfile v0.10.1 |
| 710 | 2026-07-10T22:01:12.561Z | Downloaded humantime v2.3.0 |
| 711 | 2026-07-10T22:01:12.561Z | Downloaded chacha20poly1305 v0.10.1 |
| 712 | 2026-07-10T22:01:12.565Z | Downloaded crossterm v0.28.1 |
| 713 | 2026-07-10T22:01:12.568Z | Downloaded crossbeam-utils v0.8.21 |
| 714 | 2026-07-10T22:01:12.569Z | Downloaded libscf-sys v1.1.0 |
| 715 | 2026-07-10T22:01:12.572Z | Downloaded match_cfg v0.1.0 |
| 716 | 2026-07-10T22:01:12.572Z | Downloaded memoffset v0.9.1 |
| 717 | 2026-07-10T22:01:12.572Z | Downloaded md5 v0.8.0 |
| 718 | 2026-07-10T22:01:12.572Z | Downloaded ar_archive_writer v0.5.1 |
| 719 | 2026-07-10T22:01:12.576Z | Downloaded lzss v0.8.2 |
| 720 | 2026-07-10T22:01:12.576Z | Downloaded lru-cache v0.1.2 |
| 721 | 2026-07-10T22:01:12.580Z | Downloaded mime v0.3.17 |
| 722 | 2026-07-10T22:01:12.580Z | Downloaded maybe-uninit v2.0.0 |
| 723 | 2026-07-10T22:01:12.580Z | Downloaded indoc v1.0.9 |
| 724 | 2026-07-10T22:01:12.584Z | Downloaded multimap v0.10.1 |
| 725 | 2026-07-10T22:01:12.584Z | Downloaded futures v0.3.32 |
| 726 | 2026-07-10T22:01:12.589Z | Downloaded ingot v0.1.1 |
| 727 | 2026-07-10T22:01:12.589Z | Downloaded lru v0.12.5 |
| 728 | 2026-07-10T22:01:12.589Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 729 | 2026-07-10T22:01:12.592Z | Downloaded newtype_derive v0.1.6 |
| 730 | 2026-07-10T22:01:12.592Z | Downloaded dropshot_endpoint v0.17.1 |
| 731 | 2026-07-10T22:01:12.596Z | Downloaded nibble_vec v0.1.0 |
| 732 | 2026-07-10T22:01:12.596Z | Downloaded nodrop v0.1.14 |
| 733 | 2026-07-10T22:01:12.596Z | Downloaded getrandom v0.3.4 |
| 734 | 2026-07-10T22:01:12.600Z | Downloaded newline-converter v0.3.0 |
| 735 | 2026-07-10T22:01:12.600Z | Downloaded newtype-uuid-macros v0.1.0 |
| 736 | 2026-07-10T22:01:12.603Z | Downloaded jobserver v0.1.34 |
| 737 | 2026-07-10T22:01:12.603Z | Downloaded new_debug_unreachable v1.0.6 |
| 738 | 2026-07-10T22:01:12.603Z | Downloaded ingot-types v0.1.2 |
| 739 | 2026-07-10T22:01:12.607Z | Downloaded elliptic-curve v0.13.8 |
| 740 | 2026-07-10T22:01:12.607Z | Downloaded normalize-line-endings v0.3.0 |
| 741 | 2026-07-10T22:01:12.612Z | Downloaded httparse v1.10.1 |
| 742 | 2026-07-10T22:01:12.612Z | Downloaded base64 v0.22.1 |
| 743 | 2026-07-10T22:01:12.615Z | Downloaded bytes v1.11.1 |
| 744 | 2026-07-10T22:01:12.616Z | Downloaded crossbeam-channel v0.5.15 |
| 745 | 2026-07-10T22:01:12.621Z | Downloaded num-conv v0.2.0 |
| 746 | 2026-07-10T22:01:12.621Z | Downloaded num-derive v0.4.2 |
| 747 | 2026-07-10T22:01:12.621Z | Downloaded num v0.4.3 |
| 748 | 2026-07-10T22:01:12.624Z | Downloaded nonempty v0.12.0 |
| 749 | 2026-07-10T22:01:12.625Z | Downloaded linear-map v1.2.0 |
| 750 | 2026-07-10T22:01:12.625Z | Downloaded num-iter v0.1.45 |
| 751 | 2026-07-10T22:01:12.625Z | Downloaded num-derive v0.3.3 |
| 752 | 2026-07-10T22:01:12.628Z | Downloaded num_enum_derive v0.5.11 |
| 753 | 2026-07-10T22:01:12.628Z | Downloaded libsw v3.5.0 |
| 754 | 2026-07-10T22:01:12.628Z | Downloaded libefi-sys v0.1.0 |
| 755 | 2026-07-10T22:01:12.632Z | Downloaded half v2.7.1 |
| 756 | 2026-07-10T22:01:12.632Z | Downloaded generic-array v1.4.3 |
| 757 | 2026-07-10T22:01:12.636Z | Downloaded base64 v0.21.7 |
| 758 | 2026-07-10T22:01:12.636Z | Downloaded hyper-rustls v0.27.7 |
| 759 | 2026-07-10T22:01:12.639Z | Downloaded olpc-cjson v0.1.4 |
| 760 | 2026-07-10T22:01:12.639Z | Downloaded hybrid-array v0.4.13 |
| 761 | 2026-07-10T22:01:12.643Z | Downloaded openssl-macros v0.1.1 |
| 762 | 2026-07-10T22:01:12.643Z | Downloaded num_threads v0.1.7 |
| 763 | 2026-07-10T22:01:12.643Z | Downloaded opaque-debug v0.3.1 |
| 764 | 2026-07-10T22:01:12.643Z | Downloaded lock_api v0.4.14 |
| 765 | 2026-07-10T22:01:12.647Z | Downloaded md-5 v0.10.6 |
| 766 | 2026-07-10T22:01:12.647Z | Downloaded module-lattice v0.2.3 |
| 767 | 2026-07-10T22:01:12.650Z | Downloaded mime_guess v2.0.5 |
| 768 | 2026-07-10T22:01:12.652Z | Downloaded openssl-probe v0.2.1 |
| 769 | 2026-07-10T22:01:12.652Z | Downloaded libsw-core v0.3.2 |
| 770 | 2026-07-10T22:01:12.656Z | Downloaded indoc v2.0.7 |
| 771 | 2026-07-10T22:01:12.656Z | Downloaded multer v3.1.0 |
| 772 | 2026-07-10T22:01:12.656Z | Downloaded drift v0.2.0 |
| 773 | 2026-07-10T22:01:12.662Z | Downloaded openssl-probe v0.1.6 |
| 774 | 2026-07-10T22:01:12.665Z | Downloaded oso-derive v0.27.3 |
| 775 | 2026-07-10T22:01:12.665Z | Downloaded native-tls v0.2.18 |
| 776 | 2026-07-10T22:01:12.665Z | Downloaded hmac v0.13.0 |
| 777 | 2026-07-10T22:01:12.669Z | Downloaded nanorand v0.7.0 |
| 778 | 2026-07-10T22:01:12.669Z | Downloaded ipnet v2.11.0 |
| 779 | 2026-07-10T22:01:12.673Z | Downloaded ipnetwork v0.21.1 |
| 780 | 2026-07-10T22:01:12.673Z | Downloaded newtype-uuid v1.3.2 |
| 781 | 2026-07-10T22:01:12.673Z | Downloaded ingot-macros v0.1.1 |
| 782 | 2026-07-10T22:01:12.677Z | Downloaded hmac v0.12.1 |
| 783 | 2026-07-10T22:01:12.677Z | Downloaded futures-channel v0.3.32 |
| 784 | 2026-07-10T22:01:12.677Z | Downloaded derive_more v2.1.1 |
| 785 | 2026-07-10T22:01:12.684Z | Downloaded parse-size v1.1.0 |
| 786 | 2026-07-10T22:01:12.689Z | Downloaded path-slash v0.1.5 |
| 787 | 2026-07-10T22:01:12.689Z | Downloaded password-hash v0.6.1 |
| 788 | 2026-07-10T22:01:12.689Z | Downloaded parse-display v0.10.0 |
| 789 | 2026-07-10T22:01:12.692Z | Downloaded packed_struct_codegen v0.10.1 |
| 790 | 2026-07-10T22:01:12.692Z | Downloaded num_enum v0.5.11 |
| 791 | 2026-07-10T22:01:12.692Z | Downloaded percent-encoding v2.3.2 |
| 792 | 2026-07-10T22:01:12.696Z | Downloaded num-integer v0.1.46 |
| 793 | 2026-07-10T22:01:12.697Z | Downloaded nu-ansi-term v0.50.3 |
| 794 | 2026-07-10T22:01:12.697Z | Downloaded peg-runtime v0.8.5 |
| 795 | 2026-07-10T22:01:12.700Z | Downloaded keccak v0.2.0 |
| 796 | 2026-07-10T22:01:12.700Z | Downloaded phf_shared v0.11.3 |
| 797 | 2026-07-10T22:01:12.700Z | Downloaded heapless v0.7.17 |
| 798 | 2026-07-10T22:01:12.704Z | Downloaded cc v1.2.56 |
| 799 | 2026-07-10T22:01:12.704Z | Downloaded num_enum_derive v0.7.6 |
| 800 | 2026-07-10T22:01:12.708Z | Downloaded litrs v1.0.0 |
| 801 | 2026-07-10T22:01:12.708Z | Downloaded litemap v0.8.1 |
| 802 | 2026-07-10T22:01:12.713Z | Downloaded num-rational v0.4.2 |
| 803 | 2026-07-10T22:01:12.725Z | Downloaded phf_shared v0.13.1 |
| 804 | 2026-07-10T22:01:12.729Z | Downloaded memmap2 v0.9.10 |
| 805 | 2026-07-10T22:01:12.729Z | Downloaded phf_shared v0.12.1 |
| 806 | 2026-07-10T22:01:12.729Z | Downloaded heapless v0.8.0 |
| 807 | 2026-07-10T22:01:12.733Z | Downloaded flume v0.11.1 |
| 808 | 2026-07-10T22:01:12.739Z | Downloaded predicates-core v1.0.10 |
| 809 | 2026-07-10T22:01:12.739Z | Downloaded powerfmt v0.2.0 |
| 810 | 2026-07-10T22:01:12.739Z | Downloaded oxide-tokio-rt v0.1.4 |
| 811 | 2026-07-10T22:01:12.739Z | Downloaded ed25519-dalek v2.2.0 |
| 812 | 2026-07-10T22:01:12.743Z | Downloaded precomputed-hash v0.1.1 |
| 813 | 2026-07-10T22:01:12.743Z | Downloaded potential_utf v0.1.4 |
| 814 | 2026-07-10T22:01:12.744Z | Downloaded packed_struct v0.10.1 |
| 815 | 2026-07-10T22:01:12.744Z | Downloaded oxnet v0.1.6 |
| 816 | 2026-07-10T22:01:12.747Z | Downloaded owo-colors v4.3.0 |
| 817 | 2026-07-10T22:01:12.748Z | Downloaded ml-kem v0.3.2 |
| 818 | 2026-07-10T22:01:12.748Z | Downloaded predicates-tree v1.0.13 |
| 819 | 2026-07-10T22:01:12.751Z | Downloaded icu_properties v2.1.2 |
| 820 | 2026-07-10T22:01:12.751Z | Downloaded libloading v0.8.9 |
| 821 | 2026-07-10T22:01:12.755Z | Downloaded indexmap v1.9.3 |
| 822 | 2026-07-10T22:01:12.755Z | Downloaded phc v0.6.1 |
| 823 | 2026-07-10T22:01:12.759Z | Downloaded pem-rfc7468 v1.0.0 |
| 824 | 2026-07-10T22:01:12.759Z | Downloaded pem v3.0.6 |
| 825 | 2026-07-10T22:01:12.759Z | Downloaded proc-macro-crate v1.3.1 |
| 826 | 2026-07-10T22:01:12.762Z | Downloaded bumpalo v3.20.2 |
| 827 | 2026-07-10T22:01:12.762Z | Downloaded psl-types v2.0.11 |
| 828 | 2026-07-10T22:01:12.765Z | Downloaded progenitor-macro v0.13.0 |
| 829 | 2026-07-10T22:01:12.766Z | Downloaded pbkdf2 v0.13.0 |
| 830 | 2026-07-10T22:01:12.766Z | Downloaded num-complex v0.4.6 |
| 831 | 2026-07-10T22:01:12.769Z | Downloaded num_enum v0.7.6 |
| 832 | 2026-07-10T22:01:12.772Z | Downloaded pin-project-lite v0.2.17 |
| 833 | 2026-07-10T22:01:12.776Z | Downloaded pem-rfc7468 v0.7.0 |
| 834 | 2026-07-10T22:01:12.776Z | Downloaded flate2 v1.1.9 |
| 835 | 2026-07-10T22:01:12.779Z | Downloaded pkcs8 v0.10.2 |
| 836 | 2026-07-10T22:01:12.783Z | Downloaded phf v0.13.1 |
| 837 | 2026-07-10T22:01:12.786Z | Downloaded phf v0.12.1 |
| 838 | 2026-07-10T22:01:12.790Z | Downloaded pin-project-internal v1.1.11 |
| 839 | 2026-07-10T22:01:12.790Z | Downloaded poly1305 v0.8.0 |
| 840 | 2026-07-10T22:01:12.790Z | Downloaded pkg-config v0.3.32 |
| 841 | 2026-07-10T22:01:12.790Z | Downloaded derive_more-impl v2.1.1 |
| 842 | 2026-07-10T22:01:12.793Z | Downloaded rand_chacha v0.3.1 |
| 843 | 2026-07-10T22:01:12.794Z | Downloaded ppv-lite86 v0.2.21 |
| 844 | 2026-07-10T22:01:12.794Z | Downloaded indicatif v0.18.4 |
| 845 | 2026-07-10T22:01:12.797Z | Downloaded radium v0.7.0 |
| 846 | 2026-07-10T22:01:12.800Z | Downloaded hickory-resolver v0.24.4 |
| 847 | 2026-07-10T22:01:12.800Z | Downloaded rand_xorshift v0.4.0 |
| 848 | 2026-07-10T22:01:12.804Z | Downloaded predicates v3.1.4 |
| 849 | 2026-07-10T22:01:12.804Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 850 | 2026-07-10T22:01:12.808Z | Downloaded ref-cast v1.0.25 |
| 851 | 2026-07-10T22:01:12.808Z | Downloaded postgres-protocol v0.6.10 |
| 852 | 2026-07-10T22:01:12.812Z | Downloaded primeorder v0.13.6 |
| 853 | 2026-07-10T22:01:12.812Z | Downloaded expectorate v1.2.0 |
| 854 | 2026-07-10T22:01:12.815Z | Downloaded ref-cast-impl v1.0.25 |
| 855 | 2026-07-10T22:01:12.815Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 856 | 2026-07-10T22:01:12.816Z | Downloaded primeorder v0.14.0-rc.10 |
| 857 | 2026-07-10T22:01:12.816Z | Downloaded password-hash v0.5.0 |
| 858 | 2026-07-10T22:01:12.819Z | Downloaded parking_lot_core v0.9.12 |
| 859 | 2026-07-10T22:01:12.819Z | Downloaded parking_lot v0.11.2 |
| 860 | 2026-07-10T22:01:12.823Z | Downloaded proc-macro-error2 v2.0.1 |
| 861 | 2026-07-10T22:01:12.823Z | Downloaded progenitor-client v0.13.0 |
| 862 | 2026-07-10T22:01:12.827Z | Downloaded progenitor v0.14.0 |
| 863 | 2026-07-10T22:01:12.827Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 864 | 2026-07-10T22:01:12.827Z | Downloaded progenitor-macro v0.14.0 |
| 865 | 2026-07-10T22:01:12.827Z | Downloaded recursive v0.1.1 |
| 866 | 2026-07-10T22:01:12.831Z | Downloaded progenitor-extras v0.2.0 |
| 867 | 2026-07-10T22:01:12.832Z | Downloaded num-traits v0.2.19 |
| 868 | 2026-07-10T22:01:12.832Z | Downloaded rfc6979 v0.5.0 |
| 869 | 2026-07-10T22:01:12.835Z | Downloaded rfc6979 v0.4.0 |
| 870 | 2026-07-10T22:01:12.835Z | Downloaded psm v0.1.30 |
| 871 | 2026-07-10T22:01:12.835Z | Downloaded icu_locale_core v2.1.1 |
| 872 | 2026-07-10T22:01:12.840Z | Downloaded r2d2 v0.8.10 |
| 873 | 2026-07-10T22:01:12.844Z | Downloaded pkcs8 v0.11.0 |
| 874 | 2026-07-10T22:01:12.844Z | Downloaded quick-error v1.2.3 |
| 875 | 2026-07-10T22:01:12.844Z | Downloaded polyval v0.7.1 |
| 876 | 2026-07-10T22:01:12.848Z | Downloaded postcard v1.1.3 |
| 877 | 2026-07-10T22:01:12.848Z | Downloaded rustc-hash v2.1.1 |
| 878 | 2026-07-10T22:01:12.852Z | Downloaded oso v0.27.3 |
| 879 | 2026-07-10T22:01:12.852Z | Downloaded rand_core v0.10.0 |
| 880 | 2026-07-10T22:01:12.856Z | Downloaded rustc_version v0.4.1 |
| 881 | 2026-07-10T22:01:12.856Z | Downloaded hickory-resolver v0.25.2 |
| 882 | 2026-07-10T22:01:12.861Z | Downloaded same-file v1.0.6 |
| 883 | 2026-07-10T22:01:12.861Z | Downloaded diesel_derives v2.3.7 |
| 884 | 2026-07-10T22:01:12.866Z | Downloaded rustc_version v0.1.7 |
| 885 | 2026-07-10T22:01:12.866Z | Downloaded russh-util v0.52.0 |
| 886 | 2026-07-10T22:01:12.866Z | Downloaded rtoolbox v0.0.3 |
| 887 | 2026-07-10T22:01:12.866Z | Downloaded rand_chacha v0.9.0 |
| 888 | 2026-07-10T22:01:12.866Z | Downloaded jiff-static v0.2.21 |
| 889 | 2026-07-10T22:01:12.870Z | Downloaded parking_lot v0.12.5 |
| 890 | 2026-07-10T22:01:12.870Z | Downloaded scheduled-thread-pool v0.2.7 |
| 891 | 2026-07-10T22:01:12.874Z | Downloaded postgres-types v0.2.12 |
| 892 | 2026-07-10T22:01:12.874Z | Downloaded scroll_derive v0.13.1 |
| 893 | 2026-07-10T22:01:12.874Z | Downloaded rand_seeder v0.4.0 |
| 894 | 2026-07-10T22:01:12.878Z | Downloaded hyper-util v0.1.20 |
| 895 | 2026-07-10T22:01:12.882Z | Downloaded rand_core v0.6.4 |
| 896 | 2026-07-10T22:01:12.882Z | Downloaded rand_core v0.9.5 |
| 897 | 2026-07-10T22:01:12.882Z | Downloaded pkcs1 v0.7.5 |
| 898 | 2026-07-10T22:01:12.886Z | Downloaded hashbrown v0.13.2 |
| 899 | 2026-07-10T22:01:12.886Z | Downloaded russh-cryptovec v0.61.0 |
| 900 | 2026-07-10T22:01:12.890Z | Downloaded miniz_oxide v0.8.9 |
| 901 | 2026-07-10T22:01:12.890Z | Downloaded poly1305 v0.9.0 |
| 902 | 2026-07-10T22:01:12.893Z | Downloaded papergrid v0.17.0 |
| 903 | 2026-07-10T22:01:12.894Z | Downloaded progenitor v0.13.0 |
| 904 | 2026-07-10T22:01:12.897Z | Downloaded serde-big-array v0.5.1 |
| 905 | 2026-07-10T22:01:12.897Z | Downloaded secrecy v0.10.3 |
| 906 | 2026-07-10T22:01:12.897Z | Downloaded secrecy v0.8.0 |
| 907 | 2026-07-10T22:01:12.903Z | Downloaded scopeguard v1.2.0 |
| 908 | 2026-07-10T22:01:12.903Z | Downloaded omicron-zone-package v0.12.3 |
| 909 | 2026-07-10T22:01:12.903Z | Downloaded icu_collections v2.1.1 |
| 910 | 2026-07-10T22:01:12.907Z | Downloaded semver v0.1.20 |
| 911 | 2026-07-10T22:01:12.907Z | Downloaded http v1.4.2 |
| 912 | 2026-07-10T22:01:12.910Z | Downloaded serde_urlencoded v0.7.1 |
| 913 | 2026-07-10T22:01:12.910Z | Downloaded serde_plain v1.0.2 |
| 914 | 2026-07-10T22:01:12.914Z | Downloaded primefield v0.14.0 |
| 915 | 2026-07-10T22:01:12.914Z | Downloaded pkcs5 v0.8.1 |
| 916 | 2026-07-10T22:01:12.918Z | Downloaded rustversion v1.0.22 |
| 917 | 2026-07-10T22:01:12.922Z | Downloaded resolv-conf v0.7.6 |
| 918 | 2026-07-10T22:01:12.922Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 919 | 2026-07-10T22:01:12.922Z | Downloaded serde_bytes v0.11.19 |
| 920 | 2026-07-10T22:01:12.926Z | Downloaded sha1 v0.11.0 |
| 921 | 2026-07-10T22:01:12.926Z | Downloaded serde_spanned v1.1.1 |
| 922 | 2026-07-10T22:01:12.926Z | Downloaded hickory-server v0.25.2 |
| 923 | 2026-07-10T22:01:12.932Z | Downloaded sha1 v0.10.6 |
| 924 | 2026-07-10T22:01:12.932Z | Downloaded serde_repr v0.1.20 |
| 925 | 2026-07-10T22:01:12.935Z | Downloaded rusty-fork v0.3.1 |
| 926 | 2026-07-10T22:01:12.935Z | Downloaded rustls-native-certs v0.8.3 |
| 927 | 2026-07-10T22:01:12.936Z | Downloaded openssl-sys v0.9.115 |
| 928 | 2026-07-10T22:01:12.939Z | Downloaded scroll v0.13.0 |
| 929 | 2026-07-10T22:01:12.939Z | Downloaded sapling-renderdag v0.1.0 |
| 930 | 2026-07-10T22:01:12.943Z | Downloaded p384 v0.14.0-rc.10 |
| 931 | 2026-07-10T22:01:12.943Z | Downloaded siphasher v1.0.2 |
| 932 | 2026-07-10T22:01:12.948Z | Downloaded crossterm v0.29.0 |
| 933 | 2026-07-10T22:01:12.948Z | Downloaded rustls-pemfile v2.2.0 |
| 934 | 2026-07-10T22:01:12.951Z | Downloaded prefix-trie v0.7.0 |
| 935 | 2026-07-10T22:01:12.955Z | Downloaded signature v3.0.0 |
| 936 | 2026-07-10T22:01:12.955Z | Downloaded signature v2.2.0 |
| 937 | 2026-07-10T22:01:12.955Z | Downloaded progenitor-impl v0.13.0 |
| 938 | 2026-07-10T22:01:12.959Z | Downloaded signal-hook-tokio v0.3.1 |
| 939 | 2026-07-10T22:01:12.959Z | Downloaded shell-words v1.1.1 |
| 940 | 2026-07-10T22:01:12.959Z | Downloaded sigpipe v0.1.3 |
| 941 | 2026-07-10T22:01:12.959Z | Downloaded signal-hook-mio v0.2.5 |
| 942 | 2026-07-10T22:01:12.963Z | Downloaded slog-envlogger v2.2.0 |
| 943 | 2026-07-10T22:01:12.963Z | Downloaded der v0.7.10 |
| 944 | 2026-07-10T22:01:12.966Z | Downloaded sec1 v0.7.3 |
| 945 | 2026-07-10T22:01:12.966Z | Downloaded slog-bunyan v2.5.0 |
| 946 | 2026-07-10T22:01:12.970Z | Downloaded icu_normalizer_data v2.1.1 |
| 947 | 2026-07-10T22:01:12.970Z | Downloaded icu_normalizer v2.1.1 |
| 948 | 2026-07-10T22:01:12.974Z | Downloaded serde-hex v0.1.0 |
| 949 | 2026-07-10T22:01:12.974Z | Downloaded aes-gcm v0.11.0 |
| 950 | 2026-07-10T22:01:12.977Z | Downloaded hashbrown v0.12.3 |
| 951 | 2026-07-10T22:01:12.981Z | Downloaded quinn-udp v0.5.14 |
| 952 | 2026-07-10T22:01:12.981Z | Downloaded libbz2-rs-sys v0.2.2 |
| 953 | 2026-07-10T22:01:12.981Z | Downloaded headers v0.4.1 |
| 954 | 2026-07-10T22:01:12.985Z | Downloaded seq-macro v0.3.6 |
| 955 | 2026-07-10T22:01:12.988Z | Downloaded scrypt v0.12.0 |
| 956 | 2026-07-10T22:01:12.989Z | Downloaded schemars_derive v0.8.22 |
| 957 | 2026-07-10T22:01:12.992Z | Downloaded minimal-lexical v0.2.1 |
| 958 | 2026-07-10T22:01:12.993Z | Downloaded shlex v1.3.0 |
| 959 | 2026-07-10T22:01:12.996Z | Downloaded pin-project v1.1.11 |
| 960 | 2026-07-10T22:01:13.000Z | Downloaded p256 v0.14.0-rc.10 |
| 961 | 2026-07-10T22:01:13.005Z | Downloaded slab v0.4.12 |
| 962 | 2026-07-10T22:01:13.005Z | Downloaded progenitor-client v0.14.0 |
| 963 | 2026-07-10T22:01:13.009Z | Downloaded proc-macro-crate v3.4.0 |
| 964 | 2026-07-10T22:01:13.009Z | Downloaded serde_path_to_error v0.1.20 |
| 965 | 2026-07-10T22:01:13.009Z | Downloaded strsim v0.10.0 |
| 966 | 2026-07-10T22:01:13.009Z | Downloaded strip-ansi-escapes v0.2.1 |
| 967 | 2026-07-10T22:01:13.013Z | Downloaded dropshot-api-manager v0.7.2 |
| 968 | 2026-07-10T22:01:13.016Z | Downloaded parse-display-derive v0.10.0 |
| 969 | 2026-07-10T22:01:13.017Z | Downloaded serde_with_macros v1.5.2 |
| 970 | 2026-07-10T22:01:13.017Z | Downloaded parking_lot_core v0.8.6 |
| 971 | 2026-07-10T22:01:13.020Z | Downloaded peg-macros v0.8.5 |
| 972 | 2026-07-10T22:01:13.020Z | Downloaded peg v0.8.5 |
| 973 | 2026-07-10T22:01:13.023Z | Downloaded stable_deref_trait v1.2.1 |
| 974 | 2026-07-10T22:01:13.024Z | Downloaded slog-dtrace v0.3.0 |
| 975 | 2026-07-10T22:01:13.024Z | Downloaded ron v0.8.1 |
| 976 | 2026-07-10T22:01:13.027Z | Downloaded strum v0.27.2 |
| 977 | 2026-07-10T22:01:13.031Z | Downloaded strum v0.26.3 |
| 978 | 2026-07-10T22:01:13.031Z | Downloaded slog-stdlog v4.1.1 |
| 979 | 2026-07-10T22:01:13.032Z | Downloaded slog-json v2.6.1 |
| 980 | 2026-07-10T22:01:13.035Z | Downloaded pretty_assertions v1.4.1 |
| 981 | 2026-07-10T22:01:13.035Z | Downloaded rustls-pki-types v1.14.0 |
| 982 | 2026-07-10T22:01:13.036Z | Downloaded hashbrown v0.16.1 |
| 983 | 2026-07-10T22:01:13.039Z | Downloaded tagptr v0.2.0 |
| 984 | 2026-07-10T22:01:13.043Z | Downloaded tabwriter v1.4.1 |
| 985 | 2026-07-10T22:01:13.043Z | Downloaded sync-ptr v0.1.4 |
| 986 | 2026-07-10T22:01:13.043Z | Downloaded supports-color v3.0.2 |
| 987 | 2026-07-10T22:01:13.046Z | Downloaded structmeta-derive v0.3.0 |
| 988 | 2026-07-10T22:01:13.046Z | Downloaded structmeta v0.3.0 |
| 989 | 2026-07-10T22:01:13.047Z | Downloaded subtle v2.6.1 |
| 990 | 2026-07-10T22:01:13.050Z | Downloaded sqlformat v0.3.5 |
| 991 | 2026-07-10T22:01:13.050Z | Downloaded spki v0.8.0 |
| 992 | 2026-07-10T22:01:13.050Z | Downloaded salsa20 v0.11.0 |
| 993 | 2026-07-10T22:01:13.056Z | Downloaded progenitor-impl v0.14.0 |
| 994 | 2026-07-10T22:01:13.056Z | Downloaded prettyplease v0.2.37 |
| 995 | 2026-07-10T22:01:13.059Z | Downloaded rcgen v0.12.1 |
| 996 | 2026-07-10T22:01:13.059Z | Downloaded snafu-derive v0.8.9 |
| 997 | 2026-07-10T22:01:13.059Z | Downloaded mio v1.2.0 |
| 998 | 2026-07-10T22:01:13.063Z | Downloaded testing_table v0.3.0 |
| 999 | 2026-07-10T22:01:13.066Z | Downloaded tap v1.0.1 |
| 1000 | 2026-07-10T22:01:13.066Z | Downloaded take_mut v0.2.2 |
| 1001 | 2026-07-10T22:01:13.066Z | Downloaded slog-term v2.9.2 |
| 1002 | 2026-07-10T22:01:13.070Z | Downloaded slog-scope v4.4.1 |
| 1003 | 2026-07-10T22:01:13.071Z | Downloaded itertools v0.10.5 |
| 1004 | 2026-07-10T22:01:13.076Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1005 | 2026-07-10T22:01:13.076Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1006 | 2026-07-10T22:01:13.082Z | Downloaded thread-id v5.1.0 |
| 1007 | 2026-07-10T22:01:13.082Z | Downloaded termtree v0.5.1 |
| 1008 | 2026-07-10T22:01:13.082Z | Downloaded smf v0.2.3 |
| 1009 | 2026-07-10T22:01:13.082Z | Downloaded schemars v0.8.22 |
| 1010 | 2026-07-10T22:01:13.087Z | Downloaded libxml v0.3.3 |
| 1011 | 2026-07-10T22:01:13.091Z | Downloaded time-core v0.1.8 |
| 1012 | 2026-07-10T22:01:13.094Z | Downloaded num-bigint v0.4.6 |
| 1013 | 2026-07-10T22:01:13.098Z | Downloaded serde_with_macros v3.17.0 |
| 1014 | 2026-07-10T22:01:13.098Z | Downloaded static_assertions v1.1.0 |
| 1015 | 2026-07-10T22:01:13.101Z | Downloaded support-bundle-viewer v0.1.2 |
| 1016 | 2026-07-10T22:01:13.101Z | Downloaded strum_macros v0.26.4 |
| 1017 | 2026-07-10T22:01:13.101Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1018 | 2026-07-10T22:01:13.105Z | Downloaded slog-async v2.8.0 |
| 1019 | 2026-07-10T22:01:13.105Z | Downloaded serde_derive_internals v0.29.1 |
| 1020 | 2026-07-10T22:01:13.108Z | Downloaded tinyvec_macros v0.1.1 |
| 1021 | 2026-07-10T22:01:13.108Z | Downloaded synstructure v0.13.2 |
| 1022 | 2026-07-10T22:01:13.108Z | Downloaded tokio-macros v2.7.0 |
| 1023 | 2026-07-10T22:01:13.108Z | Downloaded strum_macros v0.24.3 |
| 1024 | 2026-07-10T22:01:13.113Z | Downloaded stacker v0.1.23 |
| 1025 | 2026-07-10T22:01:13.113Z | Downloaded sha2 v0.11.0 |
| 1026 | 2026-07-10T22:01:13.117Z | Downloaded ryu v1.0.23 |
| 1027 | 2026-07-10T22:01:13.117Z | Downloaded crypto-primes v0.7.2 |
| 1028 | 2026-07-10T22:01:13.121Z | Downloaded tokio-test v0.4.5 |
| 1029 | 2026-07-10T22:01:13.124Z | Downloaded nom v7.1.3 |
| 1030 | 2026-07-10T22:01:13.128Z | Downloaded spki v0.7.3 |
| 1031 | 2026-07-10T22:01:13.128Z | Downloaded futures-util v0.3.32 |
| 1032 | 2026-07-10T22:01:13.133Z | Downloaded thiserror-no-std v2.0.2 |
| 1033 | 2026-07-10T22:01:13.137Z | Downloaded smallvec v1.15.1 |
| 1034 | 2026-07-10T22:01:13.142Z | Downloaded smallvec v0.6.14 |
| 1035 | 2026-07-10T22:01:13.142Z | Downloaded tower-service v0.3.3 |
| 1036 | 2026-07-10T22:01:13.142Z | Downloaded qorb v0.4.1 |
| 1037 | 2026-07-10T22:01:13.145Z | Downloaded idna v1.1.0 |
| 1038 | 2026-07-10T22:01:13.149Z | Downloaded try-lock v0.2.5 |
| 1039 | 2026-07-10T22:01:13.149Z | Downloaded topological-sort v0.2.2 |
| 1040 | 2026-07-10T22:01:13.149Z | Downloaded thread_local v1.1.9 |
| 1041 | 2026-07-10T22:01:13.149Z | Downloaded spin v0.9.8 |
| 1042 | 2026-07-10T22:01:13.153Z | Downloaded string_cache v0.8.9 |
| 1043 | 2026-07-10T22:01:13.153Z | Downloaded trait-variant v0.1.2 |
| 1044 | 2026-07-10T22:01:13.157Z | Downloaded publicsuffix v2.3.0 |
| 1045 | 2026-07-10T22:01:13.157Z | Downloaded tower-layer v0.3.3 |
| 1046 | 2026-07-10T22:01:13.157Z | Downloaded unarray v0.1.4 |
| 1047 | 2026-07-10T22:01:13.161Z | Downloaded typify-macro v0.6.2 |
| 1048 | 2026-07-10T22:01:13.161Z | Downloaded schemars v0.9.0 |
| 1049 | 2026-07-10T22:01:13.166Z | Downloaded tinystr v0.8.2 |
| 1050 | 2026-07-10T22:01:13.170Z | Downloaded strum_macros v0.27.2 |
| 1051 | 2026-07-10T22:01:13.170Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1052 | 2026-07-10T22:01:13.174Z | Downloaded termios v0.3.3 |
| 1053 | 2026-07-10T22:01:13.174Z | Downloaded tls_codec v0.4.2 |
| 1054 | 2026-07-10T22:01:13.177Z | Downloaded tiny-keccak v2.0.2 |
| 1055 | 2026-07-10T22:01:13.178Z | Downloaded rand v0.8.6 |
| 1056 | 2026-07-10T22:01:13.181Z | Downloaded itertools v0.13.0 |
| 1057 | 2026-07-10T22:01:13.185Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1058 | 2026-07-10T22:01:13.188Z | Downloaded untrusted v0.9.0 |
| 1059 | 2026-07-10T22:01:13.188Z | Downloaded untrusted v0.7.1 |
| 1060 | 2026-07-10T22:01:13.192Z | Downloaded usdt v0.6.0 |
| 1061 | 2026-07-10T22:01:13.192Z | Downloaded similar v2.7.0 |
| 1062 | 2026-07-10T22:01:13.196Z | Downloaded usdt-macro v0.6.0 |
| 1063 | 2026-07-10T22:01:13.196Z | Downloaded tokio-tungstenite v0.21.0 |
| 1064 | 2026-07-10T22:01:13.196Z | Downloaded samael v0.0.19 |
| 1065 | 2026-07-10T22:01:13.199Z | Downloaded schemars v1.2.1 |
| 1066 | 2026-07-10T22:01:13.209Z | Downloaded utf8_iter v1.0.4 |
| 1067 | 2026-07-10T22:01:13.212Z | Downloaded tokio-native-tls v0.3.1 |
| 1068 | 2026-07-10T22:01:13.212Z | Downloaded waitgroup v0.1.2 |
| 1069 | 2026-07-10T22:01:13.215Z | Downloaded void v1.0.2 |
| 1070 | 2026-07-10T22:01:13.215Z | Downloaded utf-8 v0.7.6 |
| 1071 | 2026-07-10T22:01:13.215Z | Downloaded usdt-attr-macro v0.6.0 |
| 1072 | 2026-07-10T22:01:13.215Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1073 | 2026-07-10T22:01:13.218Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1074 | 2026-07-10T22:01:13.220Z | Downloaded tokio-tungstenite v0.23.1 |
| 1075 | 2026-07-10T22:01:13.223Z | Downloaded hyper v1.10.1 |
| 1076 | 2026-07-10T22:01:13.227Z | Downloaded socket2 v0.5.10 |
| 1077 | 2026-07-10T22:01:13.227Z | Downloaded tui-tree-widget v0.23.1 |
| 1078 | 2026-07-10T22:01:13.227Z | Downloaded socket2 v0.6.3 |
| 1079 | 2026-07-10T22:01:13.231Z | Downloaded subprocess v0.2.15 |
| 1080 | 2026-07-10T22:01:13.231Z | Downloaded num-bigint-dig v0.8.6 |
| 1081 | 2026-07-10T22:01:13.234Z | Downloaded wait-timeout v0.2.1 |
| 1082 | 2026-07-10T22:01:13.237Z | Downloaded icu_properties_data v2.1.2 |
| 1083 | 2026-07-10T22:01:13.240Z | Downloaded want v0.3.1 |
| 1084 | 2026-07-10T22:01:13.245Z | Downloaded xattr v1.6.1 |
| 1085 | 2026-07-10T22:01:13.249Z | Downloaded term v1.2.1 |
| 1086 | 2026-07-10T22:01:13.249Z | Downloaded unicase v2.9.0 |
| 1087 | 2026-07-10T22:01:13.249Z | Downloaded time-macros v0.2.27 |
| 1088 | 2026-07-10T22:01:13.249Z | Downloaded hkdf v0.12.4 |
| 1089 | 2026-07-10T22:01:13.252Z | Downloaded snafu v0.8.9 |
| 1090 | 2026-07-10T22:01:13.255Z | Downloaded rustls-webpki v0.103.13 |
| 1091 | 2026-07-10T22:01:13.256Z | Downloaded usdt-impl v0.6.0 |
| 1092 | 2026-07-10T22:01:13.259Z | Downloaded rand v0.9.2 |
| 1093 | 2026-07-10T22:01:13.259Z | Downloaded itertools v0.12.1 |
| 1094 | 2026-07-10T22:01:13.264Z | Downloaded tracing-attributes v0.1.31 |
| 1095 | 2026-07-10T22:01:13.268Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1096 | 2026-07-10T22:01:13.268Z | Downloaded test-strategy v0.4.5 |
| 1097 | 2026-07-10T22:01:13.272Z | Downloaded nom v8.0.0 |
| 1098 | 2026-07-10T22:01:13.275Z | Downloaded zerofrom v0.1.6 |
| 1099 | 2026-07-10T22:01:13.275Z | Downloaded yoke-derive v0.8.1 |
| 1100 | 2026-07-10T22:01:13.275Z | Downloaded zerofrom-derive v0.1.6 |
| 1101 | 2026-07-10T22:01:13.275Z | Downloaded xshell-macros v0.2.7 |
| 1102 | 2026-07-10T22:01:13.275Z | Downloaded vergen-lib v0.1.6 |
| 1103 | 2026-07-10T22:01:13.278Z | Downloaded vergen-gitcl v1.0.8 |
| 1104 | 2026-07-10T22:01:13.278Z | Downloaded vergen-git2 v9.1.0 |
| 1105 | 2026-07-10T22:01:13.278Z | Downloaded uzers v0.12.2 |
| 1106 | 2026-07-10T22:01:13.282Z | Downloaded vergen-lib v9.1.0 |
| 1107 | 2026-07-10T22:01:13.282Z | Downloaded tokio-stream v0.1.18 |
| 1108 | 2026-07-10T22:01:13.285Z | Downloaded rsa v0.9.10 |
| 1109 | 2026-07-10T22:01:13.288Z | Downloaded zone v0.3.1 |
| 1110 | 2026-07-10T22:01:13.288Z | Downloaded h2 v0.4.15 |
| 1111 | 2026-07-10T22:01:13.293Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1112 | 2026-07-10T22:01:13.296Z | Downloaded tokio-rustls v0.26.4 |
| 1113 | 2026-07-10T22:01:13.296Z | Downloaded blake3 v1.8.5 |
| 1114 | 2026-07-10T22:01:13.300Z | Downloaded zeroize_derive v1.4.3 |
| 1115 | 2026-07-10T22:01:13.303Z | Downloaded bitvec v1.0.1 |
| 1116 | 2026-07-10T22:01:13.310Z | Downloaded zone_cfg_derive v0.3.1 |
| 1117 | 2026-07-10T22:01:13.314Z | Downloaded wyz v0.5.1 |
| 1118 | 2026-07-10T22:01:13.314Z | Downloaded whoami v2.1.0 |
| 1119 | 2026-07-10T22:01:13.314Z | Downloaded tls_codec_derive v0.4.2 |
| 1120 | 2026-07-10T22:01:13.319Z | Downloaded term v0.7.0 |
| 1121 | 2026-07-10T22:01:13.319Z | Downloaded unit-prefix v0.5.2 |
| 1122 | 2026-07-10T22:01:13.319Z | Downloaded universal-hash v0.6.1 |
| 1123 | 2026-07-10T22:01:13.322Z | Downloaded universal-hash v0.5.1 |
| 1124 | 2026-07-10T22:01:13.322Z | Downloaded unicode-xid v0.2.6 |
| 1125 | 2026-07-10T22:01:13.322Z | Downloaded unicode-truncate v1.1.0 |
| 1126 | 2026-07-10T22:01:13.322Z | Downloaded whoami v1.6.1 |
| 1127 | 2026-07-10T22:01:13.325Z | Downloaded unicode-properties v0.1.4 |
| 1128 | 2026-07-10T22:01:13.325Z | Downloaded toml v0.7.8 |
| 1129 | 2026-07-10T22:01:13.328Z | Downloaded vergen v9.1.0 |
| 1130 | 2026-07-10T22:01:13.328Z | Downloaded itertools v0.14.0 |
| 1131 | 2026-07-10T22:01:13.339Z | Downloaded steno v0.4.1 |
| 1132 | 2026-07-10T22:01:13.339Z | Downloaded libm v0.2.16 |
| 1133 | 2026-07-10T22:01:13.350Z | Downloaded zstd-safe v7.2.4 |
| 1134 | 2026-07-10T22:01:13.355Z | Downloaded zstd v0.13.3 |
| 1135 | 2026-07-10T22:01:13.358Z | Downloaded tracing-core v0.1.36 |
| 1136 | 2026-07-10T22:01:13.358Z | Downloaded writeable v0.6.2 |
| 1137 | 2026-07-10T22:01:13.361Z | Downloaded zerovec-derive v0.11.2 |
| 1138 | 2026-07-10T22:01:13.361Z | Downloaded unicode-bidi v0.3.18 |
| 1139 | 2026-07-10T22:01:13.361Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1140 | 2026-07-10T22:01:13.364Z | Downloaded yasna v0.5.2 |
| 1141 | 2026-07-10T22:01:13.367Z | Downloaded rand v0.10.1 |
| 1142 | 2026-07-10T22:01:13.372Z | Downloaded unsafe-libyaml v0.2.11 |
| 1143 | 2026-07-10T22:01:13.372Z | Downloaded chrono v0.4.44 |
| 1144 | 2026-07-10T22:01:13.375Z | Downloaded tungstenite v0.23.0 |
| 1145 | 2026-07-10T22:01:13.378Z | Downloaded zerocopy v0.6.6 |
| 1146 | 2026-07-10T22:01:13.378Z | Downloaded bindgen v0.71.1 |
| 1147 | 2026-07-10T22:01:13.382Z | Downloaded xshell v0.2.7 |
| 1148 | 2026-07-10T22:01:13.385Z | Downloaded git2 v0.20.4 |
| 1149 | 2026-07-10T22:01:13.388Z | Downloaded tungstenite v0.21.0 |
| 1150 | 2026-07-10T22:01:13.391Z | Downloaded rustyline v14.0.0 |
| 1151 | 2026-07-10T22:01:13.395Z | Downloaded aws-lc-rs v1.16.3 |
| 1152 | 2026-07-10T22:01:13.398Z | Downloaded iddqd v0.4.2 |
| 1153 | 2026-07-10T22:01:13.403Z | Downloaded vte v0.14.1 |
| 1154 | 2026-07-10T22:01:13.406Z | Downloaded vsss-rs v3.3.4 |
| 1155 | 2026-07-10T22:01:13.406Z | Downloaded uuid v1.23.4 |
| 1156 | 2026-07-10T22:01:13.444Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1157 | 2026-07-10T22:01:13.450Z | Downloaded serde_with v1.14.0 |
| 1158 | 2026-07-10T22:01:13.450Z | Downloaded rsa v0.10.0-rc.18 |
| 1159 | 2026-07-10T22:01:13.450Z | Downloaded rpassword v7.4.0 |
| 1160 | 2026-07-10T22:01:13.450Z | Downloaded zeroize v1.8.2 |
| 1161 | 2026-07-10T22:01:13.450Z | Downloaded yoke v0.8.1 |
| 1162 | 2026-07-10T22:01:13.450Z | Downloaded walkdir v2.5.0 |
| 1163 | 2026-07-10T22:01:13.450Z | Downloaded typify v0.6.2 |
| 1164 | 2026-07-10T22:01:13.450Z | Downloaded zopfli v0.8.3 |
| 1165 | 2026-07-10T22:01:13.450Z | Downloaded twox-hash v2.1.2 |
| 1166 | 2026-07-10T22:01:13.450Z | Downloaded reedline v0.40.0 |
| 1167 | 2026-07-10T22:01:13.450Z | Downloaded regex v1.12.3 |
| 1168 | 2026-07-10T22:01:13.450Z | Downloaded tar v0.4.45 |
| 1169 | 2026-07-10T22:01:13.450Z | Downloaded unicode_categories v0.1.1 |
| 1170 | 2026-07-10T22:01:13.450Z | Downloaded tinyvec v1.10.0 |
| 1171 | 2026-07-10T22:01:13.450Z | Downloaded tokio-postgres v0.7.16 |
| 1172 | 2026-07-10T22:01:13.450Z | Downloaded toml_edit v0.19.15 |
| 1173 | 2026-07-10T22:01:13.454Z | Downloaded tokio-dtrace v0.1.1 |
| 1174 | 2026-07-10T22:01:13.454Z | Downloaded stringprep v0.1.5 |
| 1175 | 2026-07-10T22:01:13.457Z | Downloaded slog v2.8.2 |
| 1176 | 2026-07-10T22:01:13.457Z | Downloaded signal-hook v0.3.18 |
| 1177 | 2026-07-10T22:01:13.460Z | Downloaded rayon-core v1.13.0 |
| 1178 | 2026-07-10T22:01:13.463Z | Downloaded p521 v0.14.0-rc.10 |
| 1179 | 2026-07-10T22:01:13.463Z | Downloaded iri-string v0.7.10 |
| 1180 | 2026-07-10T22:01:13.467Z | Downloaded p384 v0.13.1 |
| 1181 | 2026-07-10T22:01:13.470Z | Downloaded hkdf v0.13.0 |
| 1182 | 2026-07-10T22:01:13.473Z | Downloaded quinn v0.11.9 |
| 1183 | 2026-07-10T22:01:13.478Z | Downloaded signal-hook-registry v1.4.8 |
| 1184 | 2026-07-10T22:01:13.478Z | Downloaded tabled_derive v0.11.0 |
| 1185 | 2026-07-10T22:01:13.478Z | Downloaded sync_wrapper v1.0.2 |
| 1186 | 2026-07-10T22:01:13.478Z | Downloaded simd-adler32 v0.3.8 |
| 1187 | 2026-07-10T22:01:13.484Z | Downloaded yansi v1.0.1 |
| 1188 | 2026-07-10T22:01:13.484Z | Downloaded serde_cbor v0.11.2 |
| 1189 | 2026-07-10T22:01:13.484Z | Downloaded hashbrown v0.15.5 |
| 1190 | 2026-07-10T22:01:13.487Z | Downloaded tower v0.5.3 |
| 1191 | 2026-07-10T22:01:13.491Z | Downloaded zerotrie v0.2.3 |
| 1192 | 2026-07-10T22:01:13.494Z | Downloaded typed-path v0.9.3 |
| 1193 | 2026-07-10T22:01:13.497Z | Downloaded reqwest v0.12.28 |
| 1194 | 2026-07-10T22:01:13.500Z | Downloaded sec1 v0.8.1 |
| 1195 | 2026-07-10T22:01:13.500Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1196 | 2026-07-10T22:01:13.504Z | Downloaded sqlparser_derive v0.5.0 |
| 1197 | 2026-07-10T22:01:13.504Z | Downloaded serdect v0.4.3 |
| 1198 | 2026-07-10T22:01:13.504Z | Downloaded x509-cert v0.2.5 |
| 1199 | 2026-07-10T22:01:13.507Z | Downloaded paste v1.0.15 |
| 1200 | 2026-07-10T22:01:13.510Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1201 | 2026-07-10T22:01:13.513Z | Downloaded unicode-segmentation v1.12.0 |
| 1202 | 2026-07-10T22:01:13.517Z | Downloaded ignore v0.4.25 |
| 1203 | 2026-07-10T22:01:13.520Z | Downloaded icu_provider v2.1.1 |
| 1204 | 2026-07-10T22:01:13.521Z | Downloaded iana-time-zone v0.1.65 |
| 1205 | 2026-07-10T22:01:13.527Z | Downloaded rayon v1.11.0 |
| 1206 | 2026-07-10T22:01:13.532Z | Downloaded zerocopy-derive v0.8.40 |
| 1207 | 2026-07-10T22:01:13.535Z | Downloaded url v2.5.8 |
| 1208 | 2026-07-10T22:01:13.535Z | Downloaded zip v0.6.6 |
| 1209 | 2026-07-10T22:01:13.536Z | Downloaded tokio-util v0.7.18 |
| 1210 | 2026-07-10T22:01:13.541Z | Downloaded tower-http v0.6.8 |
| 1211 | 2026-07-10T22:01:13.545Z | Downloaded tough v0.22.0 |
| 1212 | 2026-07-10T22:01:13.548Z | Downloaded moka v0.12.13 |
| 1213 | 2026-07-10T22:01:13.553Z | Downloaded nix v0.27.1 |
| 1214 | 2026-07-10T22:01:13.559Z | Downloaded quick-xml v0.37.5 |
| 1215 | 2026-07-10T22:01:13.562Z | Downloaded petname v2.0.2 |
| 1216 | 2026-07-10T22:01:13.565Z | Downloaded portable-atomic v1.13.1 |
| 1217 | 2026-07-10T22:01:13.569Z | Downloaded unicode-normalization v0.1.25 |
| 1218 | 2026-07-10T22:01:13.573Z | Downloaded reqwest v0.13.2 |
| 1219 | 2026-07-10T22:01:13.577Z | Downloaded proptest v1.10.0 |
| 1220 | 2026-07-10T22:01:13.580Z | Downloaded quinn-proto v0.11.13 |
| 1221 | 2026-07-10T22:01:13.584Z | Downloaded const_format v0.2.35 |
| 1222 | 2026-07-10T22:01:13.587Z | Downloaded salty v0.3.0 |
| 1223 | 2026-07-10T22:01:13.591Z | Downloaded bstr v1.12.1 |
| 1224 | 2026-07-10T22:01:13.595Z | Downloaded goblin v0.10.5 |
| 1225 | 2026-07-10T22:01:13.600Z | Downloaded lalrpop v0.19.12 |
| 1226 | 2026-07-10T22:01:13.606Z | Downloaded zip v4.6.1 |
| 1227 | 2026-07-10T22:01:13.610Z | Downloaded serde_with v3.17.0 |
| 1228 | 2026-07-10T22:01:13.617Z | Downloaded crypto-bigint v0.7.5 |
| 1229 | 2026-07-10T22:01:13.625Z | Downloaded polar-core v0.27.3 |
| 1230 | 2026-07-10T22:01:13.629Z | Downloaded openssl v0.10.79 |
| 1231 | 2026-07-10T22:01:13.634Z | Downloaded zerovec v0.11.5 |
| 1232 | 2026-07-10T22:01:13.637Z | Downloaded compact_str v0.8.1 |
| 1233 | 2026-07-10T22:01:13.642Z | Downloaded derive-where v1.6.0 |
| 1234 | 2026-07-10T22:01:13.649Z | Downloaded diff v0.1.13 |
| 1235 | 2026-07-10T22:01:13.649Z | Downloaded derive_more v0.99.20 |
| 1236 | 2026-07-10T22:01:13.649Z | Downloaded maplit v1.0.2 |
| 1237 | 2026-07-10T22:01:13.652Z | Downloaded managed v0.8.0 |
| 1238 | 2026-07-10T22:01:13.652Z | Downloaded lru-slab v0.1.2 |
| 1239 | 2026-07-10T22:01:13.652Z | Downloaded inout v0.1.4 |
| 1240 | 2026-07-10T22:01:13.652Z | Downloaded object v0.30.4 |
| 1241 | 2026-07-10T22:01:13.655Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1242 | 2026-07-10T22:01:13.658Z | Downloaded curve25519-dalek v4.1.3 |
| 1243 | 2026-07-10T22:01:13.661Z | Downloaded winnow v1.0.3 |
| 1244 | 2026-07-10T22:01:13.666Z | Downloaded winnow v0.5.40 |
| 1245 | 2026-07-10T22:01:13.672Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1246 | 2026-07-10T22:01:13.676Z | Downloaded radix_trie v0.2.1 |
| 1247 | 2026-07-10T22:01:13.680Z | Downloaded derive_builder v0.20.2 |
| 1248 | 2026-07-10T22:01:13.683Z | Downloaded time v0.3.47 |
| 1249 | 2026-07-10T22:01:13.689Z | Downloaded winnow v0.6.26 |
| 1250 | 2026-07-10T22:01:13.695Z | Downloaded hickory-proto v0.24.4 |
| 1251 | 2026-07-10T22:01:13.703Z | Downloaded tabled v0.20.0 |
| 1252 | 2026-07-10T22:01:13.713Z | Downloaded vcpkg v0.2.15 |
| 1253 | 2026-07-10T22:01:13.738Z | Downloaded openapiv3 v2.2.0 |
| 1254 | 2026-07-10T22:01:13.743Z | Downloaded russh v0.61.2 |
| 1255 | 2026-07-10T22:01:13.749Z | Downloaded smoltcp v0.9.1 |
| 1256 | 2026-07-10T22:01:13.755Z | Downloaded zerocopy v0.8.40 |
| 1257 | 2026-07-10T22:01:13.761Z | Downloaded regex-syntax v0.6.29 |
| 1258 | 2026-07-10T22:01:13.765Z | Downloaded nix v0.28.0 |
| 1259 | 2026-07-10T22:01:13.772Z | Downloaded chacha20 v0.10.0 |
| 1260 | 2026-07-10T22:01:13.775Z | Downloaded zlib-rs v0.6.2 |
| 1261 | 2026-07-10T22:01:13.778Z | Downloaded dropshot v0.17.1 |
| 1262 | 2026-07-10T22:01:13.789Z | Downloaded fs-err v2.11.0 |
| 1263 | 2026-07-10T22:01:13.793Z | Downloaded hickory-proto v0.25.2 |
| 1264 | 2026-07-10T22:01:13.799Z | Downloaded regress v0.11.1 |
| 1265 | 2026-07-10T22:01:13.805Z | Downloaded smoltcp v0.11.0 |
| 1266 | 2026-07-10T22:01:13.812Z | Downloaded regress v0.10.5 |
| 1267 | 2026-07-10T22:01:13.817Z | Downloaded rustls v0.23.41 |
| 1268 | 2026-07-10T22:01:13.823Z | Downloaded regex-syntax v0.8.10 |
| 1269 | 2026-07-10T22:01:13.827Z | Downloaded diesel v2.3.7 |
| 1270 | 2026-07-10T22:01:13.840Z | Downloaded rustix v0.38.44 |
| 1271 | 2026-07-10T22:01:13.852Z | Downloaded object v0.37.3 |
| 1272 | 2026-07-10T22:01:13.858Z | Downloaded nix v0.31.2 |
| 1273 | 2026-07-10T22:01:13.865Z | Downloaded foldhash v0.1.5 |
| 1274 | 2026-07-10T22:01:13.868Z | Downloaded ciborium v0.2.2 |
| 1275 | 2026-07-10T22:01:13.868Z | Downloaded diesel-dtrace v0.5.0 |
| 1276 | 2026-07-10T22:01:13.868Z | Downloaded derive-ex v0.1.8 |
| 1277 | 2026-07-10T22:01:13.871Z | Downloaded delegate v0.13.5 |
| 1278 | 2026-07-10T22:01:13.871Z | Downloaded deranged v0.5.8 |
| 1279 | 2026-07-10T22:01:13.871Z | Downloaded defmt-parser v1.0.0 |
| 1280 | 2026-07-10T22:01:13.871Z | Downloaded der_derive v0.7.3 |
| 1281 | 2026-07-10T22:01:13.871Z | Downloaded buf-list v1.1.2 |
| 1282 | 2026-07-10T22:01:13.874Z | Downloaded dsl_auto_type v0.2.0 |
| 1283 | 2026-07-10T22:01:13.874Z | Downloaded async-trait v0.1.89 |
| 1284 | 2026-07-10T22:01:13.878Z | Downloaded dyn-clone v1.0.20 |
| 1285 | 2026-07-10T22:01:13.878Z | Downloaded document-features v0.2.12 |
| 1286 | 2026-07-10T22:01:13.878Z | Downloaded difflib v0.4.0 |
| 1287 | 2026-07-10T22:01:13.881Z | Downloaded cassowary v0.3.0 |
| 1288 | 2026-07-10T22:01:13.882Z | Downloaded ascii-canvas v3.0.0 |
| 1289 | 2026-07-10T22:01:13.882Z | Downloaded sqlparser v0.61.0 |
| 1290 | 2026-07-10T22:01:13.893Z | Downloaded fiat-crypto v0.3.0 |
| 1291 | 2026-07-10T22:01:13.901Z | Downloaded typify-impl v0.6.2 |
| 1292 | 2026-07-10T22:01:13.913Z | Downloaded tracing v0.1.44 |
| 1293 | 2026-07-10T22:01:13.919Z | Downloaded ratatui v0.29.0 |
| 1294 | 2026-07-10T22:01:13.931Z | Downloaded sha3 v0.11.0 |
| 1295 | 2026-07-10T22:01:13.935Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1296 | 2026-07-10T22:01:13.939Z | Downloaded sled v0.34.7 |
| 1297 | 2026-07-10T22:01:13.951Z | Downloaded zerocopy-derive v0.6.6 |
| 1298 | 2026-07-10T22:01:13.964Z | Downloaded petgraph v0.6.5 |
| 1299 | 2026-07-10T22:01:13.980Z | Downloaded regex-automata v0.4.14 |
| 1300 | 2026-07-10T22:01:13.996Z | Downloaded jiff v0.2.21 |
| 1301 | 2026-07-10T22:01:14.007Z | Downloaded chrono-tz v0.10.4 |
| 1302 | 2026-07-10T22:01:14.018Z | Downloaded csv v1.4.0 |
| 1303 | 2026-07-10T22:01:14.032Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1304 | 2026-07-10T22:01:14.042Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-07-10T22:01:14.055Z | Downloaded sha3 v0.10.8 |
| 1306 | 2026-07-10T22:01:14.058Z | Downloaded tokio v1.52.1 |
| 1307 | 2026-07-10T22:01:14.082Z | Downloaded libz-sys v1.1.24 |
| 1308 | 2026-07-10T22:01:14.186Z | Downloaded encoding_rs v0.8.35 |
| 1309 | 2026-07-10T22:01:14.221Z | Downloaded ring v0.17.14 |
| 1310 | 2026-07-10T22:01:14.273Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-07-10T22:01:15.133Z | Downloaded aws-lc-sys v0.40.0 |
| 1312 | 2026-07-10T22:01:15.152Z | Compiling libc v0.2.185 |
| 1313 | 2026-07-10T22:01:15.152Z | Compiling serde_core v1.0.228 |
| 1314 | 2026-07-10T22:01:15.152Z | Compiling serde v1.0.228 |
| 1315 | 2026-07-10T22:01:15.152Z | Compiling log v0.4.29 |
| 1316 | 2026-07-10T22:01:15.153Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-07-10T22:01:15.169Z | Compiling shlex v1.3.0 |
| 1318 | 2026-07-10T22:01:15.169Z | Compiling find-msvc-tools v0.1.9 |
| 1319 | 2026-07-10T22:01:15.173Z | Compiling syn v2.0.117 |
| 1320 | 2026-07-10T22:01:15.341Z | Compiling subtle v2.6.1 |
| 1321 | 2026-07-10T22:01:15.353Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-07-10T22:01:15.357Z | Compiling stable_deref_trait v1.2.1 |
| 1323 | 2026-07-10T22:01:15.444Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-07-10T22:01:15.449Z | Compiling typenum v1.20.1 |
| 1325 | 2026-07-10T22:01:15.483Z | Compiling serde_json v1.0.150 |
| 1326 | 2026-07-10T22:01:15.486Z | Compiling zerocopy v0.8.40 |
| 1327 | 2026-07-10T22:01:15.508Z | Compiling portable-atomic v1.13.1 |
| 1328 | 2026-07-10T22:01:15.667Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-07-10T22:01:15.698Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-07-10T22:01:15.761Z | Compiling pkg-config v0.3.32 |
| 1331 | 2026-07-10T22:01:15.949Z | Compiling critical-section v1.2.0 |
| 1332 | 2026-07-10T22:01:15.975Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-07-10T22:01:15.991Z | Compiling errno v0.3.14 |
| 1334 | 2026-07-10T22:01:16.053Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-07-10T22:01:16.134Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-07-10T22:01:16.255Z | Compiling cc v1.2.56 |
| 1337 | 2026-07-10T22:01:16.276Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-07-10T22:01:16.349Z | Compiling getrandom v0.4.1 |
| 1339 | 2026-07-10T22:01:16.405Z | Compiling futures-core v0.3.32 |
| 1340 | 2026-07-10T22:01:16.546Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-07-10T22:01:16.559Z | Compiling libm v0.2.16 |
| 1342 | 2026-07-10T22:01:16.575Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-07-10T22:01:16.588Z | Compiling mio v1.2.0 |
| 1344 | 2026-07-10T22:01:16.717Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-07-10T22:01:16.750Z | Compiling generic-array v0.14.7 |
| 1346 | 2026-07-10T22:01:16.884Z | Compiling const-oid v0.9.6 |
| 1347 | 2026-07-10T22:01:16.940Z | Compiling rand_core v0.10.0 |
| 1348 | 2026-07-10T22:01:17.038Z | Compiling percent-encoding v2.3.2 |
| 1349 | 2026-07-10T22:01:17.090Z | Compiling writeable v0.6.2 |
| 1350 | 2026-07-10T22:01:17.278Z | Compiling bitflags v2.11.0 |
| 1351 | 2026-07-10T22:01:17.293Z | Compiling litemap v0.8.1 |
| 1352 | 2026-07-10T22:01:17.378Z | Compiling semver v1.0.28 |
| 1353 | 2026-07-10T22:01:17.477Z | Compiling socket2 v0.6.3 |
| 1354 | 2026-07-10T22:01:17.500Z | Compiling icu_normalizer_data v2.1.1 |
| 1355 | 2026-07-10T22:01:17.609Z | Compiling icu_properties_data v2.1.2 |
| 1356 | 2026-07-10T22:01:17.689Z | Compiling futures-sink v0.3.32 |
| 1357 | 2026-07-10T22:01:17.792Z | Compiling futures-channel v0.3.32 |
| 1358 | 2026-07-10T22:01:17.805Z | Compiling futures-io v0.3.32 |
| 1359 | 2026-07-10T22:01:17.870Z | Compiling futures-task v0.3.32 |
| 1360 | 2026-07-10T22:01:17.964Z | Compiling synstructure v0.13.2 |
| 1361 | 2026-07-10T22:01:17.964Z | Compiling slab v0.4.12 |
| 1362 | 2026-07-10T22:01:18.008Z | Compiling indexmap v2.14.0 |
| 1363 | 2026-07-10T22:01:18.040Z | Compiling utf8_iter v1.0.4 |
| 1364 | 2026-07-10T22:01:18.078Z | Compiling rustversion v1.0.22 |
| 1365 | 2026-07-10T22:01:18.137Z | Compiling getrandom v0.3.4 |
| 1366 | 2026-07-10T22:01:18.184Z | Compiling form_urlencoded v1.2.2 |
| 1367 | 2026-07-10T22:01:18.327Z | Compiling cmake v0.1.57 |
| 1368 | 2026-07-10T22:01:18.470Z | Compiling rustix v1.1.3 |
| 1369 | 2026-07-10T22:01:18.470Z | Compiling fs_extra v1.3.0 |
| 1370 | 2026-07-10T22:01:18.668Z | Compiling ident_case v1.0.1 |
| 1371 | 2026-07-10T22:01:18.753Z | Compiling dunce v1.0.5 |
| 1372 | 2026-07-10T22:01:18.772Z | Compiling iana-time-zone v0.1.65 |
| 1373 | 2026-07-10T22:01:18.776Z | Compiling regex-syntax v0.8.10 |
| 1374 | 2026-07-10T22:01:18.800Z | Compiling base64ct v1.8.3 |
| 1375 | 2026-07-10T22:01:18.849Z | Compiling aws-lc-sys v0.40.0 |
| 1376 | 2026-07-10T22:01:18.971Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-07-10T22:01:19.094Z | Compiling rand_core v0.9.5 |
| 1378 | 2026-07-10T22:01:19.144Z | Compiling pem-rfc7468 v0.7.0 |
| 1379 | 2026-07-10T22:01:19.156Z | Compiling rustc_version v0.4.1 |
| 1380 | 2026-07-10T22:01:19.380Z | Compiling uuid v1.23.4 |
| 1381 | 2026-07-10T22:01:19.450Z | Compiling tracing-core v0.1.36 |
| 1382 | 2026-07-10T22:01:19.488Z | Compiling flagset v0.4.7 |
| 1383 | 2026-07-10T22:01:19.620Z | Compiling aws-lc-rs v1.16.3 |
| 1384 | 2026-07-10T22:01:19.679Z | Compiling serde_derive v1.0.228 |
| 1385 | 2026-07-10T22:01:19.720Z | Compiling zeroize_derive v1.4.3 |
| 1386 | 2026-07-10T22:01:19.923Z | Compiling zerofrom-derive v0.1.6 |
| 1387 | 2026-07-10T22:01:20.037Z | Compiling yoke-derive v0.8.1 |
| 1388 | 2026-07-10T22:01:20.120Z | Compiling zerovec-derive v0.11.2 |
| 1389 | 2026-07-10T22:01:20.231Z | Compiling zerocopy-derive v0.8.40 |
| 1390 | 2026-07-10T22:01:20.386Z | Compiling zeroize v1.8.2 |
| 1391 | 2026-07-10T22:01:20.592Z | Compiling displaydoc v0.2.5 |
| 1392 | 2026-07-10T22:01:21.225Z | Compiling tokio-macros v2.7.0 |
| 1393 | 2026-07-10T22:01:21.293Z | Compiling futures-macro v0.3.32 |
| 1394 | 2026-07-10T22:01:21.351Z | Compiling zerofrom v0.1.6 |
| 1395 | 2026-07-10T22:01:21.366Z | Compiling openssl-sys v0.9.115 |
| 1396 | 2026-07-10T22:01:21.477Z | Compiling yoke v0.8.1 |
| 1397 | 2026-07-10T22:01:21.667Z | Compiling zerovec v0.11.5 |
| 1398 | 2026-07-10T22:01:21.780Z | Compiling zerotrie v0.2.3 |
| 1399 | 2026-07-10T22:01:21.905Z | Compiling block-buffer v0.10.4 |
| 1400 | 2026-07-10T22:01:21.974Z | Compiling crypto-common v0.1.7 |
| 1401 | 2026-07-10T22:01:22.072Z | Compiling thiserror-impl v2.0.18 |
| 1402 | 2026-07-10T22:01:22.090Z | Compiling digest v0.10.7 |
| 1403 | 2026-07-10T22:01:22.111Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-07-10T22:01:22.124Z | Compiling tinystr v0.8.2 |
| 1405 | 2026-07-10T22:01:22.183Z | Compiling potential_utf v0.1.4 |
| 1406 | 2026-07-10T22:01:22.320Z | Compiling icu_locale_core v2.1.1 |
| 1407 | 2026-07-10T22:01:22.335Z | Compiling icu_collections v2.1.1 |
| 1408 | 2026-07-10T22:01:22.351Z | Compiling der_derive v0.7.3 |
| 1409 | 2026-07-10T22:01:22.810Z | Compiling tracing-attributes v0.1.31 |
| 1410 | 2026-07-10T22:01:23.197Z | Compiling bytes v1.11.1 |
| 1411 | 2026-07-10T22:01:23.221Z | Compiling icu_provider v2.1.1 |
| 1412 | 2026-07-10T22:01:23.328Z | Compiling chrono v0.4.44 |
| 1413 | 2026-07-10T22:01:23.457Z | Compiling base64 v0.22.1 |
| 1414 | 2026-07-10T22:01:23.604Z | Compiling icu_properties v2.1.2 |
| 1415 | 2026-07-10T22:01:23.789Z | Compiling tokio v1.52.1 |
| 1416 | 2026-07-10T22:01:23.881Z | Compiling icu_normalizer v2.1.1 |
| 1417 | 2026-07-10T22:01:24.215Z | Compiling http v1.4.2 |
| 1418 | 2026-07-10T22:01:24.444Z | Compiling tracing v0.1.44 |
| 1419 | 2026-07-10T22:01:24.512Z | Compiling idna_adapter v1.2.1 |
| 1420 | 2026-07-10T22:01:24.653Z | Compiling idna v1.1.0 |
| 1421 | 2026-07-10T22:01:24.723Z | Compiling ppv-lite86 v0.2.21 |
| 1422 | 2026-07-10T22:01:24.764Z | Compiling thiserror v2.0.18 |
| 1423 | 2026-07-10T22:01:24.814Z | Compiling der v0.7.10 |
| 1424 | 2026-07-10T22:01:24.868Z | Compiling http-body v1.0.1 |
| 1425 | 2026-07-10T22:01:25.021Z | Compiling url v2.5.8 |
| 1426 | 2026-07-10T22:01:25.048Z | Compiling rand_chacha v0.9.0 |
| 1427 | 2026-07-10T22:01:25.063Z | Compiling rustls-pki-types v1.14.0 |
| 1428 | 2026-07-10T22:01:25.152Z | Compiling cmov v0.5.4 |
| 1429 | 2026-07-10T22:01:25.317Z | Compiling httparse v1.10.1 |
| 1430 | 2026-07-10T22:01:25.363Z | Compiling openssl-probe v0.2.1 |
| 1431 | 2026-07-10T22:01:25.512Z | Compiling tinyvec_macros v0.1.1 |
| 1432 | 2026-07-10T22:01:25.537Z | Compiling ctutils v0.4.2 |
| 1433 | 2026-07-10T22:01:25.580Z | Compiling tinyvec v1.10.0 |
| 1434 | 2026-07-10T22:01:25.710Z | Compiling spki v0.7.3 |
| 1435 | 2026-07-10T22:01:25.736Z | Compiling rand v0.9.2 |
| 1436 | 2026-07-10T22:01:25.768Z | Compiling pest_generator v2.8.6 |
| 1437 | 2026-07-10T22:01:25.813Z | Compiling serde_derive_internals v0.29.1 |
| 1438 | 2026-07-10T22:01:25.908Z | Compiling aho-corasick v1.1.4 |
| 1439 | 2026-07-10T22:01:25.922Z | Compiling try-lock v0.2.5 |
| 1440 | 2026-07-10T22:01:26.018Z | Compiling tower-service v0.3.3 |
| 1441 | 2026-07-10T22:01:26.032Z | Compiling dyn-clone v1.0.20 |
| 1442 | 2026-07-10T22:01:26.110Z | Compiling tower-layer v0.3.3 |
| 1443 | 2026-07-10T22:01:26.162Z | Compiling untrusted v0.7.1 |
| 1444 | 2026-07-10T22:01:26.270Z | Compiling schemars v0.8.22 |
| 1445 | 2026-07-10T22:01:26.285Z | Compiling atomic-waker v1.1.2 |
| 1446 | 2026-07-10T22:01:26.408Z | Compiling tempfile v3.25.0 |
| 1447 | 2026-07-10T22:01:26.444Z | Compiling pest_derive v2.8.6 |
| 1448 | 2026-07-10T22:01:26.501Z | Compiling want v0.3.1 |
| 1449 | 2026-07-10T22:01:26.526Z | Compiling hybrid-array v0.4.13 |
| 1450 | 2026-07-10T22:01:26.691Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-07-10T22:01:26.766Z | Compiling regex-automata v0.4.14 |
| 1452 | 2026-07-10T22:01:26.881Z | Compiling ipnet v2.11.0 |
| 1453 | 2026-07-10T22:01:26.951Z | Compiling scroll_derive v0.13.1 |
| 1454 | 2026-07-10T22:01:27.313Z | Compiling darling_core v0.20.11 |
| 1455 | 2026-07-10T22:01:27.377Z | Compiling untrusted v0.9.0 |
| 1456 | 2026-07-10T22:01:27.494Z | Compiling foreign-types-shared v0.1.1 |
| 1457 | 2026-07-10T22:01:27.571Z | Compiling rustls v0.23.41 |
| 1458 | 2026-07-10T22:01:27.582Z | Compiling httpdate v1.0.3 |
| 1459 | 2026-07-10T22:01:27.748Z | Compiling tokio-util v0.7.18 |
| 1460 | 2026-07-10T22:01:27.751Z | Compiling cpufeatures v0.2.17 |
| 1461 | 2026-07-10T22:01:27.804Z | Compiling openssl v0.10.79 |
| 1462 | 2026-07-10T22:01:27.834Z | Compiling scroll v0.13.0 |
| 1463 | 2026-07-10T22:01:28.063Z | Compiling foreign-types v0.3.2 |
| 1464 | 2026-07-10T22:01:28.092Z | Compiling unicode-normalization v0.1.25 |
| 1465 | 2026-07-10T22:01:28.135Z | Compiling pkcs8 v0.10.2 |
| 1466 | 2026-07-10T22:01:28.442Z | Compiling h2 v0.4.15 |
| 1467 | 2026-07-10T22:01:28.786Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2026-07-10T22:01:29.003Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1469 | 2026-07-10T22:01:29.188Z | Compiling spin v0.9.8 |
| 1470 | 2026-07-10T22:01:29.263Z | Compiling num-conv v0.2.0 |
| 1471 | 2026-07-10T22:01:29.396Z | Compiling native-tls v0.2.18 |
| 1472 | 2026-07-10T22:01:29.396Z | Compiling time-core v0.1.8 |
| 1473 | 2026-07-10T22:01:29.423Z | Compiling powerfmt v0.2.0 |
| 1474 | 2026-07-10T22:01:29.555Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-07-10T22:01:29.569Z | Compiling deranged v0.5.8 |
| 1476 | 2026-07-10T22:01:29.623Z | Compiling time-macros v0.2.27 |
| 1477 | 2026-07-10T22:01:29.637Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-07-10T22:01:30.114Z | Compiling darling v0.20.11 |
| 1479 | 2026-07-10T22:01:30.196Z | Compiling goblin v0.10.5 |
| 1480 | 2026-07-10T22:01:30.545Z | Compiling sha2 v0.10.9 |
| 1481 | 2026-07-10T22:01:30.727Z | Compiling hmac v0.12.1 |
| 1482 | 2026-07-10T22:01:30.868Z | Compiling sync_wrapper v1.0.2 |
| 1483 | 2026-07-10T22:01:30.905Z | Compiling wait-timeout v0.2.1 |
| 1484 | 2026-07-10T22:01:30.971Z | Compiling quick-error v1.2.3 |
| 1485 | 2026-07-10T22:01:31.078Z | Compiling usdt-impl v0.6.0 |
| 1486 | 2026-07-10T22:01:31.170Z | Compiling syn v1.0.109 |
| 1487 | 2026-07-10T22:01:31.298Z | Compiling num_threads v0.1.7 |
| 1488 | 2026-07-10T22:01:31.394Z | Compiling simd-adler32 v0.3.8 |
| 1489 | 2026-07-10T22:01:31.481Z | Compiling crossbeam-utils v0.8.21 |
| 1490 | 2026-07-10T22:01:31.633Z | Compiling hyper v1.10.1 |
| 1491 | 2026-07-10T22:01:31.777Z | Compiling bit-vec v0.8.0 |
| 1492 | 2026-07-10T22:01:31.918Z | Compiling siphasher v1.0.2 |
| 1493 | 2026-07-10T22:01:32.006Z | Compiling bit-set v0.8.0 |
| 1494 | 2026-07-10T22:01:32.229Z | Compiling time v0.3.47 |
| 1495 | 2026-07-10T22:01:32.429Z | Compiling rusty-fork v0.3.1 |
| 1496 | 2026-07-10T22:01:32.561Z | Compiling tower v0.5.3 |
| 1497 | 2026-07-10T22:01:32.739Z | Compiling hyper-util v0.1.20 |
| 1498 | 2026-07-10T22:01:32.847Z | Compiling derive_builder_core v0.20.2 |
| 1499 | 2026-07-10T22:01:33.041Z | Compiling dof v0.4.0 |
| 1500 | 2026-07-10T22:01:33.447Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-07-10T22:01:33.714Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-07-10T22:01:33.837Z | Compiling scroll_derive v0.12.1 |
| 1503 | 2026-07-10T22:01:33.954Z | Compiling thiserror-impl v1.0.69 |
| 1504 | 2026-07-10T22:01:34.197Z | Compiling heapless v0.7.17 |
| 1505 | 2026-07-10T22:01:34.247Z | Compiling rand_xorshift v0.4.0 |
| 1506 | 2026-07-10T22:01:34.414Z | Compiling slog v2.8.2 |
| 1507 | 2026-07-10T22:01:34.432Z | Compiling darling_core v0.21.3 |
| 1508 | 2026-07-10T22:01:34.448Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1509 | 2026-07-10T22:01:34.507Z | Compiling thread-id v5.1.0 |
| 1510 | 2026-07-10T22:01:34.540Z | Compiling cookie v0.18.1 |
| 1511 | 2026-07-10T22:01:34.586Z | Compiling ryu v1.0.23 |
| 1512 | 2026-07-10T22:01:34.614Z | Compiling iri-string v0.7.10 |
| 1513 | 2026-07-10T22:01:34.735Z | Compiling unicode-bidi v0.3.18 |
| 1514 | 2026-07-10T22:01:34.739Z | Compiling signal-hook v0.3.18 |
| 1515 | 2026-07-10T22:01:34.764Z | Compiling unicode-properties v0.1.4 |
| 1516 | 2026-07-10T22:01:34.933Z | Compiling adler2 v2.0.1 |
| 1517 | 2026-07-10T22:01:34.970Z | Compiling anyhow v1.0.102 |
| 1518 | 2026-07-10T22:01:35.063Z | Compiling unarray v0.1.4 |
| 1519 | 2026-07-10T22:01:35.180Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-07-10T22:01:35.243Z | Compiling paste v1.0.15 |
| 1521 | 2026-07-10T22:01:35.271Z | Compiling zstd-safe v7.2.4 |
| 1522 | 2026-07-10T22:01:35.473Z | Compiling thiserror v1.0.69 |
| 1523 | 2026-07-10T22:01:35.487Z | Compiling proptest v1.10.0 |
| 1524 | 2026-07-10T22:01:35.500Z | Compiling stringprep v0.1.5 |
| 1525 | 2026-07-10T22:01:35.557Z | Compiling miniz_oxide v0.8.9 |
| 1526 | 2026-07-10T22:01:35.933Z | Compiling tower-http v0.6.8 |
| 1527 | 2026-07-10T22:01:36.121Z | Compiling serde_urlencoded v0.7.1 |
| 1528 | 2026-07-10T22:01:36.264Z | Compiling scroll v0.12.0 |
| 1529 | 2026-07-10T22:01:36.359Z | Compiling derive_builder_macro v0.20.2 |
| 1530 | 2026-07-10T22:01:36.373Z | Compiling camino v1.2.2 |
| 1531 | 2026-07-10T22:01:36.387Z | Compiling tokio-native-tls v0.3.1 |
| 1532 | 2026-07-10T22:01:36.750Z | Compiling bstr v1.12.1 |
| 1533 | 2026-07-10T22:01:36.766Z | Compiling ipnetwork v0.21.1 |
| 1534 | 2026-07-10T22:01:36.834Z | Compiling crypto-common v0.2.2 |
| 1535 | 2026-07-10T22:01:36.924Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-07-10T22:01:37.046Z | Compiling block-padding v0.4.2 |
| 1537 | 2026-07-10T22:01:37.156Z | Compiling block-buffer v0.12.1 |
| 1538 | 2026-07-10T22:01:37.211Z | Compiling rustls-native-certs v0.8.3 |
| 1539 | 2026-07-10T22:01:37.353Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-07-10T22:01:37.390Z | Compiling serde_spanned v0.6.9 |
| 1541 | 2026-07-10T22:01:37.420Z | Compiling erased-serde v0.3.31 |
| 1542 | 2026-07-10T22:01:37.500Z | Compiling toml_datetime v0.6.11 |
| 1543 | 2026-07-10T22:01:37.529Z | Compiling serde_tokenstream v0.2.3 |
| 1544 | 2026-07-10T22:01:37.756Z | Compiling signature v2.2.0 |
| 1545 | 2026-07-10T22:01:37.837Z | Compiling md-5 v0.10.6 |
| 1546 | 2026-07-10T22:01:37.907Z | Compiling zerocopy-derive v0.7.35 |
| 1547 | 2026-07-10T22:01:37.935Z | Compiling async-trait v0.1.89 |
| 1548 | 2026-07-10T22:01:38.008Z | Compiling pin-project-internal v1.1.11 |
| 1549 | 2026-07-10T22:01:38.143Z | Compiling curve25519-dalek v4.1.3 |
| 1550 | 2026-07-10T22:01:38.533Z | Compiling vergen-lib v9.1.0 |
| 1551 | 2026-07-10T22:01:38.606Z | Compiling num-integer v0.1.46 |
| 1552 | 2026-07-10T22:01:38.731Z | Compiling hash32 v0.2.1 |
| 1553 | 2026-07-10T22:01:38.850Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-07-10T22:01:38.927Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-07-10T22:01:38.941Z | Compiling zlib-rs v0.6.2 |
| 1556 | 2026-07-10T22:01:38.995Z | Compiling rustix v0.38.44 |
| 1557 | 2026-07-10T22:01:39.053Z | Compiling smoltcp v0.9.1 |
| 1558 | 2026-07-10T22:01:39.187Z | Compiling cfg_aliases v0.2.1 |
| 1559 | 2026-07-10T22:01:39.264Z | Compiling fallible-iterator v0.2.0 |
| 1560 | 2026-07-10T22:01:39.362Z | Compiling num-bigint-dig v0.8.6 |
| 1561 | 2026-07-10T22:01:39.407Z | Compiling mime v0.3.17 |
| 1562 | 2026-07-10T22:01:39.563Z | Compiling psl-types v2.0.11 |
| 1563 | 2026-07-10T22:01:39.583Z | Compiling ref-cast v1.0.25 |
| 1564 | 2026-07-10T22:01:39.672Z | Compiling litrs v1.0.0 |
| 1565 | 2026-07-10T22:01:39.688Z | Compiling publicsuffix v2.3.0 |
| 1566 | 2026-07-10T22:01:39.877Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-07-10T22:01:40.048Z | Compiling nix v0.31.2 |
| 1568 | 2026-07-10T22:01:40.183Z | Compiling document-features v0.2.12 |
| 1569 | 2026-07-10T22:01:40.412Z | Compiling hubpack_derive v0.1.1 |
| 1570 | 2026-07-10T22:01:40.426Z | Compiling pin-project v1.1.11 |
| 1571 | 2026-07-10T22:01:40.521Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-07-10T22:01:40.537Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-07-10T22:01:40.756Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-07-10T22:01:40.871Z | Compiling rand v0.8.6 |
| 1575 | 2026-07-10T22:01:40.922Z | Compiling darling v0.21.3 |
| 1576 | 2026-07-10T22:01:41.005Z | Compiling inout v0.2.2 |
| 1577 | 2026-07-10T22:01:41.059Z | Compiling oxnet v0.1.6 |
| 1578 | 2026-07-10T22:01:41.076Z | Compiling derive_builder v0.20.2 |
| 1579 | 2026-07-10T22:01:41.178Z | Compiling hyper-tls v0.6.0 |
| 1580 | 2026-07-10T22:01:41.182Z | Compiling goblin v0.8.2 |
| 1581 | 2026-07-10T22:01:41.780Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-07-10T22:01:41.991Z | Compiling flate2 v1.1.9 |
| 1583 | 2026-07-10T22:01:42.023Z | Compiling lazy_static v1.5.0 |
| 1584 | 2026-07-10T22:01:42.036Z | Compiling regex v1.12.3 |
| 1585 | 2026-07-10T22:01:42.076Z | Compiling anstyle-parse v0.2.7 |
| 1586 | 2026-07-10T22:01:42.115Z | Compiling futures-executor v0.3.32 |
| 1587 | 2026-07-10T22:01:42.244Z | Compiling hex v0.4.3 |
| 1588 | 2026-07-10T22:01:42.265Z | Compiling terminal_size v0.4.3 |
| 1589 | 2026-07-10T22:01:42.363Z | Compiling daft-derive v0.1.7 |
| 1590 | 2026-07-10T22:01:42.378Z | Compiling snafu-derive v0.8.9 |
| 1591 | 2026-07-10T22:01:42.405Z | Compiling strum_macros v0.27.2 |
| 1592 | 2026-07-10T22:01:42.469Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1593 | 2026-07-10T22:01:42.515Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-07-10T22:01:43.084Z | Compiling vergen v9.1.0 |
| 1595 | 2026-07-10T22:01:43.109Z | Compiling cargo-platform v0.3.2 |
| 1596 | 2026-07-10T22:01:43.130Z | Compiling ff v0.13.1 |
| 1597 | 2026-07-10T22:01:43.268Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-07-10T22:01:43.282Z | Compiling ahash v0.8.12 |
| 1599 | 2026-07-10T22:01:43.424Z | Compiling same-file v1.0.6 |
| 1600 | 2026-07-10T22:01:43.538Z | Compiling bitflags v1.3.2 |
| 1601 | 2026-07-10T22:01:43.570Z | Compiling base16ct v0.2.0 |
| 1602 | 2026-07-10T22:01:43.593Z | Compiling bumpalo v3.20.2 |
| 1603 | 2026-07-10T22:01:43.615Z | Compiling managed v0.8.0 |
| 1604 | 2026-07-10T22:01:43.752Z | Compiling libbz2-rs-sys v0.2.2 |
| 1605 | 2026-07-10T22:01:43.833Z | Compiling object v0.37.3 |
| 1606 | 2026-07-10T22:01:43.847Z | Compiling foldhash v0.1.5 |
| 1607 | 2026-07-10T22:01:44.017Z | Compiling unicode-segmentation v1.12.0 |
| 1608 | 2026-07-10T22:01:44.119Z | Compiling winnow v0.5.40 |
| 1609 | 2026-07-10T22:01:44.368Z | Compiling foldhash v0.2.0 |
| 1610 | 2026-07-10T22:01:44.418Z | Compiling snafu v0.8.9 |
| 1611 | 2026-07-10T22:01:44.461Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-07-10T22:01:44.465Z | Compiling strum v0.27.2 |
| 1613 | 2026-07-10T22:01:44.596Z | Compiling hashbrown v0.16.1 |
| 1614 | 2026-07-10T22:01:44.656Z | Compiling hashbrown v0.15.5 |
| 1615 | 2026-07-10T22:01:44.754Z | Compiling zopfli v0.8.3 |
| 1616 | 2026-07-10T22:01:44.778Z | Compiling sec1 v0.7.3 |
| 1617 | 2026-07-10T22:01:45.056Z | Compiling clap_builder v4.6.0 |
| 1618 | 2026-07-10T22:01:45.237Z | Compiling walkdir v2.5.0 |
| 1619 | 2026-07-10T22:01:45.306Z | Compiling dof v0.3.0 |
| 1620 | 2026-07-10T22:01:45.417Z | Compiling cargo_metadata v0.23.1 |
| 1621 | 2026-07-10T22:01:45.483Z | Compiling toml_edit v0.19.15 |
| 1622 | 2026-07-10T22:01:45.569Z | Compiling group v0.13.0 |
| 1623 | 2026-07-10T22:01:45.746Z | Compiling daft v0.1.7 |
| 1624 | 2026-07-10T22:01:46.035Z | Compiling futures v0.3.32 |
| 1625 | 2026-07-10T22:01:46.128Z | Compiling anstream v0.6.21 |
| 1626 | 2026-07-10T22:01:46.441Z | Compiling phf v0.13.1 |
| 1627 | 2026-07-10T22:01:46.621Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-07-10T22:01:46.788Z | Compiling signal-hook-mio v0.2.5 |
| 1629 | 2026-07-10T22:01:46.909Z | Compiling zstd v0.13.3 |
| 1630 | 2026-07-10T22:01:46.967Z | Compiling reqwest v0.12.28 |
| 1631 | 2026-07-10T22:01:47.176Z | Compiling bzip2 v0.4.4 |
| 1632 | 2026-07-10T22:01:47.273Z | Compiling cipher v0.5.2 |
| 1633 | 2026-07-10T22:01:47.388Z | Compiling serde_with_macros v3.17.0 |
| 1634 | 2026-07-10T22:01:47.577Z | Compiling hubpack v0.1.2 |
| 1635 | 2026-07-10T22:01:47.902Z | Compiling postgres-types v0.2.12 |
| 1636 | 2026-07-10T22:01:48.134Z | Compiling ed25519 v2.2.3 |
| 1637 | 2026-07-10T22:01:48.494Z | Compiling usdt-attr-macro v0.6.0 |
| 1638 | 2026-07-10T22:01:48.575Z | Compiling usdt-macro v0.6.0 |
| 1639 | 2026-07-10T22:01:48.673Z | Compiling globset v0.4.18 |
| 1640 | 2026-07-10T22:01:49.070Z | Compiling dtrace-parser v0.2.0 |
| 1641 | 2026-07-10T22:01:49.231Z | Compiling phf_shared v0.11.3 |
| 1642 | 2026-07-10T22:01:49.345Z | Compiling hkdf v0.12.4 |
| 1643 | 2026-07-10T22:01:49.360Z | Compiling olpc-cjson v0.1.4 |
| 1644 | 2026-07-10T22:01:49.363Z | Compiling pkcs1 v0.7.5 |
| 1645 | 2026-07-10T22:01:49.413Z | Compiling pem v3.0.6 |
| 1646 | 2026-07-10T22:01:49.510Z | Compiling serde_plain v1.0.2 |
| 1647 | 2026-07-10T22:01:49.524Z | Compiling serde-big-array v0.5.1 |
| 1648 | 2026-07-10T22:01:49.665Z | Compiling crypto-bigint v0.5.5 |
| 1649 | 2026-07-10T22:01:49.706Z | Compiling async-recursion v1.1.1 |
| 1650 | 2026-07-10T22:01:49.739Z | Compiling strum_macros v0.26.4 |
| 1651 | 2026-07-10T22:01:49.759Z | Compiling enum-as-inner v0.6.1 |
| 1652 | 2026-07-10T22:01:49.824Z | Compiling clap_derive v4.6.1 |
| 1653 | 2026-07-10T22:01:50.272Z | Compiling serde_repr v0.1.20 |
| 1654 | 2026-07-10T22:01:50.366Z | Compiling float-cmp v0.10.0 |
| 1655 | 2026-07-10T22:01:50.520Z | Compiling memmap2 v0.9.10 |
| 1656 | 2026-07-10T22:01:50.739Z | Compiling thread-id v4.2.2 |
| 1657 | 2026-07-10T22:01:50.767Z | Compiling env_filter v1.0.0 |
| 1658 | 2026-07-10T22:01:50.819Z | Compiling jiff v0.2.21 |
| 1659 | 2026-07-10T22:01:50.833Z | Compiling predicates-core v1.0.10 |
| 1660 | 2026-07-10T22:01:51.011Z | Compiling either v1.15.0 |
| 1661 | 2026-07-10T22:01:51.073Z | Compiling typed-path v0.9.3 |
| 1662 | 2026-07-10T22:01:51.221Z | Compiling data-encoding v2.10.0 |
| 1663 | 2026-07-10T22:01:51.506Z | Compiling difflib v0.4.0 |
| 1664 | 2026-07-10T22:01:51.622Z | Compiling const-oid v0.10.2 |
| 1665 | 2026-07-10T22:01:51.783Z | Compiling normalize-line-endings v0.3.0 |
| 1666 | 2026-07-10T22:01:51.829Z | Compiling keccak v0.1.6 |
| 1667 | 2026-07-10T22:01:51.877Z | Compiling fixedbitset v0.5.7 |
| 1668 | 2026-07-10T22:01:51.891Z | Compiling whoami v2.1.0 |
| 1669 | 2026-07-10T22:01:51.923Z | Compiling new_debug_unreachable v1.0.6 |
| 1670 | 2026-07-10T22:01:51.994Z | Compiling fixedbitset v0.4.2 |
| 1671 | 2026-07-10T22:01:52.068Z | Compiling static_assertions v1.1.0 |
| 1672 | 2026-07-10T22:01:52.144Z | Compiling cpufeatures v0.3.0 |
| 1673 | 2026-07-10T22:01:52.176Z | Compiling precomputed-hash v0.1.1 |
| 1674 | 2026-07-10T22:01:52.205Z | Compiling winnow v1.0.3 |
| 1675 | 2026-07-10T22:01:52.220Z | Compiling chacha20 v0.10.0 |
| 1676 | 2026-07-10T22:01:52.258Z | Compiling string_cache v0.8.9 |
| 1677 | 2026-07-10T22:01:52.258Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-07-10T22:01:52.303Z | Compiling petgraph v0.6.5 |
| 1679 | 2026-07-10T22:01:52.477Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1680 | 2026-07-10T22:01:52.545Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1681 | 2026-07-10T22:01:52.566Z | Compiling tokio-postgres v0.7.16 |
| 1682 | 2026-07-10T22:01:52.580Z | Compiling petgraph v0.8.3 |
| 1683 | 2026-07-10T22:01:53.183Z | Compiling sha3 v0.10.8 |
| 1684 | 2026-07-10T22:01:53.685Z | Compiling zip v4.6.1 |
| 1685 | 2026-07-10T22:01:53.855Z | Compiling predicates v3.1.4 |
| 1686 | 2026-07-10T22:01:54.513Z | Compiling digest v0.11.3 |
| 1687 | 2026-07-10T22:01:54.628Z | Compiling clap v4.6.1 |
| 1688 | 2026-07-10T22:01:54.666Z | Compiling hickory-proto v0.25.2 |
| 1689 | 2026-07-10T22:01:54.711Z | Compiling strum v0.26.3 |
| 1690 | 2026-07-10T22:01:54.736Z | Compiling itertools v0.13.0 |
| 1691 | 2026-07-10T22:01:54.843Z | Compiling env_logger v0.11.9 |
| 1692 | 2026-07-10T22:01:54.878Z | Compiling usdt-impl v0.5.0 |
| 1693 | 2026-07-10T22:01:55.061Z | Compiling usdt v0.6.0 |
| 1694 | 2026-07-10T22:01:55.077Z | Compiling elliptic-curve v0.13.8 |
| 1695 | 2026-07-10T22:01:55.195Z | Compiling rsa v0.9.10 |
| 1696 | 2026-07-10T22:01:55.325Z | Compiling crossterm v0.28.1 |
| 1697 | 2026-07-10T22:01:55.396Z | Compiling serde_with v3.17.0 |
| 1698 | 2026-07-10T22:01:55.467Z | Compiling ed25519-dalek v2.2.0 |
| 1699 | 2026-07-10T22:01:55.964Z | Compiling zip v0.6.6 |
| 1700 | 2026-07-10T22:01:56.120Z | Compiling toml v0.7.8 |
| 1701 | 2026-07-10T22:01:56.615Z | Compiling iddqd v0.4.2 |
| 1702 | 2026-07-10T22:01:57.147Z | Compiling heck v0.4.1 |
| 1703 | 2026-07-10T22:01:57.182Z | Compiling similar v2.7.0 |
| 1704 | 2026-07-10T22:01:57.196Z | Compiling crossbeam-epoch v0.9.18 |
| 1705 | 2026-07-10T22:01:57.372Z | Compiling tokio-stream v0.1.18 |
| 1706 | 2026-07-10T22:01:57.523Z | Compiling buf-list v1.1.2 |
| 1707 | 2026-07-10T22:01:57.806Z | Compiling x509-cert v0.2.5 |
| 1708 | 2026-07-10T22:01:57.832Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1709 | 2026-07-10T22:01:57.922Z | Compiling openapiv3 v2.2.0 |
| 1710 | 2026-07-10T22:01:58.029Z | Compiling lalrpop-util v0.19.12 |
| 1711 | 2026-07-10T22:01:58.133Z | Compiling peg-runtime v0.8.5 |
| 1712 | 2026-07-10T22:01:58.224Z | Compiling thread_local v1.1.9 |
| 1713 | 2026-07-10T22:01:58.442Z | Compiling slog-async v2.8.0 |
| 1714 | 2026-07-10T22:01:58.531Z | Compiling crossbeam-channel v0.5.15 |
| 1715 | 2026-07-10T22:01:58.536Z | Compiling is-terminal v0.4.17 |
| 1716 | 2026-07-10T22:01:58.618Z | Compiling filetime v0.2.27 |
| 1717 | 2026-07-10T22:01:58.775Z | Compiling take_mut v0.2.2 |
| 1718 | 2026-07-10T22:01:58.800Z | Compiling xattr v1.6.1 |
| 1719 | 2026-07-10T22:01:58.886Z | Compiling term v1.2.1 |
| 1720 | 2026-07-10T22:01:58.969Z | Compiling tar v0.4.45 |
| 1721 | 2026-07-10T22:01:59.408Z | Compiling slog-term v2.9.2 |
| 1722 | 2026-07-10T22:01:59.462Z | Compiling camino-tempfile v1.4.1 |
| 1723 | 2026-07-10T22:02:10.064Z | Compiling rustls-webpki v0.103.13 |
| 1724 | 2026-07-10T22:02:12.832Z | Compiling tokio-rustls v0.26.4 |
| 1725 | 2026-07-10T22:02:12.832Z | Compiling rustls-platform-verifier v0.6.2 |
| 1726 | 2026-07-10T22:02:12.832Z | Compiling tough v0.22.0 |
| 1727 | 2026-07-10T22:02:12.992Z | Compiling hyper-rustls v0.27.7 |
| 1728 | 2026-07-10T22:02:13.181Z | Compiling reqwest v0.13.2 |
| 1729 | 2026-07-10T22:02:15.384Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1730 | 2026-07-10T22:02:15.609Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1731 | 2026-07-10T22:02:18.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1732 | 2026-07-10T22:02:18.632Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1733 | 2026-07-10T22:02:18.687Z | Jul 10 22:02:17.485 INFO Starting download, target: Cockroach |
| 1734 | 2026-07-10T22:02:18.687Z | Jul 10 22:02:17.486 INFO Starting download, target: Console |
| 1735 | 2026-07-10T22:02:18.687Z | Jul 10 22:02:17.486 INFO Starting download, target: Clickhouse |
| 1736 | 2026-07-10T22:02:18.687Z | Jul 10 22:02:17.486 INFO Starting download, target: DendriteStub |
| 1737 | 2026-07-10T22:02:18.687Z | Jul 10 22:02:17.486 INFO Starting download, target: MaghemiteMgd |
| 1738 | 2026-07-10T22:02:18.691Z | Jul 10 22:02:17.486 INFO Starting download, target: MaghemiteDdmd |
| 1739 | 2026-07-10T22:02:18.692Z | Jul 10 22:02:17.486 INFO Starting download, target: TransceiverControl |
| 1740 | 2026-07-10T22:02:18.692Z | Jul 10 22:02:17.486 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1741 | 2026-07-10T22:02:18.692Z | Jul 10 22:02:17.486 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1742 | 2026-07-10T22:02:18.692Z | Jul 10 22:02:17.486 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1743 | 2026-07-10T22:02:18.692Z | Jul 10 22:02:17.486 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1744 | 2026-07-10T22:02:18.692Z | Jul 10 22:02:17.486 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1745 | 2026-07-10T22:02:18.692Z | Jul 10 22:02:17.486 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1746 | 2026-07-10T22:02:18.692Z | Jul 10 22:02:17.486 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1747 | 2026-07-10T22:02:19.548Z | Jul 10 22:02:18.338 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1748 | 2026-07-10T22:02:19.747Z | Jul 10 22:02:18.540 INFO Download complete, target: TransceiverControl |
| 1749 | 2026-07-10T22:02:20.697Z | Jul 10 22:02:19.493 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1750 | 2026-07-10T22:02:20.740Z | Jul 10 22:02:19.534 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1751 | 2026-07-10T22:02:20.928Z | Jul 10 22:02:19.719 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1752 | 2026-07-10T22:02:20.987Z | Jul 10 22:02:19.785 INFO Download complete, target: Console |
| 1753 | 2026-07-10T22:02:21.014Z | Jul 10 22:02:19.809 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1754 | 2026-07-10T22:02:21.093Z | Jul 10 22:02:19.887 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1755 | 2026-07-10T22:02:21.441Z | Jul 10 22:02:20.238 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1756 | 2026-07-10T22:02:21.441Z | Jul 10 22:02:20.239 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1757 | 2026-07-10T22:02:22.786Z | Jul 10 22:02:21.584 INFO Download complete, target: MaghemiteDdmd |
| 1758 | 2026-07-10T22:02:23.510Z | Jul 10 22:02:22.307 INFO Download complete, target: DendriteStub |
| 1759 | 2026-07-10T22:02:23.514Z | Jul 10 22:02:22.311 INFO Download complete, target: MaghemiteMgd |
| 1760 | 2026-07-10T22:02:26.080Z | Jul 10 22:02:24.877 INFO Checking that binary works, target: Cockroach |
| 1761 | 2026-07-10T22:02:26.206Z | Jul 10 22:02:25.004 INFO Download complete, target: Cockroach |
| 1762 | 2026-07-10T22:02:27.350Z | Jul 10 22:02:26.148 INFO Checking that binary works, target: Clickhouse |
| 1763 | 2026-07-10T22:02:27.490Z | Jul 10 22:02:26.287 INFO Download complete, target: Clickhouse |
| 1764 | 2026-07-10T22:02:27.504Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1765 | 2026-07-10T22:02:27.509Z | |
| 1766 | 2026-07-10T22:02:27.509Z | real 2:01.068003075 |
| 1767 | 2026-07-10T22:02:27.510Z | user 6:40.560338480 |
| 1768 | 2026-07-10T22:02:27.510Z | sys 1:21.205796576 |
| 1769 | 2026-07-10T22:02:27.510Z | trap 0.218818115 |
| 1770 | 2026-07-10T22:02:27.510Z | tflt 0.583930919 |
| 1771 | 2026-07-10T22:02:27.510Z | dflt 0.861310904 |
| 1772 | 2026-07-10T22:02:27.510Z | kflt 0.021601380 |
| 1773 | 2026-07-10T22:02:27.510Z | lock 21:55.796500155 |
| 1774 | 2026-07-10T22:02:27.510Z | slp 20:21.578898914 |
| 1775 | 2026-07-10T22:02:27.510Z | lat 41.152553526 |
| 1776 | 2026-07-10T22:02:27.510Z | stop 1:53.747771830 |
| 1777 | 2026-07-10T22:02:27.510Z | + banner clippy |
| 1778 | 2026-07-10T22:02:27.510Z | |
| 1779 | 2026-07-10T22:02:27.510Z | #### # # ##### ##### # # |
| 1780 | 2026-07-10T22:02:27.510Z | # # # # # # # # # # |
| 1781 | 2026-07-10T22:02:27.510Z | # # # # # # # # |
| 1782 | 2026-07-10T22:02:27.510Z | # # # ##### ##### # |
| 1783 | 2026-07-10T22:02:27.510Z | # # # # # # # |
| 1784 | 2026-07-10T22:02:27.510Z | #### ###### # # # # |
| 1785 | 2026-07-10T22:02:27.510Z | |
| 1786 | 2026-07-10T22:02:27.510Z | + export CARGO_INCREMENTAL=0 |
| 1787 | 2026-07-10T22:02:27.510Z | + CARGO_INCREMENTAL=0 |
| 1788 | 2026-07-10T22:02:27.510Z | + ptime -m cargo xtask clippy |
| 1789 | 2026-07-10T22:02:27.956Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1790 | 2026-07-10T22:02:28.243Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1791 | 2026-07-10T22:02:30.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
| 1792 | 2026-07-10T22:02:30.073Z | Running `target/debug/xtask clippy` |
| 1793 | 2026-07-10T22:02:30.095Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1794 | 2026-07-10T22:02:30.646Z | Downloading crates ... |
| 1795 | 2026-07-10T22:02:30.856Z | Downloaded addr2line v0.25.1 |
| 1796 | 2026-07-10T22:02:30.859Z | Downloaded escape8259 v0.5.3 |
| 1797 | 2026-07-10T22:02:30.859Z | Downloaded event-listener v5.4.1 |
| 1798 | 2026-07-10T22:02:30.863Z | Downloaded event-listener-strategy v0.5.4 |
| 1799 | 2026-07-10T22:02:30.866Z | Downloaded path-tree v0.8.3 |
| 1800 | 2026-07-10T22:02:30.866Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1801 | 2026-07-10T22:02:30.868Z | Downloaded miette v5.10.0 |
| 1802 | 2026-07-10T22:02:30.875Z | Downloaded plotters-svg v0.3.7 |
| 1803 | 2026-07-10T22:02:30.878Z | Downloaded miette-derive v5.10.0 |
| 1804 | 2026-07-10T22:02:30.883Z | Downloaded parking v2.2.1 |
| 1805 | 2026-07-10T22:02:30.885Z | Downloaded constant_time_eq v0.3.1 |
| 1806 | 2026-07-10T22:02:30.888Z | Downloaded approx v0.5.1 |
| 1807 | 2026-07-10T22:02:30.900Z | Downloaded plotters-backend v0.3.7 |
| 1808 | 2026-07-10T22:02:30.904Z | Downloaded hex-literal v0.4.1 |
| 1809 | 2026-07-10T22:02:30.904Z | Downloaded backtrace-ext v0.2.1 |
| 1810 | 2026-07-10T22:02:30.908Z | Downloaded assert-json-diff v2.0.2 |
| 1811 | 2026-07-10T22:02:30.911Z | Downloaded nested v0.1.1 |
| 1812 | 2026-07-10T22:02:30.914Z | Downloaded supports-hyperlinks v2.1.0 |
| 1813 | 2026-07-10T22:02:30.914Z | Downloaded similar-asserts v1.7.0 |
| 1814 | 2026-07-10T22:02:30.921Z | Downloaded supports-color v2.1.0 |
| 1815 | 2026-07-10T22:02:30.925Z | Downloaded serde_regex v1.1.0 |
| 1816 | 2026-07-10T22:02:30.925Z | Downloaded pathdiff v0.2.3 |
| 1817 | 2026-07-10T22:02:30.930Z | Downloaded terminal_size v0.1.17 |
| 1818 | 2026-07-10T22:02:30.935Z | Downloaded target-triple v1.0.0 |
| 1819 | 2026-07-10T22:02:30.935Z | Downloaded supports-unicode v2.1.0 |
| 1820 | 2026-07-10T22:02:30.940Z | Downloaded partial-io v0.5.4 |
| 1821 | 2026-07-10T22:02:30.945Z | Downloaded linkme v0.3.35 |
| 1822 | 2026-07-10T22:02:30.945Z | Downloaded cast v0.3.0 |
| 1823 | 2026-07-10T22:02:30.945Z | Downloaded relative-path v1.9.3 |
| 1824 | 2026-07-10T22:02:30.945Z | Downloaded futures-timer v3.0.3 |
| 1825 | 2026-07-10T22:02:30.949Z | Downloaded termcolor v1.4.1 |
| 1826 | 2026-07-10T22:02:30.949Z | Downloaded oorandom v11.1.5 |
| 1827 | 2026-07-10T22:02:30.949Z | Downloaded libtest-mimic v0.8.1 |
| 1828 | 2026-07-10T22:02:30.950Z | Downloaded anes v0.1.6 |
| 1829 | 2026-07-10T22:02:30.952Z | Downloaded async-lock v3.4.2 |
| 1830 | 2026-07-10T22:02:30.958Z | Downloaded tinytemplate v1.2.1 |
| 1831 | 2026-07-10T22:02:30.961Z | Downloaded async-object-pool v0.2.0 |
| 1832 | 2026-07-10T22:02:30.964Z | Downloaded target-spec v3.5.7 |
| 1833 | 2026-07-10T22:02:30.964Z | Downloaded concurrent-queue v2.5.0 |
| 1834 | 2026-07-10T22:02:30.964Z | Downloaded assert_cmd v2.1.2 |
| 1835 | 2026-07-10T22:02:30.967Z | Downloaded linkme-impl v0.3.35 |
| 1836 | 2026-07-10T22:02:30.970Z | Downloaded knuffel-derive v3.2.0 |
| 1837 | 2026-07-10T22:02:30.975Z | Downloaded rustc-demangle v0.1.27 |
| 1838 | 2026-07-10T22:02:30.981Z | Downloaded criterion-plot v0.6.0 |
| 1839 | 2026-07-10T22:02:30.981Z | Downloaded hickory-client v0.25.2 |
| 1840 | 2026-07-10T22:02:30.981Z | Downloaded owo-colors v3.5.0 |
| 1841 | 2026-07-10T22:02:30.987Z | Downloaded stringmetrics v2.2.2 |
| 1842 | 2026-07-10T22:02:30.987Z | Downloaded rust-argon2 v2.1.0 |
| 1843 | 2026-07-10T22:02:30.987Z | Downloaded target-lexicon v0.13.3 |
| 1844 | 2026-07-10T22:02:30.991Z | Downloaded httptest v0.16.4 |
| 1845 | 2026-07-10T22:02:30.991Z | Downloaded datatest-stable v0.3.3 |
| 1846 | 2026-07-10T22:02:30.996Z | Downloaded blake2b_simd v1.0.4 |
| 1847 | 2026-07-10T22:02:31.006Z | Downloaded cfg-expr v0.20.6 |
| 1848 | 2026-07-10T22:02:31.011Z | Downloaded trybuild v1.0.116 |
| 1849 | 2026-07-10T22:02:31.011Z | Downloaded rstest v0.25.0 |
| 1850 | 2026-07-10T22:02:31.015Z | Downloaded chumsky v0.9.3 |
| 1851 | 2026-07-10T22:02:31.026Z | Downloaded rstest_macros v0.25.0 |
| 1852 | 2026-07-10T22:02:31.029Z | Downloaded rand_distr v0.5.1 |
| 1853 | 2026-07-10T22:02:31.034Z | Downloaded knuffel v3.2.0 |
| 1854 | 2026-07-10T22:02:31.034Z | Downloaded fancy-regex v0.14.0 |
| 1855 | 2026-07-10T22:02:31.039Z | Downloaded textwrap v0.15.2 |
| 1856 | 2026-07-10T22:02:31.043Z | Downloaded backtrace v0.3.76 |
| 1857 | 2026-07-10T22:02:31.046Z | Downloaded criterion v0.7.0 |
| 1858 | 2026-07-10T22:02:31.053Z | Downloaded hashbrown v0.14.5 |
| 1859 | 2026-07-10T22:02:31.058Z | Downloaded guppy v0.17.25 |
| 1860 | 2026-07-10T22:02:31.063Z | Downloaded plotters v0.3.7 |
| 1861 | 2026-07-10T22:02:31.079Z | Downloaded gimli v0.32.3 |
| 1862 | 2026-07-10T22:02:31.193Z | Downloaded httpmock v0.8.3 |
| 1863 | 2026-07-10T22:02:32.930Z | Checking cfg-if v1.0.4 |
| 1864 | 2026-07-10T22:02:33.294Z | Checking libc v0.2.185 |
| 1865 | 2026-07-10T22:02:33.297Z | Checking serde_core v1.0.228 |
| 1866 | 2026-07-10T22:02:33.375Z | Checking memchr v2.8.0 |
| 1867 | 2026-07-10T22:02:33.418Z | Checking zeroize v1.8.2 |
| 1868 | 2026-07-10T22:02:33.418Z | Checking smallvec v1.15.1 |
| 1869 | 2026-07-10T22:02:33.489Z | Checking rand_core v0.10.0 |
| 1870 | 2026-07-10T22:02:33.595Z | Checking itoa v1.0.17 |
| 1871 | 2026-07-10T22:02:33.603Z | Checking subtle v2.6.1 |
| 1872 | 2026-07-10T22:02:33.629Z | Checking log v0.4.29 |
| 1873 | 2026-07-10T22:02:33.666Z | Checking libm v0.2.16 |
| 1874 | 2026-07-10T22:02:33.711Z | Checking typenum v1.20.1 |
| 1875 | 2026-07-10T22:02:33.753Z | Checking getrandom v0.4.1 |
| 1876 | 2026-07-10T22:02:33.753Z | Checking errno v0.3.14 |
| 1877 | 2026-07-10T22:02:33.826Z | Checking scopeguard v1.2.0 |
| 1878 | 2026-07-10T22:02:33.868Z | Checking stable_deref_trait v1.2.1 |
| 1879 | 2026-07-10T22:02:33.907Z | Checking zmij v1.0.21 |
| 1880 | 2026-07-10T22:02:33.950Z | Checking zerofrom v0.1.6 |
| 1881 | 2026-07-10T22:02:33.987Z | Checking lock_api v0.4.14 |
| 1882 | 2026-07-10T22:02:34.029Z | Checking percent-encoding v2.3.2 |
| 1883 | 2026-07-10T22:02:34.068Z | Checking writeable v0.6.2 |
| 1884 | 2026-07-10T22:02:34.105Z | Checking yoke v0.8.1 |
| 1885 | 2026-07-10T22:02:34.147Z | Checking litemap v0.8.1 |
| 1886 | 2026-07-10T22:02:34.199Z | Checking icu_properties_data v2.1.2 |
| 1887 | 2026-07-10T22:02:34.240Z | Checking icu_normalizer_data v2.1.1 |
| 1888 | 2026-07-10T22:02:34.278Z | Checking pin-project-lite v0.2.17 |
| 1889 | 2026-07-10T22:02:34.315Z | Checking zerovec v0.11.5 |
| 1890 | 2026-07-10T22:02:34.353Z | Checking zerotrie v0.2.3 |
| 1891 | 2026-07-10T22:02:34.394Z | Checking form_urlencoded v1.2.2 |
| 1892 | 2026-07-10T22:02:34.398Z | Checking num-traits v0.2.19 |
| 1893 | 2026-07-10T22:02:34.466Z | Checking utf8_iter v1.0.4 |
| 1894 | 2026-07-10T22:02:34.509Z | Checking parking_lot_core v0.9.12 |
| 1895 | 2026-07-10T22:02:34.512Z | Checking zerocopy v0.8.40 |
| 1896 | 2026-07-10T22:02:34.587Z | Checking portable-atomic v1.13.1 |
| 1897 | 2026-07-10T22:02:34.632Z | Checking critical-section v1.2.0 |
| 1898 | 2026-07-10T22:02:34.671Z | Checking signal-hook-registry v1.4.8 |
| 1899 | 2026-07-10T22:02:34.725Z | Checking parking_lot v0.12.5 |
| 1900 | 2026-07-10T22:02:34.773Z | Checking mio v1.2.0 |
| 1901 | 2026-07-10T22:02:34.811Z | Checking tinystr v0.8.2 |
| 1902 | 2026-07-10T22:02:34.855Z | Checking serde v1.0.228 |
| 1903 | 2026-07-10T22:02:34.891Z | Checking bitflags v2.11.0 |
| 1904 | 2026-07-10T22:02:34.941Z | Checking serde_json v1.0.150 |
| 1905 | 2026-07-10T22:02:34.986Z | Checking potential_utf v0.1.4 |
| 1906 | 2026-07-10T22:02:35.023Z | Checking icu_locale_core v2.1.1 |
| 1907 | 2026-07-10T22:02:35.060Z | Checking once_cell v1.21.3 |
| 1908 | 2026-07-10T22:02:35.112Z | Checking socket2 v0.6.3 |
| 1909 | 2026-07-10T22:02:35.154Z | Checking icu_collections v2.1.1 |
| 1910 | 2026-07-10T22:02:35.157Z | Checking iana-time-zone v0.1.65 |
| 1911 | 2026-07-10T22:02:35.278Z | Checking uuid v1.23.4 |
| 1912 | 2026-07-10T22:02:35.322Z | Checking bytes v1.11.1 |
| 1913 | 2026-07-10T22:02:35.325Z | Checking chrono v0.4.44 |
| 1914 | 2026-07-10T22:02:35.395Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1915 | 2026-07-10T22:02:35.488Z | Checking thiserror v2.0.18 |
| 1916 | 2026-07-10T22:02:35.594Z | Checking icu_provider v2.1.1 |
| 1917 | 2026-07-10T22:02:35.635Z | Checking semver v1.0.28 |
| 1918 | 2026-07-10T22:02:35.672Z | Checking futures-core v0.3.32 |
| 1919 | 2026-07-10T22:02:35.675Z | Checking dyn-clone v1.0.20 |
| 1920 | 2026-07-10T22:02:35.774Z | Checking getrandom v0.2.17 |
| 1921 | 2026-07-10T22:02:35.814Z | Checking tokio v1.52.1 |
| 1922 | 2026-07-10T22:02:35.851Z | Checking equivalent v1.0.2 |
| 1923 | 2026-07-10T22:02:35.854Z | Checking icu_properties v2.1.2 |
| 1924 | 2026-07-10T22:02:35.921Z | Checking icu_normalizer v2.1.1 |
| 1925 | 2026-07-10T22:02:35.924Z | Checking cmov v0.5.4 |
| 1926 | 2026-07-10T22:02:35.992Z | Checking rand_core v0.6.4 |
| 1927 | 2026-07-10T22:02:35.995Z | Checking rustix v1.1.3 |
| 1928 | 2026-07-10T22:02:36.175Z | Checking ctutils v0.4.2 |
| 1929 | 2026-07-10T22:02:36.214Z | Checking futures-sink v0.3.32 |
| 1930 | 2026-07-10T22:02:36.253Z | Checking byteorder v1.5.0 |
| 1931 | 2026-07-10T22:02:36.291Z | Checking futures-task v0.3.32 |
| 1932 | 2026-07-10T22:02:36.346Z | Checking futures-channel v0.3.32 |
| 1933 | 2026-07-10T22:02:36.423Z | Checking hybrid-array v0.4.13 |
| 1934 | 2026-07-10T22:02:36.468Z | Checking slab v0.4.12 |
| 1935 | 2026-07-10T22:02:36.506Z | Checking futures-io v0.3.32 |
| 1936 | 2026-07-10T22:02:36.572Z | Checking generic-array v0.14.7 |
| 1937 | 2026-07-10T22:02:36.652Z | Checking thiserror v1.0.69 |
| 1938 | 2026-07-10T22:02:36.688Z | Checking futures-util v0.3.32 |
| 1939 | 2026-07-10T22:02:36.738Z | Checking idna_adapter v1.2.1 |
| 1940 | 2026-07-10T22:02:36.781Z | Checking getrandom v0.3.4 |
| 1941 | 2026-07-10T22:02:36.894Z | Checking idna v1.1.0 |
| 1942 | 2026-07-10T22:02:36.943Z | Checking hashbrown v0.17.0 |
| 1943 | 2026-07-10T22:02:36.977Z | Checking base64ct v1.8.3 |
| 1944 | 2026-07-10T22:02:37.071Z | Checking const-oid v0.9.6 |
| 1945 | 2026-07-10T22:02:37.178Z | Checking url v2.5.8 |
| 1946 | 2026-07-10T22:02:37.299Z | Checking crypto-common v0.2.2 |
| 1947 | 2026-07-10T22:02:37.313Z | Checking crypto-common v0.1.7 |
| 1948 | 2026-07-10T22:02:37.402Z | Checking ppv-lite86 v0.2.21 |
| 1949 | 2026-07-10T22:02:37.440Z | Checking fnv v1.0.7 |
| 1950 | 2026-07-10T22:02:37.473Z | Checking indexmap v2.14.0 |
| 1951 | 2026-07-10T22:02:37.564Z | Checking regex-syntax v0.8.10 |
| 1952 | 2026-07-10T22:02:37.654Z | Checking schemars v0.8.22 |
| 1953 | 2026-07-10T22:02:37.721Z | Checking block-buffer v0.12.1 |
| 1954 | 2026-07-10T22:02:37.798Z | Checking block-buffer v0.10.4 |
| 1955 | 2026-07-10T22:02:37.870Z | Checking http v1.4.2 |
| 1956 | 2026-07-10T22:02:37.927Z | Checking tracing-core v0.1.36 |
| 1957 | 2026-07-10T22:02:37.970Z | Checking digest v0.10.7 |
| 1958 | 2026-07-10T22:02:38.059Z | Checking base64 v0.22.1 |
| 1959 | 2026-07-10T22:02:38.195Z | Checking utf8parse v0.2.2 |
| 1960 | 2026-07-10T22:02:38.266Z | Checking tracing v0.1.44 |
| 1961 | 2026-07-10T22:02:38.327Z | Checking anstyle v1.0.14 |
| 1962 | 2026-07-10T22:02:38.376Z | Checking anstyle-query v1.1.5 |
| 1963 | 2026-07-10T22:02:38.381Z | Checking colorchoice v1.0.4 |
| 1964 | 2026-07-10T22:02:38.476Z | Checking is_terminal_polyfill v1.70.2 |
| 1965 | 2026-07-10T22:02:38.522Z | Checking ipnet v2.11.0 |
| 1966 | 2026-07-10T22:02:38.527Z | Checking const-oid v0.10.2 |
| 1967 | 2026-07-10T22:02:38.591Z | Checking anstyle-parse v1.0.0 |
| 1968 | 2026-07-10T22:02:38.598Z | Checking terminal_size v0.4.3 |
| 1969 | 2026-07-10T22:02:38.664Z | Checking aho-corasick v1.1.4 |
| 1970 | 2026-07-10T22:02:38.708Z | Checking crossbeam-utils v0.8.21 |
| 1971 | 2026-07-10T22:02:38.748Z | Checking unicode-ident v1.0.24 |
| 1972 | 2026-07-10T22:02:38.780Z | Checking clap_lex v1.0.0 |
| 1973 | 2026-07-10T22:02:38.784Z | Checking anstream v1.0.0 |
| 1974 | 2026-07-10T22:02:38.857Z | Checking strsim v0.11.1 |
| 1975 | 2026-07-10T22:02:38.889Z | Checking proc-macro2 v1.0.106 |
| 1976 | 2026-07-10T22:02:38.960Z | Checking powerfmt v0.2.0 |
| 1977 | 2026-07-10T22:02:38.987Z | Checking httparse v1.10.1 |
| 1978 | 2026-07-10T22:02:39.049Z | Checking time-core v0.1.8 |
| 1979 | 2026-07-10T22:02:39.059Z | Checking clap_builder v4.6.0 |
| 1980 | 2026-07-10T22:02:39.115Z | Checking num_threads v0.1.7 |
| 1981 | 2026-07-10T22:02:39.147Z | Checking deranged v0.5.8 |
| 1982 | 2026-07-10T22:02:39.187Z | Checking tokio-util v0.7.18 |
| 1983 | 2026-07-10T22:02:39.224Z | Checking cpufeatures v0.3.0 |
| 1984 | 2026-07-10T22:02:39.228Z | Checking quote v1.0.45 |
| 1985 | 2026-07-10T22:02:39.257Z | Checking num-conv v0.2.0 |
| 1986 | 2026-07-10T22:02:39.261Z | Checking rand_core v0.9.5 |
| 1987 | 2026-07-10T22:02:39.357Z | Checking digest v0.11.3 |
| 1988 | 2026-07-10T22:02:39.394Z | Checking regex-automata v0.4.14 |
| 1989 | 2026-07-10T22:02:39.437Z | Checking erased-serde v0.3.31 |
| 1990 | 2026-07-10T22:02:39.521Z | Checking http-body v1.0.1 |
| 1991 | 2026-07-10T22:02:39.551Z | Checking syn v2.0.117 |
| 1992 | 2026-07-10T22:02:39.578Z | Checking cpufeatures v0.2.17 |
| 1993 | 2026-07-10T22:02:39.657Z | Checking allocator-api2 v0.2.21 |
| 1994 | 2026-07-10T22:02:39.690Z | Checking atomic-waker v1.1.2 |
| 1995 | 2026-07-10T22:02:39.823Z | Checking rand_chacha v0.9.0 |
| 1996 | 2026-07-10T22:02:39.829Z | Checking aws-lc-sys v0.40.0 |
| 1997 | 2026-07-10T22:02:39.890Z | Checking slog v2.8.2 |
| 1998 | 2026-07-10T22:02:39.965Z | Checking rustls-pki-types v1.14.0 |
| 1999 | 2026-07-10T22:02:40.063Z | Checking anyhow v1.0.102 |
| 2000 | 2026-07-10T22:02:40.111Z | Checking time v0.3.47 |
| 2001 | 2026-07-10T22:02:40.225Z | Checking try-lock v0.2.5 |
| 2002 | 2026-07-10T22:02:40.288Z | Checking untrusted v0.7.1 |
| 2003 | 2026-07-10T22:02:40.324Z | Checking httpdate v1.0.3 |
| 2004 | 2026-07-10T22:02:40.355Z | Checking want v0.3.1 |
| 2005 | 2026-07-10T22:02:40.375Z | Checking clap v4.6.1 |
| 2006 | 2026-07-10T22:02:40.432Z | Checking rand v0.9.2 |
| 2007 | 2026-07-10T22:02:40.470Z | Checking aws-lc-rs v1.16.3 |
| 2008 | 2026-07-10T22:02:40.504Z | Checking h2 v0.4.15 |
| 2009 | 2026-07-10T22:02:40.522Z | Checking ryu v1.0.23 |
| 2010 | 2026-07-10T22:02:40.555Z | Checking tower-layer v0.3.3 |
| 2011 | 2026-07-10T22:02:40.706Z | Checking tower-service v0.3.3 |
| 2012 | 2026-07-10T22:02:40.743Z | Checking ipnetwork v0.21.1 |
| 2013 | 2026-07-10T22:02:40.815Z | Checking hex v0.4.3 |
| 2014 | 2026-07-10T22:02:40.933Z | Checking fastrand v2.3.0 |
| 2015 | 2026-07-10T22:02:41.000Z | Checking mime v0.3.17 |
| 2016 | 2026-07-10T22:02:41.072Z | Checking untrusted v0.9.0 |
| 2017 | 2026-07-10T22:02:41.157Z | Checking pem-rfc7468 v0.7.0 |
| 2018 | 2026-07-10T22:02:41.190Z | Checking block-padding v0.4.2 |
| 2019 | 2026-07-10T22:02:41.227Z | Checking spin v0.9.8 |
| 2020 | 2026-07-10T22:02:41.259Z | Checking flagset v0.4.7 |
| 2021 | 2026-07-10T22:02:41.320Z | Checking http-body-util v0.1.3 |
| 2022 | 2026-07-10T22:02:41.356Z | Checking simd-adler32 v0.3.8 |
| 2023 | 2026-07-10T22:02:41.356Z | Checking rustls-webpki v0.103.13 |
| 2024 | 2026-07-10T22:02:41.408Z | Checking inout v0.2.2 |
| 2025 | 2026-07-10T22:02:41.412Z | Checking der v0.7.10 |
| 2026 | 2026-07-10T22:02:41.478Z | Checking pretty-hex v0.4.1 |
| 2027 | 2026-07-10T22:02:41.543Z | Checking tempfile v3.25.0 |
| 2028 | 2026-07-10T22:02:41.581Z | Checking openssl-probe v0.2.1 |
| 2029 | 2026-07-10T22:02:41.614Z | Checking adler2 v2.0.1 |
| 2030 | 2026-07-10T22:02:41.628Z | Checking plain v0.2.3 |
| 2031 | 2026-07-10T22:02:41.736Z | Checking cipher v0.5.2 |
| 2032 | 2026-07-10T22:02:41.775Z | Checking regex v1.12.3 |
| 2033 | 2026-07-10T22:02:41.824Z | Checking rustls v0.23.41 |
| 2034 | 2026-07-10T22:02:41.824Z | Checking miniz_oxide v0.8.9 |
| 2035 | 2026-07-10T22:02:41.909Z | Checking serde_urlencoded v0.7.1 |
| 2036 | 2026-07-10T22:02:41.971Z | Checking camino v1.2.2 |
| 2037 | 2026-07-10T22:02:42.008Z | Checking encoding_rs v0.8.35 |
| 2038 | 2026-07-10T22:02:42.091Z | Checking ucd-trie v0.1.7 |
| 2039 | 2026-07-10T22:02:42.141Z | Checking rand_chacha v0.3.1 |
| 2040 | 2026-07-10T22:02:42.186Z | Checking spki v0.7.3 |
| 2041 | 2026-07-10T22:02:42.223Z | Checking oxnet v0.1.6 |
| 2042 | 2026-07-10T22:02:42.227Z | Checking sync_wrapper v1.0.2 |
| 2043 | 2026-07-10T22:02:42.309Z | Checking pest v2.8.6 |
| 2044 | 2026-07-10T22:02:42.357Z | Checking either v1.15.0 |
| 2045 | 2026-07-10T22:02:42.394Z | Checking tower v0.5.3 |
| 2046 | 2026-07-10T22:02:42.398Z | Checking rand v0.8.6 |
| 2047 | 2026-07-10T22:02:42.552Z | Checking futures-executor v0.3.32 |
| 2048 | 2026-07-10T22:02:42.585Z | Checking crc32fast v1.5.0 |
| 2049 | 2026-07-10T22:02:42.726Z | Checking iri-string v0.7.10 |
| 2050 | 2026-07-10T22:02:43.172Z | Checking futures v0.3.32 |
| 2051 | 2026-07-10T22:02:43.177Z | Checking static_assertions v1.1.0 |
| 2052 | 2026-07-10T22:02:43.177Z | Checking foldhash v0.2.0 |
| 2053 | 2026-07-10T22:02:43.177Z | Checking pkcs8 v0.10.2 |
| 2054 | 2026-07-10T22:02:43.178Z | Checking openapiv3 v2.2.0 |
| 2055 | 2026-07-10T22:02:43.178Z | Checking hubpack v0.1.2 |
| 2056 | 2026-07-10T22:02:43.178Z | Checking hashbrown v0.16.1 |
| 2057 | 2026-07-10T22:02:43.178Z | Checking zlib-rs v0.6.2 |
| 2058 | 2026-07-10T22:02:43.195Z | Checking rustls-native-certs v0.8.3 |
| 2059 | 2026-07-10T22:02:43.345Z | Checking hyper v1.10.1 |
| 2060 | 2026-07-10T22:02:43.385Z | Checking sha2 v0.10.9 |
| 2061 | 2026-07-10T22:02:43.389Z | Checking strum v0.26.3 |
| 2062 | 2026-07-10T22:02:43.558Z | Checking psl-types v2.0.11 |
| 2063 | 2026-07-10T22:02:43.600Z | Checking lazy_static v1.5.0 |
| 2064 | 2026-07-10T22:02:43.692Z | Checking cookie v0.18.1 |
| 2065 | 2026-07-10T22:02:43.736Z | Checking publicsuffix v2.3.0 |
| 2066 | 2026-07-10T22:02:43.741Z | Checking tinyvec_macros v0.1.1 |
| 2067 | 2026-07-10T22:02:43.808Z | Checking tower-http v0.6.8 |
| 2068 | 2026-07-10T22:02:43.866Z | Checking tinyvec v1.10.0 |
| 2069 | 2026-07-10T22:02:43.925Z | Checking scroll v0.13.0 |
| 2070 | 2026-07-10T22:02:43.962Z | Checking cookie_store v0.22.1 |
| 2071 | 2026-07-10T22:02:44.054Z | Checking flate2 v1.1.9 |
| 2072 | 2026-07-10T22:02:44.121Z | Checking signature v2.2.0 |
| 2073 | 2026-07-10T22:02:44.162Z | Checking tokio-rustls v0.26.4 |
| 2074 | 2026-07-10T22:02:44.200Z | Checking rustls-platform-verifier v0.6.2 |
| 2075 | 2026-07-10T22:02:44.236Z | Checking goblin v0.10.5 |
| 2076 | 2026-07-10T22:02:44.279Z | Checking num-integer v0.1.46 |
| 2077 | 2026-07-10T22:02:44.321Z | Checking memmap2 v0.9.10 |
| 2078 | 2026-07-10T22:02:44.328Z | Checking bit-vec v0.8.0 |
| 2079 | 2026-07-10T22:02:44.392Z | Checking data-encoding v2.10.0 |
| 2080 | 2026-07-10T22:02:44.397Z | Checking hyper-util v0.1.20 |
| 2081 | 2026-07-10T22:02:44.397Z | Checking dtrace-parser v0.3.0 |
| 2082 | 2026-07-10T22:02:44.494Z | Checking hmac v0.12.1 |
| 2083 | 2026-07-10T22:02:44.533Z | Checking wait-timeout v0.2.1 |
| 2084 | 2026-07-10T22:02:44.537Z | Checking thread-id v5.1.0 |
| 2085 | 2026-07-10T22:02:44.601Z | Checking bit-set v0.8.0 |
| 2086 | 2026-07-10T22:02:44.659Z | Checking bstr v1.12.1 |
| 2087 | 2026-07-10T22:02:44.693Z | Checking crossbeam-epoch v0.9.18 |
| 2088 | 2026-07-10T22:02:44.698Z | Checking anstyle-parse v0.2.7 |
| 2089 | 2026-07-10T22:02:44.698Z | Checking ahash v0.8.12 |
| 2090 | 2026-07-10T22:02:44.698Z | Checking toml_datetime v0.6.11 |
| 2091 | 2026-07-10T22:02:44.836Z | Checking serde_spanned v0.6.9 |
| 2092 | 2026-07-10T22:02:44.939Z | Checking quick-error v1.2.3 |
| 2093 | 2026-07-10T22:02:44.980Z | Checking rand_xorshift v0.4.0 |
| 2094 | 2026-07-10T22:02:44.984Z | Checking anstream v0.6.21 |
| 2095 | 2026-07-10T22:02:45.011Z | Checking memoffset v0.9.1 |
| 2096 | 2026-07-10T22:02:45.014Z | Checking scroll v0.12.0 |
| 2097 | 2026-07-10T22:02:45.114Z | Checking rusty-fork v0.3.1 |
| 2098 | 2026-07-10T22:02:45.117Z | Checking unarray v0.1.4 |
| 2099 | 2026-07-10T22:02:45.188Z | Checking x509-cert v0.2.5 |
| 2100 | 2026-07-10T22:02:45.194Z | Checking zerocopy v0.7.35 |
| 2101 | 2026-07-10T22:02:45.263Z | Checking goblin v0.8.2 |
| 2102 | 2026-07-10T22:02:45.267Z | Checking unicode-segmentation v1.12.0 |
| 2103 | 2026-07-10T22:02:45.334Z | Checking num-iter v0.1.45 |
| 2104 | 2026-07-10T22:02:45.341Z | Checking proptest v1.10.0 |
| 2105 | 2026-07-10T22:02:45.474Z | Checking dtrace-parser v0.2.0 |
| 2106 | 2026-07-10T22:02:45.635Z | Checking ff v0.13.1 |
| 2107 | 2026-07-10T22:02:45.728Z | Checking thread-id v4.2.2 |
| 2108 | 2026-07-10T22:02:45.767Z | Checking foreign-types-shared v0.1.1 |
| 2109 | 2026-07-10T22:02:45.771Z | Checking hyper-rustls v0.27.7 |
| 2110 | 2026-07-10T22:02:45.839Z | Checking base16ct v0.2.0 |
| 2111 | 2026-07-10T22:02:45.843Z | Checking group v0.13.0 |
| 2112 | 2026-07-10T22:02:45.908Z | Checking foreign-types v0.3.2 |
| 2113 | 2026-07-10T22:02:45.914Z | Checking nix v0.31.2 |
| 2114 | 2026-07-10T22:02:45.990Z | Checking sec1 v0.7.3 |
| 2115 | 2026-07-10T22:02:46.032Z | Checking hkdf v0.12.4 |
| 2116 | 2026-07-10T22:02:46.035Z | Checking reqwest v0.13.2 |
| 2117 | 2026-07-10T22:02:46.102Z | Checking crypto-bigint v0.5.5 |
| 2118 | 2026-07-10T22:02:46.193Z | Checking rustix v0.38.44 |
| 2119 | 2026-07-10T22:02:46.232Z | Checking openssl-sys v0.9.115 |
| 2120 | 2026-07-10T22:02:46.576Z | Checking dof v0.4.0 |
| 2121 | 2026-07-10T22:02:46.635Z | Checking env_filter v1.0.0 |
| 2122 | 2026-07-10T22:02:46.813Z | Checking keccak v0.1.6 |
| 2123 | 2026-07-10T22:02:46.966Z | Checking winnow v0.7.14 |
| 2124 | 2026-07-10T22:02:47.011Z | Checking same-file v1.0.6 |
| 2125 | 2026-07-10T22:02:47.051Z | Checking elliptic-curve v0.13.8 |
| 2126 | 2026-07-10T22:02:47.055Z | Checking sha3 v0.10.8 |
| 2127 | 2026-07-10T22:02:47.161Z | Checking walkdir v2.5.0 |
| 2128 | 2026-07-10T22:02:47.200Z | Checking env_logger v0.11.9 |
| 2129 | 2026-07-10T22:02:47.204Z | Checking newtype-uuid v1.3.2 |
| 2130 | 2026-07-10T22:02:47.271Z | Checking dof v0.3.0 |
| 2131 | 2026-07-10T22:02:47.275Z | Checking usdt-impl v0.6.0 |
| 2132 | 2026-07-10T22:02:47.341Z | Checking openssl v0.10.79 |
| 2133 | 2026-07-10T22:02:47.378Z | Checking num-bigint-dig v0.8.6 |
| 2134 | 2026-07-10T22:02:47.416Z | Checking pkcs1 v0.7.5 |
| 2135 | 2026-07-10T22:02:47.420Z | Checking itertools v0.13.0 |
| 2136 | 2026-07-10T22:02:47.487Z | Checking daft v0.1.7 |
| 2137 | 2026-07-10T22:02:47.578Z | Checking usdt-impl v0.5.0 |
| 2138 | 2026-07-10T22:02:47.617Z | Checking usdt v0.6.0 |
| 2139 | 2026-07-10T22:02:47.655Z | Checking serde_with v3.17.0 |
| 2140 | 2026-07-10T22:02:47.748Z | Checking siphasher v1.0.2 |
| 2141 | 2026-07-10T22:02:47.809Z | Checking bitflags v1.3.2 |
| 2142 | 2026-07-10T22:02:47.879Z | Checking winnow v1.0.3 |
| 2143 | 2026-07-10T22:02:47.920Z | Checking unicode-normalization v0.1.25 |
| 2144 | 2026-07-10T22:02:47.957Z | Checking signal-hook v0.3.18 |
| 2145 | 2026-07-10T22:02:48.181Z | Checking managed v0.8.0 |
| 2146 | 2026-07-10T22:02:48.210Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2147 | 2026-07-10T22:02:48.214Z | Checking rsa v0.9.10 |
| 2148 | 2026-07-10T22:02:48.214Z | Checking winnow v0.5.40 |
| 2149 | 2026-07-10T22:02:48.345Z | Checking toml_write v0.1.2 |
| 2150 | 2026-07-10T22:02:48.394Z | Checking chacha20 v0.10.0 |
| 2151 | 2026-07-10T22:02:48.529Z | Checking curve25519-dalek v4.1.3 |
| 2152 | 2026-07-10T22:02:48.565Z | Checking toml_edit v0.22.27 |
| 2153 | 2026-07-10T22:02:48.597Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2154 | 2026-07-10T22:02:48.684Z | Checking object v0.37.3 |
| 2155 | 2026-07-10T22:02:48.734Z | Checking foldhash v0.1.5 |
| 2156 | 2026-07-10T22:02:48.806Z | Checking bzip2 v0.4.4 |
| 2157 | 2026-07-10T22:02:48.903Z | Checking hashbrown v0.15.5 |
| 2158 | 2026-07-10T22:02:49.033Z | Checking signal-hook-mio v0.2.5 |
| 2159 | 2026-07-10T22:02:49.146Z | Checking globset v0.4.18 |
| 2160 | 2026-07-10T22:02:49.181Z | Checking ed25519 v2.2.3 |
| 2161 | 2026-07-10T22:02:49.337Z | Checking ref-cast v1.0.25 |
| 2162 | 2026-07-10T22:02:49.388Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2163 | 2026-07-10T22:02:49.413Z | Checking ed25519-dalek v2.2.0 |
| 2164 | 2026-07-10T22:02:49.455Z | Checking native-tls v0.2.18 |
| 2165 | 2026-07-10T22:02:49.468Z | Checking zip v0.6.6 |
| 2166 | 2026-07-10T22:02:49.516Z | Checking toml_edit v0.19.15 |
| 2167 | 2026-07-10T22:02:49.526Z | Checking zstd-safe v7.2.4 |
| 2168 | 2026-07-10T22:02:49.527Z | Checking pin-project v1.1.11 |
| 2169 | 2026-07-10T22:02:49.665Z | Checking tokio-native-tls v0.3.1 |
| 2170 | 2026-07-10T22:02:49.691Z | Checking libbz2-rs-sys v0.2.2 |
| 2171 | 2026-07-10T22:02:49.717Z | Checking bumpalo v3.20.2 |
| 2172 | 2026-07-10T22:02:49.770Z | Checking crossterm v0.28.1 |
| 2173 | 2026-07-10T22:02:49.798Z | Checking zstd v0.13.3 |
| 2174 | 2026-07-10T22:02:49.849Z | Checking similar v2.7.0 |
| 2175 | 2026-07-10T22:02:49.877Z | Checking hyper-tls v0.6.0 |
| 2176 | 2026-07-10T22:02:49.972Z | Checking zopfli v0.8.3 |
| 2177 | 2026-07-10T22:02:50.014Z | Checking fs-err v3.3.0 |
| 2178 | 2026-07-10T22:02:50.095Z | Checking reqwest v0.12.28 |
| 2179 | 2026-07-10T22:02:50.109Z | Checking bzip2 v0.6.1 |
| 2180 | 2026-07-10T22:02:50.282Z | Checking pem v3.0.6 |
| 2181 | 2026-07-10T22:02:50.302Z | Checking hash32 v0.2.1 |
| 2182 | 2026-07-10T22:02:50.376Z | Checking serde-big-array v0.5.1 |
| 2183 | 2026-07-10T22:02:50.376Z | Checking predicates-core v1.0.10 |
| 2184 | 2026-07-10T22:02:50.454Z | Checking unicode-properties v0.1.4 |
| 2185 | 2026-07-10T22:02:50.554Z | Checking jiff v0.2.21 |
| 2186 | 2026-07-10T22:02:50.570Z | Checking unicode-bidi v0.3.18 |
| 2187 | 2026-07-10T22:02:50.570Z | Checking heapless v0.7.17 |
| 2188 | 2026-07-10T22:02:50.570Z | Checking snafu v0.8.9 |
| 2189 | 2026-07-10T22:02:50.629Z | Checking toml v0.7.8 |
| 2190 | 2026-07-10T22:02:50.662Z | Checking olpc-cjson v0.1.4 |
| 2191 | 2026-07-10T22:02:50.824Z | Checking stringprep v0.1.5 |
| 2192 | 2026-07-10T22:02:50.864Z | Checking hickory-proto v0.25.2 |
| 2193 | 2026-07-10T22:02:50.864Z | Checking md-5 v0.10.6 |
| 2194 | 2026-07-10T22:02:50.938Z | Checking serde_plain v1.0.2 |
| 2195 | 2026-07-10T22:02:50.959Z | Checking float-cmp v0.10.0 |
| 2196 | 2026-07-10T22:02:51.000Z | Checking difflib v0.4.0 |
| 2197 | 2026-07-10T22:02:51.025Z | Checking fallible-iterator v0.2.0 |
| 2198 | 2026-07-10T22:02:51.070Z | Checking normalize-line-endings v0.3.0 |
| 2199 | 2026-07-10T22:02:51.103Z | Checking typed-path v0.9.3 |
| 2200 | 2026-07-10T22:02:51.143Z | Checking smoltcp v0.9.1 |
| 2201 | 2026-07-10T22:02:51.155Z | Checking iddqd v0.4.2 |
| 2202 | 2026-07-10T22:02:51.228Z | Checking phf_shared v0.11.3 |
| 2203 | 2026-07-10T22:02:51.263Z | Checking predicates v3.1.4 |
| 2204 | 2026-07-10T22:02:51.281Z | Checking postgres-protocol v0.6.10 |
| 2205 | 2026-07-10T22:02:51.374Z | Checking phf_shared v0.13.1 |
| 2206 | 2026-07-10T22:02:51.567Z | Checking tokio-stream v0.1.18 |
| 2207 | 2026-07-10T22:02:51.606Z | Checking buf-list v1.1.2 |
| 2208 | 2026-07-10T22:02:51.643Z | Checking strum v0.27.2 |
| 2209 | 2026-07-10T22:02:51.771Z | Checking lalrpop-util v0.19.12 |
| 2210 | 2026-07-10T22:02:51.808Z | Checking new_debug_unreachable v1.0.6 |
| 2211 | 2026-07-10T22:02:51.847Z | Checking precomputed-hash v0.1.1 |
| 2212 | 2026-07-10T22:02:51.891Z | Checking tough v0.22.0 |
| 2213 | 2026-07-10T22:02:51.929Z | Checking fixedbitset v0.4.2 |
| 2214 | 2026-07-10T22:02:51.965Z | Checking fixedbitset v0.5.7 |
| 2215 | 2026-07-10T22:02:51.971Z | Checking string_cache v0.8.9 |
| 2216 | 2026-07-10T22:02:52.044Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2217 | 2026-07-10T22:02:52.088Z | Checking postgres-types v0.2.12 |
| 2218 | 2026-07-10T22:02:52.141Z | Checking petgraph v0.6.5 |
| 2219 | 2026-07-10T22:02:52.187Z | Checking petgraph v0.8.3 |
| 2220 | 2026-07-10T22:02:52.190Z | Checking phf v0.13.1 |
| 2221 | 2026-07-10T22:02:52.398Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2222 | 2026-07-10T22:02:52.452Z | Checking whoami v2.1.0 |
| 2223 | 2026-07-10T22:02:52.676Z | Checking peg-runtime v0.8.5 |
| 2224 | 2026-07-10T22:02:52.714Z | Checking tokio-postgres v0.7.16 |
| 2225 | 2026-07-10T22:02:52.769Z | Checking zip v4.6.1 |
| 2226 | 2026-07-10T22:02:52.959Z | Checking is-terminal v0.4.17 |
| 2227 | 2026-07-10T22:02:53.084Z | Checking crossbeam-channel v0.5.15 |
| 2228 | 2026-07-10T22:02:53.374Z | Checking thread_local v1.1.9 |
| 2229 | 2026-07-10T22:02:53.427Z | Compiling structmeta-derive v0.3.0 |
| 2230 | 2026-07-10T22:02:53.471Z | Checking take_mut v0.2.2 |
| 2231 | 2026-07-10T22:02:53.577Z | Checking term v1.2.1 |
| 2232 | 2026-07-10T22:02:53.632Z | Checking slog-async v2.8.0 |
| 2233 | 2026-07-10T22:02:53.652Z | Compiling newtype-uuid-macros v0.1.0 |
| 2234 | 2026-07-10T22:02:53.814Z | Compiling multer v3.1.0 |
| 2235 | 2026-07-10T22:02:53.852Z | Compiling async-stream-impl v0.3.6 |
| 2236 | 2026-07-10T22:02:53.859Z | Checking slog-term v2.9.2 |
| 2237 | 2026-07-10T22:02:53.973Z | Checking match_cfg v0.1.0 |
| 2238 | 2026-07-10T22:02:54.084Z | Checking hostname v0.3.1 |
| 2239 | 2026-07-10T22:02:54.088Z | Checking slog-json v2.6.1 |
| 2240 | 2026-07-10T22:02:54.160Z | Compiling dropshot v0.17.1 |
| 2241 | 2026-07-10T22:02:54.187Z | Compiling dropshot_endpoint v0.17.1 |
| 2242 | 2026-07-10T22:02:54.224Z | Checking debug-ignore v1.0.5 |
| 2243 | 2026-07-10T22:02:54.301Z | Checking slog-bunyan v2.5.0 |
| 2244 | 2026-07-10T22:02:54.349Z | Checking progenitor-client v0.14.0 |
| 2245 | 2026-07-10T22:02:54.462Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2246 | 2026-07-10T22:02:54.465Z | Checking sha1 v0.11.0 |
| 2247 | 2026-07-10T22:02:54.541Z | Compiling structmeta v0.3.0 |
| 2248 | 2026-07-10T22:02:54.546Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2249 | 2026-07-10T22:02:54.546Z | Checking serde_spanned v1.1.1 |
| 2250 | 2026-07-10T22:02:54.642Z | Checking serde_path_to_error v0.1.20 |
| 2251 | 2026-07-10T22:02:54.681Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2252 | 2026-07-10T22:02:54.727Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2253 | 2026-07-10T22:02:54.770Z | Checking compression-core v0.4.31 |
| 2254 | 2026-07-10T22:02:54.804Z | Compiling derive-ex v0.1.8 |
| 2255 | 2026-07-10T22:02:54.834Z | Checking async-stream v0.3.6 |
| 2256 | 2026-07-10T22:02:54.916Z | Checking compression-codecs v0.4.37 |
| 2257 | 2026-07-10T22:02:54.924Z | Checking toml v1.1.2+spec-1.1.0 |
| 2258 | 2026-07-10T22:02:55.024Z | Checking rustls-pemfile v2.2.0 |
| 2259 | 2026-07-10T22:02:55.031Z | Checking waitgroup v0.1.2 |
| 2260 | 2026-07-10T22:02:55.112Z | Checking hostname v0.4.2 |
| 2261 | 2026-07-10T22:02:55.142Z | Checking async-compression v0.4.41 |
| 2262 | 2026-07-10T22:02:55.178Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2263 | 2026-07-10T22:02:55.228Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2264 | 2026-07-10T22:02:55.267Z | Checking atomicwrites v0.4.4 |
| 2265 | 2026-07-10T22:02:55.271Z | Checking itertools v0.14.0 |
| 2266 | 2026-07-10T22:02:55.334Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2026-07-10T22:02:55.397Z | Checking macaddr v1.0.1 |
| 2268 | 2026-07-10T22:02:55.436Z | Checking regress v0.10.5 |
| 2269 | 2026-07-10T22:02:55.441Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2270 | 2026-07-10T22:02:55.560Z | Checking instant v0.1.13 |
| 2271 | 2026-07-10T22:02:55.610Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2272 | 2026-07-10T22:02:55.676Z | Checking backoff v0.4.0 |
| 2273 | 2026-07-10T22:02:55.883Z | Checking backon v1.6.0 |
| 2274 | 2026-07-10T22:02:55.929Z | Checking humantime v2.3.0 |
| 2275 | 2026-07-10T22:02:55.959Z | Checking unicode-width v0.2.0 |
| 2276 | 2026-07-10T22:02:56.078Z | Checking progenitor-extras v0.2.0 |
| 2277 | 2026-07-10T22:02:56.133Z | Compiling convert_case v0.4.0 |
| 2278 | 2026-07-10T22:02:56.238Z | Checking heck v0.5.0 |
| 2279 | 2026-07-10T22:02:56.331Z | Checking half v2.7.1 |
| 2280 | 2026-07-10T22:02:56.389Z | Checking ciborium-io v0.2.2 |
| 2281 | 2026-07-10T22:02:56.427Z | Checking secrecy v0.10.3 |
| 2282 | 2026-07-10T22:02:56.512Z | Checking camino-tempfile v1.4.1 |
| 2283 | 2026-07-10T22:02:56.555Z | Compiling derive_more v0.99.20 |
| 2284 | 2026-07-10T22:02:56.588Z | Compiling test-strategy v0.4.5 |
| 2285 | 2026-07-10T22:02:56.620Z | Compiling regress v0.11.1 |
| 2286 | 2026-07-10T22:02:56.682Z | Checking ciborium-ll v0.2.2 |
| 2287 | 2026-07-10T22:02:56.705Z | Checking indent_write v2.2.0 |
| 2288 | 2026-07-10T22:02:56.852Z | Checking ciborium v0.2.2 |
| 2289 | 2026-07-10T22:02:56.921Z | Compiling crucible-workspace-hack v0.1.0 |
| 2290 | 2026-07-10T22:02:57.067Z | Checking parse-display v0.10.0 |
| 2291 | 2026-07-10T22:02:57.187Z | Compiling unsafe-libyaml v0.2.11 |
| 2292 | 2026-07-10T22:02:57.346Z | Checking inout v0.1.4 |
| 2293 | 2026-07-10T22:02:57.351Z | Checking universal-hash v0.5.1 |
| 2294 | 2026-07-10T22:02:57.513Z | Checking cipher v0.4.4 |
| 2295 | 2026-07-10T22:02:57.550Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2296 | 2026-07-10T22:02:57.753Z | Compiling serde_yaml v0.9.34+deprecated |
| 2297 | 2026-07-10T22:02:57.966Z | Checking opaque-debug v0.3.1 |
| 2298 | 2026-07-10T22:02:58.013Z | Checking swrite v0.1.0 |
| 2299 | 2026-07-10T22:02:58.068Z | Checking poly1305 v0.8.0 |
| 2300 | 2026-07-10T22:02:58.128Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2301 | 2026-07-10T22:02:58.166Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2302 | 2026-07-10T22:02:58.374Z | Compiling typify-impl v0.6.2 |
| 2303 | 2026-07-10T22:02:58.549Z | Checking chacha20 v0.9.1 |
| 2304 | 2026-07-10T22:02:58.588Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2305 | 2026-07-10T22:02:58.784Z | Checking blake2 v0.10.6 |
| 2306 | 2026-07-10T22:02:58.822Z | Checking thiserror-no-std v2.0.2 |
| 2307 | 2026-07-10T22:02:58.941Z | Checking aead v0.5.2 |
| 2308 | 2026-07-10T22:02:59.057Z | Checking password-hash v0.5.0 |
| 2309 | 2026-07-10T22:02:59.116Z | Checking chacha20poly1305 v0.10.1 |
| 2310 | 2026-07-10T22:02:59.224Z | Checking vsss-rs v3.3.4 |
| 2311 | 2026-07-10T22:02:59.269Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2312 | 2026-07-10T22:02:59.306Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2313 | 2026-07-10T22:02:59.339Z | Checking argon2 v0.5.3 |
| 2314 | 2026-07-10T22:02:59.630Z | Checking byte-wrapper v0.1.0 |
| 2315 | 2026-07-10T22:02:59.686Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2316 | 2026-07-10T22:02:59.724Z | Checking crossbeam-deque v0.8.6 |
| 2317 | 2026-07-10T22:02:59.788Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2318 | 2026-07-10T22:02:59.870Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2319 | 2026-07-10T22:02:59.936Z | Compiling rayon-core v1.13.0 |
| 2320 | 2026-07-10T22:02:59.974Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2321 | 2026-07-10T22:03:00.005Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2322 | 2026-07-10T22:03:00.259Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2323 | 2026-07-10T22:03:00.390Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2324 | 2026-07-10T22:03:00.592Z | Compiling proc-macro-error v1.0.4 |
| 2325 | 2026-07-10T22:03:00.628Z | Checking rayon v1.11.0 |
| 2326 | 2026-07-10T22:03:00.936Z | Compiling proc-macro-crate v3.4.0 |
| 2327 | 2026-07-10T22:03:01.372Z | Checking tabwriter v1.4.1 |
| 2328 | 2026-07-10T22:03:01.380Z | Checking toml v0.8.23 |
| 2329 | 2026-07-10T22:03:01.527Z | Compiling num_enum_derive v0.7.6 |
| 2330 | 2026-07-10T22:03:01.569Z | Checking glob v0.3.3 |
| 2331 | 2026-07-10T22:03:01.580Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2332 | 2026-07-10T22:03:01.627Z | Compiling heapless v0.8.0 |
| 2333 | 2026-07-10T22:03:01.723Z | Checking colored v3.1.1 |
| 2334 | 2026-07-10T22:03:01.763Z | Compiling ingot-macros v0.1.1 |
| 2335 | 2026-07-10T22:03:01.795Z | Checking hash32 v0.3.1 |
| 2336 | 2026-07-10T22:03:02.008Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-07-10T22:03:02.110Z | Compiling smoltcp v0.11.0 |
| 2338 | 2026-07-10T22:03:02.236Z | Checking unicode-width v0.1.14 |
| 2339 | 2026-07-10T22:03:02.347Z | Checking cobs v0.3.0 |
| 2340 | 2026-07-10T22:03:02.423Z | Compiling usdt-attr-macro v0.5.0 |
| 2341 | 2026-07-10T22:03:02.459Z | Compiling usdt-macro v0.5.0 |
| 2342 | 2026-07-10T22:03:02.496Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2343 | 2026-07-10T22:03:02.536Z | Checking memmap v0.7.0 |
| 2344 | 2026-07-10T22:03:02.604Z | Checking num_enum v0.7.6 |
| 2345 | 2026-07-10T22:03:02.675Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2346 | 2026-07-10T22:03:02.757Z | Checking postcard v1.1.3 |
| 2347 | 2026-07-10T22:03:02.964Z | Checking rand v0.10.1 |
| 2348 | 2026-07-10T22:03:03.004Z | Compiling typify-macro v0.6.2 |
| 2349 | 2026-07-10T22:03:03.093Z | Compiling proc-macro-crate v1.3.1 |
| 2350 | 2026-07-10T22:03:03.272Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2351 | 2026-07-10T22:03:03.284Z | Checking usdt v0.5.0 |
| 2352 | 2026-07-10T22:03:03.517Z | Checking sigpipe v0.1.3 |
| 2353 | 2026-07-10T22:03:03.555Z | Compiling foreign-types-macros v0.2.3 |
| 2354 | 2026-07-10T22:03:03.589Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2355 | 2026-07-10T22:03:03.594Z | Checking foreign-types-shared v0.3.1 |
| 2356 | 2026-07-10T22:03:03.665Z | Compiling num_enum_derive v0.5.11 |
| 2357 | 2026-07-10T22:03:03.971Z | Checking cstr-argument v0.1.2 |
| 2358 | 2026-07-10T22:03:04.010Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2359 | 2026-07-10T22:03:04.045Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2360 | 2026-07-10T22:03:04.133Z | Compiling num-derive v0.4.2 |
| 2361 | 2026-07-10T22:03:04.216Z | Checking foreign-types v0.5.0 |
| 2362 | 2026-07-10T22:03:04.326Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2363 | 2026-07-10T22:03:04.488Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2364 | 2026-07-10T22:03:04.552Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2365 | 2026-07-10T22:03:04.638Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2366 | 2026-07-10T22:03:04.679Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2367 | 2026-07-10T22:03:04.755Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2368 | 2026-07-10T22:03:04.759Z | Checking ingot-types v0.1.2 |
| 2369 | 2026-07-10T22:03:04.831Z | Checking num_enum v0.5.11 |
| 2370 | 2026-07-10T22:03:04.863Z | Compiling typify v0.6.2 |
| 2371 | 2026-07-10T22:03:04.936Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2372 | 2026-07-10T22:03:05.008Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2373 | 2026-07-10T22:03:05.012Z | Compiling progenitor-impl v0.14.0 |
| 2374 | 2026-07-10T22:03:05.128Z | Compiling zone_cfg_derive v0.3.1 |
| 2375 | 2026-07-10T22:03:05.176Z | Checking ingot v0.1.1 |
| 2376 | 2026-07-10T22:03:05.212Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2377 | 2026-07-10T22:03:05.343Z | Checking itertools v0.12.1 |
| 2378 | 2026-07-10T22:03:05.410Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2379 | 2026-07-10T22:03:05.702Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2380 | 2026-07-10T22:03:05.855Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2381 | 2026-07-10T22:03:05.895Z | Checking smf v0.2.3 |
| 2382 | 2026-07-10T22:03:06.002Z | Checking whoami v1.6.1 |
| 2383 | 2026-07-10T22:03:06.040Z | Checking tokio-dtrace v0.1.1 |
| 2384 | 2026-07-10T22:03:06.103Z | Compiling derive-where v1.6.0 |
| 2385 | 2026-07-10T22:03:06.157Z | Checking console v0.15.11 |
| 2386 | 2026-07-10T22:03:06.211Z | Checking newline-converter v0.3.0 |
| 2387 | 2026-07-10T22:03:06.257Z | Checking oxide-tokio-rt v0.1.4 |
| 2388 | 2026-07-10T22:03:06.345Z | Checking bytecount v0.6.9 |
| 2389 | 2026-07-10T22:03:06.408Z | Checking zone v0.3.1 |
| 2390 | 2026-07-10T22:03:06.458Z | Compiling owo-colors v4.3.0 |
| 2391 | 2026-07-10T22:03:06.500Z | Compiling cancel-safe-futures v0.1.5 |
| 2392 | 2026-07-10T22:03:06.512Z | Checking expectorate v1.2.0 |
| 2393 | 2026-07-10T22:03:06.692Z | Checking libsw-core v0.3.2 |
| 2394 | 2026-07-10T22:03:06.806Z | Checking num-rational v0.4.2 |
| 2395 | 2026-07-10T22:03:06.915Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2396 | 2026-07-10T22:03:06.919Z | Checking libsw v3.5.0 |
| 2397 | 2026-07-10T22:03:07.089Z | Checking num-complex v0.4.6 |
| 2398 | 2026-07-10T22:03:07.170Z | Checking linear-map v1.2.0 |
| 2399 | 2026-07-10T22:03:07.350Z | Checking float-ord v0.3.2 |
| 2400 | 2026-07-10T22:03:07.389Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2401 | 2026-07-10T22:03:07.461Z | Checking num v0.4.3 |
| 2402 | 2026-07-10T22:03:07.503Z | Checking gethostname v0.5.0 |
| 2403 | 2026-07-10T22:03:07.509Z | Compiling prettyplease v0.2.37 |
| 2404 | 2026-07-10T22:03:07.579Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2405 | 2026-07-10T22:03:07.608Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2406 | 2026-07-10T22:03:07.645Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2407 | 2026-07-10T22:03:07.698Z | Compiling progenitor-macro v0.14.0 |
| 2408 | 2026-07-10T22:03:07.863Z | Checking resolv-conf v0.7.6 |
| 2409 | 2026-07-10T22:03:08.034Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2410 | 2026-07-10T22:03:08.081Z | Checking unicode-linebreak v0.1.5 |
| 2411 | 2026-07-10T22:03:08.133Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2412 | 2026-07-10T22:03:08.332Z | Checking smawk v0.3.2 |
| 2413 | 2026-07-10T22:03:08.528Z | Checking papergrid v0.11.0 |
| 2414 | 2026-07-10T22:03:09.185Z | Compiling tabled_derive v0.7.0 |
| 2415 | 2026-07-10T22:03:09.220Z | Compiling convert_case v0.10.0 |
| 2416 | 2026-07-10T22:03:09.258Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2417 | 2026-07-10T22:03:09.294Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2418 | 2026-07-10T22:03:09.510Z | Compiling slog-dtrace v0.3.0 |
| 2419 | 2026-07-10T22:03:09.586Z | Compiling derive_more-impl v2.1.1 |
| 2420 | 2026-07-10T22:03:09.591Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2421 | 2026-07-10T22:03:09.837Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2422 | 2026-07-10T22:03:09.932Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2423 | 2026-07-10T22:03:10.246Z | Checking tabled v0.15.0 |
| 2424 | 2026-07-10T22:03:10.454Z | Checking derive_more v2.1.1 |
| 2425 | 2026-07-10T22:03:10.573Z | Checking crossterm v0.29.0 |
| 2426 | 2026-07-10T22:03:10.644Z | Checking linked-hash-map v0.5.6 |
| 2427 | 2026-07-10T22:03:10.849Z | Checking lru-cache v0.1.2 |
| 2428 | 2026-07-10T22:03:11.201Z | Checking hickory-proto v0.24.4 |
| 2429 | 2026-07-10T22:03:11.248Z | Checking fd-lock v4.0.4 |
| 2430 | 2026-07-10T22:03:11.702Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2431 | 2026-07-10T22:03:11.906Z | Checking vte v0.14.1 |
| 2432 | 2026-07-10T22:03:12.193Z | Checking display-error-chain v0.2.2 |
| 2433 | 2026-07-10T22:03:12.259Z | Checking strip-ansi-escapes v0.2.1 |
| 2434 | 2026-07-10T22:03:12.546Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2435 | 2026-07-10T22:03:12.611Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2436 | 2026-07-10T22:03:12.783Z | Checking progenitor v0.14.0 |
| 2437 | 2026-07-10T22:03:12.961Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2438 | 2026-07-10T22:03:13.530Z | Checking termtree v0.5.1 |
| 2439 | 2026-07-10T22:03:13.642Z | Checking nu-ansi-term v0.50.3 |
| 2440 | 2026-07-10T22:03:13.712Z | Checking hickory-resolver v0.24.4 |
| 2441 | 2026-07-10T22:03:13.791Z | Checking textwrap v0.16.2 |
| 2442 | 2026-07-10T22:03:13.893Z | Checking reedline v0.40.0 |
| 2443 | 2026-07-10T22:03:14.039Z | Compiling minimal-lexical v0.2.1 |
| 2444 | 2026-07-10T22:03:14.085Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2445 | 2026-07-10T22:03:14.352Z | Compiling nom v7.1.3 |
| 2446 | 2026-07-10T22:03:14.521Z | Checking qorb v0.4.1 |
| 2447 | 2026-07-10T22:03:14.604Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2448 | 2026-07-10T22:03:14.815Z | Compiling unicode-xid v0.2.6 |
| 2449 | 2026-07-10T22:03:14.981Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2450 | 2026-07-10T22:03:15.204Z | Compiling ar_archive_writer v0.5.1 |
| 2451 | 2026-07-10T22:03:15.422Z | Checking csv-core v0.1.13 |
| 2452 | 2026-07-10T22:03:15.652Z | Checking csv v1.4.0 |
| 2453 | 2026-07-10T22:03:15.759Z | Compiling stacker v0.1.23 |
| 2454 | 2026-07-10T22:03:15.795Z | Checking highway v1.3.0 |
| 2455 | 2026-07-10T22:03:15.798Z | Compiling cfg_aliases v0.1.1 |
| 2456 | 2026-07-10T22:03:15.942Z | Compiling semver v0.1.20 |
| 2457 | 2026-07-10T22:03:16.054Z | Compiling nix v0.28.0 |
| 2458 | 2026-07-10T22:03:16.096Z | Checking nibble_vec v0.1.0 |
| 2459 | 2026-07-10T22:03:16.162Z | Compiling psm v0.1.30 |
| 2460 | 2026-07-10T22:03:16.199Z | Compiling rustc_version v0.1.7 |
| 2461 | 2026-07-10T22:03:16.270Z | Checking endian-type v0.1.2 |
| 2462 | 2026-07-10T22:03:16.318Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2463 | 2026-07-10T22:03:16.372Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2464 | 2026-07-10T22:03:16.434Z | Checking radix_trie v0.2.1 |
| 2465 | 2026-07-10T22:03:16.474Z | Compiling newtype_derive v0.1.6 |
| 2466 | 2026-07-10T22:03:16.550Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2467 | 2026-07-10T22:03:16.692Z | Checking phf_shared v0.12.1 |
| 2468 | 2026-07-10T22:03:16.757Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2469 | 2026-07-10T22:03:16.859Z | Compiling chrono-tz v0.10.4 |
| 2470 | 2026-07-10T22:03:16.901Z | Checking phf v0.12.1 |
| 2471 | 2026-07-10T22:03:17.111Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2472 | 2026-07-10T22:03:17.217Z | Compiling const_format_proc_macros v0.2.34 |
| 2473 | 2026-07-10T22:03:17.220Z | Checking recursive v0.1.1 |
| 2474 | 2026-07-10T22:03:17.220Z | Compiling peg-macros v0.8.5 |
| 2475 | 2026-07-10T22:03:17.220Z | Checking winnow v0.6.26 |
| 2476 | 2026-07-10T22:03:17.449Z | Checking nom v8.0.0 |
| 2477 | 2026-07-10T22:03:17.703Z | Compiling sqlparser_derive v0.5.0 |
| 2478 | 2026-07-10T22:03:18.118Z | Checking unicode_categories v0.1.1 |
| 2479 | 2026-07-10T22:03:18.157Z | Checking home v0.5.12 |
| 2480 | 2026-07-10T22:03:18.311Z | Checking const_format v0.2.35 |
| 2481 | 2026-07-10T22:03:18.344Z | Checking rustyline v14.0.0 |
| 2482 | 2026-07-10T22:03:18.548Z | Checking sqlformat v0.3.5 |
| 2483 | 2026-07-10T22:03:18.584Z | Checking sqlparser v0.61.0 |
| 2484 | 2026-07-10T22:03:18.709Z | Checking peg v0.8.5 |
| 2485 | 2026-07-10T22:03:18.927Z | Checking bcs v0.1.6 |
| 2486 | 2026-07-10T22:03:19.035Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2487 | 2026-07-10T22:03:19.100Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2488 | 2026-07-10T22:03:19.140Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2489 | 2026-07-10T22:03:19.192Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2490 | 2026-07-10T22:03:19.328Z | Checking steno v0.4.1 |
| 2491 | 2026-07-10T22:03:19.520Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2492 | 2026-07-10T22:03:19.603Z | Checking sha1 v0.10.6 |
| 2493 | 2026-07-10T22:03:19.659Z | Checking filetime v0.2.27 |
| 2494 | 2026-07-10T22:03:19.804Z | Checking xattr v1.6.1 |
| 2495 | 2026-07-10T22:03:19.842Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2496 | 2026-07-10T22:03:20.056Z | Checking tar v0.4.45 |
| 2497 | 2026-07-10T22:03:20.226Z | Checking subprocess v0.2.15 |
| 2498 | 2026-07-10T22:03:20.403Z | Checking headers-core v0.3.0 |
| 2499 | 2026-07-10T22:03:20.486Z | Checking base64 v0.21.7 |
| 2500 | 2026-07-10T22:03:20.547Z | Checking headers v0.4.1 |
| 2501 | 2026-07-10T22:03:20.583Z | Checking yasna v0.5.2 |
| 2502 | 2026-07-10T22:03:20.764Z | Checking dropshot-api-manager-types v0.7.2 |
| 2503 | 2026-07-10T22:03:20.973Z | Checking tagptr v0.2.0 |
| 2504 | 2026-07-10T22:03:21.011Z | Checking rcgen v0.12.1 |
| 2505 | 2026-07-10T22:03:21.047Z | Checking utf-8 v0.7.6 |
| 2506 | 2026-07-10T22:03:21.152Z | Checking moka v0.12.13 |
| 2507 | 2026-07-10T22:03:21.217Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2508 | 2026-07-10T22:03:21.368Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2509 | 2026-07-10T22:03:21.406Z | Checking tungstenite v0.21.0 |
| 2510 | 2026-07-10T22:03:21.543Z | Compiling libefi-sys v0.1.0 |
| 2511 | 2026-07-10T22:03:21.857Z | Checking hickory-resolver v0.25.2 |
| 2512 | 2026-07-10T22:03:21.893Z | Compiling bitfield-struct v0.6.2 |
| 2513 | 2026-07-10T22:03:21.897Z | Checking tokio-tungstenite v0.21.0 |
| 2514 | 2026-07-10T22:03:21.966Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2515 | 2026-07-10T22:03:22.243Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2516 | 2026-07-10T22:03:22.591Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2517 | 2026-07-10T22:03:22.627Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2518 | 2026-07-10T22:03:23.134Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2519 | 2026-07-10T22:03:23.172Z | Compiling radium v0.7.0 |
| 2520 | 2026-07-10T22:03:23.209Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2521 | 2026-07-10T22:03:23.272Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2522 | 2026-07-10T22:03:23.282Z | Checking tap v1.0.1 |
| 2523 | 2026-07-10T22:03:23.424Z | Compiling maybe-uninit v2.0.0 |
| 2524 | 2026-07-10T22:03:23.461Z | Checking wyz v0.5.1 |
| 2525 | 2026-07-10T22:03:23.548Z | Compiling zerocopy-derive v0.6.6 |
| 2526 | 2026-07-10T22:03:23.674Z | Checking crc-catalog v2.4.0 |
| 2527 | 2026-07-10T22:03:23.720Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2528 | 2026-07-10T22:03:23.756Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2529 | 2026-07-10T22:03:23.797Z | Checking funty v2.0.0 |
| 2530 | 2026-07-10T22:03:23.875Z | Compiling packed_struct v0.10.1 |
| 2531 | 2026-07-10T22:03:24.010Z | Checking crc v3.4.0 |
| 2532 | 2026-07-10T22:03:24.074Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2533 | 2026-07-10T22:03:24.141Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2534 | 2026-07-10T22:03:24.213Z | Checking bitvec v1.0.1 |
| 2535 | 2026-07-10T22:03:24.248Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2536 | 2026-07-10T22:03:24.284Z | Compiling packed_struct_codegen v0.10.1 |
| 2537 | 2026-07-10T22:03:24.443Z | Checking zerocopy v0.6.6 |
| 2538 | 2026-07-10T22:03:24.785Z | Compiling bitfield-macros v0.19.4 |
| 2539 | 2026-07-10T22:03:25.332Z | Compiling indexmap v1.9.3 |
| 2540 | 2026-07-10T22:03:25.449Z | Checking nodrop v0.1.14 |
| 2541 | 2026-07-10T22:03:25.573Z | Checking bitfield v0.19.4 |
| 2542 | 2026-07-10T22:03:25.616Z | Checking array-init v0.0.4 |
| 2543 | 2026-07-10T22:03:25.728Z | Checking smallvec v0.6.14 |
| 2544 | 2026-07-10T22:03:25.883Z | Checking hashbrown v0.12.3 |
| 2545 | 2026-07-10T22:03:25.955Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2546 | 2026-07-10T22:03:25.989Z | Checking serde-hex v0.1.0 |
| 2547 | 2026-07-10T22:03:26.253Z | Checking ron v0.8.1 |
| 2548 | 2026-07-10T22:03:26.709Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2549 | 2026-07-10T22:03:26.747Z | Checking hashbrown v0.13.2 |
| 2550 | 2026-07-10T22:03:26.785Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2551 | 2026-07-10T22:03:27.016Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-07-10T22:03:27.104Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2553 | 2026-07-10T22:03:27.209Z | Checking crc-any v2.5.0 |
| 2554 | 2026-07-10T22:03:27.296Z | Checking object v0.30.4 |
| 2555 | 2026-07-10T22:03:27.406Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2556 | 2026-07-10T22:03:27.441Z | Checking path-slash v0.1.5 |
| 2557 | 2026-07-10T22:03:27.570Z | Compiling xshell-macros v0.2.7 |
| 2558 | 2026-07-10T22:03:27.600Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2559 | 2026-07-10T22:03:27.966Z | Checking half v1.8.3 |
| 2560 | 2026-07-10T22:03:28.018Z | Checking xshell v0.2.7 |
| 2561 | 2026-07-10T22:03:28.049Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2562 | 2026-07-10T22:03:28.208Z | Checking serde_cbor v0.11.2 |
| 2563 | 2026-07-10T22:03:28.246Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2564 | 2026-07-10T22:03:29.260Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2565 | 2026-07-10T22:03:29.260Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2566 | 2026-07-10T22:03:29.260Z | Compiling proc-macro-error2 v2.0.1 |
| 2567 | 2026-07-10T22:03:29.260Z | Compiling num-derive v0.3.3 |
| 2568 | 2026-07-10T22:03:29.260Z | Checking maplit v1.0.2 |
| 2569 | 2026-07-10T22:03:29.260Z | Compiling tabled_derive v0.11.0 |
| 2570 | 2026-07-10T22:03:29.270Z | Checking papergrid v0.17.0 |
| 2571 | 2026-07-10T22:03:29.578Z | Checking testing_table v0.3.0 |
| 2572 | 2026-07-10T22:03:29.715Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2573 | 2026-07-10T22:03:29.883Z | Checking libscf-sys v1.1.0 |
| 2574 | 2026-07-10T22:03:30.055Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2575 | 2026-07-10T22:03:30.104Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2576 | 2026-07-10T22:03:30.145Z | Compiling progenitor-impl v0.13.0 |
| 2577 | 2026-07-10T22:03:30.261Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2578 | 2026-07-10T22:03:30.300Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2579 | 2026-07-10T22:03:30.462Z | Checking tabled v0.20.0 |
| 2580 | 2026-07-10T22:03:30.631Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2581 | 2026-07-10T22:03:31.080Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2582 | 2026-07-10T22:03:31.141Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2583 | 2026-07-10T22:03:31.262Z | Checking progenitor-client v0.13.0 |
| 2584 | 2026-07-10T22:03:31.528Z | Compiling git-stub v1.0.0 |
| 2585 | 2026-07-10T22:03:31.563Z | Checking unicase v2.9.0 |
| 2586 | 2026-07-10T22:03:31.761Z | Compiling git-stub-vcs v0.1.0 |
| 2587 | 2026-07-10T22:03:31.795Z | Checking crc8 v0.1.1 |
| 2588 | 2026-07-10T22:03:31.830Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2589 | 2026-07-10T22:03:31.913Z | Checking fxhash v0.2.1 |
| 2590 | 2026-07-10T22:03:31.945Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2591 | 2026-07-10T22:03:32.064Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2592 | 2026-07-10T22:03:32.152Z | Compiling vergen-lib v0.1.6 |
| 2593 | 2026-07-10T22:03:32.392Z | Compiling diesel_derives v2.3.7 |
| 2594 | 2026-07-10T22:03:32.575Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2595 | 2026-07-10T22:03:32.610Z | Checking scheduled-thread-pool v0.2.7 |
| 2596 | 2026-07-10T22:03:32.689Z | Compiling dsl_auto_type v0.2.0 |
| 2597 | 2026-07-10T22:03:32.788Z | Compiling vergen-gitcl v1.0.8 |
| 2598 | 2026-07-10T22:03:32.830Z | Compiling progenitor-macro v0.13.0 |
| 2599 | 2026-07-10T22:03:32.865Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2600 | 2026-07-10T22:03:32.930Z | Checking r2d2 v0.8.10 |
| 2601 | 2026-07-10T22:03:33.013Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2602 | 2026-07-10T22:03:33.095Z | Checking downcast-rs v2.0.2 |
| 2603 | 2026-07-10T22:03:33.098Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2604 | 2026-07-10T22:03:33.163Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2605 | 2026-07-10T22:03:33.430Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2606 | 2026-07-10T22:03:33.507Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2607 | 2026-07-10T22:03:33.681Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2608 | 2026-07-10T22:03:33.718Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2609 | 2026-07-10T22:03:33.722Z | Checking kstat-rs v0.2.4 |
| 2610 | 2026-07-10T22:03:33.807Z | Checking arc-swap v1.8.2 |
| 2611 | 2026-07-10T22:03:33.843Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2612 | 2026-07-10T22:03:33.982Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2613 | 2026-07-10T22:03:34.026Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2614 | 2026-07-10T22:03:34.063Z | Checking slog-scope v4.4.1 |
| 2615 | 2026-07-10T22:03:34.236Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-07-10T22:03:34.322Z | Compiling parking_lot_core v0.8.6 |
| 2617 | 2026-07-10T22:03:34.492Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2618 | 2026-07-10T22:03:34.560Z | Compiling crunchy v0.2.4 |
| 2619 | 2026-07-10T22:03:34.666Z | Compiling dirs-next v2.0.0 |
| 2620 | 2026-07-10T22:03:34.725Z | Checking slog-stdlog v4.1.1 |
| 2621 | 2026-07-10T22:03:34.825Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2622 | 2026-07-10T22:03:34.898Z | Compiling clang-sys v1.8.1 |
| 2623 | 2026-07-10T22:03:34.940Z | Compiling tiny-keccak v2.0.2 |
| 2624 | 2026-07-10T22:03:35.332Z | Checking slog-envlogger v2.2.0 |
| 2625 | 2026-07-10T22:03:35.368Z | Compiling term v0.7.0 |
| 2626 | 2026-07-10T22:03:35.401Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2627 | 2026-07-10T22:03:35.512Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2628 | 2026-07-10T22:03:35.631Z | Compiling bit-vec v0.6.3 |
| 2629 | 2026-07-10T22:03:35.749Z | Compiling ascii-canvas v3.0.0 |
| 2630 | 2026-07-10T22:03:35.882Z | Compiling bit-set v0.5.3 |
| 2631 | 2026-07-10T22:03:35.923Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2632 | 2026-07-10T22:03:35.958Z | Checking parking_lot v0.11.2 |
| 2633 | 2026-07-10T22:03:36.024Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2634 | 2026-07-10T22:03:36.063Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2635 | 2026-07-10T22:03:36.178Z | Checking prefix-trie v0.7.0 |
| 2636 | 2026-07-10T22:03:36.240Z | Compiling itertools v0.10.5 |
| 2637 | 2026-07-10T22:03:36.438Z | Compiling ena v0.14.4 |
| 2638 | 2026-07-10T22:03:36.514Z | Compiling libloading v0.8.9 |
| 2639 | 2026-07-10T22:03:36.568Z | Compiling regex-syntax v0.6.29 |
| 2640 | 2026-07-10T22:03:36.582Z | Compiling bindgen v0.71.1 |
| 2641 | 2026-07-10T22:03:36.679Z | Compiling diff v0.1.13 |
| 2642 | 2026-07-10T22:03:37.029Z | Checking hickory-server v0.25.2 |
| 2643 | 2026-07-10T22:03:37.166Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2644 | 2026-07-10T22:03:37.347Z | Checking sled v0.34.7 |
| 2645 | 2026-07-10T22:03:37.780Z | Compiling cexpr v0.6.0 |
| 2646 | 2026-07-10T22:03:37.823Z | Checking progenitor v0.13.0 |
| 2647 | 2026-07-10T22:03:37.990Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2648 | 2026-07-10T22:03:38.322Z | Compiling lalrpop v0.19.12 |
| 2649 | 2026-07-10T22:03:38.550Z | Checking nanorand v0.7.0 |
| 2650 | 2026-07-10T22:03:38.641Z | Compiling rustc-hash v2.1.1 |
| 2651 | 2026-07-10T22:03:38.676Z | Checking diesel v2.3.7 |
| 2652 | 2026-07-10T22:03:38.727Z | Compiling salty v0.3.0 |
| 2653 | 2026-07-10T22:03:38.781Z | Checking flume v0.11.1 |
| 2654 | 2026-07-10T22:03:39.063Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2655 | 2026-07-10T22:03:39.099Z | Compiling libxml v0.3.3 |
| 2656 | 2026-07-10T22:03:39.429Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2657 | 2026-07-10T22:03:39.655Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2658 | 2026-07-10T22:03:40.274Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2659 | 2026-07-10T22:03:40.497Z | Compiling strum_macros v0.24.3 |
| 2660 | 2026-07-10T22:03:40.531Z | Compiling fs-err v2.11.0 |
| 2661 | 2026-07-10T22:03:40.779Z | Compiling indoc v1.0.9 |
| 2662 | 2026-07-10T22:03:41.266Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2663 | 2026-07-10T22:03:41.510Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2664 | 2026-07-10T22:03:41.711Z | Checking quick-xml v0.37.5 |
| 2665 | 2026-07-10T22:03:41.946Z | Checking derive_builder v0.20.2 |
| 2666 | 2026-07-10T22:03:41.952Z | Compiling oso-derive v0.27.3 |
| 2667 | 2026-07-10T22:03:42.031Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2668 | 2026-07-10T22:03:42.463Z | Compiling trait-variant v0.1.2 |
| 2669 | 2026-07-10T22:03:42.615Z | Checking openssl-probe v0.1.6 |
| 2670 | 2026-07-10T22:03:43.030Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2671 | 2026-07-10T22:03:43.066Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2672 | 2026-07-10T22:03:43.646Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2673 | 2026-07-10T22:03:43.930Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2674 | 2026-07-10T22:03:44.331Z | Checking rfc6979 v0.4.0 |
| 2675 | 2026-07-10T22:03:44.479Z | Checking parse-size v1.1.0 |
| 2676 | 2026-07-10T22:03:44.515Z | Checking assert_matches v1.5.0 |
| 2677 | 2026-07-10T22:03:44.621Z | Checking ecdsa v0.16.9 |
| 2678 | 2026-07-10T22:03:44.656Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2679 | 2026-07-10T22:03:44.714Z | Checking primeorder v0.13.6 |
| 2680 | 2026-07-10T22:03:44.994Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2681 | 2026-07-10T22:03:45.029Z | Checking p384 v0.13.1 |
| 2682 | 2026-07-10T22:03:45.239Z | Checking predicates-tree v1.0.13 |
| 2683 | 2026-07-10T22:03:45.392Z | Checking bb8 v0.8.6 |
| 2684 | 2026-07-10T22:03:45.489Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2685 | 2026-07-10T22:03:45.634Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2686 | 2026-07-10T22:03:45.779Z | Compiling mime_guess v2.0.5 |
| 2687 | 2026-07-10T22:03:45.888Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2688 | 2026-07-10T22:03:45.888Z | Checking http-range v0.1.5 |
| 2689 | 2026-07-10T22:03:46.106Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2690 | 2026-07-10T22:03:46.187Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2691 | 2026-07-10T22:03:46.254Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2692 | 2026-07-10T22:03:46.433Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2693 | 2026-07-10T22:03:46.482Z | Checking atty v0.2.14 |
| 2694 | 2026-07-10T22:03:46.526Z | Checking corncobs v0.1.4 |
| 2695 | 2026-07-10T22:03:46.532Z | Checking nonempty v0.12.0 |
| 2696 | 2026-07-10T22:03:46.614Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2697 | 2026-07-10T22:03:46.725Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2698 | 2026-07-10T22:03:46.795Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2699 | 2026-07-10T22:03:46.985Z | Checking ignore v0.4.25 |
| 2700 | 2026-07-10T22:03:47.023Z | Checking secrecy v0.8.0 |
| 2701 | 2026-07-10T22:03:47.135Z | Checking hyper-staticfile v0.10.1 |
| 2702 | 2026-07-10T22:03:47.419Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2703 | 2026-07-10T22:03:47.455Z | Checking globwalk v0.9.1 |
| 2704 | 2026-07-10T22:03:47.489Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2705 | 2026-07-10T22:03:47.676Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2706 | 2026-07-10T22:03:47.800Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2707 | 2026-07-10T22:03:47.836Z | Checking camino-tempfile-ext v0.3.3 |
| 2708 | 2026-07-10T22:03:47.946Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2709 | 2026-07-10T22:03:48.072Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2710 | 2026-07-10T22:03:48.116Z | Checking signal-hook-tokio v0.3.1 |
| 2711 | 2026-07-10T22:03:48.276Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2712 | 2026-07-10T22:03:48.494Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2713 | 2026-07-10T22:03:48.591Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2714 | 2026-07-10T22:03:48.779Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2715 | 2026-07-10T22:03:49.003Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2716 | 2026-07-10T22:03:49.192Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2717 | 2026-07-10T22:03:49.400Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2718 | 2026-07-10T22:03:49.412Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2719 | 2026-07-10T22:03:49.412Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2720 | 2026-07-10T22:03:49.794Z | Checking illumos-nvpair v0.3.0 |
| 2721 | 2026-07-10T22:03:50.000Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2722 | 2026-07-10T22:03:50.455Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2723 | 2026-07-10T22:03:50.899Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2724 | 2026-07-10T22:03:51.197Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2725 | 2026-07-10T22:03:51.238Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2726 | 2026-07-10T22:03:51.242Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2727 | 2026-07-10T22:03:51.426Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2728 | 2026-07-10T22:03:51.480Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2729 | 2026-07-10T22:03:51.572Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2730 | 2026-07-10T22:03:52.175Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2731 | 2026-07-10T22:03:52.313Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2732 | 2026-07-10T22:03:52.619Z | Checking tungstenite v0.23.0 |
| 2733 | 2026-07-10T22:03:52.658Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2734 | 2026-07-10T22:03:52.798Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2735 | 2026-07-10T22:03:53.099Z | Checking tokio-tungstenite v0.23.1 |
| 2736 | 2026-07-10T22:03:53.161Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2737 | 2026-07-10T22:03:53.420Z | Checking async-bb8-diesel v0.2.1 |
| 2738 | 2026-07-10T22:03:53.561Z | Checking diesel-dtrace v0.5.0 |
| 2739 | 2026-07-10T22:03:53.677Z | Checking rand_seeder v0.4.0 |
| 2740 | 2026-07-10T22:03:53.825Z | Checking void v1.0.2 |
| 2741 | 2026-07-10T22:03:53.864Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2742 | 2026-07-10T22:03:53.902Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2743 | 2026-07-10T22:03:53.905Z | Checking nix v0.27.1 |
| 2744 | 2026-07-10T22:03:53.973Z | Checking lzss v0.8.2 |
| 2745 | 2026-07-10T22:03:54.059Z | Checking serde_bytes v0.11.19 |
| 2746 | 2026-07-10T22:03:54.220Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2747 | 2026-07-10T22:03:54.266Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2748 | 2026-07-10T22:03:54.305Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2749 | 2026-07-10T22:03:54.467Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2750 | 2026-07-10T22:03:54.998Z | Checking is_ci v1.2.0 |
| 2751 | 2026-07-10T22:03:55.087Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2752 | 2026-07-10T22:03:55.315Z | Checking yansi v1.0.1 |
| 2753 | 2026-07-10T22:03:55.361Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2754 | 2026-07-10T22:03:55.398Z | Checking cpubits v0.1.1 |
| 2755 | 2026-07-10T22:03:55.511Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2756 | 2026-07-10T22:03:55.616Z | Checking pretty_assertions v1.4.1 |
| 2757 | 2026-07-10T22:03:55.790Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2758 | 2026-07-10T22:03:55.834Z | Checking pem-rfc7468 v1.0.0 |
| 2759 | 2026-07-10T22:03:55.904Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2760 | 2026-07-10T22:03:56.039Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2761 | 2026-07-10T22:03:56.316Z | Compiling darling_core v0.23.0 |
| 2762 | 2026-07-10T22:03:56.471Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2763 | 2026-07-10T22:03:57.416Z | Compiling indoc v2.0.7 |
| 2764 | 2026-07-10T22:03:57.455Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2765 | 2026-07-10T22:03:57.709Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2766 | 2026-07-10T22:03:57.931Z | Checking hmac v0.13.0 |
| 2767 | 2026-07-10T22:03:58.129Z | Checking universal-hash v0.6.1 |
| 2768 | 2026-07-10T22:03:58.297Z | Compiling libz-sys v1.1.24 |
| 2769 | 2026-07-10T22:03:58.335Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2770 | 2026-07-10T22:03:58.579Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2771 | 2026-07-10T22:03:58.745Z | Compiling instability v0.3.11 |
| 2772 | 2026-07-10T22:03:58.975Z | Compiling darling_macro v0.23.0 |
| 2773 | 2026-07-10T22:03:59.046Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2774 | 2026-07-10T22:03:59.117Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2775 | 2026-07-10T22:03:59.164Z | Checking castaway v0.2.4 |
| 2776 | 2026-07-10T22:03:59.312Z | Checking compact_str v0.8.1 |
| 2777 | 2026-07-10T22:03:59.541Z | Compiling darling v0.23.0 |
| 2778 | 2026-07-10T22:03:59.736Z | Checking polyval v0.7.1 |
| 2779 | 2026-07-10T22:03:59.978Z | Checking der v0.8.0 |
| 2780 | 2026-07-10T22:04:00.189Z | Checking supports-color v3.0.2 |
| 2781 | 2026-07-10T22:04:00.361Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2782 | 2026-07-10T22:04:00.449Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2783 | 2026-07-10T22:04:00.669Z | Checking unicode-truncate v1.1.0 |
| 2784 | 2026-07-10T22:04:00.710Z | Checking console v0.16.2 |
| 2785 | 2026-07-10T22:04:00.812Z | Checking lru v0.12.5 |
| 2786 | 2026-07-10T22:04:00.846Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2787 | 2026-07-10T22:04:00.880Z | Checking unit-prefix v0.5.2 |
| 2788 | 2026-07-10T22:04:01.005Z | Checking cassowary v0.3.0 |
| 2789 | 2026-07-10T22:04:01.083Z | Checking indicatif v0.18.4 |
| 2790 | 2026-07-10T22:04:01.175Z | Checking ghash v0.6.0 |
| 2791 | 2026-07-10T22:04:01.252Z | Checking ratatui v0.29.0 |
| 2792 | 2026-07-10T22:04:01.497Z | Checking pbkdf2 v0.13.0 |
| 2793 | 2026-07-10T22:04:01.532Z | Checking aes v0.9.1 |
| 2794 | 2026-07-10T22:04:01.652Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2795 | 2026-07-10T22:04:01.987Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2796 | 2026-07-10T22:04:02.244Z | Checking ctr v0.10.1 |
| 2797 | 2026-07-10T22:04:02.461Z | Checking aead v0.6.1 |
| 2798 | 2026-07-10T22:04:02.642Z | Checking sha2 v0.11.0 |
| 2799 | 2026-07-10T22:04:02.677Z | Checking cargo-platform v0.3.2 |
| 2800 | 2026-07-10T22:04:02.891Z | Checking cargo_metadata v0.23.1 |
| 2801 | 2026-07-10T22:04:02.928Z | Checking aes-gcm v0.11.0 |
| 2802 | 2026-07-10T22:04:03.134Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2803 | 2026-07-10T22:04:03.455Z | Checking spki v0.8.0 |
| 2804 | 2026-07-10T22:04:03.680Z | Checking crypto-bigint v0.7.5 |
| 2805 | 2026-07-10T22:04:03.739Z | Checking salsa20 v0.11.0 |
| 2806 | 2026-07-10T22:04:03.925Z | Checking cbc v0.2.1 |
| 2807 | 2026-07-10T22:04:04.110Z | Compiling vergen-git2 v9.1.0 |
| 2808 | 2026-07-10T22:04:04.358Z | Checking plotters-backend v0.3.7 |
| 2809 | 2026-07-10T22:04:04.601Z | Checking plotters-svg v0.3.7 |
| 2810 | 2026-07-10T22:04:04.826Z | Checking scrypt v0.12.0 |
| 2811 | 2026-07-10T22:04:04.953Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2812 | 2026-07-10T22:04:05.030Z | Checking cast v0.3.0 |
| 2813 | 2026-07-10T22:04:05.231Z | Checking criterion-plot v0.6.0 |
| 2814 | 2026-07-10T22:04:05.278Z | Checking pkcs5 v0.8.1 |
| 2815 | 2026-07-10T22:04:05.515Z | Checking plotters v0.3.7 |
| 2816 | 2026-07-10T22:04:05.614Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2817 | 2026-07-10T22:04:05.997Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2818 | 2026-07-10T22:04:06.246Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2819 | 2026-07-10T22:04:06.308Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2820 | 2026-07-10T22:04:06.490Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2821 | 2026-07-10T22:04:06.552Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2822 | 2026-07-10T22:04:06.653Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2823 | 2026-07-10T22:04:06.736Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2824 | 2026-07-10T22:04:06.795Z | Checking colored v2.2.0 |
| 2825 | 2026-07-10T22:04:06.897Z | Checking tinytemplate v1.2.1 |
| 2826 | 2026-07-10T22:04:07.033Z | Checking oorandom v11.1.5 |
| 2827 | 2026-07-10T22:04:07.154Z | Checking anes v0.1.6 |
| 2828 | 2026-07-10T22:04:07.190Z | Checking shell-words v1.1.1 |
| 2829 | 2026-07-10T22:04:07.385Z | Checking criterion v0.7.0 |
| 2830 | 2026-07-10T22:04:07.504Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2831 | 2026-07-10T22:04:07.686Z | Checking pkcs8 v0.11.0 |
| 2832 | 2026-07-10T22:04:07.927Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2833 | 2026-07-10T22:04:08.696Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2834 | 2026-07-10T22:04:09.498Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2835 | 2026-07-10T22:04:10.330Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2836 | 2026-07-10T22:04:10.887Z | Checking tokio-test v0.4.5 |
| 2837 | 2026-07-10T22:04:11.126Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2838 | 2026-07-10T22:04:11.374Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2839 | 2026-07-10T22:04:11.447Z | Checking twox-hash v2.1.2 |
| 2840 | 2026-07-10T22:04:11.783Z | Checking ff v0.14.0 |
| 2841 | 2026-07-10T22:04:11.867Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2842 | 2026-07-10T22:04:11.958Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2843 | 2026-07-10T22:04:12.076Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2844 | 2026-07-10T22:04:12.592Z | Checking fatfs v0.3.6 |
| 2845 | 2026-07-10T22:04:12.660Z | Checking signature v3.0.0 |
| 2846 | 2026-07-10T22:04:12.851Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2847 | 2026-07-10T22:04:13.096Z | Checking base16ct v1.0.0 |
| 2848 | 2026-07-10T22:04:13.133Z | Compiling seq-macro v0.3.6 |
| 2849 | 2026-07-10T22:04:13.272Z | Checking sec1 v0.8.1 |
| 2850 | 2026-07-10T22:04:13.532Z | Checking group v0.14.0 |
| 2851 | 2026-07-10T22:04:13.713Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2852 | 2026-07-10T22:04:13.749Z | Checking hkdf v0.13.0 |
| 2853 | 2026-07-10T22:04:13.923Z | Compiling petname v2.0.2 |
| 2854 | 2026-07-10T22:04:14.236Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2855 | 2026-07-10T22:04:14.272Z | Checking elliptic-curve v0.14.0-rc.33 |
| 2856 | 2026-07-10T22:04:14.419Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2857 | 2026-07-10T22:04:14.626Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2858 | 2026-07-10T22:04:14.796Z | Checking concurrent-queue v2.5.0 |
| 2859 | 2026-07-10T22:04:15.023Z | Checking rtoolbox v0.0.3 |
| 2860 | 2026-07-10T22:04:15.192Z | Checking parking v2.2.1 |
| 2861 | 2026-07-10T22:04:15.356Z | Checking event-listener v5.4.1 |
| 2862 | 2026-07-10T22:04:15.619Z | Checking rpassword v7.4.0 |
| 2863 | 2026-07-10T22:04:15.814Z | Checking tui-tree-widget v0.23.1 |
| 2864 | 2026-07-10T22:04:16.037Z | Checking rfc6979 v0.5.0 |
| 2865 | 2026-07-10T22:04:16.185Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2866 | 2026-07-10T22:04:16.220Z | Checking sapling-renderdag v0.1.0 |
| 2867 | 2026-07-10T22:04:16.385Z | Checking sync-ptr v0.1.4 |
| 2868 | 2026-07-10T22:04:16.496Z | Checking ecdsa v0.17.0-rc.18 |
| 2869 | 2026-07-10T22:04:16.537Z | Checking event-listener-strategy v0.5.4 |
| 2870 | 2026-07-10T22:04:16.707Z | Checking primeorder v0.14.0-rc.10 |
| 2871 | 2026-07-10T22:04:16.911Z | Checking primefield v0.14.0 |
| 2872 | 2026-07-10T22:04:17.043Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2873 | 2026-07-10T22:04:17.151Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 2874 | 2026-07-10T22:04:17.288Z | Checking futures-timer v3.0.3 |
| 2875 | 2026-07-10T22:04:17.516Z | Checking constant_time_eq v0.4.2 |
| 2876 | 2026-07-10T22:04:17.554Z | Checking arrayvec v0.7.6 |
| 2877 | 2026-07-10T22:04:17.683Z | Checking arrayref v0.3.9 |
| 2878 | 2026-07-10T22:04:17.866Z | Checking async-lock v3.4.2 |
| 2879 | 2026-07-10T22:04:17.904Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2880 | 2026-07-10T22:04:18.278Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2881 | 2026-07-10T22:04:18.322Z | Checking ssh-encoding v0.3.0-rc.9 |
| 2882 | 2026-07-10T22:04:18.614Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2883 | 2026-07-10T22:04:18.948Z | Compiling strsim v0.10.0 |
| 2884 | 2026-07-10T22:04:19.321Z | Compiling darling_core v0.13.4 |
| 2885 | 2026-07-10T22:04:19.867Z | Checking async-object-pool v0.2.0 |
| 2886 | 2026-07-10T22:04:20.448Z | Compiling samael v0.0.19 |
| 2887 | 2026-07-10T22:04:20.903Z | Checking ed25519 v3.0.0 |
| 2888 | 2026-07-10T22:04:21.138Z | Checking crypto-primes v0.7.2 |
| 2889 | 2026-07-10T22:04:21.176Z | Checking pkcs1 v0.8.0-rc.4 |
| 2890 | 2026-07-10T22:04:21.286Z | Checking poly1305 v0.9.0 |
| 2891 | 2026-07-10T22:04:21.422Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2892 | 2026-07-10T22:04:21.596Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2893 | 2026-07-10T22:04:21.828Z | Checking serde_regex v1.1.0 |
| 2894 | 2026-07-10T22:04:22.024Z | Checking blowfish v0.10.0 |
| 2895 | 2026-07-10T22:04:22.147Z | Checking blake2 v0.11.0-rc.6 |
| 2896 | 2026-07-10T22:04:22.209Z | Checking assert-json-diff v2.0.2 |
| 2897 | 2026-07-10T22:04:22.286Z | Checking path-tree v0.8.3 |
| 2898 | 2026-07-10T22:04:22.410Z | Checking keccak v0.2.0 |
| 2899 | 2026-07-10T22:04:22.448Z | Checking gimli v0.32.3 |
| 2900 | 2026-07-10T22:04:22.510Z | Checking stringmetrics v2.2.2 |
| 2901 | 2026-07-10T22:04:22.605Z | Checking fiat-crypto v0.3.0 |
| 2902 | 2026-07-10T22:04:22.697Z | Compiling target-lexicon v0.13.3 |
| 2903 | 2026-07-10T22:04:23.315Z | Checking httpmock v0.8.3 |
| 2904 | 2026-07-10T22:04:24.148Z | Checking addr2line v0.25.1 |
| 2905 | 2026-07-10T22:04:24.460Z | Checking sha3 v0.11.0 |
| 2906 | 2026-07-10T22:04:24.843Z | Checking argon2 v0.6.0-rc.8 |
| 2907 | 2026-07-10T22:04:25.207Z | Checking bcrypt-pbkdf v0.11.0 |
| 2908 | 2026-07-10T22:04:25.408Z | Checking rsa v0.10.0-rc.18 |
| 2909 | 2026-07-10T22:04:25.651Z | Checking ssh-cipher v0.3.0-rc.9 |
| 2910 | 2026-07-10T22:04:25.744Z | Compiling darling_macro v0.13.4 |
| 2911 | 2026-07-10T22:04:25.909Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 2912 | 2026-07-10T22:04:26.171Z | Checking p521 v0.14.0-rc.10 |
| 2913 | 2026-07-10T22:04:26.290Z | Checking p256 v0.14.0-rc.10 |
| 2914 | 2026-07-10T22:04:27.093Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2915 | 2026-07-10T22:04:27.373Z | Checking kem v0.3.0 |
| 2916 | 2026-07-10T22:04:27.527Z | Checking module-lattice v0.2.3 |
| 2917 | 2026-07-10T22:04:27.782Z | Compiling guppy-workspace-hack v0.1.0 |
| 2918 | 2026-07-10T22:04:27.865Z | Checking rustc-demangle v0.1.27 |
| 2919 | 2026-07-10T22:04:28.011Z | Checking hex-literal v0.4.1 |
| 2920 | 2026-07-10T22:04:28.056Z | Checking p384 v0.14.0-rc.10 |
| 2921 | 2026-07-10T22:04:28.126Z | Checking backtrace v0.3.76 |
| 2922 | 2026-07-10T22:04:28.206Z | Checking ml-kem v0.3.2 |
| 2923 | 2026-07-10T22:04:28.467Z | Compiling darling v0.13.4 |
| 2924 | 2026-07-10T22:04:28.859Z | Checking russh-cryptovec v0.61.0 |
| 2925 | 2026-07-10T22:04:29.024Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2926 | 2026-07-10T22:04:29.062Z | Checking internal-russh-num-bigint v0.5.0 |
| 2927 | 2026-07-10T22:04:29.277Z | Compiling git2 v0.20.4 |
| 2928 | 2026-07-10T22:04:29.315Z | Checking num-bigint v0.4.6 |
| 2929 | 2026-07-10T22:04:29.318Z | Checking russh-util v0.52.0 |
| 2930 | 2026-07-10T22:04:29.511Z | Checking generic-array v1.4.3 |
| 2931 | 2026-07-10T22:04:29.954Z | Compiling enum_dispatch v0.3.13 |
| 2932 | 2026-07-10T22:04:30.161Z | Compiling blake3 v1.8.5 |
| 2933 | 2026-07-10T22:04:30.198Z | Checking ssh-key v0.7.0-rc.10 |
| 2934 | 2026-07-10T22:04:30.316Z | Compiling delegate v0.13.5 |
| 2935 | 2026-07-10T22:04:30.600Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2936 | 2026-07-10T22:04:30.994Z | Checking md5 v0.8.0 |
| 2937 | 2026-07-10T22:04:31.078Z | Compiling target-spec v3.5.7 |
| 2938 | 2026-07-10T22:04:31.165Z | Checking hex-literal v1.1.0 |
| 2939 | 2026-07-10T22:04:31.201Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2940 | 2026-07-10T22:04:31.349Z | Checking russh v0.61.2 |
| 2941 | 2026-07-10T22:04:31.872Z | Checking cfg-expr v0.20.6 |
| 2942 | 2026-07-10T22:04:31.910Z | Compiling serde_with_macros v1.5.2 |
| 2943 | 2026-07-10T22:04:32.247Z | Checking backtrace-ext v0.2.1 |
| 2944 | 2026-07-10T22:04:32.396Z | Checking supports-color v2.1.0 |
| 2945 | 2026-07-10T22:04:32.432Z | Checking textwrap v0.15.2 |
| 2946 | 2026-07-10T22:04:32.570Z | Checking supports-unicode v2.1.0 |
| 2947 | 2026-07-10T22:04:32.721Z | Checking supports-hyperlinks v2.1.0 |
| 2948 | 2026-07-10T22:04:32.729Z | Checking hashbrown v0.14.5 |
| 2949 | 2026-07-10T22:04:32.772Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2950 | 2026-07-10T22:04:32.838Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2951 | 2026-07-10T22:04:32.872Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2952 | 2026-07-10T22:04:33.064Z | Checking socket2 v0.5.10 |
| 2953 | 2026-07-10T22:04:33.118Z | Checking terminal_size v0.1.17 |
| 2954 | 2026-07-10T22:04:33.265Z | Compiling miette-derive v5.10.0 |
| 2955 | 2026-07-10T22:04:33.268Z | Checking internet-checksum v0.2.1 |
| 2956 | 2026-07-10T22:04:33.493Z | Checking owo-colors v3.5.0 |
| 2957 | 2026-07-10T22:04:34.099Z | Checking chumsky v0.9.3 |
| 2958 | 2026-07-10T22:04:34.543Z | Checking miette v5.10.0 |
| 2959 | 2026-07-10T22:04:34.798Z | Compiling serde_with v1.14.0 |
| 2960 | 2026-07-10T22:04:35.269Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2961 | 2026-07-10T22:04:35.418Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2962 | 2026-07-10T22:04:35.456Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2963 | 2026-07-10T22:04:35.834Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2964 | 2026-07-10T22:04:36.007Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2965 | 2026-07-10T22:04:36.064Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2966 | 2026-07-10T22:04:36.248Z | Compiling knuffel-derive v3.2.0 |
| 2967 | 2026-07-10T22:04:36.287Z | Checking httptest v0.16.4 |
| 2968 | 2026-07-10T22:04:36.327Z | Checking pathdiff v0.2.3 |
| 2969 | 2026-07-10T22:04:36.478Z | Checking nested v0.1.1 |
| 2970 | 2026-07-10T22:04:36.655Z | Checking topological-sort v0.2.2 |
| 2971 | 2026-07-10T22:04:36.720Z | Checking guppy v0.17.25 |
| 2972 | 2026-07-10T22:04:36.880Z | Checking omicron-zone-package v0.12.3 |
| 2973 | 2026-07-10T22:04:36.965Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2974 | 2026-07-10T22:04:37.335Z | Compiling polar-core v0.27.3 |
| 2975 | 2026-07-10T22:04:37.714Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2976 | 2026-07-10T22:04:37.806Z | Checking similar-asserts v1.7.0 |
| 2977 | 2026-07-10T22:04:37.859Z | Checking knuffel v3.2.0 |
| 2978 | 2026-07-10T22:04:37.994Z | Compiling target-triple v1.0.0 |
| 2979 | 2026-07-10T22:04:38.029Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2980 | 2026-07-10T22:04:38.420Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2981 | 2026-07-10T22:04:38.562Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2982 | 2026-07-10T22:04:38.731Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2983 | 2026-07-10T22:04:38.987Z | Checking hickory-client v0.25.2 |
| 2984 | 2026-07-10T22:04:39.218Z | Compiling assert_cmd v2.1.2 |
| 2985 | 2026-07-10T22:04:39.313Z | Checking escape8259 v0.5.3 |
| 2986 | 2026-07-10T22:04:39.487Z | Checking libtest-mimic v0.8.1 |
| 2987 | 2026-07-10T22:04:39.824Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2988 | 2026-07-10T22:04:39.890Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2989 | 2026-07-10T22:04:39.960Z | Checking blake2b_simd v1.0.4 |
| 2990 | 2026-07-10T22:04:39.997Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2991 | 2026-07-10T22:04:40.399Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2992 | 2026-07-10T22:04:40.439Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2993 | 2026-07-10T22:04:40.611Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2994 | 2026-07-10T22:04:40.683Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2995 | 2026-07-10T22:04:40.827Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2996 | 2026-07-10T22:04:40.934Z | Checking fancy-regex v0.14.0 |
| 2997 | 2026-07-10T22:04:41.078Z | Checking serde_tokenstream v0.2.3 |
| 2998 | 2026-07-10T22:04:41.238Z | Checking approx v0.5.1 |
| 2999 | 2026-07-10T22:04:41.330Z | Compiling rstest_macros v0.25.0 |
| 3000 | 2026-07-10T22:04:41.366Z | Checking uzers v0.12.2 |
| 3001 | 2026-07-10T22:04:41.411Z | Compiling linkme-impl v0.3.35 |
| 3002 | 2026-07-10T22:04:41.621Z | Checking constant_time_eq v0.3.1 |
| 3003 | 2026-07-10T22:04:41.663Z | Checking termcolor v1.4.1 |
| 3004 | 2026-07-10T22:04:41.789Z | Checking rust-argon2 v2.1.0 |
| 3005 | 2026-07-10T22:04:41.917Z | Checking trybuild v1.0.116 |
| 3006 | 2026-07-10T22:04:41.953Z | Checking datatest-stable v0.3.3 |
| 3007 | 2026-07-10T22:04:42.325Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3008 | 2026-07-10T22:04:42.457Z | Checking oso v0.27.3 |
| 3009 | 2026-07-10T22:04:42.560Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3010 | 2026-07-10T22:04:42.688Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3011 | 2026-07-10T22:04:42.722Z | Checking support-bundle-viewer v0.1.2 |
| 3012 | 2026-07-10T22:04:42.998Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3013 | 2026-07-10T22:04:43.261Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3014 | 2026-07-10T22:04:43.441Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3015 | 2026-07-10T22:04:43.503Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3016 | 2026-07-10T22:04:43.545Z | Checking drift v0.2.0 |
| 3017 | 2026-07-10T22:04:43.702Z | Checking rand_distr v0.5.1 |
| 3018 | 2026-07-10T22:04:43.769Z | Checking multimap v0.10.1 |
| 3019 | 2026-07-10T22:04:43.959Z | Compiling linkme v0.3.35 |
| 3020 | 2026-07-10T22:04:43.997Z | Compiling relative-path v1.9.3 |
| 3021 | 2026-07-10T22:04:44.169Z | Checking dropshot-api-manager v0.7.2 |
| 3022 | 2026-07-10T22:04:45.389Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3023 | 2026-07-10T22:04:45.798Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3024 | 2026-07-10T22:04:45.861Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3025 | 2026-07-10T22:04:45.983Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3026 | 2026-07-10T22:04:46.214Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3027 | 2026-07-10T22:04:46.297Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3028 | 2026-07-10T22:04:46.486Z | Checking cargo_toml v0.21.0 |
| 3029 | 2026-07-10T22:04:46.606Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3030 | 2026-07-10T22:04:46.752Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3031 | 2026-07-10T22:04:47.024Z | Checking partial-io v0.5.4 |
| 3032 | 2026-07-10T22:04:47.238Z | Checking termios v0.3.3 |
| 3033 | 2026-07-10T22:04:47.276Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3034 | 2026-07-10T22:04:47.346Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3035 | 2026-07-10T22:04:47.400Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3036 | 2026-07-10T22:04:48.015Z | Checking rstest v0.25.0 |
| 3037 | 2026-07-10T22:04:49.007Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3038 | 2026-07-10T22:04:52.816Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3039 | 2026-07-10T22:04:56.948Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3040 | 2026-07-10T22:05:00.818Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3041 | 2026-07-10T22:05:01.014Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3042 | 2026-07-10T22:05:03.469Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3043 | 2026-07-10T22:05:06.740Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3044 | 2026-07-10T22:05:12.753Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3045 | 2026-07-10T22:05:17.467Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3046 | 2026-07-10T22:05:18.483Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3047 | 2026-07-10T22:05:18.981Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3048 | 2026-07-10T22:05:24.658Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3049 | 2026-07-10T22:05:29.258Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3050 | 2026-07-10T22:05:47.079Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3051 | 2026-07-10T22:06:44.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s |
| 3052 | 2026-07-10T22:06:45.012Z | |
| 3053 | 2026-07-10T22:06:45.012Z | real 4:17.499219843 |
| 3054 | 2026-07-10T22:06:45.012Z | user 22:07.605573133 |
| 3055 | 2026-07-10T22:06:45.012Z | sys 5:06.532317080 |
| 3056 | 2026-07-10T22:06:45.012Z | trap 0.541585752 |
| 3057 | 2026-07-10T22:06:45.012Z | tflt 0.481526817 |
| 3058 | 2026-07-10T22:06:45.012Z | dflt 0.482196563 |
| 3059 | 2026-07-10T22:06:45.012Z | kflt 0.004629913 |
| 3060 | 2026-07-10T22:06:45.012Z | lock 1:00:35.429283637 |
| 3061 | 2026-07-10T22:06:45.012Z | slp 1:00:14.733070925 |
| 3062 | 2026-07-10T22:06:45.012Z | lat 1:50.484515812 |
| 3063 | 2026-07-10T22:06:45.012Z | stop 11:41.209530331 |
| 3064 | 2026-07-10T22:06:45.016Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3065 | 2026-07-10T22:06:45.016Z | + ptime -m cargo doc --workspace --no-deps |
| 3066 | 2026-07-10T22:06:45.835Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3067 | 2026-07-10T22:06:45.836Z | | |
| 3068 | 2026-07-10T22:06:45.836Z | = note: 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)` |
| 3069 | 2026-07-10T22:06:45.836Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3070 | 2026-07-10T22:06:46.895Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3071 | 2026-07-10T22:06:47.131Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3072 | 2026-07-10T22:06:47.177Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3073 | 2026-07-10T22:06:47.240Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3074 | 2026-07-10T22:06:47.271Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3075 | 2026-07-10T22:06:47.334Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3076 | 2026-07-10T22:06:47.363Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3077 | 2026-07-10T22:06:47.502Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3078 | 2026-07-10T22:06:47.530Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3079 | 2026-07-10T22:06:47.559Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3080 | 2026-07-10T22:06:47.742Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3081 | 2026-07-10T22:06:47.767Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3082 | 2026-07-10T22:06:47.791Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3083 | 2026-07-10T22:06:47.819Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3084 | 2026-07-10T22:06:47.841Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3085 | 2026-07-10T22:06:47.864Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3086 | 2026-07-10T22:06:47.887Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3087 | 2026-07-10T22:06:47.910Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3088 | 2026-07-10T22:06:47.979Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3089 | 2026-07-10T22:06:48.007Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3090 | 2026-07-10T22:06:48.055Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3091 | 2026-07-10T22:06:48.058Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3092 | 2026-07-10T22:06:48.339Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3093 | 2026-07-10T22:06:48.679Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3094 | 2026-07-10T22:06:48.708Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3095 | 2026-07-10T22:06:48.779Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3096 | 2026-07-10T22:06:48.828Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3097 | 2026-07-10T22:06:48.857Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3098 | 2026-07-10T22:06:49.033Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3099 | 2026-07-10T22:06:49.057Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3100 | 2026-07-10T22:06:49.202Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3101 | 2026-07-10T22:06:49.313Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3102 | 2026-07-10T22:06:49.353Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3103 | 2026-07-10T22:06:49.469Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3104 | 2026-07-10T22:06:49.497Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3105 | 2026-07-10T22:06:49.560Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3106 | 2026-07-10T22:06:49.591Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3107 | 2026-07-10T22:06:49.693Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3108 | 2026-07-10T22:06:49.819Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3109 | 2026-07-10T22:06:50.068Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3110 | 2026-07-10T22:06:50.099Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3111 | 2026-07-10T22:06:50.366Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3112 | 2026-07-10T22:06:50.516Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3113 | 2026-07-10T22:06:50.544Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3114 | 2026-07-10T22:06:50.692Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3115 | 2026-07-10T22:06:50.718Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3116 | 2026-07-10T22:06:50.746Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3117 | 2026-07-10T22:06:50.820Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3118 | 2026-07-10T22:06:50.949Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3119 | 2026-07-10T22:06:51.008Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3120 | 2026-07-10T22:06:51.036Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3121 | 2026-07-10T22:06:51.096Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3122 | 2026-07-10T22:06:51.211Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3123 | 2026-07-10T22:06:51.291Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3124 | 2026-07-10T22:06:51.316Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3125 | 2026-07-10T22:06:51.343Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3126 | 2026-07-10T22:06:51.347Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3127 | 2026-07-10T22:06:51.429Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3128 | 2026-07-10T22:06:51.555Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3129 | 2026-07-10T22:06:51.592Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3130 | 2026-07-10T22:06:51.953Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3131 | 2026-07-10T22:06:52.123Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3132 | 2026-07-10T22:06:52.290Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3133 | 2026-07-10T22:06:52.559Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3134 | 2026-07-10T22:06:52.584Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3135 | 2026-07-10T22:06:53.020Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3136 | 2026-07-10T22:06:53.047Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3137 | 2026-07-10T22:06:53.083Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3138 | 2026-07-10T22:06:53.110Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3139 | 2026-07-10T22:06:53.301Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3140 | 2026-07-10T22:06:53.327Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3141 | 2026-07-10T22:06:53.352Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3142 | 2026-07-10T22:06:53.378Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3143 | 2026-07-10T22:06:53.649Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3144 | 2026-07-10T22:06:54.148Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3145 | 2026-07-10T22:06:54.471Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3146 | 2026-07-10T22:06:54.497Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3147 | 2026-07-10T22:06:54.696Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3148 | 2026-07-10T22:06:54.833Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3149 | 2026-07-10T22:06:54.883Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3150 | 2026-07-10T22:06:54.918Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3151 | 2026-07-10T22:06:54.952Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3152 | 2026-07-10T22:06:55.161Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3153 | 2026-07-10T22:06:55.187Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3154 | 2026-07-10T22:06:55.210Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3155 | 2026-07-10T22:06:55.214Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3156 | 2026-07-10T22:06:55.462Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3157 | 2026-07-10T22:06:55.578Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3158 | 2026-07-10T22:06:55.583Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3159 | 2026-07-10T22:06:55.626Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3160 | 2026-07-10T22:06:55.626Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3161 | 2026-07-10T22:06:55.629Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3162 | 2026-07-10T22:06:55.829Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3163 | 2026-07-10T22:06:55.855Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3164 | 2026-07-10T22:06:55.928Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3165 | 2026-07-10T22:06:55.952Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3166 | 2026-07-10T22:06:55.996Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3167 | 2026-07-10T22:06:56.091Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3168 | 2026-07-10T22:06:56.170Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3169 | 2026-07-10T22:06:56.215Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3170 | 2026-07-10T22:06:56.239Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3171 | 2026-07-10T22:06:56.261Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3172 | 2026-07-10T22:06:56.349Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3173 | 2026-07-10T22:06:56.393Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3174 | 2026-07-10T22:06:56.495Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3175 | 2026-07-10T22:06:56.582Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3176 | 2026-07-10T22:06:56.607Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3177 | 2026-07-10T22:06:56.859Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3178 | 2026-07-10T22:06:56.907Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3179 | 2026-07-10T22:06:56.910Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3180 | 2026-07-10T22:06:57.402Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3181 | 2026-07-10T22:06:57.525Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3182 | 2026-07-10T22:06:57.787Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3183 | 2026-07-10T22:06:58.364Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3184 | 2026-07-10T22:06:58.405Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3185 | 2026-07-10T22:06:58.562Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3186 | 2026-07-10T22:06:58.562Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3187 | 2026-07-10T22:06:58.990Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3188 | 2026-07-10T22:06:59.244Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3189 | 2026-07-10T22:06:59.767Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3190 | 2026-07-10T22:07:00.410Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3191 | 2026-07-10T22:07:00.904Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3192 | 2026-07-10T22:07:01.299Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3193 | 2026-07-10T22:07:01.645Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3194 | 2026-07-10T22:07:01.750Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3195 | 2026-07-10T22:07:01.777Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3196 | 2026-07-10T22:07:02.077Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3197 | 2026-07-10T22:07:02.105Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3198 | 2026-07-10T22:07:02.214Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3199 | 2026-07-10T22:07:02.780Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3200 | 2026-07-10T22:07:02.813Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3201 | 2026-07-10T22:07:03.138Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3202 | 2026-07-10T22:07:03.531Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3203 | 2026-07-10T22:07:03.597Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3204 | 2026-07-10T22:07:04.005Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3205 | 2026-07-10T22:07:04.042Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3206 | 2026-07-10T22:07:04.244Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3207 | 2026-07-10T22:07:04.307Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3208 | 2026-07-10T22:07:04.809Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3209 | 2026-07-10T22:07:05.247Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3210 | 2026-07-10T22:07:05.648Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3211 | 2026-07-10T22:07:06.003Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3212 | 2026-07-10T22:07:06.430Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3213 | 2026-07-10T22:07:06.885Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3214 | 2026-07-10T22:07:07.545Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3215 | 2026-07-10T22:07:07.988Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3216 | 2026-07-10T22:07:08.238Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3217 | 2026-07-10T22:07:08.574Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3218 | 2026-07-10T22:07:08.939Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3219 | 2026-07-10T22:07:09.092Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3220 | 2026-07-10T22:07:09.560Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3221 | 2026-07-10T22:07:10.332Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3222 | 2026-07-10T22:07:10.412Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3223 | 2026-07-10T22:07:10.747Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3224 | 2026-07-10T22:07:11.386Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3225 | 2026-07-10T22:07:11.441Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3226 | 2026-07-10T22:07:12.041Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3227 | 2026-07-10T22:07:12.786Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3228 | 2026-07-10T22:07:15.983Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3229 | 2026-07-10T22:07:16.713Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3230 | 2026-07-10T22:07:17.683Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3231 | 2026-07-10T22:07:17.801Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3232 | 2026-07-10T22:07:17.887Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3233 | 2026-07-10T22:07:17.976Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3234 | 2026-07-10T22:07:19.690Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3235 | 2026-07-10T22:07:19.846Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3236 | 2026-07-10T22:07:20.086Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3237 | 2026-07-10T22:07:20.392Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3238 | 2026-07-10T22:07:20.811Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3239 | 2026-07-10T22:07:21.055Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3240 | 2026-07-10T22:07:21.416Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3241 | 2026-07-10T22:07:21.476Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3242 | 2026-07-10T22:07:21.548Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3243 | 2026-07-10T22:07:21.651Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3244 | 2026-07-10T22:07:22.033Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3245 | 2026-07-10T22:07:22.343Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3246 | 2026-07-10T22:07:22.786Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3247 | 2026-07-10T22:07:22.837Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3248 | 2026-07-10T22:07:23.105Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3249 | 2026-07-10T22:07:23.441Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3250 | 2026-07-10T22:07:23.545Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3251 | 2026-07-10T22:07:23.629Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3252 | 2026-07-10T22:07:23.809Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3253 | 2026-07-10T22:07:24.328Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3254 | 2026-07-10T22:07:25.535Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3255 | 2026-07-10T22:07:25.949Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3256 | 2026-07-10T22:07:26.431Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3257 | 2026-07-10T22:07:28.148Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3258 | 2026-07-10T22:07:29.761Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3259 | 2026-07-10T22:07:30.203Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3260 | 2026-07-10T22:07:30.927Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3261 | 2026-07-10T22:07:32.697Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3262 | 2026-07-10T22:07:33.514Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3263 | 2026-07-10T22:07:34.989Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3264 | 2026-07-10T22:07:35.664Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3265 | 2026-07-10T22:07:36.948Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3266 | 2026-07-10T22:07:38.349Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3267 | 2026-07-10T22:07:38.847Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3268 | 2026-07-10T22:07:40.357Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3269 | 2026-07-10T22:07:41.430Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3270 | 2026-07-10T22:07:41.456Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3271 | 2026-07-10T22:07:41.743Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3272 | 2026-07-10T22:07:44.520Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3273 | 2026-07-10T22:07:45.247Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3274 | 2026-07-10T22:07:48.781Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3275 | 2026-07-10T22:07:49.900Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3276 | 2026-07-10T22:07:50.533Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3277 | 2026-07-10T22:07:51.725Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3278 | 2026-07-10T22:07:52.542Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3279 | 2026-07-10T22:07:53.341Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3280 | 2026-07-10T22:07:54.093Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3281 | 2026-07-10T22:07:56.130Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3282 | 2026-07-10T22:07:56.154Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3283 | 2026-07-10T22:07:56.955Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3284 | 2026-07-10T22:07:57.396Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3285 | 2026-07-10T22:07:58.407Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3286 | 2026-07-10T22:07:59.205Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3287 | 2026-07-10T22:08:01.529Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3288 | 2026-07-10T22:08:03.252Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3289 | 2026-07-10T22:08:04.191Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3290 | 2026-07-10T22:08:05.550Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3291 | 2026-07-10T22:08:06.784Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3292 | 2026-07-10T22:08:07.764Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3293 | 2026-07-10T22:08:09.083Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3294 | 2026-07-10T22:08:09.909Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3295 | 2026-07-10T22:08:12.820Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3296 | 2026-07-10T22:08:13.246Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3297 | 2026-07-10T22:08:14.101Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3298 | 2026-07-10T22:08:15.525Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3299 | 2026-07-10T22:08:16.743Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3300 | 2026-07-10T22:08:18.295Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3301 | 2026-07-10T22:08:20.722Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3302 | 2026-07-10T22:08:21.333Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3303 | 2026-07-10T22:08:22.869Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3304 | 2026-07-10T22:08:24.664Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3305 | 2026-07-10T22:08:27.844Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3306 | 2026-07-10T22:08:29.529Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3307 | 2026-07-10T22:08:31.135Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3308 | 2026-07-10T22:08:32.823Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3309 | 2026-07-10T22:08:36.771Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3310 | 2026-07-10T22:08:37.527Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3311 | 2026-07-10T22:08:38.862Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3312 | 2026-07-10T22:08:39.359Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3313 | 2026-07-10T22:08:41.312Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3314 | 2026-07-10T22:08:42.986Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3315 | 2026-07-10T22:08:44.678Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3316 | 2026-07-10T22:08:46.837Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3317 | 2026-07-10T22:08:48.611Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3318 | 2026-07-10T22:08:50.683Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3319 | 2026-07-10T22:08:52.137Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3320 | 2026-07-10T22:08:53.858Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3321 | 2026-07-10T22:08:55.532Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3322 | 2026-07-10T22:08:57.295Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3323 | 2026-07-10T22:08:59.009Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3324 | 2026-07-10T22:09:00.749Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3325 | 2026-07-10T22:09:02.438Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3326 | 2026-07-10T22:09:06.000Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3327 | 2026-07-10T22:09:07.752Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3328 | 2026-07-10T22:09:09.610Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3329 | 2026-07-10T22:09:11.401Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3330 | 2026-07-10T22:09:13.259Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3331 | 2026-07-10T22:09:17.263Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3332 | 2026-07-10T22:09:18.888Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3333 | 2026-07-10T22:09:21.664Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3334 | 2026-07-10T22:09:24.674Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3335 | 2026-07-10T22:09:27.264Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3336 | 2026-07-10T22:09:27.577Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3337 | 2026-07-10T22:09:29.844Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3338 | 2026-07-10T22:09:32.149Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3339 | 2026-07-10T22:09:34.423Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3340 | 2026-07-10T22:09:36.988Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3341 | 2026-07-10T22:09:39.063Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3342 | 2026-07-10T22:09:41.282Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3343 | 2026-07-10T22:09:43.472Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3344 | 2026-07-10T22:09:45.645Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3345 | 2026-07-10T22:09:48.408Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3346 | 2026-07-10T22:09:50.421Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3347 | 2026-07-10T22:09:52.306Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3348 | 2026-07-10T22:09:54.589Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3349 | 2026-07-10T22:09:56.829Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3350 | 2026-07-10T22:09:59.047Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3351 | 2026-07-10T22:10:01.345Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3352 | 2026-07-10T22:10:03.653Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3353 | 2026-07-10T22:10:05.999Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3354 | 2026-07-10T22:10:08.351Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3355 | 2026-07-10T22:10:10.740Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3356 | 2026-07-10T22:10:13.129Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3357 | 2026-07-10T22:10:15.415Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3358 | 2026-07-10T22:10:17.734Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3359 | 2026-07-10T22:10:20.190Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3360 | 2026-07-10T22:10:22.556Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3361 | 2026-07-10T22:10:24.895Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3362 | 2026-07-10T22:10:27.311Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3363 | 2026-07-10T22:10:29.540Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3364 | 2026-07-10T22:10:32.006Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3365 | 2026-07-10T22:10:34.312Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3366 | 2026-07-10T22:10:36.842Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3367 | 2026-07-10T22:10:39.297Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3368 | 2026-07-10T22:10:41.634Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3369 | 2026-07-10T22:10:44.034Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3370 | 2026-07-10T22:10:46.465Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3371 | 2026-07-10T22:10:48.858Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3372 | 2026-07-10T22:10:51.217Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3373 | 2026-07-10T22:10:53.674Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3374 | 2026-07-10T22:10:55.994Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3375 | 2026-07-10T22:10:58.443Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3376 | 2026-07-10T22:11:00.800Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3377 | 2026-07-10T22:11:03.141Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3378 | 2026-07-10T22:11:06.084Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3379 | 2026-07-10T22:11:08.327Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3380 | 2026-07-10T22:11:10.943Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3381 | 2026-07-10T22:11:13.256Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3382 | 2026-07-10T22:11:15.916Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3383 | 2026-07-10T22:11:18.424Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3384 | 2026-07-10T22:11:21.034Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3385 | 2026-07-10T22:11:23.733Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3386 | 2026-07-10T22:11:26.290Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3387 | 2026-07-10T22:11:28.880Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3388 | 2026-07-10T22:11:31.361Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3389 | 2026-07-10T22:11:33.959Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3390 | 2026-07-10T22:11:36.581Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3391 | 2026-07-10T22:11:39.226Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3392 | 2026-07-10T22:11:42.183Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3393 | 2026-07-10T22:11:44.609Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3394 | 2026-07-10T22:11:52.637Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3395 | 2026-07-10T22:11:52.640Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3396 | 2026-07-10T22:11:55.971Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3397 | 2026-07-10T22:11:59.525Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3398 | 2026-07-10T22:12:02.838Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3399 | 2026-07-10T22:12:07.501Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3400 | 2026-07-10T22:12:10.405Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3401 | 2026-07-10T22:12:13.982Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3402 | 2026-07-10T22:12:17.680Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3403 | 2026-07-10T22:12:21.471Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3404 | 2026-07-10T22:12:25.058Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3405 | 2026-07-10T22:12:28.797Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3406 | 2026-07-10T22:12:32.488Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3407 | 2026-07-10T22:12:36.064Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3408 | 2026-07-10T22:12:39.774Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3409 | 2026-07-10T22:12:43.586Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3410 | 2026-07-10T22:12:47.254Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3411 | 2026-07-10T22:12:51.002Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3412 | 2026-07-10T22:12:54.770Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3413 | 2026-07-10T22:12:58.438Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3414 | 2026-07-10T22:13:02.106Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3415 | 2026-07-10T22:13:05.840Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3416 | 2026-07-10T22:13:09.752Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3417 | 2026-07-10T22:13:13.442Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3418 | 2026-07-10T22:13:17.144Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3419 | 2026-07-10T22:13:46.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 01s |
| 3420 | 2026-07-10T22:13:47.004Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files |
| 3421 | 2026-07-10T22:13:47.108Z | |
| 3422 | 2026-07-10T22:13:47.111Z | real 7:02.008806328 |
| 3423 | 2026-07-10T22:13:47.111Z | user 19:05.728377553 |
| 3424 | 2026-07-10T22:13:47.111Z | sys 3:59.638439185 |
| 3425 | 2026-07-10T22:13:47.111Z | trap 0.287684065 |
| 3426 | 2026-07-10T22:13:47.111Z | tflt 0.026663827 |
| 3427 | 2026-07-10T22:13:47.111Z | dflt 0.107957575 |
| 3428 | 2026-07-10T22:13:47.111Z | kflt 0.000010937 |
| 3429 | 2026-07-10T22:13:47.111Z | lock 6:29:05.957595668 |
| 3430 | 2026-07-10T22:13:47.111Z | slp 2:21:35.966581027 |
| 3431 | 2026-07-10T22:13:47.111Z | lat 34.073183322 |
| 3432 | 2026-07-10T22:13:47.111Z | stop 1:47.181255206 |
| 3433 | 2026-07-10T22:13:47.112Z | process exited: duration 800716 ms, exit code 0 |
| |
| 3434 | 2026-07-10T22:13:47.118Z | found 0 output files |