|
|
|
| 1 | 2026-05-19T19:31:17.109Z | job assigned to worker 01KS0VFXMYG2FW7KFZCA6WWJ72 [factory aws, i-02139d23eee536733] (queued for 49 s) |
| |
| 2 | 2026-05-19T19:31:26.287Z | starting task 0: "setup" |
| 3 | 2026-05-19T19:31:26.293Z | ++ uname -s |
| 4 | 2026-05-19T19:31:26.296Z | + kern=SunOS |
| 5 | 2026-05-19T19:31:26.296Z | + build_user=build |
| 6 | 2026-05-19T19:31:26.296Z | + build_uid=12345 |
| 7 | 2026-05-19T19:31:26.296Z | + work_dir=/work |
| 8 | 2026-05-19T19:31:26.296Z | + input_dir=/input |
| 9 | 2026-05-19T19:31:26.296Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-19T19:31:26.296Z | + case "$kern" in |
| 11 | 2026-05-19T19:31:26.296Z | + groupadd -g 12345 build |
| 12 | 2026-05-19T19:31:26.307Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-19T19:31:28.314Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-19T19:31:28.390Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-19T19:31:28.393Z | + home_fs=zfs |
| 16 | 2026-05-19T19:31:28.393Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-19T19:31:28.393Z | + mkdir -p /home/build |
| 18 | 2026-05-19T19:31:28.393Z | + chown build:build /home/build /work |
| 19 | 2026-05-19T19:31:30.394Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-19T19:31:30.397Z | process exited: duration 4110 ms, exit code 0 |
| |
| 21 | 2026-05-19T19:31:30.403Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-19T19:31:30.407Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-19T19:31:30.407Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-19T19:31:30.407Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-19T19:31:30.407Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-19T19:31:30.407Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-19T19:31:30.407Z | * rust toolchain profile = "default" |
| 28 | 2026-05-19T19:31:30.410Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-19T19:31:30.410Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-19T19:31:30.468Z | info: downloading installer |
| 31 | 2026-05-19T19:31:31.822Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-19T19:31:31.822Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-19T19:31:31.823Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-19T19:31:31.823Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-19T19:31:31.834Z | info: profile set to default |
| 36 | 2026-05-19T19:31:31.834Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-19T19:31:31.837Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-19T19:31:31.967Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-19T19:31:31.970Z | info: downloading 6 components |
| 40 | 2026-05-19T19:31:46.213Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-19T19:31:46.213Z | |
| 42 | 2026-05-19T19:31:46.243Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-19T19:31:46.243Z | |
| 44 | 2026-05-19T19:31:46.243Z | |
| 45 | 2026-05-19T19:31:46.243Z | Rust is installed now. Great! |
| 46 | 2026-05-19T19:31:46.243Z | |
| 47 | 2026-05-19T19:31:46.243Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-19T19:31:46.244Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-19T19:31:46.244Z | |
| 50 | 2026-05-19T19:31:46.244Z | To configure your current shell, you need to source |
| 51 | 2026-05-19T19:31:46.244Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-19T19:31:46.244Z | |
| 53 | 2026-05-19T19:31:46.244Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-19T19:31:46.244Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-19T19:31:46.244Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-19T19:31:46.247Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-19T19:31:46.247Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-19T19:31:46.247Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-19T19:31:46.247Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-19T19:31:46.247Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-19T19:31:46.247Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-19T19:31:46.343Z | + rustup --version |
| 63 | 2026-05-19T19:31:46.352Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-19T19:31:46.355Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-19T19:31:46.374Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-19T19:31:46.377Z | + cargo --version |
| 67 | 2026-05-19T19:31:46.390Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-19T19:31:46.393Z | + rustc --version |
| 69 | 2026-05-19T19:31:46.413Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-19T19:31:46.416Z | process exited: duration 16012 ms, exit code 0 |
| |
| 71 | 2026-05-19T19:31:46.422Z | starting task 2: "authentication" |
| 72 | 2026-05-19T19:31:46.439Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-19T19:31:46.448Z | starting task 3: "clone repository" |
| 74 | 2026-05-19T19:31:46.451Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-19T19:31:46.451Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-19T19:31:46.504Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-19T19:31:57.519Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-19T19:31:57.519Z | + git fetch origin 56e17a43771c30573e13a310c460b8034a1c02a3 |
| 79 | 2026-05-19T19:31:57.788Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-19T19:31:57.788Z | * branch 56e17a43771c30573e13a310c460b8034a1c02a3 -> FETCH_HEAD |
| 81 | 2026-05-19T19:31:57.800Z | + [[ -n john/scrimlet-reconcilers-mgd-static-routes ]] |
| 82 | 2026-05-19T19:31:57.802Z | ++ git branch --show-current |
| 83 | 2026-05-19T19:31:57.802Z | + current=main |
| 84 | 2026-05-19T19:31:57.802Z | + [[ main != john/scrimlet-reconcilers-mgd-static-routes ]] |
| 85 | 2026-05-19T19:31:57.802Z | + git branch -f john/scrimlet-reconcilers-mgd-static-routes 56e17a43771c30573e13a310c460b8034a1c02a3 |
| 86 | 2026-05-19T19:31:57.805Z | + git checkout -f john/scrimlet-reconcilers-mgd-static-routes |
| 87 | 2026-05-19T19:31:58.043Z | Switched to branch 'john/scrimlet-reconcilers-mgd-static-routes' |
| 88 | 2026-05-19T19:31:58.046Z | + git reset --hard 56e17a43771c30573e13a310c460b8034a1c02a3 |
| 89 | 2026-05-19T19:31:58.083Z | HEAD is now at 56e17a437 scrimlet-reconcilers: add mgd static route reconciler |
| 90 | 2026-05-19T19:31:58.086Z | process exited: duration 11637 ms, exit code 0 |
| |
| 91 | 2026-05-19T19:31:58.091Z | starting task 4: "build" |
| 92 | 2026-05-19T19:31:58.096Z | + source ./env.sh |
| 93 | 2026-05-19T19:31:58.099Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-19T19:31:58.099Z | ++ set -o xtrace |
| 95 | 2026-05-19T19:31:58.099Z | ++++ dirname ./env.sh |
| 96 | 2026-05-19T19:31:58.113Z | +++ readlink -f . |
| 97 | 2026-05-19T19:31:58.118Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-19T19:31:58.121Z | ++ 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-19T19:31:58.121Z | ++ 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-19T19:31:58.121Z | ++ 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-19T19:31:58.122Z | ++ 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-19T19:31:58.122Z | ++ 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-19T19:31:58.122Z | ++ 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-19T19:31:58.122Z | ++ 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-19T19:31:58.122Z | ++ 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-19T19:31:58.122Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-19T19:31:58.122Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-19T19:31:58.122Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-19T19:31:58.122Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-19T19:31:58.122Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-19T19:31:58.122Z | + cargo --version |
| 112 | 2026-05-19T19:31:58.127Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-19T19:31:58.130Z | + rustc --version |
| 114 | 2026-05-19T19:31:58.150Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-19T19:31:58.152Z | + banner prerequisites |
| 116 | 2026-05-19T19:31:58.155Z | |
| 117 | 2026-05-19T19:31:58.155Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-19T19:31:58.155Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-19T19:31:58.156Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-19T19:31:58.156Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-19T19:31:58.156Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-19T19:31:58.156Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-19T19:31:58.156Z | |
| 124 | 2026-05-19T19:31:58.156Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-19T19:32:00.671Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-19T19:32:00.740Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-19T19:32:00.946Z | Planning: Solver setup ... Done (0.173s) |
| 128 | 2026-05-19T19:32:00.963Z | Planning: Running solver ... Done (0.016s) |
| 129 | 2026-05-19T19:32:00.967Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-05-19T19:32:00.980Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-19T19:32:00.996Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-19T19:32:01.010Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-19T19:32:01.013Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-19T19:32:01.199Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 135 | 2026-05-19T19:32:01.202Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-19T19:32:02.555Z | Planning: Evaluating mediators ... Done (1.355s) |
| 137 | 2026-05-19T19:32:02.558Z | Planning: Planning completed in 1.80 seconds |
| 138 | 2026-05-19T19:32:02.564Z | Packages to install: 2 |
| 139 | 2026-05-19T19:32:02.564Z | Estimated space available: 156.08 GB |
| 140 | 2026-05-19T19:32:02.564Z | Estimated space to be consumed: 19.74 MB |
| 141 | 2026-05-19T19:32:02.564Z | Create boot environment: No |
| 142 | 2026-05-19T19:32:02.564Z | Create backup boot environment: No |
| 143 | 2026-05-19T19:32:02.564Z | Rebuild boot archive: No |
| 144 | 2026-05-19T19:32:02.567Z | |
| 145 | 2026-05-19T19:32:02.567Z | Changed packages: |
| 146 | 2026-05-19T19:32:02.567Z | helios |
| 147 | 2026-05-19T19:32:02.567Z | developer/build-essential |
| 148 | 2026-05-19T19:32:02.567Z | None -> 11-3.0 |
| 149 | 2026-05-19T19:32:02.567Z | library/libxmlsec1 |
| 150 | 2026-05-19T19:32:02.567Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-19T19:32:02.616Z | |
| 152 | 2026-05-19T19:32:02.616Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-19T19:32:03.138Z | Download: Completed 1.28 MB in 0.52 seconds (2.5M/s) |
| 154 | 2026-05-19T19:32:03.257Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-19T19:32:03.305Z | Actions: Completed 268 actions in 0.05 seconds. |
| 156 | 2026-05-19T19:32:03.311Z | Finalize: Updating package state database ... Done (0.006s) |
| 157 | 2026-05-19T19:32:03.313Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-19T19:32:03.326Z | Finalize: Updating image state ... Done (0.015s) |
| 159 | 2026-05-19T19:32:05.938Z | Finalize: Creating fast lookup database ... Done (2.591s) |
| 160 | 2026-05-19T19:32:06.018Z | Finalize: Reading search index ... Done (0.026s) |
| 161 | 2026-05-19T19:32:06.021Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-19T19:32:06.167Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-19T19:32:06.465Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-19T19:32:06.571Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-19T19:32:06.575Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-19T19:32:06.726Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-19T19:32:06.729Z | Planning: Planning completed in 0.26 seconds |
| 168 | 2026-05-19T19:32:06.749Z | Mediators to change: 2 |
| 169 | 2026-05-19T19:32:06.749Z | Create boot environment: No |
| 170 | 2026-05-19T19:32:06.749Z | Create backup boot environment: No |
| 171 | 2026-05-19T19:32:06.809Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-19T19:32:06.809Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-19T19:32:06.818Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-19T19:32:08.755Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-19T19:32:08.812Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-19T19:32:08.815Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-19T19:32:08.922Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-19T19:32:09.207Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-19T19:32:09.314Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-19T19:32:09.318Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-19T19:32:09.473Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-19T19:32:09.476Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-05-19T19:32:09.495Z | Mediators to change: 1 |
| 184 | 2026-05-19T19:32:09.496Z | Create boot environment: No |
| 185 | 2026-05-19T19:32:09.496Z | Create backup boot environment: No |
| 186 | 2026-05-19T19:32:09.543Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-19T19:32:09.543Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-19T19:32:09.551Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-19T19:32:11.501Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-19T19:32:11.564Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-19T19:32:11.567Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-19T19:32:11.670Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-19T19:32:11.981Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-19T19:32:11.981Z | apache system 2.4 system |
| 195 | 2026-05-19T19:32:11.981Z | clang system 15 system |
| 196 | 2026-05-19T19:32:11.981Z | csh system system illumos |
| 197 | 2026-05-19T19:32:11.981Z | ctags system system illumos |
| 198 | 2026-05-19T19:32:11.981Z | file vendor vendor darwinsys |
| 199 | 2026-05-19T19:32:11.981Z | file system system illumos |
| 200 | 2026-05-19T19:32:11.981Z | gcc vendor 14 vendor |
| 201 | 2026-05-19T19:32:11.981Z | gcc system 13 system |
| 202 | 2026-05-19T19:32:11.981Z | gcc system 10 system |
| 203 | 2026-05-19T19:32:11.981Z | go system 1.25 system |
| 204 | 2026-05-19T19:32:11.981Z | llvm system 15 system |
| 205 | 2026-05-19T19:32:11.981Z | mariadb system 11.4 system |
| 206 | 2026-05-19T19:32:11.981Z | mta vendor vendor dma |
| 207 | 2026-05-19T19:32:11.982Z | openjdk system 17 system |
| 208 | 2026-05-19T19:32:11.982Z | openjdk system 11 system |
| 209 | 2026-05-19T19:32:11.982Z | openssl vendor 3 vendor |
| 210 | 2026-05-19T19:32:11.982Z | perl system 5.40 system |
| 211 | 2026-05-19T19:32:11.982Z | postgresql system 18 system |
| 212 | 2026-05-19T19:32:11.982Z | postgresql system 17 system |
| 213 | 2026-05-19T19:32:11.982Z | python vendor 3 vendor |
| 214 | 2026-05-19T19:32:11.982Z | python system 2 system |
| 215 | 2026-05-19T19:32:11.982Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-19T19:32:11.982Z | ruby system 3.4 system |
| 217 | 2026-05-19T19:32:11.982Z | ruby system 3.0 system |
| 218 | 2026-05-19T19:32:11.982Z | words vendor vendor american-english |
| 219 | 2026-05-19T19:32:11.982Z | words system system australian-english |
| 220 | 2026-05-19T19:32:11.982Z | words system system british-english |
| 221 | 2026-05-19T19:32:11.982Z | words system system canadian-english |
| 222 | 2026-05-19T19:32:11.982Z | words system system french |
| 223 | 2026-05-19T19:32:11.982Z | words system system italian |
| 224 | 2026-05-19T19:32:11.982Z | words system system ngerman |
| 225 | 2026-05-19T19:32:11.982Z | words system system ogerman |
| 226 | 2026-05-19T19:32:11.982Z | words system system spanish |
| 227 | 2026-05-19T19:32:12.232Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-19T19:32:12.233Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-19T19:32:12.504Z | FMRI IFO |
| 230 | 2026-05-19T19:32:12.504Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-19T19:32:12.504Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-19T19:32:12.504Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-19T19:32:12.504Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-19T19:32:12.504Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-19T19:32:12.504Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-19T19:32:12.504Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-19T19:32:12.504Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-19T19:32:12.505Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-19T19:32:12.743Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-19T19:32:13.051Z | Updating crates.io index |
| 241 | 2026-05-19T19:32:13.084Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-19T19:32:13.365Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-19T19:32:14.281Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-19T19:32:14.914Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-19T19:32:15.836Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-19T19:32:16.372Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-19T19:32:19.460Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-19T19:32:19.580Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-19T19:32:19.580Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-19T19:32:20.027Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-19T19:32:20.641Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-19T19:32:21.181Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-19T19:32:21.453Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-19T19:32:22.460Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-19T19:32:23.021Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-05-19T19:32:23.409Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 257 | 2026-05-19T19:32:23.715Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 258 | 2026-05-19T19:32:24.143Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-05-19T19:32:24.580Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-05-19T19:32:24.835Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-05-19T19:32:25.130Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 262 | 2026-05-19T19:32:25.528Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 263 | 2026-05-19T19:32:25.924Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 264 | 2026-05-19T19:32:26.575Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 265 | 2026-05-19T19:32:26.938Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 266 | 2026-05-19T19:32:27.488Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 267 | 2026-05-19T19:32:27.866Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2026-05-19T19:32:28.747Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 269 | 2026-05-19T19:32:29.943Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 270 | 2026-05-19T19:32:30.416Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 271 | 2026-05-19T19:32:30.942Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 272 | 2026-05-19T19:32:31.267Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-05-19T19:32:31.570Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 274 | 2026-05-19T19:32:31.933Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 275 | 2026-05-19T19:32:32.417Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 276 | 2026-05-19T19:32:32.730Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 277 | 2026-05-19T19:32:33.069Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 278 | 2026-05-19T19:32:33.478Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 279 | 2026-05-19T19:32:45.042Z | Downloading crates ... |
| 280 | 2026-05-19T19:32:45.108Z | Downloaded toml_write v0.1.2 |
| 281 | 2026-05-19T19:32:45.111Z | Downloaded cargo-util-schemas v0.8.2 |
| 282 | 2026-05-19T19:32:45.113Z | Downloaded zerocopy-derive v0.7.35 |
| 283 | 2026-05-19T19:32:45.115Z | Downloaded unicode-linebreak v0.1.5 |
| 284 | 2026-05-19T19:32:45.117Z | Downloaded cargo_toml v0.21.0 |
| 285 | 2026-05-19T19:32:45.117Z | Downloaded thread-id v4.2.2 |
| 286 | 2026-05-19T19:32:45.120Z | Downloaded tinystr v0.8.2 |
| 287 | 2026-05-19T19:32:45.120Z | Downloaded usdt-attr-macro v0.5.0 |
| 288 | 2026-05-19T19:32:45.120Z | Downloaded errno v0.3.14 |
| 289 | 2026-05-19T19:32:45.122Z | Downloaded camino-tempfile v1.4.1 |
| 290 | 2026-05-19T19:32:45.122Z | Downloaded thiserror v1.0.69 |
| 291 | 2026-05-19T19:32:45.125Z | Downloaded zerofrom-derive v0.1.6 |
| 292 | 2026-05-19T19:32:45.127Z | Downloaded yoke v0.8.1 |
| 293 | 2026-05-19T19:32:45.127Z | Downloaded yoke-derive v0.8.1 |
| 294 | 2026-05-19T19:32:45.129Z | Downloaded bitflags v2.11.0 |
| 295 | 2026-05-19T19:32:45.131Z | Downloaded utf8_iter v1.0.4 |
| 296 | 2026-05-19T19:32:45.131Z | Downloaded usdt-macro v0.5.0 |
| 297 | 2026-05-19T19:32:45.134Z | Downloaded potential_utf v0.1.4 |
| 298 | 2026-05-19T19:32:45.134Z | Downloaded dtrace-parser v0.2.0 |
| 299 | 2026-05-19T19:32:45.134Z | Downloaded typeid v1.0.3 |
| 300 | 2026-05-19T19:32:45.134Z | Downloaded colorchoice v1.0.4 |
| 301 | 2026-05-19T19:32:45.137Z | Downloaded form_urlencoded v1.2.2 |
| 302 | 2026-05-19T19:32:45.137Z | Downloaded crypto-common v0.1.7 |
| 303 | 2026-05-19T19:32:45.137Z | Downloaded serde_spanned v0.6.9 |
| 304 | 2026-05-19T19:32:45.137Z | Downloaded clap_lex v1.0.0 |
| 305 | 2026-05-19T19:32:45.140Z | Downloaded fnv v1.0.7 |
| 306 | 2026-05-19T19:32:45.140Z | Downloaded anstyle-query v1.1.5 |
| 307 | 2026-05-19T19:32:45.140Z | Downloaded zmij v1.0.21 |
| 308 | 2026-05-19T19:32:45.140Z | Downloaded thiserror v2.0.18 |
| 309 | 2026-05-19T19:32:45.143Z | Downloaded cargo-platform v0.2.0 |
| 310 | 2026-05-19T19:32:45.145Z | Downloaded version_check v0.9.5 |
| 311 | 2026-05-19T19:32:45.145Z | Downloaded thiserror-impl v1.0.69 |
| 312 | 2026-05-19T19:32:45.149Z | Downloaded erased-serde v0.4.9 |
| 313 | 2026-05-19T19:32:45.152Z | Downloaded clap_derive v4.5.55 |
| 314 | 2026-05-19T19:32:45.154Z | Downloaded utf8parse v0.2.2 |
| 315 | 2026-05-19T19:32:45.156Z | Downloaded is_terminal_polyfill v1.70.2 |
| 316 | 2026-05-19T19:32:45.157Z | Downloaded usdt v0.5.0 |
| 317 | 2026-05-19T19:32:45.157Z | Downloaded unicode-xid v0.2.6 |
| 318 | 2026-05-19T19:32:45.159Z | Downloaded itoa v1.0.17 |
| 319 | 2026-05-19T19:32:45.159Z | Downloaded heck v0.5.0 |
| 320 | 2026-05-19T19:32:45.159Z | Downloaded anyhow v1.0.102 |
| 321 | 2026-05-19T19:32:45.162Z | Downloaded toml_datetime v0.6.11 |
| 322 | 2026-05-19T19:32:45.164Z | Downloaded pretty-hex v0.4.1 |
| 323 | 2026-05-19T19:32:45.164Z | Downloaded block-buffer v0.10.4 |
| 324 | 2026-05-19T19:32:45.164Z | Downloaded litemap v0.8.1 |
| 325 | 2026-05-19T19:32:45.166Z | Downloaded digest v0.10.7 |
| 326 | 2026-05-19T19:32:45.168Z | Downloaded log v0.4.29 |
| 327 | 2026-05-19T19:32:45.170Z | Downloaded cfg-if v1.0.4 |
| 328 | 2026-05-19T19:32:45.174Z | Downloaded zerocopy v0.7.35 |
| 329 | 2026-05-19T19:32:45.184Z | Downloaded usdt-impl v0.5.0 |
| 330 | 2026-05-19T19:32:45.186Z | Downloaded unicode-width v0.1.14 |
| 331 | 2026-05-19T19:32:45.189Z | Downloaded zerovec v0.11.5 |
| 332 | 2026-05-19T19:32:45.193Z | Downloaded strsim v0.11.1 |
| 333 | 2026-05-19T19:32:45.195Z | Downloaded serde-value v0.7.0 |
| 334 | 2026-05-19T19:32:45.195Z | Downloaded macaddr v1.0.1 |
| 335 | 2026-05-19T19:32:45.195Z | Downloaded ucd-trie v0.1.7 |
| 336 | 2026-05-19T19:32:45.197Z | Downloaded generic-array v0.14.7 |
| 337 | 2026-05-19T19:32:45.197Z | Downloaded tabled_derive v0.7.0 |
| 338 | 2026-05-19T19:32:45.200Z | Downloaded smawk v0.3.2 |
| 339 | 2026-05-19T19:32:45.200Z | Downloaded zerofrom v0.1.6 |
| 340 | 2026-05-19T19:32:45.200Z | Downloaded quote v1.0.45 |
| 341 | 2026-05-19T19:32:45.202Z | Downloaded displaydoc v0.2.5 |
| 342 | 2026-05-19T19:32:45.206Z | Downloaded zerovec-derive v0.11.2 |
| 343 | 2026-05-19T19:32:45.206Z | Downloaded thiserror-impl v2.0.18 |
| 344 | 2026-05-19T19:32:45.208Z | Downloaded serde_derive v1.0.228 |
| 345 | 2026-05-19T19:32:45.208Z | Downloaded writeable v0.6.2 |
| 346 | 2026-05-19T19:32:45.208Z | Downloaded swrite v0.1.0 |
| 347 | 2026-05-19T19:32:45.211Z | Downloaded serde_core v1.0.228 |
| 348 | 2026-05-19T19:32:45.211Z | Downloaded ordered-float v2.10.1 |
| 349 | 2026-05-19T19:32:45.211Z | Downloaded bytecount v0.6.9 |
| 350 | 2026-05-19T19:32:45.213Z | Downloaded percent-encoding v2.3.2 |
| 351 | 2026-05-19T19:32:45.214Z | Downloaded memmap v0.7.0 |
| 352 | 2026-05-19T19:32:45.216Z | Downloaded fastrand v2.3.0 |
| 353 | 2026-05-19T19:32:45.218Z | Downloaded stable_deref_trait v1.2.1 |
| 354 | 2026-05-19T19:32:45.221Z | Downloaded cpufeatures v0.2.17 |
| 355 | 2026-05-19T19:32:45.221Z | Downloaded cargo_metadata v0.21.0 |
| 356 | 2026-05-19T19:32:45.221Z | Downloaded unicode-ident v1.0.24 |
| 357 | 2026-05-19T19:32:45.224Z | Downloaded textwrap v0.16.2 |
| 358 | 2026-05-19T19:32:45.227Z | Downloaded proc-macro-error-attr v1.0.4 |
| 359 | 2026-05-19T19:32:45.227Z | Downloaded scroll_derive v0.12.1 |
| 360 | 2026-05-19T19:32:45.227Z | Downloaded dof v0.3.0 |
| 361 | 2026-05-19T19:32:45.227Z | Downloaded toml v0.8.23 |
| 362 | 2026-05-19T19:32:45.229Z | Downloaded equivalent v1.0.2 |
| 363 | 2026-05-19T19:32:45.232Z | Downloaded zerotrie v0.2.3 |
| 364 | 2026-05-19T19:32:45.234Z | Downloaded url v2.5.8 |
| 365 | 2026-05-19T19:32:45.236Z | Downloaded typenum v1.19.0 |
| 366 | 2026-05-19T19:32:45.238Z | Downloaded plain v0.2.3 |
| 367 | 2026-05-19T19:32:45.238Z | Downloaded toml_edit v0.22.27 |
| 368 | 2026-05-19T19:32:45.240Z | Downloaded heck v0.4.1 |
| 369 | 2026-05-19T19:32:45.242Z | Downloaded fs-err v3.3.0 |
| 370 | 2026-05-19T19:32:45.243Z | Downloaded camino v1.2.2 |
| 371 | 2026-05-19T19:32:45.245Z | Downloaded anstyle-parse v0.2.7 |
| 372 | 2026-05-19T19:32:45.245Z | Downloaded terminal_size v0.4.3 |
| 373 | 2026-05-19T19:32:45.245Z | Downloaded winnow v0.7.14 |
| 374 | 2026-05-19T19:32:45.250Z | Downloaded serde-untagged v0.1.9 |
| 375 | 2026-05-19T19:32:45.252Z | Downloaded scroll v0.12.0 |
| 376 | 2026-05-19T19:32:45.252Z | Downloaded synstructure v0.13.2 |
| 377 | 2026-05-19T19:32:45.258Z | Downloaded semver v1.0.28 |
| 378 | 2026-05-19T19:32:45.261Z | Downloaded idna_adapter v1.2.1 |
| 379 | 2026-05-19T19:32:45.261Z | Downloaded anstyle v1.0.13 |
| 380 | 2026-05-19T19:32:45.264Z | Downloaded anstream v0.6.21 |
| 381 | 2026-05-19T19:32:45.264Z | Downloaded unicode-width v0.2.0 |
| 382 | 2026-05-19T19:32:45.269Z | Downloaded byteorder v1.5.0 |
| 383 | 2026-05-19T19:32:45.272Z | Downloaded sha2 v0.10.9 |
| 384 | 2026-05-19T19:32:45.278Z | Downloaded pest_derive v2.8.6 |
| 385 | 2026-05-19T19:32:45.289Z | Downloaded tempfile v3.25.0 |
| 386 | 2026-05-19T19:32:45.292Z | Downloaded num-traits v0.2.19 |
| 387 | 2026-05-19T19:32:45.296Z | Downloaded proc-macro-error v1.0.4 |
| 388 | 2026-05-19T19:32:45.299Z | Downloaded autocfg v1.5.0 |
| 389 | 2026-05-19T19:32:45.302Z | Downloaded once_cell v1.21.3 |
| 390 | 2026-05-19T19:32:45.302Z | Downloaded serde_tokenstream v0.2.3 |
| 391 | 2026-05-19T19:32:45.304Z | Downloaded pest_generator v2.8.6 |
| 392 | 2026-05-19T19:32:45.304Z | Downloaded icu_properties v2.1.2 |
| 393 | 2026-05-19T19:32:45.314Z | Downloaded smallvec v1.15.1 |
| 394 | 2026-05-19T19:32:45.316Z | Downloaded icu_provider v2.1.1 |
| 395 | 2026-05-19T19:32:45.327Z | Downloaded getrandom v0.4.1 |
| 396 | 2026-05-19T19:32:45.330Z | Downloaded papergrid v0.11.0 |
| 397 | 2026-05-19T19:32:45.344Z | Downloaded proc-macro2 v1.0.106 |
| 398 | 2026-05-19T19:32:45.344Z | Downloaded icu_normalizer_data v2.1.1 |
| 399 | 2026-05-19T19:32:45.351Z | Downloaded clap v4.5.60 |
| 400 | 2026-05-19T19:32:45.355Z | Downloaded pest_meta v2.8.6 |
| 401 | 2026-05-19T19:32:45.355Z | Downloaded memchr v2.8.0 |
| 402 | 2026-05-19T19:32:45.355Z | Downloaded icu_normalizer v2.1.1 |
| 403 | 2026-05-19T19:32:45.358Z | Downloaded serde v1.0.228 |
| 404 | 2026-05-19T19:32:45.361Z | Downloaded icu_collections v2.1.1 |
| 405 | 2026-05-19T19:32:45.365Z | Downloaded icu_locale_core v2.1.1 |
| 406 | 2026-05-19T19:32:45.381Z | Downloaded icu_properties_data v2.1.2 |
| 407 | 2026-05-19T19:32:45.387Z | Downloaded indexmap v2.14.0 |
| 408 | 2026-05-19T19:32:45.392Z | Downloaded pest v2.8.6 |
| 409 | 2026-05-19T19:32:45.406Z | Downloaded serde_json v1.0.149 |
| 410 | 2026-05-19T19:32:45.409Z | Downloaded hashbrown v0.17.0 |
| 411 | 2026-05-19T19:32:45.413Z | Downloaded goblin v0.8.2 |
| 412 | 2026-05-19T19:32:45.416Z | Downloaded clap_builder v4.5.60 |
| 413 | 2026-05-19T19:32:45.420Z | Downloaded idna v1.1.0 |
| 414 | 2026-05-19T19:32:45.432Z | Downloaded tabled v0.15.0 |
| 415 | 2026-05-19T19:32:45.442Z | Downloaded syn v1.0.109 |
| 416 | 2026-05-19T19:32:45.448Z | Downloaded syn v2.0.117 |
| 417 | 2026-05-19T19:32:45.463Z | Downloaded rustix v1.1.3 |
| 418 | 2026-05-19T19:32:45.490Z | Downloaded libc v0.2.185 |
| 419 | 2026-05-19T19:32:45.559Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-05-19T19:32:45.559Z | Compiling quote v1.0.45 |
| 421 | 2026-05-19T19:32:45.562Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-05-19T19:32:45.562Z | Compiling serde_core v1.0.228 |
| 423 | 2026-05-19T19:32:45.562Z | Compiling libc v0.2.185 |
| 424 | 2026-05-19T19:32:45.562Z | Compiling version_check v0.9.5 |
| 425 | 2026-05-19T19:32:45.562Z | Compiling stable_deref_trait v1.2.1 |
| 426 | 2026-05-19T19:32:45.563Z | Compiling memchr v2.8.0 |
| 427 | 2026-05-19T19:32:45.873Z | Compiling serde v1.0.228 |
| 428 | 2026-05-19T19:32:45.929Z | Compiling zmij v1.0.21 |
| 429 | 2026-05-19T19:32:46.368Z | Compiling thiserror v1.0.69 |
| 430 | 2026-05-19T19:32:46.441Z | Compiling itoa v1.0.17 |
| 431 | 2026-05-19T19:32:46.446Z | Compiling ucd-trie v0.1.7 |
| 432 | 2026-05-19T19:32:46.457Z | Compiling autocfg v1.5.0 |
| 433 | 2026-05-19T19:32:46.616Z | Compiling pest v2.8.6 |
| 434 | 2026-05-19T19:32:46.805Z | Compiling writeable v0.6.2 |
| 435 | 2026-05-19T19:32:46.822Z | Compiling litemap v0.8.1 |
| 436 | 2026-05-19T19:32:46.998Z | Compiling icu_properties_data v2.1.2 |
| 437 | 2026-05-19T19:32:47.015Z | Compiling rustix v1.1.3 |
| 438 | 2026-05-19T19:32:47.015Z | Compiling byteorder v1.5.0 |
| 439 | 2026-05-19T19:32:47.223Z | Compiling icu_normalizer_data v2.1.1 |
| 440 | 2026-05-19T19:32:47.342Z | Compiling errno v0.3.14 |
| 441 | 2026-05-19T19:32:47.366Z | Compiling bitflags v2.11.0 |
| 442 | 2026-05-19T19:32:47.384Z | Compiling syn v2.0.117 |
| 443 | 2026-05-19T19:32:47.471Z | Compiling serde_json v1.0.149 |
| 444 | 2026-05-19T19:32:47.581Z | Compiling num-traits v0.2.19 |
| 445 | 2026-05-19T19:32:47.679Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-05-19T19:32:47.769Z | Compiling hashbrown v0.17.0 |
| 447 | 2026-05-19T19:32:47.886Z | Compiling typeid v1.0.3 |
| 448 | 2026-05-19T19:32:47.905Z | Compiling smallvec v1.15.1 |
| 449 | 2026-05-19T19:32:48.108Z | Compiling equivalent v1.0.2 |
| 450 | 2026-05-19T19:32:48.225Z | Compiling thread-id v4.2.2 |
| 451 | 2026-05-19T19:32:48.305Z | Compiling indexmap v2.14.0 |
| 452 | 2026-05-19T19:32:48.323Z | Compiling usdt-impl v0.5.0 |
| 453 | 2026-05-19T19:32:48.364Z | Compiling proc-macro-error-attr v1.0.4 |
| 454 | 2026-05-19T19:32:48.410Z | Compiling winnow v0.7.14 |
| 455 | 2026-05-19T19:32:48.541Z | Compiling syn v1.0.109 |
| 456 | 2026-05-19T19:32:48.659Z | Compiling toml_write v0.1.2 |
| 457 | 2026-05-19T19:32:48.726Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-19T19:32:49.045Z | Compiling proc-macro-error v1.0.4 |
| 459 | 2026-05-19T19:32:49.118Z | Compiling utf8parse v0.2.2 |
| 460 | 2026-05-19T19:32:49.228Z | Compiling getrandom v0.4.1 |
| 461 | 2026-05-19T19:32:49.246Z | Compiling log v0.4.29 |
| 462 | 2026-05-19T19:32:49.290Z | Compiling percent-encoding v2.3.2 |
| 463 | 2026-05-19T19:32:49.422Z | Compiling utf8_iter v1.0.4 |
| 464 | 2026-05-19T19:32:49.484Z | Compiling camino v1.2.2 |
| 465 | 2026-05-19T19:32:49.523Z | Compiling thiserror v2.0.18 |
| 466 | 2026-05-19T19:32:49.540Z | Compiling plain v0.2.3 |
| 467 | 2026-05-19T19:32:49.565Z | Compiling ordered-float v2.10.1 |
| 468 | 2026-05-19T19:32:49.606Z | Compiling form_urlencoded v1.2.2 |
| 469 | 2026-05-19T19:32:49.757Z | Compiling anstyle-parse v0.2.7 |
| 470 | 2026-05-19T19:32:49.866Z | Compiling terminal_size v0.4.3 |
| 471 | 2026-05-19T19:32:49.935Z | Compiling synstructure v0.13.2 |
| 472 | 2026-05-19T19:32:49.938Z | Compiling pest_generator v2.8.6 |
| 473 | 2026-05-19T19:32:50.046Z | Compiling colorchoice v1.0.4 |
| 474 | 2026-05-19T19:32:50.161Z | Compiling is_terminal_polyfill v1.70.2 |
| 475 | 2026-05-19T19:32:50.221Z | Compiling cfg-if v1.0.4 |
| 476 | 2026-05-19T19:32:50.239Z | Compiling anstyle-query v1.1.5 |
| 477 | 2026-05-19T19:32:50.242Z | Compiling anstyle v1.0.13 |
| 478 | 2026-05-19T19:32:50.273Z | Compiling pretty-hex v0.4.1 |
| 479 | 2026-05-19T19:32:50.404Z | Compiling serde-untagged v0.1.9 |
| 480 | 2026-05-19T19:32:50.454Z | Compiling anstream v0.6.21 |
| 481 | 2026-05-19T19:32:50.473Z | Compiling semver v1.0.28 |
| 482 | 2026-05-19T19:32:50.638Z | Compiling fs-err v3.3.0 |
| 483 | 2026-05-19T19:32:50.654Z | Compiling bytecount v0.6.9 |
| 484 | 2026-05-19T19:32:50.746Z | Compiling fastrand v2.3.0 |
| 485 | 2026-05-19T19:32:50.785Z | Compiling once_cell v1.21.3 |
| 486 | 2026-05-19T19:32:50.802Z | Compiling fnv v1.0.7 |
| 487 | 2026-05-19T19:32:50.821Z | Compiling heck v0.4.1 |
| 488 | 2026-05-19T19:32:50.841Z | Compiling anyhow v1.0.102 |
| 489 | 2026-05-19T19:32:50.897Z | Compiling unicode-xid v0.2.6 |
| 490 | 2026-05-19T19:32:51.005Z | Compiling strsim v0.11.1 |
| 491 | 2026-05-19T19:32:51.022Z | Compiling heck v0.5.0 |
| 492 | 2026-05-19T19:32:51.037Z | Compiling unicode-width v0.1.14 |
| 493 | 2026-05-19T19:32:51.136Z | Compiling clap_lex v1.0.0 |
| 494 | 2026-05-19T19:32:51.252Z | Compiling papergrid v0.11.0 |
| 495 | 2026-05-19T19:32:51.299Z | Compiling clap_builder v4.5.60 |
| 496 | 2026-05-19T19:32:51.342Z | Compiling tempfile v3.25.0 |
| 497 | 2026-05-19T19:32:51.459Z | Compiling memmap v0.7.0 |
| 498 | 2026-05-19T19:32:51.489Z | Compiling unicode-linebreak v0.1.5 |
| 499 | 2026-05-19T19:32:51.591Z | Compiling serde_derive v1.0.228 |
| 500 | 2026-05-19T19:32:51.656Z | Compiling zerofrom-derive v0.1.6 |
| 501 | 2026-05-19T19:32:51.763Z | Compiling yoke-derive v0.8.1 |
| 502 | 2026-05-19T19:32:51.781Z | Compiling zerovec-derive v0.11.2 |
| 503 | 2026-05-19T19:32:51.891Z | Compiling displaydoc v0.2.5 |
| 504 | 2026-05-19T19:32:52.648Z | Compiling thiserror-impl v1.0.69 |
| 505 | 2026-05-19T19:32:52.749Z | Compiling zerocopy-derive v0.7.35 |
| 506 | 2026-05-19T19:32:52.917Z | Compiling pest_derive v2.8.6 |
| 507 | 2026-05-19T19:32:53.004Z | Compiling scroll_derive v0.12.1 |
| 508 | 2026-05-19T19:32:53.093Z | Compiling zerofrom v0.1.6 |
| 509 | 2026-05-19T19:32:53.201Z | Compiling yoke v0.8.1 |
| 510 | 2026-05-19T19:32:53.341Z | Compiling thiserror-impl v2.0.18 |
| 511 | 2026-05-19T19:32:53.389Z | Compiling zerovec v0.11.5 |
| 512 | 2026-05-19T19:32:53.606Z | Compiling zerotrie v0.2.3 |
| 513 | 2026-05-19T19:32:53.637Z | Compiling zerocopy v0.7.35 |
| 514 | 2026-05-19T19:32:53.844Z | Compiling tinystr v0.8.2 |
| 515 | 2026-05-19T19:32:53.884Z | Compiling potential_utf v0.1.4 |
| 516 | 2026-05-19T19:32:53.972Z | Compiling dtrace-parser v0.2.0 |
| 517 | 2026-05-19T19:32:54.043Z | Compiling icu_locale_core v2.1.1 |
| 518 | 2026-05-19T19:32:54.043Z | Compiling icu_collections v2.1.1 |
| 519 | 2026-05-19T19:32:54.129Z | Compiling scroll v0.12.0 |
| 520 | 2026-05-19T19:32:54.371Z | Compiling goblin v0.8.2 |
| 521 | 2026-05-19T19:32:54.395Z | Compiling tabled_derive v0.7.0 |
| 522 | 2026-05-19T19:32:54.436Z | Compiling clap_derive v4.5.55 |
| 523 | 2026-05-19T19:32:54.527Z | Compiling smawk v0.3.2 |
| 524 | 2026-05-19T19:32:54.656Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-05-19T19:32:54.816Z | Compiling unicode-width v0.2.0 |
| 526 | 2026-05-19T19:32:54.929Z | Compiling icu_properties v2.1.2 |
| 527 | 2026-05-19T19:32:54.948Z | Compiling icu_normalizer v2.1.1 |
| 528 | 2026-05-19T19:32:55.054Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-05-19T19:32:55.102Z | Compiling toml_datetime v0.6.11 |
| 530 | 2026-05-19T19:32:55.119Z | Compiling dof v0.3.0 |
| 531 | 2026-05-19T19:32:55.196Z | Compiling serde_tokenstream v0.2.3 |
| 532 | 2026-05-19T19:32:55.294Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-05-19T19:32:55.356Z | Compiling serde-value v0.7.0 |
| 534 | 2026-05-19T19:32:55.509Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-05-19T19:32:55.520Z | Compiling tabled v0.15.0 |
| 536 | 2026-05-19T19:32:55.709Z | Compiling textwrap v0.16.2 |
| 537 | 2026-05-19T19:32:55.771Z | Compiling macaddr v1.0.1 |
| 538 | 2026-05-19T19:32:56.004Z | Compiling idna_adapter v1.2.1 |
| 539 | 2026-05-19T19:32:56.034Z | Compiling camino-tempfile v1.4.1 |
| 540 | 2026-05-19T19:32:56.130Z | Compiling idna v1.1.0 |
| 541 | 2026-05-19T19:32:56.146Z | Compiling usdt-attr-macro v0.5.0 |
| 542 | 2026-05-19T19:32:56.167Z | Compiling usdt-macro v0.5.0 |
| 543 | 2026-05-19T19:32:56.186Z | Compiling clap v4.5.60 |
| 544 | 2026-05-19T19:32:56.547Z | Compiling url v2.5.8 |
| 545 | 2026-05-19T19:32:56.793Z | Compiling toml v0.8.23 |
| 546 | 2026-05-19T19:32:56.836Z | Compiling swrite v0.1.0 |
| 547 | 2026-05-19T19:32:56.861Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 548 | 2026-05-19T19:32:57.209Z | Compiling cargo-util-schemas v0.8.2 |
| 549 | 2026-05-19T19:32:57.331Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-05-19T19:32:57.516Z | Compiling usdt v0.5.0 |
| 551 | 2026-05-19T19:32:58.102Z | Compiling cargo_metadata v0.21.0 |
| 552 | 2026-05-19T19:32:59.012Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 553 | 2026-05-19T19:33:01.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.48s |
| 554 | 2026-05-19T19:33:01.317Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 555 | 2026-05-19T19:33:01.869Z | Downloading crates ... |
| 556 | 2026-05-19T19:33:01.961Z | Downloaded adler2 v2.0.1 |
| 557 | 2026-05-19T19:33:01.964Z | Downloaded array-init v0.0.4 |
| 558 | 2026-05-19T19:33:01.970Z | Downloaded async-stream-impl v0.3.6 |
| 559 | 2026-05-19T19:33:01.973Z | Downloaded arrayvec v0.7.6 |
| 560 | 2026-05-19T19:33:01.976Z | Downloaded arc-swap v1.8.2 |
| 561 | 2026-05-19T19:33:01.979Z | Downloaded allocator-api2 v0.2.21 |
| 562 | 2026-05-19T19:33:01.982Z | Downloaded async-stream v0.3.6 |
| 563 | 2026-05-19T19:33:01.982Z | Downloaded crc8 v0.1.1 |
| 564 | 2026-05-19T19:33:01.982Z | Downloaded async-recursion v1.1.1 |
| 565 | 2026-05-19T19:33:01.986Z | Downloaded cstr-argument v0.1.2 |
| 566 | 2026-05-19T19:33:01.987Z | Downloaded assert_matches v1.5.0 |
| 567 | 2026-05-19T19:33:01.989Z | Downloaded atomic-waker v1.1.2 |
| 568 | 2026-05-19T19:33:01.989Z | Downloaded async-bb8-diesel v0.2.1 |
| 569 | 2026-05-19T19:33:01.989Z | Downloaded crc32fast v1.5.0 |
| 570 | 2026-05-19T19:33:01.992Z | Downloaded darling_macro v0.21.3 |
| 571 | 2026-05-19T19:33:01.992Z | Downloaded debug-ignore v1.0.5 |
| 572 | 2026-05-19T19:33:01.995Z | Downloaded argon2 v0.5.3 |
| 573 | 2026-05-19T19:33:01.996Z | Downloaded ascii-canvas v3.0.0 |
| 574 | 2026-05-19T19:33:01.996Z | Downloaded async-trait v0.1.89 |
| 575 | 2026-05-19T19:33:02.000Z | Downloaded fixedbitset v0.5.7 |
| 576 | 2026-05-19T19:33:02.000Z | Downloaded critical-section v1.2.0 |
| 577 | 2026-05-19T19:33:02.004Z | Downloaded ahash v0.8.12 |
| 578 | 2026-05-19T19:33:02.004Z | Downloaded filetime v0.2.27 |
| 579 | 2026-05-19T19:33:02.007Z | Downloaded data-encoding v2.10.0 |
| 580 | 2026-05-19T19:33:02.007Z | Downloaded der v0.7.10 |
| 581 | 2026-05-19T19:33:02.011Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 582 | 2026-05-19T19:33:02.011Z | Downloaded aes v0.8.4 |
| 583 | 2026-05-19T19:33:02.014Z | Downloaded crossbeam-channel v0.5.15 |
| 584 | 2026-05-19T19:33:02.014Z | Downloaded fd-lock v4.0.4 |
| 585 | 2026-05-19T19:33:02.017Z | Downloaded darling v0.21.3 |
| 586 | 2026-05-19T19:33:02.020Z | Downloaded daft-derive v0.1.5 |
| 587 | 2026-05-19T19:33:02.023Z | Downloaded dirs-sys-next v0.1.2 |
| 588 | 2026-05-19T19:33:02.023Z | Downloaded chacha20 v0.10.0 |
| 589 | 2026-05-19T19:33:02.028Z | Downloaded bitfield-macros v0.19.4 |
| 590 | 2026-05-19T19:33:02.028Z | Downloaded bitfield v0.19.4 |
| 591 | 2026-05-19T19:33:02.028Z | Downloaded bit-set v0.5.3 |
| 592 | 2026-05-19T19:33:02.032Z | Downloaded ciborium v0.2.2 |
| 593 | 2026-05-19T19:33:02.032Z | Downloaded dyn-clone v1.0.20 |
| 594 | 2026-05-19T19:33:02.032Z | Downloaded der_derive v0.7.3 |
| 595 | 2026-05-19T19:33:02.032Z | Downloaded float-ord v0.3.2 |
| 596 | 2026-05-19T19:33:02.032Z | Downloaded compression-core v0.4.31 |
| 597 | 2026-05-19T19:33:02.036Z | Downloaded cfg_aliases v0.1.1 |
| 598 | 2026-05-19T19:33:02.036Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 599 | 2026-05-19T19:33:02.036Z | Downloaded convert_case v0.4.0 |
| 600 | 2026-05-19T19:33:02.036Z | Downloaded crucible-workspace-hack v0.1.0 |
| 601 | 2026-05-19T19:33:02.036Z | Downloaded atty v0.2.14 |
| 602 | 2026-05-19T19:33:02.036Z | Downloaded daft v0.1.5 |
| 603 | 2026-05-19T19:33:02.039Z | Downloaded crossbeam-utils v0.8.21 |
| 604 | 2026-05-19T19:33:02.039Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 605 | 2026-05-19T19:33:02.043Z | Downloaded atomicwrites v0.4.4 |
| 606 | 2026-05-19T19:33:02.043Z | Downloaded darling v0.23.0 |
| 607 | 2026-05-19T19:33:02.046Z | Downloaded csv-core v0.1.13 |
| 608 | 2026-05-19T19:33:02.046Z | Downloaded block-padding v0.3.3 |
| 609 | 2026-05-19T19:33:02.046Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 610 | 2026-05-19T19:33:02.049Z | Downloaded bcs v0.1.6 |
| 611 | 2026-05-19T19:33:02.049Z | Downloaded document-features v0.2.12 |
| 612 | 2026-05-19T19:33:02.049Z | Downloaded display-error-chain v0.2.2 |
| 613 | 2026-05-19T19:33:02.049Z | Downloaded cargo-platform v0.1.9 |
| 614 | 2026-05-19T19:33:02.052Z | Downloaded bitfield-struct v0.6.2 |
| 615 | 2026-05-19T19:33:02.052Z | Downloaded cfg_aliases v0.2.1 |
| 616 | 2026-05-19T19:33:02.052Z | Downloaded bitflags v1.3.2 |
| 617 | 2026-05-19T19:33:02.056Z | Downloaded base16ct v0.2.0 |
| 618 | 2026-05-19T19:33:02.056Z | Downloaded ciborium-io v0.2.2 |
| 619 | 2026-05-19T19:33:02.058Z | Downloaded dsl_auto_type v0.2.0 |
| 620 | 2026-05-19T19:33:02.059Z | Downloaded castaway v0.2.4 |
| 621 | 2026-05-19T19:33:02.059Z | Downloaded backon v1.6.0 |
| 622 | 2026-05-19T19:33:02.062Z | Downloaded crunchy v0.2.4 |
| 623 | 2026-05-19T19:33:02.062Z | Downloaded bzip2 v0.4.4 |
| 624 | 2026-05-19T19:33:02.062Z | Downloaded darling v0.20.11 |
| 625 | 2026-05-19T19:33:02.065Z | Downloaded flagset v0.4.7 |
| 626 | 2026-05-19T19:33:02.068Z | Downloaded dunce v1.0.5 |
| 627 | 2026-05-19T19:33:02.068Z | Downloaded defmt v0.3.100 |
| 628 | 2026-05-19T19:33:02.068Z | Downloaded dtrace-parser v0.3.0 |
| 629 | 2026-05-19T19:33:02.071Z | Downloaded bit-vec v0.6.3 |
| 630 | 2026-05-19T19:33:02.071Z | Downloaded cancel-safe-futures v0.1.5 |
| 631 | 2026-05-19T19:33:02.071Z | Downloaded dof v0.4.0 |
| 632 | 2026-05-19T19:33:02.074Z | Downloaded blowfish v0.9.1 |
| 633 | 2026-05-19T19:33:02.074Z | Downloaded arrayref v0.3.9 |
| 634 | 2026-05-19T19:33:02.074Z | Downloaded dirs-next v2.0.0 |
| 635 | 2026-05-19T19:33:02.077Z | Downloaded difflib v0.4.0 |
| 636 | 2026-05-19T19:33:02.077Z | Downloaded darling_macro v0.23.0 |
| 637 | 2026-05-19T19:33:02.077Z | Downloaded defmt v1.0.1 |
| 638 | 2026-05-19T19:33:02.081Z | Downloaded bb8 v0.8.6 |
| 639 | 2026-05-19T19:33:02.081Z | Downloaded embedded-io v0.4.0 |
| 640 | 2026-05-19T19:33:02.081Z | Downloaded cpufeatures v0.3.0 |
| 641 | 2026-05-19T19:33:02.081Z | Downloaded foreign-types v0.3.2 |
| 642 | 2026-05-19T19:33:02.084Z | Downloaded cobs v0.3.0 |
| 643 | 2026-05-19T19:33:02.084Z | Downloaded cargo_metadata v0.19.2 |
| 644 | 2026-05-19T19:33:02.084Z | Downloaded foreign-types-macros v0.2.3 |
| 645 | 2026-05-19T19:33:02.087Z | Downloaded crc v3.4.0 |
| 646 | 2026-05-19T19:33:02.087Z | Downloaded futures-core v0.3.32 |
| 647 | 2026-05-19T19:33:02.087Z | Downloaded darling_macro v0.20.11 |
| 648 | 2026-05-19T19:33:02.090Z | Downloaded endian-type v0.1.2 |
| 649 | 2026-05-19T19:33:02.090Z | Downloaded float-cmp v0.10.0 |
| 650 | 2026-05-19T19:33:02.090Z | Downloaded aead v0.5.2 |
| 651 | 2026-05-19T19:33:02.093Z | Downloaded env_filter v1.0.0 |
| 652 | 2026-05-19T19:33:02.093Z | Downloaded ciborium-ll v0.2.2 |
| 653 | 2026-05-19T19:33:02.097Z | Downloaded defmt-parser v1.0.0 |
| 654 | 2026-05-19T19:33:02.097Z | Downloaded foreign-types-shared v0.3.1 |
| 655 | 2026-05-19T19:33:02.100Z | Downloaded foreign-types-shared v0.1.1 |
| 656 | 2026-05-19T19:33:02.102Z | Downloaded futures-io v0.3.32 |
| 657 | 2026-05-19T19:33:02.103Z | Downloaded fallible-iterator v0.2.0 |
| 658 | 2026-05-19T19:33:02.103Z | Downloaded gethostname v0.5.0 |
| 659 | 2026-05-19T19:33:02.148Z | Downloaded fxhash v0.2.1 |
| 660 | 2026-05-19T19:33:02.148Z | Downloaded git-stub v1.0.0 |
| 661 | 2026-05-19T19:33:02.148Z | Downloaded funty v2.0.0 |
| 662 | 2026-05-19T19:33:02.148Z | Downloaded foreign-types v0.5.0 |
| 663 | 2026-05-19T19:33:02.148Z | Downloaded embedded-io v0.6.1 |
| 664 | 2026-05-19T19:33:02.148Z | Downloaded derive_builder_macro v0.20.2 |
| 665 | 2026-05-19T19:33:02.148Z | Downloaded cipher v0.4.4 |
| 666 | 2026-05-19T19:33:02.148Z | Downloaded enum-as-inner v0.6.1 |
| 667 | 2026-05-19T19:33:02.148Z | Downloaded futures-task v0.3.32 |
| 668 | 2026-05-19T19:33:02.149Z | Downloaded convert_case v0.10.0 |
| 669 | 2026-05-19T19:33:02.149Z | Downloaded cassowary v0.3.0 |
| 670 | 2026-05-19T19:33:02.149Z | Downloaded bit-vec v0.8.0 |
| 671 | 2026-05-19T19:33:02.149Z | Downloaded backoff v0.4.0 |
| 672 | 2026-05-19T19:33:02.149Z | Downloaded cmake v0.1.57 |
| 673 | 2026-05-19T19:33:02.149Z | Downloaded cexpr v0.6.0 |
| 674 | 2026-05-19T19:33:02.149Z | Downloaded erased-serde v0.3.31 |
| 675 | 2026-05-19T19:33:02.149Z | Downloaded downcast-rs v2.0.2 |
| 676 | 2026-05-19T19:33:02.150Z | Downloaded colored v3.1.1 |
| 677 | 2026-05-19T19:33:02.150Z | Downloaded ghash v0.5.1 |
| 678 | 2026-05-19T19:33:02.150Z | Downloaded darling_core v0.23.0 |
| 679 | 2026-05-19T19:33:02.150Z | Downloaded hex-literal v0.4.1 |
| 680 | 2026-05-19T19:33:02.150Z | Downloaded hex v0.4.3 |
| 681 | 2026-05-19T19:33:02.150Z | Downloaded headers-core v0.3.0 |
| 682 | 2026-05-19T19:33:02.150Z | Downloaded httpdate v1.0.3 |
| 683 | 2026-05-19T19:33:02.150Z | Downloaded http-range v0.1.5 |
| 684 | 2026-05-19T19:33:02.150Z | Downloaded http-body v1.0.1 |
| 685 | 2026-05-19T19:33:02.150Z | Downloaded hostname v0.4.2 |
| 686 | 2026-05-19T19:33:02.150Z | Downloaded hash32 v0.2.1 |
| 687 | 2026-05-19T19:33:02.150Z | Downloaded globwalk v0.9.1 |
| 688 | 2026-05-19T19:33:02.150Z | Downloaded hostname v0.3.1 |
| 689 | 2026-05-19T19:33:02.150Z | Downloaded const_format_proc_macros v0.2.34 |
| 690 | 2026-05-19T19:33:02.150Z | Downloaded corncobs v0.1.4 |
| 691 | 2026-05-19T19:33:02.150Z | Downloaded cbc v0.1.2 |
| 692 | 2026-05-19T19:33:02.150Z | Downloaded fixedbitset v0.4.2 |
| 693 | 2026-05-19T19:33:02.150Z | Downloaded home v0.5.12 |
| 694 | 2026-05-19T19:33:02.150Z | Downloaded hash32 v0.3.1 |
| 695 | 2026-05-19T19:33:02.150Z | Downloaded futures-macro v0.3.32 |
| 696 | 2026-05-19T19:33:02.150Z | Downloaded colored v2.2.0 |
| 697 | 2026-05-19T19:33:02.150Z | Downloaded clang-sys v1.8.1 |
| 698 | 2026-05-19T19:33:02.154Z | Downloaded foldhash v0.2.0 |
| 699 | 2026-05-19T19:33:02.154Z | Downloaded bit-set v0.8.0 |
| 700 | 2026-05-19T19:33:02.154Z | Downloaded ctr v0.9.2 |
| 701 | 2026-05-19T19:33:02.154Z | Downloaded ena v0.14.4 |
| 702 | 2026-05-19T19:33:02.154Z | Downloaded derive-ex v0.1.8 |
| 703 | 2026-05-19T19:33:02.157Z | Downloaded crc-catalog v2.4.0 |
| 704 | 2026-05-19T19:33:02.157Z | Downloaded constant_time_eq v0.4.2 |
| 705 | 2026-05-19T19:33:02.158Z | Downloaded buf-list v1.1.2 |
| 706 | 2026-05-19T19:33:02.161Z | Downloaded byte-wrapper v0.1.0 |
| 707 | 2026-05-19T19:33:02.161Z | Downloaded base64ct v1.8.3 |
| 708 | 2026-05-19T19:33:02.163Z | Downloaded env_logger v0.11.9 |
| 709 | 2026-05-19T19:33:02.167Z | Downloaded ident_case v1.0.1 |
| 710 | 2026-05-19T19:33:02.167Z | Downloaded camino-tempfile-ext v0.3.3 |
| 711 | 2026-05-19T19:33:02.167Z | Downloaded hubpack_derive v0.1.1 |
| 712 | 2026-05-19T19:33:02.170Z | Downloaded fs_extra v1.3.0 |
| 713 | 2026-05-19T19:33:02.170Z | Downloaded hubpack v0.1.2 |
| 714 | 2026-05-19T19:33:02.170Z | Downloaded hyper-tls v0.6.0 |
| 715 | 2026-05-19T19:33:02.170Z | Downloaded fs-err v2.11.0 |
| 716 | 2026-05-19T19:33:02.174Z | Downloaded indent_write v2.2.0 |
| 717 | 2026-05-19T19:33:02.174Z | Downloaded futures-executor v0.3.32 |
| 718 | 2026-05-19T19:33:02.175Z | Downloaded foldhash v0.1.5 |
| 719 | 2026-05-19T19:33:02.178Z | Downloaded defmt-macros v1.0.1 |
| 720 | 2026-05-19T19:33:02.178Z | Downloaded ed25519 v2.2.3 |
| 721 | 2026-05-19T19:33:02.178Z | Downloaded diesel-dtrace v0.5.0 |
| 722 | 2026-05-19T19:33:02.181Z | Downloaded const-oid v0.9.6 |
| 723 | 2026-05-19T19:33:02.181Z | Downloaded instant v0.1.13 |
| 724 | 2026-05-19T19:33:02.181Z | Downloaded diff v0.1.13 |
| 725 | 2026-05-19T19:33:02.183Z | Downloaded instability v0.3.11 |
| 726 | 2026-05-19T19:33:02.184Z | Downloaded indoc v1.0.9 |
| 727 | 2026-05-19T19:33:02.186Z | Downloaded chacha20 v0.9.1 |
| 728 | 2026-05-19T19:33:02.186Z | Downloaded bzip2 v0.6.1 |
| 729 | 2026-05-19T19:33:02.189Z | Downloaded find-msvc-tools v0.1.9 |
| 730 | 2026-05-19T19:33:02.189Z | Downloaded deranged v0.5.8 |
| 731 | 2026-05-19T19:33:02.192Z | Downloaded blake2 v0.10.6 |
| 732 | 2026-05-19T19:33:02.192Z | Downloaded derive_builder_core v0.20.2 |
| 733 | 2026-05-19T19:33:02.195Z | Downloaded is_ci v1.2.0 |
| 734 | 2026-05-19T19:33:02.195Z | Downloaded crossbeam-deque v0.8.6 |
| 735 | 2026-05-19T19:33:02.195Z | Downloaded kstat-rs v0.2.4 |
| 736 | 2026-05-19T19:33:02.198Z | Downloaded keccak v0.1.6 |
| 737 | 2026-05-19T19:33:02.198Z | Downloaded is-terminal v0.4.17 |
| 738 | 2026-05-19T19:33:02.198Z | Downloaded lazy_static v1.5.0 |
| 739 | 2026-05-19T19:33:02.204Z | Downloaded inout v0.1.4 |
| 740 | 2026-05-19T19:33:02.204Z | Downloaded libscf-sys v1.2.0 |
| 741 | 2026-05-19T19:33:02.208Z | Downloaded lalrpop-util v0.19.12 |
| 742 | 2026-05-19T19:33:02.208Z | Downloaded futures-sink v0.3.32 |
| 743 | 2026-05-19T19:33:02.208Z | Downloaded async-compression v0.4.41 |
| 744 | 2026-05-19T19:33:02.211Z | Downloaded globset v0.4.18 |
| 745 | 2026-05-19T19:33:02.211Z | Downloaded glob v0.3.3 |
| 746 | 2026-05-19T19:33:02.211Z | Downloaded ff v0.13.1 |
| 747 | 2026-05-19T19:33:02.214Z | Downloaded console v0.15.11 |
| 748 | 2026-05-19T19:33:02.214Z | Downloaded group v0.13.0 |
| 749 | 2026-05-19T19:33:02.217Z | Downloaded cookie_store v0.22.1 |
| 750 | 2026-05-19T19:33:02.218Z | Downloaded compression-codecs v0.4.37 |
| 751 | 2026-05-19T19:33:02.221Z | Downloaded maplit v1.0.2 |
| 752 | 2026-05-19T19:33:02.221Z | Downloaded hyper-staticfile v0.10.1 |
| 753 | 2026-05-19T19:33:02.224Z | Downloaded managed v0.8.0 |
| 754 | 2026-05-19T19:33:02.224Z | Downloaded linked-hash-map v0.5.6 |
| 755 | 2026-05-19T19:33:02.227Z | Downloaded des v0.8.1 |
| 756 | 2026-05-19T19:33:02.230Z | Downloaded maybe-uninit v2.0.0 |
| 757 | 2026-05-19T19:33:02.230Z | Downloaded match_cfg v0.1.0 |
| 758 | 2026-05-19T19:33:02.230Z | Downloaded lru-slab v0.1.2 |
| 759 | 2026-05-19T19:33:02.230Z | Downloaded lru-cache v0.1.2 |
| 760 | 2026-05-19T19:33:02.233Z | Downloaded ingot v0.1.1 |
| 761 | 2026-05-19T19:33:02.233Z | Downloaded highway v1.3.0 |
| 762 | 2026-05-19T19:33:02.239Z | Downloaded futures-channel v0.3.32 |
| 763 | 2026-05-19T19:33:02.239Z | Downloaded crc-any v2.5.0 |
| 764 | 2026-05-19T19:33:02.242Z | Downloaded cookie v0.18.1 |
| 765 | 2026-05-19T19:33:02.242Z | Downloaded console v0.16.2 |
| 766 | 2026-05-19T19:33:02.242Z | Downloaded http-body-util v0.1.3 |
| 767 | 2026-05-19T19:33:02.246Z | Downloaded mime v0.3.17 |
| 768 | 2026-05-19T19:33:02.246Z | Downloaded lzss v0.8.2 |
| 769 | 2026-05-19T19:33:02.247Z | Downloaded md5 v0.7.0 |
| 770 | 2026-05-19T19:33:02.247Z | Downloaded md-5 v0.10.6 |
| 771 | 2026-05-19T19:33:02.250Z | Downloaded newline-converter v0.3.0 |
| 772 | 2026-05-19T19:33:02.250Z | Downloaded new_debug_unreachable v1.0.6 |
| 773 | 2026-05-19T19:33:02.250Z | Downloaded newtype_derive v0.1.6 |
| 774 | 2026-05-19T19:33:02.250Z | Downloaded nibble_vec v0.1.0 |
| 775 | 2026-05-19T19:33:02.253Z | Downloaded multimap v0.10.1 |
| 776 | 2026-05-19T19:33:02.253Z | Downloaded memoffset v0.9.1 |
| 777 | 2026-05-19T19:33:02.253Z | Downloaded ipnetwork v0.21.1 |
| 778 | 2026-05-19T19:33:02.256Z | Downloaded ipnet v2.11.0 |
| 779 | 2026-05-19T19:33:02.256Z | Downloaded internet-checksum v0.2.1 |
| 780 | 2026-05-19T19:33:02.259Z | Downloaded ingot-types v0.1.2 |
| 781 | 2026-05-19T19:33:02.259Z | Downloaded indoc v2.0.7 |
| 782 | 2026-05-19T19:33:02.262Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 783 | 2026-05-19T19:33:02.262Z | Downloaded either v1.15.0 |
| 784 | 2026-05-19T19:33:02.265Z | Downloaded nonempty v0.12.0 |
| 785 | 2026-05-19T19:33:02.265Z | Downloaded libefi-sys v0.1.0 |
| 786 | 2026-05-19T19:33:02.265Z | Downloaded nodrop v0.1.14 |
| 787 | 2026-05-19T19:33:02.268Z | Downloaded newtype-uuid-macros v0.1.0 |
| 788 | 2026-05-19T19:33:02.268Z | Downloaded num_enum_derive v0.5.11 |
| 789 | 2026-05-19T19:33:02.268Z | Downloaded normalize-line-endings v0.3.0 |
| 790 | 2026-05-19T19:33:02.271Z | Downloaded jobserver v0.1.34 |
| 791 | 2026-05-19T19:33:02.271Z | Downloaded num-iter v0.1.45 |
| 792 | 2026-05-19T19:33:02.271Z | Downloaded num-derive v0.4.2 |
| 793 | 2026-05-19T19:33:02.271Z | Downloaded num-conv v0.2.0 |
| 794 | 2026-05-19T19:33:02.274Z | Downloaded num_threads v0.1.7 |
| 795 | 2026-05-19T19:33:02.274Z | Downloaded num v0.4.3 |
| 796 | 2026-05-19T19:33:02.274Z | Downloaded expectorate v1.2.0 |
| 797 | 2026-05-19T19:33:02.279Z | Downloaded humantime v2.3.0 |
| 798 | 2026-05-19T19:33:02.279Z | Downloaded ecdsa v0.16.9 |
| 799 | 2026-05-19T19:33:02.279Z | Downloaded dropshot_endpoint v0.17.0 |
| 800 | 2026-05-19T19:33:02.284Z | Downloaded drift v0.1.4 |
| 801 | 2026-05-19T19:33:02.287Z | Downloaded half v1.8.3 |
| 802 | 2026-05-19T19:33:02.290Z | Downloaded libloading v0.8.9 |
| 803 | 2026-05-19T19:33:02.290Z | Downloaded iana-time-zone v0.1.65 |
| 804 | 2026-05-19T19:33:02.290Z | Downloaded git-stub-vcs v0.1.0 |
| 805 | 2026-05-19T19:33:02.293Z | Downloaded dropshot_endpoint v0.16.7 |
| 806 | 2026-05-19T19:33:02.298Z | Downloaded olpc-cjson v0.1.4 |
| 807 | 2026-05-19T19:33:02.298Z | Downloaded lru v0.12.5 |
| 808 | 2026-05-19T19:33:02.298Z | Downloaded crossbeam-epoch v0.9.18 |
| 809 | 2026-05-19T19:33:02.301Z | Downloaded linear-map v1.2.0 |
| 810 | 2026-05-19T19:33:02.301Z | Downloaded fatfs v0.3.6 |
| 811 | 2026-05-19T19:33:02.301Z | Downloaded base64 v0.22.1 |
| 812 | 2026-05-19T19:33:02.304Z | Downloaded oso-derive v0.27.3 |
| 813 | 2026-05-19T19:33:02.304Z | Downloaded openssl-probe v0.2.1 |
| 814 | 2026-05-19T19:33:02.304Z | Downloaded openssl-probe v0.1.6 |
| 815 | 2026-05-19T19:33:02.307Z | Downloaded lock_api v0.4.14 |
| 816 | 2026-05-19T19:33:02.307Z | Downloaded openssl-macros v0.1.1 |
| 817 | 2026-05-19T19:33:02.307Z | Downloaded opaque-debug v0.3.1 |
| 818 | 2026-05-19T19:33:02.307Z | Downloaded mime_guess v2.0.5 |
| 819 | 2026-05-19T19:33:02.310Z | Downloaded libsw v3.5.0 |
| 820 | 2026-05-19T19:33:02.310Z | Downloaded ingot-macros v0.1.1 |
| 821 | 2026-05-19T19:33:02.310Z | Downloaded hyper-rustls v0.27.7 |
| 822 | 2026-05-19T19:33:02.314Z | Downloaded multer v3.1.0 |
| 823 | 2026-05-19T19:33:02.314Z | Downloaded httparse v1.10.1 |
| 824 | 2026-05-19T19:33:02.317Z | Downloaded derive_builder v0.20.2 |
| 825 | 2026-05-19T19:33:02.321Z | Downloaded packed_struct_codegen v0.10.1 |
| 826 | 2026-05-19T19:33:02.321Z | Downloaded darling_core v0.21.3 |
| 827 | 2026-05-19T19:33:02.325Z | Downloaded darling_core v0.20.11 |
| 828 | 2026-05-19T19:33:02.325Z | Downloaded newtype-uuid v1.3.2 |
| 829 | 2026-05-19T19:33:02.328Z | Downloaded num-complex v0.4.6 |
| 830 | 2026-05-19T19:33:02.328Z | Downloaded num_enum_derive v0.7.5 |
| 831 | 2026-05-19T19:33:02.328Z | Downloaded parse-display v0.10.0 |
| 832 | 2026-05-19T19:33:02.328Z | Downloaded num-rational v0.4.2 |
| 833 | 2026-05-19T19:33:02.331Z | Downloaded half v2.7.1 |
| 834 | 2026-05-19T19:33:02.331Z | Downloaded derive-where v1.6.0 |
| 835 | 2026-05-19T19:33:02.334Z | Downloaded num_enum v0.7.5 |
| 836 | 2026-05-19T19:33:02.337Z | Downloaded num-integer v0.1.46 |
| 837 | 2026-05-19T19:33:02.337Z | Downloaded nu-ansi-term v0.50.3 |
| 838 | 2026-05-19T19:33:02.340Z | Downloaded getrandom v0.3.4 |
| 839 | 2026-05-19T19:33:02.345Z | Downloaded pbkdf2 v0.12.2 |
| 840 | 2026-05-19T19:33:02.345Z | Downloaded pbkdf2 v0.11.0 |
| 841 | 2026-05-19T19:33:02.345Z | Downloaded getrandom v0.2.17 |
| 842 | 2026-05-19T19:33:02.350Z | Downloaded derive_more v0.99.20 |
| 843 | 2026-05-19T19:33:02.350Z | Downloaded phf_shared v0.13.1 |
| 844 | 2026-05-19T19:33:02.354Z | Downloaded phf_shared v0.12.1 |
| 845 | 2026-05-19T19:33:02.355Z | Downloaded peg-runtime v0.8.5 |
| 846 | 2026-05-19T19:33:02.355Z | Downloaded hmac v0.12.1 |
| 847 | 2026-05-19T19:33:02.355Z | Downloaded path-slash v0.1.5 |
| 848 | 2026-05-19T19:33:02.355Z | Downloaded parse-size v1.1.0 |
| 849 | 2026-05-19T19:33:02.355Z | Downloaded compact_str v0.8.1 |
| 850 | 2026-05-19T19:33:02.358Z | Downloaded elliptic-curve v0.13.8 |
| 851 | 2026-05-19T19:33:02.360Z | Downloaded futures v0.3.32 |
| 852 | 2026-05-19T19:33:02.363Z | Downloaded owo-colors v4.3.0 |
| 853 | 2026-05-19T19:33:02.379Z | Downloaded predicates-core v1.0.10 |
| 854 | 2026-05-19T19:33:02.382Z | Downloaded base64 v0.21.7 |
| 855 | 2026-05-19T19:33:02.382Z | Downloaded ar_archive_writer v0.5.1 |
| 856 | 2026-05-19T19:33:02.386Z | Downloaded precomputed-hash v0.1.1 |
| 857 | 2026-05-19T19:33:02.386Z | Downloaded pin-utils v0.1.0 |
| 858 | 2026-05-19T19:33:02.386Z | Downloaded phf_shared v0.11.3 |
| 859 | 2026-05-19T19:33:02.389Z | Downloaded powerfmt v0.2.0 |
| 860 | 2026-05-19T19:33:02.389Z | Downloaded native-tls v0.2.18 |
| 861 | 2026-05-19T19:33:02.389Z | Downloaded memmap2 v0.9.10 |
| 862 | 2026-05-19T19:33:02.394Z | Downloaded litrs v1.0.0 |
| 863 | 2026-05-19T19:33:02.394Z | Downloaded nanorand v0.7.0 |
| 864 | 2026-05-19T19:33:02.395Z | Downloaded oxnet v0.1.4 |
| 865 | 2026-05-19T19:33:02.397Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 866 | 2026-05-19T19:33:02.397Z | Downloaded proc-macro-crate v1.3.1 |
| 867 | 2026-05-19T19:33:02.397Z | Downloaded predicates-tree v1.0.13 |
| 868 | 2026-05-19T19:33:02.397Z | Downloaded parking_lot_core v0.8.6 |
| 869 | 2026-05-19T19:33:02.400Z | Downloaded packed_struct v0.10.1 |
| 870 | 2026-05-19T19:33:02.400Z | Downloaded num_enum v0.5.11 |
| 871 | 2026-05-19T19:33:02.403Z | Downloaded libbz2-rs-sys v0.2.2 |
| 872 | 2026-05-19T19:33:02.406Z | Downloaded headers v0.4.1 |
| 873 | 2026-05-19T19:33:02.408Z | Downloaded proc-macro-crate v3.4.0 |
| 874 | 2026-05-19T19:33:02.411Z | Downloaded peg-macros v0.8.5 |
| 875 | 2026-05-19T19:33:02.411Z | Downloaded crossterm v0.28.1 |
| 876 | 2026-05-19T19:33:02.414Z | Downloaded progenitor-client v0.10.0 |
| 877 | 2026-05-19T19:33:02.417Z | Downloaded quick-error v1.2.3 |
| 878 | 2026-05-19T19:33:02.417Z | Downloaded progenitor-macro v0.10.0 |
| 879 | 2026-05-19T19:33:02.417Z | Downloaded progenitor-client v0.11.2 |
| 880 | 2026-05-19T19:33:02.421Z | Downloaded ed25519-dalek v2.2.0 |
| 881 | 2026-05-19T19:33:02.421Z | Downloaded peg v0.8.5 |
| 882 | 2026-05-19T19:33:02.426Z | Downloaded progenitor-client v0.14.0 |
| 883 | 2026-05-19T19:33:02.426Z | Downloaded progenitor-macro v0.11.2 |
| 884 | 2026-05-19T19:33:02.426Z | Downloaded chacha20poly1305 v0.10.1 |
| 885 | 2026-05-19T19:33:02.429Z | Downloaded progenitor-macro v0.13.0 |
| 886 | 2026-05-19T19:33:02.429Z | Downloaded psl-types v2.0.11 |
| 887 | 2026-05-19T19:33:02.429Z | Downloaded cc v1.2.56 |
| 888 | 2026-05-19T19:33:02.432Z | Downloaded crypto-bigint v0.5.5 |
| 889 | 2026-05-19T19:33:02.434Z | Downloaded phf v0.12.1 |
| 890 | 2026-05-19T19:33:02.438Z | Downloaded const_format v0.2.35 |
| 891 | 2026-05-19T19:33:02.441Z | Downloaded pkg-config v0.3.32 |
| 892 | 2026-05-19T19:33:02.441Z | Downloaded pkcs8 v0.10.2 |
| 893 | 2026-05-19T19:33:02.441Z | Downloaded phf v0.13.1 |
| 894 | 2026-05-19T19:33:02.445Z | Downloaded pin-project-lite v0.2.17 |
| 895 | 2026-05-19T19:33:02.448Z | Downloaded rand_chacha v0.3.1 |
| 896 | 2026-05-19T19:33:02.448Z | Downloaded progenitor-macro v0.14.0 |
| 897 | 2026-05-19T19:33:02.448Z | Downloaded indicatif v0.18.4 |
| 898 | 2026-05-19T19:33:02.451Z | Downloaded ppv-lite86 v0.2.21 |
| 899 | 2026-05-19T19:33:02.451Z | Downloaded dropshot-api-manager v0.7.1 |
| 900 | 2026-05-19T19:33:02.453Z | Downloaded parking_lot_core v0.9.12 |
| 901 | 2026-05-19T19:33:02.456Z | Downloaded rand_xorshift v0.4.0 |
| 902 | 2026-05-19T19:33:02.456Z | Downloaded postgres-protocol v0.6.10 |
| 903 | 2026-05-19T19:33:02.456Z | Downloaded ref-cast-impl v1.0.25 |
| 904 | 2026-05-19T19:33:02.459Z | Downloaded predicates v3.1.4 |
| 905 | 2026-05-19T19:33:02.459Z | Downloaded proc-macro-error2 v2.0.1 |
| 906 | 2026-05-19T19:33:02.463Z | Downloaded oxide-tokio-rt v0.1.4 |
| 907 | 2026-05-19T19:33:02.463Z | Downloaded pin-project-internal v1.1.11 |
| 908 | 2026-05-19T19:33:02.468Z | Downloaded progenitor-client v0.13.0 |
| 909 | 2026-05-19T19:33:02.468Z | Downloaded parking_lot v0.12.5 |
| 910 | 2026-05-19T19:33:02.468Z | Downloaded bumpalo v3.20.2 |
| 911 | 2026-05-19T19:33:02.470Z | Downloaded paste v1.0.15 |
| 912 | 2026-05-19T19:33:02.470Z | Downloaded password-hash v0.5.0 |
| 913 | 2026-05-19T19:33:02.474Z | Downloaded primeorder v0.13.6 |
| 914 | 2026-05-19T19:33:02.474Z | Downloaded heapless v0.7.17 |
| 915 | 2026-05-19T19:33:02.478Z | Downloaded password-hash v0.4.2 |
| 916 | 2026-05-19T19:33:02.478Z | Downloaded progenitor v0.13.0 |
| 917 | 2026-05-19T19:33:02.478Z | Downloaded pem-rfc7468 v0.7.0 |
| 918 | 2026-05-19T19:33:02.481Z | Downloaded recursive v0.1.1 |
| 919 | 2026-05-19T19:33:02.481Z | Downloaded pem v3.0.6 |
| 920 | 2026-05-19T19:33:02.481Z | Downloaded parse-display-derive v0.10.0 |
| 921 | 2026-05-19T19:33:02.481Z | Downloaded flate2 v1.1.9 |
| 922 | 2026-05-19T19:33:02.484Z | Downloaded ref-cast v1.0.25 |
| 923 | 2026-05-19T19:33:02.487Z | Downloaded heapless v0.8.0 |
| 924 | 2026-05-19T19:33:02.490Z | Downloaded r2d2 v0.8.10 |
| 925 | 2026-05-19T19:33:02.490Z | Downloaded progenitor v0.14.0 |
| 926 | 2026-05-19T19:33:02.494Z | Downloaded progenitor v0.11.2 |
| 927 | 2026-05-19T19:33:02.494Z | Downloaded diesel_derives v2.3.7 |
| 928 | 2026-05-19T19:33:02.498Z | Downloaded omicron-zone-package v0.12.2 |
| 929 | 2026-05-19T19:33:02.501Z | Downloaded papergrid v0.17.0 |
| 930 | 2026-05-19T19:33:02.505Z | Downloaded pkcs1 v0.7.5 |
| 931 | 2026-05-19T19:33:02.505Z | Downloaded aes-gcm v0.10.3 |
| 932 | 2026-05-19T19:33:02.508Z | Downloaded radium v0.7.0 |
| 933 | 2026-05-19T19:33:02.510Z | Downloaded rustc_version v0.1.7 |
| 934 | 2026-05-19T19:33:02.510Z | Downloaded miniz_oxide v0.8.9 |
| 935 | 2026-05-19T19:33:02.513Z | Downloaded rfc6979 v0.4.0 |
| 936 | 2026-05-19T19:33:02.513Z | Downloaded pkcs5 v0.7.1 |
| 937 | 2026-05-19T19:33:02.513Z | Downloaded russh-cryptovec v0.7.3 |
| 938 | 2026-05-19T19:33:02.513Z | Downloaded progenitor v0.10.0 |
| 939 | 2026-05-19T19:33:02.516Z | Downloaded postcard v1.1.3 |
| 940 | 2026-05-19T19:33:02.516Z | Downloaded oso v0.27.3 |
| 941 | 2026-05-19T19:33:02.518Z | Downloaded rand_chacha v0.9.0 |
| 942 | 2026-05-19T19:33:02.521Z | Downloaded rustc-hash v2.1.1 |
| 943 | 2026-05-19T19:33:02.521Z | Downloaded postgres-types v0.2.12 |
| 944 | 2026-05-19T19:33:02.521Z | Downloaded rand_seeder v0.4.0 |
| 945 | 2026-05-19T19:33:02.524Z | Downloaded rand_core v0.9.5 |
| 946 | 2026-05-19T19:33:02.524Z | Downloaded rand_core v0.6.4 |
| 947 | 2026-05-19T19:33:02.527Z | Downloaded parking_lot v0.11.2 |
| 948 | 2026-05-19T19:33:02.527Z | Downloaded rustc_version v0.4.1 |
| 949 | 2026-05-19T19:33:02.527Z | Downloaded http v1.4.0 |
| 950 | 2026-05-19T19:33:02.530Z | Downloaded polyval v0.6.2 |
| 951 | 2026-05-19T19:33:02.530Z | Downloaded salsa20 v0.10.2 |
| 952 | 2026-05-19T19:33:02.533Z | Downloaded poly1305 v0.8.0 |
| 953 | 2026-05-19T19:33:02.533Z | Downloaded derive_more-impl v2.1.1 |
| 954 | 2026-05-19T19:33:02.537Z | Downloaded hickory-resolver v0.25.2 |
| 955 | 2026-05-19T19:33:02.540Z | Downloaded hashbrown v0.12.3 |
| 956 | 2026-05-19T19:33:02.540Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 957 | 2026-05-19T19:33:02.544Z | Downloaded derive_more v2.1.1 |
| 958 | 2026-05-19T19:33:02.547Z | Downloaded same-file v1.0.6 |
| 959 | 2026-05-19T19:33:02.550Z | Downloaded scrypt v0.11.0 |
| 960 | 2026-05-19T19:33:02.550Z | Downloaded jiff-static v0.2.21 |
| 961 | 2026-05-19T19:33:02.553Z | Downloaded flume v0.11.1 |
| 962 | 2026-05-19T19:33:02.555Z | Downloaded indexmap v1.9.3 |
| 963 | 2026-05-19T19:33:02.558Z | Downloaded psm v0.1.30 |
| 964 | 2026-05-19T19:33:02.558Z | Downloaded progenitor-extras v0.2.0 |
| 965 | 2026-05-19T19:33:02.561Z | Downloaded ignore v0.4.25 |
| 966 | 2026-05-19T19:33:02.561Z | Downloaded rtoolbox v0.0.3 |
| 967 | 2026-05-19T19:33:02.566Z | Downloaded scroll_derive v0.13.1 |
| 968 | 2026-05-19T19:33:02.566Z | Downloaded semver v0.1.20 |
| 969 | 2026-05-19T19:33:02.566Z | Downloaded secrecy v0.10.3 |
| 970 | 2026-05-19T19:33:02.566Z | Downloaded bytes v1.11.1 |
| 971 | 2026-05-19T19:33:02.569Z | Downloaded scheduled-thread-pool v0.2.7 |
| 972 | 2026-05-19T19:33:02.569Z | Downloaded aho-corasick v1.1.4 |
| 973 | 2026-05-19T19:33:02.571Z | Downloaded prefix-trie v0.7.0 |
| 974 | 2026-05-19T19:33:02.574Z | Downloaded pin-project v1.1.11 |
| 975 | 2026-05-19T19:33:02.579Z | Downloaded serde_spanned v1.0.4 |
| 976 | 2026-05-19T19:33:02.582Z | Downloaded scopeguard v1.2.0 |
| 977 | 2026-05-19T19:33:02.582Z | Downloaded resolv-conf v0.7.6 |
| 978 | 2026-05-19T19:33:02.585Z | Downloaded quinn-udp v0.5.14 |
| 979 | 2026-05-19T19:33:02.585Z | Downloaded minimal-lexical v0.2.1 |
| 980 | 2026-05-19T19:33:02.588Z | Downloaded sapling-renderdag v0.1.0 |
| 981 | 2026-05-19T19:33:02.588Z | Downloaded libsw-core v0.3.2 |
| 982 | 2026-05-19T19:33:02.590Z | Downloaded seq-macro v0.3.6 |
| 983 | 2026-05-19T19:33:02.591Z | Downloaded serde_urlencoded v0.7.1 |
| 984 | 2026-05-19T19:33:02.593Z | Downloaded serde_plain v1.0.2 |
| 985 | 2026-05-19T19:33:02.593Z | Downloaded serde_repr v0.1.20 |
| 986 | 2026-05-19T19:33:02.596Z | Downloaded serde-big-array v0.5.1 |
| 987 | 2026-05-19T19:33:02.596Z | Downloaded secrecy v0.8.0 |
| 988 | 2026-05-19T19:33:02.596Z | Downloaded signal-hook-mio v0.2.5 |
| 989 | 2026-05-19T19:33:02.599Z | Downloaded rand_core v0.10.0 |
| 990 | 2026-05-19T19:33:02.599Z | Downloaded sha1 v0.10.6 |
| 991 | 2026-05-19T19:33:02.602Z | Downloaded rustls-pemfile v1.0.4 |
| 992 | 2026-05-19T19:33:02.602Z | Downloaded hashbrown v0.13.2 |
| 993 | 2026-05-19T19:33:02.605Z | Downloaded sigpipe v0.1.3 |
| 994 | 2026-05-19T19:33:02.607Z | Downloaded signature v2.2.0 |
| 995 | 2026-05-19T19:33:02.610Z | Downloaded signal-hook-tokio v0.3.1 |
| 996 | 2026-05-19T19:33:02.610Z | Downloaded siphasher v1.0.2 |
| 997 | 2026-05-19T19:33:02.613Z | Downloaded progenitor-impl v0.14.0 |
| 998 | 2026-05-19T19:33:02.613Z | Downloaded schemars_derive v0.8.22 |
| 999 | 2026-05-19T19:33:02.616Z | Downloaded progenitor-impl v0.13.0 |
| 1000 | 2026-05-19T19:33:02.619Z | Downloaded progenitor-impl v0.10.0 |
| 1001 | 2026-05-19T19:33:02.623Z | Downloaded shell-words v1.1.1 |
| 1002 | 2026-05-19T19:33:02.623Z | Downloaded progenitor-impl v0.11.2 |
| 1003 | 2026-05-19T19:33:02.625Z | Downloaded serde-hex v0.1.0 |
| 1004 | 2026-05-19T19:33:02.625Z | Downloaded rustversion v1.0.22 |
| 1005 | 2026-05-19T19:33:02.638Z | Downloaded serde_bytes v0.11.19 |
| 1006 | 2026-05-19T19:33:02.641Z | Downloaded slog-envlogger v2.2.0 |
| 1007 | 2026-05-19T19:33:02.643Z | Downloaded slog-bunyan v2.5.0 |
| 1008 | 2026-05-19T19:33:02.646Z | Downloaded ssh-encoding v0.2.0 |
| 1009 | 2026-05-19T19:33:02.649Z | Downloaded sec1 v0.7.3 |
| 1010 | 2026-05-19T19:33:02.649Z | Downloaded russh-keys v0.45.0 |
| 1011 | 2026-05-19T19:33:02.652Z | Downloaded ssh-cipher v0.2.0 |
| 1012 | 2026-05-19T19:33:02.655Z | Downloaded serde_path_to_error v0.1.20 |
| 1013 | 2026-05-19T19:33:02.655Z | Downloaded p256 v0.13.2 |
| 1014 | 2026-05-19T19:33:02.659Z | Downloaded sct v0.7.1 |
| 1015 | 2026-05-19T19:33:02.659Z | Downloaded serde_derive_internals v0.29.1 |
| 1016 | 2026-05-19T19:33:02.662Z | Downloaded rusty-fork v0.3.1 |
| 1017 | 2026-05-19T19:33:02.662Z | Downloaded rustls-pemfile v2.2.0 |
| 1018 | 2026-05-19T19:33:02.662Z | Downloaded openssl-sys v0.9.115 |
| 1019 | 2026-05-19T19:33:02.665Z | Downloaded itertools v0.10.5 |
| 1020 | 2026-05-19T19:33:02.669Z | Downloaded hickory-resolver v0.24.4 |
| 1021 | 2026-05-19T19:33:02.677Z | Downloaded structmeta v0.3.0 |
| 1022 | 2026-05-19T19:33:02.680Z | Downloaded strum v0.26.3 |
| 1023 | 2026-05-19T19:33:02.680Z | Downloaded rcgen v0.12.1 |
| 1024 | 2026-05-19T19:33:02.684Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1025 | 2026-05-19T19:33:02.684Z | Downloaded sqlparser_derive v0.5.0 |
| 1026 | 2026-05-19T19:33:02.686Z | Downloaded shlex v1.3.0 |
| 1027 | 2026-05-19T19:33:02.686Z | Downloaded subtle v2.6.1 |
| 1028 | 2026-05-19T19:33:02.686Z | Downloaded slab v0.4.12 |
| 1029 | 2026-05-19T19:33:02.686Z | Downloaded signal-hook-registry v1.4.8 |
| 1030 | 2026-05-19T19:33:02.690Z | Downloaded hickory-server v0.25.2 |
| 1031 | 2026-05-19T19:33:02.693Z | Downloaded sync-ptr v0.1.4 |
| 1032 | 2026-05-19T19:33:02.693Z | Downloaded slog-scope v4.4.1 |
| 1033 | 2026-05-19T19:33:02.693Z | Downloaded rustls-native-certs v0.8.3 |
| 1034 | 2026-05-19T19:33:02.696Z | Downloaded strum v0.27.2 |
| 1035 | 2026-05-19T19:33:02.696Z | Downloaded crossterm v0.29.0 |
| 1036 | 2026-05-19T19:33:02.698Z | Downloaded mio v1.2.0 |
| 1037 | 2026-05-19T19:33:02.701Z | Downloaded serde_cbor v0.11.2 |
| 1038 | 2026-05-19T19:33:02.704Z | Downloaded slog-json v2.6.1 |
| 1039 | 2026-05-19T19:33:02.704Z | Downloaded slog-term v2.9.2 |
| 1040 | 2026-05-19T19:33:02.707Z | Downloaded tagptr v0.2.0 |
| 1041 | 2026-05-19T19:33:02.707Z | Downloaded snafu-derive v0.8.9 |
| 1042 | 2026-05-19T19:33:02.710Z | Downloaded tabled_derive v0.11.0 |
| 1043 | 2026-05-19T19:33:02.710Z | Downloaded sync_wrapper v1.0.2 |
| 1044 | 2026-05-19T19:33:02.710Z | Downloaded supports-color v3.0.2 |
| 1045 | 2026-05-19T19:33:02.713Z | Downloaded slog-dtrace v0.3.0 |
| 1046 | 2026-05-19T19:33:02.713Z | Downloaded termtree v0.5.1 |
| 1047 | 2026-05-19T19:33:02.713Z | Downloaded smallvec v0.6.14 |
| 1048 | 2026-05-19T19:33:02.716Z | Downloaded testing_table v0.3.0 |
| 1049 | 2026-05-19T19:33:02.716Z | Downloaded spki v0.7.3 |
| 1050 | 2026-05-19T19:33:02.717Z | Downloaded pretty_assertions v1.4.1 |
| 1051 | 2026-05-19T19:33:02.719Z | Downloaded tap v1.0.1 |
| 1052 | 2026-05-19T19:33:02.719Z | Downloaded take_mut v0.2.2 |
| 1053 | 2026-05-19T19:33:02.719Z | Downloaded rustls-pki-types v1.14.0 |
| 1054 | 2026-05-19T19:33:02.723Z | Downloaded prettyplease v0.2.37 |
| 1055 | 2026-05-19T19:33:02.726Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1056 | 2026-05-19T19:33:02.726Z | Downloaded slog-stdlog v4.1.1 |
| 1057 | 2026-05-19T19:33:02.730Z | Downloaded sqlformat v0.3.5 |
| 1058 | 2026-05-19T19:33:02.730Z | Downloaded serde_with_macros v3.17.0 |
| 1059 | 2026-05-19T19:33:02.735Z | Downloaded tokio-macros v2.7.0 |
| 1060 | 2026-05-19T19:33:02.735Z | Downloaded static_assertions v1.1.0 |
| 1061 | 2026-05-19T19:33:02.735Z | Downloaded time-core v0.1.8 |
| 1062 | 2026-05-19T19:33:02.735Z | Downloaded thread-id v5.1.0 |
| 1063 | 2026-05-19T19:33:02.738Z | Downloaded tinyvec_macros v0.1.1 |
| 1064 | 2026-05-19T19:33:02.738Z | Downloaded rayon-core v1.13.0 |
| 1065 | 2026-05-19T19:33:02.738Z | Downloaded smf v0.2.3 |
| 1066 | 2026-05-19T19:33:02.738Z | Downloaded stacker v0.1.23 |
| 1067 | 2026-05-19T19:33:02.741Z | Downloaded hashbrown v0.15.5 |
| 1068 | 2026-05-19T19:33:02.744Z | Downloaded nom v7.1.3 |
| 1069 | 2026-05-19T19:33:02.747Z | Downloaded schemars v0.8.22 |
| 1070 | 2026-05-19T19:33:02.753Z | Downloaded strum_macros v0.27.2 |
| 1071 | 2026-05-19T19:33:02.756Z | Downloaded publicsuffix v2.3.0 |
| 1072 | 2026-05-19T19:33:02.758Z | Downloaded num-bigint v0.4.6 |
| 1073 | 2026-05-19T19:33:02.761Z | Downloaded hyper-util v0.1.20 |
| 1074 | 2026-05-19T19:33:02.765Z | Downloaded strum_macros v0.26.4 |
| 1075 | 2026-05-19T19:33:02.767Z | Downloaded strum_macros v0.24.3 |
| 1076 | 2026-05-19T19:33:02.767Z | Downloaded quinn v0.11.9 |
| 1077 | 2026-05-19T19:33:02.770Z | Downloaded iddqd v0.3.18 |
| 1078 | 2026-05-19T19:33:02.774Z | Downloaded termios v0.3.3 |
| 1079 | 2026-05-19T19:33:02.776Z | Downloaded structmeta-derive v0.3.0 |
| 1080 | 2026-05-19T19:33:02.776Z | Downloaded stringprep v0.1.5 |
| 1081 | 2026-05-19T19:33:02.779Z | Downloaded simd-adler32 v0.3.8 |
| 1082 | 2026-05-19T19:33:02.779Z | Downloaded ron v0.8.1 |
| 1083 | 2026-05-19T19:33:02.782Z | Downloaded itertools v0.12.1 |
| 1084 | 2026-05-19T19:33:02.786Z | Downloaded tabwriter v1.4.1 |
| 1085 | 2026-05-19T19:33:02.789Z | Downloaded topological-sort v0.2.2 |
| 1086 | 2026-05-19T19:33:02.789Z | Downloaded thread_local v1.1.9 |
| 1087 | 2026-05-19T19:33:02.792Z | Downloaded thiserror-no-std v2.0.2 |
| 1088 | 2026-05-19T19:33:02.792Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1089 | 2026-05-19T19:33:02.795Z | Downloaded rand v0.8.6 |
| 1090 | 2026-05-19T19:33:02.798Z | Downloaded tiny-keccak v2.0.2 |
| 1091 | 2026-05-19T19:33:02.798Z | Downloaded itertools v0.13.0 |
| 1092 | 2026-05-19T19:33:02.801Z | Downloaded trait-variant v0.1.2 |
| 1093 | 2026-05-19T19:33:02.804Z | Downloaded tower-layer v0.3.3 |
| 1094 | 2026-05-19T19:33:02.804Z | Downloaded tls_codec_derive v0.4.2 |
| 1095 | 2026-05-19T19:33:02.804Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1096 | 2026-05-19T19:33:02.807Z | Downloaded spin v0.9.8 |
| 1097 | 2026-05-19T19:33:02.810Z | Downloaded try-lock v0.2.5 |
| 1098 | 2026-05-19T19:33:02.810Z | Downloaded string_cache v0.8.9 |
| 1099 | 2026-05-19T19:33:02.813Z | Downloaded tower-service v0.3.3 |
| 1100 | 2026-05-19T19:33:02.813Z | Downloaded time-macros v0.2.27 |
| 1101 | 2026-05-19T19:33:02.816Z | Downloaded schemars v0.9.0 |
| 1102 | 2026-05-19T19:33:02.820Z | Downloaded unarray v0.1.4 |
| 1103 | 2026-05-19T19:33:02.823Z | Downloaded tokio-dtrace v0.1.1 |
| 1104 | 2026-05-19T19:33:02.823Z | Downloaded slog v2.8.2 |
| 1105 | 2026-05-19T19:33:02.826Z | Downloaded typify-macro v0.6.2 |
| 1106 | 2026-05-19T19:33:02.826Z | Downloaded tls_codec v0.4.2 |
| 1107 | 2026-05-19T19:33:02.829Z | Downloaded usdt v0.6.0 |
| 1108 | 2026-05-19T19:33:02.829Z | Downloaded similar v2.7.0 |
| 1109 | 2026-05-19T19:33:02.832Z | Downloaded support-bundle-viewer v0.1.2 |
| 1110 | 2026-05-19T19:33:02.832Z | Downloaded untrusted v0.7.1 |
| 1111 | 2026-05-19T19:33:02.834Z | Downloaded tokio-tungstenite v0.21.0 |
| 1112 | 2026-05-19T19:33:02.834Z | Downloaded tokio-native-tls v0.3.1 |
| 1113 | 2026-05-19T19:33:02.837Z | Downloaded unit-prefix v0.5.2 |
| 1114 | 2026-05-19T19:33:02.837Z | Downloaded tokio-tungstenite v0.23.1 |
| 1115 | 2026-05-19T19:33:02.840Z | Downloaded qorb v0.4.1 |
| 1116 | 2026-05-19T19:33:02.843Z | Downloaded socket2 v0.6.3 |
| 1117 | 2026-05-19T19:33:02.843Z | Downloaded term v1.2.1 |
| 1118 | 2026-05-19T19:33:02.846Z | Downloaded tokio-rustls v0.25.0 |
| 1119 | 2026-05-19T19:33:02.846Z | Downloaded rsa v0.9.10 |
| 1120 | 2026-05-19T19:33:02.848Z | Downloaded usdt-attr-macro v0.6.0 |
| 1121 | 2026-05-19T19:33:02.851Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1122 | 2026-05-19T19:33:02.851Z | Downloaded socket2 v0.5.10 |
| 1123 | 2026-05-19T19:33:02.855Z | Downloaded hashbrown v0.16.1 |
| 1124 | 2026-05-19T19:33:02.858Z | Downloaded typify-macro v0.4.3 |
| 1125 | 2026-05-19T19:33:02.858Z | Downloaded term v0.7.0 |
| 1126 | 2026-05-19T19:33:02.861Z | Downloaded untrusted v0.9.0 |
| 1127 | 2026-05-19T19:33:02.861Z | Downloaded universal-hash v0.5.1 |
| 1128 | 2026-05-19T19:33:02.861Z | Downloaded ryu v1.0.23 |
| 1129 | 2026-05-19T19:33:02.899Z | Downloaded h2 v0.4.13 |
| 1130 | 2026-05-19T19:33:02.899Z | Downloaded wait-timeout v0.2.1 |
| 1131 | 2026-05-19T19:33:02.900Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1132 | 2026-05-19T19:33:02.900Z | Downloaded itertools v0.14.0 |
| 1133 | 2026-05-19T19:33:02.900Z | Downloaded waitgroup v0.1.2 |
| 1134 | 2026-05-19T19:33:02.900Z | Downloaded void v1.0.2 |
| 1135 | 2026-05-19T19:33:02.900Z | Downloaded usdt-macro v0.6.0 |
| 1136 | 2026-05-19T19:33:02.900Z | Downloaded want v0.3.1 |
| 1137 | 2026-05-19T19:33:02.900Z | Downloaded utf-8 v0.7.6 |
| 1138 | 2026-05-19T19:33:02.900Z | Downloaded hkdf v0.12.4 |
| 1139 | 2026-05-19T19:33:02.900Z | Downloaded hyper v1.8.1 |
| 1140 | 2026-05-19T19:33:02.900Z | Downloaded num-bigint-dig v0.8.6 |
| 1141 | 2026-05-19T19:33:02.900Z | Downloaded tokio-rustls v0.24.1 |
| 1142 | 2026-05-19T19:33:02.900Z | Downloaded subprocess v0.2.15 |
| 1143 | 2026-05-19T19:33:02.900Z | Downloaded unicode-truncate v1.1.0 |
| 1144 | 2026-05-19T19:33:02.901Z | Downloaded rustls-webpki v0.103.9 |
| 1145 | 2026-05-19T19:33:02.901Z | Downloaded tui-tree-widget v0.23.1 |
| 1146 | 2026-05-19T19:33:02.901Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1147 | 2026-05-19T19:33:02.901Z | Downloaded libxml v0.3.3 |
| 1148 | 2026-05-19T19:33:02.906Z | Downloaded signal-hook v0.3.18 |
| 1149 | 2026-05-19T19:33:02.906Z | Downloaded tokio-stream v0.1.18 |
| 1150 | 2026-05-19T19:33:02.906Z | Downloaded tokio-rustls v0.26.4 |
| 1151 | 2026-05-19T19:33:02.910Z | Downloaded futures-util v0.3.32 |
| 1152 | 2026-05-19T19:33:02.913Z | Downloaded xshell-macros v0.2.7 |
| 1153 | 2026-05-19T19:33:02.913Z | Downloaded rand v0.9.2 |
| 1154 | 2026-05-19T19:33:02.915Z | Downloaded unicase v2.9.0 |
| 1155 | 2026-05-19T19:33:02.918Z | Downloaded scroll v0.13.0 |
| 1156 | 2026-05-19T19:33:02.918Z | Downloaded slog-async v2.8.0 |
| 1157 | 2026-05-19T19:33:02.921Z | Downloaded snafu v0.8.9 |
| 1158 | 2026-05-19T19:33:02.924Z | Downloaded zeroize_derive v1.4.3 |
| 1159 | 2026-05-19T19:33:02.926Z | Downloaded rand v0.10.0 |
| 1160 | 2026-05-19T19:33:02.929Z | Downloaded vergen-lib v0.1.6 |
| 1161 | 2026-05-19T19:33:02.929Z | Downloaded uzers v0.12.2 |
| 1162 | 2026-05-19T19:33:02.932Z | Downloaded xattr v1.6.1 |
| 1163 | 2026-05-19T19:33:02.932Z | Downloaded zone_cfg_derive v0.3.1 |
| 1164 | 2026-05-19T19:33:02.932Z | Downloaded tinyvec v1.10.0 |
| 1165 | 2026-05-19T19:33:02.935Z | Downloaded usdt-impl v0.6.0 |
| 1166 | 2026-05-19T19:33:02.935Z | Downloaded p521 v0.13.3 |
| 1167 | 2026-05-19T19:33:02.938Z | Downloaded wyz v0.5.1 |
| 1168 | 2026-05-19T19:33:02.938Z | Downloaded vergen-git2 v1.0.7 |
| 1169 | 2026-05-19T19:33:02.941Z | Downloaded vergen-gitcl v1.0.8 |
| 1170 | 2026-05-19T19:33:02.941Z | Downloaded test-strategy v0.4.5 |
| 1171 | 2026-05-19T19:33:02.944Z | Downloaded samael v0.0.19 |
| 1172 | 2026-05-19T19:33:02.946Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1173 | 2026-05-19T19:33:02.949Z | Downloaded iri-string v0.7.10 |
| 1174 | 2026-05-19T19:33:02.952Z | Downloaded walkdir v2.5.0 |
| 1175 | 2026-05-19T19:33:02.955Z | Downloaded vsss-rs v3.3.4 |
| 1176 | 2026-05-19T19:33:02.958Z | Downloaded tracing-attributes v0.1.31 |
| 1177 | 2026-05-19T19:33:02.958Z | Downloaded xshell v0.2.7 |
| 1178 | 2026-05-19T19:33:02.969Z | Downloaded whoami v2.1.0 |
| 1179 | 2026-05-19T19:33:02.972Z | Downloaded whoami v1.6.1 |
| 1180 | 2026-05-19T19:33:02.972Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1181 | 2026-05-19T19:33:02.974Z | Downloaded twox-hash v2.1.2 |
| 1182 | 2026-05-19T19:33:02.978Z | Downloaded zeroize v1.8.2 |
| 1183 | 2026-05-19T19:33:02.978Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1184 | 2026-05-19T19:33:02.981Z | Downloaded tar v0.4.45 |
| 1185 | 2026-05-19T19:33:02.981Z | Downloaded zstd v0.13.3 |
| 1186 | 2026-05-19T19:33:02.984Z | Downloaded russh v0.45.0 |
| 1187 | 2026-05-19T19:33:02.988Z | Downloaded toml v0.7.8 |
| 1188 | 2026-05-19T19:33:02.991Z | Downloaded tracing-core v0.1.36 |
| 1189 | 2026-05-19T19:33:02.993Z | Downloaded typify v0.4.3 |
| 1190 | 2026-05-19T19:33:02.996Z | Downloaded steno v0.4.1 |
| 1191 | 2026-05-19T19:33:02.999Z | Downloaded zone v0.3.1 |
| 1192 | 2026-05-19T19:33:03.003Z | Downloaded typify v0.6.2 |
| 1193 | 2026-05-19T19:33:03.006Z | Downloaded unicode-bidi v0.3.18 |
| 1194 | 2026-05-19T19:33:03.009Z | Downloaded libm v0.2.16 |
| 1195 | 2026-05-19T19:33:03.013Z | Downloaded zstd-safe v7.2.4 |
| 1196 | 2026-05-19T19:33:03.016Z | Downloaded vergen v9.0.6 |
| 1197 | 2026-05-19T19:33:03.016Z | Downloaded schemars v1.2.1 |
| 1198 | 2026-05-19T19:33:03.025Z | Downloaded uuid v1.23.0 |
| 1199 | 2026-05-19T19:33:03.028Z | Downloaded tungstenite v0.23.0 |
| 1200 | 2026-05-19T19:33:03.031Z | Downloaded tungstenite v0.21.0 |
| 1201 | 2026-05-19T19:33:03.034Z | Downloaded rpassword v7.4.0 |
| 1202 | 2026-05-19T19:33:03.034Z | Downloaded unsafe-libyaml v0.2.11 |
| 1203 | 2026-05-19T19:33:03.036Z | Downloaded vte v0.14.1 |
| 1204 | 2026-05-19T19:33:03.039Z | Downloaded yasna v0.5.2 |
| 1205 | 2026-05-19T19:33:03.043Z | Downloaded zerocopy v0.6.6 |
| 1206 | 2026-05-19T19:33:03.045Z | Downloaded unicode-properties v0.1.4 |
| 1207 | 2026-05-19T19:33:03.057Z | Downloaded aws-lc-rs v1.16.3 |
| 1208 | 2026-05-19T19:33:03.063Z | Downloaded rustyline v14.0.0 |
| 1209 | 2026-05-19T19:33:03.066Z | Downloaded reedline v0.40.0 |
| 1210 | 2026-05-19T19:33:03.071Z | Downloaded zopfli v0.8.3 |
| 1211 | 2026-05-19T19:33:03.074Z | Downloaded bitvec v1.0.1 |
| 1212 | 2026-05-19T19:33:03.081Z | Downloaded regex v1.12.3 |
| 1213 | 2026-05-19T19:33:03.087Z | Downloaded tokio-postgres v0.7.16 |
| 1214 | 2026-05-19T19:33:03.090Z | Downloaded unicode_categories v0.1.1 |
| 1215 | 2026-05-19T19:33:03.094Z | Downloaded chrono v0.4.44 |
| 1216 | 2026-05-19T19:33:03.098Z | Downloaded blake3 v1.8.3 |
| 1217 | 2026-05-19T19:33:03.103Z | Downloaded zip v0.6.6 |
| 1218 | 2026-05-19T19:33:03.106Z | Downloaded reqwest v0.12.28 |
| 1219 | 2026-05-19T19:33:03.110Z | Downloaded ssh-key v0.6.7 |
| 1220 | 2026-05-19T19:33:03.114Z | Downloaded toml_edit v0.19.15 |
| 1221 | 2026-05-19T19:33:03.123Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1222 | 2026-05-19T19:33:03.126Z | Downloaded bindgen v0.71.1 |
| 1223 | 2026-05-19T19:33:03.130Z | Downloaded rayon v1.11.0 |
| 1224 | 2026-05-19T19:33:03.136Z | Downloaded p384 v0.13.1 |
| 1225 | 2026-05-19T19:33:03.139Z | Downloaded moka v0.12.13 |
| 1226 | 2026-05-19T19:33:03.144Z | Downloaded curve25519-dalek v4.1.3 |
| 1227 | 2026-05-19T19:33:03.149Z | Downloaded typed-path v0.9.3 |
| 1228 | 2026-05-19T19:33:03.153Z | Downloaded yansi v1.0.1 |
| 1229 | 2026-05-19T19:33:03.156Z | Downloaded portable-atomic v1.13.1 |
| 1230 | 2026-05-19T19:33:03.160Z | Downloaded git2 v0.20.4 |
| 1231 | 2026-05-19T19:33:03.166Z | Downloaded goblin v0.10.5 |
| 1232 | 2026-05-19T19:33:03.170Z | Downloaded quick-xml v0.37.5 |
| 1233 | 2026-05-19T19:33:03.174Z | Downloaded unicode-normalization v0.1.25 |
| 1234 | 2026-05-19T19:33:03.179Z | Downloaded reqwest v0.13.2 |
| 1235 | 2026-05-19T19:33:03.182Z | Downloaded petname v2.0.2 |
| 1236 | 2026-05-19T19:33:03.194Z | Downloaded rustls-webpki v0.101.7 |
| 1237 | 2026-05-19T19:33:03.203Z | Downloaded zerocopy-derive v0.8.40 |
| 1238 | 2026-05-19T19:33:03.209Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-05-19T19:33:03.212Z | Downloaded tokio-util v0.7.18 |
| 1240 | 2026-05-19T19:33:03.215Z | Downloaded proptest v1.11.0 |
| 1241 | 2026-05-19T19:33:03.220Z | Downloaded object v0.30.4 |
| 1242 | 2026-05-19T19:33:03.226Z | Downloaded tough v0.22.0 |
| 1243 | 2026-05-19T19:33:03.231Z | Downloaded salty v0.3.0 |
| 1244 | 2026-05-19T19:33:03.239Z | Downloaded nix v0.27.1 |
| 1245 | 2026-05-19T19:33:03.245Z | Downloaded lalrpop v0.19.12 |
| 1246 | 2026-05-19T19:33:03.252Z | Downloaded tower v0.5.3 |
| 1247 | 2026-05-19T19:33:03.257Z | Downloaded winnow v0.5.40 |
| 1248 | 2026-05-19T19:33:03.273Z | Downloaded zip v4.6.1 |
| 1249 | 2026-05-19T19:33:03.275Z | Downloaded bstr v1.12.1 |
| 1250 | 2026-05-19T19:33:03.282Z | Downloaded tower-http v0.6.8 |
| 1251 | 2026-05-19T19:33:03.287Z | Downloaded x509-cert v0.2.5 |
| 1252 | 2026-05-19T19:33:03.290Z | Downloaded serde_with v3.17.0 |
| 1253 | 2026-05-19T19:33:03.297Z | Downloaded nix v0.28.0 |
| 1254 | 2026-05-19T19:33:03.304Z | Downloaded rustls-webpki v0.102.8 |
| 1255 | 2026-05-19T19:33:03.315Z | Downloaded time v0.3.47 |
| 1256 | 2026-05-19T19:33:03.325Z | Downloaded vcpkg v0.2.15 |
| 1257 | 2026-05-19T19:33:03.346Z | Downloaded hickory-proto v0.24.4 |
| 1258 | 2026-05-19T19:33:03.354Z | Downloaded openapiv3 v2.2.0 |
| 1259 | 2026-05-19T19:33:03.362Z | Downloaded polar-core v0.27.3 |
| 1260 | 2026-05-19T19:33:03.367Z | Downloaded object v0.37.3 |
| 1261 | 2026-05-19T19:33:03.374Z | Downloaded regex-syntax v0.6.29 |
| 1262 | 2026-05-19T19:33:03.378Z | Downloaded hickory-proto v0.25.2 |
| 1263 | 2026-05-19T19:33:03.388Z | Downloaded winnow v0.6.26 |
| 1264 | 2026-05-19T19:33:03.393Z | Downloaded radix_trie v0.2.1 |
| 1265 | 2026-05-19T19:33:03.396Z | Downloaded quinn-proto v0.11.13 |
| 1266 | 2026-05-19T19:33:03.400Z | Downloaded regress v0.11.1 |
| 1267 | 2026-05-19T19:33:03.405Z | Downloaded regex-syntax v0.8.10 |
| 1268 | 2026-05-19T19:33:03.411Z | Downloaded openssl v0.10.79 |
| 1269 | 2026-05-19T19:33:03.417Z | Downloaded rustls v0.21.12 |
| 1270 | 2026-05-19T19:33:03.424Z | Downloaded nix v0.29.0 |
| 1271 | 2026-05-19T19:33:03.431Z | Downloaded smoltcp v0.9.1 |
| 1272 | 2026-05-19T19:33:03.437Z | Downloaded dropshot v0.16.7 |
| 1273 | 2026-05-19T19:33:03.452Z | Downloaded dropshot v0.17.0 |
| 1274 | 2026-05-19T19:33:03.465Z | Downloaded tabled v0.20.0 |
| 1275 | 2026-05-19T19:33:03.476Z | Downloaded nix v0.31.2 |
| 1276 | 2026-05-19T19:33:03.486Z | Downloaded ratatui v0.29.0 |
| 1277 | 2026-05-19T19:33:03.498Z | Downloaded zlib-rs v0.6.2 |
| 1278 | 2026-05-19T19:33:03.501Z | Downloaded sled v0.34.7 |
| 1279 | 2026-05-19T19:33:03.507Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1280 | 2026-05-19T19:33:03.516Z | Downloaded rustls v0.22.4 |
| 1281 | 2026-05-19T19:33:03.524Z | Downloaded webpki-roots v1.0.6 |
| 1282 | 2026-05-19T19:33:03.530Z | Downloaded regress v0.10.5 |
| 1283 | 2026-05-19T19:33:03.537Z | Downloaded smoltcp v0.11.0 |
| 1284 | 2026-05-19T19:33:03.543Z | Downloaded zerocopy v0.8.40 |
| 1285 | 2026-05-19T19:33:03.549Z | Downloaded rustix v0.38.44 |
| 1286 | 2026-05-19T19:33:03.563Z | Downloaded petgraph v0.6.5 |
| 1287 | 2026-05-19T19:33:03.574Z | Downloaded rustls v0.23.37 |
| 1288 | 2026-05-19T19:33:03.581Z | Downloaded chrono-tz v0.10.4 |
| 1289 | 2026-05-19T19:33:03.592Z | Downloaded diesel v2.3.7 |
| 1290 | 2026-05-19T19:33:03.605Z | Downloaded jiff v0.2.21 |
| 1291 | 2026-05-19T19:33:03.623Z | Downloaded libz-sys v1.1.24 |
| 1292 | 2026-05-19T19:33:03.637Z | Downloaded sqlparser v0.61.0 |
| 1293 | 2026-05-19T19:33:03.643Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1294 | 2026-05-19T19:33:03.690Z | Downloaded typify-impl v0.6.2 |
| 1295 | 2026-05-19T19:33:03.699Z | Downloaded typify-impl v0.4.3 |
| 1296 | 2026-05-19T19:33:03.708Z | Downloaded tracing v0.1.44 |
| 1297 | 2026-05-19T19:33:03.722Z | Downloaded zerocopy-derive v0.6.6 |
| 1298 | 2026-05-19T19:33:03.737Z | Downloaded regex-automata v0.4.14 |
| 1299 | 2026-05-19T19:33:03.776Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1300 | 2026-05-19T19:33:03.809Z | Downloaded petgraph v0.8.3 |
| 1301 | 2026-05-19T19:33:03.836Z | Downloaded csv v1.4.0 |
| 1302 | 2026-05-19T19:33:03.850Z | Downloaded sha3 v0.10.8 |
| 1303 | 2026-05-19T19:33:03.866Z | Downloaded tokio v1.52.1 |
| 1304 | 2026-05-19T19:33:03.911Z | Downloaded encoding_rs v0.8.35 |
| 1305 | 2026-05-19T19:33:03.925Z | Downloaded ring v0.17.14 |
| 1306 | 2026-05-19T19:33:04.303Z | Downloaded aws-lc-sys v0.40.0 |
| 1307 | 2026-05-19T19:33:04.553Z | Compiling libc v0.2.185 |
| 1308 | 2026-05-19T19:33:04.553Z | Compiling serde v1.0.228 |
| 1309 | 2026-05-19T19:33:04.556Z | Compiling log v0.4.29 |
| 1310 | 2026-05-19T19:33:04.556Z | Compiling find-msvc-tools v0.1.9 |
| 1311 | 2026-05-19T19:33:04.556Z | Compiling shlex v1.3.0 |
| 1312 | 2026-05-19T19:33:04.556Z | Compiling smallvec v1.15.1 |
| 1313 | 2026-05-19T19:33:04.556Z | Compiling syn v2.0.117 |
| 1314 | 2026-05-19T19:33:04.556Z | Compiling typenum v1.19.0 |
| 1315 | 2026-05-19T19:33:04.887Z | Compiling generic-array v0.14.7 |
| 1316 | 2026-05-19T19:33:04.905Z | Compiling subtle v2.6.1 |
| 1317 | 2026-05-19T19:33:04.929Z | Compiling scopeguard v1.2.0 |
| 1318 | 2026-05-19T19:33:04.949Z | Compiling const-oid v0.9.6 |
| 1319 | 2026-05-19T19:33:05.014Z | Compiling lock_api v0.4.14 |
| 1320 | 2026-05-19T19:33:05.033Z | Compiling serde_json v1.0.149 |
| 1321 | 2026-05-19T19:33:05.065Z | Compiling zerocopy v0.8.40 |
| 1322 | 2026-05-19T19:33:05.134Z | Compiling pin-project-lite v0.2.17 |
| 1323 | 2026-05-19T19:33:05.225Z | Compiling parking_lot_core v0.9.12 |
| 1324 | 2026-05-19T19:33:05.239Z | Compiling portable-atomic v1.13.1 |
| 1325 | 2026-05-19T19:33:05.474Z | Compiling pkg-config v0.3.32 |
| 1326 | 2026-05-19T19:33:05.488Z | Compiling bitflags v2.11.0 |
| 1327 | 2026-05-19T19:33:05.593Z | Compiling getrandom v0.2.17 |
| 1328 | 2026-05-19T19:33:05.656Z | Compiling jobserver v0.1.34 |
| 1329 | 2026-05-19T19:33:05.676Z | Compiling errno v0.3.14 |
| 1330 | 2026-05-19T19:33:05.707Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-05-19T19:33:05.802Z | Compiling signal-hook-registry v1.4.8 |
| 1332 | 2026-05-19T19:33:05.975Z | Compiling cc v1.2.56 |
| 1333 | 2026-05-19T19:33:06.017Z | Compiling futures-core v0.3.32 |
| 1334 | 2026-05-19T19:33:06.031Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-05-19T19:33:06.070Z | Compiling libm v0.2.16 |
| 1336 | 2026-05-19T19:33:06.093Z | Compiling parking_lot v0.12.5 |
| 1337 | 2026-05-19T19:33:06.132Z | Compiling mio v1.2.0 |
| 1338 | 2026-05-19T19:33:06.162Z | Compiling once_cell v1.21.3 |
| 1339 | 2026-05-19T19:33:06.234Z | Compiling num-traits v0.2.19 |
| 1340 | 2026-05-19T19:33:06.337Z | Compiling percent-encoding v2.3.2 |
| 1341 | 2026-05-19T19:33:06.373Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-05-19T19:33:06.458Z | Compiling futures-sink v0.3.32 |
| 1343 | 2026-05-19T19:33:06.519Z | Compiling futures-io v0.3.32 |
| 1344 | 2026-05-19T19:33:06.559Z | Compiling futures-channel v0.3.32 |
| 1345 | 2026-05-19T19:33:06.573Z | Compiling futures-task v0.3.32 |
| 1346 | 2026-05-19T19:33:06.605Z | Compiling getrandom v0.4.1 |
| 1347 | 2026-05-19T19:33:06.795Z | Compiling slab v0.4.12 |
| 1348 | 2026-05-19T19:33:06.851Z | Compiling cpufeatures v0.2.17 |
| 1349 | 2026-05-19T19:33:06.872Z | Compiling rand_core v0.10.0 |
| 1350 | 2026-05-19T19:33:06.899Z | Compiling indexmap v2.14.0 |
| 1351 | 2026-05-19T19:33:06.931Z | Compiling getrandom v0.3.4 |
| 1352 | 2026-05-19T19:33:06.980Z | Compiling rustversion v1.0.22 |
| 1353 | 2026-05-19T19:33:07.046Z | Compiling cmake v0.1.57 |
| 1354 | 2026-05-19T19:33:07.427Z | Compiling form_urlencoded v1.2.2 |
| 1355 | 2026-05-19T19:33:07.513Z | Compiling dunce v1.0.5 |
| 1356 | 2026-05-19T19:33:07.608Z | Compiling synstructure v0.13.2 |
| 1357 | 2026-05-19T19:33:07.608Z | Compiling fs_extra v1.3.0 |
| 1358 | 2026-05-19T19:33:07.648Z | Compiling base64ct v1.8.3 |
| 1359 | 2026-05-19T19:33:07.691Z | Compiling ident_case v1.0.1 |
| 1360 | 2026-05-19T19:33:07.816Z | Compiling iana-time-zone v0.1.65 |
| 1361 | 2026-05-19T19:33:07.872Z | Compiling aws-lc-sys v0.40.0 |
| 1362 | 2026-05-19T19:33:07.940Z | Compiling pem-rfc7468 v0.7.0 |
| 1363 | 2026-05-19T19:33:07.955Z | Compiling regex-syntax v0.8.10 |
| 1364 | 2026-05-19T19:33:07.996Z | Compiling flagset v0.4.7 |
| 1365 | 2026-05-19T19:33:08.022Z | Compiling rustix v1.1.3 |
| 1366 | 2026-05-19T19:33:08.131Z | Compiling rand_core v0.9.5 |
| 1367 | 2026-05-19T19:33:08.200Z | Compiling ring v0.17.14 |
| 1368 | 2026-05-19T19:33:08.226Z | Compiling vcpkg v0.2.15 |
| 1369 | 2026-05-19T19:33:08.256Z | Compiling aws-lc-rs v1.16.3 |
| 1370 | 2026-05-19T19:33:08.410Z | Compiling uuid v1.23.0 |
| 1371 | 2026-05-19T19:33:08.533Z | Compiling rustc_version v0.4.1 |
| 1372 | 2026-05-19T19:33:08.865Z | Compiling tracing-core v0.1.36 |
| 1373 | 2026-05-19T19:33:08.969Z | Compiling openssl-sys v0.9.115 |
| 1374 | 2026-05-19T19:33:09.120Z | Compiling base64 v0.22.1 |
| 1375 | 2026-05-19T19:33:09.371Z | Compiling serde_derive v1.0.228 |
| 1376 | 2026-05-19T19:33:09.433Z | Compiling zeroize_derive v1.4.3 |
| 1377 | 2026-05-19T19:33:09.465Z | Compiling zerofrom-derive v0.1.6 |
| 1378 | 2026-05-19T19:33:09.503Z | Compiling yoke-derive v0.8.1 |
| 1379 | 2026-05-19T19:33:09.782Z | Compiling zerovec-derive v0.11.2 |
| 1380 | 2026-05-19T19:33:10.052Z | Compiling zeroize v1.8.2 |
| 1381 | 2026-05-19T19:33:10.303Z | Compiling zerocopy-derive v0.8.40 |
| 1382 | 2026-05-19T19:33:10.632Z | Compiling displaydoc v0.2.5 |
| 1383 | 2026-05-19T19:33:10.799Z | Compiling crypto-common v0.1.7 |
| 1384 | 2026-05-19T19:33:10.828Z | Compiling zerofrom v0.1.6 |
| 1385 | 2026-05-19T19:33:10.873Z | Compiling block-buffer v0.10.4 |
| 1386 | 2026-05-19T19:33:10.940Z | Compiling yoke v0.8.1 |
| 1387 | 2026-05-19T19:33:10.955Z | Compiling tokio-macros v2.7.0 |
| 1388 | 2026-05-19T19:33:11.038Z | Compiling digest v0.10.7 |
| 1389 | 2026-05-19T19:33:11.119Z | Compiling zerovec v0.11.5 |
| 1390 | 2026-05-19T19:33:11.285Z | Compiling futures-macro v0.3.32 |
| 1391 | 2026-05-19T19:33:11.364Z | Compiling zerotrie v0.2.3 |
| 1392 | 2026-05-19T19:33:11.613Z | Compiling tinystr v0.8.2 |
| 1393 | 2026-05-19T19:33:11.650Z | Compiling potential_utf v0.1.4 |
| 1394 | 2026-05-19T19:33:11.710Z | Compiling hmac v0.12.1 |
| 1395 | 2026-05-19T19:33:11.816Z | Compiling icu_locale_core v2.1.1 |
| 1396 | 2026-05-19T19:33:11.830Z | Compiling icu_collections v2.1.1 |
| 1397 | 2026-05-19T19:33:11.865Z | Compiling block-padding v0.3.3 |
| 1398 | 2026-05-19T19:33:12.026Z | Compiling inout v0.1.4 |
| 1399 | 2026-05-19T19:33:12.121Z | Compiling futures-util v0.3.32 |
| 1400 | 2026-05-19T19:33:12.195Z | Compiling cipher v0.4.4 |
| 1401 | 2026-05-19T19:33:12.300Z | Compiling sha2 v0.10.9 |
| 1402 | 2026-05-19T19:33:12.450Z | Compiling icu_provider v2.1.1 |
| 1403 | 2026-05-19T19:33:12.698Z | Compiling icu_properties v2.1.2 |
| 1404 | 2026-05-19T19:33:12.741Z | Compiling bytes v1.11.1 |
| 1405 | 2026-05-19T19:33:12.814Z | Compiling icu_normalizer v2.1.1 |
| 1406 | 2026-05-19T19:33:13.329Z | Compiling tokio v1.52.1 |
| 1407 | 2026-05-19T19:33:13.330Z | Compiling der_derive v0.7.3 |
| 1408 | 2026-05-19T19:33:13.660Z | Compiling idna_adapter v1.2.1 |
| 1409 | 2026-05-19T19:33:13.761Z | Compiling idna v1.1.0 |
| 1410 | 2026-05-19T19:33:13.791Z | Compiling http v1.4.0 |
| 1411 | 2026-05-19T19:33:14.138Z | Compiling url v2.5.8 |
| 1412 | 2026-05-19T19:33:14.259Z | Compiling der v0.7.10 |
| 1413 | 2026-05-19T19:33:14.332Z | Compiling chrono v0.4.44 |
| 1414 | 2026-05-19T19:33:14.395Z | Compiling salsa20 v0.10.2 |
| 1415 | 2026-05-19T19:33:14.532Z | Compiling ppv-lite86 v0.2.21 |
| 1416 | 2026-05-19T19:33:14.672Z | Compiling pbkdf2 v0.12.2 |
| 1417 | 2026-05-19T19:33:14.675Z | Compiling rustls-pki-types v1.14.0 |
| 1418 | 2026-05-19T19:33:14.789Z | Compiling tracing-attributes v0.1.31 |
| 1419 | 2026-05-19T19:33:14.847Z | Compiling thiserror-impl v2.0.18 |
| 1420 | 2026-05-19T19:33:14.925Z | Compiling rand_chacha v0.9.0 |
| 1421 | 2026-05-19T19:33:15.115Z | Compiling spki v0.7.3 |
| 1422 | 2026-05-19T19:33:15.318Z | Compiling scrypt v0.11.0 |
| 1423 | 2026-05-19T19:33:15.428Z | Compiling http-body v1.0.1 |
| 1424 | 2026-05-19T19:33:15.568Z | Compiling cbc v0.1.2 |
| 1425 | 2026-05-19T19:33:15.582Z | Compiling aes v0.8.4 |
| 1426 | 2026-05-19T19:33:15.673Z | Compiling untrusted v0.7.1 |
| 1427 | 2026-05-19T19:33:15.704Z | Compiling openssl-probe v0.2.1 |
| 1428 | 2026-05-19T19:33:15.718Z | Compiling untrusted v0.9.0 |
| 1429 | 2026-05-19T19:33:15.793Z | Compiling httparse v1.10.1 |
| 1430 | 2026-05-19T19:33:15.833Z | Compiling tinyvec_macros v0.1.1 |
| 1431 | 2026-05-19T19:33:15.900Z | Compiling tinyvec v1.10.0 |
| 1432 | 2026-05-19T19:33:16.052Z | Compiling tracing v0.1.44 |
| 1433 | 2026-05-19T19:33:16.145Z | Compiling thiserror v2.0.18 |
| 1434 | 2026-05-19T19:33:16.167Z | Compiling pkcs5 v0.7.1 |
| 1435 | 2026-05-19T19:33:16.236Z | Compiling pest_generator v2.8.6 |
| 1436 | 2026-05-19T19:33:16.250Z | Compiling rand v0.9.2 |
| 1437 | 2026-05-19T19:33:16.309Z | Compiling serde_derive_internals v0.29.1 |
| 1438 | 2026-05-19T19:33:16.624Z | Compiling aho-corasick v1.1.4 |
| 1439 | 2026-05-19T19:33:16.679Z | Compiling tower-service v0.3.3 |
| 1440 | 2026-05-19T19:33:16.776Z | Compiling rustls v0.23.37 |
| 1441 | 2026-05-19T19:33:16.948Z | Compiling tower-layer v0.3.3 |
| 1442 | 2026-05-19T19:33:16.964Z | Compiling try-lock v0.2.5 |
| 1443 | 2026-05-19T19:33:17.066Z | Compiling tokio-util v0.7.18 |
| 1444 | 2026-05-19T19:33:17.082Z | Compiling dyn-clone v1.0.20 |
| 1445 | 2026-05-19T19:33:17.106Z | Compiling schemars v0.8.22 |
| 1446 | 2026-05-19T19:33:17.216Z | Compiling atomic-waker v1.1.2 |
| 1447 | 2026-05-19T19:33:17.240Z | Compiling schemars_derive v0.8.22 |
| 1448 | 2026-05-19T19:33:17.322Z | Compiling want v0.3.1 |
| 1449 | 2026-05-19T19:33:17.341Z | Compiling pest_derive v2.8.6 |
| 1450 | 2026-05-19T19:33:17.482Z | Compiling regex-automata v0.4.14 |
| 1451 | 2026-05-19T19:33:17.663Z | Compiling pkcs8 v0.10.2 |
| 1452 | 2026-05-19T19:33:17.756Z | Compiling h2 v0.4.13 |
| 1453 | 2026-05-19T19:33:18.092Z | Compiling ipnet v2.11.0 |
| 1454 | 2026-05-19T19:33:18.255Z | Compiling scroll_derive v0.13.1 |
| 1455 | 2026-05-19T19:33:18.297Z | Compiling darling_core v0.20.11 |
| 1456 | 2026-05-19T19:33:18.456Z | Compiling httpdate v1.0.3 |
| 1457 | 2026-05-19T19:33:18.586Z | Compiling foreign-types-shared v0.1.1 |
| 1458 | 2026-05-19T19:33:18.670Z | Compiling openssl v0.10.79 |
| 1459 | 2026-05-19T19:33:18.674Z | Compiling pin-utils v0.1.0 |
| 1460 | 2026-05-19T19:33:18.747Z | Compiling foreign-types v0.3.2 |
| 1461 | 2026-05-19T19:33:18.818Z | Compiling tempfile v3.25.0 |
| 1462 | 2026-05-19T19:33:18.942Z | Compiling unicode-normalization v0.1.25 |
| 1463 | 2026-05-19T19:33:19.032Z | Compiling scroll v0.13.0 |
| 1464 | 2026-05-19T19:33:19.289Z | Compiling openssl-macros v0.1.1 |
| 1465 | 2026-05-19T19:33:19.387Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1466 | 2026-05-19T19:33:19.585Z | Compiling spin v0.9.8 |
| 1467 | 2026-05-19T19:33:19.670Z | Compiling num-conv v0.2.0 |
| 1468 | 2026-05-19T19:33:19.767Z | Compiling native-tls v0.2.18 |
| 1469 | 2026-05-19T19:33:19.787Z | Compiling time-core v0.1.8 |
| 1470 | 2026-05-19T19:33:19.801Z | Compiling powerfmt v0.2.0 |
| 1471 | 2026-05-19T19:33:19.931Z | Compiling crc32fast v1.5.0 |
| 1472 | 2026-05-19T19:33:19.982Z | Compiling deranged v0.5.8 |
| 1473 | 2026-05-19T19:33:19.995Z | Compiling time-macros v0.2.27 |
| 1474 | 2026-05-19T19:33:20.521Z | Compiling darling_macro v0.20.11 |
| 1475 | 2026-05-19T19:33:20.937Z | Compiling hyper v1.8.1 |
| 1476 | 2026-05-19T19:33:20.972Z | Compiling darling v0.20.11 |
| 1477 | 2026-05-19T19:33:21.024Z | Compiling goblin v0.10.5 |
| 1478 | 2026-05-19T19:33:21.051Z | Compiling rustls-native-certs v0.8.3 |
| 1479 | 2026-05-19T19:33:21.334Z | Compiling sync_wrapper v1.0.2 |
| 1480 | 2026-05-19T19:33:21.442Z | Compiling wait-timeout v0.2.1 |
| 1481 | 2026-05-19T19:33:21.501Z | Compiling bit-vec v0.8.0 |
| 1482 | 2026-05-19T19:33:21.583Z | Compiling siphasher v1.0.2 |
| 1483 | 2026-05-19T19:33:21.706Z | Compiling usdt-impl v0.6.0 |
| 1484 | 2026-05-19T19:33:21.776Z | Compiling unicode-segmentation v1.12.0 |
| 1485 | 2026-05-19T19:33:21.804Z | Compiling num_threads v0.1.7 |
| 1486 | 2026-05-19T19:33:21.901Z | Compiling crossbeam-utils v0.8.21 |
| 1487 | 2026-05-19T19:33:21.915Z | Compiling simd-adler32 v0.3.8 |
| 1488 | 2026-05-19T19:33:22.152Z | Compiling hyper-util v0.1.20 |
| 1489 | 2026-05-19T19:33:22.153Z | Compiling syn v1.0.109 |
| 1490 | 2026-05-19T19:33:22.181Z | Compiling quick-error v1.2.3 |
| 1491 | 2026-05-19T19:33:22.286Z | Compiling rusty-fork v0.3.1 |
| 1492 | 2026-05-19T19:33:22.580Z | Compiling time v0.3.47 |
| 1493 | 2026-05-19T19:33:22.602Z | Compiling bit-set v0.8.0 |
| 1494 | 2026-05-19T19:33:22.770Z | Compiling tower v0.5.3 |
| 1495 | 2026-05-19T19:33:22.829Z | Compiling derive_builder_core v0.20.2 |
| 1496 | 2026-05-19T19:33:23.244Z | Compiling dtrace-parser v0.3.0 |
| 1497 | 2026-05-19T19:33:23.440Z | Compiling http-body-util v0.1.3 |
| 1498 | 2026-05-19T19:33:23.680Z | Compiling webpki-roots v1.0.6 |
| 1499 | 2026-05-19T19:33:23.693Z | Compiling signature v2.2.0 |
| 1500 | 2026-05-19T19:33:23.798Z | Compiling dof v0.4.0 |
| 1501 | 2026-05-19T19:33:23.871Z | Compiling scroll_derive v0.12.1 |
| 1502 | 2026-05-19T19:33:23.886Z | Compiling thiserror-impl v1.0.69 |
| 1503 | 2026-05-19T19:33:23.985Z | Compiling heapless v0.7.17 |
| 1504 | 2026-05-19T19:33:24.139Z | Compiling rand_xorshift v0.4.0 |
| 1505 | 2026-05-19T19:33:24.219Z | Compiling slog v2.8.2 |
| 1506 | 2026-05-19T19:33:24.298Z | Compiling darling_core v0.21.3 |
| 1507 | 2026-05-19T19:33:24.396Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1508 | 2026-05-19T19:33:24.511Z | Compiling thread-id v5.1.0 |
| 1509 | 2026-05-19T19:33:24.595Z | Compiling cookie v0.18.1 |
| 1510 | 2026-05-19T19:33:24.665Z | Compiling unicode-bidi v0.3.18 |
| 1511 | 2026-05-19T19:33:24.772Z | Compiling paste v1.0.15 |
| 1512 | 2026-05-19T19:33:24.959Z | Compiling anyhow v1.0.102 |
| 1513 | 2026-05-19T19:33:25.034Z | Compiling signal-hook v0.3.18 |
| 1514 | 2026-05-19T19:33:25.100Z | Compiling adler2 v2.0.1 |
| 1515 | 2026-05-19T19:33:25.189Z | Compiling allocator-api2 v0.2.21 |
| 1516 | 2026-05-19T19:33:25.203Z | Compiling zstd-safe v7.2.4 |
| 1517 | 2026-05-19T19:33:25.225Z | Compiling unarray v0.1.4 |
| 1518 | 2026-05-19T19:33:25.238Z | Compiling ryu v1.0.23 |
| 1519 | 2026-05-19T19:33:25.251Z | Compiling iri-string v0.7.10 |
| 1520 | 2026-05-19T19:33:25.331Z | Compiling unicode-properties v0.1.4 |
| 1521 | 2026-05-19T19:33:25.385Z | Compiling serde_urlencoded v0.7.1 |
| 1522 | 2026-05-19T19:33:25.411Z | Compiling proptest v1.11.0 |
| 1523 | 2026-05-19T19:33:25.497Z | Compiling stringprep v0.1.5 |
| 1524 | 2026-05-19T19:33:25.642Z | Compiling miniz_oxide v0.8.9 |
| 1525 | 2026-05-19T19:33:25.739Z | Compiling thiserror v1.0.69 |
| 1526 | 2026-05-19T19:33:26.229Z | Compiling scroll v0.12.0 |
| 1527 | 2026-05-19T19:33:26.487Z | Compiling tower-http v0.6.8 |
| 1528 | 2026-05-19T19:33:26.572Z | Compiling derive_builder_macro v0.20.2 |
| 1529 | 2026-05-19T19:33:26.699Z | Compiling tokio-native-tls v0.3.1 |
| 1530 | 2026-05-19T19:33:26.780Z | Compiling darling_macro v0.21.3 |
| 1531 | 2026-05-19T19:33:26.865Z | Compiling heck v0.4.1 |
| 1532 | 2026-05-19T19:33:26.912Z | Compiling ipnetwork v0.21.1 |
| 1533 | 2026-05-19T19:33:27.053Z | Compiling bstr v1.12.1 |
| 1534 | 2026-05-19T19:33:27.093Z | Compiling rand_chacha v0.3.1 |
| 1535 | 2026-05-19T19:33:27.252Z | Compiling toml_datetime v0.6.11 |
| 1536 | 2026-05-19T19:33:27.252Z | Compiling erased-serde v0.3.31 |
| 1537 | 2026-05-19T19:33:27.308Z | Compiling serde_tokenstream v0.2.3 |
| 1538 | 2026-05-19T19:33:27.509Z | Compiling serde_spanned v0.6.9 |
| 1539 | 2026-05-19T19:33:27.619Z | Compiling md-5 v0.10.6 |
| 1540 | 2026-05-19T19:33:27.656Z | Compiling pin-project-internal v1.1.11 |
| 1541 | 2026-05-19T19:33:27.698Z | Compiling zerocopy-derive v0.7.35 |
| 1542 | 2026-05-19T19:33:27.750Z | Compiling async-trait v0.1.89 |
| 1543 | 2026-05-19T19:33:27.790Z | Compiling curve25519-dalek v4.1.3 |
| 1544 | 2026-05-19T19:33:27.905Z | Compiling vergen-lib v0.1.6 |
| 1545 | 2026-05-19T19:33:28.085Z | Compiling num-integer v0.1.46 |
| 1546 | 2026-05-19T19:33:28.120Z | Compiling hash32 v0.2.1 |
| 1547 | 2026-05-19T19:33:28.310Z | Compiling ff v0.13.1 |
| 1548 | 2026-05-19T19:33:28.400Z | Compiling memoffset v0.9.1 |
| 1549 | 2026-05-19T19:33:28.447Z | Compiling ref-cast v1.0.25 |
| 1550 | 2026-05-19T19:33:28.542Z | Compiling num-bigint-dig v0.8.6 |
| 1551 | 2026-05-19T19:33:28.589Z | Compiling zlib-rs v0.6.2 |
| 1552 | 2026-05-19T19:33:28.729Z | Compiling base16ct v0.2.0 |
| 1553 | 2026-05-19T19:33:28.744Z | Compiling fallible-iterator v0.2.0 |
| 1554 | 2026-05-19T19:33:28.747Z | Compiling smoltcp v0.9.1 |
| 1555 | 2026-05-19T19:33:28.771Z | Compiling rustix v0.38.44 |
| 1556 | 2026-05-19T19:33:28.898Z | Compiling psl-types v2.0.11 |
| 1557 | 2026-05-19T19:33:29.021Z | Compiling cfg_aliases v0.2.1 |
| 1558 | 2026-05-19T19:33:29.048Z | Compiling litrs v1.0.0 |
| 1559 | 2026-05-19T19:33:29.094Z | Compiling nix v0.31.2 |
| 1560 | 2026-05-19T19:33:29.108Z | Compiling postgres-protocol v0.6.10 |
| 1561 | 2026-05-19T19:33:29.211Z | Compiling publicsuffix v2.3.0 |
| 1562 | 2026-05-19T19:33:29.382Z | Compiling sec1 v0.7.3 |
| 1563 | 2026-05-19T19:33:29.455Z | Compiling pin-project v1.1.11 |
| 1564 | 2026-05-19T19:33:29.550Z | Compiling document-features v0.2.12 |
| 1565 | 2026-05-19T19:33:29.650Z | Compiling zerocopy v0.7.35 |
| 1566 | 2026-05-19T19:33:29.664Z | Compiling group v0.13.0 |
| 1567 | 2026-05-19T19:33:29.723Z | Compiling num-iter v0.1.45 |
| 1568 | 2026-05-19T19:33:29.946Z | Compiling newtype-uuid v1.3.2 |
| 1569 | 2026-05-19T19:33:30.183Z | Compiling rand v0.8.6 |
| 1570 | 2026-05-19T19:33:30.270Z | Compiling darling v0.21.3 |
| 1571 | 2026-05-19T19:33:30.293Z | Compiling oxnet v0.1.4 |
| 1572 | 2026-05-19T19:33:30.352Z | Compiling snafu-derive v0.8.9 |
| 1573 | 2026-05-19T19:33:30.502Z | Compiling derive_builder v0.20.2 |
| 1574 | 2026-05-19T19:33:30.602Z | Compiling hubpack_derive v0.1.1 |
| 1575 | 2026-05-19T19:33:30.626Z | Compiling hyper-tls v0.6.0 |
| 1576 | 2026-05-19T19:33:30.878Z | Compiling goblin v0.8.2 |
| 1577 | 2026-05-19T19:33:31.463Z | Compiling flate2 v1.1.9 |
| 1578 | 2026-05-19T19:33:31.489Z | Compiling phf_shared v0.13.1 |
| 1579 | 2026-05-19T19:33:31.730Z | Compiling lazy_static v1.5.0 |
| 1580 | 2026-05-19T19:33:31.767Z | Compiling regex v1.12.3 |
| 1581 | 2026-05-19T19:33:31.802Z | Compiling strum_macros v0.27.2 |
| 1582 | 2026-05-19T19:33:31.825Z | Compiling futures-executor v0.3.32 |
| 1583 | 2026-05-19T19:33:31.910Z | Compiling hex v0.4.3 |
| 1584 | 2026-05-19T19:33:32.086Z | Compiling cargo-platform v0.1.9 |
| 1585 | 2026-05-19T19:33:32.191Z | Compiling hkdf v0.12.4 |
| 1586 | 2026-05-19T19:33:32.212Z | Compiling crypto-bigint v0.5.5 |
| 1587 | 2026-05-19T19:33:32.275Z | Compiling terminal_size v0.4.3 |
| 1588 | 2026-05-19T19:33:32.351Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1589 | 2026-05-19T19:33:32.365Z | Compiling ref-cast-impl v1.0.25 |
| 1590 | 2026-05-19T19:33:32.413Z | Compiling daft-derive v0.1.5 |
| 1591 | 2026-05-19T19:33:32.896Z | Compiling vergen v9.0.6 |
| 1592 | 2026-05-19T19:33:32.989Z | Compiling fs-err v3.3.0 |
| 1593 | 2026-05-19T19:33:33.076Z | Compiling ahash v0.8.12 |
| 1594 | 2026-05-19T19:33:33.118Z | Compiling encoding_rs v0.8.35 |
| 1595 | 2026-05-19T19:33:33.177Z | Compiling libbz2-rs-sys v0.2.2 |
| 1596 | 2026-05-19T19:33:33.270Z | Compiling managed v0.8.0 |
| 1597 | 2026-05-19T19:33:33.486Z | Compiling mime v0.3.17 |
| 1598 | 2026-05-19T19:33:33.743Z | Compiling foldhash v0.1.5 |
| 1599 | 2026-05-19T19:33:33.770Z | Compiling bumpalo v3.20.2 |
| 1600 | 2026-05-19T19:33:33.850Z | Compiling same-file v1.0.6 |
| 1601 | 2026-05-19T19:33:33.912Z | Compiling bitflags v1.3.2 |
| 1602 | 2026-05-19T19:33:33.990Z | Compiling winnow v0.5.40 |
| 1603 | 2026-05-19T19:33:34.011Z | Compiling foldhash v0.2.0 |
| 1604 | 2026-05-19T19:33:34.014Z | Compiling object v0.37.3 |
| 1605 | 2026-05-19T19:33:34.245Z | Compiling hashbrown v0.16.1 |
| 1606 | 2026-05-19T19:33:34.323Z | Compiling clap_builder v4.5.60 |
| 1607 | 2026-05-19T19:33:34.412Z | Compiling zopfli v0.8.3 |
| 1608 | 2026-05-19T19:33:34.609Z | Compiling walkdir v2.5.0 |
| 1609 | 2026-05-19T19:33:34.819Z | Compiling hashbrown v0.15.5 |
| 1610 | 2026-05-19T19:33:34.913Z | Compiling strum v0.27.2 |
| 1611 | 2026-05-19T19:33:35.045Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-05-19T19:33:35.128Z | Compiling elliptic-curve v0.13.8 |
| 1613 | 2026-05-19T19:33:35.211Z | Compiling dof v0.3.0 |
| 1614 | 2026-05-19T19:33:35.252Z | Compiling toml_edit v0.19.15 |
| 1615 | 2026-05-19T19:33:35.365Z | Compiling daft v0.1.5 |
| 1616 | 2026-05-19T19:33:35.620Z | Compiling snafu v0.8.9 |
| 1617 | 2026-05-19T19:33:35.637Z | Compiling cargo_metadata v0.19.2 |
| 1618 | 2026-05-19T19:33:35.910Z | Compiling futures v0.3.32 |
| 1619 | 2026-05-19T19:33:35.994Z | Compiling phf v0.13.1 |
| 1620 | 2026-05-19T19:33:36.153Z | Compiling signal-hook-mio v0.2.5 |
| 1621 | 2026-05-19T19:33:36.389Z | Compiling cookie_store v0.22.1 |
| 1622 | 2026-05-19T19:33:36.644Z | Compiling hubpack v0.1.2 |
| 1623 | 2026-05-19T19:33:36.866Z | Compiling bzip2 v0.4.4 |
| 1624 | 2026-05-19T19:33:36.968Z | Compiling zstd v0.13.3 |
| 1625 | 2026-05-19T19:33:37.104Z | Compiling serde_with_macros v3.17.0 |
| 1626 | 2026-05-19T19:33:37.180Z | Compiling postgres-types v0.2.12 |
| 1627 | 2026-05-19T19:33:37.345Z | Compiling usdt-macro v0.6.0 |
| 1628 | 2026-05-19T19:33:37.736Z | Compiling usdt-attr-macro v0.6.0 |
| 1629 | 2026-05-19T19:33:37.906Z | Compiling globset v0.4.18 |
| 1630 | 2026-05-19T19:33:38.075Z | Compiling dtrace-parser v0.2.0 |
| 1631 | 2026-05-19T19:33:39.682Z | Compiling ed25519 v2.2.3 |
| 1632 | 2026-05-19T19:33:39.766Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-05-19T19:33:39.766Z | Compiling olpc-cjson v0.1.4 |
| 1634 | 2026-05-19T19:33:39.766Z | Compiling pkcs1 v0.7.5 |
| 1635 | 2026-05-19T19:33:39.766Z | Compiling clap_derive v4.5.55 |
| 1636 | 2026-05-19T19:33:39.766Z | Compiling strum_macros v0.26.4 |
| 1637 | 2026-05-19T19:33:39.766Z | Compiling enum-as-inner v0.6.1 |
| 1638 | 2026-05-19T19:33:39.766Z | Compiling serde-big-array v0.5.1 |
| 1639 | 2026-05-19T19:33:39.766Z | Compiling serde_plain v1.0.2 |
| 1640 | 2026-05-19T19:33:39.766Z | Compiling rfc6979 v0.4.0 |
| 1641 | 2026-05-19T19:33:39.766Z | Compiling serde_repr v0.1.20 |
| 1642 | 2026-05-19T19:33:39.767Z | Compiling async-recursion v1.1.1 |
| 1643 | 2026-05-19T19:33:39.767Z | Compiling pem v3.0.6 |
| 1644 | 2026-05-19T19:33:39.767Z | Compiling float-cmp v0.10.0 |
| 1645 | 2026-05-19T19:33:39.767Z | Compiling memmap2 v0.9.10 |
| 1646 | 2026-05-19T19:33:39.767Z | Compiling thread-id v4.2.2 |
| 1647 | 2026-05-19T19:33:39.767Z | Compiling env_filter v1.0.0 |
| 1648 | 2026-05-19T19:33:39.767Z | Compiling jiff v0.2.21 |
| 1649 | 2026-05-19T19:33:39.767Z | Compiling fixedbitset v0.4.2 |
| 1650 | 2026-05-19T19:33:39.792Z | Compiling precomputed-hash v0.1.1 |
| 1651 | 2026-05-19T19:33:39.792Z | Compiling whoami v2.1.0 |
| 1652 | 2026-05-19T19:33:39.831Z | Compiling either v1.15.0 |
| 1653 | 2026-05-19T19:33:39.847Z | Compiling data-encoding v2.10.0 |
| 1654 | 2026-05-19T19:33:40.022Z | Compiling fixedbitset v0.5.7 |
| 1655 | 2026-05-19T19:33:40.157Z | Compiling typed-path v0.9.3 |
| 1656 | 2026-05-19T19:33:40.297Z | Compiling normalize-line-endings v0.3.0 |
| 1657 | 2026-05-19T19:33:40.306Z | Compiling keccak v0.1.6 |
| 1658 | 2026-05-19T19:33:40.323Z | Compiling predicates-core v1.0.10 |
| 1659 | 2026-05-19T19:33:40.403Z | Compiling rustc-hash v2.1.1 |
| 1660 | 2026-05-19T19:33:40.494Z | Compiling difflib v0.4.0 |
| 1661 | 2026-05-19T19:33:40.508Z | Compiling static_assertions v1.1.0 |
| 1662 | 2026-05-19T19:33:40.508Z | Compiling new_debug_unreachable v1.0.6 |
| 1663 | 2026-05-19T19:33:40.582Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1664 | 2026-05-19T19:33:40.598Z | Compiling string_cache v0.8.9 |
| 1665 | 2026-05-19T19:33:40.822Z | Compiling predicates v3.1.4 |
| 1666 | 2026-05-19T19:33:41.033Z | Compiling iddqd v0.3.18 |
| 1667 | 2026-05-19T19:33:41.119Z | Compiling sha3 v0.10.8 |
| 1668 | 2026-05-19T19:33:41.334Z | Compiling clap v4.5.60 |
| 1669 | 2026-05-19T19:33:41.422Z | Compiling strum v0.26.3 |
| 1670 | 2026-05-19T19:33:41.460Z | Compiling petgraph v0.8.3 |
| 1671 | 2026-05-19T19:33:41.550Z | Compiling hickory-proto v0.25.2 |
| 1672 | 2026-05-19T19:33:41.564Z | Compiling itertools v0.13.0 |
| 1673 | 2026-05-19T19:33:41.622Z | Compiling tokio-postgres v0.7.16 |
| 1674 | 2026-05-19T19:33:42.226Z | Compiling zip v4.6.1 |
| 1675 | 2026-05-19T19:33:42.839Z | Compiling petgraph v0.6.5 |
| 1676 | 2026-05-19T19:33:43.184Z | Compiling env_logger v0.11.9 |
| 1677 | 2026-05-19T19:33:43.444Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-05-19T19:33:43.447Z | Compiling usdt-impl v0.5.0 |
| 1679 | 2026-05-19T19:33:43.530Z | Compiling usdt v0.6.0 |
| 1680 | 2026-05-19T19:33:43.714Z | Compiling ecdsa v0.16.9 |
| 1681 | 2026-05-19T19:33:43.787Z | Compiling rsa v0.9.10 |
| 1682 | 2026-05-19T19:33:43.835Z | Compiling ed25519-dalek v2.2.0 |
| 1683 | 2026-05-19T19:33:44.035Z | Compiling serde_with v3.17.0 |
| 1684 | 2026-05-19T19:33:44.102Z | Compiling crossterm v0.28.1 |
| 1685 | 2026-05-19T19:33:44.489Z | Compiling zip v0.6.6 |
| 1686 | 2026-05-19T19:33:45.059Z | Compiling toml v0.7.8 |
| 1687 | 2026-05-19T19:33:45.777Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1688 | 2026-05-19T19:33:45.958Z | Compiling similar v2.7.0 |
| 1689 | 2026-05-19T19:33:46.064Z | Compiling crossbeam-epoch v0.9.18 |
| 1690 | 2026-05-19T19:33:46.171Z | Compiling tokio-stream v0.1.18 |
| 1691 | 2026-05-19T19:33:46.219Z | Compiling buf-list v1.1.2 |
| 1692 | 2026-05-19T19:33:46.392Z | Compiling x509-cert v0.2.5 |
| 1693 | 2026-05-19T19:33:46.407Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1694 | 2026-05-19T19:33:46.493Z | Compiling openapiv3 v2.2.0 |
| 1695 | 2026-05-19T19:33:46.598Z | Compiling sha1 v0.10.6 |
| 1696 | 2026-05-19T19:33:46.740Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1697 | 2026-05-19T19:33:46.830Z | Compiling peg-runtime v0.8.5 |
| 1698 | 2026-05-19T19:33:46.848Z | Compiling lalrpop-util v0.19.12 |
| 1699 | 2026-05-19T19:33:47.033Z | Compiling thread_local v1.1.9 |
| 1700 | 2026-05-19T19:33:47.048Z | Compiling slog-async v2.8.0 |
| 1701 | 2026-05-19T19:33:47.066Z | Compiling crossbeam-channel v0.5.15 |
| 1702 | 2026-05-19T19:33:47.115Z | Compiling is-terminal v0.4.17 |
| 1703 | 2026-05-19T19:33:47.212Z | Compiling filetime v0.2.27 |
| 1704 | 2026-05-19T19:33:47.283Z | Compiling term v1.2.1 |
| 1705 | 2026-05-19T19:33:47.356Z | Compiling xattr v1.6.1 |
| 1706 | 2026-05-19T19:33:47.389Z | Compiling take_mut v0.2.2 |
| 1707 | 2026-05-19T19:33:47.503Z | Compiling tar v0.4.45 |
| 1708 | 2026-05-19T19:33:47.858Z | Compiling slog-term v2.9.2 |
| 1709 | 2026-05-19T19:33:57.662Z | Compiling rustls-webpki v0.103.9 |
| 1710 | 2026-05-19T19:34:00.470Z | Compiling tokio-rustls v0.26.4 |
| 1711 | 2026-05-19T19:34:00.470Z | Compiling rustls-platform-verifier v0.6.2 |
| 1712 | 2026-05-19T19:34:00.666Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-05-19T19:34:00.867Z | Compiling reqwest v0.12.28 |
| 1714 | 2026-05-19T19:34:00.870Z | Compiling reqwest v0.13.2 |
| 1715 | 2026-05-19T19:34:02.123Z | Compiling tough v0.22.0 |
| 1716 | 2026-05-19T19:34:04.654Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1717 | 2026-05-19T19:34:04.868Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1718 | 2026-05-19T19:34:07.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1719 | 2026-05-19T19:34:07.849Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1720 | 2026-05-19T19:34:07.906Z | May 19 19:34:06.179 INFO Starting download, target: Clickhouse |
| 1721 | 2026-05-19T19:34:07.907Z | May 19 19:34:06.179 INFO Starting download, target: Console |
| 1722 | 2026-05-19T19:34:07.907Z | May 19 19:34:06.179 INFO Starting download, target: Cockroach |
| 1723 | 2026-05-19T19:34:07.907Z | May 19 19:34:06.179 INFO Starting download, target: DendriteStub |
| 1724 | 2026-05-19T19:34:07.907Z | May 19 19:34:06.179 INFO Starting download, target: MaghemiteMgd |
| 1725 | 2026-05-19T19:34:07.910Z | May 19 19:34:06.179 INFO Starting download, target: TransceiverControl |
| 1726 | 2026-05-19T19:34:07.910Z | May 19 19:34:06.180 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1727 | 2026-05-19T19:34:07.910Z | May 19 19:34:06.180 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1728 | 2026-05-19T19:34:07.910Z | May 19 19:34:06.180 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1729 | 2026-05-19T19:34:07.911Z | May 19 19:34:06.180 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1730 | 2026-05-19T19:34:07.911Z | May 19 19:34:06.180 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1731 | 2026-05-19T19:34:07.911Z | May 19 19:34:06.180 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-05-19T19:34:08.441Z | May 19 19:34:06.681 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-05-19T19:34:08.614Z | May 19 19:34:06.887 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-05-19T19:34:09.017Z | May 19 19:34:07.288 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1735 | 2026-05-19T19:34:09.245Z | May 19 19:34:07.520 INFO Download complete, target: Console |
| 1736 | 2026-05-19T19:34:09.660Z | May 19 19:34:07.933 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1737 | 2026-05-19T19:34:09.959Z | May 19 19:34:08.233 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1738 | 2026-05-19T19:34:10.070Z | May 19 19:34:08.342 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1739 | 2026-05-19T19:34:10.379Z | May 19 19:34:08.655 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1740 | 2026-05-19T19:34:10.379Z | May 19 19:34:08.655 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1741 | 2026-05-19T19:34:11.997Z | May 19 19:34:10.273 INFO Download complete, target: DendriteStub |
| 1742 | 2026-05-19T19:34:12.349Z | May 19 19:34:10.625 INFO Download complete, target: MaghemiteMgd |
| 1743 | 2026-05-19T19:34:14.950Z | May 19 19:34:13.225 INFO Checking that binary works, target: Cockroach |
| 1744 | 2026-05-19T19:34:15.160Z | May 19 19:34:13.436 INFO Download complete, target: Cockroach |
| 1745 | 2026-05-19T19:34:16.681Z | May 19 19:34:14.956 INFO Checking that binary works, target: Clickhouse |
| 1746 | 2026-05-19T19:34:16.806Z | May 19 19:34:15.082 INFO Download complete, target: Clickhouse |
| 1747 | 2026-05-19T19:34:16.868Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1748 | 2026-05-19T19:34:16.871Z | |
| 1749 | 2026-05-19T19:34:16.871Z | real 2:18.698200834 |
| 1750 | 2026-05-19T19:34:16.871Z | user 6:53.443764423 |
| 1751 | 2026-05-19T19:34:16.871Z | sys 1:21.752020149 |
| 1752 | 2026-05-19T19:34:16.871Z | trap 0.215420603 |
| 1753 | 2026-05-19T19:34:16.871Z | tflt 1.350361837 |
| 1754 | 2026-05-19T19:34:16.871Z | dflt 1.496370826 |
| 1755 | 2026-05-19T19:34:16.871Z | kflt 0.064120339 |
| 1756 | 2026-05-19T19:34:16.871Z | lock 21:27.958166214 |
| 1757 | 2026-05-19T19:34:16.872Z | slp 21:22.702252440 |
| 1758 | 2026-05-19T19:34:16.872Z | lat 44.689397843 |
| 1759 | 2026-05-19T19:34:16.872Z | stop 1:59.048041488 |
| 1760 | 2026-05-19T19:34:16.872Z | + banner clippy |
| 1761 | 2026-05-19T19:34:16.872Z | |
| 1762 | 2026-05-19T19:34:16.872Z | #### # # ##### ##### # # |
| 1763 | 2026-05-19T19:34:16.872Z | # # # # # # # # # # |
| 1764 | 2026-05-19T19:34:16.872Z | # # # # # # # # |
| 1765 | 2026-05-19T19:34:16.872Z | # # # ##### ##### # |
| 1766 | 2026-05-19T19:34:16.872Z | # # # # # # # |
| 1767 | 2026-05-19T19:34:16.872Z | #### ###### # # # # |
| 1768 | 2026-05-19T19:34:16.872Z | |
| 1769 | 2026-05-19T19:34:16.872Z | + export CARGO_INCREMENTAL=0 |
| 1770 | 2026-05-19T19:34:16.872Z | + CARGO_INCREMENTAL=0 |
| 1771 | 2026-05-19T19:34:16.872Z | + ptime -m cargo xtask clippy |
| 1772 | 2026-05-19T19:34:17.399Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1773 | 2026-05-19T19:34:17.616Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1774 | 2026-05-19T19:34:19.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1775 | 2026-05-19T19:34:19.548Z | Running `target/debug/xtask clippy` |
| 1776 | 2026-05-19T19:34:19.575Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1777 | 2026-05-19T19:34:20.185Z | Downloading crates ... |
| 1778 | 2026-05-19T19:34:20.385Z | Downloaded cargo_metadata v0.23.1 |
| 1779 | 2026-05-19T19:34:20.388Z | Downloaded async-object-pool v0.2.0 |
| 1780 | 2026-05-19T19:34:20.391Z | Downloaded chumsky v0.9.3 |
| 1781 | 2026-05-19T19:34:20.395Z | Downloaded linkme-impl v0.3.35 |
| 1782 | 2026-05-19T19:34:20.403Z | Downloaded event-listener-strategy v0.5.4 |
| 1783 | 2026-05-19T19:34:20.409Z | Downloaded concurrent-queue v2.5.0 |
| 1784 | 2026-05-19T19:34:20.412Z | Downloaded blake2b_simd v1.0.4 |
| 1785 | 2026-05-19T19:34:20.414Z | Downloaded backtrace-ext v0.2.1 |
| 1786 | 2026-05-19T19:34:20.421Z | Downloaded approx v0.5.1 |
| 1787 | 2026-05-19T19:34:20.424Z | Downloaded supports-hyperlinks v2.1.0 |
| 1788 | 2026-05-19T19:34:20.428Z | Downloaded addr2line v0.25.1 |
| 1789 | 2026-05-19T19:34:20.431Z | Downloaded cast v0.3.0 |
| 1790 | 2026-05-19T19:34:20.431Z | Downloaded plotters-svg v0.3.7 |
| 1791 | 2026-05-19T19:34:20.434Z | Downloaded similar-asserts v1.7.0 |
| 1792 | 2026-05-19T19:34:20.434Z | Downloaded supports-unicode v2.1.0 |
| 1793 | 2026-05-19T19:34:20.434Z | Downloaded nested v0.1.1 |
| 1794 | 2026-05-19T19:34:20.438Z | Downloaded anes v0.1.6 |
| 1795 | 2026-05-19T19:34:20.438Z | Downloaded libtest-mimic v0.8.1 |
| 1796 | 2026-05-19T19:34:20.443Z | Downloaded constant_time_eq v0.3.1 |
| 1797 | 2026-05-19T19:34:20.445Z | Downloaded escape8259 v0.5.3 |
| 1798 | 2026-05-19T19:34:20.445Z | Downloaded miette-derive v5.10.0 |
| 1799 | 2026-05-19T19:34:20.449Z | Downloaded pathdiff v0.2.3 |
| 1800 | 2026-05-19T19:34:20.452Z | Downloaded supports-color v2.1.0 |
| 1801 | 2026-05-19T19:34:20.455Z | Downloaded path-tree v0.8.3 |
| 1802 | 2026-05-19T19:34:20.458Z | Downloaded assert_cmd v2.1.2 |
| 1803 | 2026-05-19T19:34:20.458Z | Downloaded datatest-stable v0.3.3 |
| 1804 | 2026-05-19T19:34:20.463Z | Downloaded cargo-platform v0.3.2 |
| 1805 | 2026-05-19T19:34:20.466Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1806 | 2026-05-19T19:34:20.471Z | Downloaded target-triple v1.0.0 |
| 1807 | 2026-05-19T19:34:20.474Z | Downloaded parking v2.2.1 |
| 1808 | 2026-05-19T19:34:20.474Z | Downloaded plotters-backend v0.3.7 |
| 1809 | 2026-05-19T19:34:20.477Z | Downloaded serde_regex v1.1.0 |
| 1810 | 2026-05-19T19:34:20.477Z | Downloaded cfg-expr v0.20.6 |
| 1811 | 2026-05-19T19:34:20.479Z | Downloaded rustc-demangle v0.1.27 |
| 1812 | 2026-05-19T19:34:20.479Z | Downloaded linkme v0.3.35 |
| 1813 | 2026-05-19T19:34:20.482Z | Downloaded rust-argon2 v2.1.0 |
| 1814 | 2026-05-19T19:34:20.482Z | Downloaded hickory-client v0.25.2 |
| 1815 | 2026-05-19T19:34:20.485Z | Downloaded tokio-test v0.4.5 |
| 1816 | 2026-05-19T19:34:20.485Z | Downloaded relative-path v1.9.3 |
| 1817 | 2026-05-19T19:34:20.488Z | Downloaded oorandom v11.1.5 |
| 1818 | 2026-05-19T19:34:20.488Z | Downloaded partial-io v0.5.4 |
| 1819 | 2026-05-19T19:34:20.488Z | Downloaded termcolor v1.4.1 |
| 1820 | 2026-05-19T19:34:20.488Z | Downloaded event-listener v5.4.1 |
| 1821 | 2026-05-19T19:34:20.492Z | Downloaded assert-json-diff v2.0.2 |
| 1822 | 2026-05-19T19:34:20.495Z | Downloaded owo-colors v3.5.0 |
| 1823 | 2026-05-19T19:34:20.498Z | Downloaded tinytemplate v1.2.1 |
| 1824 | 2026-05-19T19:34:20.498Z | Downloaded futures-timer v3.0.3 |
| 1825 | 2026-05-19T19:34:20.501Z | Downloaded terminal_size v0.1.17 |
| 1826 | 2026-05-19T19:34:20.501Z | Downloaded knuffel-derive v3.2.0 |
| 1827 | 2026-05-19T19:34:20.501Z | Downloaded target-lexicon v0.13.3 |
| 1828 | 2026-05-19T19:34:20.504Z | Downloaded stringmetrics v2.2.2 |
| 1829 | 2026-05-19T19:34:20.507Z | Downloaded textwrap v0.15.2 |
| 1830 | 2026-05-19T19:34:20.507Z | Downloaded target-spec v3.5.7 |
| 1831 | 2026-05-19T19:34:20.507Z | Downloaded trybuild v1.0.116 |
| 1832 | 2026-05-19T19:34:20.510Z | Downloaded rstest v0.25.0 |
| 1833 | 2026-05-19T19:34:20.512Z | Downloaded criterion-plot v0.6.0 |
| 1834 | 2026-05-19T19:34:20.515Z | Downloaded async-lock v3.4.2 |
| 1835 | 2026-05-19T19:34:20.515Z | Downloaded httptest v0.16.4 |
| 1836 | 2026-05-19T19:34:20.518Z | Downloaded backtrace v0.3.76 |
| 1837 | 2026-05-19T19:34:20.536Z | Downloaded rstest_macros v0.25.0 |
| 1838 | 2026-05-19T19:34:20.539Z | Downloaded rand_distr v0.5.1 |
| 1839 | 2026-05-19T19:34:20.541Z | Downloaded fancy-regex v0.14.0 |
| 1840 | 2026-05-19T19:34:20.545Z | Downloaded miette v5.10.0 |
| 1841 | 2026-05-19T19:34:20.546Z | Downloaded knuffel v3.2.0 |
| 1842 | 2026-05-19T19:34:20.551Z | Downloaded gimli v0.32.3 |
| 1843 | 2026-05-19T19:34:20.554Z | Downloaded hashbrown v0.14.5 |
| 1844 | 2026-05-19T19:34:20.557Z | Downloaded criterion v0.7.0 |
| 1845 | 2026-05-19T19:34:20.560Z | Downloaded plotters v0.3.7 |
| 1846 | 2026-05-19T19:34:20.564Z | Downloaded guppy v0.17.25 |
| 1847 | 2026-05-19T19:34:20.669Z | Downloaded httpmock v0.8.3 |
| 1848 | 2026-05-19T19:34:22.254Z | Checking cfg-if v1.0.4 |
| 1849 | 2026-05-19T19:34:22.603Z | Checking libc v0.2.185 |
| 1850 | 2026-05-19T19:34:22.606Z | Checking serde_core v1.0.228 |
| 1851 | 2026-05-19T19:34:22.675Z | Checking memchr v2.8.0 |
| 1852 | 2026-05-19T19:34:22.713Z | Checking smallvec v1.15.1 |
| 1853 | 2026-05-19T19:34:22.751Z | Checking log v0.4.29 |
| 1854 | 2026-05-19T19:34:22.752Z | Checking itoa v1.0.17 |
| 1855 | 2026-05-19T19:34:22.827Z | Checking zeroize v1.8.2 |
| 1856 | 2026-05-19T19:34:22.862Z | Checking libm v0.2.16 |
| 1857 | 2026-05-19T19:34:22.914Z | Checking scopeguard v1.2.0 |
| 1858 | 2026-05-19T19:34:22.954Z | Checking stable_deref_trait v1.2.1 |
| 1859 | 2026-05-19T19:34:22.991Z | Checking zmij v1.0.21 |
| 1860 | 2026-05-19T19:34:23.029Z | Checking zerofrom v0.1.6 |
| 1861 | 2026-05-19T19:34:23.064Z | Checking lock_api v0.4.14 |
| 1862 | 2026-05-19T19:34:23.097Z | Checking errno v0.3.14 |
| 1863 | 2026-05-19T19:34:23.100Z | Checking getrandom v0.2.17 |
| 1864 | 2026-05-19T19:34:23.164Z | Checking yoke v0.8.1 |
| 1865 | 2026-05-19T19:34:23.203Z | Checking percent-encoding v2.3.2 |
| 1866 | 2026-05-19T19:34:23.241Z | Checking writeable v0.6.2 |
| 1867 | 2026-05-19T19:34:23.275Z | Checking litemap v0.8.1 |
| 1868 | 2026-05-19T19:34:23.312Z | Checking icu_normalizer_data v2.1.1 |
| 1869 | 2026-05-19T19:34:23.312Z | Checking icu_properties_data v2.1.2 |
| 1870 | 2026-05-19T19:34:23.379Z | Checking zerovec v0.11.5 |
| 1871 | 2026-05-19T19:34:23.379Z | Checking zerotrie v0.2.3 |
| 1872 | 2026-05-19T19:34:23.447Z | Checking subtle v2.6.1 |
| 1873 | 2026-05-19T19:34:23.454Z | Checking form_urlencoded v1.2.2 |
| 1874 | 2026-05-19T19:34:23.513Z | Checking utf8_iter v1.0.4 |
| 1875 | 2026-05-19T19:34:23.518Z | Checking pin-project-lite v0.2.17 |
| 1876 | 2026-05-19T19:34:23.646Z | Checking num-traits v0.2.19 |
| 1877 | 2026-05-19T19:34:23.651Z | Checking parking_lot_core v0.9.12 |
| 1878 | 2026-05-19T19:34:23.662Z | Checking rand_core v0.6.4 |
| 1879 | 2026-05-19T19:34:23.693Z | Checking rand_core v0.10.0 |
| 1880 | 2026-05-19T19:34:23.730Z | Checking zerocopy v0.8.40 |
| 1881 | 2026-05-19T19:34:23.767Z | Checking portable-atomic v1.13.1 |
| 1882 | 2026-05-19T19:34:23.836Z | Checking parking_lot v0.12.5 |
| 1883 | 2026-05-19T19:34:23.874Z | Checking getrandom v0.4.1 |
| 1884 | 2026-05-19T19:34:23.878Z | Checking tinystr v0.8.2 |
| 1885 | 2026-05-19T19:34:23.878Z | Checking potential_utf v0.1.4 |
| 1886 | 2026-05-19T19:34:24.046Z | Checking signal-hook-registry v1.4.8 |
| 1887 | 2026-05-19T19:34:24.082Z | Checking critical-section v1.2.0 |
| 1888 | 2026-05-19T19:34:24.086Z | Checking icu_collections v2.1.1 |
| 1889 | 2026-05-19T19:34:24.149Z | Checking serde v1.0.228 |
| 1890 | 2026-05-19T19:34:24.149Z | Checking serde_json v1.0.149 |
| 1891 | 2026-05-19T19:34:24.155Z | Checking bitflags v2.11.0 |
| 1892 | 2026-05-19T19:34:24.254Z | Checking icu_locale_core v2.1.1 |
| 1893 | 2026-05-19T19:34:24.282Z | Checking once_cell v1.21.3 |
| 1894 | 2026-05-19T19:34:24.318Z | Checking mio v1.2.0 |
| 1895 | 2026-05-19T19:34:24.373Z | Checking socket2 v0.6.3 |
| 1896 | 2026-05-19T19:34:24.438Z | Checking typenum v1.19.0 |
| 1897 | 2026-05-19T19:34:24.485Z | Checking iana-time-zone v0.1.65 |
| 1898 | 2026-05-19T19:34:24.622Z | Checking bytes v1.11.1 |
| 1899 | 2026-05-19T19:34:24.622Z | Checking chrono v0.4.44 |
| 1900 | 2026-05-19T19:34:24.692Z | Checking thiserror v2.0.18 |
| 1901 | 2026-05-19T19:34:24.732Z | Checking uuid v1.23.0 |
| 1902 | 2026-05-19T19:34:24.814Z | Checking icu_provider v2.1.1 |
| 1903 | 2026-05-19T19:34:24.851Z | Checking semver v1.0.28 |
| 1904 | 2026-05-19T19:34:24.893Z | Checking futures-core v0.3.32 |
| 1905 | 2026-05-19T19:34:24.983Z | Checking generic-array v0.14.7 |
| 1906 | 2026-05-19T19:34:25.459Z | Checking equivalent v1.0.2 |
| 1907 | 2026-05-19T19:34:25.466Z | Checking icu_normalizer v2.1.1 |
| 1908 | 2026-05-19T19:34:25.466Z | Checking icu_properties v2.1.2 |
| 1909 | 2026-05-19T19:34:25.466Z | Checking tokio v1.52.1 |
| 1910 | 2026-05-19T19:34:25.466Z | Checking dyn-clone v1.0.20 |
| 1911 | 2026-05-19T19:34:25.466Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1912 | 2026-05-19T19:34:25.466Z | Checking const-oid v0.9.6 |
| 1913 | 2026-05-19T19:34:25.466Z | Checking futures-sink v0.3.32 |
| 1914 | 2026-05-19T19:34:25.466Z | Checking crypto-common v0.1.7 |
| 1915 | 2026-05-19T19:34:25.517Z | Checking block-buffer v0.10.4 |
| 1916 | 2026-05-19T19:34:25.552Z | Checking futures-channel v0.3.32 |
| 1917 | 2026-05-19T19:34:25.589Z | Checking futures-io v0.3.32 |
| 1918 | 2026-05-19T19:34:25.594Z | Checking slab v0.4.12 |
| 1919 | 2026-05-19T19:34:25.682Z | Checking futures-task v0.3.32 |
| 1920 | 2026-05-19T19:34:25.759Z | Checking byteorder v1.5.0 |
| 1921 | 2026-05-19T19:34:25.792Z | Checking hashbrown v0.17.0 |
| 1922 | 2026-05-19T19:34:25.795Z | Checking rustix v1.1.3 |
| 1923 | 2026-05-19T19:34:25.856Z | Checking futures-util v0.3.32 |
| 1924 | 2026-05-19T19:34:25.986Z | Checking idna_adapter v1.2.1 |
| 1925 | 2026-05-19T19:34:26.032Z | Checking cpufeatures v0.2.17 |
| 1926 | 2026-05-19T19:34:26.062Z | Checking digest v0.10.7 |
| 1927 | 2026-05-19T19:34:26.111Z | Checking thiserror v1.0.69 |
| 1928 | 2026-05-19T19:34:26.146Z | Checking idna v1.1.0 |
| 1929 | 2026-05-19T19:34:26.238Z | Checking getrandom v0.3.4 |
| 1930 | 2026-05-19T19:34:26.274Z | Checking fnv v1.0.7 |
| 1931 | 2026-05-19T19:34:26.309Z | Checking indexmap v2.14.0 |
| 1932 | 2026-05-19T19:34:26.392Z | Checking regex-syntax v0.8.10 |
| 1933 | 2026-05-19T19:34:26.430Z | Checking url v2.5.8 |
| 1934 | 2026-05-19T19:34:26.433Z | Checking ppv-lite86 v0.2.21 |
| 1935 | 2026-05-19T19:34:26.433Z | Checking http v1.4.0 |
| 1936 | 2026-05-19T19:34:26.667Z | Checking tracing-core v0.1.36 |
| 1937 | 2026-05-19T19:34:26.789Z | Checking base64 v0.22.1 |
| 1938 | 2026-05-19T19:34:26.879Z | Checking ipnet v2.11.0 |
| 1939 | 2026-05-19T19:34:26.915Z | Checking schemars v0.8.22 |
| 1940 | 2026-05-19T19:34:27.007Z | Checking tracing v0.1.44 |
| 1941 | 2026-05-19T19:34:27.054Z | Checking unicode-ident v1.0.24 |
| 1942 | 2026-05-19T19:34:27.089Z | Checking untrusted v0.9.0 |
| 1943 | 2026-05-19T19:34:27.181Z | Checking aho-corasick v1.1.4 |
| 1944 | 2026-05-19T19:34:27.217Z | Checking proc-macro2 v1.0.106 |
| 1945 | 2026-05-19T19:34:27.252Z | Checking ring v0.17.14 |
| 1946 | 2026-05-19T19:34:27.254Z | Checking anstyle v1.0.13 |
| 1947 | 2026-05-19T19:34:27.539Z | Checking utf8parse v0.2.2 |
| 1948 | 2026-05-19T19:34:27.551Z | Checking quote v1.0.45 |
| 1949 | 2026-05-19T19:34:27.589Z | Checking rustls-pki-types v1.14.0 |
| 1950 | 2026-05-19T19:34:27.625Z | Checking httparse v1.10.1 |
| 1951 | 2026-05-19T19:34:27.720Z | Checking base64ct v1.8.3 |
| 1952 | 2026-05-19T19:34:27.755Z | Checking syn v2.0.117 |
| 1953 | 2026-05-19T19:34:27.791Z | Checking anstyle-parse v0.2.7 |
| 1954 | 2026-05-19T19:34:27.861Z | Checking block-padding v0.3.3 |
| 1955 | 2026-05-19T19:34:27.898Z | Checking regex-automata v0.4.14 |
| 1956 | 2026-05-19T19:34:27.904Z | Checking anstyle-query v1.1.5 |
| 1957 | 2026-05-19T19:34:27.964Z | Checking is_terminal_polyfill v1.70.2 |
| 1958 | 2026-05-19T19:34:27.998Z | Checking colorchoice v1.0.4 |
| 1959 | 2026-05-19T19:34:28.035Z | Checking inout v0.1.4 |
| 1960 | 2026-05-19T19:34:28.070Z | Checking crossbeam-utils v0.8.21 |
| 1961 | 2026-05-19T19:34:28.103Z | Checking allocator-api2 v0.2.21 |
| 1962 | 2026-05-19T19:34:28.140Z | Checking anstream v0.6.21 |
| 1963 | 2026-05-19T19:34:28.201Z | Checking cipher v0.4.4 |
| 1964 | 2026-05-19T19:34:28.253Z | Checking http-body v1.0.1 |
| 1965 | 2026-05-19T19:34:28.311Z | Checking tokio-util v0.7.18 |
| 1966 | 2026-05-19T19:34:28.357Z | Checking terminal_size v0.4.3 |
| 1967 | 2026-05-19T19:34:28.400Z | Checking atomic-waker v1.1.2 |
| 1968 | 2026-05-19T19:34:28.436Z | Checking httpdate v1.0.3 |
| 1969 | 2026-05-19T19:34:28.439Z | Checking clap_lex v1.0.0 |
| 1970 | 2026-05-19T19:34:28.467Z | Checking try-lock v0.2.5 |
| 1971 | 2026-05-19T19:34:28.533Z | Checking strsim v0.11.1 |
| 1972 | 2026-05-19T19:34:28.536Z | Checking pem-rfc7468 v0.7.0 |
| 1973 | 2026-05-19T19:34:28.604Z | Checking sha2 v0.10.9 |
| 1974 | 2026-05-19T19:34:28.637Z | Checking want v0.3.1 |
| 1975 | 2026-05-19T19:34:28.670Z | Checking ryu v1.0.23 |
| 1976 | 2026-05-19T19:34:28.721Z | Checking clap_builder v4.5.60 |
| 1977 | 2026-05-19T19:34:28.753Z | Checking pin-utils v0.1.0 |
| 1978 | 2026-05-19T19:34:28.790Z | Checking tower-service v0.3.3 |
| 1979 | 2026-05-19T19:34:28.830Z | Checking tower-layer v0.3.3 |
| 1980 | 2026-05-19T19:34:28.868Z | Checking rand_core v0.9.5 |
| 1981 | 2026-05-19T19:34:28.898Z | Checking hmac v0.12.1 |
| 1982 | 2026-05-19T19:34:28.935Z | Checking powerfmt v0.2.0 |
| 1983 | 2026-05-19T19:34:28.941Z | Checking h2 v0.4.13 |
| 1984 | 2026-05-19T19:34:28.999Z | Checking flagset v0.4.7 |
| 1985 | 2026-05-19T19:34:29.054Z | Checking num-conv v0.2.0 |
| 1986 | 2026-05-19T19:34:29.058Z | Checking time-core v0.1.8 |
| 1987 | 2026-05-19T19:34:29.122Z | Checking deranged v0.5.8 |
| 1988 | 2026-05-19T19:34:29.160Z | Checking num_threads v0.1.7 |
| 1989 | 2026-05-19T19:34:29.223Z | Checking der v0.7.10 |
| 1990 | 2026-05-19T19:34:29.228Z | Checking erased-serde v0.3.31 |
| 1991 | 2026-05-19T19:34:29.291Z | Checking rand_chacha v0.9.0 |
| 1992 | 2026-05-19T19:34:29.518Z | Checking http-body-util v0.1.3 |
| 1993 | 2026-05-19T19:34:29.661Z | Checking slog v2.8.2 |
| 1994 | 2026-05-19T19:34:29.710Z | Checking spin v0.9.8 |
| 1995 | 2026-05-19T19:34:29.764Z | Checking rand v0.9.2 |
| 1996 | 2026-05-19T19:34:29.920Z | Checking aws-lc-sys v0.40.0 |
| 1997 | 2026-05-19T19:34:29.960Z | Checking anyhow v1.0.102 |
| 1998 | 2026-05-19T19:34:29.995Z | Checking untrusted v0.7.1 |
| 1999 | 2026-05-19T19:34:30.000Z | Checking clap v4.5.60 |
| 2000 | 2026-05-19T19:34:30.065Z | Checking time v0.3.47 |
| 2001 | 2026-05-19T19:34:30.070Z | Checking serde_urlencoded v0.7.1 |
| 2002 | 2026-05-19T19:34:30.127Z | Checking openssl-probe v0.2.1 |
| 2003 | 2026-05-19T19:34:30.130Z | Checking regex v1.12.3 |
| 2004 | 2026-05-19T19:34:30.195Z | Checking fastrand v2.3.0 |
| 2005 | 2026-05-19T19:34:30.252Z | Checking spki v0.7.3 |
| 2006 | 2026-05-19T19:34:30.287Z | Checking pbkdf2 v0.12.2 |
| 2007 | 2026-05-19T19:34:30.292Z | Checking aes v0.8.4 |
| 2008 | 2026-05-19T19:34:30.399Z | Checking pretty-hex v0.4.1 |
| 2009 | 2026-05-19T19:34:30.434Z | Checking cbc v0.1.2 |
| 2010 | 2026-05-19T19:34:30.470Z | Checking salsa20 v0.10.2 |
| 2011 | 2026-05-19T19:34:30.473Z | Checking aws-lc-rs v1.16.3 |
| 2012 | 2026-05-19T19:34:30.474Z | Checking rand_chacha v0.3.1 |
| 2013 | 2026-05-19T19:34:30.569Z | Checking hex v0.4.3 |
| 2014 | 2026-05-19T19:34:30.603Z | Checking plain v0.2.3 |
| 2015 | 2026-05-19T19:34:30.638Z | Checking scrypt v0.11.0 |
| 2016 | 2026-05-19T19:34:30.724Z | Checking tempfile v3.25.0 |
| 2017 | 2026-05-19T19:34:30.766Z | Checking rustls-native-certs v0.8.3 |
| 2018 | 2026-05-19T19:34:30.793Z | Checking rand v0.8.6 |
| 2019 | 2026-05-19T19:34:30.830Z | Checking ipnetwork v0.21.1 |
| 2020 | 2026-05-19T19:34:30.834Z | Checking sync_wrapper v1.0.2 |
| 2021 | 2026-05-19T19:34:30.958Z | Checking foldhash v0.2.0 |
| 2022 | 2026-05-19T19:34:30.962Z | Checking ucd-trie v0.1.7 |
| 2023 | 2026-05-19T19:34:31.141Z | Checking simd-adler32 v0.3.8 |
| 2024 | 2026-05-19T19:34:31.145Z | Checking tower v0.5.3 |
| 2025 | 2026-05-19T19:34:31.163Z | Checking hashbrown v0.16.1 |
| 2026 | 2026-05-19T19:34:31.167Z | Checking pest v2.8.6 |
| 2027 | 2026-05-19T19:34:31.228Z | Checking pkcs5 v0.7.1 |
| 2028 | 2026-05-19T19:34:31.265Z | Checking webpki-roots v1.0.6 |
| 2029 | 2026-05-19T19:34:31.317Z | Checking camino v1.2.2 |
| 2030 | 2026-05-19T19:34:31.354Z | Checking rustls-webpki v0.103.9 |
| 2031 | 2026-05-19T19:34:31.406Z | Checking iri-string v0.7.10 |
| 2032 | 2026-05-19T19:34:31.511Z | Checking adler2 v2.0.1 |
| 2033 | 2026-05-19T19:34:31.546Z | Checking pkcs8 v0.10.2 |
| 2034 | 2026-05-19T19:34:31.591Z | Checking openapiv3 v2.2.0 |
| 2035 | 2026-05-19T19:34:31.635Z | Checking hyper v1.8.1 |
| 2036 | 2026-05-19T19:34:31.669Z | Checking miniz_oxide v0.8.9 |
| 2037 | 2026-05-19T19:34:31.703Z | Checking futures-executor v0.3.32 |
| 2038 | 2026-05-19T19:34:31.748Z | Checking mime v0.3.17 |
| 2039 | 2026-05-19T19:34:31.803Z | Checking rustls v0.23.37 |
| 2040 | 2026-05-19T19:34:31.878Z | Checking futures v0.3.32 |
| 2041 | 2026-05-19T19:34:31.949Z | Checking either v1.15.0 |
| 2042 | 2026-05-19T19:34:31.996Z | Checking winnow v0.7.14 |
| 2043 | 2026-05-19T19:34:32.059Z | Checking crc32fast v1.5.0 |
| 2044 | 2026-05-19T19:34:32.166Z | Checking static_assertions v1.1.0 |
| 2045 | 2026-05-19T19:34:32.231Z | Checking oxnet v0.1.4 |
| 2046 | 2026-05-19T19:34:32.263Z | Checking lazy_static v1.5.0 |
| 2047 | 2026-05-19T19:34:32.297Z | Checking signature v2.2.0 |
| 2048 | 2026-05-19T19:34:32.379Z | Checking hubpack v0.1.2 |
| 2049 | 2026-05-19T19:34:32.457Z | Checking encoding_rs v0.8.35 |
| 2050 | 2026-05-19T19:34:32.493Z | Checking tower-http v0.6.8 |
| 2051 | 2026-05-19T19:34:32.497Z | Checking strum v0.26.3 |
| 2052 | 2026-05-19T19:34:32.576Z | Checking zlib-rs v0.6.2 |
| 2053 | 2026-05-19T19:34:32.610Z | Checking hyper-util v0.1.20 |
| 2054 | 2026-05-19T19:34:32.664Z | Checking foreign-types-shared v0.1.1 |
| 2055 | 2026-05-19T19:34:32.777Z | Checking foreign-types v0.3.2 |
| 2056 | 2026-05-19T19:34:32.814Z | Checking sha1 v0.10.6 |
| 2057 | 2026-05-19T19:34:32.876Z | Checking scroll v0.13.0 |
| 2058 | 2026-05-19T19:34:32.912Z | Checking openssl-sys v0.9.115 |
| 2059 | 2026-05-19T19:34:33.004Z | Checking tinyvec_macros v0.1.1 |
| 2060 | 2026-05-19T19:34:33.098Z | Checking tinyvec v1.10.0 |
| 2061 | 2026-05-19T19:34:33.133Z | Checking goblin v0.10.5 |
| 2062 | 2026-05-19T19:34:33.174Z | Checking serde_spanned v0.6.9 |
| 2063 | 2026-05-19T19:34:33.318Z | Checking openssl v0.10.79 |
| 2064 | 2026-05-19T19:34:33.355Z | Checking toml_datetime v0.6.11 |
| 2065 | 2026-05-19T19:34:33.418Z | Checking num-integer v0.1.46 |
| 2066 | 2026-05-19T19:34:33.456Z | Checking memmap2 v0.9.10 |
| 2067 | 2026-05-19T19:34:33.493Z | Checking flate2 v1.1.9 |
| 2068 | 2026-05-19T19:34:33.555Z | Checking data-encoding v2.10.0 |
| 2069 | 2026-05-19T19:34:33.639Z | Checking dtrace-parser v0.3.0 |
| 2070 | 2026-05-19T19:34:33.676Z | Checking thread-id v5.1.0 |
| 2071 | 2026-05-19T19:34:33.780Z | Checking bit-vec v0.8.0 |
| 2072 | 2026-05-19T19:34:33.837Z | Checking base16ct v0.2.0 |
| 2073 | 2026-05-19T19:34:33.866Z | Checking psl-types v2.0.11 |
| 2074 | 2026-05-19T19:34:33.900Z | Checking cookie v0.18.1 |
| 2075 | 2026-05-19T19:34:33.927Z | Checking ff v0.13.1 |
| 2076 | 2026-05-19T19:34:33.965Z | Checking sec1 v0.7.3 |
| 2077 | 2026-05-19T19:34:34.005Z | Checking bit-set v0.8.0 |
| 2078 | 2026-05-19T19:34:34.014Z | Checking publicsuffix v2.3.0 |
| 2079 | 2026-05-19T19:34:34.079Z | Checking wait-timeout v0.2.1 |
| 2080 | 2026-05-19T19:34:34.147Z | Checking group v0.13.0 |
| 2081 | 2026-05-19T19:34:34.180Z | Checking num-iter v0.1.45 |
| 2082 | 2026-05-19T19:34:34.183Z | Checking tokio-rustls v0.26.4 |
| 2083 | 2026-05-19T19:34:34.248Z | Checking rustls-platform-verifier v0.6.2 |
| 2084 | 2026-05-19T19:34:34.253Z | Checking cookie_store v0.22.1 |
| 2085 | 2026-05-19T19:34:34.253Z | Checking bstr v1.12.1 |
| 2086 | 2026-05-19T19:34:34.347Z | Checking hkdf v0.12.4 |
| 2087 | 2026-05-19T19:34:34.357Z | Checking crossbeam-epoch v0.9.18 |
| 2088 | 2026-05-19T19:34:34.414Z | Checking ahash v0.8.12 |
| 2089 | 2026-05-19T19:34:34.450Z | Checking hyper-rustls v0.27.7 |
| 2090 | 2026-05-19T19:34:34.505Z | Checking crypto-bigint v0.5.5 |
| 2091 | 2026-05-19T19:34:34.625Z | Checking quick-error v1.2.3 |
| 2092 | 2026-05-19T19:34:34.658Z | Checking rand_xorshift v0.4.0 |
| 2093 | 2026-05-19T19:34:34.697Z | Checking scroll v0.12.0 |
| 2094 | 2026-05-19T19:34:34.703Z | Checking reqwest v0.13.2 |
| 2095 | 2026-05-19T19:34:34.703Z | Checking unarray v0.1.4 |
| 2096 | 2026-05-19T19:34:34.791Z | Checking rusty-fork v0.3.1 |
| 2097 | 2026-05-19T19:34:34.824Z | Checking num-bigint-dig v0.8.6 |
| 2098 | 2026-05-19T19:34:34.884Z | Checking pkcs1 v0.7.5 |
| 2099 | 2026-05-19T19:34:34.951Z | Checking goblin v0.8.2 |
| 2100 | 2026-05-19T19:34:34.985Z | Checking proptest v1.11.0 |
| 2101 | 2026-05-19T19:34:35.119Z | Checking x509-cert v0.2.5 |
| 2102 | 2026-05-19T19:34:35.322Z | Checking native-tls v0.2.18 |
| 2103 | 2026-05-19T19:34:35.406Z | Checking elliptic-curve v0.13.8 |
| 2104 | 2026-05-19T19:34:35.447Z | Checking dof v0.4.0 |
| 2105 | 2026-05-19T19:34:35.540Z | Checking tokio-native-tls v0.3.1 |
| 2106 | 2026-05-19T19:34:35.584Z | Checking zerocopy v0.7.35 |
| 2107 | 2026-05-19T19:34:35.665Z | Checking unicode-segmentation v1.12.0 |
| 2108 | 2026-05-19T19:34:35.724Z | Checking hyper-tls v0.6.0 |
| 2109 | 2026-05-19T19:34:35.767Z | Checking rsa v0.9.10 |
| 2110 | 2026-05-19T19:34:35.793Z | Checking dtrace-parser v0.2.0 |
| 2111 | 2026-05-19T19:34:35.917Z | Checking reqwest v0.12.28 |
| 2112 | 2026-05-19T19:34:36.009Z | Checking rfc6979 v0.4.0 |
| 2113 | 2026-05-19T19:34:36.052Z | Checking thread-id v4.2.2 |
| 2114 | 2026-05-19T19:34:36.088Z | Checking toml_write v0.1.2 |
| 2115 | 2026-05-19T19:34:36.091Z | Checking usdt-impl v0.6.0 |
| 2116 | 2026-05-19T19:34:36.470Z | Checking ecdsa v0.16.9 |
| 2117 | 2026-05-19T19:34:36.470Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2118 | 2026-05-19T19:34:36.470Z | Checking curve25519-dalek v4.1.3 |
| 2119 | 2026-05-19T19:34:36.470Z | Checking toml_edit v0.22.27 |
| 2120 | 2026-05-19T19:34:36.497Z | Checking usdt v0.6.0 |
| 2121 | 2026-05-19T19:34:36.515Z | Checking memoffset v0.9.1 |
| 2122 | 2026-05-19T19:34:36.540Z | Checking rustix v0.38.44 |
| 2123 | 2026-05-19T19:34:36.613Z | Checking env_filter v1.0.0 |
| 2124 | 2026-05-19T19:34:36.625Z | Checking same-file v1.0.6 |
| 2125 | 2026-05-19T19:34:36.769Z | Checking newtype-uuid v1.3.2 |
| 2126 | 2026-05-19T19:34:36.813Z | Checking keccak v0.1.6 |
| 2127 | 2026-05-19T19:34:36.817Z | Checking walkdir v2.5.0 |
| 2128 | 2026-05-19T19:34:36.817Z | Checking env_logger v0.11.9 |
| 2129 | 2026-05-19T19:34:36.899Z | Checking dof v0.3.0 |
| 2130 | 2026-05-19T19:34:36.993Z | Checking sha3 v0.10.8 |
| 2131 | 2026-05-19T19:34:37.029Z | Checking daft v0.1.5 |
| 2132 | 2026-05-19T19:34:37.034Z | Checking ed25519 v2.2.3 |
| 2133 | 2026-05-19T19:34:37.097Z | Checking itertools v0.13.0 |
| 2134 | 2026-05-19T19:34:37.112Z | Checking serde_with v3.17.0 |
| 2135 | 2026-05-19T19:34:37.218Z | Checking usdt-impl v0.5.0 |
| 2136 | 2026-05-19T19:34:37.251Z | Checking bitflags v1.3.2 |
| 2137 | 2026-05-19T19:34:37.288Z | Checking siphasher v1.0.2 |
| 2138 | 2026-05-19T19:34:37.322Z | Checking ed25519-dalek v2.2.0 |
| 2139 | 2026-05-19T19:34:37.368Z | Checking unicode-normalization v0.1.25 |
| 2140 | 2026-05-19T19:34:37.393Z | Checking signal-hook v0.3.18 |
| 2141 | 2026-05-19T19:34:37.428Z | Checking managed v0.8.0 |
| 2142 | 2026-05-19T19:34:37.473Z | Checking winnow v0.5.40 |
| 2143 | 2026-05-19T19:34:37.531Z | Checking nix v0.31.2 |
| 2144 | 2026-05-19T19:34:37.593Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2145 | 2026-05-19T19:34:37.664Z | Checking object v0.37.3 |
| 2146 | 2026-05-19T19:34:37.707Z | Checking foldhash v0.1.5 |
| 2147 | 2026-05-19T19:34:37.724Z | Checking bzip2 v0.4.4 |
| 2148 | 2026-05-19T19:34:37.780Z | Checking signal-hook-mio v0.2.5 |
| 2149 | 2026-05-19T19:34:37.824Z | Checking hashbrown v0.15.5 |
| 2150 | 2026-05-19T19:34:37.891Z | Checking globset v0.4.18 |
| 2151 | 2026-05-19T19:34:37.917Z | Checking ref-cast v1.0.25 |
| 2152 | 2026-05-19T19:34:38.054Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2153 | 2026-05-19T19:34:38.136Z | Checking zip v0.6.6 |
| 2154 | 2026-05-19T19:34:38.178Z | Checking pin-project v1.1.11 |
| 2155 | 2026-05-19T19:34:38.210Z | Checking zstd-safe v7.2.4 |
| 2156 | 2026-05-19T19:34:38.292Z | Checking libbz2-rs-sys v0.2.2 |
| 2157 | 2026-05-19T19:34:38.302Z | Checking bumpalo v3.20.2 |
| 2158 | 2026-05-19T19:34:38.396Z | Checking zstd v0.13.3 |
| 2159 | 2026-05-19T19:34:38.487Z | Checking crossterm v0.28.1 |
| 2160 | 2026-05-19T19:34:38.541Z | Checking similar v2.7.0 |
| 2161 | 2026-05-19T19:34:38.602Z | Checking zopfli v0.8.3 |
| 2162 | 2026-05-19T19:34:38.623Z | Checking tokio-stream v0.1.18 |
| 2163 | 2026-05-19T19:34:38.642Z | Checking fs-err v3.3.0 |
| 2164 | 2026-05-19T19:34:38.664Z | Checking toml_edit v0.19.15 |
| 2165 | 2026-05-19T19:34:38.707Z | Checking bzip2 v0.6.1 |
| 2166 | 2026-05-19T19:34:38.899Z | Checking pem v3.0.6 |
| 2167 | 2026-05-19T19:34:38.939Z | Checking hash32 v0.2.1 |
| 2168 | 2026-05-19T19:34:38.968Z | Checking serde-big-array v0.5.1 |
| 2169 | 2026-05-19T19:34:38.972Z | Checking unicode-properties v0.1.4 |
| 2170 | 2026-05-19T19:34:39.038Z | Checking jiff v0.2.21 |
| 2171 | 2026-05-19T19:34:39.081Z | Checking predicates-core v1.0.10 |
| 2172 | 2026-05-19T19:34:39.125Z | Checking unicode-bidi v0.3.18 |
| 2173 | 2026-05-19T19:34:39.155Z | Checking heapless v0.7.17 |
| 2174 | 2026-05-19T19:34:39.203Z | Checking snafu v0.8.9 |
| 2175 | 2026-05-19T19:34:39.238Z | Checking olpc-cjson v0.1.4 |
| 2176 | 2026-05-19T19:34:39.253Z | Checking hickory-proto v0.25.2 |
| 2177 | 2026-05-19T19:34:39.402Z | Checking md-5 v0.10.6 |
| 2178 | 2026-05-19T19:34:39.437Z | Checking stringprep v0.1.5 |
| 2179 | 2026-05-19T19:34:39.472Z | Checking serde_plain v1.0.2 |
| 2180 | 2026-05-19T19:34:39.582Z | Checking float-cmp v0.10.0 |
| 2181 | 2026-05-19T19:34:39.644Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2182 | 2026-05-19T19:34:39.648Z | Checking normalize-line-endings v0.3.0 |
| 2183 | 2026-05-19T19:34:39.669Z | Checking rustc-hash v2.1.1 |
| 2184 | 2026-05-19T19:34:39.708Z | Checking toml v0.7.8 |
| 2185 | 2026-05-19T19:34:39.741Z | Checking fallible-iterator v0.2.0 |
| 2186 | 2026-05-19T19:34:39.776Z | Checking difflib v0.4.0 |
| 2187 | 2026-05-19T19:34:39.810Z | Checking typed-path v0.9.3 |
| 2188 | 2026-05-19T19:34:39.844Z | Checking iddqd v0.3.18 |
| 2189 | 2026-05-19T19:34:39.900Z | Checking smoltcp v0.9.1 |
| 2190 | 2026-05-19T19:34:39.976Z | Checking predicates v3.1.4 |
| 2191 | 2026-05-19T19:34:40.041Z | Checking postgres-protocol v0.6.10 |
| 2192 | 2026-05-19T19:34:40.072Z | Checking phf_shared v0.13.1 |
| 2193 | 2026-05-19T19:34:40.294Z | Checking phf_shared v0.11.3 |
| 2194 | 2026-05-19T19:34:40.300Z | Checking buf-list v1.1.2 |
| 2195 | 2026-05-19T19:34:40.376Z | Checking strum v0.27.2 |
| 2196 | 2026-05-19T19:34:40.499Z | Checking lalrpop-util v0.19.12 |
| 2197 | 2026-05-19T19:34:40.522Z | Checking fixedbitset v0.5.7 |
| 2198 | 2026-05-19T19:34:40.546Z | Checking precomputed-hash v0.1.1 |
| 2199 | 2026-05-19T19:34:40.550Z | Checking new_debug_unreachable v1.0.6 |
| 2200 | 2026-05-19T19:34:40.607Z | Checking tough v0.22.0 |
| 2201 | 2026-05-19T19:34:40.653Z | Checking fixedbitset v0.4.2 |
| 2202 | 2026-05-19T19:34:40.659Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2203 | 2026-05-19T19:34:40.722Z | Checking string_cache v0.8.9 |
| 2204 | 2026-05-19T19:34:40.728Z | Checking petgraph v0.8.3 |
| 2205 | 2026-05-19T19:34:40.754Z | Checking postgres-types v0.2.12 |
| 2206 | 2026-05-19T19:34:40.825Z | Checking petgraph v0.6.5 |
| 2207 | 2026-05-19T19:34:40.915Z | Checking phf v0.13.1 |
| 2208 | 2026-05-19T19:34:41.093Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2209 | 2026-05-19T19:34:41.130Z | Checking whoami v2.1.0 |
| 2210 | 2026-05-19T19:34:41.275Z | Checking zip v4.6.1 |
| 2211 | 2026-05-19T19:34:41.346Z | Checking peg-runtime v0.8.5 |
| 2212 | 2026-05-19T19:34:41.382Z | Checking tokio-postgres v0.7.16 |
| 2213 | 2026-05-19T19:34:41.650Z | Checking is-terminal v0.4.17 |
| 2214 | 2026-05-19T19:34:41.756Z | Checking crossbeam-channel v0.5.15 |
| 2215 | 2026-05-19T19:34:41.864Z | Compiling structmeta-derive v0.3.0 |
| 2216 | 2026-05-19T19:34:42.054Z | Checking thread_local v1.1.9 |
| 2217 | 2026-05-19T19:34:42.101Z | Checking term v1.2.1 |
| 2218 | 2026-05-19T19:34:42.140Z | Checking take_mut v0.2.2 |
| 2219 | 2026-05-19T19:34:42.254Z | Compiling newtype-uuid-macros v0.1.0 |
| 2220 | 2026-05-19T19:34:42.293Z | Checking slog-async v2.8.0 |
| 2221 | 2026-05-19T19:34:42.352Z | Compiling rustls v0.22.4 |
| 2222 | 2026-05-19T19:34:42.355Z | Checking slog-term v2.9.2 |
| 2223 | 2026-05-19T19:34:42.484Z | Compiling multer v3.1.0 |
| 2224 | 2026-05-19T19:34:42.611Z | Compiling async-stream-impl v0.3.6 |
| 2225 | 2026-05-19T19:34:42.641Z | Compiling dropshot v0.17.0 |
| 2226 | 2026-05-19T19:34:42.676Z | Compiling dropshot_endpoint v0.17.0 |
| 2227 | 2026-05-19T19:34:42.682Z | Checking match_cfg v0.1.0 |
| 2228 | 2026-05-19T19:34:42.804Z | Checking hostname v0.3.1 |
| 2229 | 2026-05-19T19:34:42.839Z | Checking slog-json v2.6.1 |
| 2230 | 2026-05-19T19:34:42.932Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2231 | 2026-05-19T19:34:42.970Z | Checking debug-ignore v1.0.5 |
| 2232 | 2026-05-19T19:34:43.003Z | Compiling structmeta v0.3.0 |
| 2233 | 2026-05-19T19:34:43.079Z | Checking slog-bunyan v2.5.0 |
| 2234 | 2026-05-19T19:34:43.079Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2235 | 2026-05-19T19:34:43.138Z | Checking serde_spanned v1.0.4 |
| 2236 | 2026-05-19T19:34:43.175Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2237 | 2026-05-19T19:34:43.211Z | Checking rustls-webpki v0.102.8 |
| 2238 | 2026-05-19T19:34:43.218Z | Checking serde_path_to_error v0.1.20 |
| 2239 | 2026-05-19T19:34:43.279Z | Compiling derive-ex v0.1.8 |
| 2240 | 2026-05-19T19:34:43.314Z | Checking async-stream v0.3.6 |
| 2241 | 2026-05-19T19:34:43.391Z | Checking waitgroup v0.1.2 |
| 2242 | 2026-05-19T19:34:43.463Z | Checking rustls-pemfile v2.2.0 |
| 2243 | 2026-05-19T19:34:43.507Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2244 | 2026-05-19T19:34:43.542Z | Checking hostname v0.4.2 |
| 2245 | 2026-05-19T19:34:43.548Z | Checking compression-core v0.4.31 |
| 2246 | 2026-05-19T19:34:43.611Z | Checking progenitor-client v0.14.0 |
| 2247 | 2026-05-19T19:34:43.684Z | Checking regress v0.10.5 |
| 2248 | 2026-05-19T19:34:43.715Z | Checking compression-codecs v0.4.37 |
| 2249 | 2026-05-19T19:34:43.732Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2250 | 2026-05-19T19:34:43.779Z | Checking toml v1.0.6+spec-1.1.0 |
| 2251 | 2026-05-19T19:34:43.879Z | Compiling parse-display-derive v0.10.0 |
| 2252 | 2026-05-19T19:34:43.916Z | Checking async-compression v0.4.41 |
| 2253 | 2026-05-19T19:34:43.924Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2254 | 2026-05-19T19:34:44.115Z | Checking itertools v0.14.0 |
| 2255 | 2026-05-19T19:34:44.186Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2256 | 2026-05-19T19:34:44.369Z | Checking macaddr v1.0.1 |
| 2257 | 2026-05-19T19:34:44.438Z | Checking instant v0.1.13 |
| 2258 | 2026-05-19T19:34:44.555Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2259 | 2026-05-19T19:34:44.591Z | Checking progenitor-client v0.10.0 |
| 2260 | 2026-05-19T19:34:44.627Z | Checking backoff v0.4.0 |
| 2261 | 2026-05-19T19:34:44.828Z | Checking backon v1.6.0 |
| 2262 | 2026-05-19T19:34:44.947Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2263 | 2026-05-19T19:34:44.947Z | Checking unicode-width v0.2.0 |
| 2264 | 2026-05-19T19:34:44.960Z | Compiling test-strategy v0.4.5 |
| 2265 | 2026-05-19T19:34:45.012Z | Checking progenitor-extras v0.2.0 |
| 2266 | 2026-05-19T19:34:45.060Z | Checking tokio-rustls v0.25.0 |
| 2267 | 2026-05-19T19:34:45.096Z | Checking heck v0.5.0 |
| 2268 | 2026-05-19T19:34:45.157Z | Compiling convert_case v0.4.0 |
| 2269 | 2026-05-19T19:34:45.191Z | Checking half v2.7.1 |
| 2270 | 2026-05-19T19:34:45.241Z | Checking ciborium-io v0.2.2 |
| 2271 | 2026-05-19T19:34:45.277Z | Checking secrecy v0.10.3 |
| 2272 | 2026-05-19T19:34:45.351Z | Compiling regress v0.11.1 |
| 2273 | 2026-05-19T19:34:45.385Z | Checking indent_write v2.2.0 |
| 2274 | 2026-05-19T19:34:45.423Z | Compiling unsafe-libyaml v0.2.11 |
| 2275 | 2026-05-19T19:34:45.472Z | Checking ciborium-ll v0.2.2 |
| 2276 | 2026-05-19T19:34:45.542Z | Checking universal-hash v0.5.1 |
| 2277 | 2026-05-19T19:34:45.578Z | Checking parse-display v0.10.0 |
| 2278 | 2026-05-19T19:34:45.582Z | Compiling derive_more v0.99.20 |
| 2279 | 2026-05-19T19:34:45.681Z | Checking ciborium v0.2.2 |
| 2280 | 2026-05-19T19:34:45.706Z | Checking opaque-debug v0.3.1 |
| 2281 | 2026-05-19T19:34:45.744Z | Checking camino-tempfile v1.4.1 |
| 2282 | 2026-05-19T19:34:45.800Z | Compiling crucible-workspace-hack v0.1.0 |
| 2283 | 2026-05-19T19:34:45.966Z | Checking aead v0.5.2 |
| 2284 | 2026-05-19T19:34:46.013Z | Compiling serde_yaml v0.9.34+deprecated |
| 2285 | 2026-05-19T19:34:47.135Z | Checking poly1305 v0.8.0 |
| 2286 | 2026-05-19T19:34:47.138Z | Checking chacha20 v0.9.1 |
| 2287 | 2026-05-19T19:34:47.138Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2288 | 2026-05-19T19:34:47.138Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2289 | 2026-05-19T19:34:47.138Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2290 | 2026-05-19T19:34:47.138Z | Checking password-hash v0.5.0 |
| 2291 | 2026-05-19T19:34:47.138Z | Checking blake2 v0.10.6 |
| 2292 | 2026-05-19T19:34:47.143Z | Compiling typify-impl v0.6.2 |
| 2293 | 2026-05-19T19:34:47.190Z | Checking argon2 v0.5.3 |
| 2294 | 2026-05-19T19:34:47.263Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2295 | 2026-05-19T19:34:47.479Z | Checking chacha20poly1305 v0.10.1 |
| 2296 | 2026-05-19T19:34:47.566Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2297 | 2026-05-19T19:34:47.639Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2298 | 2026-05-19T19:34:47.680Z | Checking thiserror-no-std v2.0.2 |
| 2299 | 2026-05-19T19:34:47.809Z | Checking vsss-rs v3.3.4 |
| 2300 | 2026-05-19T19:34:47.891Z | Checking byte-wrapper v0.1.0 |
| 2301 | 2026-05-19T19:34:47.958Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2302 | 2026-05-19T19:34:48.132Z | Checking swrite v0.1.0 |
| 2303 | 2026-05-19T19:34:48.191Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2304 | 2026-05-19T19:34:48.229Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2305 | 2026-05-19T19:34:48.264Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2306 | 2026-05-19T19:34:48.648Z | Checking crossbeam-deque v0.8.6 |
| 2307 | 2026-05-19T19:34:48.869Z | Compiling rayon-core v1.13.0 |
| 2308 | 2026-05-19T19:34:48.892Z | Checking toml v0.8.23 |
| 2309 | 2026-05-19T19:34:48.935Z | Compiling num-derive v0.4.2 |
| 2310 | 2026-05-19T19:34:48.967Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2311 | 2026-05-19T19:34:49.234Z | Compiling proc-macro-error v1.0.4 |
| 2312 | 2026-05-19T19:34:49.475Z | Checking rayon v1.11.0 |
| 2313 | 2026-05-19T19:34:49.568Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2314 | 2026-05-19T19:34:49.690Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2315 | 2026-05-19T19:34:49.759Z | Checking tabwriter v1.4.1 |
| 2316 | 2026-05-19T19:34:49.823Z | Checking glob v0.3.3 |
| 2317 | 2026-05-19T19:34:49.872Z | Checking unicode-width v0.1.14 |
| 2318 | 2026-05-19T19:34:49.933Z | Compiling heapless v0.8.0 |
| 2319 | 2026-05-19T19:34:50.024Z | Compiling ingot-macros v0.1.1 |
| 2320 | 2026-05-19T19:34:50.125Z | Checking hash32 v0.3.1 |
| 2321 | 2026-05-19T19:34:50.160Z | Compiling proc-macro-crate v3.4.0 |
| 2322 | 2026-05-19T19:34:50.285Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2323 | 2026-05-19T19:34:50.441Z | Checking colored v3.1.1 |
| 2324 | 2026-05-19T19:34:50.521Z | Compiling smoltcp v0.11.0 |
| 2325 | 2026-05-19T19:34:50.725Z | Checking cobs v0.3.0 |
| 2326 | 2026-05-19T19:34:50.749Z | Compiling usdt-macro v0.5.0 |
| 2327 | 2026-05-19T19:34:50.888Z | Compiling usdt-attr-macro v0.5.0 |
| 2328 | 2026-05-19T19:34:50.956Z | Checking memmap v0.7.0 |
| 2329 | 2026-05-19T19:34:50.999Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2330 | 2026-05-19T19:34:51.119Z | Checking postcard v1.1.3 |
| 2331 | 2026-05-19T19:34:51.262Z | Compiling num_enum_derive v0.7.5 |
| 2332 | 2026-05-19T19:34:51.445Z | Compiling proc-macro-crate v1.3.1 |
| 2333 | 2026-05-19T19:34:51.498Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2334 | 2026-05-19T19:34:51.531Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2335 | 2026-05-19T19:34:51.670Z | Checking usdt v0.5.0 |
| 2336 | 2026-05-19T19:34:51.686Z | Compiling typify-macro v0.6.2 |
| 2337 | 2026-05-19T19:34:51.737Z | Checking sigpipe v0.1.3 |
| 2338 | 2026-05-19T19:34:51.846Z | Compiling foreign-types-macros v0.2.3 |
| 2339 | 2026-05-19T19:34:51.881Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2340 | 2026-05-19T19:34:51.890Z | Checking cpufeatures v0.3.0 |
| 2341 | 2026-05-19T19:34:52.051Z | Checking foreign-types-shared v0.3.1 |
| 2342 | 2026-05-19T19:34:52.166Z | Checking chacha20 v0.10.0 |
| 2343 | 2026-05-19T19:34:52.210Z | Compiling num_enum_derive v0.5.11 |
| 2344 | 2026-05-19T19:34:52.365Z | Checking num_enum v0.7.5 |
| 2345 | 2026-05-19T19:34:52.463Z | Checking cstr-argument v0.1.2 |
| 2346 | 2026-05-19T19:34:52.505Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2347 | 2026-05-19T19:34:52.544Z | Checking foreign-types v0.5.0 |
| 2348 | 2026-05-19T19:34:52.572Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2349 | 2026-05-19T19:34:52.613Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2350 | 2026-05-19T19:34:52.646Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2351 | 2026-05-19T19:34:52.866Z | Checking ingot-types v0.1.2 |
| 2352 | 2026-05-19T19:34:52.869Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2353 | 2026-05-19T19:34:52.920Z | Checking rand v0.10.0 |
| 2354 | 2026-05-19T19:34:52.957Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2355 | 2026-05-19T19:34:53.053Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2356 | 2026-05-19T19:34:53.072Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2357 | 2026-05-19T19:34:53.117Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2358 | 2026-05-19T19:34:53.198Z | Compiling zone_cfg_derive v0.3.1 |
| 2359 | 2026-05-19T19:34:53.272Z | Checking num_enum v0.5.11 |
| 2360 | 2026-05-19T19:34:53.287Z | Checking ingot v0.1.1 |
| 2361 | 2026-05-19T19:34:53.357Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2362 | 2026-05-19T19:34:53.467Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2363 | 2026-05-19T19:34:53.508Z | Checking itertools v0.12.1 |
| 2364 | 2026-05-19T19:34:53.530Z | Compiling typify v0.6.2 |
| 2365 | 2026-05-19T19:34:53.643Z | Compiling progenitor-impl v0.14.0 |
| 2366 | 2026-05-19T19:34:53.678Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2367 | 2026-05-19T19:34:53.975Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2368 | 2026-05-19T19:34:54.028Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2369 | 2026-05-19T19:34:54.150Z | Checking smf v0.2.3 |
| 2370 | 2026-05-19T19:34:54.237Z | Checking whoami v1.6.1 |
| 2371 | 2026-05-19T19:34:54.271Z | Checking tokio-dtrace v0.1.1 |
| 2372 | 2026-05-19T19:34:54.404Z | Compiling derive-where v1.6.0 |
| 2373 | 2026-05-19T19:34:54.438Z | Checking console v0.15.11 |
| 2374 | 2026-05-19T19:34:54.482Z | Checking oxide-tokio-rt v0.1.4 |
| 2375 | 2026-05-19T19:34:54.516Z | Checking zone v0.3.1 |
| 2376 | 2026-05-19T19:34:54.569Z | Checking atomicwrites v0.4.4 |
| 2377 | 2026-05-19T19:35:01.274Z | Checking newline-converter v0.3.0 |
| 2378 | 2026-05-19T19:35:01.344Z | Checking num-rational v0.4.2 |
| 2379 | 2026-05-19T19:35:01.344Z | Checking num-complex v0.4.6 |
| 2380 | 2026-05-19T19:35:01.344Z | Checking expectorate v1.2.0 |
| 2381 | 2026-05-19T19:35:01.344Z | Checking bytecount v0.6.9 |
| 2382 | 2026-05-19T19:35:01.344Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2383 | 2026-05-19T19:35:01.345Z | Compiling progenitor-impl v0.13.0 |
| 2384 | 2026-05-19T19:35:01.345Z | Checking float-ord v0.3.2 |
| 2385 | 2026-05-19T19:35:01.345Z | Checking num v0.4.3 |
| 2386 | 2026-05-19T19:35:01.345Z | Checking progenitor-client v0.13.0 |
| 2387 | 2026-05-19T19:35:01.345Z | Compiling owo-colors v4.3.0 |
| 2388 | 2026-05-19T19:35:01.345Z | Compiling cancel-safe-futures v0.1.5 |
| 2389 | 2026-05-19T19:35:01.345Z | Checking libsw-core v0.3.2 |
| 2390 | 2026-05-19T19:35:01.345Z | Compiling prettyplease v0.2.37 |
| 2391 | 2026-05-19T19:35:01.345Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2392 | 2026-05-19T19:35:01.345Z | Checking libsw v3.5.0 |
| 2393 | 2026-05-19T19:35:01.345Z | Compiling progenitor-macro v0.14.0 |
| 2394 | 2026-05-19T19:35:01.493Z | Checking linear-map v1.2.0 |
| 2395 | 2026-05-19T19:35:01.493Z | Checking gethostname v0.5.0 |
| 2396 | 2026-05-19T19:35:01.493Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2397 | 2026-05-19T19:35:01.493Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2398 | 2026-05-19T19:35:01.494Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2399 | 2026-05-19T19:35:01.494Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2400 | 2026-05-19T19:35:01.494Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2401 | 2026-05-19T19:35:01.494Z | Compiling progenitor-macro v0.13.0 |
| 2402 | 2026-05-19T19:35:01.494Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2403 | 2026-05-19T19:35:01.494Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2404 | 2026-05-19T19:35:01.494Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2405 | 2026-05-19T19:35:01.494Z | Checking progenitor v0.14.0 |
| 2406 | 2026-05-19T19:35:01.494Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2407 | 2026-05-19T19:35:02.260Z | Checking smawk v0.3.2 |
| 2408 | 2026-05-19T19:35:02.349Z | Checking resolv-conf v0.7.6 |
| 2409 | 2026-05-19T19:35:02.416Z | Checking unicode-linebreak v0.1.5 |
| 2410 | 2026-05-19T19:35:02.535Z | Checking progenitor v0.13.0 |
| 2411 | 2026-05-19T19:35:02.570Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2412 | 2026-05-19T19:35:02.573Z | Checking papergrid v0.11.0 |
| 2413 | 2026-05-19T19:35:02.658Z | Compiling tabled_derive v0.7.0 |
| 2414 | 2026-05-19T19:35:02.702Z | Compiling convert_case v0.10.0 |
| 2415 | 2026-05-19T19:35:02.816Z | Compiling slog-dtrace v0.3.0 |
| 2416 | 2026-05-19T19:35:03.027Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2417 | 2026-05-19T19:35:03.061Z | Compiling derive_more-impl v2.1.1 |
| 2418 | 2026-05-19T19:35:03.137Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2419 | 2026-05-19T19:35:03.241Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2420 | 2026-05-19T19:35:03.651Z | Checking tabled v0.15.0 |
| 2421 | 2026-05-19T19:35:03.819Z | Checking fd-lock v4.0.4 |
| 2422 | 2026-05-19T19:35:03.877Z | Checking vte v0.14.1 |
| 2423 | 2026-05-19T19:35:03.913Z | Checking derive_more v2.1.1 |
| 2424 | 2026-05-19T19:35:03.948Z | Checking display-error-chain v0.2.2 |
| 2425 | 2026-05-19T19:35:03.950Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2426 | 2026-05-19T19:35:04.012Z | Checking nu-ansi-term v0.50.3 |
| 2427 | 2026-05-19T19:35:04.045Z | Checking crossterm v0.29.0 |
| 2428 | 2026-05-19T19:35:04.078Z | Checking strip-ansi-escapes v0.2.1 |
| 2429 | 2026-05-19T19:35:04.111Z | Checking termtree v0.5.1 |
| 2430 | 2026-05-19T19:35:04.145Z | Checking linked-hash-map v0.5.6 |
| 2431 | 2026-05-19T19:35:04.212Z | Checking textwrap v0.16.2 |
| 2432 | 2026-05-19T19:35:04.247Z | Checking reedline v0.40.0 |
| 2433 | 2026-05-19T19:35:04.281Z | Checking hickory-proto v0.24.4 |
| 2434 | 2026-05-19T19:35:04.345Z | Checking lru-cache v0.1.2 |
| 2435 | 2026-05-19T19:35:04.450Z | Compiling minimal-lexical v0.2.1 |
| 2436 | 2026-05-19T19:35:04.496Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2437 | 2026-05-19T19:35:04.614Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2438 | 2026-05-19T19:35:04.734Z | Compiling nom v7.1.3 |
| 2439 | 2026-05-19T19:35:04.833Z | Compiling ar_archive_writer v0.5.1 |
| 2440 | 2026-05-19T19:35:05.062Z | Checking humantime v2.3.0 |
| 2441 | 2026-05-19T19:35:05.309Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2442 | 2026-05-19T19:35:05.314Z | Checking csv-core v0.1.13 |
| 2443 | 2026-05-19T19:35:05.410Z | Compiling stacker v0.1.23 |
| 2444 | 2026-05-19T19:35:05.485Z | Checking csv v1.4.0 |
| 2445 | 2026-05-19T19:35:05.699Z | Compiling cfg_aliases v0.1.1 |
| 2446 | 2026-05-19T19:35:05.703Z | Compiling semver v0.1.20 |
| 2447 | 2026-05-19T19:35:05.765Z | Compiling psm v0.1.30 |
| 2448 | 2026-05-19T19:35:05.809Z | Checking highway v1.3.0 |
| 2449 | 2026-05-19T19:35:05.878Z | Compiling nix v0.28.0 |
| 2450 | 2026-05-19T19:35:05.960Z | Compiling rustc_version v0.1.7 |
| 2451 | 2026-05-19T19:35:06.043Z | Checking nibble_vec v0.1.0 |
| 2452 | 2026-05-19T19:35:06.076Z | Checking endian-type v0.1.2 |
| 2453 | 2026-05-19T19:35:06.081Z | Checking hickory-resolver v0.24.4 |
| 2454 | 2026-05-19T19:35:06.140Z | Checking home v0.5.12 |
| 2455 | 2026-05-19T19:35:06.198Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2456 | 2026-05-19T19:35:06.233Z | Compiling newtype_derive v0.1.6 |
| 2457 | 2026-05-19T19:35:06.266Z | Checking radix_trie v0.2.1 |
| 2458 | 2026-05-19T19:35:06.332Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2459 | 2026-05-19T19:35:06.397Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2460 | 2026-05-19T19:35:06.461Z | Checking phf_shared v0.12.1 |
| 2461 | 2026-05-19T19:35:06.531Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2462 | 2026-05-19T19:35:06.625Z | Compiling chrono-tz v0.10.4 |
| 2463 | 2026-05-19T19:35:06.719Z | Checking phf v0.12.1 |
| 2464 | 2026-05-19T19:35:06.822Z | Checking qorb v0.4.1 |
| 2465 | 2026-05-19T19:35:06.955Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2466 | 2026-05-19T19:35:06.958Z | Checking recursive v0.1.1 |
| 2467 | 2026-05-19T19:35:06.958Z | Compiling const_format_proc_macros v0.2.34 |
| 2468 | 2026-05-19T19:35:07.059Z | Compiling peg-macros v0.8.5 |
| 2469 | 2026-05-19T19:35:07.116Z | Checking winnow v0.6.26 |
| 2470 | 2026-05-19T19:35:07.150Z | Compiling sqlparser_derive v0.5.0 |
| 2471 | 2026-05-19T19:35:07.725Z | Checking unicode_categories v0.1.1 |
| 2472 | 2026-05-19T19:35:07.840Z | Checking const_format v0.2.35 |
| 2473 | 2026-05-19T19:35:07.887Z | Checking rustyline v14.0.0 |
| 2474 | 2026-05-19T19:35:07.953Z | Checking sqlparser v0.61.0 |
| 2475 | 2026-05-19T19:35:08.386Z | Checking sqlformat v0.3.5 |
| 2476 | 2026-05-19T19:35:08.460Z | Checking peg v0.8.5 |
| 2477 | 2026-05-19T19:35:08.562Z | Checking bcs v0.1.6 |
| 2478 | 2026-05-19T19:35:08.610Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2479 | 2026-05-19T19:35:08.749Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2480 | 2026-05-19T19:35:08.828Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2481 | 2026-05-19T19:35:08.831Z | Checking steno v0.4.1 |
| 2482 | 2026-05-19T19:35:09.029Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2483 | 2026-05-19T19:35:09.032Z | Checking filetime v0.2.27 |
| 2484 | 2026-05-19T19:35:09.230Z | Checking xattr v1.6.1 |
| 2485 | 2026-05-19T19:35:09.395Z | Checking tar v0.4.45 |
| 2486 | 2026-05-19T19:35:09.801Z | Checking subprocess v0.2.15 |
| 2487 | 2026-05-19T19:35:09.835Z | Checking base64 v0.21.7 |
| 2488 | 2026-05-19T19:35:09.868Z | Checking headers-core v0.3.0 |
| 2489 | 2026-05-19T19:35:09.904Z | Checking yasna v0.5.2 |
| 2490 | 2026-05-19T19:35:10.003Z | Checking headers v0.4.1 |
| 2491 | 2026-05-19T19:35:10.136Z | Checking dropshot-api-manager-types v0.7.1 |
| 2492 | 2026-05-19T19:35:10.349Z | Checking rcgen v0.12.1 |
| 2493 | 2026-05-19T19:35:10.382Z | Checking tagptr v0.2.0 |
| 2494 | 2026-05-19T19:35:10.491Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2495 | 2026-05-19T19:35:10.550Z | Checking moka v0.12.13 |
| 2496 | 2026-05-19T19:35:10.689Z | Checking utf-8 v0.7.6 |
| 2497 | 2026-05-19T19:35:10.725Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2498 | 2026-05-19T19:35:10.856Z | Compiling libefi-sys v0.1.0 |
| 2499 | 2026-05-19T19:35:10.900Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2500 | 2026-05-19T19:35:11.130Z | Compiling bitfield-struct v0.6.2 |
| 2501 | 2026-05-19T19:35:11.168Z | Compiling radium v0.7.0 |
| 2502 | 2026-05-19T19:35:11.224Z | Checking hickory-resolver v0.25.2 |
| 2503 | 2026-05-19T19:35:11.616Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2504 | 2026-05-19T19:35:11.651Z | Compiling maybe-uninit v2.0.0 |
| 2505 | 2026-05-19T19:35:11.684Z | Checking tap v1.0.1 |
| 2506 | 2026-05-19T19:35:11.788Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2507 | 2026-05-19T19:35:11.821Z | Checking wyz v0.5.1 |
| 2508 | 2026-05-19T19:35:11.890Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2509 | 2026-05-19T19:35:11.999Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2510 | 2026-05-19T19:35:12.033Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2511 | 2026-05-19T19:35:12.098Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2512 | 2026-05-19T19:35:12.210Z | Checking tungstenite v0.21.0 |
| 2513 | 2026-05-19T19:35:12.269Z | Compiling zerocopy-derive v0.6.6 |
| 2514 | 2026-05-19T19:35:12.363Z | Checking crc-catalog v2.4.0 |
| 2515 | 2026-05-19T19:35:12.485Z | Checking funty v2.0.0 |
| 2516 | 2026-05-19T19:35:12.519Z | Compiling packed_struct v0.10.1 |
| 2517 | 2026-05-19T19:35:12.624Z | Checking crc v3.4.0 |
| 2518 | 2026-05-19T19:35:12.669Z | Checking tokio-tungstenite v0.21.0 |
| 2519 | 2026-05-19T19:35:12.703Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2520 | 2026-05-19T19:35:12.831Z | Checking bitvec v1.0.1 |
| 2521 | 2026-05-19T19:35:12.896Z | Compiling packed_struct_codegen v0.10.1 |
| 2522 | 2026-05-19T19:35:12.930Z | Compiling bitfield-macros v0.19.4 |
| 2523 | 2026-05-19T19:35:12.967Z | Compiling indexmap v1.9.3 |
| 2524 | 2026-05-19T19:35:13.132Z | Checking zerocopy v0.6.6 |
| 2525 | 2026-05-19T19:35:13.190Z | Checking nodrop v0.1.14 |
| 2526 | 2026-05-19T19:35:13.311Z | Checking array-init v0.0.4 |
| 2527 | 2026-05-19T19:35:13.498Z | Checking smallvec v0.6.14 |
| 2528 | 2026-05-19T19:35:13.631Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2529 | 2026-05-19T19:35:13.665Z | Checking bitfield v0.19.4 |
| 2530 | 2026-05-19T19:35:13.719Z | Checking hashbrown v0.12.3 |
| 2531 | 2026-05-19T19:35:13.956Z | Checking serde-hex v0.1.0 |
| 2532 | 2026-05-19T19:35:13.989Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2533 | 2026-05-19T19:35:14.193Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2534 | 2026-05-19T19:35:14.510Z | Checking ron v0.8.1 |
| 2535 | 2026-05-19T19:35:14.624Z | Checking hashbrown v0.13.2 |
| 2536 | 2026-05-19T19:35:15.011Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2537 | 2026-05-19T19:35:15.056Z | Checking crc-any v2.5.0 |
| 2538 | 2026-05-19T19:35:15.089Z | Checking object v0.30.4 |
| 2539 | 2026-05-19T19:35:15.263Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2540 | 2026-05-19T19:35:15.297Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2541 | 2026-05-19T19:35:15.329Z | Checking path-slash v0.1.5 |
| 2542 | 2026-05-19T19:35:15.453Z | Compiling xshell-macros v0.2.7 |
| 2543 | 2026-05-19T19:35:15.486Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2544 | 2026-05-19T19:35:15.489Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2545 | 2026-05-19T19:35:15.759Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2546 | 2026-05-19T19:35:15.850Z | Checking xshell v0.2.7 |
| 2547 | 2026-05-19T19:35:15.885Z | Checking half v1.8.3 |
| 2548 | 2026-05-19T19:35:16.068Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2549 | 2026-05-19T19:35:16.107Z | Checking serde_cbor v0.11.2 |
| 2550 | 2026-05-19T19:35:16.173Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2551 | 2026-05-19T19:35:16.527Z | Checking libscf-sys v1.2.0 |
| 2552 | 2026-05-19T19:35:16.600Z | Compiling proc-macro-error2 v2.0.1 |
| 2553 | 2026-05-19T19:35:16.688Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2554 | 2026-05-19T19:35:16.840Z | Checking papergrid v0.17.0 |
| 2555 | 2026-05-19T19:35:16.917Z | Checking testing_table v0.3.0 |
| 2556 | 2026-05-19T19:35:17.011Z | Compiling tabled_derive v0.11.0 |
| 2557 | 2026-05-19T19:35:17.059Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2558 | 2026-05-19T19:35:17.219Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2559 | 2026-05-19T19:35:17.306Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2560 | 2026-05-19T19:35:17.438Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2561 | 2026-05-19T19:35:17.760Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2562 | 2026-05-19T19:35:17.861Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2563 | 2026-05-19T19:35:18.104Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2564 | 2026-05-19T19:35:18.216Z | Checking tabled v0.20.0 |
| 2565 | 2026-05-19T19:35:18.255Z | Checking crc8 v0.1.1 |
| 2566 | 2026-05-19T19:35:18.290Z | Checking maplit v1.0.2 |
| 2567 | 2026-05-19T19:35:18.382Z | Checking fxhash v0.2.1 |
| 2568 | 2026-05-19T19:35:18.415Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2569 | 2026-05-19T19:35:18.419Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2570 | 2026-05-19T19:35:18.533Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2571 | 2026-05-19T19:35:19.004Z | Checking unicase v2.9.0 |
| 2572 | 2026-05-19T19:35:19.137Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2573 | 2026-05-19T19:35:19.189Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2574 | 2026-05-19T19:35:19.305Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2575 | 2026-05-19T19:35:19.431Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2576 | 2026-05-19T19:35:19.502Z | Compiling typify-impl v0.4.3 |
| 2577 | 2026-05-19T19:35:19.559Z | Checking kstat-rs v0.2.4 |
| 2578 | 2026-05-19T19:35:19.719Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2579 | 2026-05-19T19:35:19.776Z | Compiling diesel_derives v2.3.7 |
| 2580 | 2026-05-19T19:35:19.809Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2581 | 2026-05-19T19:35:20.027Z | Checking scheduled-thread-pool v0.2.7 |
| 2582 | 2026-05-19T19:35:20.200Z | Compiling dsl_auto_type v0.2.0 |
| 2583 | 2026-05-19T19:35:20.262Z | Compiling vergen-gitcl v1.0.8 |
| 2584 | 2026-05-19T19:35:20.478Z | Checking arc-swap v1.8.2 |
| 2585 | 2026-05-19T19:35:20.516Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2586 | 2026-05-19T19:35:20.729Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2587 | 2026-05-19T19:35:20.763Z | Compiling parking_lot_core v0.8.6 |
| 2588 | 2026-05-19T19:35:20.843Z | Checking slog-scope v4.4.1 |
| 2589 | 2026-05-19T19:35:21.086Z | Checking r2d2 v0.8.10 |
| 2590 | 2026-05-19T19:35:21.119Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2591 | 2026-05-19T19:35:21.330Z | Compiling git-stub v1.0.0 |
| 2592 | 2026-05-19T19:35:21.498Z | Checking downcast-rs v2.0.2 |
| 2593 | 2026-05-19T19:35:21.531Z | Compiling git-stub-vcs v0.1.0 |
| 2594 | 2026-05-19T19:35:21.838Z | Checking slog-stdlog v4.1.1 |
| 2595 | 2026-05-19T19:35:21.873Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2596 | 2026-05-19T19:35:21.910Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2597 | 2026-05-19T19:35:21.999Z | Checking slog-envlogger v2.2.0 |
| 2598 | 2026-05-19T19:35:22.178Z | Checking parking_lot v0.11.2 |
| 2599 | 2026-05-19T19:35:22.214Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2600 | 2026-05-19T19:35:22.246Z | Checking prefix-trie v0.7.0 |
| 2601 | 2026-05-19T19:35:22.399Z | Checking sled v0.34.7 |
| 2602 | 2026-05-19T19:35:22.505Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2603 | 2026-05-19T19:35:22.537Z | Checking nanorand v0.7.0 |
| 2604 | 2026-05-19T19:35:22.602Z | Checking hickory-server v0.25.2 |
| 2605 | 2026-05-19T19:35:22.695Z | Compiling dirs-sys-next v0.1.2 |
| 2606 | 2026-05-19T19:35:22.766Z | Compiling crunchy v0.2.4 |
| 2607 | 2026-05-19T19:35:23.005Z | Compiling salty v0.3.0 |
| 2608 | 2026-05-19T19:35:23.107Z | Compiling dirs-next v2.0.0 |
| 2609 | 2026-05-19T19:35:23.257Z | Checking flume v0.11.1 |
| 2610 | 2026-05-19T19:35:23.336Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2611 | 2026-05-19T19:35:23.454Z | Compiling clang-sys v1.8.1 |
| 2612 | 2026-05-19T19:35:23.521Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2613 | 2026-05-19T19:35:23.556Z | Checking primeorder v0.13.6 |
| 2614 | 2026-05-19T19:35:23.691Z | Compiling tiny-keccak v2.0.2 |
| 2615 | 2026-05-19T19:35:23.989Z | Compiling term v0.7.0 |
| 2616 | 2026-05-19T19:35:23.992Z | Compiling typify-macro v0.4.3 |
| 2617 | 2026-05-19T19:35:24.055Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2618 | 2026-05-19T19:35:24.121Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2619 | 2026-05-19T19:35:24.161Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2620 | 2026-05-19T19:35:24.461Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2621 | 2026-05-19T19:35:24.563Z | Compiling bit-vec v0.6.3 |
| 2622 | 2026-05-19T19:35:24.647Z | Compiling ascii-canvas v3.0.0 |
| 2623 | 2026-05-19T19:35:24.777Z | Compiling bit-set v0.5.3 |
| 2624 | 2026-05-19T19:35:24.917Z | Compiling itertools v0.10.5 |
| 2625 | 2026-05-19T19:35:24.963Z | Compiling ena v0.14.4 |
| 2626 | 2026-05-19T19:35:25.121Z | Compiling libloading v0.8.9 |
| 2627 | 2026-05-19T19:35:25.203Z | Compiling fs-err v2.11.0 |
| 2628 | 2026-05-19T19:35:25.248Z | Compiling diff v0.1.13 |
| 2629 | 2026-05-19T19:35:25.359Z | Compiling regex-syntax v0.6.29 |
| 2630 | 2026-05-19T19:35:25.427Z | Compiling bindgen v0.71.1 |
| 2631 | 2026-05-19T19:35:25.600Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2632 | 2026-05-19T19:35:25.736Z | Compiling typify v0.4.3 |
| 2633 | 2026-05-19T19:35:25.938Z | Checking p384 v0.13.1 |
| 2634 | 2026-05-19T19:35:25.978Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2635 | 2026-05-19T19:35:26.012Z | Compiling cexpr v0.6.0 |
| 2636 | 2026-05-19T19:35:26.015Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2637 | 2026-05-19T19:35:26.239Z | Checking diesel v2.3.7 |
| 2638 | 2026-05-19T19:35:26.405Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2639 | 2026-05-19T19:35:26.572Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2640 | 2026-05-19T19:35:26.703Z | Compiling lalrpop v0.19.12 |
| 2641 | 2026-05-19T19:35:26.775Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2642 | 2026-05-19T19:35:27.497Z | Compiling libxml v0.3.3 |
| 2643 | 2026-05-19T19:35:27.611Z | Checking assert_matches v1.5.0 |
| 2644 | 2026-05-19T19:35:27.717Z | Checking parse-size v1.1.0 |
| 2645 | 2026-05-19T19:35:27.814Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2646 | 2026-05-19T19:35:27.872Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2647 | 2026-05-19T19:35:28.446Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2648 | 2026-05-19T19:35:28.794Z | Compiling progenitor-impl v0.11.2 |
| 2649 | 2026-05-19T19:35:29.055Z | Compiling strum_macros v0.24.3 |
| 2650 | 2026-05-19T19:35:29.252Z | Compiling indoc v1.0.9 |
| 2651 | 2026-05-19T19:35:30.410Z | Compiling progenitor-impl v0.10.0 |
| 2652 | 2026-05-19T19:35:31.194Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2653 | 2026-05-19T19:35:31.414Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2654 | 2026-05-19T19:35:31.417Z | Compiling progenitor-macro v0.11.2 |
| 2655 | 2026-05-19T19:35:31.986Z | Checking predicates-tree v1.0.13 |
| 2656 | 2026-05-19T19:35:32.135Z | Checking progenitor-client v0.11.2 |
| 2657 | 2026-05-19T19:35:32.409Z | Checking derive_builder v0.20.2 |
| 2658 | 2026-05-19T19:35:32.488Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2659 | 2026-05-19T19:35:32.553Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2660 | 2026-05-19T19:35:33.035Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2661 | 2026-05-19T19:35:34.207Z | Checking quick-xml v0.37.5 |
| 2662 | 2026-05-19T19:35:34.391Z | Compiling oso-derive v0.27.3 |
| 2663 | 2026-05-19T19:35:34.427Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2664 | 2026-05-19T19:35:34.912Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2665 | 2026-05-19T19:35:35.032Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2666 | 2026-05-19T19:35:35.118Z | Compiling trait-variant v0.1.2 |
| 2667 | 2026-05-19T19:35:35.668Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2668 | 2026-05-19T19:35:35.702Z | Checking openssl-probe v0.1.6 |
| 2669 | 2026-05-19T19:35:35.754Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2670 | 2026-05-19T19:35:35.838Z | Compiling progenitor-macro v0.10.0 |
| 2671 | 2026-05-19T19:35:35.937Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2672 | 2026-05-19T19:35:36.323Z | Checking progenitor v0.11.2 |
| 2673 | 2026-05-19T19:35:36.557Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2674 | 2026-05-19T19:35:37.299Z | Compiling mime_guess v2.0.5 |
| 2675 | 2026-05-19T19:35:37.608Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2676 | 2026-05-19T19:35:37.875Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2677 | 2026-05-19T19:35:38.298Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2678 | 2026-05-19T19:35:38.631Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2679 | 2026-05-19T19:35:38.634Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2680 | 2026-05-19T19:35:38.785Z | Checking http-range v0.1.5 |
| 2681 | 2026-05-19T19:35:38.861Z | Checking corncobs v0.1.4 |
| 2682 | 2026-05-19T19:35:38.979Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2683 | 2026-05-19T19:35:39.021Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2684 | 2026-05-19T19:35:39.071Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2685 | 2026-05-19T19:35:39.442Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2686 | 2026-05-19T19:35:39.446Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2687 | 2026-05-19T19:35:39.479Z | Checking ignore v0.4.25 |
| 2688 | 2026-05-19T19:35:39.918Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2689 | 2026-05-19T19:35:39.994Z | Checking atty v0.2.14 |
| 2690 | 2026-05-19T19:35:40.121Z | Checking secrecy v0.8.0 |
| 2691 | 2026-05-19T19:35:40.476Z | Checking globwalk v0.9.1 |
| 2692 | 2026-05-19T19:35:40.729Z | Checking progenitor v0.10.0 |
| 2693 | 2026-05-19T19:35:40.881Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2694 | 2026-05-19T19:35:40.915Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2695 | 2026-05-19T19:35:41.048Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2696 | 2026-05-19T19:35:41.275Z | Checking signal-hook-tokio v0.3.1 |
| 2697 | 2026-05-19T19:35:41.406Z | Checking bb8 v0.8.6 |
| 2698 | 2026-05-19T19:35:41.484Z | Checking hyper-staticfile v0.10.1 |
| 2699 | 2026-05-19T19:35:41.487Z | Checking camino-tempfile-ext v0.3.3 |
| 2700 | 2026-05-19T19:35:41.709Z | Checking async-bb8-diesel v0.2.1 |
| 2701 | 2026-05-19T19:35:41.747Z | Checking diesel-dtrace v0.5.0 |
| 2702 | 2026-05-19T19:35:41.811Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2703 | 2026-05-19T19:35:42.052Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2704 | 2026-05-19T19:35:42.097Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2705 | 2026-05-19T19:35:42.174Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2706 | 2026-05-19T19:35:42.208Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2707 | 2026-05-19T19:35:42.323Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2708 | 2026-05-19T19:35:42.370Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2709 | 2026-05-19T19:35:42.474Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2710 | 2026-05-19T19:35:43.271Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2711 | 2026-05-19T19:35:43.310Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2712 | 2026-05-19T19:35:43.453Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2713 | 2026-05-19T19:35:43.549Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2714 | 2026-05-19T19:35:43.674Z | Checking nonempty v0.12.0 |
| 2715 | 2026-05-19T19:35:43.868Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2716 | 2026-05-19T19:35:43.870Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2717 | 2026-05-19T19:35:43.969Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2718 | 2026-05-19T19:35:44.253Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2719 | 2026-05-19T19:35:44.301Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2720 | 2026-05-19T19:35:44.334Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2721 | 2026-05-19T19:35:44.697Z | Checking tungstenite v0.23.0 |
| 2722 | 2026-05-19T19:35:44.731Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2723 | 2026-05-19T19:35:45.102Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2724 | 2026-05-19T19:35:45.151Z | Checking tokio-tungstenite v0.23.1 |
| 2725 | 2026-05-19T19:35:45.450Z | Checking void v1.0.2 |
| 2726 | 2026-05-19T19:35:45.591Z | Checking lzss v0.8.2 |
| 2727 | 2026-05-19T19:35:45.819Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2728 | 2026-05-19T19:35:46.015Z | Checking nix v0.27.1 |
| 2729 | 2026-05-19T19:35:46.135Z | Checking rand_seeder v0.4.0 |
| 2730 | 2026-05-19T19:35:46.297Z | Checking serde_bytes v0.11.19 |
| 2731 | 2026-05-19T19:35:46.330Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2732 | 2026-05-19T19:35:46.396Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2733 | 2026-05-19T19:35:46.503Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2734 | 2026-05-19T19:35:46.558Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2735 | 2026-05-19T19:35:46.596Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2736 | 2026-05-19T19:35:46.727Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2737 | 2026-05-19T19:35:47.225Z | Checking is_ci v1.2.0 |
| 2738 | 2026-05-19T19:35:47.361Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2739 | 2026-05-19T19:35:47.516Z | Checking yansi v1.0.1 |
| 2740 | 2026-05-19T19:35:47.551Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2741 | 2026-05-19T19:35:47.804Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2742 | 2026-05-19T19:35:47.837Z | Checking pretty_assertions v1.4.1 |
| 2743 | 2026-05-19T19:35:47.942Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2744 | 2026-05-19T19:35:47.998Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2745 | 2026-05-19T19:35:48.075Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2746 | 2026-05-19T19:35:48.331Z | Compiling darling_core v0.23.0 |
| 2747 | 2026-05-19T19:35:49.282Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2748 | 2026-05-19T19:35:49.513Z | Compiling indoc v2.0.7 |
| 2749 | 2026-05-19T19:35:49.569Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2750 | 2026-05-19T19:35:49.795Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-05-19T19:35:49.996Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-05-19T19:35:50.180Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2753 | 2026-05-19T19:35:50.225Z | Compiling instability v0.3.11 |
| 2754 | 2026-05-19T19:35:50.600Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-05-19T19:35:50.640Z | Compiling libz-sys v1.1.24 |
| 2756 | 2026-05-19T19:35:50.846Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2757 | 2026-05-19T19:35:50.887Z | Compiling darling_macro v0.23.0 |
| 2758 | 2026-05-19T19:35:50.921Z | Checking castaway v0.2.4 |
| 2759 | 2026-05-19T19:35:51.071Z | Checking compact_str v0.8.1 |
| 2760 | 2026-05-19T19:35:51.412Z | Compiling darling v0.23.0 |
| 2761 | 2026-05-19T19:35:51.479Z | Checking supports-color v3.0.2 |
| 2762 | 2026-05-19T19:35:51.673Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2763 | 2026-05-19T19:35:51.865Z | Checking unicode-truncate v1.1.0 |
| 2764 | 2026-05-19T19:35:51.922Z | Checking console v0.16.2 |
| 2765 | 2026-05-19T19:35:52.059Z | Checking lru v0.12.5 |
| 2766 | 2026-05-19T19:35:52.252Z | Checking cassowary v0.3.0 |
| 2767 | 2026-05-19T19:35:52.285Z | Checking unit-prefix v0.5.2 |
| 2768 | 2026-05-19T19:35:52.366Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2769 | 2026-05-19T19:35:52.399Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2770 | 2026-05-19T19:35:52.448Z | Checking indicatif v0.18.4 |
| 2771 | 2026-05-19T19:35:52.492Z | Checking ratatui v0.29.0 |
| 2772 | 2026-05-19T19:35:52.615Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2773 | 2026-05-19T19:35:53.015Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2774 | 2026-05-19T19:35:53.825Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2775 | 2026-05-19T19:35:54.054Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2776 | 2026-05-19T19:35:54.256Z | Compiling vergen-git2 v1.0.7 |
| 2777 | 2026-05-19T19:35:54.321Z | Checking plotters-backend v0.3.7 |
| 2778 | 2026-05-19T19:35:54.363Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2779 | 2026-05-19T19:35:54.520Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2780 | 2026-05-19T19:35:54.552Z | Checking plotters-svg v0.3.7 |
| 2781 | 2026-05-19T19:35:54.586Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2782 | 2026-05-19T19:35:54.722Z | Checking colored v2.2.0 |
| 2783 | 2026-05-19T19:35:54.756Z | Checking shell-words v1.1.1 |
| 2784 | 2026-05-19T19:35:54.910Z | Compiling rustls v0.21.12 |
| 2785 | 2026-05-19T19:35:54.953Z | Checking cast v0.3.0 |
| 2786 | 2026-05-19T19:35:55.153Z | Checking criterion-plot v0.6.0 |
| 2787 | 2026-05-19T19:35:55.242Z | Checking plotters v0.3.7 |
| 2788 | 2026-05-19T19:35:55.321Z | Checking typeid v1.0.3 |
| 2789 | 2026-05-19T19:35:55.427Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2790 | 2026-05-19T19:35:55.460Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2791 | 2026-05-19T19:35:55.686Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2792 | 2026-05-19T19:35:55.909Z | Checking rustls-webpki v0.101.7 |
| 2793 | 2026-05-19T19:35:56.011Z | Checking sct v0.7.1 |
| 2794 | 2026-05-19T19:35:56.182Z | Checking tinytemplate v1.2.1 |
| 2795 | 2026-05-19T19:35:56.279Z | Compiling nix v0.29.0 |
| 2796 | 2026-05-19T19:35:56.380Z | Compiling dropshot v0.16.7 |
| 2797 | 2026-05-19T19:35:56.428Z | Checking hex-literal v0.4.1 |
| 2798 | 2026-05-19T19:35:56.557Z | Checking oorandom v11.1.5 |
| 2799 | 2026-05-19T19:35:56.606Z | Checking anes v0.1.6 |
| 2800 | 2026-05-19T19:35:56.760Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2801 | 2026-05-19T19:35:56.823Z | Checking criterion v0.7.0 |
| 2802 | 2026-05-19T19:35:58.166Z | Checking erased-serde v0.4.9 |
| 2803 | 2026-05-19T19:35:58.207Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2804 | 2026-05-19T19:35:58.545Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2805 | 2026-05-19T19:35:59.330Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2806 | 2026-05-19T19:36:00.136Z | Checking toml v0.9.12+spec-1.1.0 |
| 2807 | 2026-05-19T19:36:00.752Z | Checking ordered-float v2.10.1 |
| 2808 | 2026-05-19T19:36:01.013Z | Compiling dropshot_endpoint v0.16.7 |
| 2809 | 2026-05-19T19:36:01.281Z | Checking serde-value v0.7.0 |
| 2810 | 2026-05-19T19:36:01.518Z | Checking serde-untagged v0.1.9 |
| 2811 | 2026-05-19T19:36:01.740Z | Checking tokio-rustls v0.24.1 |
| 2812 | 2026-05-19T19:36:02.239Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2813 | 2026-05-19T19:36:03.065Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2814 | 2026-05-19T19:36:03.097Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2815 | 2026-05-19T19:36:03.246Z | Checking rustls-pemfile v1.0.4 |
| 2816 | 2026-05-19T19:36:03.322Z | Checking twox-hash v2.1.2 |
| 2817 | 2026-05-19T19:36:03.415Z | Checking unicode-xid v0.2.6 |
| 2818 | 2026-05-19T19:36:03.557Z | Checking cargo-util-schemas v0.8.2 |
| 2819 | 2026-05-19T19:36:03.694Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2820 | 2026-05-19T19:36:04.445Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2821 | 2026-05-19T19:36:04.728Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2822 | 2026-05-19T19:36:04.971Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2823 | 2026-05-19T19:36:05.005Z | Checking fatfs v0.3.6 |
| 2824 | 2026-05-19T19:36:05.156Z | Checking concurrent-queue v2.5.0 |
| 2825 | 2026-05-19T19:36:05.375Z | Checking cargo-platform v0.2.0 |
| 2826 | 2026-05-19T19:36:05.441Z | Compiling petname v2.0.2 |
| 2827 | 2026-05-19T19:36:05.480Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2828 | 2026-05-19T19:36:05.585Z | Checking parking v2.2.1 |
| 2829 | 2026-05-19T19:36:05.740Z | Compiling seq-macro v0.3.6 |
| 2830 | 2026-05-19T19:36:06.105Z | Checking event-listener v5.4.1 |
| 2831 | 2026-05-19T19:36:06.263Z | Checking cargo_metadata v0.21.0 |
| 2832 | 2026-05-19T19:36:06.355Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2833 | 2026-05-19T19:36:06.826Z | Checking rtoolbox v0.0.3 |
| 2834 | 2026-05-19T19:36:07.006Z | Checking rpassword v7.4.0 |
| 2835 | 2026-05-19T19:36:07.054Z | Checking event-listener-strategy v0.5.4 |
| 2836 | 2026-05-19T19:36:07.280Z | Checking tui-tree-widget v0.23.1 |
| 2837 | 2026-05-19T19:36:07.441Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2838 | 2026-05-19T19:36:07.560Z | Checking polyval v0.6.2 |
| 2839 | 2026-05-19T19:36:07.629Z | Checking sapling-renderdag v0.1.0 |
| 2840 | 2026-05-19T19:36:07.759Z | Checking sync-ptr v0.1.4 |
| 2841 | 2026-05-19T19:36:07.900Z | Checking futures-timer v3.0.3 |
| 2842 | 2026-05-19T19:36:07.934Z | Checking ghash v0.5.1 |
| 2843 | 2026-05-19T19:36:08.084Z | Checking async-lock v3.4.2 |
| 2844 | 2026-05-19T19:36:08.117Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2845 | 2026-05-19T19:36:08.340Z | Checking ctr v0.9.2 |
| 2846 | 2026-05-19T19:36:08.501Z | Checking arrayvec v0.7.6 |
| 2847 | 2026-05-19T19:36:08.534Z | Checking arrayref v0.3.9 |
| 2848 | 2026-05-19T19:36:08.539Z | Compiling samael v0.0.19 |
| 2849 | 2026-05-19T19:36:08.602Z | Checking constant_time_eq v0.4.2 |
| 2850 | 2026-05-19T19:36:08.637Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2851 | 2026-05-19T19:36:08.710Z | Checking aes-gcm v0.10.3 |
| 2852 | 2026-05-19T19:36:08.763Z | Checking async-object-pool v0.2.0 |
| 2853 | 2026-05-19T19:36:08.922Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2854 | 2026-05-19T19:36:08.966Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2855 | 2026-05-19T19:36:09.657Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2856 | 2026-05-19T19:36:09.944Z | Checking serde_regex v1.1.0 |
| 2857 | 2026-05-19T19:36:10.089Z | Checking ssh-encoding v0.2.0 |
| 2858 | 2026-05-19T19:36:10.308Z | Checking blowfish v0.9.1 |
| 2859 | 2026-05-19T19:36:10.490Z | Checking assert-json-diff v2.0.2 |
| 2860 | 2026-05-19T19:36:10.687Z | Checking path-tree v0.8.3 |
| 2861 | 2026-05-19T19:36:10.829Z | Checking stringmetrics v2.2.2 |
| 2862 | 2026-05-19T19:36:10.898Z | Checking bcrypt-pbkdf v0.10.0 |
| 2863 | 2026-05-19T19:36:11.010Z | Checking httpmock v0.8.3 |
| 2864 | 2026-05-19T19:36:11.088Z | Checking ssh-cipher v0.2.0 |
| 2865 | 2026-05-19T19:36:11.279Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2866 | 2026-05-19T19:36:11.313Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2867 | 2026-05-19T19:36:11.651Z | Checking password-hash v0.4.2 |
| 2868 | 2026-05-19T19:36:11.898Z | Checking gimli v0.32.3 |
| 2869 | 2026-05-19T19:36:11.959Z | Compiling target-lexicon v0.13.3 |
| 2870 | 2026-05-19T19:36:12.566Z | Checking pbkdf2 v0.11.0 |
| 2871 | 2026-05-19T19:36:12.758Z | Checking ssh-key v0.6.7 |
| 2872 | 2026-05-19T19:36:13.457Z | Checking addr2line v0.25.1 |
| 2873 | 2026-05-19T19:36:13.490Z | Checking p256 v0.13.2 |
| 2874 | 2026-05-19T19:36:13.754Z | Checking p521 v0.13.3 |
| 2875 | 2026-05-19T19:36:13.757Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2876 | 2026-05-19T19:36:14.014Z | Checking russh-cryptovec v0.7.3 |
| 2877 | 2026-05-19T19:36:14.182Z | Compiling guppy-workspace-hack v0.1.0 |
| 2878 | 2026-05-19T19:36:14.380Z | Checking rustc-demangle v0.1.27 |
| 2879 | 2026-05-19T19:36:14.413Z | Checking md5 v0.7.0 |
| 2880 | 2026-05-19T19:36:14.621Z | Checking russh-keys v0.45.0 |
| 2881 | 2026-05-19T19:36:14.654Z | Checking backtrace v0.3.76 |
| 2882 | 2026-05-19T19:36:15.098Z | Checking num-bigint v0.4.6 |
| 2883 | 2026-05-19T19:36:15.286Z | Checking des v0.8.1 |
| 2884 | 2026-05-19T19:36:15.471Z | Compiling blake3 v1.8.3 |
| 2885 | 2026-05-19T19:36:15.474Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2886 | 2026-05-19T19:36:15.857Z | Compiling target-spec v3.5.7 |
| 2887 | 2026-05-19T19:36:15.939Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2888 | 2026-05-19T19:36:16.067Z | Checking russh v0.45.0 |
| 2889 | 2026-05-19T19:36:16.414Z | Checking cfg-expr v0.20.6 |
| 2890 | 2026-05-19T19:36:17.394Z | Checking backtrace-ext v0.2.1 |
| 2891 | 2026-05-19T19:36:17.440Z | Checking supports-color v2.1.0 |
| 2892 | 2026-05-19T19:36:17.440Z | Checking textwrap v0.15.2 |
| 2893 | 2026-05-19T19:36:17.440Z | Checking supports-unicode v2.1.0 |
| 2894 | 2026-05-19T19:36:17.440Z | Checking supports-hyperlinks v2.1.0 |
| 2895 | 2026-05-19T19:36:17.440Z | Checking hashbrown v0.14.5 |
| 2896 | 2026-05-19T19:36:17.440Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2897 | 2026-05-19T19:36:17.440Z | Checking cargo-platform v0.3.2 |
| 2898 | 2026-05-19T19:36:17.440Z | Checking terminal_size v0.1.17 |
| 2899 | 2026-05-19T19:36:17.440Z | Checking socket2 v0.5.10 |
| 2900 | 2026-05-19T19:36:17.463Z | Compiling miette-derive v5.10.0 |
| 2901 | 2026-05-19T19:36:17.523Z | Checking internet-checksum v0.2.1 |
| 2902 | 2026-05-19T19:36:17.579Z | Checking owo-colors v3.5.0 |
| 2903 | 2026-05-19T19:36:17.658Z | Checking chumsky v0.9.3 |
| 2904 | 2026-05-19T19:36:18.015Z | Checking cargo_metadata v0.23.1 |
| 2905 | 2026-05-19T19:36:18.541Z | Checking miette v5.10.0 |
| 2906 | 2026-05-19T19:36:18.715Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2907 | 2026-05-19T19:36:18.766Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2908 | 2026-05-19T19:36:18.939Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2909 | 2026-05-19T19:36:19.040Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2910 | 2026-05-19T19:36:19.248Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2911 | 2026-05-19T19:36:19.314Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2912 | 2026-05-19T19:36:19.524Z | Compiling git2 v0.20.4 |
| 2913 | 2026-05-19T19:36:19.572Z | Compiling knuffel-derive v3.2.0 |
| 2914 | 2026-05-19T19:36:19.606Z | Checking httptest v0.16.4 |
| 2915 | 2026-05-19T19:36:19.699Z | Checking pathdiff v0.2.3 |
| 2916 | 2026-05-19T19:36:19.840Z | Checking topological-sort v0.2.2 |
| 2917 | 2026-05-19T19:36:20.005Z | Checking nested v0.1.1 |
| 2918 | 2026-05-19T19:36:20.038Z | Checking omicron-zone-package v0.12.2 |
| 2919 | 2026-05-19T19:36:20.173Z | Checking guppy v0.17.25 |
| 2920 | 2026-05-19T19:36:20.206Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2921 | 2026-05-19T19:36:20.450Z | Checking similar-asserts v1.7.0 |
| 2922 | 2026-05-19T19:36:20.633Z | Compiling target-triple v1.0.0 |
| 2923 | 2026-05-19T19:36:20.947Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2924 | 2026-05-19T19:36:21.027Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2925 | 2026-05-19T19:36:21.082Z | Checking knuffel v3.2.0 |
| 2926 | 2026-05-19T19:36:21.115Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2927 | 2026-05-19T19:36:21.147Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2928 | 2026-05-19T19:36:21.372Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2929 | 2026-05-19T19:36:21.735Z | Checking hickory-client v0.25.2 |
| 2930 | 2026-05-19T19:36:22.048Z | Checking tokio-test v0.4.5 |
| 2931 | 2026-05-19T19:36:22.290Z | Compiling assert_cmd v2.1.2 |
| 2932 | 2026-05-19T19:36:22.339Z | Checking escape8259 v0.5.3 |
| 2933 | 2026-05-19T19:36:22.503Z | Checking libtest-mimic v0.8.1 |
| 2934 | 2026-05-19T19:36:22.770Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2935 | 2026-05-19T19:36:22.773Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2936 | 2026-05-19T19:36:22.866Z | Checking blake2b_simd v1.0.4 |
| 2937 | 2026-05-19T19:36:22.899Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2938 | 2026-05-19T19:36:22.939Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2939 | 2026-05-19T19:36:23.288Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2940 | 2026-05-19T19:36:23.362Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2941 | 2026-05-19T19:36:23.475Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2942 | 2026-05-19T19:36:23.700Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2943 | 2026-05-19T19:36:23.704Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2944 | 2026-05-19T19:36:23.880Z | Compiling polar-core v0.27.3 |
| 2945 | 2026-05-19T19:36:23.958Z | Checking fancy-regex v0.14.0 |
| 2946 | 2026-05-19T19:36:24.084Z | Checking serde_tokenstream v0.2.3 |
| 2947 | 2026-05-19T19:36:24.185Z | Checking approx v0.5.1 |
| 2948 | 2026-05-19T19:36:24.326Z | Compiling rstest_macros v0.25.0 |
| 2949 | 2026-05-19T19:36:24.361Z | Checking uzers v0.12.2 |
| 2950 | 2026-05-19T19:36:24.364Z | Compiling linkme-impl v0.3.35 |
| 2951 | 2026-05-19T19:36:24.613Z | Checking termcolor v1.4.1 |
| 2952 | 2026-05-19T19:36:24.645Z | Checking constant_time_eq v0.3.1 |
| 2953 | 2026-05-19T19:36:24.809Z | Checking rust-argon2 v2.1.0 |
| 2954 | 2026-05-19T19:36:24.849Z | Checking trybuild v1.0.116 |
| 2955 | 2026-05-19T19:36:24.881Z | Checking datatest-stable v0.3.3 |
| 2956 | 2026-05-19T19:36:25.324Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2957 | 2026-05-19T19:36:25.442Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2958 | 2026-05-19T19:36:25.621Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2959 | 2026-05-19T19:36:25.669Z | Checking support-bundle-viewer v0.1.2 |
| 2960 | 2026-05-19T19:36:25.940Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2961 | 2026-05-19T19:36:26.201Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2962 | 2026-05-19T19:36:26.294Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2963 | 2026-05-19T19:36:26.432Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2964 | 2026-05-19T19:36:26.534Z | Checking drift v0.1.4 |
| 2965 | 2026-05-19T19:36:26.661Z | Checking rand_distr v0.5.1 |
| 2966 | 2026-05-19T19:36:26.901Z | Checking multimap v0.10.1 |
| 2967 | 2026-05-19T19:36:27.135Z | Compiling linkme v0.3.35 |
| 2968 | 2026-05-19T19:36:27.207Z | Compiling relative-path v1.9.3 |
| 2969 | 2026-05-19T19:36:27.500Z | Checking dropshot-api-manager v0.7.1 |
| 2970 | 2026-05-19T19:36:29.033Z | Checking oso v0.27.3 |
| 2971 | 2026-05-19T19:36:29.068Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2972 | 2026-05-19T19:36:29.309Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2973 | 2026-05-19T19:36:29.460Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2974 | 2026-05-19T19:36:29.597Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2975 | 2026-05-19T19:36:29.671Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2976 | 2026-05-19T19:36:30.013Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2977 | 2026-05-19T19:36:30.047Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2978 | 2026-05-19T19:36:30.252Z | Checking cargo_toml v0.21.0 |
| 2979 | 2026-05-19T19:36:30.294Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2980 | 2026-05-19T19:36:30.328Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2981 | 2026-05-19T19:36:30.555Z | Checking partial-io v0.5.4 |
| 2982 | 2026-05-19T19:36:30.718Z | Checking termios v0.3.3 |
| 2983 | 2026-05-19T19:36:30.787Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2984 | 2026-05-19T19:36:30.874Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2985 | 2026-05-19T19:36:30.966Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2986 | 2026-05-19T19:36:31.102Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2987 | 2026-05-19T19:36:31.295Z | Checking rstest v0.25.0 |
| 2988 | 2026-05-19T19:36:35.461Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2989 | 2026-05-19T19:36:39.288Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2990 | 2026-05-19T19:36:40.144Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2991 | 2026-05-19T19:36:42.853Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2992 | 2026-05-19T19:36:44.296Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2993 | 2026-05-19T19:36:46.790Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2994 | 2026-05-19T19:36:52.622Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2995 | 2026-05-19T19:36:55.617Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2996 | 2026-05-19T19:36:56.582Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2997 | 2026-05-19T19:36:56.844Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2998 | 2026-05-19T19:36:57.040Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2999 | 2026-05-19T19:37:06.637Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3000 | 2026-05-19T19:38:20.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s |
| 3001 | 2026-05-19T19:38:21.600Z | |
| 3002 | 2026-05-19T19:38:21.603Z | real 4:04.725482530 |
| 3003 | 2026-05-19T19:38:21.603Z | user 20:48.314881081 |
| 3004 | 2026-05-19T19:38:21.604Z | sys 4:48.631374032 |
| 3005 | 2026-05-19T19:38:21.604Z | trap 0.487577267 |
| 3006 | 2026-05-19T19:38:21.604Z | tflt 1.949562597 |
| 3007 | 2026-05-19T19:38:21.604Z | dflt 1.210580007 |
| 3008 | 2026-05-19T19:38:21.604Z | kflt 0.038546687 |
| 3009 | 2026-05-19T19:38:21.604Z | lock 57:21.811831537 |
| 3010 | 2026-05-19T19:38:21.604Z | slp 57:23.314087637 |
| 3011 | 2026-05-19T19:38:21.604Z | lat 1:46.276993096 |
| 3012 | 2026-05-19T19:38:21.604Z | stop 10:35.694233163 |
| 3013 | 2026-05-19T19:38:21.604Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3014 | 2026-05-19T19:38:21.604Z | + ptime -m cargo doc --workspace --no-deps |
| 3015 | 2026-05-19T19:38:22.469Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3016 | 2026-05-19T19:38:22.469Z | | |
| 3017 | 2026-05-19T19:38:22.469Z | = 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)` |
| 3018 | 2026-05-19T19:38:22.469Z | = 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> |
| 3019 | 2026-05-19T19:38:23.436Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3020 | 2026-05-19T19:38:23.665Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3021 | 2026-05-19T19:38:23.708Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3022 | 2026-05-19T19:38:23.773Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3023 | 2026-05-19T19:38:23.889Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3024 | 2026-05-19T19:38:23.934Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3025 | 2026-05-19T19:38:23.962Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3026 | 2026-05-19T19:38:23.964Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3027 | 2026-05-19T19:38:24.036Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3028 | 2026-05-19T19:38:24.199Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3029 | 2026-05-19T19:38:24.236Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3030 | 2026-05-19T19:38:24.260Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3031 | 2026-05-19T19:38:24.314Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3032 | 2026-05-19T19:38:24.336Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3033 | 2026-05-19T19:38:24.357Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3034 | 2026-05-19T19:38:24.380Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3035 | 2026-05-19T19:38:24.383Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3036 | 2026-05-19T19:38:24.493Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3037 | 2026-05-19T19:38:24.517Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3038 | 2026-05-19T19:38:24.517Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3039 | 2026-05-19T19:38:24.929Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3040 | 2026-05-19T19:38:24.982Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3041 | 2026-05-19T19:38:25.113Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3042 | 2026-05-19T19:38:25.154Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3043 | 2026-05-19T19:38:25.178Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3044 | 2026-05-19T19:38:25.264Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3045 | 2026-05-19T19:38:25.303Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3046 | 2026-05-19T19:38:25.463Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3047 | 2026-05-19T19:38:25.510Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3048 | 2026-05-19T19:38:25.540Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3049 | 2026-05-19T19:38:25.627Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3050 | 2026-05-19T19:38:25.783Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3051 | 2026-05-19T19:38:25.893Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3052 | 2026-05-19T19:38:25.918Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3053 | 2026-05-19T19:38:26.119Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3054 | 2026-05-19T19:38:26.143Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3055 | 2026-05-19T19:38:26.166Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3056 | 2026-05-19T19:38:26.322Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3057 | 2026-05-19T19:38:26.371Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3058 | 2026-05-19T19:38:26.575Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3059 | 2026-05-19T19:38:26.665Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3060 | 2026-05-19T19:38:26.894Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3061 | 2026-05-19T19:38:26.920Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3062 | 2026-05-19T19:38:26.942Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3063 | 2026-05-19T19:38:27.065Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3064 | 2026-05-19T19:38:27.186Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3065 | 2026-05-19T19:38:27.213Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3066 | 2026-05-19T19:38:27.237Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3067 | 2026-05-19T19:38:27.306Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3068 | 2026-05-19T19:38:27.437Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3069 | 2026-05-19T19:38:27.461Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3070 | 2026-05-19T19:38:27.481Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3071 | 2026-05-19T19:38:27.505Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3072 | 2026-05-19T19:38:27.755Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3073 | 2026-05-19T19:38:27.755Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3074 | 2026-05-19T19:38:27.801Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3075 | 2026-05-19T19:38:27.801Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3076 | 2026-05-19T19:38:28.006Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3077 | 2026-05-19T19:38:28.030Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3078 | 2026-05-19T19:38:28.032Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3079 | 2026-05-19T19:38:28.079Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3080 | 2026-05-19T19:38:28.207Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3081 | 2026-05-19T19:38:28.375Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3082 | 2026-05-19T19:38:28.773Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3083 | 2026-05-19T19:38:29.204Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3084 | 2026-05-19T19:38:29.292Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3085 | 2026-05-19T19:38:29.524Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3086 | 2026-05-19T19:38:29.562Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3087 | 2026-05-19T19:38:29.662Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3088 | 2026-05-19T19:38:29.844Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3089 | 2026-05-19T19:38:29.869Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3090 | 2026-05-19T19:38:29.969Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3091 | 2026-05-19T19:38:30.210Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3092 | 2026-05-19T19:38:30.388Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3093 | 2026-05-19T19:38:30.490Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3094 | 2026-05-19T19:38:30.912Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3095 | 2026-05-19T19:38:31.621Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3096 | 2026-05-19T19:38:31.662Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3097 | 2026-05-19T19:38:31.925Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3098 | 2026-05-19T19:38:32.332Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3099 | 2026-05-19T19:38:32.356Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3100 | 2026-05-19T19:38:32.886Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3101 | 2026-05-19T19:38:32.911Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3102 | 2026-05-19T19:38:33.279Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3103 | 2026-05-19T19:38:33.495Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3104 | 2026-05-19T19:38:33.588Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3105 | 2026-05-19T19:38:33.747Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3106 | 2026-05-19T19:38:33.927Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3107 | 2026-05-19T19:38:33.975Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3108 | 2026-05-19T19:38:34.025Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3109 | 2026-05-19T19:38:34.113Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3110 | 2026-05-19T19:38:34.210Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3111 | 2026-05-19T19:38:34.375Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3112 | 2026-05-19T19:38:34.434Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3113 | 2026-05-19T19:38:34.544Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3114 | 2026-05-19T19:38:34.608Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3115 | 2026-05-19T19:38:34.637Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3116 | 2026-05-19T19:38:34.662Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3117 | 2026-05-19T19:38:34.797Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3118 | 2026-05-19T19:38:34.869Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3119 | 2026-05-19T19:38:34.976Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3120 | 2026-05-19T19:38:35.009Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3121 | 2026-05-19T19:38:35.078Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3122 | 2026-05-19T19:38:35.114Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3123 | 2026-05-19T19:38:35.184Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3124 | 2026-05-19T19:38:35.284Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3125 | 2026-05-19T19:38:35.380Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3126 | 2026-05-19T19:38:35.531Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3127 | 2026-05-19T19:38:35.560Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3128 | 2026-05-19T19:38:36.110Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3129 | 2026-05-19T19:38:36.750Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3130 | 2026-05-19T19:38:36.932Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3131 | 2026-05-19T19:38:37.176Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3132 | 2026-05-19T19:38:37.613Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3133 | 2026-05-19T19:38:37.707Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3134 | 2026-05-19T19:38:37.896Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3135 | 2026-05-19T19:38:38.013Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3136 | 2026-05-19T19:38:38.587Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3137 | 2026-05-19T19:38:38.611Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3138 | 2026-05-19T19:38:38.803Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3139 | 2026-05-19T19:38:38.900Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3140 | 2026-05-19T19:38:38.903Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3141 | 2026-05-19T19:38:39.231Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3142 | 2026-05-19T19:38:39.294Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3143 | 2026-05-19T19:38:39.355Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3144 | 2026-05-19T19:38:39.857Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3145 | 2026-05-19T19:38:40.493Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3146 | 2026-05-19T19:38:40.604Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3147 | 2026-05-19T19:38:40.648Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3148 | 2026-05-19T19:38:41.370Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3149 | 2026-05-19T19:38:41.568Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3150 | 2026-05-19T19:38:41.979Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3151 | 2026-05-19T19:38:42.631Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3152 | 2026-05-19T19:38:42.915Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3153 | 2026-05-19T19:38:43.506Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3154 | 2026-05-19T19:38:43.661Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3155 | 2026-05-19T19:38:44.069Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3156 | 2026-05-19T19:38:44.128Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3157 | 2026-05-19T19:38:44.164Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3158 | 2026-05-19T19:38:44.379Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3159 | 2026-05-19T19:38:44.549Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3160 | 2026-05-19T19:38:44.721Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3161 | 2026-05-19T19:38:45.214Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3162 | 2026-05-19T19:38:45.748Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3163 | 2026-05-19T19:38:46.019Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3164 | 2026-05-19T19:38:46.233Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3165 | 2026-05-19T19:38:46.449Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3166 | 2026-05-19T19:38:46.750Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3167 | 2026-05-19T19:38:46.782Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3168 | 2026-05-19T19:38:47.406Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3169 | 2026-05-19T19:38:48.008Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3170 | 2026-05-19T19:38:48.066Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3171 | 2026-05-19T19:38:48.541Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3172 | 2026-05-19T19:38:50.611Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3173 | 2026-05-19T19:38:50.974Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3174 | 2026-05-19T19:38:51.245Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3175 | 2026-05-19T19:38:51.806Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3176 | 2026-05-19T19:38:52.319Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3177 | 2026-05-19T19:38:52.780Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3178 | 2026-05-19T19:38:52.803Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3179 | 2026-05-19T19:38:53.077Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3180 | 2026-05-19T19:38:53.493Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3181 | 2026-05-19T19:38:53.935Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3182 | 2026-05-19T19:38:54.112Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3183 | 2026-05-19T19:38:54.389Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3184 | 2026-05-19T19:38:54.600Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3185 | 2026-05-19T19:38:54.673Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3186 | 2026-05-19T19:38:54.839Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3187 | 2026-05-19T19:38:55.104Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3188 | 2026-05-19T19:38:55.584Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3189 | 2026-05-19T19:38:55.846Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3190 | 2026-05-19T19:38:56.149Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3191 | 2026-05-19T19:38:56.187Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3192 | 2026-05-19T19:38:56.332Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3193 | 2026-05-19T19:38:56.357Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3194 | 2026-05-19T19:38:56.742Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3195 | 2026-05-19T19:38:57.017Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3196 | 2026-05-19T19:38:57.041Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3197 | 2026-05-19T19:38:57.731Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3198 | 2026-05-19T19:38:58.603Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3199 | 2026-05-19T19:38:58.776Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3200 | 2026-05-19T19:38:58.834Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3201 | 2026-05-19T19:39:00.235Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3202 | 2026-05-19T19:39:00.612Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3203 | 2026-05-19T19:39:02.186Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3204 | 2026-05-19T19:39:02.310Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3205 | 2026-05-19T19:39:02.925Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3206 | 2026-05-19T19:39:04.323Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3207 | 2026-05-19T19:39:05.011Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3208 | 2026-05-19T19:39:06.677Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3209 | 2026-05-19T19:39:06.853Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3210 | 2026-05-19T19:39:07.959Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3211 | 2026-05-19T19:39:08.852Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3212 | 2026-05-19T19:39:09.017Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3213 | 2026-05-19T19:39:10.470Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3214 | 2026-05-19T19:39:12.080Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3215 | 2026-05-19T19:39:12.226Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3216 | 2026-05-19T19:39:12.504Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3217 | 2026-05-19T19:39:12.630Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3218 | 2026-05-19T19:39:12.852Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3219 | 2026-05-19T19:39:13.477Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3220 | 2026-05-19T19:39:14.311Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3221 | 2026-05-19T19:39:17.938Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3222 | 2026-05-19T19:39:18.409Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3223 | 2026-05-19T19:39:19.215Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3224 | 2026-05-19T19:39:20.947Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3225 | 2026-05-19T19:39:21.672Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3226 | 2026-05-19T19:39:22.066Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3227 | 2026-05-19T19:39:22.488Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3228 | 2026-05-19T19:39:22.850Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3229 | 2026-05-19T19:39:24.041Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3230 | 2026-05-19T19:39:25.355Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3231 | 2026-05-19T19:39:25.796Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3232 | 2026-05-19T19:39:26.290Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3233 | 2026-05-19T19:39:26.826Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3234 | 2026-05-19T19:39:28.649Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3235 | 2026-05-19T19:39:28.823Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3236 | 2026-05-19T19:39:29.385Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3237 | 2026-05-19T19:39:29.770Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3238 | 2026-05-19T19:39:32.303Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3239 | 2026-05-19T19:39:35.191Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3240 | 2026-05-19T19:39:35.608Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3241 | 2026-05-19T19:39:36.163Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3242 | 2026-05-19T19:39:37.109Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3243 | 2026-05-19T19:39:37.803Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3244 | 2026-05-19T19:39:40.703Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3245 | 2026-05-19T19:39:40.832Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3246 | 2026-05-19T19:39:41.635Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3247 | 2026-05-19T19:39:42.908Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3248 | 2026-05-19T19:39:44.096Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3249 | 2026-05-19T19:39:45.570Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3250 | 2026-05-19T19:39:46.680Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3251 | 2026-05-19T19:39:47.979Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3252 | 2026-05-19T19:39:50.355Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3253 | 2026-05-19T19:39:51.237Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3254 | 2026-05-19T19:39:54.177Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3255 | 2026-05-19T19:39:55.748Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3256 | 2026-05-19T19:39:57.200Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3257 | 2026-05-19T19:39:58.906Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3258 | 2026-05-19T19:40:00.351Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3259 | 2026-05-19T19:40:04.215Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3260 | 2026-05-19T19:40:05.186Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3261 | 2026-05-19T19:40:06.139Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3262 | 2026-05-19T19:40:06.819Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3263 | 2026-05-19T19:40:08.640Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3264 | 2026-05-19T19:40:10.429Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3265 | 2026-05-19T19:40:12.049Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3266 | 2026-05-19T19:40:14.002Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3267 | 2026-05-19T19:40:15.679Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3268 | 2026-05-19T19:40:17.649Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3269 | 2026-05-19T19:40:19.121Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3270 | 2026-05-19T19:40:20.798Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3271 | 2026-05-19T19:40:22.523Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3272 | 2026-05-19T19:40:24.254Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3273 | 2026-05-19T19:40:25.624Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3274 | 2026-05-19T19:40:27.704Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3275 | 2026-05-19T19:40:29.113Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3276 | 2026-05-19T19:40:31.298Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3277 | 2026-05-19T19:40:32.810Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3278 | 2026-05-19T19:40:34.505Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3279 | 2026-05-19T19:40:36.537Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3280 | 2026-05-19T19:40:38.214Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3281 | 2026-05-19T19:40:40.335Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3282 | 2026-05-19T19:40:42.107Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3283 | 2026-05-19T19:40:43.827Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3284 | 2026-05-19T19:40:45.756Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3285 | 2026-05-19T19:40:48.089Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3286 | 2026-05-19T19:40:51.264Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3287 | 2026-05-19T19:40:52.185Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3288 | 2026-05-19T19:40:54.217Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3289 | 2026-05-19T19:40:55.372Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3290 | 2026-05-19T19:40:58.756Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3291 | 2026-05-19T19:41:01.000Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3292 | 2026-05-19T19:41:03.179Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3293 | 2026-05-19T19:41:05.407Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3294 | 2026-05-19T19:41:07.582Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3295 | 2026-05-19T19:41:09.817Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3296 | 2026-05-19T19:41:11.941Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3297 | 2026-05-19T19:41:14.578Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3298 | 2026-05-19T19:41:16.558Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3299 | 2026-05-19T19:41:18.533Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3300 | 2026-05-19T19:41:20.694Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3301 | 2026-05-19T19:41:22.956Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3302 | 2026-05-19T19:41:25.096Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3303 | 2026-05-19T19:41:27.313Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3304 | 2026-05-19T19:41:29.663Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3305 | 2026-05-19T19:41:31.816Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3306 | 2026-05-19T19:41:34.079Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3307 | 2026-05-19T19:41:36.330Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3308 | 2026-05-19T19:41:38.623Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3309 | 2026-05-19T19:41:40.874Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3310 | 2026-05-19T19:41:43.118Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3311 | 2026-05-19T19:41:45.345Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3312 | 2026-05-19T19:41:47.582Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3313 | 2026-05-19T19:41:49.960Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3314 | 2026-05-19T19:41:52.225Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3315 | 2026-05-19T19:41:54.583Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3316 | 2026-05-19T19:41:56.703Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3317 | 2026-05-19T19:41:58.996Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3318 | 2026-05-19T19:42:01.242Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3319 | 2026-05-19T19:42:03.584Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3320 | 2026-05-19T19:42:05.944Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3321 | 2026-05-19T19:42:08.309Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3322 | 2026-05-19T19:42:10.640Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3323 | 2026-05-19T19:42:13.065Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3324 | 2026-05-19T19:42:15.479Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3325 | 2026-05-19T19:42:17.780Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3326 | 2026-05-19T19:42:20.056Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3327 | 2026-05-19T19:42:23.141Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3328 | 2026-05-19T19:42:25.174Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3329 | 2026-05-19T19:42:27.713Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3330 | 2026-05-19T19:42:30.387Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3331 | 2026-05-19T19:42:32.865Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3332 | 2026-05-19T19:42:35.341Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3333 | 2026-05-19T19:42:37.805Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3334 | 2026-05-19T19:42:40.290Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3335 | 2026-05-19T19:42:42.880Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3336 | 2026-05-19T19:42:45.814Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3337 | 2026-05-19T19:42:48.261Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3338 | 2026-05-19T19:42:50.762Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3339 | 2026-05-19T19:42:58.283Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3340 | 2026-05-19T19:42:58.528Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3341 | 2026-05-19T19:43:01.738Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3342 | 2026-05-19T19:43:05.186Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3343 | 2026-05-19T19:43:08.615Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3344 | 2026-05-19T19:43:13.184Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3345 | 2026-05-19T19:43:16.028Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3346 | 2026-05-19T19:43:19.685Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3347 | 2026-05-19T19:43:23.356Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3348 | 2026-05-19T19:43:26.934Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3349 | 2026-05-19T19:43:30.595Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3350 | 2026-05-19T19:43:34.280Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3351 | 2026-05-19T19:43:37.995Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3352 | 2026-05-19T19:43:41.660Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3353 | 2026-05-19T19:43:45.321Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3354 | 2026-05-19T19:43:49.040Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3355 | 2026-05-19T19:43:52.662Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3356 | 2026-05-19T19:43:56.497Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3357 | 2026-05-19T19:44:00.037Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3358 | 2026-05-19T19:44:04.861Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3359 | 2026-05-19T19:44:07.531Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3360 | 2026-05-19T19:44:11.137Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3361 | 2026-05-19T19:44:14.797Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3362 | 2026-05-19T19:44:18.504Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3363 | 2026-05-19T19:44:22.204Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3364 | 2026-05-19T19:44:51.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 30s |
| 3365 | 2026-05-19T19:44:51.844Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 195 other files |
| 3366 | 2026-05-19T19:44:51.953Z | |
| 3367 | 2026-05-19T19:44:51.968Z | real 6:30.257671990 |
| 3368 | 2026-05-19T19:44:51.968Z | user 17:25.256988657 |
| 3369 | 2026-05-19T19:44:51.968Z | sys 3:44.174682255 |
| 3370 | 2026-05-19T19:44:51.968Z | trap 0.248796666 |
| 3371 | 2026-05-19T19:44:51.968Z | tflt 0.049367240 |
| 3372 | 2026-05-19T19:44:51.968Z | dflt 0.105986356 |
| 3373 | 2026-05-19T19:44:51.968Z | kflt 0.000025680 |
| 3374 | 2026-05-19T19:44:51.969Z | lock 5:58:30.501740536 |
| 3375 | 2026-05-19T19:44:51.969Z | slp 2:10:56.194290839 |
| 3376 | 2026-05-19T19:44:51.969Z | lat 37.822764896 |
| 3377 | 2026-05-19T19:44:51.969Z | stop 1:37.550601019 |
| 3378 | 2026-05-19T19:44:51.969Z | process exited: duration 773852 ms, exit code 0 |
| |
| 3379 | 2026-05-19T19:44:51.982Z | found 0 output files |