|
|
|
| 1 | 2026-06-08T19:37:16.003Z | job assigned to worker 01KTMBS7BT92D89F5H4ERAT2CC [factory aws, i-03890d4466fcc4a03] (queued for 43 s) |
| |
| 2 | 2026-06-08T19:37:22.894Z | starting task 0: "setup" |
| 3 | 2026-06-08T19:37:22.898Z | ++ uname -s |
| 4 | 2026-06-08T19:37:22.901Z | + kern=SunOS |
| 5 | 2026-06-08T19:37:22.901Z | + build_user=build |
| 6 | 2026-06-08T19:37:22.902Z | + build_uid=12345 |
| 7 | 2026-06-08T19:37:22.902Z | + work_dir=/work |
| 8 | 2026-06-08T19:37:22.902Z | + input_dir=/input |
| 9 | 2026-06-08T19:37:22.902Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-08T19:37:22.903Z | + case "$kern" in |
| 11 | 2026-06-08T19:37:22.903Z | + groupadd -g 12345 build |
| 12 | 2026-06-08T19:37:22.903Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-08T19:37:24.908Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-08T19:37:25.062Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-08T19:37:25.066Z | + home_fs=zfs |
| 16 | 2026-06-08T19:37:25.066Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-08T19:37:25.066Z | + mkdir -p /home/build |
| 18 | 2026-06-08T19:37:25.066Z | + chown build:build /home/build /work |
| 19 | 2026-06-08T19:37:27.073Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-08T19:37:27.078Z | process exited: duration 4178 ms, exit code 0 |
| |
| 21 | 2026-06-08T19:37:27.084Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-08T19:37:27.089Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-08T19:37:27.089Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-08T19:37:27.089Z | * rust toolchain profile = "default" |
| 25 | 2026-06-08T19:37:27.089Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-08T19:37:27.089Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-08T19:37:27.089Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-08T19:37:27.095Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-08T19:37:27.095Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-08T19:37:27.174Z | info: downloading installer |
| 31 | 2026-06-08T19:37:28.495Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-08T19:37:28.495Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-08T19:37:28.495Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-08T19:37:28.495Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-08T19:37:28.508Z | info: profile set to default |
| 36 | 2026-06-08T19:37:28.508Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-08T19:37:28.511Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-08T19:37:28.664Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-08T19:37:28.667Z | info: downloading 6 components |
| 40 | 2026-06-08T19:37:43.007Z | |
| 41 | 2026-06-08T19:37:43.007Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-06-08T19:37:43.030Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-08T19:37:43.031Z | |
| 44 | 2026-06-08T19:37:43.031Z | |
| 45 | 2026-06-08T19:37:43.031Z | Rust is installed now. Great! |
| 46 | 2026-06-08T19:37:43.031Z | |
| 47 | 2026-06-08T19:37:43.034Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-08T19:37:43.034Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-08T19:37:43.034Z | |
| 50 | 2026-06-08T19:37:43.034Z | To configure your current shell, you need to source |
| 51 | 2026-06-08T19:37:43.035Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-08T19:37:43.035Z | |
| 53 | 2026-06-08T19:37:43.035Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-08T19:37:43.035Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-08T19:37:43.035Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-08T19:37:43.035Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-08T19:37:43.035Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-08T19:37:43.035Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-08T19:37:43.035Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-08T19:37:43.035Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-08T19:37:43.035Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-08T19:37:43.115Z | + rustup --version |
| 63 | 2026-06-08T19:37:43.125Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-08T19:37:43.128Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-08T19:37:43.148Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-08T19:37:43.152Z | + cargo --version |
| 67 | 2026-06-08T19:37:43.161Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-08T19:37:43.166Z | + rustc --version |
| 69 | 2026-06-08T19:37:43.185Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-08T19:37:43.190Z | process exited: duration 16103 ms, exit code 0 |
| |
| 71 | 2026-06-08T19:37:43.203Z | starting task 2: "authentication" |
| 72 | 2026-06-08T19:37:43.214Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-06-08T19:37:43.226Z | starting task 3: "clone repository" |
| 74 | 2026-06-08T19:37:43.232Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-08T19:37:43.232Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-08T19:37:43.267Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-08T19:37:55.772Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-08T19:37:55.772Z | + git fetch origin e4bde9607f2a21cf555e35f515858c2931832047 |
| 79 | 2026-06-08T19:37:56.082Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-08T19:37:56.082Z | * branch e4bde9607f2a21cf555e35f515858c2931832047 -> FETCH_HEAD |
| 81 | 2026-06-08T19:37:56.098Z | + [[ -n jmcarp/zone-stat-parse ]] |
| 82 | 2026-06-08T19:37:56.116Z | ++ git branch --show-current |
| 83 | 2026-06-08T19:37:56.117Z | + current=main |
| 84 | 2026-06-08T19:37:56.117Z | + [[ main != jmcarp/zone-stat-parse ]] |
| 85 | 2026-06-08T19:37:56.117Z | + git branch -f jmcarp/zone-stat-parse e4bde9607f2a21cf555e35f515858c2931832047 |
| 86 | 2026-06-08T19:37:56.117Z | + git checkout -f jmcarp/zone-stat-parse |
| 87 | 2026-06-08T19:37:56.196Z | Switched to branch 'jmcarp/zone-stat-parse' |
| 88 | 2026-06-08T19:37:56.226Z | + git reset --hard e4bde9607f2a21cf555e35f515858c2931832047 |
| 89 | 2026-06-08T19:37:56.296Z | HEAD is now at e4bde9607 Handle zone names without uuids. |
| 90 | 2026-06-08T19:37:56.362Z | process exited: duration 13062 ms, exit code 0 |
| |
| 91 | 2026-06-08T19:37:56.450Z | starting task 4: "build" |
| 92 | 2026-06-08T19:37:56.497Z | + source ./env.sh |
| 93 | 2026-06-08T19:37:56.497Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-08T19:37:56.497Z | ++ set -o xtrace |
| 95 | 2026-06-08T19:37:56.497Z | ++++ dirname ./env.sh |
| 96 | 2026-06-08T19:37:56.497Z | +++ readlink -f . |
| 97 | 2026-06-08T19:37:56.497Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-08T19:37:56.497Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-06-08T19:37:56.497Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-06-08T19:37:56.497Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-06-08T19:37:56.497Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-06-08T19:37:56.497Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-06-08T19:37:56.497Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-06-08T19:37:56.498Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-06-08T19:37:56.498Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-06-08T19:37:56.498Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-06-08T19:37:56.498Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-06-08T19:37:56.498Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-06-08T19:37:56.498Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-06-08T19:37:56.498Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-06-08T19:37:56.498Z | + cargo --version |
| 112 | 2026-06-08T19:37:56.498Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-06-08T19:37:56.498Z | + rustc --version |
| 114 | 2026-06-08T19:37:56.590Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-06-08T19:37:56.590Z | + banner prerequisites |
| 116 | 2026-06-08T19:37:56.590Z | |
| 117 | 2026-06-08T19:37:56.590Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-06-08T19:37:56.590Z | # # # # # # # # # # # # # # # |
| 119 | 2026-06-08T19:37:56.590Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-06-08T19:37:56.590Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-06-08T19:37:56.591Z | # # # # # # # # # # # # # # # |
| 122 | 2026-06-08T19:37:56.591Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-06-08T19:37:56.591Z | |
| 124 | 2026-06-08T19:37:56.591Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-06-08T19:37:57.960Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-06-08T19:37:58.054Z | Startup: Caching catalogs ... Done |
| 127 | 2026-06-08T19:37:58.370Z | Planning: Solver setup ... Done (0.283s) |
| 128 | 2026-06-08T19:37:58.387Z | Planning: Running solver ... Done (0.021s) |
| 129 | 2026-06-08T19:37:58.409Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-06-08T19:37:58.422Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-06-08T19:37:58.431Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-06-08T19:37:58.431Z | Planning: Package planning ... Done (0.014s) |
| 133 | 2026-06-08T19:37:58.443Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-06-08T19:37:58.619Z | Planning: Checking for conflicting actions ... Done (0.189s) |
| 135 | 2026-06-08T19:37:58.625Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-06-08T19:37:59.430Z | Planning: Evaluating mediators ... Done (0.812s) |
| 137 | 2026-06-08T19:37:59.434Z | Planning: Planning completed in 1.38 seconds |
| 138 | 2026-06-08T19:37:59.440Z | Packages to install: 2 |
| 139 | 2026-06-08T19:37:59.443Z | Estimated space available: 156.07 GB |
| 140 | 2026-06-08T19:37:59.443Z | Estimated space to be consumed: 25.33 MB |
| 141 | 2026-06-08T19:37:59.443Z | Create boot environment: No |
| 142 | 2026-06-08T19:37:59.444Z | Create backup boot environment: No |
| 143 | 2026-06-08T19:37:59.444Z | Rebuild boot archive: No |
| 144 | 2026-06-08T19:37:59.444Z | |
| 145 | 2026-06-08T19:37:59.446Z | Changed packages: |
| 146 | 2026-06-08T19:37:59.446Z | helios |
| 147 | 2026-06-08T19:37:59.446Z | developer/build-essential |
| 148 | 2026-06-08T19:37:59.446Z | None -> 11-3.0 |
| 149 | 2026-06-08T19:37:59.446Z | library/libxmlsec1 |
| 150 | 2026-06-08T19:37:59.446Z | None -> 1.2.35-3.0 |
| 151 | 2026-06-08T19:37:59.464Z | |
| 152 | 2026-06-08T19:37:59.464Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-06-08T19:37:59.970Z | Download: Completed 1.28 MB in 0.51 seconds (2.5M/s) |
| 154 | 2026-06-08T19:38:00.034Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-06-08T19:38:00.073Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-06-08T19:38:00.081Z | Finalize: Updating package state database ... Done (0.008s) |
| 157 | 2026-06-08T19:38:00.084Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-06-08T19:38:00.104Z | Finalize: Updating image state ... Done (0.022s) |
| 159 | 2026-06-08T19:38:02.532Z | Finalize: Creating fast lookup database ... Done (2.406s) |
| 160 | 2026-06-08T19:38:02.602Z | Finalize: Reading search index ... Done (0.013s) |
| 161 | 2026-06-08T19:38:02.605Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-06-08T19:38:02.701Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-06-08T19:38:03.001Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-06-08T19:38:03.111Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-06-08T19:38:03.114Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-06-08T19:38:03.273Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-06-08T19:38:03.276Z | Planning: Planning completed in 0.27 seconds |
| 168 | 2026-06-08T19:38:03.295Z | Mediators to change: 2 |
| 169 | 2026-06-08T19:38:03.295Z | Create boot environment: No |
| 170 | 2026-06-08T19:38:03.295Z | Create backup boot environment: No |
| 171 | 2026-06-08T19:38:03.359Z | Finalize: Updating package state database ... Done |
| 172 | 2026-06-08T19:38:03.359Z | Finalize: Updating package cache ... Done |
| 173 | 2026-06-08T19:38:03.371Z | Finalize: Updating image state ... Done |
| 174 | 2026-06-08T19:38:05.335Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-06-08T19:38:05.394Z | Finalize: Reading search index ... Done |
| 176 | 2026-06-08T19:38:05.399Z | Finalize: Updating search index ... Done |
| 177 | 2026-06-08T19:38:05.475Z | Finalize: Updating package cache ... Done |
| 178 | 2026-06-08T19:38:05.762Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-06-08T19:38:05.868Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-06-08T19:38:05.872Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-06-08T19:38:06.032Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-06-08T19:38:06.036Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-06-08T19:38:06.054Z | Mediators to change: 1 |
| 184 | 2026-06-08T19:38:06.054Z | Create boot environment: No |
| 185 | 2026-06-08T19:38:06.054Z | Create backup boot environment: No |
| 186 | 2026-06-08T19:38:06.148Z | Finalize: Updating package state database ... Done |
| 187 | 2026-06-08T19:38:06.148Z | Finalize: Updating package cache ... Done |
| 188 | 2026-06-08T19:38:06.148Z | Finalize: Updating image state ... Done |
| 189 | 2026-06-08T19:38:08.086Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-06-08T19:38:08.144Z | Finalize: Reading search index ... Done |
| 191 | 2026-06-08T19:38:08.144Z | Finalize: Updating search index ... Done |
| 192 | 2026-06-08T19:38:08.232Z | Finalize: Updating package cache ... Done |
| 193 | 2026-06-08T19:38:08.551Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-06-08T19:38:08.551Z | apache system 2.4 system |
| 195 | 2026-06-08T19:38:08.551Z | clang system 15 system |
| 196 | 2026-06-08T19:38:08.551Z | csh system system illumos |
| 197 | 2026-06-08T19:38:08.551Z | ctags system system illumos |
| 198 | 2026-06-08T19:38:08.551Z | file vendor vendor darwinsys |
| 199 | 2026-06-08T19:38:08.551Z | file system system illumos |
| 200 | 2026-06-08T19:38:08.551Z | gcc vendor 14 vendor |
| 201 | 2026-06-08T19:38:08.551Z | gcc system 13 system |
| 202 | 2026-06-08T19:38:08.552Z | gcc system 10 system |
| 203 | 2026-06-08T19:38:08.552Z | go system 1.25 system |
| 204 | 2026-06-08T19:38:08.552Z | llvm system 15 system |
| 205 | 2026-06-08T19:38:08.552Z | mariadb system 11.4 system |
| 206 | 2026-06-08T19:38:08.552Z | mta vendor vendor dma |
| 207 | 2026-06-08T19:38:08.552Z | openjdk system 17 system |
| 208 | 2026-06-08T19:38:08.552Z | openjdk system 11 system |
| 209 | 2026-06-08T19:38:08.552Z | openssl vendor 3 vendor |
| 210 | 2026-06-08T19:38:08.552Z | perl system 5.40 system |
| 211 | 2026-06-08T19:38:08.552Z | postgresql system 18 system |
| 212 | 2026-06-08T19:38:08.552Z | postgresql system 17 system |
| 213 | 2026-06-08T19:38:08.552Z | python vendor 3 vendor |
| 214 | 2026-06-08T19:38:08.552Z | python system 2 system |
| 215 | 2026-06-08T19:38:08.553Z | python3 vendor 3.13 vendor |
| 216 | 2026-06-08T19:38:08.553Z | ruby system 3.4 system |
| 217 | 2026-06-08T19:38:08.553Z | ruby system 3.0 system |
| 218 | 2026-06-08T19:38:08.553Z | words vendor vendor american-english |
| 219 | 2026-06-08T19:38:08.553Z | words system system australian-english |
| 220 | 2026-06-08T19:38:08.553Z | words system system british-english |
| 221 | 2026-06-08T19:38:08.553Z | words system system canadian-english |
| 222 | 2026-06-08T19:38:08.553Z | words system system french |
| 223 | 2026-06-08T19:38:08.553Z | words system system italian |
| 224 | 2026-06-08T19:38:08.553Z | words system system ngerman |
| 225 | 2026-06-08T19:38:08.553Z | words system system ogerman |
| 226 | 2026-06-08T19:38:08.553Z | words system system spanish |
| 227 | 2026-06-08T19:38:08.804Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-06-08T19:38:08.804Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-06-08T19:38:09.091Z | FMRI IFO |
| 230 | 2026-06-08T19:38:09.091Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-06-08T19:38:09.091Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-06-08T19:38:09.091Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-06-08T19:38:09.092Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-06-08T19:38:09.092Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-06-08T19:38:09.092Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-06-08T19:38:09.092Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-06-08T19:38:09.092Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-06-08T19:38:09.092Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-06-08T19:38:09.348Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-06-08T19:38:09.636Z | Updating crates.io index |
| 241 | 2026-06-08T19:38:09.639Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-06-08T19:38:09.906Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-06-08T19:38:10.966Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-06-08T19:38:11.479Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-06-08T19:38:12.690Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-06-08T19:38:13.256Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-06-08T19:38:15.121Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-06-08T19:38:16.383Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-06-08T19:38:16.623Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-06-08T19:38:17.644Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-06-08T19:38:18.224Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-06-08T19:38:18.616Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-06-08T19:38:18.931Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-06-08T19:38:20.033Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-06-08T19:38:20.790Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-06-08T19:38:21.042Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-06-08T19:38:21.365Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-06-08T19:38:21.717Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-06-08T19:38:22.137Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-06-08T19:38:22.514Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-06-08T19:38:22.785Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-06-08T19:38:23.026Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-06-08T19:38:23.410Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-06-08T19:38:23.807Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 265 | 2026-06-08T19:38:24.254Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-06-08T19:38:24.984Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-06-08T19:38:25.212Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-06-08T19:38:25.508Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-06-08T19:38:25.800Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-06-08T19:38:27.094Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-06-08T19:38:27.486Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 272 | 2026-06-08T19:38:27.931Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 273 | 2026-06-08T19:38:28.191Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 274 | 2026-06-08T19:38:28.598Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2026-06-08T19:38:28.932Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 276 | 2026-06-08T19:38:29.221Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 277 | 2026-06-08T19:38:29.600Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-06-08T19:38:30.111Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-06-08T19:38:30.358Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-06-08T19:38:30.602Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-06-08T19:38:31.002Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-06-08T19:38:43.878Z | Downloading crates ... |
| 283 | 2026-06-08T19:38:43.930Z | Downloaded dof v0.3.0 |
| 284 | 2026-06-08T19:38:43.935Z | Downloaded anstyle-parse v1.0.0 |
| 285 | 2026-06-08T19:38:43.939Z | Downloaded anyhow v1.0.102 |
| 286 | 2026-06-08T19:38:43.942Z | Downloaded zerofrom v0.1.6 |
| 287 | 2026-06-08T19:38:43.942Z | Downloaded idna_adapter v1.2.1 |
| 288 | 2026-06-08T19:38:43.945Z | Downloaded anstream v1.0.0 |
| 289 | 2026-06-08T19:38:43.945Z | Downloaded tabled_derive v0.7.0 |
| 290 | 2026-06-08T19:38:43.945Z | Downloaded synstructure v0.13.2 |
| 291 | 2026-06-08T19:38:43.948Z | Downloaded bytecount v0.6.9 |
| 292 | 2026-06-08T19:38:43.948Z | Downloaded proc-macro-error v1.0.4 |
| 293 | 2026-06-08T19:38:43.948Z | Downloaded erased-serde v0.4.9 |
| 294 | 2026-06-08T19:38:43.951Z | Downloaded zmij v1.0.21 |
| 295 | 2026-06-08T19:38:43.951Z | Downloaded pest_generator v2.8.6 |
| 296 | 2026-06-08T19:38:43.954Z | Downloaded proc-macro-error-attr v1.0.4 |
| 297 | 2026-06-08T19:38:43.954Z | Downloaded anstyle v1.0.14 |
| 298 | 2026-06-08T19:38:43.954Z | Downloaded anstyle-query v1.1.5 |
| 299 | 2026-06-08T19:38:43.957Z | Downloaded utf8_iter v1.0.4 |
| 300 | 2026-06-08T19:38:43.957Z | Downloaded serde-value v0.7.0 |
| 301 | 2026-06-08T19:38:43.957Z | Downloaded thiserror v2.0.18 |
| 302 | 2026-06-08T19:38:43.960Z | Downloaded serde_spanned v0.6.9 |
| 303 | 2026-06-08T19:38:43.965Z | Downloaded potential_utf v0.1.4 |
| 304 | 2026-06-08T19:38:43.965Z | Downloaded thread-id v4.2.2 |
| 305 | 2026-06-08T19:38:43.965Z | Downloaded pest_derive v2.8.6 |
| 306 | 2026-06-08T19:38:43.968Z | Downloaded usdt-macro v0.5.0 |
| 307 | 2026-06-08T19:38:43.968Z | Downloaded typeid v1.0.3 |
| 308 | 2026-06-08T19:38:43.968Z | Downloaded yoke-derive v0.8.1 |
| 309 | 2026-06-08T19:38:43.968Z | Downloaded camino-tempfile v1.4.1 |
| 310 | 2026-06-08T19:38:43.971Z | Downloaded percent-encoding v2.3.2 |
| 311 | 2026-06-08T19:38:43.976Z | Downloaded zerofrom-derive v0.1.6 |
| 312 | 2026-06-08T19:38:43.976Z | Downloaded unicode-linebreak v0.1.5 |
| 313 | 2026-06-08T19:38:43.976Z | Downloaded version_check v0.9.5 |
| 314 | 2026-06-08T19:38:43.980Z | Downloaded toml_datetime v0.6.11 |
| 315 | 2026-06-08T19:38:43.980Z | Downloaded heck v0.5.0 |
| 316 | 2026-06-08T19:38:43.984Z | Downloaded utf8parse v0.2.2 |
| 317 | 2026-06-08T19:38:43.984Z | Downloaded scroll_derive v0.12.1 |
| 318 | 2026-06-08T19:38:43.984Z | Downloaded toml_write v0.1.2 |
| 319 | 2026-06-08T19:38:43.989Z | Downloaded fnv v1.0.7 |
| 320 | 2026-06-08T19:38:43.993Z | Downloaded num-traits v0.2.19 |
| 321 | 2026-06-08T19:38:43.993Z | Downloaded clap v4.6.1 |
| 322 | 2026-06-08T19:38:43.996Z | Downloaded zerovec-derive v0.11.2 |
| 323 | 2026-06-08T19:38:43.996Z | Downloaded cargo-platform v0.2.0 |
| 324 | 2026-06-08T19:38:43.996Z | Downloaded usdt-attr-macro v0.5.0 |
| 325 | 2026-06-08T19:38:43.999Z | Downloaded thiserror-impl v2.0.18 |
| 326 | 2026-06-08T19:38:43.999Z | Downloaded quote v1.0.45 |
| 327 | 2026-06-08T19:38:43.999Z | Downloaded crypto-common v0.1.7 |
| 328 | 2026-06-08T19:38:43.999Z | Downloaded byteorder v1.5.0 |
| 329 | 2026-06-08T19:38:44.003Z | Downloaded usdt v0.5.0 |
| 330 | 2026-06-08T19:38:44.003Z | Downloaded thiserror-impl v1.0.69 |
| 331 | 2026-06-08T19:38:44.003Z | Downloaded thiserror v1.0.69 |
| 332 | 2026-06-08T19:38:44.006Z | Downloaded sha2 v0.10.9 |
| 333 | 2026-06-08T19:38:44.009Z | Downloaded block-buffer v0.10.4 |
| 334 | 2026-06-08T19:38:44.009Z | Downloaded autocfg v1.5.0 |
| 335 | 2026-06-08T19:38:44.009Z | Downloaded usdt-impl v0.5.0 |
| 336 | 2026-06-08T19:38:44.012Z | Downloaded yoke v0.8.1 |
| 337 | 2026-06-08T19:38:44.012Z | Downloaded errno v0.3.14 |
| 338 | 2026-06-08T19:38:44.012Z | Downloaded unicode-xid v0.2.6 |
| 339 | 2026-06-08T19:38:44.012Z | Downloaded fastrand v2.3.0 |
| 340 | 2026-06-08T19:38:44.015Z | Downloaded cpufeatures v0.2.17 |
| 341 | 2026-06-08T19:38:44.018Z | Downloaded zerocopy-derive v0.7.35 |
| 342 | 2026-06-08T19:38:44.021Z | Downloaded tinystr v0.8.2 |
| 343 | 2026-06-08T19:38:44.021Z | Downloaded macaddr v1.0.1 |
| 344 | 2026-06-08T19:38:44.021Z | Downloaded equivalent v1.0.2 |
| 345 | 2026-06-08T19:38:44.021Z | Downloaded ucd-trie v0.1.7 |
| 346 | 2026-06-08T19:38:44.024Z | Downloaded toml v0.8.23 |
| 347 | 2026-06-08T19:38:44.024Z | Downloaded writeable v0.6.2 |
| 348 | 2026-06-08T19:38:44.028Z | Downloaded cfg-if v1.0.4 |
| 349 | 2026-06-08T19:38:44.031Z | Downloaded typenum v1.19.0 |
| 350 | 2026-06-08T19:38:44.031Z | Downloaded heck v0.4.1 |
| 351 | 2026-06-08T19:38:44.034Z | Downloaded dtrace-parser v0.2.0 |
| 352 | 2026-06-08T19:38:44.034Z | Downloaded colorchoice v1.0.4 |
| 353 | 2026-06-08T19:38:44.037Z | Downloaded textwrap v0.16.2 |
| 354 | 2026-06-08T19:38:44.040Z | Downloaded unicode-ident v1.0.24 |
| 355 | 2026-06-08T19:38:44.040Z | Downloaded serde-untagged v0.1.9 |
| 356 | 2026-06-08T19:38:44.044Z | Downloaded smawk v0.3.2 |
| 357 | 2026-06-08T19:38:44.044Z | Downloaded ordered-float v2.10.1 |
| 358 | 2026-06-08T19:38:44.049Z | Downloaded toml_edit v0.22.27 |
| 359 | 2026-06-08T19:38:44.049Z | Downloaded pretty-hex v0.4.1 |
| 360 | 2026-06-08T19:38:44.054Z | Downloaded swrite v0.1.0 |
| 361 | 2026-06-08T19:38:44.054Z | Downloaded zerotrie v0.2.3 |
| 362 | 2026-06-08T19:38:44.054Z | Downloaded generic-array v0.14.7 |
| 363 | 2026-06-08T19:38:44.057Z | Downloaded plain v0.2.3 |
| 364 | 2026-06-08T19:38:44.057Z | Downloaded clap_lex v1.0.0 |
| 365 | 2026-06-08T19:38:44.057Z | Downloaded strsim v0.11.1 |
| 366 | 2026-06-08T19:38:44.057Z | Downloaded url v2.5.8 |
| 367 | 2026-06-08T19:38:44.061Z | Downloaded stable_deref_trait v1.2.1 |
| 368 | 2026-06-08T19:38:44.061Z | Downloaded is_terminal_polyfill v1.70.2 |
| 369 | 2026-06-08T19:38:44.065Z | Downloaded memmap v0.7.0 |
| 370 | 2026-06-08T19:38:44.065Z | Downloaded litemap v0.8.1 |
| 371 | 2026-06-08T19:38:44.065Z | Downloaded semver v1.0.28 |
| 372 | 2026-06-08T19:38:44.068Z | Downloaded digest v0.10.7 |
| 373 | 2026-06-08T19:38:44.068Z | Downloaded itoa v1.0.17 |
| 374 | 2026-06-08T19:38:44.068Z | Downloaded zerovec v0.11.5 |
| 375 | 2026-06-08T19:38:44.071Z | Downloaded cargo_metadata v0.21.0 |
| 376 | 2026-06-08T19:38:44.071Z | Downloaded form_urlencoded v1.2.2 |
| 377 | 2026-06-08T19:38:44.071Z | Downloaded scroll v0.12.0 |
| 378 | 2026-06-08T19:38:44.071Z | Downloaded fs-err v3.3.0 |
| 379 | 2026-06-08T19:38:44.075Z | Downloaded cargo_toml v0.21.0 |
| 380 | 2026-06-08T19:38:44.081Z | Downloaded zerocopy v0.7.35 |
| 381 | 2026-06-08T19:38:44.088Z | Downloaded pest_meta v2.8.6 |
| 382 | 2026-06-08T19:38:44.091Z | Downloaded winnow v0.7.14 |
| 383 | 2026-06-08T19:38:44.095Z | Downloaded terminal_size v0.4.3 |
| 384 | 2026-06-08T19:38:44.095Z | Downloaded serde_tokenstream v0.2.3 |
| 385 | 2026-06-08T19:38:44.095Z | Downloaded memchr v2.8.0 |
| 386 | 2026-06-08T19:38:44.100Z | Downloaded unicode-width v0.2.0 |
| 387 | 2026-06-08T19:38:44.103Z | Downloaded unicode-width v0.1.14 |
| 388 | 2026-06-08T19:38:44.103Z | Downloaded icu_properties v2.1.2 |
| 389 | 2026-06-08T19:38:44.109Z | Downloaded papergrid v0.11.0 |
| 390 | 2026-06-08T19:38:44.113Z | Downloaded displaydoc v0.2.5 |
| 391 | 2026-06-08T19:38:44.116Z | Downloaded clap_derive v4.6.1 |
| 392 | 2026-06-08T19:38:44.116Z | Downloaded log v0.4.29 |
| 393 | 2026-06-08T19:38:44.116Z | Downloaded cargo-util-schemas v0.8.2 |
| 394 | 2026-06-08T19:38:44.121Z | Downloaded once_cell v1.21.3 |
| 395 | 2026-06-08T19:38:44.124Z | Downloaded smallvec v1.15.1 |
| 396 | 2026-06-08T19:38:44.127Z | Downloaded camino v1.2.2 |
| 397 | 2026-06-08T19:38:44.130Z | Downloaded icu_provider v2.1.1 |
| 398 | 2026-06-08T19:38:44.130Z | Downloaded tempfile v3.25.0 |
| 399 | 2026-06-08T19:38:44.133Z | Downloaded serde_core v1.0.228 |
| 400 | 2026-06-08T19:38:44.133Z | Downloaded proc-macro2 v1.0.106 |
| 401 | 2026-06-08T19:38:44.137Z | Downloaded getrandom v0.4.1 |
| 402 | 2026-06-08T19:38:44.140Z | Downloaded bitflags v2.11.0 |
| 403 | 2026-06-08T19:38:44.152Z | Downloaded serde_derive v1.0.228 |
| 404 | 2026-06-08T19:38:44.168Z | Downloaded icu_locale_core v2.1.1 |
| 405 | 2026-06-08T19:38:44.171Z | Downloaded icu_normalizer_data v2.1.1 |
| 406 | 2026-06-08T19:38:44.183Z | Downloaded serde v1.0.228 |
| 407 | 2026-06-08T19:38:44.193Z | Downloaded icu_normalizer v2.1.1 |
| 408 | 2026-06-08T19:38:44.196Z | Downloaded indexmap v2.14.0 |
| 409 | 2026-06-08T19:38:44.200Z | Downloaded icu_collections v2.1.1 |
| 410 | 2026-06-08T19:38:44.214Z | Downloaded pest v2.8.6 |
| 411 | 2026-06-08T19:38:44.233Z | Downloaded icu_properties_data v2.1.2 |
| 412 | 2026-06-08T19:38:44.237Z | Downloaded clap_builder v4.6.0 |
| 413 | 2026-06-08T19:38:44.237Z | Downloaded idna v1.1.0 |
| 414 | 2026-06-08T19:38:44.240Z | Downloaded hashbrown v0.17.0 |
| 415 | 2026-06-08T19:38:44.243Z | Downloaded serde_json v1.0.149 |
| 416 | 2026-06-08T19:38:44.248Z | Downloaded goblin v0.8.2 |
| 417 | 2026-06-08T19:38:44.255Z | Downloaded tabled v0.15.0 |
| 418 | 2026-06-08T19:38:44.266Z | Downloaded syn v1.0.109 |
| 419 | 2026-06-08T19:38:44.299Z | Downloaded syn v2.0.117 |
| 420 | 2026-06-08T19:38:44.304Z | Downloaded rustix v1.1.3 |
| 421 | 2026-06-08T19:38:44.320Z | Downloaded libc v0.2.185 |
| 422 | 2026-06-08T19:38:44.388Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-06-08T19:38:44.388Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-06-08T19:38:44.388Z | Compiling quote v1.0.45 |
| 425 | 2026-06-08T19:38:44.391Z | Compiling serde_core v1.0.228 |
| 426 | 2026-06-08T19:38:44.391Z | Compiling libc v0.2.185 |
| 427 | 2026-06-08T19:38:44.391Z | Compiling version_check v0.9.5 |
| 428 | 2026-06-08T19:38:44.391Z | Compiling serde v1.0.228 |
| 429 | 2026-06-08T19:38:44.391Z | Compiling memchr v2.8.0 |
| 430 | 2026-06-08T19:38:44.730Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-06-08T19:38:44.807Z | Compiling zmij v1.0.21 |
| 432 | 2026-06-08T19:38:44.980Z | Compiling autocfg v1.5.0 |
| 433 | 2026-06-08T19:38:44.983Z | Compiling itoa v1.0.17 |
| 434 | 2026-06-08T19:38:44.983Z | Compiling thiserror v1.0.69 |
| 435 | 2026-06-08T19:38:45.190Z | Compiling ucd-trie v0.1.7 |
| 436 | 2026-06-08T19:38:45.382Z | Compiling pest v2.8.6 |
| 437 | 2026-06-08T19:38:45.402Z | Compiling writeable v0.6.2 |
| 438 | 2026-06-08T19:38:45.419Z | Compiling litemap v0.8.1 |
| 439 | 2026-06-08T19:38:45.453Z | Compiling icu_properties_data v2.1.2 |
| 440 | 2026-06-08T19:38:45.596Z | Compiling rustix v1.1.3 |
| 441 | 2026-06-08T19:38:45.614Z | Compiling icu_normalizer_data v2.1.1 |
| 442 | 2026-06-08T19:38:45.765Z | Compiling byteorder v1.5.0 |
| 443 | 2026-06-08T19:38:45.833Z | Compiling syn v2.0.117 |
| 444 | 2026-06-08T19:38:45.967Z | Compiling errno v0.3.14 |
| 445 | 2026-06-08T19:38:45.981Z | Compiling bitflags v2.11.0 |
| 446 | 2026-06-08T19:38:45.997Z | Compiling serde_json v1.0.149 |
| 447 | 2026-06-08T19:38:46.220Z | Compiling num-traits v0.2.19 |
| 448 | 2026-06-08T19:38:46.279Z | Compiling equivalent v1.0.2 |
| 449 | 2026-06-08T19:38:46.376Z | Compiling smallvec v1.15.1 |
| 450 | 2026-06-08T19:38:46.406Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-06-08T19:38:46.440Z | Compiling hashbrown v0.17.0 |
| 452 | 2026-06-08T19:38:46.584Z | Compiling typeid v1.0.3 |
| 453 | 2026-06-08T19:38:46.803Z | Compiling thread-id v4.2.2 |
| 454 | 2026-06-08T19:38:46.847Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-06-08T19:38:46.887Z | Compiling usdt-impl v0.5.0 |
| 456 | 2026-06-08T19:38:46.904Z | Compiling toml_write v0.1.2 |
| 457 | 2026-06-08T19:38:46.975Z | Compiling indexmap v2.14.0 |
| 458 | 2026-06-08T19:38:47.044Z | Compiling erased-serde v0.4.9 |
| 459 | 2026-06-08T19:38:47.096Z | Compiling winnow v0.7.14 |
| 460 | 2026-06-08T19:38:47.114Z | Compiling syn v1.0.109 |
| 461 | 2026-06-08T19:38:47.562Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-06-08T19:38:47.579Z | Compiling utf8_iter v1.0.4 |
| 463 | 2026-06-08T19:38:47.735Z | Compiling percent-encoding v2.3.2 |
| 464 | 2026-06-08T19:38:47.751Z | Compiling log v0.4.29 |
| 465 | 2026-06-08T19:38:47.926Z | Compiling camino v1.2.2 |
| 466 | 2026-06-08T19:38:47.943Z | Compiling getrandom v0.4.1 |
| 467 | 2026-06-08T19:38:48.009Z | Compiling thiserror v2.0.18 |
| 468 | 2026-06-08T19:38:48.078Z | Compiling plain v0.2.3 |
| 469 | 2026-06-08T19:38:48.235Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-06-08T19:38:48.362Z | Compiling anstyle-parse v1.0.0 |
| 471 | 2026-06-08T19:38:48.365Z | Compiling ordered-float v2.10.1 |
| 472 | 2026-06-08T19:38:48.365Z | Compiling form_urlencoded v1.2.2 |
| 473 | 2026-06-08T19:38:48.536Z | Compiling synstructure v0.13.2 |
| 474 | 2026-06-08T19:38:48.554Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-06-08T19:38:48.625Z | Compiling terminal_size v0.4.3 |
| 476 | 2026-06-08T19:38:48.768Z | Compiling colorchoice v1.0.4 |
| 477 | 2026-06-08T19:38:48.864Z | Compiling anstyle v1.0.14 |
| 478 | 2026-06-08T19:38:48.892Z | Compiling anstyle-query v1.1.5 |
| 479 | 2026-06-08T19:38:48.983Z | Compiling pretty-hex v0.4.1 |
| 480 | 2026-06-08T19:38:49.011Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-06-08T19:38:49.041Z | Compiling is_terminal_polyfill v1.70.2 |
| 482 | 2026-06-08T19:38:49.110Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-06-08T19:38:49.141Z | Compiling anstream v1.0.0 |
| 484 | 2026-06-08T19:38:49.226Z | Compiling semver v1.0.28 |
| 485 | 2026-06-08T19:38:49.281Z | Compiling fs-err v3.3.0 |
| 486 | 2026-06-08T19:38:49.345Z | Compiling bytecount v0.6.9 |
| 487 | 2026-06-08T19:38:49.450Z | Compiling heck v0.4.1 |
| 488 | 2026-06-08T19:38:49.470Z | Compiling clap_lex v1.0.0 |
| 489 | 2026-06-08T19:38:49.488Z | Compiling unicode-width v0.1.14 |
| 490 | 2026-06-08T19:38:49.539Z | Compiling heck v0.5.0 |
| 491 | 2026-06-08T19:38:49.557Z | Compiling anyhow v1.0.102 |
| 492 | 2026-06-08T19:38:49.677Z | Compiling unicode-xid v0.2.6 |
| 493 | 2026-06-08T19:38:49.703Z | Compiling strsim v0.11.1 |
| 494 | 2026-06-08T19:38:49.782Z | Compiling fastrand v2.3.0 |
| 495 | 2026-06-08T19:38:49.812Z | Compiling fnv v1.0.7 |
| 496 | 2026-06-08T19:38:49.861Z | Compiling once_cell v1.21.3 |
| 497 | 2026-06-08T19:38:49.921Z | Compiling papergrid v0.11.0 |
| 498 | 2026-06-08T19:38:50.045Z | Compiling tempfile v3.25.0 |
| 499 | 2026-06-08T19:38:50.061Z | Compiling clap_builder v4.6.0 |
| 500 | 2026-06-08T19:38:50.182Z | Compiling serde_derive v1.0.228 |
| 501 | 2026-06-08T19:38:50.199Z | Compiling zerofrom-derive v0.1.6 |
| 502 | 2026-06-08T19:38:50.295Z | Compiling yoke-derive v0.8.1 |
| 503 | 2026-06-08T19:38:50.437Z | Compiling zerovec-derive v0.11.2 |
| 504 | 2026-06-08T19:38:50.691Z | Compiling displaydoc v0.2.5 |
| 505 | 2026-06-08T19:38:51.352Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2026-06-08T19:38:51.436Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2026-06-08T19:38:51.454Z | Compiling pest_derive v2.8.6 |
| 508 | 2026-06-08T19:38:51.501Z | Compiling scroll_derive v0.12.1 |
| 509 | 2026-06-08T19:38:51.568Z | Compiling zerofrom v0.1.6 |
| 510 | 2026-06-08T19:38:51.701Z | Compiling yoke v0.8.1 |
| 511 | 2026-06-08T19:38:51.872Z | Compiling zerovec v0.11.5 |
| 512 | 2026-06-08T19:38:51.898Z | Compiling zerotrie v0.2.3 |
| 513 | 2026-06-08T19:38:52.157Z | Compiling scroll v0.12.0 |
| 514 | 2026-06-08T19:38:52.199Z | Compiling thiserror-impl v2.0.18 |
| 515 | 2026-06-08T19:38:52.297Z | Compiling zerocopy v0.7.35 |
| 516 | 2026-06-08T19:38:52.373Z | Compiling tinystr v0.8.2 |
| 517 | 2026-06-08T19:38:52.425Z | Compiling potential_utf v0.1.4 |
| 518 | 2026-06-08T19:38:52.583Z | Compiling icu_locale_core v2.1.1 |
| 519 | 2026-06-08T19:38:52.616Z | Compiling icu_collections v2.1.1 |
| 520 | 2026-06-08T19:38:52.693Z | Compiling dtrace-parser v0.2.0 |
| 521 | 2026-06-08T19:38:52.857Z | Compiling goblin v0.8.2 |
| 522 | 2026-06-08T19:38:53.069Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-06-08T19:38:53.134Z | Compiling clap_derive v4.6.1 |
| 524 | 2026-06-08T19:38:53.499Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-06-08T19:38:53.527Z | Compiling memmap v0.7.0 |
| 526 | 2026-06-08T19:38:53.595Z | Compiling toml_datetime v0.6.11 |
| 527 | 2026-06-08T19:38:53.641Z | Compiling serde_spanned v0.6.9 |
| 528 | 2026-06-08T19:38:53.644Z | Compiling dof v0.3.0 |
| 529 | 2026-06-08T19:38:53.712Z | Compiling serde_tokenstream v0.2.3 |
| 530 | 2026-06-08T19:38:53.825Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-06-08T19:38:53.843Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-06-08T19:38:53.878Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-06-08T19:38:54.085Z | Compiling serde-value v0.7.0 |
| 534 | 2026-06-08T19:38:54.182Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-06-08T19:38:54.394Z | Compiling unicode-linebreak v0.1.5 |
| 536 | 2026-06-08T19:38:54.455Z | Compiling unicode-width v0.2.0 |
| 537 | 2026-06-08T19:38:54.475Z | Compiling smawk v0.3.2 |
| 538 | 2026-06-08T19:38:54.617Z | Compiling tabled v0.15.0 |
| 539 | 2026-06-08T19:38:54.643Z | Compiling macaddr v1.0.1 |
| 540 | 2026-06-08T19:38:54.669Z | Compiling usdt-attr-macro v0.5.0 |
| 541 | 2026-06-08T19:38:54.732Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-06-08T19:38:54.913Z | Compiling idna v1.1.0 |
| 543 | 2026-06-08T19:38:54.978Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-06-08T19:38:54.978Z | Compiling textwrap v0.16.2 |
| 545 | 2026-06-08T19:38:55.048Z | Compiling clap v4.6.1 |
| 546 | 2026-06-08T19:38:55.416Z | Compiling toml v0.8.23 |
| 547 | 2026-06-08T19:38:55.513Z | Compiling url v2.5.8 |
| 548 | 2026-06-08T19:38:55.612Z | Compiling camino-tempfile v1.4.1 |
| 549 | 2026-06-08T19:38:55.765Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-06-08T19:38:55.962Z | Compiling cargo-util-schemas v0.8.2 |
| 551 | 2026-06-08T19:38:56.129Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-06-08T19:38:56.155Z | Compiling usdt v0.5.0 |
| 553 | 2026-06-08T19:38:56.367Z | Compiling swrite v0.1.0 |
| 554 | 2026-06-08T19:38:56.853Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-06-08T19:38:57.763Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-06-08T19:38:59.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.67s |
| 557 | 2026-06-08T19:39:00.087Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-06-08T19:39:00.662Z | Downloading crates ... |
| 559 | 2026-06-08T19:39:00.760Z | Downloaded assert_matches v1.5.0 |
| 560 | 2026-06-08T19:39:00.774Z | Downloaded crossbeam-deque v0.8.6 |
| 561 | 2026-06-08T19:39:00.785Z | Downloaded atty v0.2.14 |
| 562 | 2026-06-08T19:39:00.788Z | Downloaded async-recursion v1.1.1 |
| 563 | 2026-06-08T19:39:00.791Z | Downloaded dtrace-parser v0.3.0 |
| 564 | 2026-06-08T19:39:00.791Z | Downloaded dirs-next v2.0.0 |
| 565 | 2026-06-08T19:39:00.791Z | Downloaded downcast-rs v2.0.2 |
| 566 | 2026-06-08T19:39:00.791Z | Downloaded difflib v0.4.0 |
| 567 | 2026-06-08T19:39:00.794Z | Downloaded ciborium-ll v0.2.2 |
| 568 | 2026-06-08T19:39:00.794Z | Downloaded cargo_metadata v0.23.1 |
| 569 | 2026-06-08T19:39:00.795Z | Downloaded cmake v0.1.57 |
| 570 | 2026-06-08T19:39:00.798Z | Downloaded bitfield v0.19.4 |
| 571 | 2026-06-08T19:39:00.798Z | Downloaded either v1.15.0 |
| 572 | 2026-06-08T19:39:00.798Z | Downloaded adler2 v2.0.1 |
| 573 | 2026-06-08T19:39:00.798Z | Downloaded dyn-clone v1.0.20 |
| 574 | 2026-06-08T19:39:00.801Z | Downloaded dunce v1.0.5 |
| 575 | 2026-06-08T19:39:00.801Z | Downloaded dirs-sys-next v0.1.2 |
| 576 | 2026-06-08T19:39:00.801Z | Downloaded crc-catalog v2.4.0 |
| 577 | 2026-06-08T19:39:00.805Z | Downloaded document-features v0.2.12 |
| 578 | 2026-06-08T19:39:00.805Z | Downloaded derive_builder_macro v0.20.2 |
| 579 | 2026-06-08T19:39:00.805Z | Downloaded cfg_aliases v0.1.1 |
| 580 | 2026-06-08T19:39:00.805Z | Downloaded embedded-io v0.4.0 |
| 581 | 2026-06-08T19:39:00.808Z | Downloaded blowfish v0.9.1 |
| 582 | 2026-06-08T19:39:00.808Z | Downloaded dsl_auto_type v0.2.0 |
| 583 | 2026-06-08T19:39:00.808Z | Downloaded display-error-chain v0.2.2 |
| 584 | 2026-06-08T19:39:00.808Z | Downloaded crunchy v0.2.4 |
| 585 | 2026-06-08T19:39:00.811Z | Downloaded darling_macro v0.20.11 |
| 586 | 2026-06-08T19:39:00.811Z | Downloaded array-init v0.0.4 |
| 587 | 2026-06-08T19:39:00.811Z | Downloaded aead v0.5.2 |
| 588 | 2026-06-08T19:39:00.811Z | Downloaded cbc v0.1.2 |
| 589 | 2026-06-08T19:39:00.814Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 590 | 2026-06-08T19:39:00.814Z | Downloaded byte-wrapper v0.1.0 |
| 591 | 2026-06-08T19:39:00.814Z | Downloaded ciborium-io v0.2.2 |
| 592 | 2026-06-08T19:39:00.817Z | Downloaded bitfield-struct v0.6.2 |
| 593 | 2026-06-08T19:39:00.817Z | Downloaded backoff v0.4.0 |
| 594 | 2026-06-08T19:39:00.821Z | Downloaded chacha20 v0.10.0 |
| 595 | 2026-06-08T19:39:00.824Z | Downloaded bit-vec v0.6.3 |
| 596 | 2026-06-08T19:39:00.824Z | Downloaded arrayvec v0.7.6 |
| 597 | 2026-06-08T19:39:00.827Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 598 | 2026-06-08T19:39:00.827Z | Downloaded bitfield-macros v0.19.4 |
| 599 | 2026-06-08T19:39:00.830Z | Downloaded bit-vec v0.8.0 |
| 600 | 2026-06-08T19:39:00.830Z | Downloaded fixedbitset v0.4.2 |
| 601 | 2026-06-08T19:39:00.830Z | Downloaded darling_macro v0.13.4 |
| 602 | 2026-06-08T19:39:00.833Z | Downloaded defmt-parser v1.0.0 |
| 603 | 2026-06-08T19:39:00.833Z | Downloaded console v0.16.2 |
| 604 | 2026-06-08T19:39:00.833Z | Downloaded anstream v0.6.21 |
| 605 | 2026-06-08T19:39:00.836Z | Downloaded float-cmp v0.10.0 |
| 606 | 2026-06-08T19:39:00.836Z | Downloaded cargo-platform v0.3.2 |
| 607 | 2026-06-08T19:39:00.836Z | Downloaded crc8 v0.1.1 |
| 608 | 2026-06-08T19:39:00.838Z | Downloaded argon2 v0.5.3 |
| 609 | 2026-06-08T19:39:00.838Z | Downloaded float-ord v0.3.2 |
| 610 | 2026-06-08T19:39:00.839Z | Downloaded endian-type v0.1.2 |
| 611 | 2026-06-08T19:39:00.839Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 612 | 2026-06-08T19:39:00.842Z | Downloaded fd-lock v4.0.4 |
| 613 | 2026-06-08T19:39:00.842Z | Downloaded cfg_aliases v0.2.1 |
| 614 | 2026-06-08T19:39:00.842Z | Downloaded cpufeatures v0.3.0 |
| 615 | 2026-06-08T19:39:00.843Z | Downloaded cobs v0.3.0 |
| 616 | 2026-06-08T19:39:00.845Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 617 | 2026-06-08T19:39:00.845Z | Downloaded compression-core v0.4.31 |
| 618 | 2026-06-08T19:39:00.849Z | Downloaded bit-set v0.8.0 |
| 619 | 2026-06-08T19:39:00.849Z | Downloaded cancel-safe-futures v0.1.5 |
| 620 | 2026-06-08T19:39:00.852Z | Downloaded crucible-workspace-hack v0.1.0 |
| 621 | 2026-06-08T19:39:00.852Z | Downloaded buf-list v1.1.2 |
| 622 | 2026-06-08T19:39:00.852Z | Downloaded anstyle-parse v0.2.7 |
| 623 | 2026-06-08T19:39:00.852Z | Downloaded embedded-io v0.6.1 |
| 624 | 2026-06-08T19:39:00.856Z | Downloaded bit-set v0.5.3 |
| 625 | 2026-06-08T19:39:00.859Z | Downloaded fixedbitset v0.5.7 |
| 626 | 2026-06-08T19:39:00.860Z | Downloaded ed25519 v2.2.3 |
| 627 | 2026-06-08T19:39:00.862Z | Downloaded arrayref v0.3.9 |
| 628 | 2026-06-08T19:39:00.865Z | Downloaded castaway v0.2.4 |
| 629 | 2026-06-08T19:39:00.866Z | Downloaded atomic-waker v1.1.2 |
| 630 | 2026-06-08T19:39:00.866Z | Downloaded bb8 v0.8.6 |
| 631 | 2026-06-08T19:39:00.869Z | Downloaded enum-as-inner v0.6.1 |
| 632 | 2026-06-08T19:39:00.869Z | Downloaded darling_macro v0.21.3 |
| 633 | 2026-06-08T19:39:00.869Z | Downloaded derive_builder v0.20.2 |
| 634 | 2026-06-08T19:39:00.874Z | Downloaded async-trait v0.1.89 |
| 635 | 2026-06-08T19:39:00.877Z | Downloaded env_filter v1.0.0 |
| 636 | 2026-06-08T19:39:00.877Z | Downloaded camino-tempfile-ext v0.3.3 |
| 637 | 2026-06-08T19:39:00.880Z | Downloaded async-stream-impl v0.3.6 |
| 638 | 2026-06-08T19:39:00.880Z | Downloaded async-stream v0.3.6 |
| 639 | 2026-06-08T19:39:00.883Z | Downloaded darling_macro v0.23.0 |
| 640 | 2026-06-08T19:39:00.883Z | Downloaded convert_case v0.4.0 |
| 641 | 2026-06-08T19:39:00.886Z | Downloaded defmt v0.3.100 |
| 642 | 2026-06-08T19:39:00.887Z | Downloaded base16ct v0.2.0 |
| 643 | 2026-06-08T19:39:00.895Z | Downloaded ascii-canvas v3.0.0 |
| 644 | 2026-06-08T19:39:00.898Z | Downloaded block-padding v0.3.3 |
| 645 | 2026-06-08T19:39:00.898Z | Downloaded debug-ignore v1.0.5 |
| 646 | 2026-06-08T19:39:00.898Z | Downloaded foreign-types v0.5.0 |
| 647 | 2026-06-08T19:39:00.898Z | Downloaded foreign-types-shared v0.3.1 |
| 648 | 2026-06-08T19:39:00.901Z | Downloaded cstr-argument v0.1.2 |
| 649 | 2026-06-08T19:39:00.901Z | Downloaded foreign-types-shared v0.1.1 |
| 650 | 2026-06-08T19:39:00.901Z | Downloaded foreign-types v0.3.2 |
| 651 | 2026-06-08T19:39:00.904Z | Downloaded foreign-types-macros v0.2.3 |
| 652 | 2026-06-08T19:39:00.908Z | Downloaded futures-macro v0.3.32 |
| 653 | 2026-06-08T19:39:00.908Z | Downloaded futures-io v0.3.32 |
| 654 | 2026-06-08T19:39:00.908Z | Downloaded compression-codecs v0.4.37 |
| 655 | 2026-06-08T19:39:00.908Z | Downloaded futures-task v0.3.32 |
| 656 | 2026-06-08T19:39:00.911Z | Downloaded dof v0.4.0 |
| 657 | 2026-06-08T19:39:00.911Z | Downloaded crc v3.4.0 |
| 658 | 2026-06-08T19:39:00.911Z | Downloaded critical-section v1.2.0 |
| 659 | 2026-06-08T19:39:00.914Z | Downloaded bitflags v1.3.2 |
| 660 | 2026-06-08T19:39:00.914Z | Downloaded bcs v0.1.6 |
| 661 | 2026-06-08T19:39:00.918Z | Downloaded funty v2.0.0 |
| 662 | 2026-06-08T19:39:00.918Z | Downloaded ghash v0.5.1 |
| 663 | 2026-06-08T19:39:00.918Z | Downloaded futures-sink v0.3.32 |
| 664 | 2026-06-08T19:39:00.918Z | Downloaded futures-core v0.3.32 |
| 665 | 2026-06-08T19:39:00.921Z | Downloaded ecdsa v0.16.9 |
| 666 | 2026-06-08T19:39:00.921Z | Downloaded globwalk v0.9.1 |
| 667 | 2026-06-08T19:39:00.921Z | Downloaded defmt-macros v1.0.1 |
| 668 | 2026-06-08T19:39:00.924Z | Downloaded constant_time_eq v0.4.2 |
| 669 | 2026-06-08T19:39:00.924Z | Downloaded ff v0.13.1 |
| 670 | 2026-06-08T19:39:00.927Z | Downloaded fallible-iterator v0.2.0 |
| 671 | 2026-06-08T19:39:00.927Z | Downloaded fxhash v0.2.1 |
| 672 | 2026-06-08T19:39:00.927Z | Downloaded erased-serde v0.3.31 |
| 673 | 2026-06-08T19:39:00.931Z | Downloaded cipher v0.4.4 |
| 674 | 2026-06-08T19:39:00.931Z | Downloaded filetime v0.2.27 |
| 675 | 2026-06-08T19:39:00.934Z | Downloaded diff v0.1.13 |
| 676 | 2026-06-08T19:39:00.934Z | Downloaded des v0.8.1 |
| 677 | 2026-06-08T19:39:00.937Z | Downloaded hash32 v0.3.1 |
| 678 | 2026-06-08T19:39:00.937Z | Downloaded clang-sys v1.8.1 |
| 679 | 2026-06-08T19:39:00.942Z | Downloaded chacha20 v0.9.1 |
| 680 | 2026-06-08T19:39:00.946Z | Downloaded git-stub v1.0.0 |
| 681 | 2026-06-08T19:39:00.946Z | Downloaded hash32 v0.2.1 |
| 682 | 2026-06-08T19:39:00.956Z | Downloaded arc-swap v1.8.2 |
| 683 | 2026-06-08T19:39:00.956Z | Downloaded hostname v0.3.1 |
| 684 | 2026-06-08T19:39:00.959Z | Downloaded hostname v0.4.2 |
| 685 | 2026-06-08T19:39:00.959Z | Downloaded hex v0.4.3 |
| 686 | 2026-06-08T19:39:00.959Z | Downloaded hex-literal v0.4.1 |
| 687 | 2026-06-08T19:39:00.959Z | Downloaded http-body v1.0.1 |
| 688 | 2026-06-08T19:39:00.959Z | Downloaded home v0.5.12 |
| 689 | 2026-06-08T19:39:00.959Z | Downloaded env_logger v0.11.9 |
| 690 | 2026-06-08T19:39:00.959Z | Downloaded defmt v1.0.1 |
| 691 | 2026-06-08T19:39:00.962Z | Downloaded diesel-dtrace v0.5.0 |
| 692 | 2026-06-08T19:39:00.962Z | Downloaded data-encoding v2.10.0 |
| 693 | 2026-06-08T19:39:00.966Z | Downloaded flagset v0.4.7 |
| 694 | 2026-06-08T19:39:00.966Z | Downloaded daft v0.1.7 |
| 695 | 2026-06-08T19:39:00.966Z | Downloaded ctr v0.9.2 |
| 696 | 2026-06-08T19:39:00.968Z | Downloaded csv-core v0.1.13 |
| 697 | 2026-06-08T19:39:00.969Z | Downloaded derive_builder_core v0.20.2 |
| 698 | 2026-06-08T19:39:00.969Z | Downloaded der_derive v0.7.3 |
| 699 | 2026-06-08T19:39:00.974Z | Downloaded corncobs v0.1.4 |
| 700 | 2026-06-08T19:39:00.974Z | Downloaded cexpr v0.6.0 |
| 701 | 2026-06-08T19:39:00.974Z | Downloaded fs-err v2.11.0 |
| 702 | 2026-06-08T19:39:00.977Z | Downloaded foldhash v0.1.5 |
| 703 | 2026-06-08T19:39:00.977Z | Downloaded http-range v0.1.5 |
| 704 | 2026-06-08T19:39:00.977Z | Downloaded daft-derive v0.1.7 |
| 705 | 2026-06-08T19:39:00.977Z | Downloaded gethostname v0.5.0 |
| 706 | 2026-06-08T19:39:00.980Z | Downloaded futures-executor v0.3.32 |
| 707 | 2026-06-08T19:39:00.980Z | Downloaded hyper-tls v0.6.0 |
| 708 | 2026-06-08T19:39:00.980Z | Downloaded hubpack_derive v0.1.1 |
| 709 | 2026-06-08T19:39:00.983Z | Downloaded httpdate v1.0.3 |
| 710 | 2026-06-08T19:39:00.983Z | Downloaded atomicwrites v0.4.4 |
| 711 | 2026-06-08T19:39:00.983Z | Downloaded darling v0.23.0 |
| 712 | 2026-06-08T19:39:00.986Z | Downloaded foldhash v0.2.0 |
| 713 | 2026-06-08T19:39:00.989Z | Downloaded crossbeam-utils v0.8.21 |
| 714 | 2026-06-08T19:39:00.990Z | Downloaded crc32fast v1.5.0 |
| 715 | 2026-06-08T19:39:00.990Z | Downloaded derive-ex v0.1.8 |
| 716 | 2026-06-08T19:39:00.993Z | Downloaded deranged v0.5.8 |
| 717 | 2026-06-08T19:39:00.993Z | Downloaded convert_case v0.10.0 |
| 718 | 2026-06-08T19:39:00.993Z | Downloaded base64ct v1.8.3 |
| 719 | 2026-06-08T19:39:00.996Z | Downloaded illumos-nvpair v0.3.0 |
| 720 | 2026-06-08T19:39:00.996Z | Downloaded hubpack v0.1.2 |
| 721 | 2026-06-08T19:39:00.996Z | Downloaded cassowary v0.3.0 |
| 722 | 2026-06-08T19:39:00.999Z | Downloaded indent_write v2.2.0 |
| 723 | 2026-06-08T19:39:00.999Z | Downloaded ident_case v1.0.1 |
| 724 | 2026-06-08T19:39:01.002Z | Downloaded dropshot_endpoint v0.17.0 |
| 725 | 2026-06-08T19:39:01.002Z | Downloaded derive-where v1.6.0 |
| 726 | 2026-06-08T19:39:01.005Z | Downloaded group v0.13.0 |
| 727 | 2026-06-08T19:39:01.008Z | Downloaded globset v0.4.18 |
| 728 | 2026-06-08T19:39:01.008Z | Downloaded const_format_proc_macros v0.2.34 |
| 729 | 2026-06-08T19:39:01.008Z | Downloaded git-stub-vcs v0.1.0 |
| 730 | 2026-06-08T19:39:01.012Z | Downloaded indoc v1.0.9 |
| 731 | 2026-06-08T19:39:01.012Z | Downloaded headers-core v0.3.0 |
| 732 | 2026-06-08T19:39:01.015Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 733 | 2026-06-08T19:39:01.015Z | Downloaded ena v0.14.4 |
| 734 | 2026-06-08T19:39:01.015Z | Downloaded const-oid v0.9.6 |
| 735 | 2026-06-08T19:39:01.015Z | Downloaded colored v2.2.0 |
| 736 | 2026-06-08T19:39:01.018Z | Downloaded ciborium v0.2.2 |
| 737 | 2026-06-08T19:39:01.018Z | Downloaded backon v1.6.0 |
| 738 | 2026-06-08T19:39:01.021Z | Downloaded bzip2 v0.4.4 |
| 739 | 2026-06-08T19:39:01.023Z | Downloaded internet-checksum v0.2.1 |
| 740 | 2026-06-08T19:39:01.023Z | Downloaded is_ci v1.2.0 |
| 741 | 2026-06-08T19:39:01.023Z | Downloaded is-terminal v0.4.17 |
| 742 | 2026-06-08T19:39:01.027Z | Downloaded instability v0.3.11 |
| 743 | 2026-06-08T19:39:01.027Z | Downloaded instant v0.1.13 |
| 744 | 2026-06-08T19:39:01.027Z | Downloaded inout v0.1.4 |
| 745 | 2026-06-08T19:39:01.030Z | Downloaded lazy_static v1.5.0 |
| 746 | 2026-06-08T19:39:01.030Z | Downloaded lalrpop-util v0.19.12 |
| 747 | 2026-06-08T19:39:01.030Z | Downloaded kstat-rs v0.2.4 |
| 748 | 2026-06-08T19:39:01.033Z | Downloaded crossbeam-epoch v0.9.18 |
| 749 | 2026-06-08T19:39:01.036Z | Downloaded darling v0.13.4 |
| 750 | 2026-06-08T19:39:01.039Z | Downloaded find-msvc-tools v0.1.9 |
| 751 | 2026-06-08T19:39:01.039Z | Downloaded darling v0.21.3 |
| 752 | 2026-06-08T19:39:01.041Z | Downloaded fs_extra v1.3.0 |
| 753 | 2026-06-08T19:39:01.045Z | Downloaded cookie_store v0.22.1 |
| 754 | 2026-06-08T19:39:01.045Z | Downloaded cookie v0.18.1 |
| 755 | 2026-06-08T19:39:01.050Z | Downloaded bzip2 v0.6.1 |
| 756 | 2026-06-08T19:39:01.050Z | Downloaded ahash v0.8.12 |
| 757 | 2026-06-08T19:39:01.050Z | Downloaded http-body-util v0.1.3 |
| 758 | 2026-06-08T19:39:01.053Z | Downloaded highway v1.3.0 |
| 759 | 2026-06-08T19:39:01.053Z | Downloaded libscf-sys v1.1.0 |
| 760 | 2026-06-08T19:39:01.053Z | Downloaded keccak v0.1.6 |
| 761 | 2026-06-08T19:39:01.056Z | Downloaded darling_core v0.13.4 |
| 762 | 2026-06-08T19:39:01.059Z | Downloaded futures-channel v0.3.32 |
| 763 | 2026-06-08T19:39:01.059Z | Downloaded bytes v1.11.1 |
| 764 | 2026-06-08T19:39:01.062Z | Downloaded darling v0.20.11 |
| 765 | 2026-06-08T19:39:01.066Z | Downloaded lru-cache v0.1.2 |
| 766 | 2026-06-08T19:39:01.069Z | Downloaded hyper-staticfile v0.10.1 |
| 767 | 2026-06-08T19:39:01.069Z | Downloaded glob v0.3.3 |
| 768 | 2026-06-08T19:39:01.074Z | Downloaded getrandom v0.2.17 |
| 769 | 2026-06-08T19:39:01.074Z | Downloaded lru v0.12.5 |
| 770 | 2026-06-08T19:39:01.074Z | Downloaded drift v0.2.0 |
| 771 | 2026-06-08T19:39:01.078Z | Downloaded memoffset v0.9.1 |
| 772 | 2026-06-08T19:39:01.081Z | Downloaded async-bb8-diesel v0.2.1 |
| 773 | 2026-06-08T19:39:01.081Z | Downloaded allocator-api2 v0.2.21 |
| 774 | 2026-06-08T19:39:01.085Z | Downloaded md-5 v0.10.6 |
| 775 | 2026-06-08T19:39:01.085Z | Downloaded maybe-uninit v2.0.0 |
| 776 | 2026-06-08T19:39:01.085Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 777 | 2026-06-08T19:39:01.088Z | Downloaded nibble_vec v0.1.0 |
| 778 | 2026-06-08T19:39:01.088Z | Downloaded newline-converter v0.3.0 |
| 779 | 2026-06-08T19:39:01.088Z | Downloaded newtype-uuid-macros v0.1.0 |
| 780 | 2026-06-08T19:39:01.088Z | Downloaded new_debug_unreachable v1.0.6 |
| 781 | 2026-06-08T19:39:01.091Z | Downloaded multimap v0.10.1 |
| 782 | 2026-06-08T19:39:01.091Z | Downloaded mime v0.3.17 |
| 783 | 2026-06-08T19:39:01.091Z | Downloaded newtype_derive v0.1.6 |
| 784 | 2026-06-08T19:39:01.094Z | Downloaded ed25519-dalek v2.2.0 |
| 785 | 2026-06-08T19:39:01.094Z | Downloaded md5 v0.7.0 |
| 786 | 2026-06-08T19:39:01.097Z | Downloaded match_cfg v0.1.0 |
| 787 | 2026-06-08T19:39:01.097Z | Downloaded maplit v1.0.2 |
| 788 | 2026-06-08T19:39:01.097Z | Downloaded managed v0.8.0 |
| 789 | 2026-06-08T19:39:01.097Z | Downloaded ingot v0.1.1 |
| 790 | 2026-06-08T19:39:01.100Z | Downloaded lzss v0.8.2 |
| 791 | 2026-06-08T19:39:01.100Z | Downloaded compact_str v0.8.1 |
| 792 | 2026-06-08T19:39:01.103Z | Downloaded ingot-types v0.1.2 |
| 793 | 2026-06-08T19:39:01.103Z | Downloaded normalize-line-endings v0.3.0 |
| 794 | 2026-06-08T19:39:01.103Z | Downloaded nodrop v0.1.14 |
| 795 | 2026-06-08T19:39:01.107Z | Downloaded jobserver v0.1.34 |
| 796 | 2026-06-08T19:39:01.107Z | Downloaded num-iter v0.1.45 |
| 797 | 2026-06-08T19:39:01.107Z | Downloaded ipnetwork v0.21.1 |
| 798 | 2026-06-08T19:39:01.111Z | Downloaded ipnet v2.11.0 |
| 799 | 2026-06-08T19:39:01.111Z | Downloaded httparse v1.10.1 |
| 800 | 2026-06-08T19:39:01.111Z | Downloaded nonempty v0.12.0 |
| 801 | 2026-06-08T19:39:01.114Z | Downloaded num v0.4.3 |
| 802 | 2026-06-08T19:39:01.117Z | Downloaded diesel_derives v2.3.7 |
| 803 | 2026-06-08T19:39:01.120Z | Downloaded console v0.15.11 |
| 804 | 2026-06-08T19:39:01.124Z | Downloaded libloading v0.8.9 |
| 805 | 2026-06-08T19:39:01.124Z | Downloaded fatfs v0.3.6 |
| 806 | 2026-06-08T19:39:01.127Z | Downloaded blake2 v0.10.6 |
| 807 | 2026-06-08T19:39:01.127Z | Downloaded colored v3.1.1 |
| 808 | 2026-06-08T19:39:01.127Z | Downloaded num_enum_derive v0.5.11 |
| 809 | 2026-06-08T19:39:01.130Z | Downloaded num-derive v0.4.2 |
| 810 | 2026-06-08T19:39:01.130Z | Downloaded olpc-cjson v0.1.4 |
| 811 | 2026-06-08T19:39:01.130Z | Downloaded openssl-macros v0.1.1 |
| 812 | 2026-06-08T19:39:01.130Z | Downloaded num-derive v0.3.3 |
| 813 | 2026-06-08T19:39:01.133Z | Downloaded num-conv v0.2.0 |
| 814 | 2026-06-08T19:39:01.133Z | Downloaded opaque-debug v0.3.1 |
| 815 | 2026-06-08T19:39:01.133Z | Downloaded libefi-sys v0.1.0 |
| 816 | 2026-06-08T19:39:01.136Z | Downloaded derive_more v0.99.20 |
| 817 | 2026-06-08T19:39:01.139Z | Downloaded iana-time-zone v0.1.65 |
| 818 | 2026-06-08T19:39:01.139Z | Downloaded darling_core v0.23.0 |
| 819 | 2026-06-08T19:39:01.142Z | Downloaded lock_api v0.4.14 |
| 820 | 2026-06-08T19:39:01.146Z | Downloaded linear-map v1.2.0 |
| 821 | 2026-06-08T19:39:01.146Z | Downloaded num_threads v0.1.7 |
| 822 | 2026-06-08T19:39:01.146Z | Downloaded lru-slab v0.1.2 |
| 823 | 2026-06-08T19:39:01.146Z | Downloaded libsw-core v0.3.2 |
| 824 | 2026-06-08T19:39:01.150Z | Downloaded oso-derive v0.27.3 |
| 825 | 2026-06-08T19:39:01.150Z | Downloaded openssl-probe v0.2.1 |
| 826 | 2026-06-08T19:39:01.150Z | Downloaded half v1.8.3 |
| 827 | 2026-06-08T19:39:01.150Z | Downloaded native-tls v0.2.18 |
| 828 | 2026-06-08T19:39:01.153Z | Downloaded openssl-probe v0.1.6 |
| 829 | 2026-06-08T19:39:01.154Z | Downloaded libsw v3.5.0 |
| 830 | 2026-06-08T19:39:01.154Z | Downloaded derive_more v2.1.1 |
| 831 | 2026-06-08T19:39:01.172Z | Downloaded parse-size v1.1.0 |
| 832 | 2026-06-08T19:39:01.175Z | Downloaded base64 v0.21.7 |
| 833 | 2026-06-08T19:39:01.175Z | Downloaded packed_struct_codegen v0.10.1 |
| 834 | 2026-06-08T19:39:01.178Z | Downloaded nanorand v0.7.0 |
| 835 | 2026-06-08T19:39:01.178Z | Downloaded multer v3.1.0 |
| 836 | 2026-06-08T19:39:01.182Z | Downloaded mime_guess v2.0.5 |
| 837 | 2026-06-08T19:39:01.182Z | Downloaded path-slash v0.1.5 |
| 838 | 2026-06-08T19:39:01.182Z | Downloaded ingot-macros v0.1.1 |
| 839 | 2026-06-08T19:39:01.185Z | Downloaded num_enum v0.5.11 |
| 840 | 2026-06-08T19:39:01.188Z | Downloaded num-rational v0.4.2 |
| 841 | 2026-06-08T19:39:01.188Z | Downloaded indoc v2.0.7 |
| 842 | 2026-06-08T19:39:01.190Z | Downloaded half v2.7.1 |
| 843 | 2026-06-08T19:39:01.190Z | Downloaded num_enum_derive v0.7.6 |
| 844 | 2026-06-08T19:39:01.193Z | Downloaded nu-ansi-term v0.50.3 |
| 845 | 2026-06-08T19:39:01.193Z | Downloaded base64 v0.22.1 |
| 846 | 2026-06-08T19:39:01.196Z | Downloaded getrandom v0.3.4 |
| 847 | 2026-06-08T19:39:01.200Z | Downloaded pbkdf2 v0.12.2 |
| 848 | 2026-06-08T19:39:01.200Z | Downloaded elliptic-curve v0.13.8 |
| 849 | 2026-06-08T19:39:01.203Z | Downloaded flume v0.11.1 |
| 850 | 2026-06-08T19:39:01.203Z | Downloaded phf_shared v0.11.3 |
| 851 | 2026-06-08T19:39:01.205Z | Downloaded phf_shared v0.13.1 |
| 852 | 2026-06-08T19:39:01.205Z | Downloaded pbkdf2 v0.11.0 |
| 853 | 2026-06-08T19:39:01.208Z | Downloaded futures v0.3.32 |
| 854 | 2026-06-08T19:39:01.213Z | Downloaded cc v1.2.56 |
| 855 | 2026-06-08T19:39:01.213Z | Downloaded peg-runtime v0.8.5 |
| 856 | 2026-06-08T19:39:01.213Z | Downloaded bumpalo v3.20.2 |
| 857 | 2026-06-08T19:39:01.216Z | Downloaded num_enum v0.7.6 |
| 858 | 2026-06-08T19:39:01.219Z | Downloaded litrs v1.0.0 |
| 859 | 2026-06-08T19:39:01.219Z | Downloaded pin-utils v0.1.0 |
| 860 | 2026-06-08T19:39:01.222Z | Downloaded precomputed-hash v0.1.1 |
| 861 | 2026-06-08T19:39:01.222Z | Downloaded indexmap v1.9.3 |
| 862 | 2026-06-08T19:39:01.222Z | Downloaded predicates-tree v1.0.13 |
| 863 | 2026-06-08T19:39:01.222Z | Downloaded predicates-core v1.0.10 |
| 864 | 2026-06-08T19:39:01.225Z | Downloaded powerfmt v0.2.0 |
| 865 | 2026-06-08T19:39:01.225Z | Downloaded async-compression v0.4.41 |
| 866 | 2026-06-08T19:39:01.228Z | Downloaded parse-display v0.10.0 |
| 867 | 2026-06-08T19:39:01.228Z | Downloaded oxnet v0.1.5 |
| 868 | 2026-06-08T19:39:01.231Z | Downloaded memmap2 v0.9.10 |
| 869 | 2026-06-08T19:39:01.231Z | Downloaded parking_lot_core v0.8.6 |
| 870 | 2026-06-08T19:39:01.234Z | Downloaded packed_struct v0.10.1 |
| 871 | 2026-06-08T19:39:01.234Z | Downloaded flate2 v1.1.9 |
| 872 | 2026-06-08T19:39:01.237Z | Downloaded oxide-tokio-rt v0.1.4 |
| 873 | 2026-06-08T19:39:01.240Z | Downloaded proc-macro-crate v1.3.1 |
| 874 | 2026-06-08T19:39:01.240Z | Downloaded newtype-uuid v1.3.2 |
| 875 | 2026-06-08T19:39:01.240Z | Downloaded crypto-bigint v0.5.5 |
| 876 | 2026-06-08T19:39:01.243Z | Downloaded hyper-rustls v0.27.7 |
| 877 | 2026-06-08T19:39:01.246Z | Downloaded progenitor-macro v0.11.2 |
| 878 | 2026-06-08T19:39:01.246Z | Downloaded heapless v0.7.17 |
| 879 | 2026-06-08T19:39:01.249Z | Downloaded paste v1.0.15 |
| 880 | 2026-06-08T19:39:01.252Z | Downloaded proc-macro-crate v3.4.0 |
| 881 | 2026-06-08T19:39:01.252Z | Downloaded hmac v0.12.1 |
| 882 | 2026-06-08T19:39:01.252Z | Downloaded headers v0.4.1 |
| 883 | 2026-06-08T19:39:01.255Z | Downloaded const_format v0.2.35 |
| 884 | 2026-06-08T19:39:01.258Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 885 | 2026-06-08T19:39:01.261Z | Downloaded progenitor-client v0.10.0 |
| 886 | 2026-06-08T19:39:01.261Z | Downloaded progenitor-client v0.14.0 |
| 887 | 2026-06-08T19:39:01.261Z | Downloaded quick-error v1.2.3 |
| 888 | 2026-06-08T19:39:01.261Z | Downloaded psl-types v2.0.11 |
| 889 | 2026-06-08T19:39:01.264Z | Downloaded progenitor-macro v0.13.0 |
| 890 | 2026-06-08T19:39:01.264Z | Downloaded progenitor-client v0.11.2 |
| 891 | 2026-06-08T19:39:01.264Z | Downloaded chacha20poly1305 v0.10.1 |
| 892 | 2026-06-08T19:39:01.267Z | Downloaded libbz2-rs-sys v0.2.2 |
| 893 | 2026-06-08T19:39:01.267Z | Downloaded pem v3.0.6 |
| 894 | 2026-06-08T19:39:01.270Z | Downloaded peg-macros v0.8.5 |
| 895 | 2026-06-08T19:39:01.271Z | Downloaded darling_core v0.21.3 |
| 896 | 2026-06-08T19:39:01.273Z | Downloaded progenitor-macro v0.14.0 |
| 897 | 2026-06-08T19:39:01.273Z | Downloaded phf_shared v0.12.1 |
| 898 | 2026-06-08T19:39:01.274Z | Downloaded password-hash v0.5.0 |
| 899 | 2026-06-08T19:39:01.279Z | Downloaded num-integer v0.1.46 |
| 900 | 2026-06-08T19:39:01.279Z | Downloaded phf v0.12.1 |
| 901 | 2026-06-08T19:39:01.279Z | Downloaded peg v0.8.5 |
| 902 | 2026-06-08T19:39:01.281Z | Downloaded pem-rfc7468 v0.7.0 |
| 903 | 2026-06-08T19:39:01.282Z | Downloaded phf v0.13.1 |
| 904 | 2026-06-08T19:39:01.282Z | Downloaded der v0.7.10 |
| 905 | 2026-06-08T19:39:01.285Z | Downloaded ar_archive_writer v0.5.1 |
| 906 | 2026-06-08T19:39:01.288Z | Downloaded pin-project-internal v1.1.11 |
| 907 | 2026-06-08T19:39:01.288Z | Downloaded darling_core v0.20.11 |
| 908 | 2026-06-08T19:39:01.291Z | Downloaded poly1305 v0.8.0 |
| 909 | 2026-06-08T19:39:01.291Z | Downloaded pkg-config v0.3.32 |
| 910 | 2026-06-08T19:39:01.294Z | Downloaded rand_xorshift v0.4.0 |
| 911 | 2026-06-08T19:39:01.294Z | Downloaded heapless v0.8.0 |
| 912 | 2026-06-08T19:39:01.297Z | Downloaded polyval v0.6.2 |
| 913 | 2026-06-08T19:39:01.297Z | Downloaded crc-any v2.5.0 |
| 914 | 2026-06-08T19:39:01.302Z | Downloaded humantime v2.3.0 |
| 915 | 2026-06-08T19:39:01.302Z | Downloaded linked-hash-map v0.5.6 |
| 916 | 2026-06-08T19:39:01.302Z | Downloaded parking_lot_core v0.9.12 |
| 917 | 2026-06-08T19:39:01.307Z | Downloaded parking_lot v0.12.5 |
| 918 | 2026-06-08T19:39:01.307Z | Downloaded omicron-zone-package v0.12.2 |
| 919 | 2026-06-08T19:39:01.310Z | Downloaded indicatif v0.18.4 |
| 920 | 2026-06-08T19:39:01.310Z | Downloaded ppv-lite86 v0.2.21 |
| 921 | 2026-06-08T19:39:01.310Z | Downloaded postgres-protocol v0.6.10 |
| 922 | 2026-06-08T19:39:01.372Z | Downloaded ignore v0.4.25 |
| 923 | 2026-06-08T19:39:01.373Z | Downloaded derive_more-impl v2.1.1 |
| 924 | 2026-06-08T19:39:01.373Z | Downloaded ref-cast v1.0.25 |
| 925 | 2026-06-08T19:39:01.373Z | Downloaded recursive v0.1.1 |
| 926 | 2026-06-08T19:39:01.373Z | Downloaded parking_lot v0.11.2 |
| 927 | 2026-06-08T19:39:01.373Z | Downloaded progenitor-client v0.13.0 |
| 928 | 2026-06-08T19:39:01.373Z | Downloaded primeorder v0.13.6 |
| 929 | 2026-06-08T19:39:01.373Z | Downloaded proc-macro-error2 v2.0.1 |
| 930 | 2026-06-08T19:39:01.373Z | Downloaded hickory-resolver v0.25.2 |
| 931 | 2026-06-08T19:39:01.375Z | Downloaded progenitor v0.14.0 |
| 932 | 2026-06-08T19:39:01.375Z | Downloaded progenitor v0.11.2 |
| 933 | 2026-06-08T19:39:01.375Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 934 | 2026-06-08T19:39:01.375Z | Downloaded ref-cast-impl v1.0.25 |
| 935 | 2026-06-08T19:39:01.375Z | Downloaded num-complex v0.4.6 |
| 936 | 2026-06-08T19:39:01.375Z | Downloaded psm v0.1.30 |
| 937 | 2026-06-08T19:39:01.375Z | Downloaded rustc-hash v2.1.1 |
| 938 | 2026-06-08T19:39:01.375Z | Downloaded password-hash v0.4.2 |
| 939 | 2026-06-08T19:39:01.375Z | Downloaded hickory-resolver v0.24.4 |
| 940 | 2026-06-08T19:39:01.375Z | Downloaded r2d2 v0.8.10 |
| 941 | 2026-06-08T19:39:01.375Z | Downloaded crossbeam-channel v0.5.15 |
| 942 | 2026-06-08T19:39:01.375Z | Downloaded rustc_version v0.4.1 |
| 943 | 2026-06-08T19:39:01.375Z | Downloaded rustc_version v0.1.7 |
| 944 | 2026-06-08T19:39:01.375Z | Downloaded rtoolbox v0.0.3 |
| 945 | 2026-06-08T19:39:01.375Z | Downloaded russh-cryptovec v0.7.3 |
| 946 | 2026-06-08T19:39:01.375Z | Downloaded expectorate v1.2.0 |
| 947 | 2026-06-08T19:39:01.381Z | Downloaded pkcs5 v0.7.1 |
| 948 | 2026-06-08T19:39:01.381Z | Downloaded rand_core v0.10.0 |
| 949 | 2026-06-08T19:39:01.381Z | Downloaded rand_core v0.9.5 |
| 950 | 2026-06-08T19:39:01.381Z | Downloaded rand_core v0.6.4 |
| 951 | 2026-06-08T19:39:01.381Z | Downloaded rand_chacha v0.9.0 |
| 952 | 2026-06-08T19:39:01.381Z | Downloaded rand_chacha v0.3.1 |
| 953 | 2026-06-08T19:39:01.382Z | Downloaded radium v0.7.0 |
| 954 | 2026-06-08T19:39:01.382Z | Downloaded predicates v3.1.4 |
| 955 | 2026-06-08T19:39:01.382Z | Downloaded miniz_oxide v0.8.9 |
| 956 | 2026-06-08T19:39:01.385Z | Downloaded postgres-types v0.2.12 |
| 957 | 2026-06-08T19:39:01.385Z | Downloaded owo-colors v4.3.0 |
| 958 | 2026-06-08T19:39:01.385Z | Downloaded aes v0.8.4 |
| 959 | 2026-06-08T19:39:01.390Z | Downloaded rand_seeder v0.4.0 |
| 960 | 2026-06-08T19:39:01.390Z | Downloaded postcard v1.1.3 |
| 961 | 2026-06-08T19:39:01.390Z | Downloaded pin-project-lite v0.2.17 |
| 962 | 2026-06-08T19:39:01.392Z | Downloaded scheduled-thread-pool v0.2.7 |
| 963 | 2026-06-08T19:39:01.393Z | Downloaded salsa20 v0.10.2 |
| 964 | 2026-06-08T19:39:01.393Z | Downloaded sapling-renderdag v0.1.0 |
| 965 | 2026-06-08T19:39:01.395Z | Downloaded same-file v1.0.6 |
| 966 | 2026-06-08T19:39:01.395Z | Downloaded p256 v0.13.2 |
| 967 | 2026-06-08T19:39:01.398Z | Downloaded semver v0.1.20 |
| 968 | 2026-06-08T19:39:01.398Z | Downloaded secrecy v0.10.3 |
| 969 | 2026-06-08T19:39:01.398Z | Downloaded secrecy v0.8.0 |
| 970 | 2026-06-08T19:39:01.398Z | Downloaded scrypt v0.11.0 |
| 971 | 2026-06-08T19:39:01.401Z | Downloaded scroll_derive v0.13.1 |
| 972 | 2026-06-08T19:39:01.401Z | Downloaded pkcs1 v0.7.5 |
| 973 | 2026-06-08T19:39:01.404Z | Downloaded parse-display-derive v0.10.0 |
| 974 | 2026-06-08T19:39:01.404Z | Downloaded hashbrown v0.12.3 |
| 975 | 2026-06-08T19:39:01.407Z | Downloaded oso v0.27.3 |
| 976 | 2026-06-08T19:39:01.414Z | Downloaded progenitor-extras v0.2.0 |
| 977 | 2026-06-08T19:39:01.416Z | Downloaded progenitor v0.13.0 |
| 978 | 2026-06-08T19:39:01.416Z | Downloaded pkcs8 v0.10.2 |
| 979 | 2026-06-08T19:39:01.416Z | Downloaded resolv-conf v0.7.6 |
| 980 | 2026-06-08T19:39:01.420Z | Downloaded rfc6979 v0.4.0 |
| 981 | 2026-06-08T19:39:01.420Z | Downloaded scopeguard v1.2.0 |
| 982 | 2026-06-08T19:39:01.423Z | Downloaded serde_plain v1.0.2 |
| 983 | 2026-06-08T19:39:01.423Z | Downloaded jiff-static v0.2.21 |
| 984 | 2026-06-08T19:39:01.426Z | Downloaded hashbrown v0.13.2 |
| 985 | 2026-06-08T19:39:01.428Z | Downloaded serde-big-array v0.5.1 |
| 986 | 2026-06-08T19:39:01.428Z | Downloaded seq-macro v0.3.6 |
| 987 | 2026-06-08T19:39:01.436Z | Downloaded quinn-udp v0.5.14 |
| 988 | 2026-06-08T19:39:01.439Z | Downloaded serde_repr v0.1.20 |
| 989 | 2026-06-08T19:39:01.442Z | Downloaded serde_urlencoded v0.7.1 |
| 990 | 2026-06-08T19:39:01.446Z | Downloaded http v1.4.0 |
| 991 | 2026-06-08T19:39:01.449Z | Downloaded rustls-native-certs v0.8.3 |
| 992 | 2026-06-08T19:39:01.449Z | Downloaded serde_spanned v1.0.4 |
| 993 | 2026-06-08T19:39:01.453Z | Downloaded pin-project v1.1.11 |
| 994 | 2026-06-08T19:39:01.458Z | Downloaded signal-hook-tokio v0.3.1 |
| 995 | 2026-06-08T19:39:01.461Z | Downloaded sha1 v0.10.6 |
| 996 | 2026-06-08T19:39:01.461Z | Downloaded dropshot-api-manager v0.7.2 |
| 997 | 2026-06-08T19:39:01.465Z | Downloaded sigpipe v0.1.3 |
| 998 | 2026-06-08T19:39:01.468Z | Downloaded signature v2.2.0 |
| 999 | 2026-06-08T19:39:01.468Z | Downloaded minimal-lexical v0.2.1 |
| 1000 | 2026-06-08T19:39:01.468Z | Downloaded signal-hook-mio v0.2.5 |
| 1001 | 2026-06-08T19:39:01.472Z | Downloaded shell-words v1.1.1 |
| 1002 | 2026-06-08T19:39:01.472Z | Downloaded rusty-fork v0.3.1 |
| 1003 | 2026-06-08T19:39:01.476Z | Downloaded rustversion v1.0.22 |
| 1004 | 2026-06-08T19:39:01.476Z | Downloaded rustls-pemfile v2.2.0 |
| 1005 | 2026-06-08T19:39:01.481Z | Downloaded siphasher v1.0.2 |
| 1006 | 2026-06-08T19:39:01.481Z | Downloaded schemars_derive v0.8.22 |
| 1007 | 2026-06-08T19:39:01.484Z | Downloaded slog-bunyan v2.5.0 |
| 1008 | 2026-06-08T19:39:01.484Z | Downloaded slog-envlogger v2.2.0 |
| 1009 | 2026-06-08T19:39:01.487Z | Downloaded sec1 v0.7.3 |
| 1010 | 2026-06-08T19:39:01.490Z | Downloaded hickory-server v0.25.2 |
| 1011 | 2026-06-08T19:39:01.494Z | Downloaded prefix-trie v0.7.0 |
| 1012 | 2026-06-08T19:39:01.494Z | Downloaded scroll v0.13.0 |
| 1013 | 2026-06-08T19:39:01.497Z | Downloaded progenitor-impl v0.14.0 |
| 1014 | 2026-06-08T19:39:01.497Z | Downloaded progenitor-impl v0.11.2 |
| 1015 | 2026-06-08T19:39:01.500Z | Downloaded serde-hex v0.1.0 |
| 1016 | 2026-06-08T19:39:01.500Z | Downloaded sct v0.7.1 |
| 1017 | 2026-06-08T19:39:01.517Z | Downloaded serde_path_to_error v0.1.20 |
| 1018 | 2026-06-08T19:39:01.520Z | Downloaded serde_bytes v0.11.19 |
| 1019 | 2026-06-08T19:39:01.525Z | Downloaded sqlparser_derive v0.5.0 |
| 1020 | 2026-06-08T19:39:01.528Z | Downloaded ssh-encoding v0.2.0 |
| 1021 | 2026-06-08T19:39:01.528Z | Downloaded serde_with_macros v1.5.2 |
| 1022 | 2026-06-08T19:39:01.528Z | Downloaded ssh-cipher v0.2.0 |
| 1023 | 2026-06-08T19:39:01.531Z | Downloaded russh-keys v0.45.0 |
| 1024 | 2026-06-08T19:39:01.536Z | Downloaded hyper-util v0.1.20 |
| 1025 | 2026-06-08T19:39:01.539Z | Downloaded rustls-pemfile v1.0.4 |
| 1026 | 2026-06-08T19:39:01.542Z | Downloaded signal-hook-registry v1.4.8 |
| 1027 | 2026-06-08T19:39:01.545Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1028 | 2026-06-08T19:39:01.545Z | Downloaded strum v0.27.2 |
| 1029 | 2026-06-08T19:39:01.548Z | Downloaded strum v0.26.3 |
| 1030 | 2026-06-08T19:39:01.548Z | Downloaded structmeta v0.3.0 |
| 1031 | 2026-06-08T19:39:01.548Z | Downloaded strsim v0.10.0 |
| 1032 | 2026-06-08T19:39:01.551Z | Downloaded structmeta-derive v0.3.0 |
| 1033 | 2026-06-08T19:39:01.551Z | Downloaded simd-adler32 v0.3.8 |
| 1034 | 2026-06-08T19:39:01.551Z | Downloaded openssl-sys v0.9.115 |
| 1035 | 2026-06-08T19:39:01.554Z | Downloaded mio v1.2.0 |
| 1036 | 2026-06-08T19:39:01.558Z | Downloaded rcgen v0.12.1 |
| 1037 | 2026-06-08T19:39:01.561Z | Downloaded papergrid v0.17.0 |
| 1038 | 2026-06-08T19:39:01.565Z | Downloaded sync-ptr v0.1.4 |
| 1039 | 2026-06-08T19:39:01.568Z | Downloaded tabwriter v1.4.1 |
| 1040 | 2026-06-08T19:39:01.568Z | Downloaded slab v0.4.12 |
| 1041 | 2026-06-08T19:39:01.568Z | Downloaded tabled_derive v0.11.0 |
| 1042 | 2026-06-08T19:39:01.568Z | Downloaded sync_wrapper v1.0.2 |
| 1043 | 2026-06-08T19:39:01.571Z | Downloaded supports-color v3.0.2 |
| 1044 | 2026-06-08T19:39:01.571Z | Downloaded slog-stdlog v4.1.1 |
| 1045 | 2026-06-08T19:39:01.574Z | Downloaded slog-async v2.8.0 |
| 1046 | 2026-06-08T19:39:01.574Z | Downloaded itertools v0.10.5 |
| 1047 | 2026-06-08T19:39:01.578Z | Downloaded prettyplease v0.2.37 |
| 1048 | 2026-06-08T19:39:01.581Z | Downloaded pretty_assertions v1.4.1 |
| 1049 | 2026-06-08T19:39:01.584Z | Downloaded ron v0.8.1 |
| 1050 | 2026-06-08T19:39:01.588Z | Downloaded smallvec v0.6.14 |
| 1051 | 2026-06-08T19:39:01.588Z | Downloaded slog-json v2.6.1 |
| 1052 | 2026-06-08T19:39:01.588Z | Downloaded tap v1.0.1 |
| 1053 | 2026-06-08T19:39:01.591Z | Downloaded take_mut v0.2.2 |
| 1054 | 2026-06-08T19:39:01.591Z | Downloaded termtree v0.5.1 |
| 1055 | 2026-06-08T19:39:01.591Z | Downloaded tagptr v0.2.0 |
| 1056 | 2026-06-08T19:39:01.591Z | Downloaded serde_derive_internals v0.29.1 |
| 1057 | 2026-06-08T19:39:01.594Z | Downloaded snafu-derive v0.8.9 |
| 1058 | 2026-06-08T19:39:01.594Z | Downloaded slog-dtrace v0.3.0 |
| 1059 | 2026-06-08T19:39:01.599Z | Downloaded smf v0.2.3 |
| 1060 | 2026-06-08T19:39:01.602Z | Downloaded testing_table v0.3.0 |
| 1061 | 2026-06-08T19:39:01.605Z | Downloaded slog-term v2.9.2 |
| 1062 | 2026-06-08T19:39:01.605Z | Downloaded sqlformat v0.3.5 |
| 1063 | 2026-06-08T19:39:01.612Z | Downloaded aes-gcm v0.10.3 |
| 1064 | 2026-06-08T19:39:01.614Z | Downloaded tinyvec_macros v0.1.1 |
| 1065 | 2026-06-08T19:39:01.614Z | Downloaded time-core v0.1.8 |
| 1066 | 2026-06-08T19:39:01.614Z | Downloaded thread-id v5.1.0 |
| 1067 | 2026-06-08T19:39:01.615Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1068 | 2026-06-08T19:39:01.615Z | Downloaded string_cache v0.8.9 |
| 1069 | 2026-06-08T19:39:01.615Z | Downloaded stacker v0.1.23 |
| 1070 | 2026-06-08T19:39:01.615Z | Downloaded static_assertions v1.1.0 |
| 1071 | 2026-06-08T19:39:01.615Z | Downloaded crossterm v0.29.0 |
| 1072 | 2026-06-08T19:39:01.619Z | Downloaded rustls-pki-types v1.14.0 |
| 1073 | 2026-06-08T19:39:01.623Z | Downloaded spki v0.7.3 |
| 1074 | 2026-06-08T19:39:01.623Z | Downloaded serde_cbor v0.11.2 |
| 1075 | 2026-06-08T19:39:01.626Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1076 | 2026-06-08T19:39:01.626Z | Downloaded serde_with_macros v3.17.0 |
| 1077 | 2026-06-08T19:39:01.631Z | Downloaded strum_macros v0.24.3 |
| 1078 | 2026-06-08T19:39:01.631Z | Downloaded shlex v1.3.0 |
| 1079 | 2026-06-08T19:39:01.631Z | Downloaded subtle v2.6.1 |
| 1080 | 2026-06-08T19:39:01.634Z | Downloaded strum_macros v0.26.4 |
| 1081 | 2026-06-08T19:39:01.634Z | Downloaded stringprep v0.1.5 |
| 1082 | 2026-06-08T19:39:01.634Z | Downloaded tokio-macros v2.7.0 |
| 1083 | 2026-06-08T19:39:01.642Z | Downloaded ryu v1.0.23 |
| 1084 | 2026-06-08T19:39:01.651Z | Downloaded support-bundle-viewer v0.1.2 |
| 1085 | 2026-06-08T19:39:01.651Z | Downloaded strum_macros v0.27.2 |
| 1086 | 2026-06-08T19:39:01.651Z | Downloaded hashbrown v0.16.1 |
| 1087 | 2026-06-08T19:39:01.653Z | Downloaded progenitor-impl v0.13.0 |
| 1088 | 2026-06-08T19:39:01.657Z | Downloaded num-bigint v0.4.6 |
| 1089 | 2026-06-08T19:39:01.660Z | Downloaded topological-sort v0.2.2 |
| 1090 | 2026-06-08T19:39:01.660Z | Downloaded slog-scope v4.4.1 |
| 1091 | 2026-06-08T19:39:01.664Z | Downloaded qorb v0.4.1 |
| 1092 | 2026-06-08T19:39:01.667Z | Downloaded nom v7.1.3 |
| 1093 | 2026-06-08T19:39:01.670Z | Downloaded quinn v0.11.9 |
| 1094 | 2026-06-08T19:39:01.675Z | Downloaded publicsuffix v2.3.0 |
| 1095 | 2026-06-08T19:39:01.681Z | Downloaded spin v0.9.8 |
| 1096 | 2026-06-08T19:39:01.683Z | Downloaded tower-layer v0.3.3 |
| 1097 | 2026-06-08T19:39:01.686Z | Downloaded try-lock v0.2.5 |
| 1098 | 2026-06-08T19:39:01.686Z | Downloaded tower-service v0.3.3 |
| 1099 | 2026-06-08T19:39:01.691Z | Downloaded thiserror-no-std v2.0.2 |
| 1100 | 2026-06-08T19:39:01.694Z | Downloaded rand v0.8.6 |
| 1101 | 2026-06-08T19:39:01.697Z | Downloaded tiny-keccak v2.0.2 |
| 1102 | 2026-06-08T19:39:01.700Z | Downloaded time-macros v0.2.27 |
| 1103 | 2026-06-08T19:39:01.700Z | Downloaded tls_codec v0.4.2 |
| 1104 | 2026-06-08T19:39:01.704Z | Downloaded signal-hook v0.3.18 |
| 1105 | 2026-06-08T19:39:01.704Z | Downloaded tls_codec_derive v0.4.2 |
| 1106 | 2026-06-08T19:39:01.704Z | Downloaded trait-variant v0.1.2 |
| 1107 | 2026-06-08T19:39:01.706Z | Downloaded thread_local v1.1.9 |
| 1108 | 2026-06-08T19:39:01.706Z | Downloaded crossterm v0.28.1 |
| 1109 | 2026-06-08T19:39:01.716Z | Downloaded tokio-dtrace v0.1.1 |
| 1110 | 2026-06-08T19:39:01.719Z | Downloaded tokio-tungstenite v0.21.0 |
| 1111 | 2026-06-08T19:39:01.719Z | Downloaded unarray v0.1.4 |
| 1112 | 2026-06-08T19:39:01.722Z | Downloaded typify-macro v0.4.3 |
| 1113 | 2026-06-08T19:39:01.722Z | Downloaded untrusted v0.7.1 |
| 1114 | 2026-06-08T19:39:01.722Z | Downloaded universal-hash v0.5.1 |
| 1115 | 2026-06-08T19:39:01.725Z | Downloaded typify-macro v0.6.2 |
| 1116 | 2026-06-08T19:39:01.725Z | Downloaded unit-prefix v0.5.2 |
| 1117 | 2026-06-08T19:39:01.726Z | Downloaded untrusted v0.9.0 |
| 1118 | 2026-06-08T19:39:01.729Z | Downloaded hashbrown v0.15.5 |
| 1119 | 2026-06-08T19:39:01.729Z | Downloaded rayon-core v1.13.0 |
| 1120 | 2026-06-08T19:39:01.732Z | Downloaded similar v2.7.0 |
| 1121 | 2026-06-08T19:39:01.738Z | Downloaded tokio-tungstenite v0.23.1 |
| 1122 | 2026-06-08T19:39:01.741Z | Downloaded tokio-native-tls v0.3.1 |
| 1123 | 2026-06-08T19:39:01.741Z | Downloaded usdt-macro v0.6.0 |
| 1124 | 2026-06-08T19:39:01.741Z | Downloaded usdt v0.6.0 |
| 1125 | 2026-06-08T19:39:01.741Z | Downloaded unicode-truncate v1.1.0 |
| 1126 | 2026-06-08T19:39:01.743Z | Downloaded num-bigint-dig v0.8.6 |
| 1127 | 2026-06-08T19:39:01.752Z | Downloaded utf-8 v0.7.6 |
| 1128 | 2026-06-08T19:39:01.756Z | Downloaded termios v0.3.3 |
| 1129 | 2026-06-08T19:39:01.757Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1130 | 2026-06-08T19:39:01.757Z | Downloaded term v1.2.1 |
| 1131 | 2026-06-08T19:39:01.763Z | Downloaded socket2 v0.5.10 |
| 1132 | 2026-06-08T19:39:01.766Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1133 | 2026-06-08T19:39:01.766Z | Downloaded void v1.0.2 |
| 1134 | 2026-06-08T19:39:01.766Z | Downloaded waitgroup v0.1.2 |
| 1135 | 2026-06-08T19:39:01.766Z | Downloaded wait-timeout v0.2.1 |
| 1136 | 2026-06-08T19:39:01.769Z | Downloaded tui-tree-widget v0.23.1 |
| 1137 | 2026-06-08T19:39:01.778Z | Downloaded term v0.7.0 |
| 1138 | 2026-06-08T19:39:01.784Z | Downloaded rand v0.9.2 |
| 1139 | 2026-06-08T19:39:01.784Z | Downloaded futures-util v0.3.32 |
| 1140 | 2026-06-08T19:39:01.787Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1141 | 2026-06-08T19:39:01.794Z | Downloaded schemars v1.2.1 |
| 1142 | 2026-06-08T19:39:01.802Z | Downloaded xattr v1.6.1 |
| 1143 | 2026-06-08T19:39:01.805Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1144 | 2026-06-08T19:39:01.808Z | Downloaded xshell-macros v0.2.7 |
| 1145 | 2026-06-08T19:39:01.808Z | Downloaded tokio-rustls v0.24.1 |
| 1146 | 2026-06-08T19:39:01.808Z | Downloaded libxml v0.3.3 |
| 1147 | 2026-06-08T19:39:01.811Z | Downloaded unicase v2.9.0 |
| 1148 | 2026-06-08T19:39:01.817Z | Downloaded rsa v0.9.10 |
| 1149 | 2026-06-08T19:39:01.821Z | Downloaded vergen-git2 v9.1.0 |
| 1150 | 2026-06-08T19:39:01.821Z | Downloaded uzers v0.12.2 |
| 1151 | 2026-06-08T19:39:01.821Z | Downloaded itertools v0.12.1 |
| 1152 | 2026-06-08T19:39:01.821Z | Downloaded zeroize_derive v1.4.3 |
| 1153 | 2026-06-08T19:39:01.825Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1154 | 2026-06-08T19:39:01.825Z | Downloaded test-strategy v0.4.5 |
| 1155 | 2026-06-08T19:39:01.825Z | Downloaded tokio-rustls v0.25.0 |
| 1156 | 2026-06-08T19:39:01.828Z | Downloaded subprocess v0.2.15 |
| 1157 | 2026-06-08T19:39:01.828Z | Downloaded tokio-stream v0.1.18 |
| 1158 | 2026-06-08T19:39:01.831Z | Downloaded usdt-attr-macro v0.6.0 |
| 1159 | 2026-06-08T19:39:01.831Z | Downloaded tokio-rustls v0.26.4 |
| 1160 | 2026-06-08T19:39:01.834Z | Downloaded hyper v1.8.1 |
| 1161 | 2026-06-08T19:39:01.836Z | Downloaded zone v0.3.1 |
| 1162 | 2026-06-08T19:39:01.836Z | Downloaded want v0.3.1 |
| 1163 | 2026-06-08T19:39:01.840Z | Downloaded usdt-impl v0.6.0 |
| 1164 | 2026-06-08T19:39:01.840Z | Downloaded slog v2.8.2 |
| 1165 | 2026-06-08T19:39:01.840Z | Downloaded zone_cfg_derive v0.3.1 |
| 1166 | 2026-06-08T19:39:01.842Z | Downloaded itertools v0.14.0 |
| 1167 | 2026-06-08T19:39:01.845Z | Downloaded iri-string v0.7.10 |
| 1168 | 2026-06-08T19:39:01.849Z | Downloaded nom v8.0.0 |
| 1169 | 2026-06-08T19:39:01.852Z | Downloaded twox-hash v2.1.2 |
| 1170 | 2026-06-08T19:39:01.855Z | Downloaded walkdir v2.5.0 |
| 1171 | 2026-06-08T19:39:01.855Z | Downloaded vergen-lib v9.1.0 |
| 1172 | 2026-06-08T19:39:01.855Z | Downloaded whoami v1.6.1 |
| 1173 | 2026-06-08T19:39:01.859Z | Downloaded snafu v0.8.9 |
| 1174 | 2026-06-08T19:39:01.862Z | Downloaded wyz v0.5.1 |
| 1175 | 2026-06-08T19:39:01.862Z | Downloaded vergen-lib v0.1.6 |
| 1176 | 2026-06-08T19:39:01.862Z | Downloaded vergen-gitcl v1.0.8 |
| 1177 | 2026-06-08T19:39:01.867Z | Downloaded p521 v0.13.3 |
| 1178 | 2026-06-08T19:39:01.867Z | Downloaded rustls-webpki v0.103.9 |
| 1179 | 2026-06-08T19:39:01.870Z | Downloaded xshell v0.2.7 |
| 1180 | 2026-06-08T19:39:01.870Z | Downloaded tinyvec v1.10.0 |
| 1181 | 2026-06-08T19:39:01.870Z | Downloaded libm v0.2.16 |
| 1182 | 2026-06-08T19:39:01.874Z | Downloaded vsss-rs v3.3.4 |
| 1183 | 2026-06-08T19:39:01.877Z | Downloaded zeroize v1.8.2 |
| 1184 | 2026-06-08T19:39:01.877Z | Downloaded tracing-attributes v0.1.31 |
| 1185 | 2026-06-08T19:39:01.879Z | Downloaded itertools v0.13.0 |
| 1186 | 2026-06-08T19:39:01.882Z | Downloaded vergen v9.1.0 |
| 1187 | 2026-06-08T19:39:01.885Z | Downloaded aws-lc-rs v1.16.3 |
| 1188 | 2026-06-08T19:39:01.889Z | Downloaded blake3 v1.8.3 |
| 1189 | 2026-06-08T19:39:01.893Z | Downloaded rand v0.10.0 |
| 1190 | 2026-06-08T19:39:01.896Z | Downloaded zstd-safe v7.2.4 |
| 1191 | 2026-06-08T19:39:01.899Z | Downloaded h2 v0.4.13 |
| 1192 | 2026-06-08T19:39:01.903Z | Downloaded tungstenite v0.23.0 |
| 1193 | 2026-06-08T19:39:01.903Z | Downloaded zstd v0.13.3 |
| 1194 | 2026-06-08T19:39:01.905Z | Downloaded unicode-properties v0.1.4 |
| 1195 | 2026-06-08T19:39:01.906Z | Downloaded tungstenite v0.21.0 |
| 1196 | 2026-06-08T19:39:01.909Z | Downloaded steno v0.4.1 |
| 1197 | 2026-06-08T19:39:01.909Z | Downloaded socket2 v0.6.3 |
| 1198 | 2026-06-08T19:39:01.919Z | Downloaded schemars v0.9.0 |
| 1199 | 2026-06-08T19:39:01.925Z | Downloaded samael v0.0.19 |
| 1200 | 2026-06-08T19:39:01.925Z | Downloaded hkdf v0.12.4 |
| 1201 | 2026-06-08T19:39:01.925Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1202 | 2026-06-08T19:39:01.930Z | Downloaded tar v0.4.45 |
| 1203 | 2026-06-08T19:39:01.930Z | Downloaded aho-corasick v1.1.4 |
| 1204 | 2026-06-08T19:39:01.933Z | Downloaded yasna v0.5.2 |
| 1205 | 2026-06-08T19:39:01.933Z | Downloaded rpassword v7.4.0 |
| 1206 | 2026-06-08T19:39:01.933Z | Downloaded bitvec v1.0.1 |
| 1207 | 2026-06-08T19:39:01.939Z | Downloaded tracing-core v0.1.36 |
| 1208 | 2026-06-08T19:39:01.942Z | Downloaded vte v0.14.1 |
| 1209 | 2026-06-08T19:39:01.945Z | Downloaded iddqd v0.4.2 |
| 1210 | 2026-06-08T19:39:01.948Z | Downloaded toml v0.7.8 |
| 1211 | 2026-06-08T19:39:01.951Z | Downloaded russh v0.45.0 |
| 1212 | 2026-06-08T19:39:01.953Z | Downloaded typify v0.6.2 |
| 1213 | 2026-06-08T19:39:01.955Z | Downloaded whoami v2.1.0 |
| 1214 | 2026-06-08T19:39:01.956Z | Downloaded typify v0.4.3 |
| 1215 | 2026-06-08T19:39:01.961Z | Downloaded schemars v0.8.22 |
| 1216 | 2026-06-08T19:39:01.965Z | Downloaded unicode-bidi v0.3.18 |
| 1217 | 2026-06-08T19:39:01.967Z | Downloaded tokio-postgres v0.7.16 |
| 1218 | 2026-06-08T19:39:01.970Z | Downloaded unsafe-libyaml v0.2.11 |
| 1219 | 2026-06-08T19:39:01.970Z | Downloaded zerocopy v0.6.6 |
| 1220 | 2026-06-08T19:39:01.975Z | Downloaded chrono v0.4.44 |
| 1221 | 2026-06-08T19:39:01.980Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1222 | 2026-06-08T19:39:01.988Z | Downloaded bindgen v0.71.1 |
| 1223 | 2026-06-08T19:39:02.003Z | Downloaded serde_with v1.14.0 |
| 1224 | 2026-06-08T19:39:02.009Z | Downloaded unicode_categories v0.1.1 |
| 1225 | 2026-06-08T19:39:02.012Z | Downloaded rustyline v14.0.0 |
| 1226 | 2026-06-08T19:39:02.016Z | Downloaded regex v1.12.3 |
| 1227 | 2026-06-08T19:39:02.020Z | Downloaded reedline v0.40.0 |
| 1228 | 2026-06-08T19:39:02.028Z | Downloaded zopfli v0.8.3 |
| 1229 | 2026-06-08T19:39:02.031Z | Downloaded git2 v0.20.4 |
| 1230 | 2026-06-08T19:39:02.037Z | Downloaded uuid v1.23.0 |
| 1231 | 2026-06-08T19:39:02.054Z | Downloaded zerocopy-derive v0.8.40 |
| 1232 | 2026-06-08T19:39:02.059Z | Downloaded yansi v1.0.1 |
| 1233 | 2026-06-08T19:39:02.061Z | Downloaded ssh-key v0.6.7 |
| 1234 | 2026-06-08T19:39:02.068Z | Downloaded typed-path v0.9.3 |
| 1235 | 2026-06-08T19:39:02.072Z | Downloaded p384 v0.13.1 |
| 1236 | 2026-06-08T19:39:02.075Z | Downloaded zip v0.6.6 |
| 1237 | 2026-06-08T19:39:02.078Z | Downloaded moka v0.12.13 |
| 1238 | 2026-06-08T19:39:02.081Z | Downloaded reqwest v0.13.2 |
| 1239 | 2026-06-08T19:39:02.085Z | Downloaded reqwest v0.12.28 |
| 1240 | 2026-06-08T19:39:02.088Z | Downloaded rustls-webpki v0.101.7 |
| 1241 | 2026-06-08T19:39:02.096Z | Downloaded toml_edit v0.19.15 |
| 1242 | 2026-06-08T19:39:02.104Z | Downloaded portable-atomic v1.13.1 |
| 1243 | 2026-06-08T19:39:02.109Z | Downloaded x509-cert v0.2.5 |
| 1244 | 2026-06-08T19:39:02.112Z | Downloaded goblin v0.10.5 |
| 1245 | 2026-06-08T19:39:02.116Z | Downloaded tower-http v0.6.8 |
| 1246 | 2026-06-08T19:39:02.121Z | Downloaded proptest v1.10.0 |
| 1247 | 2026-06-08T19:39:02.126Z | Downloaded lalrpop v0.19.12 |
| 1248 | 2026-06-08T19:39:02.132Z | Downloaded quick-xml v0.37.5 |
| 1249 | 2026-06-08T19:39:02.135Z | Downloaded rustls-webpki v0.102.8 |
| 1250 | 2026-06-08T19:39:02.145Z | Downloaded tower v0.5.3 |
| 1251 | 2026-06-08T19:39:02.150Z | Downloaded rayon v1.11.0 |
| 1252 | 2026-06-08T19:39:02.160Z | Downloaded unicode-segmentation v1.12.0 |
| 1253 | 2026-06-08T19:39:02.171Z | Downloaded quinn-proto v0.11.13 |
| 1254 | 2026-06-08T19:39:02.202Z | Downloaded unicode-normalization v0.1.25 |
| 1255 | 2026-06-08T19:39:02.207Z | Downloaded tokio-util v0.7.18 |
| 1256 | 2026-06-08T19:39:02.210Z | Downloaded radix_trie v0.2.1 |
| 1257 | 2026-06-08T19:39:02.214Z | Downloaded bstr v1.12.1 |
| 1258 | 2026-06-08T19:39:02.217Z | Downloaded tough v0.22.0 |
| 1259 | 2026-06-08T19:39:02.226Z | Downloaded salty v0.3.0 |
| 1260 | 2026-06-08T19:39:02.234Z | Downloaded tabled v0.20.0 |
| 1261 | 2026-06-08T19:39:02.245Z | Downloaded time v0.3.47 |
| 1262 | 2026-06-08T19:39:02.252Z | Downloaded petname v2.0.2 |
| 1263 | 2026-06-08T19:39:02.255Z | Downloaded serde_with v3.17.0 |
| 1264 | 2026-06-08T19:39:02.261Z | Downloaded object v0.30.4 |
| 1265 | 2026-06-08T19:39:02.267Z | Downloaded zip v4.6.1 |
| 1266 | 2026-06-08T19:39:02.270Z | Downloaded regex-syntax v0.6.29 |
| 1267 | 2026-06-08T19:39:02.273Z | Downloaded curve25519-dalek v4.1.3 |
| 1268 | 2026-06-08T19:39:02.278Z | Downloaded openssl v0.10.79 |
| 1269 | 2026-06-08T19:39:02.284Z | Downloaded object v0.37.3 |
| 1270 | 2026-06-08T19:39:02.290Z | Downloaded winnow v0.5.40 |
| 1271 | 2026-06-08T19:39:02.313Z | Downloaded webpki-roots v1.0.6 |
| 1272 | 2026-06-08T19:39:02.318Z | Downloaded winnow v0.6.26 |
| 1273 | 2026-06-08T19:39:02.324Z | Downloaded nix v0.27.1 |
| 1274 | 2026-06-08T19:39:02.334Z | Downloaded openapiv3 v2.2.0 |
| 1275 | 2026-06-08T19:39:02.340Z | Downloaded regex-syntax v0.8.10 |
| 1276 | 2026-06-08T19:39:02.384Z | Downloaded polar-core v0.27.3 |
| 1277 | 2026-06-08T19:39:02.384Z | Downloaded dropshot v0.17.0 |
| 1278 | 2026-06-08T19:39:02.388Z | Downloaded rustls v0.21.12 |
| 1279 | 2026-06-08T19:39:02.393Z | Downloaded nix v0.28.0 |
| 1280 | 2026-06-08T19:39:02.409Z | Downloaded smoltcp v0.9.1 |
| 1281 | 2026-06-08T19:39:02.433Z | Downloaded nix v0.31.2 |
| 1282 | 2026-06-08T19:39:02.440Z | Downloaded zlib-rs v0.6.2 |
| 1283 | 2026-06-08T19:39:02.443Z | Downloaded vcpkg v0.2.15 |
| 1284 | 2026-06-08T19:39:02.465Z | Downloaded zerocopy v0.8.40 |
| 1285 | 2026-06-08T19:39:02.470Z | Downloaded regress v0.10.5 |
| 1286 | 2026-06-08T19:39:02.475Z | Downloaded hickory-proto v0.24.4 |
| 1287 | 2026-06-08T19:39:02.484Z | Downloaded rustls v0.22.4 |
| 1288 | 2026-06-08T19:39:02.491Z | Downloaded hickory-proto v0.25.2 |
| 1289 | 2026-06-08T19:39:02.500Z | Downloaded smoltcp v0.11.0 |
| 1290 | 2026-06-08T19:39:02.509Z | Downloaded rustls v0.23.37 |
| 1291 | 2026-06-08T19:39:02.513Z | Downloaded typify-impl v0.6.2 |
| 1292 | 2026-06-08T19:39:02.522Z | Downloaded rustix v0.38.44 |
| 1293 | 2026-06-08T19:39:02.534Z | Downloaded ratatui v0.29.0 |
| 1294 | 2026-06-08T19:39:02.544Z | Downloaded typify-impl v0.4.3 |
| 1295 | 2026-06-08T19:39:02.556Z | Downloaded tracing v0.1.44 |
| 1296 | 2026-06-08T19:39:02.571Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1297 | 2026-06-08T19:39:02.574Z | Downloaded diesel v2.3.7 |
| 1298 | 2026-06-08T19:39:02.586Z | Downloaded sqlparser v0.61.0 |
| 1299 | 2026-06-08T19:39:02.593Z | Downloaded sled v0.34.7 |
| 1300 | 2026-06-08T19:39:02.596Z | Downloaded regress v0.11.1 |
| 1301 | 2026-06-08T19:39:02.602Z | Downloaded regex-automata v0.4.14 |
| 1302 | 2026-06-08T19:39:02.619Z | Downloaded petgraph v0.6.5 |
| 1303 | 2026-06-08T19:39:02.632Z | Downloaded chrono-tz v0.10.4 |
| 1304 | 2026-06-08T19:39:02.644Z | Downloaded zerocopy-derive v0.6.6 |
| 1305 | 2026-06-08T19:39:02.653Z | Downloaded petgraph v0.8.3 |
| 1306 | 2026-06-08T19:39:02.674Z | Downloaded libz-sys v1.1.24 |
| 1307 | 2026-06-08T19:39:02.691Z | Downloaded jiff v0.2.21 |
| 1308 | 2026-06-08T19:39:02.696Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-06-08T19:39:02.707Z | Downloaded csv v1.4.0 |
| 1310 | 2026-06-08T19:39:02.737Z | Downloaded sha3 v0.10.8 |
| 1311 | 2026-06-08T19:39:02.756Z | Downloaded tokio v1.52.1 |
| 1312 | 2026-06-08T19:39:02.783Z | Downloaded ring v0.17.14 |
| 1313 | 2026-06-08T19:39:02.823Z | Downloaded encoding_rs v0.8.35 |
| 1314 | 2026-06-08T19:39:02.853Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1315 | 2026-06-08T19:39:03.344Z | Downloaded aws-lc-sys v0.40.0 |
| 1316 | 2026-06-08T19:39:03.586Z | Compiling libc v0.2.185 |
| 1317 | 2026-06-08T19:39:03.589Z | Compiling serde v1.0.228 |
| 1318 | 2026-06-08T19:39:03.589Z | Compiling log v0.4.29 |
| 1319 | 2026-06-08T19:39:03.589Z | Compiling find-msvc-tools v0.1.9 |
| 1320 | 2026-06-08T19:39:03.747Z | Compiling shlex v1.3.0 |
| 1321 | 2026-06-08T19:39:03.747Z | Compiling smallvec v1.15.1 |
| 1322 | 2026-06-08T19:39:03.771Z | Compiling syn v2.0.117 |
| 1323 | 2026-06-08T19:39:03.775Z | Compiling typenum v1.19.0 |
| 1324 | 2026-06-08T19:39:03.929Z | Compiling generic-array v0.14.7 |
| 1325 | 2026-06-08T19:39:03.942Z | Compiling subtle v2.6.1 |
| 1326 | 2026-06-08T19:39:03.973Z | Compiling scopeguard v1.2.0 |
| 1327 | 2026-06-08T19:39:03.998Z | Compiling const-oid v0.9.6 |
| 1328 | 2026-06-08T19:39:04.064Z | Compiling lock_api v0.4.14 |
| 1329 | 2026-06-08T19:39:04.078Z | Compiling serde_json v1.0.149 |
| 1330 | 2026-06-08T19:39:04.104Z | Compiling zerocopy v0.8.40 |
| 1331 | 2026-06-08T19:39:04.223Z | Compiling pin-project-lite v0.2.17 |
| 1332 | 2026-06-08T19:39:04.272Z | Compiling parking_lot_core v0.9.12 |
| 1333 | 2026-06-08T19:39:04.285Z | Compiling portable-atomic v1.13.1 |
| 1334 | 2026-06-08T19:39:04.538Z | Compiling pkg-config v0.3.32 |
| 1335 | 2026-06-08T19:39:04.554Z | Compiling bitflags v2.11.0 |
| 1336 | 2026-06-08T19:39:04.646Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-06-08T19:39:04.720Z | Compiling jobserver v0.1.34 |
| 1338 | 2026-06-08T19:39:04.744Z | Compiling errno v0.3.14 |
| 1339 | 2026-06-08T19:39:04.802Z | Compiling rand_core v0.6.4 |
| 1340 | 2026-06-08T19:39:04.882Z | Compiling signal-hook-registry v1.4.8 |
| 1341 | 2026-06-08T19:39:05.076Z | Compiling cc v1.2.56 |
| 1342 | 2026-06-08T19:39:05.076Z | Compiling libm v0.2.16 |
| 1343 | 2026-06-08T19:39:05.105Z | Compiling critical-section v1.2.0 |
| 1344 | 2026-06-08T19:39:05.119Z | Compiling futures-core v0.3.32 |
| 1345 | 2026-06-08T19:39:05.160Z | Compiling parking_lot v0.12.5 |
| 1346 | 2026-06-08T19:39:05.210Z | Compiling mio v1.2.0 |
| 1347 | 2026-06-08T19:39:05.267Z | Compiling num-traits v0.2.19 |
| 1348 | 2026-06-08T19:39:05.412Z | Compiling once_cell v1.21.3 |
| 1349 | 2026-06-08T19:39:05.458Z | Compiling percent-encoding v2.3.2 |
| 1350 | 2026-06-08T19:39:05.544Z | Compiling socket2 v0.6.3 |
| 1351 | 2026-06-08T19:39:05.613Z | Compiling futures-sink v0.3.32 |
| 1352 | 2026-06-08T19:39:05.616Z | Compiling getrandom v0.4.1 |
| 1353 | 2026-06-08T19:39:05.649Z | Compiling futures-task v0.3.32 |
| 1354 | 2026-06-08T19:39:05.683Z | Compiling cpufeatures v0.2.17 |
| 1355 | 2026-06-08T19:39:05.715Z | Compiling futures-channel v0.3.32 |
| 1356 | 2026-06-08T19:39:05.757Z | Compiling futures-io v0.3.32 |
| 1357 | 2026-06-08T19:39:05.818Z | Compiling slab v0.4.12 |
| 1358 | 2026-06-08T19:39:05.922Z | Compiling rand_core v0.10.0 |
| 1359 | 2026-06-08T19:39:05.939Z | Compiling indexmap v2.14.0 |
| 1360 | 2026-06-08T19:39:05.952Z | Compiling getrandom v0.3.4 |
| 1361 | 2026-06-08T19:39:05.983Z | Compiling rustversion v1.0.22 |
| 1362 | 2026-06-08T19:39:05.996Z | Compiling cmake v0.1.57 |
| 1363 | 2026-06-08T19:39:06.375Z | Compiling form_urlencoded v1.2.2 |
| 1364 | 2026-06-08T19:39:06.396Z | Compiling dunce v1.0.5 |
| 1365 | 2026-06-08T19:39:06.494Z | Compiling fs_extra v1.3.0 |
| 1366 | 2026-06-08T19:39:06.564Z | Compiling base64ct v1.8.3 |
| 1367 | 2026-06-08T19:39:06.598Z | Compiling synstructure v0.13.2 |
| 1368 | 2026-06-08T19:39:06.656Z | Compiling ident_case v1.0.1 |
| 1369 | 2026-06-08T19:39:06.760Z | Compiling aws-lc-sys v0.40.0 |
| 1370 | 2026-06-08T19:39:06.782Z | Compiling pem-rfc7468 v0.7.0 |
| 1371 | 2026-06-08T19:39:06.847Z | Compiling flagset v0.4.7 |
| 1372 | 2026-06-08T19:39:06.921Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-06-08T19:39:06.940Z | Compiling rustix v1.1.3 |
| 1374 | 2026-06-08T19:39:06.976Z | Compiling iana-time-zone v0.1.65 |
| 1375 | 2026-06-08T19:39:07.092Z | Compiling rand_core v0.9.5 |
| 1376 | 2026-06-08T19:39:07.125Z | Compiling ring v0.17.14 |
| 1377 | 2026-06-08T19:39:07.177Z | Compiling vcpkg v0.2.15 |
| 1378 | 2026-06-08T19:39:07.198Z | Compiling aws-lc-rs v1.16.3 |
| 1379 | 2026-06-08T19:39:07.359Z | Compiling uuid v1.23.0 |
| 1380 | 2026-06-08T19:39:07.474Z | Compiling rustc_version v0.4.1 |
| 1381 | 2026-06-08T19:39:07.811Z | Compiling tracing-core v0.1.36 |
| 1382 | 2026-06-08T19:39:07.892Z | Compiling openssl-sys v0.9.115 |
| 1383 | 2026-06-08T19:39:08.048Z | Compiling base64 v0.22.1 |
| 1384 | 2026-06-08T19:39:08.325Z | Compiling serde_derive v1.0.228 |
| 1385 | 2026-06-08T19:39:08.379Z | Compiling zeroize_derive v1.4.3 |
| 1386 | 2026-06-08T19:39:08.392Z | Compiling zerofrom-derive v0.1.6 |
| 1387 | 2026-06-08T19:39:08.471Z | Compiling yoke-derive v0.8.1 |
| 1388 | 2026-06-08T19:39:08.702Z | Compiling zerovec-derive v0.11.2 |
| 1389 | 2026-06-08T19:39:09.051Z | Compiling zeroize v1.8.2 |
| 1390 | 2026-06-08T19:39:09.297Z | Compiling zerocopy-derive v0.8.40 |
| 1391 | 2026-06-08T19:39:09.631Z | Compiling displaydoc v0.2.5 |
| 1392 | 2026-06-08T19:39:09.786Z | Compiling crypto-common v0.1.7 |
| 1393 | 2026-06-08T19:39:09.799Z | Compiling zerofrom v0.1.6 |
| 1394 | 2026-06-08T19:39:09.822Z | Compiling block-buffer v0.10.4 |
| 1395 | 2026-06-08T19:39:09.916Z | Compiling yoke v0.8.1 |
| 1396 | 2026-06-08T19:39:09.930Z | Compiling tokio-macros v2.7.0 |
| 1397 | 2026-06-08T19:39:09.983Z | Compiling digest v0.10.7 |
| 1398 | 2026-06-08T19:39:10.099Z | Compiling zerovec v0.11.5 |
| 1399 | 2026-06-08T19:39:10.232Z | Compiling futures-macro v0.3.32 |
| 1400 | 2026-06-08T19:39:10.358Z | Compiling zerotrie v0.2.3 |
| 1401 | 2026-06-08T19:39:10.592Z | Compiling tinystr v0.8.2 |
| 1402 | 2026-06-08T19:39:10.624Z | Compiling potential_utf v0.1.4 |
| 1403 | 2026-06-08T19:39:10.646Z | Compiling hmac v0.12.1 |
| 1404 | 2026-06-08T19:39:10.781Z | Compiling icu_locale_core v2.1.1 |
| 1405 | 2026-06-08T19:39:10.795Z | Compiling icu_collections v2.1.1 |
| 1406 | 2026-06-08T19:39:10.809Z | Compiling block-padding v0.3.3 |
| 1407 | 2026-06-08T19:39:10.966Z | Compiling inout v0.1.4 |
| 1408 | 2026-06-08T19:39:11.024Z | Compiling futures-util v0.3.32 |
| 1409 | 2026-06-08T19:39:11.129Z | Compiling cipher v0.4.4 |
| 1410 | 2026-06-08T19:39:11.292Z | Compiling sha2 v0.10.9 |
| 1411 | 2026-06-08T19:39:11.393Z | Compiling icu_provider v2.1.1 |
| 1412 | 2026-06-08T19:39:11.668Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-06-08T19:39:11.684Z | Compiling icu_normalizer v2.1.1 |
| 1414 | 2026-06-08T19:39:11.772Z | Compiling bytes v1.11.1 |
| 1415 | 2026-06-08T19:39:11.786Z | Compiling der_derive v0.7.3 |
| 1416 | 2026-06-08T19:39:12.237Z | Compiling tokio v1.52.1 |
| 1417 | 2026-06-08T19:39:12.430Z | Compiling http v1.4.0 |
| 1418 | 2026-06-08T19:39:12.622Z | Compiling idna_adapter v1.2.1 |
| 1419 | 2026-06-08T19:39:12.728Z | Compiling idna v1.1.0 |
| 1420 | 2026-06-08T19:39:12.755Z | Compiling der v0.7.10 |
| 1421 | 2026-06-08T19:39:12.767Z | Compiling chrono v0.4.44 |
| 1422 | 2026-06-08T19:39:13.338Z | Compiling url v2.5.8 |
| 1423 | 2026-06-08T19:39:13.354Z | Compiling salsa20 v0.10.2 |
| 1424 | 2026-06-08T19:39:13.402Z | Compiling pbkdf2 v0.12.2 |
| 1425 | 2026-06-08T19:39:13.488Z | Compiling rustls-pki-types v1.14.0 |
| 1426 | 2026-06-08T19:39:13.514Z | Compiling thiserror-impl v2.0.18 |
| 1427 | 2026-06-08T19:39:13.729Z | Compiling ppv-lite86 v0.2.21 |
| 1428 | 2026-06-08T19:39:13.935Z | Compiling spki v0.7.3 |
| 1429 | 2026-06-08T19:39:13.963Z | Compiling tracing-attributes v0.1.31 |
| 1430 | 2026-06-08T19:39:14.051Z | Compiling rand_chacha v0.9.0 |
| 1431 | 2026-06-08T19:39:14.128Z | Compiling scrypt v0.11.0 |
| 1432 | 2026-06-08T19:39:14.142Z | Compiling http-body v1.0.1 |
| 1433 | 2026-06-08T19:39:14.178Z | Compiling aes v0.8.4 |
| 1434 | 2026-06-08T19:39:14.289Z | Compiling cbc v0.1.2 |
| 1435 | 2026-06-08T19:39:14.437Z | Compiling untrusted v0.9.0 |
| 1436 | 2026-06-08T19:39:14.453Z | Compiling tinyvec_macros v0.1.1 |
| 1437 | 2026-06-08T19:39:14.522Z | Compiling untrusted v0.7.1 |
| 1438 | 2026-06-08T19:39:14.558Z | Compiling openssl-probe v0.2.1 |
| 1439 | 2026-06-08T19:39:14.653Z | Compiling httparse v1.10.1 |
| 1440 | 2026-06-08T19:39:14.732Z | Compiling pkcs5 v0.7.1 |
| 1441 | 2026-06-08T19:39:14.835Z | Compiling thiserror v2.0.18 |
| 1442 | 2026-06-08T19:39:14.940Z | Compiling tinyvec v1.10.0 |
| 1443 | 2026-06-08T19:39:15.021Z | Compiling pest_generator v2.8.6 |
| 1444 | 2026-06-08T19:39:15.197Z | Compiling rand v0.9.2 |
| 1445 | 2026-06-08T19:39:15.219Z | Compiling serde_derive_internals v0.29.1 |
| 1446 | 2026-06-08T19:39:15.262Z | Compiling tracing v0.1.44 |
| 1447 | 2026-06-08T19:39:15.275Z | Compiling aho-corasick v1.1.4 |
| 1448 | 2026-06-08T19:39:15.522Z | Compiling try-lock v0.2.5 |
| 1449 | 2026-06-08T19:39:15.630Z | Compiling tower-layer v0.3.3 |
| 1450 | 2026-06-08T19:39:15.695Z | Compiling tower-service v0.3.3 |
| 1451 | 2026-06-08T19:39:15.790Z | Compiling rustls v0.23.37 |
| 1452 | 2026-06-08T19:39:15.794Z | Compiling schemars v0.8.22 |
| 1453 | 2026-06-08T19:39:15.967Z | Compiling tokio-util v0.7.18 |
| 1454 | 2026-06-08T19:39:15.982Z | Compiling dyn-clone v1.0.20 |
| 1455 | 2026-06-08T19:39:15.993Z | Compiling atomic-waker v1.1.2 |
| 1456 | 2026-06-08T19:39:16.086Z | Compiling schemars_derive v0.8.22 |
| 1457 | 2026-06-08T19:39:16.110Z | Compiling regex-automata v0.4.14 |
| 1458 | 2026-06-08T19:39:16.140Z | Compiling pest_derive v2.8.6 |
| 1459 | 2026-06-08T19:39:16.506Z | Compiling want v0.3.1 |
| 1460 | 2026-06-08T19:39:16.667Z | Compiling h2 v0.4.13 |
| 1461 | 2026-06-08T19:39:16.844Z | Compiling pkcs8 v0.10.2 |
| 1462 | 2026-06-08T19:39:16.927Z | Compiling ipnet v2.11.0 |
| 1463 | 2026-06-08T19:39:16.968Z | Compiling scroll_derive v0.13.1 |
| 1464 | 2026-06-08T19:39:17.145Z | Compiling darling_core v0.20.11 |
| 1465 | 2026-06-08T19:39:17.299Z | Compiling foreign-types-shared v0.1.1 |
| 1466 | 2026-06-08T19:39:17.387Z | Compiling pin-utils v0.1.0 |
| 1467 | 2026-06-08T19:39:17.411Z | Compiling openssl v0.10.79 |
| 1468 | 2026-06-08T19:39:17.458Z | Compiling httpdate v1.0.3 |
| 1469 | 2026-06-08T19:39:17.655Z | Compiling tempfile v3.25.0 |
| 1470 | 2026-06-08T19:39:17.677Z | Compiling foreign-types v0.3.2 |
| 1471 | 2026-06-08T19:39:17.744Z | Compiling scroll v0.13.0 |
| 1472 | 2026-06-08T19:39:17.901Z | Compiling unicode-normalization v0.1.25 |
| 1473 | 2026-06-08T19:39:18.019Z | Compiling openssl-macros v0.1.1 |
| 1474 | 2026-06-08T19:39:18.381Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1475 | 2026-06-08T19:39:18.444Z | Compiling spin v0.9.8 |
| 1476 | 2026-06-08T19:39:18.459Z | Compiling powerfmt v0.2.0 |
| 1477 | 2026-06-08T19:39:18.647Z | Compiling crc32fast v1.5.0 |
| 1478 | 2026-06-08T19:39:18.660Z | Compiling time-core v0.1.8 |
| 1479 | 2026-06-08T19:39:18.761Z | Compiling native-tls v0.2.18 |
| 1480 | 2026-06-08T19:39:18.818Z | Compiling num-conv v0.2.0 |
| 1481 | 2026-06-08T19:39:18.937Z | Compiling time-macros v0.2.27 |
| 1482 | 2026-06-08T19:39:18.993Z | Compiling deranged v0.5.8 |
| 1483 | 2026-06-08T19:39:19.442Z | Compiling darling_macro v0.20.11 |
| 1484 | 2026-06-08T19:39:19.893Z | Compiling hyper v1.8.1 |
| 1485 | 2026-06-08T19:39:19.936Z | Compiling darling v0.20.11 |
| 1486 | 2026-06-08T19:39:19.982Z | Compiling goblin v0.10.5 |
| 1487 | 2026-06-08T19:39:20.018Z | Compiling rustls-native-certs v0.8.3 |
| 1488 | 2026-06-08T19:39:20.179Z | Compiling sync_wrapper v1.0.2 |
| 1489 | 2026-06-08T19:39:20.286Z | Compiling wait-timeout v0.2.1 |
| 1490 | 2026-06-08T19:39:20.300Z | Compiling siphasher v1.0.2 |
| 1491 | 2026-06-08T19:39:20.488Z | Compiling bit-vec v0.8.0 |
| 1492 | 2026-06-08T19:39:20.545Z | Compiling crossbeam-utils v0.8.21 |
| 1493 | 2026-06-08T19:39:20.588Z | Compiling usdt-impl v0.6.0 |
| 1494 | 2026-06-08T19:39:20.716Z | Compiling quick-error v1.2.3 |
| 1495 | 2026-06-08T19:39:20.785Z | Compiling num_threads v0.1.7 |
| 1496 | 2026-06-08T19:39:20.819Z | Compiling simd-adler32 v0.3.8 |
| 1497 | 2026-06-08T19:39:20.824Z | Compiling syn v1.0.109 |
| 1498 | 2026-06-08T19:39:20.874Z | Compiling unicode-segmentation v1.12.0 |
| 1499 | 2026-06-08T19:39:21.055Z | Compiling hyper-util v0.1.20 |
| 1500 | 2026-06-08T19:39:21.169Z | Compiling time v0.3.47 |
| 1501 | 2026-06-08T19:39:21.444Z | Compiling rusty-fork v0.3.1 |
| 1502 | 2026-06-08T19:39:21.585Z | Compiling bit-set v0.8.0 |
| 1503 | 2026-06-08T19:39:21.747Z | Compiling tower v0.5.3 |
| 1504 | 2026-06-08T19:39:21.751Z | Compiling derive_builder_core v0.20.2 |
| 1505 | 2026-06-08T19:39:22.154Z | Compiling dtrace-parser v0.3.0 |
| 1506 | 2026-06-08T19:39:22.211Z | Compiling http-body-util v0.1.3 |
| 1507 | 2026-06-08T19:39:22.457Z | Compiling webpki-roots v1.0.6 |
| 1508 | 2026-06-08T19:39:22.577Z | Compiling signature v2.2.0 |
| 1509 | 2026-06-08T19:39:22.616Z | Compiling dof v0.4.0 |
| 1510 | 2026-06-08T19:39:22.716Z | Compiling thiserror-impl v1.0.69 |
| 1511 | 2026-06-08T19:39:22.730Z | Compiling scroll_derive v0.12.1 |
| 1512 | 2026-06-08T19:39:22.756Z | Compiling heapless v0.7.17 |
| 1513 | 2026-06-08T19:39:22.886Z | Compiling rand_xorshift v0.4.0 |
| 1514 | 2026-06-08T19:39:22.986Z | Compiling slog v2.8.2 |
| 1515 | 2026-06-08T19:39:23.046Z | Compiling darling_core v0.21.3 |
| 1516 | 2026-06-08T19:39:23.177Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1517 | 2026-06-08T19:39:23.401Z | Compiling thread-id v5.1.0 |
| 1518 | 2026-06-08T19:39:23.484Z | Compiling cookie v0.18.1 |
| 1519 | 2026-06-08T19:39:23.487Z | Compiling adler2 v2.0.1 |
| 1520 | 2026-06-08T19:39:23.652Z | Compiling ryu v1.0.23 |
| 1521 | 2026-06-08T19:39:23.675Z | Compiling anyhow v1.0.102 |
| 1522 | 2026-06-08T19:39:23.779Z | Compiling iri-string v0.7.10 |
| 1523 | 2026-06-08T19:39:23.802Z | Compiling signal-hook v0.3.18 |
| 1524 | 2026-06-08T19:39:23.965Z | Compiling allocator-api2 v0.2.21 |
| 1525 | 2026-06-08T19:39:23.980Z | Compiling paste v1.0.15 |
| 1526 | 2026-06-08T19:39:23.994Z | Compiling zstd-safe v7.2.4 |
| 1527 | 2026-06-08T19:39:24.171Z | Compiling unarray v0.1.4 |
| 1528 | 2026-06-08T19:39:24.182Z | Compiling unicode-properties v0.1.4 |
| 1529 | 2026-06-08T19:39:24.242Z | Compiling unicode-bidi v0.3.18 |
| 1530 | 2026-06-08T19:39:24.276Z | Compiling proptest v1.10.0 |
| 1531 | 2026-06-08T19:39:24.335Z | Compiling thiserror v1.0.69 |
| 1532 | 2026-06-08T19:39:24.439Z | Compiling serde_urlencoded v0.7.1 |
| 1533 | 2026-06-08T19:39:24.617Z | Compiling stringprep v0.1.5 |
| 1534 | 2026-06-08T19:39:24.724Z | Compiling miniz_oxide v0.8.9 |
| 1535 | 2026-06-08T19:39:25.046Z | Compiling tower-http v0.6.8 |
| 1536 | 2026-06-08T19:39:25.310Z | Compiling scroll v0.12.0 |
| 1537 | 2026-06-08T19:39:25.537Z | Compiling derive_builder_macro v0.20.2 |
| 1538 | 2026-06-08T19:39:25.565Z | Compiling tokio-native-tls v0.3.1 |
| 1539 | 2026-06-08T19:39:25.583Z | Compiling darling_macro v0.21.3 |
| 1540 | 2026-06-08T19:39:25.729Z | Compiling heck v0.4.1 |
| 1541 | 2026-06-08T19:39:25.825Z | Compiling ipnetwork v0.21.1 |
| 1542 | 2026-06-08T19:39:25.945Z | Compiling bstr v1.12.1 |
| 1543 | 2026-06-08T19:39:25.959Z | Compiling rand_chacha v0.3.1 |
| 1544 | 2026-06-08T19:39:25.995Z | Compiling erased-serde v0.3.31 |
| 1545 | 2026-06-08T19:39:26.060Z | Compiling toml_datetime v0.6.11 |
| 1546 | 2026-06-08T19:39:26.215Z | Compiling serde_tokenstream v0.2.3 |
| 1547 | 2026-06-08T19:39:26.313Z | Compiling serde_spanned v0.6.9 |
| 1548 | 2026-06-08T19:39:26.456Z | Compiling md-5 v0.10.6 |
| 1549 | 2026-06-08T19:39:26.475Z | Compiling zerocopy-derive v0.7.35 |
| 1550 | 2026-06-08T19:39:26.521Z | Compiling async-trait v0.1.89 |
| 1551 | 2026-06-08T19:39:26.578Z | Compiling pin-project-internal v1.1.11 |
| 1552 | 2026-06-08T19:39:26.622Z | Compiling curve25519-dalek v4.1.3 |
| 1553 | 2026-06-08T19:39:26.743Z | Compiling vergen-lib v9.1.0 |
| 1554 | 2026-06-08T19:39:26.918Z | Compiling num-integer v0.1.46 |
| 1555 | 2026-06-08T19:39:26.946Z | Compiling hash32 v0.2.1 |
| 1556 | 2026-06-08T19:39:27.137Z | Compiling ff v0.13.1 |
| 1557 | 2026-06-08T19:39:27.236Z | Compiling memoffset v0.9.1 |
| 1558 | 2026-06-08T19:39:27.295Z | Compiling encoding_rs v0.8.35 |
| 1559 | 2026-06-08T19:39:27.333Z | Compiling psl-types v2.0.11 |
| 1560 | 2026-06-08T19:39:27.428Z | Compiling smoltcp v0.9.1 |
| 1561 | 2026-06-08T19:39:27.460Z | Compiling mime v0.3.17 |
| 1562 | 2026-06-08T19:39:27.526Z | Compiling zlib-rs v0.6.2 |
| 1563 | 2026-06-08T19:39:27.659Z | Compiling ref-cast v1.0.25 |
| 1564 | 2026-06-08T19:39:27.716Z | Compiling rustix v0.38.44 |
| 1565 | 2026-06-08T19:39:27.760Z | Compiling litrs v1.0.0 |
| 1566 | 2026-06-08T19:39:27.957Z | Compiling cfg_aliases v0.2.1 |
| 1567 | 2026-06-08T19:39:28.032Z | Compiling base16ct v0.2.0 |
| 1568 | 2026-06-08T19:39:28.054Z | Compiling fallible-iterator v0.2.0 |
| 1569 | 2026-06-08T19:39:28.263Z | Compiling num-bigint-dig v0.8.6 |
| 1570 | 2026-06-08T19:39:28.290Z | Compiling document-features v0.2.12 |
| 1571 | 2026-06-08T19:39:28.422Z | Compiling postgres-protocol v0.6.10 |
| 1572 | 2026-06-08T19:39:28.466Z | Compiling sec1 v0.7.3 |
| 1573 | 2026-06-08T19:39:28.822Z | Compiling nix v0.31.2 |
| 1574 | 2026-06-08T19:39:28.882Z | Compiling pin-project v1.1.11 |
| 1575 | 2026-06-08T19:39:28.896Z | Compiling publicsuffix v2.3.0 |
| 1576 | 2026-06-08T19:39:28.994Z | Compiling zerocopy v0.7.35 |
| 1577 | 2026-06-08T19:39:29.059Z | Compiling group v0.13.0 |
| 1578 | 2026-06-08T19:39:29.074Z | Compiling num-iter v0.1.45 |
| 1579 | 2026-06-08T19:39:29.257Z | Compiling newtype-uuid v1.3.2 |
| 1580 | 2026-06-08T19:39:29.448Z | Compiling hubpack_derive v0.1.1 |
| 1581 | 2026-06-08T19:39:29.537Z | Compiling rand v0.8.6 |
| 1582 | 2026-06-08T19:39:29.618Z | Compiling darling v0.21.3 |
| 1583 | 2026-06-08T19:39:29.636Z | Compiling oxnet v0.1.5 |
| 1584 | 2026-06-08T19:39:29.652Z | Compiling derive_builder v0.20.2 |
| 1585 | 2026-06-08T19:39:29.668Z | Compiling snafu-derive v0.8.9 |
| 1586 | 2026-06-08T19:39:29.774Z | Compiling hyper-tls v0.6.0 |
| 1587 | 2026-06-08T19:39:30.024Z | Compiling goblin v0.8.2 |
| 1588 | 2026-06-08T19:39:30.442Z | Compiling flate2 v1.1.9 |
| 1589 | 2026-06-08T19:39:30.639Z | Compiling phf_shared v0.13.1 |
| 1590 | 2026-06-08T19:39:30.722Z | Compiling lazy_static v1.5.0 |
| 1591 | 2026-06-08T19:39:30.819Z | Compiling regex v1.12.3 |
| 1592 | 2026-06-08T19:39:30.845Z | Compiling anstyle-parse v0.2.7 |
| 1593 | 2026-06-08T19:39:30.874Z | Compiling strum_macros v0.27.2 |
| 1594 | 2026-06-08T19:39:31.026Z | Compiling futures-executor v0.3.32 |
| 1595 | 2026-06-08T19:39:31.117Z | Compiling hex v0.4.3 |
| 1596 | 2026-06-08T19:39:31.245Z | Compiling hkdf v0.12.4 |
| 1597 | 2026-06-08T19:39:31.283Z | Compiling crypto-bigint v0.5.5 |
| 1598 | 2026-06-08T19:39:31.377Z | Compiling terminal_size v0.4.3 |
| 1599 | 2026-06-08T19:39:31.405Z | Compiling ref-cast-impl v1.0.25 |
| 1600 | 2026-06-08T19:39:31.515Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1601 | 2026-06-08T19:39:31.547Z | Compiling daft-derive v0.1.7 |
| 1602 | 2026-06-08T19:39:31.928Z | Compiling vergen v9.1.0 |
| 1603 | 2026-06-08T19:39:32.109Z | Compiling fs-err v3.3.0 |
| 1604 | 2026-06-08T19:39:32.149Z | Compiling cargo-platform v0.3.2 |
| 1605 | 2026-06-08T19:39:32.253Z | Compiling ahash v0.8.12 |
| 1606 | 2026-06-08T19:39:32.295Z | Compiling bumpalo v3.20.2 |
| 1607 | 2026-06-08T19:39:32.420Z | Compiling libbz2-rs-sys v0.2.2 |
| 1608 | 2026-06-08T19:39:32.453Z | Compiling managed v0.8.0 |
| 1609 | 2026-06-08T19:39:32.543Z | Compiling winnow v0.5.40 |
| 1610 | 2026-06-08T19:39:32.666Z | Compiling foldhash v0.1.5 |
| 1611 | 2026-06-08T19:39:32.834Z | Compiling bitflags v1.3.2 |
| 1612 | 2026-06-08T19:39:32.847Z | Compiling foldhash v0.2.0 |
| 1613 | 2026-06-08T19:39:32.911Z | Compiling same-file v1.0.6 |
| 1614 | 2026-06-08T19:39:33.066Z | Compiling object v0.37.3 |
| 1615 | 2026-06-08T19:39:33.082Z | Compiling walkdir v2.5.0 |
| 1616 | 2026-06-08T19:39:33.093Z | Compiling hashbrown v0.16.1 |
| 1617 | 2026-06-08T19:39:33.412Z | Compiling strum v0.27.2 |
| 1618 | 2026-06-08T19:39:33.427Z | Compiling bzip2 v0.6.1 |
| 1619 | 2026-06-08T19:39:33.539Z | Compiling hashbrown v0.15.5 |
| 1620 | 2026-06-08T19:39:33.553Z | Compiling zopfli v0.8.3 |
| 1621 | 2026-06-08T19:39:33.682Z | Compiling cargo_metadata v0.23.1 |
| 1622 | 2026-06-08T19:39:33.724Z | Compiling clap_builder v4.6.0 |
| 1623 | 2026-06-08T19:39:34.025Z | Compiling toml_edit v0.19.15 |
| 1624 | 2026-06-08T19:39:34.192Z | Compiling daft v0.1.7 |
| 1625 | 2026-06-08T19:39:34.203Z | Compiling dof v0.3.0 |
| 1626 | 2026-06-08T19:39:34.217Z | Compiling elliptic-curve v0.13.8 |
| 1627 | 2026-06-08T19:39:34.733Z | Compiling snafu v0.8.9 |
| 1628 | 2026-06-08T19:39:34.910Z | Compiling futures v0.3.32 |
| 1629 | 2026-06-08T19:39:34.992Z | Compiling anstream v0.6.21 |
| 1630 | 2026-06-08T19:39:35.038Z | Compiling phf v0.13.1 |
| 1631 | 2026-06-08T19:39:35.200Z | Compiling signal-hook-mio v0.2.5 |
| 1632 | 2026-06-08T19:39:35.209Z | Compiling cookie_store v0.22.1 |
| 1633 | 2026-06-08T19:39:35.306Z | Compiling bzip2 v0.4.4 |
| 1634 | 2026-06-08T19:39:35.509Z | Compiling zstd v0.13.3 |
| 1635 | 2026-06-08T19:39:35.637Z | Compiling hubpack v0.1.2 |
| 1636 | 2026-06-08T19:39:35.768Z | Compiling serde_with_macros v3.17.0 |
| 1637 | 2026-06-08T19:39:35.938Z | Compiling postgres-types v0.2.12 |
| 1638 | 2026-06-08T19:39:36.484Z | Compiling usdt-macro v0.6.0 |
| 1639 | 2026-06-08T19:39:36.625Z | Compiling usdt-attr-macro v0.6.0 |
| 1640 | 2026-06-08T19:39:36.705Z | Compiling globset v0.4.18 |
| 1641 | 2026-06-08T19:39:36.858Z | Compiling dtrace-parser v0.2.0 |
| 1642 | 2026-06-08T19:39:36.961Z | Compiling ed25519 v2.2.3 |
| 1643 | 2026-06-08T19:39:37.209Z | Compiling phf_shared v0.11.3 |
| 1644 | 2026-06-08T19:39:37.375Z | Compiling olpc-cjson v0.1.4 |
| 1645 | 2026-06-08T19:39:37.397Z | Compiling pkcs1 v0.7.5 |
| 1646 | 2026-06-08T19:39:37.409Z | Compiling enum-as-inner v0.6.1 |
| 1647 | 2026-06-08T19:39:37.434Z | Compiling strum_macros v0.26.4 |
| 1648 | 2026-06-08T19:39:37.536Z | Compiling clap_derive v4.6.1 |
| 1649 | 2026-06-08T19:39:37.602Z | Compiling serde-big-array v0.5.1 |
| 1650 | 2026-06-08T19:39:37.756Z | Compiling serde_plain v1.0.2 |
| 1651 | 2026-06-08T19:39:37.787Z | Compiling rfc6979 v0.4.0 |
| 1652 | 2026-06-08T19:39:37.861Z | Compiling serde_repr v0.1.20 |
| 1653 | 2026-06-08T19:39:37.892Z | Compiling async-recursion v1.1.1 |
| 1654 | 2026-06-08T19:39:37.908Z | Compiling pem v3.0.6 |
| 1655 | 2026-06-08T19:39:37.950Z | Compiling float-cmp v0.10.0 |
| 1656 | 2026-06-08T19:39:38.094Z | Compiling thread-id v4.2.2 |
| 1657 | 2026-06-08T19:39:38.186Z | Compiling memmap2 v0.9.10 |
| 1658 | 2026-06-08T19:39:38.282Z | Compiling env_filter v1.0.0 |
| 1659 | 2026-06-08T19:39:38.403Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-06-08T19:39:38.406Z | Compiling either v1.15.0 |
| 1661 | 2026-06-08T19:39:38.575Z | Compiling new_debug_unreachable v1.0.6 |
| 1662 | 2026-06-08T19:39:38.590Z | Compiling static_assertions v1.1.0 |
| 1663 | 2026-06-08T19:39:38.624Z | Compiling whoami v2.1.0 |
| 1664 | 2026-06-08T19:39:38.652Z | Compiling data-encoding v2.10.0 |
| 1665 | 2026-06-08T19:39:38.666Z | Compiling jiff v0.2.21 |
| 1666 | 2026-06-08T19:39:38.710Z | Compiling typed-path v0.9.3 |
| 1667 | 2026-06-08T19:39:38.997Z | Compiling keccak v0.1.6 |
| 1668 | 2026-06-08T19:39:39.211Z | Compiling normalize-line-endings v0.3.0 |
| 1669 | 2026-06-08T19:39:39.301Z | Compiling fixedbitset v0.4.2 |
| 1670 | 2026-06-08T19:39:39.315Z | Compiling predicates-core v1.0.10 |
| 1671 | 2026-06-08T19:39:39.352Z | Compiling difflib v0.4.0 |
| 1672 | 2026-06-08T19:39:39.481Z | Compiling precomputed-hash v0.1.1 |
| 1673 | 2026-06-08T19:39:39.511Z | Compiling petgraph v0.6.5 |
| 1674 | 2026-06-08T19:39:39.570Z | Compiling predicates v3.1.4 |
| 1675 | 2026-06-08T19:39:39.806Z | Compiling string_cache v0.8.9 |
| 1676 | 2026-06-08T19:39:39.905Z | Compiling toml_edit v0.22.27 |
| 1677 | 2026-06-08T19:39:39.919Z | Compiling clap v4.6.1 |
| 1678 | 2026-06-08T19:39:40.002Z | Compiling strum v0.26.3 |
| 1679 | 2026-06-08T19:39:40.030Z | Compiling sha3 v0.10.8 |
| 1680 | 2026-06-08T19:39:40.134Z | Compiling hickory-proto v0.25.2 |
| 1681 | 2026-06-08T19:39:40.216Z | Compiling tokio-postgres v0.7.16 |
| 1682 | 2026-06-08T19:39:40.480Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1683 | 2026-06-08T19:39:40.662Z | Compiling itertools v0.13.0 |
| 1684 | 2026-06-08T19:39:40.981Z | Compiling petgraph v0.8.3 |
| 1685 | 2026-06-08T19:39:41.859Z | Compiling zip v4.6.1 |
| 1686 | 2026-06-08T19:39:42.386Z | Compiling env_logger v0.11.9 |
| 1687 | 2026-06-08T19:39:42.601Z | Compiling usdt v0.6.0 |
| 1688 | 2026-06-08T19:39:42.736Z | Compiling usdt-impl v0.5.0 |
| 1689 | 2026-06-08T19:39:42.802Z | Compiling ecdsa v0.16.9 |
| 1690 | 2026-06-08T19:39:42.816Z | Compiling rsa v0.9.10 |
| 1691 | 2026-06-08T19:39:42.857Z | Compiling ed25519-dalek v2.2.0 |
| 1692 | 2026-06-08T19:39:42.889Z | Compiling serde_with v3.17.0 |
| 1693 | 2026-06-08T19:39:43.209Z | Compiling crossterm v0.28.1 |
| 1694 | 2026-06-08T19:39:43.525Z | Compiling zip v0.6.6 |
| 1695 | 2026-06-08T19:39:43.736Z | Compiling toml v0.7.8 |
| 1696 | 2026-06-08T19:39:44.114Z | Compiling iddqd v0.4.2 |
| 1697 | 2026-06-08T19:39:44.768Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1698 | 2026-06-08T19:39:44.782Z | Compiling similar v2.7.0 |
| 1699 | 2026-06-08T19:39:44.796Z | Compiling crossbeam-epoch v0.9.18 |
| 1700 | 2026-06-08T19:39:44.833Z | Compiling tokio-stream v0.1.18 |
| 1701 | 2026-06-08T19:39:45.119Z | Compiling buf-list v1.1.2 |
| 1702 | 2026-06-08T19:39:45.287Z | Compiling x509-cert v0.2.5 |
| 1703 | 2026-06-08T19:39:45.452Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1704 | 2026-06-08T19:39:45.452Z | Compiling openapiv3 v2.2.0 |
| 1705 | 2026-06-08T19:39:45.463Z | Compiling sha1 v0.10.6 |
| 1706 | 2026-06-08T19:39:45.663Z | Compiling lalrpop-util v0.19.12 |
| 1707 | 2026-06-08T19:39:45.664Z | Compiling peg-runtime v0.8.5 |
| 1708 | 2026-06-08T19:39:45.694Z | Compiling thread_local v1.1.9 |
| 1709 | 2026-06-08T19:39:45.838Z | Compiling slog-async v2.8.0 |
| 1710 | 2026-06-08T19:39:45.940Z | Compiling crossbeam-channel v0.5.15 |
| 1711 | 2026-06-08T19:39:45.970Z | Compiling is-terminal v0.4.17 |
| 1712 | 2026-06-08T19:39:46.048Z | Compiling filetime v0.2.27 |
| 1713 | 2026-06-08T19:39:46.160Z | Compiling term v1.2.1 |
| 1714 | 2026-06-08T19:39:46.177Z | Compiling xattr v1.6.1 |
| 1715 | 2026-06-08T19:39:46.223Z | Compiling take_mut v0.2.2 |
| 1716 | 2026-06-08T19:39:46.355Z | Compiling tar v0.4.45 |
| 1717 | 2026-06-08T19:39:46.743Z | Compiling slog-term v2.9.2 |
| 1718 | 2026-06-08T19:39:56.543Z | Compiling rustls-webpki v0.103.9 |
| 1719 | 2026-06-08T19:39:59.324Z | Compiling tokio-rustls v0.26.4 |
| 1720 | 2026-06-08T19:39:59.324Z | Compiling rustls-platform-verifier v0.6.2 |
| 1721 | 2026-06-08T19:39:59.520Z | Compiling hyper-rustls v0.27.7 |
| 1722 | 2026-06-08T19:39:59.718Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-06-08T19:39:59.718Z | Compiling reqwest v0.13.2 |
| 1724 | 2026-06-08T19:40:00.980Z | Compiling tough v0.22.0 |
| 1725 | 2026-06-08T19:40:03.511Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1726 | 2026-06-08T19:40:03.728Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1727 | 2026-06-08T19:40:06.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1728 | 2026-06-08T19:40:06.707Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1729 | 2026-06-08T19:40:06.750Z | Jun 08 19:40:05.119 INFO Starting download, target: Clickhouse |
| 1730 | 2026-06-08T19:40:06.750Z | Jun 08 19:40:05.120 INFO Starting download, target: Cockroach |
| 1731 | 2026-06-08T19:40:06.750Z | Jun 08 19:40:05.120 INFO Starting download, target: Console |
| 1732 | 2026-06-08T19:40:06.750Z | Jun 08 19:40:05.120 INFO Starting download, target: DendriteStub |
| 1733 | 2026-06-08T19:40:06.750Z | Jun 08 19:40:05.120 INFO Starting download, target: MaghemiteMgd |
| 1734 | 2026-06-08T19:40:06.799Z | Jun 08 19:40:05.120 INFO Starting download, target: TransceiverControl |
| 1735 | 2026-06-08T19:40:06.799Z | Jun 08 19:40:05.120 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1736 | 2026-06-08T19:40:06.799Z | Jun 08 19:40:05.120 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1737 | 2026-06-08T19:40:06.799Z | Jun 08 19:40:05.120 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1738 | 2026-06-08T19:40:06.799Z | Jun 08 19:40:05.120 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1739 | 2026-06-08T19:40:06.800Z | Jun 08 19:40:05.120 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1740 | 2026-06-08T19:40:06.800Z | Jun 08 19:40:05.120 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1741 | 2026-06-08T19:40:07.368Z | Jun 08 19:40:05.725 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1742 | 2026-06-08T19:40:07.611Z | Jun 08 19:40:05.947 INFO Download complete, target: TransceiverControl |
| 1743 | 2026-06-08T19:40:07.798Z | Jun 08 19:40:06.093 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1744 | 2026-06-08T19:40:08.006Z | Jun 08 19:40:06.364 INFO Download complete, target: Console |
| 1745 | 2026-06-08T19:40:08.660Z | Jun 08 19:40:06.972 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1746 | 2026-06-08T19:40:09.316Z | Jun 08 19:40:07.682 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1747 | 2026-06-08T19:40:09.492Z | Jun 08 19:40:07.853 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1748 | 2026-06-08T19:40:09.922Z | Jun 08 19:40:08.290 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-06-08T19:40:09.922Z | Jun 08 19:40:08.290 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-06-08T19:40:11.831Z | Jun 08 19:40:10.188 INFO Download complete, target: DendriteStub |
| 1751 | 2026-06-08T19:40:11.868Z | Jun 08 19:40:10.233 INFO Download complete, target: MaghemiteMgd |
| 1752 | 2026-06-08T19:40:14.705Z | Jun 08 19:40:13.076 INFO Checking that binary works, target: Cockroach |
| 1753 | 2026-06-08T19:40:14.828Z | Jun 08 19:40:13.199 INFO Download complete, target: Cockroach |
| 1754 | 2026-06-08T19:40:15.509Z | Jun 08 19:40:13.880 INFO Checking that binary works, target: Clickhouse |
| 1755 | 2026-06-08T19:40:15.624Z | Jun 08 19:40:13.996 INFO Download complete, target: Clickhouse |
| 1756 | 2026-06-08T19:40:15.642Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1757 | 2026-06-08T19:40:15.645Z | |
| 1758 | 2026-06-08T19:40:15.645Z | real 2:19.165456709 |
| 1759 | 2026-06-08T19:40:15.645Z | user 6:56.149053016 |
| 1760 | 2026-06-08T19:40:15.645Z | sys 1:21.993927919 |
| 1761 | 2026-06-08T19:40:15.645Z | trap 0.214674224 |
| 1762 | 2026-06-08T19:40:15.645Z | tflt 0.655567877 |
| 1763 | 2026-06-08T19:40:15.645Z | dflt 0.626819052 |
| 1764 | 2026-06-08T19:40:15.645Z | kflt 0.030419919 |
| 1765 | 2026-06-08T19:40:15.645Z | lock 21:32.410285087 |
| 1766 | 2026-06-08T19:40:15.645Z | slp 21:17.567151828 |
| 1767 | 2026-06-08T19:40:15.645Z | lat 43.584140807 |
| 1768 | 2026-06-08T19:40:15.646Z | stop 1:56.335772679 |
| 1769 | 2026-06-08T19:40:15.646Z | + banner clippy |
| 1770 | 2026-06-08T19:40:15.646Z | |
| 1771 | 2026-06-08T19:40:15.646Z | #### # # ##### ##### # # |
| 1772 | 2026-06-08T19:40:15.646Z | # # # # # # # # # # |
| 1773 | 2026-06-08T19:40:15.646Z | # # # # # # # # |
| 1774 | 2026-06-08T19:40:15.646Z | # # # ##### ##### # |
| 1775 | 2026-06-08T19:40:15.646Z | # # # # # # # |
| 1776 | 2026-06-08T19:40:15.646Z | #### ###### # # # # |
| 1777 | 2026-06-08T19:40:15.646Z | |
| 1778 | 2026-06-08T19:40:15.646Z | + export CARGO_INCREMENTAL=0 |
| 1779 | 2026-06-08T19:40:15.646Z | + CARGO_INCREMENTAL=0 |
| 1780 | 2026-06-08T19:40:15.646Z | + ptime -m cargo xtask clippy |
| 1781 | 2026-06-08T19:40:16.167Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1782 | 2026-06-08T19:40:16.383Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1783 | 2026-06-08T19:40:18.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
| 1784 | 2026-06-08T19:40:18.291Z | Running `target/debug/xtask clippy` |
| 1785 | 2026-06-08T19:40:18.318Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1786 | 2026-06-08T19:40:18.914Z | Downloading crates ... |
| 1787 | 2026-06-08T19:40:19.108Z | Downloaded anes v0.1.6 |
| 1788 | 2026-06-08T19:40:19.113Z | Downloaded target-lexicon v0.13.3 |
| 1789 | 2026-06-08T19:40:19.116Z | Downloaded libtest-mimic v0.8.1 |
| 1790 | 2026-06-08T19:40:19.122Z | Downloaded textwrap v0.15.2 |
| 1791 | 2026-06-08T19:40:19.127Z | Downloaded trybuild v1.0.116 |
| 1792 | 2026-06-08T19:40:19.130Z | Downloaded addr2line v0.25.1 |
| 1793 | 2026-06-08T19:40:19.130Z | Downloaded relative-path v1.9.3 |
| 1794 | 2026-06-08T19:40:19.130Z | Downloaded supports-hyperlinks v2.1.0 |
| 1795 | 2026-06-08T19:40:19.130Z | Downloaded constant_time_eq v0.3.1 |
| 1796 | 2026-06-08T19:40:19.133Z | Downloaded rustc-demangle v0.1.27 |
| 1797 | 2026-06-08T19:40:19.133Z | Downloaded plotters-backend v0.3.7 |
| 1798 | 2026-06-08T19:40:19.133Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1799 | 2026-06-08T19:40:19.133Z | Downloaded backtrace-ext v0.2.1 |
| 1800 | 2026-06-08T19:40:19.137Z | Downloaded serde_regex v1.1.0 |
| 1801 | 2026-06-08T19:40:19.137Z | Downloaded rust-argon2 v2.1.0 |
| 1802 | 2026-06-08T19:40:19.140Z | Downloaded path-tree v0.8.3 |
| 1803 | 2026-06-08T19:40:19.140Z | Downloaded tinytemplate v1.2.1 |
| 1804 | 2026-06-08T19:40:19.143Z | Downloaded pathdiff v0.2.3 |
| 1805 | 2026-06-08T19:40:19.143Z | Downloaded similar-asserts v1.7.0 |
| 1806 | 2026-06-08T19:40:19.148Z | Downloaded tokio-test v0.4.5 |
| 1807 | 2026-06-08T19:40:19.151Z | Downloaded target-triple v1.0.0 |
| 1808 | 2026-06-08T19:40:19.152Z | Downloaded criterion-plot v0.6.0 |
| 1809 | 2026-06-08T19:40:19.152Z | Downloaded assert-json-diff v2.0.2 |
| 1810 | 2026-06-08T19:40:19.161Z | Downloaded terminal_size v0.1.17 |
| 1811 | 2026-06-08T19:40:19.174Z | Downloaded miette-derive v5.10.0 |
| 1812 | 2026-06-08T19:40:19.174Z | Downloaded plotters-svg v0.3.7 |
| 1813 | 2026-06-08T19:40:19.174Z | Downloaded supports-color v2.1.0 |
| 1814 | 2026-06-08T19:40:19.179Z | Downloaded approx v0.5.1 |
| 1815 | 2026-06-08T19:40:19.179Z | Downloaded nested v0.1.1 |
| 1816 | 2026-06-08T19:40:19.179Z | Downloaded escape8259 v0.5.3 |
| 1817 | 2026-06-08T19:40:19.179Z | Downloaded linkme-impl v0.3.35 |
| 1818 | 2026-06-08T19:40:19.179Z | Downloaded event-listener-strategy v0.5.4 |
| 1819 | 2026-06-08T19:40:19.179Z | Downloaded assert_cmd v2.1.2 |
| 1820 | 2026-06-08T19:40:19.179Z | Downloaded owo-colors v3.5.0 |
| 1821 | 2026-06-08T19:40:19.188Z | Downloaded blake2b_simd v1.0.4 |
| 1822 | 2026-06-08T19:40:19.192Z | Downloaded termcolor v1.4.1 |
| 1823 | 2026-06-08T19:40:19.195Z | Downloaded async-object-pool v0.2.0 |
| 1824 | 2026-06-08T19:40:19.195Z | Downloaded linkme v0.3.35 |
| 1825 | 2026-06-08T19:40:19.195Z | Downloaded oorandom v11.1.5 |
| 1826 | 2026-06-08T19:40:19.200Z | Downloaded cast v0.3.0 |
| 1827 | 2026-06-08T19:40:19.204Z | Downloaded parking v2.2.1 |
| 1828 | 2026-06-08T19:40:19.204Z | Downloaded httptest v0.16.4 |
| 1829 | 2026-06-08T19:40:19.204Z | Downloaded futures-timer v3.0.3 |
| 1830 | 2026-06-08T19:40:19.212Z | Downloaded concurrent-queue v2.5.0 |
| 1831 | 2026-06-08T19:40:19.212Z | Downloaded cfg-expr v0.20.6 |
| 1832 | 2026-06-08T19:40:19.217Z | Downloaded async-lock v3.4.2 |
| 1833 | 2026-06-08T19:40:19.221Z | Downloaded supports-unicode v2.1.0 |
| 1834 | 2026-06-08T19:40:19.225Z | Downloaded stringmetrics v2.2.2 |
| 1835 | 2026-06-08T19:40:19.225Z | Downloaded rstest_macros v0.25.0 |
| 1836 | 2026-06-08T19:40:19.229Z | Downloaded knuffel v3.2.0 |
| 1837 | 2026-06-08T19:40:19.233Z | Downloaded target-spec v3.5.7 |
| 1838 | 2026-06-08T19:40:19.233Z | Downloaded partial-io v0.5.4 |
| 1839 | 2026-06-08T19:40:19.233Z | Downloaded knuffel-derive v3.2.0 |
| 1840 | 2026-06-08T19:40:19.239Z | Downloaded event-listener v5.4.1 |
| 1841 | 2026-06-08T19:40:19.242Z | Downloaded datatest-stable v0.3.3 |
| 1842 | 2026-06-08T19:40:19.247Z | Downloaded rstest v0.25.0 |
| 1843 | 2026-06-08T19:40:19.251Z | Downloaded chumsky v0.9.3 |
| 1844 | 2026-06-08T19:40:19.256Z | Downloaded hickory-client v0.25.2 |
| 1845 | 2026-06-08T19:40:19.256Z | Downloaded backtrace v0.3.76 |
| 1846 | 2026-06-08T19:40:19.259Z | Downloaded miette v5.10.0 |
| 1847 | 2026-06-08T19:40:19.262Z | Downloaded rand_distr v0.5.1 |
| 1848 | 2026-06-08T19:40:19.262Z | Downloaded fancy-regex v0.14.0 |
| 1849 | 2026-06-08T19:40:19.267Z | Downloaded criterion v0.7.0 |
| 1850 | 2026-06-08T19:40:19.273Z | Downloaded hashbrown v0.14.5 |
| 1851 | 2026-06-08T19:40:19.278Z | Downloaded guppy v0.17.25 |
| 1852 | 2026-06-08T19:40:19.282Z | Downloaded plotters v0.3.7 |
| 1853 | 2026-06-08T19:40:19.295Z | Downloaded gimli v0.32.3 |
| 1854 | 2026-06-08T19:40:19.391Z | Downloaded httpmock v0.8.3 |
| 1855 | 2026-06-08T19:40:21.067Z | Checking cfg-if v1.0.4 |
| 1856 | 2026-06-08T19:40:21.486Z | Checking libc v0.2.185 |
| 1857 | 2026-06-08T19:40:21.571Z | Checking serde_core v1.0.228 |
| 1858 | 2026-06-08T19:40:21.571Z | Checking memchr v2.8.0 |
| 1859 | 2026-06-08T19:40:21.654Z | Checking smallvec v1.15.1 |
| 1860 | 2026-06-08T19:40:21.654Z | Checking itoa v1.0.17 |
| 1861 | 2026-06-08T19:40:21.655Z | Checking log v0.4.29 |
| 1862 | 2026-06-08T19:40:21.739Z | Checking libm v0.2.16 |
| 1863 | 2026-06-08T19:40:21.764Z | Checking zeroize v1.8.2 |
| 1864 | 2026-06-08T19:40:21.764Z | Checking scopeguard v1.2.0 |
| 1865 | 2026-06-08T19:40:21.780Z | Checking stable_deref_trait v1.2.1 |
| 1866 | 2026-06-08T19:40:21.795Z | Checking zmij v1.0.21 |
| 1867 | 2026-06-08T19:40:21.835Z | Checking zerofrom v0.1.6 |
| 1868 | 2026-06-08T19:40:21.867Z | Checking lock_api v0.4.14 |
| 1869 | 2026-06-08T19:40:21.896Z | Checking errno v0.3.14 |
| 1870 | 2026-06-08T19:40:21.899Z | Checking getrandom v0.2.17 |
| 1871 | 2026-06-08T19:40:21.964Z | Checking percent-encoding v2.3.2 |
| 1872 | 2026-06-08T19:40:21.993Z | Checking yoke v0.8.1 |
| 1873 | 2026-06-08T19:40:22.031Z | Checking litemap v0.8.1 |
| 1874 | 2026-06-08T19:40:22.062Z | Checking writeable v0.6.2 |
| 1875 | 2026-06-08T19:40:22.104Z | Checking icu_normalizer_data v2.1.1 |
| 1876 | 2026-06-08T19:40:22.142Z | Checking icu_properties_data v2.1.2 |
| 1877 | 2026-06-08T19:40:22.187Z | Checking form_urlencoded v1.2.2 |
| 1878 | 2026-06-08T19:40:22.275Z | Checking zerovec v0.11.5 |
| 1879 | 2026-06-08T19:40:22.303Z | Checking zerotrie v0.2.3 |
| 1880 | 2026-06-08T19:40:22.303Z | Checking utf8_iter v1.0.4 |
| 1881 | 2026-06-08T19:40:22.303Z | Checking subtle v2.6.1 |
| 1882 | 2026-06-08T19:40:22.349Z | Checking rand_core v0.10.0 |
| 1883 | 2026-06-08T19:40:22.350Z | Checking pin-project-lite v0.2.17 |
| 1884 | 2026-06-08T19:40:22.394Z | Checking num-traits v0.2.19 |
| 1885 | 2026-06-08T19:40:22.488Z | Checking rand_core v0.6.4 |
| 1886 | 2026-06-08T19:40:22.577Z | Checking parking_lot_core v0.9.12 |
| 1887 | 2026-06-08T19:40:22.577Z | Checking getrandom v0.4.1 |
| 1888 | 2026-06-08T19:40:22.578Z | Checking zerocopy v0.8.40 |
| 1889 | 2026-06-08T19:40:22.653Z | Checking portable-atomic v1.13.1 |
| 1890 | 2026-06-08T19:40:22.653Z | Checking signal-hook-registry v1.4.8 |
| 1891 | 2026-06-08T19:40:22.683Z | Checking tinystr v0.8.2 |
| 1892 | 2026-06-08T19:40:22.766Z | Checking potential_utf v0.1.4 |
| 1893 | 2026-06-08T19:40:22.766Z | Checking parking_lot v0.12.5 |
| 1894 | 2026-06-08T19:40:22.847Z | Checking critical-section v1.2.0 |
| 1895 | 2026-06-08T19:40:22.926Z | Checking icu_collections v2.1.1 |
| 1896 | 2026-06-08T19:40:22.926Z | Checking icu_locale_core v2.1.1 |
| 1897 | 2026-06-08T19:40:22.979Z | Checking mio v1.2.0 |
| 1898 | 2026-06-08T19:40:22.979Z | Checking serde v1.0.228 |
| 1899 | 2026-06-08T19:40:22.980Z | Checking serde_json v1.0.149 |
| 1900 | 2026-06-08T19:40:22.980Z | Checking bitflags v2.11.0 |
| 1901 | 2026-06-08T19:40:23.047Z | Checking once_cell v1.21.3 |
| 1902 | 2026-06-08T19:40:23.161Z | Checking socket2 v0.6.3 |
| 1903 | 2026-06-08T19:40:23.210Z | Checking typenum v1.19.0 |
| 1904 | 2026-06-08T19:40:23.239Z | Checking iana-time-zone v0.1.65 |
| 1905 | 2026-06-08T19:40:23.283Z | Checking uuid v1.23.0 |
| 1906 | 2026-06-08T19:40:23.362Z | Checking thiserror v2.0.18 |
| 1907 | 2026-06-08T19:40:23.392Z | Checking bytes v1.11.1 |
| 1908 | 2026-06-08T19:40:23.425Z | Checking chrono v0.4.44 |
| 1909 | 2026-06-08T19:40:23.431Z | Checking icu_provider v2.1.1 |
| 1910 | 2026-06-08T19:40:23.489Z | Checking semver v1.0.28 |
| 1911 | 2026-06-08T19:40:23.625Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1912 | 2026-06-08T19:40:23.625Z | Checking futures-core v0.3.32 |
| 1913 | 2026-06-08T19:40:23.701Z | Checking icu_normalizer v2.1.1 |
| 1914 | 2026-06-08T19:40:23.733Z | Checking icu_properties v2.1.2 |
| 1915 | 2026-06-08T19:40:23.767Z | Checking generic-array v0.14.7 |
| 1916 | 2026-06-08T19:40:23.791Z | Checking equivalent v1.0.2 |
| 1917 | 2026-06-08T19:40:23.848Z | Checking tokio v1.52.1 |
| 1918 | 2026-06-08T19:40:23.916Z | Checking dyn-clone v1.0.20 |
| 1919 | 2026-06-08T19:40:23.950Z | Checking const-oid v0.9.6 |
| 1920 | 2026-06-08T19:40:24.028Z | Checking futures-sink v0.3.32 |
| 1921 | 2026-06-08T19:40:24.053Z | Checking slab v0.4.12 |
| 1922 | 2026-06-08T19:40:24.147Z | Checking futures-channel v0.3.32 |
| 1923 | 2026-06-08T19:40:24.214Z | Checking crypto-common v0.1.7 |
| 1924 | 2026-06-08T19:40:24.257Z | Checking block-buffer v0.10.4 |
| 1925 | 2026-06-08T19:40:24.297Z | Checking futures-task v0.3.32 |
| 1926 | 2026-06-08T19:40:24.372Z | Checking futures-io v0.3.32 |
| 1927 | 2026-06-08T19:40:24.376Z | Checking rustix v1.1.3 |
| 1928 | 2026-06-08T19:40:24.434Z | Checking byteorder v1.5.0 |
| 1929 | 2026-06-08T19:40:24.464Z | Checking hashbrown v0.17.0 |
| 1930 | 2026-06-08T19:40:24.513Z | Checking futures-util v0.3.32 |
| 1931 | 2026-06-08T19:40:24.574Z | Checking idna_adapter v1.2.1 |
| 1932 | 2026-06-08T19:40:24.663Z | Checking cpufeatures v0.2.17 |
| 1933 | 2026-06-08T19:40:24.692Z | Checking digest v0.10.7 |
| 1934 | 2026-06-08T19:40:24.728Z | Checking idna v1.1.0 |
| 1935 | 2026-06-08T19:40:24.765Z | Checking thiserror v1.0.69 |
| 1936 | 2026-06-08T19:40:24.880Z | Checking getrandom v0.3.4 |
| 1937 | 2026-06-08T19:40:24.931Z | Checking fnv v1.0.7 |
| 1938 | 2026-06-08T19:40:24.970Z | Checking indexmap v2.14.0 |
| 1939 | 2026-06-08T19:40:25.023Z | Checking url v2.5.8 |
| 1940 | 2026-06-08T19:40:25.035Z | Checking regex-syntax v0.8.10 |
| 1941 | 2026-06-08T19:40:25.071Z | Checking http v1.4.0 |
| 1942 | 2026-06-08T19:40:25.302Z | Checking tracing-core v0.1.36 |
| 1943 | 2026-06-08T19:40:25.349Z | Checking ppv-lite86 v0.2.21 |
| 1944 | 2026-06-08T19:40:25.471Z | Checking schemars v0.8.22 |
| 1945 | 2026-06-08T19:40:25.548Z | Checking base64 v0.22.1 |
| 1946 | 2026-06-08T19:40:25.603Z | Checking tracing v0.1.44 |
| 1947 | 2026-06-08T19:40:25.636Z | Checking utf8parse v0.2.2 |
| 1948 | 2026-06-08T19:40:25.639Z | Checking ipnet v2.11.0 |
| 1949 | 2026-06-08T19:40:25.762Z | Checking anstyle v1.0.14 |
| 1950 | 2026-06-08T19:40:25.811Z | Checking untrusted v0.9.0 |
| 1951 | 2026-06-08T19:40:25.842Z | Checking unicode-ident v1.0.24 |
| 1952 | 2026-06-08T19:40:25.943Z | Checking ring v0.17.14 |
| 1953 | 2026-06-08T19:40:25.957Z | Checking base64ct v1.8.3 |
| 1954 | 2026-06-08T19:40:26.008Z | Checking proc-macro2 v1.0.106 |
| 1955 | 2026-06-08T19:40:26.016Z | Checking anstyle-query v1.1.5 |
| 1956 | 2026-06-08T19:40:26.125Z | Checking colorchoice v1.0.4 |
| 1957 | 2026-06-08T19:40:26.158Z | Checking is_terminal_polyfill v1.70.2 |
| 1958 | 2026-06-08T19:40:26.223Z | Checking block-padding v0.3.3 |
| 1959 | 2026-06-08T19:40:26.255Z | Checking aho-corasick v1.1.4 |
| 1960 | 2026-06-08T19:40:26.291Z | Checking rustls-pki-types v1.14.0 |
| 1961 | 2026-06-08T19:40:26.338Z | Checking quote v1.0.45 |
| 1962 | 2026-06-08T19:40:26.365Z | Checking httparse v1.10.1 |
| 1963 | 2026-06-08T19:40:26.395Z | Checking inout v0.1.4 |
| 1964 | 2026-06-08T19:40:26.447Z | Checking anstyle-parse v1.0.0 |
| 1965 | 2026-06-08T19:40:26.524Z | Checking syn v2.0.117 |
| 1966 | 2026-06-08T19:40:26.562Z | Checking cipher v0.4.4 |
| 1967 | 2026-06-08T19:40:26.602Z | Checking terminal_size v0.4.3 |
| 1968 | 2026-06-08T19:40:26.611Z | Checking crossbeam-utils v0.8.21 |
| 1969 | 2026-06-08T19:40:26.650Z | Checking anstream v1.0.0 |
| 1970 | 2026-06-08T19:40:26.727Z | Checking strsim v0.11.1 |
| 1971 | 2026-06-08T19:40:26.816Z | Checking allocator-api2 v0.2.21 |
| 1972 | 2026-06-08T19:40:26.872Z | Checking clap_lex v1.0.0 |
| 1973 | 2026-06-08T19:40:26.915Z | Checking pem-rfc7468 v0.7.0 |
| 1974 | 2026-06-08T19:40:26.946Z | Checking regex-automata v0.4.14 |
| 1975 | 2026-06-08T19:40:26.952Z | Checking http-body v1.0.1 |
| 1976 | 2026-06-08T19:40:27.006Z | Checking sha2 v0.10.9 |
| 1977 | 2026-06-08T19:40:27.043Z | Checking clap_builder v4.6.0 |
| 1978 | 2026-06-08T19:40:27.077Z | Checking tokio-util v0.7.18 |
| 1979 | 2026-06-08T19:40:27.114Z | Checking atomic-waker v1.1.2 |
| 1980 | 2026-06-08T19:40:27.121Z | Checking powerfmt v0.2.0 |
| 1981 | 2026-06-08T19:40:27.168Z | Checking rand_core v0.9.5 |
| 1982 | 2026-06-08T19:40:27.233Z | Checking hmac v0.12.1 |
| 1983 | 2026-06-08T19:40:27.292Z | Checking time-core v0.1.8 |
| 1984 | 2026-06-08T19:40:27.324Z | Checking deranged v0.5.8 |
| 1985 | 2026-06-08T19:40:27.374Z | Checking httpdate v1.0.3 |
| 1986 | 2026-06-08T19:40:27.400Z | Checking num_threads v0.1.7 |
| 1987 | 2026-06-08T19:40:27.455Z | Checking num-conv v0.2.0 |
| 1988 | 2026-06-08T19:40:27.504Z | Checking try-lock v0.2.5 |
| 1989 | 2026-06-08T19:40:27.536Z | Checking erased-serde v0.3.31 |
| 1990 | 2026-06-08T19:40:27.618Z | Checking tower-service v0.3.3 |
| 1991 | 2026-06-08T19:40:27.629Z | Checking want v0.3.1 |
| 1992 | 2026-06-08T19:40:27.706Z | Checking h2 v0.4.13 |
| 1993 | 2026-06-08T19:40:27.733Z | Checking ryu v1.0.23 |
| 1994 | 2026-06-08T19:40:27.775Z | Checking tower-layer v0.3.3 |
| 1995 | 2026-06-08T19:40:27.944Z | Checking pin-utils v0.1.0 |
| 1996 | 2026-06-08T19:40:27.969Z | Checking flagset v0.4.7 |
| 1997 | 2026-06-08T19:40:27.983Z | Checking slog v2.8.2 |
| 1998 | 2026-06-08T19:40:27.989Z | Checking rand_chacha v0.9.0 |
| 1999 | 2026-06-08T19:40:28.082Z | Checking der v0.7.10 |
| 2000 | 2026-06-08T19:40:28.208Z | Checking anyhow v1.0.102 |
| 2001 | 2026-06-08T19:40:28.240Z | Checking mime v0.3.17 |
| 2002 | 2026-06-08T19:40:28.275Z | Checking time v0.3.47 |
| 2003 | 2026-06-08T19:40:28.285Z | Checking clap v4.6.1 |
| 2004 | 2026-06-08T19:40:28.411Z | Checking rand v0.9.2 |
| 2005 | 2026-06-08T19:40:28.430Z | Checking spin v0.9.8 |
| 2006 | 2026-06-08T19:40:28.437Z | Checking http-body-util v0.1.3 |
| 2007 | 2026-06-08T19:40:28.635Z | Checking aws-lc-sys v0.40.0 |
| 2008 | 2026-06-08T19:40:28.699Z | Checking untrusted v0.7.1 |
| 2009 | 2026-06-08T19:40:28.765Z | Checking ipnetwork v0.21.1 |
| 2010 | 2026-06-08T19:40:28.794Z | Checking openssl-probe v0.2.1 |
| 2011 | 2026-06-08T19:40:28.826Z | Checking fastrand v2.3.0 |
| 2012 | 2026-06-08T19:40:28.858Z | Checking spki v0.7.3 |
| 2013 | 2026-06-08T19:40:28.892Z | Checking serde_urlencoded v0.7.1 |
| 2014 | 2026-06-08T19:40:28.924Z | Checking pbkdf2 v0.12.2 |
| 2015 | 2026-06-08T19:40:28.992Z | Checking aes v0.8.4 |
| 2016 | 2026-06-08T19:40:29.032Z | Checking encoding_rs v0.8.35 |
| 2017 | 2026-06-08T19:40:29.060Z | Checking regex v1.12.3 |
| 2018 | 2026-06-08T19:40:29.063Z | Checking cbc v0.1.2 |
| 2019 | 2026-06-08T19:40:29.122Z | Checking salsa20 v0.10.2 |
| 2020 | 2026-06-08T19:40:29.153Z | Checking aws-lc-rs v1.16.3 |
| 2021 | 2026-06-08T19:40:29.210Z | Checking rand_chacha v0.3.1 |
| 2022 | 2026-06-08T19:40:29.285Z | Checking hex v0.4.3 |
| 2023 | 2026-06-08T19:40:29.403Z | Checking simd-adler32 v0.3.8 |
| 2024 | 2026-06-08T19:40:29.409Z | Checking pretty-hex v0.4.1 |
| 2025 | 2026-06-08T19:40:29.464Z | Checking rand v0.8.6 |
| 2026 | 2026-06-08T19:40:29.468Z | Checking scrypt v0.11.0 |
| 2027 | 2026-06-08T19:40:29.527Z | Checking tempfile v3.25.0 |
| 2028 | 2026-06-08T19:40:29.572Z | Checking plain v0.2.3 |
| 2029 | 2026-06-08T19:40:29.602Z | Checking adler2 v2.0.1 |
| 2030 | 2026-06-08T19:40:29.662Z | Checking pkcs5 v0.7.1 |
| 2031 | 2026-06-08T19:40:29.699Z | Checking rustls-native-certs v0.8.3 |
| 2032 | 2026-06-08T19:40:29.733Z | Checking miniz_oxide v0.8.9 |
| 2033 | 2026-06-08T19:40:29.764Z | Checking sync_wrapper v1.0.2 |
| 2034 | 2026-06-08T19:40:29.855Z | Checking ucd-trie v0.1.7 |
| 2035 | 2026-06-08T19:40:29.889Z | Checking tower v0.5.3 |
| 2036 | 2026-06-08T19:40:29.935Z | Checking pkcs8 v0.10.2 |
| 2037 | 2026-06-08T19:40:29.995Z | Checking webpki-roots v1.0.6 |
| 2038 | 2026-06-08T19:40:30.018Z | Checking pest v2.8.6 |
| 2039 | 2026-06-08T19:40:30.026Z | Checking camino v1.2.2 |
| 2040 | 2026-06-08T19:40:30.076Z | Checking rustls-webpki v0.103.9 |
| 2041 | 2026-06-08T19:40:30.108Z | Checking iri-string v0.7.10 |
| 2042 | 2026-06-08T19:40:30.137Z | Checking foldhash v0.2.0 |
| 2043 | 2026-06-08T19:40:30.140Z | Checking oxnet v0.1.5 |
| 2044 | 2026-06-08T19:40:30.288Z | Checking futures-executor v0.3.32 |
| 2045 | 2026-06-08T19:40:30.323Z | Checking hashbrown v0.16.1 |
| 2046 | 2026-06-08T19:40:30.323Z | Checking either v1.15.0 |
| 2047 | 2026-06-08T19:40:30.444Z | Checking openapiv3 v2.2.0 |
| 2048 | 2026-06-08T19:40:30.444Z | Checking hyper v1.8.1 |
| 2049 | 2026-06-08T19:40:30.510Z | Checking futures v0.3.32 |
| 2050 | 2026-06-08T19:40:30.515Z | Checking rustls v0.23.37 |
| 2051 | 2026-06-08T19:40:30.584Z | Checking crc32fast v1.5.0 |
| 2052 | 2026-06-08T19:40:30.615Z | Checking static_assertions v1.1.0 |
| 2053 | 2026-06-08T19:40:30.708Z | Checking lazy_static v1.5.0 |
| 2054 | 2026-06-08T19:40:30.746Z | Checking signature v2.2.0 |
| 2055 | 2026-06-08T19:40:30.821Z | Checking winnow v0.7.14 |
| 2056 | 2026-06-08T19:40:30.897Z | Checking hubpack v0.1.2 |
| 2057 | 2026-06-08T19:40:30.930Z | Checking zlib-rs v0.6.2 |
| 2058 | 2026-06-08T19:40:31.095Z | Checking strum v0.26.3 |
| 2059 | 2026-06-08T19:40:31.101Z | Checking psl-types v2.0.11 |
| 2060 | 2026-06-08T19:40:31.145Z | Checking tower-http v0.6.8 |
| 2061 | 2026-06-08T19:40:31.231Z | Checking tinyvec_macros v0.1.1 |
| 2062 | 2026-06-08T19:40:31.266Z | Checking publicsuffix v2.3.0 |
| 2063 | 2026-06-08T19:40:31.311Z | Checking tinyvec v1.10.0 |
| 2064 | 2026-06-08T19:40:31.379Z | Checking hyper-util v0.1.20 |
| 2065 | 2026-06-08T19:40:31.430Z | Checking cookie v0.18.1 |
| 2066 | 2026-06-08T19:40:31.463Z | Checking sha1 v0.10.6 |
| 2067 | 2026-06-08T19:40:31.641Z | Checking num-integer v0.1.46 |
| 2068 | 2026-06-08T19:40:31.668Z | Checking scroll v0.13.0 |
| 2069 | 2026-06-08T19:40:31.699Z | Checking data-encoding v2.10.0 |
| 2070 | 2026-06-08T19:40:31.736Z | Checking cookie_store v0.22.1 |
| 2071 | 2026-06-08T19:40:31.814Z | Checking flate2 v1.1.9 |
| 2072 | 2026-06-08T19:40:31.878Z | Checking serde_spanned v0.6.9 |
| 2073 | 2026-06-08T19:40:31.914Z | Checking goblin v0.10.5 |
| 2074 | 2026-06-08T19:40:31.994Z | Checking toml_datetime v0.6.11 |
| 2075 | 2026-06-08T19:40:32.032Z | Checking memmap2 v0.9.10 |
| 2076 | 2026-06-08T19:40:32.040Z | Checking base16ct v0.2.0 |
| 2077 | 2026-06-08T19:40:32.088Z | Checking bit-vec v0.8.0 |
| 2078 | 2026-06-08T19:40:32.126Z | Checking dtrace-parser v0.3.0 |
| 2079 | 2026-06-08T19:40:32.195Z | Checking ff v0.13.1 |
| 2080 | 2026-06-08T19:40:32.229Z | Checking wait-timeout v0.2.1 |
| 2081 | 2026-06-08T19:40:32.232Z | Checking sec1 v0.7.3 |
| 2082 | 2026-06-08T19:40:32.305Z | Checking bit-set v0.8.0 |
| 2083 | 2026-06-08T19:40:32.346Z | Checking thread-id v5.1.0 |
| 2084 | 2026-06-08T19:40:32.382Z | Checking foreign-types-shared v0.1.1 |
| 2085 | 2026-06-08T19:40:32.388Z | Checking group v0.13.0 |
| 2086 | 2026-06-08T19:40:32.455Z | Checking num-iter v0.1.45 |
| 2087 | 2026-06-08T19:40:32.480Z | Checking bstr v1.12.1 |
| 2088 | 2026-06-08T19:40:32.484Z | Checking foreign-types v0.3.2 |
| 2089 | 2026-06-08T19:40:32.484Z | Checking hkdf v0.12.4 |
| 2090 | 2026-06-08T19:40:32.576Z | Checking crossbeam-epoch v0.9.18 |
| 2091 | 2026-06-08T19:40:32.607Z | Checking anstyle-parse v0.2.7 |
| 2092 | 2026-06-08T19:40:32.643Z | Checking ahash v0.8.12 |
| 2093 | 2026-06-08T19:40:32.648Z | Checking crypto-bigint v0.5.5 |
| 2094 | 2026-06-08T19:40:32.701Z | Checking openssl-sys v0.9.115 |
| 2095 | 2026-06-08T19:40:32.777Z | Checking quick-error v1.2.3 |
| 2096 | 2026-06-08T19:40:32.820Z | Checking anstream v0.6.21 |
| 2097 | 2026-06-08T19:40:32.856Z | Checking rand_xorshift v0.4.0 |
| 2098 | 2026-06-08T19:40:32.891Z | Checking tokio-rustls v0.26.4 |
| 2099 | 2026-06-08T19:40:32.899Z | Checking rustls-platform-verifier v0.6.2 |
| 2100 | 2026-06-08T19:40:32.949Z | Checking rusty-fork v0.3.1 |
| 2101 | 2026-06-08T19:40:33.000Z | Checking scroll v0.12.0 |
| 2102 | 2026-06-08T19:40:33.033Z | Checking unarray v0.1.4 |
| 2103 | 2026-06-08T19:40:33.078Z | Checking num-bigint-dig v0.8.6 |
| 2104 | 2026-06-08T19:40:33.110Z | Checking openssl v0.10.79 |
| 2105 | 2026-06-08T19:40:33.146Z | Checking hyper-rustls v0.27.7 |
| 2106 | 2026-06-08T19:40:33.153Z | Checking pkcs1 v0.7.5 |
| 2107 | 2026-06-08T19:40:33.203Z | Checking proptest v1.10.0 |
| 2108 | 2026-06-08T19:40:33.242Z | Checking goblin v0.8.2 |
| 2109 | 2026-06-08T19:40:33.367Z | Checking reqwest v0.13.2 |
| 2110 | 2026-06-08T19:40:33.403Z | Checking x509-cert v0.2.5 |
| 2111 | 2026-06-08T19:40:33.575Z | Checking elliptic-curve v0.13.8 |
| 2112 | 2026-06-08T19:40:33.889Z | Checking zerocopy v0.7.35 |
| 2113 | 2026-06-08T19:40:33.928Z | Checking unicode-segmentation v1.12.0 |
| 2114 | 2026-06-08T19:40:34.066Z | Checking rsa v0.9.10 |
| 2115 | 2026-06-08T19:40:34.208Z | Checking dof v0.4.0 |
| 2116 | 2026-06-08T19:40:34.241Z | Checking dtrace-parser v0.2.0 |
| 2117 | 2026-06-08T19:40:34.276Z | Checking rfc6979 v0.4.0 |
| 2118 | 2026-06-08T19:40:34.414Z | Checking memoffset v0.9.1 |
| 2119 | 2026-06-08T19:40:34.418Z | Checking thread-id v4.2.2 |
| 2120 | 2026-06-08T19:40:34.499Z | Checking ecdsa v0.16.9 |
| 2121 | 2026-06-08T19:40:34.533Z | Checking curve25519-dalek v4.1.3 |
| 2122 | 2026-06-08T19:40:34.565Z | Checking rustix v0.38.44 |
| 2123 | 2026-06-08T19:40:34.569Z | Checking env_filter v1.0.0 |
| 2124 | 2026-06-08T19:40:34.728Z | Checking keccak v0.1.6 |
| 2125 | 2026-06-08T19:40:34.855Z | Checking toml_write v0.1.2 |
| 2126 | 2026-06-08T19:40:34.894Z | Checking usdt-impl v0.6.0 |
| 2127 | 2026-06-08T19:40:34.919Z | Checking same-file v1.0.6 |
| 2128 | 2026-06-08T19:40:35.008Z | Checking newtype-uuid v1.3.2 |
| 2129 | 2026-06-08T19:40:35.048Z | Checking toml_edit v0.22.27 |
| 2130 | 2026-06-08T19:40:35.078Z | Checking walkdir v2.5.0 |
| 2131 | 2026-06-08T19:40:35.124Z | Checking native-tls v0.2.18 |
| 2132 | 2026-06-08T19:40:35.176Z | Checking dof v0.3.0 |
| 2133 | 2026-06-08T19:40:35.208Z | Checking usdt v0.6.0 |
| 2134 | 2026-06-08T19:40:35.239Z | Checking daft v0.1.7 |
| 2135 | 2026-06-08T19:40:35.272Z | Checking sha3 v0.10.8 |
| 2136 | 2026-06-08T19:40:35.317Z | Checking env_logger v0.11.9 |
| 2137 | 2026-06-08T19:40:35.322Z | Checking tokio-native-tls v0.3.1 |
| 2138 | 2026-06-08T19:40:35.391Z | Checking ed25519 v2.2.3 |
| 2139 | 2026-06-08T19:40:35.424Z | Checking itertools v0.13.0 |
| 2140 | 2026-06-08T19:40:35.477Z | Checking usdt-impl v0.5.0 |
| 2141 | 2026-06-08T19:40:35.510Z | Checking serde_with v3.17.0 |
| 2142 | 2026-06-08T19:40:35.518Z | Checking siphasher v1.0.2 |
| 2143 | 2026-06-08T19:40:35.572Z | Checking hyper-tls v0.6.0 |
| 2144 | 2026-06-08T19:40:35.577Z | Checking bitflags v1.3.2 |
| 2145 | 2026-06-08T19:40:35.632Z | Checking ed25519-dalek v2.2.0 |
| 2146 | 2026-06-08T19:40:35.699Z | Checking nix v0.31.2 |
| 2147 | 2026-06-08T19:40:35.729Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2148 | 2026-06-08T19:40:35.767Z | Checking reqwest v0.12.28 |
| 2149 | 2026-06-08T19:40:35.796Z | Checking unicode-normalization v0.1.25 |
| 2150 | 2026-06-08T19:40:35.886Z | Checking signal-hook v0.3.18 |
| 2151 | 2026-06-08T19:40:36.077Z | Checking winnow v0.5.40 |
| 2152 | 2026-06-08T19:40:36.111Z | Checking managed v0.8.0 |
| 2153 | 2026-06-08T19:40:36.146Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2154 | 2026-06-08T19:40:36.214Z | Checking object v0.37.3 |
| 2155 | 2026-06-08T19:40:36.254Z | Checking foldhash v0.1.5 |
| 2156 | 2026-06-08T19:40:36.312Z | Checking bzip2 v0.4.4 |
| 2157 | 2026-06-08T19:40:36.413Z | Checking hashbrown v0.15.5 |
| 2158 | 2026-06-08T19:40:36.447Z | Checking signal-hook-mio v0.2.5 |
| 2159 | 2026-06-08T19:40:36.499Z | Checking globset v0.4.18 |
| 2160 | 2026-06-08T19:40:36.573Z | Checking ref-cast v1.0.25 |
| 2161 | 2026-06-08T19:40:36.626Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2162 | 2026-06-08T19:40:36.697Z | Checking zip v0.6.6 |
| 2163 | 2026-06-08T19:40:36.761Z | Checking zstd-safe v7.2.4 |
| 2164 | 2026-06-08T19:40:36.794Z | Checking pin-project v1.1.11 |
| 2165 | 2026-06-08T19:40:36.797Z | Checking libbz2-rs-sys v0.2.2 |
| 2166 | 2026-06-08T19:40:36.887Z | Checking bumpalo v3.20.2 |
| 2167 | 2026-06-08T19:40:36.919Z | Checking crossterm v0.28.1 |
| 2168 | 2026-06-08T19:40:36.952Z | Checking zstd v0.13.3 |
| 2169 | 2026-06-08T19:40:36.955Z | Checking similar v2.7.0 |
| 2170 | 2026-06-08T19:40:37.034Z | Checking tokio-stream v0.1.18 |
| 2171 | 2026-06-08T19:40:37.112Z | Checking zopfli v0.8.3 |
| 2172 | 2026-06-08T19:40:37.158Z | Checking fs-err v3.3.0 |
| 2173 | 2026-06-08T19:40:37.229Z | Checking toml_edit v0.19.15 |
| 2174 | 2026-06-08T19:40:37.238Z | Checking bzip2 v0.6.1 |
| 2175 | 2026-06-08T19:40:37.383Z | Checking pem v3.0.6 |
| 2176 | 2026-06-08T19:40:37.433Z | Checking hash32 v0.2.1 |
| 2177 | 2026-06-08T19:40:37.465Z | Checking serde-big-array v0.5.1 |
| 2178 | 2026-06-08T19:40:37.468Z | Checking unicode-properties v0.1.4 |
| 2179 | 2026-06-08T19:40:37.523Z | Checking unicode-bidi v0.3.18 |
| 2180 | 2026-06-08T19:40:37.555Z | Checking predicates-core v1.0.10 |
| 2181 | 2026-06-08T19:40:37.608Z | Checking jiff v0.2.21 |
| 2182 | 2026-06-08T19:40:37.642Z | Checking heapless v0.7.17 |
| 2183 | 2026-06-08T19:40:37.673Z | Checking snafu v0.8.9 |
| 2184 | 2026-06-08T19:40:37.678Z | Checking olpc-cjson v0.1.4 |
| 2185 | 2026-06-08T19:40:37.737Z | Checking hickory-proto v0.25.2 |
| 2186 | 2026-06-08T19:40:37.839Z | Checking stringprep v0.1.5 |
| 2187 | 2026-06-08T19:40:37.871Z | Checking md-5 v0.10.6 |
| 2188 | 2026-06-08T19:40:37.928Z | Checking serde_plain v1.0.2 |
| 2189 | 2026-06-08T19:40:38.019Z | Checking float-cmp v0.10.0 |
| 2190 | 2026-06-08T19:40:38.048Z | Checking fallible-iterator v0.2.0 |
| 2191 | 2026-06-08T19:40:38.078Z | Checking difflib v0.4.0 |
| 2192 | 2026-06-08T19:40:38.109Z | Checking normalize-line-endings v0.3.0 |
| 2193 | 2026-06-08T19:40:38.171Z | Checking typed-path v0.9.3 |
| 2194 | 2026-06-08T19:40:38.226Z | Checking smoltcp v0.9.1 |
| 2195 | 2026-06-08T19:40:38.262Z | Checking toml v0.7.8 |
| 2196 | 2026-06-08T19:40:38.294Z | Checking predicates v3.1.4 |
| 2197 | 2026-06-08T19:40:38.339Z | Checking postgres-protocol v0.6.10 |
| 2198 | 2026-06-08T19:40:38.520Z | Checking iddqd v0.4.2 |
| 2199 | 2026-06-08T19:40:38.604Z | Checking phf_shared v0.13.1 |
| 2200 | 2026-06-08T19:40:38.624Z | Checking phf_shared v0.11.3 |
| 2201 | 2026-06-08T19:40:38.702Z | Checking buf-list v1.1.2 |
| 2202 | 2026-06-08T19:40:38.810Z | Checking strum v0.27.2 |
| 2203 | 2026-06-08T19:40:38.826Z | Checking new_debug_unreachable v1.0.6 |
| 2204 | 2026-06-08T19:40:38.826Z | Checking precomputed-hash v0.1.1 |
| 2205 | 2026-06-08T19:40:38.880Z | Checking fixedbitset v0.4.2 |
| 2206 | 2026-06-08T19:40:38.922Z | Checking lalrpop-util v0.19.12 |
| 2207 | 2026-06-08T19:40:38.953Z | Checking fixedbitset v0.5.7 |
| 2208 | 2026-06-08T19:40:38.956Z | Checking tough v0.22.0 |
| 2209 | 2026-06-08T19:40:39.016Z | Checking string_cache v0.8.9 |
| 2210 | 2026-06-08T19:40:39.056Z | Checking petgraph v0.6.5 |
| 2211 | 2026-06-08T19:40:39.100Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2212 | 2026-06-08T19:40:39.165Z | Checking petgraph v0.8.3 |
| 2213 | 2026-06-08T19:40:39.201Z | Checking phf v0.13.1 |
| 2214 | 2026-06-08T19:40:39.383Z | Checking postgres-types v0.2.12 |
| 2215 | 2026-06-08T19:40:39.471Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2216 | 2026-06-08T19:40:39.735Z | Checking whoami v2.1.0 |
| 2217 | 2026-06-08T19:40:39.765Z | Checking peg-runtime v0.8.5 |
| 2218 | 2026-06-08T19:40:39.845Z | Checking zip v4.6.1 |
| 2219 | 2026-06-08T19:40:39.970Z | Checking tokio-postgres v0.7.16 |
| 2220 | 2026-06-08T19:40:40.038Z | Checking is-terminal v0.4.17 |
| 2221 | 2026-06-08T19:40:40.167Z | Checking crossbeam-channel v0.5.15 |
| 2222 | 2026-06-08T19:40:40.322Z | Compiling structmeta-derive v0.3.0 |
| 2223 | 2026-06-08T19:40:40.435Z | Checking thread_local v1.1.9 |
| 2224 | 2026-06-08T19:40:40.515Z | Checking term v1.2.1 |
| 2225 | 2026-06-08T19:40:40.558Z | Checking take_mut v0.2.2 |
| 2226 | 2026-06-08T19:40:40.622Z | Compiling newtype-uuid-macros v0.1.0 |
| 2227 | 2026-06-08T19:40:40.699Z | Checking slog-async v2.8.0 |
| 2228 | 2026-06-08T19:40:40.740Z | Compiling rustls v0.22.4 |
| 2229 | 2026-06-08T19:40:40.777Z | Checking slog-term v2.9.2 |
| 2230 | 2026-06-08T19:40:40.898Z | Compiling multer v3.1.0 |
| 2231 | 2026-06-08T19:40:40.986Z | Compiling async-stream-impl v0.3.6 |
| 2232 | 2026-06-08T19:40:41.029Z | Compiling dropshot v0.17.0 |
| 2233 | 2026-06-08T19:40:41.065Z | Compiling dropshot_endpoint v0.17.0 |
| 2234 | 2026-06-08T19:40:41.167Z | Checking match_cfg v0.1.0 |
| 2235 | 2026-06-08T19:40:41.227Z | Checking slog-json v2.6.1 |
| 2236 | 2026-06-08T19:40:41.287Z | Checking hostname v0.3.1 |
| 2237 | 2026-06-08T19:40:41.315Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2238 | 2026-06-08T19:40:41.397Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2239 | 2026-06-08T19:40:41.432Z | Compiling structmeta v0.3.0 |
| 2240 | 2026-06-08T19:40:41.464Z | Checking slog-bunyan v2.5.0 |
| 2241 | 2026-06-08T19:40:41.473Z | Checking debug-ignore v1.0.5 |
| 2242 | 2026-06-08T19:40:41.576Z | Checking progenitor-client v0.14.0 |
| 2243 | 2026-06-08T19:40:41.612Z | Checking rustls-webpki v0.102.8 |
| 2244 | 2026-06-08T19:40:41.645Z | Checking serde_path_to_error v0.1.20 |
| 2245 | 2026-06-08T19:40:41.675Z | Compiling derive-ex v0.1.8 |
| 2246 | 2026-06-08T19:40:41.714Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2247 | 2026-06-08T19:40:41.742Z | Checking serde_spanned v1.0.4 |
| 2248 | 2026-06-08T19:40:41.829Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2249 | 2026-06-08T19:40:41.858Z | Checking compression-core v0.4.31 |
| 2250 | 2026-06-08T19:40:41.901Z | Checking async-stream v0.3.6 |
| 2251 | 2026-06-08T19:40:41.935Z | Checking waitgroup v0.1.2 |
| 2252 | 2026-06-08T19:40:42.022Z | Checking compression-codecs v0.4.37 |
| 2253 | 2026-06-08T19:40:42.059Z | Checking rustls-pemfile v2.2.0 |
| 2254 | 2026-06-08T19:40:42.063Z | Checking toml v1.0.6+spec-1.1.0 |
| 2255 | 2026-06-08T19:40:42.063Z | Checking hostname v0.4.2 |
| 2256 | 2026-06-08T19:40:42.194Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2257 | 2026-06-08T19:40:42.227Z | Compiling parse-display-derive v0.10.0 |
| 2258 | 2026-06-08T19:40:42.232Z | Checking async-compression v0.4.41 |
| 2259 | 2026-06-08T19:40:42.232Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2260 | 2026-06-08T19:40:42.327Z | Checking regress v0.10.5 |
| 2261 | 2026-06-08T19:40:42.421Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2262 | 2026-06-08T19:40:42.547Z | Checking itertools v0.14.0 |
| 2263 | 2026-06-08T19:40:42.721Z | Checking macaddr v1.0.1 |
| 2264 | 2026-06-08T19:40:42.834Z | Checking instant v0.1.13 |
| 2265 | 2026-06-08T19:40:42.859Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2266 | 2026-06-08T19:40:42.913Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2267 | 2026-06-08T19:40:42.941Z | Checking backoff v0.4.0 |
| 2268 | 2026-06-08T19:40:43.115Z | Checking backon v1.6.0 |
| 2269 | 2026-06-08T19:40:43.149Z | Checking humantime v2.3.0 |
| 2270 | 2026-06-08T19:40:43.320Z | Checking progenitor-extras v0.2.0 |
| 2271 | 2026-06-08T19:40:43.373Z | Compiling test-strategy v0.4.5 |
| 2272 | 2026-06-08T19:40:43.402Z | Checking progenitor-client v0.10.0 |
| 2273 | 2026-06-08T19:40:43.417Z | Checking unicode-width v0.2.0 |
| 2274 | 2026-06-08T19:40:43.444Z | Checking tokio-rustls v0.25.0 |
| 2275 | 2026-06-08T19:40:43.546Z | Checking heck v0.5.0 |
| 2276 | 2026-06-08T19:40:43.628Z | Compiling convert_case v0.4.0 |
| 2277 | 2026-06-08T19:40:43.659Z | Checking half v2.7.1 |
| 2278 | 2026-06-08T19:40:43.703Z | Checking ciborium-io v0.2.2 |
| 2279 | 2026-06-08T19:40:43.734Z | Checking secrecy v0.10.3 |
| 2280 | 2026-06-08T19:40:43.771Z | Compiling regress v0.11.1 |
| 2281 | 2026-06-08T19:40:43.831Z | Checking indent_write v2.2.0 |
| 2282 | 2026-06-08T19:40:43.864Z | Checking universal-hash v0.5.1 |
| 2283 | 2026-06-08T19:40:43.913Z | Checking parse-display v0.10.0 |
| 2284 | 2026-06-08T19:40:43.948Z | Checking ciborium-ll v0.2.2 |
| 2285 | 2026-06-08T19:40:43.968Z | Checking opaque-debug v0.3.1 |
| 2286 | 2026-06-08T19:40:44.013Z | Compiling derive_more v0.99.20 |
| 2287 | 2026-06-08T19:40:44.059Z | Compiling unsafe-libyaml v0.2.11 |
| 2288 | 2026-06-08T19:40:44.119Z | Checking camino-tempfile v1.4.1 |
| 2289 | 2026-06-08T19:40:44.137Z | Checking ciborium v0.2.2 |
| 2290 | 2026-06-08T19:40:44.330Z | Compiling crucible-workspace-hack v0.1.0 |
| 2291 | 2026-06-08T19:40:44.571Z | Checking aead v0.5.2 |
| 2292 | 2026-06-08T19:40:44.628Z | Compiling serde_yaml v0.9.34+deprecated |
| 2293 | 2026-06-08T19:40:44.825Z | Checking poly1305 v0.8.0 |
| 2294 | 2026-06-08T19:40:44.858Z | Checking chacha20 v0.9.1 |
| 2295 | 2026-06-08T19:40:44.898Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2296 | 2026-06-08T19:40:45.085Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2297 | 2026-06-08T19:40:45.129Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2298 | 2026-06-08T19:40:45.312Z | Checking swrite v0.1.0 |
| 2299 | 2026-06-08T19:40:45.434Z | Compiling typify-impl v0.6.2 |
| 2300 | 2026-06-08T19:40:45.452Z | Checking password-hash v0.5.0 |
| 2301 | 2026-06-08T19:40:45.677Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2302 | 2026-06-08T19:40:45.710Z | Checking blake2 v0.10.6 |
| 2303 | 2026-06-08T19:40:45.976Z | Checking argon2 v0.5.3 |
| 2304 | 2026-06-08T19:40:46.109Z | Checking chacha20poly1305 v0.10.1 |
| 2305 | 2026-06-08T19:40:46.267Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2306 | 2026-06-08T19:40:46.318Z | Checking thiserror-no-std v2.0.2 |
| 2307 | 2026-06-08T19:40:46.349Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2308 | 2026-06-08T19:40:46.431Z | Checking vsss-rs v3.3.4 |
| 2309 | 2026-06-08T19:40:46.659Z | Checking byte-wrapper v0.1.0 |
| 2310 | 2026-06-08T19:40:46.692Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2311 | 2026-06-08T19:40:46.726Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2312 | 2026-06-08T19:40:46.898Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2313 | 2026-06-08T19:40:46.950Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2314 | 2026-06-08T19:40:46.980Z | Checking crossbeam-deque v0.8.6 |
| 2315 | 2026-06-08T19:40:47.040Z | Compiling rayon-core v1.13.0 |
| 2316 | 2026-06-08T19:40:47.178Z | Checking toml v0.8.23 |
| 2317 | 2026-06-08T19:40:47.522Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2318 | 2026-06-08T19:40:47.558Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2319 | 2026-06-08T19:40:47.598Z | Compiling proc-macro-error v1.0.4 |
| 2320 | 2026-06-08T19:40:47.630Z | Checking rayon v1.11.0 |
| 2321 | 2026-06-08T19:40:47.801Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2322 | 2026-06-08T19:40:47.929Z | Checking tabwriter v1.4.1 |
| 2323 | 2026-06-08T19:40:48.026Z | Checking glob v0.3.3 |
| 2324 | 2026-06-08T19:40:48.100Z | Checking colored v3.1.1 |
| 2325 | 2026-06-08T19:40:48.231Z | Compiling heapless v0.8.0 |
| 2326 | 2026-06-08T19:40:48.319Z | Compiling ingot-macros v0.1.1 |
| 2327 | 2026-06-08T19:40:48.419Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2328 | 2026-06-08T19:40:48.541Z | Compiling proc-macro-crate v3.4.0 |
| 2329 | 2026-06-08T19:40:48.730Z | Checking hash32 v0.3.1 |
| 2330 | 2026-06-08T19:40:48.809Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2331 | 2026-06-08T19:40:48.866Z | Checking unicode-width v0.1.14 |
| 2332 | 2026-06-08T19:40:48.921Z | Compiling smoltcp v0.11.0 |
| 2333 | 2026-06-08T19:40:49.090Z | Checking cobs v0.3.0 |
| 2334 | 2026-06-08T19:40:49.121Z | Compiling num_enum_derive v0.7.6 |
| 2335 | 2026-06-08T19:40:49.150Z | Compiling usdt-attr-macro v0.5.0 |
| 2336 | 2026-06-08T19:40:49.269Z | Compiling usdt-macro v0.5.0 |
| 2337 | 2026-06-08T19:40:49.362Z | Checking memmap v0.7.0 |
| 2338 | 2026-06-08T19:40:49.476Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2339 | 2026-06-08T19:40:49.728Z | Checking postcard v1.1.3 |
| 2340 | 2026-06-08T19:40:49.871Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2341 | 2026-06-08T19:40:49.959Z | Compiling typify-macro v0.6.2 |
| 2342 | 2026-06-08T19:40:49.990Z | Compiling proc-macro-crate v1.3.1 |
| 2343 | 2026-06-08T19:40:50.032Z | Checking usdt v0.5.0 |
| 2344 | 2026-06-08T19:40:50.071Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2345 | 2026-06-08T19:40:50.223Z | Checking sigpipe v0.1.3 |
| 2346 | 2026-06-08T19:40:50.257Z | Checking num_enum v0.7.6 |
| 2347 | 2026-06-08T19:40:50.293Z | Compiling foreign-types-macros v0.2.3 |
| 2348 | 2026-06-08T19:40:50.335Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2349 | 2026-06-08T19:40:50.389Z | Checking cpufeatures v0.3.0 |
| 2350 | 2026-06-08T19:40:50.428Z | Checking foreign-types-shared v0.3.1 |
| 2351 | 2026-06-08T19:40:50.484Z | Checking chacha20 v0.10.0 |
| 2352 | 2026-06-08T19:40:50.572Z | Compiling num_enum_derive v0.5.11 |
| 2353 | 2026-06-08T19:40:50.759Z | Checking cstr-argument v0.1.2 |
| 2354 | 2026-06-08T19:40:50.767Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2355 | 2026-06-08T19:40:50.883Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2356 | 2026-06-08T19:40:50.900Z | Checking foreign-types v0.5.0 |
| 2357 | 2026-06-08T19:40:50.925Z | Compiling num-derive v0.4.2 |
| 2358 | 2026-06-08T19:40:50.996Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2359 | 2026-06-08T19:40:51.207Z | Checking ingot-types v0.1.2 |
| 2360 | 2026-06-08T19:40:51.261Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2361 | 2026-06-08T19:40:51.294Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2362 | 2026-06-08T19:40:51.320Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2363 | 2026-06-08T19:40:51.387Z | Checking rand v0.10.0 |
| 2364 | 2026-06-08T19:40:51.478Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2365 | 2026-06-08T19:40:51.510Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2366 | 2026-06-08T19:40:51.608Z | Checking ingot v0.1.1 |
| 2367 | 2026-06-08T19:40:51.640Z | Checking num_enum v0.5.11 |
| 2368 | 2026-06-08T19:40:51.669Z | Checking itertools v0.12.1 |
| 2369 | 2026-06-08T19:40:51.703Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2370 | 2026-06-08T19:40:51.734Z | Compiling typify v0.6.2 |
| 2371 | 2026-06-08T19:40:51.857Z | Compiling progenitor-impl v0.14.0 |
| 2372 | 2026-06-08T19:40:51.889Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2373 | 2026-06-08T19:40:52.069Z | Compiling zone_cfg_derive v0.3.1 |
| 2374 | 2026-06-08T19:40:52.101Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2375 | 2026-06-08T19:40:52.288Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2376 | 2026-06-08T19:40:52.552Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2377 | 2026-06-08T19:40:52.737Z | Checking zone v0.3.1 |
| 2378 | 2026-06-08T19:40:52.780Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2379 | 2026-06-08T19:40:52.780Z | Checking smf v0.2.3 |
| 2380 | 2026-06-08T19:40:52.826Z | Checking whoami v1.6.1 |
| 2381 | 2026-06-08T19:40:52.861Z | Checking tokio-dtrace v0.1.1 |
| 2382 | 2026-06-08T19:40:53.001Z | Compiling derive-where v1.6.0 |
| 2383 | 2026-06-08T19:40:53.039Z | Checking console v0.15.11 |
| 2384 | 2026-06-08T19:40:53.065Z | Checking atomicwrites v0.4.4 |
| 2385 | 2026-06-08T19:40:53.092Z | Checking oxide-tokio-rt v0.1.4 |
| 2386 | 2026-06-08T19:40:53.113Z | Checking newline-converter v0.3.0 |
| 2387 | 2026-06-08T19:40:53.202Z | Checking num-rational v0.4.2 |
| 2388 | 2026-06-08T19:40:53.235Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2389 | 2026-06-08T19:40:53.343Z | Checking num-complex v0.4.6 |
| 2390 | 2026-06-08T19:40:53.363Z | Checking bytecount v0.6.9 |
| 2391 | 2026-06-08T19:40:53.363Z | Checking expectorate v1.2.0 |
| 2392 | 2026-06-08T19:40:53.421Z | Checking float-ord v0.3.2 |
| 2393 | 2026-06-08T19:40:53.476Z | Compiling owo-colors v4.3.0 |
| 2394 | 2026-06-08T19:40:53.509Z | Compiling prettyplease v0.2.37 |
| 2395 | 2026-06-08T19:40:53.548Z | Compiling cancel-safe-futures v0.1.5 |
| 2396 | 2026-06-08T19:40:53.615Z | Checking num v0.4.3 |
| 2397 | 2026-06-08T19:40:53.713Z | Checking libsw-core v0.3.2 |
| 2398 | 2026-06-08T19:40:53.844Z | Checking linear-map v1.2.0 |
| 2399 | 2026-06-08T19:40:53.910Z | Checking libsw v3.5.0 |
| 2400 | 2026-06-08T19:40:54.102Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2401 | 2026-06-08T19:40:54.133Z | Checking gethostname v0.5.0 |
| 2402 | 2026-06-08T19:40:54.244Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2403 | 2026-06-08T19:40:54.459Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2404 | 2026-06-08T19:40:54.490Z | Compiling progenitor-macro v0.14.0 |
| 2405 | 2026-06-08T19:40:54.558Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2406 | 2026-06-08T19:40:55.393Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2407 | 2026-06-08T19:40:55.536Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2408 | 2026-06-08T19:40:56.164Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2409 | 2026-06-08T19:40:58.535Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2410 | 2026-06-08T19:40:58.739Z | Checking resolv-conf v0.7.6 |
| 2411 | 2026-06-08T19:40:58.988Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2412 | 2026-06-08T19:40:59.217Z | Checking smawk v0.3.2 |
| 2413 | 2026-06-08T19:40:59.300Z | Checking unicode-linebreak v0.1.5 |
| 2414 | 2026-06-08T19:40:59.372Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2415 | 2026-06-08T19:40:59.411Z | Checking papergrid v0.11.0 |
| 2416 | 2026-06-08T19:40:59.420Z | Checking progenitor v0.14.0 |
| 2417 | 2026-06-08T19:40:59.533Z | Compiling tabled_derive v0.7.0 |
| 2418 | 2026-06-08T19:40:59.604Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2419 | 2026-06-08T19:40:59.678Z | Compiling convert_case v0.10.0 |
| 2420 | 2026-06-08T19:40:59.718Z | Compiling slog-dtrace v0.3.0 |
| 2421 | 2026-06-08T19:41:00.006Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2422 | 2026-06-08T19:41:00.040Z | Compiling derive_more-impl v2.1.1 |
| 2423 | 2026-06-08T19:41:00.550Z | Checking tabled v0.15.0 |
| 2424 | 2026-06-08T19:41:00.701Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2425 | 2026-06-08T19:41:00.871Z | Checking derive_more v2.1.1 |
| 2426 | 2026-06-08T19:41:00.903Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2427 | 2026-06-08T19:41:00.974Z | Checking crossterm v0.29.0 |
| 2428 | 2026-06-08T19:41:01.137Z | Checking linked-hash-map v0.5.6 |
| 2429 | 2026-06-08T19:41:01.337Z | Checking lru-cache v0.1.2 |
| 2430 | 2026-06-08T19:41:01.385Z | Checking hickory-proto v0.24.4 |
| 2431 | 2026-06-08T19:41:01.486Z | Checking fd-lock v4.0.4 |
| 2432 | 2026-06-08T19:41:01.530Z | Checking vte v0.14.1 |
| 2433 | 2026-06-08T19:41:01.566Z | Checking display-error-chain v0.2.2 |
| 2434 | 2026-06-08T19:41:01.644Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2435 | 2026-06-08T19:41:01.701Z | Checking nu-ansi-term v0.50.3 |
| 2436 | 2026-06-08T19:41:01.731Z | Checking strip-ansi-escapes v0.2.1 |
| 2437 | 2026-06-08T19:41:01.738Z | Checking termtree v0.5.1 |
| 2438 | 2026-06-08T19:41:01.791Z | Checking textwrap v0.16.2 |
| 2439 | 2026-06-08T19:41:01.857Z | Compiling minimal-lexical v0.2.1 |
| 2440 | 2026-06-08T19:41:01.913Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2441 | 2026-06-08T19:41:01.942Z | Checking reedline v0.40.0 |
| 2442 | 2026-06-08T19:41:02.041Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2443 | 2026-06-08T19:41:02.108Z | Compiling nom v7.1.3 |
| 2444 | 2026-06-08T19:41:02.130Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2445 | 2026-06-08T19:41:02.404Z | Compiling ar_archive_writer v0.5.1 |
| 2446 | 2026-06-08T19:41:02.665Z | Checking csv-core v0.1.13 |
| 2447 | 2026-06-08T19:41:02.736Z | Compiling stacker v0.1.23 |
| 2448 | 2026-06-08T19:41:02.805Z | Checking csv v1.4.0 |
| 2449 | 2026-06-08T19:41:03.018Z | Compiling semver v0.1.20 |
| 2450 | 2026-06-08T19:41:03.104Z | Compiling cfg_aliases v0.1.1 |
| 2451 | 2026-06-08T19:41:03.195Z | Checking highway v1.3.0 |
| 2452 | 2026-06-08T19:41:03.228Z | Compiling nix v0.28.0 |
| 2453 | 2026-06-08T19:41:03.252Z | Checking hickory-resolver v0.24.4 |
| 2454 | 2026-06-08T19:41:03.285Z | Compiling psm v0.1.30 |
| 2455 | 2026-06-08T19:41:03.327Z | Compiling rustc_version v0.1.7 |
| 2456 | 2026-06-08T19:41:03.395Z | Checking nibble_vec v0.1.0 |
| 2457 | 2026-06-08T19:41:03.446Z | Checking endian-type v0.1.2 |
| 2458 | 2026-06-08T19:41:03.465Z | Checking home v0.5.12 |
| 2459 | 2026-06-08T19:41:03.544Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2460 | 2026-06-08T19:41:03.578Z | Compiling newtype_derive v0.1.6 |
| 2461 | 2026-06-08T19:41:03.632Z | Checking radix_trie v0.2.1 |
| 2462 | 2026-06-08T19:41:03.640Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2463 | 2026-06-08T19:41:03.706Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2464 | 2026-06-08T19:41:03.797Z | Checking phf_shared v0.12.1 |
| 2465 | 2026-06-08T19:41:03.848Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2466 | 2026-06-08T19:41:03.960Z | Compiling chrono-tz v0.10.4 |
| 2467 | 2026-06-08T19:41:04.020Z | Checking qorb v0.4.1 |
| 2468 | 2026-06-08T19:41:04.137Z | Checking phf v0.12.1 |
| 2469 | 2026-06-08T19:41:04.268Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2470 | 2026-06-08T19:41:04.281Z | Checking recursive v0.1.1 |
| 2471 | 2026-06-08T19:41:04.281Z | Compiling const_format_proc_macros v0.2.34 |
| 2472 | 2026-06-08T19:41:04.360Z | Compiling peg-macros v0.8.5 |
| 2473 | 2026-06-08T19:41:04.418Z | Checking winnow v0.6.26 |
| 2474 | 2026-06-08T19:41:04.461Z | Checking nom v8.0.0 |
| 2475 | 2026-06-08T19:41:04.776Z | Compiling sqlparser_derive v0.5.0 |
| 2476 | 2026-06-08T19:41:05.240Z | Checking unicode_categories v0.1.1 |
| 2477 | 2026-06-08T19:41:05.293Z | Checking rustyline v14.0.0 |
| 2478 | 2026-06-08T19:41:05.342Z | Checking const_format v0.2.35 |
| 2479 | 2026-06-08T19:41:05.571Z | Checking sqlparser v0.61.0 |
| 2480 | 2026-06-08T19:41:05.594Z | Checking sqlformat v0.3.5 |
| 2481 | 2026-06-08T19:41:05.763Z | Checking peg v0.8.5 |
| 2482 | 2026-06-08T19:41:06.062Z | Checking bcs v0.1.6 |
| 2483 | 2026-06-08T19:41:06.082Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2484 | 2026-06-08T19:41:06.170Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2485 | 2026-06-08T19:41:06.316Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2486 | 2026-06-08T19:41:06.376Z | Checking steno v0.4.1 |
| 2487 | 2026-06-08T19:41:06.407Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2488 | 2026-06-08T19:41:06.679Z | Checking filetime v0.2.27 |
| 2489 | 2026-06-08T19:41:06.856Z | Checking xattr v1.6.1 |
| 2490 | 2026-06-08T19:41:07.002Z | Checking tar v0.4.45 |
| 2491 | 2026-06-08T19:41:07.201Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2492 | 2026-06-08T19:41:07.272Z | Checking subprocess v0.2.15 |
| 2493 | 2026-06-08T19:41:07.392Z | Checking base64 v0.21.7 |
| 2494 | 2026-06-08T19:41:07.577Z | Checking headers-core v0.3.0 |
| 2495 | 2026-06-08T19:41:07.631Z | Checking headers v0.4.1 |
| 2496 | 2026-06-08T19:41:07.631Z | Checking yasna v0.5.2 |
| 2497 | 2026-06-08T19:41:07.669Z | Checking dropshot-api-manager-types v0.7.2 |
| 2498 | 2026-06-08T19:41:07.852Z | Checking tagptr v0.2.0 |
| 2499 | 2026-06-08T19:41:08.005Z | Checking rcgen v0.12.1 |
| 2500 | 2026-06-08T19:41:08.064Z | Checking moka v0.12.13 |
| 2501 | 2026-06-08T19:41:08.093Z | Checking utf-8 v0.7.6 |
| 2502 | 2026-06-08T19:41:08.210Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2503 | 2026-06-08T19:41:08.324Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2504 | 2026-06-08T19:41:08.376Z | Compiling libefi-sys v0.1.0 |
| 2505 | 2026-06-08T19:41:08.524Z | Checking tungstenite v0.21.0 |
| 2506 | 2026-06-08T19:41:08.621Z | Compiling bitfield-struct v0.6.2 |
| 2507 | 2026-06-08T19:41:08.680Z | Checking hickory-resolver v0.25.2 |
| 2508 | 2026-06-08T19:41:08.972Z | Checking tokio-tungstenite v0.21.0 |
| 2509 | 2026-06-08T19:41:09.004Z | Compiling radium v0.7.0 |
| 2510 | 2026-06-08T19:41:09.315Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2511 | 2026-06-08T19:41:09.341Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2512 | 2026-06-08T19:41:09.400Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2513 | 2026-06-08T19:41:09.456Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2514 | 2026-06-08T19:41:09.459Z | Checking tap v1.0.1 |
| 2515 | 2026-06-08T19:41:09.507Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2516 | 2026-06-08T19:41:09.577Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2517 | 2026-06-08T19:41:09.599Z | Compiling maybe-uninit v2.0.0 |
| 2518 | 2026-06-08T19:41:09.639Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2519 | 2026-06-08T19:41:09.781Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2520 | 2026-06-08T19:41:09.848Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2521 | 2026-06-08T19:41:10.094Z | Checking wyz v0.5.1 |
| 2522 | 2026-06-08T19:41:10.095Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2523 | 2026-06-08T19:41:10.095Z | Compiling zerocopy-derive v0.6.6 |
| 2524 | 2026-06-08T19:41:10.203Z | Compiling packed_struct v0.10.1 |
| 2525 | 2026-06-08T19:41:10.254Z | Checking funty v2.0.0 |
| 2526 | 2026-06-08T19:41:10.293Z | Checking crc-catalog v2.4.0 |
| 2527 | 2026-06-08T19:41:10.434Z | Checking crc v3.4.0 |
| 2528 | 2026-06-08T19:41:10.498Z | Checking bitvec v1.0.1 |
| 2529 | 2026-06-08T19:41:10.573Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2530 | 2026-06-08T19:41:10.592Z | Compiling packed_struct_codegen v0.10.1 |
| 2531 | 2026-06-08T19:41:10.918Z | Checking zerocopy v0.6.6 |
| 2532 | 2026-06-08T19:41:11.213Z | Compiling bitfield-macros v0.19.4 |
| 2533 | 2026-06-08T19:41:11.507Z | Compiling indexmap v1.9.3 |
| 2534 | 2026-06-08T19:41:11.711Z | Checking nodrop v0.1.14 |
| 2535 | 2026-06-08T19:41:11.746Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2536 | 2026-06-08T19:41:11.862Z | Checking array-init v0.0.4 |
| 2537 | 2026-06-08T19:41:11.925Z | Checking smallvec v0.6.14 |
| 2538 | 2026-06-08T19:41:11.983Z | Checking bitfield v0.19.4 |
| 2539 | 2026-06-08T19:41:12.033Z | Checking hashbrown v0.12.3 |
| 2540 | 2026-06-08T19:41:12.136Z | Checking serde-hex v0.1.0 |
| 2541 | 2026-06-08T19:41:12.233Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2542 | 2026-06-08T19:41:12.414Z | Checking ron v0.8.1 |
| 2543 | 2026-06-08T19:41:12.552Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2544 | 2026-06-08T19:41:12.875Z | Checking hashbrown v0.13.2 |
| 2545 | 2026-06-08T19:41:12.897Z | Checking crc-any v2.5.0 |
| 2546 | 2026-06-08T19:41:12.946Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2547 | 2026-06-08T19:41:12.980Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2548 | 2026-06-08T19:41:13.140Z | Checking path-slash v0.1.5 |
| 2549 | 2026-06-08T19:41:13.198Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2550 | 2026-06-08T19:41:13.198Z | Compiling xshell-macros v0.2.7 |
| 2551 | 2026-06-08T19:41:13.198Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2552 | 2026-06-08T19:41:13.288Z | Checking object v0.30.4 |
| 2553 | 2026-06-08T19:41:13.506Z | Checking xshell v0.2.7 |
| 2554 | 2026-06-08T19:41:13.615Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2555 | 2026-06-08T19:41:13.852Z | Checking half v1.8.3 |
| 2556 | 2026-06-08T19:41:13.871Z | Compiling num-derive v0.3.3 |
| 2557 | 2026-06-08T19:41:14.017Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2558 | 2026-06-08T19:41:14.032Z | Checking serde_cbor v0.11.2 |
| 2559 | 2026-06-08T19:41:14.507Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2560 | 2026-06-08T19:41:14.854Z | Checking libscf-sys v1.1.0 |
| 2561 | 2026-06-08T19:41:14.937Z | Compiling proc-macro-error2 v2.0.1 |
| 2562 | 2026-06-08T19:41:14.997Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2563 | 2026-06-08T19:41:15.056Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2564 | 2026-06-08T19:41:15.247Z | Checking papergrid v0.17.0 |
| 2565 | 2026-06-08T19:41:15.275Z | Compiling tabled_derive v0.11.0 |
| 2566 | 2026-06-08T19:41:15.312Z | Checking testing_table v0.3.0 |
| 2567 | 2026-06-08T19:41:15.338Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2568 | 2026-06-08T19:41:15.421Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2569 | 2026-06-08T19:41:15.554Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2570 | 2026-06-08T19:41:15.849Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2571 | 2026-06-08T19:41:15.953Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2572 | 2026-06-08T19:41:16.054Z | Checking maplit v1.0.2 |
| 2573 | 2026-06-08T19:41:16.219Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2574 | 2026-06-08T19:41:16.368Z | Compiling git-stub v1.0.0 |
| 2575 | 2026-06-08T19:41:16.457Z | Checking crc8 v0.1.1 |
| 2576 | 2026-06-08T19:41:16.505Z | Checking tabled v0.20.0 |
| 2577 | 2026-06-08T19:41:16.528Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2578 | 2026-06-08T19:41:16.651Z | Compiling git-stub-vcs v0.1.0 |
| 2579 | 2026-06-08T19:41:16.949Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2580 | 2026-06-08T19:41:17.049Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2581 | 2026-06-08T19:41:17.092Z | Checking fxhash v0.2.1 |
| 2582 | 2026-06-08T19:41:17.130Z | Checking unicase v2.9.0 |
| 2583 | 2026-06-08T19:41:17.243Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2584 | 2026-06-08T19:41:17.303Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2585 | 2026-06-08T19:41:17.341Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2586 | 2026-06-08T19:41:17.662Z | Compiling vergen-lib v0.1.6 |
| 2587 | 2026-06-08T19:41:17.707Z | Compiling diesel_derives v2.3.7 |
| 2588 | 2026-06-08T19:41:17.782Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2589 | 2026-06-08T19:41:17.918Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2590 | 2026-06-08T19:41:17.963Z | Checking scheduled-thread-pool v0.2.7 |
| 2591 | 2026-06-08T19:41:18.011Z | Compiling dsl_auto_type v0.2.0 |
| 2592 | 2026-06-08T19:41:18.052Z | Compiling vergen-gitcl v1.0.8 |
| 2593 | 2026-06-08T19:41:18.117Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2594 | 2026-06-08T19:41:18.291Z | Checking r2d2 v0.8.10 |
| 2595 | 2026-06-08T19:41:18.370Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2596 | 2026-06-08T19:41:18.529Z | Checking kstat-rs v0.2.4 |
| 2597 | 2026-06-08T19:41:18.550Z | Checking arc-swap v1.8.2 |
| 2598 | 2026-06-08T19:41:18.695Z | Checking downcast-rs v2.0.2 |
| 2599 | 2026-06-08T19:41:18.721Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2600 | 2026-06-08T19:41:18.819Z | Compiling parking_lot_core v0.8.6 |
| 2601 | 2026-06-08T19:41:18.839Z | Checking slog-scope v4.4.1 |
| 2602 | 2026-06-08T19:41:18.974Z | Checking slog-stdlog v4.1.1 |
| 2603 | 2026-06-08T19:41:19.096Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2604 | 2026-06-08T19:41:19.133Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2605 | 2026-06-08T19:41:19.145Z | Checking slog-envlogger v2.2.0 |
| 2606 | 2026-06-08T19:41:19.373Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2607 | 2026-06-08T19:41:19.394Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2608 | 2026-06-08T19:41:19.433Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2609 | 2026-06-08T19:41:19.466Z | Compiling dirs-sys-next v0.1.2 |
| 2610 | 2026-06-08T19:41:19.588Z | Compiling crunchy v0.2.4 |
| 2611 | 2026-06-08T19:41:19.629Z | Checking parking_lot v0.11.2 |
| 2612 | 2026-06-08T19:41:19.712Z | Compiling dirs-next v2.0.0 |
| 2613 | 2026-06-08T19:41:19.786Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2614 | 2026-06-08T19:41:19.801Z | Compiling clang-sys v1.8.1 |
| 2615 | 2026-06-08T19:41:19.811Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2616 | 2026-06-08T19:41:19.859Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2617 | 2026-06-08T19:41:19.930Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2618 | 2026-06-08T19:41:20.168Z | Checking prefix-trie v0.7.0 |
| 2619 | 2026-06-08T19:41:20.206Z | Compiling tiny-keccak v2.0.2 |
| 2620 | 2026-06-08T19:41:20.271Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2621 | 2026-06-08T19:41:20.474Z | Checking sled v0.34.7 |
| 2622 | 2026-06-08T19:41:20.517Z | Compiling term v0.7.0 |
| 2623 | 2026-06-08T19:41:20.528Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2624 | 2026-06-08T19:41:20.547Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2625 | 2026-06-08T19:41:20.578Z | Checking hickory-server v0.25.2 |
| 2626 | 2026-06-08T19:41:20.863Z | Checking nanorand v0.7.0 |
| 2627 | 2026-06-08T19:41:20.900Z | Compiling salty v0.3.0 |
| 2628 | 2026-06-08T19:41:21.106Z | Compiling bit-vec v0.6.3 |
| 2629 | 2026-06-08T19:41:21.123Z | Checking flume v0.11.1 |
| 2630 | 2026-06-08T19:41:21.197Z | Compiling ascii-canvas v3.0.0 |
| 2631 | 2026-06-08T19:41:21.336Z | Compiling bit-set v0.5.3 |
| 2632 | 2026-06-08T19:41:21.468Z | Compiling progenitor-impl v0.13.0 |
| 2633 | 2026-06-08T19:41:21.509Z | Checking primeorder v0.13.6 |
| 2634 | 2026-06-08T19:41:21.720Z | Compiling itertools v0.10.5 |
| 2635 | 2026-06-08T19:41:21.779Z | Compiling ena v0.14.4 |
| 2636 | 2026-06-08T19:41:21.822Z | Compiling libloading v0.8.9 |
| 2637 | 2026-06-08T19:41:21.834Z | Compiling bindgen v0.71.1 |
| 2638 | 2026-06-08T19:41:21.912Z | Compiling diff v0.1.13 |
| 2639 | 2026-06-08T19:41:22.008Z | Compiling regex-syntax v0.6.29 |
| 2640 | 2026-06-08T19:41:22.605Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2641 | 2026-06-08T19:41:22.978Z | Compiling cexpr v0.6.0 |
| 2642 | 2026-06-08T19:41:23.183Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2643 | 2026-06-08T19:41:23.608Z | Compiling lalrpop v0.19.12 |
| 2644 | 2026-06-08T19:41:23.855Z | Checking progenitor-client v0.13.0 |
| 2645 | 2026-06-08T19:41:23.874Z | Compiling fs-err v2.11.0 |
| 2646 | 2026-06-08T19:41:23.922Z | Checking diesel v2.3.7 |
| 2647 | 2026-06-08T19:41:24.080Z | Compiling progenitor-macro v0.13.0 |
| 2648 | 2026-06-08T19:41:24.107Z | Compiling rustc-hash v2.1.1 |
| 2649 | 2026-06-08T19:41:24.116Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2650 | 2026-06-08T19:41:24.218Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2651 | 2026-06-08T19:41:24.335Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2652 | 2026-06-08T19:41:24.393Z | Compiling libxml v0.3.3 |
| 2653 | 2026-06-08T19:41:24.853Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2654 | 2026-06-08T19:41:24.920Z | Checking p384 v0.13.1 |
| 2655 | 2026-06-08T19:41:25.369Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2656 | 2026-06-08T19:41:25.728Z | Compiling strum_macros v0.24.3 |
| 2657 | 2026-06-08T19:41:25.768Z | Checking parse-size v1.1.0 |
| 2658 | 2026-06-08T19:41:25.908Z | Compiling indoc v1.0.9 |
| 2659 | 2026-06-08T19:41:26.360Z | Checking assert_matches v1.5.0 |
| 2660 | 2026-06-08T19:41:26.464Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2661 | 2026-06-08T19:41:27.202Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2662 | 2026-06-08T19:41:27.338Z | Compiling typify-impl v0.4.3 |
| 2663 | 2026-06-08T19:41:27.429Z | Checking quick-xml v0.37.5 |
| 2664 | 2026-06-08T19:41:27.730Z | Checking derive_builder v0.20.2 |
| 2665 | 2026-06-08T19:41:27.861Z | Compiling oso-derive v0.27.3 |
| 2666 | 2026-06-08T19:41:28.321Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2667 | 2026-06-08T19:41:28.364Z | Compiling trait-variant v0.1.2 |
| 2668 | 2026-06-08T19:41:28.939Z | Checking openssl-probe v0.1.6 |
| 2669 | 2026-06-08T19:41:29.059Z | Checking progenitor v0.13.0 |
| 2670 | 2026-06-08T19:41:29.152Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2671 | 2026-06-08T19:41:29.277Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2672 | 2026-06-08T19:41:29.901Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2673 | 2026-06-08T19:41:29.930Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2674 | 2026-06-08T19:41:29.933Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2675 | 2026-06-08T19:41:30.537Z | Checking predicates-tree v1.0.13 |
| 2676 | 2026-06-08T19:41:30.722Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2677 | 2026-06-08T19:41:30.920Z | Compiling mime_guess v2.0.5 |
| 2678 | 2026-06-08T19:41:30.947Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2679 | 2026-06-08T19:41:31.016Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2680 | 2026-06-08T19:41:31.859Z | Compiling typify-macro v0.4.3 |
| 2681 | 2026-06-08T19:41:31.922Z | Checking http-range v0.1.5 |
| 2682 | 2026-06-08T19:41:33.303Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2683 | 2026-06-08T19:41:33.481Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2684 | 2026-06-08T19:41:33.561Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2685 | 2026-06-08T19:41:33.628Z | Compiling typify v0.4.3 |
| 2686 | 2026-06-08T19:41:33.794Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2687 | 2026-06-08T19:41:35.311Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2688 | 2026-06-08T19:41:35.367Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2689 | 2026-06-08T19:41:35.548Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2690 | 2026-06-08T19:41:35.580Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2691 | 2026-06-08T19:41:35.855Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2692 | 2026-06-08T19:41:36.087Z | Checking bb8 v0.8.6 |
| 2693 | 2026-06-08T19:41:36.965Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2694 | 2026-06-08T19:41:37.256Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2695 | 2026-06-08T19:41:37.256Z | Checking atty v0.2.14 |
| 2696 | 2026-06-08T19:41:37.256Z | Checking corncobs v0.1.4 |
| 2697 | 2026-06-08T19:41:37.256Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2698 | 2026-06-08T19:41:37.259Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2699 | 2026-06-08T19:41:37.476Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2700 | 2026-06-08T19:41:37.476Z | Compiling progenitor-impl v0.11.2 |
| 2701 | 2026-06-08T19:41:37.476Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2702 | 2026-06-08T19:41:37.619Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2703 | 2026-06-08T19:41:37.669Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2704 | 2026-06-08T19:41:37.767Z | Checking ignore v0.4.25 |
| 2705 | 2026-06-08T19:41:38.119Z | Checking async-bb8-diesel v0.2.1 |
| 2706 | 2026-06-08T19:41:38.223Z | Checking diesel-dtrace v0.5.0 |
| 2707 | 2026-06-08T19:41:38.500Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2708 | 2026-06-08T19:41:38.531Z | Checking secrecy v0.8.0 |
| 2709 | 2026-06-08T19:41:39.067Z | Checking globwalk v0.9.1 |
| 2710 | 2026-06-08T19:41:40.796Z | Checking hyper-staticfile v0.10.1 |
| 2711 | 2026-06-08T19:41:41.027Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2712 | 2026-06-08T19:41:41.027Z | Compiling progenitor-macro v0.11.2 |
| 2713 | 2026-06-08T19:41:41.027Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2714 | 2026-06-08T19:41:41.027Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2715 | 2026-06-08T19:41:41.027Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2716 | 2026-06-08T19:41:41.027Z | Checking progenitor-client v0.11.2 |
| 2717 | 2026-06-08T19:41:41.027Z | Checking nonempty v0.12.0 |
| 2718 | 2026-06-08T19:41:41.027Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2719 | 2026-06-08T19:41:41.027Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2720 | 2026-06-08T19:41:41.266Z | Checking camino-tempfile-ext v0.3.3 |
| 2721 | 2026-06-08T19:41:41.266Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2722 | 2026-06-08T19:41:41.498Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2723 | 2026-06-08T19:41:41.640Z | Checking signal-hook-tokio v0.3.1 |
| 2724 | 2026-06-08T19:41:41.676Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2725 | 2026-06-08T19:41:41.940Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2726 | 2026-06-08T19:41:41.958Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2727 | 2026-06-08T19:41:42.356Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2728 | 2026-06-08T19:41:42.378Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2729 | 2026-06-08T19:41:42.692Z | Checking illumos-nvpair v0.3.0 |
| 2730 | 2026-06-08T19:41:42.996Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2731 | 2026-06-08T19:41:43.024Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2732 | 2026-06-08T19:41:43.491Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2733 | 2026-06-08T19:41:43.491Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2734 | 2026-06-08T19:41:43.491Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2735 | 2026-06-08T19:41:43.608Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2736 | 2026-06-08T19:41:43.673Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2737 | 2026-06-08T19:41:43.817Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2738 | 2026-06-08T19:41:44.021Z | Checking tungstenite v0.23.0 |
| 2739 | 2026-06-08T19:41:44.147Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2740 | 2026-06-08T19:41:44.245Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2741 | 2026-06-08T19:41:44.505Z | Checking tokio-tungstenite v0.23.1 |
| 2742 | 2026-06-08T19:41:44.621Z | Checking progenitor v0.11.2 |
| 2743 | 2026-06-08T19:41:44.779Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2744 | 2026-06-08T19:41:44.818Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2745 | 2026-06-08T19:41:45.174Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2746 | 2026-06-08T19:41:45.216Z | Checking rand_seeder v0.4.0 |
| 2747 | 2026-06-08T19:41:45.391Z | Checking void v1.0.2 |
| 2748 | 2026-06-08T19:41:45.497Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2749 | 2026-06-08T19:41:45.531Z | Checking lzss v0.8.2 |
| 2750 | 2026-06-08T19:41:45.532Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2751 | 2026-06-08T19:41:45.582Z | Checking nix v0.27.1 |
| 2752 | 2026-06-08T19:41:45.695Z | Checking serde_bytes v0.11.19 |
| 2753 | 2026-06-08T19:41:45.750Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2754 | 2026-06-08T19:41:45.810Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2755 | 2026-06-08T19:41:45.893Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2756 | 2026-06-08T19:41:50.317Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2757 | 2026-06-08T19:41:50.533Z | Checking is_ci v1.2.0 |
| 2758 | 2026-06-08T19:41:50.533Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2759 | 2026-06-08T19:41:50.533Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2760 | 2026-06-08T19:41:50.534Z | Checking yansi v1.0.1 |
| 2761 | 2026-06-08T19:41:50.534Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2762 | 2026-06-08T19:41:50.534Z | Checking pretty_assertions v1.4.1 |
| 2763 | 2026-06-08T19:41:50.535Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2764 | 2026-06-08T19:41:50.535Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2765 | 2026-06-08T19:41:50.535Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2766 | 2026-06-08T19:41:50.535Z | Compiling darling_core v0.23.0 |
| 2767 | 2026-06-08T19:41:50.603Z | Compiling indoc v2.0.7 |
| 2768 | 2026-06-08T19:41:50.603Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2769 | 2026-06-08T19:41:50.603Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2770 | 2026-06-08T19:41:50.603Z | Compiling libz-sys v1.1.24 |
| 2771 | 2026-06-08T19:41:50.603Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2772 | 2026-06-08T19:41:50.603Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2773 | 2026-06-08T19:41:50.603Z | Compiling instability v0.3.11 |
| 2774 | 2026-06-08T19:41:50.603Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2775 | 2026-06-08T19:41:50.603Z | Compiling darling_macro v0.23.0 |
| 2776 | 2026-06-08T19:41:50.603Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2777 | 2026-06-08T19:41:50.603Z | Checking castaway v0.2.4 |
| 2778 | 2026-06-08T19:41:50.678Z | Checking compact_str v0.8.1 |
| 2779 | 2026-06-08T19:41:50.699Z | Compiling darling v0.23.0 |
| 2780 | 2026-06-08T19:41:50.718Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2781 | 2026-06-08T19:41:51.004Z | Checking supports-color v3.0.2 |
| 2782 | 2026-06-08T19:41:51.168Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2783 | 2026-06-08T19:41:51.267Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2784 | 2026-06-08T19:41:51.424Z | Checking unicode-truncate v1.1.0 |
| 2785 | 2026-06-08T19:41:51.487Z | Checking console v0.16.2 |
| 2786 | 2026-06-08T19:41:51.518Z | Checking lru v0.12.5 |
| 2787 | 2026-06-08T19:41:51.561Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2788 | 2026-06-08T19:41:51.684Z | Checking cassowary v0.3.0 |
| 2789 | 2026-06-08T19:41:51.714Z | Checking unit-prefix v0.5.2 |
| 2790 | 2026-06-08T19:41:51.889Z | Checking indicatif v0.18.4 |
| 2791 | 2026-06-08T19:41:51.919Z | Checking ratatui v0.29.0 |
| 2792 | 2026-06-08T19:41:52.108Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2793 | 2026-06-08T19:41:52.288Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2794 | 2026-06-08T19:41:52.528Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2795 | 2026-06-08T19:41:53.255Z | Compiling vergen-git2 v9.1.0 |
| 2796 | 2026-06-08T19:41:53.300Z | Checking plotters-backend v0.3.7 |
| 2797 | 2026-06-08T19:41:53.519Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2798 | 2026-06-08T19:41:53.549Z | Checking plotters-svg v0.3.7 |
| 2799 | 2026-06-08T19:41:53.722Z | Compiling rustls v0.21.12 |
| 2800 | 2026-06-08T19:41:53.750Z | Checking cast v0.3.0 |
| 2801 | 2026-06-08T19:41:53.931Z | Checking criterion-plot v0.6.0 |
| 2802 | 2026-06-08T19:41:54.044Z | Checking plotters v0.3.7 |
| 2803 | 2026-06-08T19:41:54.135Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2804 | 2026-06-08T19:41:54.200Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2805 | 2026-06-08T19:41:54.436Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2806 | 2026-06-08T19:41:54.661Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2807 | 2026-06-08T19:41:54.842Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2808 | 2026-06-08T19:41:54.885Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2809 | 2026-06-08T19:41:55.106Z | Checking colored v2.2.0 |
| 2810 | 2026-06-08T19:41:55.174Z | Checking sct v0.7.1 |
| 2811 | 2026-06-08T19:41:55.294Z | Checking rustls-webpki v0.101.7 |
| 2812 | 2026-06-08T19:41:55.340Z | Checking tinytemplate v1.2.1 |
| 2813 | 2026-06-08T19:41:55.555Z | Checking anes v0.1.6 |
| 2814 | 2026-06-08T19:41:55.584Z | Checking shell-words v1.1.1 |
| 2815 | 2026-06-08T19:41:55.660Z | Checking oorandom v11.1.5 |
| 2816 | 2026-06-08T19:41:55.768Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2817 | 2026-06-08T19:41:55.802Z | Checking criterion v0.7.0 |
| 2818 | 2026-06-08T19:41:57.181Z | Checking typeid v1.0.3 |
| 2819 | 2026-06-08T19:41:57.213Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2820 | 2026-06-08T19:41:57.323Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2821 | 2026-06-08T19:41:58.085Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2822 | 2026-06-08T19:41:58.887Z | Checking hex-literal v0.4.1 |
| 2823 | 2026-06-08T19:41:59.015Z | Checking erased-serde v0.4.9 |
| 2824 | 2026-06-08T19:41:59.415Z | Checking tokio-rustls v0.24.1 |
| 2825 | 2026-06-08T19:41:59.648Z | Checking rustls-pemfile v1.0.4 |
| 2826 | 2026-06-08T19:41:59.821Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2827 | 2026-06-08T19:42:00.046Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2828 | 2026-06-08T19:42:00.446Z | Checking twox-hash v2.1.2 |
| 2829 | 2026-06-08T19:42:00.480Z | Checking ordered-float v2.10.1 |
| 2830 | 2026-06-08T19:42:00.739Z | Checking serde-value v0.7.0 |
| 2831 | 2026-06-08T19:42:00.818Z | Checking serde-untagged v0.1.9 |
| 2832 | 2026-06-08T19:42:01.159Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2833 | 2026-06-08T19:42:01.169Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2834 | 2026-06-08T19:42:01.702Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2835 | 2026-06-08T19:42:01.891Z | Checking fatfs v0.3.6 |
| 2836 | 2026-06-08T19:42:02.036Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2837 | 2026-06-08T19:42:02.258Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2838 | 2026-06-08T19:42:02.361Z | Compiling seq-macro v0.3.6 |
| 2839 | 2026-06-08T19:42:02.429Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2840 | 2026-06-08T19:42:02.881Z | Checking unicode-xid v0.2.6 |
| 2841 | 2026-06-08T19:42:03.021Z | Checking cargo-util-schemas v0.8.2 |
| 2842 | 2026-06-08T19:42:03.373Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2843 | 2026-06-08T19:42:03.742Z | Checking cargo-platform v0.2.0 |
| 2844 | 2026-06-08T19:42:03.922Z | Compiling petname v2.0.2 |
| 2845 | 2026-06-08T19:42:03.961Z | Checking cargo_metadata v0.21.0 |
| 2846 | 2026-06-08T19:42:04.583Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2847 | 2026-06-08T19:42:04.754Z | Checking concurrent-queue v2.5.0 |
| 2848 | 2026-06-08T19:42:04.968Z | Checking rtoolbox v0.0.3 |
| 2849 | 2026-06-08T19:42:05.135Z | Checking parking v2.2.1 |
| 2850 | 2026-06-08T19:42:05.288Z | Checking event-listener v5.4.1 |
| 2851 | 2026-06-08T19:42:05.479Z | Checking rpassword v7.4.0 |
| 2852 | 2026-06-08T19:42:05.620Z | Checking tui-tree-widget v0.23.1 |
| 2853 | 2026-06-08T19:42:05.686Z | Compiling samael v0.0.19 |
| 2854 | 2026-06-08T19:42:05.836Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2855 | 2026-06-08T19:42:05.938Z | Checking polyval v0.6.2 |
| 2856 | 2026-06-08T19:42:06.023Z | Checking sapling-renderdag v0.1.0 |
| 2857 | 2026-06-08T19:42:06.151Z | Checking sync-ptr v0.1.4 |
| 2858 | 2026-06-08T19:42:06.276Z | Checking ghash v0.5.1 |
| 2859 | 2026-06-08T19:42:06.305Z | Checking event-listener-strategy v0.5.4 |
| 2860 | 2026-06-08T19:42:06.453Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2861 | 2026-06-08T19:42:06.477Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2862 | 2026-06-08T19:42:06.700Z | Checking ctr v0.9.2 |
| 2863 | 2026-06-08T19:42:06.899Z | Checking futures-timer v3.0.3 |
| 2864 | 2026-06-08T19:42:07.093Z | Checking arrayvec v0.7.6 |
| 2865 | 2026-06-08T19:42:07.124Z | Checking constant_time_eq v0.4.2 |
| 2866 | 2026-06-08T19:42:07.290Z | Checking arrayref v0.3.9 |
| 2867 | 2026-06-08T19:42:07.322Z | Checking aes-gcm v0.10.3 |
| 2868 | 2026-06-08T19:42:07.435Z | Checking async-lock v3.4.2 |
| 2869 | 2026-06-08T19:42:07.499Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2870 | 2026-06-08T19:42:07.532Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2871 | 2026-06-08T19:42:07.883Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2872 | 2026-06-08T19:42:08.447Z | Checking ssh-encoding v0.2.0 |
| 2873 | 2026-06-08T19:42:08.667Z | Checking blowfish v0.9.1 |
| 2874 | 2026-06-08T19:42:08.848Z | Compiling strsim v0.10.0 |
| 2875 | 2026-06-08T19:42:09.056Z | Compiling darling_core v0.13.4 |
| 2876 | 2026-06-08T19:42:09.206Z | Checking bcrypt-pbkdf v0.10.0 |
| 2877 | 2026-06-08T19:42:09.408Z | Checking ssh-cipher v0.2.0 |
| 2878 | 2026-06-08T19:42:09.614Z | Checking async-object-pool v0.2.0 |
| 2879 | 2026-06-08T19:42:09.756Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2880 | 2026-06-08T19:42:10.162Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2881 | 2026-06-08T19:42:10.228Z | Checking serde_regex v1.1.0 |
| 2882 | 2026-06-08T19:42:10.414Z | Checking password-hash v0.4.2 |
| 2883 | 2026-06-08T19:42:10.661Z | Checking assert-json-diff v2.0.2 |
| 2884 | 2026-06-08T19:42:10.816Z | Checking path-tree v0.8.3 |
| 2885 | 2026-06-08T19:42:10.848Z | Checking gimli v0.32.3 |
| 2886 | 2026-06-08T19:42:10.876Z | Compiling target-lexicon v0.13.3 |
| 2887 | 2026-06-08T19:42:10.963Z | Checking stringmetrics v2.2.2 |
| 2888 | 2026-06-08T19:42:11.026Z | Compiling darling_macro v0.13.4 |
| 2889 | 2026-06-08T19:42:11.140Z | Checking httpmock v0.8.3 |
| 2890 | 2026-06-08T19:42:11.441Z | Checking pbkdf2 v0.11.0 |
| 2891 | 2026-06-08T19:42:11.527Z | Checking ssh-key v0.6.7 |
| 2892 | 2026-06-08T19:42:12.235Z | Checking p256 v0.13.2 |
| 2893 | 2026-06-08T19:42:12.395Z | Checking addr2line v0.25.1 |
| 2894 | 2026-06-08T19:42:12.512Z | Checking p521 v0.13.3 |
| 2895 | 2026-06-08T19:42:12.693Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2896 | 2026-06-08T19:42:13.023Z | Checking russh-cryptovec v0.7.3 |
| 2897 | 2026-06-08T19:42:13.127Z | Compiling guppy-workspace-hack v0.1.0 |
| 2898 | 2026-06-08T19:42:13.127Z | Checking rustc-demangle v0.1.27 |
| 2899 | 2026-06-08T19:42:13.336Z | Checking md5 v0.7.0 |
| 2900 | 2026-06-08T19:42:13.408Z | Compiling darling v0.13.4 |
| 2901 | 2026-06-08T19:42:13.439Z | Checking backtrace v0.3.76 |
| 2902 | 2026-06-08T19:42:13.531Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2903 | 2026-06-08T19:42:13.559Z | Checking russh-keys v0.45.0 |
| 2904 | 2026-06-08T19:42:13.748Z | Checking num-bigint v0.4.6 |
| 2905 | 2026-06-08T19:42:13.779Z | Checking des v0.8.1 |
| 2906 | 2026-06-08T19:42:13.960Z | Compiling blake3 v1.8.3 |
| 2907 | 2026-06-08T19:42:13.971Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2908 | 2026-06-08T19:42:14.306Z | Compiling target-spec v3.5.7 |
| 2909 | 2026-06-08T19:42:14.445Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2910 | 2026-06-08T19:42:14.716Z | Checking backtrace-ext v0.2.1 |
| 2911 | 2026-06-08T19:42:14.751Z | Checking russh v0.45.0 |
| 2912 | 2026-06-08T19:42:14.854Z | Checking cfg-expr v0.20.6 |
| 2913 | 2026-06-08T19:42:14.931Z | Compiling serde_with_macros v1.5.2 |
| 2914 | 2026-06-08T19:42:15.196Z | Checking supports-color v2.1.0 |
| 2915 | 2026-06-08T19:42:15.264Z | Checking textwrap v0.15.2 |
| 2916 | 2026-06-08T19:42:15.358Z | Checking supports-unicode v2.1.0 |
| 2917 | 2026-06-08T19:42:15.500Z | Checking supports-hyperlinks v2.1.0 |
| 2918 | 2026-06-08T19:42:15.507Z | Checking hashbrown v0.14.5 |
| 2919 | 2026-06-08T19:42:15.650Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2920 | 2026-06-08T19:42:15.785Z | Checking cargo-platform v0.3.2 |
| 2921 | 2026-06-08T19:42:15.880Z | Checking terminal_size v0.1.17 |
| 2922 | 2026-06-08T19:42:15.997Z | Checking socket2 v0.5.10 |
| 2923 | 2026-06-08T19:42:16.023Z | Compiling miette-derive v5.10.0 |
| 2924 | 2026-06-08T19:42:16.052Z | Checking owo-colors v3.5.0 |
| 2925 | 2026-06-08T19:42:16.271Z | Checking internet-checksum v0.2.1 |
| 2926 | 2026-06-08T19:42:16.601Z | Checking chumsky v0.9.3 |
| 2927 | 2026-06-08T19:42:16.767Z | Checking cargo_metadata v0.23.1 |
| 2928 | 2026-06-08T19:42:17.167Z | Checking miette v5.10.0 |
| 2929 | 2026-06-08T19:42:17.516Z | Compiling serde_with v1.14.0 |
| 2930 | 2026-06-08T19:42:17.866Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2931 | 2026-06-08T19:42:17.949Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2932 | 2026-06-08T19:42:17.980Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2933 | 2026-06-08T19:42:18.313Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2934 | 2026-06-08T19:42:18.526Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2935 | 2026-06-08T19:42:18.658Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2936 | 2026-06-08T19:42:18.747Z | Compiling knuffel-derive v3.2.0 |
| 2937 | 2026-06-08T19:42:18.791Z | Checking httptest v0.16.4 |
| 2938 | 2026-06-08T19:42:18.845Z | Checking pathdiff v0.2.3 |
| 2939 | 2026-06-08T19:42:18.977Z | Checking nested v0.1.1 |
| 2940 | 2026-06-08T19:42:19.143Z | Checking topological-sort v0.2.2 |
| 2941 | 2026-06-08T19:42:19.183Z | Checking guppy v0.17.25 |
| 2942 | 2026-06-08T19:42:19.331Z | Compiling git2 v0.20.4 |
| 2943 | 2026-06-08T19:42:19.389Z | Checking omicron-zone-package v0.12.2 |
| 2944 | 2026-06-08T19:42:19.528Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2945 | 2026-06-08T19:42:20.190Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2946 | 2026-06-08T19:42:20.262Z | Checking knuffel v3.2.0 |
| 2947 | 2026-06-08T19:42:20.300Z | Checking similar-asserts v1.7.0 |
| 2948 | 2026-06-08T19:42:20.435Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2949 | 2026-06-08T19:42:20.480Z | Compiling target-triple v1.0.0 |
| 2950 | 2026-06-08T19:42:20.597Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2951 | 2026-06-08T19:42:20.745Z | Compiling polar-core v0.27.3 |
| 2952 | 2026-06-08T19:42:20.833Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2953 | 2026-06-08T19:42:20.910Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2954 | 2026-06-08T19:42:21.131Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2955 | 2026-06-08T19:42:21.189Z | Checking hickory-client v0.25.2 |
| 2956 | 2026-06-08T19:42:21.491Z | Checking tokio-test v0.4.5 |
| 2957 | 2026-06-08T19:42:21.753Z | Checking escape8259 v0.5.3 |
| 2958 | 2026-06-08T19:42:21.911Z | Compiling assert_cmd v2.1.2 |
| 2959 | 2026-06-08T19:42:22.227Z | Checking libtest-mimic v0.8.1 |
| 2960 | 2026-06-08T19:42:22.488Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2961 | 2026-06-08T19:42:22.517Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2962 | 2026-06-08T19:42:22.682Z | Checking blake2b_simd v1.0.4 |
| 2963 | 2026-06-08T19:42:22.703Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2964 | 2026-06-08T19:42:23.030Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2965 | 2026-06-08T19:42:23.209Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2966 | 2026-06-08T19:42:23.442Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2967 | 2026-06-08T19:42:23.618Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2968 | 2026-06-08T19:42:23.843Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2969 | 2026-06-08T19:42:23.985Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2970 | 2026-06-08T19:42:24.207Z | Checking fancy-regex v0.14.0 |
| 2971 | 2026-06-08T19:42:24.471Z | Checking serde_tokenstream v0.2.3 |
| 2972 | 2026-06-08T19:42:24.620Z | Checking approx v0.5.1 |
| 2973 | 2026-06-08T19:42:24.720Z | Compiling rstest_macros v0.25.0 |
| 2974 | 2026-06-08T19:42:24.787Z | Checking uzers v0.12.2 |
| 2975 | 2026-06-08T19:42:25.023Z | Checking constant_time_eq v0.3.1 |
| 2976 | 2026-06-08T19:42:25.026Z | Checking termcolor v1.4.1 |
| 2977 | 2026-06-08T19:42:25.157Z | Compiling linkme-impl v0.3.35 |
| 2978 | 2026-06-08T19:42:25.295Z | Checking trybuild v1.0.116 |
| 2979 | 2026-06-08T19:42:25.542Z | Checking rust-argon2 v2.1.0 |
| 2980 | 2026-06-08T19:42:25.642Z | Checking oso v0.27.3 |
| 2981 | 2026-06-08T19:42:25.908Z | Checking datatest-stable v0.3.3 |
| 2982 | 2026-06-08T19:42:26.269Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2983 | 2026-06-08T19:42:26.558Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2984 | 2026-06-08T19:42:26.591Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2985 | 2026-06-08T19:42:26.625Z | Checking support-bundle-viewer v0.1.2 |
| 2986 | 2026-06-08T19:42:26.895Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2987 | 2026-06-08T19:42:27.121Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2988 | 2026-06-08T19:42:27.327Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2989 | 2026-06-08T19:42:27.357Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2990 | 2026-06-08T19:42:27.547Z | Checking drift v0.2.0 |
| 2991 | 2026-06-08T19:42:27.581Z | Checking rand_distr v0.5.1 |
| 2992 | 2026-06-08T19:42:27.704Z | Checking multimap v0.10.1 |
| 2993 | 2026-06-08T19:42:27.899Z | Compiling linkme v0.3.35 |
| 2994 | 2026-06-08T19:42:27.929Z | Compiling relative-path v1.9.3 |
| 2995 | 2026-06-08T19:42:28.009Z | Checking dropshot-api-manager v0.7.2 |
| 2996 | 2026-06-08T19:42:28.839Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2997 | 2026-06-08T19:42:29.230Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2998 | 2026-06-08T19:42:29.535Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2999 | 2026-06-08T19:42:29.701Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3000 | 2026-06-08T19:42:29.949Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3001 | 2026-06-08T19:42:29.982Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3002 | 2026-06-08T19:42:30.069Z | Checking cargo_toml v0.21.0 |
| 3003 | 2026-06-08T19:42:30.169Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3004 | 2026-06-08T19:42:30.520Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3005 | 2026-06-08T19:42:30.675Z | Checking partial-io v0.5.4 |
| 3006 | 2026-06-08T19:42:30.936Z | Checking termios v0.3.3 |
| 3007 | 2026-06-08T19:42:30.952Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3008 | 2026-06-08T19:42:30.998Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3009 | 2026-06-08T19:42:31.026Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3010 | 2026-06-08T19:42:32.017Z | Checking rstest v0.25.0 |
| 3011 | 2026-06-08T19:42:32.920Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3012 | 2026-06-08T19:42:36.702Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3013 | 2026-06-08T19:42:36.894Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3014 | 2026-06-08T19:42:42.481Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3015 | 2026-06-08T19:42:42.578Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3016 | 2026-06-08T19:42:45.526Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3017 | 2026-06-08T19:42:49.249Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3018 | 2026-06-08T19:42:54.689Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3019 | 2026-06-08T19:42:57.325Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3020 | 2026-06-08T19:42:59.129Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3021 | 2026-06-08T19:42:59.175Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3022 | 2026-06-08T19:43:00.252Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3023 | 2026-06-08T19:43:08.912Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3024 | 2026-06-08T19:44:19.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s |
| 3025 | 2026-06-08T19:44:20.266Z | |
| 3026 | 2026-06-08T19:44:20.271Z | real 4:04.617311472 |
| 3027 | 2026-06-08T19:44:20.271Z | user 21:15.473637097 |
| 3028 | 2026-06-08T19:44:20.271Z | sys 4:46.684542424 |
| 3029 | 2026-06-08T19:44:20.272Z | trap 0.515906065 |
| 3030 | 2026-06-08T19:44:20.272Z | tflt 0.487901410 |
| 3031 | 2026-06-08T19:44:20.272Z | dflt 0.407348801 |
| 3032 | 2026-06-08T19:44:20.272Z | kflt 0.005196092 |
| 3033 | 2026-06-08T19:44:20.272Z | lock 58:25.162806948 |
| 3034 | 2026-06-08T19:44:20.272Z | slp 58:46.151648642 |
| 3035 | 2026-06-08T19:44:20.272Z | lat 1:55.641973952 |
| 3036 | 2026-06-08T19:44:20.272Z | stop 10:00.430722510 |
| 3037 | 2026-06-08T19:44:20.272Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3038 | 2026-06-08T19:44:20.272Z | + ptime -m cargo doc --workspace --no-deps |
| 3039 | 2026-06-08T19:44:21.140Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3040 | 2026-06-08T19:44:21.140Z | | |
| 3041 | 2026-06-08T19:44:21.140Z | = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)` |
| 3042 | 2026-06-08T19:44:21.140Z | = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313> |
| 3043 | 2026-06-08T19:44:22.144Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3044 | 2026-06-08T19:44:22.380Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3045 | 2026-06-08T19:44:22.422Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3046 | 2026-06-08T19:44:22.485Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3047 | 2026-06-08T19:44:22.551Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3048 | 2026-06-08T19:44:22.645Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3049 | 2026-06-08T19:44:22.675Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3050 | 2026-06-08T19:44:22.675Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3051 | 2026-06-08T19:44:22.724Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3052 | 2026-06-08T19:44:22.749Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3053 | 2026-06-08T19:44:22.903Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3054 | 2026-06-08T19:44:22.954Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3055 | 2026-06-08T19:44:22.979Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3056 | 2026-06-08T19:44:23.002Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3057 | 2026-06-08T19:44:23.074Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3058 | 2026-06-08T19:44:23.096Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3059 | 2026-06-08T19:44:23.141Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3060 | 2026-06-08T19:44:23.165Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3061 | 2026-06-08T19:44:23.190Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3062 | 2026-06-08T19:44:23.196Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3063 | 2026-06-08T19:44:23.390Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3064 | 2026-06-08T19:44:23.557Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3065 | 2026-06-08T19:44:23.714Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3066 | 2026-06-08T19:44:23.897Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3067 | 2026-06-08T19:44:23.935Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3068 | 2026-06-08T19:44:23.998Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3069 | 2026-06-08T19:44:24.045Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3070 | 2026-06-08T19:44:24.098Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3071 | 2026-06-08T19:44:24.187Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3072 | 2026-06-08T19:44:24.266Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3073 | 2026-06-08T19:44:24.382Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3074 | 2026-06-08T19:44:24.558Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3075 | 2026-06-08T19:44:24.574Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3076 | 2026-06-08T19:44:24.643Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3077 | 2026-06-08T19:44:24.806Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3078 | 2026-06-08T19:44:24.853Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3079 | 2026-06-08T19:44:24.858Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3080 | 2026-06-08T19:44:25.036Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3081 | 2026-06-08T19:44:25.071Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3082 | 2026-06-08T19:44:25.268Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3083 | 2026-06-08T19:44:25.529Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3084 | 2026-06-08T19:44:25.572Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3085 | 2026-06-08T19:44:25.627Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3086 | 2026-06-08T19:44:25.774Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3087 | 2026-06-08T19:44:25.816Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3088 | 2026-06-08T19:44:25.843Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3089 | 2026-06-08T19:44:26.049Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3090 | 2026-06-08T19:44:26.080Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3091 | 2026-06-08T19:44:26.103Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3092 | 2026-06-08T19:44:26.127Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3093 | 2026-06-08T19:44:26.301Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3094 | 2026-06-08T19:44:26.367Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3095 | 2026-06-08T19:44:26.391Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3096 | 2026-06-08T19:44:26.413Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3097 | 2026-06-08T19:44:26.540Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3098 | 2026-06-08T19:44:26.599Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3099 | 2026-06-08T19:44:26.615Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3100 | 2026-06-08T19:44:26.703Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3101 | 2026-06-08T19:44:26.757Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3102 | 2026-06-08T19:44:26.793Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3103 | 2026-06-08T19:44:26.813Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3104 | 2026-06-08T19:44:26.841Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3105 | 2026-06-08T19:44:26.900Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3106 | 2026-06-08T19:44:27.098Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3107 | 2026-06-08T19:44:27.263Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3108 | 2026-06-08T19:44:27.375Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3109 | 2026-06-08T19:44:27.546Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3110 | 2026-06-08T19:44:27.806Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3111 | 2026-06-08T19:44:28.089Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3112 | 2026-06-08T19:44:28.349Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3113 | 2026-06-08T19:44:28.375Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3114 | 2026-06-08T19:44:28.582Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3115 | 2026-06-08T19:44:28.664Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3116 | 2026-06-08T19:44:28.687Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3117 | 2026-06-08T19:44:28.761Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3118 | 2026-06-08T19:44:29.162Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3119 | 2026-06-08T19:44:29.199Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3120 | 2026-06-08T19:44:29.505Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3121 | 2026-06-08T19:44:29.812Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3122 | 2026-06-08T19:44:30.231Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3123 | 2026-06-08T19:44:30.769Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3124 | 2026-06-08T19:44:30.840Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3125 | 2026-06-08T19:44:30.955Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3126 | 2026-06-08T19:44:31.210Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3127 | 2026-06-08T19:44:31.326Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3128 | 2026-06-08T19:44:31.364Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3129 | 2026-06-08T19:44:31.517Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3130 | 2026-06-08T19:44:31.536Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3131 | 2026-06-08T19:44:31.609Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3132 | 2026-06-08T19:44:31.666Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3133 | 2026-06-08T19:44:31.806Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3134 | 2026-06-08T19:44:31.887Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3135 | 2026-06-08T19:44:31.909Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3136 | 2026-06-08T19:44:32.030Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3137 | 2026-06-08T19:44:32.088Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3138 | 2026-06-08T19:44:32.165Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3139 | 2026-06-08T19:44:32.188Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3140 | 2026-06-08T19:44:32.251Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3141 | 2026-06-08T19:44:32.385Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3142 | 2026-06-08T19:44:32.442Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3143 | 2026-06-08T19:44:32.495Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3144 | 2026-06-08T19:44:32.540Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3145 | 2026-06-08T19:44:32.565Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3146 | 2026-06-08T19:44:32.674Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3147 | 2026-06-08T19:44:32.766Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3148 | 2026-06-08T19:44:32.848Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3149 | 2026-06-08T19:44:32.877Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3150 | 2026-06-08T19:44:32.969Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3151 | 2026-06-08T19:44:33.096Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3152 | 2026-06-08T19:44:33.323Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3153 | 2026-06-08T19:44:33.345Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3154 | 2026-06-08T19:44:33.388Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3155 | 2026-06-08T19:44:34.145Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3156 | 2026-06-08T19:44:34.332Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3157 | 2026-06-08T19:44:34.437Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3158 | 2026-06-08T19:44:34.717Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3159 | 2026-06-08T19:44:34.880Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3160 | 2026-06-08T19:44:35.499Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3161 | 2026-06-08T19:44:35.537Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3162 | 2026-06-08T19:44:36.343Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3163 | 2026-06-08T19:44:36.633Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3164 | 2026-06-08T19:44:36.758Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3165 | 2026-06-08T19:44:36.956Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3166 | 2026-06-08T19:44:37.579Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3167 | 2026-06-08T19:44:37.648Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3168 | 2026-06-08T19:44:37.674Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3169 | 2026-06-08T19:44:37.776Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3170 | 2026-06-08T19:44:38.158Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3171 | 2026-06-08T19:44:38.414Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3172 | 2026-06-08T19:44:38.637Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3173 | 2026-06-08T19:44:38.754Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3174 | 2026-06-08T19:44:38.912Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3175 | 2026-06-08T19:44:39.041Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3176 | 2026-06-08T19:44:39.656Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3177 | 2026-06-08T19:44:39.751Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3178 | 2026-06-08T19:44:40.438Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3179 | 2026-06-08T19:44:40.458Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3180 | 2026-06-08T19:44:40.843Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3181 | 2026-06-08T19:44:41.247Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3182 | 2026-06-08T19:44:41.272Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3183 | 2026-06-08T19:44:42.233Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3184 | 2026-06-08T19:44:42.602Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3185 | 2026-06-08T19:44:42.764Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3186 | 2026-06-08T19:44:42.979Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3187 | 2026-06-08T19:44:43.179Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3188 | 2026-06-08T19:44:43.573Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3189 | 2026-06-08T19:44:43.597Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3190 | 2026-06-08T19:44:43.675Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3191 | 2026-06-08T19:44:43.814Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3192 | 2026-06-08T19:44:43.851Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3193 | 2026-06-08T19:44:44.136Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3194 | 2026-06-08T19:44:44.230Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3195 | 2026-06-08T19:44:44.439Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3196 | 2026-06-08T19:44:44.613Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3197 | 2026-06-08T19:44:44.817Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3198 | 2026-06-08T19:44:46.520Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3199 | 2026-06-08T19:44:46.550Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3200 | 2026-06-08T19:44:48.146Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3201 | 2026-06-08T19:44:48.464Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3202 | 2026-06-08T19:44:48.549Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3203 | 2026-06-08T19:44:49.736Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3204 | 2026-06-08T19:44:50.558Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3205 | 2026-06-08T19:44:50.767Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3206 | 2026-06-08T19:44:51.079Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3207 | 2026-06-08T19:44:51.453Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3208 | 2026-06-08T19:44:52.333Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3209 | 2026-06-08T19:44:52.381Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3210 | 2026-06-08T19:44:52.601Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3211 | 2026-06-08T19:44:53.176Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3212 | 2026-06-08T19:44:54.097Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3213 | 2026-06-08T19:44:54.121Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3214 | 2026-06-08T19:44:54.366Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3215 | 2026-06-08T19:44:54.722Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3216 | 2026-06-08T19:44:54.815Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3217 | 2026-06-08T19:44:54.864Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3218 | 2026-06-08T19:44:54.999Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3219 | 2026-06-08T19:44:55.497Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3220 | 2026-06-08T19:44:55.701Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3221 | 2026-06-08T19:44:56.142Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3222 | 2026-06-08T19:44:56.431Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3223 | 2026-06-08T19:44:56.570Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3224 | 2026-06-08T19:44:56.719Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3225 | 2026-06-08T19:44:56.884Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3226 | 2026-06-08T19:44:57.415Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3227 | 2026-06-08T19:44:57.601Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3228 | 2026-06-08T19:44:58.479Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3229 | 2026-06-08T19:44:58.708Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3230 | 2026-06-08T19:44:59.023Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3231 | 2026-06-08T19:44:59.566Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3232 | 2026-06-08T19:45:01.289Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3233 | 2026-06-08T19:45:02.723Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3234 | 2026-06-08T19:45:03.860Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3235 | 2026-06-08T19:45:04.266Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3236 | 2026-06-08T19:45:04.873Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3237 | 2026-06-08T19:45:06.857Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3238 | 2026-06-08T19:45:07.369Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3239 | 2026-06-08T19:45:09.091Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3240 | 2026-06-08T19:45:09.628Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3241 | 2026-06-08T19:45:10.117Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3242 | 2026-06-08T19:45:11.149Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3243 | 2026-06-08T19:45:12.434Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3244 | 2026-06-08T19:45:13.568Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3245 | 2026-06-08T19:45:13.893Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3246 | 2026-06-08T19:45:14.100Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3247 | 2026-06-08T19:45:14.958Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3248 | 2026-06-08T19:45:19.257Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3249 | 2026-06-08T19:45:19.765Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3250 | 2026-06-08T19:45:20.605Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3251 | 2026-06-08T19:45:21.178Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3252 | 2026-06-08T19:45:21.973Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3253 | 2026-06-08T19:45:22.652Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3254 | 2026-06-08T19:45:23.331Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3255 | 2026-06-08T19:45:24.769Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3256 | 2026-06-08T19:45:25.640Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3257 | 2026-06-08T19:45:26.223Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3258 | 2026-06-08T19:45:26.895Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3259 | 2026-06-08T19:45:27.655Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3260 | 2026-06-08T19:45:28.388Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3261 | 2026-06-08T19:45:28.952Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3262 | 2026-06-08T19:45:29.611Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3263 | 2026-06-08T19:45:30.593Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3264 | 2026-06-08T19:45:33.038Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3265 | 2026-06-08T19:45:33.964Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3266 | 2026-06-08T19:45:35.211Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3267 | 2026-06-08T19:45:35.802Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3268 | 2026-06-08T19:45:37.061Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3269 | 2026-06-08T19:45:37.915Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3270 | 2026-06-08T19:45:38.766Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3271 | 2026-06-08T19:45:39.639Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3272 | 2026-06-08T19:45:40.775Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3273 | 2026-06-08T19:45:41.614Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3274 | 2026-06-08T19:45:42.598Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3275 | 2026-06-08T19:45:43.531Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3276 | 2026-06-08T19:45:46.395Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3277 | 2026-06-08T19:45:46.595Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3278 | 2026-06-08T19:45:48.656Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3279 | 2026-06-08T19:45:51.018Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3280 | 2026-06-08T19:45:52.437Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3281 | 2026-06-08T19:45:53.953Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3282 | 2026-06-08T19:45:55.446Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3283 | 2026-06-08T19:45:58.436Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3284 | 2026-06-08T19:46:00.251Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3285 | 2026-06-08T19:46:01.882Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3286 | 2026-06-08T19:46:05.759Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3287 | 2026-06-08T19:46:06.493Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3288 | 2026-06-08T19:46:07.615Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3289 | 2026-06-08T19:46:08.215Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3290 | 2026-06-08T19:46:09.901Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3291 | 2026-06-08T19:46:11.595Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3292 | 2026-06-08T19:46:13.181Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3293 | 2026-06-08T19:46:15.259Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3294 | 2026-06-08T19:46:16.892Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3295 | 2026-06-08T19:46:18.815Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3296 | 2026-06-08T19:46:20.206Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3297 | 2026-06-08T19:46:21.863Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3298 | 2026-06-08T19:46:24.334Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3299 | 2026-06-08T19:46:25.187Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3300 | 2026-06-08T19:46:26.841Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3301 | 2026-06-08T19:46:28.495Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3302 | 2026-06-08T19:46:30.138Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3303 | 2026-06-08T19:46:33.728Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3304 | 2026-06-08T19:46:35.503Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3305 | 2026-06-08T19:46:37.197Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3306 | 2026-06-08T19:46:39.071Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3307 | 2026-06-08T19:46:40.817Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3308 | 2026-06-08T19:46:42.619Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3309 | 2026-06-08T19:46:44.882Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3310 | 2026-06-08T19:46:46.629Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3311 | 2026-06-08T19:46:48.764Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3312 | 2026-06-08T19:46:50.364Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3313 | 2026-06-08T19:46:53.408Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3314 | 2026-06-08T19:46:54.590Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3315 | 2026-06-08T19:46:57.627Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3316 | 2026-06-08T19:46:59.493Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3317 | 2026-06-08T19:47:01.621Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3318 | 2026-06-08T19:47:03.842Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3319 | 2026-06-08T19:47:06.002Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3320 | 2026-06-08T19:47:08.211Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3321 | 2026-06-08T19:47:10.658Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3322 | 2026-06-08T19:47:12.555Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3323 | 2026-06-08T19:47:15.198Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3324 | 2026-06-08T19:47:16.981Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3325 | 2026-06-08T19:47:19.171Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3326 | 2026-06-08T19:47:21.465Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3327 | 2026-06-08T19:47:23.670Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3328 | 2026-06-08T19:47:26.058Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3329 | 2026-06-08T19:47:28.259Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3330 | 2026-06-08T19:47:30.518Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3331 | 2026-06-08T19:47:32.804Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3332 | 2026-06-08T19:47:35.038Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3333 | 2026-06-08T19:47:37.300Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3334 | 2026-06-08T19:47:39.558Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3335 | 2026-06-08T19:47:41.836Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3336 | 2026-06-08T19:47:44.110Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3337 | 2026-06-08T19:47:46.376Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3338 | 2026-06-08T19:47:48.604Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3339 | 2026-06-08T19:47:51.033Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3340 | 2026-06-08T19:47:53.196Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3341 | 2026-06-08T19:47:55.589Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3342 | 2026-06-08T19:47:57.960Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3343 | 2026-06-08T19:48:00.310Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3344 | 2026-06-08T19:48:02.692Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3345 | 2026-06-08T19:48:05.105Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3346 | 2026-06-08T19:48:07.348Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3347 | 2026-06-08T19:48:10.325Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3348 | 2026-06-08T19:48:12.342Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3349 | 2026-06-08T19:48:14.904Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3350 | 2026-06-08T19:48:17.165Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3351 | 2026-06-08T19:48:19.737Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3352 | 2026-06-08T19:48:22.253Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3353 | 2026-06-08T19:48:24.637Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3354 | 2026-06-08T19:48:28.113Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3355 | 2026-06-08T19:48:29.522Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3356 | 2026-06-08T19:48:32.072Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3357 | 2026-06-08T19:48:34.703Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3358 | 2026-06-08T19:48:37.144Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3359 | 2026-06-08T19:48:39.782Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3360 | 2026-06-08T19:48:42.423Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3361 | 2026-06-08T19:48:44.942Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3362 | 2026-06-08T19:48:47.491Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3363 | 2026-06-08T19:48:49.942Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3364 | 2026-06-08T19:48:52.478Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3365 | 2026-06-08T19:48:55.388Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3366 | 2026-06-08T19:48:57.690Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3367 | 2026-06-08T19:49:00.370Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3368 | 2026-06-08T19:49:03.106Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3369 | 2026-06-08T19:49:10.595Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3370 | 2026-06-08T19:49:10.872Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3371 | 2026-06-08T19:49:14.227Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3372 | 2026-06-08T19:49:17.532Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3373 | 2026-06-08T19:49:20.914Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3374 | 2026-06-08T19:49:24.303Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3375 | 2026-06-08T19:49:27.744Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3376 | 2026-06-08T19:49:32.502Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3377 | 2026-06-08T19:49:35.387Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3378 | 2026-06-08T19:49:39.093Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3379 | 2026-06-08T19:49:42.988Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3380 | 2026-06-08T19:49:46.587Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3381 | 2026-06-08T19:49:50.370Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3382 | 2026-06-08T19:49:54.151Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3383 | 2026-06-08T19:49:57.814Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3384 | 2026-06-08T19:50:01.697Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3385 | 2026-06-08T19:50:05.415Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3386 | 2026-06-08T19:50:09.046Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3387 | 2026-06-08T19:50:12.858Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3388 | 2026-06-08T19:50:16.554Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3389 | 2026-06-08T19:50:20.249Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3390 | 2026-06-08T19:50:23.935Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3391 | 2026-06-08T19:50:27.693Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3392 | 2026-06-08T19:50:31.383Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3393 | 2026-06-08T19:51:01.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 40s |
| 3394 | 2026-06-08T19:51:01.347Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files |
| 3395 | 2026-06-08T19:51:01.451Z | |
| 3396 | 2026-06-08T19:51:01.455Z | real 6:41.101097144 |
| 3397 | 2026-06-08T19:51:01.455Z | user 17:51.855275814 |
| 3398 | 2026-06-08T19:51:01.455Z | sys 3:47.621984100 |
| 3399 | 2026-06-08T19:51:01.455Z | trap 0.270326041 |
| 3400 | 2026-06-08T19:51:01.455Z | tflt 0.024665563 |
| 3401 | 2026-06-08T19:51:01.455Z | dflt 0.070650220 |
| 3402 | 2026-06-08T19:51:01.455Z | kflt 0.000025820 |
| 3403 | 2026-06-08T19:51:01.455Z | lock 6:17:24.422883212 |
| 3404 | 2026-06-08T19:51:01.455Z | slp 2:14:44.193536706 |
| 3405 | 2026-06-08T19:51:01.455Z | lat 38.376860271 |
| 3406 | 2026-06-08T19:51:01.455Z | stop 1:52.516558841 |
| 3407 | 2026-06-08T19:51:01.455Z | process exited: duration 785024 ms, exit code 0 |
| |
| 3408 | 2026-06-08T19:51:01.461Z | found 0 output files |