|
|
|
| 1 | 2026-05-21T09:40:09.535Z | job assigned to worker 01KS4YENY5VQE52DF7BNXTYC8S [factory aws, i-02e2837f386d3d8cd] (queued for 58 s) |
| |
| 2 | 2026-05-21T09:40:16.045Z | starting task 0: "setup" |
| 3 | 2026-05-21T09:40:16.049Z | ++ uname -s |
| 4 | 2026-05-21T09:40:16.054Z | + kern=SunOS |
| 5 | 2026-05-21T09:40:16.054Z | + build_user=build |
| 6 | 2026-05-21T09:40:16.054Z | + build_uid=12345 |
| 7 | 2026-05-21T09:40:16.054Z | + work_dir=/work |
| 8 | 2026-05-21T09:40:16.054Z | + input_dir=/input |
| 9 | 2026-05-21T09:40:16.054Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-21T09:40:16.054Z | + case "$kern" in |
| 11 | 2026-05-21T09:40:16.054Z | + groupadd -g 12345 build |
| 12 | 2026-05-21T09:40:16.054Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-21T09:40:18.060Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-21T09:40:18.125Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-21T09:40:18.128Z | + home_fs=zfs |
| 16 | 2026-05-21T09:40:18.128Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-21T09:40:18.128Z | + mkdir -p /home/build |
| 18 | 2026-05-21T09:40:18.128Z | + chown build:build /home/build /work |
| 19 | 2026-05-21T09:40:20.130Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-21T09:40:20.132Z | process exited: duration 4089 ms, exit code 0 |
| |
| 21 | 2026-05-21T09:40:20.138Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-21T09:40:20.142Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-21T09:40:20.142Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-21T09:40:20.142Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-21T09:40:20.142Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-21T09:40:20.145Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-21T09:40:20.145Z | * rust toolchain profile = "default" |
| 28 | 2026-05-21T09:40:20.145Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-21T09:40:20.145Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-21T09:40:20.250Z | info: downloading installer |
| 31 | 2026-05-21T09:40:21.570Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-21T09:40:21.570Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-21T09:40:21.570Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-21T09:40:21.570Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-21T09:40:21.582Z | info: profile set to default |
| 36 | 2026-05-21T09:40:21.582Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-21T09:40:21.585Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-21T09:40:21.735Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-21T09:40:21.744Z | info: downloading 6 components |
| 40 | 2026-05-21T09:40:36.347Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-21T09:40:36.347Z | |
| 42 | 2026-05-21T09:40:36.385Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-21T09:40:36.385Z | |
| 44 | 2026-05-21T09:40:36.385Z | |
| 45 | 2026-05-21T09:40:36.385Z | Rust is installed now. Great! |
| 46 | 2026-05-21T09:40:36.385Z | |
| 47 | 2026-05-21T09:40:36.388Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-21T09:40:36.388Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-21T09:40:36.388Z | |
| 50 | 2026-05-21T09:40:36.388Z | To configure your current shell, you need to source |
| 51 | 2026-05-21T09:40:36.388Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-21T09:40:36.388Z | |
| 53 | 2026-05-21T09:40:36.388Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-21T09:40:36.388Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-21T09:40:36.388Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-21T09:40:36.388Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-21T09:40:36.388Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-21T09:40:36.388Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-21T09:40:36.388Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-21T09:40:36.388Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-21T09:40:36.388Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-21T09:40:36.484Z | + rustup --version |
| 63 | 2026-05-21T09:40:36.493Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-21T09:40:36.496Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-21T09:40:36.515Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-21T09:40:36.518Z | + cargo --version |
| 67 | 2026-05-21T09:40:36.531Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-21T09:40:36.534Z | + rustc --version |
| 69 | 2026-05-21T09:40:36.554Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-21T09:40:36.556Z | process exited: duration 16417 ms, exit code 0 |
| |
| 71 | 2026-05-21T09:40:36.563Z | starting task 2: "authentication" |
| 72 | 2026-05-21T09:40:36.578Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-21T09:40:36.583Z | starting task 3: "clone repository" |
| 74 | 2026-05-21T09:40:36.586Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-21T09:40:36.589Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-21T09:40:36.629Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-21T09:40:46.786Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-21T09:40:46.786Z | + git fetch origin 426815c4f1445ee5d50bc0ca295596bde86679c6 |
| 79 | 2026-05-21T09:40:47.225Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-21T09:40:47.225Z | * branch 426815c4f1445ee5d50bc0ca295596bde86679c6 -> FETCH_HEAD |
| 81 | 2026-05-21T09:40:47.235Z | + [[ -n '' ]] |
| 82 | 2026-05-21T09:40:47.235Z | + git reset --hard 426815c4f1445ee5d50bc0ca295596bde86679c6 |
| 83 | 2026-05-21T09:40:47.473Z | HEAD is now at 426815c4f add some comments |
| 84 | 2026-05-21T09:40:47.476Z | process exited: duration 10891 ms, exit code 0 |
| |
| 85 | 2026-05-21T09:40:47.481Z | starting task 4: "build" |
| 86 | 2026-05-21T09:40:47.486Z | + source ./env.sh |
| 87 | 2026-05-21T09:40:47.489Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2026-05-21T09:40:47.489Z | ++ set -o xtrace |
| 89 | 2026-05-21T09:40:47.489Z | ++++ dirname ./env.sh |
| 90 | 2026-05-21T09:40:47.492Z | +++ readlink -f . |
| 91 | 2026-05-21T09:40:47.495Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2026-05-21T09:40:47.495Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2026-05-21T09:40:47.495Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2026-05-21T09:40:47.495Z | ++ 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 |
| 95 | 2026-05-21T09:40:47.496Z | ++ 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 |
| 96 | 2026-05-21T09:40:47.496Z | ++ 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 |
| 97 | 2026-05-21T09:40:47.496Z | ++ 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 |
| 98 | 2026-05-21T09:40:47.496Z | ++ 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 |
| 99 | 2026-05-21T09:40:47.496Z | ++ 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 |
| 100 | 2026-05-21T09:40:47.496Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2026-05-21T09:40:47.496Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2026-05-21T09:40:47.496Z | + source .github/buildomat/ci-env.sh |
| 103 | 2026-05-21T09:40:47.496Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2026-05-21T09:40:47.496Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2026-05-21T09:40:47.496Z | + cargo --version |
| 106 | 2026-05-21T09:40:47.503Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 107 | 2026-05-21T09:40:47.506Z | + rustc --version |
| 108 | 2026-05-21T09:40:47.526Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 109 | 2026-05-21T09:40:47.529Z | + banner prerequisites |
| 110 | 2026-05-21T09:40:47.532Z | |
| 111 | 2026-05-21T09:40:47.532Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 112 | 2026-05-21T09:40:47.532Z | # # # # # # # # # # # # # # # |
| 113 | 2026-05-21T09:40:47.532Z | # # # # ##### # # ##### # # # # # #### # |
| 114 | 2026-05-21T09:40:47.532Z | ##### ##### # ##### # # # # # # # # # |
| 115 | 2026-05-21T09:40:47.532Z | # # # # # # # # # # # # # # # |
| 116 | 2026-05-21T09:40:47.532Z | # # # ###### # # ###### ### # #### # #### # |
| 117 | 2026-05-21T09:40:47.532Z | |
| 118 | 2026-05-21T09:40:47.532Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 119 | 2026-05-21T09:40:48.973Z | Startup: Refreshing catalog 'helios' ... Done |
| 120 | 2026-05-21T09:40:49.032Z | Startup: Caching catalogs ... Done |
| 121 | 2026-05-21T09:40:49.236Z | Planning: Solver setup ... Done (0.173s) |
| 122 | 2026-05-21T09:40:49.253Z | Planning: Running solver ... Done (0.017s) |
| 123 | 2026-05-21T09:40:49.258Z | Planning: Finding local manifests ... Done (0.003s) |
| 124 | 2026-05-21T09:40:49.270Z | Planning: Fetching manifests: 0/2 0% complete |
| 125 | 2026-05-21T09:40:49.285Z | Planning: Fetching manifests: 2/2 100% complete |
| 126 | 2026-05-21T09:40:49.298Z | Planning: Package planning ... Done (0.013s) |
| 127 | 2026-05-21T09:40:49.301Z | Planning: Merging actions ... Done (0.001s) |
| 128 | 2026-05-21T09:40:49.488Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 129 | 2026-05-21T09:40:49.491Z | Planning: Consolidating action changes ... Done (0.001s) |
| 130 | 2026-05-21T09:40:50.299Z | Planning: Evaluating mediators ... Done (0.810s) |
| 131 | 2026-05-21T09:40:50.302Z | Planning: Planning completed in 1.25 seconds |
| 132 | 2026-05-21T09:40:50.309Z | Packages to install: 2 |
| 133 | 2026-05-21T09:40:50.309Z | Estimated space available: 156.07 GB |
| 134 | 2026-05-21T09:40:50.311Z | Estimated space to be consumed: 19.75 MB |
| 135 | 2026-05-21T09:40:50.311Z | Create boot environment: No |
| 136 | 2026-05-21T09:40:50.311Z | Create backup boot environment: No |
| 137 | 2026-05-21T09:40:50.311Z | Rebuild boot archive: No |
| 138 | 2026-05-21T09:40:50.311Z | |
| 139 | 2026-05-21T09:40:50.311Z | Changed packages: |
| 140 | 2026-05-21T09:40:50.311Z | helios |
| 141 | 2026-05-21T09:40:50.311Z | developer/build-essential |
| 142 | 2026-05-21T09:40:50.311Z | None -> 11-3.0 |
| 143 | 2026-05-21T09:40:50.311Z | library/libxmlsec1 |
| 144 | 2026-05-21T09:40:50.312Z | None -> 1.2.35-3.0 |
| 145 | 2026-05-21T09:40:50.334Z | |
| 146 | 2026-05-21T09:40:50.334Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 147 | 2026-05-21T09:40:51.617Z | Download: Completed 1.28 MB in 1.28 seconds (1022k/s) |
| 148 | 2026-05-21T09:40:51.693Z | Actions: 1/268 actions (Installing new actions) |
| 149 | 2026-05-21T09:40:51.732Z | Actions: Completed 268 actions in 0.04 seconds. |
| 150 | 2026-05-21T09:40:51.738Z | Finalize: Updating package state database ... Done (0.006s) |
| 151 | 2026-05-21T09:40:51.740Z | Finalize: Updating package cache ... Done (0.000s) |
| 152 | 2026-05-21T09:40:51.753Z | Finalize: Updating image state ... Done (0.015s) |
| 153 | 2026-05-21T09:40:54.213Z | Finalize: Creating fast lookup database ... Done (2.439s) |
| 154 | 2026-05-21T09:40:54.285Z | Finalize: Reading search index ... Done (0.013s) |
| 155 | 2026-05-21T09:40:54.289Z | Finalize: Updating search index ... Done (0.000s) |
| 156 | 2026-05-21T09:40:54.349Z | Finalize: Updating package cache ... Done (0.000s) |
| 157 | 2026-05-21T09:40:54.646Z | Planning: Evaluating mediator changes ... Done |
| 158 | 2026-05-21T09:40:54.750Z | Planning: Checking for conflicting actions ... Done |
| 159 | 2026-05-21T09:40:54.753Z | Planning: Consolidating action changes ... Done |
| 160 | 2026-05-21T09:40:54.908Z | Planning: Evaluating mediators ... Done |
| 161 | 2026-05-21T09:40:54.911Z | Planning: Planning completed in 0.26 seconds |
| 162 | 2026-05-21T09:40:54.932Z | Mediators to change: 2 |
| 163 | 2026-05-21T09:40:54.932Z | Create boot environment: No |
| 164 | 2026-05-21T09:40:54.932Z | Create backup boot environment: No |
| 165 | 2026-05-21T09:40:54.972Z | Finalize: Updating package state database ... Done |
| 166 | 2026-05-21T09:40:54.972Z | Finalize: Updating package cache ... Done |
| 167 | 2026-05-21T09:40:54.981Z | Finalize: Updating image state ... Done |
| 168 | 2026-05-21T09:40:56.935Z | Finalize: Creating fast lookup database ... Done |
| 169 | 2026-05-21T09:40:57.005Z | Finalize: Reading search index ... Done |
| 170 | 2026-05-21T09:40:57.008Z | Finalize: Updating search index ... Done |
| 171 | 2026-05-21T09:40:57.096Z | Finalize: Updating package cache ... Done |
| 172 | 2026-05-21T09:40:57.382Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-05-21T09:40:57.488Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-05-21T09:40:57.491Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-05-21T09:40:57.648Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-05-21T09:40:57.651Z | Planning: Planning completed in 0.27 seconds |
| 177 | 2026-05-21T09:40:57.672Z | Mediators to change: 1 |
| 178 | 2026-05-21T09:40:57.672Z | Create boot environment: No |
| 179 | 2026-05-21T09:40:57.672Z | Create backup boot environment: No |
| 180 | 2026-05-21T09:40:57.722Z | Finalize: Updating package state database ... Done |
| 181 | 2026-05-21T09:40:57.722Z | Finalize: Updating package cache ... Done |
| 182 | 2026-05-21T09:40:57.731Z | Finalize: Updating image state ... Done |
| 183 | 2026-05-21T09:40:59.694Z | Finalize: Creating fast lookup database ... Done |
| 184 | 2026-05-21T09:40:59.761Z | Finalize: Reading search index ... Done |
| 185 | 2026-05-21T09:40:59.764Z | Finalize: Updating search index ... Done |
| 186 | 2026-05-21T09:40:59.837Z | Finalize: Updating package cache ... Done |
| 187 | 2026-05-21T09:41:00.147Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 188 | 2026-05-21T09:41:00.147Z | apache system 2.4 system |
| 189 | 2026-05-21T09:41:00.147Z | clang system 15 system |
| 190 | 2026-05-21T09:41:00.147Z | csh system system illumos |
| 191 | 2026-05-21T09:41:00.147Z | ctags system system illumos |
| 192 | 2026-05-21T09:41:00.147Z | file vendor vendor darwinsys |
| 193 | 2026-05-21T09:41:00.147Z | file system system illumos |
| 194 | 2026-05-21T09:41:00.147Z | gcc vendor 14 vendor |
| 195 | 2026-05-21T09:41:00.147Z | gcc system 13 system |
| 196 | 2026-05-21T09:41:00.147Z | gcc system 10 system |
| 197 | 2026-05-21T09:41:00.147Z | go system 1.25 system |
| 198 | 2026-05-21T09:41:00.147Z | llvm system 15 system |
| 199 | 2026-05-21T09:41:00.147Z | mariadb system 11.4 system |
| 200 | 2026-05-21T09:41:00.147Z | mta vendor vendor dma |
| 201 | 2026-05-21T09:41:00.148Z | openjdk system 17 system |
| 202 | 2026-05-21T09:41:00.148Z | openjdk system 11 system |
| 203 | 2026-05-21T09:41:00.148Z | openssl vendor 3 vendor |
| 204 | 2026-05-21T09:41:00.148Z | perl system 5.40 system |
| 205 | 2026-05-21T09:41:00.148Z | postgresql system 18 system |
| 206 | 2026-05-21T09:41:00.148Z | postgresql system 17 system |
| 207 | 2026-05-21T09:41:00.148Z | python vendor 3 vendor |
| 208 | 2026-05-21T09:41:00.148Z | python system 2 system |
| 209 | 2026-05-21T09:41:00.148Z | python3 vendor 3.13 vendor |
| 210 | 2026-05-21T09:41:00.148Z | ruby system 3.4 system |
| 211 | 2026-05-21T09:41:00.148Z | ruby system 3.0 system |
| 212 | 2026-05-21T09:41:00.148Z | words vendor vendor american-english |
| 213 | 2026-05-21T09:41:00.148Z | words system system australian-english |
| 214 | 2026-05-21T09:41:00.148Z | words system system british-english |
| 215 | 2026-05-21T09:41:00.148Z | words system system canadian-english |
| 216 | 2026-05-21T09:41:00.148Z | words system system french |
| 217 | 2026-05-21T09:41:00.148Z | words system system italian |
| 218 | 2026-05-21T09:41:00.148Z | words system system ngerman |
| 219 | 2026-05-21T09:41:00.148Z | words system system ogerman |
| 220 | 2026-05-21T09:41:00.148Z | words system system spanish |
| 221 | 2026-05-21T09:41:00.407Z | PUBLISHER TYPE STATUS P LOCATION |
| 222 | 2026-05-21T09:41:00.407Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 223 | 2026-05-21T09:41:00.687Z | FMRI IFO |
| 224 | 2026-05-21T09:41:00.687Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 225 | 2026-05-21T09:41:00.687Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 226 | 2026-05-21T09:41:00.687Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 227 | 2026-05-21T09:41:00.687Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 228 | 2026-05-21T09:41:00.687Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 229 | 2026-05-21T09:41:00.687Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 230 | 2026-05-21T09:41:00.687Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 231 | 2026-05-21T09:41:00.687Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 232 | 2026-05-21T09:41:00.687Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 233 | 2026-05-21T09:41:00.932Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 234 | 2026-05-21T09:41:01.208Z | Updating crates.io index |
| 235 | 2026-05-21T09:41:01.244Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 236 | 2026-05-21T09:41:02.070Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 237 | 2026-05-21T09:41:02.545Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 238 | 2026-05-21T09:41:03.322Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 239 | 2026-05-21T09:41:04.138Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 240 | 2026-05-21T09:41:04.644Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 241 | 2026-05-21T09:41:05.962Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 242 | 2026-05-21T09:41:06.744Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 243 | 2026-05-21T09:41:07.246Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 244 | 2026-05-21T09:41:08.143Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 245 | 2026-05-21T09:41:08.584Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 246 | 2026-05-21T09:41:09.037Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 247 | 2026-05-21T09:41:09.511Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-05-21T09:41:10.389Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 249 | 2026-05-21T09:41:10.891Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 250 | 2026-05-21T09:41:11.129Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-05-21T09:41:11.559Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 252 | 2026-05-21T09:41:11.823Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 253 | 2026-05-21T09:41:12.304Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 254 | 2026-05-21T09:41:12.508Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 255 | 2026-05-21T09:41:12.741Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 256 | 2026-05-21T09:41:13.030Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-05-21T09:41:13.387Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 258 | 2026-05-21T09:41:13.916Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 259 | 2026-05-21T09:41:14.334Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 260 | 2026-05-21T09:41:14.620Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 261 | 2026-05-21T09:41:14.931Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 262 | 2026-05-21T09:41:15.880Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2026-05-21T09:41:16.117Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 264 | 2026-05-21T09:41:16.938Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 265 | 2026-05-21T09:41:17.370Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 266 | 2026-05-21T09:41:17.900Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 267 | 2026-05-21T09:41:18.242Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 268 | 2026-05-21T09:41:18.578Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 269 | 2026-05-21T09:41:18.885Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 270 | 2026-05-21T09:41:19.396Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 271 | 2026-05-21T09:41:19.656Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 272 | 2026-05-21T09:41:19.959Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 273 | 2026-05-21T09:41:20.305Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 274 | 2026-05-21T09:41:31.833Z | Downloading crates ... |
| 275 | 2026-05-21T09:41:31.879Z | Downloaded anstyle-parse v0.2.7 |
| 276 | 2026-05-21T09:41:31.885Z | Downloaded clap v4.5.60 |
| 277 | 2026-05-21T09:41:31.889Z | Downloaded anstyle-query v1.1.5 |
| 278 | 2026-05-21T09:41:31.892Z | Downloaded dtrace-parser v0.2.0 |
| 279 | 2026-05-21T09:41:31.892Z | Downloaded getrandom v0.4.1 |
| 280 | 2026-05-21T09:41:31.899Z | Downloaded cfg-if v1.0.4 |
| 281 | 2026-05-21T09:41:31.899Z | Downloaded cargo_toml v0.21.0 |
| 282 | 2026-05-21T09:41:31.899Z | Downloaded autocfg v1.5.0 |
| 283 | 2026-05-21T09:41:31.903Z | Downloaded fastrand v2.3.0 |
| 284 | 2026-05-21T09:41:31.903Z | Downloaded form_urlencoded v1.2.2 |
| 285 | 2026-05-21T09:41:31.903Z | Downloaded generic-array v0.14.7 |
| 286 | 2026-05-21T09:41:31.903Z | Downloaded erased-serde v0.4.9 |
| 287 | 2026-05-21T09:41:31.903Z | Downloaded unicode-xid v0.2.6 |
| 288 | 2026-05-21T09:41:31.903Z | Downloaded unicode-linebreak v0.1.5 |
| 289 | 2026-05-21T09:41:31.903Z | Downloaded version_check v0.9.5 |
| 290 | 2026-05-21T09:41:31.907Z | Downloaded equivalent v1.0.2 |
| 291 | 2026-05-21T09:41:31.907Z | Downloaded block-buffer v0.10.4 |
| 292 | 2026-05-21T09:41:31.907Z | Downloaded textwrap v0.16.2 |
| 293 | 2026-05-21T09:41:31.907Z | Downloaded macaddr v1.0.1 |
| 294 | 2026-05-21T09:41:31.907Z | Downloaded utf8_iter v1.0.4 |
| 295 | 2026-05-21T09:41:31.911Z | Downloaded toml_datetime v0.6.11 |
| 296 | 2026-05-21T09:41:31.911Z | Downloaded heck v0.4.1 |
| 297 | 2026-05-21T09:41:31.911Z | Downloaded zerofrom-derive v0.1.6 |
| 298 | 2026-05-21T09:41:31.911Z | Downloaded errno v0.3.14 |
| 299 | 2026-05-21T09:41:31.911Z | Downloaded anstream v0.6.21 |
| 300 | 2026-05-21T09:41:31.915Z | Downloaded fnv v1.0.7 |
| 301 | 2026-05-21T09:41:31.915Z | Downloaded byteorder v1.5.0 |
| 302 | 2026-05-21T09:41:31.915Z | Downloaded yoke-derive v0.8.1 |
| 303 | 2026-05-21T09:41:31.915Z | Downloaded thiserror v1.0.69 |
| 304 | 2026-05-21T09:41:31.918Z | Downloaded zerofrom v0.1.6 |
| 305 | 2026-05-21T09:41:31.918Z | Downloaded utf8parse v0.2.2 |
| 306 | 2026-05-21T09:41:31.918Z | Downloaded thread-id v4.2.2 |
| 307 | 2026-05-21T09:41:31.921Z | Downloaded toml_write v0.1.2 |
| 308 | 2026-05-21T09:41:31.921Z | Downloaded fs-err v3.3.0 |
| 309 | 2026-05-21T09:41:31.921Z | Downloaded anstyle v1.0.13 |
| 310 | 2026-05-21T09:41:31.924Z | Downloaded usdt v0.5.0 |
| 311 | 2026-05-21T09:41:31.927Z | Downloaded strsim v0.11.1 |
| 312 | 2026-05-21T09:41:31.931Z | Downloaded memmap v0.7.0 |
| 313 | 2026-05-21T09:41:31.931Z | Downloaded usdt-attr-macro v0.5.0 |
| 314 | 2026-05-21T09:41:31.931Z | Downloaded typeid v1.0.3 |
| 315 | 2026-05-21T09:41:31.934Z | Downloaded usdt-macro v0.5.0 |
| 316 | 2026-05-21T09:41:31.935Z | Downloaded writeable v0.6.2 |
| 317 | 2026-05-21T09:41:31.935Z | Downloaded thiserror-impl v1.0.69 |
| 318 | 2026-05-21T09:41:31.937Z | Downloaded smawk v0.3.2 |
| 319 | 2026-05-21T09:41:31.938Z | Downloaded serde_spanned v0.6.9 |
| 320 | 2026-05-21T09:41:31.938Z | Downloaded crypto-common v0.1.7 |
| 321 | 2026-05-21T09:41:31.941Z | Downloaded scroll_derive v0.12.1 |
| 322 | 2026-05-21T09:41:31.941Z | Downloaded zmij v1.0.21 |
| 323 | 2026-05-21T09:41:31.941Z | Downloaded thiserror v2.0.18 |
| 324 | 2026-05-21T09:41:31.944Z | Downloaded percent-encoding v2.3.2 |
| 325 | 2026-05-21T09:41:31.947Z | Downloaded dof v0.3.0 |
| 326 | 2026-05-21T09:41:31.947Z | Downloaded tinystr v0.8.2 |
| 327 | 2026-05-21T09:41:31.947Z | Downloaded proc-macro-error-attr v1.0.4 |
| 328 | 2026-05-21T09:41:31.947Z | Downloaded usdt-impl v0.5.0 |
| 329 | 2026-05-21T09:41:31.947Z | Downloaded thiserror-impl v2.0.18 |
| 330 | 2026-05-21T09:41:31.950Z | Downloaded yoke v0.8.1 |
| 331 | 2026-05-21T09:41:31.950Z | Downloaded sha2 v0.10.9 |
| 332 | 2026-05-21T09:41:31.953Z | Downloaded serde-untagged v0.1.9 |
| 333 | 2026-05-21T09:41:31.953Z | Downloaded bytecount v0.6.9 |
| 334 | 2026-05-21T09:41:31.953Z | Downloaded zerovec-derive v0.11.2 |
| 335 | 2026-05-21T09:41:31.956Z | Downloaded cargo-platform v0.2.0 |
| 336 | 2026-05-21T09:41:31.956Z | Downloaded zerocopy-derive v0.7.35 |
| 337 | 2026-05-21T09:41:31.959Z | Downloaded terminal_size v0.4.3 |
| 338 | 2026-05-21T09:41:31.959Z | Downloaded plain v0.2.3 |
| 339 | 2026-05-21T09:41:31.959Z | Downloaded cpufeatures v0.2.17 |
| 340 | 2026-05-21T09:41:31.959Z | Downloaded ucd-trie v0.1.7 |
| 341 | 2026-05-21T09:41:31.962Z | Downloaded clap_lex v1.0.0 |
| 342 | 2026-05-21T09:41:31.962Z | Downloaded toml v0.8.23 |
| 343 | 2026-05-21T09:41:31.966Z | Downloaded serde-value v0.7.0 |
| 344 | 2026-05-21T09:41:31.970Z | Downloaded itoa v1.0.17 |
| 345 | 2026-05-21T09:41:31.970Z | Downloaded is_terminal_polyfill v1.70.2 |
| 346 | 2026-05-21T09:41:31.970Z | Downloaded swrite v0.1.0 |
| 347 | 2026-05-21T09:41:31.970Z | Downloaded stable_deref_trait v1.2.1 |
| 348 | 2026-05-21T09:41:31.970Z | Downloaded unicode-ident v1.0.24 |
| 349 | 2026-05-21T09:41:31.972Z | Downloaded heck v0.5.0 |
| 350 | 2026-05-21T09:41:31.973Z | Downloaded idna_adapter v1.2.1 |
| 351 | 2026-05-21T09:41:31.973Z | Downloaded typenum v1.19.0 |
| 352 | 2026-05-21T09:41:31.977Z | Downloaded zerotrie v0.2.3 |
| 353 | 2026-05-21T09:41:31.977Z | Downloaded pretty-hex v0.4.1 |
| 354 | 2026-05-21T09:41:31.978Z | Downloaded colorchoice v1.0.4 |
| 355 | 2026-05-21T09:41:31.980Z | Downloaded ordered-float v2.10.1 |
| 356 | 2026-05-21T09:41:31.980Z | Downloaded toml_edit v0.22.27 |
| 357 | 2026-05-21T09:41:31.985Z | Downloaded url v2.5.8 |
| 358 | 2026-05-21T09:41:31.985Z | Downloaded potential_utf v0.1.4 |
| 359 | 2026-05-21T09:41:31.985Z | Downloaded tabled_derive v0.7.0 |
| 360 | 2026-05-21T09:41:31.991Z | Downloaded synstructure v0.13.2 |
| 361 | 2026-05-21T09:41:31.995Z | Downloaded zerocopy v0.7.35 |
| 362 | 2026-05-21T09:41:32.001Z | Downloaded proc-macro-error v1.0.4 |
| 363 | 2026-05-21T09:41:32.006Z | Downloaded zerovec v0.11.5 |
| 364 | 2026-05-21T09:41:32.011Z | Downloaded serde_tokenstream v0.2.3 |
| 365 | 2026-05-21T09:41:32.011Z | Downloaded litemap v0.8.1 |
| 366 | 2026-05-21T09:41:32.011Z | Downloaded cargo_metadata v0.21.0 |
| 367 | 2026-05-21T09:41:32.011Z | Downloaded scroll v0.12.0 |
| 368 | 2026-05-21T09:41:32.011Z | Downloaded clap_derive v4.5.55 |
| 369 | 2026-05-21T09:41:32.016Z | Downloaded displaydoc v0.2.5 |
| 370 | 2026-05-21T09:41:32.016Z | Downloaded winnow v0.7.14 |
| 371 | 2026-05-21T09:41:32.019Z | Downloaded camino-tempfile v1.4.1 |
| 372 | 2026-05-21T09:41:32.019Z | Downloaded unicode-width v0.2.0 |
| 373 | 2026-05-21T09:41:32.028Z | Downloaded unicode-width v0.1.14 |
| 374 | 2026-05-21T09:41:32.031Z | Downloaded camino v1.2.2 |
| 375 | 2026-05-21T09:41:32.033Z | Downloaded quote v1.0.45 |
| 376 | 2026-05-21T09:41:32.034Z | Downloaded digest v0.10.7 |
| 377 | 2026-05-21T09:41:32.037Z | Downloaded semver v1.0.28 |
| 378 | 2026-05-21T09:41:32.041Z | Downloaded bitflags v2.11.0 |
| 379 | 2026-05-21T09:41:32.044Z | Downloaded anyhow v1.0.102 |
| 380 | 2026-05-21T09:41:32.047Z | Downloaded icu_normalizer_data v2.1.1 |
| 381 | 2026-05-21T09:41:32.052Z | Downloaded smallvec v1.15.1 |
| 382 | 2026-05-21T09:41:32.055Z | Downloaded once_cell v1.21.3 |
| 383 | 2026-05-21T09:41:32.066Z | Downloaded pest_generator v2.8.6 |
| 384 | 2026-05-21T09:41:32.070Z | Downloaded icu_provider v2.1.1 |
| 385 | 2026-05-21T09:41:32.070Z | Downloaded cargo-util-schemas v0.8.2 |
| 386 | 2026-05-21T09:41:32.073Z | Downloaded serde_derive v1.0.228 |
| 387 | 2026-05-21T09:41:32.075Z | Downloaded tempfile v3.25.0 |
| 388 | 2026-05-21T09:41:32.075Z | Downloaded log v0.4.29 |
| 389 | 2026-05-21T09:41:32.078Z | Downloaded icu_locale_core v2.1.1 |
| 390 | 2026-05-21T09:41:32.081Z | Downloaded pest_derive v2.8.6 |
| 391 | 2026-05-21T09:41:32.081Z | Downloaded num-traits v0.2.19 |
| 392 | 2026-05-21T09:41:32.085Z | Downloaded proc-macro2 v1.0.106 |
| 393 | 2026-05-21T09:41:32.085Z | Downloaded icu_properties v2.1.2 |
| 394 | 2026-05-21T09:41:32.087Z | Downloaded papergrid v0.11.0 |
| 395 | 2026-05-21T09:41:32.094Z | Downloaded serde_core v1.0.228 |
| 396 | 2026-05-21T09:41:32.113Z | Downloaded icu_collections v2.1.1 |
| 397 | 2026-05-21T09:41:32.116Z | Downloaded serde v1.0.228 |
| 398 | 2026-05-21T09:41:32.122Z | Downloaded pest_meta v2.8.6 |
| 399 | 2026-05-21T09:41:32.129Z | Downloaded memchr v2.8.0 |
| 400 | 2026-05-21T09:41:32.136Z | Downloaded icu_normalizer v2.1.1 |
| 401 | 2026-05-21T09:41:32.140Z | Downloaded indexmap v2.14.0 |
| 402 | 2026-05-21T09:41:32.160Z | Downloaded pest v2.8.6 |
| 403 | 2026-05-21T09:41:32.164Z | Downloaded hashbrown v0.17.0 |
| 404 | 2026-05-21T09:41:32.169Z | Downloaded clap_builder v4.5.60 |
| 405 | 2026-05-21T09:41:32.173Z | Downloaded serde_json v1.0.149 |
| 406 | 2026-05-21T09:41:32.176Z | Downloaded idna v1.1.0 |
| 407 | 2026-05-21T09:41:32.185Z | Downloaded icu_properties_data v2.1.2 |
| 408 | 2026-05-21T09:41:32.192Z | Downloaded goblin v0.8.2 |
| 409 | 2026-05-21T09:41:32.197Z | Downloaded tabled v0.15.0 |
| 410 | 2026-05-21T09:41:32.206Z | Downloaded syn v1.0.109 |
| 411 | 2026-05-21T09:41:32.222Z | Downloaded syn v2.0.117 |
| 412 | 2026-05-21T09:41:32.238Z | Downloaded rustix v1.1.3 |
| 413 | 2026-05-21T09:41:32.266Z | Downloaded libc v0.2.185 |
| 414 | 2026-05-21T09:41:32.335Z | Compiling proc-macro2 v1.0.106 |
| 415 | 2026-05-21T09:41:32.335Z | Compiling quote v1.0.45 |
| 416 | 2026-05-21T09:41:32.339Z | Compiling unicode-ident v1.0.24 |
| 417 | 2026-05-21T09:41:32.339Z | Compiling serde_core v1.0.228 |
| 418 | 2026-05-21T09:41:32.339Z | Compiling libc v0.2.185 |
| 419 | 2026-05-21T09:41:32.339Z | Compiling version_check v0.9.5 |
| 420 | 2026-05-21T09:41:32.339Z | Compiling serde v1.0.228 |
| 421 | 2026-05-21T09:41:32.339Z | Compiling stable_deref_trait v1.2.1 |
| 422 | 2026-05-21T09:41:32.660Z | Compiling memchr v2.8.0 |
| 423 | 2026-05-21T09:41:32.678Z | Compiling zmij v1.0.21 |
| 424 | 2026-05-21T09:41:32.924Z | Compiling itoa v1.0.17 |
| 425 | 2026-05-21T09:41:32.927Z | Compiling thiserror v1.0.69 |
| 426 | 2026-05-21T09:41:33.108Z | Compiling ucd-trie v0.1.7 |
| 427 | 2026-05-21T09:41:33.233Z | Compiling autocfg v1.5.0 |
| 428 | 2026-05-21T09:41:33.252Z | Compiling pest v2.8.6 |
| 429 | 2026-05-21T09:41:33.363Z | Compiling writeable v0.6.2 |
| 430 | 2026-05-21T09:41:33.379Z | Compiling litemap v0.8.1 |
| 431 | 2026-05-21T09:41:33.471Z | Compiling byteorder v1.5.0 |
| 432 | 2026-05-21T09:41:33.575Z | Compiling icu_properties_data v2.1.2 |
| 433 | 2026-05-21T09:41:33.700Z | Compiling icu_normalizer_data v2.1.1 |
| 434 | 2026-05-21T09:41:33.757Z | Compiling rustix v1.1.3 |
| 435 | 2026-05-21T09:41:33.859Z | Compiling syn v2.0.117 |
| 436 | 2026-05-21T09:41:33.934Z | Compiling errno v0.3.14 |
| 437 | 2026-05-21T09:41:33.951Z | Compiling bitflags v2.11.0 |
| 438 | 2026-05-21T09:41:33.968Z | Compiling serde_json v1.0.149 |
| 439 | 2026-05-21T09:41:34.204Z | Compiling num-traits v0.2.19 |
| 440 | 2026-05-21T09:41:34.264Z | Compiling typeid v1.0.3 |
| 441 | 2026-05-21T09:41:34.334Z | Compiling pest_meta v2.8.6 |
| 442 | 2026-05-21T09:41:34.423Z | Compiling equivalent v1.0.2 |
| 443 | 2026-05-21T09:41:34.511Z | Compiling hashbrown v0.17.0 |
| 444 | 2026-05-21T09:41:34.528Z | Compiling smallvec v1.15.1 |
| 445 | 2026-05-21T09:41:34.739Z | Compiling thread-id v4.2.2 |
| 446 | 2026-05-21T09:41:34.777Z | Compiling proc-macro-error-attr v1.0.4 |
| 447 | 2026-05-21T09:41:34.851Z | Compiling usdt-impl v0.5.0 |
| 448 | 2026-05-21T09:41:34.874Z | Compiling erased-serde v0.4.9 |
| 449 | 2026-05-21T09:41:35.017Z | Compiling syn v1.0.109 |
| 450 | 2026-05-21T09:41:35.086Z | Compiling indexmap v2.14.0 |
| 451 | 2026-05-21T09:41:35.147Z | Compiling toml_write v0.1.2 |
| 452 | 2026-05-21T09:41:35.216Z | Compiling winnow v0.7.14 |
| 453 | 2026-05-21T09:41:35.684Z | Compiling proc-macro-error v1.0.4 |
| 454 | 2026-05-21T09:41:35.720Z | Compiling log v0.4.29 |
| 455 | 2026-05-21T09:41:35.896Z | Compiling getrandom v0.4.1 |
| 456 | 2026-05-21T09:41:35.964Z | Compiling utf8_iter v1.0.4 |
| 457 | 2026-05-21T09:41:36.091Z | Compiling utf8parse v0.2.2 |
| 458 | 2026-05-21T09:41:36.225Z | Compiling thiserror v2.0.18 |
| 459 | 2026-05-21T09:41:36.226Z | Compiling percent-encoding v2.3.2 |
| 460 | 2026-05-21T09:41:36.226Z | Compiling camino v1.2.2 |
| 461 | 2026-05-21T09:41:36.226Z | Compiling plain v0.2.3 |
| 462 | 2026-05-21T09:41:36.321Z | Compiling form_urlencoded v1.2.2 |
| 463 | 2026-05-21T09:41:36.357Z | Compiling anstyle-parse v0.2.7 |
| 464 | 2026-05-21T09:41:36.357Z | Compiling ordered-float v2.10.1 |
| 465 | 2026-05-21T09:41:36.583Z | Compiling synstructure v0.13.2 |
| 466 | 2026-05-21T09:41:36.666Z | Compiling pest_generator v2.8.6 |
| 467 | 2026-05-21T09:41:36.735Z | Compiling terminal_size v0.4.3 |
| 468 | 2026-05-21T09:41:36.807Z | Compiling anstyle-query v1.1.5 |
| 469 | 2026-05-21T09:41:36.909Z | Compiling pretty-hex v0.4.1 |
| 470 | 2026-05-21T09:41:36.957Z | Compiling cfg-if v1.0.4 |
| 471 | 2026-05-21T09:41:36.969Z | Compiling anstyle v1.0.13 |
| 472 | 2026-05-21T09:41:36.993Z | Compiling colorchoice v1.0.4 |
| 473 | 2026-05-21T09:41:37.035Z | Compiling is_terminal_polyfill v1.70.2 |
| 474 | 2026-05-21T09:41:37.126Z | Compiling serde-untagged v0.1.9 |
| 475 | 2026-05-21T09:41:37.143Z | Compiling anstream v0.6.21 |
| 476 | 2026-05-21T09:41:37.230Z | Compiling semver v1.0.28 |
| 477 | 2026-05-21T09:41:37.275Z | Compiling fs-err v3.3.0 |
| 478 | 2026-05-21T09:41:37.364Z | Compiling clap_lex v1.0.0 |
| 479 | 2026-05-21T09:41:37.446Z | Compiling bytecount v0.6.9 |
| 480 | 2026-05-21T09:41:37.464Z | Compiling unicode-xid v0.2.6 |
| 481 | 2026-05-21T09:41:37.537Z | Compiling heck v0.4.1 |
| 482 | 2026-05-21T09:41:37.574Z | Compiling once_cell v1.21.3 |
| 483 | 2026-05-21T09:41:37.591Z | Compiling anyhow v1.0.102 |
| 484 | 2026-05-21T09:41:37.594Z | Compiling fnv v1.0.7 |
| 485 | 2026-05-21T09:41:37.623Z | Compiling strsim v0.11.1 |
| 486 | 2026-05-21T09:41:37.758Z | Compiling heck v0.5.0 |
| 487 | 2026-05-21T09:41:37.790Z | Compiling fastrand v2.3.0 |
| 488 | 2026-05-21T09:41:37.898Z | Compiling unicode-width v0.1.14 |
| 489 | 2026-05-21T09:41:37.969Z | Compiling tempfile v3.25.0 |
| 490 | 2026-05-21T09:41:38.018Z | Compiling clap_builder v4.5.60 |
| 491 | 2026-05-21T09:41:38.159Z | Compiling papergrid v0.11.0 |
| 492 | 2026-05-21T09:41:38.176Z | Compiling memmap v0.7.0 |
| 493 | 2026-05-21T09:41:38.215Z | Compiling unicode-width v0.2.0 |
| 494 | 2026-05-21T09:41:38.232Z | Compiling serde_derive v1.0.228 |
| 495 | 2026-05-21T09:41:38.339Z | Compiling zerofrom-derive v0.1.6 |
| 496 | 2026-05-21T09:41:38.358Z | Compiling yoke-derive v0.8.1 |
| 497 | 2026-05-21T09:41:38.489Z | Compiling zerovec-derive v0.11.2 |
| 498 | 2026-05-21T09:41:38.610Z | Compiling displaydoc v0.2.5 |
| 499 | 2026-05-21T09:41:39.369Z | Compiling thiserror-impl v1.0.69 |
| 500 | 2026-05-21T09:41:39.484Z | Compiling zerocopy-derive v0.7.35 |
| 501 | 2026-05-21T09:41:39.557Z | Compiling pest_derive v2.8.6 |
| 502 | 2026-05-21T09:41:39.578Z | Compiling scroll_derive v0.12.1 |
| 503 | 2026-05-21T09:41:39.720Z | Compiling zerofrom v0.1.6 |
| 504 | 2026-05-21T09:41:39.894Z | Compiling yoke v0.8.1 |
| 505 | 2026-05-21T09:41:40.038Z | Compiling thiserror-impl v2.0.18 |
| 506 | 2026-05-21T09:41:40.092Z | Compiling zerovec v0.11.5 |
| 507 | 2026-05-21T09:41:40.299Z | Compiling zerotrie v0.2.3 |
| 508 | 2026-05-21T09:41:40.354Z | Compiling zerocopy v0.7.35 |
| 509 | 2026-05-21T09:41:40.617Z | Compiling tinystr v0.8.2 |
| 510 | 2026-05-21T09:41:40.620Z | Compiling potential_utf v0.1.4 |
| 511 | 2026-05-21T09:41:40.779Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-05-21T09:41:40.808Z | Compiling icu_collections v2.1.1 |
| 513 | 2026-05-21T09:41:40.832Z | Compiling dtrace-parser v0.2.0 |
| 514 | 2026-05-21T09:41:40.923Z | Compiling scroll v0.12.0 |
| 515 | 2026-05-21T09:41:41.054Z | Compiling tabled_derive v0.7.0 |
| 516 | 2026-05-21T09:41:41.145Z | Compiling clap_derive v4.5.55 |
| 517 | 2026-05-21T09:41:41.296Z | Compiling goblin v0.8.2 |
| 518 | 2026-05-21T09:41:41.401Z | Compiling icu_provider v2.1.1 |
| 519 | 2026-05-21T09:41:41.665Z | Compiling icu_normalizer v2.1.1 |
| 520 | 2026-05-21T09:41:41.684Z | Compiling icu_properties v2.1.2 |
| 521 | 2026-05-21T09:41:41.701Z | Compiling toml_datetime v0.6.11 |
| 522 | 2026-05-21T09:41:41.720Z | Compiling serde_spanned v0.6.9 |
| 523 | 2026-05-21T09:41:41.724Z | Compiling dof v0.3.0 |
| 524 | 2026-05-21T09:41:41.891Z | Compiling serde_tokenstream v0.2.3 |
| 525 | 2026-05-21T09:41:41.964Z | Compiling toml_edit v0.22.27 |
| 526 | 2026-05-21T09:41:42.117Z | Compiling serde-value v0.7.0 |
| 527 | 2026-05-21T09:41:42.193Z | Compiling cargo-platform v0.2.0 |
| 528 | 2026-05-21T09:41:42.224Z | Compiling unicode-linebreak v0.1.5 |
| 529 | 2026-05-21T09:41:42.468Z | Compiling smawk v0.3.2 |
| 530 | 2026-05-21T09:41:42.471Z | Compiling tabled v0.15.0 |
| 531 | 2026-05-21T09:41:42.505Z | Compiling macaddr v1.0.1 |
| 532 | 2026-05-21T09:41:42.610Z | Compiling idna_adapter v1.2.1 |
| 533 | 2026-05-21T09:41:42.613Z | Compiling usdt-attr-macro v0.5.0 |
| 534 | 2026-05-21T09:41:42.725Z | Compiling idna v1.1.0 |
| 535 | 2026-05-21T09:41:42.762Z | Compiling usdt-macro v0.5.0 |
| 536 | 2026-05-21T09:41:42.783Z | Compiling textwrap v0.16.2 |
| 537 | 2026-05-21T09:41:42.897Z | Compiling clap v4.5.60 |
| 538 | 2026-05-21T09:41:43.244Z | Compiling url v2.5.8 |
| 539 | 2026-05-21T09:41:43.298Z | Compiling camino-tempfile v1.4.1 |
| 540 | 2026-05-21T09:41:43.376Z | Compiling toml v0.8.23 |
| 541 | 2026-05-21T09:41:43.394Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 542 | 2026-05-21T09:41:43.627Z | Compiling swrite v0.1.0 |
| 543 | 2026-05-21T09:41:43.775Z | Compiling cargo-util-schemas v0.8.2 |
| 544 | 2026-05-21T09:41:43.821Z | Compiling cargo_toml v0.21.0 |
| 545 | 2026-05-21T09:41:44.318Z | Compiling usdt v0.5.0 |
| 546 | 2026-05-21T09:41:44.688Z | Compiling cargo_metadata v0.21.0 |
| 547 | 2026-05-21T09:41:45.633Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 548 | 2026-05-21T09:41:47.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.93s |
| 549 | 2026-05-21T09:41:47.939Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 550 | 2026-05-21T09:41:48.496Z | Downloading crates ... |
| 551 | 2026-05-21T09:41:48.587Z | Downloaded atty v0.2.14 |
| 552 | 2026-05-21T09:41:48.590Z | Downloaded atomicwrites v0.4.4 |
| 553 | 2026-05-21T09:41:48.594Z | Downloaded base16ct v0.2.0 |
| 554 | 2026-05-21T09:41:48.601Z | Downloaded atomic-waker v1.1.2 |
| 555 | 2026-05-21T09:41:48.606Z | Downloaded aead v0.5.2 |
| 556 | 2026-05-21T09:41:48.609Z | Downloaded bb8 v0.8.6 |
| 557 | 2026-05-21T09:41:48.609Z | Downloaded base64ct v1.8.3 |
| 558 | 2026-05-21T09:41:48.609Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 559 | 2026-05-21T09:41:48.618Z | Downloaded bit-set v0.8.0 |
| 560 | 2026-05-21T09:41:48.621Z | Downloaded block-padding v0.3.3 |
| 561 | 2026-05-21T09:41:48.621Z | Downloaded cstr-argument v0.1.2 |
| 562 | 2026-05-21T09:41:48.621Z | Downloaded darling v0.21.3 |
| 563 | 2026-05-21T09:41:48.624Z | Downloaded compression-core v0.4.31 |
| 564 | 2026-05-21T09:41:48.627Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 565 | 2026-05-21T09:41:48.627Z | Downloaded async-stream-impl v0.3.6 |
| 566 | 2026-05-21T09:41:48.630Z | Downloaded daft-derive v0.1.7 |
| 567 | 2026-05-21T09:41:48.630Z | Downloaded csv-core v0.1.13 |
| 568 | 2026-05-21T09:41:48.634Z | Downloaded castaway v0.2.4 |
| 569 | 2026-05-21T09:41:48.634Z | Downloaded ascii-canvas v3.0.0 |
| 570 | 2026-05-21T09:41:48.634Z | Downloaded daft v0.1.7 |
| 571 | 2026-05-21T09:41:48.640Z | Downloaded env_filter v1.0.0 |
| 572 | 2026-05-21T09:41:48.641Z | Downloaded dunce v1.0.5 |
| 573 | 2026-05-21T09:41:48.641Z | Downloaded crc32fast v1.5.0 |
| 574 | 2026-05-21T09:41:48.641Z | Downloaded crucible-workspace-hack v0.1.0 |
| 575 | 2026-05-21T09:41:48.641Z | Downloaded ctr v0.9.2 |
| 576 | 2026-05-21T09:41:48.645Z | Downloaded ff v0.13.1 |
| 577 | 2026-05-21T09:41:48.645Z | Downloaded darling v0.20.11 |
| 578 | 2026-05-21T09:41:48.648Z | Downloaded darling v0.23.0 |
| 579 | 2026-05-21T09:41:48.652Z | Downloaded dtrace-parser v0.3.0 |
| 580 | 2026-05-21T09:41:48.652Z | Downloaded darling_macro v0.23.0 |
| 581 | 2026-05-21T09:41:48.655Z | Downloaded crypto-bigint v0.5.5 |
| 582 | 2026-05-21T09:41:48.659Z | Downloaded endian-type v0.1.2 |
| 583 | 2026-05-21T09:41:48.659Z | Downloaded dyn-clone v1.0.20 |
| 584 | 2026-05-21T09:41:48.659Z | Downloaded dirs-next v2.0.0 |
| 585 | 2026-05-21T09:41:48.662Z | Downloaded derive_more v0.99.20 |
| 586 | 2026-05-21T09:41:48.666Z | Downloaded cpufeatures v0.3.0 |
| 587 | 2026-05-21T09:41:48.666Z | Downloaded defmt-parser v1.0.0 |
| 588 | 2026-05-21T09:41:48.666Z | Downloaded cfg_aliases v0.1.1 |
| 589 | 2026-05-21T09:41:48.670Z | Downloaded array-init v0.0.4 |
| 590 | 2026-05-21T09:41:48.670Z | Downloaded assert_matches v1.5.0 |
| 591 | 2026-05-21T09:41:48.670Z | Downloaded adler2 v2.0.1 |
| 592 | 2026-05-21T09:41:48.670Z | Downloaded crunchy v0.2.4 |
| 593 | 2026-05-21T09:41:48.674Z | Downloaded downcast-rs v2.0.2 |
| 594 | 2026-05-21T09:41:48.675Z | Downloaded dirs-sys-next v0.1.2 |
| 595 | 2026-05-21T09:41:48.675Z | Downloaded bitfield-struct v0.6.2 |
| 596 | 2026-05-21T09:41:48.675Z | Downloaded darling_macro v0.21.3 |
| 597 | 2026-05-21T09:41:48.675Z | Downloaded crc-catalog v2.4.0 |
| 598 | 2026-05-21T09:41:48.679Z | Downloaded bit-set v0.5.3 |
| 599 | 2026-05-21T09:41:48.679Z | Downloaded crossbeam-epoch v0.9.18 |
| 600 | 2026-05-21T09:41:48.679Z | Downloaded fixedbitset v0.4.2 |
| 601 | 2026-05-21T09:41:48.679Z | Downloaded async-stream v0.3.6 |
| 602 | 2026-05-21T09:41:48.682Z | Downloaded foreign-types v0.5.0 |
| 603 | 2026-05-21T09:41:48.682Z | Downloaded ciborium-ll v0.2.2 |
| 604 | 2026-05-21T09:41:48.682Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 605 | 2026-05-21T09:41:48.687Z | Downloaded convert_case v0.4.0 |
| 606 | 2026-05-21T09:41:48.687Z | Downloaded cfg_aliases v0.2.1 |
| 607 | 2026-05-21T09:41:48.687Z | Downloaded document-features v0.2.12 |
| 608 | 2026-05-21T09:41:48.687Z | Downloaded display-error-chain v0.2.2 |
| 609 | 2026-05-21T09:41:48.687Z | Downloaded dsl_auto_type v0.2.0 |
| 610 | 2026-05-21T09:41:48.687Z | Downloaded cargo-platform v0.1.9 |
| 611 | 2026-05-21T09:41:48.690Z | Downloaded difflib v0.4.0 |
| 612 | 2026-05-21T09:41:48.690Z | Downloaded debug-ignore v1.0.5 |
| 613 | 2026-05-21T09:41:48.694Z | Downloaded embedded-io v0.4.0 |
| 614 | 2026-05-21T09:41:48.695Z | Downloaded crc8 v0.1.1 |
| 615 | 2026-05-21T09:41:48.695Z | Downloaded der_derive v0.7.3 |
| 616 | 2026-05-21T09:41:48.695Z | Downloaded defmt v1.0.1 |
| 617 | 2026-05-21T09:41:48.699Z | Downloaded arrayref v0.3.9 |
| 618 | 2026-05-21T09:41:48.699Z | Downloaded cobs v0.3.0 |
| 619 | 2026-05-21T09:41:48.699Z | Downloaded darling_macro v0.20.11 |
| 620 | 2026-05-21T09:41:48.703Z | Downloaded defmt v0.3.100 |
| 621 | 2026-05-21T09:41:48.703Z | Downloaded bitflags v1.3.2 |
| 622 | 2026-05-21T09:41:48.703Z | Downloaded ar_archive_writer v0.5.1 |
| 623 | 2026-05-21T09:41:48.706Z | Downloaded derive_builder_macro v0.20.2 |
| 624 | 2026-05-21T09:41:48.706Z | Downloaded bcs v0.1.6 |
| 625 | 2026-05-21T09:41:48.707Z | Downloaded backoff v0.4.0 |
| 626 | 2026-05-21T09:41:48.709Z | Downloaded enum-as-inner v0.6.1 |
| 627 | 2026-05-21T09:41:48.709Z | Downloaded bitfield v0.19.4 |
| 628 | 2026-05-21T09:41:48.712Z | Downloaded crc v3.4.0 |
| 629 | 2026-05-21T09:41:48.712Z | Downloaded flagset v0.4.7 |
| 630 | 2026-05-21T09:41:48.712Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 631 | 2026-05-21T09:41:48.716Z | Downloaded byte-wrapper v0.1.0 |
| 632 | 2026-05-21T09:41:48.717Z | Downloaded fd-lock v4.0.4 |
| 633 | 2026-05-21T09:41:48.721Z | Downloaded futures-core v0.3.32 |
| 634 | 2026-05-21T09:41:48.721Z | Downloaded dof v0.4.0 |
| 635 | 2026-05-21T09:41:48.721Z | Downloaded embedded-io v0.6.1 |
| 636 | 2026-05-21T09:41:48.721Z | Downloaded bitfield-macros v0.19.4 |
| 637 | 2026-05-21T09:41:48.726Z | Downloaded funty v2.0.0 |
| 638 | 2026-05-21T09:41:48.726Z | Downloaded float-ord v0.3.2 |
| 639 | 2026-05-21T09:41:48.726Z | Downloaded float-cmp v0.10.0 |
| 640 | 2026-05-21T09:41:48.730Z | Downloaded ahash v0.8.12 |
| 641 | 2026-05-21T09:41:48.730Z | Downloaded backon v1.6.0 |
| 642 | 2026-05-21T09:41:48.730Z | Downloaded futures-task v0.3.32 |
| 643 | 2026-05-21T09:41:48.734Z | Downloaded crossbeam-deque v0.8.6 |
| 644 | 2026-05-21T09:41:48.734Z | Downloaded futures-sink v0.3.32 |
| 645 | 2026-05-21T09:41:48.734Z | Downloaded futures-macro v0.3.32 |
| 646 | 2026-05-21T09:41:48.734Z | Downloaded filetime v0.2.27 |
| 647 | 2026-05-21T09:41:48.737Z | Downloaded gethostname v0.5.0 |
| 648 | 2026-05-21T09:41:48.737Z | Downloaded fxhash v0.2.1 |
| 649 | 2026-05-21T09:41:48.737Z | Downloaded either v1.15.0 |
| 650 | 2026-05-21T09:41:48.737Z | Downloaded derive-ex v0.1.8 |
| 651 | 2026-05-21T09:41:48.740Z | Downloaded foldhash v0.2.0 |
| 652 | 2026-05-21T09:41:48.740Z | Downloaded foldhash v0.1.5 |
| 653 | 2026-05-21T09:41:48.740Z | Downloaded env_logger v0.11.9 |
| 654 | 2026-05-21T09:41:48.744Z | Downloaded ed25519 v2.2.3 |
| 655 | 2026-05-21T09:41:48.744Z | Downloaded git-stub v1.0.0 |
| 656 | 2026-05-21T09:41:48.747Z | Downloaded ghash v0.5.1 |
| 657 | 2026-05-21T09:41:48.747Z | Downloaded fallible-iterator v0.2.0 |
| 658 | 2026-05-21T09:41:48.747Z | Downloaded chacha20 v0.9.1 |
| 659 | 2026-05-21T09:41:48.751Z | Downloaded arrayvec v0.7.6 |
| 660 | 2026-05-21T09:41:48.751Z | Downloaded derive_builder v0.20.2 |
| 661 | 2026-05-21T09:41:48.755Z | Downloaded globwalk v0.9.1 |
| 662 | 2026-05-21T09:41:48.755Z | Downloaded constant_time_eq v0.4.2 |
| 663 | 2026-05-21T09:41:48.759Z | Downloaded const_format_proc_macros v0.2.34 |
| 664 | 2026-05-21T09:41:48.759Z | Downloaded compression-codecs v0.4.37 |
| 665 | 2026-05-21T09:41:48.767Z | Downloaded hex-literal v0.4.1 |
| 666 | 2026-05-21T09:41:48.767Z | Downloaded hash32 v0.3.1 |
| 667 | 2026-05-21T09:41:48.767Z | Downloaded foreign-types-macros v0.2.3 |
| 668 | 2026-05-21T09:41:48.767Z | Downloaded critical-section v1.2.0 |
| 669 | 2026-05-21T09:41:48.770Z | Downloaded corncobs v0.1.4 |
| 670 | 2026-05-21T09:41:48.770Z | Downloaded headers-core v0.3.0 |
| 671 | 2026-05-21T09:41:48.770Z | Downloaded buf-list v1.1.2 |
| 672 | 2026-05-21T09:41:48.770Z | Downloaded blowfish v0.9.1 |
| 673 | 2026-05-21T09:41:48.770Z | Downloaded cbc v0.1.2 |
| 674 | 2026-05-21T09:41:48.770Z | Downloaded argon2 v0.5.3 |
| 675 | 2026-05-21T09:41:48.770Z | Downloaded async-trait v0.1.89 |
| 676 | 2026-05-21T09:41:48.775Z | Downloaded fixedbitset v0.5.7 |
| 677 | 2026-05-21T09:41:48.775Z | Downloaded ena v0.14.4 |
| 678 | 2026-05-21T09:41:48.779Z | Downloaded clang-sys v1.8.1 |
| 679 | 2026-05-21T09:41:48.779Z | Downloaded diesel-dtrace v0.5.0 |
| 680 | 2026-05-21T09:41:48.782Z | Downloaded hostname v0.4.2 |
| 681 | 2026-05-21T09:41:48.782Z | Downloaded find-msvc-tools v0.1.9 |
| 682 | 2026-05-21T09:41:48.782Z | Downloaded hex v0.4.3 |
| 683 | 2026-05-21T09:41:48.787Z | Downloaded camino-tempfile-ext v0.3.3 |
| 684 | 2026-05-21T09:41:48.787Z | Downloaded derive_builder_core v0.20.2 |
| 685 | 2026-05-21T09:41:48.787Z | Downloaded home v0.5.12 |
| 686 | 2026-05-21T09:41:48.792Z | Downloaded fs_extra v1.3.0 |
| 687 | 2026-05-21T09:41:48.792Z | Downloaded hyper-tls v0.6.0 |
| 688 | 2026-05-21T09:41:48.792Z | Downloaded hubpack v0.1.2 |
| 689 | 2026-05-21T09:41:48.792Z | Downloaded hostname v0.3.1 |
| 690 | 2026-05-21T09:41:48.797Z | Downloaded http-body v1.0.1 |
| 691 | 2026-05-21T09:41:48.797Z | Downloaded fs-err v2.11.0 |
| 692 | 2026-05-21T09:41:48.798Z | Downloaded httpdate v1.0.3 |
| 693 | 2026-05-21T09:41:48.798Z | Downloaded http-range v0.1.5 |
| 694 | 2026-05-21T09:41:48.798Z | Downloaded erased-serde v0.3.31 |
| 695 | 2026-05-21T09:41:48.804Z | Downloaded hubpack_derive v0.1.1 |
| 696 | 2026-05-21T09:41:48.804Z | Downloaded futures-io v0.3.32 |
| 697 | 2026-05-21T09:41:48.804Z | Downloaded bzip2 v0.4.4 |
| 698 | 2026-05-21T09:41:48.804Z | Downloaded illumos-nvpair v0.3.0 |
| 699 | 2026-05-21T09:41:48.804Z | Downloaded ident_case v1.0.1 |
| 700 | 2026-05-21T09:41:48.808Z | Downloaded const-oid v0.9.6 |
| 701 | 2026-05-21T09:41:48.808Z | Downloaded console v0.16.2 |
| 702 | 2026-05-21T09:41:48.808Z | Downloaded console v0.15.11 |
| 703 | 2026-05-21T09:41:48.808Z | Downloaded git-stub-vcs v0.1.0 |
| 704 | 2026-05-21T09:41:48.812Z | Downloaded crossbeam-utils v0.8.21 |
| 705 | 2026-05-21T09:41:48.812Z | Downloaded cookie_store v0.22.1 |
| 706 | 2026-05-21T09:41:48.812Z | Downloaded des v0.8.1 |
| 707 | 2026-05-21T09:41:48.816Z | Downloaded cookie v0.18.1 |
| 708 | 2026-05-21T09:41:48.816Z | Downloaded indent_write v2.2.0 |
| 709 | 2026-05-21T09:41:48.816Z | Downloaded globset v0.4.18 |
| 710 | 2026-05-21T09:41:48.821Z | Downloaded glob v0.3.3 |
| 711 | 2026-05-21T09:41:48.821Z | Downloaded colored v2.2.0 |
| 712 | 2026-05-21T09:41:48.821Z | Downloaded hash32 v0.2.1 |
| 713 | 2026-05-21T09:41:48.825Z | Downloaded colored v3.1.1 |
| 714 | 2026-05-21T09:41:48.825Z | Downloaded group v0.13.0 |
| 715 | 2026-05-21T09:41:48.825Z | Downloaded cipher v0.4.4 |
| 716 | 2026-05-21T09:41:48.825Z | Downloaded cargo_metadata v0.19.2 |
| 717 | 2026-05-21T09:41:48.830Z | Downloaded indoc v1.0.9 |
| 718 | 2026-05-21T09:41:48.830Z | Downloaded instant v0.1.13 |
| 719 | 2026-05-21T09:41:48.835Z | Downloaded instability v0.3.11 |
| 720 | 2026-05-21T09:41:48.835Z | Downloaded is_ci v1.2.0 |
| 721 | 2026-05-21T09:41:48.835Z | Downloaded internet-checksum v0.2.1 |
| 722 | 2026-05-21T09:41:48.835Z | Downloaded inout v0.1.4 |
| 723 | 2026-05-21T09:41:48.835Z | Downloaded cancel-safe-futures v0.1.5 |
| 724 | 2026-05-21T09:41:48.839Z | Downloaded lazy_static v1.5.0 |
| 725 | 2026-05-21T09:41:48.839Z | Downloaded kstat-rs v0.2.4 |
| 726 | 2026-05-21T09:41:48.839Z | Downloaded lalrpop-util v0.19.12 |
| 727 | 2026-05-21T09:41:48.839Z | Downloaded keccak v0.1.6 |
| 728 | 2026-05-21T09:41:48.839Z | Downloaded async-bb8-diesel v0.2.1 |
| 729 | 2026-05-21T09:41:48.843Z | Downloaded ciborium v0.2.2 |
| 730 | 2026-05-21T09:41:48.843Z | Downloaded base64 v0.22.1 |
| 731 | 2026-05-21T09:41:48.847Z | Downloaded defmt-macros v1.0.1 |
| 732 | 2026-05-21T09:41:48.848Z | Downloaded chacha20 v0.10.0 |
| 733 | 2026-05-21T09:41:48.852Z | Downloaded arc-swap v1.8.2 |
| 734 | 2026-05-21T09:41:48.855Z | Downloaded match_cfg v0.1.0 |
| 735 | 2026-05-21T09:41:48.855Z | Downloaded lru-slab v0.1.2 |
| 736 | 2026-05-21T09:41:48.855Z | Downloaded lru-cache v0.1.2 |
| 737 | 2026-05-21T09:41:48.855Z | Downloaded futures-executor v0.3.32 |
| 738 | 2026-05-21T09:41:48.855Z | Downloaded allocator-api2 v0.2.21 |
| 739 | 2026-05-21T09:41:48.859Z | Downloaded mime v0.3.17 |
| 740 | 2026-05-21T09:41:48.859Z | Downloaded md-5 v0.10.6 |
| 741 | 2026-05-21T09:41:48.859Z | Downloaded maybe-uninit v2.0.0 |
| 742 | 2026-05-21T09:41:48.863Z | Downloaded linked-hash-map v0.5.6 |
| 743 | 2026-05-21T09:41:48.863Z | Downloaded libscf-sys v1.1.0 |
| 744 | 2026-05-21T09:41:48.863Z | Downloaded maplit v1.0.2 |
| 745 | 2026-05-21T09:41:48.866Z | Downloaded managed v0.8.0 |
| 746 | 2026-05-21T09:41:48.866Z | Downloaded md5 v0.7.0 |
| 747 | 2026-05-21T09:41:48.866Z | Downloaded lru v0.12.5 |
| 748 | 2026-05-21T09:41:48.866Z | Downloaded crc-any v2.5.0 |
| 749 | 2026-05-21T09:41:48.870Z | Downloaded bzip2 v0.6.1 |
| 750 | 2026-05-21T09:41:48.870Z | Downloaded getrandom v0.2.17 |
| 751 | 2026-05-21T09:41:48.874Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 752 | 2026-05-21T09:41:48.874Z | Downloaded dropshot_endpoint v0.17.0 |
| 753 | 2026-05-21T09:41:48.877Z | Downloaded multimap v0.10.1 |
| 754 | 2026-05-21T09:41:48.877Z | Downloaded lzss v0.8.2 |
| 755 | 2026-05-21T09:41:48.877Z | Downloaded newtype_derive v0.1.6 |
| 756 | 2026-05-21T09:41:48.877Z | Downloaded hyper-staticfile v0.10.1 |
| 757 | 2026-05-21T09:41:48.880Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 758 | 2026-05-21T09:41:48.884Z | Downloaded drift v0.1.4 |
| 759 | 2026-05-21T09:41:48.887Z | Downloaded nibble_vec v0.1.0 |
| 760 | 2026-05-21T09:41:48.890Z | Downloaded newline-converter v0.3.0 |
| 761 | 2026-05-21T09:41:48.890Z | Downloaded new_debug_unreachable v1.0.6 |
| 762 | 2026-05-21T09:41:48.890Z | Downloaded is-terminal v0.4.17 |
| 763 | 2026-05-21T09:41:48.891Z | Downloaded ipnetwork v0.21.1 |
| 764 | 2026-05-21T09:41:48.894Z | Downloaded num v0.4.3 |
| 765 | 2026-05-21T09:41:48.894Z | Downloaded half v1.8.3 |
| 766 | 2026-05-21T09:41:48.898Z | Downloaded dropshot_endpoint v0.16.7 |
| 767 | 2026-05-21T09:41:48.899Z | Downloaded normalize-line-endings v0.3.0 |
| 768 | 2026-05-21T09:41:48.899Z | Downloaded ipnet v2.11.0 |
| 769 | 2026-05-21T09:41:48.903Z | Downloaded num-iter v0.1.45 |
| 770 | 2026-05-21T09:41:48.903Z | Downloaded num-conv v0.2.0 |
| 771 | 2026-05-21T09:41:48.904Z | Downloaded jobserver v0.1.34 |
| 772 | 2026-05-21T09:41:48.904Z | Downloaded nonempty v0.12.0 |
| 773 | 2026-05-21T09:41:48.904Z | Downloaded ingot-types v0.1.2 |
| 774 | 2026-05-21T09:41:48.907Z | Downloaded ingot v0.1.1 |
| 775 | 2026-05-21T09:41:48.907Z | Downloaded opaque-debug v0.3.1 |
| 776 | 2026-05-21T09:41:48.907Z | Downloaded highway v1.3.0 |
| 777 | 2026-05-21T09:41:48.910Z | Downloaded nodrop v0.1.14 |
| 778 | 2026-05-21T09:41:48.910Z | Downloaded indoc v2.0.7 |
| 779 | 2026-05-21T09:41:48.910Z | Downloaded openssl-probe v0.1.6 |
| 780 | 2026-05-21T09:41:48.914Z | Downloaded libloading v0.8.9 |
| 781 | 2026-05-21T09:41:48.914Z | Downloaded num_threads v0.1.7 |
| 782 | 2026-05-21T09:41:48.914Z | Downloaded num-derive v0.4.2 |
| 783 | 2026-05-21T09:41:48.919Z | Downloaded num-derive v0.3.3 |
| 784 | 2026-05-21T09:41:48.919Z | Downloaded derive-where v1.6.0 |
| 785 | 2026-05-21T09:41:48.922Z | Downloaded olpc-cjson v0.1.4 |
| 786 | 2026-05-21T09:41:48.923Z | Downloaded mime_guess v2.0.5 |
| 787 | 2026-05-21T09:41:48.923Z | Downloaded memoffset v0.9.1 |
| 788 | 2026-05-21T09:41:48.923Z | Downloaded futures v0.3.32 |
| 789 | 2026-05-21T09:41:48.926Z | Downloaded libefi-sys v0.1.0 |
| 790 | 2026-05-21T09:41:48.932Z | Downloaded compact_str v0.8.1 |
| 791 | 2026-05-21T09:41:48.932Z | Downloaded hyper-rustls v0.27.7 |
| 792 | 2026-05-21T09:41:48.932Z | Downloaded httparse v1.10.1 |
| 793 | 2026-05-21T09:41:48.936Z | Downloaded openssl-probe v0.2.1 |
| 794 | 2026-05-21T09:41:48.936Z | Downloaded multer v3.1.0 |
| 795 | 2026-05-21T09:41:48.939Z | Downloaded elliptic-curve v0.13.8 |
| 796 | 2026-05-21T09:41:48.939Z | Downloaded diff v0.1.13 |
| 797 | 2026-05-21T09:41:48.943Z | Downloaded parse-display v0.10.0 |
| 798 | 2026-05-21T09:41:48.943Z | Downloaded oso-derive v0.27.3 |
| 799 | 2026-05-21T09:41:48.944Z | Downloaded getrandom v0.3.4 |
| 800 | 2026-05-21T09:41:48.947Z | Downloaded pbkdf2 v0.12.2 |
| 801 | 2026-05-21T09:41:48.947Z | Downloaded flume v0.11.1 |
| 802 | 2026-05-21T09:41:48.948Z | Downloaded native-tls v0.2.18 |
| 803 | 2026-05-21T09:41:48.952Z | Downloaded nanorand v0.7.0 |
| 804 | 2026-05-21T09:41:48.952Z | Downloaded bytes v1.11.1 |
| 805 | 2026-05-21T09:41:48.968Z | Downloaded packed_struct_codegen v0.10.1 |
| 806 | 2026-05-21T09:41:48.968Z | Downloaded const_format v0.2.35 |
| 807 | 2026-05-21T09:41:48.969Z | Downloaded chacha20poly1305 v0.10.1 |
| 808 | 2026-05-21T09:41:48.969Z | Downloaded bumpalo v3.20.2 |
| 809 | 2026-05-21T09:41:48.973Z | Downloaded newtype-uuid-macros v0.1.0 |
| 810 | 2026-05-21T09:41:48.973Z | Downloaded base64 v0.21.7 |
| 811 | 2026-05-21T09:41:48.973Z | Downloaded darling_core v0.23.0 |
| 812 | 2026-05-21T09:41:48.973Z | Downloaded num-rational v0.4.2 |
| 813 | 2026-05-21T09:41:48.973Z | Downloaded peg-runtime v0.8.5 |
| 814 | 2026-05-21T09:41:48.973Z | Downloaded pbkdf2 v0.11.0 |
| 815 | 2026-05-21T09:41:48.973Z | Downloaded path-slash v0.1.5 |
| 816 | 2026-05-21T09:41:48.973Z | Downloaded parse-size v1.1.0 |
| 817 | 2026-05-21T09:41:48.973Z | Downloaded nu-ansi-term v0.50.3 |
| 818 | 2026-05-21T09:41:48.973Z | Downloaded ingot-macros v0.1.1 |
| 819 | 2026-05-21T09:41:48.973Z | Downloaded openssl-macros v0.1.1 |
| 820 | 2026-05-21T09:41:48.978Z | Downloaded linear-map v1.2.0 |
| 821 | 2026-05-21T09:41:48.979Z | Downloaded libsw-core v0.3.2 |
| 822 | 2026-05-21T09:41:48.979Z | Downloaded libsw v3.5.0 |
| 823 | 2026-05-21T09:41:48.979Z | Downloaded phf_shared v0.12.1 |
| 824 | 2026-05-21T09:41:48.979Z | Downloaded phf_shared v0.11.3 |
| 825 | 2026-05-21T09:41:48.979Z | Downloaded hmac v0.12.1 |
| 826 | 2026-05-21T09:41:48.990Z | Downloaded pin-utils v0.1.0 |
| 827 | 2026-05-21T09:41:48.990Z | Downloaded num_enum v0.5.11 |
| 828 | 2026-05-21T09:41:48.990Z | Downloaded num_enum_derive v0.7.5 |
| 829 | 2026-05-21T09:41:48.991Z | Downloaded darling_core v0.21.3 |
| 830 | 2026-05-21T09:41:48.995Z | Downloaded phf_shared v0.13.1 |
| 831 | 2026-05-21T09:41:48.996Z | Downloaded memmap2 v0.9.10 |
| 832 | 2026-05-21T09:41:48.996Z | Downloaded iana-time-zone v0.1.65 |
| 833 | 2026-05-21T09:41:48.996Z | Downloaded num-complex v0.4.6 |
| 834 | 2026-05-21T09:41:48.996Z | Downloaded darling_core v0.20.11 |
| 835 | 2026-05-21T09:41:49.000Z | Downloaded owo-colors v4.3.0 |
| 836 | 2026-05-21T09:41:49.000Z | Downloaded half v2.7.1 |
| 837 | 2026-05-21T09:41:49.000Z | Downloaded cc v1.2.56 |
| 838 | 2026-05-21T09:41:49.000Z | Downloaded headers v0.4.1 |
| 839 | 2026-05-21T09:41:49.004Z | Downloaded parking_lot_core v0.8.6 |
| 840 | 2026-05-21T09:41:49.008Z | Downloaded packed_struct v0.10.1 |
| 841 | 2026-05-21T09:41:49.009Z | Downloaded litrs v1.0.0 |
| 842 | 2026-05-21T09:41:49.023Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 843 | 2026-05-21T09:41:49.027Z | Downloaded async-compression v0.4.41 |
| 844 | 2026-05-21T09:41:49.030Z | Downloaded proc-macro-crate v3.4.0 |
| 845 | 2026-05-21T09:41:49.030Z | Downloaded proc-macro-crate v1.3.1 |
| 846 | 2026-05-21T09:41:49.030Z | Downloaded predicates-tree v1.0.13 |
| 847 | 2026-05-21T09:41:49.030Z | Downloaded pem v3.0.6 |
| 848 | 2026-05-21T09:41:49.033Z | Downloaded peg-macros v0.8.5 |
| 849 | 2026-05-21T09:41:49.033Z | Downloaded paste v1.0.15 |
| 850 | 2026-05-21T09:41:49.033Z | Downloaded password-hash v0.5.0 |
| 851 | 2026-05-21T09:41:49.037Z | Downloaded password-hash v0.4.2 |
| 852 | 2026-05-21T09:41:49.037Z | Downloaded phf v0.12.1 |
| 853 | 2026-05-21T09:41:49.037Z | Downloaded progenitor-macro v0.11.2 |
| 854 | 2026-05-21T09:41:49.040Z | Downloaded progenitor-client v0.14.0 |
| 855 | 2026-05-21T09:41:49.040Z | Downloaded progenitor-client v0.11.2 |
| 856 | 2026-05-21T09:41:49.040Z | Downloaded num-integer v0.1.46 |
| 857 | 2026-05-21T09:41:49.044Z | Downloaded heapless v0.7.17 |
| 858 | 2026-05-21T09:41:49.044Z | Downloaded phf v0.13.1 |
| 859 | 2026-05-21T09:41:49.044Z | Downloaded pin-project-lite v0.2.17 |
| 860 | 2026-05-21T09:41:49.048Z | Downloaded pem-rfc7468 v0.7.0 |
| 861 | 2026-05-21T09:41:49.052Z | Downloaded omicron-zone-package v0.12.2 |
| 862 | 2026-05-21T09:41:49.052Z | Downloaded quick-error v1.2.3 |
| 863 | 2026-05-21T09:41:49.053Z | Downloaded psl-types v2.0.11 |
| 864 | 2026-05-21T09:41:49.056Z | Downloaded progenitor-macro v0.14.0 |
| 865 | 2026-05-21T09:41:49.056Z | Downloaded progenitor-macro v0.13.0 |
| 866 | 2026-05-21T09:41:49.056Z | Downloaded progenitor-macro v0.10.0 |
| 867 | 2026-05-21T09:41:49.056Z | Downloaded num_enum v0.7.5 |
| 868 | 2026-05-21T09:41:49.059Z | Downloaded rand_chacha v0.3.1 |
| 869 | 2026-05-21T09:41:49.059Z | Downloaded radium v0.7.0 |
| 870 | 2026-05-21T09:41:49.059Z | Downloaded postgres-protocol v0.6.10 |
| 871 | 2026-05-21T09:41:49.059Z | Downloaded pkg-config v0.3.32 |
| 872 | 2026-05-21T09:41:49.064Z | Downloaded predicates-core v1.0.10 |
| 873 | 2026-05-21T09:41:49.064Z | Downloaded precomputed-hash v0.1.1 |
| 874 | 2026-05-21T09:41:49.064Z | Downloaded powerfmt v0.2.0 |
| 875 | 2026-05-21T09:41:49.064Z | Downloaded peg v0.8.5 |
| 876 | 2026-05-21T09:41:49.068Z | Downloaded pkcs8 v0.10.2 |
| 877 | 2026-05-21T09:41:49.068Z | Downloaded crossbeam-channel v0.5.15 |
| 878 | 2026-05-21T09:41:49.073Z | Downloaded indicatif v0.18.4 |
| 879 | 2026-05-21T09:41:49.073Z | Downloaded progenitor v0.11.2 |
| 880 | 2026-05-21T09:41:49.076Z | Downloaded progenitor v0.10.0 |
| 881 | 2026-05-21T09:41:49.077Z | Downloaded parking_lot v0.11.2 |
| 882 | 2026-05-21T09:41:49.078Z | Downloaded libbz2-rs-sys v0.2.2 |
| 883 | 2026-05-21T09:41:49.082Z | Downloaded parse-display-derive v0.10.0 |
| 884 | 2026-05-21T09:41:49.082Z | Downloaded rand_xorshift v0.4.0 |
| 885 | 2026-05-21T09:41:49.082Z | Downloaded ref-cast-impl v1.0.25 |
| 886 | 2026-05-21T09:41:49.082Z | Downloaded recursive v0.1.1 |
| 887 | 2026-05-21T09:41:49.082Z | Downloaded poly1305 v0.8.0 |
| 888 | 2026-05-21T09:41:49.082Z | Downloaded ed25519-dalek v2.2.0 |
| 889 | 2026-05-21T09:41:49.086Z | Downloaded predicates v3.1.4 |
| 890 | 2026-05-21T09:41:49.086Z | Downloaded progenitor-client v0.13.0 |
| 891 | 2026-05-21T09:41:49.091Z | Downloaded parking_lot_core v0.9.12 |
| 892 | 2026-05-21T09:41:49.091Z | Downloaded dropshot-api-manager v0.7.1 |
| 893 | 2026-05-21T09:41:49.094Z | Downloaded diesel_derives v2.3.7 |
| 894 | 2026-05-21T09:41:49.094Z | Downloaded ref-cast v1.0.25 |
| 895 | 2026-05-21T09:41:49.099Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 896 | 2026-05-21T09:41:49.099Z | Downloaded progenitor-extras v0.2.0 |
| 897 | 2026-05-21T09:41:49.099Z | Downloaded progenitor-client v0.10.0 |
| 898 | 2026-05-21T09:41:49.099Z | Downloaded progenitor v0.14.0 |
| 899 | 2026-05-21T09:41:49.106Z | Downloaded hickory-resolver v0.24.4 |
| 900 | 2026-05-21T09:41:49.106Z | Downloaded rfc6979 v0.4.0 |
| 901 | 2026-05-21T09:41:49.106Z | Downloaded primeorder v0.13.6 |
| 902 | 2026-05-21T09:41:49.106Z | Downloaded oxnet v0.1.4 |
| 903 | 2026-05-21T09:41:49.110Z | Downloaded indexmap v1.9.3 |
| 904 | 2026-05-21T09:41:49.110Z | Downloaded oxide-tokio-rt v0.1.4 |
| 905 | 2026-05-21T09:41:49.110Z | Downloaded newtype-uuid v1.3.2 |
| 906 | 2026-05-21T09:41:49.110Z | Downloaded ignore v0.4.25 |
| 907 | 2026-05-21T09:41:49.110Z | Downloaded heapless v0.8.0 |
| 908 | 2026-05-21T09:41:49.114Z | Downloaded pkcs5 v0.7.1 |
| 909 | 2026-05-21T09:41:49.119Z | Downloaded psm v0.1.30 |
| 910 | 2026-05-21T09:41:49.119Z | Downloaded pin-project-internal v1.1.11 |
| 911 | 2026-05-21T09:41:49.119Z | Downloaded flate2 v1.1.9 |
| 912 | 2026-05-21T09:41:49.123Z | Downloaded fatfs v0.3.6 |
| 913 | 2026-05-21T09:41:49.123Z | Downloaded num_enum_derive v0.5.11 |
| 914 | 2026-05-21T09:41:49.123Z | Downloaded lock_api v0.4.14 |
| 915 | 2026-05-21T09:41:49.127Z | Downloaded rustc-hash v2.1.1 |
| 916 | 2026-05-21T09:41:49.127Z | Downloaded rand_core v0.10.0 |
| 917 | 2026-05-21T09:41:49.127Z | Downloaded rand_core v0.6.4 |
| 918 | 2026-05-21T09:41:49.127Z | Downloaded rand_chacha v0.9.0 |
| 919 | 2026-05-21T09:41:49.132Z | Downloaded rustc_version v0.4.1 |
| 920 | 2026-05-21T09:41:49.132Z | Downloaded blake2 v0.10.6 |
| 921 | 2026-05-21T09:41:49.132Z | Downloaded humantime v2.3.0 |
| 922 | 2026-05-21T09:41:49.132Z | Downloaded russh-cryptovec v0.7.3 |
| 923 | 2026-05-21T09:41:49.136Z | Downloaded expectorate v1.2.0 |
| 924 | 2026-05-21T09:41:49.136Z | Downloaded rtoolbox v0.0.3 |
| 925 | 2026-05-21T09:41:49.136Z | Downloaded derive_more-impl v2.1.1 |
| 926 | 2026-05-21T09:41:49.142Z | Downloaded same-file v1.0.6 |
| 927 | 2026-05-21T09:41:49.142Z | Downloaded rand_seeder v0.4.0 |
| 928 | 2026-05-21T09:41:49.142Z | Downloaded r2d2 v0.8.10 |
| 929 | 2026-05-21T09:41:49.147Z | Downloaded rand_core v0.9.5 |
| 930 | 2026-05-21T09:41:49.148Z | Downloaded polyval v0.6.2 |
| 931 | 2026-05-21T09:41:49.148Z | Downloaded oso v0.27.3 |
| 932 | 2026-05-21T09:41:49.148Z | Downloaded derive_more v2.1.1 |
| 933 | 2026-05-21T09:41:49.152Z | Downloaded sapling-renderdag v0.1.0 |
| 934 | 2026-05-21T09:41:49.159Z | Downloaded parking_lot v0.12.5 |
| 935 | 2026-05-21T09:41:49.159Z | Downloaded p256 v0.13.2 |
| 936 | 2026-05-21T09:41:49.159Z | Downloaded proc-macro-error2 v2.0.1 |
| 937 | 2026-05-21T09:41:49.166Z | Downloaded ppv-lite86 v0.2.21 |
| 938 | 2026-05-21T09:41:49.167Z | Downloaded scheduled-thread-pool v0.2.7 |
| 939 | 2026-05-21T09:41:49.167Z | Downloaded postgres-types v0.2.12 |
| 940 | 2026-05-21T09:41:49.167Z | Downloaded postcard v1.1.3 |
| 941 | 2026-05-21T09:41:49.167Z | Downloaded scrypt v0.11.0 |
| 942 | 2026-05-21T09:41:49.171Z | Downloaded scroll_derive v0.13.1 |
| 943 | 2026-05-21T09:41:49.171Z | Downloaded scopeguard v1.2.0 |
| 944 | 2026-05-21T09:41:49.171Z | Downloaded serde-big-array v0.5.1 |
| 945 | 2026-05-21T09:41:49.171Z | Downloaded miniz_oxide v0.8.9 |
| 946 | 2026-05-21T09:41:49.171Z | Downloaded der v0.7.10 |
| 947 | 2026-05-21T09:41:49.171Z | Downloaded serde_urlencoded v0.7.1 |
| 948 | 2026-05-21T09:41:49.174Z | Downloaded http-body-util v0.1.3 |
| 949 | 2026-05-21T09:41:49.174Z | Downloaded futures-channel v0.3.32 |
| 950 | 2026-05-21T09:41:49.174Z | Downloaded resolv-conf v0.7.6 |
| 951 | 2026-05-21T09:41:49.178Z | Downloaded cexpr v0.6.0 |
| 952 | 2026-05-21T09:41:49.178Z | Downloaded async-recursion v1.1.1 |
| 953 | 2026-05-21T09:41:49.178Z | Downloaded secrecy v0.10.3 |
| 954 | 2026-05-21T09:41:49.182Z | Downloaded secrecy v0.8.0 |
| 955 | 2026-05-21T09:41:49.182Z | Downloaded jiff-static v0.2.21 |
| 956 | 2026-05-21T09:41:49.186Z | Downloaded serde_bytes v0.11.19 |
| 957 | 2026-05-21T09:41:49.186Z | Downloaded semver v0.1.20 |
| 958 | 2026-05-21T09:41:49.186Z | Downloaded hickory-resolver v0.25.2 |
| 959 | 2026-05-21T09:41:49.191Z | Downloaded quinn-udp v0.5.14 |
| 960 | 2026-05-21T09:41:49.191Z | Downloaded aes-gcm v0.10.3 |
| 961 | 2026-05-21T09:41:49.191Z | Downloaded rustls-native-certs v0.8.3 |
| 962 | 2026-05-21T09:41:49.194Z | Downloaded rusty-fork v0.3.1 |
| 963 | 2026-05-21T09:41:49.194Z | Downloaded serde_repr v0.1.20 |
| 964 | 2026-05-21T09:41:49.194Z | Downloaded rustls-pemfile v1.0.4 |
| 965 | 2026-05-21T09:41:49.198Z | Downloaded pkcs1 v0.7.5 |
| 966 | 2026-05-21T09:41:49.198Z | Downloaded signal-hook-tokio v0.3.1 |
| 967 | 2026-05-21T09:41:49.198Z | Downloaded sha1 v0.10.6 |
| 968 | 2026-05-21T09:41:49.201Z | Downloaded serde_spanned v1.0.4 |
| 969 | 2026-05-21T09:41:49.201Z | Downloaded serde_plain v1.0.2 |
| 970 | 2026-05-21T09:41:49.201Z | Downloaded pin-project v1.1.11 |
| 971 | 2026-05-21T09:41:49.206Z | Downloaded rustc_version v0.1.7 |
| 972 | 2026-05-21T09:41:49.219Z | Downloaded openssl-sys v0.9.115 |
| 973 | 2026-05-21T09:41:49.219Z | Downloaded signal-hook-mio v0.2.5 |
| 974 | 2026-05-21T09:41:49.219Z | Downloaded salsa20 v0.10.2 |
| 975 | 2026-05-21T09:41:49.220Z | Downloaded ciborium-io v0.2.2 |
| 976 | 2026-05-21T09:41:49.224Z | Downloaded cmake v0.1.57 |
| 977 | 2026-05-21T09:41:49.224Z | Downloaded ecdsa v0.16.9 |
| 978 | 2026-05-21T09:41:49.224Z | Downloaded sigpipe v0.1.3 |
| 979 | 2026-05-21T09:41:49.224Z | Downloaded shell-words v1.1.1 |
| 980 | 2026-05-21T09:41:49.224Z | Downloaded data-encoding v2.10.0 |
| 981 | 2026-05-21T09:41:49.224Z | Downloaded convert_case v0.10.0 |
| 982 | 2026-05-21T09:41:49.224Z | Downloaded crossterm v0.28.1 |
| 983 | 2026-05-21T09:41:49.224Z | Downloaded progenitor v0.13.0 |
| 984 | 2026-05-21T09:41:49.224Z | Downloaded prefix-trie v0.7.0 |
| 985 | 2026-05-21T09:41:49.228Z | Downloaded papergrid v0.17.0 |
| 986 | 2026-05-21T09:41:49.228Z | Downloaded hashbrown v0.13.2 |
| 987 | 2026-05-21T09:41:49.231Z | Downloaded siphasher v1.0.2 |
| 988 | 2026-05-21T09:41:49.231Z | Downloaded sec1 v0.7.3 |
| 989 | 2026-05-21T09:41:49.235Z | Downloaded scroll v0.13.0 |
| 990 | 2026-05-21T09:41:49.235Z | Downloaded schemars_derive v0.8.22 |
| 991 | 2026-05-21T09:41:49.235Z | Downloaded bit-vec v0.8.0 |
| 992 | 2026-05-21T09:41:49.236Z | Downloaded deranged v0.5.8 |
| 993 | 2026-05-21T09:41:49.240Z | Downloaded aes v0.8.4 |
| 994 | 2026-05-21T09:41:49.240Z | Downloaded serde_derive_internals v0.29.1 |
| 995 | 2026-05-21T09:41:49.244Z | Downloaded hashbrown v0.12.3 |
| 996 | 2026-05-21T09:41:49.245Z | Downloaded cassowary v0.3.0 |
| 997 | 2026-05-21T09:41:49.245Z | Downloaded bit-vec v0.6.3 |
| 998 | 2026-05-21T09:41:49.245Z | Downloaded foreign-types-shared v0.3.1 |
| 999 | 2026-05-21T09:41:49.249Z | Downloaded foreign-types-shared v0.1.1 |
| 1000 | 2026-05-21T09:41:49.249Z | Downloaded progenitor-impl v0.11.2 |
| 1001 | 2026-05-21T09:41:49.249Z | Downloaded progenitor-impl v0.10.0 |
| 1002 | 2026-05-21T09:41:49.249Z | Downloaded foreign-types v0.3.2 |
| 1003 | 2026-05-21T09:41:49.254Z | Downloaded rustls-pemfile v2.2.0 |
| 1004 | 2026-05-21T09:41:49.254Z | Downloaded rustls-pki-types v1.14.0 |
| 1005 | 2026-05-21T09:41:49.259Z | Downloaded sct v0.7.1 |
| 1006 | 2026-05-21T09:41:49.260Z | Downloaded ssh-encoding v0.2.0 |
| 1007 | 2026-05-21T09:41:49.262Z | Downloaded sqlparser_derive v0.5.0 |
| 1008 | 2026-05-21T09:41:49.262Z | Downloaded rustversion v1.0.22 |
| 1009 | 2026-05-21T09:41:49.272Z | Downloaded http v1.4.0 |
| 1010 | 2026-05-21T09:41:49.280Z | Downloaded signal-hook-registry v1.4.8 |
| 1011 | 2026-05-21T09:41:49.280Z | Downloaded simd-adler32 v0.3.8 |
| 1012 | 2026-05-21T09:41:49.283Z | Downloaded serde_path_to_error v0.1.20 |
| 1013 | 2026-05-21T09:41:49.284Z | Downloaded serde-hex v0.1.0 |
| 1014 | 2026-05-21T09:41:49.284Z | Downloaded strum v0.26.3 |
| 1015 | 2026-05-21T09:41:49.284Z | Downloaded minimal-lexical v0.2.1 |
| 1016 | 2026-05-21T09:41:49.289Z | Downloaded slab v0.4.12 |
| 1017 | 2026-05-21T09:41:49.289Z | Downloaded prettyplease v0.2.37 |
| 1018 | 2026-05-21T09:41:49.292Z | Downloaded mio v1.2.0 |
| 1019 | 2026-05-21T09:41:49.294Z | Downloaded slog-json v2.6.1 |
| 1020 | 2026-05-21T09:41:49.298Z | Downloaded slog-term v2.9.2 |
| 1021 | 2026-05-21T09:41:49.298Z | Downloaded slog-stdlog v4.1.1 |
| 1022 | 2026-05-21T09:41:49.299Z | Downloaded sync_wrapper v1.0.2 |
| 1023 | 2026-05-21T09:41:49.299Z | Downloaded supports-color v3.0.2 |
| 1024 | 2026-05-21T09:41:49.299Z | Downloaded take_mut v0.2.2 |
| 1025 | 2026-05-21T09:41:49.299Z | Downloaded tagptr v0.2.0 |
| 1026 | 2026-05-21T09:41:49.303Z | Downloaded tabwriter v1.4.1 |
| 1027 | 2026-05-21T09:41:49.303Z | Downloaded structmeta-derive v0.3.0 |
| 1028 | 2026-05-21T09:41:49.304Z | Downloaded structmeta v0.3.0 |
| 1029 | 2026-05-21T09:41:49.304Z | Downloaded strum v0.27.2 |
| 1030 | 2026-05-21T09:41:49.309Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1031 | 2026-05-21T09:41:49.309Z | Downloaded tabled_derive v0.11.0 |
| 1032 | 2026-05-21T09:41:49.309Z | Downloaded smallvec v0.6.14 |
| 1033 | 2026-05-21T09:41:49.309Z | Downloaded sync-ptr v0.1.4 |
| 1034 | 2026-05-21T09:41:49.309Z | Downloaded shlex v1.3.0 |
| 1035 | 2026-05-21T09:41:49.309Z | Downloaded slog-scope v4.4.1 |
| 1036 | 2026-05-21T09:41:49.309Z | Downloaded russh-keys v0.45.0 |
| 1037 | 2026-05-21T09:41:49.313Z | Downloaded rcgen v0.12.1 |
| 1038 | 2026-05-21T09:41:49.313Z | Downloaded seq-macro v0.3.6 |
| 1039 | 2026-05-21T09:41:49.313Z | Downloaded progenitor-impl v0.14.0 |
| 1040 | 2026-05-21T09:41:49.316Z | Downloaded progenitor-impl v0.13.0 |
| 1041 | 2026-05-21T09:41:49.316Z | Downloaded hyper-util v0.1.20 |
| 1042 | 2026-05-21T09:41:49.322Z | Downloaded slog-bunyan v2.5.0 |
| 1043 | 2026-05-21T09:41:49.322Z | Downloaded spki v0.7.3 |
| 1044 | 2026-05-21T09:41:49.325Z | Downloaded termtree v0.5.1 |
| 1045 | 2026-05-21T09:41:49.325Z | Downloaded ssh-cipher v0.2.0 |
| 1046 | 2026-05-21T09:41:49.325Z | Downloaded sqlformat v0.3.5 |
| 1047 | 2026-05-21T09:41:49.325Z | Downloaded tap v1.0.1 |
| 1048 | 2026-05-21T09:41:49.325Z | Downloaded subtle v2.6.1 |
| 1049 | 2026-05-21T09:41:49.329Z | Downloaded snafu-derive v0.8.9 |
| 1050 | 2026-05-21T09:41:49.339Z | Downloaded static_assertions v1.1.0 |
| 1051 | 2026-05-21T09:41:49.343Z | Downloaded time-core v0.1.8 |
| 1052 | 2026-05-21T09:41:49.343Z | Downloaded string_cache v0.8.9 |
| 1053 | 2026-05-21T09:41:49.343Z | Downloaded stacker v0.1.23 |
| 1054 | 2026-05-21T09:41:49.343Z | Downloaded slog-async v2.8.0 |
| 1055 | 2026-05-21T09:41:49.346Z | Downloaded ron v0.8.1 |
| 1056 | 2026-05-21T09:41:49.346Z | Downloaded tinyvec_macros v0.1.1 |
| 1057 | 2026-05-21T09:41:49.351Z | Downloaded pretty_assertions v1.4.1 |
| 1058 | 2026-05-21T09:41:49.351Z | Downloaded thread-id v5.1.0 |
| 1059 | 2026-05-21T09:41:49.351Z | Downloaded smf v0.2.3 |
| 1060 | 2026-05-21T09:41:49.351Z | Downloaded slog-envlogger v2.2.0 |
| 1061 | 2026-05-21T09:41:49.354Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1062 | 2026-05-21T09:41:49.354Z | Downloaded testing_table v0.3.0 |
| 1063 | 2026-05-21T09:41:49.354Z | Downloaded slog-dtrace v0.3.0 |
| 1064 | 2026-05-21T09:41:49.355Z | Downloaded support-bundle-viewer v0.1.2 |
| 1065 | 2026-05-21T09:41:49.359Z | Downloaded strum_macros v0.27.2 |
| 1066 | 2026-05-21T09:41:49.359Z | Downloaded hickory-server v0.25.2 |
| 1067 | 2026-05-21T09:41:49.363Z | Downloaded schemars v0.8.22 |
| 1068 | 2026-05-21T09:41:49.367Z | Downloaded serde_with_macros v3.17.0 |
| 1069 | 2026-05-21T09:41:49.371Z | Downloaded serde_cbor v0.11.2 |
| 1070 | 2026-05-21T09:41:49.371Z | Downloaded itertools v0.10.5 |
| 1071 | 2026-05-21T09:41:49.373Z | Downloaded quinn v0.11.9 |
| 1072 | 2026-05-21T09:41:49.377Z | Downloaded qorb v0.4.1 |
| 1073 | 2026-05-21T09:41:49.378Z | Downloaded nom v7.1.3 |
| 1074 | 2026-05-21T09:41:49.381Z | Downloaded ryu v1.0.23 |
| 1075 | 2026-05-21T09:41:49.385Z | Downloaded strum_macros v0.26.4 |
| 1076 | 2026-05-21T09:41:49.385Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1077 | 2026-05-21T09:41:49.390Z | Downloaded strum_macros v0.24.3 |
| 1078 | 2026-05-21T09:41:49.390Z | Downloaded tokio-macros v2.7.0 |
| 1079 | 2026-05-21T09:41:49.390Z | Downloaded hashbrown v0.15.5 |
| 1080 | 2026-05-21T09:41:49.394Z | Downloaded crossterm v0.29.0 |
| 1081 | 2026-05-21T09:41:49.405Z | Downloaded signature v2.2.0 |
| 1082 | 2026-05-21T09:41:49.405Z | Downloaded try-lock v0.2.5 |
| 1083 | 2026-05-21T09:41:49.405Z | Downloaded stringprep v0.1.5 |
| 1084 | 2026-05-21T09:41:49.410Z | Downloaded similar v2.7.0 |
| 1085 | 2026-05-21T09:41:49.410Z | Downloaded signal-hook v0.3.18 |
| 1086 | 2026-05-21T09:41:49.414Z | Downloaded time-macros v0.2.27 |
| 1087 | 2026-05-21T09:41:49.414Z | Downloaded tls_codec_derive v0.4.2 |
| 1088 | 2026-05-21T09:41:49.414Z | Downloaded tls_codec v0.4.2 |
| 1089 | 2026-05-21T09:41:49.426Z | Downloaded topological-sort v0.2.2 |
| 1090 | 2026-05-21T09:41:49.426Z | Downloaded trait-variant v0.1.2 |
| 1091 | 2026-05-21T09:41:49.426Z | Downloaded tower-service v0.3.3 |
| 1092 | 2026-05-21T09:41:49.426Z | Downloaded tower-layer v0.3.3 |
| 1093 | 2026-05-21T09:41:49.426Z | Downloaded schemars v0.9.0 |
| 1094 | 2026-05-21T09:41:49.431Z | Downloaded typify-macro v0.4.3 |
| 1095 | 2026-05-21T09:41:49.434Z | Downloaded thiserror-no-std v2.0.2 |
| 1096 | 2026-05-21T09:41:49.434Z | Downloaded libxml v0.3.3 |
| 1097 | 2026-05-21T09:41:49.447Z | Downloaded hashbrown v0.16.1 |
| 1098 | 2026-05-21T09:41:49.447Z | Downloaded tiny-keccak v2.0.2 |
| 1099 | 2026-05-21T09:41:49.447Z | Downloaded thread_local v1.1.9 |
| 1100 | 2026-05-21T09:41:49.447Z | Downloaded typify-macro v0.6.2 |
| 1101 | 2026-05-21T09:41:49.447Z | Downloaded itertools v0.12.1 |
| 1102 | 2026-05-21T09:41:49.460Z | Downloaded unarray v0.1.4 |
| 1103 | 2026-05-21T09:41:49.460Z | Downloaded socket2 v0.5.10 |
| 1104 | 2026-05-21T09:41:49.460Z | Downloaded rand v0.8.6 |
| 1105 | 2026-05-21T09:41:49.460Z | Downloaded num-bigint v0.4.6 |
| 1106 | 2026-05-21T09:41:49.494Z | Downloaded spin v0.9.8 |
| 1107 | 2026-05-21T09:41:49.502Z | Downloaded usdt v0.6.0 |
| 1108 | 2026-05-21T09:41:49.502Z | Downloaded usdt-attr-macro v0.6.0 |
| 1109 | 2026-05-21T09:41:49.502Z | Downloaded untrusted v0.7.1 |
| 1110 | 2026-05-21T09:41:49.502Z | Downloaded universal-hash v0.5.1 |
| 1111 | 2026-05-21T09:41:49.502Z | Downloaded unit-prefix v0.5.2 |
| 1112 | 2026-05-21T09:41:49.502Z | Downloaded aho-corasick v1.1.4 |
| 1113 | 2026-05-21T09:41:49.502Z | Downloaded usdt-macro v0.6.0 |
| 1114 | 2026-05-21T09:41:49.502Z | Downloaded rayon-core v1.13.0 |
| 1115 | 2026-05-21T09:41:49.511Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1116 | 2026-05-21T09:41:49.511Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1117 | 2026-05-21T09:41:49.511Z | Downloaded tokio-rustls v0.25.0 |
| 1118 | 2026-05-21T09:41:49.511Z | Downloaded tokio-native-tls v0.3.1 |
| 1119 | 2026-05-21T09:41:49.511Z | Downloaded tokio-dtrace v0.1.1 |
| 1120 | 2026-05-21T09:41:49.511Z | Downloaded tokio-tungstenite v0.23.1 |
| 1121 | 2026-05-21T09:41:49.511Z | Downloaded untrusted v0.9.0 |
| 1122 | 2026-05-21T09:41:49.511Z | Downloaded tokio-tungstenite v0.21.0 |
| 1123 | 2026-05-21T09:41:49.511Z | Downloaded utf-8 v0.7.6 |
| 1124 | 2026-05-21T09:41:49.511Z | Downloaded want v0.3.1 |
| 1125 | 2026-05-21T09:41:49.511Z | Downloaded void v1.0.2 |
| 1126 | 2026-05-21T09:41:49.511Z | Downloaded iri-string v0.7.10 |
| 1127 | 2026-05-21T09:41:49.511Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1128 | 2026-05-21T09:41:49.511Z | Downloaded publicsuffix v2.3.0 |
| 1129 | 2026-05-21T09:41:49.511Z | Downloaded num-bigint-dig v0.8.6 |
| 1130 | 2026-05-21T09:41:49.512Z | Downloaded waitgroup v0.1.2 |
| 1131 | 2026-05-21T09:41:49.512Z | Downloaded wait-timeout v0.2.1 |
| 1132 | 2026-05-21T09:41:49.512Z | Downloaded slog v2.8.2 |
| 1133 | 2026-05-21T09:41:49.512Z | Downloaded termios v0.3.3 |
| 1134 | 2026-05-21T09:41:49.512Z | Downloaded term v0.7.0 |
| 1135 | 2026-05-21T09:41:49.531Z | Downloaded xattr v1.6.1 |
| 1136 | 2026-05-21T09:41:49.531Z | Downloaded tokio-rustls v0.24.1 |
| 1137 | 2026-05-21T09:41:49.538Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1138 | 2026-05-21T09:41:49.538Z | Downloaded tokio-stream v0.1.18 |
| 1139 | 2026-05-21T09:41:49.538Z | Downloaded unicase v2.9.0 |
| 1140 | 2026-05-21T09:41:49.538Z | Downloaded unicode-truncate v1.1.0 |
| 1141 | 2026-05-21T09:41:49.538Z | Downloaded rand v0.9.2 |
| 1142 | 2026-05-21T09:41:49.538Z | Downloaded usdt-impl v0.6.0 |
| 1143 | 2026-05-21T09:41:49.538Z | Downloaded rustls-webpki v0.103.9 |
| 1144 | 2026-05-21T09:41:49.538Z | Downloaded xshell-macros v0.2.7 |
| 1145 | 2026-05-21T09:41:49.538Z | Downloaded tokio-rustls v0.26.4 |
| 1146 | 2026-05-21T09:41:49.538Z | Downloaded term v1.2.1 |
| 1147 | 2026-05-21T09:41:49.538Z | Downloaded zone v0.3.1 |
| 1148 | 2026-05-21T09:41:49.538Z | Downloaded socket2 v0.6.3 |
| 1149 | 2026-05-21T09:41:49.543Z | Downloaded zeroize_derive v1.4.3 |
| 1150 | 2026-05-21T09:41:49.543Z | Downloaded uzers v0.12.2 |
| 1151 | 2026-05-21T09:41:49.543Z | Downloaded samael v0.0.19 |
| 1152 | 2026-05-21T09:41:49.545Z | Downloaded subprocess v0.2.15 |
| 1153 | 2026-05-21T09:41:49.545Z | Downloaded vergen-git2 v1.0.7 |
| 1154 | 2026-05-21T09:41:49.545Z | Downloaded test-strategy v0.4.5 |
| 1155 | 2026-05-21T09:41:49.549Z | Downloaded vergen-lib v0.1.6 |
| 1156 | 2026-05-21T09:41:49.549Z | Downloaded vergen-gitcl v1.0.8 |
| 1157 | 2026-05-21T09:41:49.554Z | Downloaded hyper v1.8.1 |
| 1158 | 2026-05-21T09:41:49.559Z | Downloaded itertools v0.14.0 |
| 1159 | 2026-05-21T09:41:49.559Z | Downloaded itertools v0.13.0 |
| 1160 | 2026-05-21T09:41:49.562Z | Downloaded tinyvec v1.10.0 |
| 1161 | 2026-05-21T09:41:49.562Z | Downloaded tracing-attributes v0.1.31 |
| 1162 | 2026-05-21T09:41:49.565Z | Downloaded blake3 v1.8.3 |
| 1163 | 2026-05-21T09:41:49.571Z | Downloaded zone_cfg_derive v0.3.1 |
| 1164 | 2026-05-21T09:41:49.576Z | Downloaded whoami v1.6.1 |
| 1165 | 2026-05-21T09:41:49.576Z | Downloaded walkdir v2.5.0 |
| 1166 | 2026-05-21T09:41:49.576Z | Downloaded whoami v2.1.0 |
| 1167 | 2026-05-21T09:41:49.576Z | Downloaded vsss-rs v3.3.4 |
| 1168 | 2026-05-21T09:41:49.585Z | Downloaded twox-hash v2.1.2 |
| 1169 | 2026-05-21T09:41:49.585Z | Downloaded rsa v0.9.10 |
| 1170 | 2026-05-21T09:41:49.585Z | Downloaded tui-tree-widget v0.23.1 |
| 1171 | 2026-05-21T09:41:49.585Z | Downloaded snafu v0.8.9 |
| 1172 | 2026-05-21T09:41:49.589Z | Downloaded hkdf v0.12.4 |
| 1173 | 2026-05-21T09:41:49.589Z | Downloaded iddqd v0.4.1 |
| 1174 | 2026-05-21T09:41:49.596Z | Downloaded p521 v0.13.3 |
| 1175 | 2026-05-21T09:41:49.600Z | Downloaded wyz v0.5.1 |
| 1176 | 2026-05-21T09:41:49.600Z | Downloaded schemars v1.2.1 |
| 1177 | 2026-05-21T09:41:49.605Z | Downloaded zstd v0.13.3 |
| 1178 | 2026-05-21T09:41:49.606Z | Downloaded xshell v0.2.7 |
| 1179 | 2026-05-21T09:41:49.610Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1180 | 2026-05-21T09:41:49.613Z | Downloaded toml v0.7.8 |
| 1181 | 2026-05-21T09:41:49.617Z | Downloaded vergen v9.0.6 |
| 1182 | 2026-05-21T09:41:49.623Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1183 | 2026-05-21T09:41:49.623Z | Downloaded zeroize v1.8.2 |
| 1184 | 2026-05-21T09:41:49.623Z | Downloaded steno v0.4.1 |
| 1185 | 2026-05-21T09:41:49.626Z | Downloaded tungstenite v0.23.0 |
| 1186 | 2026-05-21T09:41:49.626Z | Downloaded tungstenite v0.21.0 |
| 1187 | 2026-05-21T09:41:49.626Z | Downloaded libm v0.2.16 |
| 1188 | 2026-05-21T09:41:49.635Z | Downloaded tar v0.4.45 |
| 1189 | 2026-05-21T09:41:49.640Z | Downloaded aws-lc-rs v1.16.3 |
| 1190 | 2026-05-21T09:41:49.640Z | Downloaded unicode-bidi v0.3.18 |
| 1191 | 2026-05-21T09:41:49.640Z | Downloaded typify v0.6.2 |
| 1192 | 2026-05-21T09:41:49.645Z | Downloaded h2 v0.4.13 |
| 1193 | 2026-05-21T09:41:49.648Z | Downloaded typify v0.4.3 |
| 1194 | 2026-05-21T09:41:49.651Z | Downloaded rand v0.10.0 |
| 1195 | 2026-05-21T09:41:49.655Z | Downloaded unicode-properties v0.1.4 |
| 1196 | 2026-05-21T09:41:49.655Z | Downloaded uuid v1.23.0 |
| 1197 | 2026-05-21T09:41:49.658Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1198 | 2026-05-21T09:41:49.658Z | Downloaded zstd-safe v7.2.4 |
| 1199 | 2026-05-21T09:41:49.663Z | Downloaded ssh-key v0.6.7 |
| 1200 | 2026-05-21T09:41:49.666Z | Downloaded yasna v0.5.2 |
| 1201 | 2026-05-21T09:41:49.666Z | Downloaded futures-util v0.3.32 |
| 1202 | 2026-05-21T09:41:49.673Z | Downloaded rustyline v14.0.0 |
| 1203 | 2026-05-21T09:41:49.688Z | Downloaded tracing-core v0.1.36 |
| 1204 | 2026-05-21T09:41:49.691Z | Downloaded vte v0.14.1 |
| 1205 | 2026-05-21T09:41:49.691Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1206 | 2026-05-21T09:41:49.691Z | Downloaded unsafe-libyaml v0.2.11 |
| 1207 | 2026-05-21T09:41:49.692Z | Downloaded russh v0.45.0 |
| 1208 | 2026-05-21T09:41:49.695Z | Downloaded bitvec v1.0.1 |
| 1209 | 2026-05-21T09:41:49.705Z | Downloaded zopfli v0.8.3 |
| 1210 | 2026-05-21T09:41:49.709Z | Downloaded bindgen v0.71.1 |
| 1211 | 2026-05-21T09:41:49.712Z | Downloaded zerocopy v0.6.6 |
| 1212 | 2026-05-21T09:41:49.721Z | Downloaded toml_edit v0.19.15 |
| 1213 | 2026-05-21T09:41:49.731Z | Downloaded tokio-postgres v0.7.16 |
| 1214 | 2026-05-21T09:41:49.740Z | Downloaded curve25519-dalek v4.1.3 |
| 1215 | 2026-05-21T09:41:49.748Z | Downloaded rpassword v7.4.0 |
| 1216 | 2026-05-21T09:41:49.748Z | Downloaded chrono v0.4.44 |
| 1217 | 2026-05-21T09:41:49.751Z | Downloaded unicode_categories v0.1.1 |
| 1218 | 2026-05-21T09:41:49.751Z | Downloaded reqwest v0.13.2 |
| 1219 | 2026-05-21T09:41:49.751Z | Downloaded yansi v1.0.1 |
| 1220 | 2026-05-21T09:41:49.757Z | Downloaded reedline v0.40.0 |
| 1221 | 2026-05-21T09:41:49.760Z | Downloaded git2 v0.20.4 |
| 1222 | 2026-05-21T09:41:49.765Z | Downloaded zip v0.6.6 |
| 1223 | 2026-05-21T09:41:49.765Z | Downloaded reqwest v0.12.28 |
| 1224 | 2026-05-21T09:41:49.769Z | Downloaded portable-atomic v1.13.1 |
| 1225 | 2026-05-21T09:41:49.781Z | Downloaded regex v1.12.3 |
| 1226 | 2026-05-21T09:41:49.803Z | Downloaded tower v0.5.3 |
| 1227 | 2026-05-21T09:41:49.809Z | Downloaded typed-path v0.9.3 |
| 1228 | 2026-05-21T09:41:49.815Z | Downloaded goblin v0.10.5 |
| 1229 | 2026-05-21T09:41:49.815Z | Downloaded zerocopy-derive v0.8.40 |
| 1230 | 2026-05-21T09:41:49.834Z | Downloaded tough v0.22.0 |
| 1231 | 2026-05-21T09:41:49.840Z | Downloaded unicode-normalization v0.1.25 |
| 1232 | 2026-05-21T09:41:49.840Z | Downloaded lalrpop v0.19.12 |
| 1233 | 2026-05-21T09:41:49.848Z | Downloaded proptest v1.10.0 |
| 1234 | 2026-05-21T09:41:49.854Z | Downloaded rustls-webpki v0.101.7 |
| 1235 | 2026-05-21T09:41:49.858Z | Downloaded tower-http v0.6.8 |
| 1236 | 2026-05-21T09:41:49.862Z | Downloaded salty v0.3.0 |
| 1237 | 2026-05-21T09:41:49.864Z | Downloaded rayon v1.11.0 |
| 1238 | 2026-05-21T09:41:49.869Z | Downloaded moka v0.12.13 |
| 1239 | 2026-05-21T09:41:49.873Z | Downloaded tokio-util v0.7.18 |
| 1240 | 2026-05-21T09:41:49.877Z | Downloaded serde_with v3.17.0 |
| 1241 | 2026-05-21T09:41:49.885Z | Downloaded zip v4.6.1 |
| 1242 | 2026-05-21T09:41:49.888Z | Downloaded rustls-webpki v0.102.8 |
| 1243 | 2026-05-21T09:41:49.897Z | Downloaded petname v2.0.2 |
| 1244 | 2026-05-21T09:41:49.902Z | Downloaded winnow v0.5.40 |
| 1245 | 2026-05-21T09:41:49.905Z | Downloaded x509-cert v0.2.5 |
| 1246 | 2026-05-21T09:41:49.909Z | Downloaded quinn-proto v0.11.13 |
| 1247 | 2026-05-21T09:41:49.912Z | Downloaded unicode-segmentation v1.12.0 |
| 1248 | 2026-05-21T09:41:49.916Z | Downloaded quick-xml v0.37.5 |
| 1249 | 2026-05-21T09:41:49.918Z | Downloaded p384 v0.13.1 |
| 1250 | 2026-05-21T09:41:49.923Z | Downloaded nix v0.27.1 |
| 1251 | 2026-05-21T09:41:49.933Z | Downloaded object v0.30.4 |
| 1252 | 2026-05-21T09:41:49.938Z | Downloaded radix_trie v0.2.1 |
| 1253 | 2026-05-21T09:41:49.942Z | Downloaded tabled v0.20.0 |
| 1254 | 2026-05-21T09:41:49.949Z | Downloaded dropshot v0.16.7 |
| 1255 | 2026-05-21T09:41:49.961Z | Downloaded time v0.3.47 |
| 1256 | 2026-05-21T09:41:49.967Z | Downloaded winnow v0.6.26 |
| 1257 | 2026-05-21T09:41:49.974Z | Downloaded hickory-proto v0.24.4 |
| 1258 | 2026-05-21T09:41:49.980Z | Downloaded nix v0.31.2 |
| 1259 | 2026-05-21T09:41:49.988Z | Downloaded vcpkg v0.2.15 |
| 1260 | 2026-05-21T09:41:50.010Z | Downloaded openssl v0.10.79 |
| 1261 | 2026-05-21T09:41:50.015Z | Downloaded dropshot v0.17.0 |
| 1262 | 2026-05-21T09:41:50.025Z | Downloaded rustls v0.22.4 |
| 1263 | 2026-05-21T09:41:50.033Z | Downloaded regex-syntax v0.6.29 |
| 1264 | 2026-05-21T09:41:50.037Z | Downloaded openapiv3 v2.2.0 |
| 1265 | 2026-05-21T09:41:50.043Z | Downloaded bstr v1.12.1 |
| 1266 | 2026-05-21T09:41:50.054Z | Downloaded polar-core v0.27.3 |
| 1267 | 2026-05-21T09:41:50.059Z | Downloaded zerocopy v0.8.40 |
| 1268 | 2026-05-21T09:41:50.059Z | Downloaded rustls v0.21.12 |
| 1269 | 2026-05-21T09:41:50.064Z | Downloaded smoltcp v0.9.1 |
| 1270 | 2026-05-21T09:41:50.071Z | Downloaded rustls v0.23.37 |
| 1271 | 2026-05-21T09:41:50.074Z | Downloaded webpki-roots v1.0.6 |
| 1272 | 2026-05-21T09:41:50.074Z | Downloaded zlib-rs v0.6.2 |
| 1273 | 2026-05-21T09:41:50.080Z | Downloaded diesel v2.3.7 |
| 1274 | 2026-05-21T09:41:50.103Z | Downloaded smoltcp v0.11.0 |
| 1275 | 2026-05-21T09:41:50.127Z | Downloaded nix v0.28.0 |
| 1276 | 2026-05-21T09:41:50.127Z | Downloaded regex-syntax v0.8.10 |
| 1277 | 2026-05-21T09:41:50.127Z | Downloaded regress v0.10.5 |
| 1278 | 2026-05-21T09:41:50.127Z | Downloaded hickory-proto v0.25.2 |
| 1279 | 2026-05-21T09:41:50.154Z | Downloaded regress v0.11.1 |
| 1280 | 2026-05-21T09:41:50.154Z | Downloaded rustix v0.38.44 |
| 1281 | 2026-05-21T09:41:50.159Z | Downloaded sqlparser v0.61.0 |
| 1282 | 2026-05-21T09:41:50.159Z | Downloaded object v0.37.3 |
| 1283 | 2026-05-21T09:41:50.159Z | Downloaded nix v0.29.0 |
| 1284 | 2026-05-21T09:41:50.159Z | Downloaded tracing v0.1.44 |
| 1285 | 2026-05-21T09:41:50.172Z | Downloaded typify-impl v0.6.2 |
| 1286 | 2026-05-21T09:41:50.177Z | Downloaded ratatui v0.29.0 |
| 1287 | 2026-05-21T09:41:50.220Z | Downloaded sled v0.34.7 |
| 1288 | 2026-05-21T09:41:50.226Z | Downloaded jiff v0.2.21 |
| 1289 | 2026-05-21T09:41:50.235Z | Downloaded csv v1.4.0 |
| 1290 | 2026-05-21T09:41:50.249Z | Downloaded typify-impl v0.4.3 |
| 1291 | 2026-05-21T09:41:50.253Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1292 | 2026-05-21T09:41:50.267Z | Downloaded libz-sys v1.1.24 |
| 1293 | 2026-05-21T09:41:50.277Z | Downloaded zerocopy-derive v0.6.6 |
| 1294 | 2026-05-21T09:41:50.282Z | Downloaded regex-automata v0.4.14 |
| 1295 | 2026-05-21T09:41:50.304Z | Downloaded tokio v1.52.1 |
| 1296 | 2026-05-21T09:41:50.325Z | Downloaded petgraph v0.6.5 |
| 1297 | 2026-05-21T09:41:50.336Z | Downloaded chrono-tz v0.10.4 |
| 1298 | 2026-05-21T09:41:50.352Z | Downloaded petgraph v0.8.3 |
| 1299 | 2026-05-21T09:41:50.374Z | Downloaded encoding_rs v0.8.35 |
| 1300 | 2026-05-21T09:41:50.389Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1301 | 2026-05-21T09:41:50.401Z | Downloaded sha3 v0.10.8 |
| 1302 | 2026-05-21T09:41:50.411Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1303 | 2026-05-21T09:41:50.471Z | Downloaded ring v0.17.14 |
| 1304 | 2026-05-21T09:41:50.987Z | Downloaded aws-lc-sys v0.40.0 |
| 1305 | 2026-05-21T09:41:51.246Z | Compiling libc v0.2.185 |
| 1306 | 2026-05-21T09:41:51.246Z | Compiling serde v1.0.228 |
| 1307 | 2026-05-21T09:41:51.249Z | Compiling log v0.4.29 |
| 1308 | 2026-05-21T09:41:51.249Z | Compiling shlex v1.3.0 |
| 1309 | 2026-05-21T09:41:51.421Z | Compiling find-msvc-tools v0.1.9 |
| 1310 | 2026-05-21T09:41:51.421Z | Compiling smallvec v1.15.1 |
| 1311 | 2026-05-21T09:41:51.425Z | Compiling syn v2.0.117 |
| 1312 | 2026-05-21T09:41:51.444Z | Compiling typenum v1.19.0 |
| 1313 | 2026-05-21T09:41:51.585Z | Compiling generic-array v0.14.7 |
| 1314 | 2026-05-21T09:41:51.601Z | Compiling subtle v2.6.1 |
| 1315 | 2026-05-21T09:41:51.612Z | Compiling scopeguard v1.2.0 |
| 1316 | 2026-05-21T09:41:51.691Z | Compiling const-oid v0.9.6 |
| 1317 | 2026-05-21T09:41:51.713Z | Compiling lock_api v0.4.14 |
| 1318 | 2026-05-21T09:41:51.725Z | Compiling serde_json v1.0.149 |
| 1319 | 2026-05-21T09:41:51.770Z | Compiling zerocopy v0.8.40 |
| 1320 | 2026-05-21T09:41:51.844Z | Compiling parking_lot_core v0.9.12 |
| 1321 | 2026-05-21T09:41:51.960Z | Compiling portable-atomic v1.13.1 |
| 1322 | 2026-05-21T09:41:52.091Z | Compiling pin-project-lite v0.2.17 |
| 1323 | 2026-05-21T09:41:52.210Z | Compiling pkg-config v0.3.32 |
| 1324 | 2026-05-21T09:41:52.226Z | Compiling bitflags v2.11.0 |
| 1325 | 2026-05-21T09:41:52.316Z | Compiling getrandom v0.2.17 |
| 1326 | 2026-05-21T09:41:52.412Z | Compiling jobserver v0.1.34 |
| 1327 | 2026-05-21T09:41:52.419Z | Compiling errno v0.3.14 |
| 1328 | 2026-05-21T09:41:52.492Z | Compiling rand_core v0.6.4 |
| 1329 | 2026-05-21T09:41:52.544Z | Compiling signal-hook-registry v1.4.8 |
| 1330 | 2026-05-21T09:41:52.744Z | Compiling cc v1.2.56 |
| 1331 | 2026-05-21T09:41:52.761Z | Compiling futures-core v0.3.32 |
| 1332 | 2026-05-21T09:41:52.761Z | Compiling critical-section v1.2.0 |
| 1333 | 2026-05-21T09:41:52.795Z | Compiling libm v0.2.16 |
| 1334 | 2026-05-21T09:41:52.814Z | Compiling parking_lot v0.12.5 |
| 1335 | 2026-05-21T09:41:52.883Z | Compiling mio v1.2.0 |
| 1336 | 2026-05-21T09:41:52.914Z | Compiling num-traits v0.2.19 |
| 1337 | 2026-05-21T09:41:53.062Z | Compiling once_cell v1.21.3 |
| 1338 | 2026-05-21T09:41:53.068Z | Compiling percent-encoding v2.3.2 |
| 1339 | 2026-05-21T09:41:53.182Z | Compiling socket2 v0.6.3 |
| 1340 | 2026-05-21T09:41:53.263Z | Compiling futures-sink v0.3.32 |
| 1341 | 2026-05-21T09:41:53.276Z | Compiling slab v0.4.12 |
| 1342 | 2026-05-21T09:41:53.276Z | Compiling cpufeatures v0.2.17 |
| 1343 | 2026-05-21T09:41:53.343Z | Compiling futures-io v0.3.32 |
| 1344 | 2026-05-21T09:41:53.356Z | Compiling futures-channel v0.3.32 |
| 1345 | 2026-05-21T09:41:53.368Z | Compiling futures-task v0.3.32 |
| 1346 | 2026-05-21T09:41:53.462Z | Compiling getrandom v0.4.1 |
| 1347 | 2026-05-21T09:41:53.502Z | Compiling rand_core v0.10.0 |
| 1348 | 2026-05-21T09:41:53.535Z | Compiling indexmap v2.14.0 |
| 1349 | 2026-05-21T09:41:53.574Z | Compiling rustversion v1.0.22 |
| 1350 | 2026-05-21T09:41:53.579Z | Compiling getrandom v0.3.4 |
| 1351 | 2026-05-21T09:41:53.651Z | Compiling cmake v0.1.57 |
| 1352 | 2026-05-21T09:41:54.048Z | Compiling form_urlencoded v1.2.2 |
| 1353 | 2026-05-21T09:41:54.076Z | Compiling fs_extra v1.3.0 |
| 1354 | 2026-05-21T09:41:54.179Z | Compiling dunce v1.0.5 |
| 1355 | 2026-05-21T09:41:54.211Z | Compiling synstructure v0.13.2 |
| 1356 | 2026-05-21T09:41:54.280Z | Compiling base64ct v1.8.3 |
| 1357 | 2026-05-21T09:41:54.292Z | Compiling ident_case v1.0.1 |
| 1358 | 2026-05-21T09:41:54.341Z | Compiling aws-lc-sys v0.40.0 |
| 1359 | 2026-05-21T09:41:54.408Z | Compiling flagset v0.4.7 |
| 1360 | 2026-05-21T09:41:54.535Z | Compiling pem-rfc7468 v0.7.0 |
| 1361 | 2026-05-21T09:41:54.548Z | Compiling regex-syntax v0.8.10 |
| 1362 | 2026-05-21T09:41:54.551Z | Compiling rustix v1.1.3 |
| 1363 | 2026-05-21T09:41:54.575Z | Compiling iana-time-zone v0.1.65 |
| 1364 | 2026-05-21T09:41:54.773Z | Compiling rand_core v0.9.5 |
| 1365 | 2026-05-21T09:41:54.822Z | Compiling ring v0.17.14 |
| 1366 | 2026-05-21T09:41:54.828Z | Compiling vcpkg v0.2.15 |
| 1367 | 2026-05-21T09:41:54.938Z | Compiling aws-lc-rs v1.16.3 |
| 1368 | 2026-05-21T09:41:55.101Z | Compiling uuid v1.23.0 |
| 1369 | 2026-05-21T09:41:55.211Z | Compiling rustc_version v0.4.1 |
| 1370 | 2026-05-21T09:41:55.545Z | Compiling tracing-core v0.1.36 |
| 1371 | 2026-05-21T09:41:55.601Z | Compiling openssl-sys v0.9.115 |
| 1372 | 2026-05-21T09:41:55.824Z | Compiling base64 v0.22.1 |
| 1373 | 2026-05-21T09:41:56.004Z | Compiling serde_derive v1.0.228 |
| 1374 | 2026-05-21T09:41:56.107Z | Compiling zeroize_derive v1.4.3 |
| 1375 | 2026-05-21T09:41:56.131Z | Compiling zerofrom-derive v0.1.6 |
| 1376 | 2026-05-21T09:41:56.153Z | Compiling yoke-derive v0.8.1 |
| 1377 | 2026-05-21T09:41:56.411Z | Compiling zerovec-derive v0.11.2 |
| 1378 | 2026-05-21T09:41:56.759Z | Compiling zeroize v1.8.2 |
| 1379 | 2026-05-21T09:41:56.980Z | Compiling zerocopy-derive v0.8.40 |
| 1380 | 2026-05-21T09:41:57.339Z | Compiling displaydoc v0.2.5 |
| 1381 | 2026-05-21T09:41:57.540Z | Compiling crypto-common v0.1.7 |
| 1382 | 2026-05-21T09:41:57.554Z | Compiling block-buffer v0.10.4 |
| 1383 | 2026-05-21T09:41:57.567Z | Compiling zerofrom v0.1.6 |
| 1384 | 2026-05-21T09:41:57.691Z | Compiling yoke v0.8.1 |
| 1385 | 2026-05-21T09:41:57.703Z | Compiling digest v0.10.7 |
| 1386 | 2026-05-21T09:41:57.725Z | Compiling tokio-macros v2.7.0 |
| 1387 | 2026-05-21T09:41:57.875Z | Compiling zerovec v0.11.5 |
| 1388 | 2026-05-21T09:41:57.945Z | Compiling futures-macro v0.3.32 |
| 1389 | 2026-05-21T09:41:58.145Z | Compiling zerotrie v0.2.3 |
| 1390 | 2026-05-21T09:41:58.368Z | Compiling tinystr v0.8.2 |
| 1391 | 2026-05-21T09:41:58.383Z | Compiling potential_utf v0.1.4 |
| 1392 | 2026-05-21T09:41:58.428Z | Compiling hmac v0.12.1 |
| 1393 | 2026-05-21T09:41:58.548Z | Compiling icu_locale_core v2.1.1 |
| 1394 | 2026-05-21T09:41:58.564Z | Compiling icu_collections v2.1.1 |
| 1395 | 2026-05-21T09:41:58.580Z | Compiling block-padding v0.3.3 |
| 1396 | 2026-05-21T09:41:58.726Z | Compiling futures-util v0.3.32 |
| 1397 | 2026-05-21T09:41:58.742Z | Compiling inout v0.1.4 |
| 1398 | 2026-05-21T09:41:58.905Z | Compiling cipher v0.4.4 |
| 1399 | 2026-05-21T09:41:59.034Z | Compiling sha2 v0.10.9 |
| 1400 | 2026-05-21T09:41:59.161Z | Compiling icu_provider v2.1.1 |
| 1401 | 2026-05-21T09:41:59.410Z | Compiling bytes v1.11.1 |
| 1402 | 2026-05-21T09:41:59.454Z | Compiling icu_normalizer v2.1.1 |
| 1403 | 2026-05-21T09:41:59.479Z | Compiling icu_properties v2.1.2 |
| 1404 | 2026-05-21T09:41:59.570Z | Compiling der_derive v0.7.3 |
| 1405 | 2026-05-21T09:42:00.058Z | Compiling tokio v1.52.1 |
| 1406 | 2026-05-21T09:42:00.058Z | Compiling http v1.4.0 |
| 1407 | 2026-05-21T09:42:00.450Z | Compiling idna_adapter v1.2.1 |
| 1408 | 2026-05-21T09:42:00.574Z | Compiling idna v1.1.0 |
| 1409 | 2026-05-21T09:42:00.589Z | Compiling der v0.7.10 |
| 1410 | 2026-05-21T09:42:00.648Z | Compiling chrono v0.4.44 |
| 1411 | 2026-05-21T09:42:00.975Z | Compiling url v2.5.8 |
| 1412 | 2026-05-21T09:42:01.038Z | Compiling salsa20 v0.10.2 |
| 1413 | 2026-05-21T09:42:01.177Z | Compiling pbkdf2 v0.12.2 |
| 1414 | 2026-05-21T09:42:01.221Z | Compiling rustls-pki-types v1.14.0 |
| 1415 | 2026-05-21T09:42:01.290Z | Compiling ppv-lite86 v0.2.21 |
| 1416 | 2026-05-21T09:42:01.461Z | Compiling spki v0.7.3 |
| 1417 | 2026-05-21T09:42:01.608Z | Compiling tracing-attributes v0.1.31 |
| 1418 | 2026-05-21T09:42:01.666Z | Compiling thiserror-impl v2.0.18 |
| 1419 | 2026-05-21T09:42:01.669Z | Compiling rand_chacha v0.9.0 |
| 1420 | 2026-05-21T09:42:01.764Z | Compiling scrypt v0.11.0 |
| 1421 | 2026-05-21T09:42:01.780Z | Compiling http-body v1.0.1 |
| 1422 | 2026-05-21T09:42:01.932Z | Compiling aes v0.8.4 |
| 1423 | 2026-05-21T09:42:02.005Z | Compiling cbc v0.1.2 |
| 1424 | 2026-05-21T09:42:02.086Z | Compiling untrusted v0.7.1 |
| 1425 | 2026-05-21T09:42:02.150Z | Compiling openssl-probe v0.2.1 |
| 1426 | 2026-05-21T09:42:02.207Z | Compiling untrusted v0.9.0 |
| 1427 | 2026-05-21T09:42:02.326Z | Compiling tinyvec_macros v0.1.1 |
| 1428 | 2026-05-21T09:42:02.326Z | Compiling httparse v1.10.1 |
| 1429 | 2026-05-21T09:42:02.359Z | Compiling pkcs5 v0.7.1 |
| 1430 | 2026-05-21T09:42:02.398Z | Compiling tinyvec v1.10.0 |
| 1431 | 2026-05-21T09:42:02.739Z | Compiling pest_generator v2.8.6 |
| 1432 | 2026-05-21T09:42:02.829Z | Compiling rand v0.9.2 |
| 1433 | 2026-05-21T09:42:02.895Z | Compiling tracing v0.1.44 |
| 1434 | 2026-05-21T09:42:02.968Z | Compiling thiserror v2.0.18 |
| 1435 | 2026-05-21T09:42:02.985Z | Compiling serde_derive_internals v0.29.1 |
| 1436 | 2026-05-21T09:42:03.073Z | Compiling aho-corasick v1.1.4 |
| 1437 | 2026-05-21T09:42:03.154Z | Compiling schemars v0.8.22 |
| 1438 | 2026-05-21T09:42:03.352Z | Compiling dyn-clone v1.0.20 |
| 1439 | 2026-05-21T09:42:03.418Z | Compiling rustls v0.23.37 |
| 1440 | 2026-05-21T09:42:03.489Z | Compiling tower-service v0.3.3 |
| 1441 | 2026-05-21T09:42:03.600Z | Compiling atomic-waker v1.1.2 |
| 1442 | 2026-05-21T09:42:03.606Z | Compiling try-lock v0.2.5 |
| 1443 | 2026-05-21T09:42:03.653Z | Compiling tower-layer v0.3.3 |
| 1444 | 2026-05-21T09:42:03.716Z | Compiling want v0.3.1 |
| 1445 | 2026-05-21T09:42:03.725Z | Compiling pest_derive v2.8.6 |
| 1446 | 2026-05-21T09:42:03.768Z | Compiling tokio-util v0.7.18 |
| 1447 | 2026-05-21T09:42:03.861Z | Compiling regex-automata v0.4.14 |
| 1448 | 2026-05-21T09:42:03.864Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-05-21T09:42:04.436Z | Compiling h2 v0.4.13 |
| 1450 | 2026-05-21T09:42:04.487Z | Compiling pkcs8 v0.10.2 |
| 1451 | 2026-05-21T09:42:04.740Z | Compiling ipnet v2.11.0 |
| 1452 | 2026-05-21T09:42:04.790Z | Compiling scroll_derive v0.13.1 |
| 1453 | 2026-05-21T09:42:04.797Z | Compiling darling_core v0.20.11 |
| 1454 | 2026-05-21T09:42:05.103Z | Compiling openssl v0.10.79 |
| 1455 | 2026-05-21T09:42:05.291Z | Compiling foreign-types-shared v0.1.1 |
| 1456 | 2026-05-21T09:42:05.328Z | Compiling httpdate v1.0.3 |
| 1457 | 2026-05-21T09:42:05.377Z | Compiling pin-utils v0.1.0 |
| 1458 | 2026-05-21T09:42:05.470Z | Compiling foreign-types v0.3.2 |
| 1459 | 2026-05-21T09:42:05.545Z | Compiling tempfile v3.25.0 |
| 1460 | 2026-05-21T09:42:05.605Z | Compiling scroll v0.13.0 |
| 1461 | 2026-05-21T09:42:05.706Z | Compiling unicode-normalization v0.1.25 |
| 1462 | 2026-05-21T09:42:05.915Z | Compiling openssl-macros v0.1.1 |
| 1463 | 2026-05-21T09:42:06.164Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1464 | 2026-05-21T09:42:06.294Z | Compiling spin v0.9.8 |
| 1465 | 2026-05-21T09:42:06.316Z | Compiling num-conv v0.2.0 |
| 1466 | 2026-05-21T09:42:06.431Z | Compiling crc32fast v1.5.0 |
| 1467 | 2026-05-21T09:42:06.496Z | Compiling native-tls v0.2.18 |
| 1468 | 2026-05-21T09:42:06.546Z | Compiling powerfmt v0.2.0 |
| 1469 | 2026-05-21T09:42:06.695Z | Compiling time-core v0.1.8 |
| 1470 | 2026-05-21T09:42:06.763Z | Compiling deranged v0.5.8 |
| 1471 | 2026-05-21T09:42:06.840Z | Compiling time-macros v0.2.27 |
| 1472 | 2026-05-21T09:42:07.096Z | Compiling darling_macro v0.20.11 |
| 1473 | 2026-05-21T09:42:07.658Z | Compiling hyper v1.8.1 |
| 1474 | 2026-05-21T09:42:07.732Z | Compiling darling v0.20.11 |
| 1475 | 2026-05-21T09:42:07.813Z | Compiling goblin v0.10.5 |
| 1476 | 2026-05-21T09:42:07.869Z | Compiling rustls-native-certs v0.8.3 |
| 1477 | 2026-05-21T09:42:07.941Z | Compiling sync_wrapper v1.0.2 |
| 1478 | 2026-05-21T09:42:08.052Z | Compiling wait-timeout v0.2.1 |
| 1479 | 2026-05-21T09:42:08.155Z | Compiling siphasher v1.0.2 |
| 1480 | 2026-05-21T09:42:08.314Z | Compiling crossbeam-utils v0.8.21 |
| 1481 | 2026-05-21T09:42:08.342Z | Compiling num_threads v0.1.7 |
| 1482 | 2026-05-21T09:42:08.363Z | Compiling syn v1.0.109 |
| 1483 | 2026-05-21T09:42:08.436Z | Compiling usdt-impl v0.6.0 |
| 1484 | 2026-05-21T09:42:08.595Z | Compiling hyper-util v0.1.20 |
| 1485 | 2026-05-21T09:42:08.634Z | Compiling simd-adler32 v0.3.8 |
| 1486 | 2026-05-21T09:42:08.655Z | Compiling bit-vec v0.8.0 |
| 1487 | 2026-05-21T09:42:08.875Z | Compiling quick-error v1.2.3 |
| 1488 | 2026-05-21T09:42:08.891Z | Compiling bit-set v0.8.0 |
| 1489 | 2026-05-21T09:42:08.983Z | Compiling rusty-fork v0.3.1 |
| 1490 | 2026-05-21T09:42:09.186Z | Compiling time v0.3.47 |
| 1491 | 2026-05-21T09:42:09.303Z | Compiling tower v0.5.3 |
| 1492 | 2026-05-21T09:42:09.362Z | Compiling derive_builder_core v0.20.2 |
| 1493 | 2026-05-21T09:42:09.782Z | Compiling dtrace-parser v0.3.0 |
| 1494 | 2026-05-21T09:42:09.996Z | Compiling http-body-util v0.1.3 |
| 1495 | 2026-05-21T09:42:10.258Z | Compiling webpki-roots v1.0.6 |
| 1496 | 2026-05-21T09:42:10.272Z | Compiling signature v2.2.0 |
| 1497 | 2026-05-21T09:42:10.355Z | Compiling thiserror-impl v1.0.69 |
| 1498 | 2026-05-21T09:42:10.372Z | Compiling scroll_derive v0.12.1 |
| 1499 | 2026-05-21T09:42:10.445Z | Compiling heapless v0.7.17 |
| 1500 | 2026-05-21T09:42:10.542Z | Compiling dof v0.4.0 |
| 1501 | 2026-05-21T09:42:10.691Z | Compiling rand_xorshift v0.4.0 |
| 1502 | 2026-05-21T09:42:10.788Z | Compiling slog v2.8.2 |
| 1503 | 2026-05-21T09:42:10.850Z | Compiling darling_core v0.21.3 |
| 1504 | 2026-05-21T09:42:10.972Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1505 | 2026-05-21T09:42:11.031Z | Compiling thread-id v5.1.0 |
| 1506 | 2026-05-21T09:42:11.117Z | Compiling cookie v0.18.1 |
| 1507 | 2026-05-21T09:42:11.246Z | Compiling signal-hook v0.3.18 |
| 1508 | 2026-05-21T09:42:11.298Z | Compiling iri-string v0.7.10 |
| 1509 | 2026-05-21T09:42:11.412Z | Compiling adler2 v2.0.1 |
| 1510 | 2026-05-21T09:42:11.547Z | Compiling zstd-safe v7.2.4 |
| 1511 | 2026-05-21T09:42:11.618Z | Compiling unicode-bidi v0.3.18 |
| 1512 | 2026-05-21T09:42:11.718Z | Compiling unicode-properties v0.1.4 |
| 1513 | 2026-05-21T09:42:11.739Z | Compiling ryu v1.0.23 |
| 1514 | 2026-05-21T09:42:11.918Z | Compiling anyhow v1.0.102 |
| 1515 | 2026-05-21T09:42:11.919Z | Compiling unarray v0.1.4 |
| 1516 | 2026-05-21T09:42:12.030Z | Compiling allocator-api2 v0.2.21 |
| 1517 | 2026-05-21T09:42:12.046Z | Compiling paste v1.0.15 |
| 1518 | 2026-05-21T09:42:12.134Z | Compiling proptest v1.10.0 |
| 1519 | 2026-05-21T09:42:12.352Z | Compiling stringprep v0.1.5 |
| 1520 | 2026-05-21T09:42:12.366Z | Compiling serde_urlencoded v0.7.1 |
| 1521 | 2026-05-21T09:42:12.442Z | Compiling tower-http v0.6.8 |
| 1522 | 2026-05-21T09:42:12.604Z | Compiling thiserror v1.0.69 |
| 1523 | 2026-05-21T09:42:12.708Z | Compiling miniz_oxide v0.8.9 |
| 1524 | 2026-05-21T09:42:12.847Z | Compiling scroll v0.12.0 |
| 1525 | 2026-05-21T09:42:13.165Z | Compiling derive_builder_macro v0.20.2 |
| 1526 | 2026-05-21T09:42:13.304Z | Compiling tokio-native-tls v0.3.1 |
| 1527 | 2026-05-21T09:42:13.317Z | Compiling darling_macro v0.21.3 |
| 1528 | 2026-05-21T09:42:13.466Z | Compiling ipnetwork v0.21.1 |
| 1529 | 2026-05-21T09:42:13.575Z | Compiling bstr v1.12.1 |
| 1530 | 2026-05-21T09:42:13.606Z | Compiling rand_chacha v0.3.1 |
| 1531 | 2026-05-21T09:42:13.790Z | Compiling erased-serde v0.3.31 |
| 1532 | 2026-05-21T09:42:13.854Z | Compiling serde_tokenstream v0.2.3 |
| 1533 | 2026-05-21T09:42:13.881Z | Compiling toml_datetime v0.6.11 |
| 1534 | 2026-05-21T09:42:14.135Z | Compiling serde_spanned v0.6.9 |
| 1535 | 2026-05-21T09:42:14.165Z | Compiling md-5 v0.10.6 |
| 1536 | 2026-05-21T09:42:14.199Z | Compiling zerocopy-derive v0.7.35 |
| 1537 | 2026-05-21T09:42:14.265Z | Compiling async-trait v0.1.89 |
| 1538 | 2026-05-21T09:42:14.279Z | Compiling pin-project-internal v1.1.11 |
| 1539 | 2026-05-21T09:42:14.327Z | Compiling curve25519-dalek v4.1.3 |
| 1540 | 2026-05-21T09:42:14.403Z | Compiling vergen-lib v0.1.6 |
| 1541 | 2026-05-21T09:42:14.583Z | Compiling num-integer v0.1.46 |
| 1542 | 2026-05-21T09:42:14.665Z | Compiling hash32 v0.2.1 |
| 1543 | 2026-05-21T09:42:14.905Z | Compiling ff v0.13.1 |
| 1544 | 2026-05-21T09:42:14.944Z | Compiling memoffset v0.9.1 |
| 1545 | 2026-05-21T09:42:15.082Z | Compiling base16ct v0.2.0 |
| 1546 | 2026-05-21T09:42:15.104Z | Compiling litrs v1.0.0 |
| 1547 | 2026-05-21T09:42:15.127Z | Compiling ref-cast v1.0.25 |
| 1548 | 2026-05-21T09:42:15.232Z | Compiling fallible-iterator v0.2.0 |
| 1549 | 2026-05-21T09:42:15.333Z | Compiling psl-types v2.0.11 |
| 1550 | 2026-05-21T09:42:15.433Z | Compiling zlib-rs v0.6.2 |
| 1551 | 2026-05-21T09:42:15.447Z | Compiling smoltcp v0.9.1 |
| 1552 | 2026-05-21T09:42:15.460Z | Compiling cfg_aliases v0.2.1 |
| 1553 | 2026-05-21T09:42:15.572Z | Compiling num-bigint-dig v0.8.6 |
| 1554 | 2026-05-21T09:42:15.588Z | Compiling rustix v0.38.44 |
| 1555 | 2026-05-21T09:42:15.596Z | Compiling document-features v0.2.12 |
| 1556 | 2026-05-21T09:42:15.742Z | Compiling nix v0.31.2 |
| 1557 | 2026-05-21T09:42:15.832Z | Compiling postgres-protocol v0.6.10 |
| 1558 | 2026-05-21T09:42:15.980Z | Compiling pin-project v1.1.11 |
| 1559 | 2026-05-21T09:42:16.108Z | Compiling publicsuffix v2.3.0 |
| 1560 | 2026-05-21T09:42:16.133Z | Compiling sec1 v0.7.3 |
| 1561 | 2026-05-21T09:42:16.274Z | Compiling zerocopy v0.7.35 |
| 1562 | 2026-05-21T09:42:16.292Z | Compiling group v0.13.0 |
| 1563 | 2026-05-21T09:42:16.415Z | Compiling num-iter v0.1.45 |
| 1564 | 2026-05-21T09:42:16.546Z | Compiling newtype-uuid v1.3.2 |
| 1565 | 2026-05-21T09:42:16.805Z | Compiling rand v0.8.6 |
| 1566 | 2026-05-21T09:42:16.819Z | Compiling darling v0.21.3 |
| 1567 | 2026-05-21T09:42:16.866Z | Compiling oxnet v0.1.4 |
| 1568 | 2026-05-21T09:42:16.888Z | Compiling derive_builder v0.20.2 |
| 1569 | 2026-05-21T09:42:17.014Z | Compiling hyper-tls v0.6.0 |
| 1570 | 2026-05-21T09:42:21.368Z | Compiling goblin v0.8.2 |
| 1571 | 2026-05-21T09:42:21.424Z | Compiling hubpack_derive v0.1.1 |
| 1572 | 2026-05-21T09:42:21.424Z | Compiling phf_shared v0.13.1 |
| 1573 | 2026-05-21T09:42:21.424Z | Compiling lazy_static v1.5.0 |
| 1574 | 2026-05-21T09:42:21.424Z | Compiling regex v1.12.3 |
| 1575 | 2026-05-21T09:42:21.424Z | Compiling futures-executor v0.3.32 |
| 1576 | 2026-05-21T09:42:21.424Z | Compiling hex v0.4.3 |
| 1577 | 2026-05-21T09:42:21.425Z | Compiling cargo-platform v0.1.9 |
| 1578 | 2026-05-21T09:42:21.425Z | Compiling hkdf v0.12.4 |
| 1579 | 2026-05-21T09:42:21.425Z | Compiling crypto-bigint v0.5.5 |
| 1580 | 2026-05-21T09:42:21.425Z | Compiling flate2 v1.1.9 |
| 1581 | 2026-05-21T09:42:21.425Z | Compiling terminal_size v0.4.3 |
| 1582 | 2026-05-21T09:42:21.425Z | Compiling strum_macros v0.27.2 |
| 1583 | 2026-05-21T09:42:21.425Z | Compiling snafu-derive v0.8.9 |
| 1584 | 2026-05-21T09:42:21.425Z | Compiling daft-derive v0.1.7 |
| 1585 | 2026-05-21T09:42:21.425Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1586 | 2026-05-21T09:42:21.425Z | Compiling ref-cast-impl v1.0.25 |
| 1587 | 2026-05-21T09:42:21.425Z | Compiling vergen v9.0.6 |
| 1588 | 2026-05-21T09:42:21.425Z | Compiling fs-err v3.3.0 |
| 1589 | 2026-05-21T09:42:21.425Z | Compiling ahash v0.8.12 |
| 1590 | 2026-05-21T09:42:21.425Z | Compiling encoding_rs v0.8.35 |
| 1591 | 2026-05-21T09:42:21.425Z | Compiling libbz2-rs-sys v0.2.2 |
| 1592 | 2026-05-21T09:42:21.425Z | Compiling same-file v1.0.6 |
| 1593 | 2026-05-21T09:42:21.425Z | Compiling bitflags v1.3.2 |
| 1594 | 2026-05-21T09:42:21.425Z | Compiling foldhash v0.1.5 |
| 1595 | 2026-05-21T09:42:21.425Z | Compiling bumpalo v3.20.2 |
| 1596 | 2026-05-21T09:42:21.425Z | Compiling managed v0.8.0 |
| 1597 | 2026-05-21T09:42:21.426Z | Compiling foldhash v0.2.0 |
| 1598 | 2026-05-21T09:42:21.426Z | Compiling mime v0.3.17 |
| 1599 | 2026-05-21T09:42:21.426Z | Compiling unicode-segmentation v1.12.0 |
| 1600 | 2026-05-21T09:42:21.426Z | Compiling object v0.37.3 |
| 1601 | 2026-05-21T09:42:21.426Z | Compiling winnow v0.5.40 |
| 1602 | 2026-05-21T09:42:21.426Z | Compiling clap_builder v4.5.60 |
| 1603 | 2026-05-21T09:42:21.426Z | Compiling hashbrown v0.16.1 |
| 1604 | 2026-05-21T09:42:21.464Z | Compiling zopfli v0.8.3 |
| 1605 | 2026-05-21T09:42:21.496Z | Compiling hashbrown v0.15.5 |
| 1606 | 2026-05-21T09:42:21.535Z | Compiling walkdir v2.5.0 |
| 1607 | 2026-05-21T09:42:21.728Z | Compiling strum v0.27.2 |
| 1608 | 2026-05-21T09:42:21.822Z | Compiling snafu v0.8.9 |
| 1609 | 2026-05-21T09:42:21.860Z | Compiling bzip2 v0.6.1 |
| 1610 | 2026-05-21T09:42:22.064Z | Compiling toml_edit v0.19.15 |
| 1611 | 2026-05-21T09:42:22.092Z | Compiling dof v0.3.0 |
| 1612 | 2026-05-21T09:42:22.107Z | Compiling daft v0.1.7 |
| 1613 | 2026-05-21T09:42:22.181Z | Compiling elliptic-curve v0.13.8 |
| 1614 | 2026-05-21T09:42:22.378Z | Compiling cargo_metadata v0.19.2 |
| 1615 | 2026-05-21T09:42:22.581Z | Compiling futures v0.3.32 |
| 1616 | 2026-05-21T09:42:22.664Z | Compiling phf v0.13.1 |
| 1617 | 2026-05-21T09:42:23.168Z | Compiling hubpack v0.1.2 |
| 1618 | 2026-05-21T09:42:23.185Z | Compiling cookie_store v0.22.1 |
| 1619 | 2026-05-21T09:42:23.383Z | Compiling signal-hook-mio v0.2.5 |
| 1620 | 2026-05-21T09:42:23.504Z | Compiling zstd v0.13.3 |
| 1621 | 2026-05-21T09:42:23.694Z | Compiling bzip2 v0.4.4 |
| 1622 | 2026-05-21T09:42:23.773Z | Compiling serde_with_macros v3.17.0 |
| 1623 | 2026-05-21T09:42:23.824Z | Compiling postgres-types v0.2.12 |
| 1624 | 2026-05-21T09:42:23.926Z | Compiling usdt-attr-macro v0.6.0 |
| 1625 | 2026-05-21T09:42:24.370Z | Compiling usdt-macro v0.6.0 |
| 1626 | 2026-05-21T09:42:24.670Z | Compiling globset v0.4.18 |
| 1627 | 2026-05-21T09:42:24.709Z | Compiling dtrace-parser v0.2.0 |
| 1628 | 2026-05-21T09:42:24.889Z | Compiling ed25519 v2.2.3 |
| 1629 | 2026-05-21T09:42:25.046Z | Compiling phf_shared v0.11.3 |
| 1630 | 2026-05-21T09:42:25.141Z | Compiling olpc-cjson v0.1.4 |
| 1631 | 2026-05-21T09:42:25.161Z | Compiling pkcs1 v0.7.5 |
| 1632 | 2026-05-21T09:42:25.236Z | Compiling serde_plain v1.0.2 |
| 1633 | 2026-05-21T09:42:25.302Z | Compiling serde-big-array v0.5.1 |
| 1634 | 2026-05-21T09:42:25.395Z | Compiling rfc6979 v0.4.0 |
| 1635 | 2026-05-21T09:42:25.440Z | Compiling pem v3.0.6 |
| 1636 | 2026-05-21T09:42:25.453Z | Compiling async-recursion v1.1.1 |
| 1637 | 2026-05-21T09:42:25.499Z | Compiling enum-as-inner v0.6.1 |
| 1638 | 2026-05-21T09:42:25.517Z | Compiling serde_repr v0.1.20 |
| 1639 | 2026-05-21T09:42:25.579Z | Compiling clap_derive v4.5.55 |
| 1640 | 2026-05-21T09:42:25.765Z | Compiling strum_macros v0.26.4 |
| 1641 | 2026-05-21T09:42:25.802Z | Compiling float-cmp v0.10.0 |
| 1642 | 2026-05-21T09:42:25.952Z | Compiling memmap2 v0.9.10 |
| 1643 | 2026-05-21T09:42:25.996Z | Compiling thread-id v4.2.2 |
| 1644 | 2026-05-21T09:42:26.039Z | Compiling env_filter v1.0.0 |
| 1645 | 2026-05-21T09:42:26.081Z | Compiling typed-path v0.9.3 |
| 1646 | 2026-05-21T09:42:26.102Z | Compiling normalize-line-endings v0.3.0 |
| 1647 | 2026-05-21T09:42:26.164Z | Compiling predicates-core v1.0.10 |
| 1648 | 2026-05-21T09:42:26.199Z | Compiling whoami v2.1.0 |
| 1649 | 2026-05-21T09:42:26.340Z | Compiling difflib v0.4.0 |
| 1650 | 2026-05-21T09:42:26.343Z | Compiling data-encoding v2.10.0 |
| 1651 | 2026-05-21T09:42:26.570Z | Compiling precomputed-hash v0.1.1 |
| 1652 | 2026-05-21T09:42:26.659Z | Compiling fixedbitset v0.5.7 |
| 1653 | 2026-05-21T09:42:26.907Z | Compiling keccak v0.1.6 |
| 1654 | 2026-05-21T09:42:26.982Z | Compiling new_debug_unreachable v1.0.6 |
| 1655 | 2026-05-21T09:42:27.046Z | Compiling fixedbitset v0.4.2 |
| 1656 | 2026-05-21T09:42:27.079Z | Compiling static_assertions v1.1.0 |
| 1657 | 2026-05-21T09:42:27.115Z | Compiling jiff v0.2.21 |
| 1658 | 2026-05-21T09:42:27.269Z | Compiling either v1.15.0 |
| 1659 | 2026-05-21T09:42:27.299Z | Compiling petgraph v0.6.5 |
| 1660 | 2026-05-21T09:42:27.362Z | Compiling clap v4.5.60 |
| 1661 | 2026-05-21T09:42:27.446Z | Compiling itertools v0.13.0 |
| 1662 | 2026-05-21T09:42:27.463Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1663 | 2026-05-21T09:42:27.493Z | Compiling strum v0.26.3 |
| 1664 | 2026-05-21T09:42:27.629Z | Compiling sha3 v0.10.8 |
| 1665 | 2026-05-21T09:42:27.720Z | Compiling string_cache v0.8.9 |
| 1666 | 2026-05-21T09:42:27.952Z | Compiling petgraph v0.8.3 |
| 1667 | 2026-05-21T09:42:28.079Z | Compiling hickory-proto v0.25.2 |
| 1668 | 2026-05-21T09:42:28.393Z | Compiling predicates v3.1.4 |
| 1669 | 2026-05-21T09:42:28.630Z | Compiling tokio-postgres v0.7.16 |
| 1670 | 2026-05-21T09:42:28.749Z | Compiling env_logger v0.11.9 |
| 1671 | 2026-05-21T09:42:29.034Z | Compiling toml_edit v0.22.27 |
| 1672 | 2026-05-21T09:42:29.109Z | Compiling usdt v0.6.0 |
| 1673 | 2026-05-21T09:42:29.366Z | Compiling usdt-impl v0.5.0 |
| 1674 | 2026-05-21T09:42:29.891Z | Compiling zip v4.6.1 |
| 1675 | 2026-05-21T09:42:29.981Z | Compiling ecdsa v0.16.9 |
| 1676 | 2026-05-21T09:42:30.257Z | Compiling rsa v0.9.10 |
| 1677 | 2026-05-21T09:42:30.375Z | Compiling ed25519-dalek v2.2.0 |
| 1678 | 2026-05-21T09:42:30.837Z | Compiling serde_with v3.17.0 |
| 1679 | 2026-05-21T09:42:30.870Z | Compiling crossterm v0.28.1 |
| 1680 | 2026-05-21T09:42:31.304Z | Compiling zip v0.6.6 |
| 1681 | 2026-05-21T09:42:31.807Z | Compiling toml v0.7.8 |
| 1682 | 2026-05-21T09:42:32.182Z | Compiling iddqd v0.4.1 |
| 1683 | 2026-05-21T09:42:32.539Z | Compiling heck v0.4.1 |
| 1684 | 2026-05-21T09:42:32.655Z | Compiling similar v2.7.0 |
| 1685 | 2026-05-21T09:42:32.690Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1686 | 2026-05-21T09:42:32.775Z | Compiling crossbeam-epoch v0.9.18 |
| 1687 | 2026-05-21T09:42:32.802Z | Compiling tokio-stream v0.1.18 |
| 1688 | 2026-05-21T09:42:33.106Z | Compiling buf-list v1.1.2 |
| 1689 | 2026-05-21T09:42:33.267Z | Compiling x509-cert v0.2.5 |
| 1690 | 2026-05-21T09:42:33.311Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1691 | 2026-05-21T09:42:33.385Z | Compiling openapiv3 v2.2.0 |
| 1692 | 2026-05-21T09:42:33.404Z | Compiling sha1 v0.10.6 |
| 1693 | 2026-05-21T09:42:33.513Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1694 | 2026-05-21T09:42:33.609Z | Compiling lalrpop-util v0.19.12 |
| 1695 | 2026-05-21T09:42:33.622Z | Compiling peg-runtime v0.8.5 |
| 1696 | 2026-05-21T09:42:33.625Z | Compiling thread_local v1.1.9 |
| 1697 | 2026-05-21T09:42:33.792Z | Compiling slog-async v2.8.0 |
| 1698 | 2026-05-21T09:42:33.792Z | Compiling crossbeam-channel v0.5.15 |
| 1699 | 2026-05-21T09:42:33.882Z | Compiling is-terminal v0.4.17 |
| 1700 | 2026-05-21T09:42:33.897Z | Compiling filetime v0.2.27 |
| 1701 | 2026-05-21T09:42:33.976Z | Compiling xattr v1.6.1 |
| 1702 | 2026-05-21T09:42:34.073Z | Compiling term v1.2.1 |
| 1703 | 2026-05-21T09:42:34.106Z | Compiling take_mut v0.2.2 |
| 1704 | 2026-05-21T09:42:34.140Z | Compiling tar v0.4.45 |
| 1705 | 2026-05-21T09:42:34.648Z | Compiling slog-term v2.9.2 |
| 1706 | 2026-05-21T09:42:44.496Z | Compiling rustls-webpki v0.103.9 |
| 1707 | 2026-05-21T09:42:47.299Z | Compiling tokio-rustls v0.26.4 |
| 1708 | 2026-05-21T09:42:47.299Z | Compiling rustls-platform-verifier v0.6.2 |
| 1709 | 2026-05-21T09:42:47.499Z | Compiling hyper-rustls v0.27.7 |
| 1710 | 2026-05-21T09:42:47.703Z | Compiling reqwest v0.12.28 |
| 1711 | 2026-05-21T09:42:47.716Z | Compiling reqwest v0.13.2 |
| 1712 | 2026-05-21T09:42:48.973Z | Compiling tough v0.22.0 |
| 1713 | 2026-05-21T09:42:51.525Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1714 | 2026-05-21T09:42:51.739Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1715 | 2026-05-21T09:42:54.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1716 | 2026-05-21T09:42:54.723Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1717 | 2026-05-21T09:42:54.775Z | May 21 09:42:53.383 INFO Starting download, target: DendriteStub |
| 1718 | 2026-05-21T09:42:54.775Z | May 21 09:42:53.383 INFO Starting download, target: Clickhouse |
| 1719 | 2026-05-21T09:42:54.775Z | May 21 09:42:53.383 INFO Starting download, target: Console |
| 1720 | 2026-05-21T09:42:54.775Z | May 21 09:42:53.383 INFO Starting download, target: Cockroach |
| 1721 | 2026-05-21T09:42:54.775Z | May 21 09:42:53.383 INFO Starting download, target: MaghemiteMgd |
| 1722 | 2026-05-21T09:42:54.778Z | May 21 09:42:53.383 INFO Starting download, target: TransceiverControl |
| 1723 | 2026-05-21T09:42:54.778Z | May 21 09:42:53.383 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1724 | 2026-05-21T09:42:54.778Z | May 21 09:42:53.383 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1725 | 2026-05-21T09:42:54.778Z | May 21 09:42:53.383 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1726 | 2026-05-21T09:42:54.779Z | May 21 09:42:53.383 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1727 | 2026-05-21T09:42:54.779Z | May 21 09:42:53.383 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1728 | 2026-05-21T09:42:54.779Z | May 21 09:42:53.383 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1729 | 2026-05-21T09:42:55.096Z | May 21 09:42:53.696 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1730 | 2026-05-21T09:42:55.294Z | May 21 09:42:53.900 INFO Download complete, target: TransceiverControl |
| 1731 | 2026-05-21T09:42:55.774Z | May 21 09:42:54.378 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1732 | 2026-05-21T09:42:56.027Z | May 21 09:42:54.627 INFO Download complete, target: Console |
| 1733 | 2026-05-21T09:42:56.441Z | May 21 09:42:55.043 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1734 | 2026-05-21T09:42:56.467Z | May 21 09:42:55.070 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1735 | 2026-05-21T09:42:56.875Z | May 21 09:42:55.483 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1736 | 2026-05-21T09:42:56.932Z | May 21 09:42:55.540 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1737 | 2026-05-21T09:42:56.933Z | May 21 09:42:55.540 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1738 | 2026-05-21T09:42:58.787Z | May 21 09:42:57.395 INFO Download complete, target: DendriteStub |
| 1739 | 2026-05-21T09:42:58.828Z | May 21 09:42:57.436 INFO Download complete, target: MaghemiteMgd |
| 1740 | 2026-05-21T09:43:01.541Z | May 21 09:43:00.148 INFO Checking that binary works, target: Cockroach |
| 1741 | 2026-05-21T09:43:01.659Z | May 21 09:43:00.267 INFO Download complete, target: Cockroach |
| 1742 | 2026-05-21T09:43:03.461Z | May 21 09:43:02.069 INFO Checking that binary works, target: Clickhouse |
| 1743 | 2026-05-21T09:43:03.556Z | May 21 09:43:02.164 INFO Download complete, target: Clickhouse |
| 1744 | 2026-05-21T09:43:03.573Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1745 | 2026-05-21T09:43:03.577Z | |
| 1746 | 2026-05-21T09:43:03.577Z | real 2:16.038463787 |
| 1747 | 2026-05-21T09:43:03.577Z | user 6:55.714429724 |
| 1748 | 2026-05-21T09:43:03.577Z | sys 1:22.577513632 |
| 1749 | 2026-05-21T09:43:03.577Z | trap 0.218672975 |
| 1750 | 2026-05-21T09:43:03.577Z | tflt 0.759839586 |
| 1751 | 2026-05-21T09:43:03.577Z | dflt 0.481830458 |
| 1752 | 2026-05-21T09:43:03.577Z | kflt 0.032017041 |
| 1753 | 2026-05-21T09:43:03.577Z | lock 21:38.093646961 |
| 1754 | 2026-05-21T09:43:03.577Z | slp 21:13.916875031 |
| 1755 | 2026-05-21T09:43:03.577Z | lat 43.517394997 |
| 1756 | 2026-05-21T09:43:03.577Z | stop 2:00.131493462 |
| 1757 | 2026-05-21T09:43:03.577Z | + banner clippy |
| 1758 | 2026-05-21T09:43:03.577Z | |
| 1759 | 2026-05-21T09:43:03.577Z | #### # # ##### ##### # # |
| 1760 | 2026-05-21T09:43:03.577Z | # # # # # # # # # # |
| 1761 | 2026-05-21T09:43:03.577Z | # # # # # # # # |
| 1762 | 2026-05-21T09:43:03.577Z | # # # ##### ##### # |
| 1763 | 2026-05-21T09:43:03.577Z | # # # # # # # |
| 1764 | 2026-05-21T09:43:03.577Z | #### ###### # # # # |
| 1765 | 2026-05-21T09:43:03.577Z | |
| 1766 | 2026-05-21T09:43:03.582Z | + export CARGO_INCREMENTAL=0 |
| 1767 | 2026-05-21T09:43:03.582Z | + CARGO_INCREMENTAL=0 |
| 1768 | 2026-05-21T09:43:03.582Z | + ptime -m cargo xtask clippy |
| 1769 | 2026-05-21T09:43:04.098Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1770 | 2026-05-21T09:43:04.320Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1771 | 2026-05-21T09:43:06.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
| 1772 | 2026-05-21T09:43:06.267Z | Running `target/debug/xtask clippy` |
| 1773 | 2026-05-21T09:43:06.294Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1774 | 2026-05-21T09:43:06.911Z | Downloading crates ... |
| 1775 | 2026-05-21T09:43:07.098Z | Downloaded addr2line v0.25.1 |
| 1776 | 2026-05-21T09:43:07.101Z | Downloaded libtest-mimic v0.8.1 |
| 1777 | 2026-05-21T09:43:07.104Z | Downloaded cfg-expr v0.20.6 |
| 1778 | 2026-05-21T09:43:07.107Z | Downloaded miette-derive v5.10.0 |
| 1779 | 2026-05-21T09:43:07.110Z | Downloaded event-listener-strategy v0.5.4 |
| 1780 | 2026-05-21T09:43:07.113Z | Downloaded parking v2.2.1 |
| 1781 | 2026-05-21T09:43:07.116Z | Downloaded similar-asserts v1.7.0 |
| 1782 | 2026-05-21T09:43:07.116Z | Downloaded hickory-client v0.25.2 |
| 1783 | 2026-05-21T09:43:07.118Z | Downloaded approx v0.5.1 |
| 1784 | 2026-05-21T09:43:07.121Z | Downloaded criterion-plot v0.6.0 |
| 1785 | 2026-05-21T09:43:07.128Z | Downloaded backtrace-ext v0.2.1 |
| 1786 | 2026-05-21T09:43:07.131Z | Downloaded plotters-svg v0.3.7 |
| 1787 | 2026-05-21T09:43:07.131Z | Downloaded event-listener v5.4.1 |
| 1788 | 2026-05-21T09:43:07.142Z | Downloaded tokio-test v0.4.5 |
| 1789 | 2026-05-21T09:43:07.145Z | Downloaded serde_regex v1.1.0 |
| 1790 | 2026-05-21T09:43:07.145Z | Downloaded nested v0.1.1 |
| 1791 | 2026-05-21T09:43:07.145Z | Downloaded cast v0.3.0 |
| 1792 | 2026-05-21T09:43:07.145Z | Downloaded target-triple v1.0.0 |
| 1793 | 2026-05-21T09:43:07.148Z | Downloaded supports-color v2.1.0 |
| 1794 | 2026-05-21T09:43:07.148Z | Downloaded terminal_size v0.1.17 |
| 1795 | 2026-05-21T09:43:07.148Z | Downloaded pathdiff v0.2.3 |
| 1796 | 2026-05-21T09:43:07.151Z | Downloaded supports-hyperlinks v2.1.0 |
| 1797 | 2026-05-21T09:43:07.151Z | Downloaded plotters-backend v0.3.7 |
| 1798 | 2026-05-21T09:43:07.151Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1799 | 2026-05-21T09:43:07.151Z | Downloaded async-object-pool v0.2.0 |
| 1800 | 2026-05-21T09:43:07.154Z | Downloaded escape8259 v0.5.3 |
| 1801 | 2026-05-21T09:43:07.157Z | Downloaded supports-unicode v2.1.0 |
| 1802 | 2026-05-21T09:43:07.157Z | Downloaded cargo-platform v0.3.2 |
| 1803 | 2026-05-21T09:43:07.162Z | Downloaded relative-path v1.9.3 |
| 1804 | 2026-05-21T09:43:07.165Z | Downloaded owo-colors v3.5.0 |
| 1805 | 2026-05-21T09:43:07.165Z | Downloaded oorandom v11.1.5 |
| 1806 | 2026-05-21T09:43:07.165Z | Downloaded partial-io v0.5.4 |
| 1807 | 2026-05-21T09:43:07.167Z | Downloaded knuffel v3.2.0 |
| 1808 | 2026-05-21T09:43:07.172Z | Downloaded assert-json-diff v2.0.2 |
| 1809 | 2026-05-21T09:43:07.176Z | Downloaded futures-timer v3.0.3 |
| 1810 | 2026-05-21T09:43:07.178Z | Downloaded assert_cmd v2.1.2 |
| 1811 | 2026-05-21T09:43:07.181Z | Downloaded target-spec v3.5.7 |
| 1812 | 2026-05-21T09:43:07.184Z | Downloaded linkme v0.3.35 |
| 1813 | 2026-05-21T09:43:07.187Z | Downloaded termcolor v1.4.1 |
| 1814 | 2026-05-21T09:43:07.187Z | Downloaded anes v0.1.6 |
| 1815 | 2026-05-21T09:43:07.189Z | Downloaded stringmetrics v2.2.2 |
| 1816 | 2026-05-21T09:43:07.189Z | Downloaded chumsky v0.9.3 |
| 1817 | 2026-05-21T09:43:07.192Z | Downloaded path-tree v0.8.3 |
| 1818 | 2026-05-21T09:43:07.192Z | Downloaded linkme-impl v0.3.35 |
| 1819 | 2026-05-21T09:43:07.192Z | Downloaded tinytemplate v1.2.1 |
| 1820 | 2026-05-21T09:43:07.196Z | Downloaded cargo_metadata v0.23.1 |
| 1821 | 2026-05-21T09:43:07.196Z | Downloaded knuffel-derive v3.2.0 |
| 1822 | 2026-05-21T09:43:07.196Z | Downloaded constant_time_eq v0.3.1 |
| 1823 | 2026-05-21T09:43:07.199Z | Downloaded rustc-demangle v0.1.27 |
| 1824 | 2026-05-21T09:43:07.199Z | Downloaded rust-argon2 v2.1.0 |
| 1825 | 2026-05-21T09:43:07.199Z | Downloaded target-lexicon v0.13.3 |
| 1826 | 2026-05-21T09:43:07.202Z | Downloaded trybuild v1.0.116 |
| 1827 | 2026-05-21T09:43:07.208Z | Downloaded concurrent-queue v2.5.0 |
| 1828 | 2026-05-21T09:43:07.211Z | Downloaded httptest v0.16.4 |
| 1829 | 2026-05-21T09:43:07.211Z | Downloaded blake2b_simd v1.0.4 |
| 1830 | 2026-05-21T09:43:07.211Z | Downloaded textwrap v0.15.2 |
| 1831 | 2026-05-21T09:43:07.217Z | Downloaded datatest-stable v0.3.3 |
| 1832 | 2026-05-21T09:43:07.220Z | Downloaded async-lock v3.4.2 |
| 1833 | 2026-05-21T09:43:07.223Z | Downloaded rand_distr v0.5.1 |
| 1834 | 2026-05-21T09:43:07.226Z | Downloaded rstest v0.25.0 |
| 1835 | 2026-05-21T09:43:07.229Z | Downloaded backtrace v0.3.76 |
| 1836 | 2026-05-21T09:43:07.235Z | Downloaded rstest_macros v0.25.0 |
| 1837 | 2026-05-21T09:43:07.239Z | Downloaded fancy-regex v0.14.0 |
| 1838 | 2026-05-21T09:43:07.242Z | Downloaded miette v5.10.0 |
| 1839 | 2026-05-21T09:43:07.250Z | Downloaded criterion v0.7.0 |
| 1840 | 2026-05-21T09:43:07.254Z | Downloaded guppy v0.17.25 |
| 1841 | 2026-05-21T09:43:07.264Z | Downloaded plotters v0.3.7 |
| 1842 | 2026-05-21T09:43:07.268Z | Downloaded hashbrown v0.14.5 |
| 1843 | 2026-05-21T09:43:07.275Z | Downloaded gimli v0.32.3 |
| 1844 | 2026-05-21T09:43:07.366Z | Downloaded httpmock v0.8.3 |
| 1845 | 2026-05-21T09:43:09.008Z | Checking cfg-if v1.0.4 |
| 1846 | 2026-05-21T09:43:09.359Z | Checking libc v0.2.185 |
| 1847 | 2026-05-21T09:43:09.362Z | Checking serde_core v1.0.228 |
| 1848 | 2026-05-21T09:43:09.435Z | Checking memchr v2.8.0 |
| 1849 | 2026-05-21T09:43:09.472Z | Checking smallvec v1.15.1 |
| 1850 | 2026-05-21T09:43:09.507Z | Checking log v0.4.29 |
| 1851 | 2026-05-21T09:43:09.540Z | Checking itoa v1.0.17 |
| 1852 | 2026-05-21T09:43:09.585Z | Checking zeroize v1.8.2 |
| 1853 | 2026-05-21T09:43:09.625Z | Checking libm v0.2.16 |
| 1854 | 2026-05-21T09:43:09.676Z | Checking scopeguard v1.2.0 |
| 1855 | 2026-05-21T09:43:09.714Z | Checking stable_deref_trait v1.2.1 |
| 1856 | 2026-05-21T09:43:09.757Z | Checking zmij v1.0.21 |
| 1857 | 2026-05-21T09:43:09.792Z | Checking zerofrom v0.1.6 |
| 1858 | 2026-05-21T09:43:09.827Z | Checking lock_api v0.4.14 |
| 1859 | 2026-05-21T09:43:09.862Z | Checking errno v0.3.14 |
| 1860 | 2026-05-21T09:43:09.862Z | Checking getrandom v0.2.17 |
| 1861 | 2026-05-21T09:43:09.930Z | Checking yoke v0.8.1 |
| 1862 | 2026-05-21T09:43:09.966Z | Checking percent-encoding v2.3.2 |
| 1863 | 2026-05-21T09:43:10.001Z | Checking litemap v0.8.1 |
| 1864 | 2026-05-21T09:43:10.035Z | Checking writeable v0.6.2 |
| 1865 | 2026-05-21T09:43:10.070Z | Checking icu_normalizer_data v2.1.1 |
| 1866 | 2026-05-21T09:43:10.072Z | Checking icu_properties_data v2.1.2 |
| 1867 | 2026-05-21T09:43:10.134Z | Checking zerovec v0.11.5 |
| 1868 | 2026-05-21T09:43:10.134Z | Checking zerotrie v0.2.3 |
| 1869 | 2026-05-21T09:43:10.199Z | Checking subtle v2.6.1 |
| 1870 | 2026-05-21T09:43:10.234Z | Checking form_urlencoded v1.2.2 |
| 1871 | 2026-05-21T09:43:10.265Z | Checking utf8_iter v1.0.4 |
| 1872 | 2026-05-21T09:43:10.301Z | Checking pin-project-lite v0.2.17 |
| 1873 | 2026-05-21T09:43:10.339Z | Checking num-traits v0.2.19 |
| 1874 | 2026-05-21T09:43:10.377Z | Checking parking_lot_core v0.9.12 |
| 1875 | 2026-05-21T09:43:10.413Z | Checking rand_core v0.10.0 |
| 1876 | 2026-05-21T09:43:10.417Z | Checking rand_core v0.6.4 |
| 1877 | 2026-05-21T09:43:10.481Z | Checking zerocopy v0.8.40 |
| 1878 | 2026-05-21T09:43:10.517Z | Checking portable-atomic v1.13.1 |
| 1879 | 2026-05-21T09:43:10.579Z | Checking getrandom v0.4.1 |
| 1880 | 2026-05-21T09:43:10.581Z | Checking tinystr v0.8.2 |
| 1881 | 2026-05-21T09:43:10.644Z | Checking potential_utf v0.1.4 |
| 1882 | 2026-05-21T09:43:10.647Z | Checking parking_lot v0.12.5 |
| 1883 | 2026-05-21T09:43:10.753Z | Checking signal-hook-registry v1.4.8 |
| 1884 | 2026-05-21T09:43:10.797Z | Checking icu_collections v2.1.1 |
| 1885 | 2026-05-21T09:43:10.831Z | Checking icu_locale_core v2.1.1 |
| 1886 | 2026-05-21T09:43:10.864Z | Checking serde v1.0.228 |
| 1887 | 2026-05-21T09:43:10.899Z | Checking serde_json v1.0.149 |
| 1888 | 2026-05-21T09:43:10.902Z | Checking bitflags v2.11.0 |
| 1889 | 2026-05-21T09:43:10.966Z | Checking critical-section v1.2.0 |
| 1890 | 2026-05-21T09:43:11.004Z | Checking mio v1.2.0 |
| 1891 | 2026-05-21T09:43:11.091Z | Checking once_cell v1.21.3 |
| 1892 | 2026-05-21T09:43:11.139Z | Checking socket2 v0.6.3 |
| 1893 | 2026-05-21T09:43:11.180Z | Checking typenum v1.19.0 |
| 1894 | 2026-05-21T09:43:11.285Z | Checking bytes v1.11.1 |
| 1895 | 2026-05-21T09:43:11.329Z | Checking iana-time-zone v0.1.65 |
| 1896 | 2026-05-21T09:43:11.370Z | Checking thiserror v2.0.18 |
| 1897 | 2026-05-21T09:43:11.406Z | Checking icu_provider v2.1.1 |
| 1898 | 2026-05-21T09:43:11.448Z | Checking uuid v1.23.0 |
| 1899 | 2026-05-21T09:43:11.483Z | Checking chrono v0.4.44 |
| 1900 | 2026-05-21T09:43:11.524Z | Checking semver v1.0.28 |
| 1901 | 2026-05-21T09:43:11.610Z | Checking futures-core v0.3.32 |
| 1902 | 2026-05-21T09:43:11.660Z | Checking icu_properties v2.1.2 |
| 1903 | 2026-05-21T09:43:11.736Z | Checking icu_normalizer v2.1.1 |
| 1904 | 2026-05-21T09:43:11.771Z | Checking generic-array v0.14.7 |
| 1905 | 2026-05-21T09:43:11.775Z | Checking tokio v1.52.1 |
| 1906 | 2026-05-21T09:43:11.853Z | Checking equivalent v1.0.2 |
| 1907 | 2026-05-21T09:43:11.854Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1908 | 2026-05-21T09:43:11.965Z | Checking dyn-clone v1.0.20 |
| 1909 | 2026-05-21T09:43:12.060Z | Checking const-oid v0.9.6 |
| 1910 | 2026-05-21T09:43:12.094Z | Checking futures-sink v0.3.32 |
| 1911 | 2026-05-21T09:43:12.179Z | Checking futures-task v0.3.32 |
| 1912 | 2026-05-21T09:43:12.217Z | Checking futures-channel v0.3.32 |
| 1913 | 2026-05-21T09:43:12.251Z | Checking crypto-common v0.1.7 |
| 1914 | 2026-05-21T09:43:12.342Z | Checking block-buffer v0.10.4 |
| 1915 | 2026-05-21T09:43:12.346Z | Checking futures-io v0.3.32 |
| 1916 | 2026-05-21T09:43:12.409Z | Checking slab v0.4.12 |
| 1917 | 2026-05-21T09:43:12.443Z | Checking hashbrown v0.17.0 |
| 1918 | 2026-05-21T09:43:12.480Z | Checking idna_adapter v1.2.1 |
| 1919 | 2026-05-21T09:43:12.514Z | Checking byteorder v1.5.0 |
| 1920 | 2026-05-21T09:43:12.518Z | Checking rustix v1.1.3 |
| 1921 | 2026-05-21T09:43:12.587Z | Checking futures-util v0.3.32 |
| 1922 | 2026-05-21T09:43:12.623Z | Checking idna v1.1.0 |
| 1923 | 2026-05-21T09:43:12.740Z | Checking cpufeatures v0.2.17 |
| 1924 | 2026-05-21T09:43:12.775Z | Checking digest v0.10.7 |
| 1925 | 2026-05-21T09:43:12.835Z | Checking thiserror v1.0.69 |
| 1926 | 2026-05-21T09:43:12.888Z | Checking url v2.5.8 |
| 1927 | 2026-05-21T09:43:12.923Z | Checking indexmap v2.14.0 |
| 1928 | 2026-05-21T09:43:12.957Z | Checking getrandom v0.3.4 |
| 1929 | 2026-05-21T09:43:12.995Z | Checking fnv v1.0.7 |
| 1930 | 2026-05-21T09:43:13.120Z | Checking regex-syntax v0.8.10 |
| 1931 | 2026-05-21T09:43:13.155Z | Checking http v1.4.0 |
| 1932 | 2026-05-21T09:43:13.231Z | Checking ppv-lite86 v0.2.21 |
| 1933 | 2026-05-21T09:43:13.347Z | Checking schemars v0.8.22 |
| 1934 | 2026-05-21T09:43:13.405Z | Checking tracing-core v0.1.36 |
| 1935 | 2026-05-21T09:43:13.508Z | Checking base64 v0.22.1 |
| 1936 | 2026-05-21T09:43:13.547Z | Checking ipnet v2.11.0 |
| 1937 | 2026-05-21T09:43:13.726Z | Checking tracing v0.1.44 |
| 1938 | 2026-05-21T09:43:13.763Z | Checking unicode-ident v1.0.24 |
| 1939 | 2026-05-21T09:43:13.797Z | Checking untrusted v0.9.0 |
| 1940 | 2026-05-21T09:43:13.830Z | Checking aho-corasick v1.1.4 |
| 1941 | 2026-05-21T09:43:13.894Z | Checking proc-macro2 v1.0.106 |
| 1942 | 2026-05-21T09:43:13.931Z | Checking ring v0.17.14 |
| 1943 | 2026-05-21T09:43:13.966Z | Checking anstyle v1.0.13 |
| 1944 | 2026-05-21T09:43:14.002Z | Checking utf8parse v0.2.2 |
| 1945 | 2026-05-21T09:43:14.139Z | Checking rustls-pki-types v1.14.0 |
| 1946 | 2026-05-21T09:43:15.188Z | Checking httparse v1.10.1 |
| 1947 | 2026-05-21T09:43:15.191Z | Checking quote v1.0.45 |
| 1948 | 2026-05-21T09:43:15.192Z | Checking base64ct v1.8.3 |
| 1949 | 2026-05-21T09:43:15.192Z | Checking syn v2.0.117 |
| 1950 | 2026-05-21T09:43:15.192Z | Checking anstyle-parse v0.2.7 |
| 1951 | 2026-05-21T09:43:15.192Z | Checking block-padding v0.3.3 |
| 1952 | 2026-05-21T09:43:15.192Z | Checking regex-automata v0.4.14 |
| 1953 | 2026-05-21T09:43:15.192Z | Checking colorchoice v1.0.4 |
| 1954 | 2026-05-21T09:43:15.192Z | Checking is_terminal_polyfill v1.70.2 |
| 1955 | 2026-05-21T09:43:15.192Z | Checking anstyle-query v1.1.5 |
| 1956 | 2026-05-21T09:43:15.192Z | Checking inout v0.1.4 |
| 1957 | 2026-05-21T09:43:15.192Z | Checking crossbeam-utils v0.8.21 |
| 1958 | 2026-05-21T09:43:15.192Z | Checking allocator-api2 v0.2.21 |
| 1959 | 2026-05-21T09:43:15.192Z | Checking anstream v0.6.21 |
| 1960 | 2026-05-21T09:43:15.192Z | Checking cipher v0.4.4 |
| 1961 | 2026-05-21T09:43:15.192Z | Checking http-body v1.0.1 |
| 1962 | 2026-05-21T09:43:15.192Z | Checking terminal_size v0.4.3 |
| 1963 | 2026-05-21T09:43:15.192Z | Checking tokio-util v0.7.18 |
| 1964 | 2026-05-21T09:43:15.192Z | Checking atomic-waker v1.1.2 |
| 1965 | 2026-05-21T09:43:15.192Z | Checking try-lock v0.2.5 |
| 1966 | 2026-05-21T09:43:15.192Z | Checking clap_lex v1.0.0 |
| 1967 | 2026-05-21T09:43:15.192Z | Checking httpdate v1.0.3 |
| 1968 | 2026-05-21T09:43:15.230Z | Checking strsim v0.11.1 |
| 1969 | 2026-05-21T09:43:15.233Z | Checking pem-rfc7468 v0.7.0 |
| 1970 | 2026-05-21T09:43:15.293Z | Checking want v0.3.1 |
| 1971 | 2026-05-21T09:43:15.336Z | Checking sha2 v0.10.9 |
| 1972 | 2026-05-21T09:43:15.370Z | Checking tower-layer v0.3.3 |
| 1973 | 2026-05-21T09:43:15.415Z | Checking clap_builder v4.5.60 |
| 1974 | 2026-05-21T09:43:15.450Z | Checking ryu v1.0.23 |
| 1975 | 2026-05-21T09:43:15.453Z | Checking pin-utils v0.1.0 |
| 1976 | 2026-05-21T09:43:15.539Z | Checking tower-service v0.3.3 |
| 1977 | 2026-05-21T09:43:15.574Z | Checking rand_core v0.9.5 |
| 1978 | 2026-05-21T09:43:15.611Z | Checking hmac v0.12.1 |
| 1979 | 2026-05-21T09:43:15.646Z | Checking powerfmt v0.2.0 |
| 1980 | 2026-05-21T09:43:15.680Z | Checking num_threads v0.1.7 |
| 1981 | 2026-05-21T09:43:15.684Z | Checking h2 v0.4.13 |
| 1982 | 2026-05-21T09:43:15.766Z | Checking flagset v0.4.7 |
| 1983 | 2026-05-21T09:43:15.769Z | Checking num-conv v0.2.0 |
| 1984 | 2026-05-21T09:43:15.834Z | Checking time-core v0.1.8 |
| 1985 | 2026-05-21T09:43:15.840Z | Checking deranged v0.5.8 |
| 1986 | 2026-05-21T09:43:15.913Z | Checking der v0.7.10 |
| 1987 | 2026-05-21T09:43:15.950Z | Checking erased-serde v0.3.31 |
| 1988 | 2026-05-21T09:43:15.995Z | Checking rand_chacha v0.9.0 |
| 1989 | 2026-05-21T09:43:16.217Z | Checking http-body-util v0.1.3 |
| 1990 | 2026-05-21T09:43:16.344Z | Checking slog v2.8.2 |
| 1991 | 2026-05-21T09:43:16.379Z | Checking spin v0.9.8 |
| 1992 | 2026-05-21T09:43:16.462Z | Checking rand v0.9.2 |
| 1993 | 2026-05-21T09:43:16.583Z | Checking aws-lc-sys v0.40.0 |
| 1994 | 2026-05-21T09:43:16.628Z | Checking anyhow v1.0.102 |
| 1995 | 2026-05-21T09:43:16.665Z | Checking untrusted v0.7.1 |
| 1996 | 2026-05-21T09:43:16.668Z | Checking clap v4.5.60 |
| 1997 | 2026-05-21T09:43:16.728Z | Checking serde_urlencoded v0.7.1 |
| 1998 | 2026-05-21T09:43:16.794Z | Checking time v0.3.47 |
| 1999 | 2026-05-21T09:43:16.797Z | Checking openssl-probe v0.2.1 |
| 2000 | 2026-05-21T09:43:16.863Z | Checking regex v1.12.3 |
| 2001 | 2026-05-21T09:43:16.866Z | Checking fastrand v2.3.0 |
| 2002 | 2026-05-21T09:43:16.947Z | Checking spki v0.7.3 |
| 2003 | 2026-05-21T09:43:16.982Z | Checking pbkdf2 v0.12.2 |
| 2004 | 2026-05-21T09:43:16.985Z | Checking aes v0.8.4 |
| 2005 | 2026-05-21T09:43:17.098Z | Checking pretty-hex v0.4.1 |
| 2006 | 2026-05-21T09:43:17.133Z | Checking salsa20 v0.10.2 |
| 2007 | 2026-05-21T09:43:17.137Z | Checking aws-lc-rs v1.16.3 |
| 2008 | 2026-05-21T09:43:17.137Z | Checking cbc v0.1.2 |
| 2009 | 2026-05-21T09:43:17.230Z | Checking rand_chacha v0.3.1 |
| 2010 | 2026-05-21T09:43:17.264Z | Checking hex v0.4.3 |
| 2011 | 2026-05-21T09:43:17.298Z | Checking plain v0.2.3 |
| 2012 | 2026-05-21T09:43:17.347Z | Checking scrypt v0.11.0 |
| 2013 | 2026-05-21T09:43:17.419Z | Checking tempfile v3.25.0 |
| 2014 | 2026-05-21T09:43:17.453Z | Checking rustls-native-certs v0.8.3 |
| 2015 | 2026-05-21T09:43:17.487Z | Checking rand v0.8.6 |
| 2016 | 2026-05-21T09:43:17.521Z | Checking ipnetwork v0.21.1 |
| 2017 | 2026-05-21T09:43:17.524Z | Checking sync_wrapper v1.0.2 |
| 2018 | 2026-05-21T09:43:17.605Z | Checking ucd-trie v0.1.7 |
| 2019 | 2026-05-21T09:43:17.641Z | Checking foldhash v0.2.0 |
| 2020 | 2026-05-21T09:43:17.681Z | Checking simd-adler32 v0.3.8 |
| 2021 | 2026-05-21T09:43:17.763Z | Checking pest v2.8.6 |
| 2022 | 2026-05-21T09:43:17.767Z | Checking tower v0.5.3 |
| 2023 | 2026-05-21T09:43:17.831Z | Checking hashbrown v0.16.1 |
| 2024 | 2026-05-21T09:43:17.882Z | Checking pkcs5 v0.7.1 |
| 2025 | 2026-05-21T09:43:17.956Z | Checking webpki-roots v1.0.6 |
| 2026 | 2026-05-21T09:43:18.053Z | Checking rustls-webpki v0.103.9 |
| 2027 | 2026-05-21T09:43:18.057Z | Checking camino v1.2.2 |
| 2028 | 2026-05-21T09:43:18.157Z | Checking adler2 v2.0.1 |
| 2029 | 2026-05-21T09:43:18.199Z | Checking iri-string v0.7.10 |
| 2030 | 2026-05-21T09:43:18.234Z | Checking pkcs8 v0.10.2 |
| 2031 | 2026-05-21T09:43:18.299Z | Checking miniz_oxide v0.8.9 |
| 2032 | 2026-05-21T09:43:18.347Z | Checking openapiv3 v2.2.0 |
| 2033 | 2026-05-21T09:43:18.383Z | Checking futures-executor v0.3.32 |
| 2034 | 2026-05-21T09:43:18.386Z | Checking hyper v1.8.1 |
| 2035 | 2026-05-21T09:43:18.448Z | Checking either v1.15.0 |
| 2036 | 2026-05-21T09:43:18.499Z | Checking rustls v0.23.37 |
| 2037 | 2026-05-21T09:43:18.554Z | Checking futures v0.3.32 |
| 2038 | 2026-05-21T09:43:18.655Z | Checking mime v0.3.17 |
| 2039 | 2026-05-21T09:43:18.659Z | Checking winnow v0.7.14 |
| 2040 | 2026-05-21T09:43:18.722Z | Checking crc32fast v1.5.0 |
| 2041 | 2026-05-21T09:43:18.852Z | Checking static_assertions v1.1.0 |
| 2042 | 2026-05-21T09:43:18.888Z | Checking oxnet v0.1.4 |
| 2043 | 2026-05-21T09:43:18.891Z | Checking lazy_static v1.5.0 |
| 2044 | 2026-05-21T09:43:18.954Z | Checking signature v2.2.0 |
| 2045 | 2026-05-21T09:43:19.034Z | Checking hubpack v0.1.2 |
| 2046 | 2026-05-21T09:43:19.119Z | Checking encoding_rs v0.8.35 |
| 2047 | 2026-05-21T09:43:19.162Z | Checking strum v0.26.3 |
| 2048 | 2026-05-21T09:43:19.229Z | Checking tower-http v0.6.8 |
| 2049 | 2026-05-21T09:43:19.266Z | Checking foreign-types-shared v0.1.1 |
| 2050 | 2026-05-21T09:43:19.299Z | Checking zlib-rs v0.6.2 |
| 2051 | 2026-05-21T09:43:19.336Z | Checking hyper-util v0.1.20 |
| 2052 | 2026-05-21T09:43:19.374Z | Checking foreign-types v0.3.2 |
| 2053 | 2026-05-21T09:43:19.472Z | Checking sha1 v0.10.6 |
| 2054 | 2026-05-21T09:43:19.536Z | Checking scroll v0.13.0 |
| 2055 | 2026-05-21T09:43:19.664Z | Checking openssl-sys v0.9.115 |
| 2056 | 2026-05-21T09:43:19.700Z | Checking tinyvec_macros v0.1.1 |
| 2057 | 2026-05-21T09:43:19.791Z | Checking tinyvec v1.10.0 |
| 2058 | 2026-05-21T09:43:19.794Z | Checking goblin v0.10.5 |
| 2059 | 2026-05-21T09:43:19.897Z | Checking toml_datetime v0.6.11 |
| 2060 | 2026-05-21T09:43:20.067Z | Checking openssl v0.10.79 |
| 2061 | 2026-05-21T09:43:20.104Z | Checking serde_spanned v0.6.9 |
| 2062 | 2026-05-21T09:43:20.107Z | Checking num-integer v0.1.46 |
| 2063 | 2026-05-21T09:43:20.170Z | Checking memmap2 v0.9.10 |
| 2064 | 2026-05-21T09:43:20.212Z | Checking flate2 v1.1.9 |
| 2065 | 2026-05-21T09:43:20.257Z | Checking data-encoding v2.10.0 |
| 2066 | 2026-05-21T09:43:20.353Z | Checking dtrace-parser v0.3.0 |
| 2067 | 2026-05-21T09:43:20.388Z | Checking thread-id v5.1.0 |
| 2068 | 2026-05-21T09:43:20.493Z | Checking bit-vec v0.8.0 |
| 2069 | 2026-05-21T09:43:20.534Z | Checking base16ct v0.2.0 |
| 2070 | 2026-05-21T09:43:20.569Z | Checking psl-types v2.0.11 |
| 2071 | 2026-05-21T09:43:20.603Z | Checking cookie v0.18.1 |
| 2072 | 2026-05-21T09:43:20.637Z | Checking ff v0.13.1 |
| 2073 | 2026-05-21T09:43:20.687Z | Checking sec1 v0.7.3 |
| 2074 | 2026-05-21T09:43:20.724Z | Checking bit-set v0.8.0 |
| 2075 | 2026-05-21T09:43:20.727Z | Checking publicsuffix v2.3.0 |
| 2076 | 2026-05-21T09:43:20.792Z | Checking wait-timeout v0.2.1 |
| 2077 | 2026-05-21T09:43:20.859Z | Checking group v0.13.0 |
| 2078 | 2026-05-21T09:43:20.895Z | Checking tokio-rustls v0.26.4 |
| 2079 | 2026-05-21T09:43:20.930Z | Checking rustls-platform-verifier v0.6.2 |
| 2080 | 2026-05-21T09:43:20.933Z | Checking num-iter v0.1.45 |
| 2081 | 2026-05-21T09:43:20.999Z | Checking cookie_store v0.22.1 |
| 2082 | 2026-05-21T09:43:21.004Z | Checking bstr v1.12.1 |
| 2083 | 2026-05-21T09:43:21.061Z | Checking hkdf v0.12.4 |
| 2084 | 2026-05-21T09:43:21.095Z | Checking crossbeam-epoch v0.9.18 |
| 2085 | 2026-05-21T09:43:21.098Z | Checking ahash v0.8.12 |
| 2086 | 2026-05-21T09:43:21.161Z | Checking hyper-rustls v0.27.7 |
| 2087 | 2026-05-21T09:43:21.216Z | Checking crypto-bigint v0.5.5 |
| 2088 | 2026-05-21T09:43:21.343Z | Checking quick-error v1.2.3 |
| 2089 | 2026-05-21T09:43:21.347Z | Checking rand_xorshift v0.4.0 |
| 2090 | 2026-05-21T09:43:21.347Z | Checking scroll v0.12.0 |
| 2091 | 2026-05-21T09:43:21.442Z | Checking reqwest v0.13.2 |
| 2092 | 2026-05-21T09:43:21.446Z | Checking unarray v0.1.4 |
| 2093 | 2026-05-21T09:43:21.506Z | Checking rusty-fork v0.3.1 |
| 2094 | 2026-05-21T09:43:21.548Z | Checking num-bigint-dig v0.8.6 |
| 2095 | 2026-05-21T09:43:21.583Z | Checking pkcs1 v0.7.5 |
| 2096 | 2026-05-21T09:43:21.620Z | Checking goblin v0.8.2 |
| 2097 | 2026-05-21T09:43:21.696Z | Checking proptest v1.10.0 |
| 2098 | 2026-05-21T09:43:21.814Z | Checking x509-cert v0.2.5 |
| 2099 | 2026-05-21T09:43:22.080Z | Checking native-tls v0.2.18 |
| 2100 | 2026-05-21T09:43:22.125Z | Checking elliptic-curve v0.13.8 |
| 2101 | 2026-05-21T09:43:22.161Z | Checking dof v0.4.0 |
| 2102 | 2026-05-21T09:43:22.282Z | Checking tokio-native-tls v0.3.1 |
| 2103 | 2026-05-21T09:43:22.332Z | Checking zerocopy v0.7.35 |
| 2104 | 2026-05-21T09:43:22.388Z | Checking unicode-segmentation v1.12.0 |
| 2105 | 2026-05-21T09:43:22.454Z | Checking rsa v0.9.10 |
| 2106 | 2026-05-21T09:43:22.490Z | Checking dtrace-parser v0.2.0 |
| 2107 | 2026-05-21T09:43:22.494Z | Checking hyper-tls v0.6.0 |
| 2108 | 2026-05-21T09:43:22.720Z | Checking reqwest v0.12.28 |
| 2109 | 2026-05-21T09:43:22.723Z | Checking rfc6979 v0.4.0 |
| 2110 | 2026-05-21T09:43:22.788Z | Checking thread-id v4.2.2 |
| 2111 | 2026-05-21T09:43:22.821Z | Checking usdt-impl v0.6.0 |
| 2112 | 2026-05-21T09:43:22.859Z | Checking toml_write v0.1.2 |
| 2113 | 2026-05-21T09:43:22.893Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2114 | 2026-05-21T09:43:22.896Z | Checking ecdsa v0.16.9 |
| 2115 | 2026-05-21T09:43:22.963Z | Checking curve25519-dalek v4.1.3 |
| 2116 | 2026-05-21T09:43:23.049Z | Checking toml_edit v0.22.27 |
| 2117 | 2026-05-21T09:43:23.124Z | Checking usdt v0.6.0 |
| 2118 | 2026-05-21T09:43:23.247Z | Checking memoffset v0.9.1 |
| 2119 | 2026-05-21T09:43:23.286Z | Checking rustix v0.38.44 |
| 2120 | 2026-05-21T09:43:23.321Z | Checking env_filter v1.0.0 |
| 2121 | 2026-05-21T09:43:23.356Z | Checking keccak v0.1.6 |
| 2122 | 2026-05-21T09:43:23.472Z | Checking newtype-uuid v1.3.2 |
| 2123 | 2026-05-21T09:43:23.508Z | Checking same-file v1.0.6 |
| 2124 | 2026-05-21T09:43:23.557Z | Checking sha3 v0.10.8 |
| 2125 | 2026-05-21T09:43:23.562Z | Checking dof v0.3.0 |
| 2126 | 2026-05-21T09:43:23.609Z | Checking env_logger v0.11.9 |
| 2127 | 2026-05-21T09:43:23.654Z | Checking walkdir v2.5.0 |
| 2128 | 2026-05-21T09:43:23.695Z | Checking daft v0.1.7 |
| 2129 | 2026-05-21T09:43:23.747Z | Checking ed25519 v2.2.3 |
| 2130 | 2026-05-21T09:43:23.783Z | Checking itertools v0.13.0 |
| 2131 | 2026-05-21T09:43:23.820Z | Checking serde_with v3.17.0 |
| 2132 | 2026-05-21T09:43:23.855Z | Checking bitflags v1.3.2 |
| 2133 | 2026-05-21T09:43:23.907Z | Checking usdt-impl v0.5.0 |
| 2134 | 2026-05-21T09:43:23.951Z | Checking siphasher v1.0.2 |
| 2135 | 2026-05-21T09:43:23.955Z | Checking unicode-normalization v0.1.25 |
| 2136 | 2026-05-21T09:43:24.017Z | Checking ed25519-dalek v2.2.0 |
| 2137 | 2026-05-21T09:43:24.129Z | Checking signal-hook v0.3.18 |
| 2138 | 2026-05-21T09:43:24.181Z | Checking managed v0.8.0 |
| 2139 | 2026-05-21T09:43:24.190Z | Checking winnow v0.5.40 |
| 2140 | 2026-05-21T09:43:24.248Z | Checking nix v0.31.2 |
| 2141 | 2026-05-21T09:43:24.287Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2142 | 2026-05-21T09:43:24.338Z | Checking object v0.37.3 |
| 2143 | 2026-05-21T09:43:24.396Z | Checking foldhash v0.1.5 |
| 2144 | 2026-05-21T09:43:24.399Z | Checking bzip2 v0.4.4 |
| 2145 | 2026-05-21T09:43:24.399Z | Checking signal-hook-mio v0.2.5 |
| 2146 | 2026-05-21T09:43:24.561Z | Checking hashbrown v0.15.5 |
| 2147 | 2026-05-21T09:43:24.596Z | Checking globset v0.4.18 |
| 2148 | 2026-05-21T09:43:24.630Z | Checking ref-cast v1.0.25 |
| 2149 | 2026-05-21T09:43:24.753Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2150 | 2026-05-21T09:43:24.848Z | Checking zip v0.6.6 |
| 2151 | 2026-05-21T09:43:24.884Z | Checking pin-project v1.1.11 |
| 2152 | 2026-05-21T09:43:24.919Z | Checking zstd-safe v7.2.4 |
| 2153 | 2026-05-21T09:43:25.003Z | Checking libbz2-rs-sys v0.2.2 |
| 2154 | 2026-05-21T09:43:25.046Z | Checking bumpalo v3.20.2 |
| 2155 | 2026-05-21T09:43:25.107Z | Checking zstd v0.13.3 |
| 2156 | 2026-05-21T09:43:25.202Z | Checking crossterm v0.28.1 |
| 2157 | 2026-05-21T09:43:25.268Z | Checking zopfli v0.8.3 |
| 2158 | 2026-05-21T09:43:25.304Z | Checking similar v2.7.0 |
| 2159 | 2026-05-21T09:43:25.307Z | Checking tokio-stream v0.1.18 |
| 2160 | 2026-05-21T09:43:25.369Z | Checking fs-err v3.3.0 |
| 2161 | 2026-05-21T09:43:25.404Z | Checking toml_edit v0.19.15 |
| 2162 | 2026-05-21T09:43:25.438Z | Checking bzip2 v0.6.1 |
| 2163 | 2026-05-21T09:43:25.621Z | Checking pem v3.0.6 |
| 2164 | 2026-05-21T09:43:25.625Z | Checking hash32 v0.2.1 |
| 2165 | 2026-05-21T09:43:25.694Z | Checking serde-big-array v0.5.1 |
| 2166 | 2026-05-21T09:43:25.727Z | Checking unicode-bidi v0.3.18 |
| 2167 | 2026-05-21T09:43:25.763Z | Checking jiff v0.2.21 |
| 2168 | 2026-05-21T09:43:25.808Z | Checking predicates-core v1.0.10 |
| 2169 | 2026-05-21T09:43:25.842Z | Checking unicode-properties v0.1.4 |
| 2170 | 2026-05-21T09:43:25.877Z | Checking heapless v0.7.17 |
| 2171 | 2026-05-21T09:43:25.929Z | Checking snafu v0.8.9 |
| 2172 | 2026-05-21T09:43:25.965Z | Checking olpc-cjson v0.1.4 |
| 2173 | 2026-05-21T09:43:26.048Z | Checking hickory-proto v0.25.2 |
| 2174 | 2026-05-21T09:43:26.082Z | Checking stringprep v0.1.5 |
| 2175 | 2026-05-21T09:43:26.122Z | Checking md-5 v0.10.6 |
| 2176 | 2026-05-21T09:43:26.190Z | Checking serde_plain v1.0.2 |
| 2177 | 2026-05-21T09:43:26.260Z | Checking float-cmp v0.10.0 |
| 2178 | 2026-05-21T09:43:26.295Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2179 | 2026-05-21T09:43:26.328Z | Checking fallible-iterator v0.2.0 |
| 2180 | 2026-05-21T09:43:26.361Z | Checking difflib v0.4.0 |
| 2181 | 2026-05-21T09:43:26.415Z | Checking typed-path v0.9.3 |
| 2182 | 2026-05-21T09:43:26.449Z | Checking toml v0.7.8 |
| 2183 | 2026-05-21T09:43:26.515Z | Checking normalize-line-endings v0.3.0 |
| 2184 | 2026-05-21T09:43:26.561Z | Checking smoltcp v0.9.1 |
| 2185 | 2026-05-21T09:43:26.619Z | Checking postgres-protocol v0.6.10 |
| 2186 | 2026-05-21T09:43:26.653Z | Checking predicates v3.1.4 |
| 2187 | 2026-05-21T09:43:26.686Z | Checking iddqd v0.4.1 |
| 2188 | 2026-05-21T09:43:26.787Z | Checking phf_shared v0.11.3 |
| 2189 | 2026-05-21T09:43:26.957Z | Checking phf_shared v0.13.1 |
| 2190 | 2026-05-21T09:43:26.960Z | Checking buf-list v1.1.2 |
| 2191 | 2026-05-21T09:43:27.024Z | Checking strum v0.27.2 |
| 2192 | 2026-05-21T09:43:27.161Z | Checking precomputed-hash v0.1.1 |
| 2193 | 2026-05-21T09:43:27.165Z | Checking fixedbitset v0.4.2 |
| 2194 | 2026-05-21T09:43:27.230Z | Checking lalrpop-util v0.19.12 |
| 2195 | 2026-05-21T09:43:27.234Z | Checking tough v0.22.0 |
| 2196 | 2026-05-21T09:43:27.234Z | Checking fixedbitset v0.5.7 |
| 2197 | 2026-05-21T09:43:27.327Z | Checking new_debug_unreachable v1.0.6 |
| 2198 | 2026-05-21T09:43:27.369Z | Checking petgraph v0.6.5 |
| 2199 | 2026-05-21T09:43:27.415Z | Checking phf v0.13.1 |
| 2200 | 2026-05-21T09:43:27.449Z | Checking string_cache v0.8.9 |
| 2201 | 2026-05-21T09:43:27.509Z | Checking petgraph v0.8.3 |
| 2202 | 2026-05-21T09:43:27.591Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2203 | 2026-05-21T09:43:27.627Z | Checking postgres-types v0.2.12 |
| 2204 | 2026-05-21T09:43:27.662Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2205 | 2026-05-21T09:43:27.957Z | Checking whoami v2.1.0 |
| 2206 | 2026-05-21T09:43:27.986Z | Checking peg-runtime v0.8.5 |
| 2207 | 2026-05-21T09:43:28.020Z | Checking zip v4.6.1 |
| 2208 | 2026-05-21T09:43:28.202Z | Checking tokio-postgres v0.7.16 |
| 2209 | 2026-05-21T09:43:28.278Z | Checking is-terminal v0.4.17 |
| 2210 | 2026-05-21T09:43:28.398Z | Checking crossbeam-channel v0.5.15 |
| 2211 | 2026-05-21T09:43:28.614Z | Compiling structmeta-derive v0.3.0 |
| 2212 | 2026-05-21T09:43:28.651Z | Checking thread_local v1.1.9 |
| 2213 | 2026-05-21T09:43:28.751Z | Checking take_mut v0.2.2 |
| 2214 | 2026-05-21T09:43:28.842Z | Checking term v1.2.1 |
| 2215 | 2026-05-21T09:43:28.878Z | Compiling newtype-uuid-macros v0.1.0 |
| 2216 | 2026-05-21T09:43:28.912Z | Checking slog-async v2.8.0 |
| 2217 | 2026-05-21T09:43:29.090Z | Compiling rustls v0.22.4 |
| 2218 | 2026-05-21T09:43:29.125Z | Checking slog-term v2.9.2 |
| 2219 | 2026-05-21T09:43:29.129Z | Compiling multer v3.1.0 |
| 2220 | 2026-05-21T09:43:29.331Z | Compiling async-stream-impl v0.3.6 |
| 2221 | 2026-05-21T09:43:29.375Z | Compiling dropshot v0.17.0 |
| 2222 | 2026-05-21T09:43:29.441Z | Compiling dropshot_endpoint v0.17.0 |
| 2223 | 2026-05-21T09:43:29.499Z | Checking match_cfg v0.1.0 |
| 2224 | 2026-05-21T09:43:29.520Z | Checking slog-json v2.6.1 |
| 2225 | 2026-05-21T09:43:29.582Z | Checking hostname v0.3.1 |
| 2226 | 2026-05-21T09:43:29.674Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2227 | 2026-05-21T09:43:29.709Z | Checking debug-ignore v1.0.5 |
| 2228 | 2026-05-21T09:43:29.712Z | Compiling structmeta v0.3.0 |
| 2229 | 2026-05-21T09:43:29.738Z | Checking slog-bunyan v2.5.0 |
| 2230 | 2026-05-21T09:43:29.741Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2231 | 2026-05-21T09:43:29.834Z | Checking serde_spanned v1.0.4 |
| 2232 | 2026-05-21T09:43:29.877Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2233 | 2026-05-21T09:43:29.948Z | Checking rustls-webpki v0.102.8 |
| 2234 | 2026-05-21T09:43:29.989Z | Checking serde_path_to_error v0.1.20 |
| 2235 | 2026-05-21T09:43:30.029Z | Checking async-stream v0.3.6 |
| 2236 | 2026-05-21T09:43:30.066Z | Compiling derive-ex v0.1.8 |
| 2237 | 2026-05-21T09:43:30.104Z | Checking waitgroup v0.1.2 |
| 2238 | 2026-05-21T09:43:30.182Z | Checking rustls-pemfile v2.2.0 |
| 2239 | 2026-05-21T09:43:30.217Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2240 | 2026-05-21T09:43:30.258Z | Checking hostname v0.4.2 |
| 2241 | 2026-05-21T09:43:30.293Z | Checking compression-core v0.4.31 |
| 2242 | 2026-05-21T09:43:30.360Z | Checking progenitor-client v0.14.0 |
| 2243 | 2026-05-21T09:43:30.363Z | Checking regress v0.10.5 |
| 2244 | 2026-05-21T09:43:30.425Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2245 | 2026-05-21T09:43:30.459Z | Checking toml v1.0.6+spec-1.1.0 |
| 2246 | 2026-05-21T09:43:30.463Z | Checking compression-codecs v0.4.37 |
| 2247 | 2026-05-21T09:43:30.558Z | Compiling parse-display-derive v0.10.0 |
| 2248 | 2026-05-21T09:43:30.614Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2249 | 2026-05-21T09:43:30.654Z | Checking async-compression v0.4.41 |
| 2250 | 2026-05-21T09:43:30.784Z | Checking itertools v0.14.0 |
| 2251 | 2026-05-21T09:43:30.926Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2252 | 2026-05-21T09:43:31.096Z | Checking macaddr v1.0.1 |
| 2253 | 2026-05-21T09:43:31.211Z | Checking instant v0.1.13 |
| 2254 | 2026-05-21T09:43:31.303Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2255 | 2026-05-21T09:43:31.338Z | Checking progenitor-client v0.10.0 |
| 2256 | 2026-05-21T09:43:31.373Z | Checking backoff v0.4.0 |
| 2257 | 2026-05-21T09:43:31.570Z | Checking backon v1.6.0 |
| 2258 | 2026-05-21T09:43:31.608Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2259 | 2026-05-21T09:43:31.612Z | Checking humantime v2.3.0 |
| 2260 | 2026-05-21T09:43:31.767Z | Compiling test-strategy v0.4.5 |
| 2261 | 2026-05-21T09:43:31.771Z | Checking progenitor-extras v0.2.0 |
| 2262 | 2026-05-21T09:43:31.836Z | Checking heck v0.5.0 |
| 2263 | 2026-05-21T09:43:31.840Z | Checking tokio-rustls v0.25.0 |
| 2264 | 2026-05-21T09:43:31.840Z | Checking unicode-width v0.2.0 |
| 2265 | 2026-05-21T09:43:31.932Z | Compiling convert_case v0.4.0 |
| 2266 | 2026-05-21T09:43:31.984Z | Checking half v2.7.1 |
| 2267 | 2026-05-21T09:43:32.039Z | Checking ciborium-io v0.2.2 |
| 2268 | 2026-05-21T09:43:32.129Z | Checking secrecy v0.10.3 |
| 2269 | 2026-05-21T09:43:32.162Z | Compiling regress v0.11.1 |
| 2270 | 2026-05-21T09:43:32.196Z | Compiling unsafe-libyaml v0.2.11 |
| 2271 | 2026-05-21T09:43:32.234Z | Checking parse-display v0.10.0 |
| 2272 | 2026-05-21T09:43:32.269Z | Checking ciborium-ll v0.2.2 |
| 2273 | 2026-05-21T09:43:32.273Z | Checking indent_write v2.2.0 |
| 2274 | 2026-05-21T09:43:32.334Z | Compiling derive_more v0.99.20 |
| 2275 | 2026-05-21T09:43:32.404Z | Checking universal-hash v0.5.1 |
| 2276 | 2026-05-21T09:43:32.455Z | Checking opaque-debug v0.3.1 |
| 2277 | 2026-05-21T09:43:32.491Z | Checking ciborium v0.2.2 |
| 2278 | 2026-05-21T09:43:32.551Z | Checking camino-tempfile v1.4.1 |
| 2279 | 2026-05-21T09:43:32.735Z | Compiling crucible-workspace-hack v0.1.0 |
| 2280 | 2026-05-21T09:43:32.936Z | Compiling serde_yaml v0.9.34+deprecated |
| 2281 | 2026-05-21T09:43:33.027Z | Checking aead v0.5.2 |
| 2282 | 2026-05-21T09:43:33.143Z | Checking poly1305 v0.8.0 |
| 2283 | 2026-05-21T09:43:33.178Z | Checking chacha20 v0.9.1 |
| 2284 | 2026-05-21T09:43:33.281Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2285 | 2026-05-21T09:43:33.397Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2286 | 2026-05-21T09:43:33.430Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2287 | 2026-05-21T09:43:33.692Z | Checking password-hash v0.5.0 |
| 2288 | 2026-05-21T09:43:33.741Z | Compiling typify-impl v0.6.2 |
| 2289 | 2026-05-21T09:43:33.945Z | Checking blake2 v0.10.6 |
| 2290 | 2026-05-21T09:43:34.002Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2291 | 2026-05-21T09:43:34.251Z | Checking argon2 v0.5.3 |
| 2292 | 2026-05-21T09:43:34.451Z | Checking chacha20poly1305 v0.10.1 |
| 2293 | 2026-05-21T09:43:34.603Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2294 | 2026-05-21T09:43:34.636Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2295 | 2026-05-21T09:43:34.680Z | Checking thiserror-no-std v2.0.2 |
| 2296 | 2026-05-21T09:43:34.798Z | Checking vsss-rs v3.3.4 |
| 2297 | 2026-05-21T09:43:34.923Z | Checking byte-wrapper v0.1.0 |
| 2298 | 2026-05-21T09:43:34.963Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2299 | 2026-05-21T09:43:34.990Z | Checking swrite v0.1.0 |
| 2300 | 2026-05-21T09:43:35.111Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2301 | 2026-05-21T09:43:35.164Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2302 | 2026-05-21T09:43:35.222Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2303 | 2026-05-21T09:43:35.366Z | Checking toml v0.8.23 |
| 2304 | 2026-05-21T09:43:35.491Z | Checking crossbeam-deque v0.8.6 |
| 2305 | 2026-05-21T09:43:35.699Z | Compiling rayon-core v1.13.0 |
| 2306 | 2026-05-21T09:43:35.735Z | Compiling proc-macro-error v1.0.4 |
| 2307 | 2026-05-21T09:43:35.889Z | Checking tabwriter v1.4.1 |
| 2308 | 2026-05-21T09:43:35.957Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2309 | 2026-05-21T09:43:36.065Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2310 | 2026-05-21T09:43:36.097Z | Checking glob v0.3.3 |
| 2311 | 2026-05-21T09:43:36.303Z | Checking unicode-width v0.1.14 |
| 2312 | 2026-05-21T09:43:36.353Z | Checking rayon v1.11.0 |
| 2313 | 2026-05-21T09:43:36.585Z | Compiling usdt-macro v0.5.0 |
| 2314 | 2026-05-21T09:43:36.588Z | Compiling usdt-attr-macro v0.5.0 |
| 2315 | 2026-05-21T09:43:36.662Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2316 | 2026-05-21T09:43:36.788Z | Compiling proc-macro-crate v3.4.0 |
| 2317 | 2026-05-21T09:43:37.117Z | Checking memmap v0.7.0 |
| 2318 | 2026-05-21T09:43:37.152Z | Checking colored v3.1.1 |
| 2319 | 2026-05-21T09:43:37.284Z | Compiling heapless v0.8.0 |
| 2320 | 2026-05-21T09:43:37.335Z | Compiling ingot-macros v0.1.1 |
| 2321 | 2026-05-21T09:43:37.371Z | Checking hash32 v0.3.1 |
| 2322 | 2026-05-21T09:43:37.403Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2323 | 2026-05-21T09:43:37.434Z | Checking usdt v0.5.0 |
| 2324 | 2026-05-21T09:43:37.521Z | Compiling smoltcp v0.11.0 |
| 2325 | 2026-05-21T09:43:37.632Z | Checking cobs v0.3.0 |
| 2326 | 2026-05-21T09:43:37.703Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2327 | 2026-05-21T09:43:37.825Z | Compiling num_enum_derive v0.7.5 |
| 2328 | 2026-05-21T09:43:37.859Z | Checking postcard v1.1.3 |
| 2329 | 2026-05-21T09:43:37.966Z | Compiling proc-macro-crate v1.3.1 |
| 2330 | 2026-05-21T09:43:38.000Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2331 | 2026-05-21T09:43:38.177Z | Checking sigpipe v0.1.3 |
| 2332 | 2026-05-21T09:43:38.260Z | Compiling foreign-types-macros v0.2.3 |
| 2333 | 2026-05-21T09:43:38.301Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2334 | 2026-05-21T09:43:38.335Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2335 | 2026-05-21T09:43:38.367Z | Compiling typify-macro v0.6.2 |
| 2336 | 2026-05-21T09:43:38.403Z | Checking cpufeatures v0.3.0 |
| 2337 | 2026-05-21T09:43:38.507Z | Checking foreign-types-shared v0.3.1 |
| 2338 | 2026-05-21T09:43:38.613Z | Checking chacha20 v0.10.0 |
| 2339 | 2026-05-21T09:43:38.648Z | Compiling num_enum_derive v0.5.11 |
| 2340 | 2026-05-21T09:43:38.891Z | Checking num_enum v0.7.5 |
| 2341 | 2026-05-21T09:43:38.895Z | Checking foreign-types v0.5.0 |
| 2342 | 2026-05-21T09:43:39.283Z | Checking cstr-argument v0.1.2 |
| 2343 | 2026-05-21T09:43:39.291Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2344 | 2026-05-21T09:43:39.291Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2345 | 2026-05-21T09:43:39.291Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2346 | 2026-05-21T09:43:39.461Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2347 | 2026-05-21T09:43:39.464Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2348 | 2026-05-21T09:43:39.527Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2349 | 2026-05-21T09:43:39.647Z | Checking rand v0.10.0 |
| 2350 | 2026-05-21T09:43:39.682Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2351 | 2026-05-21T09:43:39.692Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2352 | 2026-05-21T09:43:39.692Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2353 | 2026-05-21T09:43:39.775Z | Checking num_enum v0.5.11 |
| 2354 | 2026-05-21T09:43:39.858Z | Compiling zone_cfg_derive v0.3.1 |
| 2355 | 2026-05-21T09:43:39.893Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2356 | 2026-05-21T09:43:39.926Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2357 | 2026-05-21T09:43:40.092Z | Checking itertools v0.12.1 |
| 2358 | 2026-05-21T09:43:40.126Z | Compiling num-derive v0.4.2 |
| 2359 | 2026-05-21T09:43:40.129Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2360 | 2026-05-21T09:43:40.190Z | Compiling typify v0.6.2 |
| 2361 | 2026-05-21T09:43:40.200Z | Checking ingot-types v0.1.2 |
| 2362 | 2026-05-21T09:43:40.323Z | Compiling progenitor-impl v0.14.0 |
| 2363 | 2026-05-21T09:43:40.606Z | Checking ingot v0.1.1 |
| 2364 | 2026-05-21T09:43:40.746Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2365 | 2026-05-21T09:43:40.926Z | Checking smf v0.2.3 |
| 2366 | 2026-05-21T09:43:41.062Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2367 | 2026-05-21T09:43:41.101Z | Checking zone v0.3.1 |
| 2368 | 2026-05-21T09:43:41.184Z | Checking whoami v1.6.1 |
| 2369 | 2026-05-21T09:43:41.219Z | Checking tokio-dtrace v0.1.1 |
| 2370 | 2026-05-21T09:43:41.305Z | Compiling derive-where v1.6.0 |
| 2371 | 2026-05-21T09:43:41.340Z | Checking console v0.15.11 |
| 2372 | 2026-05-21T09:43:41.382Z | Checking atomicwrites v0.4.4 |
| 2373 | 2026-05-21T09:43:41.423Z | Checking oxide-tokio-rt v0.1.4 |
| 2374 | 2026-05-21T09:43:41.477Z | Checking newline-converter v0.3.0 |
| 2375 | 2026-05-21T09:43:41.536Z | Checking num-rational v0.4.2 |
| 2376 | 2026-05-21T09:43:41.614Z | Checking num-complex v0.4.6 |
| 2377 | 2026-05-21T09:43:41.617Z | Checking float-ord v0.3.2 |
| 2378 | 2026-05-21T09:43:41.679Z | Checking expectorate v1.2.0 |
| 2379 | 2026-05-21T09:43:41.777Z | Checking bytecount v0.6.9 |
| 2380 | 2026-05-21T09:43:41.832Z | Compiling progenitor-impl v0.13.0 |
| 2381 | 2026-05-21T09:43:41.974Z | Checking num v0.4.3 |
| 2382 | 2026-05-21T09:43:42.076Z | Checking progenitor-client v0.13.0 |
| 2383 | 2026-05-21T09:43:42.238Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2384 | 2026-05-21T09:43:42.341Z | Compiling owo-colors v4.3.0 |
| 2385 | 2026-05-21T09:43:42.654Z | Compiling prettyplease v0.2.37 |
| 2386 | 2026-05-21T09:43:42.776Z | Compiling cancel-safe-futures v0.1.5 |
| 2387 | 2026-05-21T09:43:42.929Z | Checking libsw-core v0.3.2 |
| 2388 | 2026-05-21T09:43:42.967Z | Compiling progenitor-macro v0.14.0 |
| 2389 | 2026-05-21T09:43:43.122Z | Checking libsw v3.5.0 |
| 2390 | 2026-05-21T09:43:43.302Z | Checking linear-map v1.2.0 |
| 2391 | 2026-05-21T09:43:43.336Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2392 | 2026-05-21T09:43:43.396Z | Checking gethostname v0.5.0 |
| 2393 | 2026-05-21T09:43:43.438Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2394 | 2026-05-21T09:43:43.503Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2395 | 2026-05-21T09:43:43.537Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2396 | 2026-05-21T09:43:44.517Z | Compiling progenitor-macro v0.13.0 |
| 2397 | 2026-05-21T09:43:44.551Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2398 | 2026-05-21T09:43:45.072Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2399 | 2026-05-21T09:43:45.527Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2400 | 2026-05-21T09:43:46.932Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2401 | 2026-05-21T09:43:47.934Z | Checking progenitor v0.14.0 |
| 2402 | 2026-05-21T09:43:48.345Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2403 | 2026-05-21T09:43:48.864Z | Checking resolv-conf v0.7.6 |
| 2404 | 2026-05-21T09:43:49.060Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2405 | 2026-05-21T09:43:49.156Z | Checking unicode-linebreak v0.1.5 |
| 2406 | 2026-05-21T09:43:49.248Z | Checking smawk v0.3.2 |
| 2407 | 2026-05-21T09:43:49.404Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2408 | 2026-05-21T09:43:49.436Z | Checking papergrid v0.11.0 |
| 2409 | 2026-05-21T09:43:49.468Z | Checking progenitor v0.13.0 |
| 2410 | 2026-05-21T09:43:49.573Z | Compiling tabled_derive v0.7.0 |
| 2411 | 2026-05-21T09:43:49.633Z | Compiling convert_case v0.10.0 |
| 2412 | 2026-05-21T09:43:49.670Z | Compiling slog-dtrace v0.3.0 |
| 2413 | 2026-05-21T09:43:49.924Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2414 | 2026-05-21T09:43:50.001Z | Compiling derive_more-impl v2.1.1 |
| 2415 | 2026-05-21T09:43:50.559Z | Checking tabled v0.15.0 |
| 2416 | 2026-05-21T09:43:50.562Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2417 | 2026-05-21T09:43:50.628Z | Checking linked-hash-map v0.5.6 |
| 2418 | 2026-05-21T09:43:50.632Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2419 | 2026-05-21T09:43:50.821Z | Checking derive_more v2.1.1 |
| 2420 | 2026-05-21T09:43:50.853Z | Checking lru-cache v0.1.2 |
| 2421 | 2026-05-21T09:43:50.896Z | Checking hickory-proto v0.24.4 |
| 2422 | 2026-05-21T09:43:50.934Z | Checking crossterm v0.29.0 |
| 2423 | 2026-05-21T09:43:50.938Z | Checking fd-lock v4.0.4 |
| 2424 | 2026-05-21T09:43:50.996Z | Checking vte v0.14.1 |
| 2425 | 2026-05-21T09:43:51.112Z | Checking display-error-chain v0.2.2 |
| 2426 | 2026-05-21T09:43:51.180Z | Checking strip-ansi-escapes v0.2.1 |
| 2427 | 2026-05-21T09:43:51.258Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2428 | 2026-05-21T09:43:51.261Z | Checking nu-ansi-term v0.50.3 |
| 2429 | 2026-05-21T09:43:51.329Z | Checking termtree v0.5.1 |
| 2430 | 2026-05-21T09:43:51.423Z | Checking textwrap v0.16.2 |
| 2431 | 2026-05-21T09:43:51.490Z | Compiling minimal-lexical v0.2.1 |
| 2432 | 2026-05-21T09:43:51.529Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2433 | 2026-05-21T09:43:51.531Z | Checking reedline v0.40.0 |
| 2434 | 2026-05-21T09:43:51.668Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2435 | 2026-05-21T09:43:51.719Z | Compiling nom v7.1.3 |
| 2436 | 2026-05-21T09:43:51.772Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2437 | 2026-05-21T09:43:52.039Z | Compiling ar_archive_writer v0.5.1 |
| 2438 | 2026-05-21T09:43:52.230Z | Checking csv-core v0.1.13 |
| 2439 | 2026-05-21T09:43:52.394Z | Compiling stacker v0.1.23 |
| 2440 | 2026-05-21T09:43:52.439Z | Checking csv v1.4.0 |
| 2441 | 2026-05-21T09:43:52.684Z | Compiling cfg_aliases v0.1.1 |
| 2442 | 2026-05-21T09:43:52.719Z | Checking highway v1.3.0 |
| 2443 | 2026-05-21T09:43:52.722Z | Checking hickory-resolver v0.24.4 |
| 2444 | 2026-05-21T09:43:52.789Z | Compiling semver v0.1.20 |
| 2445 | 2026-05-21T09:43:52.824Z | Compiling nix v0.28.0 |
| 2446 | 2026-05-21T09:43:52.900Z | Checking nibble_vec v0.1.0 |
| 2447 | 2026-05-21T09:43:52.934Z | Compiling psm v0.1.30 |
| 2448 | 2026-05-21T09:43:53.004Z | Compiling rustc_version v0.1.7 |
| 2449 | 2026-05-21T09:43:53.058Z | Checking home v0.5.12 |
| 2450 | 2026-05-21T09:43:53.092Z | Checking endian-type v0.1.2 |
| 2451 | 2026-05-21T09:43:53.095Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2452 | 2026-05-21T09:43:53.191Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2453 | 2026-05-21T09:43:53.257Z | Compiling newtype_derive v0.1.6 |
| 2454 | 2026-05-21T09:43:53.260Z | Checking radix_trie v0.2.1 |
| 2455 | 2026-05-21T09:43:53.325Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2456 | 2026-05-21T09:43:53.492Z | Checking phf_shared v0.12.1 |
| 2457 | 2026-05-21T09:43:53.494Z | Checking qorb v0.4.1 |
| 2458 | 2026-05-21T09:43:53.555Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2459 | 2026-05-21T09:43:53.658Z | Compiling chrono-tz v0.10.4 |
| 2460 | 2026-05-21T09:43:53.691Z | Checking phf v0.12.1 |
| 2461 | 2026-05-21T09:43:53.872Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2462 | 2026-05-21T09:43:53.967Z | Compiling const_format_proc_macros v0.2.34 |
| 2463 | 2026-05-21T09:43:53.970Z | Compiling peg-macros v0.8.5 |
| 2464 | 2026-05-21T09:43:54.034Z | Checking recursive v0.1.1 |
| 2465 | 2026-05-21T09:43:54.038Z | Checking winnow v0.6.26 |
| 2466 | 2026-05-21T09:43:54.193Z | Compiling sqlparser_derive v0.5.0 |
| 2467 | 2026-05-21T09:43:54.478Z | Checking unicode_categories v0.1.1 |
| 2468 | 2026-05-21T09:43:54.929Z | Checking const_format v0.2.35 |
| 2469 | 2026-05-21T09:43:54.992Z | Checking sqlparser v0.61.0 |
| 2470 | 2026-05-21T09:43:55.199Z | Checking sqlformat v0.3.5 |
| 2471 | 2026-05-21T09:43:55.232Z | Checking rustyline v14.0.0 |
| 2472 | 2026-05-21T09:43:55.423Z | Checking peg v0.8.5 |
| 2473 | 2026-05-21T09:43:55.526Z | Checking bcs v0.1.6 |
| 2474 | 2026-05-21T09:43:55.665Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2475 | 2026-05-21T09:43:55.791Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2476 | 2026-05-21T09:43:55.953Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2477 | 2026-05-21T09:43:55.987Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2478 | 2026-05-21T09:43:56.020Z | Checking steno v0.4.1 |
| 2479 | 2026-05-21T09:43:56.052Z | Checking filetime v0.2.27 |
| 2480 | 2026-05-21T09:43:56.215Z | Checking xattr v1.6.1 |
| 2481 | 2026-05-21T09:43:56.376Z | Checking tar v0.4.45 |
| 2482 | 2026-05-21T09:43:56.773Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2483 | 2026-05-21T09:43:56.807Z | Checking subprocess v0.2.15 |
| 2484 | 2026-05-21T09:43:56.953Z | Checking base64 v0.21.7 |
| 2485 | 2026-05-21T09:43:57.040Z | Checking headers-core v0.3.0 |
| 2486 | 2026-05-21T09:43:57.125Z | Checking yasna v0.5.2 |
| 2487 | 2026-05-21T09:43:57.176Z | Checking headers v0.4.1 |
| 2488 | 2026-05-21T09:43:57.264Z | Checking dropshot-api-manager-types v0.7.1 |
| 2489 | 2026-05-21T09:43:57.460Z | Checking tagptr v0.2.0 |
| 2490 | 2026-05-21T09:43:57.537Z | Checking rcgen v0.12.1 |
| 2491 | 2026-05-21T09:43:57.631Z | Checking moka v0.12.13 |
| 2492 | 2026-05-21T09:43:57.665Z | Checking utf-8 v0.7.6 |
| 2493 | 2026-05-21T09:43:57.833Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2494 | 2026-05-21T09:43:57.880Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2495 | 2026-05-21T09:43:58.012Z | Compiling libefi-sys v0.1.0 |
| 2496 | 2026-05-21T09:43:58.110Z | Compiling bitfield-struct v0.6.2 |
| 2497 | 2026-05-21T09:43:58.314Z | Checking hickory-resolver v0.25.2 |
| 2498 | 2026-05-21T09:43:58.391Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2499 | 2026-05-21T09:43:58.490Z | Compiling radium v0.7.0 |
| 2500 | 2026-05-21T09:43:58.523Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2501 | 2026-05-21T09:43:58.711Z | Checking tungstenite v0.21.0 |
| 2502 | 2026-05-21T09:43:58.773Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2503 | 2026-05-21T09:43:58.838Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2504 | 2026-05-21T09:43:58.880Z | Checking tap v1.0.1 |
| 2505 | 2026-05-21T09:43:59.016Z | Compiling maybe-uninit v2.0.0 |
| 2506 | 2026-05-21T09:43:59.051Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2507 | 2026-05-21T09:43:59.088Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2508 | 2026-05-21T09:43:59.202Z | Checking tokio-tungstenite v0.21.0 |
| 2509 | 2026-05-21T09:43:59.323Z | Checking wyz v0.5.1 |
| 2510 | 2026-05-21T09:43:59.434Z | Compiling zerocopy-derive v0.6.6 |
| 2511 | 2026-05-21T09:43:59.506Z | Checking crc-catalog v2.4.0 |
| 2512 | 2026-05-21T09:43:59.535Z | Checking funty v2.0.0 |
| 2513 | 2026-05-21T09:43:59.584Z | Compiling packed_struct v0.10.1 |
| 2514 | 2026-05-21T09:43:59.650Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2515 | 2026-05-21T09:43:59.654Z | Checking crc v3.4.0 |
| 2516 | 2026-05-21T09:43:59.714Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2517 | 2026-05-21T09:43:59.894Z | Checking bitvec v1.0.1 |
| 2518 | 2026-05-21T09:43:59.897Z | Compiling packed_struct_codegen v0.10.1 |
| 2519 | 2026-05-21T09:43:59.957Z | Compiling bitfield-macros v0.19.4 |
| 2520 | 2026-05-21T09:44:00.303Z | Checking zerocopy v0.6.6 |
| 2521 | 2026-05-21T09:44:00.630Z | Compiling indexmap v1.9.3 |
| 2522 | 2026-05-21T09:44:00.690Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2523 | 2026-05-21T09:44:00.724Z | Checking nodrop v0.1.14 |
| 2524 | 2026-05-21T09:44:00.846Z | Checking array-init v0.0.4 |
| 2525 | 2026-05-21T09:44:00.953Z | Checking bitfield v0.19.4 |
| 2526 | 2026-05-21T09:44:00.986Z | Checking smallvec v0.6.14 |
| 2527 | 2026-05-21T09:44:01.044Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2528 | 2026-05-21T09:44:01.172Z | Checking hashbrown v0.12.3 |
| 2529 | 2026-05-21T09:44:01.207Z | Checking serde-hex v0.1.0 |
| 2530 | 2026-05-21T09:44:01.271Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2531 | 2026-05-21T09:44:01.456Z | Checking ron v0.8.1 |
| 2532 | 2026-05-21T09:44:01.931Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2533 | 2026-05-21T09:44:01.964Z | Checking hashbrown v0.13.2 |
| 2534 | 2026-05-21T09:44:01.999Z | Checking crc-any v2.5.0 |
| 2535 | 2026-05-21T09:44:02.202Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2536 | 2026-05-21T09:44:02.238Z | Compiling xshell-macros v0.2.7 |
| 2537 | 2026-05-21T09:44:02.310Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2538 | 2026-05-21T09:44:02.397Z | Checking path-slash v0.1.5 |
| 2539 | 2026-05-21T09:44:02.428Z | Checking object v0.30.4 |
| 2540 | 2026-05-21T09:44:02.527Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2541 | 2026-05-21T09:44:02.580Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2542 | 2026-05-21T09:44:02.641Z | Checking xshell v0.2.7 |
| 2543 | 2026-05-21T09:44:02.709Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2544 | 2026-05-21T09:44:02.919Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2545 | 2026-05-21T09:44:03.007Z | Checking half v1.8.3 |
| 2546 | 2026-05-21T09:44:03.232Z | Checking serde_cbor v0.11.2 |
| 2547 | 2026-05-21T09:44:03.386Z | Compiling num-derive v0.3.3 |
| 2548 | 2026-05-21T09:44:03.644Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2549 | 2026-05-21T09:44:03.692Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2550 | 2026-05-21T09:44:03.953Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2551 | 2026-05-21T09:44:04.074Z | Compiling proc-macro-error2 v2.0.1 |
| 2552 | 2026-05-21T09:44:04.359Z | Checking papergrid v0.17.0 |
| 2553 | 2026-05-21T09:44:04.391Z | Checking libscf-sys v1.1.0 |
| 2554 | 2026-05-21T09:44:04.453Z | Compiling tabled_derive v0.11.0 |
| 2555 | 2026-05-21T09:44:04.550Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2556 | 2026-05-21T09:44:04.604Z | Checking testing_table v0.3.0 |
| 2557 | 2026-05-21T09:44:04.730Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2558 | 2026-05-21T09:44:04.790Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2559 | 2026-05-21T09:44:05.185Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2560 | 2026-05-21T09:44:05.442Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2561 | 2026-05-21T09:44:05.486Z | Compiling git-stub v1.0.0 |
| 2562 | 2026-05-21T09:44:05.519Z | Checking maplit v1.0.2 |
| 2563 | 2026-05-21T09:44:05.609Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2564 | 2026-05-21T09:44:05.642Z | Checking tabled v0.20.0 |
| 2565 | 2026-05-21T09:44:05.645Z | Checking crc8 v0.1.1 |
| 2566 | 2026-05-21T09:44:05.767Z | Compiling git-stub-vcs v0.1.0 |
| 2567 | 2026-05-21T09:44:05.800Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2568 | 2026-05-21T09:44:06.147Z | Checking fxhash v0.2.1 |
| 2569 | 2026-05-21T09:44:06.300Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2570 | 2026-05-21T09:44:06.447Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2571 | 2026-05-21T09:44:06.488Z | Checking unicase v2.9.0 |
| 2572 | 2026-05-21T09:44:06.563Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2573 | 2026-05-21T09:44:06.676Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2574 | 2026-05-21T09:44:06.815Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2575 | 2026-05-21T09:44:06.914Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2576 | 2026-05-21T09:44:07.016Z | Compiling typify-impl v0.4.3 |
| 2577 | 2026-05-21T09:44:07.080Z | Checking kstat-rs v0.2.4 |
| 2578 | 2026-05-21T09:44:07.196Z | Compiling diesel_derives v2.3.7 |
| 2579 | 2026-05-21T09:44:07.297Z | Checking scheduled-thread-pool v0.2.7 |
| 2580 | 2026-05-21T09:44:07.344Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2581 | 2026-05-21T09:44:07.446Z | Compiling dsl_auto_type v0.2.0 |
| 2582 | 2026-05-21T09:44:07.478Z | Compiling vergen-gitcl v1.0.8 |
| 2583 | 2026-05-21T09:44:07.692Z | Checking arc-swap v1.8.2 |
| 2584 | 2026-05-21T09:44:07.747Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2585 | 2026-05-21T09:44:07.947Z | Compiling parking_lot_core v0.8.6 |
| 2586 | 2026-05-21T09:44:07.989Z | Checking slog-scope v4.4.1 |
| 2587 | 2026-05-21T09:44:08.187Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2588 | 2026-05-21T09:44:08.227Z | Checking r2d2 v0.8.10 |
| 2589 | 2026-05-21T09:44:08.304Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2590 | 2026-05-21T09:44:08.439Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2591 | 2026-05-21T09:44:08.792Z | Checking downcast-rs v2.0.2 |
| 2592 | 2026-05-21T09:44:09.076Z | Checking slog-stdlog v4.1.1 |
| 2593 | 2026-05-21T09:44:09.112Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2594 | 2026-05-21T09:44:09.143Z | Checking parking_lot v0.11.2 |
| 2595 | 2026-05-21T09:44:09.247Z | Checking slog-envlogger v2.2.0 |
| 2596 | 2026-05-21T09:44:09.281Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2597 | 2026-05-21T09:44:09.364Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2598 | 2026-05-21T09:44:09.425Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2599 | 2026-05-21T09:44:09.429Z | Checking prefix-trie v0.7.0 |
| 2600 | 2026-05-21T09:44:09.631Z | Checking sled v0.34.7 |
| 2601 | 2026-05-21T09:44:09.724Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2602 | 2026-05-21T09:44:09.789Z | Checking hickory-server v0.25.2 |
| 2603 | 2026-05-21T09:44:09.915Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2604 | 2026-05-21T09:44:10.109Z | Checking nanorand v0.7.0 |
| 2605 | 2026-05-21T09:44:10.343Z | Compiling dirs-sys-next v0.1.2 |
| 2606 | 2026-05-21T09:44:10.401Z | Compiling crunchy v0.2.4 |
| 2607 | 2026-05-21T09:44:10.603Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2608 | 2026-05-21T09:44:10.652Z | Compiling salty v0.3.0 |
| 2609 | 2026-05-21T09:44:10.734Z | Compiling dirs-next v2.0.0 |
| 2610 | 2026-05-21T09:44:10.885Z | Checking flume v0.11.1 |
| 2611 | 2026-05-21T09:44:10.918Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2612 | 2026-05-21T09:44:10.992Z | Compiling clang-sys v1.8.1 |
| 2613 | 2026-05-21T09:44:11.025Z | Checking primeorder v0.13.6 |
| 2614 | 2026-05-21T09:44:11.057Z | Compiling tiny-keccak v2.0.2 |
| 2615 | 2026-05-21T09:44:11.344Z | Compiling term v0.7.0 |
| 2616 | 2026-05-21T09:44:11.487Z | Compiling typify-macro v0.4.3 |
| 2617 | 2026-05-21T09:44:11.528Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2618 | 2026-05-21T09:44:11.565Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2619 | 2026-05-21T09:44:11.868Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2620 | 2026-05-21T09:44:11.924Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2621 | 2026-05-21T09:44:11.927Z | Compiling bit-vec v0.6.3 |
| 2622 | 2026-05-21T09:44:11.991Z | Compiling ascii-canvas v3.0.0 |
| 2623 | 2026-05-21T09:44:12.170Z | Compiling bit-set v0.5.3 |
| 2624 | 2026-05-21T09:44:12.261Z | Compiling itertools v0.10.5 |
| 2625 | 2026-05-21T09:44:12.354Z | Compiling ena v0.14.4 |
| 2626 | 2026-05-21T09:44:12.581Z | Compiling libloading v0.8.9 |
| 2627 | 2026-05-21T09:44:12.614Z | Compiling fs-err v2.11.0 |
| 2628 | 2026-05-21T09:44:12.646Z | Compiling diff v0.1.13 |
| 2629 | 2026-05-21T09:44:12.825Z | Compiling bindgen v0.71.1 |
| 2630 | 2026-05-21T09:44:12.859Z | Compiling regex-syntax v0.6.29 |
| 2631 | 2026-05-21T09:44:13.066Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2632 | 2026-05-21T09:44:13.204Z | Compiling typify v0.4.3 |
| 2633 | 2026-05-21T09:44:13.373Z | Checking p384 v0.13.1 |
| 2634 | 2026-05-21T09:44:13.410Z | Compiling cexpr v0.6.0 |
| 2635 | 2026-05-21T09:44:13.441Z | Checking diesel v2.3.7 |
| 2636 | 2026-05-21T09:44:13.444Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2637 | 2026-05-21T09:44:13.809Z | Compiling rustc-hash v2.1.1 |
| 2638 | 2026-05-21T09:44:13.971Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2639 | 2026-05-21T09:44:14.044Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2640 | 2026-05-21T09:44:14.105Z | Compiling libxml v0.3.3 |
| 2641 | 2026-05-21T09:44:14.314Z | Compiling lalrpop v0.19.12 |
| 2642 | 2026-05-21T09:44:14.375Z | Checking parse-size v1.1.0 |
| 2643 | 2026-05-21T09:44:14.406Z | Checking assert_matches v1.5.0 |
| 2644 | 2026-05-21T09:44:14.539Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2645 | 2026-05-21T09:44:15.131Z | Compiling progenitor-impl v0.11.2 |
| 2646 | 2026-05-21T09:44:15.436Z | Compiling strum_macros v0.24.3 |
| 2647 | 2026-05-21T09:44:15.555Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2648 | 2026-05-21T09:44:16.181Z | Compiling indoc v1.0.9 |
| 2649 | 2026-05-21T09:44:16.801Z | Compiling progenitor-impl v0.10.0 |
| 2650 | 2026-05-21T09:44:17.244Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2651 | 2026-05-21T09:44:17.647Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2652 | 2026-05-21T09:44:17.778Z | Compiling progenitor-macro v0.11.2 |
| 2653 | 2026-05-21T09:44:17.868Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2654 | 2026-05-21T09:44:18.228Z | Checking predicates-tree v1.0.13 |
| 2655 | 2026-05-21T09:44:18.375Z | Checking progenitor-client v0.11.2 |
| 2656 | 2026-05-21T09:44:18.446Z | Checking quick-xml v0.37.5 |
| 2657 | 2026-05-21T09:44:18.649Z | Checking derive_builder v0.20.2 |
| 2658 | 2026-05-21T09:44:18.792Z | Compiling oso-derive v0.27.3 |
| 2659 | 2026-05-21T09:44:19.329Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2660 | 2026-05-21T09:44:19.363Z | Compiling trait-variant v0.1.2 |
| 2661 | 2026-05-21T09:44:19.418Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2662 | 2026-05-21T09:44:19.645Z | Checking openssl-probe v0.1.6 |
| 2663 | 2026-05-21T09:44:19.833Z | Compiling progenitor-macro v0.10.0 |
| 2664 | 2026-05-21T09:44:19.869Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2665 | 2026-05-21T09:44:19.933Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2666 | 2026-05-21T09:44:20.890Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2667 | 2026-05-21T09:44:21.760Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2668 | 2026-05-21T09:44:21.841Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2669 | 2026-05-21T09:44:22.580Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2670 | 2026-05-21T09:44:22.668Z | Checking progenitor v0.11.2 |
| 2671 | 2026-05-21T09:44:22.841Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2672 | 2026-05-21T09:44:22.889Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2673 | 2026-05-21T09:44:23.596Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2674 | 2026-05-21T09:44:24.652Z | Compiling mime_guess v2.0.5 |
| 2675 | 2026-05-21T09:44:24.784Z | Checking progenitor v0.10.0 |
| 2676 | 2026-05-21T09:44:24.963Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2677 | 2026-05-21T09:44:25.260Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2678 | 2026-05-21T09:44:25.397Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2679 | 2026-05-21T09:44:25.676Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2680 | 2026-05-21T09:44:25.730Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2681 | 2026-05-21T09:44:25.909Z | Checking http-range v0.1.5 |
| 2682 | 2026-05-21T09:44:25.955Z | Checking corncobs v0.1.4 |
| 2683 | 2026-05-21T09:44:26.069Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2684 | 2026-05-21T09:44:26.114Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2685 | 2026-05-21T09:44:26.440Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2686 | 2026-05-21T09:44:26.443Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2687 | 2026-05-21T09:44:26.504Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2688 | 2026-05-21T09:44:26.570Z | Checking ignore v0.4.25 |
| 2689 | 2026-05-21T09:44:27.008Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2690 | 2026-05-21T09:44:27.112Z | Checking atty v0.2.14 |
| 2691 | 2026-05-21T09:44:27.242Z | Checking secrecy v0.8.0 |
| 2692 | 2026-05-21T09:44:27.564Z | Checking globwalk v0.9.1 |
| 2693 | 2026-05-21T09:44:27.992Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2694 | 2026-05-21T09:44:28.140Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2695 | 2026-05-21T09:44:28.566Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2696 | 2026-05-21T09:44:28.682Z | Checking bb8 v0.8.6 |
| 2697 | 2026-05-21T09:44:28.795Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2698 | 2026-05-21T09:44:28.997Z | Checking async-bb8-diesel v0.2.1 |
| 2699 | 2026-05-21T09:44:29.117Z | Checking hyper-staticfile v0.10.1 |
| 2700 | 2026-05-21T09:44:29.447Z | Checking camino-tempfile-ext v0.3.3 |
| 2701 | 2026-05-21T09:44:29.480Z | Checking diesel-dtrace v0.5.0 |
| 2702 | 2026-05-21T09:44:29.511Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2703 | 2026-05-21T09:44:29.543Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2704 | 2026-05-21T09:44:29.679Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2705 | 2026-05-21T09:44:29.749Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2706 | 2026-05-21T09:44:29.813Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2707 | 2026-05-21T09:44:29.848Z | Checking signal-hook-tokio v0.3.1 |
| 2708 | 2026-05-21T09:44:29.898Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2709 | 2026-05-21T09:44:30.171Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2710 | 2026-05-21T09:44:30.204Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2711 | 2026-05-21T09:44:30.754Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2712 | 2026-05-21T09:44:31.019Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2713 | 2026-05-21T09:44:31.055Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2714 | 2026-05-21T09:44:31.408Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2715 | 2026-05-21T09:44:31.411Z | Checking nonempty v0.12.0 |
| 2716 | 2026-05-21T09:44:31.475Z | Checking illumos-nvpair v0.3.0 |
| 2717 | 2026-05-21T09:44:31.669Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2718 | 2026-05-21T09:44:31.724Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2719 | 2026-05-21T09:44:31.804Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2720 | 2026-05-21T09:44:32.074Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2721 | 2026-05-21T09:44:32.107Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2722 | 2026-05-21T09:44:32.147Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2723 | 2026-05-21T09:44:32.277Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2724 | 2026-05-21T09:44:32.523Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2725 | 2026-05-21T09:44:32.720Z | Checking tungstenite v0.23.0 |
| 2726 | 2026-05-21T09:44:32.808Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2727 | 2026-05-21T09:44:33.177Z | Checking tokio-tungstenite v0.23.1 |
| 2728 | 2026-05-21T09:44:33.478Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2729 | 2026-05-21T09:44:33.571Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2730 | 2026-05-21T09:44:33.849Z | Checking rand_seeder v0.4.0 |
| 2731 | 2026-05-21T09:44:33.980Z | Checking void v1.0.2 |
| 2732 | 2026-05-21T09:44:34.013Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2733 | 2026-05-21T09:44:34.056Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2734 | 2026-05-21T09:44:34.117Z | Checking lzss v0.8.2 |
| 2735 | 2026-05-21T09:44:34.258Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2736 | 2026-05-21T09:44:34.349Z | Checking nix v0.27.1 |
| 2737 | 2026-05-21T09:44:34.444Z | Checking serde_bytes v0.11.19 |
| 2738 | 2026-05-21T09:44:34.532Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2739 | 2026-05-21T09:44:34.656Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2740 | 2026-05-21T09:44:34.898Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2741 | 2026-05-21T09:44:34.932Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2742 | 2026-05-21T09:44:35.370Z | Checking is_ci v1.2.0 |
| 2743 | 2026-05-21T09:44:35.508Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2744 | 2026-05-21T09:44:35.649Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2745 | 2026-05-21T09:44:35.703Z | Checking yansi v1.0.1 |
| 2746 | 2026-05-21T09:44:35.970Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2747 | 2026-05-21T09:44:36.002Z | Checking pretty_assertions v1.4.1 |
| 2748 | 2026-05-21T09:44:36.163Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2749 | 2026-05-21T09:44:36.240Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2750 | 2026-05-21T09:44:36.315Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2751 | 2026-05-21T09:44:36.500Z | Compiling darling_core v0.23.0 |
| 2752 | 2026-05-21T09:44:36.677Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2753 | 2026-05-21T09:44:37.661Z | Compiling indoc v2.0.7 |
| 2754 | 2026-05-21T09:44:37.746Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2755 | 2026-05-21T09:44:37.971Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-05-21T09:44:38.151Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-05-21T09:44:38.383Z | Compiling instability v0.3.11 |
| 2758 | 2026-05-21T09:44:38.637Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2759 | 2026-05-21T09:44:38.789Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2760 | 2026-05-21T09:44:38.831Z | Compiling libz-sys v1.1.24 |
| 2761 | 2026-05-21T09:44:39.053Z | Compiling darling_macro v0.23.0 |
| 2762 | 2026-05-21T09:44:39.255Z | Checking castaway v0.2.4 |
| 2763 | 2026-05-21T09:44:39.402Z | Checking compact_str v0.8.1 |
| 2764 | 2026-05-21T09:44:39.593Z | Compiling darling v0.23.0 |
| 2765 | 2026-05-21T09:44:39.824Z | Checking supports-color v3.0.2 |
| 2766 | 2026-05-21T09:44:39.985Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2767 | 2026-05-21T09:44:40.214Z | Checking unicode-truncate v1.1.0 |
| 2768 | 2026-05-21T09:44:40.248Z | Checking console v0.16.2 |
| 2769 | 2026-05-21T09:44:40.393Z | Checking lru v0.12.5 |
| 2770 | 2026-05-21T09:44:40.527Z | Checking unit-prefix v0.5.2 |
| 2771 | 2026-05-21T09:44:40.580Z | Checking cassowary v0.3.0 |
| 2772 | 2026-05-21T09:44:40.615Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2773 | 2026-05-21T09:44:40.685Z | Checking indicatif v0.18.4 |
| 2774 | 2026-05-21T09:44:40.716Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2775 | 2026-05-21T09:44:40.818Z | Checking ratatui v0.29.0 |
| 2776 | 2026-05-21T09:44:40.892Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2777 | 2026-05-21T09:44:41.239Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2778 | 2026-05-21T09:44:42.152Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2779 | 2026-05-21T09:44:42.383Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2780 | 2026-05-21T09:44:42.471Z | Checking plotters-backend v0.3.7 |
| 2781 | 2026-05-21T09:44:42.548Z | Compiling vergen-git2 v1.0.7 |
| 2782 | 2026-05-21T09:44:42.648Z | Checking cast v0.3.0 |
| 2783 | 2026-05-21T09:44:42.703Z | Checking plotters-svg v0.3.7 |
| 2784 | 2026-05-21T09:44:42.812Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2785 | 2026-05-21T09:44:42.843Z | Checking criterion-plot v0.6.0 |
| 2786 | 2026-05-21T09:44:42.875Z | Checking plotters v0.3.7 |
| 2787 | 2026-05-21T09:44:43.035Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2788 | 2026-05-21T09:44:43.115Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2789 | 2026-05-21T09:44:43.255Z | Checking colored v2.2.0 |
| 2790 | 2026-05-21T09:44:43.487Z | Checking tinytemplate v1.2.1 |
| 2791 | 2026-05-21T09:44:43.645Z | Checking oorandom v11.1.5 |
| 2792 | 2026-05-21T09:44:43.734Z | Checking shell-words v1.1.1 |
| 2793 | 2026-05-21T09:44:43.778Z | Compiling rustls v0.21.12 |
| 2794 | 2026-05-21T09:44:43.811Z | Checking anes v0.1.6 |
| 2795 | 2026-05-21T09:44:43.974Z | Checking typeid v1.0.3 |
| 2796 | 2026-05-21T09:44:44.037Z | Checking criterion v0.7.0 |
| 2797 | 2026-05-21T09:44:44.079Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2798 | 2026-05-21T09:44:44.111Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2799 | 2026-05-21T09:44:44.354Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2800 | 2026-05-21T09:44:44.580Z | Checking sct v0.7.1 |
| 2801 | 2026-05-21T09:44:44.749Z | Checking rustls-webpki v0.101.7 |
| 2802 | 2026-05-21T09:44:45.085Z | Compiling nix v0.29.0 |
| 2803 | 2026-05-21T09:44:45.127Z | Compiling dropshot v0.16.7 |
| 2804 | 2026-05-21T09:44:45.280Z | Checking hex-literal v0.4.1 |
| 2805 | 2026-05-21T09:44:45.442Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2806 | 2026-05-21T09:44:45.621Z | Checking erased-serde v0.4.9 |
| 2807 | 2026-05-21T09:44:46.012Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2808 | 2026-05-21T09:44:46.729Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2809 | 2026-05-21T09:44:47.520Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2810 | 2026-05-21T09:44:48.341Z | Checking toml v0.9.12+spec-1.1.0 |
| 2811 | 2026-05-21T09:44:48.959Z | Checking ordered-float v2.10.1 |
| 2812 | 2026-05-21T09:44:49.106Z | Compiling dropshot_endpoint v0.16.7 |
| 2813 | 2026-05-21T09:44:49.231Z | Checking serde-value v0.7.0 |
| 2814 | 2026-05-21T09:44:49.478Z | Checking tokio-rustls v0.24.1 |
| 2815 | 2026-05-21T09:44:49.721Z | Checking serde-untagged v0.1.9 |
| 2816 | 2026-05-21T09:44:50.205Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2817 | 2026-05-21T09:44:51.015Z | Checking rustls-pemfile v1.0.4 |
| 2818 | 2026-05-21T09:44:51.187Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2819 | 2026-05-21T09:44:51.415Z | Checking twox-hash v2.1.2 |
| 2820 | 2026-05-21T09:44:51.597Z | Checking unicode-xid v0.2.6 |
| 2821 | 2026-05-21T09:44:51.688Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2822 | 2026-05-21T09:44:51.736Z | Checking cargo-util-schemas v0.8.2 |
| 2823 | 2026-05-21T09:44:51.812Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2824 | 2026-05-21T09:44:51.862Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2825 | 2026-05-21T09:44:52.642Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2826 | 2026-05-21T09:44:52.830Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2827 | 2026-05-21T09:44:53.020Z | Checking fatfs v0.3.6 |
| 2828 | 2026-05-21T09:44:53.182Z | Checking cargo-platform v0.2.0 |
| 2829 | 2026-05-21T09:44:53.360Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2830 | 2026-05-21T09:44:53.395Z | Compiling petname v2.0.2 |
| 2831 | 2026-05-21T09:44:53.501Z | Compiling seq-macro v0.3.6 |
| 2832 | 2026-05-21T09:44:54.036Z | Checking cargo_metadata v0.21.0 |
| 2833 | 2026-05-21T09:44:54.068Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2834 | 2026-05-21T09:44:54.717Z | Checking concurrent-queue v2.5.0 |
| 2835 | 2026-05-21T09:44:54.830Z | Checking rtoolbox v0.0.3 |
| 2836 | 2026-05-21T09:44:54.934Z | Checking parking v2.2.1 |
| 2837 | 2026-05-21T09:44:54.995Z | Checking rpassword v7.4.0 |
| 2838 | 2026-05-21T09:44:55.088Z | Checking event-listener v5.4.1 |
| 2839 | 2026-05-21T09:44:55.339Z | Checking tui-tree-widget v0.23.1 |
| 2840 | 2026-05-21T09:44:55.550Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2841 | 2026-05-21T09:44:55.582Z | Checking polyval v0.6.2 |
| 2842 | 2026-05-21T09:44:55.743Z | Checking sapling-renderdag v0.1.0 |
| 2843 | 2026-05-21T09:44:55.778Z | Checking sync-ptr v0.1.4 |
| 2844 | 2026-05-21T09:44:55.924Z | Checking ghash v0.5.1 |
| 2845 | 2026-05-21T09:44:56.002Z | Checking event-listener-strategy v0.5.4 |
| 2846 | 2026-05-21T09:44:56.035Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2847 | 2026-05-21T09:44:56.068Z | Compiling samael v0.0.19 |
| 2848 | 2026-05-21T09:44:56.071Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2849 | 2026-05-21T09:44:56.166Z | Checking ctr v0.9.2 |
| 2850 | 2026-05-21T09:44:56.317Z | Checking futures-timer v3.0.3 |
| 2851 | 2026-05-21T09:44:56.359Z | Checking arrayref v0.3.9 |
| 2852 | 2026-05-21T09:44:56.461Z | Checking arrayvec v0.7.6 |
| 2853 | 2026-05-21T09:44:56.522Z | Checking constant_time_eq v0.4.2 |
| 2854 | 2026-05-21T09:44:56.675Z | Checking aes-gcm v0.10.3 |
| 2855 | 2026-05-21T09:44:56.740Z | Checking async-lock v3.4.2 |
| 2856 | 2026-05-21T09:44:56.781Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2857 | 2026-05-21T09:44:56.858Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2858 | 2026-05-21T09:44:57.160Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2859 | 2026-05-21T09:44:57.766Z | Checking ssh-encoding v0.2.0 |
| 2860 | 2026-05-21T09:44:57.989Z | Checking blowfish v0.9.1 |
| 2861 | 2026-05-21T09:44:58.174Z | Checking bcrypt-pbkdf v0.10.0 |
| 2862 | 2026-05-21T09:44:58.365Z | Checking ssh-cipher v0.2.0 |
| 2863 | 2026-05-21T09:44:58.397Z | Checking async-object-pool v0.2.0 |
| 2864 | 2026-05-21T09:44:58.538Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2865 | 2026-05-21T09:44:58.571Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2866 | 2026-05-21T09:44:58.922Z | Checking serde_regex v1.1.0 |
| 2867 | 2026-05-21T09:44:59.110Z | Checking password-hash v0.4.2 |
| 2868 | 2026-05-21T09:44:59.252Z | Checking assert-json-diff v2.0.2 |
| 2869 | 2026-05-21T09:44:59.364Z | Checking path-tree v0.8.3 |
| 2870 | 2026-05-21T09:44:59.452Z | Checking gimli v0.32.3 |
| 2871 | 2026-05-21T09:44:59.557Z | Checking stringmetrics v2.2.2 |
| 2872 | 2026-05-21T09:44:59.588Z | Compiling target-lexicon v0.13.3 |
| 2873 | 2026-05-21T09:44:59.740Z | Checking httpmock v0.8.3 |
| 2874 | 2026-05-21T09:45:00.167Z | Checking pbkdf2 v0.11.0 |
| 2875 | 2026-05-21T09:45:00.370Z | Checking ssh-key v0.6.7 |
| 2876 | 2026-05-21T09:45:01.006Z | Checking addr2line v0.25.1 |
| 2877 | 2026-05-21T09:45:01.274Z | Checking p521 v0.13.3 |
| 2878 | 2026-05-21T09:45:01.306Z | Checking p256 v0.13.2 |
| 2879 | 2026-05-21T09:45:01.587Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2880 | 2026-05-21T09:45:01.857Z | Checking russh-cryptovec v0.7.3 |
| 2881 | 2026-05-21T09:45:01.891Z | Checking md5 v0.7.0 |
| 2882 | 2026-05-21T09:45:01.926Z | Compiling guppy-workspace-hack v0.1.0 |
| 2883 | 2026-05-21T09:45:02.022Z | Checking rustc-demangle v0.1.27 |
| 2884 | 2026-05-21T09:45:02.092Z | Checking russh-keys v0.45.0 |
| 2885 | 2026-05-21T09:45:02.275Z | Checking backtrace v0.3.76 |
| 2886 | 2026-05-21T09:45:02.436Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2887 | 2026-05-21T09:45:02.607Z | Checking num-bigint v0.4.6 |
| 2888 | 2026-05-21T09:45:02.662Z | Checking des v0.8.1 |
| 2889 | 2026-05-21T09:45:02.846Z | Compiling blake3 v1.8.3 |
| 2890 | 2026-05-21T09:45:02.920Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2891 | 2026-05-21T09:45:03.008Z | Compiling target-spec v3.5.7 |
| 2892 | 2026-05-21T09:45:03.383Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2893 | 2026-05-21T09:45:03.524Z | Checking backtrace-ext v0.2.1 |
| 2894 | 2026-05-21T09:45:03.571Z | Checking russh v0.45.0 |
| 2895 | 2026-05-21T09:45:03.663Z | Checking cfg-expr v0.20.6 |
| 2896 | 2026-05-21T09:45:03.825Z | Checking supports-color v2.1.0 |
| 2897 | 2026-05-21T09:45:03.990Z | Checking textwrap v0.15.2 |
| 2898 | 2026-05-21T09:45:04.039Z | Checking supports-hyperlinks v2.1.0 |
| 2899 | 2026-05-21T09:45:04.080Z | Checking supports-unicode v2.1.0 |
| 2900 | 2026-05-21T09:45:04.201Z | Checking hashbrown v0.14.5 |
| 2901 | 2026-05-21T09:45:04.233Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2902 | 2026-05-21T09:45:04.266Z | Checking cargo-platform v0.3.2 |
| 2903 | 2026-05-21T09:45:04.475Z | Checking socket2 v0.5.10 |
| 2904 | 2026-05-21T09:45:04.507Z | Checking terminal_size v0.1.17 |
| 2905 | 2026-05-21T09:45:04.646Z | Compiling miette-derive v5.10.0 |
| 2906 | 2026-05-21T09:45:04.723Z | Checking owo-colors v3.5.0 |
| 2907 | 2026-05-21T09:45:04.761Z | Checking internet-checksum v0.2.1 |
| 2908 | 2026-05-21T09:45:04.913Z | Checking chumsky v0.9.3 |
| 2909 | 2026-05-21T09:45:05.284Z | Checking cargo_metadata v0.23.1 |
| 2910 | 2026-05-21T09:45:05.814Z | Checking miette v5.10.0 |
| 2911 | 2026-05-21T09:45:06.048Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2912 | 2026-05-21T09:45:06.098Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2913 | 2026-05-21T09:45:06.214Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2914 | 2026-05-21T09:45:06.306Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2915 | 2026-05-21T09:45:06.517Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2916 | 2026-05-21T09:45:06.550Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2917 | 2026-05-21T09:45:06.792Z | Compiling knuffel-derive v3.2.0 |
| 2918 | 2026-05-21T09:45:06.894Z | Checking httptest v0.16.4 |
| 2919 | 2026-05-21T09:45:07.022Z | Checking pathdiff v0.2.3 |
| 2920 | 2026-05-21T09:45:07.160Z | Checking nested v0.1.1 |
| 2921 | 2026-05-21T09:45:07.284Z | Checking topological-sort v0.2.2 |
| 2922 | 2026-05-21T09:45:07.325Z | Checking guppy v0.17.25 |
| 2923 | 2026-05-21T09:45:07.400Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2924 | 2026-05-21T09:45:07.450Z | Checking omicron-zone-package v0.12.2 |
| 2925 | 2026-05-21T09:45:07.666Z | Checking similar-asserts v1.7.0 |
| 2926 | 2026-05-21T09:45:07.849Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2927 | 2026-05-21T09:45:07.940Z | Compiling git2 v0.20.4 |
| 2928 | 2026-05-21T09:45:08.014Z | Compiling target-triple v1.0.0 |
| 2929 | 2026-05-21T09:45:08.291Z | Checking knuffel v3.2.0 |
| 2930 | 2026-05-21T09:45:08.324Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2931 | 2026-05-21T09:45:08.388Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2932 | 2026-05-21T09:45:08.430Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2933 | 2026-05-21T09:45:08.658Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2934 | 2026-05-21T09:45:08.935Z | Checking hickory-client v0.25.2 |
| 2935 | 2026-05-21T09:45:09.269Z | Checking tokio-test v0.4.5 |
| 2936 | 2026-05-21T09:45:09.312Z | Checking escape8259 v0.5.3 |
| 2937 | 2026-05-21T09:45:09.470Z | Compiling assert_cmd v2.1.2 |
| 2938 | 2026-05-21T09:45:09.511Z | Checking libtest-mimic v0.8.1 |
| 2939 | 2026-05-21T09:45:09.860Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2940 | 2026-05-21T09:45:09.941Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2941 | 2026-05-21T09:45:09.997Z | Checking blake2b_simd v1.0.4 |
| 2942 | 2026-05-21T09:45:10.421Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2943 | 2026-05-21T09:45:10.651Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2944 | 2026-05-21T09:45:10.788Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2945 | 2026-05-21T09:45:10.856Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2946 | 2026-05-21T09:45:11.066Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2947 | 2026-05-21T09:45:11.098Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2948 | 2026-05-21T09:45:11.332Z | Checking fancy-regex v0.14.0 |
| 2949 | 2026-05-21T09:45:11.362Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2950 | 2026-05-21T09:45:11.461Z | Checking serde_tokenstream v0.2.3 |
| 2951 | 2026-05-21T09:45:11.556Z | Checking approx v0.5.1 |
| 2952 | 2026-05-21T09:45:11.710Z | Compiling rstest_macros v0.25.0 |
| 2953 | 2026-05-21T09:45:11.741Z | Checking uzers v0.12.2 |
| 2954 | 2026-05-21T09:45:11.744Z | Checking termcolor v1.4.1 |
| 2955 | 2026-05-21T09:45:11.806Z | Compiling polar-core v0.27.3 |
| 2956 | 2026-05-21T09:45:11.985Z | Compiling linkme-impl v0.3.35 |
| 2957 | 2026-05-21T09:45:12.019Z | Checking constant_time_eq v0.3.1 |
| 2958 | 2026-05-21T09:45:12.019Z | Checking trybuild v1.0.116 |
| 2959 | 2026-05-21T09:45:12.152Z | Checking rust-argon2 v2.1.0 |
| 2960 | 2026-05-21T09:45:12.417Z | Checking datatest-stable v0.3.3 |
| 2961 | 2026-05-21T09:45:12.734Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2962 | 2026-05-21T09:45:12.830Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2963 | 2026-05-21T09:45:13.067Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2964 | 2026-05-21T09:45:13.108Z | Checking support-bundle-viewer v0.1.2 |
| 2965 | 2026-05-21T09:45:13.385Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2966 | 2026-05-21T09:45:13.612Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2967 | 2026-05-21T09:45:13.714Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2968 | 2026-05-21T09:45:13.848Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2969 | 2026-05-21T09:45:13.951Z | Checking drift v0.1.4 |
| 2970 | 2026-05-21T09:45:14.079Z | Checking rand_distr v0.5.1 |
| 2971 | 2026-05-21T09:45:14.324Z | Checking multimap v0.10.1 |
| 2972 | 2026-05-21T09:45:14.548Z | Compiling linkme v0.3.35 |
| 2973 | 2026-05-21T09:45:14.619Z | Compiling relative-path v1.9.3 |
| 2974 | 2026-05-21T09:45:14.900Z | Checking dropshot-api-manager v0.7.1 |
| 2975 | 2026-05-21T09:45:16.197Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2976 | 2026-05-21T09:45:16.606Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2977 | 2026-05-21T09:45:16.811Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2978 | 2026-05-21T09:45:16.983Z | Checking oso v0.27.3 |
| 2979 | 2026-05-21T09:45:17.071Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2980 | 2026-05-21T09:45:17.357Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2981 | 2026-05-21T09:45:17.434Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2982 | 2026-05-21T09:45:17.532Z | Checking cargo_toml v0.21.0 |
| 2983 | 2026-05-21T09:45:17.905Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2984 | 2026-05-21T09:45:18.038Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2985 | 2026-05-21T09:45:18.125Z | Checking partial-io v0.5.4 |
| 2986 | 2026-05-21T09:45:18.162Z | Checking termios v0.3.3 |
| 2987 | 2026-05-21T09:45:18.316Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2988 | 2026-05-21T09:45:18.411Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2989 | 2026-05-21T09:45:18.599Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2990 | 2026-05-21T09:45:18.718Z | Checking rstest v0.25.0 |
| 2991 | 2026-05-21T09:45:20.321Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2992 | 2026-05-21T09:45:23.243Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2993 | 2026-05-21T09:45:26.995Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2994 | 2026-05-21T09:45:27.729Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2995 | 2026-05-21T09:45:30.499Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2996 | 2026-05-21T09:45:34.535Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2997 | 2026-05-21T09:45:39.592Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2998 | 2026-05-21T09:45:43.049Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2999 | 2026-05-21T09:45:44.363Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3000 | 2026-05-21T09:45:44.484Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3001 | 2026-05-21T09:45:44.896Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3002 | 2026-05-21T09:45:54.750Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3003 | 2026-05-21T09:47:10.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 03s |
| 3004 | 2026-05-21T09:47:10.677Z | |
| 3005 | 2026-05-21T09:47:10.680Z | real 4:07.097969277 |
| 3006 | 2026-05-21T09:47:10.680Z | user 20:59.263880362 |
| 3007 | 2026-05-21T09:47:10.680Z | sys 4:50.678674072 |
| 3008 | 2026-05-21T09:47:10.680Z | trap 0.509333138 |
| 3009 | 2026-05-21T09:47:10.680Z | tflt 0.518118811 |
| 3010 | 2026-05-21T09:47:10.681Z | dflt 0.431521199 |
| 3011 | 2026-05-21T09:47:10.681Z | kflt 0.005669210 |
| 3012 | 2026-05-21T09:47:10.681Z | lock 57:51.249961779 |
| 3013 | 2026-05-21T09:47:10.681Z | slp 57:48.697831290 |
| 3014 | 2026-05-21T09:47:10.681Z | lat 1:53.215943094 |
| 3015 | 2026-05-21T09:47:10.681Z | stop 10:40.968494130 |
| 3016 | 2026-05-21T09:47:10.681Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3017 | 2026-05-21T09:47:10.681Z | + ptime -m cargo doc --workspace --no-deps |
| 3018 | 2026-05-21T09:47:11.558Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3019 | 2026-05-21T09:47:11.558Z | | |
| 3020 | 2026-05-21T09:47:11.558Z | = 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)` |
| 3021 | 2026-05-21T09:47:11.558Z | = 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> |
| 3022 | 2026-05-21T09:47:12.552Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3023 | 2026-05-21T09:47:12.783Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3024 | 2026-05-21T09:47:12.828Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3025 | 2026-05-21T09:47:12.891Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3026 | 2026-05-21T09:47:13.005Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3027 | 2026-05-21T09:47:13.051Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3028 | 2026-05-21T09:47:13.078Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3029 | 2026-05-21T09:47:13.103Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3030 | 2026-05-21T09:47:13.154Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3031 | 2026-05-21T09:47:13.272Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3032 | 2026-05-21T09:47:13.312Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3033 | 2026-05-21T09:47:13.355Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3034 | 2026-05-21T09:47:13.379Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3035 | 2026-05-21T09:47:13.433Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3036 | 2026-05-21T09:47:13.456Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3037 | 2026-05-21T09:47:13.479Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3038 | 2026-05-21T09:47:13.505Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3039 | 2026-05-21T09:47:13.527Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3040 | 2026-05-21T09:47:13.553Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3041 | 2026-05-21T09:47:13.598Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3042 | 2026-05-21T09:47:13.862Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3043 | 2026-05-21T09:47:14.144Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3044 | 2026-05-21T09:47:14.224Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3045 | 2026-05-21T09:47:14.293Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3046 | 2026-05-21T09:47:14.319Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3047 | 2026-05-21T09:47:14.370Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3048 | 2026-05-21T09:47:14.508Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3049 | 2026-05-21T09:47:14.554Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3050 | 2026-05-21T09:47:14.608Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3051 | 2026-05-21T09:47:14.724Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3052 | 2026-05-21T09:47:14.727Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3053 | 2026-05-21T09:47:14.903Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3054 | 2026-05-21T09:47:14.974Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3055 | 2026-05-21T09:47:15.004Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3056 | 2026-05-21T09:47:15.167Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3057 | 2026-05-21T09:47:15.203Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3058 | 2026-05-21T09:47:15.257Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3059 | 2026-05-21T09:47:15.458Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3060 | 2026-05-21T09:47:15.726Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3061 | 2026-05-21T09:47:15.969Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3062 | 2026-05-21T09:47:15.997Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3063 | 2026-05-21T09:47:16.038Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3064 | 2026-05-21T09:47:16.117Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3065 | 2026-05-21T09:47:16.291Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3066 | 2026-05-21T09:47:16.316Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3067 | 2026-05-21T09:47:16.495Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3068 | 2026-05-21T09:47:16.560Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3069 | 2026-05-21T09:47:16.586Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3070 | 2026-05-21T09:47:16.613Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3071 | 2026-05-21T09:47:16.788Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3072 | 2026-05-21T09:47:16.837Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3073 | 2026-05-21T09:47:16.884Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3074 | 2026-05-21T09:47:16.913Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3075 | 2026-05-21T09:47:17.026Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3076 | 2026-05-21T09:47:17.061Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3077 | 2026-05-21T09:47:17.087Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3078 | 2026-05-21T09:47:17.147Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3079 | 2026-05-21T09:47:17.177Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3080 | 2026-05-21T09:47:17.227Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3081 | 2026-05-21T09:47:17.263Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3082 | 2026-05-21T09:47:17.286Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3083 | 2026-05-21T09:47:17.464Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3084 | 2026-05-21T09:47:17.795Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3085 | 2026-05-21T09:47:17.827Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3086 | 2026-05-21T09:47:18.081Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3087 | 2026-05-21T09:47:18.267Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3088 | 2026-05-21T09:47:18.485Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3089 | 2026-05-21T09:47:18.577Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3090 | 2026-05-21T09:47:18.744Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3091 | 2026-05-21T09:47:18.747Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3092 | 2026-05-21T09:47:18.996Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3093 | 2026-05-21T09:47:19.138Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3094 | 2026-05-21T09:47:19.162Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3095 | 2026-05-21T09:47:19.356Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3096 | 2026-05-21T09:47:19.873Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3097 | 2026-05-21T09:47:19.903Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3098 | 2026-05-21T09:47:20.172Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3099 | 2026-05-21T09:47:20.554Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3100 | 2026-05-21T09:47:20.847Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3101 | 2026-05-21T09:47:21.254Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3102 | 2026-05-21T09:47:21.278Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3103 | 2026-05-21T09:47:21.304Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3104 | 2026-05-21T09:47:21.394Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3105 | 2026-05-21T09:47:21.615Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3106 | 2026-05-21T09:47:21.745Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3107 | 2026-05-21T09:47:21.868Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3108 | 2026-05-21T09:47:21.961Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3109 | 2026-05-21T09:47:21.985Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3110 | 2026-05-21T09:47:22.162Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3111 | 2026-05-21T09:47:22.199Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3112 | 2026-05-21T09:47:22.335Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3113 | 2026-05-21T09:47:22.401Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3114 | 2026-05-21T09:47:22.404Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3115 | 2026-05-21T09:47:22.447Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3116 | 2026-05-21T09:47:22.506Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3117 | 2026-05-21T09:47:22.569Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3118 | 2026-05-21T09:47:22.592Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3119 | 2026-05-21T09:47:22.734Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3120 | 2026-05-21T09:47:22.820Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3121 | 2026-05-21T09:47:22.842Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3122 | 2026-05-21T09:47:22.886Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3123 | 2026-05-21T09:47:22.933Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3124 | 2026-05-21T09:47:23.020Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3125 | 2026-05-21T09:47:23.136Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3126 | 2026-05-21T09:47:23.189Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3127 | 2026-05-21T09:47:23.228Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3128 | 2026-05-21T09:47:23.342Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3129 | 2026-05-21T09:47:23.437Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3130 | 2026-05-21T09:47:23.684Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3131 | 2026-05-21T09:47:23.707Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3132 | 2026-05-21T09:47:23.730Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3133 | 2026-05-21T09:47:24.427Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3134 | 2026-05-21T09:47:24.451Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3135 | 2026-05-21T09:47:24.751Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3136 | 2026-05-21T09:47:25.031Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3137 | 2026-05-21T09:47:25.539Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3138 | 2026-05-21T09:47:25.952Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3139 | 2026-05-21T09:47:25.975Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3140 | 2026-05-21T09:47:26.166Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3141 | 2026-05-21T09:47:26.446Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3142 | 2026-05-21T09:47:26.804Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3143 | 2026-05-21T09:47:27.115Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3144 | 2026-05-21T09:47:27.163Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3145 | 2026-05-21T09:47:27.392Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3146 | 2026-05-21T09:47:27.706Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3147 | 2026-05-21T09:47:28.008Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3148 | 2026-05-21T09:47:28.088Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3149 | 2026-05-21T09:47:28.113Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3150 | 2026-05-21T09:47:28.810Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3151 | 2026-05-21T09:47:29.003Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3152 | 2026-05-21T09:47:29.306Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3153 | 2026-05-21T09:47:29.396Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3154 | 2026-05-21T09:47:29.487Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3155 | 2026-05-21T09:47:30.052Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3156 | 2026-05-21T09:47:30.470Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3157 | 2026-05-21T09:47:30.851Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3158 | 2026-05-21T09:47:31.426Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3159 | 2026-05-21T09:47:31.799Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3160 | 2026-05-21T09:47:31.829Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3161 | 2026-05-21T09:47:32.574Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3162 | 2026-05-21T09:47:33.040Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3163 | 2026-05-21T09:47:33.123Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3164 | 2026-05-21T09:47:33.207Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3165 | 2026-05-21T09:47:33.427Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3166 | 2026-05-21T09:47:33.595Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3167 | 2026-05-21T09:47:33.812Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3168 | 2026-05-21T09:47:33.950Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3169 | 2026-05-21T09:47:34.077Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3170 | 2026-05-21T09:47:34.106Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3171 | 2026-05-21T09:47:34.369Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3172 | 2026-05-21T09:47:35.139Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3173 | 2026-05-21T09:47:35.236Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3174 | 2026-05-21T09:47:35.345Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3175 | 2026-05-21T09:47:35.474Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3176 | 2026-05-21T09:47:35.545Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3177 | 2026-05-21T09:47:38.278Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3178 | 2026-05-21T09:47:38.717Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3179 | 2026-05-21T09:47:38.960Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3180 | 2026-05-21T09:47:39.970Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3181 | 2026-05-21T09:47:40.062Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3182 | 2026-05-21T09:47:40.720Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3183 | 2026-05-21T09:47:40.891Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3184 | 2026-05-21T09:47:41.591Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3185 | 2026-05-21T09:47:41.685Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3186 | 2026-05-21T09:47:42.545Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3187 | 2026-05-21T09:47:42.918Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3188 | 2026-05-21T09:47:43.180Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3189 | 2026-05-21T09:47:43.383Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3190 | 2026-05-21T09:47:44.206Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3191 | 2026-05-21T09:47:44.547Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3192 | 2026-05-21T09:47:44.592Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3193 | 2026-05-21T09:47:44.682Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3194 | 2026-05-21T09:47:44.880Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3195 | 2026-05-21T09:47:45.395Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3196 | 2026-05-21T09:47:45.481Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3197 | 2026-05-21T09:47:45.712Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3198 | 2026-05-21T09:47:46.465Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3199 | 2026-05-21T09:47:46.641Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3200 | 2026-05-21T09:47:46.959Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3201 | 2026-05-21T09:47:47.221Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3202 | 2026-05-21T09:47:47.404Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3203 | 2026-05-21T09:47:47.538Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3204 | 2026-05-21T09:47:47.586Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3205 | 2026-05-21T09:47:48.132Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3206 | 2026-05-21T09:47:48.266Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3207 | 2026-05-21T09:47:49.033Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3208 | 2026-05-21T09:47:49.170Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3209 | 2026-05-21T09:47:49.288Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3210 | 2026-05-21T09:47:51.975Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3211 | 2026-05-21T09:47:53.283Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3212 | 2026-05-21T09:47:53.765Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3213 | 2026-05-21T09:47:54.186Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3214 | 2026-05-21T09:47:56.147Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3215 | 2026-05-21T09:47:56.719Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3216 | 2026-05-21T09:47:57.901Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3217 | 2026-05-21T09:47:58.343Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3218 | 2026-05-21T09:47:58.718Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3219 | 2026-05-21T09:48:01.049Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3220 | 2026-05-21T09:48:01.671Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3221 | 2026-05-21T09:48:02.985Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3222 | 2026-05-21T09:48:03.128Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3223 | 2026-05-21T09:48:04.294Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3224 | 2026-05-21T09:48:04.511Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3225 | 2026-05-21T09:48:05.213Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3226 | 2026-05-21T09:48:05.726Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3227 | 2026-05-21T09:48:09.916Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3228 | 2026-05-21T09:48:10.429Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3229 | 2026-05-21T09:48:11.161Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3230 | 2026-05-21T09:48:12.471Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3231 | 2026-05-21T09:48:13.115Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3232 | 2026-05-21T09:48:13.825Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3233 | 2026-05-21T09:48:14.570Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3234 | 2026-05-21T09:48:15.284Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3235 | 2026-05-21T09:48:15.976Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3236 | 2026-05-21T09:48:17.127Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3237 | 2026-05-21T09:48:18.389Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3238 | 2026-05-21T09:48:18.793Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3239 | 2026-05-21T09:48:19.039Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3240 | 2026-05-21T09:48:19.759Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3241 | 2026-05-21T09:48:20.549Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3242 | 2026-05-21T09:48:21.483Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3243 | 2026-05-21T09:48:24.953Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3244 | 2026-05-21T09:48:25.485Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3245 | 2026-05-21T09:48:26.394Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3246 | 2026-05-21T09:48:27.199Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3247 | 2026-05-21T09:48:28.192Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3248 | 2026-05-21T09:48:29.190Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3249 | 2026-05-21T09:48:31.575Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3250 | 2026-05-21T09:48:31.931Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3251 | 2026-05-21T09:48:32.705Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3252 | 2026-05-21T09:48:34.203Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3253 | 2026-05-21T09:48:35.398Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3254 | 2026-05-21T09:48:36.541Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3255 | 2026-05-21T09:48:37.891Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3256 | 2026-05-21T09:48:39.122Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3257 | 2026-05-21T09:48:41.547Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3258 | 2026-05-21T09:48:42.404Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3259 | 2026-05-21T09:48:43.843Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3260 | 2026-05-21T09:48:45.385Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3261 | 2026-05-21T09:48:48.370Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3262 | 2026-05-21T09:48:50.063Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3263 | 2026-05-21T09:48:51.620Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3264 | 2026-05-21T09:48:55.159Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3265 | 2026-05-21T09:48:56.310Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3266 | 2026-05-21T09:48:57.154Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3267 | 2026-05-21T09:48:57.911Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3268 | 2026-05-21T09:48:59.576Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3269 | 2026-05-21T09:49:01.284Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3270 | 2026-05-21T09:49:03.091Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3271 | 2026-05-21T09:49:04.943Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3272 | 2026-05-21T09:49:06.523Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3273 | 2026-05-21T09:49:08.489Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3274 | 2026-05-21T09:49:09.858Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3275 | 2026-05-21T09:49:11.524Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3276 | 2026-05-21T09:49:13.202Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3277 | 2026-05-21T09:49:14.793Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3278 | 2026-05-21T09:49:16.451Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3279 | 2026-05-21T09:49:19.620Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3280 | 2026-05-21T09:49:21.735Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3281 | 2026-05-21T09:49:23.229Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3282 | 2026-05-21T09:49:25.320Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3283 | 2026-05-21T09:49:26.876Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3284 | 2026-05-21T09:49:28.669Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3285 | 2026-05-21T09:49:30.917Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3286 | 2026-05-21T09:49:32.670Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3287 | 2026-05-21T09:49:34.599Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3288 | 2026-05-21T09:49:36.741Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3289 | 2026-05-21T09:49:38.337Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3290 | 2026-05-21T09:49:40.287Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3291 | 2026-05-21T09:49:43.131Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3292 | 2026-05-21T09:49:46.005Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3293 | 2026-05-21T09:49:47.224Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3294 | 2026-05-21T09:49:49.355Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3295 | 2026-05-21T09:49:51.608Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3296 | 2026-05-21T09:49:53.759Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3297 | 2026-05-21T09:49:55.951Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3298 | 2026-05-21T09:49:58.164Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3299 | 2026-05-21T09:50:00.420Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3300 | 2026-05-21T09:50:02.580Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3301 | 2026-05-21T09:50:05.085Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3302 | 2026-05-21T09:50:07.397Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3303 | 2026-05-21T09:50:09.120Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3304 | 2026-05-21T09:50:11.395Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3305 | 2026-05-21T09:50:13.584Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3306 | 2026-05-21T09:50:15.788Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3307 | 2026-05-21T09:50:18.137Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3308 | 2026-05-21T09:50:20.417Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3309 | 2026-05-21T09:50:22.648Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3310 | 2026-05-21T09:50:24.935Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3311 | 2026-05-21T09:50:27.167Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3312 | 2026-05-21T09:50:29.422Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3313 | 2026-05-21T09:50:31.687Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3314 | 2026-05-21T09:50:33.966Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3315 | 2026-05-21T09:50:36.235Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3316 | 2026-05-21T09:50:38.530Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3317 | 2026-05-21T09:50:40.822Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3318 | 2026-05-21T09:50:43.028Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3319 | 2026-05-21T09:50:45.308Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3320 | 2026-05-21T09:50:47.631Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3321 | 2026-05-21T09:50:49.930Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3322 | 2026-05-21T09:50:52.727Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3323 | 2026-05-21T09:50:54.839Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3324 | 2026-05-21T09:50:57.244Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3325 | 2026-05-21T09:50:59.824Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3326 | 2026-05-21T09:51:02.107Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3327 | 2026-05-21T09:51:04.524Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3328 | 2026-05-21T09:51:06.912Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3329 | 2026-05-21T09:51:09.315Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3330 | 2026-05-21T09:51:11.923Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3331 | 2026-05-21T09:51:14.431Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3332 | 2026-05-21T09:51:16.690Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3333 | 2026-05-21T09:51:19.214Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3334 | 2026-05-21T09:51:21.832Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3335 | 2026-05-21T09:51:24.270Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3336 | 2026-05-21T09:51:26.818Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3337 | 2026-05-21T09:51:29.499Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3338 | 2026-05-21T09:51:31.998Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3339 | 2026-05-21T09:51:34.523Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3340 | 2026-05-21T09:51:36.984Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3341 | 2026-05-21T09:51:39.510Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3342 | 2026-05-21T09:51:42.065Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3343 | 2026-05-21T09:51:44.986Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3344 | 2026-05-21T09:51:47.407Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3345 | 2026-05-21T09:51:50.002Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3346 | 2026-05-21T09:51:57.469Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3347 | 2026-05-21T09:51:57.790Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3348 | 2026-05-21T09:52:01.072Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3349 | 2026-05-21T09:52:04.326Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3350 | 2026-05-21T09:52:07.679Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3351 | 2026-05-21T09:52:11.039Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3352 | 2026-05-21T09:52:15.690Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3353 | 2026-05-21T09:52:18.595Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3354 | 2026-05-21T09:52:22.202Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3355 | 2026-05-21T09:52:25.794Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3356 | 2026-05-21T09:52:29.464Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3357 | 2026-05-21T09:52:33.155Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3358 | 2026-05-21T09:52:36.772Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3359 | 2026-05-21T09:52:40.405Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3360 | 2026-05-21T09:52:44.057Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3361 | 2026-05-21T09:52:47.805Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3362 | 2026-05-21T09:52:51.387Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3363 | 2026-05-21T09:52:55.036Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3364 | 2026-05-21T09:52:58.691Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3365 | 2026-05-21T09:53:02.463Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3366 | 2026-05-21T09:53:06.018Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3367 | 2026-05-21T09:53:09.713Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3368 | 2026-05-21T09:53:13.365Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3369 | 2026-05-21T09:53:16.993Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3370 | 2026-05-21T09:53:46.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 35s |
| 3371 | 2026-05-21T09:53:46.611Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files |
| 3372 | 2026-05-21T09:53:46.715Z | |
| 3373 | 2026-05-21T09:53:46.715Z | real 6:35.950638494 |
| 3374 | 2026-05-21T09:53:46.715Z | user 17:46.571423763 |
| 3375 | 2026-05-21T09:53:46.715Z | sys 3:46.842800161 |
| 3376 | 2026-05-21T09:53:46.715Z | trap 0.265322532 |
| 3377 | 2026-05-21T09:53:46.715Z | tflt 0.035807973 |
| 3378 | 2026-05-21T09:53:46.715Z | dflt 0.042180601 |
| 3379 | 2026-05-21T09:53:46.715Z | kflt 0.000026540 |
| 3380 | 2026-05-21T09:53:46.719Z | lock 6:10:47.535109266 |
| 3381 | 2026-05-21T09:53:46.719Z | slp 2:12:48.992448769 |
| 3382 | 2026-05-21T09:53:46.719Z | lat 35.802785634 |
| 3383 | 2026-05-21T09:53:46.719Z | stop 1:52.426517296 |
| 3384 | 2026-05-21T09:53:46.719Z | process exited: duration 779230 ms, exit code 0 |
| |
| 3385 | 2026-05-21T09:53:46.726Z | found 0 output files |