|
|
|
| 1 | 2026-04-17T16:51:38.290Z | job assigned to worker 01KPE5M8VP8KNDTHXH60B99E0D [factory aws, i-0304e74900cfd63c5] (queued for 58 s) |
| |
| 2 | 2026-04-17T16:51:45.310Z | starting task 0: "setup" |
| 3 | 2026-04-17T16:51:45.317Z | ++ uname -s |
| 4 | 2026-04-17T16:51:45.320Z | + kern=SunOS |
| 5 | 2026-04-17T16:51:45.320Z | + build_user=build |
| 6 | 2026-04-17T16:51:45.320Z | + build_uid=12345 |
| 7 | 2026-04-17T16:51:45.320Z | + work_dir=/work |
| 8 | 2026-04-17T16:51:45.320Z | + input_dir=/input |
| 9 | 2026-04-17T16:51:45.320Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-17T16:51:45.320Z | + case "$kern" in |
| 11 | 2026-04-17T16:51:45.320Z | + groupadd -g 12345 build |
| 12 | 2026-04-17T16:51:45.323Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-17T16:51:47.327Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-17T16:51:47.439Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-17T16:51:47.442Z | + home_fs=zfs |
| 16 | 2026-04-17T16:51:47.442Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-17T16:51:47.442Z | + mkdir -p /home/build |
| 18 | 2026-04-17T16:51:47.442Z | + chown build:build /home/build /work |
| 19 | 2026-04-17T16:51:48.444Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-17T16:51:48.447Z | process exited: duration 3134 ms, exit code 0 |
| |
| 21 | 2026-04-17T16:51:48.453Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-17T16:51:48.457Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-17T16:51:48.457Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-04-17T16:51:48.457Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-04-17T16:51:48.457Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-04-17T16:51:48.457Z | * rust toolchain profile = "default" |
| 27 | 2026-04-17T16:51:48.457Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-17T16:51:48.460Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-17T16:51:48.460Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-17T16:51:48.578Z | info: downloading installer |
| 31 | 2026-04-17T16:51:49.971Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-17T16:51:49.971Z | warn: /opt/ooce/bin |
| 33 | 2026-04-17T16:51:49.971Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-17T16:51:49.972Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-17T16:51:49.972Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-17T16:51:49.972Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-17T16:51:49.972Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-17T16:51:49.972Z | error: cannot install while Rust is installed |
| 39 | 2026-04-17T16:51:49.972Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-17T16:51:49.972Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-17T16:51:49.972Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-17T16:51:49.972Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-17T16:51:49.972Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-17T16:51:49.985Z | info: profile set to default |
| 45 | 2026-04-17T16:51:49.985Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-17T16:51:49.988Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-04-17T16:51:50.127Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-04-17T16:51:50.130Z | info: downloading 6 components |
| 49 | 2026-04-17T16:52:04.544Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-04-17T16:52:04.544Z | |
| 51 | 2026-04-17T16:52:04.583Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-04-17T16:52:04.583Z | |
| 53 | 2026-04-17T16:52:04.583Z | |
| 54 | 2026-04-17T16:52:04.583Z | Rust is installed now. Great! |
| 55 | 2026-04-17T16:52:04.583Z | |
| 56 | 2026-04-17T16:52:04.583Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-17T16:52:04.584Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-17T16:52:04.584Z | |
| 59 | 2026-04-17T16:52:04.584Z | To configure your current shell, you need to source |
| 60 | 2026-04-17T16:52:04.584Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-17T16:52:04.584Z | |
| 62 | 2026-04-17T16:52:04.584Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-17T16:52:04.584Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-17T16:52:04.584Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-17T16:52:04.584Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-17T16:52:04.584Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-17T16:52:04.584Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-17T16:52:04.584Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-17T16:52:04.587Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-17T16:52:04.587Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-17T16:52:04.683Z | + rustup --version |
| 72 | 2026-04-17T16:52:04.692Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-17T16:52:04.695Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-17T16:52:04.713Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-04-17T16:52:04.717Z | + cargo --version |
| 76 | 2026-04-17T16:52:04.729Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-04-17T16:52:04.732Z | + rustc --version |
| 78 | 2026-04-17T16:52:04.751Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-04-17T16:52:04.755Z | process exited: duration 16298 ms, exit code 0 |
| |
| 80 | 2026-04-17T16:52:04.760Z | starting task 2: "authentication" |
| 81 | 2026-04-17T16:52:04.777Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-04-17T16:52:04.783Z | starting task 3: "clone repository" |
| 83 | 2026-04-17T16:52:04.787Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-04-17T16:52:04.790Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-04-17T16:52:04.820Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-04-17T16:52:15.557Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-04-17T16:52:15.557Z | + git fetch origin 524b3a3392e59262a4561575732ce94be985d01f |
| 88 | 2026-04-17T16:52:15.844Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-04-17T16:52:15.844Z | * branch 524b3a3392e59262a4561575732ce94be985d01f -> FETCH_HEAD |
| 90 | 2026-04-17T16:52:15.853Z | + [[ -n john/networking-db-cleanup ]] |
| 91 | 2026-04-17T16:52:15.856Z | ++ git branch --show-current |
| 92 | 2026-04-17T16:52:15.856Z | + current=main |
| 93 | 2026-04-17T16:52:15.856Z | + [[ main != john/networking-db-cleanup ]] |
| 94 | 2026-04-17T16:52:15.856Z | + git branch -f john/networking-db-cleanup 524b3a3392e59262a4561575732ce94be985d01f |
| 95 | 2026-04-17T16:52:15.859Z | + git checkout -f john/networking-db-cleanup |
| 96 | 2026-04-17T16:52:15.982Z | Switched to branch 'john/networking-db-cleanup' |
| 97 | 2026-04-17T16:52:15.987Z | + git reset --hard 524b3a3392e59262a4561575732ce94be985d01f |
| 98 | 2026-04-17T16:52:16.109Z | HEAD is now at 524b3a339 cargo fmt |
| 99 | 2026-04-17T16:52:16.113Z | process exited: duration 11325 ms, exit code 0 |
| |
| 100 | 2026-04-17T16:52:16.119Z | starting task 4: "build" |
| 101 | 2026-04-17T16:52:16.123Z | + source ./env.sh |
| 102 | 2026-04-17T16:52:16.128Z | ++ OLD_SHELL_OPTS=ehxB |
| 103 | 2026-04-17T16:52:16.128Z | ++ set -o xtrace |
| 104 | 2026-04-17T16:52:16.128Z | ++++ dirname ./env.sh |
| 105 | 2026-04-17T16:52:16.134Z | +++ readlink -f . |
| 106 | 2026-04-17T16:52:16.134Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 107 | 2026-04-17T16:52:16.134Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-04-17T16:52:16.134Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-04-17T16:52:16.134Z | ++ 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 |
| 110 | 2026-04-17T16:52:16.134Z | ++ 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 |
| 111 | 2026-04-17T16:52:16.134Z | ++ 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 |
| 112 | 2026-04-17T16:52:16.134Z | ++ 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 |
| 113 | 2026-04-17T16:52:16.135Z | ++ 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 |
| 114 | 2026-04-17T16:52:16.135Z | ++ 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 |
| 115 | 2026-04-17T16:52:16.135Z | ++ case $OLD_SHELL_OPTS in |
| 116 | 2026-04-17T16:52:16.135Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 117 | 2026-04-17T16:52:16.135Z | + source .github/buildomat/ci-env.sh |
| 118 | 2026-04-17T16:52:16.135Z | ++ export CARGO_TERM_COLOR=always |
| 119 | 2026-04-17T16:52:16.135Z | ++ CARGO_TERM_COLOR=always |
| 120 | 2026-04-17T16:52:16.135Z | + cargo --version |
| 121 | 2026-04-17T16:52:16.140Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 122 | 2026-04-17T16:52:16.143Z | + rustc --version |
| 123 | 2026-04-17T16:52:16.163Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 124 | 2026-04-17T16:52:16.166Z | + banner prerequisites |
| 125 | 2026-04-17T16:52:16.169Z | |
| 126 | 2026-04-17T16:52:16.169Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 127 | 2026-04-17T16:52:16.169Z | # # # # # # # # # # # # # # # |
| 128 | 2026-04-17T16:52:16.169Z | # # # # ##### # # ##### # # # # # #### # |
| 129 | 2026-04-17T16:52:16.169Z | ##### ##### # ##### # # # # # # # # # |
| 130 | 2026-04-17T16:52:16.169Z | # # # # # # # # # # # # # # # |
| 131 | 2026-04-17T16:52:16.169Z | # # # ###### # # ###### ### # #### # #### # |
| 132 | 2026-04-17T16:52:16.169Z | |
| 133 | 2026-04-17T16:52:16.169Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 134 | 2026-04-17T16:52:27.296Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 135 | 2026-04-17T16:52:34.606Z | Startup: Caching catalogs ... Done |
| 136 | 2026-04-17T16:52:40.301Z | Planning: Solver setup ... Done (4.434s) |
| 137 | 2026-04-17T16:52:40.332Z | Planning: Running solver ... Done (0.032s) |
| 138 | 2026-04-17T16:52:40.455Z | Planning: Finding local manifests ... Done (0.003s) |
| 139 | 2026-04-17T16:52:40.472Z | Planning: Fetching manifests: 0/5 0% complete |
| 140 | 2026-04-17T16:52:40.596Z | Planning: Fetching manifests: 5/5 100% complete |
| 141 | 2026-04-17T16:52:40.632Z | Planning: Package planning ... Done (0.036s) |
| 142 | 2026-04-17T16:52:40.668Z | Planning: Merging actions ... Done (0.036s) |
| 143 | 2026-04-17T16:52:40.849Z | Planning: Checking for conflicting actions ... Done (0.181s) |
| 144 | 2026-04-17T16:52:40.858Z | Planning: Consolidating action changes ... Done (0.009s) |
| 145 | 2026-04-17T16:52:41.639Z | Planning: Evaluating mediators ... Done (0.780s) |
| 146 | 2026-04-17T16:52:41.646Z | Planning: Planning completed in 6.87 seconds |
| 147 | 2026-04-17T16:52:41.658Z | Packages to install: 5 |
| 148 | 2026-04-17T16:52:41.659Z | Mediators to change: 3 |
| 149 | 2026-04-17T16:52:41.659Z | Services to change: 1 |
| 150 | 2026-04-17T16:52:41.659Z | Estimated space available: 155.35 GB |
| 151 | 2026-04-17T16:52:41.662Z | Estimated space to be consumed: 1.89 GB |
| 152 | 2026-04-17T16:52:41.662Z | Create boot environment: No |
| 153 | 2026-04-17T16:52:41.662Z | Create backup boot environment: No |
| 154 | 2026-04-17T16:52:41.662Z | Rebuild boot archive: No |
| 155 | 2026-04-17T16:52:41.662Z | |
| 156 | 2026-04-17T16:52:41.662Z | Changed mediators: |
| 157 | 2026-04-17T16:52:41.662Z | mediator clang: |
| 158 | 2026-04-17T16:52:41.662Z | version: None -> 15 (system default) |
| 159 | 2026-04-17T16:52:41.662Z | |
| 160 | 2026-04-17T16:52:41.662Z | mediator llvm: |
| 161 | 2026-04-17T16:52:41.662Z | version: 14 (system default) -> 15 (system default) |
| 162 | 2026-04-17T16:52:41.662Z | |
| 163 | 2026-04-17T16:52:41.662Z | mediator postgresql: |
| 164 | 2026-04-17T16:52:41.662Z | version: 15 (system default) -> 18 (system default) |
| 165 | 2026-04-17T16:52:41.662Z | |
| 166 | 2026-04-17T16:52:41.662Z | Changed packages: |
| 167 | 2026-04-17T16:52:41.662Z | helios-dev |
| 168 | 2026-04-17T16:52:41.662Z | developer/build-essential |
| 169 | 2026-04-17T16:52:41.662Z | None -> 11-2.0 |
| 170 | 2026-04-17T16:52:41.662Z | library/libxmlsec1 |
| 171 | 2026-04-17T16:52:41.662Z | None -> 1.2.35-2.0 |
| 172 | 2026-04-17T16:52:41.662Z | ooce/developer/clang-15 |
| 173 | 2026-04-17T16:52:41.662Z | None -> 15.0.7-2.0 |
| 174 | 2026-04-17T16:52:41.662Z | ooce/developer/llvm-15 |
| 175 | 2026-04-17T16:52:41.662Z | None -> 15.0.7-2.0 |
| 176 | 2026-04-17T16:52:41.662Z | ooce/library/postgresql-18 |
| 177 | 2026-04-17T16:52:41.662Z | None -> 18.1-2.0 |
| 178 | 2026-04-17T16:52:41.662Z | |
| 179 | 2026-04-17T16:52:41.662Z | Services: |
| 180 | 2026-04-17T16:52:41.662Z | restart_fmri: |
| 181 | 2026-04-17T16:52:41.663Z | svc:/system/update-man-index:default |
| 182 | 2026-04-17T16:52:41.701Z | |
| 183 | 2026-04-17T16:52:41.701Z | Download: 0/4272 items 0.0/219.0MB 0% complete |
| 184 | 2026-04-17T16:52:47.761Z | Download: 1195/4272 items 44.1/219.0MB 20% complete (12.6M/s) |
| 185 | 2026-04-17T16:52:52.775Z | Download: 2224/4272 items 119.2/219.0MB 54% complete (11.9M/s) |
| 186 | 2026-04-17T16:53:01.947Z | Download: 3246/4272 items 203.1/219.0MB 92% complete (17.6M/s) |
| 187 | 2026-04-17T16:53:11.541Z | Download: 3248/4272 items 203.1/219.0MB 92% complete |
| 188 | 2026-04-17T16:53:30.351Z | Download: 3283/4272 items 210.5/219.0MB 96% complete |
| 189 | 2026-04-17T16:53:41.693Z | Download: 3289/4272 items 212.4/219.0MB 96% complete |
| 190 | 2026-04-17T16:53:44.967Z | Download: Completed 218.99 MB in 63.26 seconds (3.5M/s) |
| 191 | 2026-04-17T16:53:45.111Z | Actions: 1/4789 actions (Installing new actions) |
| 192 | 2026-04-17T16:53:48.426Z | Actions: Completed 4789 actions in 3.31 seconds. |
| 193 | 2026-04-17T16:53:49.062Z | Done (0.632s) |
| 194 | 2026-04-17T16:53:49.062Z | Done (0.000s) |
| 195 | 2026-04-17T16:53:49.777Z | Done (0.714s) |
| 196 | 2026-04-17T16:53:52.897Z | Done (2.778s) |
| 197 | 2026-04-17T16:53:52.967Z | Done (0.012s) |
| 198 | 2026-04-17T16:53:52.970Z | Done (0.000s) |
| 199 | 2026-04-17T16:53:53.308Z | Done (0.000s) |
| 200 | 2026-04-17T16:53:54.157Z | Planning: Evaluating mediator changes ... Done |
| 201 | 2026-04-17T16:53:54.263Z | Planning: Checking for conflicting actions ... Done |
| 202 | 2026-04-17T16:53:54.266Z | Planning: Consolidating action changes ... Done |
| 203 | 2026-04-17T16:53:54.426Z | Planning: Evaluating mediators ... Done |
| 204 | 2026-04-17T16:53:54.430Z | Planning: Planning completed in 0.27 seconds |
| 205 | 2026-04-17T16:53:54.449Z | Mediators to change: 2 |
| 206 | 2026-04-17T16:53:54.449Z | Create boot environment: No |
| 207 | 2026-04-17T16:53:54.450Z | Create backup boot environment: No |
| 208 | 2026-04-17T16:53:54.521Z | Done |
| 209 | 2026-04-17T16:53:54.521Z | Done |
| 210 | 2026-04-17T16:53:55.137Z | Done |
| 211 | 2026-04-17T16:53:57.619Z | Done |
| 212 | 2026-04-17T16:53:57.693Z | Done |
| 213 | 2026-04-17T16:53:57.695Z | Done |
| 214 | 2026-04-17T16:53:57.845Z | Done |
| 215 | 2026-04-17T16:53:58.105Z | Planning: Evaluating mediator changes ... Done |
| 216 | 2026-04-17T16:53:58.213Z | Planning: Checking for conflicting actions ... Done |
| 217 | 2026-04-17T16:53:58.217Z | Planning: Consolidating action changes ... Done |
| 218 | 2026-04-17T16:53:58.375Z | Planning: Evaluating mediators ... Done |
| 219 | 2026-04-17T16:53:58.378Z | Planning: Planning completed in 0.27 seconds |
| 220 | 2026-04-17T16:53:58.392Z | Mediators to change: 1 |
| 221 | 2026-04-17T16:53:58.392Z | Create boot environment: No |
| 222 | 2026-04-17T16:53:58.392Z | Create backup boot environment: No |
| 223 | 2026-04-17T16:53:58.447Z | Done |
| 224 | 2026-04-17T16:53:58.448Z | Done |
| 225 | 2026-04-17T16:53:59.055Z | Done |
| 226 | 2026-04-17T16:54:01.531Z | Done |
| 227 | 2026-04-17T16:54:01.603Z | Done |
| 228 | 2026-04-17T16:54:01.616Z | Done |
| 229 | 2026-04-17T16:54:01.725Z | Done |
| 230 | 2026-04-17T16:54:02.013Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 231 | 2026-04-17T16:54:02.013Z | clang system 15 system |
| 232 | 2026-04-17T16:54:02.013Z | csh system system illumos |
| 233 | 2026-04-17T16:54:02.013Z | ctags system system illumos |
| 234 | 2026-04-17T16:54:02.013Z | file system system illumos |
| 235 | 2026-04-17T16:54:02.013Z | gcc vendor 12 vendor |
| 236 | 2026-04-17T16:54:02.013Z | gcc system 14 system |
| 237 | 2026-04-17T16:54:02.013Z | gcc system 10 system |
| 238 | 2026-04-17T16:54:02.013Z | go system 1.20 system |
| 239 | 2026-04-17T16:54:02.013Z | go system 1.19 system |
| 240 | 2026-04-17T16:54:02.013Z | llvm system 15 system |
| 241 | 2026-04-17T16:54:02.013Z | llvm system 14 system |
| 242 | 2026-04-17T16:54:02.013Z | mariadb system 10.6 system |
| 243 | 2026-04-17T16:54:02.014Z | mta vendor vendor dma |
| 244 | 2026-04-17T16:54:02.014Z | openjdk system 17 system |
| 245 | 2026-04-17T16:54:02.014Z | openjdk system 11 system |
| 246 | 2026-04-17T16:54:02.014Z | openjdk system 1.8 system |
| 247 | 2026-04-17T16:54:02.014Z | openssl vendor 3 vendor |
| 248 | 2026-04-17T16:54:02.014Z | perl system 5.36 system |
| 249 | 2026-04-17T16:54:02.014Z | postgresql system 18 system |
| 250 | 2026-04-17T16:54:02.014Z | postgresql system 15 system |
| 251 | 2026-04-17T16:54:02.014Z | postgresql system 13 system |
| 252 | 2026-04-17T16:54:02.014Z | python vendor 3 vendor |
| 253 | 2026-04-17T16:54:02.014Z | python system 2 system |
| 254 | 2026-04-17T16:54:02.014Z | python3 system 3.11 system |
| 255 | 2026-04-17T16:54:02.014Z | ruby system 3.0 system |
| 256 | 2026-04-17T16:54:02.014Z | words vendor vendor american-english |
| 257 | 2026-04-17T16:54:02.014Z | words system system australian-english |
| 258 | 2026-04-17T16:54:02.014Z | words system system british-english |
| 259 | 2026-04-17T16:54:02.014Z | words system system canadian-english |
| 260 | 2026-04-17T16:54:02.014Z | words system system french |
| 261 | 2026-04-17T16:54:02.014Z | words system system italian |
| 262 | 2026-04-17T16:54:02.014Z | words system system ngerman |
| 263 | 2026-04-17T16:54:02.014Z | words system system ogerman |
| 264 | 2026-04-17T16:54:02.014Z | words system system spanish |
| 265 | 2026-04-17T16:54:02.239Z | PUBLISHER TYPE STATUS P LOCATION |
| 266 | 2026-04-17T16:54:02.239Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 267 | 2026-04-17T16:54:06.739Z | FMRI IFO |
| 268 | 2026-04-17T16:54:06.739Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 269 | 2026-04-17T16:54:06.739Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 270 | 2026-04-17T16:54:06.740Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 271 | 2026-04-17T16:54:06.740Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 272 | 2026-04-17T16:54:06.740Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 273 | 2026-04-17T16:54:06.740Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 274 | 2026-04-17T16:54:06.740Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im- |
| 275 | 2026-04-17T16:54:06.740Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z --- |
| 276 | 2026-04-17T16:54:06.740Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 277 | 2026-04-17T16:54:06.740Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2026-04-17T16:54:06.740Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2026-04-17T16:54:06.740Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 280 | 2026-04-17T16:54:06.740Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2026-04-17T16:54:06.741Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2026-04-17T16:54:06.741Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 283 | 2026-04-17T16:54:06.741Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2026-04-17T16:54:06.741Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2026-04-17T16:54:07.847Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2026-04-17T16:54:08.363Z | Updating crates.io index |
| 287 | 2026-04-17T16:54:08.397Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 288 | 2026-04-17T16:54:08.857Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 289 | 2026-04-17T16:54:09.782Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 290 | 2026-04-17T16:54:10.325Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 291 | 2026-04-17T16:54:12.483Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 292 | 2026-04-17T16:54:13.191Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 293 | 2026-04-17T16:54:14.543Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 294 | 2026-04-17T16:54:15.834Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 295 | 2026-04-17T16:54:16.110Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 296 | 2026-04-17T16:54:16.791Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 297 | 2026-04-17T16:54:17.126Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 298 | 2026-04-17T16:54:17.448Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 299 | 2026-04-17T16:54:17.763Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 300 | 2026-04-17T16:54:18.731Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 301 | 2026-04-17T16:54:19.261Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 302 | 2026-04-17T16:54:19.516Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 303 | 2026-04-17T16:54:19.874Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 304 | 2026-04-17T16:54:20.194Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 305 | 2026-04-17T16:54:20.616Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 306 | 2026-04-17T16:54:20.854Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 307 | 2026-04-17T16:54:21.085Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 308 | 2026-04-17T16:54:21.487Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 309 | 2026-04-17T16:54:21.806Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 310 | 2026-04-17T16:54:22.327Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 311 | 2026-04-17T16:54:22.561Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 312 | 2026-04-17T16:54:22.862Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 313 | 2026-04-17T16:54:23.166Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 314 | 2026-04-17T16:54:24.093Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 315 | 2026-04-17T16:54:25.024Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 316 | 2026-04-17T16:54:25.472Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 317 | 2026-04-17T16:54:25.799Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 318 | 2026-04-17T16:54:26.098Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 319 | 2026-04-17T16:54:26.471Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 320 | 2026-04-17T16:54:27.069Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 321 | 2026-04-17T16:54:27.287Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 322 | 2026-04-17T16:54:27.542Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 323 | 2026-04-17T16:54:27.756Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 324 | 2026-04-17T16:54:28.201Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 325 | 2026-04-17T16:54:39.836Z | Downloading crates ... |
| 326 | 2026-04-17T16:54:39.888Z | Downloaded anstream v0.6.21 |
| 327 | 2026-04-17T16:54:39.892Z | Downloaded anstyle-parse v0.2.7 |
| 328 | 2026-04-17T16:54:39.892Z | Downloaded anstyle v1.0.13 |
| 329 | 2026-04-17T16:54:39.902Z | Downloaded anyhow v1.0.102 |
| 330 | 2026-04-17T16:54:39.903Z | Downloaded anstyle-query v1.1.5 |
| 331 | 2026-04-17T16:54:39.903Z | Downloaded thread-id v4.2.2 |
| 332 | 2026-04-17T16:54:39.903Z | Downloaded icu_provider v2.1.1 |
| 333 | 2026-04-17T16:54:39.917Z | Downloaded displaydoc v0.2.5 |
| 334 | 2026-04-17T16:54:39.917Z | Downloaded utf8parse v0.2.2 |
| 335 | 2026-04-17T16:54:39.917Z | Downloaded papergrid v0.11.0 |
| 336 | 2026-04-17T16:54:39.917Z | Downloaded zerofrom v0.1.6 |
| 337 | 2026-04-17T16:54:39.917Z | Downloaded unicode-linebreak v0.1.5 |
| 338 | 2026-04-17T16:54:39.917Z | Downloaded cfg-if v1.0.4 |
| 339 | 2026-04-17T16:54:39.917Z | Downloaded unicode-xid v0.2.6 |
| 340 | 2026-04-17T16:54:39.923Z | Downloaded textwrap v0.16.2 |
| 341 | 2026-04-17T16:54:39.923Z | Downloaded pretty-hex v0.4.1 |
| 342 | 2026-04-17T16:54:39.923Z | Downloaded heck v0.4.1 |
| 343 | 2026-04-17T16:54:39.923Z | Downloaded itoa v1.0.17 |
| 344 | 2026-04-17T16:54:39.924Z | Downloaded crypto-common v0.1.7 |
| 345 | 2026-04-17T16:54:39.924Z | Downloaded utf8_iter v1.0.4 |
| 346 | 2026-04-17T16:54:39.924Z | Downloaded toml_write v0.1.2 |
| 347 | 2026-04-17T16:54:39.924Z | Downloaded usdt v0.5.0 |
| 348 | 2026-04-17T16:54:39.929Z | Downloaded semver v1.0.27 |
| 349 | 2026-04-17T16:54:39.929Z | Downloaded sha2 v0.10.9 |
| 350 | 2026-04-17T16:54:39.929Z | Downloaded digest v0.10.7 |
| 351 | 2026-04-17T16:54:39.937Z | Downloaded zerofrom-derive v0.1.6 |
| 352 | 2026-04-17T16:54:39.937Z | Downloaded usdt-macro v0.5.0 |
| 353 | 2026-04-17T16:54:39.937Z | Downloaded pest_generator v2.8.6 |
| 354 | 2026-04-17T16:54:39.937Z | Downloaded usdt-attr-macro v0.5.0 |
| 355 | 2026-04-17T16:54:39.937Z | Downloaded serde_core v1.0.228 |
| 356 | 2026-04-17T16:54:39.944Z | Downloaded version_check v0.9.5 |
| 357 | 2026-04-17T16:54:39.944Z | Downloaded memmap v0.7.0 |
| 358 | 2026-04-17T16:54:39.944Z | Downloaded typeid v1.0.3 |
| 359 | 2026-04-17T16:54:39.944Z | Downloaded toml_edit v0.22.27 |
| 360 | 2026-04-17T16:54:39.944Z | Downloaded thiserror v1.0.69 |
| 361 | 2026-04-17T16:54:39.944Z | Downloaded toml_datetime v0.6.11 |
| 362 | 2026-04-17T16:54:39.947Z | Downloaded tinystr v0.8.2 |
| 363 | 2026-04-17T16:54:39.947Z | Downloaded clap v4.5.60 |
| 364 | 2026-04-17T16:54:39.953Z | Downloaded is_terminal_polyfill v1.70.2 |
| 365 | 2026-04-17T16:54:39.953Z | Downloaded thiserror-impl v2.0.18 |
| 366 | 2026-04-17T16:54:39.960Z | Downloaded strsim v0.11.1 |
| 367 | 2026-04-17T16:54:39.960Z | Downloaded scroll_derive v0.12.1 |
| 368 | 2026-04-17T16:54:39.960Z | Downloaded usdt-impl v0.5.0 |
| 369 | 2026-04-17T16:54:39.960Z | Downloaded zmij v1.0.21 |
| 370 | 2026-04-17T16:54:39.960Z | Downloaded idna_adapter v1.2.1 |
| 371 | 2026-04-17T16:54:39.960Z | Downloaded dtrace-parser v0.2.0 |
| 372 | 2026-04-17T16:54:39.960Z | Downloaded toml v0.8.23 |
| 373 | 2026-04-17T16:54:39.960Z | Downloaded zerovec-derive v0.11.2 |
| 374 | 2026-04-17T16:54:39.961Z | Downloaded generic-array v0.14.7 |
| 375 | 2026-04-17T16:54:39.966Z | Downloaded writeable v0.6.2 |
| 376 | 2026-04-17T16:54:39.966Z | Downloaded thiserror-impl v1.0.69 |
| 377 | 2026-04-17T16:54:39.966Z | Downloaded smawk v0.3.2 |
| 378 | 2026-04-17T16:54:39.966Z | Downloaded serde-value v0.7.0 |
| 379 | 2026-04-17T16:54:39.966Z | Downloaded dof v0.3.0 |
| 380 | 2026-04-17T16:54:39.966Z | Downloaded fnv v1.0.7 |
| 381 | 2026-04-17T16:54:39.966Z | Downloaded cargo-platform v0.2.0 |
| 382 | 2026-04-17T16:54:39.967Z | Downloaded zerocopy-derive v0.7.35 |
| 383 | 2026-04-17T16:54:39.970Z | Downloaded errno v0.3.14 |
| 384 | 2026-04-17T16:54:39.970Z | Downloaded yoke-derive v0.8.1 |
| 385 | 2026-04-17T16:54:39.970Z | Downloaded proc-macro-error-attr v1.0.4 |
| 386 | 2026-04-17T16:54:39.970Z | Downloaded yoke v0.8.1 |
| 387 | 2026-04-17T16:54:39.970Z | Downloaded heck v0.5.0 |
| 388 | 2026-04-17T16:54:39.973Z | Downloaded colorchoice v1.0.4 |
| 389 | 2026-04-17T16:54:39.973Z | Downloaded equivalent v1.0.2 |
| 390 | 2026-04-17T16:54:39.978Z | Downloaded plain v0.2.3 |
| 391 | 2026-04-17T16:54:39.981Z | Downloaded form_urlencoded v1.2.2 |
| 392 | 2026-04-17T16:54:39.981Z | Downloaded ucd-trie v0.1.7 |
| 393 | 2026-04-17T16:54:39.988Z | Downloaded typenum v1.19.0 |
| 394 | 2026-04-17T16:54:39.988Z | Downloaded zerotrie v0.2.3 |
| 395 | 2026-04-17T16:54:39.992Z | Downloaded thiserror v2.0.18 |
| 396 | 2026-04-17T16:54:39.992Z | Downloaded url v2.5.8 |
| 397 | 2026-04-17T16:54:39.992Z | Downloaded macaddr v1.0.1 |
| 398 | 2026-04-17T16:54:39.996Z | Downloaded potential_utf v0.1.4 |
| 399 | 2026-04-17T16:54:39.996Z | Downloaded unicode-ident v1.0.24 |
| 400 | 2026-04-17T16:54:40.000Z | Downloaded stable_deref_trait v1.2.1 |
| 401 | 2026-04-17T16:54:40.005Z | Downloaded terminal_size v0.4.3 |
| 402 | 2026-04-17T16:54:40.008Z | Downloaded percent-encoding v2.3.2 |
| 403 | 2026-04-17T16:54:40.009Z | Downloaded serde_spanned v0.6.9 |
| 404 | 2026-04-17T16:54:40.009Z | Downloaded zerovec v0.11.5 |
| 405 | 2026-04-17T16:54:40.011Z | Downloaded zerocopy v0.7.35 |
| 406 | 2026-04-17T16:54:40.019Z | Downloaded ordered-float v2.10.1 |
| 407 | 2026-04-17T16:54:40.031Z | Downloaded clap_lex v1.0.0 |
| 408 | 2026-04-17T16:54:40.031Z | Downloaded winnow v0.7.14 |
| 409 | 2026-04-17T16:54:40.039Z | Downloaded tabled_derive v0.7.0 |
| 410 | 2026-04-17T16:54:40.039Z | Downloaded fs-err v3.3.0 |
| 411 | 2026-04-17T16:54:40.039Z | Downloaded unicode-width v0.2.0 |
| 412 | 2026-04-17T16:54:40.039Z | Downloaded fastrand v2.3.0 |
| 413 | 2026-04-17T16:54:40.039Z | Downloaded erased-serde v0.4.9 |
| 414 | 2026-04-17T16:54:40.040Z | Downloaded unicode-width v0.1.14 |
| 415 | 2026-04-17T16:54:40.040Z | Downloaded quote v1.0.44 |
| 416 | 2026-04-17T16:54:40.040Z | Downloaded autocfg v1.5.0 |
| 417 | 2026-04-17T16:54:40.040Z | Downloaded bitflags v2.11.0 |
| 418 | 2026-04-17T16:54:40.040Z | Downloaded camino-tempfile v1.4.1 |
| 419 | 2026-04-17T16:54:40.045Z | Downloaded bytecount v0.6.9 |
| 420 | 2026-04-17T16:54:40.045Z | Downloaded block-buffer v0.10.4 |
| 421 | 2026-04-17T16:54:40.045Z | Downloaded cpufeatures v0.2.17 |
| 422 | 2026-04-17T16:54:40.060Z | Downloaded cargo_metadata v0.21.0 |
| 423 | 2026-04-17T16:54:40.060Z | Downloaded proc-macro-error v1.0.4 |
| 424 | 2026-04-17T16:54:40.068Z | Downloaded swrite v0.1.0 |
| 425 | 2026-04-17T16:54:40.068Z | Downloaded scroll v0.12.0 |
| 426 | 2026-04-17T16:54:40.068Z | Downloaded serde_tokenstream v0.2.3 |
| 427 | 2026-04-17T16:54:40.068Z | Downloaded cargo_toml v0.21.0 |
| 428 | 2026-04-17T16:54:40.068Z | Downloaded serde-untagged v0.1.9 |
| 429 | 2026-04-17T16:54:40.073Z | Downloaded synstructure v0.13.2 |
| 430 | 2026-04-17T16:54:40.073Z | Downloaded byteorder v1.5.0 |
| 431 | 2026-04-17T16:54:40.073Z | Downloaded smallvec v1.15.1 |
| 432 | 2026-04-17T16:54:40.073Z | Downloaded litemap v0.8.1 |
| 433 | 2026-04-17T16:54:40.074Z | Downloaded camino v1.2.2 |
| 434 | 2026-04-17T16:54:40.078Z | Downloaded pest_derive v2.8.6 |
| 435 | 2026-04-17T16:54:40.078Z | Downloaded proc-macro2 v1.0.106 |
| 436 | 2026-04-17T16:54:40.079Z | Downloaded icu_properties v2.1.2 |
| 437 | 2026-04-17T16:54:40.089Z | Downloaded indexmap v2.13.0 |
| 438 | 2026-04-17T16:54:40.097Z | Downloaded clap_derive v4.5.55 |
| 439 | 2026-04-17T16:54:40.097Z | Downloaded cargo-util-schemas v0.8.2 |
| 440 | 2026-04-17T16:54:40.097Z | Downloaded log v0.4.29 |
| 441 | 2026-04-17T16:54:40.106Z | Downloaded getrandom v0.4.1 |
| 442 | 2026-04-17T16:54:40.107Z | Downloaded once_cell v1.21.3 |
| 443 | 2026-04-17T16:54:40.113Z | Downloaded num-traits v0.2.19 |
| 444 | 2026-04-17T16:54:40.121Z | Downloaded tempfile v3.25.0 |
| 445 | 2026-04-17T16:54:40.124Z | Downloaded icu_locale_core v2.1.1 |
| 446 | 2026-04-17T16:54:40.129Z | Downloaded memchr v2.8.0 |
| 447 | 2026-04-17T16:54:40.129Z | Downloaded pest_meta v2.8.6 |
| 448 | 2026-04-17T16:54:40.135Z | Downloaded icu_normalizer_data v2.1.1 |
| 449 | 2026-04-17T16:54:40.139Z | Downloaded icu_normalizer v2.1.1 |
| 450 | 2026-04-17T16:54:40.150Z | Downloaded idna v1.1.0 |
| 451 | 2026-04-17T16:54:40.150Z | Downloaded serde_derive v1.0.228 |
| 452 | 2026-04-17T16:54:40.150Z | Downloaded pest v2.8.6 |
| 453 | 2026-04-17T16:54:40.153Z | Downloaded serde v1.0.228 |
| 454 | 2026-04-17T16:54:40.159Z | Downloaded icu_collections v2.1.1 |
| 455 | 2026-04-17T16:54:40.184Z | Downloaded hashbrown v0.16.1 |
| 456 | 2026-04-17T16:54:40.191Z | Downloaded serde_json v1.0.149 |
| 457 | 2026-04-17T16:54:40.194Z | Downloaded clap_builder v4.5.60 |
| 458 | 2026-04-17T16:54:40.207Z | Downloaded goblin v0.8.2 |
| 459 | 2026-04-17T16:54:40.211Z | Downloaded icu_properties_data v2.1.2 |
| 460 | 2026-04-17T16:54:40.217Z | Downloaded tabled v0.15.0 |
| 461 | 2026-04-17T16:54:40.225Z | Downloaded syn v1.0.109 |
| 462 | 2026-04-17T16:54:40.239Z | Downloaded syn v2.0.117 |
| 463 | 2026-04-17T16:54:40.253Z | Downloaded rustix v1.1.3 |
| 464 | 2026-04-17T16:54:40.280Z | Downloaded libc v0.2.185 |
| 465 | 2026-04-17T16:54:40.348Z | Compiling proc-macro2 v1.0.106 |
| 466 | 2026-04-17T16:54:40.348Z | Compiling unicode-ident v1.0.24 |
| 467 | 2026-04-17T16:54:40.348Z | Compiling quote v1.0.44 |
| 468 | 2026-04-17T16:54:40.348Z | Compiling serde_core v1.0.228 |
| 469 | 2026-04-17T16:54:40.352Z | Compiling libc v0.2.185 |
| 470 | 2026-04-17T16:54:40.352Z | Compiling version_check v0.9.5 |
| 471 | 2026-04-17T16:54:40.352Z | Compiling memchr v2.8.0 |
| 472 | 2026-04-17T16:54:40.352Z | Compiling stable_deref_trait v1.2.1 |
| 473 | 2026-04-17T16:54:40.681Z | Compiling serde v1.0.228 |
| 474 | 2026-04-17T16:54:40.698Z | Compiling zmij v1.0.21 |
| 475 | 2026-04-17T16:54:40.913Z | Compiling autocfg v1.5.0 |
| 476 | 2026-04-17T16:54:41.040Z | Compiling itoa v1.0.17 |
| 477 | 2026-04-17T16:54:41.219Z | Compiling ucd-trie v0.1.7 |
| 478 | 2026-04-17T16:54:41.235Z | Compiling thiserror v1.0.69 |
| 479 | 2026-04-17T16:54:41.294Z | Compiling writeable v0.6.2 |
| 480 | 2026-04-17T16:54:41.311Z | Compiling litemap v0.8.1 |
| 481 | 2026-04-17T16:54:41.360Z | Compiling pest v2.8.6 |
| 482 | 2026-04-17T16:54:41.482Z | Compiling byteorder v1.5.0 |
| 483 | 2026-04-17T16:54:41.498Z | Compiling icu_properties_data v2.1.2 |
| 484 | 2026-04-17T16:54:41.515Z | Compiling icu_normalizer_data v2.1.1 |
| 485 | 2026-04-17T16:54:41.769Z | Compiling rustix v1.1.3 |
| 486 | 2026-04-17T16:54:41.848Z | Compiling errno v0.3.14 |
| 487 | 2026-04-17T16:54:41.887Z | Compiling serde_json v1.0.149 |
| 488 | 2026-04-17T16:54:42.015Z | Compiling syn v2.0.117 |
| 489 | 2026-04-17T16:54:42.039Z | Compiling bitflags v2.11.0 |
| 490 | 2026-04-17T16:54:42.217Z | Compiling num-traits v0.2.19 |
| 491 | 2026-04-17T16:54:42.272Z | Compiling hashbrown v0.16.1 |
| 492 | 2026-04-17T16:54:42.409Z | Compiling typeid v1.0.3 |
| 493 | 2026-04-17T16:54:42.453Z | Compiling pest_meta v2.8.6 |
| 494 | 2026-04-17T16:54:42.654Z | Compiling equivalent v1.0.2 |
| 495 | 2026-04-17T16:54:42.674Z | Compiling smallvec v1.15.1 |
| 496 | 2026-04-17T16:54:42.804Z | Compiling indexmap v2.13.0 |
| 497 | 2026-04-17T16:54:42.861Z | Compiling thread-id v4.2.2 |
| 498 | 2026-04-17T16:54:42.893Z | Compiling proc-macro-error-attr v1.0.4 |
| 499 | 2026-04-17T16:54:42.952Z | Compiling usdt-impl v0.5.0 |
| 500 | 2026-04-17T16:54:43.017Z | Compiling winnow v0.7.14 |
| 501 | 2026-04-17T16:54:43.082Z | Compiling erased-serde v0.4.9 |
| 502 | 2026-04-17T16:54:43.276Z | Compiling syn v1.0.109 |
| 503 | 2026-04-17T16:54:43.386Z | Compiling toml_write v0.1.2 |
| 504 | 2026-04-17T16:54:43.642Z | Compiling proc-macro-error v1.0.4 |
| 505 | 2026-04-17T16:54:43.737Z | Compiling camino v1.2.2 |
| 506 | 2026-04-17T16:54:43.835Z | Compiling utf8parse v0.2.2 |
| 507 | 2026-04-17T16:54:43.954Z | Compiling percent-encoding v2.3.2 |
| 508 | 2026-04-17T16:54:44.059Z | Compiling utf8_iter v1.0.4 |
| 509 | 2026-04-17T16:54:44.086Z | Compiling getrandom v0.4.1 |
| 510 | 2026-04-17T16:54:44.153Z | Compiling thiserror v2.0.18 |
| 511 | 2026-04-17T16:54:44.171Z | Compiling log v0.4.29 |
| 512 | 2026-04-17T16:54:44.212Z | Compiling plain v0.2.3 |
| 513 | 2026-04-17T16:54:44.255Z | Compiling form_urlencoded v1.2.2 |
| 514 | 2026-04-17T16:54:44.331Z | Compiling ordered-float v2.10.1 |
| 515 | 2026-04-17T16:54:44.414Z | Compiling anstyle-parse v0.2.7 |
| 516 | 2026-04-17T16:54:44.593Z | Compiling synstructure v0.13.2 |
| 517 | 2026-04-17T16:54:44.596Z | Compiling pest_generator v2.8.6 |
| 518 | 2026-04-17T16:54:44.627Z | Compiling terminal_size v0.4.3 |
| 519 | 2026-04-17T16:54:44.787Z | Compiling pretty-hex v0.4.1 |
| 520 | 2026-04-17T16:54:44.932Z | Compiling cfg-if v1.0.4 |
| 521 | 2026-04-17T16:54:44.935Z | Compiling colorchoice v1.0.4 |
| 522 | 2026-04-17T16:54:44.950Z | Compiling is_terminal_polyfill v1.70.2 |
| 523 | 2026-04-17T16:54:44.967Z | Compiling anstyle-query v1.1.5 |
| 524 | 2026-04-17T16:54:45.012Z | Compiling anstyle v1.0.13 |
| 525 | 2026-04-17T16:54:45.105Z | Compiling serde-untagged v0.1.9 |
| 526 | 2026-04-17T16:54:45.184Z | Compiling anstream v0.6.21 |
| 527 | 2026-04-17T16:54:45.241Z | Compiling semver v1.0.27 |
| 528 | 2026-04-17T16:54:45.326Z | Compiling fs-err v3.3.0 |
| 529 | 2026-04-17T16:54:45.347Z | Compiling heck v0.4.1 |
| 530 | 2026-04-17T16:54:45.490Z | Compiling unicode-width v0.1.14 |
| 531 | 2026-04-17T16:54:45.513Z | Compiling heck v0.5.0 |
| 532 | 2026-04-17T16:54:45.560Z | Compiling unicode-xid v0.2.6 |
| 533 | 2026-04-17T16:54:45.593Z | Compiling clap_lex v1.0.0 |
| 534 | 2026-04-17T16:54:45.687Z | Compiling strsim v0.11.1 |
| 535 | 2026-04-17T16:54:45.758Z | Compiling once_cell v1.21.3 |
| 536 | 2026-04-17T16:54:45.774Z | Compiling fnv v1.0.7 |
| 537 | 2026-04-17T16:54:45.824Z | Compiling anyhow v1.0.102 |
| 538 | 2026-04-17T16:54:45.881Z | Compiling fastrand v2.3.0 |
| 539 | 2026-04-17T16:54:45.884Z | Compiling bytecount v0.6.9 |
| 540 | 2026-04-17T16:54:45.974Z | Compiling clap_builder v4.5.60 |
| 541 | 2026-04-17T16:54:46.032Z | Compiling papergrid v0.11.0 |
| 542 | 2026-04-17T16:54:46.148Z | Compiling tempfile v3.25.0 |
| 543 | 2026-04-17T16:54:46.165Z | Compiling memmap v0.7.0 |
| 544 | 2026-04-17T16:54:46.279Z | Compiling serde_derive v1.0.228 |
| 545 | 2026-04-17T16:54:46.346Z | Compiling zerofrom-derive v0.1.6 |
| 546 | 2026-04-17T16:54:46.364Z | Compiling yoke-derive v0.8.1 |
| 547 | 2026-04-17T16:54:46.504Z | Compiling zerovec-derive v0.11.2 |
| 548 | 2026-04-17T16:54:46.522Z | Compiling displaydoc v0.2.5 |
| 549 | 2026-04-17T16:54:47.335Z | Compiling thiserror-impl v1.0.69 |
| 550 | 2026-04-17T16:54:47.510Z | Compiling zerocopy-derive v0.7.35 |
| 551 | 2026-04-17T16:54:47.582Z | Compiling pest_derive v2.8.6 |
| 552 | 2026-04-17T16:54:47.607Z | Compiling scroll_derive v0.12.1 |
| 553 | 2026-04-17T16:54:47.783Z | Compiling zerofrom v0.1.6 |
| 554 | 2026-04-17T16:54:47.927Z | Compiling yoke v0.8.1 |
| 555 | 2026-04-17T16:54:48.026Z | Compiling thiserror-impl v2.0.18 |
| 556 | 2026-04-17T16:54:48.127Z | Compiling zerovec v0.11.5 |
| 557 | 2026-04-17T16:54:48.271Z | Compiling zerotrie v0.2.3 |
| 558 | 2026-04-17T16:54:48.390Z | Compiling zerocopy v0.7.35 |
| 559 | 2026-04-17T16:54:48.582Z | Compiling tinystr v0.8.2 |
| 560 | 2026-04-17T16:54:48.638Z | Compiling potential_utf v0.1.4 |
| 561 | 2026-04-17T16:54:48.723Z | Compiling dtrace-parser v0.2.0 |
| 562 | 2026-04-17T16:54:48.789Z | Compiling icu_locale_core v2.1.1 |
| 563 | 2026-04-17T16:54:48.812Z | Compiling icu_collections v2.1.1 |
| 564 | 2026-04-17T16:54:48.947Z | Compiling scroll v0.12.0 |
| 565 | 2026-04-17T16:54:49.010Z | Compiling tabled_derive v0.7.0 |
| 566 | 2026-04-17T16:54:49.175Z | Compiling clap_derive v4.5.55 |
| 567 | 2026-04-17T16:54:49.289Z | Compiling goblin v0.8.2 |
| 568 | 2026-04-17T16:54:49.462Z | Compiling icu_provider v2.1.1 |
| 569 | 2026-04-17T16:54:49.480Z | Compiling unicode-linebreak v0.1.5 |
| 570 | 2026-04-17T16:54:49.674Z | Compiling serde_spanned v0.6.9 |
| 571 | 2026-04-17T16:54:49.701Z | Compiling icu_properties v2.1.2 |
| 572 | 2026-04-17T16:54:49.723Z | Compiling icu_normalizer v2.1.1 |
| 573 | 2026-04-17T16:54:49.741Z | Compiling toml_datetime v0.6.11 |
| 574 | 2026-04-17T16:54:49.766Z | Compiling dof v0.3.0 |
| 575 | 2026-04-17T16:54:49.823Z | Compiling serde_tokenstream v0.2.3 |
| 576 | 2026-04-17T16:54:49.908Z | Compiling serde-value v0.7.0 |
| 577 | 2026-04-17T16:54:50.002Z | Compiling toml_edit v0.22.27 |
| 578 | 2026-04-17T16:54:50.160Z | Compiling cargo-platform v0.2.0 |
| 579 | 2026-04-17T16:54:50.262Z | Compiling unicode-width v0.2.0 |
| 580 | 2026-04-17T16:54:50.280Z | Compiling smawk v0.3.2 |
| 581 | 2026-04-17T16:54:50.422Z | Compiling tabled v0.15.0 |
| 582 | 2026-04-17T16:54:50.439Z | Compiling macaddr v1.0.1 |
| 583 | 2026-04-17T16:54:50.540Z | Compiling idna_adapter v1.2.1 |
| 584 | 2026-04-17T16:54:50.667Z | Compiling idna v1.1.0 |
| 585 | 2026-04-17T16:54:50.692Z | Compiling textwrap v0.16.2 |
| 586 | 2026-04-17T16:54:50.754Z | Compiling usdt-macro v0.5.0 |
| 587 | 2026-04-17T16:54:50.788Z | Compiling usdt-attr-macro v0.5.0 |
| 588 | 2026-04-17T16:54:50.937Z | Compiling clap v4.5.60 |
| 589 | 2026-04-17T16:54:50.995Z | Compiling url v2.5.8 |
| 590 | 2026-04-17T16:54:51.328Z | Compiling camino-tempfile v1.4.1 |
| 591 | 2026-04-17T16:54:51.379Z | Compiling toml v0.8.23 |
| 592 | 2026-04-17T16:54:51.562Z | Compiling swrite v0.1.0 |
| 593 | 2026-04-17T16:54:51.696Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 594 | 2026-04-17T16:54:51.832Z | Compiling cargo-util-schemas v0.8.2 |
| 595 | 2026-04-17T16:54:51.955Z | Compiling cargo_toml v0.21.0 |
| 596 | 2026-04-17T16:54:52.397Z | Compiling usdt v0.5.0 |
| 597 | 2026-04-17T16:54:52.775Z | Compiling cargo_metadata v0.21.0 |
| 598 | 2026-04-17T16:54:53.710Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 599 | 2026-04-17T16:54:55.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.09s |
| 600 | 2026-04-17T16:54:56.006Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 601 | 2026-04-17T16:54:56.555Z | Downloading crates ... |
| 602 | 2026-04-17T16:54:56.658Z | Downloaded compression-core v0.4.31 |
| 603 | 2026-04-17T16:54:56.666Z | Downloaded ciborium-io v0.2.2 |
| 604 | 2026-04-17T16:54:56.666Z | Downloaded diesel-dtrace v0.5.0 |
| 605 | 2026-04-17T16:54:56.666Z | Downloaded bb8 v0.8.6 |
| 606 | 2026-04-17T16:54:56.670Z | Downloaded adler2 v2.0.1 |
| 607 | 2026-04-17T16:54:56.670Z | Downloaded cobs v0.3.0 |
| 608 | 2026-04-17T16:54:56.671Z | Downloaded async-stream v0.3.6 |
| 609 | 2026-04-17T16:54:56.671Z | Downloaded ecdsa v0.16.9 |
| 610 | 2026-04-17T16:54:56.713Z | Downloaded fd-lock v4.0.4 |
| 611 | 2026-04-17T16:54:56.713Z | Downloaded dtrace-parser v0.3.0 |
| 612 | 2026-04-17T16:54:56.713Z | Downloaded document-features v0.2.12 |
| 613 | 2026-04-17T16:54:56.713Z | Downloaded crc-catalog v2.4.0 |
| 614 | 2026-04-17T16:54:56.713Z | Downloaded crossbeam-epoch v0.9.18 |
| 615 | 2026-04-17T16:54:56.713Z | Downloaded bit-vec v0.6.3 |
| 616 | 2026-04-17T16:54:56.713Z | Downloaded dropshot_endpoint v0.17.0 |
| 617 | 2026-04-17T16:54:56.713Z | Downloaded crossbeam-deque v0.8.6 |
| 618 | 2026-04-17T16:54:56.713Z | Downloaded darling v0.20.11 |
| 619 | 2026-04-17T16:54:56.713Z | Downloaded arrayvec v0.7.6 |
| 620 | 2026-04-17T16:54:56.713Z | Downloaded crossbeam-utils v0.8.21 |
| 621 | 2026-04-17T16:54:56.713Z | Downloaded cargo-platform v0.1.9 |
| 622 | 2026-04-17T16:54:56.713Z | Downloaded either v1.15.0 |
| 623 | 2026-04-17T16:54:56.713Z | Downloaded derive_builder_macro v0.20.2 |
| 624 | 2026-04-17T16:54:56.714Z | Downloaded defmt-macros v1.0.1 |
| 625 | 2026-04-17T16:54:56.714Z | Downloaded daft-derive v0.1.5 |
| 626 | 2026-04-17T16:54:56.714Z | Downloaded dyn-clone v1.0.20 |
| 627 | 2026-04-17T16:54:56.714Z | Downloaded blake2 v0.10.6 |
| 628 | 2026-04-17T16:54:56.714Z | Downloaded ena v0.14.4 |
| 629 | 2026-04-17T16:54:56.714Z | Downloaded async-stream-impl v0.3.6 |
| 630 | 2026-04-17T16:54:56.714Z | Downloaded bitfield-macros v0.19.4 |
| 631 | 2026-04-17T16:54:56.714Z | Downloaded derive_more v0.99.20 |
| 632 | 2026-04-17T16:54:56.727Z | Downloaded defmt v0.3.100 |
| 633 | 2026-04-17T16:54:56.727Z | Downloaded darling_macro v0.23.0 |
| 634 | 2026-04-17T16:54:56.727Z | Downloaded castaway v0.2.4 |
| 635 | 2026-04-17T16:54:56.727Z | Downloaded array-init v0.0.4 |
| 636 | 2026-04-17T16:54:56.727Z | Downloaded backoff v0.4.0 |
| 637 | 2026-04-17T16:54:56.727Z | Downloaded atomicwrites v0.4.4 |
| 638 | 2026-04-17T16:54:56.727Z | Downloaded argon2 v0.5.3 |
| 639 | 2026-04-17T16:54:56.727Z | Downloaded dsl_auto_type v0.2.0 |
| 640 | 2026-04-17T16:54:56.727Z | Downloaded crunchy v0.2.4 |
| 641 | 2026-04-17T16:54:56.728Z | Downloaded colored v3.1.1 |
| 642 | 2026-04-17T16:54:56.728Z | Downloaded cancel-safe-futures v0.1.5 |
| 643 | 2026-04-17T16:54:56.740Z | Downloaded dof v0.4.0 |
| 644 | 2026-04-17T16:54:56.741Z | Downloaded atomic-waker v1.1.2 |
| 645 | 2026-04-17T16:54:56.741Z | Downloaded atty v0.2.14 |
| 646 | 2026-04-17T16:54:56.741Z | Downloaded critical-section v1.2.0 |
| 647 | 2026-04-17T16:54:56.741Z | Downloaded block-padding v0.3.3 |
| 648 | 2026-04-17T16:54:56.741Z | Downloaded darling_macro v0.21.3 |
| 649 | 2026-04-17T16:54:56.741Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 650 | 2026-04-17T16:54:56.741Z | Downloaded bit-set v0.5.3 |
| 651 | 2026-04-17T16:54:56.742Z | Downloaded ciborium-ll v0.2.2 |
| 652 | 2026-04-17T16:54:56.742Z | Downloaded async-recursion v1.1.1 |
| 653 | 2026-04-17T16:54:56.742Z | Downloaded aead v0.5.2 |
| 654 | 2026-04-17T16:54:56.754Z | Downloaded dirs-next v2.0.0 |
| 655 | 2026-04-17T16:54:56.754Z | Downloaded env_filter v1.0.0 |
| 656 | 2026-04-17T16:54:56.754Z | Downloaded foreign-types-shared v0.1.1 |
| 657 | 2026-04-17T16:54:56.755Z | Downloaded float-ord v0.3.2 |
| 658 | 2026-04-17T16:54:56.755Z | Downloaded assert_matches v1.5.0 |
| 659 | 2026-04-17T16:54:56.755Z | Downloaded ahash v0.8.12 |
| 660 | 2026-04-17T16:54:56.755Z | Downloaded backon v1.6.0 |
| 661 | 2026-04-17T16:54:56.755Z | Downloaded fixedbitset v0.5.7 |
| 662 | 2026-04-17T16:54:56.755Z | Downloaded display-error-chain v0.2.2 |
| 663 | 2026-04-17T16:54:56.755Z | Downloaded compression-codecs v0.4.37 |
| 664 | 2026-04-17T16:54:56.755Z | Downloaded darling_macro v0.20.11 |
| 665 | 2026-04-17T16:54:56.755Z | Downloaded dunce v1.0.5 |
| 666 | 2026-04-17T16:54:56.759Z | Downloaded downcast-rs v2.0.2 |
| 667 | 2026-04-17T16:54:56.759Z | Downloaded dirs-sys-next v0.1.2 |
| 668 | 2026-04-17T16:54:56.759Z | Downloaded bitfield-struct v0.6.2 |
| 669 | 2026-04-17T16:54:56.759Z | Downloaded base16ct v0.2.0 |
| 670 | 2026-04-17T16:54:56.759Z | Downloaded funty v2.0.0 |
| 671 | 2026-04-17T16:54:56.759Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 672 | 2026-04-17T16:54:56.759Z | Downloaded cfg_aliases v0.2.1 |
| 673 | 2026-04-17T16:54:56.760Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 674 | 2026-04-17T16:54:56.760Z | Downloaded ascii-canvas v3.0.0 |
| 675 | 2026-04-17T16:54:56.764Z | Downloaded enum-as-inner v0.6.1 |
| 676 | 2026-04-17T16:54:56.764Z | Downloaded convert_case v0.4.0 |
| 677 | 2026-04-17T16:54:56.764Z | Downloaded derive-ex v0.1.8 |
| 678 | 2026-04-17T16:54:56.764Z | Downloaded foreign-types-shared v0.3.1 |
| 679 | 2026-04-17T16:54:56.764Z | Downloaded deranged v0.5.8 |
| 680 | 2026-04-17T16:54:56.781Z | Downloaded ctr v0.9.2 |
| 681 | 2026-04-17T16:54:56.781Z | Downloaded fxhash v0.2.1 |
| 682 | 2026-04-17T16:54:56.781Z | Downloaded endian-type v0.1.2 |
| 683 | 2026-04-17T16:54:56.781Z | Downloaded defmt-parser v1.0.0 |
| 684 | 2026-04-17T16:54:56.782Z | Downloaded embedded-io v0.4.0 |
| 685 | 2026-04-17T16:54:56.782Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 686 | 2026-04-17T16:54:56.782Z | Downloaded crucible-workspace-hack v0.1.0 |
| 687 | 2026-04-17T16:54:56.782Z | Downloaded flagset v0.4.7 |
| 688 | 2026-04-17T16:54:56.782Z | Downloaded debug-ignore v1.0.5 |
| 689 | 2026-04-17T16:54:56.782Z | Downloaded cstr-argument v0.1.2 |
| 690 | 2026-04-17T16:54:56.782Z | Downloaded arrayref v0.3.9 |
| 691 | 2026-04-17T16:54:56.794Z | Downloaded float-cmp v0.10.0 |
| 692 | 2026-04-17T16:54:56.794Z | Downloaded difflib v0.4.0 |
| 693 | 2026-04-17T16:54:56.794Z | Downloaded fixedbitset v0.4.2 |
| 694 | 2026-04-17T16:54:56.794Z | Downloaded cpufeatures v0.3.0 |
| 695 | 2026-04-17T16:54:56.813Z | Downloaded embedded-io v0.6.1 |
| 696 | 2026-04-17T16:54:56.813Z | Downloaded futures-task v0.3.32 |
| 697 | 2026-04-17T16:54:56.813Z | Downloaded crc v3.4.0 |
| 698 | 2026-04-17T16:54:56.813Z | Downloaded find-msvc-tools v0.1.9 |
| 699 | 2026-04-17T16:54:56.813Z | Downloaded foreign-types-macros v0.2.3 |
| 700 | 2026-04-17T16:54:56.814Z | Downloaded foreign-types v0.3.2 |
| 701 | 2026-04-17T16:54:56.814Z | Downloaded gethostname v0.5.0 |
| 702 | 2026-04-17T16:54:56.814Z | Downloaded bit-set v0.8.0 |
| 703 | 2026-04-17T16:54:56.821Z | Downloaded globwalk v0.9.1 |
| 704 | 2026-04-17T16:54:56.821Z | Downloaded cbc v0.1.2 |
| 705 | 2026-04-17T16:54:56.821Z | Downloaded futures-macro v0.3.32 |
| 706 | 2026-04-17T16:54:56.821Z | Downloaded git-stub v1.0.0 |
| 707 | 2026-04-17T16:54:56.821Z | Downloaded futures-io v0.3.32 |
| 708 | 2026-04-17T16:54:56.821Z | Downloaded hash32 v0.2.1 |
| 709 | 2026-04-17T16:54:56.821Z | Downloaded futures-sink v0.3.32 |
| 710 | 2026-04-17T16:54:56.821Z | Downloaded futures-core v0.3.32 |
| 711 | 2026-04-17T16:54:56.821Z | Downloaded ghash v0.5.1 |
| 712 | 2026-04-17T16:54:56.821Z | Downloaded blowfish v0.9.1 |
| 713 | 2026-04-17T16:54:56.821Z | Downloaded crc8 v0.1.1 |
| 714 | 2026-04-17T16:54:56.821Z | Downloaded csv-core v0.1.13 |
| 715 | 2026-04-17T16:54:56.822Z | Downloaded const_format_proc_macros v0.2.34 |
| 716 | 2026-04-17T16:54:56.825Z | Downloaded cipher v0.4.4 |
| 717 | 2026-04-17T16:54:56.833Z | Downloaded async-trait v0.1.89 |
| 718 | 2026-04-17T16:54:56.833Z | Downloaded hex-literal v0.4.1 |
| 719 | 2026-04-17T16:54:56.833Z | Downloaded headers-core v0.3.0 |
| 720 | 2026-04-17T16:54:56.834Z | Downloaded corncobs v0.1.4 |
| 721 | 2026-04-17T16:54:56.845Z | Downloaded chacha20 v0.9.1 |
| 722 | 2026-04-17T16:54:56.845Z | Downloaded hostname v0.4.2 |
| 723 | 2026-04-17T16:54:56.845Z | Downloaded http-body v1.0.1 |
| 724 | 2026-04-17T16:54:56.845Z | Downloaded fs_extra v1.3.0 |
| 725 | 2026-04-17T16:54:56.845Z | Downloaded base64ct v1.8.3 |
| 726 | 2026-04-17T16:54:56.845Z | Downloaded camino-tempfile-ext v0.3.3 |
| 727 | 2026-04-17T16:54:56.846Z | Downloaded env_logger v0.11.9 |
| 728 | 2026-04-17T16:54:56.855Z | Downloaded der_derive v0.7.3 |
| 729 | 2026-04-17T16:54:56.855Z | Downloaded convert_case v0.10.0 |
| 730 | 2026-04-17T16:54:56.856Z | Downloaded cexpr v0.6.0 |
| 731 | 2026-04-17T16:54:56.856Z | Downloaded cmake v0.1.57 |
| 732 | 2026-04-17T16:54:56.856Z | Downloaded daft v0.1.5 |
| 733 | 2026-04-17T16:54:56.856Z | Downloaded bcs v0.1.6 |
| 734 | 2026-04-17T16:54:56.856Z | Downloaded home v0.5.12 |
| 735 | 2026-04-17T16:54:56.856Z | Downloaded base64 v0.21.7 |
| 736 | 2026-04-17T16:54:56.856Z | Downloaded defmt v1.0.1 |
| 737 | 2026-04-17T16:54:56.865Z | Downloaded constant_time_eq v0.4.2 |
| 738 | 2026-04-17T16:54:56.865Z | Downloaded foldhash v0.1.5 |
| 739 | 2026-04-17T16:54:56.865Z | Downloaded http-range v0.1.5 |
| 740 | 2026-04-17T16:54:56.865Z | Downloaded fallible-iterator v0.2.0 |
| 741 | 2026-04-17T16:54:56.865Z | Downloaded ed25519 v2.2.3 |
| 742 | 2026-04-17T16:54:56.865Z | Downloaded httpdate v1.0.3 |
| 743 | 2026-04-17T16:54:56.865Z | Downloaded hex v0.4.3 |
| 744 | 2026-04-17T16:54:56.873Z | Downloaded derive_builder v0.20.2 |
| 745 | 2026-04-17T16:54:56.874Z | Downloaded hubpack_derive v0.1.1 |
| 746 | 2026-04-17T16:54:56.874Z | Downloaded hubpack v0.1.2 |
| 747 | 2026-04-17T16:54:56.874Z | Downloaded ident_case v1.0.1 |
| 748 | 2026-04-17T16:54:56.874Z | Downloaded git-stub-vcs v0.1.0 |
| 749 | 2026-04-17T16:54:56.874Z | Downloaded foreign-types v0.5.0 |
| 750 | 2026-04-17T16:54:56.874Z | Downloaded cassowary v0.3.0 |
| 751 | 2026-04-17T16:54:56.874Z | Downloaded erased-serde v0.3.31 |
| 752 | 2026-04-17T16:54:56.874Z | Downloaded futures-executor v0.3.32 |
| 753 | 2026-04-17T16:54:56.881Z | Downloaded fs-err v2.11.0 |
| 754 | 2026-04-17T16:54:56.881Z | Downloaded filetime v0.2.27 |
| 755 | 2026-04-17T16:54:56.881Z | Downloaded colored v2.2.0 |
| 756 | 2026-04-17T16:54:56.881Z | Downloaded globset v0.4.18 |
| 757 | 2026-04-17T16:54:56.881Z | Downloaded indoc v1.0.9 |
| 758 | 2026-04-17T16:54:56.886Z | Downloaded hyper-tls v0.6.0 |
| 759 | 2026-04-17T16:54:56.886Z | Downloaded indent_write v2.2.0 |
| 760 | 2026-04-17T16:54:56.886Z | Downloaded instant v0.1.13 |
| 761 | 2026-04-17T16:54:56.887Z | Downloaded bzip2 v0.4.4 |
| 762 | 2026-04-17T16:54:56.887Z | Downloaded data-encoding v2.10.0 |
| 763 | 2026-04-17T16:54:56.887Z | Downloaded bitfield v0.19.4 |
| 764 | 2026-04-17T16:54:56.887Z | Downloaded bit-vec v0.8.0 |
| 765 | 2026-04-17T16:54:56.894Z | Downloaded inout v0.1.4 |
| 766 | 2026-04-17T16:54:56.894Z | Downloaded instability v0.3.11 |
| 767 | 2026-04-17T16:54:56.894Z | Downloaded bytes v1.11.1 |
| 768 | 2026-04-17T16:54:56.894Z | Downloaded const-oid v0.9.6 |
| 769 | 2026-04-17T16:54:56.898Z | Downloaded is-terminal v0.4.17 |
| 770 | 2026-04-17T16:54:56.898Z | Downloaded crc32fast v1.5.0 |
| 771 | 2026-04-17T16:54:56.898Z | Downloaded cookie_store v0.22.1 |
| 772 | 2026-04-17T16:54:56.898Z | Downloaded ciborium v0.2.2 |
| 773 | 2026-04-17T16:54:56.906Z | Downloaded ar_archive_writer v0.5.1 |
| 774 | 2026-04-17T16:54:56.906Z | Downloaded hash32 v0.3.1 |
| 775 | 2026-04-17T16:54:56.906Z | Downloaded drift v0.1.3 |
| 776 | 2026-04-17T16:54:56.925Z | Downloaded hostname v0.3.1 |
| 777 | 2026-04-17T16:54:56.925Z | Downloaded keccak v0.1.6 |
| 778 | 2026-04-17T16:54:56.925Z | Downloaded group v0.13.0 |
| 779 | 2026-04-17T16:54:56.925Z | Downloaded kstat-rs v0.2.4 |
| 780 | 2026-04-17T16:54:56.925Z | Downloaded is_ci v1.2.0 |
| 781 | 2026-04-17T16:54:56.925Z | Downloaded highway v1.3.0 |
| 782 | 2026-04-17T16:54:56.929Z | Downloaded cargo_metadata v0.19.2 |
| 783 | 2026-04-17T16:54:56.929Z | Downloaded lalrpop-util v0.19.12 |
| 784 | 2026-04-17T16:54:56.929Z | Downloaded bzip2 v0.6.1 |
| 785 | 2026-04-17T16:54:56.929Z | Downloaded http-body-util v0.1.3 |
| 786 | 2026-04-17T16:54:56.929Z | Downloaded des v0.8.1 |
| 787 | 2026-04-17T16:54:56.929Z | Downloaded clang-sys v1.8.1 |
| 788 | 2026-04-17T16:54:56.929Z | Downloaded lazy_static v1.5.0 |
| 789 | 2026-04-17T16:54:56.929Z | Downloaded foldhash v0.2.0 |
| 790 | 2026-04-17T16:54:56.929Z | Downloaded diff v0.1.13 |
| 791 | 2026-04-17T16:54:56.929Z | Downloaded libscf-sys v1.1.0 |
| 792 | 2026-04-17T16:54:56.929Z | Downloaded console v0.16.2 |
| 793 | 2026-04-17T16:54:56.929Z | Downloaded derive_builder_core v0.20.2 |
| 794 | 2026-04-17T16:54:56.930Z | Downloaded buf-list v1.1.2 |
| 795 | 2026-04-17T16:54:56.930Z | Downloaded cfg_aliases v0.1.1 |
| 796 | 2026-04-17T16:54:56.933Z | Downloaded lru-cache v0.1.2 |
| 797 | 2026-04-17T16:54:56.933Z | Downloaded linked-hash-map v0.5.6 |
| 798 | 2026-04-17T16:54:56.933Z | Downloaded ff v0.13.1 |
| 799 | 2026-04-17T16:54:56.933Z | Downloaded darling_core v0.21.3 |
| 800 | 2026-04-17T16:54:56.944Z | Downloaded maplit v1.0.2 |
| 801 | 2026-04-17T16:54:56.962Z | Downloaded mime v0.3.17 |
| 802 | 2026-04-17T16:54:56.962Z | Downloaded maybe-uninit v2.0.0 |
| 803 | 2026-04-17T16:54:56.962Z | Downloaded lzss v0.8.2 |
| 804 | 2026-04-17T16:54:56.962Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 805 | 2026-04-17T16:54:56.962Z | Downloaded glob v0.3.3 |
| 806 | 2026-04-17T16:54:56.962Z | Downloaded futures-channel v0.3.32 |
| 807 | 2026-04-17T16:54:56.962Z | Downloaded humantime v2.3.0 |
| 808 | 2026-04-17T16:54:56.962Z | Downloaded half v1.8.3 |
| 809 | 2026-04-17T16:54:56.962Z | Downloaded darling v0.23.0 |
| 810 | 2026-04-17T16:54:56.962Z | Downloaded ipnetwork v0.21.1 |
| 811 | 2026-04-17T16:54:56.962Z | Downloaded ipnet v2.11.0 |
| 812 | 2026-04-17T16:54:56.962Z | Downloaded internet-checksum v0.2.1 |
| 813 | 2026-04-17T16:54:56.962Z | Downloaded new_debug_unreachable v1.0.6 |
| 814 | 2026-04-17T16:54:56.962Z | Downloaded memoffset v0.9.1 |
| 815 | 2026-04-17T16:54:56.962Z | Downloaded md5 v0.7.0 |
| 816 | 2026-04-17T16:54:56.962Z | Downloaded md-5 v0.10.6 |
| 817 | 2026-04-17T16:54:56.971Z | Downloaded nonempty v0.12.0 |
| 818 | 2026-04-17T16:54:56.971Z | Downloaded match_cfg v0.1.0 |
| 819 | 2026-04-17T16:54:56.971Z | Downloaded managed v0.8.0 |
| 820 | 2026-04-17T16:54:56.971Z | Downloaded ingot-types v0.1.2 |
| 821 | 2026-04-17T16:54:56.971Z | Downloaded newtype-uuid-macros v0.1.0 |
| 822 | 2026-04-17T16:54:56.972Z | Downloaded multimap v0.10.1 |
| 823 | 2026-04-17T16:54:56.972Z | Downloaded ingot v0.1.1 |
| 824 | 2026-04-17T16:54:56.972Z | Downloaded lru-slab v0.1.2 |
| 825 | 2026-04-17T16:54:56.972Z | Downloaded diesel_derives v2.3.7 |
| 826 | 2026-04-17T16:54:56.978Z | Downloaded allocator-api2 v0.2.21 |
| 827 | 2026-04-17T16:54:56.978Z | Downloaded indoc v2.0.7 |
| 828 | 2026-04-17T16:54:56.978Z | Downloaded crc-any v2.5.0 |
| 829 | 2026-04-17T16:54:56.978Z | Downloaded hyper-staticfile v0.10.1 |
| 830 | 2026-04-17T16:54:56.978Z | Downloaded nibble_vec v0.1.0 |
| 831 | 2026-04-17T16:54:56.989Z | Downloaded chacha20 v0.10.0 |
| 832 | 2026-04-17T16:54:56.989Z | Downloaded num v0.4.3 |
| 833 | 2026-04-17T16:54:56.989Z | Downloaded bitflags v1.3.2 |
| 834 | 2026-04-17T16:54:56.989Z | Downloaded async-bb8-diesel v0.2.1 |
| 835 | 2026-04-17T16:54:56.989Z | Downloaded num_enum_derive v0.5.11 |
| 836 | 2026-04-17T16:54:56.989Z | Downloaded darling_core v0.23.0 |
| 837 | 2026-04-17T16:54:56.996Z | Downloaded newtype_derive v0.1.6 |
| 838 | 2026-04-17T16:54:56.996Z | Downloaded normalize-line-endings v0.3.0 |
| 839 | 2026-04-17T16:54:56.997Z | Downloaded hmac v0.12.1 |
| 840 | 2026-04-17T16:54:56.997Z | Downloaded newline-converter v0.3.0 |
| 841 | 2026-04-17T16:54:56.997Z | Downloaded fatfs v0.3.6 |
| 842 | 2026-04-17T16:54:56.997Z | Downloaded getrandom v0.2.17 |
| 843 | 2026-04-17T16:54:57.004Z | Downloaded dropshot_endpoint v0.16.7 |
| 844 | 2026-04-17T16:54:57.004Z | Downloaded olpc-cjson v0.1.4 |
| 845 | 2026-04-17T16:54:57.005Z | Downloaded num_threads v0.1.7 |
| 846 | 2026-04-17T16:54:57.005Z | Downloaded num-iter v0.1.45 |
| 847 | 2026-04-17T16:54:57.005Z | Downloaded num-derive v0.4.2 |
| 848 | 2026-04-17T16:54:57.005Z | Downloaded libsw-core v0.3.2 |
| 849 | 2026-04-17T16:54:57.005Z | Downloaded libloading v0.8.9 |
| 850 | 2026-04-17T16:54:57.016Z | Downloaded cookie v0.18.1 |
| 851 | 2026-04-17T16:54:57.016Z | Downloaded libsw v3.5.0 |
| 852 | 2026-04-17T16:54:57.016Z | Downloaded libefi-sys v0.1.0 |
| 853 | 2026-04-17T16:54:57.016Z | Downloaded nodrop v0.1.14 |
| 854 | 2026-04-17T16:54:57.016Z | Downloaded opaque-debug v0.3.1 |
| 855 | 2026-04-17T16:54:57.016Z | Downloaded elliptic-curve v0.13.8 |
| 856 | 2026-04-17T16:54:57.016Z | Downloaded openssl-probe v0.1.6 |
| 857 | 2026-04-17T16:54:57.016Z | Downloaded openssl-probe v0.2.1 |
| 858 | 2026-04-17T16:54:57.016Z | Downloaded openssl-macros v0.1.1 |
| 859 | 2026-04-17T16:54:57.016Z | Downloaded darling v0.21.3 |
| 860 | 2026-04-17T16:54:57.019Z | Downloaded linear-map v1.2.0 |
| 861 | 2026-04-17T16:54:57.019Z | Downloaded getrandom v0.3.4 |
| 862 | 2026-04-17T16:54:57.019Z | Downloaded hyper-rustls v0.27.7 |
| 863 | 2026-04-17T16:54:57.022Z | Downloaded console v0.15.11 |
| 864 | 2026-04-17T16:54:57.022Z | Downloaded ingot-macros v0.1.1 |
| 865 | 2026-04-17T16:54:57.029Z | Downloaded derive-where v1.6.0 |
| 866 | 2026-04-17T16:54:57.029Z | Downloaded multer v3.1.0 |
| 867 | 2026-04-17T16:54:57.029Z | Downloaded lru v0.12.5 |
| 868 | 2026-04-17T16:54:57.029Z | Downloaded lock_api v0.4.14 |
| 869 | 2026-04-17T16:54:57.035Z | Downloaded parse-size v1.1.0 |
| 870 | 2026-04-17T16:54:57.035Z | Downloaded oso-derive v0.27.3 |
| 871 | 2026-04-17T16:54:57.035Z | Downloaded nanorand v0.7.0 |
| 872 | 2026-04-17T16:54:57.035Z | Downloaded mime_guess v2.0.5 |
| 873 | 2026-04-17T16:54:57.046Z | Downloaded packed_struct_codegen v0.10.1 |
| 874 | 2026-04-17T16:54:57.046Z | Downloaded num-conv v0.2.0 |
| 875 | 2026-04-17T16:54:57.046Z | Downloaded byte-wrapper v0.1.0 |
| 876 | 2026-04-17T16:54:57.046Z | Downloaded futures v0.3.32 |
| 877 | 2026-04-17T16:54:57.056Z | Downloaded half v2.7.1 |
| 878 | 2026-04-17T16:54:57.056Z | Downloaded newtype-uuid v1.3.2 |
| 879 | 2026-04-17T16:54:57.056Z | Downloaded base64 v0.22.1 |
| 880 | 2026-04-17T16:54:57.056Z | Downloaded darling_core v0.20.11 |
| 881 | 2026-04-17T16:54:57.056Z | Downloaded peg-runtime v0.8.5 |
| 882 | 2026-04-17T16:54:57.056Z | Downloaded crossterm v0.29.0 |
| 883 | 2026-04-17T16:54:57.065Z | Downloaded jobserver v0.1.34 |
| 884 | 2026-04-17T16:54:57.065Z | Downloaded pbkdf2 v0.11.0 |
| 885 | 2026-04-17T16:54:57.065Z | Downloaded num-rational v0.4.2 |
| 886 | 2026-04-17T16:54:57.065Z | Downloaded parse-display v0.10.0 |
| 887 | 2026-04-17T16:54:57.065Z | Downloaded pbkdf2 v0.12.2 |
| 888 | 2026-04-17T16:54:57.081Z | Downloaded num-complex v0.4.6 |
| 889 | 2026-04-17T16:54:57.081Z | Downloaded compact_str v0.8.1 |
| 890 | 2026-04-17T16:54:57.081Z | Downloaded path-slash v0.1.5 |
| 891 | 2026-04-17T16:54:57.081Z | Downloaded chacha20poly1305 v0.10.1 |
| 892 | 2026-04-17T16:54:57.082Z | Downloaded nu-ansi-term v0.50.3 |
| 893 | 2026-04-17T16:54:57.082Z | Downloaded phf_shared v0.13.1 |
| 894 | 2026-04-17T16:54:57.082Z | Downloaded phf_shared v0.12.1 |
| 895 | 2026-04-17T16:54:57.089Z | Downloaded pin-utils v0.1.0 |
| 896 | 2026-04-17T16:54:57.089Z | Downloaded num_enum v0.7.5 |
| 897 | 2026-04-17T16:54:57.094Z | Downloaded predicates-tree v1.0.13 |
| 898 | 2026-04-17T16:54:57.094Z | Downloaded num-derive v0.3.3 |
| 899 | 2026-04-17T16:54:57.094Z | Downloaded httparse v1.10.1 |
| 900 | 2026-04-17T16:54:57.094Z | Downloaded packed_struct v0.10.1 |
| 901 | 2026-04-17T16:54:57.094Z | Downloaded proc-macro-crate v1.3.1 |
| 902 | 2026-04-17T16:54:57.094Z | Downloaded owo-colors v4.3.0 |
| 903 | 2026-04-17T16:54:57.094Z | Downloaded ignore v0.4.25 |
| 904 | 2026-04-17T16:54:57.099Z | Downloaded num_enum_derive v0.7.5 |
| 905 | 2026-04-17T16:54:57.099Z | Downloaded num-integer v0.1.46 |
| 906 | 2026-04-17T16:54:57.099Z | Downloaded predicates-core v1.0.10 |
| 907 | 2026-04-17T16:54:57.099Z | Downloaded precomputed-hash v0.1.1 |
| 908 | 2026-04-17T16:54:57.108Z | Downloaded proc-macro-crate v3.4.0 |
| 909 | 2026-04-17T16:54:57.108Z | Downloaded headers v0.4.1 |
| 910 | 2026-04-17T16:54:57.109Z | Downloaded litrs v1.0.0 |
| 911 | 2026-04-17T16:54:57.109Z | Downloaded password-hash v0.4.2 |
| 912 | 2026-04-17T16:54:57.109Z | Downloaded memmap2 v0.9.10 |
| 913 | 2026-04-17T16:54:57.109Z | Downloaded flume v0.11.1 |
| 914 | 2026-04-17T16:54:57.113Z | Downloaded crypto-bigint v0.5.5 |
| 915 | 2026-04-17T16:54:57.117Z | Downloaded oxide-tokio-rt v0.1.4 |
| 916 | 2026-04-17T16:54:57.117Z | Downloaded parking_lot_core v0.8.6 |
| 917 | 2026-04-17T16:54:57.117Z | Downloaded oxnet v0.1.4 |
| 918 | 2026-04-17T16:54:57.117Z | Downloaded indexmap v1.9.3 |
| 919 | 2026-04-17T16:54:57.120Z | Downloaded progenitor-client v0.10.0 |
| 920 | 2026-04-17T16:54:57.120Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 921 | 2026-04-17T16:54:57.120Z | Downloaded iana-time-zone v0.1.65 |
| 922 | 2026-04-17T16:54:57.124Z | Downloaded progenitor-macro v0.13.0 |
| 923 | 2026-04-17T16:54:57.125Z | Downloaded progenitor-macro v0.10.0 |
| 924 | 2026-04-17T16:54:57.125Z | Downloaded progenitor-macro v0.11.2 |
| 925 | 2026-04-17T16:54:57.125Z | Downloaded progenitor-client v0.11.2 |
| 926 | 2026-04-17T16:54:57.128Z | Downloaded psl-types v2.0.11 |
| 927 | 2026-04-17T16:54:57.128Z | Downloaded const_format v0.2.35 |
| 928 | 2026-04-17T16:54:57.128Z | Downloaded quick-error v1.2.3 |
| 929 | 2026-04-17T16:54:57.135Z | Downloaded derive_more v2.1.1 |
| 930 | 2026-04-17T16:54:57.148Z | Downloaded peg-macros v0.8.5 |
| 931 | 2026-04-17T16:54:57.148Z | Downloaded phf_shared v0.11.3 |
| 932 | 2026-04-17T16:54:57.148Z | Downloaded phf v0.12.1 |
| 933 | 2026-04-17T16:54:57.148Z | Downloaded pem-rfc7468 v0.7.0 |
| 934 | 2026-04-17T16:54:57.148Z | Downloaded radium v0.7.0 |
| 935 | 2026-04-17T16:54:57.148Z | Downloaded rand_chacha v0.3.1 |
| 936 | 2026-04-17T16:54:57.148Z | Downloaded pem v3.0.6 |
| 937 | 2026-04-17T16:54:57.149Z | Downloaded peg v0.8.5 |
| 938 | 2026-04-17T16:54:57.153Z | Downloaded paste v1.0.15 |
| 939 | 2026-04-17T16:54:57.153Z | Downloaded pkg-config v0.3.32 |
| 940 | 2026-04-17T16:54:57.153Z | Downloaded cc v1.2.56 |
| 941 | 2026-04-17T16:54:57.154Z | Downloaded libbz2-rs-sys v0.2.2 |
| 942 | 2026-04-17T16:54:57.154Z | Downloaded flate2 v1.1.9 |
| 943 | 2026-04-17T16:54:57.160Z | Downloaded powerfmt v0.2.0 |
| 944 | 2026-04-17T16:54:57.160Z | Downloaded omicron-zone-package v0.12.2 |
| 945 | 2026-04-17T16:54:57.161Z | Downloaded polyval v0.6.2 |
| 946 | 2026-04-17T16:54:57.164Z | Downloaded pin-project-lite v0.2.17 |
| 947 | 2026-04-17T16:54:57.164Z | Downloaded rand_xorshift v0.4.0 |
| 948 | 2026-04-17T16:54:57.166Z | Downloaded postgres-protocol v0.6.10 |
| 949 | 2026-04-17T16:54:57.166Z | Downloaded indicatif v0.18.4 |
| 950 | 2026-04-17T16:54:57.176Z | Downloaded ppv-lite86 v0.2.21 |
| 951 | 2026-04-17T16:54:57.176Z | Downloaded ref-cast v1.0.25 |
| 952 | 2026-04-17T16:54:57.176Z | Downloaded recursive v0.1.1 |
| 953 | 2026-04-17T16:54:57.176Z | Downloaded expectorate v1.2.0 |
| 954 | 2026-04-17T16:54:57.176Z | Downloaded ref-cast-impl v1.0.25 |
| 955 | 2026-04-17T16:54:57.180Z | Downloaded arc-swap v1.8.2 |
| 956 | 2026-04-17T16:54:57.180Z | Downloaded parking_lot v0.12.5 |
| 957 | 2026-04-17T16:54:57.180Z | Downloaded heapless v0.7.17 |
| 958 | 2026-04-17T16:54:57.180Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 959 | 2026-04-17T16:54:57.180Z | Downloaded heapless v0.8.0 |
| 960 | 2026-04-17T16:54:57.184Z | Downloaded pin-project-internal v1.1.11 |
| 961 | 2026-04-17T16:54:57.184Z | Downloaded native-tls v0.2.18 |
| 962 | 2026-04-17T16:54:57.184Z | Downloaded phf v0.13.1 |
| 963 | 2026-04-17T16:54:57.192Z | Downloaded ed25519-dalek v2.2.0 |
| 964 | 2026-04-17T16:54:57.192Z | Downloaded progenitor v0.13.0 |
| 965 | 2026-04-17T16:54:57.192Z | Downloaded proc-macro-error2 v2.0.1 |
| 966 | 2026-04-17T16:54:57.199Z | Downloaded primeorder v0.13.6 |
| 967 | 2026-04-17T16:54:57.199Z | Downloaded parse-display-derive v0.10.0 |
| 968 | 2026-04-17T16:54:57.199Z | Downloaded parking_lot v0.11.2 |
| 969 | 2026-04-17T16:54:57.199Z | Downloaded rfc6979 v0.4.0 |
| 970 | 2026-04-17T16:54:57.200Z | Downloaded progenitor-extras v0.1.1 |
| 971 | 2026-04-17T16:54:57.200Z | Downloaded progenitor-client v0.13.0 |
| 972 | 2026-04-17T16:54:57.200Z | Downloaded crossbeam-channel v0.5.15 |
| 973 | 2026-04-17T16:54:57.206Z | Downloaded derive_more-impl v2.1.1 |
| 974 | 2026-04-17T16:54:57.206Z | Downloaded rtoolbox v0.0.3 |
| 975 | 2026-04-17T16:54:57.206Z | Downloaded parking_lot_core v0.9.12 |
| 976 | 2026-04-17T16:54:57.206Z | Downloaded rustc_version v0.1.7 |
| 977 | 2026-04-17T16:54:57.207Z | Downloaded rustc-hash v2.1.1 |
| 978 | 2026-04-17T16:54:57.207Z | Downloaded aes v0.8.4 |
| 979 | 2026-04-17T16:54:57.218Z | Downloaded rustc_version v0.4.1 |
| 980 | 2026-04-17T16:54:57.218Z | Downloaded bumpalo v3.20.2 |
| 981 | 2026-04-17T16:54:57.219Z | Downloaded r2d2 v0.8.10 |
| 982 | 2026-04-17T16:54:57.219Z | Downloaded password-hash v0.5.0 |
| 983 | 2026-04-17T16:54:57.219Z | Downloaded pkcs5 v0.7.1 |
| 984 | 2026-04-17T16:54:57.219Z | Downloaded psm v0.1.30 |
| 985 | 2026-04-17T16:54:57.224Z | Downloaded oso v0.27.3 |
| 986 | 2026-04-17T16:54:57.224Z | Downloaded async-compression v0.4.41 |
| 987 | 2026-04-17T16:54:57.225Z | Downloaded hickory-resolver v0.24.4 |
| 988 | 2026-04-17T16:54:57.225Z | Downloaded russh-cryptovec v0.7.3 |
| 989 | 2026-04-17T16:54:57.233Z | Downloaded rand_chacha v0.9.0 |
| 990 | 2026-04-17T16:54:57.240Z | Downloaded der v0.7.10 |
| 991 | 2026-04-17T16:54:57.240Z | Downloaded postcard v1.1.3 |
| 992 | 2026-04-17T16:54:57.240Z | Downloaded rand_seeder v0.4.0 |
| 993 | 2026-04-17T16:54:57.240Z | Downloaded rand_core v0.10.0 |
| 994 | 2026-04-17T16:54:57.240Z | Downloaded predicates v3.1.4 |
| 995 | 2026-04-17T16:54:57.240Z | Downloaded rand_core v0.9.5 |
| 996 | 2026-04-17T16:54:57.243Z | Downloaded salsa20 v0.10.2 |
| 997 | 2026-04-17T16:54:57.244Z | Downloaded scheduled-thread-pool v0.2.7 |
| 998 | 2026-04-17T16:54:57.244Z | Downloaded sapling-renderdag v0.1.0 |
| 999 | 2026-04-17T16:54:57.244Z | Downloaded same-file v1.0.6 |
| 1000 | 2026-04-17T16:54:57.244Z | Downloaded rand_core v0.6.4 |
| 1001 | 2026-04-17T16:54:57.244Z | Downloaded miniz_oxide v0.8.9 |
| 1002 | 2026-04-17T16:54:57.253Z | Downloaded scroll_derive v0.13.1 |
| 1003 | 2026-04-17T16:54:57.254Z | Downloaded scrypt v0.11.0 |
| 1004 | 2026-04-17T16:54:57.254Z | Downloaded postgres-types v0.2.12 |
| 1005 | 2026-04-17T16:54:57.254Z | Downloaded pkcs1 v0.7.5 |
| 1006 | 2026-04-17T16:54:57.261Z | Downloaded num_enum v0.5.11 |
| 1007 | 2026-04-17T16:54:57.261Z | Downloaded p256 v0.13.2 |
| 1008 | 2026-04-17T16:54:57.261Z | Downloaded jiff-static v0.2.21 |
| 1009 | 2026-04-17T16:54:57.265Z | Downloaded progenitor v0.11.2 |
| 1010 | 2026-04-17T16:54:57.265Z | Downloaded progenitor v0.10.0 |
| 1011 | 2026-04-17T16:54:57.265Z | Downloaded aes-gcm v0.10.3 |
| 1012 | 2026-04-17T16:54:57.269Z | Downloaded scopeguard v1.2.0 |
| 1013 | 2026-04-17T16:54:57.269Z | Downloaded serde-big-array v0.5.1 |
| 1014 | 2026-04-17T16:54:57.275Z | Downloaded secrecy v0.10.3 |
| 1015 | 2026-04-17T16:54:57.275Z | Downloaded semver v0.1.20 |
| 1016 | 2026-04-17T16:54:57.276Z | Downloaded seq-macro v0.3.6 |
| 1017 | 2026-04-17T16:54:57.283Z | Downloaded serde_urlencoded v0.7.1 |
| 1018 | 2026-04-17T16:54:57.283Z | Downloaded aho-corasick v1.1.4 |
| 1019 | 2026-04-17T16:54:57.283Z | Downloaded serde_repr v0.1.20 |
| 1020 | 2026-04-17T16:54:57.283Z | Downloaded hickory-resolver v0.25.2 |
| 1021 | 2026-04-17T16:54:57.283Z | Downloaded quinn-udp v0.5.14 |
| 1022 | 2026-04-17T16:54:57.287Z | Downloaded serde_plain v1.0.2 |
| 1023 | 2026-04-17T16:54:57.288Z | Downloaded resolv-conf v0.7.6 |
| 1024 | 2026-04-17T16:54:57.288Z | Downloaded serde_bytes v0.11.19 |
| 1025 | 2026-04-17T16:54:57.288Z | Downloaded secrecy v0.8.0 |
| 1026 | 2026-04-17T16:54:57.293Z | Downloaded rustls-pemfile v1.0.4 |
| 1027 | 2026-04-17T16:54:57.293Z | Downloaded dropshot-api-manager v0.6.0 |
| 1028 | 2026-04-17T16:54:57.293Z | Downloaded sha1 v0.10.6 |
| 1029 | 2026-04-17T16:54:57.298Z | Downloaded signal-hook-mio v0.2.5 |
| 1030 | 2026-04-17T16:54:57.298Z | Downloaded rustls-native-certs v0.8.3 |
| 1031 | 2026-04-17T16:54:57.298Z | Downloaded pkcs8 v0.10.2 |
| 1032 | 2026-04-17T16:54:57.306Z | Downloaded shell-words v1.1.1 |
| 1033 | 2026-04-17T16:54:57.306Z | Downloaded rustls-pemfile v2.2.0 |
| 1034 | 2026-04-17T16:54:57.306Z | Downloaded pin-project v1.1.11 |
| 1035 | 2026-04-17T16:54:57.311Z | Downloaded sigpipe v0.1.3 |
| 1036 | 2026-04-17T16:54:57.312Z | Downloaded rusty-fork v0.3.1 |
| 1037 | 2026-04-17T16:54:57.312Z | Downloaded rustversion v1.0.22 |
| 1038 | 2026-04-17T16:54:57.312Z | Downloaded poly1305 v0.8.0 |
| 1039 | 2026-04-17T16:54:57.325Z | Downloaded openssl-sys v0.9.111 |
| 1040 | 2026-04-17T16:54:57.325Z | Downloaded siphasher v1.0.2 |
| 1041 | 2026-04-17T16:54:57.325Z | Downloaded signature v2.2.0 |
| 1042 | 2026-04-17T16:54:57.326Z | Downloaded slog-envlogger v2.2.0 |
| 1043 | 2026-04-17T16:54:57.336Z | Downloaded slog-bunyan v2.5.0 |
| 1044 | 2026-04-17T16:54:57.336Z | Downloaded signal-hook-tokio v0.3.1 |
| 1045 | 2026-04-17T16:54:57.336Z | Downloaded scroll v0.13.0 |
| 1046 | 2026-04-17T16:54:57.336Z | Downloaded hashbrown v0.13.2 |
| 1047 | 2026-04-17T16:54:57.343Z | Downloaded progenitor-impl v0.13.0 |
| 1048 | 2026-04-17T16:54:57.343Z | Downloaded progenitor-impl v0.10.0 |
| 1049 | 2026-04-17T16:54:57.343Z | Downloaded prefix-trie v0.7.0 |
| 1050 | 2026-04-17T16:54:57.343Z | Downloaded papergrid v0.17.0 |
| 1051 | 2026-04-17T16:54:57.349Z | Downloaded sec1 v0.7.3 |
| 1052 | 2026-04-17T16:54:57.349Z | Downloaded sct v0.7.1 |
| 1053 | 2026-04-17T16:54:57.349Z | Downloaded ssh-cipher v0.2.0 |
| 1054 | 2026-04-17T16:54:57.349Z | Downloaded sqlparser_derive v0.5.0 |
| 1055 | 2026-04-17T16:54:57.349Z | Downloaded serde-hex v0.1.0 |
| 1056 | 2026-04-17T16:54:57.353Z | Downloaded ssh-encoding v0.2.0 |
| 1057 | 2026-04-17T16:54:57.358Z | Downloaded structmeta v0.3.0 |
| 1058 | 2026-04-17T16:54:57.362Z | Downloaded serde_spanned v1.0.4 |
| 1059 | 2026-04-17T16:54:57.362Z | Downloaded serde_path_to_error v0.1.20 |
| 1060 | 2026-04-17T16:54:57.368Z | Downloaded serde_derive_internals v0.29.1 |
| 1061 | 2026-04-17T16:54:57.368Z | Downloaded http v1.4.0 |
| 1062 | 2026-04-17T16:54:57.375Z | Downloaded rustls-pki-types v1.14.0 |
| 1063 | 2026-04-17T16:54:57.376Z | Downloaded strum v0.27.2 |
| 1064 | 2026-04-17T16:54:57.376Z | Downloaded structmeta-derive v0.3.0 |
| 1065 | 2026-04-17T16:54:57.376Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1066 | 2026-04-17T16:54:57.380Z | Downloaded shlex v1.3.0 |
| 1067 | 2026-04-17T16:54:57.380Z | Downloaded signal-hook-registry v1.4.8 |
| 1068 | 2026-04-17T16:54:57.396Z | Downloaded rcgen v0.12.1 |
| 1069 | 2026-04-17T16:54:57.396Z | Downloaded hashbrown v0.12.3 |
| 1070 | 2026-04-17T16:54:57.396Z | Downloaded hyper-util v0.1.20 |
| 1071 | 2026-04-17T16:54:57.404Z | Downloaded slab v0.4.12 |
| 1072 | 2026-04-17T16:54:57.405Z | Downloaded slog-async v2.8.0 |
| 1073 | 2026-04-17T16:54:57.405Z | Downloaded tabled_derive v0.11.0 |
| 1074 | 2026-04-17T16:54:57.405Z | Downloaded subtle v2.6.1 |
| 1075 | 2026-04-17T16:54:57.405Z | Downloaded supports-color v3.0.2 |
| 1076 | 2026-04-17T16:54:57.405Z | Downloaded slog-json v2.6.1 |
| 1077 | 2026-04-17T16:54:57.405Z | Downloaded sync_wrapper v1.0.2 |
| 1078 | 2026-04-17T16:54:57.405Z | Downloaded slog-dtrace v0.3.0 |
| 1079 | 2026-04-17T16:54:57.405Z | Downloaded pretty_assertions v1.4.1 |
| 1080 | 2026-04-17T16:54:57.405Z | Downloaded schemars_derive v0.8.22 |
| 1081 | 2026-04-17T16:54:57.405Z | Downloaded simd-adler32 v0.3.8 |
| 1082 | 2026-04-17T16:54:57.405Z | Downloaded slog-scope v4.4.1 |
| 1083 | 2026-04-17T16:54:57.416Z | Downloaded crossterm v0.28.1 |
| 1084 | 2026-04-17T16:54:57.416Z | Downloaded tap v1.0.1 |
| 1085 | 2026-04-17T16:54:57.416Z | Downloaded progenitor-impl v0.11.2 |
| 1086 | 2026-04-17T16:54:57.416Z | Downloaded prettyplease v0.2.37 |
| 1087 | 2026-04-17T16:54:57.416Z | Downloaded take_mut v0.2.2 |
| 1088 | 2026-04-17T16:54:57.419Z | Downloaded smallvec v0.6.14 |
| 1089 | 2026-04-17T16:54:57.419Z | Downloaded slog-stdlog v4.1.1 |
| 1090 | 2026-04-17T16:54:57.419Z | Downloaded sync-ptr v0.1.4 |
| 1091 | 2026-04-17T16:54:57.419Z | Downloaded testing_table v0.3.0 |
| 1092 | 2026-04-17T16:54:57.419Z | Downloaded termtree v0.5.1 |
| 1093 | 2026-04-17T16:54:57.419Z | Downloaded time-core v0.1.8 |
| 1094 | 2026-04-17T16:54:57.419Z | Downloaded itertools v0.10.5 |
| 1095 | 2026-04-17T16:54:57.419Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1096 | 2026-04-17T16:54:57.419Z | Downloaded smf v0.2.3 |
| 1097 | 2026-04-17T16:54:57.424Z | Downloaded mio v1.2.0 |
| 1098 | 2026-04-17T16:54:57.424Z | Downloaded thread-id v5.1.0 |
| 1099 | 2026-04-17T16:54:57.424Z | Downloaded tinyvec_macros v0.1.1 |
| 1100 | 2026-04-17T16:54:57.424Z | Downloaded minimal-lexical v0.2.1 |
| 1101 | 2026-04-17T16:54:57.437Z | Downloaded sqlformat v0.3.5 |
| 1102 | 2026-04-17T16:54:57.437Z | Downloaded hickory-server v0.25.2 |
| 1103 | 2026-04-17T16:54:57.441Z | Downloaded stringprep v0.1.5 |
| 1104 | 2026-04-17T16:54:57.441Z | Downloaded spki v0.7.3 |
| 1105 | 2026-04-17T16:54:57.441Z | Downloaded snafu-derive v0.8.9 |
| 1106 | 2026-04-17T16:54:57.441Z | Downloaded string_cache v0.8.9 |
| 1107 | 2026-04-17T16:54:57.441Z | Downloaded russh-keys v0.45.0 |
| 1108 | 2026-04-17T16:54:57.451Z | Downloaded serde_with_macros v3.17.0 |
| 1109 | 2026-04-17T16:54:57.459Z | Downloaded strum v0.26.3 |
| 1110 | 2026-04-17T16:54:57.459Z | Downloaded static_assertions v1.1.0 |
| 1111 | 2026-04-17T16:54:57.459Z | Downloaded strum_macros v0.27.2 |
| 1112 | 2026-04-17T16:54:57.464Z | Downloaded strum_macros v0.24.3 |
| 1113 | 2026-04-17T16:54:57.464Z | Downloaded ryu v1.0.23 |
| 1114 | 2026-04-17T16:54:57.464Z | Downloaded schemars v0.8.22 |
| 1115 | 2026-04-17T16:54:57.470Z | Downloaded tabwriter v1.4.1 |
| 1116 | 2026-04-17T16:54:57.470Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1117 | 2026-04-17T16:54:57.479Z | Downloaded strum_macros v0.26.4 |
| 1118 | 2026-04-17T16:54:57.479Z | Downloaded slog-term v2.9.2 |
| 1119 | 2026-04-17T16:54:57.480Z | Downloaded thiserror-no-std v2.0.2 |
| 1120 | 2026-04-17T16:54:57.480Z | Downloaded topological-sort v0.2.2 |
| 1121 | 2026-04-17T16:54:57.480Z | Downloaded num-bigint v0.4.6 |
| 1122 | 2026-04-17T16:54:57.485Z | Downloaded tagptr v0.2.0 |
| 1123 | 2026-04-17T16:54:57.485Z | Downloaded support-bundle-viewer v0.1.2 |
| 1124 | 2026-04-17T16:54:57.485Z | Downloaded termios v0.3.3 |
| 1125 | 2026-04-17T16:54:57.488Z | Downloaded serde_cbor v0.11.2 |
| 1126 | 2026-04-17T16:54:57.491Z | Downloaded nom v7.1.3 |
| 1127 | 2026-04-17T16:54:57.504Z | Downloaded trait-variant v0.1.2 |
| 1128 | 2026-04-17T16:54:57.504Z | Downloaded tower-layer v0.3.3 |
| 1129 | 2026-04-17T16:54:57.504Z | Downloaded tiny-keccak v2.0.2 |
| 1130 | 2026-04-17T16:54:57.514Z | Downloaded time-macros v0.2.27 |
| 1131 | 2026-04-17T16:54:57.515Z | Downloaded try-lock v0.2.5 |
| 1132 | 2026-04-17T16:54:57.515Z | Downloaded thread_local v1.1.9 |
| 1133 | 2026-04-17T16:54:57.515Z | Downloaded ron v0.8.1 |
| 1134 | 2026-04-17T16:54:57.515Z | Downloaded tower-service v0.3.3 |
| 1135 | 2026-04-17T16:54:57.515Z | Downloaded quinn v0.11.9 |
| 1136 | 2026-04-17T16:54:57.515Z | Downloaded libxml v0.3.3 |
| 1137 | 2026-04-17T16:54:57.526Z | Downloaded tls_codec_derive v0.4.2 |
| 1138 | 2026-04-17T16:54:57.526Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1139 | 2026-04-17T16:54:57.526Z | Downloaded qorb v0.4.1 |
| 1140 | 2026-04-17T16:54:57.526Z | Downloaded publicsuffix v2.3.0 |
| 1141 | 2026-04-17T16:54:57.526Z | Downloaded unicode-truncate v1.1.0 |
| 1142 | 2026-04-17T16:54:57.526Z | Downloaded spin v0.9.8 |
| 1143 | 2026-04-17T16:54:57.526Z | Downloaded tokio-macros v2.7.0 |
| 1144 | 2026-04-17T16:54:57.535Z | Downloaded tls_codec v0.4.2 |
| 1145 | 2026-04-17T16:54:57.535Z | Downloaded stacker v0.1.23 |
| 1146 | 2026-04-17T16:54:57.535Z | Downloaded typify-macro v0.4.3 |
| 1147 | 2026-04-17T16:54:57.535Z | Downloaded universal-hash v0.5.1 |
| 1148 | 2026-04-17T16:54:57.535Z | Downloaded unarray v0.1.4 |
| 1149 | 2026-04-17T16:54:57.535Z | Downloaded typify-macro v0.6.1 |
| 1150 | 2026-04-17T16:54:57.539Z | Downloaded tokio-native-tls v0.3.1 |
| 1151 | 2026-04-17T16:54:57.539Z | Downloaded tokio-tungstenite v0.23.1 |
| 1152 | 2026-04-17T16:54:57.539Z | Downloaded rayon-core v1.13.0 |
| 1153 | 2026-04-17T16:54:57.539Z | Downloaded unit-prefix v0.5.2 |
| 1154 | 2026-04-17T16:54:57.539Z | Downloaded signal-hook v0.3.18 |
| 1155 | 2026-04-17T16:54:57.542Z | Downloaded similar v2.7.0 |
| 1156 | 2026-04-17T16:54:57.550Z | Downloaded untrusted v0.9.0 |
| 1157 | 2026-04-17T16:54:57.550Z | Downloaded untrusted v0.7.1 |
| 1158 | 2026-04-17T16:54:57.550Z | Downloaded tokio-dtrace v0.1.1 |
| 1159 | 2026-04-17T16:54:57.550Z | Downloaded rand v0.8.5 |
| 1160 | 2026-04-17T16:54:57.550Z | Downloaded usdt-attr-macro v0.6.0 |
| 1161 | 2026-04-17T16:54:57.553Z | Downloaded tokio-tungstenite v0.21.0 |
| 1162 | 2026-04-17T16:54:57.553Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1163 | 2026-04-17T16:54:57.554Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1164 | 2026-04-17T16:54:57.558Z | Downloaded num-bigint-dig v0.8.6 |
| 1165 | 2026-04-17T16:54:57.558Z | Downloaded utf-8 v0.7.6 |
| 1166 | 2026-04-17T16:54:57.559Z | Downloaded usdt-macro v0.6.0 |
| 1167 | 2026-04-17T16:54:57.562Z | Downloaded usdt v0.6.0 |
| 1168 | 2026-04-17T16:54:57.562Z | Downloaded term v1.2.1 |
| 1169 | 2026-04-17T16:54:57.569Z | Downloaded iri-string v0.7.10 |
| 1170 | 2026-04-17T16:54:57.573Z | Downloaded term v0.7.0 |
| 1171 | 2026-04-17T16:54:57.573Z | Downloaded itertools v0.13.0 |
| 1172 | 2026-04-17T16:54:57.583Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1173 | 2026-04-17T16:54:57.597Z | Downloaded tui-tree-widget v0.23.1 |
| 1174 | 2026-04-17T16:54:57.597Z | Downloaded void v1.0.2 |
| 1175 | 2026-04-17T16:54:57.598Z | Downloaded wait-timeout v0.2.1 |
| 1176 | 2026-04-17T16:54:57.598Z | Downloaded rsa v0.9.10 |
| 1177 | 2026-04-17T16:54:57.598Z | Downloaded rand v0.9.2 |
| 1178 | 2026-04-17T16:54:57.598Z | Downloaded aws-lc-rs v1.16.0 |
| 1179 | 2026-04-17T16:54:57.606Z | Downloaded socket2 v0.5.10 |
| 1180 | 2026-04-17T16:54:57.606Z | Downloaded socket2 v0.6.3 |
| 1181 | 2026-04-17T16:54:57.615Z | Downloaded want v0.3.1 |
| 1182 | 2026-04-17T16:54:57.615Z | Downloaded waitgroup v0.1.2 |
| 1183 | 2026-04-17T16:54:57.615Z | Downloaded chrono v0.4.44 |
| 1184 | 2026-04-17T16:54:57.615Z | Downloaded unicase v2.9.0 |
| 1185 | 2026-04-17T16:54:57.629Z | Downloaded hyper v1.8.1 |
| 1186 | 2026-04-17T16:54:57.629Z | Downloaded samael v0.0.19 |
| 1187 | 2026-04-17T16:54:57.629Z | Downloaded tokio-rustls v0.24.1 |
| 1188 | 2026-04-17T16:54:57.629Z | Downloaded subprocess v0.2.15 |
| 1189 | 2026-04-17T16:54:57.629Z | Downloaded xshell-macros v0.2.7 |
| 1190 | 2026-04-17T16:54:57.629Z | Downloaded xattr v1.6.1 |
| 1191 | 2026-04-17T16:54:57.629Z | Downloaded slog v2.8.2 |
| 1192 | 2026-04-17T16:54:57.629Z | Downloaded tokio-stream v0.1.18 |
| 1193 | 2026-04-17T16:54:57.635Z | Downloaded schemars v0.9.0 |
| 1194 | 2026-04-17T16:54:57.635Z | Downloaded itertools v0.12.1 |
| 1195 | 2026-04-17T16:54:57.639Z | Downloaded usdt-impl v0.6.0 |
| 1196 | 2026-04-17T16:54:57.639Z | Downloaded zone_cfg_derive v0.3.1 |
| 1197 | 2026-04-17T16:54:57.639Z | Downloaded zeroize_derive v1.4.3 |
| 1198 | 2026-04-17T16:54:57.642Z | Downloaded iddqd v0.3.17 |
| 1199 | 2026-04-17T16:54:57.647Z | Downloaded tokio-rustls v0.26.4 |
| 1200 | 2026-04-17T16:54:57.647Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1201 | 2026-04-17T16:54:57.647Z | Downloaded hashbrown v0.15.5 |
| 1202 | 2026-04-17T16:54:57.650Z | Downloaded vergen-git2 v1.0.7 |
| 1203 | 2026-04-17T16:54:57.650Z | Downloaded uzers v0.12.2 |
| 1204 | 2026-04-17T16:54:57.653Z | Downloaded test-strategy v0.4.5 |
| 1205 | 2026-04-17T16:54:57.653Z | Downloaded snafu v0.8.9 |
| 1206 | 2026-04-17T16:54:57.658Z | Downloaded futures-util v0.3.32 |
| 1207 | 2026-04-17T16:54:57.665Z | Downloaded vsss-rs v3.3.4 |
| 1208 | 2026-04-17T16:54:57.678Z | Downloaded tracing-attributes v0.1.31 |
| 1209 | 2026-04-17T16:54:57.678Z | Downloaded tinyvec v1.10.0 |
| 1210 | 2026-04-17T16:54:57.678Z | Downloaded schemars v1.2.1 |
| 1211 | 2026-04-17T16:54:57.682Z | Downloaded vergen-lib v0.1.6 |
| 1212 | 2026-04-17T16:54:57.682Z | Downloaded vergen-gitcl v1.0.8 |
| 1213 | 2026-04-17T16:54:57.682Z | Downloaded hkdf v0.12.4 |
| 1214 | 2026-04-17T16:54:57.682Z | Downloaded rustls-webpki v0.103.9 |
| 1215 | 2026-04-17T16:54:57.682Z | Downloaded whoami v2.1.0 |
| 1216 | 2026-04-17T16:54:57.682Z | Downloaded walkdir v2.5.0 |
| 1217 | 2026-04-17T16:54:57.682Z | Downloaded whoami v1.6.1 |
| 1218 | 2026-04-17T16:54:57.687Z | Downloaded rand v0.10.0 |
| 1219 | 2026-04-17T16:54:57.696Z | Downloaded tokio-rustls v0.25.0 |
| 1220 | 2026-04-17T16:54:57.696Z | Downloaded wyz v0.5.1 |
| 1221 | 2026-04-17T16:54:57.702Z | Downloaded unicode-properties v0.1.4 |
| 1222 | 2026-04-17T16:54:57.702Z | Downloaded h2 v0.4.13 |
| 1223 | 2026-04-17T16:54:57.702Z | Downloaded p521 v0.13.3 |
| 1224 | 2026-04-17T16:54:57.706Z | Downloaded zeroize v1.8.2 |
| 1225 | 2026-04-17T16:54:57.706Z | Downloaded zone v0.3.1 |
| 1226 | 2026-04-17T16:54:57.712Z | Downloaded tar v0.4.45 |
| 1227 | 2026-04-17T16:54:57.712Z | Downloaded itertools v0.14.0 |
| 1228 | 2026-04-17T16:54:57.715Z | Downloaded blake3 v1.8.3 |
| 1229 | 2026-04-17T16:54:57.719Z | Downloaded xshell v0.2.7 |
| 1230 | 2026-04-17T16:54:57.719Z | Downloaded vergen v9.0.6 |
| 1231 | 2026-04-17T16:54:57.728Z | Downloaded tungstenite v0.21.0 |
| 1232 | 2026-04-17T16:54:57.729Z | Downloaded zstd v0.13.3 |
| 1233 | 2026-04-17T16:54:57.739Z | Downloaded russh v0.45.0 |
| 1234 | 2026-04-17T16:54:57.739Z | Downloaded steno v0.4.1 |
| 1235 | 2026-04-17T16:54:57.739Z | Downloaded typify v0.4.3 |
| 1236 | 2026-04-17T16:54:57.743Z | Downloaded twox-hash v2.1.2 |
| 1237 | 2026-04-17T16:54:57.743Z | Downloaded tungstenite v0.23.0 |
| 1238 | 2026-04-17T16:54:57.746Z | Downloaded unsafe-libyaml v0.2.11 |
| 1239 | 2026-04-17T16:54:57.753Z | Downloaded unicode-bidi v0.3.18 |
| 1240 | 2026-04-17T16:54:57.756Z | Downloaded zstd-safe v7.2.4 |
| 1241 | 2026-04-17T16:54:57.756Z | Downloaded uuid v1.23.0 |
| 1242 | 2026-04-17T16:54:57.763Z | Downloaded libm v0.2.16 |
| 1243 | 2026-04-17T16:54:57.769Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1244 | 2026-04-17T16:54:57.769Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1245 | 2026-04-17T16:54:57.772Z | Downloaded toml v0.7.8 |
| 1246 | 2026-04-17T16:54:57.772Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1247 | 2026-04-17T16:54:57.775Z | Downloaded typify v0.6.1 |
| 1248 | 2026-04-17T16:54:57.780Z | Downloaded yasna v0.5.2 |
| 1249 | 2026-04-17T16:54:57.793Z | Downloaded tracing-core v0.1.36 |
| 1250 | 2026-04-17T16:54:57.808Z | Downloaded vte v0.14.1 |
| 1251 | 2026-04-17T16:54:57.812Z | Downloaded rpassword v7.4.0 |
| 1252 | 2026-04-17T16:54:57.812Z | Downloaded zopfli v0.8.3 |
| 1253 | 2026-04-17T16:54:57.820Z | Downloaded rustyline v14.0.0 |
| 1254 | 2026-04-17T16:54:57.827Z | Downloaded yansi v1.0.1 |
| 1255 | 2026-04-17T16:54:57.834Z | Downloaded git2 v0.20.4 |
| 1256 | 2026-04-17T16:54:57.834Z | Downloaded p384 v0.13.1 |
| 1257 | 2026-04-17T16:54:57.842Z | Downloaded toml_edit v0.19.15 |
| 1258 | 2026-04-17T16:54:57.846Z | Downloaded zerocopy v0.6.6 |
| 1259 | 2026-04-17T16:54:57.851Z | Downloaded bitvec v1.0.1 |
| 1260 | 2026-04-17T16:54:57.854Z | Downloaded ssh-key v0.6.7 |
| 1261 | 2026-04-17T16:54:57.859Z | Downloaded tokio-postgres v0.7.16 |
| 1262 | 2026-04-17T16:54:57.862Z | Downloaded bindgen v0.71.1 |
| 1263 | 2026-04-17T16:54:57.878Z | Downloaded typed-path v0.9.3 |
| 1264 | 2026-04-17T16:54:57.886Z | Downloaded unicode_categories v0.1.1 |
| 1265 | 2026-04-17T16:54:57.895Z | Downloaded zip v0.6.6 |
| 1266 | 2026-04-17T16:54:57.902Z | Downloaded reedline v0.40.0 |
| 1267 | 2026-04-17T16:54:57.902Z | Downloaded reqwest v0.13.2 |
| 1268 | 2026-04-17T16:54:57.902Z | Downloaded moka v0.12.13 |
| 1269 | 2026-04-17T16:54:57.905Z | Downloaded lalrpop v0.19.12 |
| 1270 | 2026-04-17T16:54:57.911Z | Downloaded rayon v1.11.0 |
| 1271 | 2026-04-17T16:54:57.929Z | Downloaded tough v0.20.0 |
| 1272 | 2026-04-17T16:54:57.933Z | Downloaded proptest v1.10.0 |
| 1273 | 2026-04-17T16:54:57.938Z | Downloaded regex v1.12.3 |
| 1274 | 2026-04-17T16:54:57.951Z | Downloaded tower v0.5.3 |
| 1275 | 2026-04-17T16:54:57.957Z | Downloaded portable-atomic v1.13.1 |
| 1276 | 2026-04-17T16:54:57.964Z | Downloaded quick-xml v0.37.5 |
| 1277 | 2026-04-17T16:54:57.972Z | Downloaded rustls-webpki v0.101.7 |
| 1278 | 2026-04-17T16:54:57.980Z | Downloaded x509-cert v0.2.5 |
| 1279 | 2026-04-17T16:54:57.980Z | Downloaded unicode-segmentation v1.12.0 |
| 1280 | 2026-04-17T16:54:57.980Z | Downloaded rustls-webpki v0.102.8 |
| 1281 | 2026-04-17T16:54:57.985Z | Downloaded zerocopy-derive v0.8.40 |
| 1282 | 2026-04-17T16:54:57.990Z | Downloaded reqwest v0.12.28 |
| 1283 | 2026-04-17T16:54:57.993Z | Downloaded goblin v0.10.5 |
| 1284 | 2026-04-17T16:54:58.003Z | Downloaded serde_with v3.17.0 |
| 1285 | 2026-04-17T16:54:58.012Z | Downloaded object v0.30.4 |
| 1286 | 2026-04-17T16:54:58.012Z | Downloaded unicode-normalization v0.1.25 |
| 1287 | 2026-04-17T16:54:58.015Z | Downloaded quinn-proto v0.11.13 |
| 1288 | 2026-04-17T16:54:58.015Z | Downloaded tokio-util v0.7.18 |
| 1289 | 2026-04-17T16:54:58.020Z | Downloaded radix_trie v0.2.1 |
| 1290 | 2026-04-17T16:54:58.025Z | Downloaded petname v2.0.2 |
| 1291 | 2026-04-17T16:54:58.028Z | Downloaded polar-core v0.27.3 |
| 1292 | 2026-04-17T16:54:58.039Z | Downloaded openssl v0.10.75 |
| 1293 | 2026-04-17T16:54:58.047Z | Downloaded tower-http v0.6.8 |
| 1294 | 2026-04-17T16:54:58.070Z | Downloaded salty v0.3.0 |
| 1295 | 2026-04-17T16:54:58.070Z | Downloaded curve25519-dalek v4.1.3 |
| 1296 | 2026-04-17T16:54:58.070Z | Downloaded rustls v0.21.12 |
| 1297 | 2026-04-17T16:54:58.071Z | Downloaded zip v4.6.1 |
| 1298 | 2026-04-17T16:54:58.071Z | Downloaded bstr v1.12.1 |
| 1299 | 2026-04-17T16:54:58.071Z | Downloaded smoltcp v0.9.1 |
| 1300 | 2026-04-17T16:54:58.077Z | Downloaded nix v0.27.1 |
| 1301 | 2026-04-17T16:54:58.083Z | Downloaded hickory-proto v0.24.4 |
| 1302 | 2026-04-17T16:54:58.091Z | Downloaded regex-syntax v0.6.29 |
| 1303 | 2026-04-17T16:54:58.095Z | Downloaded nix v0.31.2 |
| 1304 | 2026-04-17T16:54:58.103Z | Downloaded winnow v0.5.40 |
| 1305 | 2026-04-17T16:54:58.106Z | Downloaded winnow v0.6.26 |
| 1306 | 2026-04-17T16:54:58.115Z | Downloaded rustls v0.22.4 |
| 1307 | 2026-04-17T16:54:58.121Z | Downloaded zerocopy v0.8.40 |
| 1308 | 2026-04-17T16:54:58.127Z | Downloaded hickory-proto v0.25.2 |
| 1309 | 2026-04-17T16:54:58.136Z | Downloaded regex-syntax v0.8.10 |
| 1310 | 2026-04-17T16:54:58.167Z | Downloaded tabled v0.20.0 |
| 1311 | 2026-04-17T16:54:58.172Z | Downloaded nix v0.29.0 |
| 1312 | 2026-04-17T16:54:58.178Z | Downloaded dropshot v0.16.7 |
| 1313 | 2026-04-17T16:54:58.190Z | Downloaded nix v0.28.0 |
| 1314 | 2026-04-17T16:54:58.198Z | Downloaded time v0.3.47 |
| 1315 | 2026-04-17T16:54:58.215Z | Downloaded zlib-rs v0.6.2 |
| 1316 | 2026-04-17T16:54:58.224Z | Downloaded object v0.37.3 |
| 1317 | 2026-04-17T16:54:58.229Z | Downloaded dropshot v0.17.0 |
| 1318 | 2026-04-17T16:54:58.236Z | Downloaded tracing v0.1.44 |
| 1319 | 2026-04-17T16:54:58.248Z | Downloaded webpki-roots v1.0.6 |
| 1320 | 2026-04-17T16:54:58.251Z | Downloaded vcpkg v0.2.15 |
| 1321 | 2026-04-17T16:54:58.271Z | Downloaded sled v0.34.7 |
| 1322 | 2026-04-17T16:54:58.279Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1323 | 2026-04-17T16:54:58.286Z | Downloaded smoltcp v0.11.0 |
| 1324 | 2026-04-17T16:54:58.298Z | Downloaded diesel v2.3.7 |
| 1325 | 2026-04-17T16:54:58.303Z | Downloaded rustls v0.23.37 |
| 1326 | 2026-04-17T16:54:58.310Z | Downloaded regress v0.10.5 |
| 1327 | 2026-04-17T16:54:58.315Z | Downloaded rustix v0.38.44 |
| 1328 | 2026-04-17T16:54:58.332Z | Downloaded openapiv3 v2.2.0 |
| 1329 | 2026-04-17T16:54:58.359Z | Downloaded chrono-tz v0.10.4 |
| 1330 | 2026-04-17T16:54:58.369Z | Downloaded jiff v0.2.21 |
| 1331 | 2026-04-17T16:54:58.384Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1332 | 2026-04-17T16:54:58.391Z | Downloaded sqlparser v0.61.0 |
| 1333 | 2026-04-17T16:54:58.399Z | Downloaded sha3 v0.10.8 |
| 1334 | 2026-04-17T16:54:58.426Z | Downloaded typify-impl v0.6.1 |
| 1335 | 2026-04-17T16:54:58.450Z | Downloaded ratatui v0.29.0 |
| 1336 | 2026-04-17T16:54:58.461Z | Downloaded typify-impl v0.4.3 |
| 1337 | 2026-04-17T16:54:58.492Z | Downloaded zerocopy-derive v0.6.6 |
| 1338 | 2026-04-17T16:54:58.497Z | Downloaded csv v1.4.0 |
| 1339 | 2026-04-17T16:54:58.509Z | Downloaded regex-automata v0.4.14 |
| 1340 | 2026-04-17T16:54:58.518Z | Downloaded petgraph v0.6.5 |
| 1341 | 2026-04-17T16:54:58.538Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1342 | 2026-04-17T16:54:58.569Z | Downloaded petgraph v0.8.3 |
| 1343 | 2026-04-17T16:54:58.590Z | Downloaded libz-sys v1.1.24 |
| 1344 | 2026-04-17T16:54:58.618Z | Downloaded tokio v1.52.1 |
| 1345 | 2026-04-17T16:54:58.677Z | Downloaded encoding_rs v0.8.35 |
| 1346 | 2026-04-17T16:54:58.690Z | Downloaded ring v0.17.14 |
| 1347 | 2026-04-17T16:54:59.093Z | Downloaded aws-lc-sys v0.37.1 |
| 1348 | 2026-04-17T16:54:59.337Z | Compiling libc v0.2.185 |
| 1349 | 2026-04-17T16:54:59.337Z | Compiling serde v1.0.228 |
| 1350 | 2026-04-17T16:54:59.340Z | Compiling find-msvc-tools v0.1.9 |
| 1351 | 2026-04-17T16:54:59.340Z | Compiling log v0.4.29 |
| 1352 | 2026-04-17T16:54:59.340Z | Compiling shlex v1.3.0 |
| 1353 | 2026-04-17T16:54:59.340Z | Compiling smallvec v1.15.1 |
| 1354 | 2026-04-17T16:54:59.340Z | Compiling syn v2.0.117 |
| 1355 | 2026-04-17T16:54:59.341Z | Compiling typenum v1.19.0 |
| 1356 | 2026-04-17T16:54:59.667Z | Compiling generic-array v0.14.7 |
| 1357 | 2026-04-17T16:54:59.670Z | Compiling subtle v2.6.1 |
| 1358 | 2026-04-17T16:54:59.733Z | Compiling scopeguard v1.2.0 |
| 1359 | 2026-04-17T16:54:59.766Z | Compiling const-oid v0.9.6 |
| 1360 | 2026-04-17T16:54:59.832Z | Compiling lock_api v0.4.14 |
| 1361 | 2026-04-17T16:54:59.835Z | Compiling portable-atomic v1.13.1 |
| 1362 | 2026-04-17T16:54:59.857Z | Compiling zerocopy v0.8.40 |
| 1363 | 2026-04-17T16:54:59.919Z | Compiling serde_json v1.0.149 |
| 1364 | 2026-04-17T16:55:00.053Z | Compiling critical-section v1.2.0 |
| 1365 | 2026-04-17T16:55:00.119Z | Compiling pin-project-lite v0.2.17 |
| 1366 | 2026-04-17T16:55:00.160Z | Compiling parking_lot_core v0.9.12 |
| 1367 | 2026-04-17T16:55:00.303Z | Compiling getrandom v0.2.17 |
| 1368 | 2026-04-17T16:55:00.335Z | Compiling jobserver v0.1.34 |
| 1369 | 2026-04-17T16:55:00.365Z | Compiling errno v0.3.14 |
| 1370 | 2026-04-17T16:55:00.458Z | Compiling rand_core v0.6.4 |
| 1371 | 2026-04-17T16:55:00.497Z | Compiling pkg-config v0.3.32 |
| 1372 | 2026-04-17T16:55:00.531Z | Compiling signal-hook-registry v1.4.8 |
| 1373 | 2026-04-17T16:55:00.714Z | Compiling cc v1.2.56 |
| 1374 | 2026-04-17T16:55:00.732Z | Compiling bitflags v2.11.0 |
| 1375 | 2026-04-17T16:55:00.798Z | Compiling once_cell v1.21.3 |
| 1376 | 2026-04-17T16:55:00.812Z | Compiling libm v0.2.16 |
| 1377 | 2026-04-17T16:55:00.876Z | Compiling parking_lot v0.12.5 |
| 1378 | 2026-04-17T16:55:00.953Z | Compiling mio v1.2.0 |
| 1379 | 2026-04-17T16:55:01.005Z | Compiling num-traits v0.2.19 |
| 1380 | 2026-04-17T16:55:01.035Z | Compiling futures-core v0.3.32 |
| 1381 | 2026-04-17T16:55:01.187Z | Compiling percent-encoding v2.3.2 |
| 1382 | 2026-04-17T16:55:01.238Z | Compiling socket2 v0.6.3 |
| 1383 | 2026-04-17T16:55:01.312Z | Compiling allocator-api2 v0.2.21 |
| 1384 | 2026-04-17T16:55:01.365Z | Compiling cpufeatures v0.2.17 |
| 1385 | 2026-04-17T16:55:01.415Z | Compiling futures-sink v0.3.32 |
| 1386 | 2026-04-17T16:55:01.419Z | Compiling foldhash v0.2.0 |
| 1387 | 2026-04-17T16:55:01.439Z | Compiling slab v0.4.12 |
| 1388 | 2026-04-17T16:55:01.477Z | Compiling futures-channel v0.3.32 |
| 1389 | 2026-04-17T16:55:01.614Z | Compiling hashbrown v0.16.1 |
| 1390 | 2026-04-17T16:55:01.627Z | Compiling getrandom v0.4.1 |
| 1391 | 2026-04-17T16:55:01.645Z | Compiling futures-task v0.3.32 |
| 1392 | 2026-04-17T16:55:01.672Z | Compiling futures-io v0.3.32 |
| 1393 | 2026-04-17T16:55:01.809Z | Compiling rustversion v1.0.22 |
| 1394 | 2026-04-17T16:55:01.843Z | Compiling getrandom v0.3.4 |
| 1395 | 2026-04-17T16:55:01.930Z | Compiling rand_core v0.10.0 |
| 1396 | 2026-04-17T16:55:02.282Z | Compiling synstructure v0.13.2 |
| 1397 | 2026-04-17T16:55:02.353Z | Compiling indexmap v2.13.0 |
| 1398 | 2026-04-17T16:55:02.379Z | Compiling cmake v0.1.57 |
| 1399 | 2026-04-17T16:55:02.413Z | Compiling form_urlencoded v1.2.2 |
| 1400 | 2026-04-17T16:55:02.593Z | Compiling dunce v1.0.5 |
| 1401 | 2026-04-17T16:55:02.695Z | Compiling ident_case v1.0.1 |
| 1402 | 2026-04-17T16:55:02.727Z | Compiling fs_extra v1.3.0 |
| 1403 | 2026-04-17T16:55:02.796Z | Compiling base64ct v1.8.3 |
| 1404 | 2026-04-17T16:55:02.821Z | Compiling flagset v0.4.7 |
| 1405 | 2026-04-17T16:55:02.848Z | Compiling rand_core v0.9.5 |
| 1406 | 2026-04-17T16:55:02.873Z | Compiling iana-time-zone v0.1.65 |
| 1407 | 2026-04-17T16:55:02.951Z | Compiling rustix v1.1.3 |
| 1408 | 2026-04-17T16:55:02.973Z | Compiling ring v0.17.14 |
| 1409 | 2026-04-17T16:55:03.016Z | Compiling aws-lc-sys v0.37.1 |
| 1410 | 2026-04-17T16:55:03.042Z | Compiling pem-rfc7468 v0.7.0 |
| 1411 | 2026-04-17T16:55:03.106Z | Compiling uuid v1.23.0 |
| 1412 | 2026-04-17T16:55:03.112Z | Compiling rustc_version v0.4.1 |
| 1413 | 2026-04-17T16:55:03.145Z | Compiling vcpkg v0.2.15 |
| 1414 | 2026-04-17T16:55:03.357Z | Compiling regex-syntax v0.8.10 |
| 1415 | 2026-04-17T16:55:03.435Z | Compiling aws-lc-rs v1.16.0 |
| 1416 | 2026-04-17T16:55:03.721Z | Compiling tracing-core v0.1.36 |
| 1417 | 2026-04-17T16:55:03.818Z | Compiling pest_generator v2.8.6 |
| 1418 | 2026-04-17T16:55:03.873Z | Compiling openssl-sys v0.9.111 |
| 1419 | 2026-04-17T16:55:04.068Z | Compiling serde_derive v1.0.228 |
| 1420 | 2026-04-17T16:55:04.268Z | Compiling zeroize_derive v1.4.3 |
| 1421 | 2026-04-17T16:55:04.402Z | Compiling zerofrom-derive v0.1.6 |
| 1422 | 2026-04-17T16:55:04.545Z | Compiling yoke-derive v0.8.1 |
| 1423 | 2026-04-17T16:55:04.706Z | Compiling zerocopy-derive v0.8.40 |
| 1424 | 2026-04-17T16:55:04.925Z | Compiling zeroize v1.8.2 |
| 1425 | 2026-04-17T16:55:05.700Z | Compiling crypto-common v0.1.7 |
| 1426 | 2026-04-17T16:55:05.714Z | Compiling block-buffer v0.10.4 |
| 1427 | 2026-04-17T16:55:05.727Z | Compiling zerovec-derive v0.11.2 |
| 1428 | 2026-04-17T16:55:05.811Z | Compiling zerofrom v0.1.6 |
| 1429 | 2026-04-17T16:55:05.846Z | Compiling digest v0.10.7 |
| 1430 | 2026-04-17T16:55:05.877Z | Compiling displaydoc v0.2.5 |
| 1431 | 2026-04-17T16:55:05.940Z | Compiling yoke v0.8.1 |
| 1432 | 2026-04-17T16:55:06.096Z | Compiling tokio-macros v2.7.0 |
| 1433 | 2026-04-17T16:55:06.126Z | Compiling hmac v0.12.1 |
| 1434 | 2026-04-17T16:55:06.281Z | Compiling futures-macro v0.3.32 |
| 1435 | 2026-04-17T16:55:06.610Z | Compiling zerotrie v0.2.3 |
| 1436 | 2026-04-17T16:55:06.830Z | Compiling block-padding v0.3.3 |
| 1437 | 2026-04-17T16:55:06.861Z | Compiling zerovec v0.11.5 |
| 1438 | 2026-04-17T16:55:06.925Z | Compiling sha2 v0.10.9 |
| 1439 | 2026-04-17T16:55:06.985Z | Compiling inout v0.1.4 |
| 1440 | 2026-04-17T16:55:07.127Z | Compiling futures-util v0.3.32 |
| 1441 | 2026-04-17T16:55:07.154Z | Compiling cipher v0.4.4 |
| 1442 | 2026-04-17T16:55:07.353Z | Compiling tinystr v0.8.2 |
| 1443 | 2026-04-17T16:55:07.413Z | Compiling potential_utf v0.1.4 |
| 1444 | 2026-04-17T16:55:07.551Z | Compiling bytes v1.11.1 |
| 1445 | 2026-04-17T16:55:07.577Z | Compiling icu_locale_core v2.1.1 |
| 1446 | 2026-04-17T16:55:07.580Z | Compiling icu_collections v2.1.1 |
| 1447 | 2026-04-17T16:55:07.606Z | Compiling der_derive v0.7.3 |
| 1448 | 2026-04-17T16:55:08.060Z | Compiling tokio v1.52.1 |
| 1449 | 2026-04-17T16:55:08.168Z | Compiling http v1.4.0 |
| 1450 | 2026-04-17T16:55:08.287Z | Compiling icu_provider v2.1.1 |
| 1451 | 2026-04-17T16:55:08.458Z | Compiling chrono v0.4.44 |
| 1452 | 2026-04-17T16:55:08.556Z | Compiling icu_properties v2.1.2 |
| 1453 | 2026-04-17T16:55:08.580Z | Compiling icu_normalizer v2.1.1 |
| 1454 | 2026-04-17T16:55:09.056Z | Compiling ppv-lite86 v0.2.21 |
| 1455 | 2026-04-17T16:55:09.114Z | Compiling der v0.7.10 |
| 1456 | 2026-04-17T16:55:09.152Z | Compiling salsa20 v0.10.2 |
| 1457 | 2026-04-17T16:55:09.293Z | Compiling pbkdf2 v0.12.2 |
| 1458 | 2026-04-17T16:55:09.367Z | Compiling thiserror-impl v2.0.18 |
| 1459 | 2026-04-17T16:55:09.381Z | Compiling idna_adapter v1.2.1 |
| 1460 | 2026-04-17T16:55:09.406Z | Compiling scrypt v0.11.0 |
| 1461 | 2026-04-17T16:55:09.517Z | Compiling idna v1.1.0 |
| 1462 | 2026-04-17T16:55:09.621Z | Compiling rand_chacha v0.9.0 |
| 1463 | 2026-04-17T16:55:09.649Z | Compiling cbc v0.1.2 |
| 1464 | 2026-04-17T16:55:09.798Z | Compiling url v2.5.8 |
| 1465 | 2026-04-17T16:55:09.821Z | Compiling aes v0.8.4 |
| 1466 | 2026-04-17T16:55:10.148Z | Compiling spki v0.7.3 |
| 1467 | 2026-04-17T16:55:10.286Z | Compiling rustls-pki-types v1.14.0 |
| 1468 | 2026-04-17T16:55:10.305Z | Compiling tracing-attributes v0.1.31 |
| 1469 | 2026-04-17T16:55:10.351Z | Compiling pkcs5 v0.7.1 |
| 1470 | 2026-04-17T16:55:10.571Z | Compiling rand v0.9.2 |
| 1471 | 2026-04-17T16:55:10.654Z | Compiling thiserror v2.0.18 |
| 1472 | 2026-04-17T16:55:10.718Z | Compiling http-body v1.0.1 |
| 1473 | 2026-04-17T16:55:10.817Z | Compiling serde_derive_internals v0.29.1 |
| 1474 | 2026-04-17T16:55:10.831Z | Compiling untrusted v0.9.0 |
| 1475 | 2026-04-17T16:55:10.846Z | Compiling openssl-probe v0.2.1 |
| 1476 | 2026-04-17T16:55:10.874Z | Compiling base64 v0.22.1 |
| 1477 | 2026-04-17T16:55:10.952Z | Compiling schemars v0.8.22 |
| 1478 | 2026-04-17T16:55:11.021Z | Compiling untrusted v0.7.1 |
| 1479 | 2026-04-17T16:55:11.143Z | Compiling httparse v1.10.1 |
| 1480 | 2026-04-17T16:55:11.175Z | Compiling pkcs8 v0.10.2 |
| 1481 | 2026-04-17T16:55:11.350Z | Compiling pest_derive v2.8.6 |
| 1482 | 2026-04-17T16:55:11.489Z | Compiling scroll_derive v0.13.1 |
| 1483 | 2026-04-17T16:55:11.524Z | Compiling darling_core v0.20.11 |
| 1484 | 2026-04-17T16:55:11.588Z | Compiling tracing v0.1.44 |
| 1485 | 2026-04-17T16:55:11.682Z | Compiling schemars_derive v0.8.22 |
| 1486 | 2026-04-17T16:55:11.789Z | Compiling tokio-util v0.7.18 |
| 1487 | 2026-04-17T16:55:11.907Z | Compiling tower-layer v0.3.3 |
| 1488 | 2026-04-17T16:55:12.068Z | Compiling atomic-waker v1.1.2 |
| 1489 | 2026-04-17T16:55:12.198Z | Compiling tinyvec_macros v0.1.1 |
| 1490 | 2026-04-17T16:55:12.276Z | Compiling rustls v0.23.37 |
| 1491 | 2026-04-17T16:55:12.301Z | Compiling try-lock v0.2.5 |
| 1492 | 2026-04-17T16:55:12.412Z | Compiling dyn-clone v1.0.20 |
| 1493 | 2026-04-17T16:55:12.444Z | Compiling tower-service v0.3.3 |
| 1494 | 2026-04-17T16:55:12.543Z | Compiling h2 v0.4.13 |
| 1495 | 2026-04-17T16:55:12.558Z | Compiling want v0.3.1 |
| 1496 | 2026-04-17T16:55:12.724Z | Compiling scroll v0.13.0 |
| 1497 | 2026-04-17T16:55:12.817Z | Compiling tinyvec v1.10.0 |
| 1498 | 2026-04-17T16:55:13.009Z | Compiling ipnet v2.11.0 |
| 1499 | 2026-04-17T16:55:13.161Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1500 | 2026-04-17T16:55:13.285Z | Compiling spin v0.9.8 |
| 1501 | 2026-04-17T16:55:13.487Z | Compiling aho-corasick v1.1.4 |
| 1502 | 2026-04-17T16:55:13.502Z | Compiling crc32fast v1.5.0 |
| 1503 | 2026-04-17T16:55:13.540Z | Compiling pin-utils v0.1.0 |
| 1504 | 2026-04-17T16:55:13.614Z | Compiling openssl v0.10.75 |
| 1505 | 2026-04-17T16:55:13.693Z | Compiling powerfmt v0.2.0 |
| 1506 | 2026-04-17T16:55:13.764Z | Compiling time-core v0.1.8 |
| 1507 | 2026-04-17T16:55:13.790Z | Compiling darling_macro v0.20.11 |
| 1508 | 2026-04-17T16:55:13.835Z | Compiling httpdate v1.0.3 |
| 1509 | 2026-04-17T16:55:13.892Z | Compiling num-conv v0.2.0 |
| 1510 | 2026-04-17T16:55:13.906Z | Compiling foreign-types-shared v0.1.1 |
| 1511 | 2026-04-17T16:55:13.993Z | Compiling foreign-types v0.3.2 |
| 1512 | 2026-04-17T16:55:14.020Z | Compiling time-macros v0.2.27 |
| 1513 | 2026-04-17T16:55:14.069Z | Compiling deranged v0.5.8 |
| 1514 | 2026-04-17T16:55:14.081Z | Compiling tempfile v3.25.0 |
| 1515 | 2026-04-17T16:55:14.262Z | Compiling darling v0.20.11 |
| 1516 | 2026-04-17T16:55:14.343Z | Compiling regex-automata v0.4.14 |
| 1517 | 2026-04-17T16:55:14.443Z | Compiling goblin v0.10.5 |
| 1518 | 2026-04-17T16:55:15.057Z | Compiling openssl-macros v0.1.1 |
| 1519 | 2026-04-17T16:55:15.140Z | Compiling wait-timeout v0.2.1 |
| 1520 | 2026-04-17T16:55:15.406Z | Compiling hyper v1.8.1 |
| 1521 | 2026-04-17T16:55:15.440Z | Compiling socket2 v0.5.10 |
| 1522 | 2026-04-17T16:55:15.539Z | Compiling bit-vec v0.8.0 |
| 1523 | 2026-04-17T16:55:15.774Z | Compiling crossbeam-utils v0.8.21 |
| 1524 | 2026-04-17T16:55:15.836Z | Compiling simd-adler32 v0.3.8 |
| 1525 | 2026-04-17T16:55:16.058Z | Compiling num_threads v0.1.7 |
| 1526 | 2026-04-17T16:55:16.074Z | Compiling usdt-impl v0.6.0 |
| 1527 | 2026-04-17T16:55:16.150Z | Compiling native-tls v0.2.18 |
| 1528 | 2026-04-17T16:55:16.277Z | Compiling siphasher v1.0.2 |
| 1529 | 2026-04-17T16:55:16.352Z | Compiling syn v1.0.109 |
| 1530 | 2026-04-17T16:55:16.416Z | Compiling quick-error v1.2.3 |
| 1531 | 2026-04-17T16:55:16.463Z | Compiling hyper-util v0.1.20 |
| 1532 | 2026-04-17T16:55:16.524Z | Compiling rusty-fork v0.3.1 |
| 1533 | 2026-04-17T16:55:16.773Z | Compiling time v0.3.47 |
| 1534 | 2026-04-17T16:55:16.912Z | Compiling bit-set v0.8.0 |
| 1535 | 2026-04-17T16:55:17.075Z | Compiling derive_builder_core v0.20.2 |
| 1536 | 2026-04-17T16:55:17.975Z | Compiling dof v0.4.0 |
| 1537 | 2026-04-17T16:55:18.359Z | Compiling unicode-normalization v0.1.25 |
| 1538 | 2026-04-17T16:55:18.432Z | Compiling dtrace-parser v0.3.0 |
| 1539 | 2026-04-17T16:55:18.453Z | Compiling rustls-native-certs v0.8.3 |
| 1540 | 2026-04-17T16:55:18.707Z | Compiling signature v2.2.0 |
| 1541 | 2026-04-17T16:55:18.729Z | Compiling thiserror-impl v1.0.69 |
| 1542 | 2026-04-17T16:55:18.806Z | Compiling scroll_derive v0.12.1 |
| 1543 | 2026-04-17T16:55:18.869Z | Compiling heapless v0.7.17 |
| 1544 | 2026-04-17T16:55:19.103Z | Compiling rand_xorshift v0.4.0 |
| 1545 | 2026-04-17T16:55:19.135Z | Compiling slog v2.8.2 |
| 1546 | 2026-04-17T16:55:19.160Z | Compiling darling_core v0.21.3 |
| 1547 | 2026-04-17T16:55:19.262Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1548 | 2026-04-17T16:55:19.307Z | Compiling sync_wrapper v1.0.2 |
| 1549 | 2026-04-17T16:55:19.417Z | Compiling thread-id v5.1.0 |
| 1550 | 2026-04-17T16:55:19.445Z | Compiling cookie v0.18.1 |
| 1551 | 2026-04-17T16:55:19.499Z | Compiling unarray v0.1.4 |
| 1552 | 2026-04-17T16:55:19.530Z | Compiling zstd-safe v7.2.4 |
| 1553 | 2026-04-17T16:55:19.608Z | Compiling adler2 v2.0.1 |
| 1554 | 2026-04-17T16:55:19.625Z | Compiling anyhow v1.0.102 |
| 1555 | 2026-04-17T16:55:19.721Z | Compiling signal-hook v0.3.18 |
| 1556 | 2026-04-17T16:55:19.744Z | Compiling unicode-properties v0.1.4 |
| 1557 | 2026-04-17T16:55:19.872Z | Compiling paste v1.0.15 |
| 1558 | 2026-04-17T16:55:19.901Z | Compiling unicode-bidi v0.3.18 |
| 1559 | 2026-04-17T16:55:19.968Z | Compiling thiserror v1.0.69 |
| 1560 | 2026-04-17T16:55:19.974Z | Compiling miniz_oxide v0.8.9 |
| 1561 | 2026-04-17T16:55:20.106Z | Compiling proptest v1.10.0 |
| 1562 | 2026-04-17T16:55:20.409Z | Compiling stringprep v0.1.5 |
| 1563 | 2026-04-17T16:55:20.567Z | Compiling scroll v0.12.0 |
| 1564 | 2026-04-17T16:55:20.684Z | Compiling tower v0.5.3 |
| 1565 | 2026-04-17T16:55:20.850Z | Compiling derive_builder_macro v0.20.2 |
| 1566 | 2026-04-17T16:55:21.073Z | Compiling ipnetwork v0.21.1 |
| 1567 | 2026-04-17T16:55:21.131Z | Compiling http-body-util v0.1.3 |
| 1568 | 2026-04-17T16:55:21.294Z | Compiling webpki-roots v1.0.6 |
| 1569 | 2026-04-17T16:55:21.348Z | Compiling rand_chacha v0.3.1 |
| 1570 | 2026-04-17T16:55:21.378Z | Compiling erased-serde v0.3.31 |
| 1571 | 2026-04-17T16:55:21.413Z | Compiling toml_datetime v0.6.11 |
| 1572 | 2026-04-17T16:55:21.455Z | Compiling serde_tokenstream v0.2.3 |
| 1573 | 2026-04-17T16:55:21.631Z | Compiling darling_macro v0.21.3 |
| 1574 | 2026-04-17T16:55:21.720Z | Compiling serde_spanned v0.6.9 |
| 1575 | 2026-04-17T16:55:21.826Z | Compiling md-5 v0.10.6 |
| 1576 | 2026-04-17T16:55:21.868Z | Compiling zerocopy-derive v0.7.35 |
| 1577 | 2026-04-17T16:55:21.891Z | Compiling curve25519-dalek v4.1.3 |
| 1578 | 2026-04-17T16:55:21.994Z | Compiling vergen-lib v0.1.6 |
| 1579 | 2026-04-17T16:55:22.105Z | Compiling num-integer v0.1.46 |
| 1580 | 2026-04-17T16:55:22.162Z | Compiling hash32 v0.2.1 |
| 1581 | 2026-04-17T16:55:22.177Z | Compiling ff v0.13.1 |
| 1582 | 2026-04-17T16:55:22.233Z | Compiling memoffset v0.9.1 |
| 1583 | 2026-04-17T16:55:22.318Z | Compiling ryu v1.0.23 |
| 1584 | 2026-04-17T16:55:22.351Z | Compiling fallible-iterator v0.2.0 |
| 1585 | 2026-04-17T16:55:22.433Z | Compiling ref-cast v1.0.25 |
| 1586 | 2026-04-17T16:55:22.440Z | Compiling iri-string v0.7.10 |
| 1587 | 2026-04-17T16:55:22.503Z | Compiling zlib-rs v0.6.2 |
| 1588 | 2026-04-17T16:55:22.674Z | Compiling cfg_aliases v0.2.1 |
| 1589 | 2026-04-17T16:55:22.728Z | Compiling base16ct v0.2.0 |
| 1590 | 2026-04-17T16:55:22.745Z | Compiling rustix v0.38.44 |
| 1591 | 2026-04-17T16:55:22.758Z | Compiling litrs v1.0.0 |
| 1592 | 2026-04-17T16:55:22.908Z | Compiling psl-types v2.0.11 |
| 1593 | 2026-04-17T16:55:23.038Z | Compiling smoltcp v0.9.1 |
| 1594 | 2026-04-17T16:55:23.082Z | Compiling num-bigint-dig v0.8.6 |
| 1595 | 2026-04-17T16:55:23.255Z | Compiling document-features v0.2.12 |
| 1596 | 2026-04-17T16:55:23.381Z | Compiling publicsuffix v2.3.0 |
| 1597 | 2026-04-17T16:55:23.409Z | Compiling sec1 v0.7.3 |
| 1598 | 2026-04-17T16:55:23.553Z | Compiling tower-http v0.6.8 |
| 1599 | 2026-04-17T16:55:23.664Z | Compiling nix v0.31.2 |
| 1600 | 2026-04-17T16:55:23.873Z | Compiling zerocopy v0.7.35 |
| 1601 | 2026-04-17T16:55:23.914Z | Compiling postgres-protocol v0.6.10 |
| 1602 | 2026-04-17T16:55:23.945Z | Compiling serde_urlencoded v0.7.1 |
| 1603 | 2026-04-17T16:55:24.017Z | Compiling newtype-uuid v1.3.2 |
| 1604 | 2026-04-17T16:55:24.298Z | Compiling num-iter v0.1.45 |
| 1605 | 2026-04-17T16:55:24.409Z | Compiling group v0.13.0 |
| 1606 | 2026-04-17T16:55:24.466Z | Compiling darling v0.21.3 |
| 1607 | 2026-04-17T16:55:24.550Z | Compiling rand v0.8.5 |
| 1608 | 2026-04-17T16:55:24.582Z | Compiling oxnet v0.1.4 |
| 1609 | 2026-04-17T16:55:24.740Z | Compiling hubpack_derive v0.1.1 |
| 1610 | 2026-04-17T16:55:24.815Z | Compiling derive_builder v0.20.2 |
| 1611 | 2026-04-17T16:55:24.896Z | Compiling tokio-native-tls v0.3.1 |
| 1612 | 2026-04-17T16:55:24.979Z | Compiling goblin v0.8.2 |
| 1613 | 2026-04-17T16:55:25.384Z | Compiling flate2 v1.1.9 |
| 1614 | 2026-04-17T16:55:25.554Z | Compiling regex v1.12.3 |
| 1615 | 2026-04-17T16:55:25.674Z | Compiling phf_shared v0.13.1 |
| 1616 | 2026-04-17T16:55:25.781Z | Compiling lazy_static v1.5.0 |
| 1617 | 2026-04-17T16:55:25.796Z | Compiling cargo-platform v0.1.9 |
| 1618 | 2026-04-17T16:55:25.806Z | Compiling hkdf v0.12.4 |
| 1619 | 2026-04-17T16:55:25.878Z | Compiling crypto-bigint v0.5.5 |
| 1620 | 2026-04-17T16:55:25.934Z | Compiling terminal_size v0.4.3 |
| 1621 | 2026-04-17T16:55:25.977Z | Compiling ref-cast-impl v1.0.25 |
| 1622 | 2026-04-17T16:55:25.995Z | Compiling daft-derive v0.1.5 |
| 1623 | 2026-04-17T16:55:26.039Z | Compiling async-trait v0.1.89 |
| 1624 | 2026-04-17T16:55:26.052Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1625 | 2026-04-17T16:55:26.494Z | Compiling strum_macros v0.27.2 |
| 1626 | 2026-04-17T16:55:26.712Z | Compiling vergen v9.0.6 |
| 1627 | 2026-04-17T16:55:26.741Z | Compiling fs-err v3.3.0 |
| 1628 | 2026-04-17T16:55:26.893Z | Compiling ahash v0.8.12 |
| 1629 | 2026-04-17T16:55:26.928Z | Compiling bitflags v1.3.2 |
| 1630 | 2026-04-17T16:55:27.007Z | Compiling object v0.37.3 |
| 1631 | 2026-04-17T16:55:27.057Z | Compiling managed v0.8.0 |
| 1632 | 2026-04-17T16:55:27.094Z | Compiling unicode-segmentation v1.12.0 |
| 1633 | 2026-04-17T16:55:27.271Z | Compiling libbz2-rs-sys v0.2.2 |
| 1634 | 2026-04-17T16:55:27.274Z | Compiling winnow v0.5.40 |
| 1635 | 2026-04-17T16:55:27.490Z | Compiling bumpalo v3.20.2 |
| 1636 | 2026-04-17T16:55:27.746Z | Compiling foldhash v0.1.5 |
| 1637 | 2026-04-17T16:55:27.929Z | Compiling clap_builder v4.5.60 |
| 1638 | 2026-04-17T16:55:27.973Z | Compiling hashbrown v0.15.5 |
| 1639 | 2026-04-17T16:55:28.012Z | Compiling bzip2 v0.6.1 |
| 1640 | 2026-04-17T16:55:28.223Z | Compiling zopfli v0.8.3 |
| 1641 | 2026-04-17T16:55:28.512Z | Compiling strum v0.27.2 |
| 1642 | 2026-04-17T16:55:28.527Z | Compiling dof v0.3.0 |
| 1643 | 2026-04-17T16:55:28.656Z | Compiling toml_edit v0.19.15 |
| 1644 | 2026-04-17T16:55:28.895Z | Compiling elliptic-curve v0.13.8 |
| 1645 | 2026-04-17T16:55:29.233Z | Compiling daft v0.1.5 |
| 1646 | 2026-04-17T16:55:29.311Z | Compiling cargo_metadata v0.19.2 |
| 1647 | 2026-04-17T16:55:29.401Z | Compiling phf v0.13.1 |
| 1648 | 2026-04-17T16:55:29.565Z | Compiling signal-hook-mio v0.2.5 |
| 1649 | 2026-04-17T16:55:29.694Z | Compiling cookie_store v0.22.1 |
| 1650 | 2026-04-17T16:55:30.629Z | Compiling zstd v0.13.3 |
| 1651 | 2026-04-17T16:55:30.721Z | Compiling hubpack v0.1.2 |
| 1652 | 2026-04-17T16:55:30.891Z | Compiling hyper-tls v0.6.0 |
| 1653 | 2026-04-17T16:55:30.902Z | Compiling bzip2 v0.4.4 |
| 1654 | 2026-04-17T16:55:30.936Z | Compiling serde_with_macros v3.17.0 |
| 1655 | 2026-04-17T16:55:31.107Z | Compiling postgres-types v0.2.12 |
| 1656 | 2026-04-17T16:55:31.145Z | Compiling usdt-attr-macro v0.6.0 |
| 1657 | 2026-04-17T16:55:31.240Z | Compiling usdt-macro v0.6.0 |
| 1658 | 2026-04-17T16:55:31.667Z | Compiling dtrace-parser v0.2.0 |
| 1659 | 2026-04-17T16:55:31.877Z | Compiling ed25519 v2.2.3 |
| 1660 | 2026-04-17T16:55:31.947Z | Compiling bstr v1.12.1 |
| 1661 | 2026-04-17T16:55:32.012Z | Compiling phf_shared v0.11.3 |
| 1662 | 2026-04-17T16:55:32.079Z | Compiling pkcs1 v0.7.5 |
| 1663 | 2026-04-17T16:55:32.197Z | Compiling hex v0.4.3 |
| 1664 | 2026-04-17T16:55:32.246Z | Compiling serde-big-array v0.5.1 |
| 1665 | 2026-04-17T16:55:32.392Z | Compiling rfc6979 v0.4.0 |
| 1666 | 2026-04-17T16:55:32.445Z | Compiling serde_repr v0.1.20 |
| 1667 | 2026-04-17T16:55:32.480Z | Compiling enum-as-inner v0.6.1 |
| 1668 | 2026-04-17T16:55:32.483Z | Compiling clap_derive v4.5.55 |
| 1669 | 2026-04-17T16:55:32.517Z | Compiling strum_macros v0.26.4 |
| 1670 | 2026-04-17T16:55:32.600Z | Compiling float-cmp v0.10.0 |
| 1671 | 2026-04-17T16:55:32.750Z | Compiling memmap2 v0.9.10 |
| 1672 | 2026-04-17T16:55:32.788Z | Compiling thread-id v4.2.2 |
| 1673 | 2026-04-17T16:55:32.877Z | Compiling env_filter v1.0.0 |
| 1674 | 2026-04-17T16:55:32.960Z | Compiling encoding_rs v0.8.35 |
| 1675 | 2026-04-17T16:55:32.960Z | Compiling normalize-line-endings v0.3.0 |
| 1676 | 2026-04-17T16:55:32.988Z | Compiling data-encoding v2.10.0 |
| 1677 | 2026-04-17T16:55:33.057Z | Compiling rustc-hash v2.1.1 |
| 1678 | 2026-04-17T16:55:33.178Z | Compiling new_debug_unreachable v1.0.6 |
| 1679 | 2026-04-17T16:55:33.192Z | Compiling jiff v0.2.21 |
| 1680 | 2026-04-17T16:55:33.252Z | Compiling precomputed-hash v0.1.1 |
| 1681 | 2026-04-17T16:55:33.346Z | Compiling keccak v0.1.6 |
| 1682 | 2026-04-17T16:55:33.673Z | Compiling mime v0.3.17 |
| 1683 | 2026-04-17T16:55:33.934Z | Compiling fixedbitset v0.4.2 |
| 1684 | 2026-04-17T16:55:34.151Z | Compiling either v1.15.0 |
| 1685 | 2026-04-17T16:55:34.151Z | Compiling whoami v2.1.0 |
| 1686 | 2026-04-17T16:55:34.237Z | Compiling difflib v0.4.0 |
| 1687 | 2026-04-17T16:55:34.254Z | Compiling fixedbitset v0.5.7 |
| 1688 | 2026-04-17T16:55:34.360Z | Compiling predicates-core v1.0.10 |
| 1689 | 2026-04-17T16:55:34.479Z | Compiling static_assertions v1.1.0 |
| 1690 | 2026-04-17T16:55:34.531Z | Compiling predicates v3.1.4 |
| 1691 | 2026-04-17T16:55:34.546Z | Compiling petgraph v0.8.3 |
| 1692 | 2026-04-17T16:55:34.558Z | Compiling tokio-postgres v0.7.16 |
| 1693 | 2026-04-17T16:55:34.572Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1694 | 2026-04-17T16:55:34.806Z | Compiling itertools v0.13.0 |
| 1695 | 2026-04-17T16:55:35.052Z | Compiling strum v0.26.3 |
| 1696 | 2026-04-17T16:55:35.180Z | Compiling clap v4.5.60 |
| 1697 | 2026-04-17T16:55:35.194Z | Compiling toml_edit v0.22.27 |
| 1698 | 2026-04-17T16:55:35.265Z | Compiling petgraph v0.6.5 |
| 1699 | 2026-04-17T16:55:36.011Z | Compiling zip v4.6.1 |
| 1700 | 2026-04-17T16:55:36.438Z | Compiling sha3 v0.10.8 |
| 1701 | 2026-04-17T16:55:36.727Z | Compiling string_cache v0.8.9 |
| 1702 | 2026-04-17T16:55:36.773Z | Compiling hickory-proto v0.25.2 |
| 1703 | 2026-04-17T16:55:36.944Z | Compiling iddqd v0.3.17 |
| 1704 | 2026-04-17T16:55:36.958Z | Compiling env_logger v0.11.9 |
| 1705 | 2026-04-17T16:55:37.031Z | Compiling usdt v0.6.0 |
| 1706 | 2026-04-17T16:55:37.305Z | Compiling usdt-impl v0.5.0 |
| 1707 | 2026-04-17T16:55:37.318Z | Compiling ecdsa v0.16.9 |
| 1708 | 2026-04-17T16:55:37.318Z | Compiling serde_with v3.17.0 |
| 1709 | 2026-04-17T16:55:37.347Z | Compiling similar v2.7.0 |
| 1710 | 2026-04-17T16:55:37.715Z | Compiling rsa v0.9.10 |
| 1711 | 2026-04-17T16:55:37.895Z | Compiling ed25519-dalek v2.2.0 |
| 1712 | 2026-04-17T16:55:37.953Z | Compiling crossterm v0.28.1 |
| 1713 | 2026-04-17T16:55:38.215Z | Compiling zip v0.6.6 |
| 1714 | 2026-04-17T16:55:38.789Z | Compiling toml v0.7.8 |
| 1715 | 2026-04-17T16:55:39.258Z | Compiling heck v0.4.1 |
| 1716 | 2026-04-17T16:55:39.355Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1717 | 2026-04-17T16:55:39.389Z | Compiling crossbeam-epoch v0.9.18 |
| 1718 | 2026-04-17T16:55:39.490Z | Compiling tokio-stream v0.1.18 |
| 1719 | 2026-04-17T16:55:39.509Z | Compiling buf-list v1.1.2 |
| 1720 | 2026-04-17T16:55:39.718Z | Compiling x509-cert v0.2.5 |
| 1721 | 2026-04-17T16:55:39.783Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1722 | 2026-04-17T16:55:39.952Z | Compiling openapiv3 v2.2.0 |
| 1723 | 2026-04-17T16:55:40.001Z | Compiling sha1 v0.10.6 |
| 1724 | 2026-04-17T16:55:40.086Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1725 | 2026-04-17T16:55:40.214Z | Compiling peg-runtime v0.8.5 |
| 1726 | 2026-04-17T16:55:40.387Z | Compiling lalrpop-util v0.19.12 |
| 1727 | 2026-04-17T16:55:40.506Z | Compiling thread_local v1.1.9 |
| 1728 | 2026-04-17T16:55:40.588Z | Compiling slog-async v2.8.0 |
| 1729 | 2026-04-17T16:55:40.761Z | Compiling crossbeam-channel v0.5.15 |
| 1730 | 2026-04-17T16:55:40.910Z | Compiling futures-executor v0.3.32 |
| 1731 | 2026-04-17T16:55:41.011Z | Compiling is-terminal v0.4.17 |
| 1732 | 2026-04-17T16:55:41.114Z | Compiling filetime v0.2.27 |
| 1733 | 2026-04-17T16:55:41.178Z | Compiling take_mut v0.2.2 |
| 1734 | 2026-04-17T16:55:41.225Z | Compiling xattr v1.6.1 |
| 1735 | 2026-04-17T16:55:41.289Z | Compiling term v1.2.1 |
| 1736 | 2026-04-17T16:55:41.334Z | Compiling tar v0.4.45 |
| 1737 | 2026-04-17T16:55:41.412Z | Compiling futures v0.3.32 |
| 1738 | 2026-04-17T16:55:41.759Z | Compiling slog-term v2.9.2 |
| 1739 | 2026-04-17T16:55:48.160Z | Compiling rustls-webpki v0.103.9 |
| 1740 | 2026-04-17T16:55:50.923Z | Compiling tokio-rustls v0.26.4 |
| 1741 | 2026-04-17T16:55:50.923Z | Compiling rustls-platform-verifier v0.6.2 |
| 1742 | 2026-04-17T16:55:51.118Z | Compiling hyper-rustls v0.27.7 |
| 1743 | 2026-04-17T16:55:51.318Z | Compiling reqwest v0.12.28 |
| 1744 | 2026-04-17T16:55:51.318Z | Compiling reqwest v0.13.2 |
| 1745 | 2026-04-17T16:55:53.400Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1746 | 2026-04-17T16:55:53.617Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1747 | 2026-04-17T16:55:56.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 1748 | 2026-04-17T16:55:56.561Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1749 | 2026-04-17T16:55:56.615Z | Apr 17 16:55:55.160 INFO Starting download, target: Cockroach |
| 1750 | 2026-04-17T16:55:56.615Z | Apr 17 16:55:55.161 INFO Starting download, target: DendriteStub |
| 1751 | 2026-04-17T16:55:56.618Z | Apr 17 16:55:55.161 INFO Starting download, target: Clickhouse |
| 1752 | 2026-04-17T16:55:56.618Z | Apr 17 16:55:55.161 INFO Starting download, target: Console |
| 1753 | 2026-04-17T16:55:56.618Z | Apr 17 16:55:55.161 INFO Starting download, target: MaghemiteMgd |
| 1754 | 2026-04-17T16:55:56.618Z | Apr 17 16:55:55.161 INFO Starting download, target: TransceiverControl |
| 1755 | 2026-04-17T16:55:56.618Z | Apr 17 16:55:55.161 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1756 | 2026-04-17T16:55:56.618Z | Apr 17 16:55:55.161 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1757 | 2026-04-17T16:55:56.618Z | Apr 17 16:55:55.161 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1758 | 2026-04-17T16:55:56.618Z | Apr 17 16:55:55.161 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1759 | 2026-04-17T16:55:56.618Z | Apr 17 16:55:55.161 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1760 | 2026-04-17T16:55:56.618Z | Apr 17 16:55:55.161 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1761 | 2026-04-17T16:55:56.921Z | Apr 17 16:55:55.467 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1762 | 2026-04-17T16:55:57.132Z | Apr 17 16:55:55.677 INFO Download complete, target: TransceiverControl |
| 1763 | 2026-04-17T16:55:57.527Z | Apr 17 16:55:56.073 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1764 | 2026-04-17T16:55:57.762Z | Apr 17 16:55:56.303 INFO Download complete, target: Console |
| 1765 | 2026-04-17T16:55:58.270Z | Apr 17 16:55:56.816 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1766 | 2026-04-17T16:55:58.366Z | Apr 17 16:55:56.910 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1767 | 2026-04-17T16:55:58.534Z | Apr 17 16:55:57.079 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1768 | 2026-04-17T16:55:58.718Z | Apr 17 16:55:57.264 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1769 | 2026-04-17T16:55:58.718Z | Apr 17 16:55:57.264 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1770 | 2026-04-17T16:56:00.626Z | Apr 17 16:55:59.171 INFO Download complete, target: MaghemiteMgd |
| 1771 | 2026-04-17T16:56:00.719Z | Apr 17 16:55:59.263 INFO Download complete, target: DendriteStub |
| 1772 | 2026-04-17T16:56:03.315Z | Apr 17 16:56:01.860 INFO Checking that binary works, target: Cockroach |
| 1773 | 2026-04-17T16:56:03.407Z | Apr 17 16:56:01.953 INFO Download complete, target: Cockroach |
| 1774 | 2026-04-17T16:56:05.224Z | Apr 17 16:56:03.768 INFO Checking that binary works, target: Clickhouse |
| 1775 | 2026-04-17T16:56:05.360Z | Apr 17 16:56:03.906 INFO Download complete, target: Clickhouse |
| 1776 | 2026-04-17T16:56:05.373Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1777 | 2026-04-17T16:56:05.377Z | |
| 1778 | 2026-04-17T16:56:05.377Z | real 3:49.171375684 |
| 1779 | 2026-04-17T16:56:05.377Z | user 7:13.445460925 |
| 1780 | 2026-04-17T16:56:05.377Z | sys 1:24.064746985 |
| 1781 | 2026-04-17T16:56:05.377Z | trap 0.225327019 |
| 1782 | 2026-04-17T16:56:05.377Z | tflt 0.568299939 |
| 1783 | 2026-04-17T16:56:05.377Z | dflt 0.469546597 |
| 1784 | 2026-04-17T16:56:05.377Z | kflt 0.022230828 |
| 1785 | 2026-04-17T16:56:05.377Z | lock 20:44.642183113 |
| 1786 | 2026-04-17T16:56:05.377Z | slp 23:11.589123350 |
| 1787 | 2026-04-17T16:56:05.377Z | lat 42.672911965 |
| 1788 | 2026-04-17T16:56:05.377Z | stop 1:55.089983082 |
| 1789 | 2026-04-17T16:56:05.377Z | + banner clippy |
| 1790 | 2026-04-17T16:56:05.377Z | |
| 1791 | 2026-04-17T16:56:05.377Z | #### # # ##### ##### # # |
| 1792 | 2026-04-17T16:56:05.377Z | # # # # # # # # # # |
| 1793 | 2026-04-17T16:56:05.377Z | # # # # # # # # |
| 1794 | 2026-04-17T16:56:05.377Z | # # # ##### ##### # |
| 1795 | 2026-04-17T16:56:05.377Z | # # # # # # # |
| 1796 | 2026-04-17T16:56:05.377Z | #### ###### # # # # |
| 1797 | 2026-04-17T16:56:05.377Z | |
| 1798 | 2026-04-17T16:56:05.377Z | + export CARGO_INCREMENTAL=0 |
| 1799 | 2026-04-17T16:56:05.377Z | + CARGO_INCREMENTAL=0 |
| 1800 | 2026-04-17T16:56:05.377Z | + ptime -m cargo xtask clippy |
| 1801 | 2026-04-17T16:56:05.909Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1802 | 2026-04-17T16:56:06.127Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1803 | 2026-04-17T16:56:07.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1804 | 2026-04-17T16:56:08.053Z | Running `target/debug/xtask clippy` |
| 1805 | 2026-04-17T16:56:08.081Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1806 | 2026-04-17T16:56:08.686Z | Downloading crates ... |
| 1807 | 2026-04-17T16:56:08.883Z | Downloaded addr2line v0.25.1 |
| 1808 | 2026-04-17T16:56:08.886Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1809 | 2026-04-17T16:56:08.890Z | Downloaded oorandom v11.1.5 |
| 1810 | 2026-04-17T16:56:08.893Z | Downloaded assert-json-diff v2.0.2 |
| 1811 | 2026-04-17T16:56:08.893Z | Downloaded approx v0.5.1 |
| 1812 | 2026-04-17T16:56:08.905Z | Downloaded gimli v0.32.3 |
| 1813 | 2026-04-17T16:56:08.910Z | Downloaded similar-asserts v1.7.0 |
| 1814 | 2026-04-17T16:56:08.914Z | Downloaded owo-colors v3.5.0 |
| 1815 | 2026-04-17T16:56:08.914Z | Downloaded target-lexicon v0.13.3 |
| 1816 | 2026-04-17T16:56:08.917Z | Downloaded linkme-impl v0.3.35 |
| 1817 | 2026-04-17T16:56:08.920Z | Downloaded escape8259 v0.5.3 |
| 1818 | 2026-04-17T16:56:08.920Z | Downloaded termcolor v1.4.1 |
| 1819 | 2026-04-17T16:56:08.923Z | Downloaded concurrent-queue v2.5.0 |
| 1820 | 2026-04-17T16:56:08.926Z | Downloaded supports-unicode v2.1.0 |
| 1821 | 2026-04-17T16:56:08.928Z | Downloaded futures-timer v3.0.3 |
| 1822 | 2026-04-17T16:56:08.928Z | Downloaded blake2b_simd v1.0.4 |
| 1823 | 2026-04-17T16:56:08.928Z | Downloaded async-object-pool v0.2.0 |
| 1824 | 2026-04-17T16:56:08.928Z | Downloaded assert_cmd v2.1.2 |
| 1825 | 2026-04-17T16:56:08.932Z | Downloaded fancy-regex v0.14.0 |
| 1826 | 2026-04-17T16:56:08.935Z | Downloaded pathdiff v0.2.3 |
| 1827 | 2026-04-17T16:56:08.942Z | Downloaded supports-hyperlinks v2.1.0 |
| 1828 | 2026-04-17T16:56:08.945Z | Downloaded tokio-test v0.4.5 |
| 1829 | 2026-04-17T16:56:08.945Z | Downloaded nested v0.1.1 |
| 1830 | 2026-04-17T16:56:08.945Z | Downloaded cast v0.3.0 |
| 1831 | 2026-04-17T16:56:08.945Z | Downloaded backtrace-ext v0.2.1 |
| 1832 | 2026-04-17T16:56:08.948Z | Downloaded plotters-svg v0.3.7 |
| 1833 | 2026-04-17T16:56:08.948Z | Downloaded plotters-backend v0.3.7 |
| 1834 | 2026-04-17T16:56:08.956Z | Downloaded rstest_macros v0.25.0 |
| 1835 | 2026-04-17T16:56:08.959Z | Downloaded constant_time_eq v0.3.1 |
| 1836 | 2026-04-17T16:56:08.962Z | Downloaded serde_regex v1.1.0 |
| 1837 | 2026-04-17T16:56:08.965Z | Downloaded supports-color v2.1.0 |
| 1838 | 2026-04-17T16:56:08.968Z | Downloaded parking v2.2.1 |
| 1839 | 2026-04-17T16:56:08.971Z | Downloaded cargo-platform v0.3.2 |
| 1840 | 2026-04-17T16:56:08.974Z | Downloaded target-triple v1.0.0 |
| 1841 | 2026-04-17T16:56:08.976Z | Downloaded miette-derive v5.10.0 |
| 1842 | 2026-04-17T16:56:08.979Z | Downloaded event-listener-strategy v0.5.4 |
| 1843 | 2026-04-17T16:56:08.981Z | Downloaded terminal_size v0.1.17 |
| 1844 | 2026-04-17T16:56:08.984Z | Downloaded partial-io v0.5.4 |
| 1845 | 2026-04-17T16:56:08.984Z | Downloaded path-tree v0.8.3 |
| 1846 | 2026-04-17T16:56:08.987Z | Downloaded anes v0.1.6 |
| 1847 | 2026-04-17T16:56:08.990Z | Downloaded rustc-demangle v0.1.27 |
| 1848 | 2026-04-17T16:56:08.990Z | Downloaded httptest v0.16.4 |
| 1849 | 2026-04-17T16:56:08.992Z | Downloaded knuffel-derive v3.2.0 |
| 1850 | 2026-04-17T16:56:08.995Z | Downloaded rust-argon2 v2.1.0 |
| 1851 | 2026-04-17T16:56:08.995Z | Downloaded relative-path v1.9.3 |
| 1852 | 2026-04-17T16:56:08.998Z | Downloaded rand_distr v0.5.1 |
| 1853 | 2026-04-17T16:56:09.001Z | Downloaded cargo_metadata v0.23.1 |
| 1854 | 2026-04-17T16:56:09.001Z | Downloaded libtest-mimic v0.8.1 |
| 1855 | 2026-04-17T16:56:09.004Z | Downloaded target-spec v3.5.7 |
| 1856 | 2026-04-17T16:56:09.007Z | Downloaded tinytemplate v1.2.1 |
| 1857 | 2026-04-17T16:56:09.007Z | Downloaded linkme v0.3.35 |
| 1858 | 2026-04-17T16:56:09.010Z | Downloaded event-listener v5.4.1 |
| 1859 | 2026-04-17T16:56:09.010Z | Downloaded async-lock v3.4.2 |
| 1860 | 2026-04-17T16:56:09.013Z | Downloaded stringmetrics v2.2.2 |
| 1861 | 2026-04-17T16:56:09.020Z | Downloaded hickory-client v0.25.2 |
| 1862 | 2026-04-17T16:56:09.023Z | Downloaded criterion-plot v0.6.0 |
| 1863 | 2026-04-17T16:56:09.023Z | Downloaded datatest-stable v0.3.3 |
| 1864 | 2026-04-17T16:56:09.026Z | Downloaded cfg-expr v0.20.6 |
| 1865 | 2026-04-17T16:56:09.029Z | Downloaded trybuild v1.0.116 |
| 1866 | 2026-04-17T16:56:09.039Z | Downloaded textwrap v0.15.2 |
| 1867 | 2026-04-17T16:56:09.042Z | Downloaded knuffel v3.2.0 |
| 1868 | 2026-04-17T16:56:09.042Z | Downloaded chumsky v0.9.3 |
| 1869 | 2026-04-17T16:56:09.047Z | Downloaded rstest v0.25.0 |
| 1870 | 2026-04-17T16:56:09.050Z | Downloaded backtrace v0.3.76 |
| 1871 | 2026-04-17T16:56:09.050Z | Downloaded miette v5.10.0 |
| 1872 | 2026-04-17T16:56:09.056Z | Downloaded hashbrown v0.14.5 |
| 1873 | 2026-04-17T16:56:09.063Z | Downloaded criterion v0.7.0 |
| 1874 | 2026-04-17T16:56:09.067Z | Downloaded guppy v0.17.25 |
| 1875 | 2026-04-17T16:56:09.067Z | Downloaded plotters v0.3.7 |
| 1876 | 2026-04-17T16:56:09.157Z | Downloaded httpmock v0.8.3 |
| 1877 | 2026-04-17T16:56:10.736Z | Checking cfg-if v1.0.4 |
| 1878 | 2026-04-17T16:56:11.075Z | Checking libc v0.2.185 |
| 1879 | 2026-04-17T16:56:11.078Z | Checking serde_core v1.0.228 |
| 1880 | 2026-04-17T16:56:11.148Z | Checking memchr v2.8.0 |
| 1881 | 2026-04-17T16:56:11.187Z | Checking smallvec v1.15.1 |
| 1882 | 2026-04-17T16:56:11.224Z | Checking log v0.4.29 |
| 1883 | 2026-04-17T16:56:11.258Z | Checking itoa v1.0.17 |
| 1884 | 2026-04-17T16:56:11.300Z | Checking zeroize v1.8.2 |
| 1885 | 2026-04-17T16:56:11.338Z | Checking libm v0.2.16 |
| 1886 | 2026-04-17T16:56:11.392Z | Checking scopeguard v1.2.0 |
| 1887 | 2026-04-17T16:56:11.428Z | Checking stable_deref_trait v1.2.1 |
| 1888 | 2026-04-17T16:56:11.464Z | Checking zmij v1.0.21 |
| 1889 | 2026-04-17T16:56:11.503Z | Checking zerofrom v0.1.6 |
| 1890 | 2026-04-17T16:56:11.537Z | Checking lock_api v0.4.14 |
| 1891 | 2026-04-17T16:56:11.566Z | Checking errno v0.3.14 |
| 1892 | 2026-04-17T16:56:11.569Z | Checking getrandom v0.2.17 |
| 1893 | 2026-04-17T16:56:11.636Z | Checking percent-encoding v2.3.2 |
| 1894 | 2026-04-17T16:56:11.670Z | Checking yoke v0.8.1 |
| 1895 | 2026-04-17T16:56:11.702Z | Checking litemap v0.8.1 |
| 1896 | 2026-04-17T16:56:11.735Z | Checking writeable v0.6.2 |
| 1897 | 2026-04-17T16:56:11.774Z | Checking icu_normalizer_data v2.1.1 |
| 1898 | 2026-04-17T16:56:11.777Z | Checking icu_properties_data v2.1.2 |
| 1899 | 2026-04-17T16:56:11.835Z | Checking subtle v2.6.1 |
| 1900 | 2026-04-17T16:56:11.871Z | Checking zerovec v0.11.5 |
| 1901 | 2026-04-17T16:56:11.906Z | Checking zerotrie v0.2.3 |
| 1902 | 2026-04-17T16:56:11.939Z | Checking form_urlencoded v1.2.2 |
| 1903 | 2026-04-17T16:56:11.939Z | Checking utf8_iter v1.0.4 |
| 1904 | 2026-04-17T16:56:11.942Z | Checking pin-project-lite v0.2.17 |
| 1905 | 2026-04-17T16:56:12.035Z | Checking num-traits v0.2.19 |
| 1906 | 2026-04-17T16:56:12.071Z | Checking rand_core v0.6.4 |
| 1907 | 2026-04-17T16:56:12.107Z | Checking parking_lot_core v0.9.12 |
| 1908 | 2026-04-17T16:56:12.142Z | Checking portable-atomic v1.13.1 |
| 1909 | 2026-04-17T16:56:12.177Z | Checking zerocopy v0.8.40 |
| 1910 | 2026-04-17T16:56:12.212Z | Checking rand_core v0.10.0 |
| 1911 | 2026-04-17T16:56:12.269Z | Checking critical-section v1.2.0 |
| 1912 | 2026-04-17T16:56:12.309Z | Checking tinystr v0.8.2 |
| 1913 | 2026-04-17T16:56:12.344Z | Checking potential_utf v0.1.4 |
| 1914 | 2026-04-17T16:56:12.375Z | Checking parking_lot v0.12.5 |
| 1915 | 2026-04-17T16:56:12.409Z | Checking getrandom v0.4.1 |
| 1916 | 2026-04-17T16:56:12.498Z | Checking icu_collections v2.1.1 |
| 1917 | 2026-04-17T16:56:12.534Z | Checking icu_locale_core v2.1.1 |
| 1918 | 2026-04-17T16:56:12.566Z | Checking serde v1.0.228 |
| 1919 | 2026-04-17T16:56:12.601Z | Checking serde_json v1.0.149 |
| 1920 | 2026-04-17T16:56:12.605Z | Checking bitflags v2.11.0 |
| 1921 | 2026-04-17T16:56:12.632Z | Checking once_cell v1.21.3 |
| 1922 | 2026-04-17T16:56:12.699Z | Checking signal-hook-registry v1.4.8 |
| 1923 | 2026-04-17T16:56:12.827Z | Checking mio v1.2.0 |
| 1924 | 2026-04-17T16:56:12.871Z | Checking socket2 v0.6.3 |
| 1925 | 2026-04-17T16:56:12.904Z | Checking typenum v1.19.0 |
| 1926 | 2026-04-17T16:56:12.948Z | Checking iana-time-zone v0.1.65 |
| 1927 | 2026-04-17T16:56:12.986Z | Checking bytes v1.11.1 |
| 1928 | 2026-04-17T16:56:13.084Z | Checking chrono v0.4.44 |
| 1929 | 2026-04-17T16:56:13.119Z | Checking icu_provider v2.1.1 |
| 1930 | 2026-04-17T16:56:13.158Z | Checking thiserror v2.0.18 |
| 1931 | 2026-04-17T16:56:13.197Z | Checking uuid v1.23.0 |
| 1932 | 2026-04-17T16:56:13.279Z | Checking semver v1.0.27 |
| 1933 | 2026-04-17T16:56:13.316Z | Checking allocator-api2 v0.2.21 |
| 1934 | 2026-04-17T16:56:13.377Z | Checking icu_properties v2.1.2 |
| 1935 | 2026-04-17T16:56:13.440Z | Checking icu_normalizer v2.1.1 |
| 1936 | 2026-04-17T16:56:13.443Z | Checking generic-array v0.14.7 |
| 1937 | 2026-04-17T16:56:13.506Z | Checking tokio v1.52.1 |
| 1938 | 2026-04-17T16:56:13.541Z | Checking futures-core v0.3.32 |
| 1939 | 2026-04-17T16:56:13.636Z | Checking equivalent v1.0.2 |
| 1940 | 2026-04-17T16:56:13.702Z | Checking dyn-clone v1.0.20 |
| 1941 | 2026-04-17T16:56:13.745Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1942 | 2026-04-17T16:56:13.783Z | Checking const-oid v0.9.6 |
| 1943 | 2026-04-17T16:56:13.831Z | Checking foldhash v0.2.0 |
| 1944 | 2026-04-17T16:56:13.933Z | Checking crypto-common v0.1.7 |
| 1945 | 2026-04-17T16:56:13.972Z | Checking block-buffer v0.10.4 |
| 1946 | 2026-04-17T16:56:14.038Z | Checking hashbrown v0.16.1 |
| 1947 | 2026-04-17T16:56:14.081Z | Checking futures-sink v0.3.32 |
| 1948 | 2026-04-17T16:56:14.084Z | Checking futures-io v0.3.32 |
| 1949 | 2026-04-17T16:56:14.146Z | Checking futures-task v0.3.32 |
| 1950 | 2026-04-17T16:56:14.198Z | Checking idna_adapter v1.2.1 |
| 1951 | 2026-04-17T16:56:14.232Z | Checking slab v0.4.12 |
| 1952 | 2026-04-17T16:56:14.235Z | Checking futures-channel v0.3.32 |
| 1953 | 2026-04-17T16:56:14.304Z | Checking rustix v1.1.3 |
| 1954 | 2026-04-17T16:56:14.342Z | Checking idna v1.1.0 |
| 1955 | 2026-04-17T16:56:14.413Z | Checking byteorder v1.5.0 |
| 1956 | 2026-04-17T16:56:14.472Z | Checking digest v0.10.7 |
| 1957 | 2026-04-17T16:56:14.500Z | Checking futures-util v0.3.32 |
| 1958 | 2026-04-17T16:56:14.550Z | Checking cpufeatures v0.2.17 |
| 1959 | 2026-04-17T16:56:14.610Z | Checking url v2.5.8 |
| 1960 | 2026-04-17T16:56:14.642Z | Checking indexmap v2.13.0 |
| 1961 | 2026-04-17T16:56:14.676Z | Checking thiserror v1.0.69 |
| 1962 | 2026-04-17T16:56:14.712Z | Checking getrandom v0.3.4 |
| 1963 | 2026-04-17T16:56:14.802Z | Checking fnv v1.0.7 |
| 1964 | 2026-04-17T16:56:14.885Z | Checking regex-syntax v0.8.10 |
| 1965 | 2026-04-17T16:56:14.920Z | Checking ppv-lite86 v0.2.21 |
| 1966 | 2026-04-17T16:56:14.922Z | Checking http v1.4.0 |
| 1967 | 2026-04-17T16:56:15.058Z | Checking schemars v0.8.22 |
| 1968 | 2026-04-17T16:56:15.149Z | Checking tracing-core v0.1.36 |
| 1969 | 2026-04-17T16:56:15.222Z | Checking base64 v0.22.1 |
| 1970 | 2026-04-17T16:56:15.257Z | Checking ipnet v2.11.0 |
| 1971 | 2026-04-17T16:56:15.474Z | Checking tracing v0.1.44 |
| 1972 | 2026-04-17T16:56:15.510Z | Checking unicode-ident v1.0.24 |
| 1973 | 2026-04-17T16:56:15.554Z | Checking anstyle v1.0.13 |
| 1974 | 2026-04-17T16:56:15.557Z | Checking untrusted v0.9.0 |
| 1975 | 2026-04-17T16:56:15.645Z | Checking utf8parse v0.2.2 |
| 1976 | 2026-04-17T16:56:15.719Z | Checking proc-macro2 v1.0.106 |
| 1977 | 2026-04-17T16:56:15.755Z | Checking ring v0.17.14 |
| 1978 | 2026-04-17T16:56:15.757Z | Checking base64ct v1.8.3 |
| 1979 | 2026-04-17T16:56:15.823Z | Checking block-padding v0.3.3 |
| 1980 | 2026-04-17T16:56:15.827Z | Checking anstyle-parse v0.2.7 |
| 1981 | 2026-04-17T16:56:15.987Z | Checking aho-corasick v1.1.4 |
| 1982 | 2026-04-17T16:56:16.035Z | Checking anstyle-query v1.1.5 |
| 1983 | 2026-04-17T16:56:16.071Z | Checking quote v1.0.44 |
| 1984 | 2026-04-17T16:56:16.074Z | Checking colorchoice v1.0.4 |
| 1985 | 2026-04-17T16:56:16.156Z | Checking is_terminal_polyfill v1.70.2 |
| 1986 | 2026-04-17T16:56:16.217Z | Checking inout v0.1.4 |
| 1987 | 2026-04-17T16:56:16.251Z | Checking rustls-pki-types v1.14.0 |
| 1988 | 2026-04-17T16:56:16.285Z | Checking syn v2.0.117 |
| 1989 | 2026-04-17T16:56:16.288Z | Checking anstream v0.6.21 |
| 1990 | 2026-04-17T16:56:16.380Z | Checking crossbeam-utils v0.8.21 |
| 1991 | 2026-04-17T16:56:16.424Z | Checking httparse v1.10.1 |
| 1992 | 2026-04-17T16:56:16.534Z | Checking cipher v0.4.4 |
| 1993 | 2026-04-17T16:56:16.571Z | Checking terminal_size v0.4.3 |
| 1994 | 2026-04-17T16:56:16.647Z | Checking clap_lex v1.0.0 |
| 1995 | 2026-04-17T16:56:16.681Z | Checking regex-automata v0.4.14 |
| 1996 | 2026-04-17T16:56:16.718Z | Checking strsim v0.11.1 |
| 1997 | 2026-04-17T16:56:16.721Z | Checking tokio-util v0.7.18 |
| 1998 | 2026-04-17T16:56:16.786Z | Checking pem-rfc7468 v0.7.0 |
| 1999 | 2026-04-17T16:56:16.789Z | Checking http-body v1.0.1 |
| 2000 | 2026-04-17T16:56:16.815Z | Checking sha2 v0.10.9 |
| 2001 | 2026-04-17T16:56:16.819Z | Checking atomic-waker v1.1.2 |
| 2002 | 2026-04-17T16:56:16.914Z | Checking clap_builder v4.5.60 |
| 2003 | 2026-04-17T16:56:16.965Z | Checking rand_core v0.9.5 |
| 2004 | 2026-04-17T16:56:17.003Z | Checking hmac v0.12.1 |
| 2005 | 2026-04-17T16:56:17.006Z | Checking try-lock v0.2.5 |
| 2006 | 2026-04-17T16:56:17.143Z | Checking httpdate v1.0.3 |
| 2007 | 2026-04-17T16:56:17.178Z | Checking want v0.3.1 |
| 2008 | 2026-04-17T16:56:17.181Z | Checking ryu v1.0.23 |
| 2009 | 2026-04-17T16:56:17.181Z | Checking tower-service v0.3.3 |
| 2010 | 2026-04-17T16:56:17.311Z | Checking tower-layer v0.3.3 |
| 2011 | 2026-04-17T16:56:17.345Z | Checking pin-utils v0.1.0 |
| 2012 | 2026-04-17T16:56:17.348Z | Checking flagset v0.4.7 |
| 2013 | 2026-04-17T16:56:17.410Z | Checking h2 v0.4.13 |
| 2014 | 2026-04-17T16:56:17.413Z | Checking erased-serde v0.3.31 |
| 2015 | 2026-04-17T16:56:17.473Z | Checking powerfmt v0.2.0 |
| 2016 | 2026-04-17T16:56:17.505Z | Checking rand_chacha v0.9.0 |
| 2017 | 2026-04-17T16:56:17.539Z | Checking der v0.7.10 |
| 2018 | 2026-04-17T16:56:17.643Z | Checking deranged v0.5.8 |
| 2019 | 2026-04-17T16:56:17.726Z | Checking spin v0.9.8 |
| 2020 | 2026-04-17T16:56:17.835Z | Checking slog v2.8.2 |
| 2021 | 2026-04-17T16:56:17.928Z | Checking socket2 v0.5.10 |
| 2022 | 2026-04-17T16:56:18.115Z | Checking clap v4.5.60 |
| 2023 | 2026-04-17T16:56:18.118Z | Checking num_threads v0.1.7 |
| 2024 | 2026-04-17T16:56:18.189Z | Checking time-core v0.1.8 |
| 2025 | 2026-04-17T16:56:18.225Z | Checking num-conv v0.2.0 |
| 2026 | 2026-04-17T16:56:18.261Z | Checking rand v0.9.2 |
| 2027 | 2026-04-17T16:56:18.297Z | Checking anyhow v1.0.102 |
| 2028 | 2026-04-17T16:56:18.357Z | Checking http-body-util v0.1.3 |
| 2029 | 2026-04-17T16:56:18.392Z | Checking aws-lc-sys v0.37.1 |
| 2030 | 2026-04-17T16:56:18.476Z | Checking untrusted v0.7.1 |
| 2031 | 2026-04-17T16:56:18.519Z | Checking fastrand v2.3.0 |
| 2032 | 2026-04-17T16:56:18.569Z | Checking spki v0.7.3 |
| 2033 | 2026-04-17T16:56:18.605Z | Checking time v0.3.47 |
| 2034 | 2026-04-17T16:56:18.607Z | Checking serde_urlencoded v0.7.1 |
| 2035 | 2026-04-17T16:56:18.668Z | Checking pbkdf2 v0.12.2 |
| 2036 | 2026-04-17T16:56:18.721Z | Checking aes v0.8.4 |
| 2037 | 2026-04-17T16:56:18.756Z | Checking openssl-probe v0.2.1 |
| 2038 | 2026-04-17T16:56:18.759Z | Checking regex v1.12.3 |
| 2039 | 2026-04-17T16:56:18.823Z | Checking salsa20 v0.10.2 |
| 2040 | 2026-04-17T16:56:18.864Z | Checking cbc v0.1.2 |
| 2041 | 2026-04-17T16:56:18.899Z | Checking rand_chacha v0.3.1 |
| 2042 | 2026-04-17T16:56:18.932Z | Checking aws-lc-rs v1.16.0 |
| 2043 | 2026-04-17T16:56:18.982Z | Checking hex v0.4.3 |
| 2044 | 2026-04-17T16:56:19.018Z | Checking pretty-hex v0.4.1 |
| 2045 | 2026-04-17T16:56:19.094Z | Checking scrypt v0.11.0 |
| 2046 | 2026-04-17T16:56:19.127Z | Checking rand v0.8.5 |
| 2047 | 2026-04-17T16:56:19.130Z | Checking tempfile v3.25.0 |
| 2048 | 2026-04-17T16:56:19.191Z | Checking ipnetwork v0.21.1 |
| 2049 | 2026-04-17T16:56:19.226Z | Checking plain v0.2.3 |
| 2050 | 2026-04-17T16:56:19.264Z | Checking pkcs5 v0.7.1 |
| 2051 | 2026-04-17T16:56:19.357Z | Checking camino v1.2.2 |
| 2052 | 2026-04-17T16:56:19.393Z | Checking ucd-trie v0.1.7 |
| 2053 | 2026-04-17T16:56:19.427Z | Checking rustls-native-certs v0.8.3 |
| 2054 | 2026-04-17T16:56:19.542Z | Checking pkcs8 v0.10.2 |
| 2055 | 2026-04-17T16:56:19.577Z | Checking pest v2.8.6 |
| 2056 | 2026-04-17T16:56:19.608Z | Checking sync_wrapper v1.0.2 |
| 2057 | 2026-04-17T16:56:19.642Z | Checking webpki-roots v1.0.6 |
| 2058 | 2026-04-17T16:56:19.676Z | Checking simd-adler32 v0.3.8 |
| 2059 | 2026-04-17T16:56:19.737Z | Checking tower v0.5.3 |
| 2060 | 2026-04-17T16:56:19.770Z | Checking iri-string v0.7.10 |
| 2061 | 2026-04-17T16:56:19.772Z | Checking rustls-webpki v0.103.9 |
| 2062 | 2026-04-17T16:56:19.772Z | Checking openapiv3 v2.2.0 |
| 2063 | 2026-04-17T16:56:19.869Z | Checking either v1.15.0 |
| 2064 | 2026-04-17T16:56:19.871Z | Checking adler2 v2.0.1 |
| 2065 | 2026-04-17T16:56:20.030Z | Checking mime v0.3.17 |
| 2066 | 2026-04-17T16:56:20.064Z | Checking hyper v1.8.1 |
| 2067 | 2026-04-17T16:56:20.098Z | Checking miniz_oxide v0.8.9 |
| 2068 | 2026-04-17T16:56:20.139Z | Checking winnow v0.7.14 |
| 2069 | 2026-04-17T16:56:20.229Z | Checking static_assertions v1.1.0 |
| 2070 | 2026-04-17T16:56:20.288Z | Checking rustls v0.23.37 |
| 2071 | 2026-04-17T16:56:20.327Z | Checking oxnet v0.1.4 |
| 2072 | 2026-04-17T16:56:20.483Z | Checking lazy_static v1.5.0 |
| 2073 | 2026-04-17T16:56:20.601Z | Checking signature v2.2.0 |
| 2074 | 2026-04-17T16:56:20.604Z | Checking hubpack v0.1.2 |
| 2075 | 2026-04-17T16:56:20.668Z | Checking encoding_rs v0.8.35 |
| 2076 | 2026-04-17T16:56:20.761Z | Checking strum v0.26.3 |
| 2077 | 2026-04-17T16:56:20.835Z | Checking tower-http v0.6.8 |
| 2078 | 2026-04-17T16:56:20.858Z | Checking crc32fast v1.5.0 |
| 2079 | 2026-04-17T16:56:20.914Z | Checking foreign-types-shared v0.1.1 |
| 2080 | 2026-04-17T16:56:20.998Z | Checking hyper-util v0.1.20 |
| 2081 | 2026-04-17T16:56:21.036Z | Checking foreign-types v0.3.2 |
| 2082 | 2026-04-17T16:56:21.041Z | Checking sha1 v0.10.6 |
| 2083 | 2026-04-17T16:56:21.130Z | Checking openssl-sys v0.9.111 |
| 2084 | 2026-04-17T16:56:21.139Z | Checking tinyvec_macros v0.1.1 |
| 2085 | 2026-04-17T16:56:21.194Z | Checking serde_spanned v0.6.9 |
| 2086 | 2026-04-17T16:56:21.224Z | Checking tinyvec v1.10.0 |
| 2087 | 2026-04-17T16:56:21.271Z | Checking toml_datetime v0.6.11 |
| 2088 | 2026-04-17T16:56:21.341Z | Checking num-integer v0.1.46 |
| 2089 | 2026-04-17T16:56:21.438Z | Checking data-encoding v2.10.0 |
| 2090 | 2026-04-17T16:56:21.477Z | Checking scroll v0.13.0 |
| 2091 | 2026-04-17T16:56:21.556Z | Checking base16ct v0.2.0 |
| 2092 | 2026-04-17T16:56:21.597Z | Checking zlib-rs v0.6.2 |
| 2093 | 2026-04-17T16:56:21.636Z | Checking bit-vec v0.8.0 |
| 2094 | 2026-04-17T16:56:21.674Z | Checking openssl v0.10.75 |
| 2095 | 2026-04-17T16:56:21.717Z | Checking sec1 v0.7.3 |
| 2096 | 2026-04-17T16:56:21.767Z | Checking goblin v0.10.5 |
| 2097 | 2026-04-17T16:56:21.777Z | Checking ff v0.13.1 |
| 2098 | 2026-04-17T16:56:21.854Z | Checking bit-set v0.8.0 |
| 2099 | 2026-04-17T16:56:21.927Z | Checking memmap2 v0.9.10 |
| 2100 | 2026-04-17T16:56:21.962Z | Checking wait-timeout v0.2.1 |
| 2101 | 2026-04-17T16:56:22.011Z | Checking group v0.13.0 |
| 2102 | 2026-04-17T16:56:22.110Z | Checking num-iter v0.1.45 |
| 2103 | 2026-04-17T16:56:22.121Z | Checking dtrace-parser v0.3.0 |
| 2104 | 2026-04-17T16:56:22.187Z | Checking bstr v1.12.1 |
| 2105 | 2026-04-17T16:56:22.260Z | Checking hkdf v0.12.4 |
| 2106 | 2026-04-17T16:56:22.293Z | Checking crossbeam-epoch v0.9.18 |
| 2107 | 2026-04-17T16:56:22.375Z | Checking ahash v0.8.12 |
| 2108 | 2026-04-17T16:56:22.418Z | Checking crypto-bigint v0.5.5 |
| 2109 | 2026-04-17T16:56:22.495Z | Checking flate2 v1.1.9 |
| 2110 | 2026-04-17T16:56:22.542Z | Checking thread-id v5.1.0 |
| 2111 | 2026-04-17T16:56:22.589Z | Checking psl-types v2.0.11 |
| 2112 | 2026-04-17T16:56:22.625Z | Checking quick-error v1.2.3 |
| 2113 | 2026-04-17T16:56:22.657Z | Checking cookie v0.18.1 |
| 2114 | 2026-04-17T16:56:22.694Z | Checking tokio-rustls v0.26.4 |
| 2115 | 2026-04-17T16:56:22.732Z | Checking publicsuffix v2.3.0 |
| 2116 | 2026-04-17T16:56:22.766Z | Checking rusty-fork v0.3.1 |
| 2117 | 2026-04-17T16:56:22.809Z | Checking rand_xorshift v0.4.0 |
| 2118 | 2026-04-17T16:56:22.906Z | Checking scroll v0.12.0 |
| 2119 | 2026-04-17T16:56:22.940Z | Checking unarray v0.1.4 |
| 2120 | 2026-04-17T16:56:22.975Z | Checking cookie_store v0.22.1 |
| 2121 | 2026-04-17T16:56:22.978Z | Checking hyper-rustls v0.27.7 |
| 2122 | 2026-04-17T16:56:22.978Z | Checking rustls-platform-verifier v0.6.2 |
| 2123 | 2026-04-17T16:56:23.072Z | Checking proptest v1.10.0 |
| 2124 | 2026-04-17T16:56:23.149Z | Checking goblin v0.8.2 |
| 2125 | 2026-04-17T16:56:23.184Z | Checking num-bigint-dig v0.8.6 |
| 2126 | 2026-04-17T16:56:23.268Z | Checking pkcs1 v0.7.5 |
| 2127 | 2026-04-17T16:56:23.310Z | Checking elliptic-curve v0.13.8 |
| 2128 | 2026-04-17T16:56:23.343Z | Checking x509-cert v0.2.5 |
| 2129 | 2026-04-17T16:56:23.503Z | Checking zerocopy v0.7.35 |
| 2130 | 2026-04-17T16:56:23.611Z | Checking native-tls v0.2.18 |
| 2131 | 2026-04-17T16:56:23.646Z | Checking unicode-segmentation v1.12.0 |
| 2132 | 2026-04-17T16:56:23.816Z | Checking tokio-native-tls v0.3.1 |
| 2133 | 2026-04-17T16:56:23.986Z | Checking reqwest v0.13.2 |
| 2134 | 2026-04-17T16:56:24.022Z | Checking dtrace-parser v0.2.0 |
| 2135 | 2026-04-17T16:56:24.026Z | Checking hyper-tls v0.6.0 |
| 2136 | 2026-04-17T16:56:24.053Z | Checking rsa v0.9.10 |
| 2137 | 2026-04-17T16:56:24.053Z | Checking rfc6979 v0.4.0 |
| 2138 | 2026-04-17T16:56:24.118Z | Checking dof v0.4.0 |
| 2139 | 2026-04-17T16:56:24.225Z | Checking thread-id v4.2.2 |
| 2140 | 2026-04-17T16:56:24.261Z | Checking reqwest v0.12.28 |
| 2141 | 2026-04-17T16:56:24.296Z | Checking toml_write v0.1.2 |
| 2142 | 2026-04-17T16:56:24.334Z | Checking ecdsa v0.16.9 |
| 2143 | 2026-04-17T16:56:24.488Z | Checking toml_edit v0.22.27 |
| 2144 | 2026-04-17T16:56:24.623Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2145 | 2026-04-17T16:56:24.691Z | Checking curve25519-dalek v4.1.3 |
| 2146 | 2026-04-17T16:56:24.799Z | Checking usdt-impl v0.6.0 |
| 2147 | 2026-04-17T16:56:24.836Z | Checking newtype-uuid v1.3.2 |
| 2148 | 2026-04-17T16:56:24.839Z | Checking memoffset v0.9.1 |
| 2149 | 2026-04-17T16:56:24.976Z | Checking rustix v0.38.44 |
| 2150 | 2026-04-17T16:56:24.979Z | Checking env_filter v1.0.0 |
| 2151 | 2026-04-17T16:56:25.043Z | Checking dof v0.3.0 |
| 2152 | 2026-04-17T16:56:25.078Z | Checking keccak v0.1.6 |
| 2153 | 2026-04-17T16:56:25.112Z | Checking usdt v0.6.0 |
| 2154 | 2026-04-17T16:56:25.148Z | Checking daft v0.1.5 |
| 2155 | 2026-04-17T16:56:25.182Z | Checking env_logger v0.11.9 |
| 2156 | 2026-04-17T16:56:25.266Z | Checking sha3 v0.10.8 |
| 2157 | 2026-04-17T16:56:25.300Z | Checking ed25519 v2.2.3 |
| 2158 | 2026-04-17T16:56:25.357Z | Checking usdt-impl v0.5.0 |
| 2159 | 2026-04-17T16:56:25.397Z | Checking itertools v0.13.0 |
| 2160 | 2026-04-17T16:56:25.461Z | Checking serde_with v3.17.0 |
| 2161 | 2026-04-17T16:56:25.475Z | Checking bitflags v1.3.2 |
| 2162 | 2026-04-17T16:56:25.510Z | Checking siphasher v1.0.2 |
| 2163 | 2026-04-17T16:56:25.514Z | Checking ed25519-dalek v2.2.0 |
| 2164 | 2026-04-17T16:56:25.589Z | Checking unicode-normalization v0.1.25 |
| 2165 | 2026-04-17T16:56:25.592Z | Checking signal-hook v0.3.18 |
| 2166 | 2026-04-17T16:56:25.669Z | Checking managed v0.8.0 |
| 2167 | 2026-04-17T16:56:25.705Z | Checking winnow v0.5.40 |
| 2168 | 2026-04-17T16:56:25.794Z | Checking nix v0.31.2 |
| 2169 | 2026-04-17T16:56:25.829Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2170 | 2026-04-17T16:56:25.861Z | Checking object v0.37.3 |
| 2171 | 2026-04-17T16:56:25.897Z | Checking foldhash v0.1.5 |
| 2172 | 2026-04-17T16:56:25.939Z | Checking bzip2 v0.4.4 |
| 2173 | 2026-04-17T16:56:26.016Z | Checking signal-hook-mio v0.2.5 |
| 2174 | 2026-04-17T16:56:26.056Z | Checking hashbrown v0.15.5 |
| 2175 | 2026-04-17T16:56:26.131Z | Checking ref-cast v1.0.25 |
| 2176 | 2026-04-17T16:56:26.166Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2177 | 2026-04-17T16:56:26.258Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2178 | 2026-04-17T16:56:26.304Z | Checking zstd-safe v7.2.4 |
| 2179 | 2026-04-17T16:56:26.481Z | Checking zip v0.6.6 |
| 2180 | 2026-04-17T16:56:26.483Z | Checking libbz2-rs-sys v0.2.2 |
| 2181 | 2026-04-17T16:56:26.548Z | Checking bumpalo v3.20.2 |
| 2182 | 2026-04-17T16:56:26.551Z | Checking zstd v0.13.3 |
| 2183 | 2026-04-17T16:56:26.773Z | Checking zopfli v0.8.3 |
| 2184 | 2026-04-17T16:56:26.807Z | Checking crossterm v0.28.1 |
| 2185 | 2026-04-17T16:56:26.839Z | Checking similar v2.7.0 |
| 2186 | 2026-04-17T16:56:26.842Z | Checking tokio-stream v0.1.18 |
| 2187 | 2026-04-17T16:56:26.906Z | Checking toml_edit v0.19.15 |
| 2188 | 2026-04-17T16:56:26.908Z | Checking fs-err v3.3.0 |
| 2189 | 2026-04-17T16:56:26.972Z | Checking bzip2 v0.6.1 |
| 2190 | 2026-04-17T16:56:27.121Z | Checking hash32 v0.2.1 |
| 2191 | 2026-04-17T16:56:27.161Z | Checking serde-big-array v0.5.1 |
| 2192 | 2026-04-17T16:56:27.224Z | Checking unicode-properties v0.1.4 |
| 2193 | 2026-04-17T16:56:27.260Z | Checking unicode-bidi v0.3.18 |
| 2194 | 2026-04-17T16:56:27.295Z | Checking predicates-core v1.0.10 |
| 2195 | 2026-04-17T16:56:27.327Z | Checking jiff v0.2.21 |
| 2196 | 2026-04-17T16:56:27.331Z | Checking heapless v0.7.17 |
| 2197 | 2026-04-17T16:56:27.437Z | Checking hickory-proto v0.25.2 |
| 2198 | 2026-04-17T16:56:27.439Z | Checking md-5 v0.10.6 |
| 2199 | 2026-04-17T16:56:27.519Z | Checking float-cmp v0.10.0 |
| 2200 | 2026-04-17T16:56:27.570Z | Checking stringprep v0.1.5 |
| 2201 | 2026-04-17T16:56:27.629Z | Checking fallible-iterator v0.2.0 |
| 2202 | 2026-04-17T16:56:27.677Z | Checking rustc-hash v2.1.1 |
| 2203 | 2026-04-17T16:56:27.745Z | Checking difflib v0.4.0 |
| 2204 | 2026-04-17T16:56:27.784Z | Checking normalize-line-endings v0.3.0 |
| 2205 | 2026-04-17T16:56:27.816Z | Checking iddqd v0.3.17 |
| 2206 | 2026-04-17T16:56:27.933Z | Checking smoltcp v0.9.1 |
| 2207 | 2026-04-17T16:56:27.947Z | Checking postgres-protocol v0.6.10 |
| 2208 | 2026-04-17T16:56:27.966Z | Checking predicates v3.1.4 |
| 2209 | 2026-04-17T16:56:27.969Z | Checking toml v0.7.8 |
| 2210 | 2026-04-17T16:56:28.140Z | Checking phf_shared v0.11.3 |
| 2211 | 2026-04-17T16:56:28.266Z | Checking phf_shared v0.13.1 |
| 2212 | 2026-04-17T16:56:28.302Z | Checking buf-list v1.1.2 |
| 2213 | 2026-04-17T16:56:28.337Z | Checking strum v0.27.2 |
| 2214 | 2026-04-17T16:56:28.341Z | Checking fixedbitset v0.5.7 |
| 2215 | 2026-04-17T16:56:28.516Z | Checking precomputed-hash v0.1.1 |
| 2216 | 2026-04-17T16:56:28.523Z | Checking lalrpop-util v0.19.12 |
| 2217 | 2026-04-17T16:56:28.523Z | Checking fixedbitset v0.4.2 |
| 2218 | 2026-04-17T16:56:28.523Z | Checking new_debug_unreachable v1.0.6 |
| 2219 | 2026-04-17T16:56:28.610Z | Checking petgraph v0.8.3 |
| 2220 | 2026-04-17T16:56:28.613Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2221 | 2026-04-17T16:56:28.851Z | Checking phf v0.13.1 |
| 2222 | 2026-04-17T16:56:28.863Z | Checking postgres-types v0.2.12 |
| 2223 | 2026-04-17T16:56:28.863Z | Checking string_cache v0.8.9 |
| 2224 | 2026-04-17T16:56:28.863Z | Checking petgraph v0.6.5 |
| 2225 | 2026-04-17T16:56:28.863Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2226 | 2026-04-17T16:56:28.929Z | Checking peg-runtime v0.8.5 |
| 2227 | 2026-04-17T16:56:29.045Z | Checking whoami v2.1.0 |
| 2228 | 2026-04-17T16:56:29.375Z | Checking futures-executor v0.3.32 |
| 2229 | 2026-04-17T16:56:29.386Z | Checking is-terminal v0.4.17 |
| 2230 | 2026-04-17T16:56:29.386Z | Checking tokio-postgres v0.7.16 |
| 2231 | 2026-04-17T16:56:29.386Z | Checking futures v0.3.32 |
| 2232 | 2026-04-17T16:56:29.386Z | Checking crossbeam-channel v0.5.15 |
| 2233 | 2026-04-17T16:56:29.421Z | Compiling structmeta-derive v0.3.0 |
| 2234 | 2026-04-17T16:56:29.581Z | Checking zip v4.6.1 |
| 2235 | 2026-04-17T16:56:29.807Z | Checking thread_local v1.1.9 |
| 2236 | 2026-04-17T16:56:29.897Z | Checking term v1.2.1 |
| 2237 | 2026-04-17T16:56:30.063Z | Checking take_mut v0.2.2 |
| 2238 | 2026-04-17T16:56:30.153Z | Checking slog-term v2.9.2 |
| 2239 | 2026-04-17T16:56:30.275Z | Checking slog-async v2.8.0 |
| 2240 | 2026-04-17T16:56:30.280Z | Compiling newtype-uuid-macros v0.1.0 |
| 2241 | 2026-04-17T16:56:30.280Z | Compiling rustls v0.22.4 |
| 2242 | 2026-04-17T16:56:30.292Z | Compiling multer v3.1.0 |
| 2243 | 2026-04-17T16:56:30.430Z | Checking regress v0.10.5 |
| 2244 | 2026-04-17T16:56:30.441Z | Compiling async-stream-impl v0.3.6 |
| 2245 | 2026-04-17T16:56:30.572Z | Compiling structmeta v0.3.0 |
| 2246 | 2026-04-17T16:56:30.584Z | Compiling dropshot v0.16.7 |
| 2247 | 2026-04-17T16:56:30.584Z | Compiling dropshot_endpoint v0.16.7 |
| 2248 | 2026-04-17T16:56:30.627Z | Checking match_cfg v0.1.0 |
| 2249 | 2026-04-17T16:56:30.725Z | Checking hostname v0.3.1 |
| 2250 | 2026-04-17T16:56:30.776Z | Compiling derive-ex v0.1.8 |
| 2251 | 2026-04-17T16:56:30.857Z | Checking slog-json v2.6.1 |
| 2252 | 2026-04-17T16:56:30.911Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2253 | 2026-04-17T16:56:30.957Z | Checking debug-ignore v1.0.5 |
| 2254 | 2026-04-17T16:56:31.028Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2255 | 2026-04-17T16:56:31.062Z | Checking slog-bunyan v2.5.0 |
| 2256 | 2026-04-17T16:56:31.095Z | Checking serde_spanned v1.0.4 |
| 2257 | 2026-04-17T16:56:31.098Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2258 | 2026-04-17T16:56:31.202Z | Checking progenitor-client v0.13.0 |
| 2259 | 2026-04-17T16:56:31.253Z | Checking rustls-webpki v0.102.8 |
| 2260 | 2026-04-17T16:56:31.324Z | Checking serde_path_to_error v0.1.20 |
| 2261 | 2026-04-17T16:56:31.359Z | Checking async-stream v0.3.6 |
| 2262 | 2026-04-17T16:56:31.496Z | Checking waitgroup v0.1.2 |
| 2263 | 2026-04-17T16:56:31.531Z | Checking rustls-pemfile v2.2.0 |
| 2264 | 2026-04-17T16:56:31.618Z | Checking hostname v0.4.2 |
| 2265 | 2026-04-17T16:56:31.651Z | Checking toml v0.9.12+spec-1.1.0 |
| 2266 | 2026-04-17T16:56:31.720Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2267 | 2026-04-17T16:56:31.723Z | Compiling parse-display-derive v0.10.0 |
| 2268 | 2026-04-17T16:56:31.781Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2269 | 2026-04-17T16:56:31.826Z | Checking itertools v0.14.0 |
| 2270 | 2026-04-17T16:56:31.869Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2271 | 2026-04-17T16:56:31.948Z | Checking macaddr v1.0.1 |
| 2272 | 2026-04-17T16:56:32.155Z | Checking instant v0.1.13 |
| 2273 | 2026-04-17T16:56:32.240Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2274 | 2026-04-17T16:56:32.275Z | Checking progenitor-client v0.10.0 |
| 2275 | 2026-04-17T16:56:32.310Z | Checking backoff v0.4.0 |
| 2276 | 2026-04-17T16:56:32.345Z | Checking backon v1.6.0 |
| 2277 | 2026-04-17T16:56:32.476Z | Compiling test-strategy v0.4.5 |
| 2278 | 2026-04-17T16:56:32.512Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2279 | 2026-04-17T16:56:32.579Z | Checking unicode-width v0.2.0 |
| 2280 | 2026-04-17T16:56:32.588Z | Checking progenitor-extras v0.1.1 |
| 2281 | 2026-04-17T16:56:32.839Z | Checking heck v0.5.0 |
| 2282 | 2026-04-17T16:56:32.886Z | Compiling convert_case v0.4.0 |
| 2283 | 2026-04-17T16:56:32.920Z | Checking half v2.7.1 |
| 2284 | 2026-04-17T16:56:32.974Z | Checking ciborium-io v0.2.2 |
| 2285 | 2026-04-17T16:56:33.007Z | Checking secrecy v0.10.3 |
| 2286 | 2026-04-17T16:56:33.091Z | Checking indent_write v2.2.0 |
| 2287 | 2026-04-17T16:56:33.144Z | Checking tokio-rustls v0.25.0 |
| 2288 | 2026-04-17T16:56:33.178Z | Checking universal-hash v0.5.1 |
| 2289 | 2026-04-17T16:56:33.211Z | Checking ciborium-ll v0.2.2 |
| 2290 | 2026-04-17T16:56:33.245Z | Compiling unsafe-libyaml v0.2.11 |
| 2291 | 2026-04-17T16:56:33.282Z | Compiling derive_more v0.99.20 |
| 2292 | 2026-04-17T16:56:33.333Z | Checking opaque-debug v0.3.1 |
| 2293 | 2026-04-17T16:56:33.411Z | Checking ciborium v0.2.2 |
| 2294 | 2026-04-17T16:56:33.443Z | Checking camino-tempfile v1.4.1 |
| 2295 | 2026-04-17T16:56:33.446Z | Checking parse-display v0.10.0 |
| 2296 | 2026-04-17T16:56:33.632Z | Compiling crucible-workspace-hack v0.1.0 |
| 2297 | 2026-04-17T16:56:33.667Z | Checking aead v0.5.2 |
| 2298 | 2026-04-17T16:56:33.836Z | Compiling serde_yaml v0.9.34+deprecated |
| 2299 | 2026-04-17T16:56:33.903Z | Checking poly1305 v0.8.0 |
| 2300 | 2026-04-17T16:56:33.970Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2301 | 2026-04-17T16:56:34.007Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2302 | 2026-04-17T16:56:34.039Z | Compiling typify-impl v0.6.1 |
| 2303 | 2026-04-17T16:56:34.188Z | Checking chacha20 v0.9.1 |
| 2304 | 2026-04-17T16:56:34.374Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2305 | 2026-04-17T16:56:34.409Z | Checking swrite v0.1.0 |
| 2306 | 2026-04-17T16:56:34.528Z | Checking password-hash v0.5.0 |
| 2307 | 2026-04-17T16:56:34.784Z | Checking blake2 v0.10.6 |
| 2308 | 2026-04-17T16:56:35.050Z | Checking argon2 v0.5.3 |
| 2309 | 2026-04-17T16:56:35.250Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2310 | 2026-04-17T16:56:35.329Z | Checking chacha20poly1305 v0.10.1 |
| 2311 | 2026-04-17T16:56:35.413Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2312 | 2026-04-17T16:56:35.499Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2313 | 2026-04-17T16:56:35.539Z | Checking byte-wrapper v0.1.0 |
| 2314 | 2026-04-17T16:56:35.587Z | Checking thiserror-no-std v2.0.2 |
| 2315 | 2026-04-17T16:56:35.698Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2316 | 2026-04-17T16:56:35.732Z | Checking vsss-rs v3.3.4 |
| 2317 | 2026-04-17T16:56:35.764Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2318 | 2026-04-17T16:56:35.847Z | Checking crossbeam-deque v0.8.6 |
| 2319 | 2026-04-17T16:56:35.881Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2320 | 2026-04-17T16:56:35.962Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2321 | 2026-04-17T16:56:36.008Z | Compiling rayon-core v1.13.0 |
| 2322 | 2026-04-17T16:56:36.059Z | Checking toml v0.8.23 |
| 2323 | 2026-04-17T16:56:36.406Z | Compiling proc-macro-error v1.0.4 |
| 2324 | 2026-04-17T16:56:36.620Z | Checking rayon v1.11.0 |
| 2325 | 2026-04-17T16:56:36.658Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2326 | 2026-04-17T16:56:36.742Z | Checking unicode-width v0.1.14 |
| 2327 | 2026-04-17T16:56:36.870Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2328 | 2026-04-17T16:56:37.021Z | Checking glob v0.3.3 |
| 2329 | 2026-04-17T16:56:37.081Z | Checking tabwriter v1.4.1 |
| 2330 | 2026-04-17T16:56:37.228Z | Compiling proc-macro-crate v3.4.0 |
| 2331 | 2026-04-17T16:56:37.261Z | Compiling heapless v0.8.0 |
| 2332 | 2026-04-17T16:56:37.446Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2333 | 2026-04-17T16:56:37.605Z | Compiling ingot-macros v0.1.1 |
| 2334 | 2026-04-17T16:56:37.733Z | Checking hash32 v0.3.1 |
| 2335 | 2026-04-17T16:56:37.768Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2336 | 2026-04-17T16:56:37.800Z | Compiling smoltcp v0.11.0 |
| 2337 | 2026-04-17T16:56:38.044Z | Checking cobs v0.3.0 |
| 2338 | 2026-04-17T16:56:38.046Z | Compiling usdt-macro v0.5.0 |
| 2339 | 2026-04-17T16:56:38.110Z | Compiling usdt-attr-macro v0.5.0 |
| 2340 | 2026-04-17T16:56:38.208Z | Checking memmap v0.7.0 |
| 2341 | 2026-04-17T16:56:38.245Z | Checking colored v3.1.1 |
| 2342 | 2026-04-17T16:56:38.292Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2343 | 2026-04-17T16:56:38.468Z | Checking postcard v1.1.3 |
| 2344 | 2026-04-17T16:56:38.549Z | Compiling num_enum_derive v0.7.5 |
| 2345 | 2026-04-17T16:56:38.587Z | Compiling typify-macro v0.6.1 |
| 2346 | 2026-04-17T16:56:38.789Z | Compiling proc-macro-crate v1.3.1 |
| 2347 | 2026-04-17T16:56:38.825Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2348 | 2026-04-17T16:56:38.901Z | Checking usdt v0.5.0 |
| 2349 | 2026-04-17T16:56:39.059Z | Checking sigpipe v0.1.3 |
| 2350 | 2026-04-17T16:56:39.094Z | Compiling foreign-types-macros v0.2.3 |
| 2351 | 2026-04-17T16:56:39.166Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2352 | 2026-04-17T16:56:39.224Z | Checking cpufeatures v0.3.0 |
| 2353 | 2026-04-17T16:56:39.325Z | Checking foreign-types-shared v0.3.1 |
| 2354 | 2026-04-17T16:56:39.450Z | Checking chacha20 v0.10.0 |
| 2355 | 2026-04-17T16:56:39.485Z | Compiling num_enum_derive v0.5.11 |
| 2356 | 2026-04-17T16:56:39.613Z | Checking num_enum v0.7.5 |
| 2357 | 2026-04-17T16:56:39.711Z | Checking foreign-types v0.5.0 |
| 2358 | 2026-04-17T16:56:39.714Z | Checking cstr-argument v0.1.2 |
| 2359 | 2026-04-17T16:56:39.773Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2360 | 2026-04-17T16:56:39.810Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2361 | 2026-04-17T16:56:39.843Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2362 | 2026-04-17T16:56:39.873Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2363 | 2026-04-17T16:56:40.079Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2364 | 2026-04-17T16:56:40.120Z | Checking rand v0.10.0 |
| 2365 | 2026-04-17T16:56:40.209Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2366 | 2026-04-17T16:56:40.268Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2367 | 2026-04-17T16:56:40.272Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2368 | 2026-04-17T16:56:40.340Z | Compiling typify v0.6.1 |
| 2369 | 2026-04-17T16:56:40.368Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2370 | 2026-04-17T16:56:40.431Z | Checking ingot-types v0.1.2 |
| 2371 | 2026-04-17T16:56:40.469Z | Compiling progenitor-impl v0.13.0 |
| 2372 | 2026-04-17T16:56:40.474Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2373 | 2026-04-17T16:56:40.474Z | Compiling zone_cfg_derive v0.3.1 |
| 2374 | 2026-04-17T16:56:40.571Z | Checking num_enum v0.5.11 |
| 2375 | 2026-04-17T16:56:40.777Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2376 | 2026-04-17T16:56:40.898Z | Checking ingot v0.1.1 |
| 2377 | 2026-04-17T16:56:40.932Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2378 | 2026-04-17T16:56:40.986Z | Checking itertools v0.12.1 |
| 2379 | 2026-04-17T16:56:41.121Z | Compiling num-derive v0.4.2 |
| 2380 | 2026-04-17T16:56:41.206Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2381 | 2026-04-17T16:56:41.469Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2382 | 2026-04-17T16:56:41.600Z | Checking smf v0.2.3 |
| 2383 | 2026-04-17T16:56:41.651Z | Checking whoami v1.6.1 |
| 2384 | 2026-04-17T16:56:41.742Z | Checking tokio-dtrace v0.1.1 |
| 2385 | 2026-04-17T16:56:41.849Z | Compiling derive-where v1.6.0 |
| 2386 | 2026-04-17T16:56:41.896Z | Checking console v0.15.11 |
| 2387 | 2026-04-17T16:56:41.951Z | Checking oxide-tokio-rt v0.1.4 |
| 2388 | 2026-04-17T16:56:42.017Z | Checking zone v0.3.1 |
| 2389 | 2026-04-17T16:56:42.060Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2390 | 2026-04-17T16:56:42.148Z | Checking atomicwrites v0.4.4 |
| 2391 | 2026-04-17T16:56:42.184Z | Checking newline-converter v0.3.0 |
| 2392 | 2026-04-17T16:56:42.305Z | Checking bytecount v0.6.9 |
| 2393 | 2026-04-17T16:56:42.334Z | Checking expectorate v1.2.0 |
| 2394 | 2026-04-17T16:56:42.347Z | Compiling owo-colors v4.3.0 |
| 2395 | 2026-04-17T16:56:42.398Z | Compiling cancel-safe-futures v0.1.5 |
| 2396 | 2026-04-17T16:56:42.445Z | Checking libsw-core v0.3.2 |
| 2397 | 2026-04-17T16:56:42.537Z | Compiling prettyplease v0.2.37 |
| 2398 | 2026-04-17T16:56:42.571Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2399 | 2026-04-17T16:56:42.609Z | Checking libsw v3.5.0 |
| 2400 | 2026-04-17T16:56:42.782Z | Checking num-rational v0.4.2 |
| 2401 | 2026-04-17T16:56:42.846Z | Checking num-complex v0.4.6 |
| 2402 | 2026-04-17T16:56:42.968Z | Checking same-file v1.0.6 |
| 2403 | 2026-04-17T16:56:43.112Z | Checking linear-map v1.2.0 |
| 2404 | 2026-04-17T16:56:43.144Z | Checking walkdir v2.5.0 |
| 2405 | 2026-04-17T16:56:43.187Z | Checking float-ord v0.3.2 |
| 2406 | 2026-04-17T16:56:43.192Z | Compiling progenitor-macro v0.13.0 |
| 2407 | 2026-04-17T16:56:43.252Z | Checking num v0.4.3 |
| 2408 | 2026-04-17T16:56:43.302Z | Checking gethostname v0.5.0 |
| 2409 | 2026-04-17T16:56:43.338Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2410 | 2026-04-17T16:56:43.339Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2411 | 2026-04-17T16:56:43.399Z | Compiling async-recursion v1.1.1 |
| 2412 | 2026-04-17T16:56:43.465Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2413 | 2026-04-17T16:56:43.492Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2414 | 2026-04-17T16:56:43.669Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2415 | 2026-04-17T16:56:44.640Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2416 | 2026-04-17T16:56:45.131Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2417 | 2026-04-17T16:56:45.965Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2418 | 2026-04-17T16:56:47.010Z | Checking smawk v0.3.2 |
| 2419 | 2026-04-17T16:56:47.170Z | Checking unicode-linebreak v0.1.5 |
| 2420 | 2026-04-17T16:56:47.407Z | Checking resolv-conf v0.7.6 |
| 2421 | 2026-04-17T16:56:47.440Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2422 | 2026-04-17T16:56:47.582Z | Checking papergrid v0.11.0 |
| 2423 | 2026-04-17T16:56:47.627Z | Compiling tabled_derive v0.7.0 |
| 2424 | 2026-04-17T16:56:47.682Z | Checking globset v0.4.18 |
| 2425 | 2026-04-17T16:56:48.015Z | Compiling convert_case v0.10.0 |
| 2426 | 2026-04-17T16:56:48.049Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2427 | 2026-04-17T16:56:48.100Z | Checking progenitor v0.13.0 |
| 2428 | 2026-04-17T16:56:48.263Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2429 | 2026-04-17T16:56:48.354Z | Compiling slog-dtrace v0.3.0 |
| 2430 | 2026-04-17T16:56:48.639Z | Checking tabled v0.15.0 |
| 2431 | 2026-04-17T16:56:48.642Z | Compiling derive_more-impl v2.1.1 |
| 2432 | 2026-04-17T16:56:48.737Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2433 | 2026-04-17T16:56:48.851Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2434 | 2026-04-17T16:56:49.493Z | Checking derive_more v2.1.1 |
| 2435 | 2026-04-17T16:56:49.528Z | Compiling pin-project-internal v1.1.11 |
| 2436 | 2026-04-17T16:56:49.600Z | Checking crossterm v0.29.0 |
| 2437 | 2026-04-17T16:56:49.633Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2438 | 2026-04-17T16:56:49.790Z | Checking pem v3.0.6 |
| 2439 | 2026-04-17T16:56:49.876Z | Checking fd-lock v4.0.4 |
| 2440 | 2026-04-17T16:56:49.978Z | Checking vte v0.14.1 |
| 2441 | 2026-04-17T16:56:50.032Z | Checking display-error-chain v0.2.2 |
| 2442 | 2026-04-17T16:56:50.165Z | Checking strip-ansi-escapes v0.2.1 |
| 2443 | 2026-04-17T16:56:50.200Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2444 | 2026-04-17T16:56:50.203Z | Compiling snafu-derive v0.8.9 |
| 2445 | 2026-04-17T16:56:50.302Z | Checking termtree v0.5.1 |
| 2446 | 2026-04-17T16:56:50.368Z | Checking linked-hash-map v0.5.6 |
| 2447 | 2026-04-17T16:56:50.471Z | Checking nu-ansi-term v0.50.3 |
| 2448 | 2026-04-17T16:56:50.571Z | Checking lru-cache v0.1.2 |
| 2449 | 2026-04-17T16:56:50.672Z | Checking pin-project v1.1.11 |
| 2450 | 2026-04-17T16:56:50.743Z | Checking textwrap v0.16.2 |
| 2451 | 2026-04-17T16:56:50.746Z | Checking reedline v0.40.0 |
| 2452 | 2026-04-17T16:56:50.811Z | Checking olpc-cjson v0.1.4 |
| 2453 | 2026-04-17T16:56:50.846Z | Checking hickory-proto v0.24.4 |
| 2454 | 2026-04-17T16:56:50.977Z | Checking serde_plain v1.0.2 |
| 2455 | 2026-04-17T16:56:51.014Z | Compiling minimal-lexical v0.2.1 |
| 2456 | 2026-04-17T16:56:51.041Z | Checking typed-path v0.9.3 |
| 2457 | 2026-04-17T16:56:51.161Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2458 | 2026-04-17T16:56:51.295Z | Compiling nom v7.1.3 |
| 2459 | 2026-04-17T16:56:51.730Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2460 | 2026-04-17T16:56:51.800Z | Compiling ar_archive_writer v0.5.1 |
| 2461 | 2026-04-17T16:56:51.850Z | Checking humantime v2.3.0 |
| 2462 | 2026-04-17T16:56:51.950Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2463 | 2026-04-17T16:56:52.060Z | Checking csv-core v0.1.13 |
| 2464 | 2026-04-17T16:56:52.215Z | Checking snafu v0.8.9 |
| 2465 | 2026-04-17T16:56:52.267Z | Checking csv v1.4.0 |
| 2466 | 2026-04-17T16:56:52.338Z | Compiling stacker v0.1.23 |
| 2467 | 2026-04-17T16:56:52.427Z | Checking highway v1.3.0 |
| 2468 | 2026-04-17T16:56:52.482Z | Checking tough v0.20.0 |
| 2469 | 2026-04-17T16:56:52.630Z | Compiling cfg_aliases v0.1.1 |
| 2470 | 2026-04-17T16:56:52.664Z | Checking hickory-resolver v0.24.4 |
| 2471 | 2026-04-17T16:56:52.664Z | Checking nibble_vec v0.1.0 |
| 2472 | 2026-04-17T16:56:52.727Z | Compiling psm v0.1.30 |
| 2473 | 2026-04-17T16:56:52.790Z | Checking home v0.5.12 |
| 2474 | 2026-04-17T16:56:52.793Z | Compiling nix v0.28.0 |
| 2475 | 2026-04-17T16:56:52.793Z | Checking endian-type v0.1.2 |
| 2476 | 2026-04-17T16:56:52.884Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2477 | 2026-04-17T16:56:52.923Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2478 | 2026-04-17T16:56:52.977Z | Checking radix_trie v0.2.1 |
| 2479 | 2026-04-17T16:56:53.210Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2480 | 2026-04-17T16:56:53.318Z | Checking phf_shared v0.12.1 |
| 2481 | 2026-04-17T16:56:53.418Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2482 | 2026-04-17T16:56:53.464Z | Checking qorb v0.4.1 |
| 2483 | 2026-04-17T16:56:53.499Z | Compiling semver v0.1.20 |
| 2484 | 2026-04-17T16:56:53.680Z | Compiling chrono-tz v0.10.4 |
| 2485 | 2026-04-17T16:56:53.727Z | Compiling rustc_version v0.1.7 |
| 2486 | 2026-04-17T16:56:53.762Z | Checking phf v0.12.1 |
| 2487 | 2026-04-17T16:56:53.838Z | Checking recursive v0.1.1 |
| 2488 | 2026-04-17T16:56:53.928Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2489 | 2026-04-17T16:56:53.931Z | Compiling const_format_proc_macros v0.2.34 |
| 2490 | 2026-04-17T16:56:53.993Z | Compiling peg-macros v0.8.5 |
| 2491 | 2026-04-17T16:56:53.996Z | Checking winnow v0.6.26 |
| 2492 | 2026-04-17T16:56:54.440Z | Compiling sqlparser_derive v0.5.0 |
| 2493 | 2026-04-17T16:56:54.640Z | Checking unicode_categories v0.1.1 |
| 2494 | 2026-04-17T16:56:54.752Z | Checking rustyline v14.0.0 |
| 2495 | 2026-04-17T16:56:54.785Z | Checking const_format v0.2.35 |
| 2496 | 2026-04-17T16:56:54.880Z | Compiling newtype_derive v0.1.6 |
| 2497 | 2026-04-17T16:56:55.180Z | Checking sqlformat v0.3.5 |
| 2498 | 2026-04-17T16:56:55.222Z | Checking sqlparser v0.61.0 |
| 2499 | 2026-04-17T16:56:55.374Z | Checking peg v0.8.5 |
| 2500 | 2026-04-17T16:56:55.456Z | Checking bcs v0.1.6 |
| 2501 | 2026-04-17T16:56:55.701Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2502 | 2026-04-17T16:56:55.751Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2503 | 2026-04-17T16:56:55.755Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2504 | 2026-04-17T16:56:55.831Z | Checking steno v0.4.1 |
| 2505 | 2026-04-17T16:56:55.917Z | Checking filetime v0.2.27 |
| 2506 | 2026-04-17T16:56:56.073Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2507 | 2026-04-17T16:56:56.110Z | Checking xattr v1.6.1 |
| 2508 | 2026-04-17T16:56:56.267Z | Checking tar v0.4.45 |
| 2509 | 2026-04-17T16:56:56.679Z | Checking subprocess v0.2.15 |
| 2510 | 2026-04-17T16:56:56.747Z | Checking base64 v0.21.7 |
| 2511 | 2026-04-17T16:56:56.876Z | Checking headers-core v0.3.0 |
| 2512 | 2026-04-17T16:56:56.993Z | Checking yasna v0.5.2 |
| 2513 | 2026-04-17T16:56:57.027Z | Checking headers v0.4.1 |
| 2514 | 2026-04-17T16:56:57.030Z | Checking dropshot-api-manager-types v0.6.0 |
| 2515 | 2026-04-17T16:56:57.154Z | Checking tagptr v0.2.0 |
| 2516 | 2026-04-17T16:56:57.249Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2517 | 2026-04-17T16:56:57.320Z | Checking moka v0.12.13 |
| 2518 | 2026-04-17T16:56:57.399Z | Checking rcgen v0.12.1 |
| 2519 | 2026-04-17T16:56:57.501Z | Checking utf-8 v0.7.6 |
| 2520 | 2026-04-17T16:56:57.667Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2521 | 2026-04-17T16:56:57.736Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2522 | 2026-04-17T16:56:57.837Z | Compiling radium v0.7.0 |
| 2523 | 2026-04-17T16:56:57.976Z | Checking hickory-resolver v0.25.2 |
| 2524 | 2026-04-17T16:56:58.125Z | Compiling libefi-sys v0.1.0 |
| 2525 | 2026-04-17T16:56:58.263Z | Compiling bitfield-struct v0.6.2 |
| 2526 | 2026-04-17T16:56:58.383Z | Checking tap v1.0.1 |
| 2527 | 2026-04-17T16:56:58.474Z | Compiling maybe-uninit v2.0.0 |
| 2528 | 2026-04-17T16:56:58.519Z | Checking wyz v0.5.1 |
| 2529 | 2026-04-17T16:56:58.705Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2530 | 2026-04-17T16:56:58.913Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2531 | 2026-04-17T16:56:58.945Z | Compiling zerocopy-derive v0.6.6 |
| 2532 | 2026-04-17T16:56:59.019Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2533 | 2026-04-17T16:56:59.051Z | Checking funty v2.0.0 |
| 2534 | 2026-04-17T16:56:59.175Z | Checking crc-catalog v2.4.0 |
| 2535 | 2026-04-17T16:56:59.209Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2536 | 2026-04-17T16:56:59.297Z | Compiling packed_struct v0.10.1 |
| 2537 | 2026-04-17T16:56:59.330Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2538 | 2026-04-17T16:56:59.395Z | Checking bitvec v1.0.1 |
| 2539 | 2026-04-17T16:56:59.486Z | Checking crc v3.4.0 |
| 2540 | 2026-04-17T16:56:59.605Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2541 | 2026-04-17T16:56:59.699Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2542 | 2026-04-17T16:56:59.717Z | Checking tungstenite v0.21.0 |
| 2543 | 2026-04-17T16:56:59.766Z | Compiling packed_struct_codegen v0.10.1 |
| 2544 | 2026-04-17T16:56:59.788Z | Compiling bitfield-macros v0.19.4 |
| 2545 | 2026-04-17T16:56:59.805Z | Checking zerocopy v0.6.6 |
| 2546 | 2026-04-17T16:57:00.116Z | Compiling indexmap v1.9.3 |
| 2547 | 2026-04-17T16:57:00.151Z | Checking nodrop v0.1.14 |
| 2548 | 2026-04-17T16:57:00.268Z | Checking array-init v0.0.4 |
| 2549 | 2026-04-17T16:57:00.388Z | Checking tokio-tungstenite v0.21.0 |
| 2550 | 2026-04-17T16:57:00.500Z | Checking bitfield v0.19.4 |
| 2551 | 2026-04-17T16:57:00.642Z | Checking smallvec v0.6.14 |
| 2552 | 2026-04-17T16:57:00.714Z | Checking hashbrown v0.12.3 |
| 2553 | 2026-04-17T16:57:00.745Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2554 | 2026-04-17T16:57:00.860Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2555 | 2026-04-17T16:57:00.914Z | Checking serde-hex v0.1.0 |
| 2556 | 2026-04-17T16:57:00.976Z | Checking ron v0.8.1 |
| 2557 | 2026-04-17T16:57:01.512Z | Checking hashbrown v0.13.2 |
| 2558 | 2026-04-17T16:57:01.529Z | Checking crc-any v2.5.0 |
| 2559 | 2026-04-17T16:57:01.743Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2560 | 2026-04-17T16:57:01.814Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2561 | 2026-04-17T16:57:01.930Z | Checking path-slash v0.1.5 |
| 2562 | 2026-04-17T16:57:01.958Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2563 | 2026-04-17T16:57:01.989Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2564 | 2026-04-17T16:57:01.995Z | Checking object v0.30.4 |
| 2565 | 2026-04-17T16:57:02.052Z | Compiling xshell-macros v0.2.7 |
| 2566 | 2026-04-17T16:57:02.261Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2567 | 2026-04-17T16:57:02.405Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2568 | 2026-04-17T16:57:02.450Z | Checking xshell v0.2.7 |
| 2569 | 2026-04-17T16:57:02.669Z | Checking half v1.8.3 |
| 2570 | 2026-04-17T16:57:02.672Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2571 | 2026-04-17T16:57:02.900Z | Checking serde_cbor v0.11.2 |
| 2572 | 2026-04-17T16:57:03.075Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2573 | 2026-04-17T16:57:03.328Z | Compiling num-derive v0.3.3 |
| 2574 | 2026-04-17T16:57:03.360Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2575 | 2026-04-17T16:57:03.461Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2576 | 2026-04-17T16:57:03.495Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2577 | 2026-04-17T16:57:03.712Z | Checking papergrid v0.17.0 |
| 2578 | 2026-04-17T16:57:03.876Z | Compiling proc-macro-error2 v2.0.1 |
| 2579 | 2026-04-17T16:57:04.133Z | Checking testing_table v0.3.0 |
| 2580 | 2026-04-17T16:57:04.215Z | Checking libscf-sys v1.1.0 |
| 2581 | 2026-04-17T16:57:04.218Z | Compiling tabled_derive v0.11.0 |
| 2582 | 2026-04-17T16:57:04.278Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2583 | 2026-04-17T16:57:04.377Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2584 | 2026-04-17T16:57:04.531Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2585 | 2026-04-17T16:57:04.610Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2586 | 2026-04-17T16:57:04.805Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2587 | 2026-04-17T16:57:04.922Z | Checking maplit v1.0.2 |
| 2588 | 2026-04-17T16:57:04.971Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2589 | 2026-04-17T16:57:05.036Z | Checking fxhash v0.2.1 |
| 2590 | 2026-04-17T16:57:05.141Z | Checking crc8 v0.1.1 |
| 2591 | 2026-04-17T16:57:05.184Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2592 | 2026-04-17T16:57:05.265Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2593 | 2026-04-17T16:57:05.395Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2594 | 2026-04-17T16:57:05.427Z | Checking tabled v0.20.0 |
| 2595 | 2026-04-17T16:57:05.830Z | Checking unicase v2.9.0 |
| 2596 | 2026-04-17T16:57:06.008Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2597 | 2026-04-17T16:57:06.040Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2598 | 2026-04-17T16:57:06.072Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2599 | 2026-04-17T16:57:06.292Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2600 | 2026-04-17T16:57:06.386Z | Checking kstat-rs v0.2.4 |
| 2601 | 2026-04-17T16:57:06.497Z | Compiling diesel_derives v2.3.7 |
| 2602 | 2026-04-17T16:57:06.609Z | Compiling typify-impl v0.4.3 |
| 2603 | 2026-04-17T16:57:06.612Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2604 | 2026-04-17T16:57:06.775Z | Checking scheduled-thread-pool v0.2.7 |
| 2605 | 2026-04-17T16:57:06.951Z | Compiling dsl_auto_type v0.2.0 |
| 2606 | 2026-04-17T16:57:06.990Z | Checking arc-swap v1.8.2 |
| 2607 | 2026-04-17T16:57:07.241Z | Compiling vergen-gitcl v1.0.8 |
| 2608 | 2026-04-17T16:57:07.423Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2609 | 2026-04-17T16:57:07.458Z | Compiling parking_lot_core v0.8.6 |
| 2610 | 2026-04-17T16:57:07.541Z | Checking slog-scope v4.4.1 |
| 2611 | 2026-04-17T16:57:07.600Z | Checking r2d2 v0.8.10 |
| 2612 | 2026-04-17T16:57:07.707Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2613 | 2026-04-17T16:57:07.781Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2614 | 2026-04-17T16:57:08.029Z | Compiling git-stub v1.0.0 |
| 2615 | 2026-04-17T16:57:08.131Z | Checking downcast-rs v2.0.2 |
| 2616 | 2026-04-17T16:57:08.260Z | Compiling git-stub-vcs v0.1.0 |
| 2617 | 2026-04-17T16:57:08.540Z | Checking slog-stdlog v4.1.1 |
| 2618 | 2026-04-17T16:57:08.668Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2619 | 2026-04-17T16:57:08.699Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2620 | 2026-04-17T16:57:08.800Z | Checking slog-envlogger v2.2.0 |
| 2621 | 2026-04-17T16:57:08.978Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2622 | 2026-04-17T16:57:09.012Z | Checking parking_lot v0.11.2 |
| 2623 | 2026-04-17T16:57:09.222Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2624 | 2026-04-17T16:57:09.254Z | Checking prefix-trie v0.7.0 |
| 2625 | 2026-04-17T16:57:09.443Z | Checking sled v0.34.7 |
| 2626 | 2026-04-17T16:57:09.548Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2627 | 2026-04-17T16:57:09.579Z | Checking nanorand v0.7.0 |
| 2628 | 2026-04-17T16:57:09.610Z | Checking hickory-server v0.25.2 |
| 2629 | 2026-04-17T16:57:09.742Z | Compiling dirs-sys-next v0.1.2 |
| 2630 | 2026-04-17T16:57:09.815Z | Compiling crunchy v0.2.4 |
| 2631 | 2026-04-17T16:57:09.948Z | Compiling dirs-next v2.0.0 |
| 2632 | 2026-04-17T16:57:10.059Z | Checking flume v0.11.1 |
| 2633 | 2026-04-17T16:57:10.117Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2634 | 2026-04-17T16:57:10.152Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2635 | 2026-04-17T16:57:10.182Z | Compiling clang-sys v1.8.1 |
| 2636 | 2026-04-17T16:57:10.314Z | Compiling tiny-keccak v2.0.2 |
| 2637 | 2026-04-17T16:57:10.683Z | Compiling term v0.7.0 |
| 2638 | 2026-04-17T16:57:10.715Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2639 | 2026-04-17T16:57:10.747Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2640 | 2026-04-17T16:57:11.053Z | Compiling typify-macro v0.4.3 |
| 2641 | 2026-04-17T16:57:11.086Z | Compiling salty v0.3.0 |
| 2642 | 2026-04-17T16:57:11.281Z | Compiling bit-vec v0.6.3 |
| 2643 | 2026-04-17T16:57:11.396Z | Compiling ascii-canvas v3.0.0 |
| 2644 | 2026-04-17T16:57:11.527Z | Compiling bit-set v0.5.3 |
| 2645 | 2026-04-17T16:57:11.696Z | Checking primeorder v0.13.6 |
| 2646 | 2026-04-17T16:57:11.728Z | Compiling itertools v0.10.5 |
| 2647 | 2026-04-17T16:57:11.965Z | Compiling ena v0.14.4 |
| 2648 | 2026-04-17T16:57:12.002Z | Compiling libloading v0.8.9 |
| 2649 | 2026-04-17T16:57:12.095Z | Compiling fs-err v2.11.0 |
| 2650 | 2026-04-17T16:57:12.127Z | Compiling diff v0.1.13 |
| 2651 | 2026-04-17T16:57:12.201Z | Compiling bindgen v0.71.1 |
| 2652 | 2026-04-17T16:57:12.232Z | Compiling regex-syntax v0.6.29 |
| 2653 | 2026-04-17T16:57:12.687Z | Compiling cexpr v0.6.0 |
| 2654 | 2026-04-17T16:57:12.737Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2655 | 2026-04-17T16:57:12.783Z | Compiling typify v0.4.3 |
| 2656 | 2026-04-17T16:57:12.921Z | Checking diesel v2.3.7 |
| 2657 | 2026-04-17T16:57:12.953Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2658 | 2026-04-17T16:57:12.957Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2659 | 2026-04-17T16:57:13.372Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2660 | 2026-04-17T16:57:13.404Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2661 | 2026-04-17T16:57:13.545Z | Compiling libxml v0.3.3 |
| 2662 | 2026-04-17T16:57:13.598Z | Compiling lalrpop v0.19.12 |
| 2663 | 2026-04-17T16:57:13.632Z | Checking parse-size v1.1.0 |
| 2664 | 2026-04-17T16:57:13.778Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2665 | 2026-04-17T16:57:13.810Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2666 | 2026-04-17T16:57:14.142Z | Checking p384 v0.13.1 |
| 2667 | 2026-04-17T16:57:14.337Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2668 | 2026-04-17T16:57:14.589Z | Compiling strum_macros v0.24.3 |
| 2669 | 2026-04-17T16:57:14.627Z | Checking assert_matches v1.5.0 |
| 2670 | 2026-04-17T16:57:14.731Z | Compiling indoc v1.0.9 |
| 2671 | 2026-04-17T16:57:15.837Z | Compiling progenitor-impl v0.10.0 |
| 2672 | 2026-04-17T16:57:15.969Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2673 | 2026-04-17T16:57:16.081Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2674 | 2026-04-17T16:57:16.314Z | Checking predicates-tree v1.0.13 |
| 2675 | 2026-04-17T16:57:16.453Z | Checking derive_builder v0.20.2 |
| 2676 | 2026-04-17T16:57:16.603Z | Checking quick-xml v0.37.5 |
| 2677 | 2026-04-17T16:57:16.845Z | Compiling oso-derive v0.27.3 |
| 2678 | 2026-04-17T16:57:16.972Z | Compiling trait-variant v0.1.2 |
| 2679 | 2026-04-17T16:57:17.354Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2680 | 2026-04-17T16:57:17.508Z | Checking openssl-probe v0.1.6 |
| 2681 | 2026-04-17T16:57:17.553Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2682 | 2026-04-17T16:57:17.646Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2683 | 2026-04-17T16:57:18.341Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2684 | 2026-04-17T16:57:18.427Z | Compiling progenitor-macro v0.10.0 |
| 2685 | 2026-04-17T16:57:18.961Z | Compiling progenitor-impl v0.11.2 |
| 2686 | 2026-04-17T16:57:19.106Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2687 | 2026-04-17T16:57:19.822Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2688 | 2026-04-17T16:57:21.076Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2689 | 2026-04-17T16:57:21.625Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2690 | 2026-04-17T16:57:21.657Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2691 | 2026-04-17T16:57:22.316Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2692 | 2026-04-17T16:57:22.557Z | Checking toml v1.0.6+spec-1.1.0 |
| 2693 | 2026-04-17T16:57:22.670Z | Compiling mime_guess v2.0.5 |
| 2694 | 2026-04-17T16:57:23.181Z | Compiling progenitor-macro v0.11.2 |
| 2695 | 2026-04-17T16:57:23.327Z | Checking progenitor v0.10.0 |
| 2696 | 2026-04-17T16:57:23.509Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2697 | 2026-04-17T16:57:23.583Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2698 | 2026-04-17T16:57:23.837Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2699 | 2026-04-17T16:57:24.083Z | Checking progenitor-client v0.11.2 |
| 2700 | 2026-04-17T16:57:24.167Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2701 | 2026-04-17T16:57:24.278Z | Checking http-range v0.1.5 |
| 2702 | 2026-04-17T16:57:24.350Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2703 | 2026-04-17T16:57:24.460Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2704 | 2026-04-17T16:57:24.484Z | Checking ignore v0.4.25 |
| 2705 | 2026-04-17T16:57:24.932Z | Checking atty v0.2.14 |
| 2706 | 2026-04-17T16:57:25.059Z | Checking globwalk v0.9.1 |
| 2707 | 2026-04-17T16:57:25.440Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2708 | 2026-04-17T16:57:25.473Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2709 | 2026-04-17T16:57:25.933Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2710 | 2026-04-17T16:57:26.002Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2711 | 2026-04-17T16:57:26.157Z | Checking bb8 v0.8.6 |
| 2712 | 2026-04-17T16:57:26.423Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2713 | 2026-04-17T16:57:26.469Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2714 | 2026-04-17T16:57:26.652Z | Checking corncobs v0.1.4 |
| 2715 | 2026-04-17T16:57:26.708Z | Checking compression-core v0.4.31 |
| 2716 | 2026-04-17T16:57:26.811Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2717 | 2026-04-17T16:57:26.866Z | Checking compression-codecs v0.4.37 |
| 2718 | 2026-04-17T16:57:26.973Z | Checking diesel-dtrace v0.5.0 |
| 2719 | 2026-04-17T16:57:27.094Z | Checking async-bb8-diesel v0.2.1 |
| 2720 | 2026-04-17T16:57:27.284Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2721 | 2026-04-17T16:57:27.479Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2722 | 2026-04-17T16:57:27.503Z | Checking hyper-staticfile v0.10.1 |
| 2723 | 2026-04-17T16:57:27.640Z | Checking camino-tempfile-ext v0.3.3 |
| 2724 | 2026-04-17T16:57:27.707Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2725 | 2026-04-17T16:57:27.826Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2726 | 2026-04-17T16:57:27.865Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2727 | 2026-04-17T16:57:28.016Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2728 | 2026-04-17T16:57:28.081Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2729 | 2026-04-17T16:57:28.137Z | Checking progenitor v0.11.2 |
| 2730 | 2026-04-17T16:57:28.307Z | Checking signal-hook-tokio v0.3.1 |
| 2731 | 2026-04-17T16:57:28.465Z | Checking secrecy v0.8.0 |
| 2732 | 2026-04-17T16:57:28.629Z | Compiling dropshot v0.17.0 |
| 2733 | 2026-04-17T16:57:28.660Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2734 | 2026-04-17T16:57:29.006Z | Checking async-compression v0.4.41 |
| 2735 | 2026-04-17T16:57:29.071Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2736 | 2026-04-17T16:57:29.290Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2737 | 2026-04-17T16:57:29.552Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2738 | 2026-04-17T16:57:29.597Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2739 | 2026-04-17T16:57:29.945Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2740 | 2026-04-17T16:57:29.948Z | Compiling dropshot_endpoint v0.17.0 |
| 2741 | 2026-04-17T16:57:30.088Z | Checking nonempty v0.12.0 |
| 2742 | 2026-04-17T16:57:30.292Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2743 | 2026-04-17T16:57:30.428Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2744 | 2026-04-17T16:57:30.461Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2745 | 2026-04-17T16:57:30.761Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2746 | 2026-04-17T16:57:30.794Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2747 | 2026-04-17T16:57:30.903Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2748 | 2026-04-17T16:57:31.278Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2749 | 2026-04-17T16:57:31.724Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2750 | 2026-04-17T16:57:31.760Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2751 | 2026-04-17T16:57:32.002Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2752 | 2026-04-17T16:57:32.005Z | Checking tungstenite v0.23.0 |
| 2753 | 2026-04-17T16:57:32.491Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2754 | 2026-04-17T16:57:32.701Z | Checking tokio-tungstenite v0.23.1 |
| 2755 | 2026-04-17T16:57:33.002Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2756 | 2026-04-17T16:57:33.384Z | Checking rand_seeder v0.4.0 |
| 2757 | 2026-04-17T16:57:33.567Z | Checking void v1.0.2 |
| 2758 | 2026-04-17T16:57:33.659Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2759 | 2026-04-17T16:57:33.693Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2760 | 2026-04-17T16:57:33.723Z | Checking lzss v0.8.2 |
| 2761 | 2026-04-17T16:57:33.941Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2762 | 2026-04-17T16:57:34.060Z | Checking nix v0.27.1 |
| 2763 | 2026-04-17T16:57:34.136Z | Checking serde_bytes v0.11.19 |
| 2764 | 2026-04-17T16:57:34.348Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2765 | 2026-04-17T16:57:34.561Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2766 | 2026-04-17T16:57:34.608Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2767 | 2026-04-17T16:57:34.808Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2768 | 2026-04-17T16:57:35.433Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2769 | 2026-04-17T16:57:35.552Z | Checking is_ci v1.2.0 |
| 2770 | 2026-04-17T16:57:35.586Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2771 | 2026-04-17T16:57:35.691Z | Checking yansi v1.0.1 |
| 2772 | 2026-04-17T16:57:35.973Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2773 | 2026-04-17T16:57:36.016Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2774 | 2026-04-17T16:57:36.091Z | Checking pretty_assertions v1.4.1 |
| 2775 | 2026-04-17T16:57:36.241Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2776 | 2026-04-17T16:57:36.281Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2777 | 2026-04-17T16:57:36.546Z | Compiling darling_core v0.23.0 |
| 2778 | 2026-04-17T16:57:37.417Z | Compiling indoc v2.0.7 |
| 2779 | 2026-04-17T16:57:37.717Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2780 | 2026-04-17T16:57:37.747Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2781 | 2026-04-17T16:57:37.889Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2782 | 2026-04-17T16:57:37.970Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2783 | 2026-04-17T16:57:38.183Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2784 | 2026-04-17T16:57:38.216Z | Compiling instability v0.3.11 |
| 2785 | 2026-04-17T16:57:38.606Z | Compiling libz-sys v1.1.24 |
| 2786 | 2026-04-17T16:57:38.687Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2787 | 2026-04-17T16:57:38.869Z | Checking castaway v0.2.4 |
| 2788 | 2026-04-17T16:57:39.007Z | Checking compact_str v0.8.1 |
| 2789 | 2026-04-17T16:57:39.069Z | Compiling darling_macro v0.23.0 |
| 2790 | 2026-04-17T16:57:39.402Z | Checking supports-color v3.0.2 |
| 2791 | 2026-04-17T16:57:39.568Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2792 | 2026-04-17T16:57:39.599Z | Compiling darling v0.23.0 |
| 2793 | 2026-04-17T16:57:39.797Z | Checking unicode-truncate v1.1.0 |
| 2794 | 2026-04-17T16:57:39.860Z | Checking console v0.16.2 |
| 2795 | 2026-04-17T16:57:39.962Z | Checking lru v0.12.5 |
| 2796 | 2026-04-17T16:57:40.153Z | Checking cassowary v0.3.0 |
| 2797 | 2026-04-17T16:57:40.217Z | Checking unit-prefix v0.5.2 |
| 2798 | 2026-04-17T16:57:40.361Z | Checking indicatif v0.18.4 |
| 2799 | 2026-04-17T16:57:40.436Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2800 | 2026-04-17T16:57:40.470Z | Checking ratatui v0.29.0 |
| 2801 | 2026-04-17T16:57:40.475Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2802 | 2026-04-17T16:57:40.684Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2803 | 2026-04-17T16:57:40.949Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2804 | 2026-04-17T16:57:41.963Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2805 | 2026-04-17T16:57:42.067Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2806 | 2026-04-17T16:57:42.225Z | Compiling vergen-git2 v1.0.7 |
| 2807 | 2026-04-17T16:57:42.279Z | Checking plotters-backend v0.3.7 |
| 2808 | 2026-04-17T16:57:42.353Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2809 | 2026-04-17T16:57:42.478Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2810 | 2026-04-17T16:57:42.509Z | Checking plotters-svg v0.3.7 |
| 2811 | 2026-04-17T16:57:42.570Z | Checking colored v2.2.0 |
| 2812 | 2026-04-17T16:57:42.676Z | Checking cast v0.3.0 |
| 2813 | 2026-04-17T16:57:42.708Z | Checking shell-words v1.1.1 |
| 2814 | 2026-04-17T16:57:42.796Z | Compiling rustls v0.21.12 |
| 2815 | 2026-04-17T16:57:42.858Z | Checking criterion-plot v0.6.0 |
| 2816 | 2026-04-17T16:57:42.933Z | Checking plotters v0.3.7 |
| 2817 | 2026-04-17T16:57:43.092Z | Checking typeid v1.0.3 |
| 2818 | 2026-04-17T16:57:43.160Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2819 | 2026-04-17T16:57:43.227Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2820 | 2026-04-17T16:57:43.450Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2821 | 2026-04-17T16:57:43.676Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2822 | 2026-04-17T16:57:43.744Z | Checking sct v0.7.1 |
| 2823 | 2026-04-17T16:57:43.869Z | Checking rustls-webpki v0.101.7 |
| 2824 | 2026-04-17T16:57:44.099Z | Checking tinytemplate v1.2.1 |
| 2825 | 2026-04-17T16:57:44.141Z | Compiling nix v0.29.0 |
| 2826 | 2026-04-17T16:57:44.238Z | Checking hex-literal v0.4.1 |
| 2827 | 2026-04-17T16:57:44.338Z | Checking anes v0.1.6 |
| 2828 | 2026-04-17T16:57:44.369Z | Checking oorandom v11.1.5 |
| 2829 | 2026-04-17T16:57:44.548Z | Checking criterion v0.7.0 |
| 2830 | 2026-04-17T16:57:44.621Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2831 | 2026-04-17T16:57:45.915Z | Checking erased-serde v0.4.9 |
| 2832 | 2026-04-17T16:57:45.944Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2833 | 2026-04-17T16:57:46.303Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2834 | 2026-04-17T16:57:46.695Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2835 | 2026-04-17T16:57:47.085Z | Checking ordered-float v2.10.1 |
| 2836 | 2026-04-17T16:57:47.349Z | Checking serde-value v0.7.0 |
| 2837 | 2026-04-17T16:57:47.591Z | Checking serde-untagged v0.1.9 |
| 2838 | 2026-04-17T16:57:47.814Z | Checking tokio-rustls v0.24.1 |
| 2839 | 2026-04-17T16:57:48.306Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2840 | 2026-04-17T16:57:49.110Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2841 | 2026-04-17T16:57:49.340Z | Checking rustls-pemfile v1.0.4 |
| 2842 | 2026-04-17T16:57:49.512Z | Checking twox-hash v2.1.2 |
| 2843 | 2026-04-17T16:57:49.781Z | Checking unicode-xid v0.2.6 |
| 2844 | 2026-04-17T16:57:49.816Z | Checking cargo-util-schemas v0.8.2 |
| 2845 | 2026-04-17T16:57:49.891Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2846 | 2026-04-17T16:57:50.743Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2847 | 2026-04-17T16:57:50.895Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2848 | 2026-04-17T16:57:51.089Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2849 | 2026-04-17T16:57:51.425Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2850 | 2026-04-17T16:57:51.635Z | Checking fatfs v0.3.6 |
| 2851 | 2026-04-17T16:57:52.107Z | Checking cargo-platform v0.2.0 |
| 2852 | 2026-04-17T16:57:52.330Z | Compiling petname v2.0.2 |
| 2853 | 2026-04-17T16:57:52.382Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2854 | 2026-04-17T16:57:52.580Z | Compiling seq-macro v0.3.6 |
| 2855 | 2026-04-17T16:57:52.988Z | Checking cargo_metadata v0.21.0 |
| 2856 | 2026-04-17T16:57:53.096Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2857 | 2026-04-17T16:57:53.684Z | Checking concurrent-queue v2.5.0 |
| 2858 | 2026-04-17T16:57:53.756Z | Checking rtoolbox v0.0.3 |
| 2859 | 2026-04-17T16:57:53.924Z | Checking parking v2.2.1 |
| 2860 | 2026-04-17T16:57:53.944Z | Checking futures-timer v3.0.3 |
| 2861 | 2026-04-17T16:57:54.037Z | Checking event-listener v5.4.1 |
| 2862 | 2026-04-17T16:57:54.070Z | Checking rpassword v7.4.0 |
| 2863 | 2026-04-17T16:57:54.208Z | Checking tui-tree-widget v0.23.1 |
| 2864 | 2026-04-17T16:57:54.281Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2865 | 2026-04-17T16:57:54.422Z | Checking polyval v0.6.2 |
| 2866 | 2026-04-17T16:57:54.470Z | Checking sapling-renderdag v0.1.0 |
| 2867 | 2026-04-17T16:57:54.530Z | Checking sync-ptr v0.1.4 |
| 2868 | 2026-04-17T16:57:54.616Z | Checking ghash v0.5.1 |
| 2869 | 2026-04-17T16:57:54.757Z | Checking event-listener-strategy v0.5.4 |
| 2870 | 2026-04-17T16:57:54.776Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2871 | 2026-04-17T16:57:54.783Z | Checking ctr v0.9.2 |
| 2872 | 2026-04-17T16:57:54.893Z | Checking arrayref v0.3.9 |
| 2873 | 2026-04-17T16:57:55.002Z | Checking arrayvec v0.7.6 |
| 2874 | 2026-04-17T16:57:55.007Z | Checking constant_time_eq v0.4.2 |
| 2875 | 2026-04-17T16:57:55.045Z | Compiling samael v0.0.19 |
| 2876 | 2026-04-17T16:57:55.074Z | Checking aes-gcm v0.10.3 |
| 2877 | 2026-04-17T16:57:55.132Z | Checking async-lock v3.4.2 |
| 2878 | 2026-04-17T16:57:55.169Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2879 | 2026-04-17T16:57:55.259Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2880 | 2026-04-17T16:57:55.534Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2881 | 2026-04-17T16:57:56.160Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2882 | 2026-04-17T16:57:56.238Z | Checking ssh-encoding v0.2.0 |
| 2883 | 2026-04-17T16:57:56.460Z | Checking blowfish v0.9.1 |
| 2884 | 2026-04-17T16:57:56.644Z | Checking bcrypt-pbkdf v0.10.0 |
| 2885 | 2026-04-17T16:57:56.931Z | Checking ssh-cipher v0.2.0 |
| 2886 | 2026-04-17T16:57:57.046Z | Checking async-object-pool v0.2.0 |
| 2887 | 2026-04-17T16:57:57.168Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2888 | 2026-04-17T16:57:57.350Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2889 | 2026-04-17T16:57:57.494Z | Checking serde_regex v1.1.0 |
| 2890 | 2026-04-17T16:57:57.678Z | Checking password-hash v0.4.2 |
| 2891 | 2026-04-17T16:57:57.924Z | Checking assert-json-diff v2.0.2 |
| 2892 | 2026-04-17T16:57:57.958Z | Checking path-tree v0.8.3 |
| 2893 | 2026-04-17T16:57:57.991Z | Checking gimli v0.32.3 |
| 2894 | 2026-04-17T16:57:58.118Z | Checking stringmetrics v2.2.2 |
| 2895 | 2026-04-17T16:57:58.174Z | Compiling target-lexicon v0.13.3 |
| 2896 | 2026-04-17T16:57:58.294Z | Checking httpmock v0.8.3 |
| 2897 | 2026-04-17T16:57:58.748Z | Checking pbkdf2 v0.11.0 |
| 2898 | 2026-04-17T16:57:58.954Z | Checking ssh-key v0.6.7 |
| 2899 | 2026-04-17T16:57:59.579Z | Checking addr2line v0.25.1 |
| 2900 | 2026-04-17T16:57:59.668Z | Checking p521 v0.13.3 |
| 2901 | 2026-04-17T16:57:59.852Z | Checking p256 v0.13.2 |
| 2902 | 2026-04-17T16:58:00.259Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2903 | 2026-04-17T16:58:00.334Z | Checking russh-cryptovec v0.7.3 |
| 2904 | 2026-04-17T16:58:00.388Z | Compiling guppy-workspace-hack v0.1.0 |
| 2905 | 2026-04-17T16:58:00.461Z | Checking rustc-demangle v0.1.27 |
| 2906 | 2026-04-17T16:58:00.492Z | Checking md5 v0.7.0 |
| 2907 | 2026-04-17T16:58:00.714Z | Checking russh-keys v0.45.0 |
| 2908 | 2026-04-17T16:58:00.745Z | Checking backtrace v0.3.76 |
| 2909 | 2026-04-17T16:58:00.878Z | Checking num-bigint v0.4.6 |
| 2910 | 2026-04-17T16:58:01.086Z | Checking des v0.8.1 |
| 2911 | 2026-04-17T16:58:01.404Z | Compiling blake3 v1.8.3 |
| 2912 | 2026-04-17T16:58:01.444Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2913 | 2026-04-17T16:58:01.475Z | Compiling target-spec v3.5.7 |
| 2914 | 2026-04-17T16:58:01.866Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2915 | 2026-04-17T16:58:01.877Z | Checking russh v0.45.0 |
| 2916 | 2026-04-17T16:58:01.959Z | Checking backtrace-ext v0.2.1 |
| 2917 | 2026-04-17T16:58:02.101Z | Checking cfg-expr v0.20.6 |
| 2918 | 2026-04-17T16:58:02.405Z | Checking supports-color v2.1.0 |
| 2919 | 2026-04-17T16:58:02.523Z | Checking textwrap v0.15.2 |
| 2920 | 2026-04-17T16:58:02.547Z | Checking supports-unicode v2.1.0 |
| 2921 | 2026-04-17T16:58:02.577Z | Checking supports-hyperlinks v2.1.0 |
| 2922 | 2026-04-17T16:58:02.689Z | Checking hashbrown v0.14.5 |
| 2923 | 2026-04-17T16:58:02.727Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2924 | 2026-04-17T16:58:02.761Z | Checking cargo-platform v0.3.2 |
| 2925 | 2026-04-17T16:58:03.189Z | Checking terminal_size v0.1.17 |
| 2926 | 2026-04-17T16:58:03.285Z | Compiling miette-derive v5.10.0 |
| 2927 | 2026-04-17T16:58:03.285Z | Checking owo-colors v3.5.0 |
| 2928 | 2026-04-17T16:58:03.285Z | Checking internet-checksum v0.2.1 |
| 2929 | 2026-04-17T16:58:03.339Z | Checking chumsky v0.9.3 |
| 2930 | 2026-04-17T16:58:03.646Z | Checking cargo_metadata v0.23.1 |
| 2931 | 2026-04-17T16:58:06.832Z | Checking miette v5.10.0 |
| 2932 | 2026-04-17T16:58:06.870Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2933 | 2026-04-17T16:58:06.872Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2934 | 2026-04-17T16:58:06.872Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2935 | 2026-04-17T16:58:06.872Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2936 | 2026-04-17T16:58:06.872Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2937 | 2026-04-17T16:58:06.872Z | Compiling knuffel-derive v3.2.0 |
| 2938 | 2026-04-17T16:58:06.872Z | Checking httptest v0.16.4 |
| 2939 | 2026-04-17T16:58:06.873Z | Checking pathdiff v0.2.3 |
| 2940 | 2026-04-17T16:58:06.923Z | Checking topological-sort v0.2.2 |
| 2941 | 2026-04-17T16:58:06.923Z | Checking nested v0.1.1 |
| 2942 | 2026-04-17T16:58:06.923Z | Checking omicron-zone-package v0.12.2 |
| 2943 | 2026-04-17T16:58:06.923Z | Checking guppy v0.17.25 |
| 2944 | 2026-04-17T16:58:06.923Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2945 | 2026-04-17T16:58:06.923Z | Checking similar-asserts v1.7.0 |
| 2946 | 2026-04-17T16:58:06.923Z | Compiling rstest_macros v0.25.0 |
| 2947 | 2026-04-17T16:58:06.923Z | Checking knuffel v3.2.0 |
| 2948 | 2026-04-17T16:58:06.923Z | Compiling git2 v0.20.4 |
| 2949 | 2026-04-17T16:58:06.923Z | Compiling target-triple v1.0.0 |
| 2950 | 2026-04-17T16:58:06.923Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2951 | 2026-04-17T16:58:06.923Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2952 | 2026-04-17T16:58:06.923Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2953 | 2026-04-17T16:58:06.933Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2954 | 2026-04-17T16:58:07.113Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2955 | 2026-04-17T16:58:07.145Z | Checking hickory-client v0.25.2 |
| 2956 | 2026-04-17T16:58:07.453Z | Checking tokio-test v0.4.5 |
| 2957 | 2026-04-17T16:58:07.684Z | Checking escape8259 v0.5.3 |
| 2958 | 2026-04-17T16:58:07.731Z | Compiling assert_cmd v2.1.2 |
| 2959 | 2026-04-17T16:58:07.844Z | Compiling relative-path v1.9.3 |
| 2960 | 2026-04-17T16:58:08.052Z | Checking libtest-mimic v0.8.1 |
| 2961 | 2026-04-17T16:58:08.478Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2962 | 2026-04-17T16:58:08.532Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2963 | 2026-04-17T16:58:08.614Z | Checking blake2b_simd v1.0.4 |
| 2964 | 2026-04-17T16:58:09.191Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2965 | 2026-04-17T16:58:09.608Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2966 | 2026-04-17T16:58:09.657Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2967 | 2026-04-17T16:58:09.893Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2968 | 2026-04-17T16:58:10.020Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2969 | 2026-04-17T16:58:10.200Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2970 | 2026-04-17T16:58:10.249Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2971 | 2026-04-17T16:58:10.476Z | Checking fancy-regex v0.14.0 |
| 2972 | 2026-04-17T16:58:10.759Z | Compiling polar-core v0.27.3 |
| 2973 | 2026-04-17T16:58:10.847Z | Checking serde_tokenstream v0.2.3 |
| 2974 | 2026-04-17T16:58:10.932Z | Checking uzers v0.12.2 |
| 2975 | 2026-04-17T16:58:11.092Z | Checking constant_time_eq v0.3.1 |
| 2976 | 2026-04-17T16:58:11.172Z | Checking termcolor v1.4.1 |
| 2977 | 2026-04-17T16:58:11.222Z | Compiling linkme-impl v0.3.35 |
| 2978 | 2026-04-17T16:58:11.412Z | Checking trybuild v1.0.116 |
| 2979 | 2026-04-17T16:58:11.619Z | Checking rust-argon2 v2.1.0 |
| 2980 | 2026-04-17T16:58:11.735Z | Checking rstest v0.25.0 |
| 2981 | 2026-04-17T16:58:11.876Z | Checking datatest-stable v0.3.3 |
| 2982 | 2026-04-17T16:58:12.161Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2983 | 2026-04-17T16:58:12.296Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2984 | 2026-04-17T16:58:12.474Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2985 | 2026-04-17T16:58:12.513Z | Checking support-bundle-viewer v0.1.2 |
| 2986 | 2026-04-17T16:58:12.814Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2987 | 2026-04-17T16:58:13.008Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2988 | 2026-04-17T16:58:13.213Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2989 | 2026-04-17T16:58:13.246Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2990 | 2026-04-17T16:58:13.444Z | Checking drift v0.1.3 |
| 2991 | 2026-04-17T16:58:13.478Z | Checking rand_distr v0.5.1 |
| 2992 | 2026-04-17T16:58:13.768Z | Checking multimap v0.10.1 |
| 2993 | 2026-04-17T16:58:13.907Z | Checking approx v0.5.1 |
| 2994 | 2026-04-17T16:58:13.976Z | Compiling linkme v0.3.35 |
| 2995 | 2026-04-17T16:58:14.075Z | Checking dropshot-api-manager v0.6.0 |
| 2996 | 2026-04-17T16:58:15.261Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2997 | 2026-04-17T16:58:15.494Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2998 | 2026-04-17T16:58:15.668Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2999 | 2026-04-17T16:58:15.809Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3000 | 2026-04-17T16:58:15.871Z | Checking oso v0.27.3 |
| 3001 | 2026-04-17T16:58:15.904Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3002 | 2026-04-17T16:58:15.935Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3003 | 2026-04-17T16:58:16.042Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3004 | 2026-04-17T16:58:16.284Z | Checking partial-io v0.5.4 |
| 3005 | 2026-04-17T16:58:16.316Z | Checking cargo_toml v0.21.0 |
| 3006 | 2026-04-17T16:58:16.473Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3007 | 2026-04-17T16:58:16.530Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3008 | 2026-04-17T16:58:16.720Z | Checking termios v0.3.3 |
| 3009 | 2026-04-17T16:58:16.761Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3010 | 2026-04-17T16:58:16.875Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3011 | 2026-04-17T16:58:17.154Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3012 | 2026-04-17T16:58:17.185Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3013 | 2026-04-17T16:58:21.025Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3014 | 2026-04-17T16:58:25.341Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3015 | 2026-04-17T16:58:25.659Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3016 | 2026-04-17T16:58:28.397Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3017 | 2026-04-17T16:58:32.066Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3018 | 2026-04-17T16:58:37.088Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3019 | 2026-04-17T16:58:40.472Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3020 | 2026-04-17T16:58:41.518Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3021 | 2026-04-17T16:58:42.105Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3022 | 2026-04-17T16:58:42.151Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3023 | 2026-04-17T16:58:51.360Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3024 | 2026-04-17T17:00:05.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 57s |
| 3025 | 2026-04-17T17:00:06.483Z | |
| 3026 | 2026-04-17T17:00:06.483Z | real 4:01.071819924 |
| 3027 | 2026-04-17T17:00:06.483Z | user 20:28.425755496 |
| 3028 | 2026-04-17T17:00:06.483Z | sys 4:40.356902759 |
| 3029 | 2026-04-17T17:00:06.483Z | trap 0.495788115 |
| 3030 | 2026-04-17T17:00:06.483Z | tflt 0.100231449 |
| 3031 | 2026-04-17T17:00:06.483Z | dflt 0.211347733 |
| 3032 | 2026-04-17T17:00:06.483Z | kflt 0.001924805 |
| 3033 | 2026-04-17T17:00:06.483Z | lock 56:16.832178135 |
| 3034 | 2026-04-17T17:00:06.483Z | slp 56:10.494131001 |
| 3035 | 2026-04-17T17:00:06.483Z | lat 1:51.870472907 |
| 3036 | 2026-04-17T17:00:06.483Z | stop 10:16.974368634 |
| 3037 | 2026-04-17T17:00:06.486Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3038 | 2026-04-17T17:00:06.486Z | + ptime -m cargo doc --workspace --no-deps |
| 3039 | 2026-04-17T17:00:07.355Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3040 | 2026-04-17T17:00:07.355Z | | |
| 3041 | 2026-04-17T17:00:07.355Z | = 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)` |
| 3042 | 2026-04-17T17:00:07.355Z | = 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> |
| 3043 | 2026-04-17T17:00:08.308Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3044 | 2026-04-17T17:00:08.532Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3045 | 2026-04-17T17:00:08.575Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3046 | 2026-04-17T17:00:08.638Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3047 | 2026-04-17T17:00:08.752Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3048 | 2026-04-17T17:00:08.795Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3049 | 2026-04-17T17:00:08.823Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3050 | 2026-04-17T17:00:08.849Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3051 | 2026-04-17T17:00:08.897Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3052 | 2026-04-17T17:00:09.055Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3053 | 2026-04-17T17:00:09.103Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3054 | 2026-04-17T17:00:09.127Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3055 | 2026-04-17T17:00:09.171Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3056 | 2026-04-17T17:00:09.192Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3057 | 2026-04-17T17:00:09.212Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3058 | 2026-04-17T17:00:09.232Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3059 | 2026-04-17T17:00:09.310Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3060 | 2026-04-17T17:00:09.357Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3061 | 2026-04-17T17:00:09.360Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3062 | 2026-04-17T17:00:09.400Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3063 | 2026-04-17T17:00:09.735Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3064 | 2026-04-17T17:00:09.823Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3065 | 2026-04-17T17:00:09.914Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3066 | 2026-04-17T17:00:09.998Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3067 | 2026-04-17T17:00:10.021Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3068 | 2026-04-17T17:00:10.057Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3069 | 2026-04-17T17:00:10.144Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3070 | 2026-04-17T17:00:10.278Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3071 | 2026-04-17T17:00:10.327Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3072 | 2026-04-17T17:00:10.485Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3073 | 2026-04-17T17:00:10.610Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3074 | 2026-04-17T17:00:10.671Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3075 | 2026-04-17T17:00:10.808Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3076 | 2026-04-17T17:00:10.933Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3077 | 2026-04-17T17:00:10.999Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3078 | 2026-04-17T17:00:11.021Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3079 | 2026-04-17T17:00:11.162Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3080 | 2026-04-17T17:00:11.185Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3081 | 2026-04-17T17:00:11.248Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3082 | 2026-04-17T17:00:11.414Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3083 | 2026-04-17T17:00:11.521Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3084 | 2026-04-17T17:00:11.601Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3085 | 2026-04-17T17:00:11.685Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3086 | 2026-04-17T17:00:11.748Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3087 | 2026-04-17T17:00:11.866Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3088 | 2026-04-17T17:00:11.894Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3089 | 2026-04-17T17:00:12.035Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3090 | 2026-04-17T17:00:12.120Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3091 | 2026-04-17T17:00:12.145Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3092 | 2026-04-17T17:00:12.215Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3093 | 2026-04-17T17:00:12.267Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3094 | 2026-04-17T17:00:12.314Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3095 | 2026-04-17T17:00:12.341Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3096 | 2026-04-17T17:00:12.497Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3097 | 2026-04-17T17:00:12.520Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3098 | 2026-04-17T17:00:12.587Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3099 | 2026-04-17T17:00:12.608Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3100 | 2026-04-17T17:00:12.746Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3101 | 2026-04-17T17:00:12.768Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3102 | 2026-04-17T17:00:12.789Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3103 | 2026-04-17T17:00:12.959Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3104 | 2026-04-17T17:00:13.052Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3105 | 2026-04-17T17:00:13.076Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3106 | 2026-04-17T17:00:13.096Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3107 | 2026-04-17T17:00:13.228Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3108 | 2026-04-17T17:00:13.251Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3109 | 2026-04-17T17:00:13.276Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3110 | 2026-04-17T17:00:13.425Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3111 | 2026-04-17T17:00:13.517Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3112 | 2026-04-17T17:00:13.517Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3113 | 2026-04-17T17:00:13.562Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3114 | 2026-04-17T17:00:13.564Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3115 | 2026-04-17T17:00:13.565Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3116 | 2026-04-17T17:00:13.943Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3117 | 2026-04-17T17:00:13.979Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3118 | 2026-04-17T17:00:14.306Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3119 | 2026-04-17T17:00:14.675Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3120 | 2026-04-17T17:00:14.747Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3121 | 2026-04-17T17:00:14.901Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3122 | 2026-04-17T17:00:15.192Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3123 | 2026-04-17T17:00:15.215Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3124 | 2026-04-17T17:00:15.338Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3125 | 2026-04-17T17:00:15.677Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3126 | 2026-04-17T17:00:15.869Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3127 | 2026-04-17T17:00:16.143Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3128 | 2026-04-17T17:00:16.167Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3129 | 2026-04-17T17:00:16.443Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3130 | 2026-04-17T17:00:16.734Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3131 | 2026-04-17T17:00:17.466Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3132 | 2026-04-17T17:00:17.768Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3133 | 2026-04-17T17:00:18.078Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3134 | 2026-04-17T17:00:18.178Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3135 | 2026-04-17T17:00:18.283Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3136 | 2026-04-17T17:00:18.534Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3137 | 2026-04-17T17:00:18.812Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3138 | 2026-04-17T17:00:19.162Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3139 | 2026-04-17T17:00:19.230Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3140 | 2026-04-17T17:00:19.330Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3141 | 2026-04-17T17:00:19.408Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3142 | 2026-04-17T17:00:19.506Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3143 | 2026-04-17T17:00:19.646Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3144 | 2026-04-17T17:00:19.751Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3145 | 2026-04-17T17:00:19.818Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3146 | 2026-04-17T17:00:19.839Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3147 | 2026-04-17T17:00:19.864Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3148 | 2026-04-17T17:00:19.888Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3149 | 2026-04-17T17:00:20.505Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3150 | 2026-04-17T17:00:20.695Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3151 | 2026-04-17T17:00:20.753Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3152 | 2026-04-17T17:00:21.301Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3153 | 2026-04-17T17:00:22.041Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3154 | 2026-04-17T17:00:22.093Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3155 | 2026-04-17T17:00:22.161Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3156 | 2026-04-17T17:00:22.430Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3157 | 2026-04-17T17:00:22.733Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3158 | 2026-04-17T17:00:23.074Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3159 | 2026-04-17T17:00:23.355Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3160 | 2026-04-17T17:00:23.382Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3161 | 2026-04-17T17:00:23.462Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3162 | 2026-04-17T17:00:23.772Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3163 | 2026-04-17T17:00:24.097Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3164 | 2026-04-17T17:00:24.126Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3165 | 2026-04-17T17:00:24.243Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3166 | 2026-04-17T17:00:24.265Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3167 | 2026-04-17T17:00:24.612Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3168 | 2026-04-17T17:00:24.635Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3169 | 2026-04-17T17:00:25.330Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3170 | 2026-04-17T17:00:25.356Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3171 | 2026-04-17T17:00:25.969Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3172 | 2026-04-17T17:00:26.087Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3173 | 2026-04-17T17:00:26.412Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3174 | 2026-04-17T17:00:26.815Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3175 | 2026-04-17T17:00:27.667Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3176 | 2026-04-17T17:00:27.962Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3177 | 2026-04-17T17:00:28.281Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3178 | 2026-04-17T17:00:28.533Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3179 | 2026-04-17T17:00:28.674Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3180 | 2026-04-17T17:00:28.846Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3181 | 2026-04-17T17:00:29.270Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3182 | 2026-04-17T17:00:29.339Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3183 | 2026-04-17T17:00:29.565Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3184 | 2026-04-17T17:00:30.087Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3185 | 2026-04-17T17:00:30.116Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3186 | 2026-04-17T17:00:30.507Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3187 | 2026-04-17T17:00:30.676Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3188 | 2026-04-17T17:00:30.718Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3189 | 2026-04-17T17:00:30.763Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3190 | 2026-04-17T17:00:31.926Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3191 | 2026-04-17T17:00:32.624Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3192 | 2026-04-17T17:00:33.295Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3193 | 2026-04-17T17:00:33.670Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3194 | 2026-04-17T17:00:34.259Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3195 | 2026-04-17T17:00:34.440Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3196 | 2026-04-17T17:00:35.516Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3197 | 2026-04-17T17:00:36.214Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3198 | 2026-04-17T17:00:36.235Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3199 | 2026-04-17T17:00:36.252Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3200 | 2026-04-17T17:00:37.844Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3201 | 2026-04-17T17:00:38.259Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3202 | 2026-04-17T17:00:38.326Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3203 | 2026-04-17T17:00:39.071Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3204 | 2026-04-17T17:00:39.348Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3205 | 2026-04-17T17:00:39.370Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3206 | 2026-04-17T17:00:40.008Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3207 | 2026-04-17T17:00:40.032Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3208 | 2026-04-17T17:00:40.842Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3209 | 2026-04-17T17:00:41.102Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3210 | 2026-04-17T17:00:41.165Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3211 | 2026-04-17T17:00:41.372Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3212 | 2026-04-17T17:00:41.793Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3213 | 2026-04-17T17:00:41.971Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3214 | 2026-04-17T17:00:42.033Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3215 | 2026-04-17T17:00:42.232Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3216 | 2026-04-17T17:00:42.493Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3217 | 2026-04-17T17:00:42.722Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3218 | 2026-04-17T17:00:42.848Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3219 | 2026-04-17T17:00:42.974Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3220 | 2026-04-17T17:00:43.291Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3221 | 2026-04-17T17:00:43.391Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3222 | 2026-04-17T17:00:43.884Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3223 | 2026-04-17T17:00:44.028Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3224 | 2026-04-17T17:00:44.607Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3225 | 2026-04-17T17:00:45.267Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3226 | 2026-04-17T17:00:45.318Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3227 | 2026-04-17T17:00:46.821Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3228 | 2026-04-17T17:00:47.681Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3229 | 2026-04-17T17:00:49.305Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3230 | 2026-04-17T17:00:49.648Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3231 | 2026-04-17T17:00:50.148Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3232 | 2026-04-17T17:00:51.307Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3233 | 2026-04-17T17:00:53.121Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3234 | 2026-04-17T17:00:54.130Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3235 | 2026-04-17T17:00:54.598Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3236 | 2026-04-17T17:00:55.427Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3237 | 2026-04-17T17:00:55.753Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3238 | 2026-04-17T17:00:58.774Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3239 | 2026-04-17T17:00:59.127Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3240 | 2026-04-17T17:00:59.538Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3241 | 2026-04-17T17:00:59.928Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3242 | 2026-04-17T17:00:59.999Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3243 | 2026-04-17T17:01:00.482Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3244 | 2026-04-17T17:01:00.739Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3245 | 2026-04-17T17:01:03.655Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3246 | 2026-04-17T17:01:06.431Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3247 | 2026-04-17T17:01:07.059Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3248 | 2026-04-17T17:01:07.838Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3249 | 2026-04-17T17:01:09.036Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3250 | 2026-04-17T17:01:09.751Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3251 | 2026-04-17T17:01:10.588Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3252 | 2026-04-17T17:01:11.288Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3253 | 2026-04-17T17:01:12.014Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3254 | 2026-04-17T17:01:13.406Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3255 | 2026-04-17T17:01:14.114Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3256 | 2026-04-17T17:01:15.177Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3257 | 2026-04-17T17:01:15.220Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3258 | 2026-04-17T17:01:15.797Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3259 | 2026-04-17T17:01:16.806Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3260 | 2026-04-17T17:01:17.507Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3261 | 2026-04-17T17:01:20.309Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3262 | 2026-04-17T17:01:21.487Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3263 | 2026-04-17T17:01:22.112Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3264 | 2026-04-17T17:01:22.979Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3265 | 2026-04-17T17:01:24.036Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3266 | 2026-04-17T17:01:29.017Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3267 | 2026-04-17T17:01:29.044Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3268 | 2026-04-17T17:01:29.044Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3269 | 2026-04-17T17:01:29.044Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3270 | 2026-04-17T17:01:29.927Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3271 | 2026-04-17T17:01:31.057Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3272 | 2026-04-17T17:01:32.529Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3273 | 2026-04-17T17:01:33.703Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3274 | 2026-04-17T17:01:34.989Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3275 | 2026-04-17T17:01:39.677Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3276 | 2026-04-17T17:01:41.074Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3277 | 2026-04-17T17:01:42.759Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3278 | 2026-04-17T17:01:44.325Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3279 | 2026-04-17T17:01:45.759Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3280 | 2026-04-17T17:01:47.232Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3281 | 2026-04-17T17:01:50.766Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3282 | 2026-04-17T17:01:52.122Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3283 | 2026-04-17T17:01:52.429Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3284 | 2026-04-17T17:01:53.991Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3285 | 2026-04-17T17:01:55.547Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3286 | 2026-04-17T17:01:57.131Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3287 | 2026-04-17T17:01:58.954Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3288 | 2026-04-17T17:02:00.941Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3289 | 2026-04-17T17:02:02.560Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3290 | 2026-04-17T17:02:04.596Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3291 | 2026-04-17T17:02:05.961Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3292 | 2026-04-17T17:02:07.621Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3293 | 2026-04-17T17:02:09.289Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3294 | 2026-04-17T17:02:10.967Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3295 | 2026-04-17T17:02:12.400Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3296 | 2026-04-17T17:02:14.520Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3297 | 2026-04-17T17:02:16.220Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3298 | 2026-04-17T17:02:17.678Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3299 | 2026-04-17T17:02:19.740Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3300 | 2026-04-17T17:02:21.561Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3301 | 2026-04-17T17:02:23.970Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3302 | 2026-04-17T17:02:25.604Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3303 | 2026-04-17T17:02:27.526Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3304 | 2026-04-17T17:02:29.726Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3305 | 2026-04-17T17:02:31.717Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3306 | 2026-04-17T17:02:33.662Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3307 | 2026-04-17T17:02:35.714Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3308 | 2026-04-17T17:02:37.682Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3309 | 2026-04-17T17:02:41.158Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3310 | 2026-04-17T17:02:42.147Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3311 | 2026-04-17T17:02:44.323Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3312 | 2026-04-17T17:02:46.490Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3313 | 2026-04-17T17:02:48.614Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3314 | 2026-04-17T17:02:50.813Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3315 | 2026-04-17T17:02:52.938Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3316 | 2026-04-17T17:02:55.026Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3317 | 2026-04-17T17:02:57.247Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3318 | 2026-04-17T17:02:59.649Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3319 | 2026-04-17T17:03:04.356Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3320 | 2026-04-17T17:03:04.384Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3321 | 2026-04-17T17:03:06.326Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3322 | 2026-04-17T17:03:08.487Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3323 | 2026-04-17T17:03:10.194Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3324 | 2026-04-17T17:03:12.407Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3325 | 2026-04-17T17:03:14.607Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3326 | 2026-04-17T17:03:16.774Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3327 | 2026-04-17T17:03:18.966Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3328 | 2026-04-17T17:03:21.205Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3329 | 2026-04-17T17:03:23.330Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3330 | 2026-04-17T17:03:25.561Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3331 | 2026-04-17T17:03:27.711Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3332 | 2026-04-17T17:03:30.510Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3333 | 2026-04-17T17:03:32.498Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3334 | 2026-04-17T17:03:34.909Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3335 | 2026-04-17T17:03:37.157Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3336 | 2026-04-17T17:03:39.612Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3337 | 2026-04-17T17:03:42.042Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3338 | 2026-04-17T17:03:44.316Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3339 | 2026-04-17T17:03:46.663Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3340 | 2026-04-17T17:03:48.941Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3341 | 2026-04-17T17:03:51.494Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3342 | 2026-04-17T17:03:53.709Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3343 | 2026-04-17T17:03:56.124Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3344 | 2026-04-17T17:03:58.527Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3345 | 2026-04-17T17:04:00.781Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3346 | 2026-04-17T17:04:03.258Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3347 | 2026-04-17T17:04:05.659Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3348 | 2026-04-17T17:04:08.083Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3349 | 2026-04-17T17:04:10.748Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3350 | 2026-04-17T17:04:13.164Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3351 | 2026-04-17T17:04:15.593Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3352 | 2026-04-17T17:04:17.962Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3353 | 2026-04-17T17:04:20.361Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3354 | 2026-04-17T17:04:22.841Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3355 | 2026-04-17T17:04:25.682Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3356 | 2026-04-17T17:04:27.987Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3357 | 2026-04-17T17:04:30.635Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3358 | 2026-04-17T17:04:37.960Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3359 | 2026-04-17T17:04:38.152Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3360 | 2026-04-17T17:04:41.404Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3361 | 2026-04-17T17:04:44.711Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3362 | 2026-04-17T17:04:47.951Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3363 | 2026-04-17T17:04:51.080Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3364 | 2026-04-17T17:04:54.424Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3365 | 2026-04-17T17:04:58.969Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3366 | 2026-04-17T17:05:01.623Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3367 | 2026-04-17T17:05:05.301Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3368 | 2026-04-17T17:05:08.870Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3369 | 2026-04-17T17:05:12.365Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3370 | 2026-04-17T17:05:15.933Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3371 | 2026-04-17T17:05:19.498Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3372 | 2026-04-17T17:05:23.115Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3373 | 2026-04-17T17:05:26.666Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3374 | 2026-04-17T17:05:30.205Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3375 | 2026-04-17T17:05:33.932Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3376 | 2026-04-17T17:05:37.437Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3377 | 2026-04-17T17:05:41.054Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3378 | 2026-04-17T17:05:44.653Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3379 | 2026-04-17T17:05:48.224Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3380 | 2026-04-17T17:05:51.998Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3381 | 2026-04-17T17:05:55.496Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3382 | 2026-04-17T17:05:59.108Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3383 | 2026-04-17T17:06:27.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 21s |
| 3384 | 2026-04-17T17:06:28.041Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files |
| 3385 | 2026-04-17T17:06:28.146Z | |
| 3386 | 2026-04-17T17:06:28.146Z | real 6:21.525175325 |
| 3387 | 2026-04-17T17:06:28.146Z | user 17:17.417737268 |
| 3388 | 2026-04-17T17:06:28.146Z | sys 3:37.449336341 |
| 3389 | 2026-04-17T17:06:28.146Z | trap 0.246120246 |
| 3390 | 2026-04-17T17:06:28.151Z | tflt 0.010733016 |
| 3391 | 2026-04-17T17:06:28.151Z | dflt 0.069652334 |
| 3392 | 2026-04-17T17:06:28.151Z | kflt 0.000067628 |
| 3393 | 2026-04-17T17:06:28.151Z | lock 5:50:05.409043197 |
| 3394 | 2026-04-17T17:06:28.151Z | slp 2:07:42.483803784 |
| 3395 | 2026-04-17T17:06:28.151Z | lat 30.443489291 |
| 3396 | 2026-04-17T17:06:28.151Z | stop 1:35.656335300 |
| 3397 | 2026-04-17T17:06:28.151Z | process exited: duration 851911 ms, exit code 0 |
| |
| 3398 | 2026-04-17T17:06:28.157Z | found 0 output files |