|
|
|
| 1 | 2026-05-26T21:12:26.227Z | job assigned to worker 01KSK21VAF5MNPPX6WRFKZDJY7 [factory aws, i-07d250e1ff176a32d] (queued for 58 s) |
| |
| 2 | 2026-05-26T21:12:32.847Z | starting task 0: "setup" |
| 3 | 2026-05-26T21:12:32.856Z | ++ uname -s |
| 4 | 2026-05-26T21:12:32.859Z | + kern=SunOS |
| 5 | 2026-05-26T21:12:32.859Z | + build_user=build |
| 6 | 2026-05-26T21:12:32.859Z | + build_uid=12345 |
| 7 | 2026-05-26T21:12:32.859Z | + work_dir=/work |
| 8 | 2026-05-26T21:12:32.859Z | + input_dir=/input |
| 9 | 2026-05-26T21:12:32.859Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-26T21:12:32.859Z | + case "$kern" in |
| 11 | 2026-05-26T21:12:32.859Z | + groupadd -g 12345 build |
| 12 | 2026-05-26T21:12:32.869Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-26T21:12:34.877Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-26T21:12:34.956Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-26T21:12:34.958Z | + home_fs=zfs |
| 16 | 2026-05-26T21:12:34.959Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-26T21:12:34.959Z | + mkdir -p /home/build |
| 18 | 2026-05-26T21:12:34.959Z | + chown build:build /home/build /work |
| 19 | 2026-05-26T21:12:35.960Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-26T21:12:35.963Z | process exited: duration 3114 ms, exit code 0 |
| |
| 21 | 2026-05-26T21:12:35.968Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-26T21:12:35.972Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-26T21:12:35.973Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-26T21:12:35.973Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-26T21:12:35.973Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-26T21:12:35.973Z | * rust toolchain profile = "default" |
| 27 | 2026-05-26T21:12:35.973Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-26T21:12:35.976Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-26T21:12:35.976Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-26T21:12:36.029Z | info: downloading installer |
| 31 | 2026-05-26T21:12:37.348Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-26T21:12:37.348Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-26T21:12:37.348Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-26T21:12:37.351Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-26T21:12:37.360Z | info: profile set to default |
| 36 | 2026-05-26T21:12:37.360Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-26T21:12:37.363Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-26T21:12:37.495Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-26T21:12:37.498Z | info: downloading 6 components |
| 40 | 2026-05-26T21:12:52.999Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-26T21:12:52.999Z | |
| 42 | 2026-05-26T21:12:53.029Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-26T21:12:53.029Z | |
| 44 | 2026-05-26T21:12:53.029Z | |
| 45 | 2026-05-26T21:12:53.029Z | Rust is installed now. Great! |
| 46 | 2026-05-26T21:12:53.029Z | |
| 47 | 2026-05-26T21:12:53.032Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-26T21:12:53.032Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-26T21:12:53.032Z | |
| 50 | 2026-05-26T21:12:53.032Z | To configure your current shell, you need to source |
| 51 | 2026-05-26T21:12:53.032Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-26T21:12:53.032Z | |
| 53 | 2026-05-26T21:12:53.032Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-26T21:12:53.032Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-26T21:12:53.032Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-26T21:12:53.032Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-26T21:12:53.032Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-26T21:12:53.032Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-26T21:12:53.032Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-26T21:12:53.033Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-26T21:12:53.033Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-26T21:12:53.132Z | + rustup --version |
| 63 | 2026-05-26T21:12:53.141Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-26T21:12:53.144Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-26T21:12:53.162Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-26T21:12:53.165Z | + cargo --version |
| 67 | 2026-05-26T21:12:53.178Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-26T21:12:53.181Z | + rustc --version |
| 69 | 2026-05-26T21:12:53.200Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-26T21:12:53.203Z | process exited: duration 17234 ms, exit code 0 |
| |
| 71 | 2026-05-26T21:12:53.208Z | starting task 2: "authentication" |
| 72 | 2026-05-26T21:12:53.224Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-26T21:12:53.229Z | starting task 3: "clone repository" |
| 74 | 2026-05-26T21:12:53.232Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-26T21:12:53.259Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-26T21:12:53.278Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-26T21:13:03.753Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-26T21:13:03.753Z | + git fetch origin 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2 |
| 79 | 2026-05-26T21:13:04.036Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-26T21:13:04.036Z | * branch 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2 -> FETCH_HEAD |
| 81 | 2026-05-26T21:13:04.046Z | + [[ -n bump_crucible_propolis ]] |
| 82 | 2026-05-26T21:13:04.049Z | ++ git branch --show-current |
| 83 | 2026-05-26T21:13:04.049Z | + current=main |
| 84 | 2026-05-26T21:13:04.049Z | + [[ main != bump_crucible_propolis ]] |
| 85 | 2026-05-26T21:13:04.049Z | + git branch -f bump_crucible_propolis 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2 |
| 86 | 2026-05-26T21:13:04.052Z | + git checkout -f bump_crucible_propolis |
| 87 | 2026-05-26T21:13:04.288Z | Switched to branch 'bump_crucible_propolis' |
| 88 | 2026-05-26T21:13:04.290Z | + git reset --hard 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2 |
| 89 | 2026-05-26T21:13:04.308Z | HEAD is now at 5ebb5b03c add UpstairsDegradedReason::InvalidState |
| 90 | 2026-05-26T21:13:04.310Z | process exited: duration 11079 ms, exit code 0 |
| |
| 91 | 2026-05-26T21:13:04.316Z | starting task 4: "build" |
| 92 | 2026-05-26T21:13:04.320Z | + source ./env.sh |
| 93 | 2026-05-26T21:13:04.323Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-26T21:13:04.323Z | ++ set -o xtrace |
| 95 | 2026-05-26T21:13:04.323Z | ++++ dirname ./env.sh |
| 96 | 2026-05-26T21:13:04.330Z | +++ readlink -f . |
| 97 | 2026-05-26T21:13:04.334Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-26T21:13:04.337Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-05-26T21:13:04.337Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-26T21:13:04.337Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-05-26T21:13:04.337Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-05-26T21:13:04.337Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-05-26T21:13:04.337Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-05-26T21:13:04.337Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-05-26T21:13:04.337Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-26T21:13:04.337Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-26T21:13:04.337Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-26T21:13:04.337Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-26T21:13:04.337Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-26T21:13:04.337Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-26T21:13:04.337Z | + cargo --version |
| 112 | 2026-05-26T21:13:04.344Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-26T21:13:04.346Z | + rustc --version |
| 114 | 2026-05-26T21:13:04.367Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-26T21:13:04.370Z | + banner prerequisites |
| 116 | 2026-05-26T21:13:04.373Z | |
| 117 | 2026-05-26T21:13:04.373Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-26T21:13:04.373Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-26T21:13:04.373Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-26T21:13:04.373Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-26T21:13:04.373Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-26T21:13:04.373Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-26T21:13:04.373Z | |
| 124 | 2026-05-26T21:13:04.373Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-26T21:13:06.198Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-26T21:13:06.272Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-26T21:13:06.533Z | Planning: Solver setup ... Done (0.226s) |
| 128 | 2026-05-26T21:13:06.551Z | Planning: Running solver ... Done (0.018s) |
| 129 | 2026-05-26T21:13:06.562Z | Planning: Finding local manifests ... Done (0.008s) |
| 130 | 2026-05-26T21:13:06.573Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-26T21:13:06.587Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-26T21:13:06.601Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-26T21:13:06.605Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-26T21:13:06.790Z | Planning: Checking for conflicting actions ... Done (0.187s) |
| 135 | 2026-05-26T21:13:06.793Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-26T21:13:08.398Z | Planning: Evaluating mediators ... Done (1.128s) |
| 137 | 2026-05-26T21:13:08.398Z | Planning: Planning completed in 1.63 seconds |
| 138 | 2026-05-26T21:13:08.398Z | Packages to install: 2 |
| 139 | 2026-05-26T21:13:08.398Z | Estimated space available: 156.07 GB |
| 140 | 2026-05-26T21:13:08.398Z | Estimated space to be consumed: 22.53 MB |
| 141 | 2026-05-26T21:13:08.398Z | Create boot environment: No |
| 142 | 2026-05-26T21:13:08.398Z | Create backup boot environment: No |
| 143 | 2026-05-26T21:13:08.398Z | Rebuild boot archive: No |
| 144 | 2026-05-26T21:13:08.398Z | |
| 145 | 2026-05-26T21:13:08.398Z | Changed packages: |
| 146 | 2026-05-26T21:13:08.398Z | helios |
| 147 | 2026-05-26T21:13:08.398Z | developer/build-essential |
| 148 | 2026-05-26T21:13:08.398Z | None -> 11-3.0 |
| 149 | 2026-05-26T21:13:08.398Z | library/libxmlsec1 |
| 150 | 2026-05-26T21:13:08.398Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-26T21:13:08.398Z | |
| 152 | 2026-05-26T21:13:08.398Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-26T21:13:08.684Z | Download: Completed 1.28 MB in 0.71 seconds (1.8M/s) |
| 154 | 2026-05-26T21:13:08.724Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-26T21:13:08.761Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-05-26T21:13:08.793Z | Finalize: Updating package state database ... Done (0.032s) |
| 157 | 2026-05-26T21:13:08.793Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-26T21:13:08.812Z | Finalize: Updating image state ... Done (0.018s) |
| 159 | 2026-05-26T21:13:11.273Z | Finalize: Creating fast lookup database ... Done (2.439s) |
| 160 | 2026-05-26T21:13:11.344Z | Finalize: Reading search index ... Done (0.016s) |
| 161 | 2026-05-26T21:13:11.347Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-26T21:13:11.395Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-26T21:13:11.696Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-26T21:13:11.801Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-26T21:13:11.803Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-26T21:13:11.961Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-26T21:13:11.963Z | Planning: Planning completed in 0.27 seconds |
| 168 | 2026-05-26T21:13:11.983Z | Mediators to change: 2 |
| 169 | 2026-05-26T21:13:11.983Z | Create boot environment: No |
| 170 | 2026-05-26T21:13:11.986Z | Create backup boot environment: No |
| 171 | 2026-05-26T21:13:12.020Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-26T21:13:12.023Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-26T21:13:12.031Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-26T21:13:13.969Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-26T21:13:14.031Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-26T21:13:14.034Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-26T21:13:14.069Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-26T21:13:14.351Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-26T21:13:14.457Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-26T21:13:14.460Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-26T21:13:14.617Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-26T21:13:14.620Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-05-26T21:13:14.640Z | Mediators to change: 1 |
| 184 | 2026-05-26T21:13:14.640Z | Create boot environment: No |
| 185 | 2026-05-26T21:13:14.640Z | Create backup boot environment: No |
| 186 | 2026-05-26T21:13:14.671Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-26T21:13:14.671Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-26T21:13:14.681Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-26T21:13:16.625Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-26T21:13:16.688Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-26T21:13:16.691Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-26T21:13:16.726Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-26T21:13:17.039Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-26T21:13:17.039Z | apache system 2.4 system |
| 195 | 2026-05-26T21:13:17.039Z | clang system 15 system |
| 196 | 2026-05-26T21:13:17.039Z | csh system system illumos |
| 197 | 2026-05-26T21:13:17.039Z | ctags system system illumos |
| 198 | 2026-05-26T21:13:17.039Z | file vendor vendor darwinsys |
| 199 | 2026-05-26T21:13:17.039Z | file system system illumos |
| 200 | 2026-05-26T21:13:17.039Z | gcc vendor 14 vendor |
| 201 | 2026-05-26T21:13:17.039Z | gcc system 13 system |
| 202 | 2026-05-26T21:13:17.039Z | gcc system 10 system |
| 203 | 2026-05-26T21:13:17.039Z | go system 1.25 system |
| 204 | 2026-05-26T21:13:17.039Z | llvm system 15 system |
| 205 | 2026-05-26T21:13:17.039Z | mariadb system 11.4 system |
| 206 | 2026-05-26T21:13:17.039Z | mta vendor vendor dma |
| 207 | 2026-05-26T21:13:17.039Z | openjdk system 17 system |
| 208 | 2026-05-26T21:13:17.039Z | openjdk system 11 system |
| 209 | 2026-05-26T21:13:17.039Z | openssl vendor 3 vendor |
| 210 | 2026-05-26T21:13:17.039Z | perl system 5.40 system |
| 211 | 2026-05-26T21:13:17.039Z | postgresql system 18 system |
| 212 | 2026-05-26T21:13:17.039Z | postgresql system 17 system |
| 213 | 2026-05-26T21:13:17.039Z | python vendor 3 vendor |
| 214 | 2026-05-26T21:13:17.039Z | python system 2 system |
| 215 | 2026-05-26T21:13:17.039Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-26T21:13:17.039Z | ruby system 3.4 system |
| 217 | 2026-05-26T21:13:17.039Z | ruby system 3.0 system |
| 218 | 2026-05-26T21:13:17.039Z | words vendor vendor american-english |
| 219 | 2026-05-26T21:13:17.039Z | words system system australian-english |
| 220 | 2026-05-26T21:13:17.039Z | words system system british-english |
| 221 | 2026-05-26T21:13:17.039Z | words system system canadian-english |
| 222 | 2026-05-26T21:13:17.039Z | words system system french |
| 223 | 2026-05-26T21:13:17.039Z | words system system italian |
| 224 | 2026-05-26T21:13:17.039Z | words system system ngerman |
| 225 | 2026-05-26T21:13:17.040Z | words system system ogerman |
| 226 | 2026-05-26T21:13:17.040Z | words system system spanish |
| 227 | 2026-05-26T21:13:17.288Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-26T21:13:17.288Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-26T21:13:17.582Z | FMRI IFO |
| 230 | 2026-05-26T21:13:17.582Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-26T21:13:17.582Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-26T21:13:17.582Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-26T21:13:17.582Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-26T21:13:17.582Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-26T21:13:17.582Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-26T21:13:17.582Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-26T21:13:17.582Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-26T21:13:17.582Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-26T21:13:17.807Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-26T21:13:18.078Z | Updating crates.io index |
| 241 | 2026-05-26T21:13:18.081Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-26T21:13:18.346Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-26T21:13:19.270Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-26T21:13:19.570Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-26T21:13:20.657Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-26T21:13:21.373Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-26T21:13:22.868Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-26T21:13:23.653Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-26T21:13:24.064Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-26T21:13:24.894Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-26T21:13:25.146Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-26T21:13:25.578Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-26T21:13:25.893Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-26T21:13:26.991Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-26T21:13:27.465Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-05-26T21:13:27.902Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-26T21:13:28.290Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-26T21:13:28.767Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-26T21:13:29.086Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-26T21:13:29.467Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-26T21:13:29.776Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-26T21:13:30.048Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-26T21:13:30.505Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-26T21:13:31.081Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 265 | 2026-05-26T21:13:31.356Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-05-26T21:13:31.869Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-05-26T21:13:32.096Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-05-26T21:13:32.465Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-05-26T21:13:33.527Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-05-26T21:13:33.801Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-26T21:13:34.586Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-26T21:13:34.850Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-26T21:13:35.196Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-26T21:13:35.550Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-26T21:13:35.879Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 276 | 2026-05-26T21:13:36.150Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-05-26T21:13:36.707Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-05-26T21:13:36.980Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-05-26T21:13:37.299Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-05-26T21:13:37.663Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-05-26T21:13:49.397Z | Downloading crates ... |
| 282 | 2026-05-26T21:13:49.447Z | Downloaded cpufeatures v0.2.17 |
| 283 | 2026-05-26T21:13:49.450Z | Downloaded anstyle v1.0.13 |
| 284 | 2026-05-26T21:13:49.453Z | Downloaded cargo-platform v0.2.0 |
| 285 | 2026-05-26T21:13:49.456Z | Downloaded camino v1.2.2 |
| 286 | 2026-05-26T21:13:49.459Z | Downloaded typeid v1.0.3 |
| 287 | 2026-05-26T21:13:49.461Z | Downloaded anstream v0.6.21 |
| 288 | 2026-05-26T21:13:49.465Z | Downloaded camino-tempfile v1.4.1 |
| 289 | 2026-05-26T21:13:49.468Z | Downloaded thiserror-impl v2.0.18 |
| 290 | 2026-05-26T21:13:49.471Z | Downloaded tinystr v0.8.2 |
| 291 | 2026-05-26T21:13:49.471Z | Downloaded toml_write v0.1.2 |
| 292 | 2026-05-26T21:13:49.473Z | Downloaded proc-macro-error v1.0.4 |
| 293 | 2026-05-26T21:13:49.473Z | Downloaded potential_utf v0.1.4 |
| 294 | 2026-05-26T21:13:49.476Z | Downloaded macaddr v1.0.1 |
| 295 | 2026-05-26T21:13:49.476Z | Downloaded thiserror-impl v1.0.69 |
| 296 | 2026-05-26T21:13:49.476Z | Downloaded toml v0.8.23 |
| 297 | 2026-05-26T21:13:49.480Z | Downloaded unicode-linebreak v0.1.5 |
| 298 | 2026-05-26T21:13:49.480Z | Downloaded serde-untagged v0.1.9 |
| 299 | 2026-05-26T21:13:49.483Z | Downloaded smallvec v1.15.1 |
| 300 | 2026-05-26T21:13:49.483Z | Downloaded zerovec-derive v0.11.2 |
| 301 | 2026-05-26T21:13:49.483Z | Downloaded heck v0.4.1 |
| 302 | 2026-05-26T21:13:49.483Z | Downloaded unicode-xid v0.2.6 |
| 303 | 2026-05-26T21:13:49.486Z | Downloaded yoke-derive v0.8.1 |
| 304 | 2026-05-26T21:13:49.489Z | Downloaded utf8parse v0.2.2 |
| 305 | 2026-05-26T21:13:49.491Z | Downloaded thread-id v4.2.2 |
| 306 | 2026-05-26T21:13:49.491Z | Downloaded byteorder v1.5.0 |
| 307 | 2026-05-26T21:13:49.491Z | Downloaded zerofrom v0.1.6 |
| 308 | 2026-05-26T21:13:49.494Z | Downloaded toml_datetime v0.6.11 |
| 309 | 2026-05-26T21:13:49.494Z | Downloaded version_check v0.9.5 |
| 310 | 2026-05-26T21:13:49.494Z | Downloaded usdt-attr-macro v0.5.0 |
| 311 | 2026-05-26T21:13:49.494Z | Downloaded usdt-impl v0.5.0 |
| 312 | 2026-05-26T21:13:49.497Z | Downloaded cargo_toml v0.21.0 |
| 313 | 2026-05-26T21:13:49.497Z | Downloaded thiserror v1.0.69 |
| 314 | 2026-05-26T21:13:49.499Z | Downloaded writeable v0.6.2 |
| 315 | 2026-05-26T21:13:49.499Z | Downloaded utf8_iter v1.0.4 |
| 316 | 2026-05-26T21:13:49.499Z | Downloaded usdt-macro v0.5.0 |
| 317 | 2026-05-26T21:13:49.499Z | Downloaded anstyle-parse v0.2.7 |
| 318 | 2026-05-26T21:13:49.502Z | Downloaded pretty-hex v0.4.1 |
| 319 | 2026-05-26T21:13:49.502Z | Downloaded generic-array v0.14.7 |
| 320 | 2026-05-26T21:13:49.505Z | Downloaded usdt v0.5.0 |
| 321 | 2026-05-26T21:13:49.505Z | Downloaded form_urlencoded v1.2.2 |
| 322 | 2026-05-26T21:13:49.505Z | Downloaded plain v0.2.3 |
| 323 | 2026-05-26T21:13:49.505Z | Downloaded zerofrom-derive v0.1.6 |
| 324 | 2026-05-26T21:13:49.507Z | Downloaded getrandom v0.4.1 |
| 325 | 2026-05-26T21:13:49.510Z | Downloaded scroll_derive v0.12.1 |
| 326 | 2026-05-26T21:13:49.513Z | Downloaded zmij v1.0.21 |
| 327 | 2026-05-26T21:13:49.513Z | Downloaded fnv v1.0.7 |
| 328 | 2026-05-26T21:13:49.545Z | Downloaded itoa v1.0.17 |
| 329 | 2026-05-26T21:13:49.545Z | Downloaded swrite v0.1.0 |
| 330 | 2026-05-26T21:13:49.545Z | Downloaded stable_deref_trait v1.2.1 |
| 331 | 2026-05-26T21:13:49.545Z | Downloaded crypto-common v0.1.7 |
| 332 | 2026-05-26T21:13:49.545Z | Downloaded thiserror v2.0.18 |
| 333 | 2026-05-26T21:13:49.545Z | Downloaded yoke v0.8.1 |
| 334 | 2026-05-26T21:13:49.545Z | Downloaded percent-encoding v2.3.2 |
| 335 | 2026-05-26T21:13:49.545Z | Downloaded clap_derive v4.5.55 |
| 336 | 2026-05-26T21:13:49.545Z | Downloaded memmap v0.7.0 |
| 337 | 2026-05-26T21:13:49.545Z | Downloaded cfg-if v1.0.4 |
| 338 | 2026-05-26T21:13:49.545Z | Downloaded serde_spanned v0.6.9 |
| 339 | 2026-05-26T21:13:49.545Z | Downloaded strsim v0.11.1 |
| 340 | 2026-05-26T21:13:49.545Z | Downloaded clap_lex v1.0.0 |
| 341 | 2026-05-26T21:13:49.545Z | Downloaded heck v0.5.0 |
| 342 | 2026-05-26T21:13:49.545Z | Downloaded litemap v0.8.1 |
| 343 | 2026-05-26T21:13:49.545Z | Downloaded block-buffer v0.10.4 |
| 344 | 2026-05-26T21:13:49.545Z | Downloaded pest_derive v2.8.6 |
| 345 | 2026-05-26T21:13:49.545Z | Downloaded ucd-trie v0.1.7 |
| 346 | 2026-05-26T21:13:49.545Z | Downloaded textwrap v0.16.2 |
| 347 | 2026-05-26T21:13:49.548Z | Downloaded terminal_size v0.4.3 |
| 348 | 2026-05-26T21:13:49.548Z | Downloaded errno v0.3.14 |
| 349 | 2026-05-26T21:13:49.548Z | Downloaded unicode-ident v1.0.24 |
| 350 | 2026-05-26T21:13:49.551Z | Downloaded typenum v1.19.0 |
| 351 | 2026-05-26T21:13:49.555Z | Downloaded idna_adapter v1.2.1 |
| 352 | 2026-05-26T21:13:49.555Z | Downloaded serde-value v0.7.0 |
| 353 | 2026-05-26T21:13:49.555Z | Downloaded proc-macro-error-attr v1.0.4 |
| 354 | 2026-05-26T21:13:49.555Z | Downloaded zerotrie v0.2.3 |
| 355 | 2026-05-26T21:13:49.555Z | Downloaded zerocopy-derive v0.7.35 |
| 356 | 2026-05-26T21:13:49.557Z | Downloaded url v2.5.8 |
| 357 | 2026-05-26T21:13:49.560Z | Downloaded toml_edit v0.22.27 |
| 358 | 2026-05-26T21:13:49.562Z | Downloaded fastrand v2.3.0 |
| 359 | 2026-05-26T21:13:49.562Z | Downloaded is_terminal_polyfill v1.70.2 |
| 360 | 2026-05-26T21:13:49.565Z | Downloaded dtrace-parser v0.2.0 |
| 361 | 2026-05-26T21:13:49.571Z | Downloaded scroll v0.12.0 |
| 362 | 2026-05-26T21:13:49.573Z | Downloaded pest_generator v2.8.6 |
| 363 | 2026-05-26T21:13:49.573Z | Downloaded icu_properties v2.1.2 |
| 364 | 2026-05-26T21:13:49.576Z | Downloaded bytecount v0.6.9 |
| 365 | 2026-05-26T21:13:49.576Z | Downloaded zerovec v0.11.5 |
| 366 | 2026-05-26T21:13:49.579Z | Downloaded ordered-float v2.10.1 |
| 367 | 2026-05-26T21:13:49.579Z | Downloaded tabled_derive v0.7.0 |
| 368 | 2026-05-26T21:13:49.579Z | Downloaded dof v0.3.0 |
| 369 | 2026-05-26T21:13:49.581Z | Downloaded zerocopy v0.7.35 |
| 370 | 2026-05-26T21:13:49.587Z | Downloaded smawk v0.3.2 |
| 371 | 2026-05-26T21:13:49.590Z | Downloaded winnow v0.7.14 |
| 372 | 2026-05-26T21:13:49.593Z | Downloaded displaydoc v0.2.5 |
| 373 | 2026-05-26T21:13:49.595Z | Downloaded anstyle-query v1.1.5 |
| 374 | 2026-05-26T21:13:49.595Z | Downloaded equivalent v1.0.2 |
| 375 | 2026-05-26T21:13:49.598Z | Downloaded colorchoice v1.0.4 |
| 376 | 2026-05-26T21:13:49.598Z | Downloaded fs-err v3.3.0 |
| 377 | 2026-05-26T21:13:49.601Z | Downloaded unicode-width v0.2.0 |
| 378 | 2026-05-26T21:13:49.603Z | Downloaded unicode-width v0.1.14 |
| 379 | 2026-05-26T21:13:49.613Z | Downloaded sha2 v0.10.9 |
| 380 | 2026-05-26T21:13:49.616Z | Downloaded cargo_metadata v0.21.0 |
| 381 | 2026-05-26T21:13:49.616Z | Downloaded cargo-util-schemas v0.8.2 |
| 382 | 2026-05-26T21:13:49.618Z | Downloaded clap v4.5.60 |
| 383 | 2026-05-26T21:13:49.621Z | Downloaded autocfg v1.5.0 |
| 384 | 2026-05-26T21:13:49.624Z | Downloaded synstructure v0.13.2 |
| 385 | 2026-05-26T21:13:49.627Z | Downloaded digest v0.10.7 |
| 386 | 2026-05-26T21:13:49.630Z | Downloaded serde_tokenstream v0.2.3 |
| 387 | 2026-05-26T21:13:49.632Z | Downloaded anyhow v1.0.102 |
| 388 | 2026-05-26T21:13:49.632Z | Downloaded semver v1.0.28 |
| 389 | 2026-05-26T21:13:49.635Z | Downloaded erased-serde v0.4.9 |
| 390 | 2026-05-26T21:13:49.635Z | Downloaded quote v1.0.45 |
| 391 | 2026-05-26T21:13:49.637Z | Downloaded bitflags v2.11.0 |
| 392 | 2026-05-26T21:13:49.644Z | Downloaded serde_core v1.0.228 |
| 393 | 2026-05-26T21:13:49.647Z | Downloaded serde_derive v1.0.228 |
| 394 | 2026-05-26T21:13:49.657Z | Downloaded tempfile v3.25.0 |
| 395 | 2026-05-26T21:13:49.659Z | Downloaded icu_provider v2.1.1 |
| 396 | 2026-05-26T21:13:49.662Z | Downloaded num-traits v0.2.19 |
| 397 | 2026-05-26T21:13:49.665Z | Downloaded log v0.4.29 |
| 398 | 2026-05-26T21:13:49.668Z | Downloaded once_cell v1.21.3 |
| 399 | 2026-05-26T21:13:49.683Z | Downloaded idna v1.1.0 |
| 400 | 2026-05-26T21:13:49.685Z | Downloaded proc-macro2 v1.0.106 |
| 401 | 2026-05-26T21:13:49.688Z | Downloaded memchr v2.8.0 |
| 402 | 2026-05-26T21:13:49.691Z | Downloaded icu_normalizer v2.1.1 |
| 403 | 2026-05-26T21:13:49.693Z | Downloaded icu_locale_core v2.1.1 |
| 404 | 2026-05-26T21:13:49.696Z | Downloaded pest_meta v2.8.6 |
| 405 | 2026-05-26T21:13:49.696Z | Downloaded papergrid v0.11.0 |
| 406 | 2026-05-26T21:13:49.699Z | Downloaded serde v1.0.228 |
| 407 | 2026-05-26T21:13:49.702Z | Downloaded icu_normalizer_data v2.1.1 |
| 408 | 2026-05-26T21:13:49.706Z | Downloaded icu_collections v2.1.1 |
| 409 | 2026-05-26T21:13:49.719Z | Downloaded indexmap v2.14.0 |
| 410 | 2026-05-26T21:13:49.735Z | Downloaded clap_builder v4.5.60 |
| 411 | 2026-05-26T21:13:49.740Z | Downloaded hashbrown v0.17.0 |
| 412 | 2026-05-26T21:13:49.743Z | Downloaded pest v2.8.6 |
| 413 | 2026-05-26T21:13:49.746Z | Downloaded serde_json v1.0.149 |
| 414 | 2026-05-26T21:13:49.750Z | Downloaded icu_properties_data v2.1.2 |
| 415 | 2026-05-26T21:13:49.756Z | Downloaded goblin v0.8.2 |
| 416 | 2026-05-26T21:13:49.764Z | Downloaded tabled v0.15.0 |
| 417 | 2026-05-26T21:13:49.772Z | Downloaded syn v1.0.109 |
| 418 | 2026-05-26T21:13:49.778Z | Downloaded syn v2.0.117 |
| 419 | 2026-05-26T21:13:49.784Z | Downloaded rustix v1.1.3 |
| 420 | 2026-05-26T21:13:49.813Z | Downloaded libc v0.2.185 |
| 421 | 2026-05-26T21:13:49.880Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-05-26T21:13:49.881Z | Compiling quote v1.0.45 |
| 423 | 2026-05-26T21:13:49.884Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-05-26T21:13:49.884Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-26T21:13:49.884Z | Compiling libc v0.2.185 |
| 426 | 2026-05-26T21:13:49.884Z | Compiling version_check v0.9.5 |
| 427 | 2026-05-26T21:13:49.884Z | Compiling serde v1.0.228 |
| 428 | 2026-05-26T21:13:49.884Z | Compiling stable_deref_trait v1.2.1 |
| 429 | 2026-05-26T21:13:50.173Z | Compiling memchr v2.8.0 |
| 430 | 2026-05-26T21:13:50.194Z | Compiling zmij v1.0.21 |
| 431 | 2026-05-26T21:13:50.590Z | Compiling itoa v1.0.17 |
| 432 | 2026-05-26T21:13:50.604Z | Compiling ucd-trie v0.1.7 |
| 433 | 2026-05-26T21:13:50.687Z | Compiling autocfg v1.5.0 |
| 434 | 2026-05-26T21:13:50.796Z | Compiling thiserror v1.0.69 |
| 435 | 2026-05-26T21:13:50.813Z | Compiling pest v2.8.6 |
| 436 | 2026-05-26T21:13:50.865Z | Compiling writeable v0.6.2 |
| 437 | 2026-05-26T21:13:50.914Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-26T21:13:51.080Z | Compiling icu_properties_data v2.1.2 |
| 439 | 2026-05-26T21:13:51.140Z | Compiling icu_normalizer_data v2.1.1 |
| 440 | 2026-05-26T21:13:51.305Z | Compiling rustix v1.1.3 |
| 441 | 2026-05-26T21:13:51.335Z | Compiling byteorder v1.5.0 |
| 442 | 2026-05-26T21:13:51.483Z | Compiling syn v2.0.117 |
| 443 | 2026-05-26T21:13:51.544Z | Compiling errno v0.3.14 |
| 444 | 2026-05-26T21:13:51.560Z | Compiling serde_json v1.0.149 |
| 445 | 2026-05-26T21:13:51.576Z | Compiling bitflags v2.11.0 |
| 446 | 2026-05-26T21:13:51.849Z | Compiling num-traits v0.2.19 |
| 447 | 2026-05-26T21:13:51.890Z | Compiling equivalent v1.0.2 |
| 448 | 2026-05-26T21:13:51.908Z | Compiling pest_meta v2.8.6 |
| 449 | 2026-05-26T21:13:51.985Z | Compiling smallvec v1.15.1 |
| 450 | 2026-05-26T21:13:52.108Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-05-26T21:13:52.204Z | Compiling typeid v1.0.3 |
| 452 | 2026-05-26T21:13:52.441Z | Compiling thread-id v4.2.2 |
| 453 | 2026-05-26T21:13:52.514Z | Compiling proc-macro-error-attr v1.0.4 |
| 454 | 2026-05-26T21:13:52.565Z | Compiling usdt-impl v0.5.0 |
| 455 | 2026-05-26T21:13:52.605Z | Compiling erased-serde v0.4.9 |
| 456 | 2026-05-26T21:13:52.680Z | Compiling indexmap v2.14.0 |
| 457 | 2026-05-26T21:13:52.696Z | Compiling syn v1.0.109 |
| 458 | 2026-05-26T21:13:52.740Z | Compiling toml_write v0.1.2 |
| 459 | 2026-05-26T21:13:52.911Z | Compiling winnow v0.7.14 |
| 460 | 2026-05-26T21:13:53.197Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2026-05-26T21:13:53.335Z | Compiling log v0.4.29 |
| 462 | 2026-05-26T21:13:53.393Z | Compiling getrandom v0.4.1 |
| 463 | 2026-05-26T21:13:53.532Z | Compiling utf8parse v0.2.2 |
| 464 | 2026-05-26T21:13:53.597Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-05-26T21:13:53.648Z | Compiling plain v0.2.3 |
| 466 | 2026-05-26T21:13:53.747Z | Compiling thiserror v2.0.18 |
| 467 | 2026-05-26T21:13:53.755Z | Compiling camino v1.2.2 |
| 468 | 2026-05-26T21:13:53.758Z | Compiling percent-encoding v2.3.2 |
| 469 | 2026-05-26T21:13:53.814Z | Compiling ordered-float v2.10.1 |
| 470 | 2026-05-26T21:13:53.857Z | Compiling anstyle-parse v0.2.7 |
| 471 | 2026-05-26T21:13:53.974Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-26T21:13:54.156Z | Compiling synstructure v0.13.2 |
| 473 | 2026-05-26T21:13:54.156Z | Compiling pest_generator v2.8.6 |
| 474 | 2026-05-26T21:13:54.281Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-05-26T21:13:54.436Z | Compiling is_terminal_polyfill v1.70.2 |
| 476 | 2026-05-26T21:13:54.533Z | Compiling pretty-hex v0.4.1 |
| 477 | 2026-05-26T21:13:54.568Z | Compiling cfg-if v1.0.4 |
| 478 | 2026-05-26T21:13:54.584Z | Compiling anstyle v1.0.13 |
| 479 | 2026-05-26T21:13:54.630Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-05-26T21:13:54.648Z | Compiling colorchoice v1.0.4 |
| 481 | 2026-05-26T21:13:54.766Z | Compiling serde-untagged v0.1.9 |
| 482 | 2026-05-26T21:13:54.785Z | Compiling anstream v0.6.21 |
| 483 | 2026-05-26T21:13:54.831Z | Compiling semver v1.0.28 |
| 484 | 2026-05-26T21:13:54.922Z | Compiling fs-err v3.3.0 |
| 485 | 2026-05-26T21:13:55.013Z | Compiling strsim v0.11.1 |
| 486 | 2026-05-26T21:13:55.151Z | Compiling clap_lex v1.0.0 |
| 487 | 2026-05-26T21:13:55.183Z | Compiling fnv v1.0.7 |
| 488 | 2026-05-26T21:13:55.183Z | Compiling fastrand v2.3.0 |
| 489 | 2026-05-26T21:13:55.183Z | Compiling heck v0.4.1 |
| 490 | 2026-05-26T21:13:55.247Z | Compiling bytecount v0.6.9 |
| 491 | 2026-05-26T21:13:55.371Z | Compiling heck v0.5.0 |
| 492 | 2026-05-26T21:13:55.375Z | Compiling once_cell v1.21.3 |
| 493 | 2026-05-26T21:13:55.402Z | Compiling unicode-width v0.1.14 |
| 494 | 2026-05-26T21:13:55.418Z | Compiling unicode-xid v0.2.6 |
| 495 | 2026-05-26T21:13:55.559Z | Compiling anyhow v1.0.102 |
| 496 | 2026-05-26T21:13:55.600Z | Compiling tempfile v3.25.0 |
| 497 | 2026-05-26T21:13:55.617Z | Compiling clap_builder v4.5.60 |
| 498 | 2026-05-26T21:13:55.652Z | Compiling papergrid v0.11.0 |
| 499 | 2026-05-26T21:13:55.787Z | Compiling memmap v0.7.0 |
| 500 | 2026-05-26T21:13:55.856Z | Compiling serde_derive v1.0.228 |
| 501 | 2026-05-26T21:13:55.971Z | Compiling zerofrom-derive v0.1.6 |
| 502 | 2026-05-26T21:13:55.990Z | Compiling yoke-derive v0.8.1 |
| 503 | 2026-05-26T21:13:56.085Z | Compiling zerovec-derive v0.11.2 |
| 504 | 2026-05-26T21:13:56.211Z | Compiling displaydoc v0.2.5 |
| 505 | 2026-05-26T21:13:56.982Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2026-05-26T21:13:57.116Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2026-05-26T21:13:57.138Z | Compiling pest_derive v2.8.6 |
| 508 | 2026-05-26T21:13:57.228Z | Compiling scroll_derive v0.12.1 |
| 509 | 2026-05-26T21:13:57.444Z | Compiling zerofrom v0.1.6 |
| 510 | 2026-05-26T21:13:57.581Z | Compiling yoke v0.8.1 |
| 511 | 2026-05-26T21:13:57.581Z | Compiling thiserror-impl v2.0.18 |
| 512 | 2026-05-26T21:13:57.778Z | Compiling zerovec v0.11.5 |
| 513 | 2026-05-26T21:13:57.902Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-05-26T21:13:58.021Z | Compiling zerocopy v0.7.35 |
| 515 | 2026-05-26T21:13:58.217Z | Compiling scroll v0.12.0 |
| 516 | 2026-05-26T21:13:58.267Z | Compiling tinystr v0.8.2 |
| 517 | 2026-05-26T21:13:58.420Z | Compiling potential_utf v0.1.4 |
| 518 | 2026-05-26T21:13:58.475Z | Compiling icu_locale_core v2.1.1 |
| 519 | 2026-05-26T21:13:58.493Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2026-05-26T21:13:58.579Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-05-26T21:13:58.595Z | Compiling goblin v0.8.2 |
| 522 | 2026-05-26T21:13:58.688Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-05-26T21:13:59.061Z | Compiling clap_derive v4.5.55 |
| 524 | 2026-05-26T21:13:59.077Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-05-26T21:13:59.243Z | Compiling unicode-width v0.2.0 |
| 526 | 2026-05-26T21:13:59.350Z | Compiling icu_normalizer v2.1.1 |
| 527 | 2026-05-26T21:13:59.376Z | Compiling icu_properties v2.1.2 |
| 528 | 2026-05-26T21:13:59.379Z | Compiling toml_datetime v0.6.11 |
| 529 | 2026-05-26T21:13:59.410Z | Compiling serde_spanned v0.6.9 |
| 530 | 2026-05-26T21:13:59.517Z | Compiling dof v0.3.0 |
| 531 | 2026-05-26T21:13:59.559Z | Compiling serde_tokenstream v0.2.3 |
| 532 | 2026-05-26T21:13:59.609Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-05-26T21:13:59.654Z | Compiling serde-value v0.7.0 |
| 534 | 2026-05-26T21:13:59.900Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-05-26T21:13:59.918Z | Compiling unicode-linebreak v0.1.5 |
| 536 | 2026-05-26T21:14:00.027Z | Compiling smawk v0.3.2 |
| 537 | 2026-05-26T21:14:00.165Z | Compiling textwrap v0.16.2 |
| 538 | 2026-05-26T21:14:00.183Z | Compiling tabled v0.15.0 |
| 539 | 2026-05-26T21:14:00.198Z | Compiling macaddr v1.0.1 |
| 540 | 2026-05-26T21:14:00.451Z | Compiling idna_adapter v1.2.1 |
| 541 | 2026-05-26T21:14:00.488Z | Compiling usdt-macro v0.5.0 |
| 542 | 2026-05-26T21:14:00.591Z | Compiling idna v1.1.0 |
| 543 | 2026-05-26T21:14:00.654Z | Compiling usdt-attr-macro v0.5.0 |
| 544 | 2026-05-26T21:14:00.840Z | Compiling clap v4.5.60 |
| 545 | 2026-05-26T21:14:00.928Z | Compiling url v2.5.8 |
| 546 | 2026-05-26T21:14:01.122Z | Compiling toml v0.8.23 |
| 547 | 2026-05-26T21:14:01.329Z | Compiling camino-tempfile v1.4.1 |
| 548 | 2026-05-26T21:14:01.517Z | Compiling cargo-util-schemas v0.8.2 |
| 549 | 2026-05-26T21:14:01.564Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-05-26T21:14:01.714Z | Compiling usdt v0.5.0 |
| 551 | 2026-05-26T21:14:01.915Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-05-26T21:14:02.028Z | Compiling swrite v0.1.0 |
| 553 | 2026-05-26T21:14:02.455Z | Compiling cargo_metadata v0.21.0 |
| 554 | 2026-05-26T21:14:03.400Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 555 | 2026-05-26T21:14:05.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.81s |
| 556 | 2026-05-26T21:14:05.702Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 557 | 2026-05-26T21:14:06.259Z | Downloading crates ... |
| 558 | 2026-05-26T21:14:06.370Z | Downloaded crc32fast v1.5.0 |
| 559 | 2026-05-26T21:14:06.375Z | Downloaded data-encoding v2.10.0 |
| 560 | 2026-05-26T21:14:06.378Z | Downloaded crunchy v0.2.4 |
| 561 | 2026-05-26T21:14:06.378Z | Downloaded darling_core v0.13.4 |
| 562 | 2026-05-26T21:14:06.381Z | Downloaded endian-type v0.1.2 |
| 563 | 2026-05-26T21:14:06.381Z | Downloaded fallible-iterator v0.2.0 |
| 564 | 2026-05-26T21:14:06.383Z | Downloaded embedded-io v0.6.1 |
| 565 | 2026-05-26T21:14:06.383Z | Downloaded dirs-sys-next v0.1.2 |
| 566 | 2026-05-26T21:14:06.383Z | Downloaded debug-ignore v1.0.5 |
| 567 | 2026-05-26T21:14:06.386Z | Downloaded backoff v0.4.0 |
| 568 | 2026-05-26T21:14:06.386Z | Downloaded async-stream v0.3.6 |
| 569 | 2026-05-26T21:14:06.389Z | Downloaded dunce v1.0.5 |
| 570 | 2026-05-26T21:14:06.391Z | Downloaded des v0.8.1 |
| 571 | 2026-05-26T21:14:06.391Z | Downloaded adler2 v2.0.1 |
| 572 | 2026-05-26T21:14:06.391Z | Downloaded darling v0.23.0 |
| 573 | 2026-05-26T21:14:06.394Z | Downloaded darling_macro v0.13.4 |
| 574 | 2026-05-26T21:14:06.398Z | Downloaded backon v1.6.0 |
| 575 | 2026-05-26T21:14:06.398Z | Downloaded darling v0.20.11 |
| 576 | 2026-05-26T21:14:06.401Z | Downloaded enum-as-inner v0.6.1 |
| 577 | 2026-05-26T21:14:06.401Z | Downloaded darling_macro v0.23.0 |
| 578 | 2026-05-26T21:14:06.404Z | Downloaded crc-catalog v2.4.0 |
| 579 | 2026-05-26T21:14:06.404Z | Downloaded bitflags v1.3.2 |
| 580 | 2026-05-26T21:14:06.407Z | Downloaded display-error-chain v0.2.2 |
| 581 | 2026-05-26T21:14:06.409Z | Downloaded darling_macro v0.21.3 |
| 582 | 2026-05-26T21:14:06.409Z | Downloaded base16ct v0.2.0 |
| 583 | 2026-05-26T21:14:06.409Z | Downloaded atomic-waker v1.1.2 |
| 584 | 2026-05-26T21:14:06.412Z | Downloaded difflib v0.4.0 |
| 585 | 2026-05-26T21:14:06.412Z | Downloaded cassowary v0.3.0 |
| 586 | 2026-05-26T21:14:06.412Z | Downloaded csv-core v0.1.13 |
| 587 | 2026-05-26T21:14:06.416Z | Downloaded cpufeatures v0.3.0 |
| 588 | 2026-05-26T21:14:06.416Z | Downloaded crossbeam-deque v0.8.6 |
| 589 | 2026-05-26T21:14:06.416Z | Downloaded either v1.15.0 |
| 590 | 2026-05-26T21:14:06.419Z | Downloaded daft v0.1.7 |
| 591 | 2026-05-26T21:14:06.419Z | Downloaded diff v0.1.13 |
| 592 | 2026-05-26T21:14:06.419Z | Downloaded corncobs v0.1.4 |
| 593 | 2026-05-26T21:14:06.422Z | Downloaded aead v0.5.2 |
| 594 | 2026-05-26T21:14:06.424Z | Downloaded defmt v0.3.100 |
| 595 | 2026-05-26T21:14:06.424Z | Downloaded derive_builder_macro v0.20.2 |
| 596 | 2026-05-26T21:14:06.427Z | Downloaded async-stream-impl v0.3.6 |
| 597 | 2026-05-26T21:14:06.427Z | Downloaded arrayref v0.3.9 |
| 598 | 2026-05-26T21:14:06.430Z | Downloaded dirs-next v2.0.0 |
| 599 | 2026-05-26T21:14:06.434Z | Downloaded float-cmp v0.10.0 |
| 600 | 2026-05-26T21:14:06.434Z | Downloaded document-features v0.2.12 |
| 601 | 2026-05-26T21:14:06.434Z | Downloaded defmt-parser v1.0.0 |
| 602 | 2026-05-26T21:14:06.434Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 603 | 2026-05-26T21:14:06.437Z | Downloaded darling_macro v0.20.11 |
| 604 | 2026-05-26T21:14:06.437Z | Downloaded array-init v0.0.4 |
| 605 | 2026-05-26T21:14:06.437Z | Downloaded crc8 v0.1.1 |
| 606 | 2026-05-26T21:14:06.437Z | Downloaded diesel-dtrace v0.5.0 |
| 607 | 2026-05-26T21:14:06.440Z | Downloaded cookie v0.18.1 |
| 608 | 2026-05-26T21:14:06.440Z | Downloaded ciborium-io v0.2.2 |
| 609 | 2026-05-26T21:14:06.440Z | Downloaded darling v0.13.4 |
| 610 | 2026-05-26T21:14:06.443Z | Downloaded cstr-argument v0.1.2 |
| 611 | 2026-05-26T21:14:06.445Z | Downloaded dtrace-parser v0.3.0 |
| 612 | 2026-05-26T21:14:06.445Z | Downloaded cexpr v0.6.0 |
| 613 | 2026-05-26T21:14:06.448Z | Downloaded dsl_auto_type v0.2.0 |
| 614 | 2026-05-26T21:14:06.448Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 615 | 2026-05-26T21:14:06.457Z | Downloaded fixedbitset v0.4.2 |
| 616 | 2026-05-26T21:14:06.460Z | Downloaded dyn-clone v1.0.20 |
| 617 | 2026-05-26T21:14:06.461Z | Downloaded castaway v0.2.4 |
| 618 | 2026-05-26T21:14:06.461Z | Downloaded env_filter v1.0.0 |
| 619 | 2026-05-26T21:14:06.463Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 620 | 2026-05-26T21:14:06.463Z | Downloaded crucible-workspace-hack v0.1.0 |
| 621 | 2026-05-26T21:14:06.463Z | Downloaded embedded-io v0.4.0 |
| 622 | 2026-05-26T21:14:06.463Z | Downloaded float-ord v0.3.2 |
| 623 | 2026-05-26T21:14:06.466Z | Downloaded fd-lock v4.0.4 |
| 624 | 2026-05-26T21:14:06.466Z | Downloaded find-msvc-tools v0.1.9 |
| 625 | 2026-05-26T21:14:06.469Z | Downloaded deranged v0.5.8 |
| 626 | 2026-05-26T21:14:06.469Z | Downloaded blake2 v0.10.6 |
| 627 | 2026-05-26T21:14:06.472Z | Downloaded base64 v0.22.1 |
| 628 | 2026-05-26T21:14:06.472Z | Downloaded dof v0.4.0 |
| 629 | 2026-05-26T21:14:06.475Z | Downloaded convert_case v0.4.0 |
| 630 | 2026-05-26T21:14:06.475Z | Downloaded bitfield-struct v0.6.2 |
| 631 | 2026-05-26T21:14:06.475Z | Downloaded atty v0.2.14 |
| 632 | 2026-05-26T21:14:06.477Z | Downloaded foreign-types v0.5.0 |
| 633 | 2026-05-26T21:14:06.480Z | Downloaded flagset v0.4.7 |
| 634 | 2026-05-26T21:14:06.480Z | Downloaded foreign-types-shared v0.3.1 |
| 635 | 2026-05-26T21:14:06.483Z | Downloaded assert_matches v1.5.0 |
| 636 | 2026-05-26T21:14:06.483Z | Downloaded cargo-platform v0.3.2 |
| 637 | 2026-05-26T21:14:06.485Z | Downloaded funty v2.0.0 |
| 638 | 2026-05-26T21:14:06.485Z | Downloaded foreign-types v0.3.2 |
| 639 | 2026-05-26T21:14:06.485Z | Downloaded futures-macro v0.3.32 |
| 640 | 2026-05-26T21:14:06.489Z | Downloaded downcast-rs v2.0.2 |
| 641 | 2026-05-26T21:14:06.489Z | Downloaded foreign-types-shared v0.1.1 |
| 642 | 2026-05-26T21:14:06.491Z | Downloaded crc v3.4.0 |
| 643 | 2026-05-26T21:14:06.491Z | Downloaded foreign-types-macros v0.2.3 |
| 644 | 2026-05-26T21:14:06.495Z | Downloaded derive_builder_core v0.20.2 |
| 645 | 2026-05-26T21:14:06.498Z | Downloaded ff v0.13.1 |
| 646 | 2026-05-26T21:14:06.498Z | Downloaded futures-task v0.3.32 |
| 647 | 2026-05-26T21:14:06.498Z | Downloaded ghash v0.5.1 |
| 648 | 2026-05-26T21:14:06.501Z | Downloaded diesel_derives v2.3.7 |
| 649 | 2026-05-26T21:14:06.503Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 650 | 2026-05-26T21:14:06.506Z | Downloaded globwalk v0.9.1 |
| 651 | 2026-05-26T21:14:06.506Z | Downloaded git-stub v1.0.0 |
| 652 | 2026-05-26T21:14:06.506Z | Downloaded compression-core v0.4.31 |
| 653 | 2026-05-26T21:14:06.508Z | Downloaded cfg_aliases v0.1.1 |
| 654 | 2026-05-26T21:14:06.508Z | Downloaded ascii-canvas v3.0.0 |
| 655 | 2026-05-26T21:14:06.508Z | Downloaded defmt-macros v1.0.1 |
| 656 | 2026-05-26T21:14:06.511Z | Downloaded darling_core v0.20.11 |
| 657 | 2026-05-26T21:14:06.514Z | Downloaded filetime v0.2.27 |
| 658 | 2026-05-26T21:14:06.514Z | Downloaded ed25519 v2.2.3 |
| 659 | 2026-05-26T21:14:06.517Z | Downloaded ena v0.14.4 |
| 660 | 2026-05-26T21:14:06.517Z | Downloaded bit-set v0.8.0 |
| 661 | 2026-05-26T21:14:06.520Z | Downloaded block-padding v0.3.3 |
| 662 | 2026-05-26T21:14:06.520Z | Downloaded headers-core v0.3.0 |
| 663 | 2026-05-26T21:14:06.520Z | Downloaded bb8 v0.8.6 |
| 664 | 2026-05-26T21:14:06.520Z | Downloaded hex v0.4.3 |
| 665 | 2026-05-26T21:14:06.523Z | Downloaded derive-ex v0.1.8 |
| 666 | 2026-05-26T21:14:06.523Z | Downloaded defmt v1.0.1 |
| 667 | 2026-05-26T21:14:06.525Z | Downloaded ctr v0.9.2 |
| 668 | 2026-05-26T21:14:06.525Z | Downloaded hex-literal v0.4.1 |
| 669 | 2026-05-26T21:14:06.525Z | Downloaded env_logger v0.11.9 |
| 670 | 2026-05-26T21:14:06.528Z | Downloaded crossbeam-channel v0.5.15 |
| 671 | 2026-05-26T21:14:06.530Z | Downloaded async-recursion v1.1.1 |
| 672 | 2026-05-26T21:14:06.533Z | Downloaded der_derive v0.7.3 |
| 673 | 2026-05-26T21:14:06.533Z | Downloaded der v0.7.10 |
| 674 | 2026-05-26T21:14:06.536Z | Downloaded futures-io v0.3.32 |
| 675 | 2026-05-26T21:14:06.538Z | Downloaded ciborium-ll v0.2.2 |
| 676 | 2026-05-26T21:14:06.538Z | Downloaded daft-derive v0.1.7 |
| 677 | 2026-05-26T21:14:06.541Z | Downloaded futures-executor v0.3.32 |
| 678 | 2026-05-26T21:14:06.541Z | Downloaded ecdsa v0.16.9 |
| 679 | 2026-05-26T21:14:06.544Z | Downloaded blowfish v0.9.1 |
| 680 | 2026-05-26T21:14:06.544Z | Downloaded foldhash v0.2.0 |
| 681 | 2026-05-26T21:14:06.547Z | Downloaded darling v0.21.3 |
| 682 | 2026-05-26T21:14:06.549Z | Downloaded http-range v0.1.5 |
| 683 | 2026-05-26T21:14:06.549Z | Downloaded home v0.5.12 |
| 684 | 2026-05-26T21:14:06.549Z | Downloaded gethostname v0.5.0 |
| 685 | 2026-05-26T21:14:06.552Z | Downloaded async-trait v0.1.89 |
| 686 | 2026-05-26T21:14:06.552Z | Downloaded httpdate v1.0.3 |
| 687 | 2026-05-26T21:14:06.555Z | Downloaded globset v0.4.18 |
| 688 | 2026-05-26T21:14:06.555Z | Downloaded hash32 v0.3.1 |
| 689 | 2026-05-26T21:14:06.558Z | Downloaded fxhash v0.2.1 |
| 690 | 2026-05-26T21:14:06.558Z | Downloaded futures-core v0.3.32 |
| 691 | 2026-05-26T21:14:06.558Z | Downloaded futures-sink v0.3.32 |
| 692 | 2026-05-26T21:14:06.558Z | Downloaded hash32 v0.2.1 |
| 693 | 2026-05-26T21:14:06.561Z | Downloaded hubpack v0.1.2 |
| 694 | 2026-05-26T21:14:06.561Z | Downloaded http-body v1.0.1 |
| 695 | 2026-05-26T21:14:06.561Z | Downloaded hyper-tls v0.6.0 |
| 696 | 2026-05-26T21:14:06.561Z | Downloaded hubpack_derive v0.1.1 |
| 697 | 2026-05-26T21:14:06.563Z | Downloaded group v0.13.0 |
| 698 | 2026-05-26T21:14:06.563Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 699 | 2026-05-26T21:14:06.563Z | Downloaded cfg_aliases v0.2.1 |
| 700 | 2026-05-26T21:14:06.566Z | Downloaded constant_time_eq v0.4.2 |
| 701 | 2026-05-26T21:14:06.566Z | Downloaded cbc v0.1.2 |
| 702 | 2026-05-26T21:14:06.568Z | Downloaded bit-vec v0.8.0 |
| 703 | 2026-05-26T21:14:06.569Z | Downloaded crossbeam-utils v0.8.21 |
| 704 | 2026-05-26T21:14:06.571Z | Downloaded fixedbitset v0.5.7 |
| 705 | 2026-05-26T21:14:06.571Z | Downloaded fs_extra v1.3.0 |
| 706 | 2026-05-26T21:14:06.574Z | Downloaded byte-wrapper v0.1.0 |
| 707 | 2026-05-26T21:14:06.574Z | Downloaded foldhash v0.1.5 |
| 708 | 2026-05-26T21:14:06.574Z | Downloaded compression-codecs v0.4.37 |
| 709 | 2026-05-26T21:14:06.579Z | Downloaded base64ct v1.8.3 |
| 710 | 2026-05-26T21:14:06.581Z | Downloaded hostname v0.4.2 |
| 711 | 2026-05-26T21:14:06.581Z | Downloaded atomicwrites v0.4.4 |
| 712 | 2026-05-26T21:14:06.582Z | Downloaded illumos-nvpair v0.3.0 |
| 713 | 2026-05-26T21:14:06.582Z | Downloaded critical-section v1.2.0 |
| 714 | 2026-05-26T21:14:06.585Z | Downloaded cobs v0.3.0 |
| 715 | 2026-05-26T21:14:06.585Z | Downloaded bitfield-macros v0.19.4 |
| 716 | 2026-05-26T21:14:06.585Z | Downloaded bit-set v0.5.3 |
| 717 | 2026-05-26T21:14:06.585Z | Downloaded derive_builder v0.20.2 |
| 718 | 2026-05-26T21:14:06.588Z | Downloaded cmake v0.1.57 |
| 719 | 2026-05-26T21:14:06.588Z | Downloaded bumpalo v3.20.2 |
| 720 | 2026-05-26T21:14:06.591Z | Downloaded crossbeam-epoch v0.9.18 |
| 721 | 2026-05-26T21:14:06.593Z | Downloaded bitfield v0.19.4 |
| 722 | 2026-05-26T21:14:06.593Z | Downloaded async-bb8-diesel v0.2.1 |
| 723 | 2026-05-26T21:14:06.596Z | Downloaded argon2 v0.5.3 |
| 724 | 2026-05-26T21:14:06.596Z | Downloaded camino-tempfile-ext v0.3.3 |
| 725 | 2026-05-26T21:14:06.596Z | Downloaded buf-list v1.1.2 |
| 726 | 2026-05-26T21:14:06.598Z | Downloaded cipher v0.4.4 |
| 727 | 2026-05-26T21:14:06.598Z | Downloaded bcs v0.1.6 |
| 728 | 2026-05-26T21:14:06.601Z | Downloaded inout v0.1.4 |
| 729 | 2026-05-26T21:14:06.601Z | Downloaded bit-vec v0.6.3 |
| 730 | 2026-05-26T21:14:06.602Z | Downloaded erased-serde v0.3.31 |
| 731 | 2026-05-26T21:14:06.604Z | Downloaded chacha20 v0.9.1 |
| 732 | 2026-05-26T21:14:06.607Z | Downloaded indent_write v2.2.0 |
| 733 | 2026-05-26T21:14:06.607Z | Downloaded ident_case v1.0.1 |
| 734 | 2026-05-26T21:14:06.607Z | Downloaded fs-err v2.11.0 |
| 735 | 2026-05-26T21:14:06.610Z | Downloaded is-terminal v0.4.17 |
| 736 | 2026-05-26T21:14:06.614Z | Downloaded is_ci v1.2.0 |
| 737 | 2026-05-26T21:14:06.614Z | Downloaded cargo_metadata v0.23.1 |
| 738 | 2026-05-26T21:14:06.616Z | Downloaded instability v0.3.11 |
| 739 | 2026-05-26T21:14:06.616Z | Downloaded chacha20 v0.10.0 |
| 740 | 2026-05-26T21:14:06.616Z | Downloaded http-body-util v0.1.3 |
| 741 | 2026-05-26T21:14:06.619Z | Downloaded internet-checksum v0.2.1 |
| 742 | 2026-05-26T21:14:06.619Z | Downloaded getrandom v0.2.17 |
| 743 | 2026-05-26T21:14:06.622Z | Downloaded humantime v2.3.0 |
| 744 | 2026-05-26T21:14:06.622Z | Downloaded kstat-rs v0.2.4 |
| 745 | 2026-05-26T21:14:06.624Z | Downloaded keccak v0.1.6 |
| 746 | 2026-05-26T21:14:06.624Z | Downloaded lalrpop-util v0.19.12 |
| 747 | 2026-05-26T21:14:06.627Z | Downloaded glob v0.3.3 |
| 748 | 2026-05-26T21:14:06.630Z | Downloaded linked-hash-map v0.5.6 |
| 749 | 2026-05-26T21:14:06.630Z | Downloaded git-stub-vcs v0.1.0 |
| 750 | 2026-05-26T21:14:06.635Z | Downloaded lru-slab v0.1.2 |
| 751 | 2026-05-26T21:14:06.637Z | Downloaded lru-cache v0.1.2 |
| 752 | 2026-05-26T21:14:06.637Z | Downloaded derive_more v0.99.20 |
| 753 | 2026-05-26T21:14:06.640Z | Downloaded lazy_static v1.5.0 |
| 754 | 2026-05-26T21:14:06.643Z | Downloaded console v0.16.2 |
| 755 | 2026-05-26T21:14:06.643Z | Downloaded const_format_proc_macros v0.2.34 |
| 756 | 2026-05-26T21:14:06.645Z | Downloaded half v1.8.3 |
| 757 | 2026-05-26T21:14:06.646Z | Downloaded colored v2.2.0 |
| 758 | 2026-05-26T21:14:06.648Z | Downloaded console v0.15.11 |
| 759 | 2026-05-26T21:14:06.648Z | Downloaded libscf-sys v1.1.0 |
| 760 | 2026-05-26T21:14:06.651Z | Downloaded hyper-staticfile v0.10.1 |
| 761 | 2026-05-26T21:14:06.653Z | Downloaded indoc v2.0.7 |
| 762 | 2026-05-26T21:14:06.656Z | Downloaded lru v0.12.5 |
| 763 | 2026-05-26T21:14:06.656Z | Downloaded md5 v0.7.0 |
| 764 | 2026-05-26T21:14:06.656Z | Downloaded memoffset v0.9.1 |
| 765 | 2026-05-26T21:14:06.659Z | Downloaded md-5 v0.10.6 |
| 766 | 2026-05-26T21:14:06.659Z | Downloaded match_cfg v0.1.0 |
| 767 | 2026-05-26T21:14:06.659Z | Downloaded maplit v1.0.2 |
| 768 | 2026-05-26T21:14:06.659Z | Downloaded managed v0.8.0 |
| 769 | 2026-05-26T21:14:06.662Z | Downloaded lzss v0.8.2 |
| 770 | 2026-05-26T21:14:06.662Z | Downloaded mime v0.3.17 |
| 771 | 2026-05-26T21:14:06.664Z | Downloaded indoc v1.0.9 |
| 772 | 2026-05-26T21:14:06.664Z | Downloaded bzip2 v0.6.1 |
| 773 | 2026-05-26T21:14:06.667Z | Downloaded ingot v0.1.1 |
| 774 | 2026-05-26T21:14:06.667Z | Downloaded fatfs v0.3.6 |
| 775 | 2026-05-26T21:14:06.670Z | Downloaded ingot-types v0.1.2 |
| 776 | 2026-05-26T21:14:06.672Z | Downloaded futures v0.3.32 |
| 777 | 2026-05-26T21:14:06.675Z | Downloaded convert_case v0.10.0 |
| 778 | 2026-05-26T21:14:06.675Z | Downloaded derive_more v2.1.1 |
| 779 | 2026-05-26T21:14:06.681Z | Downloaded new_debug_unreachable v1.0.6 |
| 780 | 2026-05-26T21:14:06.684Z | Downloaded maybe-uninit v2.0.0 |
| 781 | 2026-05-26T21:14:06.684Z | Downloaded nibble_vec v0.1.0 |
| 782 | 2026-05-26T21:14:06.684Z | Downloaded newtype-uuid-macros v0.1.0 |
| 783 | 2026-05-26T21:14:06.686Z | Downloaded clang-sys v1.8.1 |
| 784 | 2026-05-26T21:14:06.686Z | Downloaded newline-converter v0.3.0 |
| 785 | 2026-05-26T21:14:06.689Z | Downloaded base64 v0.21.7 |
| 786 | 2026-05-26T21:14:06.689Z | Downloaded num-conv v0.2.0 |
| 787 | 2026-05-26T21:14:06.693Z | Downloaded nodrop v0.1.14 |
| 788 | 2026-05-26T21:14:06.693Z | Downloaded newtype_derive v0.1.6 |
| 789 | 2026-05-26T21:14:06.693Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 790 | 2026-05-26T21:14:06.695Z | Downloaded getrandom v0.3.4 |
| 791 | 2026-05-26T21:14:06.695Z | Downloaded num v0.4.3 |
| 792 | 2026-05-26T21:14:06.698Z | Downloaded jobserver v0.1.34 |
| 793 | 2026-05-26T21:14:06.698Z | Downloaded ipnet v2.11.0 |
| 794 | 2026-05-26T21:14:06.701Z | Downloaded nonempty v0.12.0 |
| 795 | 2026-05-26T21:14:06.701Z | Downloaded ahash v0.8.12 |
| 796 | 2026-05-26T21:14:06.703Z | Downloaded bzip2 v0.4.4 |
| 797 | 2026-05-26T21:14:06.703Z | Downloaded libloading v0.8.9 |
| 798 | 2026-05-26T21:14:06.706Z | Downloaded opaque-debug v0.3.1 |
| 799 | 2026-05-26T21:14:06.706Z | Downloaded libsw v3.5.0 |
| 800 | 2026-05-26T21:14:06.706Z | Downloaded linear-map v1.2.0 |
| 801 | 2026-05-26T21:14:06.710Z | Downloaded libefi-sys v0.1.0 |
| 802 | 2026-05-26T21:14:06.711Z | Downloaded hostname v0.3.1 |
| 803 | 2026-05-26T21:14:06.717Z | Downloaded const-oid v0.9.6 |
| 804 | 2026-05-26T21:14:06.717Z | Downloaded futures-channel v0.3.32 |
| 805 | 2026-05-26T21:14:06.717Z | Downloaded derive-where v1.6.0 |
| 806 | 2026-05-26T21:14:06.717Z | Downloaded num-derive v0.4.2 |
| 807 | 2026-05-26T21:14:06.717Z | Downloaded darling_core v0.23.0 |
| 808 | 2026-05-26T21:14:06.720Z | Downloaded cancel-safe-futures v0.1.5 |
| 809 | 2026-05-26T21:14:06.723Z | Downloaded openssl-probe v0.2.1 |
| 810 | 2026-05-26T21:14:06.726Z | Downloaded openssl-macros v0.1.1 |
| 811 | 2026-05-26T21:14:06.726Z | Downloaded mime_guess v2.0.5 |
| 812 | 2026-05-26T21:14:06.729Z | Downloaded nanorand v0.7.0 |
| 813 | 2026-05-26T21:14:06.729Z | Downloaded highway v1.3.0 |
| 814 | 2026-05-26T21:14:06.729Z | Downloaded num-iter v0.1.45 |
| 815 | 2026-05-26T21:14:06.732Z | Downloaded lock_api v0.4.14 |
| 816 | 2026-05-26T21:14:06.732Z | Downloaded elliptic-curve v0.13.8 |
| 817 | 2026-05-26T21:14:06.736Z | Downloaded num_enum_derive v0.5.11 |
| 818 | 2026-05-26T21:14:06.738Z | Downloaded openssl-probe v0.1.6 |
| 819 | 2026-05-26T21:14:06.738Z | Downloaded num_threads v0.1.7 |
| 820 | 2026-05-26T21:14:06.738Z | Downloaded instant v0.1.13 |
| 821 | 2026-05-26T21:14:06.738Z | Downloaded oso-derive v0.27.3 |
| 822 | 2026-05-26T21:14:06.743Z | Downloaded olpc-cjson v0.1.4 |
| 823 | 2026-05-26T21:14:06.743Z | Downloaded libsw-core v0.3.2 |
| 824 | 2026-05-26T21:14:06.743Z | Downloaded ciborium v0.2.2 |
| 825 | 2026-05-26T21:14:06.746Z | Downloaded arrayvec v0.7.6 |
| 826 | 2026-05-26T21:14:06.746Z | Downloaded flate2 v1.1.9 |
| 827 | 2026-05-26T21:14:06.748Z | Downloaded normalize-line-endings v0.3.0 |
| 828 | 2026-05-26T21:14:06.779Z | Downloaded httparse v1.10.1 |
| 829 | 2026-05-26T21:14:06.779Z | Downloaded ipnetwork v0.21.1 |
| 830 | 2026-05-26T21:14:06.779Z | Downloaded iana-time-zone v0.1.65 |
| 831 | 2026-05-26T21:14:06.779Z | Downloaded path-slash v0.1.5 |
| 832 | 2026-05-26T21:14:06.780Z | Downloaded parse-size v1.1.0 |
| 833 | 2026-05-26T21:14:06.780Z | Downloaded cookie_store v0.22.1 |
| 834 | 2026-05-26T21:14:06.780Z | Downloaded drift v0.2.0 |
| 835 | 2026-05-26T21:14:06.780Z | Downloaded multimap v0.10.1 |
| 836 | 2026-05-26T21:14:06.780Z | Downloaded allocator-api2 v0.2.21 |
| 837 | 2026-05-26T21:14:06.780Z | Downloaded native-tls v0.2.18 |
| 838 | 2026-05-26T21:14:06.786Z | Downloaded phf_shared v0.13.1 |
| 839 | 2026-05-26T21:14:06.786Z | Downloaded phf_shared v0.12.1 |
| 840 | 2026-05-26T21:14:06.789Z | Downloaded phf_shared v0.11.3 |
| 841 | 2026-05-26T21:14:06.789Z | Downloaded pbkdf2 v0.12.2 |
| 842 | 2026-05-26T21:14:06.789Z | Downloaded pbkdf2 v0.11.0 |
| 843 | 2026-05-26T21:14:06.789Z | Downloaded parse-display v0.10.0 |
| 844 | 2026-05-26T21:14:06.789Z | Downloaded num-complex v0.4.6 |
| 845 | 2026-05-26T21:14:06.791Z | Downloaded headers v0.4.1 |
| 846 | 2026-05-26T21:14:06.794Z | Downloaded ingot-macros v0.1.1 |
| 847 | 2026-05-26T21:14:06.794Z | Downloaded ignore v0.4.25 |
| 848 | 2026-05-26T21:14:06.797Z | Downloaded chacha20poly1305 v0.10.1 |
| 849 | 2026-05-26T21:14:06.797Z | Downloaded indexmap v1.9.3 |
| 850 | 2026-05-26T21:14:06.801Z | Downloaded peg-runtime v0.8.5 |
| 851 | 2026-05-26T21:14:06.801Z | Downloaded pin-utils v0.1.0 |
| 852 | 2026-05-26T21:14:06.803Z | Downloaded darling_core v0.21.3 |
| 853 | 2026-05-26T21:14:06.803Z | Downloaded memmap2 v0.9.10 |
| 854 | 2026-05-26T21:14:06.806Z | Downloaded cc v1.2.56 |
| 855 | 2026-05-26T21:14:06.808Z | Downloaded half v2.7.1 |
| 856 | 2026-05-26T21:14:06.808Z | Downloaded bytes v1.11.1 |
| 857 | 2026-05-26T21:14:06.811Z | Downloaded powerfmt v0.2.0 |
| 858 | 2026-05-26T21:14:06.814Z | Downloaded packed_struct_codegen v0.10.1 |
| 859 | 2026-05-26T21:14:06.814Z | Downloaded oxnet v0.1.4 |
| 860 | 2026-05-26T21:14:06.817Z | Downloaded oxide-tokio-rt v0.1.4 |
| 861 | 2026-05-26T21:14:06.817Z | Downloaded predicates-tree v1.0.13 |
| 862 | 2026-05-26T21:14:06.820Z | Downloaded num_enum_derive v0.7.5 |
| 863 | 2026-05-26T21:14:06.820Z | Downloaded num_enum v0.7.5 |
| 864 | 2026-05-26T21:14:06.823Z | Downloaded precomputed-hash v0.1.1 |
| 865 | 2026-05-26T21:14:06.823Z | Downloaded num_enum v0.5.11 |
| 866 | 2026-05-26T21:14:06.826Z | Downloaded proc-macro-crate v3.4.0 |
| 867 | 2026-05-26T21:14:06.828Z | Downloaded proc-macro-crate v1.3.1 |
| 868 | 2026-05-26T21:14:06.828Z | Downloaded predicates-core v1.0.10 |
| 869 | 2026-05-26T21:14:06.831Z | Downloaded peg v0.8.5 |
| 870 | 2026-05-26T21:14:06.834Z | Downloaded num-rational v0.4.2 |
| 871 | 2026-05-26T21:14:06.834Z | Downloaded paste v1.0.15 |
| 872 | 2026-05-26T21:14:06.838Z | Downloaded hyper-rustls v0.27.7 |
| 873 | 2026-05-26T21:14:06.838Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 874 | 2026-05-26T21:14:06.840Z | Downloaded progenitor-client v0.14.0 |
| 875 | 2026-05-26T21:14:06.840Z | Downloaded phf v0.13.1 |
| 876 | 2026-05-26T21:14:06.840Z | Downloaded phf v0.12.1 |
| 877 | 2026-05-26T21:14:06.840Z | Downloaded pem-rfc7468 v0.7.0 |
| 878 | 2026-05-26T21:14:06.843Z | Downloaded multer v3.1.0 |
| 879 | 2026-05-26T21:14:06.846Z | Downloaded hickory-resolver v0.25.2 |
| 880 | 2026-05-26T21:14:06.848Z | Downloaded hickory-resolver v0.24.4 |
| 881 | 2026-05-26T21:14:06.851Z | Downloaded parse-display-derive v0.10.0 |
| 882 | 2026-05-26T21:14:06.851Z | Downloaded psl-types v2.0.11 |
| 883 | 2026-05-26T21:14:06.853Z | Downloaded crypto-bigint v0.5.5 |
| 884 | 2026-05-26T21:14:06.856Z | Downloaded progenitor-client v0.11.2 |
| 885 | 2026-05-26T21:14:06.859Z | Downloaded expectorate v1.2.0 |
| 886 | 2026-05-26T21:14:06.859Z | Downloaded password-hash v0.5.0 |
| 887 | 2026-05-26T21:14:06.862Z | Downloaded ed25519-dalek v2.2.0 |
| 888 | 2026-05-26T21:14:06.862Z | Downloaded indicatif v0.18.4 |
| 889 | 2026-05-26T21:14:06.865Z | Downloaded rand_chacha v0.3.1 |
| 890 | 2026-05-26T21:14:06.867Z | Downloaded radium v0.7.0 |
| 891 | 2026-05-26T21:14:06.867Z | Downloaded libbz2-rs-sys v0.2.2 |
| 892 | 2026-05-26T21:14:06.867Z | Downloaded parking_lot_core v0.8.6 |
| 893 | 2026-05-26T21:14:06.870Z | Downloaded nu-ansi-term v0.50.3 |
| 894 | 2026-05-26T21:14:06.870Z | Downloaded ppv-lite86 v0.2.21 |
| 895 | 2026-05-26T21:14:06.873Z | Downloaded parking_lot v0.11.2 |
| 896 | 2026-05-26T21:14:06.873Z | Downloaded progenitor-macro v0.11.2 |
| 897 | 2026-05-26T21:14:06.875Z | Downloaded pin-project-lite v0.2.17 |
| 898 | 2026-05-26T21:14:06.878Z | Downloaded progenitor-macro v0.13.0 |
| 899 | 2026-05-26T21:14:06.878Z | Downloaded ref-cast-impl v1.0.25 |
| 900 | 2026-05-26T21:14:06.878Z | Downloaded primeorder v0.13.6 |
| 901 | 2026-05-26T21:14:06.880Z | Downloaded ref-cast v1.0.25 |
| 902 | 2026-05-26T21:14:06.881Z | Downloaded pem v3.0.6 |
| 903 | 2026-05-26T21:14:06.883Z | Downloaded password-hash v0.4.2 |
| 904 | 2026-05-26T21:14:06.883Z | Downloaded rand_xorshift v0.4.0 |
| 905 | 2026-05-26T21:14:06.886Z | Downloaded parking_lot v0.12.5 |
| 906 | 2026-05-26T21:14:06.886Z | Downloaded pin-project-internal v1.1.11 |
| 907 | 2026-05-26T21:14:06.888Z | Downloaded heapless v0.8.0 |
| 908 | 2026-05-26T21:14:06.891Z | Downloaded progenitor-macro v0.14.0 |
| 909 | 2026-05-26T21:14:06.891Z | Downloaded progenitor-extras v0.2.0 |
| 910 | 2026-05-26T21:14:06.894Z | Downloaded progenitor v0.14.0 |
| 911 | 2026-05-26T21:14:06.894Z | Downloaded proc-macro-error2 v2.0.1 |
| 912 | 2026-05-26T21:14:06.896Z | Downloaded ar_archive_writer v0.5.1 |
| 913 | 2026-05-26T21:14:06.899Z | Downloaded heapless v0.7.17 |
| 914 | 2026-05-26T21:14:06.901Z | Downloaded pkcs8 v0.10.2 |
| 915 | 2026-05-26T21:14:06.904Z | Downloaded arc-swap v1.8.2 |
| 916 | 2026-05-26T21:14:06.907Z | Downloaded quick-error v1.2.3 |
| 917 | 2026-05-26T21:14:06.907Z | Downloaded predicates v3.1.4 |
| 918 | 2026-05-26T21:14:06.910Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 919 | 2026-05-26T21:14:06.910Z | Downloaded recursive v0.1.1 |
| 920 | 2026-05-26T21:14:06.910Z | Downloaded pkg-config v0.3.32 |
| 921 | 2026-05-26T21:14:06.912Z | Downloaded p256 v0.13.2 |
| 922 | 2026-05-26T21:14:06.915Z | Downloaded postgres-protocol v0.6.10 |
| 923 | 2026-05-26T21:14:06.915Z | Downloaded miniz_oxide v0.8.9 |
| 924 | 2026-05-26T21:14:06.918Z | Downloaded polyval v0.6.2 |
| 925 | 2026-05-26T21:14:06.918Z | Downloaded rustc_version v0.4.1 |
| 926 | 2026-05-26T21:14:06.921Z | Downloaded rtoolbox v0.0.3 |
| 927 | 2026-05-26T21:14:06.921Z | Downloaded poly1305 v0.8.0 |
| 928 | 2026-05-26T21:14:06.924Z | Downloaded pkcs1 v0.7.5 |
| 929 | 2026-05-26T21:14:06.924Z | Downloaded litrs v1.0.0 |
| 930 | 2026-05-26T21:14:06.926Z | Downloaded derive_more-impl v2.1.1 |
| 931 | 2026-05-26T21:14:06.929Z | Downloaded const_format v0.2.35 |
| 932 | 2026-05-26T21:14:06.931Z | Downloaded rustc_version v0.1.7 |
| 933 | 2026-05-26T21:14:06.934Z | Downloaded rand_seeder v0.4.0 |
| 934 | 2026-05-26T21:14:06.934Z | Downloaded progenitor-client v0.10.0 |
| 935 | 2026-05-26T21:14:06.934Z | Downloaded progenitor v0.11.2 |
| 936 | 2026-05-26T21:14:06.937Z | Downloaded papergrid v0.17.0 |
| 937 | 2026-05-26T21:14:06.939Z | Downloaded rfc6979 v0.4.0 |
| 938 | 2026-05-26T21:14:06.942Z | Downloaded psm v0.1.30 |
| 939 | 2026-05-26T21:14:06.942Z | Downloaded progenitor-client v0.13.0 |
| 940 | 2026-05-26T21:14:06.944Z | Downloaded packed_struct v0.10.1 |
| 941 | 2026-05-26T21:14:06.944Z | Downloaded compact_str v0.8.1 |
| 942 | 2026-05-26T21:14:06.947Z | Downloaded progenitor v0.13.0 |
| 943 | 2026-05-26T21:14:06.947Z | Downloaded peg-macros v0.8.5 |
| 944 | 2026-05-26T21:14:06.950Z | Downloaded num-integer v0.1.46 |
| 945 | 2026-05-26T21:14:06.950Z | Downloaded num-derive v0.3.3 |
| 946 | 2026-05-26T21:14:06.950Z | Downloaded owo-colors v4.3.0 |
| 947 | 2026-05-26T21:14:06.954Z | Downloaded flume v0.11.1 |
| 948 | 2026-05-26T21:14:06.956Z | Downloaded crc-any v2.5.0 |
| 949 | 2026-05-26T21:14:06.956Z | Downloaded r2d2 v0.8.10 |
| 950 | 2026-05-26T21:14:06.959Z | Downloaded rustc-hash v2.1.1 |
| 951 | 2026-05-26T21:14:06.959Z | Downloaded salsa20 v0.10.2 |
| 952 | 2026-05-26T21:14:06.959Z | Downloaded colored v3.1.1 |
| 953 | 2026-05-26T21:14:06.961Z | Downloaded async-compression v0.4.41 |
| 954 | 2026-05-26T21:14:06.964Z | Downloaded russh-cryptovec v0.7.3 |
| 955 | 2026-05-26T21:14:06.968Z | Downloaded hashbrown v0.12.3 |
| 956 | 2026-05-26T21:14:06.971Z | Downloaded rand_core v0.9.5 |
| 957 | 2026-05-26T21:14:06.971Z | Downloaded newtype-uuid v1.3.2 |
| 958 | 2026-05-26T21:14:06.971Z | Downloaded hmac v0.12.1 |
| 959 | 2026-05-26T21:14:06.974Z | Downloaded scheduled-thread-pool v0.2.7 |
| 960 | 2026-05-26T21:14:06.974Z | Downloaded dropshot_endpoint v0.17.0 |
| 961 | 2026-05-26T21:14:06.976Z | Downloaded minimal-lexical v0.2.1 |
| 962 | 2026-05-26T21:14:06.979Z | Downloaded omicron-zone-package v0.12.2 |
| 963 | 2026-05-26T21:14:06.982Z | Downloaded resolv-conf v0.7.6 |
| 964 | 2026-05-26T21:14:06.982Z | Downloaded scrypt v0.11.0 |
| 965 | 2026-05-26T21:14:06.985Z | Downloaded pkcs5 v0.7.1 |
| 966 | 2026-05-26T21:14:06.988Z | Downloaded secrecy v0.8.0 |
| 967 | 2026-05-26T21:14:06.988Z | Downloaded serde_plain v1.0.2 |
| 968 | 2026-05-26T21:14:06.988Z | Downloaded serde_urlencoded v0.7.1 |
| 969 | 2026-05-26T21:14:06.990Z | Downloaded sapling-renderdag v0.1.0 |
| 970 | 2026-05-26T21:14:06.990Z | Downloaded serde-big-array v0.5.1 |
| 971 | 2026-05-26T21:14:06.993Z | Downloaded seq-macro v0.3.6 |
| 972 | 2026-05-26T21:14:06.993Z | Downloaded secrecy v0.10.3 |
| 973 | 2026-05-26T21:14:06.993Z | Downloaded same-file v1.0.6 |
| 974 | 2026-05-26T21:14:06.996Z | Downloaded rand_core v0.10.0 |
| 975 | 2026-05-26T21:14:06.996Z | Downloaded scopeguard v1.2.0 |
| 976 | 2026-05-26T21:14:07.000Z | Downloaded postcard v1.1.3 |
| 977 | 2026-05-26T21:14:07.000Z | Downloaded rand_core v0.6.4 |
| 978 | 2026-05-26T21:14:07.003Z | Downloaded oso v0.27.3 |
| 979 | 2026-05-26T21:14:07.003Z | Downloaded quinn-udp v0.5.14 |
| 980 | 2026-05-26T21:14:07.003Z | Downloaded openssl-sys v0.9.115 |
| 981 | 2026-05-26T21:14:07.007Z | Downloaded shell-words v1.1.1 |
| 982 | 2026-05-26T21:14:07.010Z | Downloaded prefix-trie v0.7.0 |
| 983 | 2026-05-26T21:14:07.014Z | Downloaded scroll_derive v0.13.1 |
| 984 | 2026-05-26T21:14:07.017Z | Downloaded parking_lot_core v0.9.12 |
| 985 | 2026-05-26T21:14:07.019Z | Downloaded semver v0.1.20 |
| 986 | 2026-05-26T21:14:07.019Z | Downloaded hyper-util v0.1.20 |
| 987 | 2026-05-26T21:14:07.026Z | Downloaded jiff-static v0.2.21 |
| 988 | 2026-05-26T21:14:07.028Z | Downloaded rustls-pemfile v2.2.0 |
| 989 | 2026-05-26T21:14:07.028Z | Downloaded rustls-native-certs v0.8.3 |
| 990 | 2026-05-26T21:14:07.032Z | Downloaded rusty-fork v0.3.1 |
| 991 | 2026-05-26T21:14:07.035Z | Downloaded sigpipe v0.1.3 |
| 992 | 2026-05-26T21:14:07.035Z | Downloaded crossterm v0.29.0 |
| 993 | 2026-05-26T21:14:07.038Z | Downloaded progenitor-impl v0.11.2 |
| 994 | 2026-05-26T21:14:07.041Z | Downloaded serde_spanned v1.0.4 |
| 995 | 2026-05-26T21:14:07.044Z | Downloaded crossterm v0.28.1 |
| 996 | 2026-05-26T21:14:07.046Z | Downloaded sha1 v0.10.6 |
| 997 | 2026-05-26T21:14:07.049Z | Downloaded sct v0.7.1 |
| 998 | 2026-05-26T21:14:07.049Z | Downloaded signal-hook-tokio v0.3.1 |
| 999 | 2026-05-26T21:14:07.052Z | Downloaded signal-hook-mio v0.2.5 |
| 1000 | 2026-05-26T21:14:07.052Z | Downloaded serde_bytes v0.11.19 |
| 1001 | 2026-05-26T21:14:07.052Z | Downloaded hashbrown v0.13.2 |
| 1002 | 2026-05-26T21:14:07.055Z | Downloaded serde_path_to_error v0.1.20 |
| 1003 | 2026-05-26T21:14:07.057Z | Downloaded pin-project v1.1.11 |
| 1004 | 2026-05-26T21:14:07.062Z | Downloaded slog-bunyan v2.5.0 |
| 1005 | 2026-05-26T21:14:07.064Z | Downloaded dropshot-api-manager v0.7.2 |
| 1006 | 2026-05-26T21:14:07.067Z | Downloaded rand_chacha v0.9.0 |
| 1007 | 2026-05-26T21:14:07.067Z | Downloaded rustversion v1.0.22 |
| 1008 | 2026-05-26T21:14:07.070Z | Downloaded signature v2.2.0 |
| 1009 | 2026-05-26T21:14:07.070Z | Downloaded slog-envlogger v2.2.0 |
| 1010 | 2026-05-26T21:14:07.072Z | Downloaded siphasher v1.0.2 |
| 1011 | 2026-05-26T21:14:07.072Z | Downloaded schemars_derive v0.8.22 |
| 1012 | 2026-05-26T21:14:07.075Z | Downloaded rustls-pemfile v1.0.4 |
| 1013 | 2026-05-26T21:14:07.079Z | Downloaded prettyplease v0.2.37 |
| 1014 | 2026-05-26T21:14:07.081Z | Downloaded shlex v1.3.0 |
| 1015 | 2026-05-26T21:14:07.081Z | Downloaded hickory-server v0.25.2 |
| 1016 | 2026-05-26T21:14:07.088Z | Downloaded rustls-pki-types v1.14.0 |
| 1017 | 2026-05-26T21:14:07.095Z | Downloaded simd-adler32 v0.3.8 |
| 1018 | 2026-05-26T21:14:07.098Z | Downloaded sqlparser_derive v0.5.0 |
| 1019 | 2026-05-26T21:14:07.101Z | Downloaded progenitor-impl v0.13.0 |
| 1020 | 2026-05-26T21:14:07.105Z | Downloaded serde_derive_internals v0.29.1 |
| 1021 | 2026-05-26T21:14:07.108Z | Downloaded serde-hex v0.1.0 |
| 1022 | 2026-05-26T21:14:07.108Z | Downloaded progenitor-impl v0.14.0 |
| 1023 | 2026-05-26T21:14:07.112Z | Downloaded structmeta v0.3.0 |
| 1024 | 2026-05-26T21:14:07.112Z | Downloaded strum v0.27.2 |
| 1025 | 2026-05-26T21:14:07.112Z | Downloaded strum v0.26.3 |
| 1026 | 2026-05-26T21:14:07.112Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1027 | 2026-05-26T21:14:07.116Z | Downloaded sec1 v0.7.3 |
| 1028 | 2026-05-26T21:14:07.119Z | Downloaded structmeta-derive v0.3.0 |
| 1029 | 2026-05-26T21:14:07.119Z | Downloaded slog-scope v4.4.1 |
| 1030 | 2026-05-26T21:14:07.122Z | Downloaded supports-color v3.0.2 |
| 1031 | 2026-05-26T21:14:07.122Z | Downloaded subtle v2.6.1 |
| 1032 | 2026-05-26T21:14:07.122Z | Downloaded slog-dtrace v0.3.0 |
| 1033 | 2026-05-26T21:14:07.126Z | Downloaded mio v1.2.0 |
| 1034 | 2026-05-26T21:14:07.129Z | Downloaded slog-term v2.9.2 |
| 1035 | 2026-05-26T21:14:07.129Z | Downloaded slog-stdlog v4.1.1 |
| 1036 | 2026-05-26T21:14:07.129Z | Downloaded russh-keys v0.45.0 |
| 1037 | 2026-05-26T21:14:07.131Z | Downloaded serde_repr v0.1.20 |
| 1038 | 2026-05-26T21:14:07.131Z | Downloaded http v1.4.0 |
| 1039 | 2026-05-26T21:14:07.134Z | Downloaded strsim v0.10.0 |
| 1040 | 2026-05-26T21:14:07.137Z | Downloaded ron v0.8.1 |
| 1041 | 2026-05-26T21:14:07.140Z | Downloaded ssh-cipher v0.2.0 |
| 1042 | 2026-05-26T21:14:07.140Z | Downloaded serde_with_macros v1.5.2 |
| 1043 | 2026-05-26T21:14:07.143Z | Downloaded tagptr v0.2.0 |
| 1044 | 2026-05-26T21:14:07.143Z | Downloaded slab v0.4.12 |
| 1045 | 2026-05-26T21:14:07.145Z | Downloaded tap v1.0.1 |
| 1046 | 2026-05-26T21:14:07.146Z | Downloaded take_mut v0.2.2 |
| 1047 | 2026-05-26T21:14:07.157Z | Downloaded ryu v1.0.23 |
| 1048 | 2026-05-26T21:14:07.160Z | Downloaded slog-async v2.8.0 |
| 1049 | 2026-05-26T21:14:07.163Z | Downloaded stacker v0.1.23 |
| 1050 | 2026-05-26T21:14:07.163Z | Downloaded ssh-encoding v0.2.0 |
| 1051 | 2026-05-26T21:14:07.166Z | Downloaded spki v0.7.3 |
| 1052 | 2026-05-26T21:14:07.166Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1053 | 2026-05-26T21:14:07.169Z | Downloaded postgres-types v0.2.12 |
| 1054 | 2026-05-26T21:14:07.169Z | Downloaded signal-hook-registry v1.4.8 |
| 1055 | 2026-05-26T21:14:07.172Z | Downloaded pretty_assertions v1.4.1 |
| 1056 | 2026-05-26T21:14:07.174Z | Downloaded schemars v0.8.22 |
| 1057 | 2026-05-26T21:14:07.179Z | Downloaded time-core v0.1.8 |
| 1058 | 2026-05-26T21:14:07.182Z | Downloaded smf v0.2.3 |
| 1059 | 2026-05-26T21:14:07.182Z | Downloaded slog-json v2.6.1 |
| 1060 | 2026-05-26T21:14:07.184Z | Downloaded smallvec v0.6.14 |
| 1061 | 2026-05-26T21:14:07.184Z | Downloaded chrono v0.4.44 |
| 1062 | 2026-05-26T21:14:07.188Z | Downloaded tokio-macros v2.7.0 |
| 1063 | 2026-05-26T21:14:07.190Z | Downloaded termtree v0.5.1 |
| 1064 | 2026-05-26T21:14:07.190Z | Downloaded tabwriter v1.4.1 |
| 1065 | 2026-05-26T21:14:07.193Z | Downloaded sync-ptr v0.1.4 |
| 1066 | 2026-05-26T21:14:07.193Z | Downloaded support-bundle-viewer v0.1.2 |
| 1067 | 2026-05-26T21:14:07.193Z | Downloaded strum_macros v0.24.3 |
| 1068 | 2026-05-26T21:14:07.196Z | Downloaded testing_table v0.3.0 |
| 1069 | 2026-05-26T21:14:07.196Z | Downloaded aes v0.8.4 |
| 1070 | 2026-05-26T21:14:07.198Z | Downloaded scroll v0.13.0 |
| 1071 | 2026-05-26T21:14:07.198Z | Downloaded quinn v0.11.9 |
| 1072 | 2026-05-26T21:14:07.201Z | Downloaded serde_cbor v0.11.2 |
| 1073 | 2026-05-26T21:14:07.203Z | Downloaded itertools v0.10.5 |
| 1074 | 2026-05-26T21:14:07.206Z | Downloaded serde_with_macros v3.17.0 |
| 1075 | 2026-05-26T21:14:07.209Z | Downloaded iri-string v0.7.10 |
| 1076 | 2026-05-26T21:14:07.212Z | Downloaded futures-util v0.3.32 |
| 1077 | 2026-05-26T21:14:07.218Z | Downloaded signal-hook v0.3.18 |
| 1078 | 2026-05-26T21:14:07.221Z | Downloaded hyper v1.8.1 |
| 1079 | 2026-05-26T21:14:07.224Z | Downloaded tinyvec_macros v0.1.1 |
| 1080 | 2026-05-26T21:14:07.227Z | Downloaded num-bigint-dig v0.8.6 |
| 1081 | 2026-05-26T21:14:07.230Z | Downloaded termios v0.3.3 |
| 1082 | 2026-05-26T21:14:07.237Z | Downloaded strum_macros v0.26.4 |
| 1083 | 2026-05-26T21:14:07.240Z | Downloaded h2 v0.4.13 |
| 1084 | 2026-05-26T21:14:07.243Z | Downloaded slog v2.8.2 |
| 1085 | 2026-05-26T21:14:07.246Z | Downloaded thread-id v5.1.0 |
| 1086 | 2026-05-26T21:14:07.249Z | Downloaded tabled_derive v0.11.0 |
| 1087 | 2026-05-26T21:14:07.252Z | Downloaded time-macros v0.2.27 |
| 1088 | 2026-05-26T21:14:07.252Z | Downloaded strum_macros v0.27.2 |
| 1089 | 2026-05-26T21:14:07.255Z | Downloaded stringprep v0.1.5 |
| 1090 | 2026-05-26T21:14:07.255Z | Downloaded string_cache v0.8.9 |
| 1091 | 2026-05-26T21:14:07.259Z | Downloaded static_assertions v1.1.0 |
| 1092 | 2026-05-26T21:14:07.259Z | Downloaded tower-service v0.3.3 |
| 1093 | 2026-05-26T21:14:07.259Z | Downloaded topological-sort v0.2.2 |
| 1094 | 2026-05-26T21:14:07.262Z | Downloaded blake3 v1.8.3 |
| 1095 | 2026-05-26T21:14:07.265Z | Downloaded tower-layer v0.3.3 |
| 1096 | 2026-05-26T21:14:07.265Z | Downloaded rsa v0.9.10 |
| 1097 | 2026-05-26T21:14:07.268Z | Downloaded rcgen v0.12.1 |
| 1098 | 2026-05-26T21:14:07.271Z | Downloaded sync_wrapper v1.0.2 |
| 1099 | 2026-05-26T21:14:07.271Z | Downloaded rand v0.9.2 |
| 1100 | 2026-05-26T21:14:07.273Z | Downloaded tokio-native-tls v0.3.1 |
| 1101 | 2026-05-26T21:14:07.276Z | Downloaded thread_local v1.1.9 |
| 1102 | 2026-05-26T21:14:07.279Z | Downloaded nom v7.1.3 |
| 1103 | 2026-05-26T21:14:07.282Z | Downloaded typify-macro v0.6.2 |
| 1104 | 2026-05-26T21:14:07.282Z | Downloaded typify-macro v0.4.3 |
| 1105 | 2026-05-26T21:14:07.282Z | Downloaded try-lock v0.2.5 |
| 1106 | 2026-05-26T21:14:07.284Z | Downloaded term v1.2.1 |
| 1107 | 2026-05-26T21:14:07.284Z | Downloaded tokio-rustls v0.25.0 |
| 1108 | 2026-05-26T21:14:07.287Z | Downloaded spin v0.9.8 |
| 1109 | 2026-05-26T21:14:07.290Z | Downloaded snafu-derive v0.8.9 |
| 1110 | 2026-05-26T21:14:07.290Z | Downloaded itertools v0.12.1 |
| 1111 | 2026-05-26T21:14:07.292Z | Downloaded samael v0.0.19 |
| 1112 | 2026-05-26T21:14:07.296Z | Downloaded term v0.7.0 |
| 1113 | 2026-05-26T21:14:07.299Z | Downloaded rand v0.8.6 |
| 1114 | 2026-05-26T21:14:07.301Z | Downloaded num-bigint v0.4.6 |
| 1115 | 2026-05-26T21:14:07.305Z | Downloaded unarray v0.1.4 |
| 1116 | 2026-05-26T21:14:07.305Z | Downloaded tls_codec v0.4.2 |
| 1117 | 2026-05-26T21:14:07.308Z | Downloaded tiny-keccak v2.0.2 |
| 1118 | 2026-05-26T21:14:07.308Z | Downloaded tokio-tungstenite v0.21.0 |
| 1119 | 2026-05-26T21:14:07.312Z | Downloaded thiserror-no-std v2.0.2 |
| 1120 | 2026-05-26T21:14:07.312Z | Downloaded sqlformat v0.3.5 |
| 1121 | 2026-05-26T21:14:07.315Z | Downloaded tokio-dtrace v0.1.1 |
| 1122 | 2026-05-26T21:14:07.315Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1123 | 2026-05-26T21:14:07.315Z | Downloaded usdt v0.6.0 |
| 1124 | 2026-05-26T21:14:07.317Z | Downloaded schemars v0.9.0 |
| 1125 | 2026-05-26T21:14:07.322Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1126 | 2026-05-26T21:14:07.324Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1127 | 2026-05-26T21:14:07.326Z | Downloaded qorb v0.4.1 |
| 1128 | 2026-05-26T21:14:07.329Z | Downloaded usdt-attr-macro v0.6.0 |
| 1129 | 2026-05-26T21:14:07.329Z | Downloaded universal-hash v0.5.1 |
| 1130 | 2026-05-26T21:14:07.329Z | Downloaded void v1.0.2 |
| 1131 | 2026-05-26T21:14:07.329Z | Downloaded unit-prefix v0.5.2 |
| 1132 | 2026-05-26T21:14:07.332Z | Downloaded publicsuffix v2.3.0 |
| 1133 | 2026-05-26T21:14:07.332Z | Downloaded rayon-core v1.13.0 |
| 1134 | 2026-05-26T21:14:07.335Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1135 | 2026-05-26T21:14:07.335Z | Downloaded russh v0.45.0 |
| 1136 | 2026-05-26T21:14:07.339Z | Downloaded untrusted v0.7.1 |
| 1137 | 2026-05-26T21:14:07.342Z | Downloaded aes-gcm v0.10.3 |
| 1138 | 2026-05-26T21:14:07.342Z | Downloaded utf-8 v0.7.6 |
| 1139 | 2026-05-26T21:14:07.342Z | Downloaded socket2 v0.6.3 |
| 1140 | 2026-05-26T21:14:07.345Z | Downloaded untrusted v0.9.0 |
| 1141 | 2026-05-26T21:14:07.345Z | Downloaded usdt-macro v0.6.0 |
| 1142 | 2026-05-26T21:14:07.345Z | Downloaded rand v0.10.0 |
| 1143 | 2026-05-26T21:14:07.347Z | Downloaded tokio-tungstenite v0.23.1 |
| 1144 | 2026-05-26T21:14:07.350Z | Downloaded rustls-webpki v0.103.9 |
| 1145 | 2026-05-26T21:14:07.353Z | Downloaded socket2 v0.5.10 |
| 1146 | 2026-05-26T21:14:07.353Z | Downloaded want v0.3.1 |
| 1147 | 2026-05-26T21:14:07.355Z | Downloaded itertools v0.13.0 |
| 1148 | 2026-05-26T21:14:07.358Z | Downloaded tui-tree-widget v0.23.1 |
| 1149 | 2026-05-26T21:14:07.361Z | Downloaded trait-variant v0.1.2 |
| 1150 | 2026-05-26T21:14:07.361Z | Downloaded tokio-rustls v0.24.1 |
| 1151 | 2026-05-26T21:14:07.364Z | Downloaded tokio-rustls v0.26.4 |
| 1152 | 2026-05-26T21:14:07.367Z | Downloaded unicode-truncate v1.1.0 |
| 1153 | 2026-05-26T21:14:07.370Z | Downloaded hashbrown v0.15.5 |
| 1154 | 2026-05-26T21:14:07.372Z | Downloaded tokio-stream v0.1.18 |
| 1155 | 2026-05-26T21:14:07.375Z | Downloaded schemars v1.2.1 |
| 1156 | 2026-05-26T21:14:07.383Z | Downloaded xshell-macros v0.2.7 |
| 1157 | 2026-05-26T21:14:07.385Z | Downloaded xattr v1.6.1 |
| 1158 | 2026-05-26T21:14:07.385Z | Downloaded p521 v0.13.3 |
| 1159 | 2026-05-26T21:14:07.388Z | Downloaded tls_codec_derive v0.4.2 |
| 1160 | 2026-05-26T21:14:07.388Z | Downloaded similar v2.7.0 |
| 1161 | 2026-05-26T21:14:07.391Z | Downloaded vergen-gitcl v1.0.8 |
| 1162 | 2026-05-26T21:14:07.393Z | Downloaded waitgroup v0.1.2 |
| 1163 | 2026-05-26T21:14:07.393Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1164 | 2026-05-26T21:14:07.396Z | Downloaded vergen-lib v9.1.0 |
| 1165 | 2026-05-26T21:14:07.396Z | Downloaded vergen-lib v0.1.6 |
| 1166 | 2026-05-26T21:14:07.398Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1167 | 2026-05-26T21:14:07.399Z | Downloaded tinyvec v1.10.0 |
| 1168 | 2026-05-26T21:14:07.407Z | Downloaded subprocess v0.2.15 |
| 1169 | 2026-05-26T21:14:07.410Z | Downloaded wait-timeout v0.2.1 |
| 1170 | 2026-05-26T21:14:07.413Z | Downloaded zone_cfg_derive v0.3.1 |
| 1171 | 2026-05-26T21:14:07.413Z | Downloaded zone v0.3.1 |
| 1172 | 2026-05-26T21:14:07.416Z | Downloaded libm v0.2.16 |
| 1173 | 2026-05-26T21:14:07.422Z | Downloaded zeroize_derive v1.4.3 |
| 1174 | 2026-05-26T21:14:07.425Z | Downloaded walkdir v2.5.0 |
| 1175 | 2026-05-26T21:14:07.425Z | Downloaded rustyline v14.0.0 |
| 1176 | 2026-05-26T21:14:07.427Z | Downloaded vergen-git2 v9.1.0 |
| 1177 | 2026-05-26T21:14:07.430Z | Downloaded tracing-attributes v0.1.31 |
| 1178 | 2026-05-26T21:14:07.432Z | Downloaded uzers v0.12.2 |
| 1179 | 2026-05-26T21:14:07.432Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1180 | 2026-05-26T21:14:07.435Z | Downloaded unicode-properties v0.1.4 |
| 1181 | 2026-05-26T21:14:07.437Z | Downloaded snafu v0.8.9 |
| 1182 | 2026-05-26T21:14:07.440Z | Downloaded whoami v1.6.1 |
| 1183 | 2026-05-26T21:14:07.444Z | Downloaded whoami v2.1.0 |
| 1184 | 2026-05-26T21:14:07.444Z | Downloaded twox-hash v2.1.2 |
| 1185 | 2026-05-26T21:14:07.446Z | Downloaded itertools v0.14.0 |
| 1186 | 2026-05-26T21:14:07.449Z | Downloaded xshell v0.2.7 |
| 1187 | 2026-05-26T21:14:07.449Z | Downloaded usdt-impl v0.6.0 |
| 1188 | 2026-05-26T21:14:07.451Z | Downloaded hashbrown v0.16.1 |
| 1189 | 2026-05-26T21:14:07.454Z | Downloaded wyz v0.5.1 |
| 1190 | 2026-05-26T21:14:07.454Z | Downloaded vergen v9.1.0 |
| 1191 | 2026-05-26T21:14:07.457Z | Downloaded vsss-rs v3.3.4 |
| 1192 | 2026-05-26T21:14:07.457Z | Downloaded tar v0.4.45 |
| 1193 | 2026-05-26T21:14:07.461Z | Downloaded test-strategy v0.4.5 |
| 1194 | 2026-05-26T21:14:07.461Z | Downloaded aho-corasick v1.1.4 |
| 1195 | 2026-05-26T21:14:07.464Z | Downloaded hkdf v0.12.4 |
| 1196 | 2026-05-26T21:14:07.466Z | Downloaded rpassword v7.4.0 |
| 1197 | 2026-05-26T21:14:07.469Z | Downloaded unicase v2.9.0 |
| 1198 | 2026-05-26T21:14:07.471Z | Downloaded typify v0.4.3 |
| 1199 | 2026-05-26T21:14:07.474Z | Downloaded tungstenite v0.21.0 |
| 1200 | 2026-05-26T21:14:07.477Z | Downloaded zstd-safe v7.2.4 |
| 1201 | 2026-05-26T21:14:07.489Z | Downloaded toml v0.7.8 |
| 1202 | 2026-05-26T21:14:07.493Z | Downloaded unicode-bidi v0.3.18 |
| 1203 | 2026-05-26T21:14:07.496Z | Downloaded typify v0.6.2 |
| 1204 | 2026-05-26T21:14:07.499Z | Downloaded zeroize v1.8.2 |
| 1205 | 2026-05-26T21:14:07.501Z | Downloaded zstd v0.13.3 |
| 1206 | 2026-05-26T21:14:07.512Z | Downloaded zerocopy v0.6.6 |
| 1207 | 2026-05-26T21:14:07.515Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1208 | 2026-05-26T21:14:07.518Z | Downloaded yasna v0.5.2 |
| 1209 | 2026-05-26T21:14:07.518Z | Downloaded serde_with v1.14.0 |
| 1210 | 2026-05-26T21:14:07.521Z | Downloaded tungstenite v0.23.0 |
| 1211 | 2026-05-26T21:14:07.530Z | Downloaded libxml v0.3.3 |
| 1212 | 2026-05-26T21:14:07.535Z | Downloaded regex v1.12.3 |
| 1213 | 2026-05-26T21:14:07.538Z | Downloaded steno v0.4.1 |
| 1214 | 2026-05-26T21:14:07.543Z | Downloaded toml_edit v0.19.15 |
| 1215 | 2026-05-26T21:14:07.553Z | Downloaded bindgen v0.71.1 |
| 1216 | 2026-05-26T21:14:07.560Z | Downloaded uuid v1.23.0 |
| 1217 | 2026-05-26T21:14:07.562Z | Downloaded tracing-core v0.1.36 |
| 1218 | 2026-05-26T21:14:07.565Z | Downloaded tokio-postgres v0.7.16 |
| 1219 | 2026-05-26T21:14:07.569Z | Downloaded vte v0.14.1 |
| 1220 | 2026-05-26T21:14:07.578Z | Downloaded lalrpop v0.19.12 |
| 1221 | 2026-05-26T21:14:07.585Z | Downloaded unicode_categories v0.1.1 |
| 1222 | 2026-05-26T21:14:07.593Z | Downloaded ssh-key v0.6.7 |
| 1223 | 2026-05-26T21:14:07.596Z | Downloaded quick-xml v0.37.5 |
| 1224 | 2026-05-26T21:14:07.598Z | Downloaded iddqd v0.4.1 |
| 1225 | 2026-05-26T21:14:07.602Z | Downloaded unsafe-libyaml v0.2.11 |
| 1226 | 2026-05-26T21:14:07.605Z | Downloaded moka v0.12.13 |
| 1227 | 2026-05-26T21:14:07.611Z | Downloaded salty v0.3.0 |
| 1228 | 2026-05-26T21:14:07.615Z | Downloaded zopfli v0.8.3 |
| 1229 | 2026-05-26T21:14:07.628Z | Downloaded tower v0.5.3 |
| 1230 | 2026-05-26T21:14:07.633Z | Downloaded zerocopy-derive v0.8.40 |
| 1231 | 2026-05-26T21:14:07.644Z | Downloaded typed-path v0.9.3 |
| 1232 | 2026-05-26T21:14:07.648Z | Downloaded yansi v1.0.1 |
| 1233 | 2026-05-26T21:14:07.653Z | Downloaded curve25519-dalek v4.1.3 |
| 1234 | 2026-05-26T21:14:07.658Z | Downloaded zip v0.6.6 |
| 1235 | 2026-05-26T21:14:07.661Z | Downloaded reqwest v0.12.28 |
| 1236 | 2026-05-26T21:14:07.664Z | Downloaded reedline v0.40.0 |
| 1237 | 2026-05-26T21:14:07.668Z | Downloaded aws-lc-rs v1.16.3 |
| 1238 | 2026-05-26T21:14:07.673Z | Downloaded serde_with v3.17.0 |
| 1239 | 2026-05-26T21:14:07.686Z | Downloaded portable-atomic v1.13.1 |
| 1240 | 2026-05-26T21:14:07.690Z | Downloaded tower-http v0.6.8 |
| 1241 | 2026-05-26T21:14:07.695Z | Downloaded p384 v0.13.1 |
| 1242 | 2026-05-26T21:14:07.698Z | Downloaded reqwest v0.13.2 |
| 1243 | 2026-05-26T21:14:07.701Z | Downloaded zip v4.6.1 |
| 1244 | 2026-05-26T21:14:07.704Z | Downloaded object v0.30.4 |
| 1245 | 2026-05-26T21:14:07.709Z | Downloaded bitvec v1.0.1 |
| 1246 | 2026-05-26T21:14:07.717Z | Downloaded rustls-webpki v0.101.7 |
| 1247 | 2026-05-26T21:14:07.725Z | Downloaded nix v0.27.1 |
| 1248 | 2026-05-26T21:14:07.731Z | Downloaded tough v0.22.0 |
| 1249 | 2026-05-26T21:14:07.735Z | Downloaded rayon v1.11.0 |
| 1250 | 2026-05-26T21:14:07.762Z | Downloaded unicode-segmentation v1.12.0 |
| 1251 | 2026-05-26T21:14:07.762Z | Downloaded quinn-proto v0.11.13 |
| 1252 | 2026-05-26T21:14:07.762Z | Downloaded goblin v0.10.5 |
| 1253 | 2026-05-26T21:14:07.762Z | Downloaded polar-core v0.27.3 |
| 1254 | 2026-05-26T21:14:07.762Z | Downloaded x509-cert v0.2.5 |
| 1255 | 2026-05-26T21:14:07.762Z | Downloaded git2 v0.20.4 |
| 1256 | 2026-05-26T21:14:07.765Z | Downloaded unicode-normalization v0.1.25 |
| 1257 | 2026-05-26T21:14:07.770Z | Downloaded nix v0.28.0 |
| 1258 | 2026-05-26T21:14:07.775Z | Downloaded tokio-util v0.7.18 |
| 1259 | 2026-05-26T21:14:07.780Z | Downloaded proptest v1.10.0 |
| 1260 | 2026-05-26T21:14:07.785Z | Downloaded petname v2.0.2 |
| 1261 | 2026-05-26T21:14:07.788Z | Downloaded rustls-webpki v0.102.8 |
| 1262 | 2026-05-26T21:14:07.804Z | Downloaded dropshot v0.17.0 |
| 1263 | 2026-05-26T21:14:07.817Z | Downloaded regex-syntax v0.6.29 |
| 1264 | 2026-05-26T21:14:07.829Z | Downloaded radix_trie v0.2.1 |
| 1265 | 2026-05-26T21:14:07.834Z | Downloaded diesel v2.3.7 |
| 1266 | 2026-05-26T21:14:07.851Z | Downloaded winnow v0.6.26 |
| 1267 | 2026-05-26T21:14:07.854Z | Downloaded zlib-rs v0.6.2 |
| 1268 | 2026-05-26T21:14:07.857Z | Downloaded winnow v0.5.40 |
| 1269 | 2026-05-26T21:14:07.863Z | Downloaded hickory-proto v0.25.2 |
| 1270 | 2026-05-26T21:14:07.872Z | Downloaded webpki-roots v1.0.6 |
| 1271 | 2026-05-26T21:14:07.874Z | Downloaded vcpkg v0.2.15 |
| 1272 | 2026-05-26T21:14:07.897Z | Downloaded regress v0.10.5 |
| 1273 | 2026-05-26T21:14:07.902Z | Downloaded openapiv3 v2.2.0 |
| 1274 | 2026-05-26T21:14:07.908Z | Downloaded regex-syntax v0.8.10 |
| 1275 | 2026-05-26T21:14:07.913Z | Downloaded smoltcp v0.11.0 |
| 1276 | 2026-05-26T21:14:07.919Z | Downloaded tabled v0.20.0 |
| 1277 | 2026-05-26T21:14:07.929Z | Downloaded zerocopy v0.8.40 |
| 1278 | 2026-05-26T21:14:07.934Z | Downloaded time v0.3.47 |
| 1279 | 2026-05-26T21:14:07.942Z | Downloaded regress v0.11.1 |
| 1280 | 2026-05-26T21:14:07.946Z | Downloaded rustls v0.23.37 |
| 1281 | 2026-05-26T21:14:07.953Z | Downloaded smoltcp v0.9.1 |
| 1282 | 2026-05-26T21:14:07.959Z | Downloaded rustls v0.21.12 |
| 1283 | 2026-05-26T21:14:07.965Z | Downloaded openssl v0.10.79 |
| 1284 | 2026-05-26T21:14:07.970Z | Downloaded bstr v1.12.1 |
| 1285 | 2026-05-26T21:14:07.975Z | Downloaded object v0.37.3 |
| 1286 | 2026-05-26T21:14:07.981Z | Downloaded hickory-proto v0.24.4 |
| 1287 | 2026-05-26T21:14:07.990Z | Downloaded sqlparser v0.61.0 |
| 1288 | 2026-05-26T21:14:07.996Z | Downloaded sled v0.34.7 |
| 1289 | 2026-05-26T21:14:08.001Z | Downloaded rustls v0.22.4 |
| 1290 | 2026-05-26T21:14:08.008Z | Downloaded tracing v0.1.44 |
| 1291 | 2026-05-26T21:14:08.021Z | Downloaded nix v0.31.2 |
| 1292 | 2026-05-26T21:14:08.037Z | Downloaded rustix v0.38.44 |
| 1293 | 2026-05-26T21:14:08.049Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-05-26T21:14:08.060Z | Downloaded petgraph v0.6.5 |
| 1295 | 2026-05-26T21:14:08.104Z | Downloaded csv v1.4.0 |
| 1296 | 2026-05-26T21:14:08.118Z | Downloaded sha3 v0.10.8 |
| 1297 | 2026-05-26T21:14:08.129Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1298 | 2026-05-26T21:14:08.160Z | Downloaded ratatui v0.29.0 |
| 1299 | 2026-05-26T21:14:08.172Z | Downloaded typify-impl v0.6.2 |
| 1300 | 2026-05-26T21:14:08.181Z | Downloaded typify-impl v0.4.3 |
| 1301 | 2026-05-26T21:14:08.190Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1302 | 2026-05-26T21:14:08.198Z | Downloaded zerocopy-derive v0.6.6 |
| 1303 | 2026-05-26T21:14:08.211Z | Downloaded encoding_rs v0.8.35 |
| 1304 | 2026-05-26T21:14:08.225Z | Downloaded ring v0.17.14 |
| 1305 | 2026-05-26T21:14:08.267Z | Downloaded chrono-tz v0.10.4 |
| 1306 | 2026-05-26T21:14:08.283Z | Downloaded jiff v0.2.21 |
| 1307 | 2026-05-26T21:14:08.300Z | Downloaded petgraph v0.8.3 |
| 1308 | 2026-05-26T21:14:08.315Z | Downloaded libz-sys v1.1.24 |
| 1309 | 2026-05-26T21:14:08.340Z | Downloaded tokio v1.52.1 |
| 1310 | 2026-05-26T21:14:08.465Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-05-26T21:14:09.050Z | Downloaded aws-lc-sys v0.40.0 |
| 1312 | 2026-05-26T21:14:09.300Z | Compiling libc v0.2.185 |
| 1313 | 2026-05-26T21:14:09.300Z | Compiling serde v1.0.228 |
| 1314 | 2026-05-26T21:14:09.303Z | Compiling log v0.4.29 |
| 1315 | 2026-05-26T21:14:09.303Z | Compiling shlex v1.3.0 |
| 1316 | 2026-05-26T21:14:09.441Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-05-26T21:14:09.443Z | Compiling smallvec v1.15.1 |
| 1318 | 2026-05-26T21:14:09.452Z | Compiling syn v2.0.117 |
| 1319 | 2026-05-26T21:14:09.471Z | Compiling typenum v1.19.0 |
| 1320 | 2026-05-26T21:14:09.616Z | Compiling generic-array v0.14.7 |
| 1321 | 2026-05-26T21:14:09.629Z | Compiling subtle v2.6.1 |
| 1322 | 2026-05-26T21:14:09.644Z | Compiling scopeguard v1.2.0 |
| 1323 | 2026-05-26T21:14:09.744Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-05-26T21:14:09.761Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-05-26T21:14:09.777Z | Compiling serde_json v1.0.149 |
| 1326 | 2026-05-26T21:14:09.808Z | Compiling zerocopy v0.8.40 |
| 1327 | 2026-05-26T21:14:09.872Z | Compiling parking_lot_core v0.9.12 |
| 1328 | 2026-05-26T21:14:09.964Z | Compiling portable-atomic v1.13.1 |
| 1329 | 2026-05-26T21:14:10.100Z | Compiling pin-project-lite v0.2.17 |
| 1330 | 2026-05-26T21:14:10.214Z | Compiling pkg-config v0.3.32 |
| 1331 | 2026-05-26T21:14:10.229Z | Compiling bitflags v2.11.0 |
| 1332 | 2026-05-26T21:14:10.315Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-26T21:14:10.413Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-26T21:14:10.426Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-26T21:14:10.451Z | Compiling rand_core v0.6.4 |
| 1336 | 2026-05-26T21:14:10.546Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-05-26T21:14:10.719Z | Compiling cc v1.2.56 |
| 1338 | 2026-05-26T21:14:10.754Z | Compiling libm v0.2.16 |
| 1339 | 2026-05-26T21:14:10.778Z | Compiling futures-core v0.3.32 |
| 1340 | 2026-05-26T21:14:10.808Z | Compiling critical-section v1.2.0 |
| 1341 | 2026-05-26T21:14:10.845Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-05-26T21:14:10.914Z | Compiling mio v1.2.0 |
| 1343 | 2026-05-26T21:14:10.928Z | Compiling once_cell v1.21.3 |
| 1344 | 2026-05-26T21:14:11.020Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-05-26T21:14:11.088Z | Compiling percent-encoding v2.3.2 |
| 1346 | 2026-05-26T21:14:11.132Z | Compiling socket2 v0.6.3 |
| 1347 | 2026-05-26T21:14:11.211Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-05-26T21:14:11.276Z | Compiling futures-io v0.3.32 |
| 1349 | 2026-05-26T21:14:11.312Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-05-26T21:14:11.356Z | Compiling futures-task v0.3.32 |
| 1351 | 2026-05-26T21:14:11.369Z | Compiling slab v0.4.12 |
| 1352 | 2026-05-26T21:14:11.421Z | Compiling getrandom v0.4.1 |
| 1353 | 2026-05-26T21:14:11.523Z | Compiling cpufeatures v0.2.17 |
| 1354 | 2026-05-26T21:14:11.526Z | Compiling rand_core v0.10.0 |
| 1355 | 2026-05-26T21:14:11.547Z | Compiling indexmap v2.14.0 |
| 1356 | 2026-05-26T21:14:11.549Z | Compiling getrandom v0.3.4 |
| 1357 | 2026-05-26T21:14:11.597Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-05-26T21:14:11.690Z | Compiling cmake v0.1.57 |
| 1359 | 2026-05-26T21:14:12.109Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-05-26T21:14:12.226Z | Compiling fs_extra v1.3.0 |
| 1361 | 2026-05-26T21:14:12.260Z | Compiling dunce v1.0.5 |
| 1362 | 2026-05-26T21:14:12.295Z | Compiling ident_case v1.0.1 |
| 1363 | 2026-05-26T21:14:12.346Z | Compiling synstructure v0.13.2 |
| 1364 | 2026-05-26T21:14:12.360Z | Compiling base64ct v1.8.3 |
| 1365 | 2026-05-26T21:14:12.417Z | Compiling rustix v1.1.3 |
| 1366 | 2026-05-26T21:14:12.495Z | Compiling aws-lc-sys v0.40.0 |
| 1367 | 2026-05-26T21:14:12.639Z | Compiling pem-rfc7468 v0.7.0 |
| 1368 | 2026-05-26T21:14:12.646Z | Compiling regex-syntax v0.8.10 |
| 1369 | 2026-05-26T21:14:12.660Z | Compiling flagset v0.4.7 |
| 1370 | 2026-05-26T21:14:12.760Z | Compiling iana-time-zone v0.1.65 |
| 1371 | 2026-05-26T21:14:12.864Z | Compiling rand_core v0.9.5 |
| 1372 | 2026-05-26T21:14:12.922Z | Compiling ring v0.17.14 |
| 1373 | 2026-05-26T21:14:12.962Z | Compiling aws-lc-rs v1.16.3 |
| 1374 | 2026-05-26T21:14:12.975Z | Compiling vcpkg v0.2.15 |
| 1375 | 2026-05-26T21:14:13.148Z | Compiling uuid v1.23.0 |
| 1376 | 2026-05-26T21:14:13.253Z | Compiling rustc_version v0.4.1 |
| 1377 | 2026-05-26T21:14:13.590Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-05-26T21:14:13.735Z | Compiling openssl-sys v0.9.115 |
| 1379 | 2026-05-26T21:14:13.875Z | Compiling base64 v0.22.1 |
| 1380 | 2026-05-26T21:14:14.134Z | Compiling serde_derive v1.0.228 |
| 1381 | 2026-05-26T21:14:14.158Z | Compiling zeroize_derive v1.4.3 |
| 1382 | 2026-05-26T21:14:14.217Z | Compiling zerofrom-derive v0.1.6 |
| 1383 | 2026-05-26T21:14:14.232Z | Compiling yoke-derive v0.8.1 |
| 1384 | 2026-05-26T21:14:14.281Z | Compiling zerocopy-derive v0.8.40 |
| 1385 | 2026-05-26T21:14:14.813Z | Compiling zeroize v1.8.2 |
| 1386 | 2026-05-26T21:14:15.081Z | Compiling zerovec-derive v0.11.2 |
| 1387 | 2026-05-26T21:14:15.426Z | Compiling displaydoc v0.2.5 |
| 1388 | 2026-05-26T21:14:15.623Z | Compiling crypto-common v0.1.7 |
| 1389 | 2026-05-26T21:14:15.677Z | Compiling zerofrom v0.1.6 |
| 1390 | 2026-05-26T21:14:15.769Z | Compiling block-buffer v0.10.4 |
| 1391 | 2026-05-26T21:14:15.808Z | Compiling yoke v0.8.1 |
| 1392 | 2026-05-26T21:14:15.943Z | Compiling digest v0.10.7 |
| 1393 | 2026-05-26T21:14:15.990Z | Compiling tokio-macros v2.7.0 |
| 1394 | 2026-05-26T21:14:16.186Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-05-26T21:14:16.191Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-05-26T21:14:16.228Z | Compiling zerovec v0.11.5 |
| 1397 | 2026-05-26T21:14:16.495Z | Compiling hmac v0.12.1 |
| 1398 | 2026-05-26T21:14:16.650Z | Compiling block-padding v0.3.3 |
| 1399 | 2026-05-26T21:14:16.696Z | Compiling tinystr v0.8.2 |
| 1400 | 2026-05-26T21:14:16.749Z | Compiling potential_utf v0.1.4 |
| 1401 | 2026-05-26T21:14:16.850Z | Compiling inout v0.1.4 |
| 1402 | 2026-05-26T21:14:16.917Z | Compiling icu_locale_core v2.1.1 |
| 1403 | 2026-05-26T21:14:16.932Z | Compiling icu_collections v2.1.1 |
| 1404 | 2026-05-26T21:14:17.011Z | Compiling cipher v0.4.4 |
| 1405 | 2026-05-26T21:14:17.024Z | Compiling futures-util v0.3.32 |
| 1406 | 2026-05-26T21:14:17.266Z | Compiling sha2 v0.10.9 |
| 1407 | 2026-05-26T21:14:17.406Z | Compiling der_derive v0.7.3 |
| 1408 | 2026-05-26T21:14:17.702Z | Compiling bytes v1.11.1 |
| 1409 | 2026-05-26T21:14:17.787Z | Compiling icu_provider v2.1.1 |
| 1410 | 2026-05-26T21:14:17.802Z | Compiling chrono v0.4.44 |
| 1411 | 2026-05-26T21:14:18.108Z | Compiling icu_properties v2.1.2 |
| 1412 | 2026-05-26T21:14:18.318Z | Compiling tokio v1.52.1 |
| 1413 | 2026-05-26T21:14:18.370Z | Compiling icu_normalizer v2.1.1 |
| 1414 | 2026-05-26T21:14:18.644Z | Compiling der v0.7.10 |
| 1415 | 2026-05-26T21:14:18.853Z | Compiling ppv-lite86 v0.2.21 |
| 1416 | 2026-05-26T21:14:18.897Z | Compiling http v1.4.0 |
| 1417 | 2026-05-26T21:14:19.172Z | Compiling idna_adapter v1.2.1 |
| 1418 | 2026-05-26T21:14:19.199Z | Compiling salsa20 v0.10.2 |
| 1419 | 2026-05-26T21:14:19.203Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-05-26T21:14:19.302Z | Compiling idna v1.1.0 |
| 1421 | 2026-05-26T21:14:19.317Z | Compiling rustls-pki-types v1.14.0 |
| 1422 | 2026-05-26T21:14:19.329Z | Compiling thiserror-impl v2.0.18 |
| 1423 | 2026-05-26T21:14:19.341Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-05-26T21:14:19.757Z | Compiling url v2.5.8 |
| 1425 | 2026-05-26T21:14:19.784Z | Compiling spki v0.7.3 |
| 1426 | 2026-05-26T21:14:19.809Z | Compiling http-body v1.0.1 |
| 1427 | 2026-05-26T21:14:19.930Z | Compiling scrypt v0.11.0 |
| 1428 | 2026-05-26T21:14:19.957Z | Compiling rand_chacha v0.9.0 |
| 1429 | 2026-05-26T21:14:19.979Z | Compiling cbc v0.1.2 |
| 1430 | 2026-05-26T21:14:20.127Z | Compiling aes v0.8.4 |
| 1431 | 2026-05-26T21:14:20.241Z | Compiling httparse v1.10.1 |
| 1432 | 2026-05-26T21:14:20.536Z | Compiling tinyvec_macros v0.1.1 |
| 1433 | 2026-05-26T21:14:20.571Z | Compiling untrusted v0.7.1 |
| 1434 | 2026-05-26T21:14:20.630Z | Compiling openssl-probe v0.2.1 |
| 1435 | 2026-05-26T21:14:20.634Z | Compiling tracing v0.1.44 |
| 1436 | 2026-05-26T21:14:20.640Z | Compiling untrusted v0.9.0 |
| 1437 | 2026-05-26T21:14:20.643Z | Compiling thiserror v2.0.18 |
| 1438 | 2026-05-26T21:14:20.689Z | Compiling tinyvec v1.10.0 |
| 1439 | 2026-05-26T21:14:20.780Z | Compiling pkcs5 v0.7.1 |
| 1440 | 2026-05-26T21:14:20.812Z | Compiling pest_generator v2.8.6 |
| 1441 | 2026-05-26T21:14:20.890Z | Compiling rand v0.9.2 |
| 1442 | 2026-05-26T21:14:21.025Z | Compiling serde_derive_internals v0.29.1 |
| 1443 | 2026-05-26T21:14:21.190Z | Compiling aho-corasick v1.1.4 |
| 1444 | 2026-05-26T21:14:21.242Z | Compiling tower-service v0.3.3 |
| 1445 | 2026-05-26T21:14:21.338Z | Compiling rustls v0.23.37 |
| 1446 | 2026-05-26T21:14:21.495Z | Compiling schemars v0.8.22 |
| 1447 | 2026-05-26T21:14:21.510Z | Compiling dyn-clone v1.0.20 |
| 1448 | 2026-05-26T21:14:21.644Z | Compiling tower-layer v0.3.3 |
| 1449 | 2026-05-26T21:14:21.663Z | Compiling try-lock v0.2.5 |
| 1450 | 2026-05-26T21:14:21.692Z | Compiling atomic-waker v1.1.2 |
| 1451 | 2026-05-26T21:14:21.815Z | Compiling want v0.3.1 |
| 1452 | 2026-05-26T21:14:21.840Z | Compiling pest_derive v2.8.6 |
| 1453 | 2026-05-26T21:14:21.871Z | Compiling pkcs8 v0.10.2 |
| 1454 | 2026-05-26T21:14:21.970Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2026-05-26T21:14:22.176Z | Compiling tokio-util v0.7.18 |
| 1456 | 2026-05-26T21:14:22.259Z | Compiling regex-automata v0.4.14 |
| 1457 | 2026-05-26T21:14:22.273Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-05-26T21:14:22.544Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-05-26T21:14:22.774Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-05-26T21:14:22.898Z | Compiling h2 v0.4.13 |
| 1461 | 2026-05-26T21:14:23.210Z | Compiling httpdate v1.0.3 |
| 1462 | 2026-05-26T21:14:23.214Z | Compiling openssl v0.10.79 |
| 1463 | 2026-05-26T21:14:23.333Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-05-26T21:14:23.420Z | Compiling pin-utils v0.1.0 |
| 1465 | 2026-05-26T21:14:23.434Z | Compiling tempfile v3.25.0 |
| 1466 | 2026-05-26T21:14:23.466Z | Compiling foreign-types v0.3.2 |
| 1467 | 2026-05-26T21:14:23.490Z | Compiling scroll v0.13.0 |
| 1468 | 2026-05-26T21:14:23.753Z | Compiling unicode-normalization v0.1.25 |
| 1469 | 2026-05-26T21:14:23.983Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-05-26T21:14:24.200Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1471 | 2026-05-26T21:14:24.203Z | Compiling spin v0.9.8 |
| 1472 | 2026-05-26T21:14:24.371Z | Compiling crc32fast v1.5.0 |
| 1473 | 2026-05-26T21:14:24.417Z | Compiling powerfmt v0.2.0 |
| 1474 | 2026-05-26T21:14:24.585Z | Compiling num-conv v0.2.0 |
| 1475 | 2026-05-26T21:14:24.623Z | Compiling native-tls v0.2.18 |
| 1476 | 2026-05-26T21:14:24.636Z | Compiling time-core v0.1.8 |
| 1477 | 2026-05-26T21:14:24.779Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-05-26T21:14:24.803Z | Compiling deranged v0.5.8 |
| 1479 | 2026-05-26T21:14:25.039Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-05-26T21:14:25.500Z | Compiling darling v0.20.11 |
| 1481 | 2026-05-26T21:14:25.585Z | Compiling goblin v0.10.5 |
| 1482 | 2026-05-26T21:14:25.756Z | Compiling rustls-native-certs v0.8.3 |
| 1483 | 2026-05-26T21:14:25.824Z | Compiling hyper v1.8.1 |
| 1484 | 2026-05-26T21:14:26.047Z | Compiling sync_wrapper v1.0.2 |
| 1485 | 2026-05-26T21:14:26.161Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-05-26T21:14:26.288Z | Compiling siphasher v1.0.2 |
| 1487 | 2026-05-26T21:14:26.415Z | Compiling crossbeam-utils v0.8.21 |
| 1488 | 2026-05-26T21:14:26.472Z | Compiling syn v1.0.109 |
| 1489 | 2026-05-26T21:14:26.692Z | Compiling quick-error v1.2.3 |
| 1490 | 2026-05-26T21:14:26.793Z | Compiling simd-adler32 v0.3.8 |
| 1491 | 2026-05-26T21:14:26.815Z | Compiling num_threads v0.1.7 |
| 1492 | 2026-05-26T21:14:26.852Z | Compiling usdt-impl v0.6.0 |
| 1493 | 2026-05-26T21:14:26.910Z | Compiling hyper-util v0.1.20 |
| 1494 | 2026-05-26T21:14:27.029Z | Compiling bit-vec v0.8.0 |
| 1495 | 2026-05-26T21:14:27.260Z | Compiling bit-set v0.8.0 |
| 1496 | 2026-05-26T21:14:27.394Z | Compiling time v0.3.47 |
| 1497 | 2026-05-26T21:14:27.422Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-05-26T21:14:27.498Z | Compiling tower v0.5.3 |
| 1499 | 2026-05-26T21:14:27.736Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-05-26T21:14:27.977Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-05-26T21:14:28.036Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-05-26T21:14:28.280Z | Compiling webpki-roots v1.0.6 |
| 1503 | 2026-05-26T21:14:28.402Z | Compiling dof v0.4.0 |
| 1504 | 2026-05-26T21:14:28.603Z | Compiling signature v2.2.0 |
| 1505 | 2026-05-26T21:14:28.661Z | Compiling scroll_derive v0.12.1 |
| 1506 | 2026-05-26T21:14:28.720Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2026-05-26T21:14:28.782Z | Compiling heapless v0.7.17 |
| 1508 | 2026-05-26T21:14:28.984Z | Compiling rand_xorshift v0.4.0 |
| 1509 | 2026-05-26T21:14:29.013Z | Compiling slog v2.8.2 |
| 1510 | 2026-05-26T21:14:29.144Z | Compiling darling_core v0.21.3 |
| 1511 | 2026-05-26T21:14:29.193Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1512 | 2026-05-26T21:14:29.313Z | Compiling thread-id v5.1.0 |
| 1513 | 2026-05-26T21:14:29.397Z | Compiling cookie v0.18.1 |
| 1514 | 2026-05-26T21:14:29.466Z | Compiling anyhow v1.0.102 |
| 1515 | 2026-05-26T21:14:29.585Z | Compiling allocator-api2 v0.2.21 |
| 1516 | 2026-05-26T21:14:29.588Z | Compiling paste v1.0.15 |
| 1517 | 2026-05-26T21:14:29.770Z | Compiling unarray v0.1.4 |
| 1518 | 2026-05-26T21:14:29.834Z | Compiling unicode-properties v0.1.4 |
| 1519 | 2026-05-26T21:14:29.878Z | Compiling adler2 v2.0.1 |
| 1520 | 2026-05-26T21:14:29.878Z | Compiling ryu v1.0.23 |
| 1521 | 2026-05-26T21:14:29.903Z | Compiling iri-string v0.7.10 |
| 1522 | 2026-05-26T21:14:29.948Z | Compiling unicode-bidi v0.3.18 |
| 1523 | 2026-05-26T21:14:30.007Z | Compiling signal-hook v0.3.18 |
| 1524 | 2026-05-26T21:14:30.037Z | Compiling zstd-safe v7.2.4 |
| 1525 | 2026-05-26T21:14:30.068Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-05-26T21:14:30.188Z | Compiling miniz_oxide v0.8.9 |
| 1527 | 2026-05-26T21:14:30.226Z | Compiling thiserror v1.0.69 |
| 1528 | 2026-05-26T21:14:30.313Z | Compiling stringprep v0.1.5 |
| 1529 | 2026-05-26T21:14:30.327Z | Compiling proptest v1.10.0 |
| 1530 | 2026-05-26T21:14:30.798Z | Compiling scroll v0.12.0 |
| 1531 | 2026-05-26T21:14:31.057Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-05-26T21:14:31.366Z | Compiling derive_builder_macro v0.20.2 |
| 1533 | 2026-05-26T21:14:31.498Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-05-26T21:14:31.602Z | Compiling bstr v1.12.1 |
| 1535 | 2026-05-26T21:14:31.626Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-05-26T21:14:31.665Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-26T21:14:31.850Z | Compiling rand_chacha v0.3.1 |
| 1538 | 2026-05-26T21:14:31.892Z | Compiling serde_tokenstream v0.2.3 |
| 1539 | 2026-05-26T21:14:32.106Z | Compiling erased-serde v0.3.31 |
| 1540 | 2026-05-26T21:14:32.147Z | Compiling serde_spanned v0.6.9 |
| 1541 | 2026-05-26T21:14:32.207Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-05-26T21:14:32.293Z | Compiling md-5 v0.10.6 |
| 1543 | 2026-05-26T21:14:32.311Z | Compiling zerocopy-derive v0.7.35 |
| 1544 | 2026-05-26T21:14:32.461Z | Compiling pin-project-internal v1.1.11 |
| 1545 | 2026-05-26T21:14:32.475Z | Compiling async-trait v0.1.89 |
| 1546 | 2026-05-26T21:14:32.595Z | Compiling curve25519-dalek v4.1.3 |
| 1547 | 2026-05-26T21:14:32.670Z | Compiling vergen-lib v9.1.0 |
| 1548 | 2026-05-26T21:14:32.853Z | Compiling num-integer v0.1.46 |
| 1549 | 2026-05-26T21:14:32.921Z | Compiling hash32 v0.2.1 |
| 1550 | 2026-05-26T21:14:33.114Z | Compiling ff v0.13.1 |
| 1551 | 2026-05-26T21:14:33.175Z | Compiling memoffset v0.9.1 |
| 1552 | 2026-05-26T21:14:33.178Z | Compiling encoding_rs v0.8.35 |
| 1553 | 2026-05-26T21:14:33.250Z | Compiling mime v0.3.17 |
| 1554 | 2026-05-26T21:14:33.361Z | Compiling fallible-iterator v0.2.0 |
| 1555 | 2026-05-26T21:14:33.494Z | Compiling base16ct v0.2.0 |
| 1556 | 2026-05-26T21:14:33.508Z | Compiling smoltcp v0.9.1 |
| 1557 | 2026-05-26T21:14:33.571Z | Compiling ref-cast v1.0.25 |
| 1558 | 2026-05-26T21:14:33.667Z | Compiling cfg_aliases v0.2.1 |
| 1559 | 2026-05-26T21:14:33.670Z | Compiling zlib-rs v0.6.2 |
| 1560 | 2026-05-26T21:14:33.742Z | Compiling rustix v0.38.44 |
| 1561 | 2026-05-26T21:14:33.839Z | Compiling num-bigint-dig v0.8.6 |
| 1562 | 2026-05-26T21:14:33.869Z | Compiling litrs v1.0.0 |
| 1563 | 2026-05-26T21:14:34.025Z | Compiling psl-types v2.0.11 |
| 1564 | 2026-05-26T21:14:34.149Z | Compiling publicsuffix v2.3.0 |
| 1565 | 2026-05-26T21:14:34.259Z | Compiling nix v0.31.2 |
| 1566 | 2026-05-26T21:14:34.322Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-05-26T21:14:34.376Z | Compiling document-features v0.2.12 |
| 1568 | 2026-05-26T21:14:34.631Z | Compiling sec1 v0.7.3 |
| 1569 | 2026-05-26T21:14:34.690Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-05-26T21:14:34.861Z | Compiling group v0.13.0 |
| 1571 | 2026-05-26T21:14:34.890Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-05-26T21:14:34.901Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-05-26T21:14:35.048Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-05-26T21:14:35.334Z | Compiling hubpack_derive v0.1.1 |
| 1575 | 2026-05-26T21:14:35.368Z | Compiling darling v0.21.3 |
| 1576 | 2026-05-26T21:14:35.403Z | Compiling rand v0.8.6 |
| 1577 | 2026-05-26T21:14:35.416Z | Compiling oxnet v0.1.4 |
| 1578 | 2026-05-26T21:14:35.447Z | Compiling derive_builder v0.20.2 |
| 1579 | 2026-05-26T21:14:35.469Z | Compiling hyper-tls v0.6.0 |
| 1580 | 2026-05-26T21:14:35.772Z | Compiling goblin v0.8.2 |
| 1581 | 2026-05-26T21:14:36.225Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-05-26T21:14:36.294Z | Compiling regex v1.12.3 |
| 1583 | 2026-05-26T21:14:36.296Z | Compiling lazy_static v1.5.0 |
| 1584 | 2026-05-26T21:14:36.399Z | Compiling futures-executor v0.3.32 |
| 1585 | 2026-05-26T21:14:36.434Z | Compiling hex v0.4.3 |
| 1586 | 2026-05-26T21:14:36.459Z | Compiling hkdf v0.12.4 |
| 1587 | 2026-05-26T21:14:36.625Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-05-26T21:14:36.659Z | Compiling crypto-bigint v0.5.5 |
| 1589 | 2026-05-26T21:14:36.702Z | Compiling daft-derive v0.1.7 |
| 1590 | 2026-05-26T21:14:36.730Z | Compiling ref-cast-impl v1.0.25 |
| 1591 | 2026-05-26T21:14:36.912Z | Compiling strum_macros v0.27.2 |
| 1592 | 2026-05-26T21:14:37.078Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1593 | 2026-05-26T21:14:37.317Z | Compiling snafu-derive v0.8.9 |
| 1594 | 2026-05-26T21:14:37.437Z | Compiling terminal_size v0.4.3 |
| 1595 | 2026-05-26T21:14:37.575Z | Compiling vergen v9.1.0 |
| 1596 | 2026-05-26T21:14:37.736Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-05-26T21:14:37.765Z | Compiling cargo-platform v0.3.2 |
| 1598 | 2026-05-26T21:14:37.922Z | Compiling ahash v0.8.12 |
| 1599 | 2026-05-26T21:14:38.042Z | Compiling winnow v0.5.40 |
| 1600 | 2026-05-26T21:14:38.122Z | Compiling libbz2-rs-sys v0.2.2 |
| 1601 | 2026-05-26T21:14:38.813Z | Compiling foldhash v0.2.0 |
| 1602 | 2026-05-26T21:14:38.861Z | Compiling managed v0.8.0 |
| 1603 | 2026-05-26T21:14:38.889Z | Compiling bitflags v1.3.2 |
| 1604 | 2026-05-26T21:14:38.965Z | Compiling same-file v1.0.6 |
| 1605 | 2026-05-26T21:14:39.030Z | Compiling bumpalo v3.20.2 |
| 1606 | 2026-05-26T21:14:39.074Z | Compiling foldhash v0.1.5 |
| 1607 | 2026-05-26T21:14:39.130Z | Compiling object v0.37.3 |
| 1608 | 2026-05-26T21:14:39.246Z | Compiling unicode-segmentation v1.12.0 |
| 1609 | 2026-05-26T21:14:39.251Z | Compiling snafu v0.8.9 |
| 1610 | 2026-05-26T21:14:39.276Z | Compiling zopfli v0.8.3 |
| 1611 | 2026-05-26T21:14:39.309Z | Compiling toml_edit v0.19.15 |
| 1612 | 2026-05-26T21:14:39.447Z | Compiling hashbrown v0.15.5 |
| 1613 | 2026-05-26T21:14:39.455Z | Compiling clap_builder v4.5.60 |
| 1614 | 2026-05-26T21:14:39.590Z | Compiling walkdir v2.5.0 |
| 1615 | 2026-05-26T21:14:39.897Z | Compiling hashbrown v0.16.1 |
| 1616 | 2026-05-26T21:14:39.935Z | Compiling strum v0.27.2 |
| 1617 | 2026-05-26T21:14:39.983Z | Compiling bzip2 v0.6.1 |
| 1618 | 2026-05-26T21:14:40.109Z | Compiling dof v0.3.0 |
| 1619 | 2026-05-26T21:14:40.186Z | Compiling cargo_metadata v0.23.1 |
| 1620 | 2026-05-26T21:14:40.526Z | Compiling elliptic-curve v0.13.8 |
| 1621 | 2026-05-26T21:14:40.830Z | Compiling daft v0.1.7 |
| 1622 | 2026-05-26T21:14:41.019Z | Compiling futures v0.3.32 |
| 1623 | 2026-05-26T21:14:41.099Z | Compiling phf v0.13.1 |
| 1624 | 2026-05-26T21:14:41.264Z | Compiling signal-hook-mio v0.2.5 |
| 1625 | 2026-05-26T21:14:41.374Z | Compiling cookie_store v0.22.1 |
| 1626 | 2026-05-26T21:14:41.547Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-05-26T21:14:41.777Z | Compiling bzip2 v0.4.4 |
| 1628 | 2026-05-26T21:14:41.802Z | Compiling zstd v0.13.3 |
| 1629 | 2026-05-26T21:14:41.981Z | Compiling serde_with_macros v3.17.0 |
| 1630 | 2026-05-26T21:14:42.048Z | Compiling postgres-types v0.2.12 |
| 1631 | 2026-05-26T21:14:42.099Z | Compiling usdt-attr-macro v0.6.0 |
| 1632 | 2026-05-26T21:14:42.521Z | Compiling usdt-macro v0.6.0 |
| 1633 | 2026-05-26T21:14:42.611Z | Compiling globset v0.4.18 |
| 1634 | 2026-05-26T21:14:42.899Z | Compiling dtrace-parser v0.2.0 |
| 1635 | 2026-05-26T21:14:43.083Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-05-26T21:14:43.187Z | Compiling phf_shared v0.11.3 |
| 1637 | 2026-05-26T21:14:43.257Z | Compiling olpc-cjson v0.1.4 |
| 1638 | 2026-05-26T21:14:43.294Z | Compiling pkcs1 v0.7.5 |
| 1639 | 2026-05-26T21:14:43.370Z | Compiling serde_plain v1.0.2 |
| 1640 | 2026-05-26T21:14:43.412Z | Compiling serde-big-array v0.5.1 |
| 1641 | 2026-05-26T21:14:43.538Z | Compiling rfc6979 v0.4.0 |
| 1642 | 2026-05-26T21:14:43.555Z | Compiling strum_macros v0.26.4 |
| 1643 | 2026-05-26T21:14:43.568Z | Compiling async-recursion v1.1.1 |
| 1644 | 2026-05-26T21:14:43.645Z | Compiling clap_derive v4.5.55 |
| 1645 | 2026-05-26T21:14:43.659Z | Compiling serde_repr v0.1.20 |
| 1646 | 2026-05-26T21:14:43.688Z | Compiling enum-as-inner v0.6.1 |
| 1647 | 2026-05-26T21:14:43.986Z | Compiling pem v3.0.6 |
| 1648 | 2026-05-26T21:14:44.184Z | Compiling float-cmp v0.10.0 |
| 1649 | 2026-05-26T21:14:44.187Z | Compiling thread-id v4.2.2 |
| 1650 | 2026-05-26T21:14:44.214Z | Compiling memmap2 v0.9.10 |
| 1651 | 2026-05-26T21:14:44.279Z | Compiling env_filter v1.0.0 |
| 1652 | 2026-05-26T21:14:44.312Z | Compiling precomputed-hash v0.1.1 |
| 1653 | 2026-05-26T21:14:44.333Z | Compiling normalize-line-endings v0.3.0 |
| 1654 | 2026-05-26T21:14:44.399Z | Compiling predicates-core v1.0.10 |
| 1655 | 2026-05-26T21:14:44.425Z | Compiling fixedbitset v0.5.7 |
| 1656 | 2026-05-26T21:14:44.428Z | Compiling either v1.15.0 |
| 1657 | 2026-05-26T21:14:44.573Z | Compiling typed-path v0.9.3 |
| 1658 | 2026-05-26T21:14:44.573Z | Compiling keccak v0.1.6 |
| 1659 | 2026-05-26T21:14:44.646Z | Compiling whoami v2.1.0 |
| 1660 | 2026-05-26T21:14:44.724Z | Compiling static_assertions v1.1.0 |
| 1661 | 2026-05-26T21:14:44.800Z | Compiling jiff v0.2.21 |
| 1662 | 2026-05-26T21:14:45.017Z | Compiling fixedbitset v0.4.2 |
| 1663 | 2026-05-26T21:14:45.231Z | Compiling difflib v0.4.0 |
| 1664 | 2026-05-26T21:14:45.297Z | Compiling data-encoding v2.10.0 |
| 1665 | 2026-05-26T21:14:45.382Z | Compiling new_debug_unreachable v1.0.6 |
| 1666 | 2026-05-26T21:14:45.415Z | Compiling clap v4.5.60 |
| 1667 | 2026-05-26T21:14:45.454Z | Compiling predicates v3.1.4 |
| 1668 | 2026-05-26T21:14:45.497Z | Compiling string_cache v0.8.9 |
| 1669 | 2026-05-26T21:14:45.724Z | Compiling hickory-proto v0.25.2 |
| 1670 | 2026-05-26T21:14:45.785Z | Compiling toml_edit v0.22.27 |
| 1671 | 2026-05-26T21:14:45.800Z | Compiling strum v0.26.3 |
| 1672 | 2026-05-26T21:14:45.931Z | Compiling petgraph v0.6.5 |
| 1673 | 2026-05-26T21:14:45.996Z | Compiling tokio-postgres v0.7.16 |
| 1674 | 2026-05-26T21:14:46.100Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1675 | 2026-05-26T21:14:46.791Z | Compiling sha3 v0.10.8 |
| 1676 | 2026-05-26T21:14:47.255Z | Compiling petgraph v0.8.3 |
| 1677 | 2026-05-26T21:14:47.430Z | Compiling zip v4.6.1 |
| 1678 | 2026-05-26T21:14:48.208Z | Compiling itertools v0.13.0 |
| 1679 | 2026-05-26T21:14:48.400Z | Compiling env_logger v0.11.9 |
| 1680 | 2026-05-26T21:14:48.590Z | Compiling usdt v0.6.0 |
| 1681 | 2026-05-26T21:14:48.759Z | Compiling usdt-impl v0.5.0 |
| 1682 | 2026-05-26T21:14:48.904Z | Compiling ecdsa v0.16.9 |
| 1683 | 2026-05-26T21:14:48.970Z | Compiling rsa v0.9.10 |
| 1684 | 2026-05-26T21:14:49.035Z | Compiling ed25519-dalek v2.2.0 |
| 1685 | 2026-05-26T21:14:49.239Z | Compiling serde_with v3.17.0 |
| 1686 | 2026-05-26T21:14:49.244Z | Compiling crossterm v0.28.1 |
| 1687 | 2026-05-26T21:14:49.442Z | Compiling zip v0.6.6 |
| 1688 | 2026-05-26T21:14:50.022Z | Compiling iddqd v0.4.1 |
| 1689 | 2026-05-26T21:14:50.104Z | Compiling toml v0.7.8 |
| 1690 | 2026-05-26T21:14:50.703Z | Compiling heck v0.4.1 |
| 1691 | 2026-05-26T21:14:50.774Z | Compiling similar v2.7.0 |
| 1692 | 2026-05-26T21:14:50.875Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1693 | 2026-05-26T21:14:50.929Z | Compiling crossbeam-epoch v0.9.18 |
| 1694 | 2026-05-26T21:14:50.941Z | Compiling tokio-stream v0.1.18 |
| 1695 | 2026-05-26T21:14:51.264Z | Compiling buf-list v1.1.2 |
| 1696 | 2026-05-26T21:14:51.269Z | Compiling x509-cert v0.2.5 |
| 1697 | 2026-05-26T21:14:51.402Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1698 | 2026-05-26T21:14:51.495Z | Compiling openapiv3 v2.2.0 |
| 1699 | 2026-05-26T21:14:51.519Z | Compiling sha1 v0.10.6 |
| 1700 | 2026-05-26T21:14:51.646Z | Compiling peg-runtime v0.8.5 |
| 1701 | 2026-05-26T21:14:51.703Z | Compiling lalrpop-util v0.19.12 |
| 1702 | 2026-05-26T21:14:51.790Z | Compiling thread_local v1.1.9 |
| 1703 | 2026-05-26T21:14:51.915Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-05-26T21:14:51.976Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-05-26T21:14:52.047Z | Compiling filetime v0.2.27 |
| 1706 | 2026-05-26T21:14:52.224Z | Compiling is-terminal v0.4.17 |
| 1707 | 2026-05-26T21:14:52.235Z | Compiling xattr v1.6.1 |
| 1708 | 2026-05-26T21:14:52.284Z | Compiling take_mut v0.2.2 |
| 1709 | 2026-05-26T21:14:52.316Z | Compiling term v1.2.1 |
| 1710 | 2026-05-26T21:14:52.409Z | Compiling tar v0.4.45 |
| 1711 | 2026-05-26T21:14:52.851Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-05-26T21:15:02.553Z | Compiling rustls-webpki v0.103.9 |
| 1713 | 2026-05-26T21:15:05.369Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-05-26T21:15:05.369Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-05-26T21:15:05.566Z | Compiling hyper-rustls v0.27.7 |
| 1716 | 2026-05-26T21:15:05.780Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-05-26T21:15:05.817Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-05-26T21:15:07.039Z | Compiling tough v0.22.0 |
| 1719 | 2026-05-26T21:15:09.578Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-05-26T21:15:09.791Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-05-26T21:15:12.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1722 | 2026-05-26T21:15:12.784Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1723 | 2026-05-26T21:15:12.837Z | May 26 21:15:11.917 INFO Starting download, target: Cockroach |
| 1724 | 2026-05-26T21:15:12.837Z | May 26 21:15:11.918 INFO Starting download, target: DendriteStub |
| 1725 | 2026-05-26T21:15:12.837Z | May 26 21:15:11.918 INFO Starting download, target: Console |
| 1726 | 2026-05-26T21:15:12.842Z | May 26 21:15:11.918 INFO Starting download, target: Clickhouse |
| 1727 | 2026-05-26T21:15:12.842Z | May 26 21:15:11.918 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-05-26T21:15:12.842Z | May 26 21:15:11.918 INFO Starting download, target: TransceiverControl |
| 1729 | 2026-05-26T21:15:12.842Z | May 26 21:15:11.918 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1730 | 2026-05-26T21:15:12.842Z | May 26 21:15:11.918 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1731 | 2026-05-26T21:15:12.842Z | May 26 21:15:11.918 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1732 | 2026-05-26T21:15:12.842Z | May 26 21:15:11.918 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-05-26T21:15:12.842Z | May 26 21:15:11.918 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1734 | 2026-05-26T21:15:12.842Z | May 26 21:15:11.918 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1735 | 2026-05-26T21:15:13.374Z | May 26 21:15:12.447 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1736 | 2026-05-26T21:15:13.584Z | May 26 21:15:12.661 INFO Download complete, target: TransceiverControl |
| 1737 | 2026-05-26T21:15:13.855Z | May 26 21:15:12.926 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1738 | 2026-05-26T21:15:14.105Z | May 26 21:15:13.161 INFO Download complete, target: Console |
| 1739 | 2026-05-26T21:15:14.588Z | May 26 21:15:13.668 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1740 | 2026-05-26T21:15:14.594Z | May 26 21:15:13.672 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1741 | 2026-05-26T21:15:14.610Z | May 26 21:15:13.682 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1742 | 2026-05-26T21:15:15.060Z | May 26 21:15:14.138 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1743 | 2026-05-26T21:15:15.061Z | May 26 21:15:14.138 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1744 | 2026-05-26T21:15:17.080Z | May 26 21:15:16.159 INFO Download complete, target: DendriteStub |
| 1745 | 2026-05-26T21:15:17.107Z | May 26 21:15:16.183 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-05-26T21:15:19.872Z | May 26 21:15:18.952 INFO Checking that binary works, target: Cockroach |
| 1747 | 2026-05-26T21:15:20.001Z | May 26 21:15:19.082 INFO Download complete, target: Cockroach |
| 1748 | 2026-05-26T21:15:21.543Z | May 26 21:15:20.624 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-05-26T21:15:21.648Z | May 26 21:15:20.725 INFO Download complete, target: Clickhouse |
| 1750 | 2026-05-26T21:15:21.686Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-05-26T21:15:21.690Z | |
| 1752 | 2026-05-26T21:15:21.690Z | real 2:17.304044719 |
| 1753 | 2026-05-26T21:15:21.690Z | user 6:58.837915453 |
| 1754 | 2026-05-26T21:15:21.690Z | sys 1:22.379123902 |
| 1755 | 2026-05-26T21:15:21.690Z | trap 0.234186157 |
| 1756 | 2026-05-26T21:15:21.690Z | tflt 0.798576326 |
| 1757 | 2026-05-26T21:15:21.690Z | dflt 0.761089864 |
| 1758 | 2026-05-26T21:15:21.690Z | kflt 0.032351286 |
| 1759 | 2026-05-26T21:15:21.690Z | lock 22:02.178700267 |
| 1760 | 2026-05-26T21:15:21.690Z | slp 21:32.389020737 |
| 1761 | 2026-05-26T21:15:21.690Z | lat 43.165454691 |
| 1762 | 2026-05-26T21:15:21.690Z | stop 1:52.832615159 |
| 1763 | 2026-05-26T21:15:21.690Z | + banner clippy |
| 1764 | 2026-05-26T21:15:21.691Z | |
| 1765 | 2026-05-26T21:15:21.691Z | #### # # ##### ##### # # |
| 1766 | 2026-05-26T21:15:21.691Z | # # # # # # # # # # |
| 1767 | 2026-05-26T21:15:21.691Z | # # # # # # # # |
| 1768 | 2026-05-26T21:15:21.691Z | # # # ##### ##### # |
| 1769 | 2026-05-26T21:15:21.691Z | # # # # # # # |
| 1770 | 2026-05-26T21:15:21.691Z | #### ###### # # # # |
| 1771 | 2026-05-26T21:15:21.691Z | |
| 1772 | 2026-05-26T21:15:21.691Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-05-26T21:15:21.691Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-05-26T21:15:21.691Z | + ptime -m cargo xtask clippy |
| 1775 | 2026-05-26T21:15:22.217Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-05-26T21:15:22.436Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-05-26T21:15:24.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1778 | 2026-05-26T21:15:24.383Z | Running `target/debug/xtask clippy` |
| 1779 | 2026-05-26T21:15:24.409Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1780 | 2026-05-26T21:15:25.017Z | Downloading crates ... |
| 1781 | 2026-05-26T21:15:25.235Z | Downloaded supports-hyperlinks v2.1.0 |
| 1782 | 2026-05-26T21:15:25.238Z | Downloaded serde_regex v1.1.0 |
| 1783 | 2026-05-26T21:15:25.241Z | Downloaded assert-json-diff v2.0.2 |
| 1784 | 2026-05-26T21:15:25.244Z | Downloaded linkme-impl v0.3.35 |
| 1785 | 2026-05-26T21:15:25.244Z | Downloaded escape8259 v0.5.3 |
| 1786 | 2026-05-26T21:15:25.244Z | Downloaded addr2line v0.25.1 |
| 1787 | 2026-05-26T21:15:25.246Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1788 | 2026-05-26T21:15:25.246Z | Downloaded event-listener-strategy v0.5.4 |
| 1789 | 2026-05-26T21:15:25.250Z | Downloaded event-listener v5.4.1 |
| 1790 | 2026-05-26T21:15:25.254Z | Downloaded parking v2.2.1 |
| 1791 | 2026-05-26T21:15:25.257Z | Downloaded plotters-svg v0.3.7 |
| 1792 | 2026-05-26T21:15:25.271Z | Downloaded pathdiff v0.2.3 |
| 1793 | 2026-05-26T21:15:25.273Z | Downloaded terminal_size v0.1.17 |
| 1794 | 2026-05-26T21:15:25.276Z | Downloaded miette-derive v5.10.0 |
| 1795 | 2026-05-26T21:15:25.279Z | Downloaded supports-unicode v2.1.0 |
| 1796 | 2026-05-26T21:15:25.279Z | Downloaded approx v0.5.1 |
| 1797 | 2026-05-26T21:15:25.285Z | Downloaded similar-asserts v1.7.0 |
| 1798 | 2026-05-26T21:15:25.288Z | Downloaded nested v0.1.1 |
| 1799 | 2026-05-26T21:15:25.294Z | Downloaded cast v0.3.0 |
| 1800 | 2026-05-26T21:15:25.298Z | Downloaded tokio-test v0.4.5 |
| 1801 | 2026-05-26T21:15:25.302Z | Downloaded backtrace-ext v0.2.1 |
| 1802 | 2026-05-26T21:15:25.302Z | Downloaded async-object-pool v0.2.0 |
| 1803 | 2026-05-26T21:15:25.304Z | Downloaded concurrent-queue v2.5.0 |
| 1804 | 2026-05-26T21:15:25.307Z | Downloaded partial-io v0.5.4 |
| 1805 | 2026-05-26T21:15:25.312Z | Downloaded target-lexicon v0.13.3 |
| 1806 | 2026-05-26T21:15:25.315Z | Downloaded oorandom v11.1.5 |
| 1807 | 2026-05-26T21:15:25.315Z | Downloaded futures-timer v3.0.3 |
| 1808 | 2026-05-26T21:15:25.315Z | Downloaded hickory-client v0.25.2 |
| 1809 | 2026-05-26T21:15:25.317Z | Downloaded chumsky v0.9.3 |
| 1810 | 2026-05-26T21:15:25.317Z | Downloaded target-triple v1.0.0 |
| 1811 | 2026-05-26T21:15:25.321Z | Downloaded plotters-backend v0.3.7 |
| 1812 | 2026-05-26T21:15:25.321Z | Downloaded supports-color v2.1.0 |
| 1813 | 2026-05-26T21:15:25.325Z | Downloaded owo-colors v3.5.0 |
| 1814 | 2026-05-26T21:15:25.325Z | Downloaded assert_cmd v2.1.2 |
| 1815 | 2026-05-26T21:15:25.328Z | Downloaded termcolor v1.4.1 |
| 1816 | 2026-05-26T21:15:25.328Z | Downloaded stringmetrics v2.2.2 |
| 1817 | 2026-05-26T21:15:25.328Z | Downloaded knuffel-derive v3.2.0 |
| 1818 | 2026-05-26T21:15:25.331Z | Downloaded rust-argon2 v2.1.0 |
| 1819 | 2026-05-26T21:15:25.331Z | Downloaded constant_time_eq v0.3.1 |
| 1820 | 2026-05-26T21:15:25.334Z | Downloaded tinytemplate v1.2.1 |
| 1821 | 2026-05-26T21:15:25.334Z | Downloaded target-spec v3.5.7 |
| 1822 | 2026-05-26T21:15:25.334Z | Downloaded linkme v0.3.35 |
| 1823 | 2026-05-26T21:15:25.337Z | Downloaded datatest-stable v0.3.3 |
| 1824 | 2026-05-26T21:15:25.340Z | Downloaded path-tree v0.8.3 |
| 1825 | 2026-05-26T21:15:25.340Z | Downloaded cfg-expr v0.20.6 |
| 1826 | 2026-05-26T21:15:25.340Z | Downloaded criterion-plot v0.6.0 |
| 1827 | 2026-05-26T21:15:25.342Z | Downloaded relative-path v1.9.3 |
| 1828 | 2026-05-26T21:15:25.342Z | Downloaded libtest-mimic v0.8.1 |
| 1829 | 2026-05-26T21:15:25.342Z | Downloaded anes v0.1.6 |
| 1830 | 2026-05-26T21:15:25.345Z | Downloaded plotters v0.3.7 |
| 1831 | 2026-05-26T21:15:25.348Z | Downloaded httptest v0.16.4 |
| 1832 | 2026-05-26T21:15:25.351Z | Downloaded rustc-demangle v0.1.27 |
| 1833 | 2026-05-26T21:15:25.351Z | Downloaded async-lock v3.4.2 |
| 1834 | 2026-05-26T21:15:25.355Z | Downloaded rstest v0.25.0 |
| 1835 | 2026-05-26T21:15:25.359Z | Downloaded textwrap v0.15.2 |
| 1836 | 2026-05-26T21:15:25.362Z | Downloaded trybuild v1.0.116 |
| 1837 | 2026-05-26T21:15:25.364Z | Downloaded blake2b_simd v1.0.4 |
| 1838 | 2026-05-26T21:15:25.372Z | Downloaded rand_distr v0.5.1 |
| 1839 | 2026-05-26T21:15:25.375Z | Downloaded knuffel v3.2.0 |
| 1840 | 2026-05-26T21:15:25.378Z | Downloaded rstest_macros v0.25.0 |
| 1841 | 2026-05-26T21:15:25.381Z | Downloaded backtrace v0.3.76 |
| 1842 | 2026-05-26T21:15:25.387Z | Downloaded miette v5.10.0 |
| 1843 | 2026-05-26T21:15:25.390Z | Downloaded fancy-regex v0.14.0 |
| 1844 | 2026-05-26T21:15:25.390Z | Downloaded criterion v0.7.0 |
| 1845 | 2026-05-26T21:15:25.401Z | Downloaded hashbrown v0.14.5 |
| 1846 | 2026-05-26T21:15:25.404Z | Downloaded guppy v0.17.25 |
| 1847 | 2026-05-26T21:15:25.427Z | Downloaded gimli v0.32.3 |
| 1848 | 2026-05-26T21:15:25.517Z | Downloaded httpmock v0.8.3 |
| 1849 | 2026-05-26T21:15:27.144Z | Checking cfg-if v1.0.4 |
| 1850 | 2026-05-26T21:15:27.493Z | Checking libc v0.2.185 |
| 1851 | 2026-05-26T21:15:27.496Z | Checking serde_core v1.0.228 |
| 1852 | 2026-05-26T21:15:27.567Z | Checking memchr v2.8.0 |
| 1853 | 2026-05-26T21:15:27.606Z | Checking smallvec v1.15.1 |
| 1854 | 2026-05-26T21:15:27.647Z | Checking itoa v1.0.17 |
| 1855 | 2026-05-26T21:15:27.650Z | Checking log v0.4.29 |
| 1856 | 2026-05-26T21:15:27.725Z | Checking zeroize v1.8.2 |
| 1857 | 2026-05-26T21:15:27.766Z | Checking libm v0.2.16 |
| 1858 | 2026-05-26T21:15:27.816Z | Checking scopeguard v1.2.0 |
| 1859 | 2026-05-26T21:15:27.857Z | Checking stable_deref_trait v1.2.1 |
| 1860 | 2026-05-26T21:15:27.897Z | Checking zmij v1.0.21 |
| 1861 | 2026-05-26T21:15:27.935Z | Checking errno v0.3.14 |
| 1862 | 2026-05-26T21:15:27.935Z | Checking getrandom v0.2.17 |
| 1863 | 2026-05-26T21:15:28.004Z | Checking lock_api v0.4.14 |
| 1864 | 2026-05-26T21:15:28.007Z | Checking zerofrom v0.1.6 |
| 1865 | 2026-05-26T21:15:28.072Z | Checking percent-encoding v2.3.2 |
| 1866 | 2026-05-26T21:15:28.109Z | Checking litemap v0.8.1 |
| 1867 | 2026-05-26T21:15:28.111Z | Checking writeable v0.6.2 |
| 1868 | 2026-05-26T21:15:28.176Z | Checking yoke v0.8.1 |
| 1869 | 2026-05-26T21:15:28.213Z | Checking icu_normalizer_data v2.1.1 |
| 1870 | 2026-05-26T21:15:28.250Z | Checking icu_properties_data v2.1.2 |
| 1871 | 2026-05-26T21:15:28.286Z | Checking subtle v2.6.1 |
| 1872 | 2026-05-26T21:15:28.326Z | Checking form_urlencoded v1.2.2 |
| 1873 | 2026-05-26T21:15:28.357Z | Checking pin-project-lite v0.2.17 |
| 1874 | 2026-05-26T21:15:28.391Z | Checking utf8_iter v1.0.4 |
| 1875 | 2026-05-26T21:15:28.395Z | Checking zerovec v0.11.5 |
| 1876 | 2026-05-26T21:15:28.458Z | Checking zerotrie v0.2.3 |
| 1877 | 2026-05-26T21:15:28.495Z | Checking num-traits v0.2.19 |
| 1878 | 2026-05-26T21:15:28.532Z | Checking rand_core v0.6.4 |
| 1879 | 2026-05-26T21:15:28.532Z | Checking parking_lot_core v0.9.12 |
| 1880 | 2026-05-26T21:15:28.601Z | Checking zerocopy v0.8.40 |
| 1881 | 2026-05-26T21:15:28.604Z | Checking rand_core v0.10.0 |
| 1882 | 2026-05-26T21:15:28.725Z | Checking portable-atomic v1.13.1 |
| 1883 | 2026-05-26T21:15:28.766Z | Checking signal-hook-registry v1.4.8 |
| 1884 | 2026-05-26T21:15:28.802Z | Checking getrandom v0.4.1 |
| 1885 | 2026-05-26T21:15:28.805Z | Checking parking_lot v0.12.5 |
| 1886 | 2026-05-26T21:15:28.869Z | Checking tinystr v0.8.2 |
| 1887 | 2026-05-26T21:15:28.956Z | Checking potential_utf v0.1.4 |
| 1888 | 2026-05-26T21:15:29.005Z | Checking critical-section v1.2.0 |
| 1889 | 2026-05-26T21:15:29.051Z | Checking serde v1.0.228 |
| 1890 | 2026-05-26T21:15:29.051Z | Checking serde_json v1.0.149 |
| 1891 | 2026-05-26T21:15:29.054Z | Checking bitflags v2.11.0 |
| 1892 | 2026-05-26T21:15:29.148Z | Checking icu_locale_core v2.1.1 |
| 1893 | 2026-05-26T21:15:29.151Z | Checking icu_collections v2.1.1 |
| 1894 | 2026-05-26T21:15:29.151Z | Checking once_cell v1.21.3 |
| 1895 | 2026-05-26T21:15:29.252Z | Checking mio v1.2.0 |
| 1896 | 2026-05-26T21:15:29.296Z | Checking socket2 v0.6.3 |
| 1897 | 2026-05-26T21:15:29.380Z | Checking typenum v1.19.0 |
| 1898 | 2026-05-26T21:15:29.496Z | Checking bytes v1.11.1 |
| 1899 | 2026-05-26T21:15:29.548Z | Checking iana-time-zone v0.1.65 |
| 1900 | 2026-05-26T21:15:29.594Z | Checking thiserror v2.0.18 |
| 1901 | 2026-05-26T21:15:29.640Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1902 | 2026-05-26T21:15:29.684Z | Checking chrono v0.4.44 |
| 1903 | 2026-05-26T21:15:29.723Z | Checking icu_provider v2.1.1 |
| 1904 | 2026-05-26T21:15:29.723Z | Checking uuid v1.23.0 |
| 1905 | 2026-05-26T21:15:29.792Z | Checking semver v1.0.28 |
| 1906 | 2026-05-26T21:15:29.916Z | Checking futures-core v0.3.32 |
| 1907 | 2026-05-26T21:15:29.950Z | Checking generic-array v0.14.7 |
| 1908 | 2026-05-26T21:15:29.985Z | Checking tokio v1.52.1 |
| 1909 | 2026-05-26T21:15:29.988Z | Checking icu_normalizer v2.1.1 |
| 1910 | 2026-05-26T21:15:30.057Z | Checking icu_properties v2.1.2 |
| 1911 | 2026-05-26T21:15:30.093Z | Checking equivalent v1.0.2 |
| 1912 | 2026-05-26T21:15:30.096Z | Checking dyn-clone v1.0.20 |
| 1913 | 2026-05-26T21:15:30.203Z | Checking const-oid v0.9.6 |
| 1914 | 2026-05-26T21:15:30.252Z | Checking futures-sink v0.3.32 |
| 1915 | 2026-05-26T21:15:30.357Z | Checking futures-io v0.3.32 |
| 1916 | 2026-05-26T21:15:30.393Z | Checking futures-channel v0.3.32 |
| 1917 | 2026-05-26T21:15:30.429Z | Checking crypto-common v0.1.7 |
| 1918 | 2026-05-26T21:15:30.498Z | Checking block-buffer v0.10.4 |
| 1919 | 2026-05-26T21:15:30.563Z | Checking slab v0.4.12 |
| 1920 | 2026-05-26T21:15:30.600Z | Checking futures-task v0.3.32 |
| 1921 | 2026-05-26T21:15:30.635Z | Checking rustix v1.1.3 |
| 1922 | 2026-05-26T21:15:30.671Z | Checking byteorder v1.5.0 |
| 1923 | 2026-05-26T21:15:30.748Z | Checking hashbrown v0.17.0 |
| 1924 | 2026-05-26T21:15:30.783Z | Checking futures-util v0.3.32 |
| 1925 | 2026-05-26T21:15:30.897Z | Checking cpufeatures v0.2.17 |
| 1926 | 2026-05-26T21:15:30.900Z | Checking idna_adapter v1.2.1 |
| 1927 | 2026-05-26T21:15:30.965Z | Checking digest v0.10.7 |
| 1928 | 2026-05-26T21:15:31.001Z | Checking thiserror v1.0.69 |
| 1929 | 2026-05-26T21:15:31.082Z | Checking idna v1.1.0 |
| 1930 | 2026-05-26T21:15:31.123Z | Checking getrandom v0.3.4 |
| 1931 | 2026-05-26T21:15:31.186Z | Checking fnv v1.0.7 |
| 1932 | 2026-05-26T21:15:31.229Z | Checking indexmap v2.14.0 |
| 1933 | 2026-05-26T21:15:31.294Z | Checking regex-syntax v0.8.10 |
| 1934 | 2026-05-26T21:15:31.328Z | Checking http v1.4.0 |
| 1935 | 2026-05-26T21:15:31.364Z | Checking url v2.5.8 |
| 1936 | 2026-05-26T21:15:31.367Z | Checking ppv-lite86 v0.2.21 |
| 1937 | 2026-05-26T21:15:31.495Z | Checking tracing-core v0.1.36 |
| 1938 | 2026-05-26T21:15:31.707Z | Checking base64 v0.22.1 |
| 1939 | 2026-05-26T21:15:31.803Z | Checking ipnet v2.11.0 |
| 1940 | 2026-05-26T21:15:31.838Z | Checking tracing v0.1.44 |
| 1941 | 2026-05-26T21:15:31.841Z | Checking schemars v0.8.22 |
| 1942 | 2026-05-26T21:15:31.911Z | Checking anstyle v1.0.13 |
| 1943 | 2026-05-26T21:15:31.969Z | Checking untrusted v0.9.0 |
| 1944 | 2026-05-26T21:15:32.074Z | Checking utf8parse v0.2.2 |
| 1945 | 2026-05-26T21:15:32.110Z | Checking unicode-ident v1.0.24 |
| 1946 | 2026-05-26T21:15:32.113Z | Checking ring v0.17.14 |
| 1947 | 2026-05-26T21:15:32.177Z | Checking base64ct v1.8.3 |
| 1948 | 2026-05-26T21:15:32.214Z | Checking anstyle-parse v0.2.7 |
| 1949 | 2026-05-26T21:15:32.259Z | Checking proc-macro2 v1.0.106 |
| 1950 | 2026-05-26T21:15:32.395Z | Checking block-padding v0.3.3 |
| 1951 | 2026-05-26T21:15:32.493Z | Checking aho-corasick v1.1.4 |
| 1952 | 2026-05-26T21:15:32.561Z | Checking colorchoice v1.0.4 |
| 1953 | 2026-05-26T21:15:32.595Z | Checking is_terminal_polyfill v1.70.2 |
| 1954 | 2026-05-26T21:15:32.630Z | Checking quote v1.0.45 |
| 1955 | 2026-05-26T21:15:32.665Z | Checking anstyle-query v1.1.5 |
| 1956 | 2026-05-26T21:15:32.701Z | Checking inout v0.1.4 |
| 1957 | 2026-05-26T21:15:32.735Z | Checking rustls-pki-types v1.14.0 |
| 1958 | 2026-05-26T21:15:32.772Z | Checking httparse v1.10.1 |
| 1959 | 2026-05-26T21:15:32.808Z | Checking anstream v0.6.21 |
| 1960 | 2026-05-26T21:15:32.843Z | Checking syn v2.0.117 |
| 1961 | 2026-05-26T21:15:32.877Z | Checking cipher v0.4.4 |
| 1962 | 2026-05-26T21:15:33.005Z | Checking terminal_size v0.4.3 |
| 1963 | 2026-05-26T21:15:33.040Z | Checking crossbeam-utils v0.8.21 |
| 1964 | 2026-05-26T21:15:33.075Z | Checking strsim v0.11.1 |
| 1965 | 2026-05-26T21:15:33.112Z | Checking clap_lex v1.0.0 |
| 1966 | 2026-05-26T21:15:33.146Z | Checking allocator-api2 v0.2.21 |
| 1967 | 2026-05-26T21:15:33.183Z | Checking regex-automata v0.4.14 |
| 1968 | 2026-05-26T21:15:33.186Z | Checking pem-rfc7468 v0.7.0 |
| 1969 | 2026-05-26T21:15:33.253Z | Checking tokio-util v0.7.18 |
| 1970 | 2026-05-26T21:15:33.292Z | Checking http-body v1.0.1 |
| 1971 | 2026-05-26T21:15:33.295Z | Checking clap_builder v4.5.60 |
| 1972 | 2026-05-26T21:15:33.367Z | Checking sha2 v0.10.9 |
| 1973 | 2026-05-26T21:15:33.403Z | Checking powerfmt v0.2.0 |
| 1974 | 2026-05-26T21:15:33.450Z | Checking atomic-waker v1.1.2 |
| 1975 | 2026-05-26T21:15:33.485Z | Checking rand_core v0.9.5 |
| 1976 | 2026-05-26T21:15:33.575Z | Checking hmac v0.12.1 |
| 1977 | 2026-05-26T21:15:33.578Z | Checking deranged v0.5.8 |
| 1978 | 2026-05-26T21:15:33.667Z | Checking httpdate v1.0.3 |
| 1979 | 2026-05-26T21:15:33.702Z | Checking num-conv v0.2.0 |
| 1980 | 2026-05-26T21:15:33.737Z | Checking try-lock v0.2.5 |
| 1981 | 2026-05-26T21:15:33.841Z | Checking num_threads v0.1.7 |
| 1982 | 2026-05-26T21:15:33.877Z | Checking time-core v0.1.8 |
| 1983 | 2026-05-26T21:15:33.880Z | Checking want v0.3.1 |
| 1984 | 2026-05-26T21:15:33.945Z | Checking h2 v0.4.13 |
| 1985 | 2026-05-26T21:15:34.037Z | Checking pin-utils v0.1.0 |
| 1986 | 2026-05-26T21:15:34.045Z | Checking ryu v1.0.23 |
| 1987 | 2026-05-26T21:15:34.074Z | Checking flagset v0.4.7 |
| 1988 | 2026-05-26T21:15:34.078Z | Checking tower-layer v0.3.3 |
| 1989 | 2026-05-26T21:15:34.188Z | Checking tower-service v0.3.3 |
| 1990 | 2026-05-26T21:15:34.228Z | Checking der v0.7.10 |
| 1991 | 2026-05-26T21:15:34.286Z | Checking rand_chacha v0.9.0 |
| 1992 | 2026-05-26T21:15:34.319Z | Checking erased-serde v0.3.31 |
| 1993 | 2026-05-26T21:15:34.514Z | Checking mime v0.3.17 |
| 1994 | 2026-05-26T21:15:34.554Z | Checking time v0.3.47 |
| 1995 | 2026-05-26T21:15:34.589Z | Checking clap v4.5.60 |
| 1996 | 2026-05-26T21:15:34.695Z | Checking rand v0.9.2 |
| 1997 | 2026-05-26T21:15:34.731Z | Checking spin v0.9.8 |
| 1998 | 2026-05-26T21:15:34.734Z | Checking slog v2.8.2 |
| 1999 | 2026-05-26T21:15:34.942Z | Checking anyhow v1.0.102 |
| 2000 | 2026-05-26T21:15:34.990Z | Checking http-body-util v0.1.3 |
| 2001 | 2026-05-26T21:15:35.027Z | Checking aws-lc-sys v0.40.0 |
| 2002 | 2026-05-26T21:15:35.061Z | Checking untrusted v0.7.1 |
| 2003 | 2026-05-26T21:15:35.152Z | Checking fastrand v2.3.0 |
| 2004 | 2026-05-26T21:15:35.189Z | Checking openssl-probe v0.2.1 |
| 2005 | 2026-05-26T21:15:35.192Z | Checking spki v0.7.3 |
| 2006 | 2026-05-26T21:15:35.257Z | Checking serde_urlencoded v0.7.1 |
| 2007 | 2026-05-26T21:15:35.260Z | Checking pbkdf2 v0.12.2 |
| 2008 | 2026-05-26T21:15:35.324Z | Checking aes v0.8.4 |
| 2009 | 2026-05-26T21:15:35.357Z | Checking encoding_rs v0.8.35 |
| 2010 | 2026-05-26T21:15:35.413Z | Checking regex v1.12.3 |
| 2011 | 2026-05-26T21:15:35.446Z | Checking salsa20 v0.10.2 |
| 2012 | 2026-05-26T21:15:35.488Z | Checking cbc v0.1.2 |
| 2013 | 2026-05-26T21:15:35.551Z | Checking aws-lc-rs v1.16.3 |
| 2014 | 2026-05-26T21:15:35.644Z | Checking rand_chacha v0.3.1 |
| 2015 | 2026-05-26T21:15:35.651Z | Checking hex v0.4.3 |
| 2016 | 2026-05-26T21:15:35.712Z | Checking simd-adler32 v0.3.8 |
| 2017 | 2026-05-26T21:15:35.717Z | Checking pretty-hex v0.4.1 |
| 2018 | 2026-05-26T21:15:35.780Z | Checking scrypt v0.11.0 |
| 2019 | 2026-05-26T21:15:35.836Z | Checking rand v0.8.6 |
| 2020 | 2026-05-26T21:15:35.890Z | Checking tempfile v3.25.0 |
| 2021 | 2026-05-26T21:15:35.893Z | Checking ipnetwork v0.21.1 |
| 2022 | 2026-05-26T21:15:35.906Z | Checking plain v0.2.3 |
| 2023 | 2026-05-26T21:15:36.051Z | Checking adler2 v2.0.1 |
| 2024 | 2026-05-26T21:15:36.123Z | Checking pkcs5 v0.7.1 |
| 2025 | 2026-05-26T21:15:36.168Z | Checking rustls-native-certs v0.8.3 |
| 2026 | 2026-05-26T21:15:36.203Z | Checking miniz_oxide v0.8.9 |
| 2027 | 2026-05-26T21:15:36.255Z | Checking sync_wrapper v1.0.2 |
| 2028 | 2026-05-26T21:15:36.313Z | Checking ucd-trie v0.1.7 |
| 2029 | 2026-05-26T21:15:36.348Z | Checking webpki-roots v1.0.6 |
| 2030 | 2026-05-26T21:15:36.382Z | Checking camino v1.2.2 |
| 2031 | 2026-05-26T21:15:36.385Z | Checking tower v0.5.3 |
| 2032 | 2026-05-26T21:15:36.451Z | Checking pkcs8 v0.10.2 |
| 2033 | 2026-05-26T21:15:36.454Z | Checking rustls-webpki v0.103.9 |
| 2034 | 2026-05-26T21:15:36.520Z | Checking pest v2.8.6 |
| 2035 | 2026-05-26T21:15:36.524Z | Checking foldhash v0.2.0 |
| 2036 | 2026-05-26T21:15:36.584Z | Checking iri-string v0.7.10 |
| 2037 | 2026-05-26T21:15:36.623Z | Checking hyper v1.8.1 |
| 2038 | 2026-05-26T21:15:36.660Z | Checking futures-executor v0.3.32 |
| 2039 | 2026-05-26T21:15:36.694Z | Checking either v1.15.0 |
| 2040 | 2026-05-26T21:15:36.697Z | Checking hashbrown v0.16.1 |
| 2041 | 2026-05-26T21:15:36.786Z | Checking openapiv3 v2.2.0 |
| 2042 | 2026-05-26T21:15:36.831Z | Checking futures v0.3.32 |
| 2043 | 2026-05-26T21:15:36.933Z | Checking rustls v0.23.37 |
| 2044 | 2026-05-26T21:15:36.936Z | Checking crc32fast v1.5.0 |
| 2045 | 2026-05-26T21:15:36.969Z | Checking static_assertions v1.1.0 |
| 2046 | 2026-05-26T21:15:37.098Z | Checking oxnet v0.1.4 |
| 2047 | 2026-05-26T21:15:37.139Z | Checking lazy_static v1.5.0 |
| 2048 | 2026-05-26T21:15:37.218Z | Checking signature v2.2.0 |
| 2049 | 2026-05-26T21:15:37.264Z | Checking winnow v0.7.14 |
| 2050 | 2026-05-26T21:15:37.377Z | Checking hubpack v0.1.2 |
| 2051 | 2026-05-26T21:15:37.380Z | Checking zlib-rs v0.6.2 |
| 2052 | 2026-05-26T21:15:37.570Z | Checking hyper-util v0.1.20 |
| 2053 | 2026-05-26T21:15:37.605Z | Checking strum v0.26.3 |
| 2054 | 2026-05-26T21:15:37.644Z | Checking psl-types v2.0.11 |
| 2055 | 2026-05-26T21:15:37.647Z | Checking tower-http v0.6.8 |
| 2056 | 2026-05-26T21:15:37.737Z | Checking tinyvec_macros v0.1.1 |
| 2057 | 2026-05-26T21:15:37.789Z | Checking publicsuffix v2.3.0 |
| 2058 | 2026-05-26T21:15:37.833Z | Checking tinyvec v1.10.0 |
| 2059 | 2026-05-26T21:15:37.976Z | Checking cookie v0.18.1 |
| 2060 | 2026-05-26T21:15:37.978Z | Checking sha1 v0.10.6 |
| 2061 | 2026-05-26T21:15:38.118Z | Checking num-integer v0.1.46 |
| 2062 | 2026-05-26T21:15:38.166Z | Checking scroll v0.13.0 |
| 2063 | 2026-05-26T21:15:38.202Z | Checking data-encoding v2.10.0 |
| 2064 | 2026-05-26T21:15:38.237Z | Checking cookie_store v0.22.1 |
| 2065 | 2026-05-26T21:15:38.312Z | Checking flate2 v1.1.9 |
| 2066 | 2026-05-26T21:15:38.367Z | Checking serde_spanned v0.6.9 |
| 2067 | 2026-05-26T21:15:38.423Z | Checking goblin v0.10.5 |
| 2068 | 2026-05-26T21:15:38.481Z | Checking toml_datetime v0.6.11 |
| 2069 | 2026-05-26T21:15:38.518Z | Checking memmap2 v0.9.10 |
| 2070 | 2026-05-26T21:15:38.521Z | Checking foreign-types-shared v0.1.1 |
| 2071 | 2026-05-26T21:15:38.590Z | Checking bit-vec v0.8.0 |
| 2072 | 2026-05-26T21:15:38.637Z | Checking base16ct v0.2.0 |
| 2073 | 2026-05-26T21:15:38.673Z | Checking foreign-types v0.3.2 |
| 2074 | 2026-05-26T21:15:38.708Z | Checking dtrace-parser v0.3.0 |
| 2075 | 2026-05-26T21:15:38.710Z | Checking ff v0.13.1 |
| 2076 | 2026-05-26T21:15:38.775Z | Checking openssl-sys v0.9.115 |
| 2077 | 2026-05-26T21:15:38.810Z | Checking bit-set v0.8.0 |
| 2078 | 2026-05-26T21:15:38.813Z | Checking sec1 v0.7.3 |
| 2079 | 2026-05-26T21:15:38.877Z | Checking thread-id v5.1.0 |
| 2080 | 2026-05-26T21:15:38.911Z | Checking wait-timeout v0.2.1 |
| 2081 | 2026-05-26T21:15:38.966Z | Checking group v0.13.0 |
| 2082 | 2026-05-26T21:15:39.003Z | Checking num-iter v0.1.45 |
| 2083 | 2026-05-26T21:15:39.009Z | Checking bstr v1.12.1 |
| 2084 | 2026-05-26T21:15:39.070Z | Checking hkdf v0.12.4 |
| 2085 | 2026-05-26T21:15:39.072Z | Checking crossbeam-epoch v0.9.18 |
| 2086 | 2026-05-26T21:15:39.139Z | Checking ahash v0.8.12 |
| 2087 | 2026-05-26T21:15:39.175Z | Checking crypto-bigint v0.5.5 |
| 2088 | 2026-05-26T21:15:39.178Z | Checking openssl v0.10.79 |
| 2089 | 2026-05-26T21:15:39.243Z | Checking quick-error v1.2.3 |
| 2090 | 2026-05-26T21:15:39.329Z | Checking tokio-rustls v0.26.4 |
| 2091 | 2026-05-26T21:15:39.365Z | Checking rustls-platform-verifier v0.6.2 |
| 2092 | 2026-05-26T21:15:39.368Z | Checking rand_xorshift v0.4.0 |
| 2093 | 2026-05-26T21:15:39.434Z | Checking rusty-fork v0.3.1 |
| 2094 | 2026-05-26T21:15:39.437Z | Checking scroll v0.12.0 |
| 2095 | 2026-05-26T21:15:39.534Z | Checking unarray v0.1.4 |
| 2096 | 2026-05-26T21:15:39.569Z | Checking num-bigint-dig v0.8.6 |
| 2097 | 2026-05-26T21:15:39.605Z | Checking hyper-rustls v0.27.7 |
| 2098 | 2026-05-26T21:15:39.641Z | Checking pkcs1 v0.7.5 |
| 2099 | 2026-05-26T21:15:39.675Z | Checking proptest v1.10.0 |
| 2100 | 2026-05-26T21:15:39.716Z | Checking goblin v0.8.2 |
| 2101 | 2026-05-26T21:15:39.902Z | Checking reqwest v0.13.2 |
| 2102 | 2026-05-26T21:15:39.909Z | Checking x509-cert v0.2.5 |
| 2103 | 2026-05-26T21:15:40.090Z | Checking elliptic-curve v0.13.8 |
| 2104 | 2026-05-26T21:15:40.408Z | Checking zerocopy v0.7.35 |
| 2105 | 2026-05-26T21:15:40.444Z | Checking unicode-segmentation v1.12.0 |
| 2106 | 2026-05-26T21:15:40.550Z | Checking rsa v0.9.10 |
| 2107 | 2026-05-26T21:15:40.687Z | Checking dtrace-parser v0.2.0 |
| 2108 | 2026-05-26T21:15:40.754Z | Checking dof v0.4.0 |
| 2109 | 2026-05-26T21:15:40.792Z | Checking rfc6979 v0.4.0 |
| 2110 | 2026-05-26T21:15:40.922Z | Checking memoffset v0.9.1 |
| 2111 | 2026-05-26T21:15:40.959Z | Checking thread-id v4.2.2 |
| 2112 | 2026-05-26T21:15:40.962Z | Checking ecdsa v0.16.9 |
| 2113 | 2026-05-26T21:15:41.035Z | Checking curve25519-dalek v4.1.3 |
| 2114 | 2026-05-26T21:15:41.073Z | Checking rustix v0.38.44 |
| 2115 | 2026-05-26T21:15:41.076Z | Checking env_filter v1.0.0 |
| 2116 | 2026-05-26T21:15:41.244Z | Checking native-tls v0.2.18 |
| 2117 | 2026-05-26T21:15:41.279Z | Checking keccak v0.1.6 |
| 2118 | 2026-05-26T21:15:41.349Z | Checking same-file v1.0.6 |
| 2119 | 2026-05-26T21:15:41.415Z | Checking usdt-impl v0.6.0 |
| 2120 | 2026-05-26T21:15:41.452Z | Checking tokio-native-tls v0.3.1 |
| 2121 | 2026-05-26T21:15:41.455Z | Checking newtype-uuid v1.3.2 |
| 2122 | 2026-05-26T21:15:41.521Z | Checking toml_write v0.1.2 |
| 2123 | 2026-05-26T21:15:41.524Z | Checking sha3 v0.10.8 |
| 2124 | 2026-05-26T21:15:41.635Z | Checking hyper-tls v0.6.0 |
| 2125 | 2026-05-26T21:15:41.671Z | Checking dof v0.3.0 |
| 2126 | 2026-05-26T21:15:41.711Z | Checking toml_edit v0.22.27 |
| 2127 | 2026-05-26T21:15:41.714Z | Checking usdt v0.6.0 |
| 2128 | 2026-05-26T21:15:41.714Z | Checking daft v0.1.7 |
| 2129 | 2026-05-26T21:15:41.811Z | Checking walkdir v2.5.0 |
| 2130 | 2026-05-26T21:15:41.846Z | Checking reqwest v0.12.28 |
| 2131 | 2026-05-26T21:15:41.849Z | Checking env_logger v0.11.9 |
| 2132 | 2026-05-26T21:15:41.913Z | Checking ed25519 v2.2.3 |
| 2133 | 2026-05-26T21:15:41.950Z | Checking itertools v0.13.0 |
| 2134 | 2026-05-26T21:15:41.985Z | Checking usdt-impl v0.5.0 |
| 2135 | 2026-05-26T21:15:42.020Z | Checking serde_with v3.17.0 |
| 2136 | 2026-05-26T21:15:42.056Z | Checking bitflags v1.3.2 |
| 2137 | 2026-05-26T21:15:42.091Z | Checking siphasher v1.0.2 |
| 2138 | 2026-05-26T21:15:42.125Z | Checking ed25519-dalek v2.2.0 |
| 2139 | 2026-05-26T21:15:42.162Z | Checking nix v0.31.2 |
| 2140 | 2026-05-26T21:15:42.293Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2141 | 2026-05-26T21:15:42.329Z | Checking unicode-normalization v0.1.25 |
| 2142 | 2026-05-26T21:15:42.444Z | Checking signal-hook v0.3.18 |
| 2143 | 2026-05-26T21:15:42.629Z | Checking winnow v0.5.40 |
| 2144 | 2026-05-26T21:15:42.666Z | Checking managed v0.8.0 |
| 2145 | 2026-05-26T21:15:42.768Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2146 | 2026-05-26T21:15:42.771Z | Checking object v0.37.3 |
| 2147 | 2026-05-26T21:15:42.840Z | Checking foldhash v0.1.5 |
| 2148 | 2026-05-26T21:15:42.877Z | Checking signal-hook-mio v0.2.5 |
| 2149 | 2026-05-26T21:15:42.912Z | Checking bzip2 v0.4.4 |
| 2150 | 2026-05-26T21:15:43.003Z | Checking hashbrown v0.15.5 |
| 2151 | 2026-05-26T21:15:43.006Z | Checking globset v0.4.18 |
| 2152 | 2026-05-26T21:15:43.070Z | Checking ref-cast v1.0.25 |
| 2153 | 2026-05-26T21:15:43.106Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2154 | 2026-05-26T21:15:43.198Z | Checking zip v0.6.6 |
| 2155 | 2026-05-26T21:15:43.245Z | Checking zstd-safe v7.2.4 |
| 2156 | 2026-05-26T21:15:43.280Z | Checking pin-project v1.1.11 |
| 2157 | 2026-05-26T21:15:43.312Z | Checking bumpalo v3.20.2 |
| 2158 | 2026-05-26T21:15:43.406Z | Checking libbz2-rs-sys v0.2.2 |
| 2159 | 2026-05-26T21:15:43.442Z | Checking zstd v0.13.3 |
| 2160 | 2026-05-26T21:15:43.502Z | Checking crossterm v0.28.1 |
| 2161 | 2026-05-26T21:15:43.537Z | Checking similar v2.7.0 |
| 2162 | 2026-05-26T21:15:43.573Z | Checking zopfli v0.8.3 |
| 2163 | 2026-05-26T21:15:43.577Z | Checking tokio-stream v0.1.18 |
| 2164 | 2026-05-26T21:15:43.653Z | Checking fs-err v3.3.0 |
| 2165 | 2026-05-26T21:15:43.792Z | Checking toml_edit v0.19.15 |
| 2166 | 2026-05-26T21:15:43.828Z | Checking bzip2 v0.6.1 |
| 2167 | 2026-05-26T21:15:43.931Z | Checking pem v3.0.6 |
| 2168 | 2026-05-26T21:15:43.965Z | Checking hash32 v0.2.1 |
| 2169 | 2026-05-26T21:15:44.001Z | Checking serde-big-array v0.5.1 |
| 2170 | 2026-05-26T21:15:44.036Z | Checking predicates-core v1.0.10 |
| 2171 | 2026-05-26T21:15:44.039Z | Checking jiff v0.2.21 |
| 2172 | 2026-05-26T21:15:44.110Z | Checking unicode-properties v0.1.4 |
| 2173 | 2026-05-26T21:15:44.144Z | Checking unicode-bidi v0.3.18 |
| 2174 | 2026-05-26T21:15:44.180Z | Checking heapless v0.7.17 |
| 2175 | 2026-05-26T21:15:44.216Z | Checking snafu v0.8.9 |
| 2176 | 2026-05-26T21:15:44.220Z | Checking olpc-cjson v0.1.4 |
| 2177 | 2026-05-26T21:15:44.321Z | Checking hickory-proto v0.25.2 |
| 2178 | 2026-05-26T21:15:44.409Z | Checking md-5 v0.10.6 |
| 2179 | 2026-05-26T21:15:44.464Z | Checking stringprep v0.1.5 |
| 2180 | 2026-05-26T21:15:44.500Z | Checking serde_plain v1.0.2 |
| 2181 | 2026-05-26T21:15:44.573Z | Checking float-cmp v0.10.0 |
| 2182 | 2026-05-26T21:15:44.616Z | Checking difflib v0.4.0 |
| 2183 | 2026-05-26T21:15:44.653Z | Checking typed-path v0.9.3 |
| 2184 | 2026-05-26T21:15:44.688Z | Checking fallible-iterator v0.2.0 |
| 2185 | 2026-05-26T21:15:44.734Z | Checking normalize-line-endings v0.3.0 |
| 2186 | 2026-05-26T21:15:44.834Z | Checking smoltcp v0.9.1 |
| 2187 | 2026-05-26T21:15:44.860Z | Checking predicates v3.1.4 |
| 2188 | 2026-05-26T21:15:44.863Z | Checking toml v0.7.8 |
| 2189 | 2026-05-26T21:15:44.986Z | Checking postgres-protocol v0.6.10 |
| 2190 | 2026-05-26T21:15:45.133Z | Checking iddqd v0.4.1 |
| 2191 | 2026-05-26T21:15:45.190Z | Checking phf_shared v0.11.3 |
| 2192 | 2026-05-26T21:15:45.230Z | Checking phf_shared v0.13.1 |
| 2193 | 2026-05-26T21:15:45.324Z | Checking buf-list v1.1.2 |
| 2194 | 2026-05-26T21:15:45.364Z | Checking strum v0.27.2 |
| 2195 | 2026-05-26T21:15:45.449Z | Checking tough v0.22.0 |
| 2196 | 2026-05-26T21:15:45.451Z | Checking precomputed-hash v0.1.1 |
| 2197 | 2026-05-26T21:15:45.451Z | Checking fixedbitset v0.4.2 |
| 2198 | 2026-05-26T21:15:45.553Z | Checking lalrpop-util v0.19.12 |
| 2199 | 2026-05-26T21:15:45.557Z | Checking new_debug_unreachable v1.0.6 |
| 2200 | 2026-05-26T21:15:45.627Z | Checking fixedbitset v0.5.7 |
| 2201 | 2026-05-26T21:15:45.663Z | Checking petgraph v0.6.5 |
| 2202 | 2026-05-26T21:15:45.697Z | Checking string_cache v0.8.9 |
| 2203 | 2026-05-26T21:15:45.739Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2204 | 2026-05-26T21:15:45.849Z | Checking petgraph v0.8.3 |
| 2205 | 2026-05-26T21:15:45.895Z | Checking phf v0.13.1 |
| 2206 | 2026-05-26T21:15:46.069Z | Checking postgres-types v0.2.12 |
| 2207 | 2026-05-26T21:15:46.107Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2208 | 2026-05-26T21:15:46.328Z | Checking zip v4.6.1 |
| 2209 | 2026-05-26T21:15:46.398Z | Checking whoami v2.1.0 |
| 2210 | 2026-05-26T21:15:46.434Z | Checking peg-runtime v0.8.5 |
| 2211 | 2026-05-26T21:15:46.642Z | Checking tokio-postgres v0.7.16 |
| 2212 | 2026-05-26T21:15:46.719Z | Checking is-terminal v0.4.17 |
| 2213 | 2026-05-26T21:15:46.841Z | Checking crossbeam-channel v0.5.15 |
| 2214 | 2026-05-26T21:15:46.932Z | Compiling structmeta-derive v0.3.0 |
| 2215 | 2026-05-26T21:15:46.969Z | Checking thread_local v1.1.9 |
| 2216 | 2026-05-26T21:15:47.121Z | Checking term v1.2.1 |
| 2217 | 2026-05-26T21:15:47.162Z | Checking take_mut v0.2.2 |
| 2218 | 2026-05-26T21:15:47.203Z | Compiling newtype-uuid-macros v0.1.0 |
| 2219 | 2026-05-26T21:15:47.296Z | Checking slog-async v2.8.0 |
| 2220 | 2026-05-26T21:15:47.392Z | Checking slog-term v2.9.2 |
| 2221 | 2026-05-26T21:15:47.524Z | Compiling rustls v0.22.4 |
| 2222 | 2026-05-26T21:15:47.530Z | Compiling multer v3.1.0 |
| 2223 | 2026-05-26T21:15:47.542Z | Compiling async-stream-impl v0.3.6 |
| 2224 | 2026-05-26T21:15:47.691Z | Compiling dropshot v0.17.0 |
| 2225 | 2026-05-26T21:15:47.759Z | Compiling dropshot_endpoint v0.17.0 |
| 2226 | 2026-05-26T21:15:47.802Z | Checking match_cfg v0.1.0 |
| 2227 | 2026-05-26T21:15:47.899Z | Checking hostname v0.3.1 |
| 2228 | 2026-05-26T21:15:47.970Z | Checking slog-json v2.6.1 |
| 2229 | 2026-05-26T21:15:48.006Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2230 | 2026-05-26T21:15:48.038Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2231 | 2026-05-26T21:15:48.072Z | Checking debug-ignore v1.0.5 |
| 2232 | 2026-05-26T21:15:48.105Z | Compiling structmeta v0.3.0 |
| 2233 | 2026-05-26T21:15:48.170Z | Checking rustls-webpki v0.102.8 |
| 2234 | 2026-05-26T21:15:48.173Z | Checking slog-bunyan v2.5.0 |
| 2235 | 2026-05-26T21:15:48.237Z | Checking serde_spanned v1.0.4 |
| 2236 | 2026-05-26T21:15:48.277Z | Checking serde_path_to_error v0.1.20 |
| 2237 | 2026-05-26T21:15:48.344Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2238 | 2026-05-26T21:15:48.380Z | Compiling derive-ex v0.1.8 |
| 2239 | 2026-05-26T21:15:48.413Z | Checking compression-core v0.4.31 |
| 2240 | 2026-05-26T21:15:48.416Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2241 | 2026-05-26T21:15:48.483Z | Checking progenitor-client v0.14.0 |
| 2242 | 2026-05-26T21:15:48.589Z | Checking compression-codecs v0.4.37 |
| 2243 | 2026-05-26T21:15:48.591Z | Checking async-stream v0.3.6 |
| 2244 | 2026-05-26T21:15:48.687Z | Checking toml v1.0.6+spec-1.1.0 |
| 2245 | 2026-05-26T21:15:48.738Z | Checking waitgroup v0.1.2 |
| 2246 | 2026-05-26T21:15:48.778Z | Checking rustls-pemfile v2.2.0 |
| 2247 | 2026-05-26T21:15:48.781Z | Checking async-compression v0.4.41 |
| 2248 | 2026-05-26T21:15:48.867Z | Checking hostname v0.4.2 |
| 2249 | 2026-05-26T21:15:48.902Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2250 | 2026-05-26T21:15:48.949Z | Compiling parse-display-derive v0.10.0 |
| 2251 | 2026-05-26T21:15:48.994Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2252 | 2026-05-26T21:15:49.037Z | Checking regress v0.10.5 |
| 2253 | 2026-05-26T21:15:49.085Z | Checking itertools v0.14.0 |
| 2254 | 2026-05-26T21:15:49.163Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2255 | 2026-05-26T21:15:49.290Z | Checking macaddr v1.0.1 |
| 2256 | 2026-05-26T21:15:49.501Z | Checking instant v0.1.13 |
| 2257 | 2026-05-26T21:15:49.537Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2258 | 2026-05-26T21:15:49.601Z | Checking backon v1.6.0 |
| 2259 | 2026-05-26T21:15:49.638Z | Checking backoff v0.4.0 |
| 2260 | 2026-05-26T21:15:49.799Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2261 | 2026-05-26T21:15:49.802Z | Checking humantime v2.3.0 |
| 2262 | 2026-05-26T21:15:49.867Z | Checking progenitor-extras v0.2.0 |
| 2263 | 2026-05-26T21:15:50.013Z | Checking tokio-rustls v0.25.0 |
| 2264 | 2026-05-26T21:15:50.048Z | Checking progenitor-client v0.10.0 |
| 2265 | 2026-05-26T21:15:50.083Z | Compiling test-strategy v0.4.5 |
| 2266 | 2026-05-26T21:15:50.119Z | Checking unicode-width v0.2.0 |
| 2267 | 2026-05-26T21:15:50.179Z | Checking heck v0.5.0 |
| 2268 | 2026-05-26T21:15:50.298Z | Compiling convert_case v0.4.0 |
| 2269 | 2026-05-26T21:15:50.334Z | Checking half v2.7.1 |
| 2270 | 2026-05-26T21:15:50.337Z | Checking ciborium-io v0.2.2 |
| 2271 | 2026-05-26T21:15:50.402Z | Checking secrecy v0.10.3 |
| 2272 | 2026-05-26T21:15:50.477Z | Compiling regress v0.11.1 |
| 2273 | 2026-05-26T21:15:50.512Z | Checking indent_write v2.2.0 |
| 2274 | 2026-05-26T21:15:50.548Z | Checking universal-hash v0.5.1 |
| 2275 | 2026-05-26T21:15:50.620Z | Checking ciborium-ll v0.2.2 |
| 2276 | 2026-05-26T21:15:50.666Z | Checking parse-display v0.10.0 |
| 2277 | 2026-05-26T21:15:50.701Z | Compiling unsafe-libyaml v0.2.11 |
| 2278 | 2026-05-26T21:15:50.704Z | Compiling derive_more v0.99.20 |
| 2279 | 2026-05-26T21:15:50.704Z | Checking opaque-debug v0.3.1 |
| 2280 | 2026-05-26T21:15:50.819Z | Checking ciborium v0.2.2 |
| 2281 | 2026-05-26T21:15:50.886Z | Checking camino-tempfile v1.4.1 |
| 2282 | 2026-05-26T21:15:51.067Z | Compiling crucible-workspace-hack v0.1.0 |
| 2283 | 2026-05-26T21:15:51.262Z | Compiling serde_yaml v0.9.34+deprecated |
| 2284 | 2026-05-26T21:15:51.342Z | Checking aead v0.5.2 |
| 2285 | 2026-05-26T21:15:51.512Z | Checking poly1305 v0.8.0 |
| 2286 | 2026-05-26T21:15:51.569Z | Checking chacha20 v0.9.1 |
| 2287 | 2026-05-26T21:15:51.608Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2288 | 2026-05-26T21:15:51.791Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2289 | 2026-05-26T21:15:51.827Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2290 | 2026-05-26T21:15:52.017Z | Checking password-hash v0.5.0 |
| 2291 | 2026-05-26T21:15:52.140Z | Compiling typify-impl v0.6.2 |
| 2292 | 2026-05-26T21:15:52.228Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2293 | 2026-05-26T21:15:52.313Z | Checking blake2 v0.10.6 |
| 2294 | 2026-05-26T21:15:52.581Z | Checking argon2 v0.5.3 |
| 2295 | 2026-05-26T21:15:52.761Z | Checking chacha20poly1305 v0.10.1 |
| 2296 | 2026-05-26T21:15:52.921Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2297 | 2026-05-26T21:15:52.957Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2298 | 2026-05-26T21:15:53.099Z | Checking thiserror-no-std v2.0.2 |
| 2299 | 2026-05-26T21:15:53.218Z | Checking vsss-rs v3.3.4 |
| 2300 | 2026-05-26T21:15:53.283Z | Checking byte-wrapper v0.1.0 |
| 2301 | 2026-05-26T21:15:53.368Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2302 | 2026-05-26T21:15:53.474Z | Checking swrite v0.1.0 |
| 2303 | 2026-05-26T21:15:53.522Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2304 | 2026-05-26T21:15:53.526Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2305 | 2026-05-26T21:15:53.634Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2306 | 2026-05-26T21:15:53.771Z | Checking crossbeam-deque v0.8.6 |
| 2307 | 2026-05-26T21:15:53.808Z | Compiling rayon-core v1.13.0 |
| 2308 | 2026-05-26T21:15:53.981Z | Checking toml v0.8.23 |
| 2309 | 2026-05-26T21:15:54.277Z | Compiling proc-macro-error v1.0.4 |
| 2310 | 2026-05-26T21:15:54.332Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2311 | 2026-05-26T21:15:54.367Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2312 | 2026-05-26T21:15:54.415Z | Checking rayon v1.11.0 |
| 2313 | 2026-05-26T21:15:54.603Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2314 | 2026-05-26T21:15:54.638Z | Checking tabwriter v1.4.1 |
| 2315 | 2026-05-26T21:15:54.813Z | Checking glob v0.3.3 |
| 2316 | 2026-05-26T21:15:54.866Z | Checking colored v3.1.1 |
| 2317 | 2026-05-26T21:15:55.024Z | Compiling heapless v0.8.0 |
| 2318 | 2026-05-26T21:15:55.091Z | Compiling ingot-macros v0.1.1 |
| 2319 | 2026-05-26T21:15:55.094Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2320 | 2026-05-26T21:15:55.250Z | Compiling proc-macro-crate v3.4.0 |
| 2321 | 2026-05-26T21:15:55.535Z | Checking hash32 v0.3.1 |
| 2322 | 2026-05-26T21:15:55.572Z | Compiling smoltcp v0.11.0 |
| 2323 | 2026-05-26T21:15:55.682Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2324 | 2026-05-26T21:15:55.719Z | Checking unicode-width v0.1.14 |
| 2325 | 2026-05-26T21:15:55.878Z | Checking cobs v0.3.0 |
| 2326 | 2026-05-26T21:15:55.993Z | Compiling usdt-macro v0.5.0 |
| 2327 | 2026-05-26T21:15:55.996Z | Compiling usdt-attr-macro v0.5.0 |
| 2328 | 2026-05-26T21:15:55.996Z | Checking memmap v0.7.0 |
| 2329 | 2026-05-26T21:15:56.094Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2330 | 2026-05-26T21:15:56.222Z | Checking postcard v1.1.3 |
| 2331 | 2026-05-26T21:15:56.345Z | Compiling num_enum_derive v0.7.5 |
| 2332 | 2026-05-26T21:15:56.511Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2333 | 2026-05-26T21:15:56.547Z | Compiling proc-macro-crate v1.3.1 |
| 2334 | 2026-05-26T21:15:56.724Z | Compiling typify-macro v0.6.2 |
| 2335 | 2026-05-26T21:15:56.760Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2336 | 2026-05-26T21:15:56.832Z | Checking usdt v0.5.0 |
| 2337 | 2026-05-26T21:15:56.986Z | Checking sigpipe v0.1.3 |
| 2338 | 2026-05-26T21:15:57.020Z | Compiling foreign-types-macros v0.2.3 |
| 2339 | 2026-05-26T21:15:57.053Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2340 | 2026-05-26T21:15:57.095Z | Checking foreign-types-shared v0.3.1 |
| 2341 | 2026-05-26T21:15:57.243Z | Checking cpufeatures v0.3.0 |
| 2342 | 2026-05-26T21:15:57.352Z | Checking chacha20 v0.10.0 |
| 2343 | 2026-05-26T21:15:57.397Z | Compiling num_enum_derive v0.5.11 |
| 2344 | 2026-05-26T21:15:57.459Z | Checking num_enum v0.7.5 |
| 2345 | 2026-05-26T21:15:57.603Z | Checking cstr-argument v0.1.2 |
| 2346 | 2026-05-26T21:15:57.669Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2347 | 2026-05-26T21:15:57.672Z | Checking foreign-types v0.5.0 |
| 2348 | 2026-05-26T21:15:57.758Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2349 | 2026-05-26T21:15:57.792Z | Compiling num-derive v0.4.2 |
| 2350 | 2026-05-26T21:15:57.826Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2351 | 2026-05-26T21:15:57.988Z | Checking ingot-types v0.1.2 |
| 2352 | 2026-05-26T21:15:58.082Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2353 | 2026-05-26T21:15:58.121Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2026-05-26T21:15:58.242Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2355 | 2026-05-26T21:15:58.277Z | Checking rand v0.10.0 |
| 2356 | 2026-05-26T21:15:58.310Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2357 | 2026-05-26T21:15:58.391Z | Checking ingot v0.1.1 |
| 2358 | 2026-05-26T21:15:58.438Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2359 | 2026-05-26T21:15:58.485Z | Checking num_enum v0.5.11 |
| 2360 | 2026-05-26T21:15:58.521Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2361 | 2026-05-26T21:15:58.556Z | Compiling typify v0.6.2 |
| 2362 | 2026-05-26T21:15:58.625Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2363 | 2026-05-26T21:15:58.690Z | Compiling progenitor-impl v0.14.0 |
| 2364 | 2026-05-26T21:15:58.768Z | Compiling zone_cfg_derive v0.3.1 |
| 2365 | 2026-05-26T21:15:58.869Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2366 | 2026-05-26T21:15:58.902Z | Checking itertools v0.12.1 |
| 2367 | 2026-05-26T21:15:59.067Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2368 | 2026-05-26T21:15:59.332Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2369 | 2026-05-26T21:15:59.517Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2370 | 2026-05-26T21:15:59.610Z | Checking smf v0.2.3 |
| 2371 | 2026-05-26T21:15:59.645Z | Checking whoami v1.6.1 |
| 2372 | 2026-05-26T21:15:59.682Z | Checking tokio-dtrace v0.1.1 |
| 2373 | 2026-05-26T21:15:59.761Z | Compiling derive-where v1.6.0 |
| 2374 | 2026-05-26T21:15:59.843Z | Checking console v0.15.11 |
| 2375 | 2026-05-26T21:15:59.875Z | Checking atomicwrites v0.4.4 |
| 2376 | 2026-05-26T21:15:59.908Z | Checking oxide-tokio-rt v0.1.4 |
| 2377 | 2026-05-26T21:15:59.943Z | Checking zone v0.3.1 |
| 2378 | 2026-05-26T21:16:00.006Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2379 | 2026-05-26T21:16:00.040Z | Checking newline-converter v0.3.0 |
| 2380 | 2026-05-26T21:16:00.100Z | Checking num-rational v0.4.2 |
| 2381 | 2026-05-26T21:16:00.139Z | Checking num-complex v0.4.6 |
| 2382 | 2026-05-26T21:16:00.175Z | Checking expectorate v1.2.0 |
| 2383 | 2026-05-26T21:16:00.331Z | Checking float-ord v0.3.2 |
| 2384 | 2026-05-26T21:16:00.334Z | Checking bytecount v0.6.9 |
| 2385 | 2026-05-26T21:16:00.402Z | Compiling owo-colors v4.3.0 |
| 2386 | 2026-05-26T21:16:00.464Z | Compiling prettyplease v0.2.37 |
| 2387 | 2026-05-26T21:16:00.500Z | Checking num v0.4.3 |
| 2388 | 2026-05-26T21:16:00.503Z | Compiling cancel-safe-futures v0.1.5 |
| 2389 | 2026-05-26T21:16:00.604Z | Compiling progenitor-impl v0.13.0 |
| 2390 | 2026-05-26T21:16:00.738Z | Checking libsw-core v0.3.2 |
| 2391 | 2026-05-26T21:16:00.905Z | Checking libsw v3.5.0 |
| 2392 | 2026-05-26T21:16:01.126Z | Checking progenitor-client v0.13.0 |
| 2393 | 2026-05-26T21:16:01.244Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2394 | 2026-05-26T21:16:01.252Z | Checking linear-map v1.2.0 |
| 2395 | 2026-05-26T21:16:01.294Z | Compiling progenitor-macro v0.14.0 |
| 2396 | 2026-05-26T21:16:01.420Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2397 | 2026-05-26T21:16:01.460Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2398 | 2026-05-26T21:16:02.000Z | Checking gethostname v0.5.0 |
| 2399 | 2026-05-26T21:16:02.118Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2400 | 2026-05-26T21:16:02.289Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2401 | 2026-05-26T21:16:03.277Z | Compiling progenitor-macro v0.13.0 |
| 2402 | 2026-05-26T21:16:03.313Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2403 | 2026-05-26T21:16:03.971Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2404 | 2026-05-26T21:16:05.192Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2405 | 2026-05-26T21:16:06.452Z | Checking progenitor v0.14.0 |
| 2406 | 2026-05-26T21:16:06.742Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2407 | 2026-05-26T21:16:07.429Z | Checking resolv-conf v0.7.6 |
| 2408 | 2026-05-26T21:16:07.560Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2409 | 2026-05-26T21:16:07.644Z | Checking smawk v0.3.2 |
| 2410 | 2026-05-26T21:16:07.740Z | Checking unicode-linebreak v0.1.5 |
| 2411 | 2026-05-26T21:16:07.807Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2412 | 2026-05-26T21:16:07.991Z | Checking papergrid v0.11.0 |
| 2413 | 2026-05-26T21:16:08.055Z | Compiling tabled_derive v0.7.0 |
| 2414 | 2026-05-26T21:16:08.184Z | Compiling convert_case v0.10.0 |
| 2415 | 2026-05-26T21:16:08.188Z | Compiling slog-dtrace v0.3.0 |
| 2416 | 2026-05-26T21:16:08.242Z | Checking progenitor v0.13.0 |
| 2417 | 2026-05-26T21:16:08.435Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2418 | 2026-05-26T21:16:08.511Z | Compiling derive_more-impl v2.1.1 |
| 2419 | 2026-05-26T21:16:09.033Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2420 | 2026-05-26T21:16:09.067Z | Checking tabled v0.15.0 |
| 2421 | 2026-05-26T21:16:09.104Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2422 | 2026-05-26T21:16:09.136Z | Checking linked-hash-map v0.5.6 |
| 2423 | 2026-05-26T21:16:09.273Z | Checking hickory-proto v0.24.4 |
| 2424 | 2026-05-26T21:16:09.333Z | Checking lru-cache v0.1.2 |
| 2425 | 2026-05-26T21:16:09.336Z | Checking derive_more v2.1.1 |
| 2426 | 2026-05-26T21:16:09.336Z | Checking fd-lock v4.0.4 |
| 2427 | 2026-05-26T21:16:09.481Z | Checking vte v0.14.1 |
| 2428 | 2026-05-26T21:16:09.515Z | Checking crossterm v0.29.0 |
| 2429 | 2026-05-26T21:16:09.545Z | Checking display-error-chain v0.2.2 |
| 2430 | 2026-05-26T21:16:09.665Z | Checking strip-ansi-escapes v0.2.1 |
| 2431 | 2026-05-26T21:16:09.699Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2432 | 2026-05-26T21:16:09.783Z | Checking nu-ansi-term v0.50.3 |
| 2433 | 2026-05-26T21:16:09.820Z | Checking termtree v0.5.1 |
| 2434 | 2026-05-26T21:16:09.856Z | Checking textwrap v0.16.2 |
| 2435 | 2026-05-26T21:16:09.986Z | Compiling minimal-lexical v0.2.1 |
| 2436 | 2026-05-26T21:16:10.026Z | Checking reedline v0.40.0 |
| 2437 | 2026-05-26T21:16:10.094Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2438 | 2026-05-26T21:16:10.097Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2439 | 2026-05-26T21:16:10.227Z | Compiling nom v7.1.3 |
| 2440 | 2026-05-26T21:16:10.271Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2441 | 2026-05-26T21:16:10.580Z | Compiling ar_archive_writer v0.5.1 |
| 2442 | 2026-05-26T21:16:10.689Z | Checking csv-core v0.1.13 |
| 2443 | 2026-05-26T21:16:10.894Z | Compiling stacker v0.1.23 |
| 2444 | 2026-05-26T21:16:10.932Z | Checking csv v1.4.0 |
| 2445 | 2026-05-26T21:16:11.086Z | Checking hickory-resolver v0.24.4 |
| 2446 | 2026-05-26T21:16:11.180Z | Checking highway v1.3.0 |
| 2447 | 2026-05-26T21:16:11.215Z | Compiling semver v0.1.20 |
| 2448 | 2026-05-26T21:16:11.249Z | Compiling cfg_aliases v0.1.1 |
| 2449 | 2026-05-26T21:16:11.358Z | Compiling nix v0.28.0 |
| 2450 | 2026-05-26T21:16:11.400Z | Checking nibble_vec v0.1.0 |
| 2451 | 2026-05-26T21:16:11.438Z | Compiling rustc_version v0.1.7 |
| 2452 | 2026-05-26T21:16:11.473Z | Compiling psm v0.1.30 |
| 2453 | 2026-05-26T21:16:11.520Z | Checking home v0.5.12 |
| 2454 | 2026-05-26T21:16:11.555Z | Checking endian-type v0.1.2 |
| 2455 | 2026-05-26T21:16:11.586Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2456 | 2026-05-26T21:16:11.656Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2457 | 2026-05-26T21:16:11.692Z | Compiling newtype_derive v0.1.6 |
| 2458 | 2026-05-26T21:16:11.723Z | Checking radix_trie v0.2.1 |
| 2459 | 2026-05-26T21:16:11.802Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2460 | 2026-05-26T21:16:11.851Z | Checking qorb v0.4.1 |
| 2461 | 2026-05-26T21:16:11.905Z | Checking phf_shared v0.12.1 |
| 2462 | 2026-05-26T21:16:11.959Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2463 | 2026-05-26T21:16:12.073Z | Compiling chrono-tz v0.10.4 |
| 2464 | 2026-05-26T21:16:12.158Z | Checking phf v0.12.1 |
| 2465 | 2026-05-26T21:16:12.404Z | Checking recursive v0.1.1 |
| 2466 | 2026-05-26T21:16:12.404Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2467 | 2026-05-26T21:16:12.502Z | Compiling const_format_proc_macros v0.2.34 |
| 2468 | 2026-05-26T21:16:12.505Z | Compiling peg-macros v0.8.5 |
| 2469 | 2026-05-26T21:16:12.533Z | Checking winnow v0.6.26 |
| 2470 | 2026-05-26T21:16:12.600Z | Compiling sqlparser_derive v0.5.0 |
| 2471 | 2026-05-26T21:16:12.997Z | Checking unicode_categories v0.1.1 |
| 2472 | 2026-05-26T21:16:13.374Z | Checking const_format v0.2.35 |
| 2473 | 2026-05-26T21:16:13.440Z | Checking sqlparser v0.61.0 |
| 2474 | 2026-05-26T21:16:13.440Z | Checking rustyline v14.0.0 |
| 2475 | 2026-05-26T21:16:13.707Z | Checking sqlformat v0.3.5 |
| 2476 | 2026-05-26T21:16:13.978Z | Checking peg v0.8.5 |
| 2477 | 2026-05-26T21:16:14.080Z | Checking bcs v0.1.6 |
| 2478 | 2026-05-26T21:16:14.145Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2479 | 2026-05-26T21:16:14.179Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2480 | 2026-05-26T21:16:14.345Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2481 | 2026-05-26T21:16:14.399Z | Checking steno v0.4.1 |
| 2482 | 2026-05-26T21:16:14.435Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2483 | 2026-05-26T21:16:14.482Z | Checking filetime v0.2.27 |
| 2484 | 2026-05-26T21:16:14.649Z | Checking xattr v1.6.1 |
| 2485 | 2026-05-26T21:16:14.810Z | Checking tar v0.4.45 |
| 2486 | 2026-05-26T21:16:15.228Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2487 | 2026-05-26T21:16:15.314Z | Checking subprocess v0.2.15 |
| 2488 | 2026-05-26T21:16:15.357Z | Checking base64 v0.21.7 |
| 2489 | 2026-05-26T21:16:15.424Z | Checking headers-core v0.3.0 |
| 2490 | 2026-05-26T21:16:15.460Z | Checking yasna v0.5.2 |
| 2491 | 2026-05-26T21:16:15.564Z | Checking headers v0.4.1 |
| 2492 | 2026-05-26T21:16:15.624Z | Checking dropshot-api-manager-types v0.7.2 |
| 2493 | 2026-05-26T21:16:15.657Z | Checking tagptr v0.2.0 |
| 2494 | 2026-05-26T21:16:15.856Z | Checking moka v0.12.13 |
| 2495 | 2026-05-26T21:16:15.891Z | Checking rcgen v0.12.1 |
| 2496 | 2026-05-26T21:16:16.047Z | Checking utf-8 v0.7.6 |
| 2497 | 2026-05-26T21:16:16.208Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2498 | 2026-05-26T21:16:16.245Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2499 | 2026-05-26T21:16:16.383Z | Compiling libefi-sys v0.1.0 |
| 2500 | 2026-05-26T21:16:16.528Z | Checking hickory-resolver v0.25.2 |
| 2501 | 2026-05-26T21:16:16.650Z | Checking tungstenite v0.21.0 |
| 2502 | 2026-05-26T21:16:16.786Z | Compiling bitfield-struct v0.6.2 |
| 2503 | 2026-05-26T21:16:17.022Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2504 | 2026-05-26T21:16:17.095Z | Checking tokio-tungstenite v0.21.0 |
| 2505 | 2026-05-26T21:16:17.135Z | Compiling radium v0.7.0 |
| 2506 | 2026-05-26T21:16:17.287Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2507 | 2026-05-26T21:16:17.410Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2508 | 2026-05-26T21:16:17.476Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2509 | 2026-05-26T21:16:17.517Z | Compiling maybe-uninit v2.0.0 |
| 2510 | 2026-05-26T21:16:17.592Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2511 | 2026-05-26T21:16:17.751Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2512 | 2026-05-26T21:16:17.786Z | Checking tap v1.0.1 |
| 2513 | 2026-05-26T21:16:17.819Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2514 | 2026-05-26T21:16:17.947Z | Checking wyz v0.5.1 |
| 2515 | 2026-05-26T21:16:17.979Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2516 | 2026-05-26T21:16:18.011Z | Compiling zerocopy-derive v0.6.6 |
| 2517 | 2026-05-26T21:16:18.014Z | Checking crc-catalog v2.4.0 |
| 2518 | 2026-05-26T21:16:18.014Z | Checking funty v2.0.0 |
| 2519 | 2026-05-26T21:16:18.107Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2520 | 2026-05-26T21:16:18.142Z | Compiling packed_struct v0.10.1 |
| 2521 | 2026-05-26T21:16:18.175Z | Checking crc v3.4.0 |
| 2522 | 2026-05-26T21:16:18.411Z | Checking bitvec v1.0.1 |
| 2523 | 2026-05-26T21:16:18.475Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2524 | 2026-05-26T21:16:18.517Z | Compiling packed_struct_codegen v0.10.1 |
| 2525 | 2026-05-26T21:16:18.878Z | Checking zerocopy v0.6.6 |
| 2526 | 2026-05-26T21:16:19.201Z | Compiling bitfield-macros v0.19.4 |
| 2527 | 2026-05-26T21:16:19.466Z | Compiling indexmap v1.9.3 |
| 2528 | 2026-05-26T21:16:19.618Z | Checking nodrop v0.1.14 |
| 2529 | 2026-05-26T21:16:19.722Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2530 | 2026-05-26T21:16:19.754Z | Checking array-init v0.0.4 |
| 2531 | 2026-05-26T21:16:19.785Z | Checking smallvec v0.6.14 |
| 2532 | 2026-05-26T21:16:19.930Z | Checking bitfield v0.19.4 |
| 2533 | 2026-05-26T21:16:20.043Z | Checking hashbrown v0.12.3 |
| 2534 | 2026-05-26T21:16:20.089Z | Checking serde-hex v0.1.0 |
| 2535 | 2026-05-26T21:16:20.225Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2536 | 2026-05-26T21:16:20.412Z | Checking ron v0.8.1 |
| 2537 | 2026-05-26T21:16:20.832Z | Checking hashbrown v0.13.2 |
| 2538 | 2026-05-26T21:16:20.880Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2539 | 2026-05-26T21:16:20.955Z | Checking crc-any v2.5.0 |
| 2540 | 2026-05-26T21:16:20.992Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2541 | 2026-05-26T21:16:21.160Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2542 | 2026-05-26T21:16:21.270Z | Checking path-slash v0.1.5 |
| 2543 | 2026-05-26T21:16:21.303Z | Checking object v0.30.4 |
| 2544 | 2026-05-26T21:16:21.342Z | Compiling xshell-macros v0.2.7 |
| 2545 | 2026-05-26T21:16:21.398Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2546 | 2026-05-26T21:16:21.605Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2547 | 2026-05-26T21:16:21.748Z | Checking xshell v0.2.7 |
| 2548 | 2026-05-26T21:16:22.041Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2549 | 2026-05-26T21:16:22.094Z | Checking half v1.8.3 |
| 2550 | 2026-05-26T21:16:22.127Z | Compiling num-derive v0.3.3 |
| 2551 | 2026-05-26T21:16:22.375Z | Checking serde_cbor v0.11.2 |
| 2552 | 2026-05-26T21:16:22.802Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2553 | 2026-05-26T21:16:23.066Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2554 | 2026-05-26T21:16:23.100Z | Checking libscf-sys v1.1.0 |
| 2555 | 2026-05-26T21:16:23.242Z | Compiling proc-macro-error2 v2.0.1 |
| 2556 | 2026-05-26T21:16:23.275Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2557 | 2026-05-26T21:16:23.320Z | Checking papergrid v0.17.0 |
| 2558 | 2026-05-26T21:16:23.497Z | Checking testing_table v0.3.0 |
| 2559 | 2026-05-26T21:16:23.529Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2560 | 2026-05-26T21:16:23.586Z | Compiling tabled_derive v0.11.0 |
| 2561 | 2026-05-26T21:16:23.619Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2562 | 2026-05-26T21:16:23.745Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2563 | 2026-05-26T21:16:24.049Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2564 | 2026-05-26T21:16:24.084Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2565 | 2026-05-26T21:16:24.144Z | Checking maplit v1.0.2 |
| 2566 | 2026-05-26T21:16:24.437Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2567 | 2026-05-26T21:16:24.476Z | Compiling git-stub v1.0.0 |
| 2568 | 2026-05-26T21:16:24.580Z | Checking crc8 v0.1.1 |
| 2569 | 2026-05-26T21:16:24.711Z | Compiling git-stub-vcs v0.1.0 |
| 2570 | 2026-05-26T21:16:24.760Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2571 | 2026-05-26T21:16:24.794Z | Checking tabled v0.20.0 |
| 2572 | 2026-05-26T21:16:25.083Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2573 | 2026-05-26T21:16:25.117Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2574 | 2026-05-26T21:16:25.323Z | Checking fxhash v0.2.1 |
| 2575 | 2026-05-26T21:16:25.384Z | Checking unicase v2.9.0 |
| 2576 | 2026-05-26T21:16:25.452Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2577 | 2026-05-26T21:16:25.485Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2578 | 2026-05-26T21:16:25.568Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2579 | 2026-05-26T21:16:25.883Z | Compiling vergen-lib v0.1.6 |
| 2580 | 2026-05-26T21:16:25.920Z | Compiling diesel_derives v2.3.7 |
| 2581 | 2026-05-26T21:16:25.923Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2582 | 2026-05-26T21:16:26.170Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2583 | 2026-05-26T21:16:26.203Z | Checking scheduled-thread-pool v0.2.7 |
| 2584 | 2026-05-26T21:16:26.236Z | Compiling dsl_auto_type v0.2.0 |
| 2585 | 2026-05-26T21:16:26.271Z | Compiling vergen-gitcl v1.0.8 |
| 2586 | 2026-05-26T21:16:26.274Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2587 | 2026-05-26T21:16:26.373Z | Checking r2d2 v0.8.10 |
| 2588 | 2026-05-26T21:16:26.571Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2589 | 2026-05-26T21:16:26.595Z | Checking kstat-rs v0.2.4 |
| 2590 | 2026-05-26T21:16:26.886Z | Checking arc-swap v1.8.2 |
| 2591 | 2026-05-26T21:16:26.914Z | Checking downcast-rs v2.0.2 |
| 2592 | 2026-05-26T21:16:27.012Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2593 | 2026-05-26T21:16:27.045Z | Compiling parking_lot_core v0.8.6 |
| 2594 | 2026-05-26T21:16:27.080Z | Checking slog-scope v4.4.1 |
| 2595 | 2026-05-26T21:16:27.197Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2596 | 2026-05-26T21:16:27.259Z | Checking slog-stdlog v4.1.1 |
| 2597 | 2026-05-26T21:16:27.310Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2598 | 2026-05-26T21:16:27.419Z | Checking slog-envlogger v2.2.0 |
| 2599 | 2026-05-26T21:16:27.582Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2600 | 2026-05-26T21:16:27.617Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2601 | 2026-05-26T21:16:27.651Z | Compiling dirs-sys-next v0.1.2 |
| 2602 | 2026-05-26T21:16:27.655Z | Compiling crunchy v0.2.4 |
| 2603 | 2026-05-26T21:16:27.803Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2604 | 2026-05-26T21:16:27.863Z | Compiling dirs-next v2.0.0 |
| 2605 | 2026-05-26T21:16:27.904Z | Checking parking_lot v0.11.2 |
| 2606 | 2026-05-26T21:16:27.967Z | Compiling clang-sys v1.8.1 |
| 2607 | 2026-05-26T21:16:28.031Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2608 | 2026-05-26T21:16:28.074Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2609 | 2026-05-26T21:16:28.119Z | Checking prefix-trie v0.7.0 |
| 2610 | 2026-05-26T21:16:28.346Z | Compiling tiny-keccak v2.0.2 |
| 2611 | 2026-05-26T21:16:28.455Z | Checking sled v0.34.7 |
| 2612 | 2026-05-26T21:16:28.496Z | Checking hickory-server v0.25.2 |
| 2613 | 2026-05-26T21:16:28.651Z | Compiling term v0.7.0 |
| 2614 | 2026-05-26T21:16:28.683Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2615 | 2026-05-26T21:16:28.686Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2616 | 2026-05-26T21:16:28.751Z | Compiling typify-impl v0.4.3 |
| 2617 | 2026-05-26T21:16:29.102Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2618 | 2026-05-26T21:16:29.239Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2619 | 2026-05-26T21:16:29.386Z | Checking nanorand v0.7.0 |
| 2620 | 2026-05-26T21:16:29.547Z | Compiling salty v0.3.0 |
| 2621 | 2026-05-26T21:16:29.610Z | Compiling bit-vec v0.6.3 |
| 2622 | 2026-05-26T21:16:29.872Z | Checking flume v0.11.1 |
| 2623 | 2026-05-26T21:16:29.876Z | Compiling ascii-canvas v3.0.0 |
| 2624 | 2026-05-26T21:16:29.876Z | Compiling bit-set v0.5.3 |
| 2625 | 2026-05-26T21:16:29.964Z | Checking primeorder v0.13.6 |
| 2626 | 2026-05-26T21:16:30.037Z | Compiling itertools v0.10.5 |
| 2627 | 2026-05-26T21:16:30.068Z | Compiling ena v0.14.4 |
| 2628 | 2026-05-26T21:16:30.100Z | Compiling libloading v0.8.9 |
| 2629 | 2026-05-26T21:16:30.241Z | Compiling diff v0.1.13 |
| 2630 | 2026-05-26T21:16:30.302Z | Compiling bindgen v0.71.1 |
| 2631 | 2026-05-26T21:16:30.336Z | Compiling regex-syntax v0.6.29 |
| 2632 | 2026-05-26T21:16:30.828Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2633 | 2026-05-26T21:16:31.156Z | Compiling cexpr v0.6.0 |
| 2634 | 2026-05-26T21:16:31.508Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2635 | 2026-05-26T21:16:31.562Z | Compiling fs-err v2.11.0 |
| 2636 | 2026-05-26T21:16:31.788Z | Compiling lalrpop v0.19.12 |
| 2637 | 2026-05-26T21:16:31.846Z | Compiling rustc-hash v2.1.1 |
| 2638 | 2026-05-26T21:16:32.328Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2639 | 2026-05-26T21:16:32.370Z | Checking diesel v2.3.7 |
| 2640 | 2026-05-26T21:16:32.440Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2641 | 2026-05-26T21:16:32.618Z | Compiling libxml v0.3.3 |
| 2642 | 2026-05-26T21:16:32.916Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2643 | 2026-05-26T21:16:33.093Z | Checking p384 v0.13.1 |
| 2644 | 2026-05-26T21:16:33.287Z | Compiling typify-macro v0.4.3 |
| 2645 | 2026-05-26T21:16:33.540Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2646 | 2026-05-26T21:16:34.111Z | Compiling strum_macros v0.24.3 |
| 2647 | 2026-05-26T21:16:35.043Z | Compiling typify v0.4.3 |
| 2648 | 2026-05-26T21:16:35.097Z | Compiling indoc v1.0.9 |
| 2649 | 2026-05-26T21:16:35.189Z | Checking assert_matches v1.5.0 |
| 2650 | 2026-05-26T21:16:35.291Z | Checking parse-size v1.1.0 |
| 2651 | 2026-05-26T21:16:35.371Z | Compiling progenitor-impl v0.11.2 |
| 2652 | 2026-05-26T21:16:35.441Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2653 | 2026-05-26T21:16:35.633Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2654 | 2026-05-26T21:16:35.858Z | Checking quick-xml v0.37.5 |
| 2655 | 2026-05-26T21:16:36.178Z | Checking derive_builder v0.20.2 |
| 2656 | 2026-05-26T21:16:36.303Z | Compiling oso-derive v0.27.3 |
| 2657 | 2026-05-26T21:16:36.336Z | Compiling trait-variant v0.1.2 |
| 2658 | 2026-05-26T21:16:36.762Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2659 | 2026-05-26T21:16:36.822Z | Checking openssl-probe v0.1.6 |
| 2660 | 2026-05-26T21:16:36.906Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2661 | 2026-05-26T21:16:37.751Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2662 | 2026-05-26T21:16:37.962Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2663 | 2026-05-26T21:16:38.060Z | Compiling progenitor-macro v0.11.2 |
| 2664 | 2026-05-26T21:16:38.359Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2665 | 2026-05-26T21:16:38.432Z | Checking progenitor-client v0.11.2 |
| 2666 | 2026-05-26T21:16:38.432Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2667 | 2026-05-26T21:16:38.667Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2668 | 2026-05-26T21:16:38.754Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2669 | 2026-05-26T21:16:39.360Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2670 | 2026-05-26T21:16:40.435Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2671 | 2026-05-26T21:16:40.505Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2672 | 2026-05-26T21:16:40.737Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2673 | 2026-05-26T21:16:41.084Z | Checking predicates-tree v1.0.13 |
| 2674 | 2026-05-26T21:16:41.237Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2675 | 2026-05-26T21:16:41.537Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2676 | 2026-05-26T21:16:41.693Z | Compiling mime_guess v2.0.5 |
| 2677 | 2026-05-26T21:16:42.174Z | Checking http-range v0.1.5 |
| 2678 | 2026-05-26T21:16:42.531Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2679 | 2026-05-26T21:16:42.956Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2680 | 2026-05-26T21:16:42.959Z | Checking progenitor v0.11.2 |
| 2681 | 2026-05-26T21:16:43.158Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2682 | 2026-05-26T21:16:43.287Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2683 | 2026-05-26T21:16:43.387Z | Checking bb8 v0.8.6 |
| 2684 | 2026-05-26T21:16:43.700Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2685 | 2026-05-26T21:16:43.759Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2686 | 2026-05-26T21:16:43.928Z | Checking atty v0.2.14 |
| 2687 | 2026-05-26T21:16:44.025Z | Checking corncobs v0.1.4 |
| 2688 | 2026-05-26T21:16:44.160Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2689 | 2026-05-26T21:16:44.261Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2690 | 2026-05-26T21:16:44.640Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2691 | 2026-05-26T21:16:44.674Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2692 | 2026-05-26T21:16:44.773Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2693 | 2026-05-26T21:16:44.813Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2694 | 2026-05-26T21:16:44.892Z | Checking ignore v0.4.25 |
| 2695 | 2026-05-26T21:16:45.331Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2696 | 2026-05-26T21:16:45.443Z | Checking secrecy v0.8.0 |
| 2697 | 2026-05-26T21:16:45.880Z | Checking globwalk v0.9.1 |
| 2698 | 2026-05-26T21:16:45.957Z | Checking hyper-staticfile v0.10.1 |
| 2699 | 2026-05-26T21:16:46.093Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2700 | 2026-05-26T21:16:46.210Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2701 | 2026-05-26T21:16:46.280Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2702 | 2026-05-26T21:16:46.405Z | Checking nonempty v0.12.0 |
| 2703 | 2026-05-26T21:16:46.598Z | Checking diesel-dtrace v0.5.0 |
| 2704 | 2026-05-26T21:16:46.722Z | Checking async-bb8-diesel v0.2.1 |
| 2705 | 2026-05-26T21:16:46.876Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2706 | 2026-05-26T21:16:46.879Z | Checking camino-tempfile-ext v0.3.3 |
| 2707 | 2026-05-26T21:16:47.137Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2708 | 2026-05-26T21:16:47.211Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2709 | 2026-05-26T21:16:47.214Z | Checking signal-hook-tokio v0.3.1 |
| 2710 | 2026-05-26T21:16:47.404Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2711 | 2026-05-26T21:16:47.842Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2712 | 2026-05-26T21:16:47.921Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2713 | 2026-05-26T21:16:47.954Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2714 | 2026-05-26T21:16:48.155Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2715 | 2026-05-26T21:16:48.355Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2716 | 2026-05-26T21:16:48.534Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2717 | 2026-05-26T21:16:48.703Z | Checking illumos-nvpair v0.3.0 |
| 2718 | 2026-05-26T21:16:48.895Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2719 | 2026-05-26T21:16:49.023Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2720 | 2026-05-26T21:16:49.066Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2721 | 2026-05-26T21:16:49.102Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2722 | 2026-05-26T21:16:49.333Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2723 | 2026-05-26T21:16:49.375Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2724 | 2026-05-26T21:16:49.441Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2725 | 2026-05-26T21:16:49.532Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2726 | 2026-05-26T21:16:49.809Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2727 | 2026-05-26T21:16:49.969Z | Checking tungstenite v0.23.0 |
| 2728 | 2026-05-26T21:16:50.097Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2729 | 2026-05-26T21:16:50.432Z | Checking tokio-tungstenite v0.23.1 |
| 2730 | 2026-05-26T21:16:50.730Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2731 | 2026-05-26T21:16:51.148Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2732 | 2026-05-26T21:16:51.297Z | Checking rand_seeder v0.4.0 |
| 2733 | 2026-05-26T21:16:51.405Z | Checking void v1.0.2 |
| 2734 | 2026-05-26T21:16:51.473Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2735 | 2026-05-26T21:16:51.520Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2736 | 2026-05-26T21:16:51.553Z | Checking lzss v0.8.2 |
| 2737 | 2026-05-26T21:16:51.660Z | Checking nix v0.27.1 |
| 2738 | 2026-05-26T21:16:51.711Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2739 | 2026-05-26T21:16:51.743Z | Checking serde_bytes v0.11.19 |
| 2740 | 2026-05-26T21:16:51.820Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2741 | 2026-05-26T21:16:51.949Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2742 | 2026-05-26T21:16:52.232Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2743 | 2026-05-26T21:16:52.730Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2744 | 2026-05-26T21:16:53.008Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2745 | 2026-05-26T21:16:53.080Z | Checking is_ci v1.2.0 |
| 2746 | 2026-05-26T21:16:53.236Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2747 | 2026-05-26T21:16:53.512Z | Checking yansi v1.0.1 |
| 2748 | 2026-05-26T21:16:53.672Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2749 | 2026-05-26T21:16:53.710Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2750 | 2026-05-26T21:16:53.795Z | Checking pretty_assertions v1.4.1 |
| 2751 | 2026-05-26T21:16:54.023Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2752 | 2026-05-26T21:16:54.030Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2753 | 2026-05-26T21:16:54.273Z | Compiling darling_core v0.23.0 |
| 2754 | 2026-05-26T21:16:55.028Z | Compiling indoc v2.0.7 |
| 2755 | 2026-05-26T21:16:55.116Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2756 | 2026-05-26T21:16:55.513Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2757 | 2026-05-26T21:16:55.557Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-05-26T21:16:55.739Z | Compiling libz-sys v1.1.24 |
| 2759 | 2026-05-26T21:16:55.951Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2760 | 2026-05-26T21:16:56.142Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-05-26T21:16:56.363Z | Compiling instability v0.3.11 |
| 2762 | 2026-05-26T21:16:56.472Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-05-26T21:16:56.707Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2764 | 2026-05-26T21:16:56.740Z | Checking castaway v0.2.4 |
| 2765 | 2026-05-26T21:16:56.854Z | Compiling darling_macro v0.23.0 |
| 2766 | 2026-05-26T21:16:56.886Z | Checking compact_str v0.8.1 |
| 2767 | 2026-05-26T21:16:57.314Z | Checking supports-color v3.0.2 |
| 2768 | 2026-05-26T21:16:57.459Z | Compiling darling v0.23.0 |
| 2769 | 2026-05-26T21:16:57.492Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2770 | 2026-05-26T21:16:57.722Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2771 | 2026-05-26T21:16:57.757Z | Checking unicode-truncate v1.1.0 |
| 2772 | 2026-05-26T21:16:57.937Z | Checking console v0.16.2 |
| 2773 | 2026-05-26T21:16:57.969Z | Checking lru v0.12.5 |
| 2774 | 2026-05-26T21:16:58.156Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2775 | 2026-05-26T21:16:58.256Z | Checking unit-prefix v0.5.2 |
| 2776 | 2026-05-26T21:16:58.289Z | Checking cassowary v0.3.0 |
| 2777 | 2026-05-26T21:16:58.448Z | Checking indicatif v0.18.4 |
| 2778 | 2026-05-26T21:16:58.528Z | Checking ratatui v0.29.0 |
| 2779 | 2026-05-26T21:16:58.561Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2780 | 2026-05-26T21:16:58.858Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2781 | 2026-05-26T21:16:59.105Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2782 | 2026-05-26T21:16:59.769Z | Compiling vergen-git2 v9.1.0 |
| 2783 | 2026-05-26T21:16:59.871Z | Checking plotters-backend v0.3.7 |
| 2784 | 2026-05-26T21:17:00.039Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2785 | 2026-05-26T21:17:00.105Z | Checking plotters-svg v0.3.7 |
| 2786 | 2026-05-26T21:17:00.267Z | Compiling rustls v0.21.12 |
| 2787 | 2026-05-26T21:17:00.300Z | Checking cast v0.3.0 |
| 2788 | 2026-05-26T21:17:00.484Z | Checking criterion-plot v0.6.0 |
| 2789 | 2026-05-26T21:17:00.563Z | Checking plotters v0.3.7 |
| 2790 | 2026-05-26T21:17:00.784Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2791 | 2026-05-26T21:17:00.817Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2792 | 2026-05-26T21:17:01.042Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2793 | 2026-05-26T21:17:01.271Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2794 | 2026-05-26T21:17:01.323Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2795 | 2026-05-26T21:17:01.496Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2796 | 2026-05-26T21:17:01.550Z | Checking colored v2.2.0 |
| 2797 | 2026-05-26T21:17:01.754Z | Checking rustls-webpki v0.101.7 |
| 2798 | 2026-05-26T21:17:01.786Z | Checking sct v0.7.1 |
| 2799 | 2026-05-26T21:17:01.953Z | Checking tinytemplate v1.2.1 |
| 2800 | 2026-05-26T21:17:02.124Z | Checking anes v0.1.6 |
| 2801 | 2026-05-26T21:17:02.167Z | Checking shell-words v1.1.1 |
| 2802 | 2026-05-26T21:17:02.226Z | Checking oorandom v11.1.5 |
| 2803 | 2026-05-26T21:17:02.368Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2804 | 2026-05-26T21:17:02.371Z | Checking criterion v0.7.0 |
| 2805 | 2026-05-26T21:17:03.812Z | Checking typeid v1.0.3 |
| 2806 | 2026-05-26T21:17:03.844Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2807 | 2026-05-26T21:17:03.945Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2808 | 2026-05-26T21:17:04.728Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2809 | 2026-05-26T21:17:05.551Z | Checking hex-literal v0.4.1 |
| 2810 | 2026-05-26T21:17:05.683Z | Checking erased-serde v0.4.9 |
| 2811 | 2026-05-26T21:17:06.072Z | Checking tokio-rustls v0.24.1 |
| 2812 | 2026-05-26T21:17:06.307Z | Checking rustls-pemfile v1.0.4 |
| 2813 | 2026-05-26T21:17:06.481Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2814 | 2026-05-26T21:17:06.709Z | Checking twox-hash v2.1.2 |
| 2815 | 2026-05-26T21:17:06.918Z | Checking ordered-float v2.10.1 |
| 2816 | 2026-05-26T21:17:07.085Z | Checking serde-untagged v0.1.9 |
| 2817 | 2026-05-26T21:17:07.187Z | Checking serde-value v0.7.0 |
| 2818 | 2026-05-26T21:17:07.317Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2819 | 2026-05-26T21:17:07.435Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2820 | 2026-05-26T21:17:08.064Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2821 | 2026-05-26T21:17:08.259Z | Checking fatfs v0.3.6 |
| 2822 | 2026-05-26T21:17:08.447Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2823 | 2026-05-26T21:17:08.646Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2824 | 2026-05-26T21:17:08.754Z | Compiling seq-macro v0.3.6 |
| 2825 | 2026-05-26T21:17:08.825Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2826 | 2026-05-26T21:17:09.282Z | Checking unicode-xid v0.2.6 |
| 2827 | 2026-05-26T21:17:09.425Z | Checking cargo-util-schemas v0.8.2 |
| 2828 | 2026-05-26T21:17:09.797Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2829 | 2026-05-26T21:17:10.169Z | Checking cargo-platform v0.2.0 |
| 2830 | 2026-05-26T21:17:10.207Z | Compiling petname v2.0.2 |
| 2831 | 2026-05-26T21:17:10.330Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2832 | 2026-05-26T21:17:10.378Z | Checking cargo_metadata v0.21.0 |
| 2833 | 2026-05-26T21:17:10.865Z | Checking concurrent-queue v2.5.0 |
| 2834 | 2026-05-26T21:17:11.081Z | Checking rtoolbox v0.0.3 |
| 2835 | 2026-05-26T21:17:11.168Z | Checking parking v2.2.1 |
| 2836 | 2026-05-26T21:17:11.240Z | Checking rpassword v7.4.0 |
| 2837 | 2026-05-26T21:17:11.324Z | Checking event-listener v5.4.1 |
| 2838 | 2026-05-26T21:17:11.568Z | Checking tui-tree-widget v0.23.1 |
| 2839 | 2026-05-26T21:17:11.784Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2840 | 2026-05-26T21:17:11.787Z | Checking polyval v0.6.2 |
| 2841 | 2026-05-26T21:17:11.976Z | Checking sapling-renderdag v0.1.0 |
| 2842 | 2026-05-26T21:17:12.013Z | Checking sync-ptr v0.1.4 |
| 2843 | 2026-05-26T21:17:12.158Z | Checking ghash v0.5.1 |
| 2844 | 2026-05-26T21:17:12.268Z | Checking event-listener-strategy v0.5.4 |
| 2845 | 2026-05-26T21:17:12.313Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2846 | 2026-05-26T21:17:12.438Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2847 | 2026-05-26T21:17:12.668Z | Checking ctr v0.9.2 |
| 2848 | 2026-05-26T21:17:12.867Z | Checking constant_time_eq v0.4.2 |
| 2849 | 2026-05-26T21:17:13.009Z | Checking futures-timer v3.0.3 |
| 2850 | 2026-05-26T21:17:13.042Z | Checking arrayref v0.3.9 |
| 2851 | 2026-05-26T21:17:13.148Z | Checking arrayvec v0.7.6 |
| 2852 | 2026-05-26T21:17:13.225Z | Checking aes-gcm v0.10.3 |
| 2853 | 2026-05-26T21:17:13.412Z | Checking async-lock v3.4.2 |
| 2854 | 2026-05-26T21:17:13.445Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2855 | 2026-05-26T21:17:13.779Z | Compiling samael v0.0.19 |
| 2856 | 2026-05-26T21:17:13.815Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2857 | 2026-05-26T21:17:14.011Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2858 | 2026-05-26T21:17:14.451Z | Checking ssh-encoding v0.2.0 |
| 2859 | 2026-05-26T21:17:14.678Z | Checking blowfish v0.9.1 |
| 2860 | 2026-05-26T21:17:14.859Z | Compiling strsim v0.10.0 |
| 2861 | 2026-05-26T21:17:15.031Z | Checking bcrypt-pbkdf v0.10.0 |
| 2862 | 2026-05-26T21:17:15.219Z | Compiling darling_core v0.13.4 |
| 2863 | 2026-05-26T21:17:15.253Z | Checking ssh-cipher v0.2.0 |
| 2864 | 2026-05-26T21:17:15.453Z | Checking async-object-pool v0.2.0 |
| 2865 | 2026-05-26T21:17:15.597Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2866 | 2026-05-26T21:17:15.979Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2867 | 2026-05-26T21:17:16.642Z | Checking serde_regex v1.1.0 |
| 2868 | 2026-05-26T21:17:16.724Z | Checking password-hash v0.4.2 |
| 2869 | 2026-05-26T21:17:16.826Z | Checking assert-json-diff v2.0.2 |
| 2870 | 2026-05-26T21:17:16.976Z | Checking path-tree v0.8.3 |
| 2871 | 2026-05-26T21:17:17.026Z | Checking stringmetrics v2.2.2 |
| 2872 | 2026-05-26T21:17:17.096Z | Compiling target-lexicon v0.13.3 |
| 2873 | 2026-05-26T21:17:17.219Z | Checking gimli v0.32.3 |
| 2874 | 2026-05-26T21:17:17.252Z | Checking httpmock v0.8.3 |
| 2875 | 2026-05-26T21:17:17.715Z | Compiling darling_macro v0.13.4 |
| 2876 | 2026-05-26T21:17:18.223Z | Checking pbkdf2 v0.11.0 |
| 2877 | 2026-05-26T21:17:18.426Z | Checking ssh-key v0.6.7 |
| 2878 | 2026-05-26T21:17:18.789Z | Checking addr2line v0.25.1 |
| 2879 | 2026-05-26T21:17:19.147Z | Checking p256 v0.13.2 |
| 2880 | 2026-05-26T21:17:19.434Z | Checking p521 v0.13.3 |
| 2881 | 2026-05-26T21:17:19.468Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2882 | 2026-05-26T21:17:19.741Z | Checking russh-cryptovec v0.7.3 |
| 2883 | 2026-05-26T21:17:19.913Z | Checking rustc-demangle v0.1.27 |
| 2884 | 2026-05-26T21:17:20.060Z | Compiling guppy-workspace-hack v0.1.0 |
| 2885 | 2026-05-26T21:17:20.176Z | Checking md5 v0.7.0 |
| 2886 | 2026-05-26T21:17:20.209Z | Checking backtrace v0.3.76 |
| 2887 | 2026-05-26T21:17:20.317Z | Compiling darling v0.13.4 |
| 2888 | 2026-05-26T21:17:20.379Z | Checking russh-keys v0.45.0 |
| 2889 | 2026-05-26T21:17:20.547Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2890 | 2026-05-26T21:17:20.693Z | Checking num-bigint v0.4.6 |
| 2891 | 2026-05-26T21:17:20.772Z | Checking des v0.8.1 |
| 2892 | 2026-05-26T21:17:20.994Z | Compiling blake3 v1.8.3 |
| 2893 | 2026-05-26T21:17:21.053Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2894 | 2026-05-26T21:17:21.113Z | Compiling target-spec v3.5.7 |
| 2895 | 2026-05-26T21:17:21.495Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2896 | 2026-05-26T21:17:21.636Z | Checking cfg-expr v0.20.6 |
| 2897 | 2026-05-26T21:17:21.673Z | Checking russh v0.45.0 |
| 2898 | 2026-05-26T21:17:21.892Z | Checking backtrace-ext v0.2.1 |
| 2899 | 2026-05-26T21:17:22.035Z | Compiling serde_with_macros v1.5.2 |
| 2900 | 2026-05-26T21:17:22.154Z | Checking supports-color v2.1.0 |
| 2901 | 2026-05-26T21:17:22.191Z | Checking textwrap v0.15.2 |
| 2902 | 2026-05-26T21:17:22.332Z | Checking supports-hyperlinks v2.1.0 |
| 2903 | 2026-05-26T21:17:22.429Z | Checking supports-unicode v2.1.0 |
| 2904 | 2026-05-26T21:17:22.478Z | Checking hashbrown v0.14.5 |
| 2905 | 2026-05-26T21:17:22.574Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2906 | 2026-05-26T21:17:22.801Z | Checking cargo-platform v0.3.2 |
| 2907 | 2026-05-26T21:17:22.937Z | Checking socket2 v0.5.10 |
| 2908 | 2026-05-26T21:17:22.991Z | Checking terminal_size v0.1.17 |
| 2909 | 2026-05-26T21:17:23.023Z | Compiling miette-derive v5.10.0 |
| 2910 | 2026-05-26T21:17:23.129Z | Checking internet-checksum v0.2.1 |
| 2911 | 2026-05-26T21:17:23.282Z | Checking owo-colors v3.5.0 |
| 2912 | 2026-05-26T21:17:23.632Z | Checking cargo_metadata v0.23.1 |
| 2913 | 2026-05-26T21:17:23.841Z | Checking chumsky v0.9.3 |
| 2914 | 2026-05-26T21:17:24.186Z | Checking miette v5.10.0 |
| 2915 | 2026-05-26T21:17:24.404Z | Compiling serde_with v1.14.0 |
| 2916 | 2026-05-26T21:17:24.908Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2917 | 2026-05-26T21:17:25.022Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2918 | 2026-05-26T21:17:25.025Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2919 | 2026-05-26T21:17:25.388Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2920 | 2026-05-26T21:17:25.573Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2921 | 2026-05-26T21:17:25.608Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2922 | 2026-05-26T21:17:25.838Z | Compiling knuffel-derive v3.2.0 |
| 2923 | 2026-05-26T21:17:25.874Z | Checking httptest v0.16.4 |
| 2924 | 2026-05-26T21:17:25.922Z | Checking pathdiff v0.2.3 |
| 2925 | 2026-05-26T21:17:26.059Z | Checking nested v0.1.1 |
| 2926 | 2026-05-26T21:17:26.227Z | Checking topological-sort v0.2.2 |
| 2927 | 2026-05-26T21:17:26.268Z | Checking guppy v0.17.25 |
| 2928 | 2026-05-26T21:17:26.395Z | Checking omicron-zone-package v0.12.2 |
| 2929 | 2026-05-26T21:17:26.452Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2930 | 2026-05-26T21:17:26.804Z | Compiling git2 v0.20.4 |
| 2931 | 2026-05-26T21:17:27.236Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2932 | 2026-05-26T21:17:27.344Z | Checking similar-asserts v1.7.0 |
| 2933 | 2026-05-26T21:17:27.377Z | Checking knuffel v3.2.0 |
| 2934 | 2026-05-26T21:17:27.505Z | Compiling target-triple v1.0.0 |
| 2935 | 2026-05-26T21:17:27.538Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2936 | 2026-05-26T21:17:27.705Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2937 | 2026-05-26T21:17:27.873Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2938 | 2026-05-26T21:17:28.038Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2939 | 2026-05-26T21:17:28.171Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2940 | 2026-05-26T21:17:28.270Z | Checking hickory-client v0.25.2 |
| 2941 | 2026-05-26T21:17:28.589Z | Checking tokio-test v0.4.5 |
| 2942 | 2026-05-26T21:17:28.803Z | Compiling assert_cmd v2.1.2 |
| 2943 | 2026-05-26T21:17:28.837Z | Checking escape8259 v0.5.3 |
| 2944 | 2026-05-26T21:17:29.134Z | Checking libtest-mimic v0.8.1 |
| 2945 | 2026-05-26T21:17:29.257Z | Compiling polar-core v0.27.3 |
| 2946 | 2026-05-26T21:17:29.604Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2947 | 2026-05-26T21:17:29.645Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2948 | 2026-05-26T21:17:29.740Z | Checking blake2b_simd v1.0.4 |
| 2949 | 2026-05-26T21:17:30.169Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2950 | 2026-05-26T21:17:30.202Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2951 | 2026-05-26T21:17:30.360Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2952 | 2026-05-26T21:17:30.585Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2953 | 2026-05-26T21:17:30.768Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2954 | 2026-05-26T21:17:31.005Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2955 | 2026-05-26T21:17:31.145Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2956 | 2026-05-26T21:17:31.370Z | Checking fancy-regex v0.14.0 |
| 2957 | 2026-05-26T21:17:31.593Z | Checking serde_tokenstream v0.2.3 |
| 2958 | 2026-05-26T21:17:31.754Z | Checking approx v0.5.1 |
| 2959 | 2026-05-26T21:17:31.841Z | Checking uzers v0.12.2 |
| 2960 | 2026-05-26T21:17:31.919Z | Compiling rstest_macros v0.25.0 |
| 2961 | 2026-05-26T21:17:32.081Z | Compiling linkme-impl v0.3.35 |
| 2962 | 2026-05-26T21:17:32.267Z | Checking termcolor v1.4.1 |
| 2963 | 2026-05-26T21:17:32.434Z | Checking constant_time_eq v0.3.1 |
| 2964 | 2026-05-26T21:17:32.518Z | Checking trybuild v1.0.116 |
| 2965 | 2026-05-26T21:17:32.568Z | Checking rust-argon2 v2.1.0 |
| 2966 | 2026-05-26T21:17:33.033Z | Checking datatest-stable v0.3.3 |
| 2967 | 2026-05-26T21:17:33.450Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2968 | 2026-05-26T21:17:33.758Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2969 | 2026-05-26T21:17:33.808Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2970 | 2026-05-26T21:17:34.207Z | Checking support-bundle-viewer v0.1.2 |
| 2971 | 2026-05-26T21:17:34.242Z | Checking oso v0.27.3 |
| 2972 | 2026-05-26T21:17:34.469Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2973 | 2026-05-26T21:17:34.502Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2974 | 2026-05-26T21:17:34.695Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2975 | 2026-05-26T21:17:34.730Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2976 | 2026-05-26T21:17:34.870Z | Checking drift v0.2.0 |
| 2977 | 2026-05-26T21:17:34.921Z | Checking rand_distr v0.5.1 |
| 2978 | 2026-05-26T21:17:34.957Z | Checking multimap v0.10.1 |
| 2979 | 2026-05-26T21:17:35.138Z | Compiling linkme v0.3.35 |
| 2980 | 2026-05-26T21:17:35.171Z | Compiling relative-path v1.9.3 |
| 2981 | 2026-05-26T21:17:35.256Z | Checking dropshot-api-manager v0.7.2 |
| 2982 | 2026-05-26T21:17:36.111Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2983 | 2026-05-26T21:17:36.461Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2984 | 2026-05-26T21:17:36.498Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2985 | 2026-05-26T21:17:36.882Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2986 | 2026-05-26T21:17:37.035Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2987 | 2026-05-26T21:17:37.080Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2988 | 2026-05-26T21:17:37.114Z | Checking cargo_toml v0.21.0 |
| 2989 | 2026-05-26T21:17:37.198Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2990 | 2026-05-26T21:17:37.592Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2991 | 2026-05-26T21:17:37.796Z | Checking partial-io v0.5.4 |
| 2992 | 2026-05-26T21:17:37.891Z | Checking termios v0.3.3 |
| 2993 | 2026-05-26T21:17:38.008Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2994 | 2026-05-26T21:17:38.072Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2995 | 2026-05-26T21:17:39.187Z | Checking rstest v0.25.0 |
| 2996 | 2026-05-26T21:17:39.379Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2997 | 2026-05-26T21:17:40.203Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2998 | 2026-05-26T21:17:43.841Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2999 | 2026-05-26T21:17:45.703Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3000 | 2026-05-26T21:17:49.726Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3001 | 2026-05-26T21:17:50.027Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3002 | 2026-05-26T21:17:53.149Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3003 | 2026-05-26T21:17:56.929Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3004 | 2026-05-26T21:18:02.134Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3005 | 2026-05-26T21:18:04.981Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3006 | 2026-05-26T21:18:06.225Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3007 | 2026-05-26T21:18:07.406Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3008 | 2026-05-26T21:18:07.845Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3009 | 2026-05-26T21:18:16.881Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3010 | 2026-05-26T21:19:27.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 03s |
| 3011 | 2026-05-26T21:19:28.311Z | |
| 3012 | 2026-05-26T21:19:28.311Z | real 4:06.575269620 |
| 3013 | 2026-05-26T21:19:28.311Z | user 21:17.580707520 |
| 3014 | 2026-05-26T21:19:28.311Z | sys 4:54.519530178 |
| 3015 | 2026-05-26T21:19:28.311Z | trap 0.503731444 |
| 3016 | 2026-05-26T21:19:28.311Z | tflt 1.195784374 |
| 3017 | 2026-05-26T21:19:28.311Z | dflt 0.744258622 |
| 3018 | 2026-05-26T21:19:28.311Z | kflt 0.024922876 |
| 3019 | 2026-05-26T21:19:28.312Z | lock 58:28.399943839 |
| 3020 | 2026-05-26T21:19:28.312Z | slp 58:38.142982199 |
| 3021 | 2026-05-26T21:19:28.312Z | lat 1:50.197199030 |
| 3022 | 2026-05-26T21:19:28.312Z | stop 10:48.762298981 |
| 3023 | 2026-05-26T21:19:28.328Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3024 | 2026-05-26T21:19:28.328Z | + ptime -m cargo doc --workspace --no-deps |
| 3025 | 2026-05-26T21:19:29.142Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3026 | 2026-05-26T21:19:29.142Z | | |
| 3027 | 2026-05-26T21:19:29.142Z | = 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)` |
| 3028 | 2026-05-26T21:19:29.142Z | = 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> |
| 3029 | 2026-05-26T21:19:30.195Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-05-26T21:19:30.360Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3031 | 2026-05-26T21:19:30.405Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3032 | 2026-05-26T21:19:30.475Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3033 | 2026-05-26T21:19:30.532Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3034 | 2026-05-26T21:19:30.623Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3035 | 2026-05-26T21:19:30.648Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3036 | 2026-05-26T21:19:30.649Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3037 | 2026-05-26T21:19:30.702Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3038 | 2026-05-26T21:19:30.735Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3039 | 2026-05-26T21:19:30.873Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3040 | 2026-05-26T21:19:30.945Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3041 | 2026-05-26T21:19:30.969Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3042 | 2026-05-26T21:19:30.993Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3043 | 2026-05-26T21:19:31.036Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3044 | 2026-05-26T21:19:31.063Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3045 | 2026-05-26T21:19:31.110Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3046 | 2026-05-26T21:19:31.133Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3047 | 2026-05-26T21:19:31.133Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3048 | 2026-05-26T21:19:31.189Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3049 | 2026-05-26T21:19:31.373Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3050 | 2026-05-26T21:19:31.552Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3051 | 2026-05-26T21:19:31.701Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3052 | 2026-05-26T21:19:31.890Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3053 | 2026-05-26T21:19:31.933Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3054 | 2026-05-26T21:19:31.999Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3055 | 2026-05-26T21:19:32.041Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3056 | 2026-05-26T21:19:32.124Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3057 | 2026-05-26T21:19:32.191Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3058 | 2026-05-26T21:19:32.296Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3059 | 2026-05-26T21:19:32.390Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3060 | 2026-05-26T21:19:32.531Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3061 | 2026-05-26T21:19:32.578Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3062 | 2026-05-26T21:19:32.649Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3063 | 2026-05-26T21:19:32.803Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3064 | 2026-05-26T21:19:32.838Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3065 | 2026-05-26T21:19:32.853Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3066 | 2026-05-26T21:19:33.036Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3067 | 2026-05-26T21:19:33.086Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3068 | 2026-05-26T21:19:33.270Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3069 | 2026-05-26T21:19:33.525Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3070 | 2026-05-26T21:19:33.606Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3071 | 2026-05-26T21:19:33.617Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3072 | 2026-05-26T21:19:33.782Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3073 | 2026-05-26T21:19:33.845Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3074 | 2026-05-26T21:19:33.865Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3075 | 2026-05-26T21:19:34.067Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3076 | 2026-05-26T21:19:34.102Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3077 | 2026-05-26T21:19:34.127Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3078 | 2026-05-26T21:19:34.151Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3079 | 2026-05-26T21:19:34.321Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3080 | 2026-05-26T21:19:34.363Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3081 | 2026-05-26T21:19:34.408Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3082 | 2026-05-26T21:19:34.445Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3083 | 2026-05-26T21:19:34.553Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3084 | 2026-05-26T21:19:34.593Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3085 | 2026-05-26T21:19:34.615Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3086 | 2026-05-26T21:19:34.704Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3087 | 2026-05-26T21:19:34.727Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3088 | 2026-05-26T21:19:34.753Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3089 | 2026-05-26T21:19:34.799Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3090 | 2026-05-26T21:19:34.816Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3091 | 2026-05-26T21:19:34.905Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3092 | 2026-05-26T21:19:35.107Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3093 | 2026-05-26T21:19:35.279Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3094 | 2026-05-26T21:19:35.377Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3095 | 2026-05-26T21:19:35.569Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3096 | 2026-05-26T21:19:35.808Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3097 | 2026-05-26T21:19:36.029Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3098 | 2026-05-26T21:19:36.064Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3099 | 2026-05-26T21:19:36.318Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3100 | 2026-05-26T21:19:36.358Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3101 | 2026-05-26T21:19:36.662Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3102 | 2026-05-26T21:19:36.683Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3103 | 2026-05-26T21:19:36.722Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3104 | 2026-05-26T21:19:37.076Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3105 | 2026-05-26T21:19:37.481Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3106 | 2026-05-26T21:19:37.556Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3107 | 2026-05-26T21:19:37.797Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3108 | 2026-05-26T21:19:38.421Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3109 | 2026-05-26T21:19:38.547Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3110 | 2026-05-26T21:19:38.615Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3111 | 2026-05-26T21:19:39.037Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3112 | 2026-05-26T21:19:39.181Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3113 | 2026-05-26T21:19:39.182Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3114 | 2026-05-26T21:19:39.373Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3115 | 2026-05-26T21:19:39.426Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3116 | 2026-05-26T21:19:39.623Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3117 | 2026-05-26T21:19:39.682Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3118 | 2026-05-26T21:19:39.767Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3119 | 2026-05-26T21:19:39.851Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3120 | 2026-05-26T21:19:39.958Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3121 | 2026-05-26T21:19:40.055Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3122 | 2026-05-26T21:19:40.129Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3123 | 2026-05-26T21:19:40.129Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3124 | 2026-05-26T21:19:40.247Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3125 | 2026-05-26T21:19:40.340Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3126 | 2026-05-26T21:19:40.340Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3127 | 2026-05-26T21:19:40.443Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3128 | 2026-05-26T21:19:40.587Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3129 | 2026-05-26T21:19:40.587Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3130 | 2026-05-26T21:19:40.651Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3131 | 2026-05-26T21:19:40.651Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3132 | 2026-05-26T21:19:40.652Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3133 | 2026-05-26T21:19:40.806Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3134 | 2026-05-26T21:19:40.823Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3135 | 2026-05-26T21:19:40.867Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3136 | 2026-05-26T21:19:41.009Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3137 | 2026-05-26T21:19:41.127Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3138 | 2026-05-26T21:19:41.310Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3139 | 2026-05-26T21:19:41.320Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3140 | 2026-05-26T21:19:41.346Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3141 | 2026-05-26T21:19:42.009Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3142 | 2026-05-26T21:19:42.048Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3143 | 2026-05-26T21:19:42.369Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3144 | 2026-05-26T21:19:42.670Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3145 | 2026-05-26T21:19:43.179Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3146 | 2026-05-26T21:19:43.541Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3147 | 2026-05-26T21:19:43.797Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3148 | 2026-05-26T21:19:44.384Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3149 | 2026-05-26T21:19:44.618Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3150 | 2026-05-26T21:19:44.668Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3151 | 2026-05-26T21:19:44.920Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3152 | 2026-05-26T21:19:45.376Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3153 | 2026-05-26T21:19:45.516Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3154 | 2026-05-26T21:19:45.543Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3155 | 2026-05-26T21:19:45.849Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3156 | 2026-05-26T21:19:45.945Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3157 | 2026-05-26T21:19:46.236Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3158 | 2026-05-26T21:19:46.325Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3159 | 2026-05-26T21:19:46.382Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3160 | 2026-05-26T21:19:46.510Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3161 | 2026-05-26T21:19:46.744Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3162 | 2026-05-26T21:19:47.416Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3163 | 2026-05-26T21:19:47.501Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3164 | 2026-05-26T21:19:47.923Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3165 | 2026-05-26T21:19:48.271Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3166 | 2026-05-26T21:19:48.507Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3167 | 2026-05-26T21:19:48.916Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3168 | 2026-05-26T21:19:49.552Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3169 | 2026-05-26T21:19:50.482Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3170 | 2026-05-26T21:19:50.565Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3171 | 2026-05-26T21:19:50.937Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3172 | 2026-05-26T21:19:51.047Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3173 | 2026-05-26T21:19:51.314Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3174 | 2026-05-26T21:19:51.548Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3175 | 2026-05-26T21:19:51.551Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3176 | 2026-05-26T21:19:51.700Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3177 | 2026-05-26T21:19:51.921Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3178 | 2026-05-26T21:19:52.187Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3179 | 2026-05-26T21:19:52.211Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3180 | 2026-05-26T21:19:52.517Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3181 | 2026-05-26T21:19:52.724Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3182 | 2026-05-26T21:19:52.747Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3183 | 2026-05-26T21:19:52.884Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3184 | 2026-05-26T21:19:52.949Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3185 | 2026-05-26T21:19:53.921Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3186 | 2026-05-26T21:19:53.945Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3187 | 2026-05-26T21:19:54.830Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3188 | 2026-05-26T21:19:56.881Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3189 | 2026-05-26T21:19:57.444Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3190 | 2026-05-26T21:19:58.743Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3191 | 2026-05-26T21:19:59.178Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3192 | 2026-05-26T21:19:59.476Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3193 | 2026-05-26T21:19:59.499Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3194 | 2026-05-26T21:19:59.716Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3195 | 2026-05-26T21:20:00.039Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3196 | 2026-05-26T21:20:00.965Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3197 | 2026-05-26T21:20:01.122Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3198 | 2026-05-26T21:20:01.189Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3199 | 2026-05-26T21:20:01.652Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3200 | 2026-05-26T21:20:02.280Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3201 | 2026-05-26T21:20:02.373Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3202 | 2026-05-26T21:20:02.398Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3203 | 2026-05-26T21:20:02.650Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3204 | 2026-05-26T21:20:03.885Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3205 | 2026-05-26T21:20:04.026Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3206 | 2026-05-26T21:20:04.439Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3207 | 2026-05-26T21:20:04.463Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3208 | 2026-05-26T21:20:04.629Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3209 | 2026-05-26T21:20:04.755Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3210 | 2026-05-26T21:20:05.175Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3211 | 2026-05-26T21:20:05.242Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3212 | 2026-05-26T21:20:05.471Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3213 | 2026-05-26T21:20:05.916Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3214 | 2026-05-26T21:20:06.174Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3215 | 2026-05-26T21:20:06.543Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3216 | 2026-05-26T21:20:07.000Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3217 | 2026-05-26T21:20:09.594Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3218 | 2026-05-26T21:20:10.749Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3219 | 2026-05-26T21:20:11.232Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3220 | 2026-05-26T21:20:11.782Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3221 | 2026-05-26T21:20:13.306Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3222 | 2026-05-26T21:20:14.851Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3223 | 2026-05-26T21:20:15.315Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3224 | 2026-05-26T21:20:16.607Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3225 | 2026-05-26T21:20:16.988Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3226 | 2026-05-26T21:20:18.511Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3227 | 2026-05-26T21:20:19.275Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3228 | 2026-05-26T21:20:19.817Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3229 | 2026-05-26T21:20:19.995Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3230 | 2026-05-26T21:20:21.192Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3231 | 2026-05-26T21:20:21.634Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3232 | 2026-05-26T21:20:22.659Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3233 | 2026-05-26T21:20:27.091Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3234 | 2026-05-26T21:20:27.434Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3235 | 2026-05-26T21:20:28.150Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3236 | 2026-05-26T21:20:29.409Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3237 | 2026-05-26T21:20:30.171Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3238 | 2026-05-26T21:20:30.833Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3239 | 2026-05-26T21:20:31.609Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3240 | 2026-05-26T21:20:32.297Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3241 | 2026-05-26T21:20:32.952Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3242 | 2026-05-26T21:20:33.959Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3243 | 2026-05-26T21:20:35.077Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3244 | 2026-05-26T21:20:36.607Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3245 | 2026-05-26T21:20:36.770Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3246 | 2026-05-26T21:20:37.536Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3247 | 2026-05-26T21:20:38.524Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3248 | 2026-05-26T21:20:39.116Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3249 | 2026-05-26T21:20:40.007Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3250 | 2026-05-26T21:20:42.988Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3251 | 2026-05-26T21:20:43.592Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3252 | 2026-05-26T21:20:44.531Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3253 | 2026-05-26T21:20:45.698Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3254 | 2026-05-26T21:20:46.568Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3255 | 2026-05-26T21:20:47.434Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3256 | 2026-05-26T21:20:49.977Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3257 | 2026-05-26T21:20:50.307Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3258 | 2026-05-26T21:20:51.172Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3259 | 2026-05-26T21:20:52.384Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3260 | 2026-05-26T21:20:53.659Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3261 | 2026-05-26T21:20:54.933Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3262 | 2026-05-26T21:20:57.261Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3263 | 2026-05-26T21:20:57.829Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3264 | 2026-05-26T21:20:59.472Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3265 | 2026-05-26T21:21:02.591Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3266 | 2026-05-26T21:21:03.999Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3267 | 2026-05-26T21:21:05.532Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3268 | 2026-05-26T21:21:07.013Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3269 | 2026-05-26T21:21:08.687Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3270 | 2026-05-26T21:21:14.229Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3271 | 2026-05-26T21:21:15.086Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3272 | 2026-05-26T21:21:15.828Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3273 | 2026-05-26T21:21:16.764Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3274 | 2026-05-26T21:21:18.284Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3275 | 2026-05-26T21:21:20.086Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3276 | 2026-05-26T21:21:21.777Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3277 | 2026-05-26T21:21:23.776Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3278 | 2026-05-26T21:21:25.418Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3279 | 2026-05-26T21:21:27.040Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3280 | 2026-05-26T21:21:29.017Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3281 | 2026-05-26T21:21:30.407Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3282 | 2026-05-26T21:21:32.080Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3283 | 2026-05-26T21:21:33.750Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3284 | 2026-05-26T21:21:35.445Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3285 | 2026-05-26T21:21:37.139Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3286 | 2026-05-26T21:21:38.559Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3287 | 2026-05-26T21:21:40.500Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3288 | 2026-05-26T21:21:42.205Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3289 | 2026-05-26T21:21:45.711Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3290 | 2026-05-26T21:21:47.900Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3291 | 2026-05-26T21:21:49.552Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3292 | 2026-05-26T21:21:51.326Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3293 | 2026-05-26T21:21:53.274Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3294 | 2026-05-26T21:21:54.955Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3295 | 2026-05-26T21:21:57.236Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3296 | 2026-05-26T21:21:58.977Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3297 | 2026-05-26T21:22:02.125Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3298 | 2026-05-26T21:22:03.361Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3299 | 2026-05-26T21:22:05.150Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3300 | 2026-05-26T21:22:07.298Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3301 | 2026-05-26T21:22:10.269Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3302 | 2026-05-26T21:22:12.113Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3303 | 2026-05-26T21:22:14.207Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3304 | 2026-05-26T21:22:16.426Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3305 | 2026-05-26T21:22:18.610Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3306 | 2026-05-26T21:22:21.076Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3307 | 2026-05-26T21:22:23.374Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3308 | 2026-05-26T21:22:25.145Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3309 | 2026-05-26T21:22:27.353Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3310 | 2026-05-26T21:22:29.545Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3311 | 2026-05-26T21:22:31.857Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3312 | 2026-05-26T21:22:34.054Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3313 | 2026-05-26T21:22:36.285Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3314 | 2026-05-26T21:22:38.591Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3315 | 2026-05-26T21:22:40.763Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3316 | 2026-05-26T21:22:43.134Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3317 | 2026-05-26T21:22:45.371Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3318 | 2026-05-26T21:22:47.647Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3319 | 2026-05-26T21:22:49.906Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3320 | 2026-05-26T21:22:52.161Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3321 | 2026-05-26T21:22:54.484Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3322 | 2026-05-26T21:22:56.808Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3323 | 2026-05-26T21:22:59.082Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3324 | 2026-05-26T21:23:01.383Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3325 | 2026-05-26T21:23:03.627Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3326 | 2026-05-26T21:23:05.891Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3327 | 2026-05-26T21:23:08.261Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3328 | 2026-05-26T21:23:11.095Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3329 | 2026-05-26T21:23:13.361Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3330 | 2026-05-26T21:23:15.684Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3331 | 2026-05-26T21:23:18.245Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3332 | 2026-05-26T21:23:20.650Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3333 | 2026-05-26T21:23:23.067Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3334 | 2026-05-26T21:23:25.636Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3335 | 2026-05-26T21:23:28.129Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3336 | 2026-05-26T21:23:30.473Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3337 | 2026-05-26T21:23:32.960Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3338 | 2026-05-26T21:23:35.385Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3339 | 2026-05-26T21:23:37.855Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3340 | 2026-05-26T21:23:40.340Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3341 | 2026-05-26T21:23:42.738Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3342 | 2026-05-26T21:23:45.269Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3343 | 2026-05-26T21:23:47.918Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3344 | 2026-05-26T21:23:50.384Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3345 | 2026-05-26T21:23:53.037Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3346 | 2026-05-26T21:23:55.694Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3347 | 2026-05-26T21:23:58.225Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3348 | 2026-05-26T21:24:00.772Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3349 | 2026-05-26T21:24:03.211Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3350 | 2026-05-26T21:24:05.813Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3351 | 2026-05-26T21:24:08.757Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3352 | 2026-05-26T21:24:11.127Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3353 | 2026-05-26T21:24:13.804Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3354 | 2026-05-26T21:24:16.471Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3355 | 2026-05-26T21:24:23.973Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3356 | 2026-05-26T21:24:24.178Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3357 | 2026-05-26T21:24:27.674Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3358 | 2026-05-26T21:24:30.891Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3359 | 2026-05-26T21:24:34.366Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3360 | 2026-05-26T21:24:37.658Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3361 | 2026-05-26T21:24:41.012Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3362 | 2026-05-26T21:24:45.758Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3363 | 2026-05-26T21:24:48.600Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3364 | 2026-05-26T21:24:52.272Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3365 | 2026-05-26T21:24:56.051Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3366 | 2026-05-26T21:24:59.726Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3367 | 2026-05-26T21:25:03.403Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3368 | 2026-05-26T21:25:07.091Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3369 | 2026-05-26T21:25:10.714Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3370 | 2026-05-26T21:25:14.430Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3371 | 2026-05-26T21:25:18.123Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3372 | 2026-05-26T21:25:21.882Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3373 | 2026-05-26T21:25:25.631Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3374 | 2026-05-26T21:25:29.261Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3375 | 2026-05-26T21:25:32.889Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3376 | 2026-05-26T21:25:36.608Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3377 | 2026-05-26T21:25:40.300Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3378 | 2026-05-26T21:25:44.032Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3379 | 2026-05-26T21:26:13.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 45s |
| 3380 | 2026-05-26T21:26:13.893Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files |
| 3381 | 2026-05-26T21:26:14.002Z | |
| 3382 | 2026-05-26T21:26:14.002Z | real 6:45.649585284 |
| 3383 | 2026-05-26T21:26:14.002Z | user 17:58.204152964 |
| 3384 | 2026-05-26T21:26:14.002Z | sys 3:50.222114420 |
| 3385 | 2026-05-26T21:26:14.002Z | trap 0.270691249 |
| 3386 | 2026-05-26T21:26:14.002Z | tflt 0.056245102 |
| 3387 | 2026-05-26T21:26:14.002Z | dflt 0.027812161 |
| 3388 | 2026-05-26T21:26:14.002Z | kflt 0.000030230 |
| 3389 | 2026-05-26T21:26:14.002Z | lock 6:22:43.390085830 |
| 3390 | 2026-05-26T21:26:14.002Z | slp 2:16:31.996235224 |
| 3391 | 2026-05-26T21:26:14.002Z | lat 35.785058914 |
| 3392 | 2026-05-26T21:26:14.006Z | stop 1:48.353794925 |
| 3393 | 2026-05-26T21:26:14.006Z | process exited: duration 789684 ms, exit code 0 |
| |
| 3394 | 2026-05-26T21:26:14.486Z | found 0 output files |