|
|
|
| 1 | 2026-05-28T21:41:39.941Z | job assigned to worker 01KSR8H49QEDJXR2B2646YB01V [factory aws, i-0bab6f786a769d985] (queued for 52 s) |
| |
| 2 | 2026-05-28T21:41:46.897Z | starting task 0: "setup" |
| 3 | 2026-05-28T21:41:46.901Z | ++ uname -s |
| 4 | 2026-05-28T21:41:46.904Z | + kern=SunOS |
| 5 | 2026-05-28T21:41:46.904Z | + build_user=build |
| 6 | 2026-05-28T21:41:46.904Z | + build_uid=12345 |
| 7 | 2026-05-28T21:41:46.904Z | + work_dir=/work |
| 8 | 2026-05-28T21:41:46.904Z | + input_dir=/input |
| 9 | 2026-05-28T21:41:46.904Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T21:41:46.905Z | + case "$kern" in |
| 11 | 2026-05-28T21:41:46.905Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T21:41:46.908Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T21:41:48.911Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T21:41:48.969Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T21:41:48.972Z | + home_fs=zfs |
| 16 | 2026-05-28T21:41:48.972Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T21:41:48.972Z | + mkdir -p /home/build |
| 18 | 2026-05-28T21:41:48.972Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T21:41:50.973Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T21:41:50.976Z | process exited: duration 4079 ms, exit code 0 |
| |
| 21 | 2026-05-28T21:41:50.984Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T21:41:50.988Z | * rust toolchain channel = "1.94.0" |
| 23 | 2026-05-28T21:41:50.988Z | * rust toolchain profile = "default" |
| 24 | 2026-05-28T21:41:50.988Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 25 | 2026-05-28T21:41:50.988Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-28T21:41:50.988Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T21:41:50.988Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T21:41:50.988Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T21:41:50.992Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T21:41:51.082Z | info: downloading installer |
| 31 | 2026-05-28T21:41:52.515Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T21:41:52.515Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T21:41:52.515Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T21:41:52.515Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T21:41:52.528Z | info: profile set to default |
| 36 | 2026-05-28T21:41:52.529Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T21:41:52.532Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T21:41:52.660Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T21:41:52.664Z | info: downloading 6 components |
| 40 | 2026-05-28T21:42:07.004Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T21:42:07.005Z | |
| 42 | 2026-05-28T21:42:07.042Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T21:42:07.042Z | |
| 44 | 2026-05-28T21:42:07.042Z | |
| 45 | 2026-05-28T21:42:07.042Z | Rust is installed now. Great! |
| 46 | 2026-05-28T21:42:07.042Z | |
| 47 | 2026-05-28T21:42:07.042Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T21:42:07.042Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T21:42:07.042Z | |
| 50 | 2026-05-28T21:42:07.042Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T21:42:07.042Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T21:42:07.042Z | |
| 53 | 2026-05-28T21:42:07.042Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T21:42:07.042Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T21:42:07.045Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T21:42:07.045Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T21:42:07.045Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T21:42:07.046Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T21:42:07.046Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T21:42:07.046Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T21:42:07.046Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T21:42:07.131Z | + rustup --version |
| 63 | 2026-05-28T21:42:07.139Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T21:42:07.142Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T21:42:07.162Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T21:42:07.165Z | + cargo --version |
| 67 | 2026-05-28T21:42:07.178Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T21:42:07.181Z | + rustc --version |
| 69 | 2026-05-28T21:42:07.200Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T21:42:07.203Z | process exited: duration 16220 ms, exit code 0 |
| |
| 71 | 2026-05-28T21:42:07.209Z | starting task 2: "authentication" |
| 72 | 2026-05-28T21:42:07.226Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T21:42:07.233Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T21:42:07.236Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T21:42:07.239Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T21:42:07.279Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T21:42:17.726Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T21:42:17.726Z | + git fetch origin c3b59532643de8318d9937c7165c4f323ed561d3 |
| 79 | 2026-05-28T21:42:18.024Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T21:42:18.024Z | * branch c3b59532643de8318d9937c7165c4f323ed561d3 -> FETCH_HEAD |
| 81 | 2026-05-28T21:42:18.034Z | + [[ -n fm-disk-diagnoser ]] |
| 82 | 2026-05-28T21:42:18.037Z | ++ git branch --show-current |
| 83 | 2026-05-28T21:42:18.037Z | + current=main |
| 84 | 2026-05-28T21:42:18.037Z | + [[ main != fm-disk-diagnoser ]] |
| 85 | 2026-05-28T21:42:18.037Z | + git branch -f fm-disk-diagnoser c3b59532643de8318d9937c7165c4f323ed561d3 |
| 86 | 2026-05-28T21:42:18.040Z | + git checkout -f fm-disk-diagnoser |
| 87 | 2026-05-28T21:42:18.277Z | Switched to branch 'fm-disk-diagnoser' |
| 88 | 2026-05-28T21:42:18.280Z | + git reset --hard c3b59532643de8318d9937c7165c4f323ed561d3 |
| 89 | 2026-05-28T21:42:18.313Z | HEAD is now at c3b595326 [fm] Pass InlineErrorChain to slog directly, drop .to_string() |
| 90 | 2026-05-28T21:42:18.317Z | process exited: duration 11081 ms, exit code 0 |
| |
| 91 | 2026-05-28T21:42:18.322Z | starting task 4: "build" |
| 92 | 2026-05-28T21:42:18.327Z | + source ./env.sh |
| 93 | 2026-05-28T21:42:18.330Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-28T21:42:18.330Z | ++ set -o xtrace |
| 95 | 2026-05-28T21:42:18.330Z | ++++ dirname ./env.sh |
| 96 | 2026-05-28T21:42:18.337Z | +++ readlink -f . |
| 97 | 2026-05-28T21:42:18.341Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-28T21:42:18.345Z | ++ 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-28T21:42:18.345Z | ++ 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-28T21:42:18.345Z | ++ 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-28T21:42:18.345Z | ++ 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-28T21:42:18.345Z | ++ 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-28T21:42:18.345Z | ++ 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-28T21:42:18.345Z | ++ 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-28T21:42:18.345Z | ++ 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-28T21:42:18.345Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-28T21:42:18.345Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-28T21:42:18.345Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-28T21:42:18.345Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-28T21:42:18.345Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-28T21:42:18.345Z | + cargo --version |
| 112 | 2026-05-28T21:42:18.351Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-28T21:42:18.355Z | + rustc --version |
| 114 | 2026-05-28T21:42:18.374Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-28T21:42:18.377Z | + banner prerequisites |
| 116 | 2026-05-28T21:42:18.380Z | |
| 117 | 2026-05-28T21:42:18.380Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-28T21:42:18.380Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-28T21:42:18.380Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-28T21:42:18.380Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-28T21:42:18.380Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-28T21:42:18.380Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-28T21:42:18.380Z | |
| 124 | 2026-05-28T21:42:18.380Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-28T21:42:20.060Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-28T21:42:20.137Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-28T21:42:20.398Z | Planning: Solver setup ... Done (0.226s) |
| 128 | 2026-05-28T21:42:20.417Z | Planning: Running solver ... Done (0.019s) |
| 129 | 2026-05-28T21:42:20.429Z | Planning: Finding local manifests ... Done (0.009s) |
| 130 | 2026-05-28T21:42:20.439Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-28T21:42:20.459Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-28T21:42:20.472Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-28T21:42:20.476Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-28T21:42:20.678Z | Planning: Checking for conflicting actions ... Done (0.204s) |
| 135 | 2026-05-28T21:42:20.682Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-28T21:42:22.032Z | Planning: Evaluating mediators ... Done (1.352s) |
| 137 | 2026-05-28T21:42:22.035Z | Planning: Planning completed in 1.88 seconds |
| 138 | 2026-05-28T21:42:22.040Z | Packages to install: 2 |
| 139 | 2026-05-28T21:42:22.040Z | Estimated space available: 156.07 GB |
| 140 | 2026-05-28T21:42:22.043Z | Estimated space to be consumed: 22.53 MB |
| 141 | 2026-05-28T21:42:22.043Z | Create boot environment: No |
| 142 | 2026-05-28T21:42:22.043Z | Create backup boot environment: No |
| 143 | 2026-05-28T21:42:22.043Z | Rebuild boot archive: No |
| 144 | 2026-05-28T21:42:22.043Z | |
| 145 | 2026-05-28T21:42:22.043Z | Changed packages: |
| 146 | 2026-05-28T21:42:22.043Z | helios |
| 147 | 2026-05-28T21:42:22.044Z | developer/build-essential |
| 148 | 2026-05-28T21:42:22.044Z | None -> 11-3.0 |
| 149 | 2026-05-28T21:42:22.044Z | library/libxmlsec1 |
| 150 | 2026-05-28T21:42:22.044Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-28T21:42:22.094Z | |
| 152 | 2026-05-28T21:42:22.094Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-28T21:42:25.504Z | Download: Completed 1.28 MB in 3.41 seconds (384k/s) |
| 154 | 2026-05-28T21:42:25.559Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-28T21:42:25.597Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-05-28T21:42:25.632Z | Finalize: Updating package state database ... Done (0.034s) |
| 157 | 2026-05-28T21:42:25.635Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-28T21:42:25.651Z | Finalize: Updating image state ... Done (0.019s) |
| 159 | 2026-05-28T21:42:28.233Z | Finalize: Creating fast lookup database ... Done (2.559s) |
| 160 | 2026-05-28T21:42:28.308Z | Finalize: Reading search index ... Done (0.017s) |
| 161 | 2026-05-28T21:42:28.311Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-28T21:42:28.362Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-28T21:42:28.663Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-28T21:42:28.770Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-28T21:42:28.773Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-28T21:42:28.931Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-28T21:42:28.934Z | Planning: Planning completed in 0.27 seconds |
| 168 | 2026-05-28T21:42:28.954Z | Mediators to change: 2 |
| 169 | 2026-05-28T21:42:28.954Z | Create boot environment: No |
| 170 | 2026-05-28T21:42:28.954Z | Create backup boot environment: No |
| 171 | 2026-05-28T21:42:28.998Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-28T21:42:28.999Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-28T21:42:29.009Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-28T21:42:30.974Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-28T21:42:31.038Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-28T21:42:31.038Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-28T21:42:31.079Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-28T21:42:31.366Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-28T21:42:31.473Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-28T21:42:31.476Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-28T21:42:31.634Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-28T21:42:31.638Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-05-28T21:42:31.657Z | Mediators to change: 1 |
| 184 | 2026-05-28T21:42:31.658Z | Create boot environment: No |
| 185 | 2026-05-28T21:42:31.658Z | Create backup boot environment: No |
| 186 | 2026-05-28T21:42:31.701Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-28T21:42:31.701Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-28T21:42:31.712Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-28T21:42:33.670Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-28T21:42:33.738Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-28T21:42:33.741Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-28T21:42:33.784Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-28T21:42:34.100Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-28T21:42:34.100Z | apache system 2.4 system |
| 195 | 2026-05-28T21:42:34.100Z | clang system 15 system |
| 196 | 2026-05-28T21:42:34.100Z | csh system system illumos |
| 197 | 2026-05-28T21:42:34.100Z | ctags system system illumos |
| 198 | 2026-05-28T21:42:34.100Z | file vendor vendor darwinsys |
| 199 | 2026-05-28T21:42:34.100Z | file system system illumos |
| 200 | 2026-05-28T21:42:34.100Z | gcc vendor 14 vendor |
| 201 | 2026-05-28T21:42:34.100Z | gcc system 13 system |
| 202 | 2026-05-28T21:42:34.100Z | gcc system 10 system |
| 203 | 2026-05-28T21:42:34.100Z | go system 1.25 system |
| 204 | 2026-05-28T21:42:34.100Z | llvm system 15 system |
| 205 | 2026-05-28T21:42:34.100Z | mariadb system 11.4 system |
| 206 | 2026-05-28T21:42:34.100Z | mta vendor vendor dma |
| 207 | 2026-05-28T21:42:34.100Z | openjdk system 17 system |
| 208 | 2026-05-28T21:42:34.100Z | openjdk system 11 system |
| 209 | 2026-05-28T21:42:34.101Z | openssl vendor 3 vendor |
| 210 | 2026-05-28T21:42:34.101Z | perl system 5.40 system |
| 211 | 2026-05-28T21:42:34.101Z | postgresql system 18 system |
| 212 | 2026-05-28T21:42:34.101Z | postgresql system 17 system |
| 213 | 2026-05-28T21:42:34.101Z | python vendor 3 vendor |
| 214 | 2026-05-28T21:42:34.101Z | python system 2 system |
| 215 | 2026-05-28T21:42:34.101Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-28T21:42:34.101Z | ruby system 3.4 system |
| 217 | 2026-05-28T21:42:34.101Z | ruby system 3.0 system |
| 218 | 2026-05-28T21:42:34.101Z | words vendor vendor american-english |
| 219 | 2026-05-28T21:42:34.101Z | words system system australian-english |
| 220 | 2026-05-28T21:42:34.101Z | words system system british-english |
| 221 | 2026-05-28T21:42:34.101Z | words system system canadian-english |
| 222 | 2026-05-28T21:42:34.101Z | words system system french |
| 223 | 2026-05-28T21:42:34.101Z | words system system italian |
| 224 | 2026-05-28T21:42:34.101Z | words system system ngerman |
| 225 | 2026-05-28T21:42:34.101Z | words system system ogerman |
| 226 | 2026-05-28T21:42:34.101Z | words system system spanish |
| 227 | 2026-05-28T21:42:34.356Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-28T21:42:34.356Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-28T21:42:34.636Z | FMRI IFO |
| 230 | 2026-05-28T21:42:34.636Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-28T21:42:34.636Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-28T21:42:34.636Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-28T21:42:34.636Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-28T21:42:34.636Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-28T21:42:34.636Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-28T21:42:34.636Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-28T21:42:34.636Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-28T21:42:34.636Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-28T21:42:34.882Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-28T21:42:35.159Z | Updating crates.io index |
| 241 | 2026-05-28T21:42:35.162Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-28T21:42:35.447Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-28T21:42:36.358Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-28T21:42:36.877Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-28T21:42:37.693Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-28T21:42:38.188Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-28T21:42:39.921Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-28T21:42:40.668Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-28T21:42:41.070Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-28T21:42:41.976Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-28T21:42:42.356Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-28T21:42:42.785Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-28T21:42:43.230Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-28T21:42:44.124Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-28T21:42:44.593Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-05-28T21:42:44.954Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-28T21:42:45.366Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-28T21:42:45.648Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-28T21:42:46.107Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-28T21:42:46.496Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-28T21:42:46.745Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-28T21:42:47.021Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-28T21:42:47.428Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-28T21:42:47.806Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 265 | 2026-05-28T21:42:48.388Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 266 | 2026-05-28T21:42:48.709Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 267 | 2026-05-28T21:42:49.033Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 268 | 2026-05-28T21:42:49.325Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-05-28T21:42:50.703Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2026-05-28T21:42:51.465Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-28T21:42:51.927Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-28T21:42:52.177Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-28T21:42:52.533Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-28T21:42:52.830Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-28T21:42:53.297Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 276 | 2026-05-28T21:42:53.523Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 277 | 2026-05-28T21:42:53.772Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 278 | 2026-05-28T21:42:54.036Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 279 | 2026-05-28T21:42:54.361Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 280 | 2026-05-28T21:43:06.069Z | Downloading crates ... |
| 281 | 2026-05-28T21:43:06.119Z | Downloaded block-buffer v0.10.4 |
| 282 | 2026-05-28T21:43:06.125Z | Downloaded clap_derive v4.5.55 |
| 283 | 2026-05-28T21:43:06.133Z | Downloaded cargo-platform v0.2.0 |
| 284 | 2026-05-28T21:43:06.140Z | Downloaded fnv v1.0.7 |
| 285 | 2026-05-28T21:43:06.143Z | Downloaded equivalent v1.0.2 |
| 286 | 2026-05-28T21:43:06.151Z | Downloaded yoke v0.8.1 |
| 287 | 2026-05-28T21:43:06.155Z | Downloaded hashbrown v0.17.0 |
| 288 | 2026-05-28T21:43:06.158Z | Downloaded serde_json v1.0.149 |
| 289 | 2026-05-28T21:43:06.161Z | Downloaded ucd-trie v0.1.7 |
| 290 | 2026-05-28T21:43:06.163Z | Downloaded toml_write v0.1.2 |
| 291 | 2026-05-28T21:43:06.163Z | Downloaded generic-array v0.14.7 |
| 292 | 2026-05-28T21:43:06.164Z | Downloaded unicode-xid v0.2.6 |
| 293 | 2026-05-28T21:43:06.164Z | Downloaded errno v0.3.14 |
| 294 | 2026-05-28T21:43:06.167Z | Downloaded anyhow v1.0.102 |
| 295 | 2026-05-28T21:43:06.167Z | Downloaded erased-serde v0.4.9 |
| 296 | 2026-05-28T21:43:06.170Z | Downloaded unicode-ident v1.0.24 |
| 297 | 2026-05-28T21:43:06.170Z | Downloaded sha2 v0.10.9 |
| 298 | 2026-05-28T21:43:06.173Z | Downloaded cpufeatures v0.2.17 |
| 299 | 2026-05-28T21:43:06.179Z | Downloaded usdt-macro v0.5.0 |
| 300 | 2026-05-28T21:43:06.182Z | Downloaded unicode-linebreak v0.1.5 |
| 301 | 2026-05-28T21:43:06.182Z | Downloaded tinystr v0.8.2 |
| 302 | 2026-05-28T21:43:06.182Z | Downloaded itoa v1.0.17 |
| 303 | 2026-05-28T21:43:06.182Z | Downloaded getrandom v0.4.1 |
| 304 | 2026-05-28T21:43:06.185Z | Downloaded anstyle-query v1.1.5 |
| 305 | 2026-05-28T21:43:06.185Z | Downloaded displaydoc v0.2.5 |
| 306 | 2026-05-28T21:43:06.188Z | Downloaded thiserror v2.0.18 |
| 307 | 2026-05-28T21:43:06.191Z | Downloaded utf8_iter v1.0.4 |
| 308 | 2026-05-28T21:43:06.191Z | Downloaded thread-id v4.2.2 |
| 309 | 2026-05-28T21:43:06.191Z | Downloaded usdt v0.5.0 |
| 310 | 2026-05-28T21:43:06.191Z | Downloaded litemap v0.8.1 |
| 311 | 2026-05-28T21:43:06.194Z | Downloaded icu_provider v2.1.1 |
| 312 | 2026-05-28T21:43:06.194Z | Downloaded fastrand v2.3.0 |
| 313 | 2026-05-28T21:43:06.195Z | Downloaded scroll_derive v0.12.1 |
| 314 | 2026-05-28T21:43:06.195Z | Downloaded zerofrom v0.1.6 |
| 315 | 2026-05-28T21:43:06.197Z | Downloaded version_check v0.9.5 |
| 316 | 2026-05-28T21:43:06.198Z | Downloaded usdt-attr-macro v0.5.0 |
| 317 | 2026-05-28T21:43:06.198Z | Downloaded toml_datetime v0.6.11 |
| 318 | 2026-05-28T21:43:06.198Z | Downloaded camino v1.2.2 |
| 319 | 2026-05-28T21:43:06.200Z | Downloaded dof v0.3.0 |
| 320 | 2026-05-28T21:43:06.201Z | Downloaded autocfg v1.5.0 |
| 321 | 2026-05-28T21:43:06.201Z | Downloaded anstyle v1.0.13 |
| 322 | 2026-05-28T21:43:06.201Z | Downloaded zerofrom-derive v0.1.6 |
| 323 | 2026-05-28T21:43:06.204Z | Downloaded crypto-common v0.1.7 |
| 324 | 2026-05-28T21:43:06.204Z | Downloaded strsim v0.11.1 |
| 325 | 2026-05-28T21:43:06.204Z | Downloaded anstyle-parse v0.2.7 |
| 326 | 2026-05-28T21:43:06.204Z | Downloaded bytecount v0.6.9 |
| 327 | 2026-05-28T21:43:06.207Z | Downloaded zmij v1.0.21 |
| 328 | 2026-05-28T21:43:06.207Z | Downloaded utf8parse v0.2.2 |
| 329 | 2026-05-28T21:43:06.211Z | Downloaded thiserror v1.0.69 |
| 330 | 2026-05-28T21:43:06.214Z | Downloaded yoke-derive v0.8.1 |
| 331 | 2026-05-28T21:43:06.214Z | Downloaded byteorder v1.5.0 |
| 332 | 2026-05-28T21:43:06.214Z | Downloaded typeid v1.0.3 |
| 333 | 2026-05-28T21:43:06.214Z | Downloaded stable_deref_trait v1.2.1 |
| 334 | 2026-05-28T21:43:06.214Z | Downloaded serde-value v0.7.0 |
| 335 | 2026-05-28T21:43:06.214Z | Downloaded usdt-impl v0.5.0 |
| 336 | 2026-05-28T21:43:06.218Z | Downloaded percent-encoding v2.3.2 |
| 337 | 2026-05-28T21:43:06.218Z | Downloaded fs-err v3.3.0 |
| 338 | 2026-05-28T21:43:06.218Z | Downloaded cargo_toml v0.21.0 |
| 339 | 2026-05-28T21:43:06.218Z | Downloaded zerovec-derive v0.11.2 |
| 340 | 2026-05-28T21:43:06.221Z | Downloaded cargo_metadata v0.21.0 |
| 341 | 2026-05-28T21:43:06.221Z | Downloaded writeable v0.6.2 |
| 342 | 2026-05-28T21:43:06.221Z | Downloaded is_terminal_polyfill v1.70.2 |
| 343 | 2026-05-28T21:43:06.221Z | Downloaded anstream v0.6.21 |
| 344 | 2026-05-28T21:43:06.224Z | Downloaded camino-tempfile v1.4.1 |
| 345 | 2026-05-28T21:43:06.224Z | Downloaded form_urlencoded v1.2.2 |
| 346 | 2026-05-28T21:43:06.227Z | Downloaded zerocopy-derive v0.7.35 |
| 347 | 2026-05-28T21:43:06.230Z | Downloaded terminal_size v0.4.3 |
| 348 | 2026-05-28T21:43:06.230Z | Downloaded tabled_derive v0.7.0 |
| 349 | 2026-05-28T21:43:06.230Z | Downloaded smawk v0.3.2 |
| 350 | 2026-05-28T21:43:06.230Z | Downloaded toml v0.8.23 |
| 351 | 2026-05-28T21:43:06.234Z | Downloaded proc-macro-error-attr v1.0.4 |
| 352 | 2026-05-28T21:43:06.234Z | Downloaded cfg-if v1.0.4 |
| 353 | 2026-05-28T21:43:06.234Z | Downloaded thiserror-impl v2.0.18 |
| 354 | 2026-05-28T21:43:06.236Z | Downloaded pretty-hex v0.4.1 |
| 355 | 2026-05-28T21:43:06.240Z | Downloaded textwrap v0.16.2 |
| 356 | 2026-05-28T21:43:06.243Z | Downloaded thiserror-impl v1.0.69 |
| 357 | 2026-05-28T21:43:06.243Z | Downloaded potential_utf v0.1.4 |
| 358 | 2026-05-28T21:43:06.246Z | Downloaded plain v0.2.3 |
| 359 | 2026-05-28T21:43:06.246Z | Downloaded heck v0.4.1 |
| 360 | 2026-05-28T21:43:06.249Z | Downloaded toml_edit v0.22.27 |
| 361 | 2026-05-28T21:43:06.256Z | Downloaded heck v0.5.0 |
| 362 | 2026-05-28T21:43:06.260Z | Downloaded macaddr v1.0.1 |
| 363 | 2026-05-28T21:43:06.260Z | Downloaded dtrace-parser v0.2.0 |
| 364 | 2026-05-28T21:43:06.263Z | Downloaded digest v0.10.7 |
| 365 | 2026-05-28T21:43:06.266Z | Downloaded url v2.5.8 |
| 366 | 2026-05-28T21:43:06.266Z | Downloaded zerotrie v0.2.3 |
| 367 | 2026-05-28T21:43:06.269Z | Downloaded typenum v1.19.0 |
| 368 | 2026-05-28T21:43:06.273Z | Downloaded ordered-float v2.10.1 |
| 369 | 2026-05-28T21:43:06.274Z | Downloaded swrite v0.1.0 |
| 370 | 2026-05-28T21:43:06.277Z | Downloaded memmap v0.7.0 |
| 371 | 2026-05-28T21:43:06.277Z | Downloaded colorchoice v1.0.4 |
| 372 | 2026-05-28T21:43:06.280Z | Downloaded once_cell v1.21.3 |
| 373 | 2026-05-28T21:43:06.283Z | Downloaded idna_adapter v1.2.1 |
| 374 | 2026-05-28T21:43:06.283Z | Downloaded zerovec v0.11.5 |
| 375 | 2026-05-28T21:43:06.286Z | Downloaded zerocopy v0.7.35 |
| 376 | 2026-05-28T21:43:06.294Z | Downloaded serde_spanned v0.6.9 |
| 377 | 2026-05-28T21:43:06.298Z | Downloaded winnow v0.7.14 |
| 378 | 2026-05-28T21:43:06.301Z | Downloaded synstructure v0.13.2 |
| 379 | 2026-05-28T21:43:06.301Z | Downloaded icu_normalizer v2.1.1 |
| 380 | 2026-05-28T21:43:06.304Z | Downloaded clap_lex v1.0.0 |
| 381 | 2026-05-28T21:43:06.304Z | Downloaded semver v1.0.28 |
| 382 | 2026-05-28T21:43:06.304Z | Downloaded unicode-width v0.2.0 |
| 383 | 2026-05-28T21:43:06.308Z | Downloaded unicode-width v0.1.14 |
| 384 | 2026-05-28T21:43:06.312Z | Downloaded serde-untagged v0.1.9 |
| 385 | 2026-05-28T21:43:06.315Z | Downloaded scroll v0.12.0 |
| 386 | 2026-05-28T21:43:06.315Z | Downloaded quote v1.0.45 |
| 387 | 2026-05-28T21:43:06.322Z | Downloaded cargo-util-schemas v0.8.2 |
| 388 | 2026-05-28T21:43:06.325Z | Downloaded num-traits v0.2.19 |
| 389 | 2026-05-28T21:43:06.328Z | Downloaded icu_properties v2.1.2 |
| 390 | 2026-05-28T21:43:06.331Z | Downloaded bitflags v2.11.0 |
| 391 | 2026-05-28T21:43:06.334Z | Downloaded pest_generator v2.8.6 |
| 392 | 2026-05-28T21:43:06.334Z | Downloaded serde_tokenstream v0.2.3 |
| 393 | 2026-05-28T21:43:06.339Z | Downloaded smallvec v1.15.1 |
| 394 | 2026-05-28T21:43:06.342Z | Downloaded pest_derive v2.8.6 |
| 395 | 2026-05-28T21:43:06.342Z | Downloaded tempfile v3.25.0 |
| 396 | 2026-05-28T21:43:06.342Z | Downloaded log v0.4.29 |
| 397 | 2026-05-28T21:43:06.345Z | Downloaded proc-macro-error v1.0.4 |
| 398 | 2026-05-28T21:43:06.348Z | Downloaded serde_derive v1.0.228 |
| 399 | 2026-05-28T21:43:06.351Z | Downloaded icu_collections v2.1.1 |
| 400 | 2026-05-28T21:43:06.362Z | Downloaded proc-macro2 v1.0.106 |
| 401 | 2026-05-28T21:43:06.365Z | Downloaded icu_locale_core v2.1.1 |
| 402 | 2026-05-28T21:43:06.368Z | Downloaded serde_core v1.0.228 |
| 403 | 2026-05-28T21:43:06.368Z | Downloaded clap v4.5.60 |
| 404 | 2026-05-28T21:43:06.372Z | Downloaded pest_meta v2.8.6 |
| 405 | 2026-05-28T21:43:06.375Z | Downloaded papergrid v0.11.0 |
| 406 | 2026-05-28T21:43:06.378Z | Downloaded icu_normalizer_data v2.1.1 |
| 407 | 2026-05-28T21:43:06.382Z | Downloaded serde v1.0.228 |
| 408 | 2026-05-28T21:43:06.385Z | Downloaded indexmap v2.14.0 |
| 409 | 2026-05-28T21:43:06.389Z | Downloaded clap_builder v4.5.60 |
| 410 | 2026-05-28T21:43:06.393Z | Downloaded memchr v2.8.0 |
| 411 | 2026-05-28T21:43:06.396Z | Downloaded pest v2.8.6 |
| 412 | 2026-05-28T21:43:06.399Z | Downloaded idna v1.1.0 |
| 413 | 2026-05-28T21:43:06.408Z | Downloaded icu_properties_data v2.1.2 |
| 414 | 2026-05-28T21:43:06.425Z | Downloaded goblin v0.8.2 |
| 415 | 2026-05-28T21:43:06.430Z | Downloaded tabled v0.15.0 |
| 416 | 2026-05-28T21:43:06.439Z | Downloaded syn v1.0.109 |
| 417 | 2026-05-28T21:43:06.445Z | Downloaded syn v2.0.117 |
| 418 | 2026-05-28T21:43:06.462Z | Downloaded rustix v1.1.3 |
| 419 | 2026-05-28T21:43:06.483Z | Downloaded libc v0.2.185 |
| 420 | 2026-05-28T21:43:06.551Z | Compiling proc-macro2 v1.0.106 |
| 421 | 2026-05-28T21:43:06.551Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-05-28T21:43:06.551Z | Compiling quote v1.0.45 |
| 423 | 2026-05-28T21:43:06.551Z | Compiling serde_core v1.0.228 |
| 424 | 2026-05-28T21:43:06.551Z | Compiling libc v0.2.185 |
| 425 | 2026-05-28T21:43:06.551Z | Compiling version_check v0.9.5 |
| 426 | 2026-05-28T21:43:06.554Z | Compiling stable_deref_trait v1.2.1 |
| 427 | 2026-05-28T21:43:06.554Z | Compiling memchr v2.8.0 |
| 428 | 2026-05-28T21:43:06.875Z | Compiling serde v1.0.228 |
| 429 | 2026-05-28T21:43:06.892Z | Compiling zmij v1.0.21 |
| 430 | 2026-05-28T21:43:07.060Z | Compiling ucd-trie v0.1.7 |
| 431 | 2026-05-28T21:43:07.258Z | Compiling itoa v1.0.17 |
| 432 | 2026-05-28T21:43:07.307Z | Compiling autocfg v1.5.0 |
| 433 | 2026-05-28T21:43:07.324Z | Compiling thiserror v1.0.69 |
| 434 | 2026-05-28T21:43:07.468Z | Compiling pest v2.8.6 |
| 435 | 2026-05-28T21:43:07.545Z | Compiling writeable v0.6.2 |
| 436 | 2026-05-28T21:43:07.697Z | Compiling litemap v0.8.1 |
| 437 | 2026-05-28T21:43:07.760Z | Compiling icu_properties_data v2.1.2 |
| 438 | 2026-05-28T21:43:07.800Z | Compiling icu_normalizer_data v2.1.1 |
| 439 | 2026-05-28T21:43:07.939Z | Compiling byteorder v1.5.0 |
| 440 | 2026-05-28T21:43:07.985Z | Compiling rustix v1.1.3 |
| 441 | 2026-05-28T21:43:08.087Z | Compiling syn v2.0.117 |
| 442 | 2026-05-28T21:43:08.175Z | Compiling errno v0.3.14 |
| 443 | 2026-05-28T21:43:08.193Z | Compiling serde_json v1.0.149 |
| 444 | 2026-05-28T21:43:08.209Z | Compiling bitflags v2.11.0 |
| 445 | 2026-05-28T21:43:08.439Z | Compiling num-traits v0.2.19 |
| 446 | 2026-05-28T21:43:08.492Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-28T21:43:08.625Z | Compiling equivalent v1.0.2 |
| 448 | 2026-05-28T21:43:08.662Z | Compiling hashbrown v0.17.0 |
| 449 | 2026-05-28T21:43:08.710Z | Compiling typeid v1.0.3 |
| 450 | 2026-05-28T21:43:08.726Z | Compiling smallvec v1.15.1 |
| 451 | 2026-05-28T21:43:09.099Z | Compiling thread-id v4.2.2 |
| 452 | 2026-05-28T21:43:09.163Z | Compiling proc-macro-error-attr v1.0.4 |
| 453 | 2026-05-28T21:43:09.188Z | Compiling usdt-impl v0.5.0 |
| 454 | 2026-05-28T21:43:09.221Z | Compiling toml_write v0.1.2 |
| 455 | 2026-05-28T21:43:09.264Z | Compiling indexmap v2.14.0 |
| 456 | 2026-05-28T21:43:09.352Z | Compiling syn v1.0.109 |
| 457 | 2026-05-28T21:43:09.400Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-28T21:43:09.423Z | Compiling winnow v0.7.14 |
| 459 | 2026-05-28T21:43:09.911Z | Compiling proc-macro-error v1.0.4 |
| 460 | 2026-05-28T21:43:09.931Z | Compiling getrandom v0.4.1 |
| 461 | 2026-05-28T21:43:10.102Z | Compiling camino v1.2.2 |
| 462 | 2026-05-28T21:43:10.213Z | Compiling log v0.4.29 |
| 463 | 2026-05-28T21:43:10.283Z | Compiling plain v0.2.3 |
| 464 | 2026-05-28T21:43:10.394Z | Compiling thiserror v2.0.18 |
| 465 | 2026-05-28T21:43:10.412Z | Compiling utf8parse v0.2.2 |
| 466 | 2026-05-28T21:43:10.412Z | Compiling utf8_iter v1.0.4 |
| 467 | 2026-05-28T21:43:10.445Z | Compiling percent-encoding v2.3.2 |
| 468 | 2026-05-28T21:43:10.551Z | Compiling anstyle-parse v0.2.7 |
| 469 | 2026-05-28T21:43:10.624Z | Compiling form_urlencoded v1.2.2 |
| 470 | 2026-05-28T21:43:10.643Z | Compiling ordered-float v2.10.1 |
| 471 | 2026-05-28T21:43:10.751Z | Compiling synstructure v0.13.2 |
| 472 | 2026-05-28T21:43:10.751Z | Compiling pest_generator v2.8.6 |
| 473 | 2026-05-28T21:43:10.936Z | Compiling terminal_size v0.4.3 |
| 474 | 2026-05-28T21:43:11.080Z | Compiling cfg-if v1.0.4 |
| 475 | 2026-05-28T21:43:11.158Z | Compiling anstyle v1.0.13 |
| 476 | 2026-05-28T21:43:11.226Z | Compiling anstyle-query v1.1.5 |
| 477 | 2026-05-28T21:43:11.272Z | Compiling colorchoice v1.0.4 |
| 478 | 2026-05-28T21:43:11.302Z | Compiling is_terminal_polyfill v1.70.2 |
| 479 | 2026-05-28T21:43:11.337Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-05-28T21:43:11.382Z | Compiling anstream v0.6.21 |
| 481 | 2026-05-28T21:43:11.400Z | Compiling serde-untagged v0.1.9 |
| 482 | 2026-05-28T21:43:11.469Z | Compiling semver v1.0.28 |
| 483 | 2026-05-28T21:43:11.588Z | Compiling fs-err v3.3.0 |
| 484 | 2026-05-28T21:43:11.638Z | Compiling bytecount v0.6.9 |
| 485 | 2026-05-28T21:43:11.681Z | Compiling fastrand v2.3.0 |
| 486 | 2026-05-28T21:43:11.775Z | Compiling clap_lex v1.0.0 |
| 487 | 2026-05-28T21:43:11.775Z | Compiling heck v0.4.1 |
| 488 | 2026-05-28T21:43:11.812Z | Compiling unicode-width v0.1.14 |
| 489 | 2026-05-28T21:43:11.838Z | Compiling strsim v0.11.1 |
| 490 | 2026-05-28T21:43:11.945Z | Compiling anyhow v1.0.102 |
| 491 | 2026-05-28T21:43:12.028Z | Compiling fnv v1.0.7 |
| 492 | 2026-05-28T21:43:12.084Z | Compiling once_cell v1.21.3 |
| 493 | 2026-05-28T21:43:12.134Z | Compiling heck v0.5.0 |
| 494 | 2026-05-28T21:43:12.190Z | Compiling unicode-xid v0.2.6 |
| 495 | 2026-05-28T21:43:12.301Z | Compiling tempfile v3.25.0 |
| 496 | 2026-05-28T21:43:12.317Z | Compiling papergrid v0.11.0 |
| 497 | 2026-05-28T21:43:12.320Z | Compiling clap_builder v4.5.60 |
| 498 | 2026-05-28T21:43:12.439Z | Compiling serde_derive v1.0.228 |
| 499 | 2026-05-28T21:43:12.466Z | Compiling zerofrom-derive v0.1.6 |
| 500 | 2026-05-28T21:43:12.484Z | Compiling yoke-derive v0.8.1 |
| 501 | 2026-05-28T21:43:12.669Z | Compiling zerovec-derive v0.11.2 |
| 502 | 2026-05-28T21:43:12.904Z | Compiling displaydoc v0.2.5 |
| 503 | 2026-05-28T21:43:13.617Z | Compiling thiserror-impl v1.0.69 |
| 504 | 2026-05-28T21:43:13.640Z | Compiling zerocopy-derive v0.7.35 |
| 505 | 2026-05-28T21:43:13.716Z | Compiling pest_derive v2.8.6 |
| 506 | 2026-05-28T21:43:13.767Z | Compiling scroll_derive v0.12.1 |
| 507 | 2026-05-28T21:43:13.888Z | Compiling zerofrom v0.1.6 |
| 508 | 2026-05-28T21:43:14.027Z | Compiling yoke v0.8.1 |
| 509 | 2026-05-28T21:43:14.173Z | Compiling thiserror-impl v2.0.18 |
| 510 | 2026-05-28T21:43:14.226Z | Compiling zerovec v0.11.5 |
| 511 | 2026-05-28T21:43:14.480Z | Compiling zerotrie v0.2.3 |
| 512 | 2026-05-28T21:43:14.552Z | Compiling zerocopy v0.7.35 |
| 513 | 2026-05-28T21:43:14.747Z | Compiling tinystr v0.8.2 |
| 514 | 2026-05-28T21:43:14.787Z | Compiling potential_utf v0.1.4 |
| 515 | 2026-05-28T21:43:14.962Z | Compiling icu_locale_core v2.1.1 |
| 516 | 2026-05-28T21:43:14.981Z | Compiling icu_collections v2.1.1 |
| 517 | 2026-05-28T21:43:15.029Z | Compiling dtrace-parser v0.2.0 |
| 518 | 2026-05-28T21:43:15.118Z | Compiling scroll v0.12.0 |
| 519 | 2026-05-28T21:43:15.400Z | Compiling goblin v0.8.2 |
| 520 | 2026-05-28T21:43:15.417Z | Compiling tabled_derive v0.7.0 |
| 521 | 2026-05-28T21:43:15.469Z | Compiling clap_derive v4.5.55 |
| 522 | 2026-05-28T21:43:15.644Z | Compiling icu_provider v2.1.1 |
| 523 | 2026-05-28T21:43:15.780Z | Compiling memmap v0.7.0 |
| 524 | 2026-05-28T21:43:15.848Z | Compiling smawk v0.3.2 |
| 525 | 2026-05-28T21:43:15.942Z | Compiling icu_normalizer v2.1.1 |
| 526 | 2026-05-28T21:43:15.961Z | Compiling icu_properties v2.1.2 |
| 527 | 2026-05-28T21:43:15.964Z | Compiling toml_datetime v0.6.11 |
| 528 | 2026-05-28T21:43:15.980Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-05-28T21:43:15.997Z | Compiling dof v0.3.0 |
| 530 | 2026-05-28T21:43:16.146Z | Compiling serde_tokenstream v0.2.3 |
| 531 | 2026-05-28T21:43:16.243Z | Compiling toml_edit v0.22.27 |
| 532 | 2026-05-28T21:43:16.422Z | Compiling serde-value v0.7.0 |
| 533 | 2026-05-28T21:43:16.488Z | Compiling cargo-platform v0.2.0 |
| 534 | 2026-05-28T21:43:16.490Z | Compiling unicode-linebreak v0.1.5 |
| 535 | 2026-05-28T21:43:16.753Z | Compiling unicode-width v0.2.0 |
| 536 | 2026-05-28T21:43:16.771Z | Compiling tabled v0.15.0 |
| 537 | 2026-05-28T21:43:16.790Z | Compiling macaddr v1.0.1 |
| 538 | 2026-05-28T21:43:16.993Z | Compiling idna_adapter v1.2.1 |
| 539 | 2026-05-28T21:43:17.017Z | Compiling usdt-macro v0.5.0 |
| 540 | 2026-05-28T21:43:17.036Z | Compiling usdt-attr-macro v0.5.0 |
| 541 | 2026-05-28T21:43:17.069Z | Compiling textwrap v0.16.2 |
| 542 | 2026-05-28T21:43:17.134Z | Compiling idna v1.1.0 |
| 543 | 2026-05-28T21:43:17.228Z | Compiling clap v4.5.60 |
| 544 | 2026-05-28T21:43:17.319Z | Compiling camino-tempfile v1.4.1 |
| 545 | 2026-05-28T21:43:17.535Z | Compiling url v2.5.8 |
| 546 | 2026-05-28T21:43:17.706Z | Compiling toml v0.8.23 |
| 547 | 2026-05-28T21:43:17.848Z | Compiling swrite v0.1.0 |
| 548 | 2026-05-28T21:43:17.979Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 549 | 2026-05-28T21:43:18.182Z | Compiling cargo-util-schemas v0.8.2 |
| 550 | 2026-05-28T21:43:18.319Z | Compiling cargo_toml v0.21.0 |
| 551 | 2026-05-28T21:43:18.557Z | Compiling usdt v0.5.0 |
| 552 | 2026-05-28T21:43:19.092Z | Compiling cargo_metadata v0.21.0 |
| 553 | 2026-05-28T21:43:20.037Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 554 | 2026-05-28T21:43:22.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.41s |
| 555 | 2026-05-28T21:43:22.381Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 556 | 2026-05-28T21:43:22.956Z | Downloading crates ... |
| 557 | 2026-05-28T21:43:23.077Z | Downloaded adler2 v2.0.1 |
| 558 | 2026-05-28T21:43:23.083Z | Downloaded argon2 v0.5.3 |
| 559 | 2026-05-28T21:43:23.083Z | Downloaded allocator-api2 v0.2.21 |
| 560 | 2026-05-28T21:43:23.095Z | Downloaded cfg_aliases v0.2.1 |
| 561 | 2026-05-28T21:43:23.098Z | Downloaded array-init v0.0.4 |
| 562 | 2026-05-28T21:43:23.098Z | Downloaded cargo-platform v0.1.9 |
| 563 | 2026-05-28T21:43:23.098Z | Downloaded block-padding v0.3.3 |
| 564 | 2026-05-28T21:43:23.102Z | Downloaded compression-core v0.4.31 |
| 565 | 2026-05-28T21:43:23.106Z | Downloaded crc v3.4.0 |
| 566 | 2026-05-28T21:43:23.107Z | Downloaded cobs v0.3.0 |
| 567 | 2026-05-28T21:43:23.111Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 568 | 2026-05-28T21:43:23.115Z | Downloaded cfg_aliases v0.1.1 |
| 569 | 2026-05-28T21:43:23.115Z | Downloaded bb8 v0.8.6 |
| 570 | 2026-05-28T21:43:23.115Z | Downloaded async-stream v0.3.6 |
| 571 | 2026-05-28T21:43:23.115Z | Downloaded aead v0.5.2 |
| 572 | 2026-05-28T21:43:23.119Z | Downloaded ciborium-io v0.2.2 |
| 573 | 2026-05-28T21:43:23.124Z | Downloaded bitfield-macros v0.19.4 |
| 574 | 2026-05-28T21:43:23.124Z | Downloaded castaway v0.2.4 |
| 575 | 2026-05-28T21:43:23.124Z | Downloaded arrayref v0.3.9 |
| 576 | 2026-05-28T21:43:23.124Z | Downloaded atomicwrites v0.4.4 |
| 577 | 2026-05-28T21:43:23.129Z | Downloaded defmt v0.3.100 |
| 578 | 2026-05-28T21:43:23.129Z | Downloaded ascii-canvas v3.0.0 |
| 579 | 2026-05-28T21:43:23.133Z | Downloaded bitfield-struct v0.6.2 |
| 580 | 2026-05-28T21:43:23.136Z | Downloaded float-ord v0.3.2 |
| 581 | 2026-05-28T21:43:23.136Z | Downloaded flagset v0.4.7 |
| 582 | 2026-05-28T21:43:23.136Z | Downloaded fixedbitset v0.4.2 |
| 583 | 2026-05-28T21:43:23.136Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 584 | 2026-05-28T21:43:23.140Z | Downloaded convert_case v0.4.0 |
| 585 | 2026-05-28T21:43:23.140Z | Downloaded bit-set v0.5.3 |
| 586 | 2026-05-28T21:43:23.140Z | Downloaded async-stream-impl v0.3.6 |
| 587 | 2026-05-28T21:43:23.140Z | Downloaded darling_macro v0.21.3 |
| 588 | 2026-05-28T21:43:23.145Z | Downloaded dyn-clone v1.0.20 |
| 589 | 2026-05-28T21:43:23.145Z | Downloaded dunce v1.0.5 |
| 590 | 2026-05-28T21:43:23.145Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 591 | 2026-05-28T21:43:23.145Z | Downloaded display-error-chain v0.2.2 |
| 592 | 2026-05-28T21:43:23.149Z | Downloaded bit-set v0.8.0 |
| 593 | 2026-05-28T21:43:23.149Z | Downloaded crc-catalog v2.4.0 |
| 594 | 2026-05-28T21:43:23.149Z | Downloaded fd-lock v4.0.4 |
| 595 | 2026-05-28T21:43:23.150Z | Downloaded env_filter v1.0.0 |
| 596 | 2026-05-28T21:43:23.154Z | Downloaded dirs-sys-next v0.1.2 |
| 597 | 2026-05-28T21:43:23.154Z | Downloaded arc-swap v1.8.2 |
| 598 | 2026-05-28T21:43:23.165Z | Downloaded dtrace-parser v0.3.0 |
| 599 | 2026-05-28T21:43:23.171Z | Downloaded crucible-workspace-hack v0.1.0 |
| 600 | 2026-05-28T21:43:23.171Z | Downloaded crc8 v0.1.1 |
| 601 | 2026-05-28T21:43:23.171Z | Downloaded atty v0.2.14 |
| 602 | 2026-05-28T21:43:23.171Z | Downloaded difflib v0.4.0 |
| 603 | 2026-05-28T21:43:23.171Z | Downloaded debug-ignore v1.0.5 |
| 604 | 2026-05-28T21:43:23.171Z | Downloaded embedded-io v0.6.1 |
| 605 | 2026-05-28T21:43:23.171Z | Downloaded embedded-io v0.4.0 |
| 606 | 2026-05-28T21:43:23.177Z | Downloaded base16ct v0.2.0 |
| 607 | 2026-05-28T21:43:23.177Z | Downloaded async-recursion v1.1.1 |
| 608 | 2026-05-28T21:43:23.177Z | Downloaded darling_macro v0.23.0 |
| 609 | 2026-05-28T21:43:23.177Z | Downloaded dsl_auto_type v0.2.0 |
| 610 | 2026-05-28T21:43:23.177Z | Downloaded dirs-next v2.0.0 |
| 611 | 2026-05-28T21:43:23.182Z | Downloaded defmt-parser v1.0.0 |
| 612 | 2026-05-28T21:43:23.182Z | Downloaded cstr-argument v0.1.2 |
| 613 | 2026-05-28T21:43:23.182Z | Downloaded downcast-rs v2.0.2 |
| 614 | 2026-05-28T21:43:23.182Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 615 | 2026-05-28T21:43:23.182Z | Downloaded derive_builder_macro v0.20.2 |
| 616 | 2026-05-28T21:43:23.182Z | Downloaded foreign-types v0.5.0 |
| 617 | 2026-05-28T21:43:23.182Z | Downloaded darling_macro v0.20.11 |
| 618 | 2026-05-28T21:43:23.187Z | Downloaded crunchy v0.2.4 |
| 619 | 2026-05-28T21:43:23.187Z | Downloaded assert_matches v1.5.0 |
| 620 | 2026-05-28T21:43:23.187Z | Downloaded dof v0.4.0 |
| 621 | 2026-05-28T21:43:23.191Z | Downloaded bit-vec v0.8.0 |
| 622 | 2026-05-28T21:43:23.191Z | Downloaded endian-type v0.1.2 |
| 623 | 2026-05-28T21:43:23.191Z | Downloaded document-features v0.2.12 |
| 624 | 2026-05-28T21:43:23.191Z | Downloaded cargo_metadata v0.19.2 |
| 625 | 2026-05-28T21:43:23.191Z | Downloaded atomic-waker v1.1.2 |
| 626 | 2026-05-28T21:43:23.198Z | Downloaded daft v0.1.7 |
| 627 | 2026-05-28T21:43:23.209Z | Downloaded ctr v0.9.2 |
| 628 | 2026-05-28T21:43:23.209Z | Downloaded csv-core v0.1.13 |
| 629 | 2026-05-28T21:43:23.209Z | Downloaded compression-codecs v0.4.37 |
| 630 | 2026-05-28T21:43:23.209Z | Downloaded derive-ex v0.1.8 |
| 631 | 2026-05-28T21:43:23.212Z | Downloaded defmt v1.0.1 |
| 632 | 2026-05-28T21:43:23.213Z | Downloaded ena v0.14.4 |
| 633 | 2026-05-28T21:43:23.213Z | Downloaded buf-list v1.1.2 |
| 634 | 2026-05-28T21:43:23.213Z | Downloaded darling v0.20.11 |
| 635 | 2026-05-28T21:43:23.213Z | Downloaded cpufeatures v0.3.0 |
| 636 | 2026-05-28T21:43:23.217Z | Downloaded blowfish v0.9.1 |
| 637 | 2026-05-28T21:43:23.217Z | Downloaded env_logger v0.11.9 |
| 638 | 2026-05-28T21:43:23.217Z | Downloaded enum-as-inner v0.6.1 |
| 639 | 2026-05-28T21:43:23.221Z | Downloaded fallible-iterator v0.2.0 |
| 640 | 2026-05-28T21:43:23.221Z | Downloaded derive_builder_core v0.20.2 |
| 641 | 2026-05-28T21:43:23.221Z | Downloaded backoff v0.4.0 |
| 642 | 2026-05-28T21:43:23.225Z | Downloaded deranged v0.5.8 |
| 643 | 2026-05-28T21:43:23.225Z | Downloaded convert_case v0.10.0 |
| 644 | 2026-05-28T21:43:23.225Z | Downloaded foreign-types-shared v0.1.1 |
| 645 | 2026-05-28T21:43:23.225Z | Downloaded foreign-types v0.3.2 |
| 646 | 2026-05-28T21:43:23.230Z | Downloaded either v1.15.0 |
| 647 | 2026-05-28T21:43:23.230Z | Downloaded ed25519 v2.2.3 |
| 648 | 2026-05-28T21:43:23.231Z | Downloaded diesel-dtrace v0.5.0 |
| 649 | 2026-05-28T21:43:23.231Z | Downloaded funty v2.0.0 |
| 650 | 2026-05-28T21:43:23.234Z | Downloaded foreign-types-shared v0.3.1 |
| 651 | 2026-05-28T21:43:23.234Z | Downloaded futures-sink v0.3.32 |
| 652 | 2026-05-28T21:43:23.234Z | Downloaded futures-io v0.3.32 |
| 653 | 2026-05-28T21:43:23.234Z | Downloaded foreign-types-macros v0.2.3 |
| 654 | 2026-05-28T21:43:23.234Z | Downloaded foldhash v0.2.0 |
| 655 | 2026-05-28T21:43:23.234Z | Downloaded crossbeam-deque v0.8.6 |
| 656 | 2026-05-28T21:43:23.234Z | Downloaded foldhash v0.1.5 |
| 657 | 2026-05-28T21:43:23.253Z | Downloaded fxhash v0.2.1 |
| 658 | 2026-05-28T21:43:23.253Z | Downloaded futures-macro v0.3.32 |
| 659 | 2026-05-28T21:43:23.253Z | Downloaded defmt-macros v1.0.1 |
| 660 | 2026-05-28T21:43:23.253Z | Downloaded futures-task v0.3.32 |
| 661 | 2026-05-28T21:43:23.256Z | Downloaded byte-wrapper v0.1.0 |
| 662 | 2026-05-28T21:43:23.256Z | Downloaded corncobs v0.1.4 |
| 663 | 2026-05-28T21:43:23.256Z | Downloaded futures-core v0.3.32 |
| 664 | 2026-05-28T21:43:23.256Z | Downloaded constant_time_eq v0.4.2 |
| 665 | 2026-05-28T21:43:23.256Z | Downloaded daft-derive v0.1.7 |
| 666 | 2026-05-28T21:43:23.256Z | Downloaded ecdsa v0.16.9 |
| 667 | 2026-05-28T21:43:23.256Z | Downloaded hash32 v0.2.1 |
| 668 | 2026-05-28T21:43:23.256Z | Downloaded diff v0.1.13 |
| 669 | 2026-05-28T21:43:23.256Z | Downloaded crc32fast v1.5.0 |
| 670 | 2026-05-28T21:43:23.256Z | Downloaded gethostname v0.5.0 |
| 671 | 2026-05-28T21:43:23.256Z | Downloaded cexpr v0.6.0 |
| 672 | 2026-05-28T21:43:23.256Z | Downloaded base64ct v1.8.3 |
| 673 | 2026-05-28T21:43:23.256Z | Downloaded filetime v0.2.27 |
| 674 | 2026-05-28T21:43:23.256Z | Downloaded crossbeam-epoch v0.9.18 |
| 675 | 2026-05-28T21:43:23.260Z | Downloaded async-trait v0.1.89 |
| 676 | 2026-05-28T21:43:23.264Z | Downloaded headers-core v0.3.0 |
| 677 | 2026-05-28T21:43:23.264Z | Downloaded git-stub-vcs v0.1.0 |
| 678 | 2026-05-28T21:43:23.265Z | Downloaded globwalk v0.9.1 |
| 679 | 2026-05-28T21:43:23.265Z | Downloaded ghash v0.5.1 |
| 680 | 2026-05-28T21:43:23.265Z | Downloaded const_format_proc_macros v0.2.34 |
| 681 | 2026-05-28T21:43:23.270Z | Downloaded cbc v0.1.2 |
| 682 | 2026-05-28T21:43:23.270Z | Downloaded arrayvec v0.7.6 |
| 683 | 2026-05-28T21:43:23.270Z | Downloaded bitfield v0.19.4 |
| 684 | 2026-05-28T21:43:23.270Z | Downloaded ahash v0.8.12 |
| 685 | 2026-05-28T21:43:23.274Z | Downloaded bcs v0.1.6 |
| 686 | 2026-05-28T21:43:23.274Z | Downloaded crossbeam-utils v0.8.21 |
| 687 | 2026-05-28T21:43:23.274Z | Downloaded bzip2 v0.6.1 |
| 688 | 2026-05-28T21:43:23.278Z | Downloaded des v0.8.1 |
| 689 | 2026-05-28T21:43:23.278Z | Downloaded data-encoding v2.10.0 |
| 690 | 2026-05-28T21:43:23.278Z | Downloaded const-oid v0.9.6 |
| 691 | 2026-05-28T21:43:23.288Z | Downloaded darling v0.23.0 |
| 692 | 2026-05-28T21:43:23.288Z | Downloaded erased-serde v0.3.31 |
| 693 | 2026-05-28T21:43:23.293Z | Downloaded drift v0.1.4 |
| 694 | 2026-05-28T21:43:23.293Z | Downloaded hex v0.4.3 |
| 695 | 2026-05-28T21:43:23.294Z | Downloaded console v0.15.11 |
| 696 | 2026-05-28T21:43:23.294Z | Downloaded colored v3.1.1 |
| 697 | 2026-05-28T21:43:23.297Z | Downloaded hex-literal v0.4.1 |
| 698 | 2026-05-28T21:43:23.297Z | Downloaded cancel-safe-futures v0.1.5 |
| 699 | 2026-05-28T21:43:23.297Z | Downloaded fs-err v2.11.0 |
| 700 | 2026-05-28T21:43:23.297Z | Downloaded httpdate v1.0.3 |
| 701 | 2026-05-28T21:43:23.303Z | Downloaded blake2 v0.10.6 |
| 702 | 2026-05-28T21:43:23.303Z | Downloaded hubpack v0.1.2 |
| 703 | 2026-05-28T21:43:23.303Z | Downloaded globset v0.4.18 |
| 704 | 2026-05-28T21:43:23.308Z | Downloaded glob v0.3.3 |
| 705 | 2026-05-28T21:43:23.308Z | Downloaded derive_builder v0.20.2 |
| 706 | 2026-05-28T21:43:23.308Z | Downloaded hostname v0.4.2 |
| 707 | 2026-05-28T21:43:23.309Z | Downloaded hostname v0.3.1 |
| 708 | 2026-05-28T21:43:23.313Z | Downloaded home v0.5.12 |
| 709 | 2026-05-28T21:43:23.313Z | Downloaded fs_extra v1.3.0 |
| 710 | 2026-05-28T21:43:23.313Z | Downloaded illumos-nvpair v0.3.0 |
| 711 | 2026-05-28T21:43:23.313Z | Downloaded hubpack_derive v0.1.1 |
| 712 | 2026-05-28T21:43:23.313Z | Downloaded hyper-tls v0.6.0 |
| 713 | 2026-05-28T21:43:23.314Z | Downloaded cookie_store v0.22.1 |
| 714 | 2026-05-28T21:43:23.318Z | Downloaded indent_write v2.2.0 |
| 715 | 2026-05-28T21:43:23.318Z | Downloaded git-stub v1.0.0 |
| 716 | 2026-05-28T21:43:23.318Z | Downloaded futures-executor v0.3.32 |
| 717 | 2026-05-28T21:43:23.318Z | Downloaded http-range v0.1.5 |
| 718 | 2026-05-28T21:43:23.318Z | Downloaded http-body v1.0.1 |
| 719 | 2026-05-28T21:43:23.318Z | Downloaded indoc v1.0.9 |
| 720 | 2026-05-28T21:43:23.321Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 721 | 2026-05-28T21:43:23.321Z | Downloaded ident_case v1.0.1 |
| 722 | 2026-05-28T21:43:23.321Z | Downloaded instant v0.1.13 |
| 723 | 2026-05-28T21:43:23.321Z | Downloaded ff v0.13.1 |
| 724 | 2026-05-28T21:43:23.325Z | Downloaded derive-where v1.6.0 |
| 725 | 2026-05-28T21:43:23.328Z | Downloaded chacha20 v0.10.0 |
| 726 | 2026-05-28T21:43:23.328Z | Downloaded inout v0.1.4 |
| 727 | 2026-05-28T21:43:23.328Z | Downloaded keccak v0.1.6 |
| 728 | 2026-05-28T21:43:23.331Z | Downloaded instability v0.3.11 |
| 729 | 2026-05-28T21:43:23.331Z | Downloaded dropshot_endpoint v0.17.0 |
| 730 | 2026-05-28T21:43:23.335Z | Downloaded cookie v0.18.1 |
| 731 | 2026-05-28T21:43:23.335Z | Downloaded console v0.16.2 |
| 732 | 2026-05-28T21:43:23.335Z | Downloaded find-msvc-tools v0.1.9 |
| 733 | 2026-05-28T21:43:23.343Z | Downloaded darling v0.21.3 |
| 734 | 2026-05-28T21:43:23.347Z | Downloaded fatfs v0.3.6 |
| 735 | 2026-05-28T21:43:23.347Z | Downloaded dropshot_endpoint v0.16.7 |
| 736 | 2026-05-28T21:43:23.347Z | Downloaded backon v1.6.0 |
| 737 | 2026-05-28T21:43:23.347Z | Downloaded is-terminal v0.4.17 |
| 738 | 2026-05-28T21:43:23.347Z | Downloaded ciborium v0.2.2 |
| 739 | 2026-05-28T21:43:23.351Z | Downloaded darling_core v0.23.0 |
| 740 | 2026-05-28T21:43:23.351Z | Downloaded internet-checksum v0.2.1 |
| 741 | 2026-05-28T21:43:23.351Z | Downloaded group v0.13.0 |
| 742 | 2026-05-28T21:43:23.355Z | Downloaded darling_core v0.21.3 |
| 743 | 2026-05-28T21:43:23.363Z | Downloaded linked-hash-map v0.5.6 |
| 744 | 2026-05-28T21:43:23.363Z | Downloaded lalrpop-util v0.19.12 |
| 745 | 2026-05-28T21:43:23.363Z | Downloaded kstat-rs v0.2.4 |
| 746 | 2026-05-28T21:43:23.364Z | Downloaded is_ci v1.2.0 |
| 747 | 2026-05-28T21:43:23.364Z | Downloaded darling_core v0.20.11 |
| 748 | 2026-05-28T21:43:23.367Z | Downloaded bzip2 v0.4.4 |
| 749 | 2026-05-28T21:43:23.367Z | Downloaded lru-cache v0.1.2 |
| 750 | 2026-05-28T21:43:23.367Z | Downloaded lazy_static v1.5.0 |
| 751 | 2026-05-28T21:43:23.367Z | Downloaded cmake v0.1.57 |
| 752 | 2026-05-28T21:43:23.367Z | Downloaded libscf-sys v1.1.0 |
| 753 | 2026-05-28T21:43:23.367Z | Downloaded async-bb8-diesel v0.2.1 |
| 754 | 2026-05-28T21:43:23.367Z | Downloaded colored v2.2.0 |
| 755 | 2026-05-28T21:43:23.371Z | Downloaded memoffset v0.9.1 |
| 756 | 2026-05-28T21:43:23.371Z | Downloaded maplit v1.0.2 |
| 757 | 2026-05-28T21:43:23.371Z | Downloaded lzss v0.8.2 |
| 758 | 2026-05-28T21:43:23.376Z | Downloaded managed v0.8.0 |
| 759 | 2026-05-28T21:43:23.376Z | Downloaded match_cfg v0.1.0 |
| 760 | 2026-05-28T21:43:23.376Z | Downloaded lru-slab v0.1.2 |
| 761 | 2026-05-28T21:43:23.376Z | Downloaded lru v0.12.5 |
| 762 | 2026-05-28T21:43:23.376Z | Downloaded md-5 v0.10.6 |
| 763 | 2026-05-28T21:43:23.382Z | Downloaded maybe-uninit v2.0.0 |
| 764 | 2026-05-28T21:43:23.382Z | Downloaded http-body-util v0.1.3 |
| 765 | 2026-05-28T21:43:23.382Z | Downloaded highway v1.3.0 |
| 766 | 2026-05-28T21:43:23.382Z | Downloaded md5 v0.7.0 |
| 767 | 2026-05-28T21:43:23.382Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 768 | 2026-05-28T21:43:23.382Z | Downloaded getrandom v0.2.17 |
| 769 | 2026-05-28T21:43:23.385Z | Downloaded newtype-uuid-macros v0.1.0 |
| 770 | 2026-05-28T21:43:23.385Z | Downloaded futures-channel v0.3.32 |
| 771 | 2026-05-28T21:43:23.385Z | Downloaded float-cmp v0.10.0 |
| 772 | 2026-05-28T21:43:23.392Z | Downloaded clang-sys v1.8.1 |
| 773 | 2026-05-28T21:43:23.392Z | Downloaded nodrop v0.1.14 |
| 774 | 2026-05-28T21:43:23.392Z | Downloaded crc-any v2.5.0 |
| 775 | 2026-05-28T21:43:23.396Z | Downloaded half v1.8.3 |
| 776 | 2026-05-28T21:43:23.396Z | Downloaded cassowary v0.3.0 |
| 777 | 2026-05-28T21:43:23.396Z | Downloaded cipher v0.4.4 |
| 778 | 2026-05-28T21:43:23.397Z | Downloaded chacha20 v0.9.1 |
| 779 | 2026-05-28T21:43:23.397Z | Downloaded fixedbitset v0.5.7 |
| 780 | 2026-05-28T21:43:23.401Z | Downloaded elliptic-curve v0.13.8 |
| 781 | 2026-05-28T21:43:23.401Z | Downloaded humantime v2.3.0 |
| 782 | 2026-05-28T21:43:23.401Z | Downloaded ciborium-ll v0.2.2 |
| 783 | 2026-05-28T21:43:23.401Z | Downloaded camino-tempfile-ext v0.3.3 |
| 784 | 2026-05-28T21:43:23.405Z | Downloaded critical-section v1.2.0 |
| 785 | 2026-05-28T21:43:23.405Z | Downloaded bitflags v1.3.2 |
| 786 | 2026-05-28T21:43:23.405Z | Downloaded newtype_derive v0.1.6 |
| 787 | 2026-05-28T21:43:23.412Z | Downloaded nibble_vec v0.1.0 |
| 788 | 2026-05-28T21:43:23.412Z | Downloaded hash32 v0.3.1 |
| 789 | 2026-05-28T21:43:23.412Z | Downloaded chacha20poly1305 v0.10.1 |
| 790 | 2026-05-28T21:43:23.412Z | Downloaded flume v0.11.1 |
| 791 | 2026-05-28T21:43:23.416Z | Downloaded ingot-types v0.1.2 |
| 792 | 2026-05-28T21:43:23.416Z | Downloaded nonempty v0.12.0 |
| 793 | 2026-05-28T21:43:23.416Z | Downloaded ingot v0.1.1 |
| 794 | 2026-05-28T21:43:23.416Z | Downloaded num-iter v0.1.45 |
| 795 | 2026-05-28T21:43:23.416Z | Downloaded num-conv v0.2.0 |
| 796 | 2026-05-28T21:43:23.416Z | Downloaded ipnet v2.11.0 |
| 797 | 2026-05-28T21:43:23.416Z | Downloaded indoc v2.0.7 |
| 798 | 2026-05-28T21:43:23.423Z | Downloaded newline-converter v0.3.0 |
| 799 | 2026-05-28T21:43:23.423Z | Downloaded multimap v0.10.1 |
| 800 | 2026-05-28T21:43:23.423Z | Downloaded bit-vec v0.6.3 |
| 801 | 2026-05-28T21:43:23.429Z | Downloaded der_derive v0.7.3 |
| 802 | 2026-05-28T21:43:23.429Z | Downloaded jobserver v0.1.34 |
| 803 | 2026-05-28T21:43:23.429Z | Downloaded base64 v0.22.1 |
| 804 | 2026-05-28T21:43:23.430Z | Downloaded num_enum_derive v0.5.11 |
| 805 | 2026-05-28T21:43:23.430Z | Downloaded new_debug_unreachable v1.0.6 |
| 806 | 2026-05-28T21:43:23.430Z | Downloaded crypto-bigint v0.5.5 |
| 807 | 2026-05-28T21:43:23.434Z | Downloaded num v0.4.3 |
| 808 | 2026-05-28T21:43:23.434Z | Downloaded olpc-cjson v0.1.4 |
| 809 | 2026-05-28T21:43:23.434Z | Downloaded libsw-core v0.3.2 |
| 810 | 2026-05-28T21:43:23.439Z | Downloaded openssl-probe v0.2.1 |
| 811 | 2026-05-28T21:43:23.439Z | Downloaded ipnetwork v0.21.1 |
| 812 | 2026-05-28T21:43:23.439Z | Downloaded httparse v1.10.1 |
| 813 | 2026-05-28T21:43:23.439Z | Downloaded num-derive v0.3.3 |
| 814 | 2026-05-28T21:43:23.442Z | Downloaded openssl-probe v0.1.6 |
| 815 | 2026-05-28T21:43:23.442Z | Downloaded derive_more v0.99.20 |
| 816 | 2026-05-28T21:43:23.442Z | Downloaded opaque-debug v0.3.1 |
| 817 | 2026-05-28T21:43:23.450Z | Downloaded num_threads v0.1.7 |
| 818 | 2026-05-28T21:43:23.450Z | Downloaded openssl-macros v0.1.1 |
| 819 | 2026-05-28T21:43:23.450Z | Downloaded num-derive v0.4.2 |
| 820 | 2026-05-28T21:43:23.450Z | Downloaded oso-derive v0.27.3 |
| 821 | 2026-05-28T21:43:23.455Z | Downloaded lock_api v0.4.14 |
| 822 | 2026-05-28T21:43:23.455Z | Downloaded iana-time-zone v0.1.65 |
| 823 | 2026-05-28T21:43:23.464Z | Downloaded packed_struct_codegen v0.10.1 |
| 824 | 2026-05-28T21:43:23.468Z | Downloaded crossbeam-channel v0.5.15 |
| 825 | 2026-05-28T21:43:23.468Z | Downloaded newtype-uuid v1.3.2 |
| 826 | 2026-05-28T21:43:23.468Z | Downloaded native-tls v0.2.18 |
| 827 | 2026-05-28T21:43:23.479Z | Downloaded mime v0.3.17 |
| 828 | 2026-05-28T21:43:23.479Z | Downloaded libsw v3.5.0 |
| 829 | 2026-05-28T21:43:23.479Z | Downloaded derive_more v2.1.1 |
| 830 | 2026-05-28T21:43:23.484Z | Downloaded pbkdf2 v0.12.2 |
| 831 | 2026-05-28T21:43:23.484Z | Downloaded parse-size v1.1.0 |
| 832 | 2026-05-28T21:43:23.484Z | Downloaded peg-runtime v0.8.5 |
| 833 | 2026-05-28T21:43:23.484Z | Downloaded getrandom v0.3.4 |
| 834 | 2026-05-28T21:43:23.484Z | Downloaded hyper-rustls v0.27.7 |
| 835 | 2026-05-28T21:43:23.493Z | Downloaded compact_str v0.8.1 |
| 836 | 2026-05-28T21:43:23.493Z | Downloaded phf_shared v0.11.3 |
| 837 | 2026-05-28T21:43:23.493Z | Downloaded phf_shared v0.13.1 |
| 838 | 2026-05-28T21:43:23.496Z | Downloaded der v0.7.10 |
| 839 | 2026-05-28T21:43:23.496Z | Downloaded pbkdf2 v0.11.0 |
| 840 | 2026-05-28T21:43:23.497Z | Downloaded ar_archive_writer v0.5.1 |
| 841 | 2026-05-28T21:43:23.497Z | Downloaded num_enum v0.7.5 |
| 842 | 2026-05-28T21:43:23.511Z | Downloaded nanorand v0.7.0 |
| 843 | 2026-05-28T21:43:23.511Z | Downloaded num_enum v0.5.11 |
| 844 | 2026-05-28T21:43:23.517Z | Downloaded base64 v0.21.7 |
| 845 | 2026-05-28T21:43:23.517Z | Downloaded num-integer v0.1.46 |
| 846 | 2026-05-28T21:43:23.517Z | Downloaded ignore v0.4.25 |
| 847 | 2026-05-28T21:43:23.517Z | Downloaded nu-ansi-term v0.50.3 |
| 848 | 2026-05-28T21:43:23.517Z | Downloaded packed_struct v0.10.1 |
| 849 | 2026-05-28T21:43:23.517Z | Downloaded normalize-line-endings v0.3.0 |
| 850 | 2026-05-28T21:43:23.517Z | Downloaded multer v3.1.0 |
| 851 | 2026-05-28T21:43:23.517Z | Downloaded mime_guess v2.0.5 |
| 852 | 2026-05-28T21:43:23.517Z | Downloaded hyper-staticfile v0.10.1 |
| 853 | 2026-05-28T21:43:23.517Z | Downloaded predicates-core v1.0.10 |
| 854 | 2026-05-28T21:43:23.517Z | Downloaded num_enum_derive v0.7.5 |
| 855 | 2026-05-28T21:43:23.522Z | Downloaded num-complex v0.4.6 |
| 856 | 2026-05-28T21:43:23.522Z | Downloaded predicates-tree v1.0.13 |
| 857 | 2026-05-28T21:43:23.522Z | Downloaded powerfmt v0.2.0 |
| 858 | 2026-05-28T21:43:23.522Z | Downloaded proc-macro-crate v3.4.0 |
| 859 | 2026-05-28T21:43:23.522Z | Downloaded hmac v0.12.1 |
| 860 | 2026-05-28T21:43:23.522Z | Downloaded path-slash v0.1.5 |
| 861 | 2026-05-28T21:43:23.528Z | Downloaded heapless v0.8.0 |
| 862 | 2026-05-28T21:43:23.528Z | Downloaded pin-utils v0.1.0 |
| 863 | 2026-05-28T21:43:23.528Z | Downloaded phf_shared v0.12.1 |
| 864 | 2026-05-28T21:43:23.528Z | Downloaded derive_more-impl v2.1.1 |
| 865 | 2026-05-28T21:43:23.533Z | Downloaded expectorate v1.2.0 |
| 866 | 2026-05-28T21:43:23.533Z | Downloaded diesel_derives v2.3.7 |
| 867 | 2026-05-28T21:43:23.537Z | Downloaded parking_lot_core v0.8.6 |
| 868 | 2026-05-28T21:43:23.537Z | Downloaded futures v0.3.32 |
| 869 | 2026-05-28T21:43:23.540Z | Downloaded progenitor-client v0.10.0 |
| 870 | 2026-05-28T21:43:23.540Z | Downloaded linear-map v1.2.0 |
| 871 | 2026-05-28T21:43:23.540Z | Downloaded precomputed-hash v0.1.1 |
| 872 | 2026-05-28T21:43:23.541Z | Downloaded oxnet v0.1.4 |
| 873 | 2026-05-28T21:43:23.545Z | Downloaded oxide-tokio-rt v0.1.4 |
| 874 | 2026-05-28T21:43:23.545Z | Downloaded owo-colors v4.3.0 |
| 875 | 2026-05-28T21:43:23.545Z | Downloaded peg v0.8.5 |
| 876 | 2026-05-28T21:43:23.549Z | Downloaded litrs v1.0.0 |
| 877 | 2026-05-28T21:43:23.549Z | Downloaded progenitor-client v0.14.0 |
| 878 | 2026-05-28T21:43:23.553Z | Downloaded progenitor-macro v0.13.0 |
| 879 | 2026-05-28T21:43:23.553Z | Downloaded progenitor-macro v0.11.2 |
| 880 | 2026-05-28T21:43:23.553Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 881 | 2026-05-28T21:43:23.553Z | Downloaded proc-macro-crate v1.3.1 |
| 882 | 2026-05-28T21:43:23.553Z | Downloaded headers v0.4.1 |
| 883 | 2026-05-28T21:43:23.556Z | Downloaded pin-project-lite v0.2.17 |
| 884 | 2026-05-28T21:43:23.559Z | Downloaded memmap2 v0.9.10 |
| 885 | 2026-05-28T21:43:23.562Z | Downloaded indexmap v1.9.3 |
| 886 | 2026-05-28T21:43:23.562Z | Downloaded num-rational v0.4.2 |
| 887 | 2026-05-28T21:43:23.565Z | Downloaded radium v0.7.0 |
| 888 | 2026-05-28T21:43:23.565Z | Downloaded const_format v0.2.35 |
| 889 | 2026-05-28T21:43:23.568Z | Downloaded progenitor-macro v0.10.0 |
| 890 | 2026-05-28T21:43:23.568Z | Downloaded progenitor-client v0.11.2 |
| 891 | 2026-05-28T21:43:23.568Z | Downloaded password-hash v0.4.2 |
| 892 | 2026-05-28T21:43:23.571Z | Downloaded pkg-config v0.3.32 |
| 893 | 2026-05-28T21:43:23.574Z | Downloaded bumpalo v3.20.2 |
| 894 | 2026-05-28T21:43:23.579Z | Downloaded progenitor-macro v0.14.0 |
| 895 | 2026-05-28T21:43:23.579Z | Downloaded phf v0.13.1 |
| 896 | 2026-05-28T21:43:23.579Z | Downloaded peg-macros v0.8.5 |
| 897 | 2026-05-28T21:43:23.579Z | Downloaded heapless v0.7.17 |
| 898 | 2026-05-28T21:43:23.579Z | Downloaded ppv-lite86 v0.2.21 |
| 899 | 2026-05-28T21:43:23.579Z | Downloaded parse-display-derive v0.10.0 |
| 900 | 2026-05-28T21:43:23.579Z | Downloaded quick-error v1.2.3 |
| 901 | 2026-05-28T21:43:23.583Z | Downloaded cc v1.2.56 |
| 902 | 2026-05-28T21:43:23.583Z | Downloaded async-compression v0.4.41 |
| 903 | 2026-05-28T21:43:23.586Z | Downloaded rand_chacha v0.3.1 |
| 904 | 2026-05-28T21:43:23.586Z | Downloaded parse-display v0.10.0 |
| 905 | 2026-05-28T21:43:23.589Z | Downloaded libloading v0.8.9 |
| 906 | 2026-05-28T21:43:23.589Z | Downloaded progenitor v0.10.0 |
| 907 | 2026-05-28T21:43:23.589Z | Downloaded primeorder v0.13.6 |
| 908 | 2026-05-28T21:43:23.607Z | Downloaded psl-types v2.0.11 |
| 909 | 2026-05-28T21:43:23.607Z | Downloaded libefi-sys v0.1.0 |
| 910 | 2026-05-28T21:43:23.607Z | Downloaded flate2 v1.1.9 |
| 911 | 2026-05-28T21:43:23.611Z | Downloaded dropshot-api-manager v0.7.1 |
| 912 | 2026-05-28T21:43:23.611Z | Downloaded phf v0.12.1 |
| 913 | 2026-05-28T21:43:23.611Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 914 | 2026-05-28T21:43:23.612Z | Downloaded pkcs8 v0.10.2 |
| 915 | 2026-05-28T21:43:23.612Z | Downloaded ref-cast-impl v1.0.25 |
| 916 | 2026-05-28T21:43:23.612Z | Downloaded pin-project-internal v1.1.11 |
| 917 | 2026-05-28T21:43:23.612Z | Downloaded recursive v0.1.1 |
| 918 | 2026-05-28T21:43:23.612Z | Downloaded pem v3.0.6 |
| 919 | 2026-05-28T21:43:23.612Z | Downloaded parking_lot v0.11.2 |
| 920 | 2026-05-28T21:43:23.612Z | Downloaded ingot-macros v0.1.1 |
| 921 | 2026-05-28T21:43:23.612Z | Downloaded progenitor v0.13.0 |
| 922 | 2026-05-28T21:43:23.612Z | Downloaded omicron-zone-package v0.12.2 |
| 923 | 2026-05-28T21:43:23.612Z | Downloaded progenitor v0.11.2 |
| 924 | 2026-05-28T21:43:23.612Z | Downloaded half v2.7.1 |
| 925 | 2026-05-28T21:43:23.618Z | Downloaded progenitor-extras v0.2.0 |
| 926 | 2026-05-28T21:43:23.618Z | Downloaded progenitor-client v0.13.0 |
| 927 | 2026-05-28T21:43:23.618Z | Downloaded pkcs5 v0.7.1 |
| 928 | 2026-05-28T21:43:23.625Z | Downloaded pkcs1 v0.7.5 |
| 929 | 2026-05-28T21:43:23.625Z | Downloaded paste v1.0.15 |
| 930 | 2026-05-28T21:43:23.625Z | Downloaded ed25519-dalek v2.2.0 |
| 931 | 2026-05-28T21:43:23.631Z | Downloaded bytes v1.11.1 |
| 932 | 2026-05-28T21:43:23.631Z | Downloaded ref-cast v1.0.25 |
| 933 | 2026-05-28T21:43:23.634Z | Downloaded p256 v0.13.2 |
| 934 | 2026-05-28T21:43:23.634Z | Downloaded papergrid v0.17.0 |
| 935 | 2026-05-28T21:43:23.641Z | Downloaded predicates v3.1.4 |
| 936 | 2026-05-28T21:43:23.643Z | Downloaded indicatif v0.18.4 |
| 937 | 2026-05-28T21:43:23.643Z | Downloaded r2d2 v0.8.10 |
| 938 | 2026-05-28T21:43:23.644Z | Downloaded proc-macro-error2 v2.0.1 |
| 939 | 2026-05-28T21:43:23.648Z | Downloaded progenitor v0.14.0 |
| 940 | 2026-05-28T21:43:23.648Z | Downloaded rustc-hash v2.1.1 |
| 941 | 2026-05-28T21:43:23.651Z | Downloaded password-hash v0.5.0 |
| 942 | 2026-05-28T21:43:23.651Z | Downloaded rtoolbox v0.0.3 |
| 943 | 2026-05-28T21:43:23.651Z | Downloaded russh-cryptovec v0.7.3 |
| 944 | 2026-05-28T21:43:23.651Z | Downloaded parking_lot_core v0.9.12 |
| 945 | 2026-05-28T21:43:23.655Z | Downloaded rand_core v0.9.5 |
| 946 | 2026-05-28T21:43:23.661Z | Downloaded rand_core v0.6.4 |
| 947 | 2026-05-28T21:43:23.661Z | Downloaded pem-rfc7468 v0.7.0 |
| 948 | 2026-05-28T21:43:23.661Z | Downloaded crossterm v0.28.1 |
| 949 | 2026-05-28T21:43:23.671Z | Downloaded rustc_version v0.4.1 |
| 950 | 2026-05-28T21:43:23.676Z | Downloaded rustc_version v0.1.7 |
| 951 | 2026-05-28T21:43:23.676Z | Downloaded rfc6979 v0.4.0 |
| 952 | 2026-05-28T21:43:23.676Z | Downloaded rand_core v0.10.0 |
| 953 | 2026-05-28T21:43:23.676Z | Downloaded libbz2-rs-sys v0.2.2 |
| 954 | 2026-05-28T21:43:23.681Z | Downloaded aes v0.8.4 |
| 955 | 2026-05-28T21:43:23.687Z | Downloaded scroll_derive v0.13.1 |
| 956 | 2026-05-28T21:43:23.692Z | Downloaded polyval v0.6.2 |
| 957 | 2026-05-28T21:43:23.692Z | Downloaded semver v0.1.20 |
| 958 | 2026-05-28T21:43:23.692Z | Downloaded same-file v1.0.6 |
| 959 | 2026-05-28T21:43:23.697Z | Downloaded serde_bytes v0.11.19 |
| 960 | 2026-05-28T21:43:23.697Z | Downloaded hickory-resolver v0.25.2 |
| 961 | 2026-05-28T21:43:23.697Z | Downloaded quinn-udp v0.5.14 |
| 962 | 2026-05-28T21:43:23.697Z | Downloaded http v1.4.0 |
| 963 | 2026-05-28T21:43:23.700Z | Downloaded salsa20 v0.10.2 |
| 964 | 2026-05-28T21:43:23.703Z | Downloaded parking_lot v0.12.5 |
| 965 | 2026-05-28T21:43:23.703Z | Downloaded oso v0.27.3 |
| 966 | 2026-05-28T21:43:23.705Z | Downloaded postgres-types v0.2.12 |
| 967 | 2026-05-28T21:43:23.705Z | Downloaded rand_xorshift v0.4.0 |
| 968 | 2026-05-28T21:43:23.710Z | Downloaded poly1305 v0.8.0 |
| 969 | 2026-05-28T21:43:23.710Z | Downloaded postcard v1.1.3 |
| 970 | 2026-05-28T21:43:23.716Z | Downloaded rand_chacha v0.9.0 |
| 971 | 2026-05-28T21:43:23.716Z | Downloaded serde_spanned v1.0.4 |
| 972 | 2026-05-28T21:43:23.716Z | Downloaded sapling-renderdag v0.1.0 |
| 973 | 2026-05-28T21:43:23.716Z | Downloaded scheduled-thread-pool v0.2.7 |
| 974 | 2026-05-28T21:43:23.716Z | Downloaded seq-macro v0.3.6 |
| 975 | 2026-05-28T21:43:23.720Z | Downloaded scrypt v0.11.0 |
| 976 | 2026-05-28T21:43:23.720Z | Downloaded secrecy v0.8.0 |
| 977 | 2026-05-28T21:43:23.723Z | Downloaded prefix-trie v0.7.0 |
| 978 | 2026-05-28T21:43:23.727Z | Downloaded miniz_oxide v0.8.9 |
| 979 | 2026-05-28T21:43:23.731Z | Downloaded shell-words v1.1.1 |
| 980 | 2026-05-28T21:43:23.736Z | Downloaded sha1 v0.10.6 |
| 981 | 2026-05-28T21:43:23.736Z | Downloaded serde_plain v1.0.2 |
| 982 | 2026-05-28T21:43:23.736Z | Downloaded signal-hook-mio v0.2.5 |
| 983 | 2026-05-28T21:43:23.736Z | Downloaded progenitor-impl v0.11.2 |
| 984 | 2026-05-28T21:43:23.739Z | Downloaded serde-big-array v0.5.1 |
| 985 | 2026-05-28T21:43:23.739Z | Downloaded serde_urlencoded v0.7.1 |
| 986 | 2026-05-28T21:43:23.744Z | Downloaded serde_repr v0.1.20 |
| 987 | 2026-05-28T21:43:23.744Z | Downloaded signature v2.2.0 |
| 988 | 2026-05-28T21:43:23.752Z | Downloaded hashbrown v0.12.3 |
| 989 | 2026-05-28T21:43:23.753Z | Downloaded sigpipe v0.1.3 |
| 990 | 2026-05-28T21:43:23.757Z | Downloaded rustversion v1.0.22 |
| 991 | 2026-05-28T21:43:23.763Z | Downloaded rustls-pemfile v1.0.4 |
| 992 | 2026-05-28T21:43:23.767Z | Downloaded slog-bunyan v2.5.0 |
| 993 | 2026-05-28T21:43:23.767Z | Downloaded signal-hook-tokio v0.3.1 |
| 994 | 2026-05-28T21:43:23.771Z | Downloaded resolv-conf v0.7.6 |
| 995 | 2026-05-28T21:43:23.771Z | Downloaded jiff-static v0.2.21 |
| 996 | 2026-05-28T21:43:23.775Z | Downloaded rustls-native-certs v0.8.3 |
| 997 | 2026-05-28T21:43:23.778Z | Downloaded scopeguard v1.2.0 |
| 998 | 2026-05-28T21:43:23.778Z | Downloaded prettyplease v0.2.37 |
| 999 | 2026-05-28T21:43:23.784Z | Downloaded siphasher v1.0.2 |
| 1000 | 2026-05-28T21:43:23.784Z | Downloaded slog-envlogger v2.2.0 |
| 1001 | 2026-05-28T21:43:23.788Z | Downloaded hickory-resolver v0.24.4 |
| 1002 | 2026-05-28T21:43:23.788Z | Downloaded pin-project v1.1.11 |
| 1003 | 2026-05-28T21:43:23.791Z | Downloaded pretty_assertions v1.4.1 |
| 1004 | 2026-05-28T21:43:23.796Z | Downloaded openssl-sys v0.9.115 |
| 1005 | 2026-05-28T21:43:23.799Z | Downloaded russh-keys v0.45.0 |
| 1006 | 2026-05-28T21:43:23.799Z | Downloaded secrecy v0.10.3 |
| 1007 | 2026-05-28T21:43:23.799Z | Downloaded scroll v0.13.0 |
| 1008 | 2026-05-28T21:43:23.803Z | Downloaded schemars_derive v0.8.22 |
| 1009 | 2026-05-28T21:43:23.803Z | Downloaded sct v0.7.1 |
| 1010 | 2026-05-28T21:43:23.803Z | Downloaded rcgen v0.12.1 |
| 1011 | 2026-05-28T21:43:23.809Z | Downloaded itertools v0.10.5 |
| 1012 | 2026-05-28T21:43:23.811Z | Downloaded serde-hex v0.1.0 |
| 1013 | 2026-05-28T21:43:23.811Z | Downloaded crossterm v0.29.0 |
| 1014 | 2026-05-28T21:43:23.815Z | Downloaded shlex v1.3.0 |
| 1015 | 2026-05-28T21:43:23.815Z | Downloaded rusty-fork v0.3.1 |
| 1016 | 2026-05-28T21:43:23.818Z | Downloaded progenitor-impl v0.13.0 |
| 1017 | 2026-05-28T21:43:23.818Z | Downloaded ssh-cipher v0.2.0 |
| 1018 | 2026-05-28T21:43:23.820Z | Downloaded ssh-encoding v0.2.0 |
| 1019 | 2026-05-28T21:43:23.820Z | Downloaded hashbrown v0.13.2 |
| 1020 | 2026-05-28T21:43:23.825Z | Downloaded strum v0.27.2 |
| 1021 | 2026-05-28T21:43:23.825Z | Downloaded structmeta v0.3.0 |
| 1022 | 2026-05-28T21:43:23.825Z | Downloaded sqlparser_derive v0.5.0 |
| 1023 | 2026-05-28T21:43:23.828Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1024 | 2026-05-28T21:43:23.828Z | Downloaded serde_derive_internals v0.29.1 |
| 1025 | 2026-05-28T21:43:23.828Z | Downloaded simd-adler32 v0.3.8 |
| 1026 | 2026-05-28T21:43:23.828Z | Downloaded hyper-util v0.1.20 |
| 1027 | 2026-05-28T21:43:23.832Z | Downloaded hickory-server v0.25.2 |
| 1028 | 2026-05-28T21:43:23.836Z | Downloaded psm v0.1.30 |
| 1029 | 2026-05-28T21:43:23.839Z | Downloaded sync_wrapper v1.0.2 |
| 1030 | 2026-05-28T21:43:23.840Z | Downloaded supports-color v3.0.2 |
| 1031 | 2026-05-28T21:43:23.840Z | Downloaded progenitor-impl v0.14.0 |
| 1032 | 2026-05-28T21:43:23.842Z | Downloaded subtle v2.6.1 |
| 1033 | 2026-05-28T21:43:23.842Z | Downloaded rand_seeder v0.4.0 |
| 1034 | 2026-05-28T21:43:23.842Z | Downloaded slog-scope v4.4.1 |
| 1035 | 2026-05-28T21:43:23.845Z | Downloaded slog-async v2.8.0 |
| 1036 | 2026-05-28T21:43:23.848Z | Downloaded structmeta-derive v0.3.0 |
| 1037 | 2026-05-28T21:43:23.851Z | Downloaded strum v0.26.3 |
| 1038 | 2026-05-28T21:43:23.855Z | Downloaded serde_cbor v0.11.2 |
| 1039 | 2026-05-28T21:43:23.855Z | Downloaded rustls-pki-types v1.14.0 |
| 1040 | 2026-05-28T21:43:23.858Z | Downloaded slog-term v2.9.2 |
| 1041 | 2026-05-28T21:43:23.858Z | Downloaded rustls-pemfile v2.2.0 |
| 1042 | 2026-05-28T21:43:23.863Z | Downloaded sync-ptr v0.1.4 |
| 1043 | 2026-05-28T21:43:23.863Z | Downloaded smallvec v0.6.14 |
| 1044 | 2026-05-28T21:43:23.863Z | Downloaded tabwriter v1.4.1 |
| 1045 | 2026-05-28T21:43:23.863Z | Downloaded slog-json v2.6.1 |
| 1046 | 2026-05-28T21:43:23.866Z | Downloaded tap v1.0.1 |
| 1047 | 2026-05-28T21:43:23.866Z | Downloaded nom v7.1.3 |
| 1048 | 2026-05-28T21:43:23.869Z | Downloaded slog-dtrace v0.3.0 |
| 1049 | 2026-05-28T21:43:23.876Z | Downloaded slab v0.4.12 |
| 1050 | 2026-05-28T21:43:23.876Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1051 | 2026-05-28T21:43:23.881Z | Downloaded hashbrown v0.16.1 |
| 1052 | 2026-05-28T21:43:23.881Z | Downloaded tagptr v0.2.0 |
| 1053 | 2026-05-28T21:43:23.881Z | Downloaded spki v0.7.3 |
| 1054 | 2026-05-28T21:43:23.885Z | Downloaded slog-stdlog v4.1.1 |
| 1055 | 2026-05-28T21:43:23.885Z | Downloaded serde_path_to_error v0.1.20 |
| 1056 | 2026-05-28T21:43:23.885Z | Downloaded signal-hook-registry v1.4.8 |
| 1057 | 2026-05-28T21:43:23.885Z | Downloaded serde_with_macros v3.17.0 |
| 1058 | 2026-05-28T21:43:23.885Z | Downloaded testing_table v0.3.0 |
| 1059 | 2026-05-28T21:43:23.888Z | Downloaded sqlformat v0.3.5 |
| 1060 | 2026-05-28T21:43:23.888Z | Downloaded hashbrown v0.15.5 |
| 1061 | 2026-05-28T21:43:23.893Z | Downloaded thread-id v5.1.0 |
| 1062 | 2026-05-28T21:43:23.893Z | Downloaded termtree v0.5.1 |
| 1063 | 2026-05-28T21:43:23.893Z | Downloaded tabled_derive v0.11.0 |
| 1064 | 2026-05-28T21:43:23.896Z | Downloaded smf v0.2.3 |
| 1065 | 2026-05-28T21:43:23.896Z | Downloaded sec1 v0.7.3 |
| 1066 | 2026-05-28T21:43:23.901Z | Downloaded tinyvec_macros v0.1.1 |
| 1067 | 2026-05-28T21:43:23.904Z | Downloaded strum_macros v0.27.2 |
| 1068 | 2026-05-28T21:43:23.907Z | Downloaded progenitor-impl v0.10.0 |
| 1069 | 2026-05-28T21:43:23.910Z | Downloaded snafu-derive v0.8.9 |
| 1070 | 2026-05-28T21:43:23.914Z | Downloaded minimal-lexical v0.2.1 |
| 1071 | 2026-05-28T21:43:23.914Z | Downloaded quinn v0.11.9 |
| 1072 | 2026-05-28T21:43:23.918Z | Downloaded rand v0.8.6 |
| 1073 | 2026-05-28T21:43:23.923Z | Downloaded time-core v0.1.8 |
| 1074 | 2026-05-28T21:43:23.923Z | Downloaded support-bundle-viewer v0.1.2 |
| 1075 | 2026-05-28T21:43:23.923Z | Downloaded ryu v1.0.23 |
| 1076 | 2026-05-28T21:43:23.926Z | Downloaded take_mut v0.2.2 |
| 1077 | 2026-05-28T21:43:23.929Z | Downloaded itertools v0.12.1 |
| 1078 | 2026-05-28T21:43:23.935Z | Downloaded string_cache v0.8.9 |
| 1079 | 2026-05-28T21:43:23.943Z | Downloaded tokio-macros v2.7.0 |
| 1080 | 2026-05-28T21:43:23.946Z | Downloaded signal-hook v0.3.18 |
| 1081 | 2026-05-28T21:43:23.949Z | Downloaded stringprep v0.1.5 |
| 1082 | 2026-05-28T21:43:23.949Z | Downloaded topological-sort v0.2.2 |
| 1083 | 2026-05-28T21:43:23.954Z | Downloaded try-lock v0.2.5 |
| 1084 | 2026-05-28T21:43:23.957Z | Downloaded thread_local v1.1.9 |
| 1085 | 2026-05-28T21:43:23.965Z | Downloaded trait-variant v0.1.2 |
| 1086 | 2026-05-28T21:43:23.968Z | Downloaded tower-service v0.3.3 |
| 1087 | 2026-05-28T21:43:23.968Z | Downloaded tower-layer v0.3.3 |
| 1088 | 2026-05-28T21:43:23.968Z | Downloaded strum_macros v0.26.4 |
| 1089 | 2026-05-28T21:43:23.972Z | Downloaded tokio-native-tls v0.3.1 |
| 1090 | 2026-05-28T21:43:23.976Z | Downloaded tls_codec_derive v0.4.2 |
| 1091 | 2026-05-28T21:43:23.976Z | Downloaded tokio-rustls v0.25.0 |
| 1092 | 2026-05-28T21:43:23.978Z | Downloaded schemars v0.8.22 |
| 1093 | 2026-05-28T21:43:23.983Z | Downloaded rsa v0.9.10 |
| 1094 | 2026-05-28T21:43:23.986Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1095 | 2026-05-28T21:43:23.989Z | Downloaded rayon-core v1.13.0 |
| 1096 | 2026-05-28T21:43:23.992Z | Downloaded typify-macro v0.6.2 |
| 1097 | 2026-05-28T21:43:23.995Z | Downloaded typify-macro v0.4.3 |
| 1098 | 2026-05-28T21:43:23.998Z | Downloaded tokio-tungstenite v0.21.0 |
| 1099 | 2026-05-28T21:43:24.001Z | Downloaded schemars v0.9.0 |
| 1100 | 2026-05-28T21:43:24.010Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1101 | 2026-05-28T21:43:24.012Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1102 | 2026-05-28T21:43:24.012Z | Downloaded tokio-tungstenite v0.23.1 |
| 1103 | 2026-05-28T21:43:24.012Z | Downloaded unit-prefix v0.5.2 |
| 1104 | 2026-05-28T21:43:24.012Z | Downloaded schemars v1.2.1 |
| 1105 | 2026-05-28T21:43:24.019Z | Downloaded socket2 v0.5.10 |
| 1106 | 2026-05-28T21:43:24.021Z | Downloaded mio v1.2.0 |
| 1107 | 2026-05-28T21:43:24.024Z | Downloaded usdt-attr-macro v0.6.0 |
| 1108 | 2026-05-28T21:43:24.024Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1109 | 2026-05-28T21:43:24.026Z | Downloaded time-macros v0.2.27 |
| 1110 | 2026-05-28T21:43:24.026Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1111 | 2026-05-28T21:43:24.029Z | Downloaded tiny-keccak v2.0.2 |
| 1112 | 2026-05-28T21:43:24.030Z | Downloaded tls_codec v0.4.2 |
| 1113 | 2026-05-28T21:43:24.036Z | Downloaded static_assertions v1.1.0 |
| 1114 | 2026-05-28T21:43:24.036Z | Downloaded untrusted v0.7.1 |
| 1115 | 2026-05-28T21:43:24.036Z | Downloaded usdt v0.6.0 |
| 1116 | 2026-05-28T21:43:24.039Z | Downloaded num-bigint v0.4.6 |
| 1117 | 2026-05-28T21:43:24.039Z | Downloaded universal-hash v0.5.1 |
| 1118 | 2026-05-28T21:43:24.039Z | Downloaded tokio-dtrace v0.1.1 |
| 1119 | 2026-05-28T21:43:24.039Z | Downloaded void v1.0.2 |
| 1120 | 2026-05-28T21:43:24.039Z | Downloaded tokio-rustls v0.24.1 |
| 1121 | 2026-05-28T21:43:24.042Z | Downloaded samael v0.0.19 |
| 1122 | 2026-05-28T21:43:24.045Z | Downloaded itertools v0.13.0 |
| 1123 | 2026-05-28T21:43:24.048Z | Downloaded strum_macros v0.24.3 |
| 1124 | 2026-05-28T21:43:24.048Z | Downloaded qorb v0.4.1 |
| 1125 | 2026-05-28T21:43:24.053Z | Downloaded publicsuffix v2.3.0 |
| 1126 | 2026-05-28T21:43:24.058Z | Downloaded want v0.3.1 |
| 1127 | 2026-05-28T21:43:24.058Z | Downloaded wait-timeout v0.2.1 |
| 1128 | 2026-05-28T21:43:24.058Z | Downloaded utf-8 v0.7.6 |
| 1129 | 2026-05-28T21:43:24.058Z | Downloaded usdt-macro v0.6.0 |
| 1130 | 2026-05-28T21:43:24.058Z | Downloaded untrusted v0.9.0 |
| 1131 | 2026-05-28T21:43:24.059Z | Downloaded postgres-protocol v0.6.10 |
| 1132 | 2026-05-28T21:43:24.063Z | Downloaded unicode-truncate v1.1.0 |
| 1133 | 2026-05-28T21:43:24.063Z | Downloaded iddqd v0.4.1 |
| 1134 | 2026-05-28T21:43:24.069Z | Downloaded libxml v0.3.3 |
| 1135 | 2026-05-28T21:43:24.071Z | Downloaded aes-gcm v0.10.3 |
| 1136 | 2026-05-28T21:43:24.071Z | Downloaded unarray v0.1.4 |
| 1137 | 2026-05-28T21:43:24.072Z | Downloaded stacker v0.1.23 |
| 1138 | 2026-05-28T21:43:24.072Z | Downloaded thiserror-no-std v2.0.2 |
| 1139 | 2026-05-28T21:43:24.075Z | Downloaded termios v0.3.3 |
| 1140 | 2026-05-28T21:43:24.075Z | Downloaded spin v0.9.8 |
| 1141 | 2026-05-28T21:43:24.084Z | Downloaded usdt-impl v0.6.0 |
| 1142 | 2026-05-28T21:43:24.087Z | Downloaded xshell-macros v0.2.7 |
| 1143 | 2026-05-28T21:43:24.093Z | Downloaded xattr v1.6.1 |
| 1144 | 2026-05-28T21:43:24.093Z | Downloaded rustls-webpki v0.103.9 |
| 1145 | 2026-05-28T21:43:24.096Z | Downloaded term v1.2.1 |
| 1146 | 2026-05-28T21:43:24.096Z | Downloaded uzers v0.12.2 |
| 1147 | 2026-05-28T21:43:24.100Z | Downloaded tui-tree-widget v0.23.1 |
| 1148 | 2026-05-28T21:43:24.100Z | Downloaded socket2 v0.6.3 |
| 1149 | 2026-05-28T21:43:24.104Z | Downloaded waitgroup v0.1.2 |
| 1150 | 2026-05-28T21:43:24.104Z | Downloaded vergen-lib v0.1.6 |
| 1151 | 2026-05-28T21:43:24.108Z | Downloaded unicase v2.9.0 |
| 1152 | 2026-05-28T21:43:24.111Z | Downloaded vergen-git2 v1.0.7 |
| 1153 | 2026-05-28T21:43:24.115Z | Downloaded twox-hash v2.1.2 |
| 1154 | 2026-05-28T21:43:24.122Z | Downloaded snafu v0.8.9 |
| 1155 | 2026-05-28T21:43:24.132Z | Downloaded num-bigint-dig v0.8.6 |
| 1156 | 2026-05-28T21:43:24.132Z | Downloaded rand v0.9.2 |
| 1157 | 2026-05-28T21:43:24.132Z | Downloaded walkdir v2.5.0 |
| 1158 | 2026-05-28T21:43:24.138Z | Downloaded tokio-rustls v0.26.4 |
| 1159 | 2026-05-28T21:43:24.139Z | Downloaded zone v0.3.1 |
| 1160 | 2026-05-28T21:43:24.139Z | Downloaded zeroize_derive v1.4.3 |
| 1161 | 2026-05-28T21:43:24.139Z | Downloaded slog v2.8.2 |
| 1162 | 2026-05-28T21:43:24.139Z | Downloaded similar v2.7.0 |
| 1163 | 2026-05-28T21:43:24.149Z | Downloaded iri-string v0.7.10 |
| 1164 | 2026-05-28T21:43:24.152Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1165 | 2026-05-28T21:43:24.153Z | Downloaded toml v0.7.8 |
| 1166 | 2026-05-28T21:43:24.153Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1167 | 2026-05-28T21:43:24.153Z | Downloaded whoami v2.1.0 |
| 1168 | 2026-05-28T21:43:24.153Z | Downloaded term v0.7.0 |
| 1169 | 2026-05-28T21:43:24.156Z | Downloaded vsss-rs v3.3.4 |
| 1170 | 2026-05-28T21:43:24.156Z | Downloaded test-strategy v0.4.5 |
| 1171 | 2026-05-28T21:43:24.159Z | Downloaded zone_cfg_derive v0.3.1 |
| 1172 | 2026-05-28T21:43:24.159Z | Downloaded tokio-stream v0.1.18 |
| 1173 | 2026-05-28T21:43:24.163Z | Downloaded tracing-attributes v0.1.31 |
| 1174 | 2026-05-28T21:43:24.165Z | Downloaded wyz v0.5.1 |
| 1175 | 2026-05-28T21:43:24.166Z | Downloaded futures-util v0.3.32 |
| 1176 | 2026-05-28T21:43:24.171Z | Downloaded vergen-gitcl v1.0.8 |
| 1177 | 2026-05-28T21:43:24.175Z | Downloaded aho-corasick v1.1.4 |
| 1178 | 2026-05-28T21:43:24.177Z | Downloaded tracing-core v0.1.36 |
| 1179 | 2026-05-28T21:43:24.177Z | Downloaded hyper v1.8.1 |
| 1180 | 2026-05-28T21:43:24.180Z | Downloaded typify v0.6.2 |
| 1181 | 2026-05-28T21:43:24.183Z | Downloaded blake3 v1.8.3 |
| 1182 | 2026-05-28T21:43:24.186Z | Downloaded tar v0.4.45 |
| 1183 | 2026-05-28T21:43:24.190Z | Downloaded typify v0.4.3 |
| 1184 | 2026-05-28T21:43:24.193Z | Downloaded unicode-bidi v0.3.18 |
| 1185 | 2026-05-28T21:43:24.193Z | Downloaded xshell v0.2.7 |
| 1186 | 2026-05-28T21:43:24.196Z | Downloaded tinyvec v1.10.0 |
| 1187 | 2026-05-28T21:43:24.199Z | Downloaded zstd v0.13.3 |
| 1188 | 2026-05-28T21:43:24.199Z | Downloaded zstd-safe v7.2.4 |
| 1189 | 2026-05-28T21:43:24.199Z | Downloaded rand v0.10.0 |
| 1190 | 2026-05-28T21:43:24.203Z | Downloaded unicode-properties v0.1.4 |
| 1191 | 2026-05-28T21:43:24.205Z | Downloaded vergen v9.0.6 |
| 1192 | 2026-05-28T21:43:24.205Z | Downloaded rustyline v14.0.0 |
| 1193 | 2026-05-28T21:43:24.208Z | Downloaded whoami v1.6.1 |
| 1194 | 2026-05-28T21:43:24.208Z | Downloaded subprocess v0.2.15 |
| 1195 | 2026-05-28T21:43:24.210Z | Downloaded zeroize v1.8.2 |
| 1196 | 2026-05-28T21:43:24.211Z | Downloaded itertools v0.14.0 |
| 1197 | 2026-05-28T21:43:24.227Z | Downloaded ron v0.8.1 |
| 1198 | 2026-05-28T21:43:24.227Z | Downloaded yasna v0.5.2 |
| 1199 | 2026-05-28T21:43:24.227Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1200 | 2026-05-28T21:43:24.227Z | Downloaded tungstenite v0.21.0 |
| 1201 | 2026-05-28T21:43:24.231Z | Downloaded h2 v0.4.13 |
| 1202 | 2026-05-28T21:43:24.234Z | Downloaded zerocopy v0.6.6 |
| 1203 | 2026-05-28T21:43:24.237Z | Downloaded p384 v0.13.1 |
| 1204 | 2026-05-28T21:43:24.241Z | Downloaded rpassword v7.4.0 |
| 1205 | 2026-05-28T21:43:24.246Z | Downloaded steno v0.4.1 |
| 1206 | 2026-05-28T21:43:24.256Z | Downloaded toml_edit v0.19.15 |
| 1207 | 2026-05-28T21:43:24.263Z | Downloaded unsafe-libyaml v0.2.11 |
| 1208 | 2026-05-28T21:43:24.267Z | Downloaded hkdf v0.12.4 |
| 1209 | 2026-05-28T21:43:24.271Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1210 | 2026-05-28T21:43:24.274Z | Downloaded regex v1.12.3 |
| 1211 | 2026-05-28T21:43:24.277Z | Downloaded tungstenite v0.23.0 |
| 1212 | 2026-05-28T21:43:24.281Z | Downloaded reqwest v0.13.2 |
| 1213 | 2026-05-28T21:43:24.284Z | Downloaded tokio-postgres v0.7.16 |
| 1214 | 2026-05-28T21:43:24.286Z | Downloaded russh v0.45.0 |
| 1215 | 2026-05-28T21:43:24.289Z | Downloaded reqwest v0.12.28 |
| 1216 | 2026-05-28T21:43:24.293Z | Downloaded vte v0.14.1 |
| 1217 | 2026-05-28T21:43:24.302Z | Downloaded bitvec v1.0.1 |
| 1218 | 2026-05-28T21:43:24.311Z | Downloaded unicode_categories v0.1.1 |
| 1219 | 2026-05-28T21:43:24.313Z | Downloaded libm v0.2.16 |
| 1220 | 2026-05-28T21:43:24.318Z | Downloaded lalrpop v0.19.12 |
| 1221 | 2026-05-28T21:43:24.323Z | Downloaded zopfli v0.8.3 |
| 1222 | 2026-05-28T21:43:24.326Z | Downloaded reedline v0.40.0 |
| 1223 | 2026-05-28T21:43:24.329Z | Downloaded p521 v0.13.3 |
| 1224 | 2026-05-28T21:43:24.336Z | Downloaded aws-lc-rs v1.16.3 |
| 1225 | 2026-05-28T21:43:24.346Z | Downloaded yansi v1.0.1 |
| 1226 | 2026-05-28T21:43:24.348Z | Downloaded uuid v1.23.0 |
| 1227 | 2026-05-28T21:43:24.351Z | Downloaded ssh-key v0.6.7 |
| 1228 | 2026-05-28T21:43:24.354Z | Downloaded salty v0.3.0 |
| 1229 | 2026-05-28T21:43:24.359Z | Downloaded tower v0.5.3 |
| 1230 | 2026-05-28T21:43:24.364Z | Downloaded zip v0.6.6 |
| 1231 | 2026-05-28T21:43:24.367Z | Downloaded git2 v0.20.4 |
| 1232 | 2026-05-28T21:43:24.371Z | Downloaded quick-xml v0.37.5 |
| 1233 | 2026-05-28T21:43:24.374Z | Downloaded unicode-segmentation v1.12.0 |
| 1234 | 2026-05-28T21:43:24.377Z | Downloaded typed-path v0.9.3 |
| 1235 | 2026-05-28T21:43:24.379Z | Downloaded bindgen v0.71.1 |
| 1236 | 2026-05-28T21:43:24.385Z | Downloaded x509-cert v0.2.5 |
| 1237 | 2026-05-28T21:43:24.401Z | Downloaded zerocopy-derive v0.8.40 |
| 1238 | 2026-05-28T21:43:24.415Z | Downloaded curve25519-dalek v4.1.3 |
| 1239 | 2026-05-28T21:43:24.420Z | Downloaded unicode-normalization v0.1.25 |
| 1240 | 2026-05-28T21:43:24.424Z | Downloaded proptest v1.10.0 |
| 1241 | 2026-05-28T21:43:24.429Z | Downloaded tough v0.22.0 |
| 1242 | 2026-05-28T21:43:24.437Z | Downloaded tokio-util v0.7.18 |
| 1243 | 2026-05-28T21:43:24.441Z | Downloaded rustls-webpki v0.101.7 |
| 1244 | 2026-05-28T21:43:24.449Z | Downloaded zip v4.6.1 |
| 1245 | 2026-05-28T21:43:24.453Z | Downloaded object v0.30.4 |
| 1246 | 2026-05-28T21:43:24.457Z | Downloaded chrono v0.4.44 |
| 1247 | 2026-05-28T21:43:24.461Z | Downloaded goblin v0.10.5 |
| 1248 | 2026-05-28T21:43:24.466Z | Downloaded quinn-proto v0.11.13 |
| 1249 | 2026-05-28T21:43:24.470Z | Downloaded moka v0.12.13 |
| 1250 | 2026-05-28T21:43:24.474Z | Downloaded rayon v1.11.0 |
| 1251 | 2026-05-28T21:43:24.479Z | Downloaded portable-atomic v1.13.1 |
| 1252 | 2026-05-28T21:43:24.487Z | Downloaded tower-http v0.6.8 |
| 1253 | 2026-05-28T21:43:24.492Z | Downloaded radix_trie v0.2.1 |
| 1254 | 2026-05-28T21:43:24.503Z | Downloaded rustls-webpki v0.102.8 |
| 1255 | 2026-05-28T21:43:24.514Z | Downloaded winnow v0.5.40 |
| 1256 | 2026-05-28T21:43:24.519Z | Downloaded polar-core v0.27.3 |
| 1257 | 2026-05-28T21:43:24.525Z | Downloaded nix v0.28.0 |
| 1258 | 2026-05-28T21:43:24.529Z | Downloaded dropshot v0.17.0 |
| 1259 | 2026-05-28T21:43:24.541Z | Downloaded petname v2.0.2 |
| 1260 | 2026-05-28T21:43:24.544Z | Downloaded serde_with v3.17.0 |
| 1261 | 2026-05-28T21:43:24.551Z | Downloaded tabled v0.20.0 |
| 1262 | 2026-05-28T21:43:24.561Z | Downloaded time v0.3.47 |
| 1263 | 2026-05-28T21:43:24.568Z | Downloaded nix v0.29.0 |
| 1264 | 2026-05-28T21:43:24.574Z | Downloaded nix v0.31.2 |
| 1265 | 2026-05-28T21:43:24.581Z | Downloaded dropshot v0.16.7 |
| 1266 | 2026-05-28T21:43:24.594Z | Downloaded winnow v0.6.26 |
| 1267 | 2026-05-28T21:43:24.600Z | Downloaded bstr v1.12.1 |
| 1268 | 2026-05-28T21:43:24.606Z | Downloaded vcpkg v0.2.15 |
| 1269 | 2026-05-28T21:43:24.630Z | Downloaded zlib-rs v0.6.2 |
| 1270 | 2026-05-28T21:43:24.633Z | Downloaded openssl v0.10.79 |
| 1271 | 2026-05-28T21:43:24.639Z | Downloaded zerocopy v0.8.40 |
| 1272 | 2026-05-28T21:43:24.644Z | Downloaded smoltcp v0.11.0 |
| 1273 | 2026-05-28T21:43:24.652Z | Downloaded regress v0.11.1 |
| 1274 | 2026-05-28T21:43:24.658Z | Downloaded nix v0.27.1 |
| 1275 | 2026-05-28T21:43:24.665Z | Downloaded rustix v0.38.44 |
| 1276 | 2026-05-28T21:43:24.679Z | Downloaded webpki-roots v1.0.6 |
| 1277 | 2026-05-28T21:43:24.682Z | Downloaded hickory-proto v0.25.2 |
| 1278 | 2026-05-28T21:43:24.692Z | Downloaded openapiv3 v2.2.0 |
| 1279 | 2026-05-28T21:43:24.699Z | Downloaded sqlparser v0.61.0 |
| 1280 | 2026-05-28T21:43:24.705Z | Downloaded smoltcp v0.9.1 |
| 1281 | 2026-05-28T21:43:24.711Z | Downloaded regex-syntax v0.6.29 |
| 1282 | 2026-05-28T21:43:24.715Z | Downloaded sled v0.34.7 |
| 1283 | 2026-05-28T21:43:24.721Z | Downloaded diesel v2.3.7 |
| 1284 | 2026-05-28T21:43:24.733Z | Downloaded rustls v0.22.4 |
| 1285 | 2026-05-28T21:43:24.740Z | Downloaded rustls v0.21.12 |
| 1286 | 2026-05-28T21:43:24.746Z | Downloaded object v0.37.3 |
| 1287 | 2026-05-28T21:43:24.753Z | Downloaded hickory-proto v0.24.4 |
| 1288 | 2026-05-28T21:43:24.761Z | Downloaded regex-syntax v0.8.10 |
| 1289 | 2026-05-28T21:43:24.766Z | Downloaded zerocopy-derive v0.6.6 |
| 1290 | 2026-05-28T21:43:24.772Z | Downloaded rustls v0.23.37 |
| 1291 | 2026-05-28T21:43:24.779Z | Downloaded regex-automata v0.4.14 |
| 1292 | 2026-05-28T21:43:24.788Z | Downloaded regress v0.10.5 |
| 1293 | 2026-05-28T21:43:24.794Z | Downloaded csv v1.4.0 |
| 1294 | 2026-05-28T21:43:24.827Z | Downloaded tokio v1.52.1 |
| 1295 | 2026-05-28T21:43:24.858Z | Downloaded encoding_rs v0.8.35 |
| 1296 | 2026-05-28T21:43:24.946Z | Downloaded typify-impl v0.6.2 |
| 1297 | 2026-05-28T21:43:24.954Z | Downloaded typify-impl v0.4.3 |
| 1298 | 2026-05-28T21:43:24.963Z | Downloaded tracing v0.1.44 |
| 1299 | 2026-05-28T21:43:24.976Z | Downloaded ratatui v0.29.0 |
| 1300 | 2026-05-28T21:43:24.987Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1301 | 2026-05-28T21:43:25.072Z | Downloaded jiff v0.2.21 |
| 1302 | 2026-05-28T21:43:25.090Z | Downloaded petgraph v0.6.5 |
| 1303 | 2026-05-28T21:43:25.102Z | Downloaded chrono-tz v0.10.4 |
| 1304 | 2026-05-28T21:43:25.136Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-05-28T21:43:25.159Z | Downloaded libz-sys v1.1.24 |
| 1306 | 2026-05-28T21:43:25.175Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1307 | 2026-05-28T21:43:25.186Z | Downloaded sha3 v0.10.8 |
| 1308 | 2026-05-28T21:43:25.332Z | Downloaded ring v0.17.14 |
| 1309 | 2026-05-28T21:43:25.384Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1310 | 2026-05-28T21:43:25.974Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-05-28T21:43:26.221Z | Compiling libc v0.2.185 |
| 1312 | 2026-05-28T21:43:26.221Z | Compiling serde v1.0.228 |
| 1313 | 2026-05-28T21:43:26.224Z | Compiling log v0.4.29 |
| 1314 | 2026-05-28T21:43:26.224Z | Compiling find-msvc-tools v0.1.9 |
| 1315 | 2026-05-28T21:43:26.224Z | Compiling shlex v1.3.0 |
| 1316 | 2026-05-28T21:43:26.224Z | Compiling syn v2.0.117 |
| 1317 | 2026-05-28T21:43:26.224Z | Compiling smallvec v1.15.1 |
| 1318 | 2026-05-28T21:43:26.224Z | Compiling typenum v1.19.0 |
| 1319 | 2026-05-28T21:43:26.600Z | Compiling generic-array v0.14.7 |
| 1320 | 2026-05-28T21:43:26.614Z | Compiling subtle v2.6.1 |
| 1321 | 2026-05-28T21:43:26.626Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-05-28T21:43:26.638Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-05-28T21:43:26.695Z | Compiling serde_json v1.0.149 |
| 1324 | 2026-05-28T21:43:26.736Z | Compiling lock_api v0.4.14 |
| 1325 | 2026-05-28T21:43:26.782Z | Compiling zerocopy v0.8.40 |
| 1326 | 2026-05-28T21:43:26.825Z | Compiling pin-project-lite v0.2.17 |
| 1327 | 2026-05-28T21:43:26.920Z | Compiling portable-atomic v1.13.1 |
| 1328 | 2026-05-28T21:43:26.962Z | Compiling parking_lot_core v0.9.12 |
| 1329 | 2026-05-28T21:43:27.175Z | Compiling getrandom v0.2.17 |
| 1330 | 2026-05-28T21:43:27.198Z | Compiling jobserver v0.1.34 |
| 1331 | 2026-05-28T21:43:27.238Z | Compiling errno v0.3.14 |
| 1332 | 2026-05-28T21:43:27.313Z | Compiling rand_core v0.6.4 |
| 1333 | 2026-05-28T21:43:27.397Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-05-28T21:43:27.410Z | Compiling cc v1.2.56 |
| 1335 | 2026-05-28T21:43:27.569Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-05-28T21:43:27.584Z | Compiling bitflags v2.11.0 |
| 1337 | 2026-05-28T21:43:27.704Z | Compiling critical-section v1.2.0 |
| 1338 | 2026-05-28T21:43:27.806Z | Compiling libm v0.2.16 |
| 1339 | 2026-05-28T21:43:27.820Z | Compiling futures-core v0.3.32 |
| 1340 | 2026-05-28T21:43:27.838Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-05-28T21:43:27.923Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-05-28T21:43:27.939Z | Compiling mio v1.2.0 |
| 1343 | 2026-05-28T21:43:27.971Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-05-28T21:43:27.996Z | Compiling percent-encoding v2.3.2 |
| 1345 | 2026-05-28T21:43:28.047Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-05-28T21:43:28.183Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-05-28T21:43:28.283Z | Compiling futures-channel v0.3.32 |
| 1348 | 2026-05-28T21:43:28.298Z | Compiling getrandom v0.4.1 |
| 1349 | 2026-05-28T21:43:28.317Z | Compiling slab v0.4.12 |
| 1350 | 2026-05-28T21:43:28.393Z | Compiling cpufeatures v0.2.17 |
| 1351 | 2026-05-28T21:43:28.451Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-05-28T21:43:28.480Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-05-28T21:43:28.498Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-05-28T21:43:28.522Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-05-28T21:43:28.619Z | Compiling getrandom v0.3.4 |
| 1356 | 2026-05-28T21:43:28.633Z | Compiling rustversion v1.0.22 |
| 1357 | 2026-05-28T21:43:28.680Z | Compiling form_urlencoded v1.2.2 |
| 1358 | 2026-05-28T21:43:28.977Z | Compiling cmake v0.1.57 |
| 1359 | 2026-05-28T21:43:29.008Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-05-28T21:43:29.091Z | Compiling dunce v1.0.5 |
| 1361 | 2026-05-28T21:43:29.256Z | Compiling synstructure v0.13.2 |
| 1362 | 2026-05-28T21:43:29.286Z | Compiling base64ct v1.8.3 |
| 1363 | 2026-05-28T21:43:29.342Z | Compiling ident_case v1.0.1 |
| 1364 | 2026-05-28T21:43:29.385Z | Compiling aws-lc-sys v0.40.0 |
| 1365 | 2026-05-28T21:43:29.469Z | Compiling regex-syntax v0.8.10 |
| 1366 | 2026-05-28T21:43:29.586Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-05-28T21:43:29.616Z | Compiling flagset v0.4.7 |
| 1368 | 2026-05-28T21:43:29.728Z | Compiling rustix v1.1.3 |
| 1369 | 2026-05-28T21:43:29.755Z | Compiling iana-time-zone v0.1.65 |
| 1370 | 2026-05-28T21:43:29.789Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-05-28T21:43:29.875Z | Compiling ring v0.17.14 |
| 1372 | 2026-05-28T21:43:29.907Z | Compiling vcpkg v0.2.15 |
| 1373 | 2026-05-28T21:43:29.964Z | Compiling aws-lc-rs v1.16.3 |
| 1374 | 2026-05-28T21:43:30.078Z | Compiling uuid v1.23.0 |
| 1375 | 2026-05-28T21:43:30.258Z | Compiling rustc_version v0.4.1 |
| 1376 | 2026-05-28T21:43:30.597Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-05-28T21:43:30.667Z | Compiling openssl-sys v0.9.115 |
| 1378 | 2026-05-28T21:43:30.806Z | Compiling base64 v0.22.1 |
| 1379 | 2026-05-28T21:43:31.002Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-05-28T21:43:31.136Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-05-28T21:43:31.159Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-05-28T21:43:31.201Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-05-28T21:43:31.534Z | Compiling zerovec-derive v0.11.2 |
| 1384 | 2026-05-28T21:43:31.825Z | Compiling zeroize v1.8.2 |
| 1385 | 2026-05-28T21:43:31.945Z | Compiling zerocopy-derive v0.8.40 |
| 1386 | 2026-05-28T21:43:32.448Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-05-28T21:43:32.589Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-05-28T21:43:32.606Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-05-28T21:43:32.675Z | Compiling block-buffer v0.10.4 |
| 1390 | 2026-05-28T21:43:32.732Z | Compiling yoke v0.8.1 |
| 1391 | 2026-05-28T21:43:32.732Z | Compiling tokio-macros v2.7.0 |
| 1392 | 2026-05-28T21:43:32.847Z | Compiling digest v0.10.7 |
| 1393 | 2026-05-28T21:43:32.932Z | Compiling zerovec v0.11.5 |
| 1394 | 2026-05-28T21:43:33.099Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-05-28T21:43:33.193Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-05-28T21:43:33.433Z | Compiling tinystr v0.8.2 |
| 1397 | 2026-05-28T21:43:33.449Z | Compiling potential_utf v0.1.4 |
| 1398 | 2026-05-28T21:43:33.488Z | Compiling hmac v0.12.1 |
| 1399 | 2026-05-28T21:43:33.607Z | Compiling icu_locale_core v2.1.1 |
| 1400 | 2026-05-28T21:43:33.630Z | Compiling icu_collections v2.1.1 |
| 1401 | 2026-05-28T21:43:33.643Z | Compiling block-padding v0.3.3 |
| 1402 | 2026-05-28T21:43:33.857Z | Compiling inout v0.1.4 |
| 1403 | 2026-05-28T21:43:33.911Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-05-28T21:43:34.028Z | Compiling cipher v0.4.4 |
| 1405 | 2026-05-28T21:43:34.149Z | Compiling sha2 v0.10.9 |
| 1406 | 2026-05-28T21:43:34.289Z | Compiling icu_provider v2.1.1 |
| 1407 | 2026-05-28T21:43:34.535Z | Compiling bytes v1.11.1 |
| 1408 | 2026-05-28T21:43:34.550Z | Compiling icu_properties v2.1.2 |
| 1409 | 2026-05-28T21:43:34.586Z | Compiling icu_normalizer v2.1.1 |
| 1410 | 2026-05-28T21:43:35.013Z | Compiling tokio v1.52.1 |
| 1411 | 2026-05-28T21:43:35.135Z | Compiling der_derive v0.7.3 |
| 1412 | 2026-05-28T21:43:35.158Z | Compiling http v1.4.0 |
| 1413 | 2026-05-28T21:43:35.408Z | Compiling idna_adapter v1.2.1 |
| 1414 | 2026-05-28T21:43:35.536Z | Compiling idna v1.1.0 |
| 1415 | 2026-05-28T21:43:35.639Z | Compiling chrono v0.4.44 |
| 1416 | 2026-05-28T21:43:36.051Z | Compiling url v2.5.8 |
| 1417 | 2026-05-28T21:43:36.083Z | Compiling der v0.7.10 |
| 1418 | 2026-05-28T21:43:36.176Z | Compiling salsa20 v0.10.2 |
| 1419 | 2026-05-28T21:43:36.197Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-05-28T21:43:36.313Z | Compiling ppv-lite86 v0.2.21 |
| 1421 | 2026-05-28T21:43:36.316Z | Compiling rustls-pki-types v1.14.0 |
| 1422 | 2026-05-28T21:43:36.408Z | Compiling tracing-attributes v0.1.31 |
| 1423 | 2026-05-28T21:43:36.633Z | Compiling thiserror-impl v2.0.18 |
| 1424 | 2026-05-28T21:43:36.763Z | Compiling rand_chacha v0.9.0 |
| 1425 | 2026-05-28T21:43:36.817Z | Compiling scrypt v0.11.0 |
| 1426 | 2026-05-28T21:43:37.006Z | Compiling spki v0.7.3 |
| 1427 | 2026-05-28T21:43:37.068Z | Compiling http-body v1.0.1 |
| 1428 | 2026-05-28T21:43:37.211Z | Compiling cbc v0.1.2 |
| 1429 | 2026-05-28T21:43:37.226Z | Compiling aes v0.8.4 |
| 1430 | 2026-05-28T21:43:37.334Z | Compiling tinyvec_macros v0.1.1 |
| 1431 | 2026-05-28T21:43:37.358Z | Compiling openssl-probe v0.2.1 |
| 1432 | 2026-05-28T21:43:37.404Z | Compiling untrusted v0.7.1 |
| 1433 | 2026-05-28T21:43:37.454Z | Compiling untrusted v0.9.0 |
| 1434 | 2026-05-28T21:43:37.526Z | Compiling httparse v1.10.1 |
| 1435 | 2026-05-28T21:43:37.529Z | Compiling tinyvec v1.10.0 |
| 1436 | 2026-05-28T21:43:37.691Z | Compiling tracing v0.1.44 |
| 1437 | 2026-05-28T21:43:37.882Z | Compiling pkcs5 v0.7.1 |
| 1438 | 2026-05-28T21:43:37.906Z | Compiling pest_generator v2.8.6 |
| 1439 | 2026-05-28T21:43:37.954Z | Compiling thiserror v2.0.18 |
| 1440 | 2026-05-28T21:43:37.958Z | Compiling rand v0.9.2 |
| 1441 | 2026-05-28T21:43:38.061Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2026-05-28T21:43:38.269Z | Compiling aho-corasick v1.1.4 |
| 1443 | 2026-05-28T21:43:38.357Z | Compiling dyn-clone v1.0.20 |
| 1444 | 2026-05-28T21:43:38.494Z | Compiling try-lock v0.2.5 |
| 1445 | 2026-05-28T21:43:38.588Z | Compiling tower-layer v0.3.3 |
| 1446 | 2026-05-28T21:43:38.604Z | Compiling rustls v0.23.37 |
| 1447 | 2026-05-28T21:43:38.743Z | Compiling tokio-util v0.7.18 |
| 1448 | 2026-05-28T21:43:38.758Z | Compiling schemars v0.8.22 |
| 1449 | 2026-05-28T21:43:38.809Z | Compiling atomic-waker v1.1.2 |
| 1450 | 2026-05-28T21:43:38.938Z | Compiling tower-service v0.3.3 |
| 1451 | 2026-05-28T21:43:38.966Z | Compiling schemars_derive v0.8.22 |
| 1452 | 2026-05-28T21:43:39.022Z | Compiling pest_derive v2.8.6 |
| 1453 | 2026-05-28T21:43:39.035Z | Compiling want v0.3.1 |
| 1454 | 2026-05-28T21:43:39.198Z | Compiling regex-automata v0.4.14 |
| 1455 | 2026-05-28T21:43:39.402Z | Compiling pkcs8 v0.10.2 |
| 1456 | 2026-05-28T21:43:39.717Z | Compiling h2 v0.4.13 |
| 1457 | 2026-05-28T21:43:39.742Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-05-28T21:43:39.819Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-05-28T21:43:39.990Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-05-28T21:43:40.212Z | Compiling openssl v0.10.79 |
| 1461 | 2026-05-28T21:43:40.239Z | Compiling httpdate v1.0.3 |
| 1462 | 2026-05-28T21:43:40.440Z | Compiling pin-utils v0.1.0 |
| 1463 | 2026-05-28T21:43:40.456Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-05-28T21:43:40.533Z | Compiling foreign-types v0.3.2 |
| 1465 | 2026-05-28T21:43:40.548Z | Compiling tempfile v3.25.0 |
| 1466 | 2026-05-28T21:43:40.620Z | Compiling scroll v0.13.0 |
| 1467 | 2026-05-28T21:43:40.655Z | Compiling unicode-normalization v0.1.25 |
| 1468 | 2026-05-28T21:43:40.911Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-05-28T21:43:41.105Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1470 | 2026-05-28T21:43:41.299Z | Compiling spin v0.9.8 |
| 1471 | 2026-05-28T21:43:41.302Z | Compiling native-tls v0.2.18 |
| 1472 | 2026-05-28T21:43:41.490Z | Compiling crc32fast v1.5.0 |
| 1473 | 2026-05-28T21:43:41.505Z | Compiling powerfmt v0.2.0 |
| 1474 | 2026-05-28T21:43:41.518Z | Compiling num-conv v0.2.0 |
| 1475 | 2026-05-28T21:43:41.648Z | Compiling time-core v0.1.8 |
| 1476 | 2026-05-28T21:43:41.705Z | Compiling deranged v0.5.8 |
| 1477 | 2026-05-28T21:43:41.797Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-05-28T21:43:42.245Z | Compiling darling_macro v0.20.11 |
| 1479 | 2026-05-28T21:43:42.674Z | Compiling hyper v1.8.1 |
| 1480 | 2026-05-28T21:43:42.711Z | Compiling darling v0.20.11 |
| 1481 | 2026-05-28T21:43:42.795Z | Compiling goblin v0.10.5 |
| 1482 | 2026-05-28T21:43:42.844Z | Compiling rustls-native-certs v0.8.3 |
| 1483 | 2026-05-28T21:43:43.136Z | Compiling sync_wrapper v1.0.2 |
| 1484 | 2026-05-28T21:43:43.247Z | Compiling wait-timeout v0.2.1 |
| 1485 | 2026-05-28T21:43:43.275Z | Compiling crossbeam-utils v0.8.21 |
| 1486 | 2026-05-28T21:43:43.512Z | Compiling simd-adler32 v0.3.8 |
| 1487 | 2026-05-28T21:43:43.561Z | Compiling syn v1.0.109 |
| 1488 | 2026-05-28T21:43:43.618Z | Compiling num_threads v0.1.7 |
| 1489 | 2026-05-28T21:43:43.715Z | Compiling hyper-util v0.1.20 |
| 1490 | 2026-05-28T21:43:43.750Z | Compiling siphasher v1.0.2 |
| 1491 | 2026-05-28T21:43:43.918Z | Compiling bit-vec v0.8.0 |
| 1492 | 2026-05-28T21:43:44.001Z | Compiling quick-error v1.2.3 |
| 1493 | 2026-05-28T21:43:44.112Z | Compiling usdt-impl v0.6.0 |
| 1494 | 2026-05-28T21:43:44.307Z | Compiling bit-set v0.8.0 |
| 1495 | 2026-05-28T21:43:44.342Z | Compiling rusty-fork v0.3.1 |
| 1496 | 2026-05-28T21:43:44.484Z | Compiling time v0.3.47 |
| 1497 | 2026-05-28T21:43:44.541Z | Compiling tower v0.5.3 |
| 1498 | 2026-05-28T21:43:44.656Z | Compiling derive_builder_core v0.20.2 |
| 1499 | 2026-05-28T21:43:45.025Z | Compiling dtrace-parser v0.3.0 |
| 1500 | 2026-05-28T21:43:45.097Z | Compiling http-body-util v0.1.3 |
| 1501 | 2026-05-28T21:43:45.346Z | Compiling webpki-roots v1.0.6 |
| 1502 | 2026-05-28T21:43:45.469Z | Compiling signature v2.2.0 |
| 1503 | 2026-05-28T21:43:45.537Z | Compiling thiserror-impl v1.0.69 |
| 1504 | 2026-05-28T21:43:45.551Z | Compiling dof v0.4.0 |
| 1505 | 2026-05-28T21:43:45.650Z | Compiling scroll_derive v0.12.1 |
| 1506 | 2026-05-28T21:43:45.782Z | Compiling heapless v0.7.17 |
| 1507 | 2026-05-28T21:43:46.022Z | Compiling rand_xorshift v0.4.0 |
| 1508 | 2026-05-28T21:43:46.056Z | Compiling slog v2.8.2 |
| 1509 | 2026-05-28T21:43:46.181Z | Compiling darling_core v0.21.3 |
| 1510 | 2026-05-28T21:43:46.242Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1511 | 2026-05-28T21:43:46.304Z | Compiling thread-id v5.1.0 |
| 1512 | 2026-05-28T21:43:46.386Z | Compiling cookie v0.18.1 |
| 1513 | 2026-05-28T21:43:46.509Z | Compiling ryu v1.0.23 |
| 1514 | 2026-05-28T21:43:46.569Z | Compiling allocator-api2 v0.2.21 |
| 1515 | 2026-05-28T21:43:46.691Z | Compiling unicode-bidi v0.3.18 |
| 1516 | 2026-05-28T21:43:46.709Z | Compiling zstd-safe v7.2.4 |
| 1517 | 2026-05-28T21:43:46.771Z | Compiling adler2 v2.0.1 |
| 1518 | 2026-05-28T21:43:46.890Z | Compiling unicode-properties v0.1.4 |
| 1519 | 2026-05-28T21:43:46.905Z | Compiling anyhow v1.0.102 |
| 1520 | 2026-05-28T21:43:46.907Z | Compiling signal-hook v0.3.18 |
| 1521 | 2026-05-28T21:43:47.083Z | Compiling paste v1.0.15 |
| 1522 | 2026-05-28T21:43:47.097Z | Compiling unarray v0.1.4 |
| 1523 | 2026-05-28T21:43:47.100Z | Compiling iri-string v0.7.10 |
| 1524 | 2026-05-28T21:43:47.202Z | Compiling proptest v1.10.0 |
| 1525 | 2026-05-28T21:43:47.251Z | Compiling stringprep v0.1.5 |
| 1526 | 2026-05-28T21:43:47.393Z | Compiling miniz_oxide v0.8.9 |
| 1527 | 2026-05-28T21:43:47.429Z | Compiling thiserror v1.0.69 |
| 1528 | 2026-05-28T21:43:47.533Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2026-05-28T21:43:47.990Z | Compiling scroll v0.12.0 |
| 1530 | 2026-05-28T21:43:48.253Z | Compiling tower-http v0.6.8 |
| 1531 | 2026-05-28T21:43:48.426Z | Compiling derive_builder_macro v0.20.2 |
| 1532 | 2026-05-28T21:43:48.612Z | Compiling tokio-native-tls v0.3.1 |
| 1533 | 2026-05-28T21:43:48.650Z | Compiling bstr v1.12.1 |
| 1534 | 2026-05-28T21:43:48.678Z | Compiling darling_macro v0.21.3 |
| 1535 | 2026-05-28T21:43:48.821Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2026-05-28T21:43:48.920Z | Compiling rand_chacha v0.3.1 |
| 1537 | 2026-05-28T21:43:48.976Z | Compiling serde_spanned v0.6.9 |
| 1538 | 2026-05-28T21:43:49.126Z | Compiling toml_datetime v0.6.11 |
| 1539 | 2026-05-28T21:43:49.192Z | Compiling erased-serde v0.3.31 |
| 1540 | 2026-05-28T21:43:49.225Z | Compiling serde_tokenstream v0.2.3 |
| 1541 | 2026-05-28T21:43:49.322Z | Compiling md-5 v0.10.6 |
| 1542 | 2026-05-28T21:43:49.393Z | Compiling zerocopy-derive v0.7.35 |
| 1543 | 2026-05-28T21:43:49.489Z | Compiling async-trait v0.1.89 |
| 1544 | 2026-05-28T21:43:49.542Z | Compiling pin-project-internal v1.1.11 |
| 1545 | 2026-05-28T21:43:49.683Z | Compiling curve25519-dalek v4.1.3 |
| 1546 | 2026-05-28T21:43:49.739Z | Compiling vergen-lib v0.1.6 |
| 1547 | 2026-05-28T21:43:49.924Z | Compiling num-integer v0.1.46 |
| 1548 | 2026-05-28T21:43:50.023Z | Compiling hash32 v0.2.1 |
| 1549 | 2026-05-28T21:43:50.218Z | Compiling ff v0.13.1 |
| 1550 | 2026-05-28T21:43:50.242Z | Compiling memoffset v0.9.1 |
| 1551 | 2026-05-28T21:43:50.271Z | Compiling smoltcp v0.9.1 |
| 1552 | 2026-05-28T21:43:50.357Z | Compiling litrs v1.0.0 |
| 1553 | 2026-05-28T21:43:50.435Z | Compiling fallible-iterator v0.2.0 |
| 1554 | 2026-05-28T21:43:50.523Z | Compiling psl-types v2.0.11 |
| 1555 | 2026-05-28T21:43:50.610Z | Compiling ref-cast v1.0.25 |
| 1556 | 2026-05-28T21:43:50.653Z | Compiling base16ct v0.2.0 |
| 1557 | 2026-05-28T21:43:50.667Z | Compiling zlib-rs v0.6.2 |
| 1558 | 2026-05-28T21:43:50.747Z | Compiling num-bigint-dig v0.8.6 |
| 1559 | 2026-05-28T21:43:50.831Z | Compiling cfg_aliases v0.2.1 |
| 1560 | 2026-05-28T21:43:50.864Z | Compiling rustix v0.38.44 |
| 1561 | 2026-05-28T21:43:50.910Z | Compiling nix v0.31.2 |
| 1562 | 2026-05-28T21:43:50.956Z | Compiling document-features v0.2.12 |
| 1563 | 2026-05-28T21:43:50.970Z | Compiling sec1 v0.7.3 |
| 1564 | 2026-05-28T21:43:51.243Z | Compiling postgres-protocol v0.6.10 |
| 1565 | 2026-05-28T21:43:51.271Z | Compiling pin-project v1.1.11 |
| 1566 | 2026-05-28T21:43:51.301Z | Compiling publicsuffix v2.3.0 |
| 1567 | 2026-05-28T21:43:51.471Z | Compiling group v0.13.0 |
| 1568 | 2026-05-28T21:43:51.494Z | Compiling zerocopy v0.7.35 |
| 1569 | 2026-05-28T21:43:51.647Z | Compiling num-iter v0.1.45 |
| 1570 | 2026-05-28T21:43:51.846Z | Compiling newtype-uuid v1.3.2 |
| 1571 | 2026-05-28T21:43:51.993Z | Compiling darling v0.21.3 |
| 1572 | 2026-05-28T21:43:52.026Z | Compiling rand v0.8.6 |
| 1573 | 2026-05-28T21:43:52.077Z | Compiling oxnet v0.1.4 |
| 1574 | 2026-05-28T21:43:52.169Z | Compiling derive_builder v0.20.2 |
| 1575 | 2026-05-28T21:43:52.195Z | Compiling hyper-tls v0.6.0 |
| 1576 | 2026-05-28T21:43:52.411Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-05-28T21:43:52.424Z | Compiling goblin v0.8.2 |
| 1578 | 2026-05-28T21:43:52.987Z | Compiling phf_shared v0.13.1 |
| 1579 | 2026-05-28T21:43:53.002Z | Compiling lazy_static v1.5.0 |
| 1580 | 2026-05-28T21:43:53.096Z | Compiling regex v1.12.3 |
| 1581 | 2026-05-28T21:43:53.142Z | Compiling futures-executor v0.3.32 |
| 1582 | 2026-05-28T21:43:53.228Z | Compiling cargo-platform v0.1.9 |
| 1583 | 2026-05-28T21:43:53.367Z | Compiling hex v0.4.3 |
| 1584 | 2026-05-28T21:43:53.396Z | Compiling hkdf v0.12.4 |
| 1585 | 2026-05-28T21:43:53.486Z | Compiling flate2 v1.1.9 |
| 1586 | 2026-05-28T21:43:53.520Z | Compiling crypto-bigint v0.5.5 |
| 1587 | 2026-05-28T21:43:53.563Z | Compiling terminal_size v0.4.3 |
| 1588 | 2026-05-28T21:43:53.640Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1589 | 2026-05-28T21:43:53.702Z | Compiling snafu-derive v0.8.9 |
| 1590 | 2026-05-28T21:43:53.871Z | Compiling ref-cast-impl v1.0.25 |
| 1591 | 2026-05-28T21:43:53.962Z | Compiling strum_macros v0.27.2 |
| 1592 | 2026-05-28T21:43:54.339Z | Compiling daft-derive v0.1.7 |
| 1593 | 2026-05-28T21:43:54.420Z | Compiling vergen v9.0.6 |
| 1594 | 2026-05-28T21:43:54.602Z | Compiling fs-err v3.3.0 |
| 1595 | 2026-05-28T21:43:54.794Z | Compiling ahash v0.8.12 |
| 1596 | 2026-05-28T21:43:55.000Z | Compiling encoding_rs v0.8.35 |
| 1597 | 2026-05-28T21:43:55.067Z | Compiling foldhash v0.1.5 |
| 1598 | 2026-05-28T21:43:55.239Z | Compiling bumpalo v3.20.2 |
| 1599 | 2026-05-28T21:43:55.497Z | Compiling bitflags v1.3.2 |
| 1600 | 2026-05-28T21:43:55.578Z | Compiling mime v0.3.17 |
| 1601 | 2026-05-28T21:43:55.659Z | Compiling foldhash v0.2.0 |
| 1602 | 2026-05-28T21:43:55.685Z | Compiling managed v0.8.0 |
| 1603 | 2026-05-28T21:43:55.839Z | Compiling libbz2-rs-sys v0.2.2 |
| 1604 | 2026-05-28T21:43:55.879Z | Compiling same-file v1.0.6 |
| 1605 | 2026-05-28T21:43:55.899Z | Compiling unicode-segmentation v1.12.0 |
| 1606 | 2026-05-28T21:43:55.928Z | Compiling winnow v0.5.40 |
| 1607 | 2026-05-28T21:43:55.968Z | Compiling object v0.37.3 |
| 1608 | 2026-05-28T21:43:56.042Z | Compiling walkdir v2.5.0 |
| 1609 | 2026-05-28T21:43:56.282Z | Compiling bzip2 v0.6.1 |
| 1610 | 2026-05-28T21:43:56.297Z | Compiling clap_builder v4.5.60 |
| 1611 | 2026-05-28T21:43:56.353Z | Compiling strum v0.27.2 |
| 1612 | 2026-05-28T21:43:56.486Z | Compiling hashbrown v0.16.1 |
| 1613 | 2026-05-28T21:43:56.514Z | Compiling snafu v0.8.9 |
| 1614 | 2026-05-28T21:43:56.529Z | Compiling zopfli v0.8.3 |
| 1615 | 2026-05-28T21:43:56.858Z | Compiling hashbrown v0.15.5 |
| 1616 | 2026-05-28T21:43:57.075Z | Compiling daft v0.1.7 |
| 1617 | 2026-05-28T21:43:57.178Z | Compiling toml_edit v0.19.15 |
| 1618 | 2026-05-28T21:43:57.337Z | Compiling dof v0.3.0 |
| 1619 | 2026-05-28T21:43:57.373Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-05-28T21:43:57.509Z | Compiling cargo_metadata v0.19.2 |
| 1621 | 2026-05-28T21:43:57.764Z | Compiling futures v0.3.32 |
| 1622 | 2026-05-28T21:43:57.849Z | Compiling phf v0.13.1 |
| 1623 | 2026-05-28T21:43:58.041Z | Compiling signal-hook-mio v0.2.5 |
| 1624 | 2026-05-28T21:43:58.160Z | Compiling hubpack v0.1.2 |
| 1625 | 2026-05-28T21:43:58.376Z | Compiling cookie_store v0.22.1 |
| 1626 | 2026-05-28T21:43:58.575Z | Compiling zstd v0.13.3 |
| 1627 | 2026-05-28T21:43:58.862Z | Compiling bzip2 v0.4.4 |
| 1628 | 2026-05-28T21:43:58.882Z | Compiling serde_with_macros v3.17.0 |
| 1629 | 2026-05-28T21:43:59.068Z | Compiling postgres-types v0.2.12 |
| 1630 | 2026-05-28T21:43:59.305Z | Compiling usdt-attr-macro v0.6.0 |
| 1631 | 2026-05-28T21:43:59.631Z | Compiling usdt-macro v0.6.0 |
| 1632 | 2026-05-28T21:43:59.865Z | Compiling globset v0.4.18 |
| 1633 | 2026-05-28T21:44:00.024Z | Compiling dtrace-parser v0.2.0 |
| 1634 | 2026-05-28T21:44:00.110Z | Compiling ed25519 v2.2.3 |
| 1635 | 2026-05-28T21:44:00.302Z | Compiling phf_shared v0.11.3 |
| 1636 | 2026-05-28T21:44:00.374Z | Compiling olpc-cjson v0.1.4 |
| 1637 | 2026-05-28T21:44:00.409Z | Compiling pkcs1 v0.7.5 |
| 1638 | 2026-05-28T21:44:00.488Z | Compiling serde_plain v1.0.2 |
| 1639 | 2026-05-28T21:44:00.532Z | Compiling serde-big-array v0.5.1 |
| 1640 | 2026-05-28T21:44:00.548Z | Compiling rfc6979 v0.4.0 |
| 1641 | 2026-05-28T21:44:00.674Z | Compiling pem v3.0.6 |
| 1642 | 2026-05-28T21:44:00.674Z | Compiling strum_macros v0.26.4 |
| 1643 | 2026-05-28T21:44:00.703Z | Compiling clap_derive v4.5.55 |
| 1644 | 2026-05-28T21:44:00.772Z | Compiling serde_repr v0.1.20 |
| 1645 | 2026-05-28T21:44:00.814Z | Compiling async-recursion v1.1.1 |
| 1646 | 2026-05-28T21:44:00.998Z | Compiling enum-as-inner v0.6.1 |
| 1647 | 2026-05-28T21:44:01.022Z | Compiling float-cmp v0.10.0 |
| 1648 | 2026-05-28T21:44:01.174Z | Compiling thread-id v4.2.2 |
| 1649 | 2026-05-28T21:44:01.262Z | Compiling memmap2 v0.9.10 |
| 1650 | 2026-05-28T21:44:01.301Z | Compiling env_filter v1.0.0 |
| 1651 | 2026-05-28T21:44:01.464Z | Compiling difflib v0.4.0 |
| 1652 | 2026-05-28T21:44:01.482Z | Compiling new_debug_unreachable v1.0.6 |
| 1653 | 2026-05-28T21:44:01.499Z | Compiling jiff v0.2.21 |
| 1654 | 2026-05-28T21:44:01.555Z | Compiling data-encoding v2.10.0 |
| 1655 | 2026-05-28T21:44:01.610Z | Compiling keccak v0.1.6 |
| 1656 | 2026-05-28T21:44:02.019Z | Compiling normalize-line-endings v0.3.0 |
| 1657 | 2026-05-28T21:44:02.118Z | Compiling fixedbitset v0.4.2 |
| 1658 | 2026-05-28T21:44:02.249Z | Compiling whoami v2.1.0 |
| 1659 | 2026-05-28T21:44:02.333Z | Compiling either v1.15.0 |
| 1660 | 2026-05-28T21:44:02.417Z | Compiling predicates-core v1.0.10 |
| 1661 | 2026-05-28T21:44:02.434Z | Compiling precomputed-hash v0.1.1 |
| 1662 | 2026-05-28T21:44:02.447Z | Compiling typed-path v0.9.3 |
| 1663 | 2026-05-28T21:44:02.523Z | Compiling static_assertions v1.1.0 |
| 1664 | 2026-05-28T21:44:02.538Z | Compiling fixedbitset v0.5.7 |
| 1665 | 2026-05-28T21:44:02.596Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1666 | 2026-05-28T21:44:02.611Z | Compiling predicates v3.1.4 |
| 1667 | 2026-05-28T21:44:02.627Z | Compiling string_cache v0.8.9 |
| 1668 | 2026-05-28T21:44:02.842Z | Compiling petgraph v0.8.3 |
| 1669 | 2026-05-28T21:44:02.859Z | Compiling itertools v0.13.0 |
| 1670 | 2026-05-28T21:44:03.266Z | Compiling tokio-postgres v0.7.16 |
| 1671 | 2026-05-28T21:44:03.653Z | Compiling clap v4.5.60 |
| 1672 | 2026-05-28T21:44:03.722Z | Compiling strum v0.26.3 |
| 1673 | 2026-05-28T21:44:03.738Z | Compiling toml_edit v0.22.27 |
| 1674 | 2026-05-28T21:44:03.889Z | Compiling petgraph v0.6.5 |
| 1675 | 2026-05-28T21:44:04.140Z | Compiling zip v4.6.1 |
| 1676 | 2026-05-28T21:44:04.823Z | Compiling hickory-proto v0.25.2 |
| 1677 | 2026-05-28T21:44:05.112Z | Compiling sha3 v0.10.8 |
| 1678 | 2026-05-28T21:44:05.415Z | Compiling env_logger v0.11.9 |
| 1679 | 2026-05-28T21:44:05.454Z | Compiling usdt v0.6.0 |
| 1680 | 2026-05-28T21:44:05.501Z | Compiling usdt-impl v0.5.0 |
| 1681 | 2026-05-28T21:44:05.566Z | Compiling ecdsa v0.16.9 |
| 1682 | 2026-05-28T21:44:05.708Z | Compiling rsa v0.9.10 |
| 1683 | 2026-05-28T21:44:05.724Z | Compiling ed25519-dalek v2.2.0 |
| 1684 | 2026-05-28T21:44:05.767Z | Compiling crossterm v0.28.1 |
| 1685 | 2026-05-28T21:44:05.989Z | Compiling serde_with v3.17.0 |
| 1686 | 2026-05-28T21:44:06.393Z | Compiling zip v0.6.6 |
| 1687 | 2026-05-28T21:44:06.516Z | Compiling toml v0.7.8 |
| 1688 | 2026-05-28T21:44:07.072Z | Compiling iddqd v0.4.1 |
| 1689 | 2026-05-28T21:44:07.551Z | Compiling heck v0.4.1 |
| 1690 | 2026-05-28T21:44:07.629Z | Compiling similar v2.7.0 |
| 1691 | 2026-05-28T21:44:07.672Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1692 | 2026-05-28T21:44:07.789Z | Compiling crossbeam-epoch v0.9.18 |
| 1693 | 2026-05-28T21:44:08.121Z | Compiling tokio-stream v0.1.18 |
| 1694 | 2026-05-28T21:44:08.279Z | Compiling buf-list v1.1.2 |
| 1695 | 2026-05-28T21:44:08.307Z | Compiling x509-cert v0.2.5 |
| 1696 | 2026-05-28T21:44:08.491Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1697 | 2026-05-28T21:44:08.558Z | Compiling openapiv3 v2.2.0 |
| 1698 | 2026-05-28T21:44:08.591Z | Compiling sha1 v0.10.6 |
| 1699 | 2026-05-28T21:44:08.838Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1700 | 2026-05-28T21:44:08.857Z | Compiling peg-runtime v0.8.5 |
| 1701 | 2026-05-28T21:44:09.053Z | Compiling lalrpop-util v0.19.12 |
| 1702 | 2026-05-28T21:44:09.137Z | Compiling thread_local v1.1.9 |
| 1703 | 2026-05-28T21:44:09.153Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-05-28T21:44:09.253Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-05-28T21:44:09.396Z | Compiling is-terminal v0.4.17 |
| 1706 | 2026-05-28T21:44:09.473Z | Compiling filetime v0.2.27 |
| 1707 | 2026-05-28T21:44:09.493Z | Compiling xattr v1.6.1 |
| 1708 | 2026-05-28T21:44:09.540Z | Compiling take_mut v0.2.2 |
| 1709 | 2026-05-28T21:44:09.651Z | Compiling term v1.2.1 |
| 1710 | 2026-05-28T21:44:09.680Z | Compiling tar v0.4.45 |
| 1711 | 2026-05-28T21:44:09.980Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-05-28T21:44:19.667Z | Compiling rustls-webpki v0.103.9 |
| 1713 | 2026-05-28T21:44:22.465Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-05-28T21:44:22.465Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-05-28T21:44:22.688Z | Compiling hyper-rustls v0.27.7 |
| 1716 | 2026-05-28T21:44:22.879Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-05-28T21:44:22.879Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-05-28T21:44:24.169Z | Compiling tough v0.22.0 |
| 1719 | 2026-05-28T21:44:26.707Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-05-28T21:44:26.921Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-05-28T21:44:29.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1722 | 2026-05-28T21:44:29.907Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1723 | 2026-05-28T21:44:29.960Z | May 28 21:44:28.207 INFO Starting download, target: Console |
| 1724 | 2026-05-28T21:44:29.960Z | May 28 21:44:28.207 INFO Starting download, target: Clickhouse |
| 1725 | 2026-05-28T21:44:29.960Z | May 28 21:44:28.207 INFO Starting download, target: Cockroach |
| 1726 | 2026-05-28T21:44:29.964Z | May 28 21:44:28.207 INFO Starting download, target: DendriteStub |
| 1727 | 2026-05-28T21:44:29.964Z | May 28 21:44:28.207 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-05-28T21:44:29.964Z | May 28 21:44:28.207 INFO Starting download, target: TransceiverControl |
| 1729 | 2026-05-28T21:44:29.964Z | May 28 21:44:28.207 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1730 | 2026-05-28T21:44:29.964Z | May 28 21:44:28.207 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1731 | 2026-05-28T21:44:29.964Z | May 28 21:44:28.207 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1732 | 2026-05-28T21:44:29.964Z | May 28 21:44:28.207 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1733 | 2026-05-28T21:44:29.964Z | May 28 21:44:28.207 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1734 | 2026-05-28T21:44:29.964Z | May 28 21:44:28.207 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1735 | 2026-05-28T21:44:30.468Z | May 28 21:44:28.713 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1736 | 2026-05-28T21:44:30.691Z | May 28 21:44:28.928 INFO Download complete, target: TransceiverControl |
| 1737 | 2026-05-28T21:44:31.018Z | May 28 21:44:29.263 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1738 | 2026-05-28T21:44:31.258Z | May 28 21:44:29.492 INFO Download complete, target: Console |
| 1739 | 2026-05-28T21:44:31.760Z | May 28 21:44:30.005 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1740 | 2026-05-28T21:44:31.832Z | May 28 21:44:30.076 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1741 | 2026-05-28T21:44:32.015Z | May 28 21:44:30.256 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1742 | 2026-05-28T21:44:32.457Z | May 28 21:44:30.703 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1743 | 2026-05-28T21:44:32.457Z | May 28 21:44:30.703 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1744 | 2026-05-28T21:44:34.054Z | May 28 21:44:32.301 INFO Download complete, target: DendriteStub |
| 1745 | 2026-05-28T21:44:34.440Z | May 28 21:44:32.687 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-05-28T21:44:37.024Z | May 28 21:44:35.271 INFO Checking that binary works, target: Cockroach |
| 1747 | 2026-05-28T21:44:37.141Z | May 28 21:44:35.388 INFO Download complete, target: Cockroach |
| 1748 | 2026-05-28T21:44:38.437Z | May 28 21:44:36.681 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-05-28T21:44:38.534Z | May 28 21:44:36.780 INFO Download complete, target: Clickhouse |
| 1750 | 2026-05-28T21:44:38.573Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-05-28T21:44:38.578Z | |
| 1752 | 2026-05-28T21:44:38.578Z | real 2:20.184542381 |
| 1753 | 2026-05-28T21:44:38.578Z | user 6:58.188835968 |
| 1754 | 2026-05-28T21:44:38.578Z | sys 1:23.612946054 |
| 1755 | 2026-05-28T21:44:38.578Z | trap 0.227386591 |
| 1756 | 2026-05-28T21:44:38.579Z | tflt 0.767569991 |
| 1757 | 2026-05-28T21:44:38.579Z | dflt 0.763141523 |
| 1758 | 2026-05-28T21:44:38.579Z | kflt 0.032327125 |
| 1759 | 2026-05-28T21:44:38.579Z | lock 21:36.098194269 |
| 1760 | 2026-05-28T21:44:38.579Z | slp 21:27.476835513 |
| 1761 | 2026-05-28T21:44:38.579Z | lat 44.584784950 |
| 1762 | 2026-05-28T21:44:38.579Z | stop 2:03.170682280 |
| 1763 | 2026-05-28T21:44:38.579Z | + banner clippy |
| 1764 | 2026-05-28T21:44:38.579Z | |
| 1765 | 2026-05-28T21:44:38.579Z | #### # # ##### ##### # # |
| 1766 | 2026-05-28T21:44:38.579Z | # # # # # # # # # # |
| 1767 | 2026-05-28T21:44:38.580Z | # # # # # # # # |
| 1768 | 2026-05-28T21:44:38.580Z | # # # ##### ##### # |
| 1769 | 2026-05-28T21:44:38.580Z | # # # # # # # |
| 1770 | 2026-05-28T21:44:38.580Z | #### ###### # # # # |
| 1771 | 2026-05-28T21:44:38.580Z | |
| 1772 | 2026-05-28T21:44:38.580Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-05-28T21:44:38.580Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-05-28T21:44:38.580Z | + ptime -m cargo xtask clippy |
| 1775 | 2026-05-28T21:44:39.123Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-05-28T21:44:39.344Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-05-28T21:44:41.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s |
| 1778 | 2026-05-28T21:44:41.313Z | Running `target/debug/xtask clippy` |
| 1779 | 2026-05-28T21:44:41.340Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1780 | 2026-05-28T21:44:41.959Z | Downloading crates ... |
| 1781 | 2026-05-28T21:44:42.161Z | Downloaded addr2line v0.25.1 |
| 1782 | 2026-05-28T21:44:42.181Z | Downloaded plotters-svg v0.3.7 |
| 1783 | 2026-05-28T21:44:42.184Z | Downloaded rust-argon2 v2.1.0 |
| 1784 | 2026-05-28T21:44:42.185Z | Downloaded futures-timer v3.0.3 |
| 1785 | 2026-05-28T21:44:42.188Z | Downloaded supports-hyperlinks v2.1.0 |
| 1786 | 2026-05-28T21:44:42.192Z | Downloaded cargo-platform v0.3.2 |
| 1787 | 2026-05-28T21:44:42.195Z | Downloaded terminal_size v0.1.17 |
| 1788 | 2026-05-28T21:44:42.195Z | Downloaded oorandom v11.1.5 |
| 1789 | 2026-05-28T21:44:42.202Z | Downloaded nested v0.1.1 |
| 1790 | 2026-05-28T21:44:42.209Z | Downloaded cast v0.3.0 |
| 1791 | 2026-05-28T21:44:42.219Z | Downloaded event-listener-strategy v0.5.4 |
| 1792 | 2026-05-28T21:44:42.219Z | Downloaded pathdiff v0.2.3 |
| 1793 | 2026-05-28T21:44:42.219Z | Downloaded relative-path v1.9.3 |
| 1794 | 2026-05-28T21:44:42.231Z | Downloaded supports-unicode v2.1.0 |
| 1795 | 2026-05-28T21:44:42.231Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1796 | 2026-05-28T21:44:42.231Z | Downloaded escape8259 v0.5.3 |
| 1797 | 2026-05-28T21:44:42.231Z | Downloaded miette-derive v5.10.0 |
| 1798 | 2026-05-28T21:44:42.235Z | Downloaded similar-asserts v1.7.0 |
| 1799 | 2026-05-28T21:44:42.236Z | Downloaded supports-color v2.1.0 |
| 1800 | 2026-05-28T21:44:42.236Z | Downloaded async-object-pool v0.2.0 |
| 1801 | 2026-05-28T21:44:42.236Z | Downloaded approx v0.5.1 |
| 1802 | 2026-05-28T21:44:42.236Z | Downloaded backtrace-ext v0.2.1 |
| 1803 | 2026-05-28T21:44:42.239Z | Downloaded assert-json-diff v2.0.2 |
| 1804 | 2026-05-28T21:44:42.246Z | Downloaded plotters-backend v0.3.7 |
| 1805 | 2026-05-28T21:44:42.250Z | Downloaded rustc-demangle v0.1.27 |
| 1806 | 2026-05-28T21:44:42.250Z | Downloaded termcolor v1.4.1 |
| 1807 | 2026-05-28T21:44:42.258Z | Downloaded parking v2.2.1 |
| 1808 | 2026-05-28T21:44:42.261Z | Downloaded serde_regex v1.1.0 |
| 1809 | 2026-05-28T21:44:42.263Z | Downloaded linkme-impl v0.3.35 |
| 1810 | 2026-05-28T21:44:42.264Z | Downloaded tokio-test v0.4.5 |
| 1811 | 2026-05-28T21:44:42.267Z | Downloaded owo-colors v3.5.0 |
| 1812 | 2026-05-28T21:44:42.269Z | Downloaded cargo_metadata v0.23.1 |
| 1813 | 2026-05-28T21:44:42.272Z | Downloaded constant_time_eq v0.3.1 |
| 1814 | 2026-05-28T21:44:42.272Z | Downloaded target-spec v3.5.7 |
| 1815 | 2026-05-28T21:44:42.272Z | Downloaded partial-io v0.5.4 |
| 1816 | 2026-05-28T21:44:42.275Z | Downloaded knuffel-derive v3.2.0 |
| 1817 | 2026-05-28T21:44:42.275Z | Downloaded anes v0.1.6 |
| 1818 | 2026-05-28T21:44:42.278Z | Downloaded target-lexicon v0.13.3 |
| 1819 | 2026-05-28T21:44:42.282Z | Downloaded libtest-mimic v0.8.1 |
| 1820 | 2026-05-28T21:44:42.282Z | Downloaded event-listener v5.4.1 |
| 1821 | 2026-05-28T21:44:42.282Z | Downloaded criterion-plot v0.6.0 |
| 1822 | 2026-05-28T21:44:42.285Z | Downloaded tinytemplate v1.2.1 |
| 1823 | 2026-05-28T21:44:42.288Z | Downloaded stringmetrics v2.2.2 |
| 1824 | 2026-05-28T21:44:42.288Z | Downloaded assert_cmd v2.1.2 |
| 1825 | 2026-05-28T21:44:42.291Z | Downloaded linkme v0.3.35 |
| 1826 | 2026-05-28T21:44:42.291Z | Downloaded hickory-client v0.25.2 |
| 1827 | 2026-05-28T21:44:42.294Z | Downloaded blake2b_simd v1.0.4 |
| 1828 | 2026-05-28T21:44:42.297Z | Downloaded trybuild v1.0.116 |
| 1829 | 2026-05-28T21:44:42.299Z | Downloaded cfg-expr v0.20.6 |
| 1830 | 2026-05-28T21:44:42.302Z | Downloaded target-triple v1.0.0 |
| 1831 | 2026-05-28T21:44:42.302Z | Downloaded async-lock v3.4.2 |
| 1832 | 2026-05-28T21:44:42.305Z | Downloaded rstest_macros v0.25.0 |
| 1833 | 2026-05-28T21:44:42.305Z | Downloaded httptest v0.16.4 |
| 1834 | 2026-05-28T21:44:42.310Z | Downloaded path-tree v0.8.3 |
| 1835 | 2026-05-28T21:44:42.312Z | Downloaded rstest v0.25.0 |
| 1836 | 2026-05-28T21:44:42.312Z | Downloaded concurrent-queue v2.5.0 |
| 1837 | 2026-05-28T21:44:42.315Z | Downloaded textwrap v0.15.2 |
| 1838 | 2026-05-28T21:44:42.315Z | Downloaded datatest-stable v0.3.3 |
| 1839 | 2026-05-28T21:44:42.325Z | Downloaded knuffel v3.2.0 |
| 1840 | 2026-05-28T21:44:42.328Z | Downloaded chumsky v0.9.3 |
| 1841 | 2026-05-28T21:44:42.330Z | Downloaded backtrace v0.3.76 |
| 1842 | 2026-05-28T21:44:42.334Z | Downloaded rand_distr v0.5.1 |
| 1843 | 2026-05-28T21:44:42.336Z | Downloaded guppy v0.17.25 |
| 1844 | 2026-05-28T21:44:42.339Z | Downloaded miette v5.10.0 |
| 1845 | 2026-05-28T21:44:42.342Z | Downloaded fancy-regex v0.14.0 |
| 1846 | 2026-05-28T21:44:42.345Z | Downloaded plotters v0.3.7 |
| 1847 | 2026-05-28T21:44:42.350Z | Downloaded hashbrown v0.14.5 |
| 1848 | 2026-05-28T21:44:42.353Z | Downloaded gimli v0.32.3 |
| 1849 | 2026-05-28T21:44:42.358Z | Downloaded criterion v0.7.0 |
| 1850 | 2026-05-28T21:44:42.454Z | Downloaded httpmock v0.8.3 |
| 1851 | 2026-05-28T21:44:44.060Z | Checking cfg-if v1.0.4 |
| 1852 | 2026-05-28T21:44:44.412Z | Checking libc v0.2.185 |
| 1853 | 2026-05-28T21:44:44.430Z | Checking serde_core v1.0.228 |
| 1854 | 2026-05-28T21:44:44.480Z | Checking memchr v2.8.0 |
| 1855 | 2026-05-28T21:44:44.518Z | Checking smallvec v1.15.1 |
| 1856 | 2026-05-28T21:44:44.555Z | Checking itoa v1.0.17 |
| 1857 | 2026-05-28T21:44:44.585Z | Checking log v0.4.29 |
| 1858 | 2026-05-28T21:44:44.633Z | Checking zeroize v1.8.2 |
| 1859 | 2026-05-28T21:44:44.668Z | Checking libm v0.2.16 |
| 1860 | 2026-05-28T21:44:44.723Z | Checking scopeguard v1.2.0 |
| 1861 | 2026-05-28T21:44:44.757Z | Checking stable_deref_trait v1.2.1 |
| 1862 | 2026-05-28T21:44:44.804Z | Checking zmij v1.0.21 |
| 1863 | 2026-05-28T21:44:44.834Z | Checking zerofrom v0.1.6 |
| 1864 | 2026-05-28T21:44:44.865Z | Checking errno v0.3.14 |
| 1865 | 2026-05-28T21:44:44.867Z | Checking getrandom v0.2.17 |
| 1866 | 2026-05-28T21:44:44.898Z | Checking lock_api v0.4.14 |
| 1867 | 2026-05-28T21:44:44.962Z | Checking percent-encoding v2.3.2 |
| 1868 | 2026-05-28T21:44:44.997Z | Checking yoke v0.8.1 |
| 1869 | 2026-05-28T21:44:45.035Z | Checking writeable v0.6.2 |
| 1870 | 2026-05-28T21:44:45.035Z | Checking litemap v0.8.1 |
| 1871 | 2026-05-28T21:44:45.095Z | Checking icu_properties_data v2.1.2 |
| 1872 | 2026-05-28T21:44:45.130Z | Checking icu_normalizer_data v2.1.1 |
| 1873 | 2026-05-28T21:44:45.164Z | Checking subtle v2.6.1 |
| 1874 | 2026-05-28T21:44:45.197Z | Checking zerovec v0.11.5 |
| 1875 | 2026-05-28T21:44:45.230Z | Checking zerotrie v0.2.3 |
| 1876 | 2026-05-28T21:44:45.265Z | Checking form_urlencoded v1.2.2 |
| 1877 | 2026-05-28T21:44:45.301Z | Checking utf8_iter v1.0.4 |
| 1878 | 2026-05-28T21:44:45.329Z | Checking pin-project-lite v0.2.17 |
| 1879 | 2026-05-28T21:44:45.365Z | Checking parking_lot_core v0.9.12 |
| 1880 | 2026-05-28T21:44:45.401Z | Checking num-traits v0.2.19 |
| 1881 | 2026-05-28T21:44:45.434Z | Checking rand_core v0.10.0 |
| 1882 | 2026-05-28T21:44:45.469Z | Checking rand_core v0.6.4 |
| 1883 | 2026-05-28T21:44:45.505Z | Checking zerocopy v0.8.40 |
| 1884 | 2026-05-28T21:44:45.541Z | Checking portable-atomic v1.13.1 |
| 1885 | 2026-05-28T21:44:45.577Z | Checking parking_lot v0.12.5 |
| 1886 | 2026-05-28T21:44:45.611Z | Checking getrandom v0.4.1 |
| 1887 | 2026-05-28T21:44:45.646Z | Checking tinystr v0.8.2 |
| 1888 | 2026-05-28T21:44:45.679Z | Checking potential_utf v0.1.4 |
| 1889 | 2026-05-28T21:44:45.786Z | Checking signal-hook-registry v1.4.8 |
| 1890 | 2026-05-28T21:44:45.822Z | Checking critical-section v1.2.0 |
| 1891 | 2026-05-28T21:44:45.856Z | Checking icu_locale_core v2.1.1 |
| 1892 | 2026-05-28T21:44:45.859Z | Checking icu_collections v2.1.1 |
| 1893 | 2026-05-28T21:44:45.940Z | Checking serde v1.0.228 |
| 1894 | 2026-05-28T21:44:45.940Z | Checking serde_json v1.0.149 |
| 1895 | 2026-05-28T21:44:46.006Z | Checking bitflags v2.11.0 |
| 1896 | 2026-05-28T21:44:46.009Z | Checking once_cell v1.21.3 |
| 1897 | 2026-05-28T21:44:46.072Z | Checking mio v1.2.0 |
| 1898 | 2026-05-28T21:44:46.214Z | Checking socket2 v0.6.3 |
| 1899 | 2026-05-28T21:44:46.257Z | Checking typenum v1.19.0 |
| 1900 | 2026-05-28T21:44:46.299Z | Checking iana-time-zone v0.1.65 |
| 1901 | 2026-05-28T21:44:46.385Z | Checking thiserror v2.0.18 |
| 1902 | 2026-05-28T21:44:46.421Z | Checking bytes v1.11.1 |
| 1903 | 2026-05-28T21:44:46.456Z | Checking chrono v0.4.44 |
| 1904 | 2026-05-28T21:44:46.459Z | Checking icu_provider v2.1.1 |
| 1905 | 2026-05-28T21:44:46.527Z | Checking uuid v1.23.0 |
| 1906 | 2026-05-28T21:44:46.567Z | Checking semver v1.0.28 |
| 1907 | 2026-05-28T21:44:46.633Z | Checking futures-core v0.3.32 |
| 1908 | 2026-05-28T21:44:46.747Z | Checking icu_normalizer v2.1.1 |
| 1909 | 2026-05-28T21:44:46.792Z | Checking icu_properties v2.1.2 |
| 1910 | 2026-05-28T21:44:46.827Z | Checking generic-array v0.14.7 |
| 1911 | 2026-05-28T21:44:46.876Z | Checking equivalent v1.0.2 |
| 1912 | 2026-05-28T21:44:46.879Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1913 | 2026-05-28T21:44:46.943Z | Checking tokio v1.52.1 |
| 1914 | 2026-05-28T21:44:46.991Z | Checking dyn-clone v1.0.20 |
| 1915 | 2026-05-28T21:44:47.078Z | Checking const-oid v0.9.6 |
| 1916 | 2026-05-28T21:44:47.119Z | Checking futures-sink v0.3.32 |
| 1917 | 2026-05-28T21:44:47.204Z | Checking slab v0.4.12 |
| 1918 | 2026-05-28T21:44:47.246Z | Checking futures-channel v0.3.32 |
| 1919 | 2026-05-28T21:44:47.286Z | Checking crypto-common v0.1.7 |
| 1920 | 2026-05-28T21:44:47.331Z | Checking block-buffer v0.10.4 |
| 1921 | 2026-05-28T21:44:47.384Z | Checking futures-io v0.3.32 |
| 1922 | 2026-05-28T21:44:47.438Z | Checking futures-task v0.3.32 |
| 1923 | 2026-05-28T21:44:47.475Z | Checking hashbrown v0.17.0 |
| 1924 | 2026-05-28T21:44:47.505Z | Checking byteorder v1.5.0 |
| 1925 | 2026-05-28T21:44:47.538Z | Checking rustix v1.1.3 |
| 1926 | 2026-05-28T21:44:47.607Z | Checking futures-util v0.3.32 |
| 1927 | 2026-05-28T21:44:47.639Z | Checking idna_adapter v1.2.1 |
| 1928 | 2026-05-28T21:44:47.737Z | Checking cpufeatures v0.2.17 |
| 1929 | 2026-05-28T21:44:47.774Z | Checking digest v0.10.7 |
| 1930 | 2026-05-28T21:44:47.807Z | Checking idna v1.1.0 |
| 1931 | 2026-05-28T21:44:47.840Z | Checking thiserror v1.0.69 |
| 1932 | 2026-05-28T21:44:47.963Z | Checking indexmap v2.14.0 |
| 1933 | 2026-05-28T21:44:47.966Z | Checking getrandom v0.3.4 |
| 1934 | 2026-05-28T21:44:48.028Z | Checking fnv v1.0.7 |
| 1935 | 2026-05-28T21:44:48.078Z | Checking url v2.5.8 |
| 1936 | 2026-05-28T21:44:48.149Z | Checking regex-syntax v0.8.10 |
| 1937 | 2026-05-28T21:44:48.184Z | Checking http v1.4.0 |
| 1938 | 2026-05-28T21:44:48.250Z | Checking ppv-lite86 v0.2.21 |
| 1939 | 2026-05-28T21:44:48.403Z | Checking tracing-core v0.1.36 |
| 1940 | 2026-05-28T21:44:48.549Z | Checking base64 v0.22.1 |
| 1941 | 2026-05-28T21:44:48.553Z | Checking schemars v0.8.22 |
| 1942 | 2026-05-28T21:44:48.613Z | Checking ipnet v2.11.0 |
| 1943 | 2026-05-28T21:44:48.736Z | Checking tracing v0.1.44 |
| 1944 | 2026-05-28T21:44:48.786Z | Checking unicode-ident v1.0.24 |
| 1945 | 2026-05-28T21:44:48.821Z | Checking untrusted v0.9.0 |
| 1946 | 2026-05-28T21:44:48.902Z | Checking aho-corasick v1.1.4 |
| 1947 | 2026-05-28T21:44:48.935Z | Checking proc-macro2 v1.0.106 |
| 1948 | 2026-05-28T21:44:48.970Z | Checking ring v0.17.14 |
| 1949 | 2026-05-28T21:44:49.004Z | Checking anstyle v1.0.13 |
| 1950 | 2026-05-28T21:44:49.218Z | Checking utf8parse v0.2.2 |
| 1951 | 2026-05-28T21:44:49.270Z | Checking rustls-pki-types v1.14.0 |
| 1952 | 2026-05-28T21:44:49.304Z | Checking quote v1.0.45 |
| 1953 | 2026-05-28T21:44:49.351Z | Checking httparse v1.10.1 |
| 1954 | 2026-05-28T21:44:49.502Z | Checking syn v2.0.117 |
| 1955 | 2026-05-28T21:44:49.537Z | Checking base64ct v1.8.3 |
| 1956 | 2026-05-28T21:44:49.570Z | Checking anstyle-parse v0.2.7 |
| 1957 | 2026-05-28T21:44:49.605Z | Checking block-padding v0.3.3 |
| 1958 | 2026-05-28T21:44:49.608Z | Checking regex-automata v0.4.14 |
| 1959 | 2026-05-28T21:44:49.608Z | Checking colorchoice v1.0.4 |
| 1960 | 2026-05-28T21:44:49.744Z | Checking anstyle-query v1.1.5 |
| 1961 | 2026-05-28T21:44:49.778Z | Checking is_terminal_polyfill v1.70.2 |
| 1962 | 2026-05-28T21:44:49.813Z | Checking inout v0.1.4 |
| 1963 | 2026-05-28T21:44:49.816Z | Checking crossbeam-utils v0.8.21 |
| 1964 | 2026-05-28T21:44:49.877Z | Checking allocator-api2 v0.2.21 |
| 1965 | 2026-05-28T21:44:49.910Z | Checking anstream v0.6.21 |
| 1966 | 2026-05-28T21:44:49.988Z | Checking cipher v0.4.4 |
| 1967 | 2026-05-28T21:44:50.014Z | Checking http-body v1.0.1 |
| 1968 | 2026-05-28T21:44:50.132Z | Checking terminal_size v0.4.3 |
| 1969 | 2026-05-28T21:44:50.173Z | Checking atomic-waker v1.1.2 |
| 1970 | 2026-05-28T21:44:50.176Z | Checking tokio-util v0.7.18 |
| 1971 | 2026-05-28T21:44:50.240Z | Checking clap_lex v1.0.0 |
| 1972 | 2026-05-28T21:44:50.242Z | Checking strsim v0.11.1 |
| 1973 | 2026-05-28T21:44:50.242Z | Checking try-lock v0.2.5 |
| 1974 | 2026-05-28T21:44:50.334Z | Checking httpdate v1.0.3 |
| 1975 | 2026-05-28T21:44:50.338Z | Checking pem-rfc7468 v0.7.0 |
| 1976 | 2026-05-28T21:44:50.397Z | Checking want v0.3.1 |
| 1977 | 2026-05-28T21:44:50.430Z | Checking sha2 v0.10.9 |
| 1978 | 2026-05-28T21:44:50.488Z | Checking clap_builder v4.5.60 |
| 1979 | 2026-05-28T21:44:50.522Z | Checking tower-layer v0.3.3 |
| 1980 | 2026-05-28T21:44:50.556Z | Checking pin-utils v0.1.0 |
| 1981 | 2026-05-28T21:44:50.561Z | Checking tower-service v0.3.3 |
| 1982 | 2026-05-28T21:44:50.653Z | Checking ryu v1.0.23 |
| 1983 | 2026-05-28T21:44:50.698Z | Checking rand_core v0.9.5 |
| 1984 | 2026-05-28T21:44:50.734Z | Checking hmac v0.12.1 |
| 1985 | 2026-05-28T21:44:50.738Z | Checking powerfmt v0.2.0 |
| 1986 | 2026-05-28T21:44:50.815Z | Checking num_threads v0.1.7 |
| 1987 | 2026-05-28T21:44:50.849Z | Checking h2 v0.4.13 |
| 1988 | 2026-05-28T21:44:50.892Z | Checking time-core v0.1.8 |
| 1989 | 2026-05-28T21:44:50.929Z | Checking num-conv v0.2.0 |
| 1990 | 2026-05-28T21:44:50.932Z | Checking flagset v0.4.7 |
| 1991 | 2026-05-28T21:44:50.990Z | Checking deranged v0.5.8 |
| 1992 | 2026-05-28T21:44:51.060Z | Checking erased-serde v0.3.31 |
| 1993 | 2026-05-28T21:44:51.094Z | Checking rand_chacha v0.9.0 |
| 1994 | 2026-05-28T21:44:51.126Z | Checking der v0.7.10 |
| 1995 | 2026-05-28T21:44:51.327Z | Checking http-body-util v0.1.3 |
| 1996 | 2026-05-28T21:44:51.468Z | Checking slog v2.8.2 |
| 1997 | 2026-05-28T21:44:51.503Z | Checking spin v0.9.8 |
| 1998 | 2026-05-28T21:44:51.585Z | Checking rand v0.9.2 |
| 1999 | 2026-05-28T21:44:51.717Z | Checking aws-lc-sys v0.40.0 |
| 2000 | 2026-05-28T21:44:51.750Z | Checking clap v4.5.60 |
| 2001 | 2026-05-28T21:44:51.783Z | Checking anyhow v1.0.102 |
| 2002 | 2026-05-28T21:44:51.786Z | Checking untrusted v0.7.1 |
| 2003 | 2026-05-28T21:44:51.856Z | Checking serde_urlencoded v0.7.1 |
| 2004 | 2026-05-28T21:44:51.891Z | Checking openssl-probe v0.2.1 |
| 2005 | 2026-05-28T21:44:51.938Z | Checking time v0.3.47 |
| 2006 | 2026-05-28T21:44:51.973Z | Checking regex v1.12.3 |
| 2007 | 2026-05-28T21:44:52.009Z | Checking fastrand v2.3.0 |
| 2008 | 2026-05-28T21:44:52.044Z | Checking spki v0.7.3 |
| 2009 | 2026-05-28T21:44:52.079Z | Checking pbkdf2 v0.12.2 |
| 2010 | 2026-05-28T21:44:52.114Z | Checking aes v0.8.4 |
| 2011 | 2026-05-28T21:44:52.219Z | Checking pretty-hex v0.4.1 |
| 2012 | 2026-05-28T21:44:52.221Z | Checking salsa20 v0.10.2 |
| 2013 | 2026-05-28T21:44:52.285Z | Checking cbc v0.1.2 |
| 2014 | 2026-05-28T21:44:52.289Z | Checking aws-lc-rs v1.16.3 |
| 2015 | 2026-05-28T21:44:52.289Z | Checking rand_chacha v0.3.1 |
| 2016 | 2026-05-28T21:44:52.381Z | Checking hex v0.4.3 |
| 2017 | 2026-05-28T21:44:52.415Z | Checking plain v0.2.3 |
| 2018 | 2026-05-28T21:44:52.449Z | Checking scrypt v0.11.0 |
| 2019 | 2026-05-28T21:44:52.528Z | Checking tempfile v3.25.0 |
| 2020 | 2026-05-28T21:44:52.545Z | Checking rustls-native-certs v0.8.3 |
| 2021 | 2026-05-28T21:44:52.551Z | Checking rand v0.8.6 |
| 2022 | 2026-05-28T21:44:52.688Z | Checking ipnetwork v0.21.1 |
| 2023 | 2026-05-28T21:44:52.691Z | Checking sync_wrapper v1.0.2 |
| 2024 | 2026-05-28T21:44:52.807Z | Checking ucd-trie v0.1.7 |
| 2025 | 2026-05-28T21:44:52.810Z | Checking foldhash v0.2.0 |
| 2026 | 2026-05-28T21:44:52.872Z | Checking simd-adler32 v0.3.8 |
| 2027 | 2026-05-28T21:44:52.935Z | Checking tower v0.5.3 |
| 2028 | 2026-05-28T21:44:52.972Z | Checking pest v2.8.6 |
| 2029 | 2026-05-28T21:44:53.019Z | Checking hashbrown v0.16.1 |
| 2030 | 2026-05-28T21:44:53.071Z | Checking pkcs5 v0.7.1 |
| 2031 | 2026-05-28T21:44:53.105Z | Checking webpki-roots v1.0.6 |
| 2032 | 2026-05-28T21:44:53.167Z | Checking camino v1.2.2 |
| 2033 | 2026-05-28T21:44:53.213Z | Checking rustls-webpki v0.103.9 |
| 2034 | 2026-05-28T21:44:53.253Z | Checking iri-string v0.7.10 |
| 2035 | 2026-05-28T21:44:53.358Z | Checking adler2 v2.0.1 |
| 2036 | 2026-05-28T21:44:53.360Z | Checking pkcs8 v0.10.2 |
| 2037 | 2026-05-28T21:44:53.442Z | Checking openapiv3 v2.2.0 |
| 2038 | 2026-05-28T21:44:53.498Z | Checking miniz_oxide v0.8.9 |
| 2039 | 2026-05-28T21:44:53.547Z | Checking futures-executor v0.3.32 |
| 2040 | 2026-05-28T21:44:53.582Z | Checking hyper v1.8.1 |
| 2041 | 2026-05-28T21:44:53.616Z | Checking mime v0.3.17 |
| 2042 | 2026-05-28T21:44:53.656Z | Checking rustls v0.23.37 |
| 2043 | 2026-05-28T21:44:53.717Z | Checking futures v0.3.32 |
| 2044 | 2026-05-28T21:44:53.818Z | Checking either v1.15.0 |
| 2045 | 2026-05-28T21:44:53.853Z | Checking winnow v0.7.14 |
| 2046 | 2026-05-28T21:44:53.887Z | Checking crc32fast v1.5.0 |
| 2047 | 2026-05-28T21:44:54.055Z | Checking static_assertions v1.1.0 |
| 2048 | 2026-05-28T21:44:54.090Z | Checking oxnet v0.1.4 |
| 2049 | 2026-05-28T21:44:54.093Z | Checking lazy_static v1.5.0 |
| 2050 | 2026-05-28T21:44:54.166Z | Checking signature v2.2.0 |
| 2051 | 2026-05-28T21:44:54.244Z | Checking hubpack v0.1.2 |
| 2052 | 2026-05-28T21:44:54.328Z | Checking encoding_rs v0.8.35 |
| 2053 | 2026-05-28T21:44:54.331Z | Checking tower-http v0.6.8 |
| 2054 | 2026-05-28T21:44:54.395Z | Checking strum v0.26.3 |
| 2055 | 2026-05-28T21:44:54.441Z | Checking foreign-types-shared v0.1.1 |
| 2056 | 2026-05-28T21:44:54.536Z | Checking zlib-rs v0.6.2 |
| 2057 | 2026-05-28T21:44:54.539Z | Checking hyper-util v0.1.20 |
| 2058 | 2026-05-28T21:44:54.602Z | Checking foreign-types v0.3.2 |
| 2059 | 2026-05-28T21:44:54.638Z | Checking sha1 v0.10.6 |
| 2060 | 2026-05-28T21:44:54.700Z | Checking scroll v0.13.0 |
| 2061 | 2026-05-28T21:44:54.798Z | Checking openssl-sys v0.9.115 |
| 2062 | 2026-05-28T21:44:54.832Z | Checking tinyvec_macros v0.1.1 |
| 2063 | 2026-05-28T21:44:54.929Z | Checking tinyvec v1.10.0 |
| 2064 | 2026-05-28T21:44:55.967Z | Checking goblin v0.10.5 |
| 2065 | 2026-05-28T21:44:55.970Z | Checking toml_datetime v0.6.11 |
| 2066 | 2026-05-28T21:44:55.970Z | Checking openssl v0.10.79 |
| 2067 | 2026-05-28T21:44:55.970Z | Checking serde_spanned v0.6.9 |
| 2068 | 2026-05-28T21:44:55.970Z | Checking num-integer v0.1.46 |
| 2069 | 2026-05-28T21:44:55.970Z | Checking memmap2 v0.9.10 |
| 2070 | 2026-05-28T21:44:55.970Z | Checking data-encoding v2.10.0 |
| 2071 | 2026-05-28T21:44:55.970Z | Checking flate2 v1.1.9 |
| 2072 | 2026-05-28T21:44:55.970Z | Checking dtrace-parser v0.3.0 |
| 2073 | 2026-05-28T21:44:55.970Z | Checking thread-id v5.1.0 |
| 2074 | 2026-05-28T21:44:55.970Z | Checking bit-vec v0.8.0 |
| 2075 | 2026-05-28T21:44:55.970Z | Checking psl-types v2.0.11 |
| 2076 | 2026-05-28T21:44:55.970Z | Checking base16ct v0.2.0 |
| 2077 | 2026-05-28T21:44:55.970Z | Checking cookie v0.18.1 |
| 2078 | 2026-05-28T21:44:55.970Z | Checking ff v0.13.1 |
| 2079 | 2026-05-28T21:44:55.970Z | Checking publicsuffix v2.3.0 |
| 2080 | 2026-05-28T21:44:55.970Z | Checking bit-set v0.8.0 |
| 2081 | 2026-05-28T21:44:55.970Z | Checking sec1 v0.7.3 |
| 2082 | 2026-05-28T21:44:56.014Z | Checking wait-timeout v0.2.1 |
| 2083 | 2026-05-28T21:44:56.049Z | Checking tokio-rustls v0.26.4 |
| 2084 | 2026-05-28T21:44:56.083Z | Checking rustls-platform-verifier v0.6.2 |
| 2085 | 2026-05-28T21:44:56.086Z | Checking cookie_store v0.22.1 |
| 2086 | 2026-05-28T21:44:56.148Z | Checking group v0.13.0 |
| 2087 | 2026-05-28T21:44:56.183Z | Checking num-iter v0.1.45 |
| 2088 | 2026-05-28T21:44:56.217Z | Checking bstr v1.12.1 |
| 2089 | 2026-05-28T21:44:56.251Z | Checking hkdf v0.12.4 |
| 2090 | 2026-05-28T21:44:56.310Z | Checking hyper-rustls v0.27.7 |
| 2091 | 2026-05-28T21:44:56.345Z | Checking crossbeam-epoch v0.9.18 |
| 2092 | 2026-05-28T21:44:56.348Z | Checking ahash v0.8.12 |
| 2093 | 2026-05-28T21:44:56.411Z | Checking crypto-bigint v0.5.5 |
| 2094 | 2026-05-28T21:44:56.472Z | Checking quick-error v1.2.3 |
| 2095 | 2026-05-28T21:44:56.550Z | Checking reqwest v0.13.2 |
| 2096 | 2026-05-28T21:44:56.596Z | Checking rand_xorshift v0.4.0 |
| 2097 | 2026-05-28T21:44:56.599Z | Checking scroll v0.12.0 |
| 2098 | 2026-05-28T21:44:56.662Z | Checking rusty-fork v0.3.1 |
| 2099 | 2026-05-28T21:44:56.665Z | Checking unarray v0.1.4 |
| 2100 | 2026-05-28T21:44:56.744Z | Checking num-bigint-dig v0.8.6 |
| 2101 | 2026-05-28T21:44:56.823Z | Checking pkcs1 v0.7.5 |
| 2102 | 2026-05-28T21:44:56.859Z | Checking proptest v1.10.0 |
| 2103 | 2026-05-28T21:44:56.893Z | Checking goblin v0.8.2 |
| 2104 | 2026-05-28T21:44:57.063Z | Checking x509-cert v0.2.5 |
| 2105 | 2026-05-28T21:44:57.268Z | Checking native-tls v0.2.18 |
| 2106 | 2026-05-28T21:44:57.330Z | Checking elliptic-curve v0.13.8 |
| 2107 | 2026-05-28T21:44:57.364Z | Checking dof v0.4.0 |
| 2108 | 2026-05-28T21:44:57.411Z | Checking zerocopy v0.7.35 |
| 2109 | 2026-05-28T21:44:57.478Z | Checking tokio-native-tls v0.3.1 |
| 2110 | 2026-05-28T21:44:57.582Z | Checking unicode-segmentation v1.12.0 |
| 2111 | 2026-05-28T21:44:57.662Z | Checking hyper-tls v0.6.0 |
| 2112 | 2026-05-28T21:44:57.666Z | Checking rsa v0.9.10 |
| 2113 | 2026-05-28T21:44:57.747Z | Checking dtrace-parser v0.2.0 |
| 2114 | 2026-05-28T21:44:57.863Z | Checking reqwest v0.12.28 |
| 2115 | 2026-05-28T21:44:57.920Z | Checking rfc6979 v0.4.0 |
| 2116 | 2026-05-28T21:44:57.955Z | Checking thread-id v4.2.2 |
| 2117 | 2026-05-28T21:44:58.010Z | Checking toml_write v0.1.2 |
| 2118 | 2026-05-28T21:44:58.045Z | Checking usdt-impl v0.6.0 |
| 2119 | 2026-05-28T21:44:58.080Z | Checking ecdsa v0.16.9 |
| 2120 | 2026-05-28T21:44:58.083Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2121 | 2026-05-28T21:44:58.191Z | Checking curve25519-dalek v4.1.3 |
| 2122 | 2026-05-28T21:44:58.228Z | Checking toml_edit v0.22.27 |
| 2123 | 2026-05-28T21:44:58.357Z | Checking usdt v0.6.0 |
| 2124 | 2026-05-28T21:44:58.440Z | Checking memoffset v0.9.1 |
| 2125 | 2026-05-28T21:44:58.475Z | Checking rustix v0.38.44 |
| 2126 | 2026-05-28T21:44:58.550Z | Checking env_filter v1.0.0 |
| 2127 | 2026-05-28T21:44:58.553Z | Checking same-file v1.0.6 |
| 2128 | 2026-05-28T21:44:58.714Z | Checking newtype-uuid v1.3.2 |
| 2129 | 2026-05-28T21:44:58.752Z | Checking keccak v0.1.6 |
| 2130 | 2026-05-28T21:44:58.755Z | Checking env_logger v0.11.9 |
| 2131 | 2026-05-28T21:44:58.755Z | Checking walkdir v2.5.0 |
| 2132 | 2026-05-28T21:44:58.844Z | Checking dof v0.3.0 |
| 2133 | 2026-05-28T21:44:58.943Z | Checking sha3 v0.10.8 |
| 2134 | 2026-05-28T21:44:58.946Z | Checking daft v0.1.7 |
| 2135 | 2026-05-28T21:44:59.011Z | Checking ed25519 v2.2.3 |
| 2136 | 2026-05-28T21:44:59.014Z | Checking itertools v0.13.0 |
| 2137 | 2026-05-28T21:44:59.014Z | Checking serde_with v3.17.0 |
| 2138 | 2026-05-28T21:44:59.171Z | Checking usdt-impl v0.5.0 |
| 2139 | 2026-05-28T21:44:59.205Z | Checking siphasher v1.0.2 |
| 2140 | 2026-05-28T21:44:59.239Z | Checking bitflags v1.3.2 |
| 2141 | 2026-05-28T21:44:59.274Z | Checking ed25519-dalek v2.2.0 |
| 2142 | 2026-05-28T21:44:59.310Z | Checking unicode-normalization v0.1.25 |
| 2143 | 2026-05-28T21:44:59.343Z | Checking signal-hook v0.3.18 |
| 2144 | 2026-05-28T21:44:59.382Z | Checking managed v0.8.0 |
| 2145 | 2026-05-28T21:44:59.417Z | Checking winnow v0.5.40 |
| 2146 | 2026-05-28T21:44:59.484Z | Checking nix v0.31.2 |
| 2147 | 2026-05-28T21:44:59.536Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2148 | 2026-05-28T21:44:59.570Z | Checking object v0.37.3 |
| 2149 | 2026-05-28T21:44:59.604Z | Checking foldhash v0.1.5 |
| 2150 | 2026-05-28T21:44:59.650Z | Checking bzip2 v0.4.4 |
| 2151 | 2026-05-28T21:44:59.744Z | Checking signal-hook-mio v0.2.5 |
| 2152 | 2026-05-28T21:44:59.777Z | Checking hashbrown v0.15.5 |
| 2153 | 2026-05-28T21:44:59.842Z | Checking globset v0.4.18 |
| 2154 | 2026-05-28T21:44:59.876Z | Checking ref-cast v1.0.25 |
| 2155 | 2026-05-28T21:45:00.001Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2156 | 2026-05-28T21:45:00.123Z | Checking zip v0.6.6 |
| 2157 | 2026-05-28T21:45:00.159Z | Checking zstd-safe v7.2.4 |
| 2158 | 2026-05-28T21:45:00.164Z | Checking pin-project v1.1.11 |
| 2159 | 2026-05-28T21:45:00.264Z | Checking libbz2-rs-sys v0.2.2 |
| 2160 | 2026-05-28T21:45:00.310Z | Checking bumpalo v3.20.2 |
| 2161 | 2026-05-28T21:45:00.353Z | Checking zstd v0.13.3 |
| 2162 | 2026-05-28T21:45:00.480Z | Checking crossterm v0.28.1 |
| 2163 | 2026-05-28T21:45:00.519Z | Checking similar v2.7.0 |
| 2164 | 2026-05-28T21:45:00.522Z | Checking tokio-stream v0.1.18 |
| 2165 | 2026-05-28T21:45:00.582Z | Checking fs-err v3.3.0 |
| 2166 | 2026-05-28T21:45:00.585Z | Checking toml_edit v0.19.15 |
| 2167 | 2026-05-28T21:45:00.585Z | Checking zopfli v0.8.3 |
| 2168 | 2026-05-28T21:45:00.687Z | Checking bzip2 v0.6.1 |
| 2169 | 2026-05-28T21:45:00.881Z | Checking pem v3.0.6 |
| 2170 | 2026-05-28T21:45:00.916Z | Checking hash32 v0.2.1 |
| 2171 | 2026-05-28T21:45:00.949Z | Checking serde-big-array v0.5.1 |
| 2172 | 2026-05-28T21:45:01.002Z | Checking unicode-bidi v0.3.18 |
| 2173 | 2026-05-28T21:45:01.017Z | Checking unicode-properties v0.1.4 |
| 2174 | 2026-05-28T21:45:01.064Z | Checking predicates-core v1.0.10 |
| 2175 | 2026-05-28T21:45:01.101Z | Checking jiff v0.2.21 |
| 2176 | 2026-05-28T21:45:01.135Z | Checking heapless v0.7.17 |
| 2177 | 2026-05-28T21:45:01.214Z | Checking snafu v0.8.9 |
| 2178 | 2026-05-28T21:45:01.218Z | Checking olpc-cjson v0.1.4 |
| 2179 | 2026-05-28T21:45:01.281Z | Checking hickory-proto v0.25.2 |
| 2180 | 2026-05-28T21:45:01.315Z | Checking stringprep v0.1.5 |
| 2181 | 2026-05-28T21:45:01.377Z | Checking md-5 v0.10.6 |
| 2182 | 2026-05-28T21:45:01.494Z | Checking serde_plain v1.0.2 |
| 2183 | 2026-05-28T21:45:01.529Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2184 | 2026-05-28T21:45:01.564Z | Checking float-cmp v0.10.0 |
| 2185 | 2026-05-28T21:45:01.567Z | Checking normalize-line-endings v0.3.0 |
| 2186 | 2026-05-28T21:45:01.664Z | Checking difflib v0.4.0 |
| 2187 | 2026-05-28T21:45:01.666Z | Checking toml v0.7.8 |
| 2188 | 2026-05-28T21:45:01.731Z | Checking typed-path v0.9.3 |
| 2189 | 2026-05-28T21:45:01.735Z | Checking fallible-iterator v0.2.0 |
| 2190 | 2026-05-28T21:45:01.796Z | Checking smoltcp v0.9.1 |
| 2191 | 2026-05-28T21:45:01.874Z | Checking predicates v3.1.4 |
| 2192 | 2026-05-28T21:45:01.936Z | Checking iddqd v0.4.1 |
| 2193 | 2026-05-28T21:45:02.039Z | Checking phf_shared v0.11.3 |
| 2194 | 2026-05-28T21:45:02.074Z | Checking postgres-protocol v0.6.10 |
| 2195 | 2026-05-28T21:45:02.202Z | Checking phf_shared v0.13.1 |
| 2196 | 2026-05-28T21:45:02.237Z | Checking buf-list v1.1.2 |
| 2197 | 2026-05-28T21:45:02.412Z | Checking strum v0.27.2 |
| 2198 | 2026-05-28T21:45:02.414Z | Checking fixedbitset v0.4.2 |
| 2199 | 2026-05-28T21:45:02.477Z | Checking new_debug_unreachable v1.0.6 |
| 2200 | 2026-05-28T21:45:02.480Z | Checking lalrpop-util v0.19.12 |
| 2201 | 2026-05-28T21:45:02.543Z | Checking tough v0.22.0 |
| 2202 | 2026-05-28T21:45:02.582Z | Checking fixedbitset v0.5.7 |
| 2203 | 2026-05-28T21:45:02.617Z | Checking precomputed-hash v0.1.1 |
| 2204 | 2026-05-28T21:45:02.620Z | Checking petgraph v0.6.5 |
| 2205 | 2026-05-28T21:45:02.684Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2206 | 2026-05-28T21:45:02.730Z | Checking string_cache v0.8.9 |
| 2207 | 2026-05-28T21:45:02.805Z | Checking petgraph v0.8.3 |
| 2208 | 2026-05-28T21:45:02.865Z | Checking phf v0.13.1 |
| 2209 | 2026-05-28T21:45:02.938Z | Checking postgres-types v0.2.12 |
| 2210 | 2026-05-28T21:45:03.046Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2211 | 2026-05-28T21:45:03.277Z | Checking peg-runtime v0.8.5 |
| 2212 | 2026-05-28T21:45:03.347Z | Checking whoami v2.1.0 |
| 2213 | 2026-05-28T21:45:03.383Z | Checking zip v4.6.1 |
| 2214 | 2026-05-28T21:45:03.564Z | Checking is-terminal v0.4.17 |
| 2215 | 2026-05-28T21:45:03.601Z | Checking tokio-postgres v0.7.16 |
| 2216 | 2026-05-28T21:45:03.692Z | Checking crossbeam-channel v0.5.15 |
| 2217 | 2026-05-28T21:45:03.943Z | Compiling structmeta-derive v0.3.0 |
| 2218 | 2026-05-28T21:45:03.997Z | Checking thread_local v1.1.9 |
| 2219 | 2026-05-28T21:45:04.075Z | Checking term v1.2.1 |
| 2220 | 2026-05-28T21:45:04.112Z | Checking take_mut v0.2.2 |
| 2221 | 2026-05-28T21:45:04.199Z | Compiling newtype-uuid-macros v0.1.0 |
| 2222 | 2026-05-28T21:45:04.246Z | Checking slog-async v2.8.0 |
| 2223 | 2026-05-28T21:45:04.331Z | Checking slog-term v2.9.2 |
| 2224 | 2026-05-28T21:45:04.430Z | Compiling rustls v0.22.4 |
| 2225 | 2026-05-28T21:45:04.464Z | Compiling multer v3.1.0 |
| 2226 | 2026-05-28T21:45:04.619Z | Compiling async-stream-impl v0.3.6 |
| 2227 | 2026-05-28T21:45:04.622Z | Compiling dropshot v0.17.0 |
| 2228 | 2026-05-28T21:45:04.760Z | Compiling dropshot_endpoint v0.17.0 |
| 2229 | 2026-05-28T21:45:04.763Z | Checking match_cfg v0.1.0 |
| 2230 | 2026-05-28T21:45:04.901Z | Checking hostname v0.3.1 |
| 2231 | 2026-05-28T21:45:04.937Z | Checking slog-json v2.6.1 |
| 2232 | 2026-05-28T21:45:04.970Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2233 | 2026-05-28T21:45:05.003Z | Checking debug-ignore v1.0.5 |
| 2234 | 2026-05-28T21:45:05.034Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2235 | 2026-05-28T21:45:05.098Z | Compiling structmeta v0.3.0 |
| 2236 | 2026-05-28T21:45:05.132Z | Checking slog-bunyan v2.5.0 |
| 2237 | 2026-05-28T21:45:05.134Z | Checking serde_spanned v1.0.4 |
| 2238 | 2026-05-28T21:45:05.201Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2239 | 2026-05-28T21:45:05.237Z | Checking rustls-webpki v0.102.8 |
| 2240 | 2026-05-28T21:45:05.273Z | Checking serde_path_to_error v0.1.20 |
| 2241 | 2026-05-28T21:45:05.321Z | Checking async-stream v0.3.6 |
| 2242 | 2026-05-28T21:45:05.356Z | Compiling derive-ex v0.1.8 |
| 2243 | 2026-05-28T21:45:05.421Z | Checking waitgroup v0.1.2 |
| 2244 | 2026-05-28T21:45:05.479Z | Checking rustls-pemfile v2.2.0 |
| 2245 | 2026-05-28T21:45:05.515Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2246 | 2026-05-28T21:45:05.548Z | Checking hostname v0.4.2 |
| 2247 | 2026-05-28T21:45:05.580Z | Checking compression-core v0.4.31 |
| 2248 | 2026-05-28T21:45:05.657Z | Checking progenitor-client v0.14.0 |
| 2249 | 2026-05-28T21:45:05.659Z | Checking regress v0.10.5 |
| 2250 | 2026-05-28T21:45:05.725Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2251 | 2026-05-28T21:45:05.756Z | Checking toml v1.0.6+spec-1.1.0 |
| 2252 | 2026-05-28T21:45:05.759Z | Checking compression-codecs v0.4.37 |
| 2253 | 2026-05-28T21:45:05.858Z | Compiling parse-display-derive v0.10.0 |
| 2254 | 2026-05-28T21:45:05.920Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2255 | 2026-05-28T21:45:05.986Z | Checking async-compression v0.4.41 |
| 2256 | 2026-05-28T21:45:06.090Z | Checking itertools v0.14.0 |
| 2257 | 2026-05-28T21:45:06.265Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2258 | 2026-05-28T21:45:06.366Z | Checking macaddr v1.0.1 |
| 2259 | 2026-05-28T21:45:06.553Z | Checking instant v0.1.13 |
| 2260 | 2026-05-28T21:45:06.587Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2261 | 2026-05-28T21:45:06.672Z | Checking progenitor-client v0.10.0 |
| 2262 | 2026-05-28T21:45:06.707Z | Checking backoff v0.4.0 |
| 2263 | 2026-05-28T21:45:06.853Z | Checking backon v1.6.0 |
| 2264 | 2026-05-28T21:45:06.909Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2265 | 2026-05-28T21:45:06.944Z | Checking heck v0.5.0 |
| 2266 | 2026-05-28T21:45:07.050Z | Checking progenitor-extras v0.2.0 |
| 2267 | 2026-05-28T21:45:07.084Z | Compiling test-strategy v0.4.5 |
| 2268 | 2026-05-28T21:45:07.116Z | Checking unicode-width v0.2.0 |
| 2269 | 2026-05-28T21:45:07.120Z | Checking tokio-rustls v0.25.0 |
| 2270 | 2026-05-28T21:45:07.146Z | Compiling convert_case v0.4.0 |
| 2271 | 2026-05-28T21:45:07.211Z | Checking half v2.7.1 |
| 2272 | 2026-05-28T21:45:07.293Z | Checking ciborium-io v0.2.2 |
| 2273 | 2026-05-28T21:45:07.406Z | Checking secrecy v0.10.3 |
| 2274 | 2026-05-28T21:45:07.409Z | Compiling regress v0.11.1 |
| 2275 | 2026-05-28T21:45:07.472Z | Compiling unsafe-libyaml v0.2.11 |
| 2276 | 2026-05-28T21:45:07.502Z | Checking ciborium-ll v0.2.2 |
| 2277 | 2026-05-28T21:45:07.553Z | Checking indent_write v2.2.0 |
| 2278 | 2026-05-28T21:45:07.557Z | Checking parse-display v0.10.0 |
| 2279 | 2026-05-28T21:45:07.623Z | Compiling derive_more v0.99.20 |
| 2280 | 2026-05-28T21:45:07.698Z | Checking ciborium v0.2.2 |
| 2281 | 2026-05-28T21:45:07.730Z | Checking universal-hash v0.5.1 |
| 2282 | 2026-05-28T21:45:07.764Z | Checking opaque-debug v0.3.1 |
| 2283 | 2026-05-28T21:45:07.895Z | Checking camino-tempfile v1.4.1 |
| 2284 | 2026-05-28T21:45:08.081Z | Compiling serde_yaml v0.9.34+deprecated |
| 2285 | 2026-05-28T21:45:08.140Z | Compiling crucible-workspace-hack v0.1.0 |
| 2286 | 2026-05-28T21:45:08.251Z | Checking aead v0.5.2 |
| 2287 | 2026-05-28T21:45:08.429Z | Checking poly1305 v0.8.0 |
| 2288 | 2026-05-28T21:45:08.488Z | Checking chacha20 v0.9.1 |
| 2289 | 2026-05-28T21:45:08.611Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2290 | 2026-05-28T21:45:08.713Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2291 | 2026-05-28T21:45:08.746Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2292 | 2026-05-28T21:45:09.077Z | Compiling typify-impl v0.6.2 |
| 2293 | 2026-05-28T21:45:09.113Z | Checking password-hash v0.5.0 |
| 2294 | 2026-05-28T21:45:09.349Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2295 | 2026-05-28T21:45:09.384Z | Checking blake2 v0.10.6 |
| 2296 | 2026-05-28T21:45:09.576Z | Checking chacha20poly1305 v0.10.1 |
| 2297 | 2026-05-28T21:45:09.651Z | Checking argon2 v0.5.3 |
| 2298 | 2026-05-28T21:45:09.734Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2299 | 2026-05-28T21:45:09.983Z | Checking thiserror-no-std v2.0.2 |
| 2300 | 2026-05-28T21:45:10.033Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2301 | 2026-05-28T21:45:10.068Z | Checking byte-wrapper v0.1.0 |
| 2302 | 2026-05-28T21:45:10.103Z | Checking vsss-rs v3.3.4 |
| 2303 | 2026-05-28T21:45:10.266Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2304 | 2026-05-28T21:45:10.314Z | Checking swrite v0.1.0 |
| 2305 | 2026-05-28T21:45:10.363Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2306 | 2026-05-28T21:45:10.433Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2307 | 2026-05-28T21:45:10.533Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2308 | 2026-05-28T21:45:10.683Z | Checking toml v0.8.23 |
| 2309 | 2026-05-28T21:45:10.769Z | Checking crossbeam-deque v0.8.6 |
| 2310 | 2026-05-28T21:45:10.977Z | Compiling rayon-core v1.13.0 |
| 2311 | 2026-05-28T21:45:11.037Z | Compiling proc-macro-error v1.0.4 |
| 2312 | 2026-05-28T21:45:11.101Z | Checking tabwriter v1.4.1 |
| 2313 | 2026-05-28T21:45:11.264Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2314 | 2026-05-28T21:45:11.296Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2315 | 2026-05-28T21:45:11.373Z | Checking glob v0.3.3 |
| 2316 | 2026-05-28T21:45:11.584Z | Checking unicode-width v0.1.14 |
| 2317 | 2026-05-28T21:45:11.587Z | Checking rayon v1.11.0 |
| 2318 | 2026-05-28T21:45:11.869Z | Compiling proc-macro-crate v3.4.0 |
| 2319 | 2026-05-28T21:45:11.903Z | Compiling usdt-attr-macro v0.5.0 |
| 2320 | 2026-05-28T21:45:12.006Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2321 | 2026-05-28T21:45:12.136Z | Compiling usdt-macro v0.5.0 |
| 2322 | 2026-05-28T21:45:12.382Z | Checking memmap v0.7.0 |
| 2323 | 2026-05-28T21:45:12.434Z | Checking colored v3.1.1 |
| 2324 | 2026-05-28T21:45:12.467Z | Compiling heapless v0.8.0 |
| 2325 | 2026-05-28T21:45:12.543Z | Compiling ingot-macros v0.1.1 |
| 2326 | 2026-05-28T21:45:12.664Z | Checking hash32 v0.3.1 |
| 2327 | 2026-05-28T21:45:12.716Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2328 | 2026-05-28T21:45:12.842Z | Compiling smoltcp v0.11.0 |
| 2329 | 2026-05-28T21:45:12.893Z | Checking usdt v0.5.0 |
| 2330 | 2026-05-28T21:45:12.999Z | Checking cobs v0.3.0 |
| 2331 | 2026-05-28T21:45:13.094Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2332 | 2026-05-28T21:45:13.097Z | Compiling num_enum_derive v0.7.5 |
| 2333 | 2026-05-28T21:45:13.177Z | Checking postcard v1.1.3 |
| 2334 | 2026-05-28T21:45:13.252Z | Compiling proc-macro-crate v1.3.1 |
| 2335 | 2026-05-28T21:45:13.352Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2336 | 2026-05-28T21:45:13.501Z | Checking sigpipe v0.1.3 |
| 2337 | 2026-05-28T21:45:13.594Z | Compiling foreign-types-macros v0.2.3 |
| 2338 | 2026-05-28T21:45:13.630Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2339 | 2026-05-28T21:45:13.662Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2340 | 2026-05-28T21:45:13.694Z | Compiling typify-macro v0.6.2 |
| 2341 | 2026-05-28T21:45:13.726Z | Checking foreign-types-shared v0.3.1 |
| 2342 | 2026-05-28T21:45:13.846Z | Checking cpufeatures v0.3.0 |
| 2343 | 2026-05-28T21:45:13.983Z | Compiling num_enum_derive v0.5.11 |
| 2344 | 2026-05-28T21:45:14.018Z | Checking chacha20 v0.10.0 |
| 2345 | 2026-05-28T21:45:14.243Z | Checking foreign-types v0.5.0 |
| 2346 | 2026-05-28T21:45:14.275Z | Checking num_enum v0.7.5 |
| 2347 | 2026-05-28T21:45:14.411Z | Checking cstr-argument v0.1.2 |
| 2348 | 2026-05-28T21:45:14.452Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2349 | 2026-05-28T21:45:14.493Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2350 | 2026-05-28T21:45:14.569Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2351 | 2026-05-28T21:45:14.677Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2352 | 2026-05-28T21:45:14.829Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2353 | 2026-05-28T21:45:14.880Z | Checking rand v0.10.0 |
| 2354 | 2026-05-28T21:45:14.916Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2355 | 2026-05-28T21:45:14.969Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2356 | 2026-05-28T21:45:15.024Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2357 | 2026-05-28T21:45:15.056Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2358 | 2026-05-28T21:45:15.087Z | Checking num_enum v0.5.11 |
| 2359 | 2026-05-28T21:45:15.176Z | Compiling zone_cfg_derive v0.3.1 |
| 2360 | 2026-05-28T21:45:15.179Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2361 | 2026-05-28T21:45:15.242Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2362 | 2026-05-28T21:45:15.387Z | Checking itertools v0.12.1 |
| 2363 | 2026-05-28T21:45:15.451Z | Compiling num-derive v0.4.2 |
| 2364 | 2026-05-28T21:45:15.454Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2365 | 2026-05-28T21:45:15.513Z | Checking ingot-types v0.1.2 |
| 2366 | 2026-05-28T21:45:15.544Z | Compiling typify v0.6.2 |
| 2367 | 2026-05-28T21:45:15.711Z | Compiling progenitor-impl v0.14.0 |
| 2368 | 2026-05-28T21:45:15.911Z | Checking ingot v0.1.1 |
| 2369 | 2026-05-28T21:45:16.133Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2370 | 2026-05-28T21:45:16.240Z | Checking smf v0.2.3 |
| 2371 | 2026-05-28T21:45:16.314Z | Checking whoami v1.6.1 |
| 2372 | 2026-05-28T21:45:16.408Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2373 | 2026-05-28T21:45:16.437Z | Checking zone v0.3.1 |
| 2374 | 2026-05-28T21:45:16.501Z | Checking tokio-dtrace v0.1.1 |
| 2375 | 2026-05-28T21:45:16.534Z | Compiling derive-where v1.6.0 |
| 2376 | 2026-05-28T21:45:16.655Z | Checking console v0.15.11 |
| 2377 | 2026-05-28T21:45:16.716Z | Checking oxide-tokio-rt v0.1.4 |
| 2378 | 2026-05-28T21:45:16.754Z | Checking atomicwrites v0.4.4 |
| 2379 | 2026-05-28T21:45:16.811Z | Checking newline-converter v0.3.0 |
| 2380 | 2026-05-28T21:45:16.912Z | Checking num-rational v0.4.2 |
| 2381 | 2026-05-28T21:45:16.915Z | Checking num-complex v0.4.6 |
| 2382 | 2026-05-28T21:45:16.979Z | Checking float-ord v0.3.2 |
| 2383 | 2026-05-28T21:45:16.986Z | Checking expectorate v1.2.0 |
| 2384 | 2026-05-28T21:45:17.109Z | Checking bytecount v0.6.9 |
| 2385 | 2026-05-28T21:45:17.166Z | Compiling progenitor-impl v0.13.0 |
| 2386 | 2026-05-28T21:45:17.304Z | Checking num v0.4.3 |
| 2387 | 2026-05-28T21:45:17.406Z | Checking progenitor-client v0.13.0 |
| 2388 | 2026-05-28T21:45:17.556Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2389 | 2026-05-28T21:45:17.676Z | Compiling owo-colors v4.3.0 |
| 2390 | 2026-05-28T21:45:17.898Z | Compiling prettyplease v0.2.37 |
| 2391 | 2026-05-28T21:45:18.120Z | Compiling cancel-safe-futures v0.1.5 |
| 2392 | 2026-05-28T21:45:18.226Z | Checking libsw-core v0.3.2 |
| 2393 | 2026-05-28T21:45:18.390Z | Compiling progenitor-macro v0.14.0 |
| 2394 | 2026-05-28T21:45:18.454Z | Checking libsw v3.5.0 |
| 2395 | 2026-05-28T21:45:18.632Z | Checking linear-map v1.2.0 |
| 2396 | 2026-05-28T21:45:18.737Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2397 | 2026-05-28T21:45:18.771Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2398 | 2026-05-28T21:45:18.772Z | Checking gethostname v0.5.0 |
| 2399 | 2026-05-28T21:45:18.835Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2400 | 2026-05-28T21:45:18.920Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2401 | 2026-05-28T21:45:19.879Z | Compiling progenitor-macro v0.13.0 |
| 2402 | 2026-05-28T21:45:19.913Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2403 | 2026-05-28T21:45:20.469Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2404 | 2026-05-28T21:45:20.986Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2405 | 2026-05-28T21:45:22.466Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2406 | 2026-05-28T21:45:23.415Z | Checking progenitor v0.14.0 |
| 2407 | 2026-05-28T21:45:23.637Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2408 | 2026-05-28T21:45:24.263Z | Checking resolv-conf v0.7.6 |
| 2409 | 2026-05-28T21:45:24.467Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2410 | 2026-05-28T21:45:24.532Z | Checking unicode-linebreak v0.1.5 |
| 2411 | 2026-05-28T21:45:24.652Z | Checking smawk v0.3.2 |
| 2412 | 2026-05-28T21:45:24.778Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2413 | 2026-05-28T21:45:24.818Z | Checking papergrid v0.11.0 |
| 2414 | 2026-05-28T21:45:24.850Z | Checking progenitor v0.13.0 |
| 2415 | 2026-05-28T21:45:24.978Z | Compiling tabled_derive v0.7.0 |
| 2416 | 2026-05-28T21:45:25.014Z | Compiling convert_case v0.10.0 |
| 2417 | 2026-05-28T21:45:25.048Z | Compiling slog-dtrace v0.3.0 |
| 2418 | 2026-05-28T21:45:25.349Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2419 | 2026-05-28T21:45:25.382Z | Compiling derive_more-impl v2.1.1 |
| 2420 | 2026-05-28T21:45:25.928Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2421 | 2026-05-28T21:45:25.969Z | Checking tabled v0.15.0 |
| 2422 | 2026-05-28T21:45:26.002Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2423 | 2026-05-28T21:45:26.099Z | Checking linked-hash-map v0.5.6 |
| 2424 | 2026-05-28T21:45:26.167Z | Checking hickory-proto v0.24.4 |
| 2425 | 2026-05-28T21:45:26.214Z | Checking derive_more v2.1.1 |
| 2426 | 2026-05-28T21:45:26.256Z | Checking fd-lock v4.0.4 |
| 2427 | 2026-05-28T21:45:26.297Z | Checking lru-cache v0.1.2 |
| 2428 | 2026-05-28T21:45:26.330Z | Checking crossterm v0.29.0 |
| 2429 | 2026-05-28T21:45:26.407Z | Checking vte v0.14.1 |
| 2430 | 2026-05-28T21:45:26.447Z | Checking display-error-chain v0.2.2 |
| 2431 | 2026-05-28T21:45:26.595Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2432 | 2026-05-28T21:45:26.598Z | Checking strip-ansi-escapes v0.2.1 |
| 2433 | 2026-05-28T21:45:26.688Z | Checking nu-ansi-term v0.50.3 |
| 2434 | 2026-05-28T21:45:26.757Z | Checking termtree v0.5.1 |
| 2435 | 2026-05-28T21:45:26.792Z | Checking textwrap v0.16.2 |
| 2436 | 2026-05-28T21:45:26.903Z | Compiling minimal-lexical v0.2.1 |
| 2437 | 2026-05-28T21:45:26.937Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2438 | 2026-05-28T21:45:26.940Z | Checking reedline v0.40.0 |
| 2439 | 2026-05-28T21:45:27.032Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2440 | 2026-05-28T21:45:27.138Z | Compiling nom v7.1.3 |
| 2441 | 2026-05-28T21:45:27.188Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2442 | 2026-05-28T21:45:27.417Z | Compiling ar_archive_writer v0.5.1 |
| 2443 | 2026-05-28T21:45:27.607Z | Checking humantime v2.3.0 |
| 2444 | 2026-05-28T21:45:27.803Z | Checking csv-core v0.1.13 |
| 2445 | 2026-05-28T21:45:27.836Z | Compiling stacker v0.1.23 |
| 2446 | 2026-05-28T21:45:28.003Z | Checking hickory-resolver v0.24.4 |
| 2447 | 2026-05-28T21:45:28.037Z | Checking csv v1.4.0 |
| 2448 | 2026-05-28T21:45:28.136Z | Compiling cfg_aliases v0.1.1 |
| 2449 | 2026-05-28T21:45:28.161Z | Compiling semver v0.1.20 |
| 2450 | 2026-05-28T21:45:28.236Z | Checking highway v1.3.0 |
| 2451 | 2026-05-28T21:45:28.309Z | Compiling psm v0.1.30 |
| 2452 | 2026-05-28T21:45:28.313Z | Compiling nix v0.28.0 |
| 2453 | 2026-05-28T21:45:28.428Z | Compiling rustc_version v0.1.7 |
| 2454 | 2026-05-28T21:45:28.510Z | Checking nibble_vec v0.1.0 |
| 2455 | 2026-05-28T21:45:28.513Z | Checking endian-type v0.1.2 |
| 2456 | 2026-05-28T21:45:28.573Z | Checking home v0.5.12 |
| 2457 | 2026-05-28T21:45:28.668Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2458 | 2026-05-28T21:45:28.701Z | Compiling newtype_derive v0.1.6 |
| 2459 | 2026-05-28T21:45:28.704Z | Checking radix_trie v0.2.1 |
| 2460 | 2026-05-28T21:45:28.764Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2461 | 2026-05-28T21:45:28.827Z | Checking qorb v0.4.1 |
| 2462 | 2026-05-28T21:45:28.859Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2463 | 2026-05-28T21:45:28.924Z | Checking phf_shared v0.12.1 |
| 2464 | 2026-05-28T21:45:29.018Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2465 | 2026-05-28T21:45:29.114Z | Compiling chrono-tz v0.10.4 |
| 2466 | 2026-05-28T21:45:29.301Z | Checking phf v0.12.1 |
| 2467 | 2026-05-28T21:45:29.441Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2468 | 2026-05-28T21:45:29.472Z | Checking recursive v0.1.1 |
| 2469 | 2026-05-28T21:45:29.475Z | Compiling const_format_proc_macros v0.2.34 |
| 2470 | 2026-05-28T21:45:29.475Z | Compiling peg-macros v0.8.5 |
| 2471 | 2026-05-28T21:45:29.598Z | Checking winnow v0.6.26 |
| 2472 | 2026-05-28T21:45:29.629Z | Compiling sqlparser_derive v0.5.0 |
| 2473 | 2026-05-28T21:45:30.123Z | Checking unicode_categories v0.1.1 |
| 2474 | 2026-05-28T21:45:30.391Z | Checking rustyline v14.0.0 |
| 2475 | 2026-05-28T21:45:30.454Z | Checking sqlparser v0.61.0 |
| 2476 | 2026-05-28T21:45:30.777Z | Checking sqlformat v0.3.5 |
| 2477 | 2026-05-28T21:45:30.917Z | Checking peg v0.8.5 |
| 2478 | 2026-05-28T21:45:31.020Z | Checking const_format v0.2.35 |
| 2479 | 2026-05-28T21:45:31.208Z | Checking bcs v0.1.6 |
| 2480 | 2026-05-28T21:45:31.258Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2481 | 2026-05-28T21:45:31.290Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2482 | 2026-05-28T21:45:31.321Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2483 | 2026-05-28T21:45:31.474Z | Checking steno v0.4.1 |
| 2484 | 2026-05-28T21:45:31.508Z | Checking filetime v0.2.27 |
| 2485 | 2026-05-28T21:45:31.540Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2486 | 2026-05-28T21:45:31.677Z | Checking xattr v1.6.1 |
| 2487 | 2026-05-28T21:45:31.840Z | Checking tar v0.4.45 |
| 2488 | 2026-05-28T21:45:32.194Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2489 | 2026-05-28T21:45:32.258Z | Checking subprocess v0.2.15 |
| 2490 | 2026-05-28T21:45:32.293Z | Checking base64 v0.21.7 |
| 2491 | 2026-05-28T21:45:32.395Z | Checking headers-core v0.3.0 |
| 2492 | 2026-05-28T21:45:32.538Z | Checking headers v0.4.1 |
| 2493 | 2026-05-28T21:45:32.565Z | Checking yasna v0.5.2 |
| 2494 | 2026-05-28T21:45:32.595Z | Checking dropshot-api-manager-types v0.7.1 |
| 2495 | 2026-05-28T21:45:32.804Z | Checking tagptr v0.2.0 |
| 2496 | 2026-05-28T21:45:32.979Z | Checking moka v0.12.13 |
| 2497 | 2026-05-28T21:45:33.016Z | Checking rcgen v0.12.1 |
| 2498 | 2026-05-28T21:45:33.047Z | Checking utf-8 v0.7.6 |
| 2499 | 2026-05-28T21:45:33.216Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2500 | 2026-05-28T21:45:33.368Z | Compiling libefi-sys v0.1.0 |
| 2501 | 2026-05-28T21:45:33.401Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2502 | 2026-05-28T21:45:33.560Z | Compiling bitfield-struct v0.6.2 |
| 2503 | 2026-05-28T21:45:33.671Z | Checking hickory-resolver v0.25.2 |
| 2504 | 2026-05-28T21:45:33.849Z | Compiling radium v0.7.0 |
| 2505 | 2026-05-28T21:45:33.915Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2506 | 2026-05-28T21:45:34.044Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2507 | 2026-05-28T21:45:34.228Z | Checking tungstenite v0.21.0 |
| 2508 | 2026-05-28T21:45:34.261Z | Checking tap v1.0.1 |
| 2509 | 2026-05-28T21:45:34.291Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2510 | 2026-05-28T21:45:34.363Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2511 | 2026-05-28T21:45:34.396Z | Compiling maybe-uninit v2.0.0 |
| 2512 | 2026-05-28T21:45:34.457Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2513 | 2026-05-28T21:45:34.561Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2514 | 2026-05-28T21:45:34.686Z | Checking tokio-tungstenite v0.21.0 |
| 2515 | 2026-05-28T21:45:34.790Z | Checking wyz v0.5.1 |
| 2516 | 2026-05-28T21:45:34.853Z | Compiling zerocopy-derive v0.6.6 |
| 2517 | 2026-05-28T21:45:34.957Z | Compiling packed_struct v0.10.1 |
| 2518 | 2026-05-28T21:45:34.992Z | Checking funty v2.0.0 |
| 2519 | 2026-05-28T21:45:35.023Z | Checking crc-catalog v2.4.0 |
| 2520 | 2026-05-28T21:45:35.054Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2521 | 2026-05-28T21:45:35.145Z | Checking crc v3.4.0 |
| 2522 | 2026-05-28T21:45:35.267Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2523 | 2026-05-28T21:45:35.339Z | Checking bitvec v1.0.1 |
| 2524 | 2026-05-28T21:45:35.370Z | Compiling packed_struct_codegen v0.10.1 |
| 2525 | 2026-05-28T21:45:35.405Z | Compiling bitfield-macros v0.19.4 |
| 2526 | 2026-05-28T21:45:35.736Z | Checking zerocopy v0.6.6 |
| 2527 | 2026-05-28T21:45:36.030Z | Compiling indexmap v1.9.3 |
| 2528 | 2026-05-28T21:45:36.064Z | Checking nodrop v0.1.14 |
| 2529 | 2026-05-28T21:45:36.153Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2530 | 2026-05-28T21:45:36.184Z | Checking array-init v0.0.4 |
| 2531 | 2026-05-28T21:45:36.310Z | Checking bitfield v0.19.4 |
| 2532 | 2026-05-28T21:45:36.414Z | Checking smallvec v0.6.14 |
| 2533 | 2026-05-28T21:45:36.476Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2534 | 2026-05-28T21:45:36.508Z | Checking hashbrown v0.12.3 |
| 2535 | 2026-05-28T21:45:36.609Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2536 | 2026-05-28T21:45:36.640Z | Checking serde-hex v0.1.0 |
| 2537 | 2026-05-28T21:45:36.815Z | Checking ron v0.8.1 |
| 2538 | 2026-05-28T21:45:37.300Z | Checking hashbrown v0.13.2 |
| 2539 | 2026-05-28T21:45:37.366Z | Checking crc-any v2.5.0 |
| 2540 | 2026-05-28T21:45:37.520Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2541 | 2026-05-28T21:45:37.571Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2542 | 2026-05-28T21:45:37.756Z | Checking object v0.30.4 |
| 2543 | 2026-05-28T21:45:37.759Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2544 | 2026-05-28T21:45:37.820Z | Compiling xshell-macros v0.2.7 |
| 2545 | 2026-05-28T21:45:37.824Z | Checking path-slash v0.1.5 |
| 2546 | 2026-05-28T21:45:37.984Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2547 | 2026-05-28T21:45:38.072Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2548 | 2026-05-28T21:45:38.156Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2549 | 2026-05-28T21:45:38.224Z | Checking xshell v0.2.7 |
| 2550 | 2026-05-28T21:45:38.441Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2551 | 2026-05-28T21:45:38.537Z | Checking half v1.8.3 |
| 2552 | 2026-05-28T21:45:38.766Z | Checking serde_cbor v0.11.2 |
| 2553 | 2026-05-28T21:45:38.825Z | Compiling num-derive v0.3.3 |
| 2554 | 2026-05-28T21:45:39.221Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2555 | 2026-05-28T21:45:39.315Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2556 | 2026-05-28T21:45:39.574Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2557 | 2026-05-28T21:45:39.653Z | Compiling proc-macro-error2 v2.0.1 |
| 2558 | 2026-05-28T21:45:39.831Z | Checking libscf-sys v1.1.0 |
| 2559 | 2026-05-28T21:45:39.971Z | Checking papergrid v0.17.0 |
| 2560 | 2026-05-28T21:45:40.003Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2561 | 2026-05-28T21:45:40.006Z | Checking testing_table v0.3.0 |
| 2562 | 2026-05-28T21:45:40.006Z | Compiling tabled_derive v0.11.0 |
| 2563 | 2026-05-28T21:45:40.157Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2564 | 2026-05-28T21:45:40.240Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2565 | 2026-05-28T21:45:40.702Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2566 | 2026-05-28T21:45:40.962Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2567 | 2026-05-28T21:45:41.005Z | Compiling git-stub v1.0.0 |
| 2568 | 2026-05-28T21:45:41.036Z | Checking maplit v1.0.2 |
| 2569 | 2026-05-28T21:45:41.067Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2570 | 2026-05-28T21:45:41.148Z | Checking crc8 v0.1.1 |
| 2571 | 2026-05-28T21:45:41.261Z | Checking tabled v0.20.0 |
| 2572 | 2026-05-28T21:45:41.294Z | Compiling git-stub-vcs v0.1.0 |
| 2573 | 2026-05-28T21:45:41.324Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2574 | 2026-05-28T21:45:41.674Z | Checking fxhash v0.2.1 |
| 2575 | 2026-05-28T21:45:41.827Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2576 | 2026-05-28T21:45:41.945Z | Checking unicase v2.9.0 |
| 2577 | 2026-05-28T21:45:41.976Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2578 | 2026-05-28T21:45:42.086Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2579 | 2026-05-28T21:45:42.138Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2580 | 2026-05-28T21:45:42.345Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2581 | 2026-05-28T21:45:42.442Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2582 | 2026-05-28T21:45:42.546Z | Compiling typify-impl v0.4.3 |
| 2583 | 2026-05-28T21:45:42.575Z | Checking kstat-rs v0.2.4 |
| 2584 | 2026-05-28T21:45:42.723Z | Compiling diesel_derives v2.3.7 |
| 2585 | 2026-05-28T21:45:42.795Z | Checking scheduled-thread-pool v0.2.7 |
| 2586 | 2026-05-28T21:45:42.875Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2587 | 2026-05-28T21:45:42.973Z | Compiling dsl_auto_type v0.2.0 |
| 2588 | 2026-05-28T21:45:43.004Z | Checking arc-swap v1.8.2 |
| 2589 | 2026-05-28T21:45:43.258Z | Compiling vergen-gitcl v1.0.8 |
| 2590 | 2026-05-28T21:45:43.323Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2591 | 2026-05-28T21:45:43.479Z | Compiling parking_lot_core v0.8.6 |
| 2592 | 2026-05-28T21:45:43.613Z | Checking slog-scope v4.4.1 |
| 2593 | 2026-05-28T21:45:43.693Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2594 | 2026-05-28T21:45:43.792Z | Checking r2d2 v0.8.10 |
| 2595 | 2026-05-28T21:45:43.833Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2596 | 2026-05-28T21:45:44.029Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2597 | 2026-05-28T21:45:44.222Z | Checking downcast-rs v2.0.2 |
| 2598 | 2026-05-28T21:45:44.532Z | Checking slog-stdlog v4.1.1 |
| 2599 | 2026-05-28T21:45:44.687Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2600 | 2026-05-28T21:45:44.720Z | Checking slog-envlogger v2.2.0 |
| 2601 | 2026-05-28T21:45:44.775Z | Checking parking_lot v0.11.2 |
| 2602 | 2026-05-28T21:45:44.807Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2603 | 2026-05-28T21:45:44.895Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2604 | 2026-05-28T21:45:44.993Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2605 | 2026-05-28T21:45:45.027Z | Checking prefix-trie v0.7.0 |
| 2606 | 2026-05-28T21:45:45.220Z | Checking sled v0.34.7 |
| 2607 | 2026-05-28T21:45:45.325Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2608 | 2026-05-28T21:45:45.389Z | Checking hickory-server v0.25.2 |
| 2609 | 2026-05-28T21:45:45.472Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2610 | 2026-05-28T21:45:45.669Z | Checking nanorand v0.7.0 |
| 2611 | 2026-05-28T21:45:45.900Z | Compiling dirs-sys-next v0.1.2 |
| 2612 | 2026-05-28T21:45:45.988Z | Compiling crunchy v0.2.4 |
| 2613 | 2026-05-28T21:45:46.217Z | Compiling salty v0.3.0 |
| 2614 | 2026-05-28T21:45:46.311Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2615 | 2026-05-28T21:45:46.354Z | Compiling dirs-next v2.0.0 |
| 2616 | 2026-05-28T21:45:46.463Z | Checking flume v0.11.1 |
| 2617 | 2026-05-28T21:45:46.524Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2618 | 2026-05-28T21:45:46.556Z | Compiling clang-sys v1.8.1 |
| 2619 | 2026-05-28T21:45:46.586Z | Checking primeorder v0.13.6 |
| 2620 | 2026-05-28T21:45:46.669Z | Compiling tiny-keccak v2.0.2 |
| 2621 | 2026-05-28T21:45:46.932Z | Compiling term v0.7.0 |
| 2622 | 2026-05-28T21:45:47.001Z | Compiling typify-macro v0.4.3 |
| 2623 | 2026-05-28T21:45:47.143Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2624 | 2026-05-28T21:45:47.176Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2625 | 2026-05-28T21:45:47.491Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2626 | 2026-05-28T21:45:47.528Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2627 | 2026-05-28T21:45:47.554Z | Compiling bit-vec v0.6.3 |
| 2628 | 2026-05-28T21:45:47.600Z | Compiling ascii-canvas v3.0.0 |
| 2629 | 2026-05-28T21:45:47.788Z | Compiling bit-set v0.5.3 |
| 2630 | 2026-05-28T21:45:47.877Z | Compiling itertools v0.10.5 |
| 2631 | 2026-05-28T21:45:47.976Z | Compiling ena v0.14.4 |
| 2632 | 2026-05-28T21:45:48.195Z | Compiling libloading v0.8.9 |
| 2633 | 2026-05-28T21:45:48.227Z | Compiling fs-err v2.11.0 |
| 2634 | 2026-05-28T21:45:48.259Z | Compiling diff v0.1.13 |
| 2635 | 2026-05-28T21:45:48.434Z | Compiling regex-syntax v0.6.29 |
| 2636 | 2026-05-28T21:45:48.466Z | Compiling bindgen v0.71.1 |
| 2637 | 2026-05-28T21:45:48.683Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2638 | 2026-05-28T21:45:48.731Z | Compiling typify v0.4.3 |
| 2639 | 2026-05-28T21:45:48.999Z | Checking p384 v0.13.1 |
| 2640 | 2026-05-28T21:45:49.002Z | Checking diesel v2.3.7 |
| 2641 | 2026-05-28T21:45:49.003Z | Compiling cexpr v0.6.0 |
| 2642 | 2026-05-28T21:45:49.094Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2643 | 2026-05-28T21:45:49.465Z | Compiling rustc-hash v2.1.1 |
| 2644 | 2026-05-28T21:45:49.631Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2645 | 2026-05-28T21:45:49.706Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2646 | 2026-05-28T21:45:49.745Z | Compiling libxml v0.3.3 |
| 2647 | 2026-05-28T21:45:49.929Z | Compiling lalrpop v0.19.12 |
| 2648 | 2026-05-28T21:45:49.999Z | Checking parse-size v1.1.0 |
| 2649 | 2026-05-28T21:45:50.157Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2650 | 2026-05-28T21:45:50.676Z | Compiling progenitor-impl v0.11.2 |
| 2651 | 2026-05-28T21:45:51.041Z | Compiling strum_macros v0.24.3 |
| 2652 | 2026-05-28T21:45:51.238Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2653 | 2026-05-28T21:45:51.863Z | Compiling indoc v1.0.9 |
| 2654 | 2026-05-28T21:45:52.287Z | Checking assert_matches v1.5.0 |
| 2655 | 2026-05-28T21:45:52.423Z | Compiling progenitor-impl v0.10.0 |
| 2656 | 2026-05-28T21:45:52.933Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2657 | 2026-05-28T21:45:53.333Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2658 | 2026-05-28T21:45:53.336Z | Compiling progenitor-macro v0.11.2 |
| 2659 | 2026-05-28T21:45:53.592Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2660 | 2026-05-28T21:45:53.955Z | Checking predicates-tree v1.0.13 |
| 2661 | 2026-05-28T21:45:54.105Z | Checking progenitor-client v0.11.2 |
| 2662 | 2026-05-28T21:45:54.185Z | Checking quick-xml v0.37.5 |
| 2663 | 2026-05-28T21:45:54.390Z | Checking derive_builder v0.20.2 |
| 2664 | 2026-05-28T21:45:54.540Z | Compiling oso-derive v0.27.3 |
| 2665 | 2026-05-28T21:45:55.062Z | Compiling trait-variant v0.1.2 |
| 2666 | 2026-05-28T21:45:55.095Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2667 | 2026-05-28T21:45:55.128Z | Checking openssl-probe v0.1.6 |
| 2668 | 2026-05-28T21:45:55.268Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2669 | 2026-05-28T21:45:55.538Z | Compiling progenitor-macro v0.10.0 |
| 2670 | 2026-05-28T21:45:55.637Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2671 | 2026-05-28T21:45:55.673Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2672 | 2026-05-28T21:45:56.452Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2673 | 2026-05-28T21:45:56.685Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2674 | 2026-05-28T21:45:57.644Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2675 | 2026-05-28T21:45:58.253Z | Checking progenitor v0.11.2 |
| 2676 | 2026-05-28T21:45:58.296Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2677 | 2026-05-28T21:45:58.431Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2678 | 2026-05-28T21:45:58.697Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2679 | 2026-05-28T21:45:59.473Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2680 | 2026-05-28T21:46:00.524Z | Checking progenitor v0.10.0 |
| 2681 | 2026-05-28T21:46:00.556Z | Compiling mime_guess v2.0.5 |
| 2682 | 2026-05-28T21:46:00.699Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2683 | 2026-05-28T21:46:01.141Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2684 | 2026-05-28T21:46:01.213Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2685 | 2026-05-28T21:46:01.550Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2686 | 2026-05-28T21:46:01.584Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2687 | 2026-05-28T21:46:01.790Z | Checking http-range v0.1.5 |
| 2688 | 2026-05-28T21:46:01.825Z | Checking corncobs v0.1.4 |
| 2689 | 2026-05-28T21:46:01.953Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2690 | 2026-05-28T21:46:01.986Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2691 | 2026-05-28T21:46:02.164Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2692 | 2026-05-28T21:46:02.317Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2693 | 2026-05-28T21:46:02.349Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2694 | 2026-05-28T21:46:02.448Z | Checking ignore v0.4.25 |
| 2695 | 2026-05-28T21:46:02.892Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2696 | 2026-05-28T21:46:02.971Z | Checking atty v0.2.14 |
| 2697 | 2026-05-28T21:46:03.103Z | Checking secrecy v0.8.0 |
| 2698 | 2026-05-28T21:46:03.460Z | Checking globwalk v0.9.1 |
| 2699 | 2026-05-28T21:46:03.867Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2700 | 2026-05-28T21:46:04.060Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2701 | 2026-05-28T21:46:04.498Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2702 | 2026-05-28T21:46:04.618Z | Checking bb8 v0.8.6 |
| 2703 | 2026-05-28T21:46:04.733Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2704 | 2026-05-28T21:46:04.946Z | Checking async-bb8-diesel v0.2.1 |
| 2705 | 2026-05-28T21:46:05.083Z | Checking hyper-staticfile v0.10.1 |
| 2706 | 2026-05-28T21:46:05.217Z | Checking camino-tempfile-ext v0.3.3 |
| 2707 | 2026-05-28T21:46:05.314Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2708 | 2026-05-28T21:46:05.347Z | Checking diesel-dtrace v0.5.0 |
| 2709 | 2026-05-28T21:46:05.407Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2710 | 2026-05-28T21:46:05.440Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2711 | 2026-05-28T21:46:05.589Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2712 | 2026-05-28T21:46:05.622Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2713 | 2026-05-28T21:46:05.665Z | Checking signal-hook-tokio v0.3.1 |
| 2714 | 2026-05-28T21:46:05.718Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2715 | 2026-05-28T21:46:05.987Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2716 | 2026-05-28T21:46:06.030Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2717 | 2026-05-28T21:46:06.542Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2718 | 2026-05-28T21:46:06.824Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2719 | 2026-05-28T21:46:06.929Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2720 | 2026-05-28T21:46:07.224Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2721 | 2026-05-28T21:46:07.257Z | Checking nonempty v0.12.0 |
| 2722 | 2026-05-28T21:46:07.289Z | Checking illumos-nvpair v0.3.0 |
| 2723 | 2026-05-28T21:46:07.486Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2724 | 2026-05-28T21:46:07.539Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2725 | 2026-05-28T21:46:07.622Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2726 | 2026-05-28T21:46:07.901Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2727 | 2026-05-28T21:46:07.933Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2728 | 2026-05-28T21:46:07.965Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2729 | 2026-05-28T21:46:08.105Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2730 | 2026-05-28T21:46:08.339Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2731 | 2026-05-28T21:46:08.552Z | Checking tungstenite v0.23.0 |
| 2732 | 2026-05-28T21:46:08.629Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2733 | 2026-05-28T21:46:09.015Z | Checking tokio-tungstenite v0.23.1 |
| 2734 | 2026-05-28T21:46:09.326Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2735 | 2026-05-28T21:46:09.496Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2736 | 2026-05-28T21:46:09.707Z | Checking rand_seeder v0.4.0 |
| 2737 | 2026-05-28T21:46:09.879Z | Checking void v1.0.2 |
| 2738 | 2026-05-28T21:46:09.912Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2739 | 2026-05-28T21:46:09.918Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2740 | 2026-05-28T21:46:10.021Z | Checking lzss v0.8.2 |
| 2741 | 2026-05-28T21:46:10.142Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2742 | 2026-05-28T21:46:10.243Z | Checking nix v0.27.1 |
| 2743 | 2026-05-28T21:46:10.336Z | Checking serde_bytes v0.11.19 |
| 2744 | 2026-05-28T21:46:10.412Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2745 | 2026-05-28T21:46:10.553Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2746 | 2026-05-28T21:46:10.793Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2747 | 2026-05-28T21:46:10.863Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2748 | 2026-05-28T21:46:11.284Z | Checking is_ci v1.2.0 |
| 2749 | 2026-05-28T21:46:11.435Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2750 | 2026-05-28T21:46:11.548Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2751 | 2026-05-28T21:46:11.629Z | Checking yansi v1.0.1 |
| 2752 | 2026-05-28T21:46:11.898Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2753 | 2026-05-28T21:46:11.932Z | Checking pretty_assertions v1.4.1 |
| 2754 | 2026-05-28T21:46:12.095Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2755 | 2026-05-28T21:46:12.175Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2756 | 2026-05-28T21:46:12.209Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2757 | 2026-05-28T21:46:12.434Z | Compiling darling_core v0.23.0 |
| 2758 | 2026-05-28T21:46:12.640Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2759 | 2026-05-28T21:46:13.569Z | Compiling indoc v2.0.7 |
| 2760 | 2026-05-28T21:46:13.681Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2761 | 2026-05-28T21:46:13.914Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-05-28T21:46:14.077Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-05-28T21:46:14.312Z | Compiling instability v0.3.11 |
| 2764 | 2026-05-28T21:46:14.585Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2765 | 2026-05-28T21:46:14.746Z | Compiling libz-sys v1.1.24 |
| 2766 | 2026-05-28T21:46:14.778Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2767 | 2026-05-28T21:46:15.020Z | Compiling darling_macro v0.23.0 |
| 2768 | 2026-05-28T21:46:15.159Z | Checking castaway v0.2.4 |
| 2769 | 2026-05-28T21:46:15.303Z | Checking compact_str v0.8.1 |
| 2770 | 2026-05-28T21:46:15.549Z | Compiling darling v0.23.0 |
| 2771 | 2026-05-28T21:46:15.737Z | Checking supports-color v3.0.2 |
| 2772 | 2026-05-28T21:46:15.903Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2773 | 2026-05-28T21:46:16.135Z | Checking unicode-truncate v1.1.0 |
| 2774 | 2026-05-28T21:46:16.226Z | Checking console v0.16.2 |
| 2775 | 2026-05-28T21:46:16.319Z | Checking lru v0.12.5 |
| 2776 | 2026-05-28T21:46:16.414Z | Checking cassowary v0.3.0 |
| 2777 | 2026-05-28T21:46:16.506Z | Checking unit-prefix v0.5.2 |
| 2778 | 2026-05-28T21:46:16.573Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2779 | 2026-05-28T21:46:16.618Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2780 | 2026-05-28T21:46:16.659Z | Checking ratatui v0.29.0 |
| 2781 | 2026-05-28T21:46:16.690Z | Checking indicatif v0.18.4 |
| 2782 | 2026-05-28T21:46:16.826Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2783 | 2026-05-28T21:46:17.263Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2784 | 2026-05-28T21:46:18.010Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2785 | 2026-05-28T21:46:18.244Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2786 | 2026-05-28T21:46:18.520Z | Compiling vergen-git2 v1.0.7 |
| 2787 | 2026-05-28T21:46:18.552Z | Checking plotters-backend v0.3.7 |
| 2788 | 2026-05-28T21:46:18.585Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2789 | 2026-05-28T21:46:18.786Z | Checking plotters-svg v0.3.7 |
| 2790 | 2026-05-28T21:46:18.819Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2791 | 2026-05-28T21:46:18.849Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2792 | 2026-05-28T21:46:18.959Z | Checking colored v2.2.0 |
| 2793 | 2026-05-28T21:46:19.063Z | Compiling rustls v0.21.12 |
| 2794 | 2026-05-28T21:46:19.223Z | Checking shell-words v1.1.1 |
| 2795 | 2026-05-28T21:46:19.283Z | Checking cast v0.3.0 |
| 2796 | 2026-05-28T21:46:19.472Z | Checking plotters v0.3.7 |
| 2797 | 2026-05-28T21:46:19.504Z | Checking criterion-plot v0.6.0 |
| 2798 | 2026-05-28T21:46:19.614Z | Checking typeid v1.0.3 |
| 2799 | 2026-05-28T21:46:19.755Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2800 | 2026-05-28T21:46:19.794Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2801 | 2026-05-28T21:46:20.023Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2802 | 2026-05-28T21:46:20.249Z | Checking sct v0.7.1 |
| 2803 | 2026-05-28T21:46:20.281Z | Checking rustls-webpki v0.101.7 |
| 2804 | 2026-05-28T21:46:20.420Z | Checking tinytemplate v1.2.1 |
| 2805 | 2026-05-28T21:46:20.660Z | Compiling nix v0.29.0 |
| 2806 | 2026-05-28T21:46:20.693Z | Compiling dropshot v0.16.7 |
| 2807 | 2026-05-28T21:46:20.723Z | Checking oorandom v11.1.5 |
| 2808 | 2026-05-28T21:46:20.871Z | Checking hex-literal v0.4.1 |
| 2809 | 2026-05-28T21:46:20.927Z | Checking anes v0.1.6 |
| 2810 | 2026-05-28T21:46:21.107Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2811 | 2026-05-28T21:46:21.181Z | Checking criterion v0.7.0 |
| 2812 | 2026-05-28T21:46:22.488Z | Checking erased-serde v0.4.9 |
| 2813 | 2026-05-28T21:46:22.520Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2814 | 2026-05-28T21:46:22.888Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2815 | 2026-05-28T21:46:23.724Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2816 | 2026-05-28T21:46:24.552Z | Checking toml v0.9.12+spec-1.1.0 |
| 2817 | 2026-05-28T21:46:25.172Z | Checking ordered-float v2.10.1 |
| 2818 | 2026-05-28T21:46:25.446Z | Compiling dropshot_endpoint v0.16.7 |
| 2819 | 2026-05-28T21:46:25.647Z | Checking serde-value v0.7.0 |
| 2820 | 2026-05-28T21:46:25.899Z | Checking serde-untagged v0.1.9 |
| 2821 | 2026-05-28T21:46:26.132Z | Checking tokio-rustls v0.24.1 |
| 2822 | 2026-05-28T21:46:26.629Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2823 | 2026-05-28T21:46:27.459Z | Checking rustls-pemfile v1.0.4 |
| 2824 | 2026-05-28T21:46:27.491Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2825 | 2026-05-28T21:46:27.626Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2826 | 2026-05-28T21:46:27.666Z | Checking twox-hash v2.1.2 |
| 2827 | 2026-05-28T21:46:27.758Z | Checking unicode-xid v0.2.6 |
| 2828 | 2026-05-28T21:46:27.895Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2829 | 2026-05-28T21:46:27.927Z | Checking cargo-util-schemas v0.8.2 |
| 2830 | 2026-05-28T21:46:27.997Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2831 | 2026-05-28T21:46:28.827Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2832 | 2026-05-28T21:46:29.190Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2833 | 2026-05-28T21:46:29.244Z | Checking fatfs v0.3.6 |
| 2834 | 2026-05-28T21:46:29.382Z | Checking cargo-platform v0.2.0 |
| 2835 | 2026-05-28T21:46:29.609Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2836 | 2026-05-28T21:46:29.727Z | Compiling petname v2.0.2 |
| 2837 | 2026-05-28T21:46:29.760Z | Compiling seq-macro v0.3.6 |
| 2838 | 2026-05-28T21:46:30.294Z | Checking cargo_metadata v0.21.0 |
| 2839 | 2026-05-28T21:46:30.402Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2840 | 2026-05-28T21:46:30.956Z | Checking concurrent-queue v2.5.0 |
| 2841 | 2026-05-28T21:46:31.077Z | Checking rtoolbox v0.0.3 |
| 2842 | 2026-05-28T21:46:31.173Z | Checking parking v2.2.1 |
| 2843 | 2026-05-28T21:46:31.243Z | Checking rpassword v7.4.0 |
| 2844 | 2026-05-28T21:46:31.328Z | Checking event-listener v5.4.1 |
| 2845 | 2026-05-28T21:46:31.587Z | Checking tui-tree-widget v0.23.1 |
| 2846 | 2026-05-28T21:46:31.707Z | Compiling samael v0.0.19 |
| 2847 | 2026-05-28T21:46:31.793Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2848 | 2026-05-28T21:46:31.825Z | Checking polyval v0.6.2 |
| 2849 | 2026-05-28T21:46:31.989Z | Checking sapling-renderdag v0.1.0 |
| 2850 | 2026-05-28T21:46:32.023Z | Checking sync-ptr v0.1.4 |
| 2851 | 2026-05-28T21:46:32.168Z | Checking ghash v0.5.1 |
| 2852 | 2026-05-28T21:46:32.201Z | Checking event-listener-strategy v0.5.4 |
| 2853 | 2026-05-28T21:46:32.257Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2854 | 2026-05-28T21:46:32.316Z | Checking ctr v0.9.2 |
| 2855 | 2026-05-28T21:46:32.362Z | Checking constant_time_eq v0.4.2 |
| 2856 | 2026-05-28T21:46:32.488Z | Checking arrayvec v0.7.6 |
| 2857 | 2026-05-28T21:46:32.520Z | Checking futures-timer v3.0.3 |
| 2858 | 2026-05-28T21:46:32.553Z | Checking arrayref v0.3.9 |
| 2859 | 2026-05-28T21:46:32.656Z | Checking aes-gcm v0.10.3 |
| 2860 | 2026-05-28T21:46:32.739Z | Checking async-lock v3.4.2 |
| 2861 | 2026-05-28T21:46:32.800Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2862 | 2026-05-28T21:46:32.840Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2863 | 2026-05-28T21:46:33.190Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2864 | 2026-05-28T21:46:33.784Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2865 | 2026-05-28T21:46:33.887Z | Checking ssh-encoding v0.2.0 |
| 2866 | 2026-05-28T21:46:34.122Z | Checking blowfish v0.9.1 |
| 2867 | 2026-05-28T21:46:34.311Z | Checking bcrypt-pbkdf v0.10.0 |
| 2868 | 2026-05-28T21:46:34.509Z | Checking ssh-cipher v0.2.0 |
| 2869 | 2026-05-28T21:46:34.714Z | Checking async-object-pool v0.2.0 |
| 2870 | 2026-05-28T21:46:34.861Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2871 | 2026-05-28T21:46:35.019Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2872 | 2026-05-28T21:46:35.243Z | Checking serde_regex v1.1.0 |
| 2873 | 2026-05-28T21:46:35.438Z | Checking password-hash v0.4.2 |
| 2874 | 2026-05-28T21:46:35.568Z | Checking assert-json-diff v2.0.2 |
| 2875 | 2026-05-28T21:46:35.683Z | Checking path-tree v0.8.3 |
| 2876 | 2026-05-28T21:46:35.715Z | Compiling target-lexicon v0.13.3 |
| 2877 | 2026-05-28T21:46:35.777Z | Checking gimli v0.32.3 |
| 2878 | 2026-05-28T21:46:35.903Z | Checking stringmetrics v2.2.2 |
| 2879 | 2026-05-28T21:46:36.089Z | Checking httpmock v0.8.3 |
| 2880 | 2026-05-28T21:46:36.302Z | Checking pbkdf2 v0.11.0 |
| 2881 | 2026-05-28T21:46:36.504Z | Checking ssh-key v0.6.7 |
| 2882 | 2026-05-28T21:46:37.351Z | Checking addr2line v0.25.1 |
| 2883 | 2026-05-28T21:46:37.650Z | Checking p256 v0.13.2 |
| 2884 | 2026-05-28T21:46:37.932Z | Checking p521 v0.13.3 |
| 2885 | 2026-05-28T21:46:38.328Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2886 | 2026-05-28T21:46:38.360Z | Checking russh-cryptovec v0.7.3 |
| 2887 | 2026-05-28T21:46:38.527Z | Checking md5 v0.7.0 |
| 2888 | 2026-05-28T21:46:38.560Z | Checking rustc-demangle v0.1.27 |
| 2889 | 2026-05-28T21:46:38.593Z | Compiling guppy-workspace-hack v0.1.0 |
| 2890 | 2026-05-28T21:46:38.732Z | Checking russh-keys v0.45.0 |
| 2891 | 2026-05-28T21:46:38.839Z | Checking backtrace v0.3.76 |
| 2892 | 2026-05-28T21:46:39.156Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2893 | 2026-05-28T21:46:39.189Z | Checking num-bigint v0.4.6 |
| 2894 | 2026-05-28T21:46:39.192Z | Checking des v0.8.1 |
| 2895 | 2026-05-28T21:46:39.410Z | Compiling blake3 v1.8.3 |
| 2896 | 2026-05-28T21:46:39.442Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2897 | 2026-05-28T21:46:39.536Z | Compiling target-spec v3.5.7 |
| 2898 | 2026-05-28T21:46:39.879Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2899 | 2026-05-28T21:46:40.092Z | Checking backtrace-ext v0.2.1 |
| 2900 | 2026-05-28T21:46:40.196Z | Checking russh v0.45.0 |
| 2901 | 2026-05-28T21:46:40.233Z | Checking cfg-expr v0.20.6 |
| 2902 | 2026-05-28T21:46:40.396Z | Checking supports-color v2.1.0 |
| 2903 | 2026-05-28T21:46:40.526Z | Checking textwrap v0.15.2 |
| 2904 | 2026-05-28T21:46:40.561Z | Checking supports-hyperlinks v2.1.0 |
| 2905 | 2026-05-28T21:46:40.653Z | Checking supports-unicode v2.1.0 |
| 2906 | 2026-05-28T21:46:40.708Z | Checking hashbrown v0.14.5 |
| 2907 | 2026-05-28T21:46:40.763Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2908 | 2026-05-28T21:46:40.802Z | Checking cargo-platform v0.3.2 |
| 2909 | 2026-05-28T21:46:40.992Z | Checking terminal_size v0.1.17 |
| 2910 | 2026-05-28T21:46:41.023Z | Checking socket2 v0.5.10 |
| 2911 | 2026-05-28T21:46:41.134Z | Compiling miette-derive v5.10.0 |
| 2912 | 2026-05-28T21:46:41.222Z | Checking owo-colors v3.5.0 |
| 2913 | 2026-05-28T21:46:41.309Z | Checking internet-checksum v0.2.1 |
| 2914 | 2026-05-28T21:46:41.461Z | Checking chumsky v0.9.3 |
| 2915 | 2026-05-28T21:46:41.780Z | Checking cargo_metadata v0.23.1 |
| 2916 | 2026-05-28T21:46:42.301Z | Checking miette v5.10.0 |
| 2917 | 2026-05-28T21:46:42.558Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2918 | 2026-05-28T21:46:42.725Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2919 | 2026-05-28T21:46:42.779Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2920 | 2026-05-28T21:46:42.811Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2921 | 2026-05-28T21:46:43.021Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2922 | 2026-05-28T21:46:43.115Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2923 | 2026-05-28T21:46:43.301Z | Compiling knuffel-derive v3.2.0 |
| 2924 | 2026-05-28T21:46:43.540Z | Checking httptest v0.16.4 |
| 2925 | 2026-05-28T21:46:43.580Z | Checking pathdiff v0.2.3 |
| 2926 | 2026-05-28T21:46:43.720Z | Checking nested v0.1.1 |
| 2927 | 2026-05-28T21:46:43.890Z | Checking topological-sort v0.2.2 |
| 2928 | 2026-05-28T21:46:43.933Z | Checking guppy v0.17.25 |
| 2929 | 2026-05-28T21:46:44.000Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2930 | 2026-05-28T21:46:44.068Z | Checking omicron-zone-package v0.12.2 |
| 2931 | 2026-05-28T21:46:44.265Z | Checking similar-asserts v1.7.0 |
| 2932 | 2026-05-28T21:46:44.453Z | Compiling target-triple v1.0.0 |
| 2933 | 2026-05-28T21:46:44.781Z | Compiling git2 v0.20.4 |
| 2934 | 2026-05-28T21:46:44.838Z | Checking knuffel v3.2.0 |
| 2935 | 2026-05-28T21:46:44.869Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2936 | 2026-05-28T21:46:44.960Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2937 | 2026-05-28T21:46:44.994Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2938 | 2026-05-28T21:46:45.033Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2939 | 2026-05-28T21:46:45.261Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2940 | 2026-05-28T21:46:45.495Z | Checking hickory-client v0.25.2 |
| 2941 | 2026-05-28T21:46:45.808Z | Checking tokio-test v0.4.5 |
| 2942 | 2026-05-28T21:46:45.891Z | Checking escape8259 v0.5.3 |
| 2943 | 2026-05-28T21:46:46.045Z | Compiling assert_cmd v2.1.2 |
| 2944 | 2026-05-28T21:46:46.078Z | Checking libtest-mimic v0.8.1 |
| 2945 | 2026-05-28T21:46:46.436Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2946 | 2026-05-28T21:46:46.520Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2947 | 2026-05-28T21:46:46.575Z | Checking blake2b_simd v1.0.4 |
| 2948 | 2026-05-28T21:46:46.781Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2949 | 2026-05-28T21:46:47.232Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2950 | 2026-05-28T21:46:47.265Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2951 | 2026-05-28T21:46:47.609Z | Compiling polar-core v0.27.3 |
| 2952 | 2026-05-28T21:46:47.641Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2953 | 2026-05-28T21:46:47.674Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2954 | 2026-05-28T21:46:47.814Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2955 | 2026-05-28T21:46:47.903Z | Checking fancy-regex v0.14.0 |
| 2956 | 2026-05-28T21:46:48.071Z | Checking serde_tokenstream v0.2.3 |
| 2957 | 2026-05-28T21:46:48.159Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2958 | 2026-05-28T21:46:48.233Z | Checking approx v0.5.1 |
| 2959 | 2026-05-28T21:46:48.297Z | Compiling rstest_macros v0.25.0 |
| 2960 | 2026-05-28T21:46:48.329Z | Checking uzers v0.12.2 |
| 2961 | 2026-05-28T21:46:48.395Z | Compiling linkme-impl v0.3.35 |
| 2962 | 2026-05-28T21:46:48.573Z | Checking constant_time_eq v0.3.1 |
| 2963 | 2026-05-28T21:46:48.607Z | Checking termcolor v1.4.1 |
| 2964 | 2026-05-28T21:46:48.707Z | Checking rust-argon2 v2.1.0 |
| 2965 | 2026-05-28T21:46:48.850Z | Checking trybuild v1.0.116 |
| 2966 | 2026-05-28T21:46:48.919Z | Checking datatest-stable v0.3.3 |
| 2967 | 2026-05-28T21:46:49.353Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2968 | 2026-05-28T21:46:49.503Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2969 | 2026-05-28T21:46:49.683Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2970 | 2026-05-28T21:46:49.713Z | Checking support-bundle-viewer v0.1.2 |
| 2971 | 2026-05-28T21:46:49.998Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2972 | 2026-05-28T21:46:50.228Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2973 | 2026-05-28T21:46:50.378Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2974 | 2026-05-28T21:46:50.453Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2975 | 2026-05-28T21:46:50.607Z | Checking drift v0.1.4 |
| 2976 | 2026-05-28T21:46:50.691Z | Checking rand_distr v0.5.1 |
| 2977 | 2026-05-28T21:46:50.992Z | Checking multimap v0.10.1 |
| 2978 | 2026-05-28T21:46:51.167Z | Compiling linkme v0.3.35 |
| 2979 | 2026-05-28T21:46:51.214Z | Compiling relative-path v1.9.3 |
| 2980 | 2026-05-28T21:46:51.527Z | Checking dropshot-api-manager v0.7.1 |
| 2981 | 2026-05-28T21:46:52.756Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2982 | 2026-05-28T21:46:52.821Z | Checking oso v0.27.3 |
| 2983 | 2026-05-28T21:46:53.154Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2984 | 2026-05-28T21:46:53.427Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2985 | 2026-05-28T21:46:53.715Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2986 | 2026-05-28T21:46:53.915Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2987 | 2026-05-28T21:46:53.965Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2988 | 2026-05-28T21:46:54.047Z | Checking cargo_toml v0.21.0 |
| 2989 | 2026-05-28T21:46:54.079Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2990 | 2026-05-28T21:46:54.466Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2991 | 2026-05-28T21:46:54.678Z | Checking partial-io v0.5.4 |
| 2992 | 2026-05-28T21:46:54.776Z | Checking termios v0.3.3 |
| 2993 | 2026-05-28T21:46:54.808Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2994 | 2026-05-28T21:46:54.939Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2995 | 2026-05-28T21:46:55.324Z | Checking rstest v0.25.0 |
| 2996 | 2026-05-28T21:46:55.801Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2997 | 2026-05-28T21:46:56.536Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2998 | 2026-05-28T21:46:59.989Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2999 | 2026-05-28T21:47:03.575Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3000 | 2026-05-28T21:47:04.093Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3001 | 2026-05-28T21:47:07.276Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3002 | 2026-05-28T21:47:11.083Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3003 | 2026-05-28T21:47:16.212Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3004 | 2026-05-28T21:47:19.970Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3005 | 2026-05-28T21:47:20.887Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3006 | 2026-05-28T21:47:20.998Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3007 | 2026-05-28T21:47:21.338Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3008 | 2026-05-28T21:47:31.198Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3009 | 2026-05-28T21:48:46.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s |
| 3010 | 2026-05-28T21:48:47.064Z | |
| 3011 | 2026-05-28T21:48:47.064Z | real 4:08.482964123 |
| 3012 | 2026-05-28T21:48:47.064Z | user 21:09.622005146 |
| 3013 | 2026-05-28T21:48:47.064Z | sys 4:54.611563688 |
| 3014 | 2026-05-28T21:48:47.064Z | trap 0.507453626 |
| 3015 | 2026-05-28T21:48:47.064Z | tflt 1.365809553 |
| 3016 | 2026-05-28T21:48:47.064Z | dflt 0.920350919 |
| 3017 | 2026-05-28T21:48:47.064Z | kflt 0.026574019 |
| 3018 | 2026-05-28T21:48:47.067Z | lock 58:24.099605215 |
| 3019 | 2026-05-28T21:48:47.067Z | slp 58:35.413987426 |
| 3020 | 2026-05-28T21:48:47.067Z | lat 1:51.167380613 |
| 3021 | 2026-05-28T21:48:47.067Z | stop 10:34.029055035 |
| 3022 | 2026-05-28T21:48:47.067Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3023 | 2026-05-28T21:48:47.067Z | + ptime -m cargo doc --workspace --no-deps |
| 3024 | 2026-05-28T21:48:47.956Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3025 | 2026-05-28T21:48:47.956Z | | |
| 3026 | 2026-05-28T21:48:47.956Z | = 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)` |
| 3027 | 2026-05-28T21:48:47.956Z | = 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> |
| 3028 | 2026-05-28T21:48:48.958Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3029 | 2026-05-28T21:48:49.191Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3030 | 2026-05-28T21:48:49.235Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3031 | 2026-05-28T21:48:49.299Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3032 | 2026-05-28T21:48:49.368Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3033 | 2026-05-28T21:48:49.466Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3034 | 2026-05-28T21:48:49.496Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3035 | 2026-05-28T21:48:49.500Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3036 | 2026-05-28T21:48:49.548Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3037 | 2026-05-28T21:48:49.573Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3038 | 2026-05-28T21:48:49.732Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3039 | 2026-05-28T21:48:49.783Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3040 | 2026-05-28T21:48:49.810Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3041 | 2026-05-28T21:48:49.834Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3042 | 2026-05-28T21:48:49.886Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3043 | 2026-05-28T21:48:49.909Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3044 | 2026-05-28T21:48:49.957Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3045 | 2026-05-28T21:48:49.983Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3046 | 2026-05-28T21:48:49.986Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3047 | 2026-05-28T21:48:50.030Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3048 | 2026-05-28T21:48:50.225Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3049 | 2026-05-28T21:48:50.364Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3050 | 2026-05-28T21:48:50.535Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3051 | 2026-05-28T21:48:50.721Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3052 | 2026-05-28T21:48:50.770Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3053 | 2026-05-28T21:48:50.810Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3054 | 2026-05-28T21:48:50.872Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3055 | 2026-05-28T21:48:50.951Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3056 | 2026-05-28T21:48:51.000Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3057 | 2026-05-28T21:48:51.103Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3058 | 2026-05-28T21:48:51.170Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3059 | 2026-05-28T21:48:51.199Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3060 | 2026-05-28T21:48:51.385Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3061 | 2026-05-28T21:48:51.442Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3062 | 2026-05-28T21:48:51.467Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3063 | 2026-05-28T21:48:51.679Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3064 | 2026-05-28T21:48:51.719Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3065 | 2026-05-28T21:48:51.754Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3066 | 2026-05-28T21:48:51.968Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3067 | 2026-05-28T21:48:52.132Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3068 | 2026-05-28T21:48:52.375Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3069 | 2026-05-28T21:48:52.517Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3070 | 2026-05-28T21:48:52.549Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3071 | 2026-05-28T21:48:52.625Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3072 | 2026-05-28T21:48:52.719Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3073 | 2026-05-28T21:48:52.745Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3074 | 2026-05-28T21:48:52.902Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3075 | 2026-05-28T21:48:52.969Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3076 | 2026-05-28T21:48:53.036Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3077 | 2026-05-28T21:48:53.072Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3078 | 2026-05-28T21:48:53.143Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3079 | 2026-05-28T21:48:53.216Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3080 | 2026-05-28T21:48:53.276Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3081 | 2026-05-28T21:48:53.333Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3082 | 2026-05-28T21:48:53.372Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3083 | 2026-05-28T21:48:53.426Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3084 | 2026-05-28T21:48:53.577Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3085 | 2026-05-28T21:48:53.633Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3086 | 2026-05-28T21:48:53.633Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3087 | 2026-05-28T21:48:53.636Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3088 | 2026-05-28T21:48:53.703Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3089 | 2026-05-28T21:48:53.782Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3090 | 2026-05-28T21:48:54.012Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3091 | 2026-05-28T21:48:54.153Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3092 | 2026-05-28T21:48:54.280Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3093 | 2026-05-28T21:48:54.350Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3094 | 2026-05-28T21:48:54.721Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3095 | 2026-05-28T21:48:54.843Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3096 | 2026-05-28T21:48:54.932Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3097 | 2026-05-28T21:48:55.198Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3098 | 2026-05-28T21:48:55.229Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3099 | 2026-05-28T21:48:55.434Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3100 | 2026-05-28T21:48:55.464Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3101 | 2026-05-28T21:48:55.598Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3102 | 2026-05-28T21:48:55.705Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3103 | 2026-05-28T21:48:56.148Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3104 | 2026-05-28T21:48:56.378Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3105 | 2026-05-28T21:48:56.451Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3106 | 2026-05-28T21:48:57.368Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3107 | 2026-05-28T21:48:57.398Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3108 | 2026-05-28T21:48:57.551Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3109 | 2026-05-28T21:48:57.924Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3110 | 2026-05-28T21:48:57.975Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3111 | 2026-05-28T21:48:58.105Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3112 | 2026-05-28T21:48:58.131Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3113 | 2026-05-28T21:48:58.313Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3114 | 2026-05-28T21:48:58.380Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3115 | 2026-05-28T21:48:58.405Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3116 | 2026-05-28T21:48:58.593Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3117 | 2026-05-28T21:48:58.685Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3118 | 2026-05-28T21:48:58.710Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3119 | 2026-05-28T21:48:58.820Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3120 | 2026-05-28T21:48:58.890Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3121 | 2026-05-28T21:48:58.914Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3122 | 2026-05-28T21:48:59.002Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3123 | 2026-05-28T21:48:59.025Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3124 | 2026-05-28T21:48:59.074Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3125 | 2026-05-28T21:48:59.227Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3126 | 2026-05-28T21:48:59.307Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3127 | 2026-05-28T21:48:59.331Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3128 | 2026-05-28T21:48:59.385Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3129 | 2026-05-28T21:48:59.421Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3130 | 2026-05-28T21:48:59.509Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3131 | 2026-05-28T21:48:59.627Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3132 | 2026-05-28T21:48:59.697Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3133 | 2026-05-28T21:48:59.722Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3134 | 2026-05-28T21:48:59.839Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3135 | 2026-05-28T21:48:59.932Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3136 | 2026-05-28T21:49:00.189Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3137 | 2026-05-28T21:49:00.212Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3138 | 2026-05-28T21:49:00.236Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3139 | 2026-05-28T21:49:00.841Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3140 | 2026-05-28T21:49:01.170Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3141 | 2026-05-28T21:49:01.238Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3142 | 2026-05-28T21:49:01.594Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3143 | 2026-05-28T21:49:01.971Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3144 | 2026-05-28T21:49:02.323Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3145 | 2026-05-28T21:49:02.520Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3146 | 2026-05-28T21:49:02.835Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3147 | 2026-05-28T21:49:03.124Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3148 | 2026-05-28T21:49:03.397Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3149 | 2026-05-28T21:49:03.601Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3150 | 2026-05-28T21:49:03.705Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3151 | 2026-05-28T21:49:04.075Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3152 | 2026-05-28T21:49:04.422Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3153 | 2026-05-28T21:49:04.509Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3154 | 2026-05-28T21:49:04.728Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3155 | 2026-05-28T21:49:04.754Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3156 | 2026-05-28T21:49:05.236Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3157 | 2026-05-28T21:49:05.304Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3158 | 2026-05-28T21:49:05.742Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3159 | 2026-05-28T21:49:06.137Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3160 | 2026-05-28T21:49:06.403Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3161 | 2026-05-28T21:49:06.483Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3162 | 2026-05-28T21:49:07.277Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3163 | 2026-05-28T21:49:07.497Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3164 | 2026-05-28T21:49:07.918Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3165 | 2026-05-28T21:49:08.071Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3166 | 2026-05-28T21:49:08.874Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3167 | 2026-05-28T21:49:09.453Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3168 | 2026-05-28T21:49:09.641Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3169 | 2026-05-28T21:49:09.791Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3170 | 2026-05-28T21:49:09.874Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3171 | 2026-05-28T21:49:09.994Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3172 | 2026-05-28T21:49:10.020Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3173 | 2026-05-28T21:49:10.401Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3174 | 2026-05-28T21:49:10.514Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3175 | 2026-05-28T21:49:10.550Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3176 | 2026-05-28T21:49:10.591Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3177 | 2026-05-28T21:49:10.859Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3178 | 2026-05-28T21:49:11.656Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3179 | 2026-05-28T21:49:11.691Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3180 | 2026-05-28T21:49:11.726Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3181 | 2026-05-28T21:49:11.871Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3182 | 2026-05-28T21:49:12.216Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3183 | 2026-05-28T21:49:12.695Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3184 | 2026-05-28T21:49:13.493Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3185 | 2026-05-28T21:49:14.817Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3186 | 2026-05-28T21:49:15.720Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3187 | 2026-05-28T21:49:17.245Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3188 | 2026-05-28T21:49:17.765Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3189 | 2026-05-28T21:49:18.154Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3190 | 2026-05-28T21:49:18.300Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3191 | 2026-05-28T21:49:18.712Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3192 | 2026-05-28T21:49:18.832Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3193 | 2026-05-28T21:49:18.982Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3194 | 2026-05-28T21:49:20.009Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3195 | 2026-05-28T21:49:20.013Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3196 | 2026-05-28T21:49:20.616Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3197 | 2026-05-28T21:49:20.664Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3198 | 2026-05-28T21:49:20.689Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3199 | 2026-05-28T21:49:21.031Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3200 | 2026-05-28T21:49:21.224Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3201 | 2026-05-28T21:49:21.330Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3202 | 2026-05-28T21:49:21.835Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3203 | 2026-05-28T21:49:21.970Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3204 | 2026-05-28T21:49:22.461Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3205 | 2026-05-28T21:49:22.558Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3206 | 2026-05-28T21:49:22.727Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3207 | 2026-05-28T21:49:23.309Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3208 | 2026-05-28T21:49:23.519Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3209 | 2026-05-28T21:49:24.039Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3210 | 2026-05-28T21:49:24.265Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3211 | 2026-05-28T21:49:24.656Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3212 | 2026-05-28T21:49:25.016Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3213 | 2026-05-28T21:49:25.078Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3214 | 2026-05-28T21:49:26.277Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3215 | 2026-05-28T21:49:27.552Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3216 | 2026-05-28T21:49:29.213Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3217 | 2026-05-28T21:49:29.811Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3218 | 2026-05-28T21:49:30.834Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3219 | 2026-05-28T21:49:31.421Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3220 | 2026-05-28T21:49:33.137Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3221 | 2026-05-28T21:49:33.686Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3222 | 2026-05-28T21:49:34.631Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3223 | 2026-05-28T21:49:36.178Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3224 | 2026-05-28T21:49:36.614Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3225 | 2026-05-28T21:49:37.472Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3226 | 2026-05-28T21:49:38.753Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3227 | 2026-05-28T21:49:39.498Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3228 | 2026-05-28T21:49:39.887Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3229 | 2026-05-28T21:49:40.113Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3230 | 2026-05-28T21:49:40.730Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3231 | 2026-05-28T21:49:41.956Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3232 | 2026-05-28T21:49:46.087Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3233 | 2026-05-28T21:49:46.373Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3234 | 2026-05-28T21:49:46.932Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3235 | 2026-05-28T21:49:48.632Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3236 | 2026-05-28T21:49:49.255Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3237 | 2026-05-28T21:49:49.865Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3238 | 2026-05-28T21:49:50.715Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3239 | 2026-05-28T21:49:51.664Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3240 | 2026-05-28T21:49:52.337Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3241 | 2026-05-28T21:49:53.104Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3242 | 2026-05-28T21:49:53.783Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3243 | 2026-05-28T21:49:54.485Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3244 | 2026-05-28T21:49:55.906Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3245 | 2026-05-28T21:49:56.065Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3246 | 2026-05-28T21:49:56.937Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3247 | 2026-05-28T21:49:58.025Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3248 | 2026-05-28T21:49:58.592Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3249 | 2026-05-28T21:50:00.060Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3250 | 2026-05-28T21:50:02.408Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3251 | 2026-05-28T21:50:02.942Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3252 | 2026-05-28T21:50:03.752Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3253 | 2026-05-28T21:50:04.859Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3254 | 2026-05-28T21:50:05.700Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3255 | 2026-05-28T21:50:08.368Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3256 | 2026-05-28T21:50:08.536Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3257 | 2026-05-28T21:50:09.549Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3258 | 2026-05-28T21:50:10.678Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3259 | 2026-05-28T21:50:11.976Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3260 | 2026-05-28T21:50:13.207Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3261 | 2026-05-28T21:50:14.479Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3262 | 2026-05-28T21:50:15.954Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3263 | 2026-05-28T21:50:18.300Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3264 | 2026-05-28T21:50:18.976Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3265 | 2026-05-28T21:50:20.731Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3266 | 2026-05-28T21:50:23.692Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3267 | 2026-05-28T21:50:26.782Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3268 | 2026-05-28T21:50:28.513Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3269 | 2026-05-28T21:50:32.321Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3270 | 2026-05-28T21:50:33.269Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3271 | 2026-05-28T21:50:34.268Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3272 | 2026-05-28T21:50:34.905Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3273 | 2026-05-28T21:50:36.489Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3274 | 2026-05-28T21:50:38.321Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3275 | 2026-05-28T21:50:40.171Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3276 | 2026-05-28T21:50:42.016Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3277 | 2026-05-28T21:50:43.655Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3278 | 2026-05-28T21:50:45.288Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3279 | 2026-05-28T21:50:47.309Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3280 | 2026-05-28T21:50:48.677Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3281 | 2026-05-28T21:50:50.387Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3282 | 2026-05-28T21:50:52.027Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3283 | 2026-05-28T21:50:53.704Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3284 | 2026-05-28T21:50:55.092Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3285 | 2026-05-28T21:50:57.135Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3286 | 2026-05-28T21:50:59.054Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3287 | 2026-05-28T21:51:00.543Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3288 | 2026-05-28T21:51:02.275Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3289 | 2026-05-28T21:51:04.472Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3290 | 2026-05-28T21:51:06.155Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3291 | 2026-05-28T21:51:08.238Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3292 | 2026-05-28T21:51:09.989Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3293 | 2026-05-28T21:51:11.932Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3294 | 2026-05-28T21:51:13.632Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3295 | 2026-05-28T21:51:16.052Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3296 | 2026-05-28T21:51:18.518Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3297 | 2026-05-28T21:51:19.977Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3298 | 2026-05-28T21:51:23.704Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3299 | 2026-05-28T21:51:24.076Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3300 | 2026-05-28T21:51:26.990Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3301 | 2026-05-28T21:51:29.289Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3302 | 2026-05-28T21:51:31.501Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3303 | 2026-05-28T21:51:33.704Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3304 | 2026-05-28T21:51:35.945Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3305 | 2026-05-28T21:51:38.140Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3306 | 2026-05-28T21:51:40.373Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3307 | 2026-05-28T21:51:42.829Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3308 | 2026-05-28T21:51:45.169Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3309 | 2026-05-28T21:51:46.980Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3310 | 2026-05-28T21:51:49.210Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3311 | 2026-05-28T21:51:51.494Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3312 | 2026-05-28T21:51:53.735Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3313 | 2026-05-28T21:51:55.936Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3314 | 2026-05-28T21:51:58.166Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3315 | 2026-05-28T21:52:00.553Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3316 | 2026-05-28T21:52:02.823Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3317 | 2026-05-28T21:52:05.158Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3318 | 2026-05-28T21:52:07.461Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3319 | 2026-05-28T21:52:09.728Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3320 | 2026-05-28T21:52:11.990Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3321 | 2026-05-28T21:52:14.311Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3322 | 2026-05-28T21:52:16.588Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3323 | 2026-05-28T21:52:19.466Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3324 | 2026-05-28T21:52:21.712Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3325 | 2026-05-28T21:52:24.065Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3326 | 2026-05-28T21:52:26.470Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3327 | 2026-05-28T21:52:29.100Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3328 | 2026-05-28T21:52:31.494Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3329 | 2026-05-28T21:52:34.063Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3330 | 2026-05-28T21:52:36.516Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3331 | 2026-05-28T21:52:38.919Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3332 | 2026-05-28T21:52:41.409Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3333 | 2026-05-28T21:52:43.864Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3334 | 2026-05-28T21:52:46.266Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3335 | 2026-05-28T21:52:48.688Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3336 | 2026-05-28T21:52:51.227Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3337 | 2026-05-28T21:52:53.856Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3338 | 2026-05-28T21:52:56.155Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3339 | 2026-05-28T21:52:58.706Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3340 | 2026-05-28T21:53:01.345Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3341 | 2026-05-28T21:53:03.843Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3342 | 2026-05-28T21:53:06.465Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3343 | 2026-05-28T21:53:09.150Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3344 | 2026-05-28T21:53:11.683Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3345 | 2026-05-28T21:53:14.266Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3346 | 2026-05-28T21:53:16.731Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3347 | 2026-05-28T21:53:19.351Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3348 | 2026-05-28T21:53:22.317Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3349 | 2026-05-28T21:53:24.742Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3350 | 2026-05-28T21:53:27.470Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3351 | 2026-05-28T21:53:30.078Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3352 | 2026-05-28T21:53:37.572Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3353 | 2026-05-28T21:53:37.772Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3354 | 2026-05-28T21:53:41.281Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3355 | 2026-05-28T21:53:44.658Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3356 | 2026-05-28T21:53:47.970Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3357 | 2026-05-28T21:53:52.747Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3358 | 2026-05-28T21:53:55.672Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3359 | 2026-05-28T21:53:59.302Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3360 | 2026-05-28T21:54:03.010Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3361 | 2026-05-28T21:54:06.948Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3362 | 2026-05-28T21:54:10.514Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3363 | 2026-05-28T21:54:14.220Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3364 | 2026-05-28T21:54:18.010Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3365 | 2026-05-28T21:54:21.721Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3366 | 2026-05-28T21:54:25.443Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3367 | 2026-05-28T21:54:29.238Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3368 | 2026-05-28T21:54:32.978Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3369 | 2026-05-28T21:54:36.712Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3370 | 2026-05-28T21:54:40.433Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3371 | 2026-05-28T21:54:44.141Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3372 | 2026-05-28T21:54:47.872Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3373 | 2026-05-28T21:54:51.614Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3374 | 2026-05-28T21:54:55.418Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3375 | 2026-05-28T21:54:59.164Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3376 | 2026-05-28T21:55:28.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 41s |
| 3377 | 2026-05-28T21:55:29.092Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files |
| 3378 | 2026-05-28T21:55:29.198Z | |
| 3379 | 2026-05-28T21:55:29.198Z | real 6:42.042416071 |
| 3380 | 2026-05-28T21:55:29.198Z | user 17:55.844262015 |
| 3381 | 2026-05-28T21:55:29.198Z | sys 3:53.117136820 |
| 3382 | 2026-05-28T21:55:29.198Z | trap 0.274992670 |
| 3383 | 2026-05-28T21:55:29.198Z | tflt 0.041069954 |
| 3384 | 2026-05-28T21:55:29.198Z | dflt 0.018333792 |
| 3385 | 2026-05-28T21:55:29.198Z | kflt 0.000046180 |
| 3386 | 2026-05-28T21:55:29.198Z | lock 6:10:44.613238157 |
| 3387 | 2026-05-28T21:55:29.198Z | slp 2:14:54.791173830 |
| 3388 | 2026-05-28T21:55:29.198Z | lat 36.226615573 |
| 3389 | 2026-05-28T21:55:29.202Z | stop 1:44.044609221 |
| 3390 | 2026-05-28T21:55:29.202Z | process exited: duration 790868 ms, exit code 0 |
| |
| 3391 | 2026-05-28T21:55:29.208Z | found 0 output files |