|
|
|
| 1 | 2026-06-09T21:32:24.860Z | job assigned to worker 01KTQ4RSZRG8MKC87YVB180C8H [factory aws, i-0ed6d86e4c770fd71] (queued for 45 s) |
| |
| 2 | 2026-06-09T21:32:30.721Z | starting task 0: "setup" |
| 3 | 2026-06-09T21:32:30.728Z | ++ uname -s |
| 4 | 2026-06-09T21:32:30.731Z | + kern=SunOS |
| 5 | 2026-06-09T21:32:30.731Z | + build_user=build |
| 6 | 2026-06-09T21:32:30.731Z | + build_uid=12345 |
| 7 | 2026-06-09T21:32:30.731Z | + work_dir=/work |
| 8 | 2026-06-09T21:32:30.731Z | + input_dir=/input |
| 9 | 2026-06-09T21:32:30.731Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-09T21:32:30.731Z | + case "$kern" in |
| 11 | 2026-06-09T21:32:30.731Z | + groupadd -g 12345 build |
| 12 | 2026-06-09T21:32:30.734Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-09T21:32:32.741Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-09T21:32:32.890Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-09T21:32:32.893Z | + home_fs=zfs |
| 16 | 2026-06-09T21:32:32.893Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-09T21:32:32.893Z | + mkdir -p /home/build |
| 18 | 2026-06-09T21:32:32.893Z | + chown build:build /home/build /work |
| 19 | 2026-06-09T21:32:34.895Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-09T21:32:34.900Z | process exited: duration 4179 ms, exit code 0 |
| |
| 21 | 2026-06-09T21:32:34.906Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-09T21:32:34.910Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-09T21:32:34.910Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-09T21:32:34.910Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-09T21:32:34.910Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-06-09T21:32:34.910Z | * rust toolchain profile = "default" |
| 27 | 2026-06-09T21:32:34.910Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-09T21:32:34.913Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-09T21:32:34.913Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-09T21:32:35.015Z | info: downloading installer |
| 31 | 2026-06-09T21:32:36.449Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-09T21:32:36.449Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-09T21:32:36.449Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-09T21:32:36.449Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-09T21:32:36.461Z | info: profile set to default |
| 36 | 2026-06-09T21:32:36.462Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-09T21:32:36.465Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-09T21:32:36.617Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-09T21:32:36.622Z | info: downloading 6 components |
| 40 | 2026-06-09T21:32:51.226Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-09T21:32:51.226Z | |
| 42 | 2026-06-09T21:32:51.262Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-09T21:32:51.262Z | |
| 44 | 2026-06-09T21:32:51.262Z | |
| 45 | 2026-06-09T21:32:51.262Z | Rust is installed now. Great! |
| 46 | 2026-06-09T21:32:51.262Z | |
| 47 | 2026-06-09T21:32:51.262Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-09T21:32:51.262Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-09T21:32:51.262Z | |
| 50 | 2026-06-09T21:32:51.262Z | To configure your current shell, you need to source |
| 51 | 2026-06-09T21:32:51.262Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-09T21:32:51.262Z | |
| 53 | 2026-06-09T21:32:51.262Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-09T21:32:51.262Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-09T21:32:51.262Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-09T21:32:51.262Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-09T21:32:51.262Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-09T21:32:51.263Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-09T21:32:51.263Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-09T21:32:51.266Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-09T21:32:51.266Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-09T21:32:51.348Z | + rustup --version |
| 63 | 2026-06-09T21:32:51.357Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-09T21:32:51.360Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-09T21:32:51.378Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-09T21:32:51.381Z | + cargo --version |
| 67 | 2026-06-09T21:32:51.393Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-09T21:32:51.397Z | + rustc --version |
| 69 | 2026-06-09T21:32:51.415Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-09T21:32:51.418Z | process exited: duration 16511 ms, exit code 0 |
| |
| 71 | 2026-06-09T21:32:51.426Z | starting task 2: "authentication" |
| 72 | 2026-06-09T21:32:51.443Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-09T21:32:51.449Z | starting task 3: "clone repository" |
| 74 | 2026-06-09T21:32:51.452Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-09T21:32:51.455Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-09T21:32:51.488Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-09T21:33:04.982Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-09T21:33:04.982Z | + git fetch origin 28cffd9928247c6e5bed497565ec1799c1f0e162 |
| 79 | 2026-06-09T21:33:05.275Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-09T21:33:05.275Z | * branch 28cffd9928247c6e5bed497565ec1799c1f0e162 -> FETCH_HEAD |
| 81 | 2026-06-09T21:33:05.288Z | + [[ -n '' ]] |
| 82 | 2026-06-09T21:33:05.288Z | + git reset --hard 28cffd9928247c6e5bed497565ec1799c1f0e162 |
| 83 | 2026-06-09T21:33:05.524Z | HEAD is now at 28cffd992 Update nexus/fm/src/builder/case.rs |
| 84 | 2026-06-09T21:33:05.526Z | process exited: duration 14077 ms, exit code 0 |
| |
| 85 | 2026-06-09T21:33:05.532Z | starting task 4: "build" |
| 86 | 2026-06-09T21:33:05.536Z | + source ./env.sh |
| 87 | 2026-06-09T21:33:05.536Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2026-06-09T21:33:05.536Z | ++ set -o xtrace |
| 89 | 2026-06-09T21:33:05.540Z | ++++ dirname ./env.sh |
| 90 | 2026-06-09T21:33:05.542Z | +++ readlink -f . |
| 91 | 2026-06-09T21:33:05.545Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2026-06-09T21:33:05.545Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2026-06-09T21:33:05.545Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2026-06-09T21:33:05.545Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2026-06-09T21:33:05.545Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2026-06-09T21:33:05.545Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2026-06-09T21:33:05.545Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 98 | 2026-06-09T21:33:05.545Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-06-09T21:33:05.545Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-06-09T21:33:05.545Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2026-06-09T21:33:05.545Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2026-06-09T21:33:05.545Z | + source .github/buildomat/ci-env.sh |
| 103 | 2026-06-09T21:33:05.545Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2026-06-09T21:33:05.545Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2026-06-09T21:33:05.545Z | + cargo --version |
| 106 | 2026-06-09T21:33:05.554Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 107 | 2026-06-09T21:33:05.557Z | + rustc --version |
| 108 | 2026-06-09T21:33:05.576Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 109 | 2026-06-09T21:33:05.578Z | + banner prerequisites |
| 110 | 2026-06-09T21:33:05.581Z | |
| 111 | 2026-06-09T21:33:05.581Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 112 | 2026-06-09T21:33:05.581Z | # # # # # # # # # # # # # # # |
| 113 | 2026-06-09T21:33:05.581Z | # # # # ##### # # ##### # # # # # #### # |
| 114 | 2026-06-09T21:33:05.581Z | ##### ##### # ##### # # # # # # # # # |
| 115 | 2026-06-09T21:33:05.581Z | # # # # # # # # # # # # # # # |
| 116 | 2026-06-09T21:33:05.581Z | # # # ###### # # ###### ### # #### # #### # |
| 117 | 2026-06-09T21:33:05.581Z | |
| 118 | 2026-06-09T21:33:05.581Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 119 | 2026-06-09T21:33:07.056Z | Startup: Refreshing catalog 'helios' ... Done |
| 120 | 2026-06-09T21:33:07.139Z | Startup: Caching catalogs ... Done |
| 121 | 2026-06-09T21:33:07.463Z | Planning: Solver setup ... Done (0.286s) |
| 122 | 2026-06-09T21:33:07.485Z | Planning: Running solver ... Done (0.021s) |
| 123 | 2026-06-09T21:33:07.492Z | Planning: Finding local manifests ... Done (0.003s) |
| 124 | 2026-06-09T21:33:07.503Z | Planning: Fetching manifests: 0/2 0% complete |
| 125 | 2026-06-09T21:33:07.524Z | Planning: Fetching manifests: 2/2 100% complete |
| 126 | 2026-06-09T21:33:07.537Z | Planning: Package planning ... Done (0.013s) |
| 127 | 2026-06-09T21:33:07.540Z | Planning: Merging actions ... Done (0.001s) |
| 128 | 2026-06-09T21:33:07.727Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 129 | 2026-06-09T21:33:07.731Z | Planning: Consolidating action changes ... Done (0.001s) |
| 130 | 2026-06-09T21:33:08.476Z | Planning: Evaluating mediators ... Done (0.747s) |
| 131 | 2026-06-09T21:33:08.479Z | Planning: Planning completed in 1.32 seconds |
| 132 | 2026-06-09T21:33:08.485Z | Packages to install: 2 |
| 133 | 2026-06-09T21:33:08.488Z | Estimated space available: 156.10 GB |
| 134 | 2026-06-09T21:33:08.488Z | Estimated space to be consumed: 25.34 MB |
| 135 | 2026-06-09T21:33:08.488Z | Create boot environment: No |
| 136 | 2026-06-09T21:33:08.488Z | Create backup boot environment: No |
| 137 | 2026-06-09T21:33:08.488Z | Rebuild boot archive: No |
| 138 | 2026-06-09T21:33:08.488Z | |
| 139 | 2026-06-09T21:33:08.488Z | Changed packages: |
| 140 | 2026-06-09T21:33:08.488Z | helios |
| 141 | 2026-06-09T21:33:08.488Z | developer/build-essential |
| 142 | 2026-06-09T21:33:08.488Z | None -> 11-3.0 |
| 143 | 2026-06-09T21:33:08.488Z | library/libxmlsec1 |
| 144 | 2026-06-09T21:33:08.488Z | None -> 1.2.35-3.0 |
| 145 | 2026-06-09T21:33:08.508Z | |
| 146 | 2026-06-09T21:33:08.508Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 147 | 2026-06-09T21:33:08.983Z | Download: Completed 1.28 MB in 0.47 seconds (2.7M/s) |
| 148 | 2026-06-09T21:33:09.181Z | Actions: 1/268 actions (Installing new actions) |
| 149 | 2026-06-09T21:33:09.216Z | Actions: Completed 268 actions in 0.04 seconds. |
| 150 | 2026-06-09T21:33:09.225Z | Finalize: Updating package state database ... Done (0.008s) |
| 151 | 2026-06-09T21:33:09.227Z | Finalize: Updating package cache ... Done (0.000s) |
| 152 | 2026-06-09T21:33:09.247Z | Finalize: Updating image state ... Done (0.022s) |
| 153 | 2026-06-09T21:33:11.655Z | Finalize: Creating fast lookup database ... Done (2.386s) |
| 154 | 2026-06-09T21:33:11.724Z | Finalize: Reading search index ... Done (0.013s) |
| 155 | 2026-06-09T21:33:11.727Z | Finalize: Updating search index ... Done (0.000s) |
| 156 | 2026-06-09T21:33:11.809Z | Finalize: Updating package cache ... Done (0.000s) |
| 157 | 2026-06-09T21:33:12.112Z | Planning: Evaluating mediator changes ... Done |
| 158 | 2026-06-09T21:33:12.215Z | Planning: Checking for conflicting actions ... Done |
| 159 | 2026-06-09T21:33:12.218Z | Planning: Consolidating action changes ... Done |
| 160 | 2026-06-09T21:33:12.371Z | Planning: Evaluating mediators ... Done |
| 161 | 2026-06-09T21:33:12.375Z | Planning: Planning completed in 0.26 seconds |
| 162 | 2026-06-09T21:33:12.395Z | Mediators to change: 2 |
| 163 | 2026-06-09T21:33:12.395Z | Create boot environment: No |
| 164 | 2026-06-09T21:33:12.395Z | Create backup boot environment: No |
| 165 | 2026-06-09T21:33:12.445Z | Finalize: Updating package state database ... Done |
| 166 | 2026-06-09T21:33:12.445Z | Finalize: Updating package cache ... Done |
| 167 | 2026-06-09T21:33:12.458Z | Finalize: Updating image state ... Done |
| 168 | 2026-06-09T21:33:14.399Z | Finalize: Creating fast lookup database ... Done |
| 169 | 2026-06-09T21:33:14.458Z | Finalize: Reading search index ... Done |
| 170 | 2026-06-09T21:33:14.461Z | Finalize: Updating search index ... Done |
| 171 | 2026-06-09T21:33:14.529Z | Finalize: Updating package cache ... Done |
| 172 | 2026-06-09T21:33:14.816Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-06-09T21:33:14.922Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-06-09T21:33:14.925Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-06-09T21:33:15.080Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-06-09T21:33:15.083Z | Planning: Planning completed in 0.26 seconds |
| 177 | 2026-06-09T21:33:15.103Z | Mediators to change: 1 |
| 178 | 2026-06-09T21:33:15.103Z | Create boot environment: No |
| 179 | 2026-06-09T21:33:15.103Z | Create backup boot environment: No |
| 180 | 2026-06-09T21:33:15.146Z | Finalize: Updating package state database ... Done |
| 181 | 2026-06-09T21:33:15.147Z | Finalize: Updating package cache ... Done |
| 182 | 2026-06-09T21:33:15.159Z | Finalize: Updating image state ... Done |
| 183 | 2026-06-09T21:33:17.083Z | Finalize: Creating fast lookup database ... Done |
| 184 | 2026-06-09T21:33:17.142Z | Finalize: Reading search index ... Done |
| 185 | 2026-06-09T21:33:17.145Z | Finalize: Updating search index ... Done |
| 186 | 2026-06-09T21:33:17.210Z | Finalize: Updating package cache ... Done |
| 187 | 2026-06-09T21:33:17.519Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 188 | 2026-06-09T21:33:17.519Z | apache system 2.4 system |
| 189 | 2026-06-09T21:33:17.519Z | clang system 15 system |
| 190 | 2026-06-09T21:33:17.519Z | csh system system illumos |
| 191 | 2026-06-09T21:33:17.519Z | ctags system system illumos |
| 192 | 2026-06-09T21:33:17.519Z | file vendor vendor darwinsys |
| 193 | 2026-06-09T21:33:17.519Z | file system system illumos |
| 194 | 2026-06-09T21:33:17.519Z | gcc vendor 14 vendor |
| 195 | 2026-06-09T21:33:17.519Z | gcc system 13 system |
| 196 | 2026-06-09T21:33:17.519Z | gcc system 10 system |
| 197 | 2026-06-09T21:33:17.519Z | go system 1.25 system |
| 198 | 2026-06-09T21:33:17.519Z | llvm system 15 system |
| 199 | 2026-06-09T21:33:17.519Z | mariadb system 11.4 system |
| 200 | 2026-06-09T21:33:17.519Z | mta vendor vendor dma |
| 201 | 2026-06-09T21:33:17.519Z | openjdk system 17 system |
| 202 | 2026-06-09T21:33:17.519Z | openjdk system 11 system |
| 203 | 2026-06-09T21:33:17.520Z | openssl vendor 3 vendor |
| 204 | 2026-06-09T21:33:17.520Z | perl system 5.40 system |
| 205 | 2026-06-09T21:33:17.520Z | postgresql system 18 system |
| 206 | 2026-06-09T21:33:17.520Z | postgresql system 17 system |
| 207 | 2026-06-09T21:33:17.520Z | python vendor 3 vendor |
| 208 | 2026-06-09T21:33:17.520Z | python system 2 system |
| 209 | 2026-06-09T21:33:17.520Z | python3 vendor 3.13 vendor |
| 210 | 2026-06-09T21:33:17.520Z | ruby system 3.4 system |
| 211 | 2026-06-09T21:33:17.520Z | ruby system 3.0 system |
| 212 | 2026-06-09T21:33:17.520Z | words vendor vendor american-english |
| 213 | 2026-06-09T21:33:17.520Z | words system system australian-english |
| 214 | 2026-06-09T21:33:17.520Z | words system system british-english |
| 215 | 2026-06-09T21:33:17.520Z | words system system canadian-english |
| 216 | 2026-06-09T21:33:17.521Z | words system system french |
| 217 | 2026-06-09T21:33:17.521Z | words system system italian |
| 218 | 2026-06-09T21:33:17.521Z | words system system ngerman |
| 219 | 2026-06-09T21:33:17.521Z | words system system ogerman |
| 220 | 2026-06-09T21:33:17.521Z | words system system spanish |
| 221 | 2026-06-09T21:33:17.770Z | PUBLISHER TYPE STATUS P LOCATION |
| 222 | 2026-06-09T21:33:17.771Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 223 | 2026-06-09T21:33:18.057Z | FMRI IFO |
| 224 | 2026-06-09T21:33:18.057Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 225 | 2026-06-09T21:33:18.057Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 226 | 2026-06-09T21:33:18.057Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 227 | 2026-06-09T21:33:18.057Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 228 | 2026-06-09T21:33:18.057Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 229 | 2026-06-09T21:33:18.057Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 230 | 2026-06-09T21:33:18.058Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 231 | 2026-06-09T21:33:18.058Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 232 | 2026-06-09T21:33:18.058Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 233 | 2026-06-09T21:33:18.311Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 234 | 2026-06-09T21:33:18.580Z | Updating crates.io index |
| 235 | 2026-06-09T21:33:18.614Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 236 | 2026-06-09T21:33:18.872Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 237 | 2026-06-09T21:33:19.943Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 238 | 2026-06-09T21:33:20.524Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 239 | 2026-06-09T21:33:21.831Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 240 | 2026-06-09T21:33:22.740Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 241 | 2026-06-09T21:33:25.137Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 242 | 2026-06-09T21:33:26.058Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 243 | 2026-06-09T21:33:26.346Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 244 | 2026-06-09T21:33:27.589Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 245 | 2026-06-09T21:33:27.985Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 246 | 2026-06-09T21:33:28.341Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 247 | 2026-06-09T21:33:28.655Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-06-09T21:33:29.965Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 249 | 2026-06-09T21:33:30.467Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 250 | 2026-06-09T21:33:30.804Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-06-09T21:33:31.240Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 252 | 2026-06-09T21:33:31.609Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 253 | 2026-06-09T21:33:31.941Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 254 | 2026-06-09T21:33:32.462Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 255 | 2026-06-09T21:33:32.698Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 256 | 2026-06-09T21:33:32.948Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-06-09T21:33:33.415Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 258 | 2026-06-09T21:33:33.902Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 259 | 2026-06-09T21:33:34.158Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 260 | 2026-06-09T21:33:34.551Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 261 | 2026-06-09T21:33:34.882Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 262 | 2026-06-09T21:33:35.179Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 263 | 2026-06-09T21:33:36.089Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2026-06-09T21:33:36.746Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 265 | 2026-06-09T21:33:37.169Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 266 | 2026-06-09T21:33:37.580Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 267 | 2026-06-09T21:33:38.112Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 268 | 2026-06-09T21:33:38.436Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 269 | 2026-06-09T21:33:38.740Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 270 | 2026-06-09T21:33:39.168Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 271 | 2026-06-09T21:33:39.758Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 272 | 2026-06-09T21:33:39.994Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 273 | 2026-06-09T21:33:40.275Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 274 | 2026-06-09T21:33:40.564Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 275 | 2026-06-09T21:33:40.894Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 276 | 2026-06-09T21:34:02.365Z | Downloading crates ... |
| 277 | 2026-06-09T21:34:02.418Z | Downloaded colorchoice v1.0.4 |
| 278 | 2026-06-09T21:34:02.426Z | Downloaded digest v0.10.7 |
| 279 | 2026-06-09T21:34:02.429Z | Downloaded stable_deref_trait v1.2.1 |
| 280 | 2026-06-09T21:34:02.433Z | Downloaded swrite v0.1.0 |
| 281 | 2026-06-09T21:34:02.438Z | Downloaded clap_builder v4.6.0 |
| 282 | 2026-06-09T21:34:02.441Z | Downloaded fnv v1.0.7 |
| 283 | 2026-06-09T21:34:02.444Z | Downloaded block-buffer v0.10.4 |
| 284 | 2026-06-09T21:34:02.444Z | Downloaded icu_properties v2.1.2 |
| 285 | 2026-06-09T21:34:02.447Z | Downloaded version_check v0.9.5 |
| 286 | 2026-06-09T21:34:02.447Z | Downloaded errno v0.3.14 |
| 287 | 2026-06-09T21:34:02.450Z | Downloaded typeid v1.0.3 |
| 288 | 2026-06-09T21:34:02.454Z | Downloaded zerofrom v0.1.6 |
| 289 | 2026-06-09T21:34:02.454Z | Downloaded usdt-attr-macro v0.5.0 |
| 290 | 2026-06-09T21:34:02.454Z | Downloaded erased-serde v0.4.9 |
| 291 | 2026-06-09T21:34:02.457Z | Downloaded usdt v0.5.0 |
| 292 | 2026-06-09T21:34:02.457Z | Downloaded unicode-linebreak v0.1.5 |
| 293 | 2026-06-09T21:34:02.457Z | Downloaded displaydoc v0.2.5 |
| 294 | 2026-06-09T21:34:02.457Z | Downloaded unicode-xid v0.2.6 |
| 295 | 2026-06-09T21:34:02.461Z | Downloaded typenum v1.19.0 |
| 296 | 2026-06-09T21:34:02.461Z | Downloaded heck v0.5.0 |
| 297 | 2026-06-09T21:34:02.464Z | Downloaded generic-array v0.14.7 |
| 298 | 2026-06-09T21:34:02.464Z | Downloaded form_urlencoded v1.2.2 |
| 299 | 2026-06-09T21:34:02.464Z | Downloaded fastrand v2.3.0 |
| 300 | 2026-06-09T21:34:02.464Z | Downloaded crypto-common v0.1.7 |
| 301 | 2026-06-09T21:34:02.464Z | Downloaded clap_derive v4.6.1 |
| 302 | 2026-06-09T21:34:02.467Z | Downloaded cpufeatures v0.2.17 |
| 303 | 2026-06-09T21:34:02.468Z | Downloaded autocfg v1.5.0 |
| 304 | 2026-06-09T21:34:02.471Z | Downloaded zerofrom-derive v0.1.6 |
| 305 | 2026-06-09T21:34:02.471Z | Downloaded yoke-derive v0.8.1 |
| 306 | 2026-06-09T21:34:02.471Z | Downloaded toml_write v0.1.2 |
| 307 | 2026-06-09T21:34:02.474Z | Downloaded thread-id v4.2.2 |
| 308 | 2026-06-09T21:34:02.474Z | Downloaded heck v0.4.1 |
| 309 | 2026-06-09T21:34:02.474Z | Downloaded anyhow v1.0.102 |
| 310 | 2026-06-09T21:34:02.477Z | Downloaded toml_datetime v0.6.11 |
| 311 | 2026-06-09T21:34:02.477Z | Downloaded getrandom v0.4.1 |
| 312 | 2026-06-09T21:34:02.480Z | Downloaded anstyle-query v1.1.5 |
| 313 | 2026-06-09T21:34:02.480Z | Downloaded utf8parse v0.2.2 |
| 314 | 2026-06-09T21:34:02.480Z | Downloaded clap v4.6.1 |
| 315 | 2026-06-09T21:34:02.485Z | Downloaded tinystr v0.8.2 |
| 316 | 2026-06-09T21:34:02.487Z | Downloaded ordered-float v2.10.1 |
| 317 | 2026-06-09T21:34:02.487Z | Downloaded usdt-macro v0.5.0 |
| 318 | 2026-06-09T21:34:02.488Z | Downloaded equivalent v1.0.2 |
| 319 | 2026-06-09T21:34:02.491Z | Downloaded cargo-platform v0.2.0 |
| 320 | 2026-06-09T21:34:02.491Z | Downloaded usdt-impl v0.5.0 |
| 321 | 2026-06-09T21:34:02.491Z | Downloaded smawk v0.3.2 |
| 322 | 2026-06-09T21:34:02.491Z | Downloaded thiserror-impl v1.0.69 |
| 323 | 2026-06-09T21:34:02.496Z | Downloaded thiserror v2.0.18 |
| 324 | 2026-06-09T21:34:02.499Z | Downloaded zmij v1.0.21 |
| 325 | 2026-06-09T21:34:02.499Z | Downloaded yoke v0.8.1 |
| 326 | 2026-06-09T21:34:02.499Z | Downloaded serde_spanned v0.6.9 |
| 327 | 2026-06-09T21:34:02.499Z | Downloaded memmap v0.7.0 |
| 328 | 2026-06-09T21:34:02.499Z | Downloaded is_terminal_polyfill v1.70.2 |
| 329 | 2026-06-09T21:34:02.502Z | Downloaded writeable v0.6.2 |
| 330 | 2026-06-09T21:34:02.502Z | Downloaded utf8_iter v1.0.4 |
| 331 | 2026-06-09T21:34:02.502Z | Downloaded thiserror v1.0.69 |
| 332 | 2026-06-09T21:34:02.506Z | Downloaded thiserror-impl v2.0.18 |
| 333 | 2026-06-09T21:34:02.509Z | Downloaded idna_adapter v1.2.1 |
| 334 | 2026-06-09T21:34:02.509Z | Downloaded byteorder v1.5.0 |
| 335 | 2026-06-09T21:34:02.509Z | Downloaded zerovec-derive v0.11.2 |
| 336 | 2026-06-09T21:34:02.512Z | Downloaded zerocopy-derive v0.7.35 |
| 337 | 2026-06-09T21:34:02.514Z | Downloaded scroll_derive v0.12.1 |
| 338 | 2026-06-09T21:34:02.514Z | Downloaded cargo_metadata v0.21.0 |
| 339 | 2026-06-09T21:34:02.515Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-06-09T21:34:02.517Z | Downloaded pretty-hex v0.4.1 |
| 341 | 2026-06-09T21:34:02.520Z | Downloaded unicode-ident v1.0.24 |
| 342 | 2026-06-09T21:34:02.520Z | Downloaded macaddr v1.0.1 |
| 343 | 2026-06-09T21:34:02.520Z | Downloaded toml v0.8.23 |
| 344 | 2026-06-09T21:34:02.523Z | Downloaded textwrap v0.16.2 |
| 345 | 2026-06-09T21:34:02.526Z | Downloaded terminal_size v0.4.3 |
| 346 | 2026-06-09T21:34:02.527Z | Downloaded potential_utf v0.1.4 |
| 347 | 2026-06-09T21:34:02.531Z | Downloaded tabled_derive v0.7.0 |
| 348 | 2026-06-09T21:34:02.531Z | Downloaded dof v0.3.0 |
| 349 | 2026-06-09T21:34:02.531Z | Downloaded serde-value v0.7.0 |
| 350 | 2026-06-09T21:34:02.531Z | Downloaded percent-encoding v2.3.2 |
| 351 | 2026-06-09T21:34:02.537Z | Downloaded strsim v0.11.1 |
| 352 | 2026-06-09T21:34:02.540Z | Downloaded itoa v1.0.17 |
| 353 | 2026-06-09T21:34:02.540Z | Downloaded zerotrie v0.2.3 |
| 354 | 2026-06-09T21:34:02.544Z | Downloaded toml_edit v0.22.27 |
| 355 | 2026-06-09T21:34:02.544Z | Downloaded url v2.5.8 |
| 356 | 2026-06-09T21:34:02.548Z | Downloaded bytecount v0.6.9 |
| 357 | 2026-06-09T21:34:02.548Z | Downloaded dtrace-parser v0.2.0 |
| 358 | 2026-06-09T21:34:02.553Z | Downloaded quote v1.0.45 |
| 359 | 2026-06-09T21:34:02.555Z | Downloaded anstyle-parse v1.0.0 |
| 360 | 2026-06-09T21:34:02.559Z | Downloaded zerovec v0.11.5 |
| 361 | 2026-06-09T21:34:02.562Z | Downloaded tempfile v3.25.0 |
| 362 | 2026-06-09T21:34:02.564Z | Downloaded clap_lex v1.0.0 |
| 363 | 2026-06-09T21:34:02.564Z | Downloaded proc-macro-error-attr v1.0.4 |
| 364 | 2026-06-09T21:34:02.568Z | Downloaded zerocopy v0.7.35 |
| 365 | 2026-06-09T21:34:02.576Z | Downloaded winnow v0.7.14 |
| 366 | 2026-06-09T21:34:02.582Z | Downloaded serde_tokenstream v0.2.3 |
| 367 | 2026-06-09T21:34:02.586Z | Downloaded anstream v1.0.0 |
| 368 | 2026-06-09T21:34:02.586Z | Downloaded plain v0.2.3 |
| 369 | 2026-06-09T21:34:02.586Z | Downloaded unicode-width v0.2.0 |
| 370 | 2026-06-09T21:34:02.589Z | Downloaded unicode-width v0.1.14 |
| 371 | 2026-06-09T21:34:02.593Z | Downloaded proc-macro-error v1.0.4 |
| 372 | 2026-06-09T21:34:02.596Z | Downloaded cfg-if v1.0.4 |
| 373 | 2026-06-09T21:34:02.596Z | Downloaded scroll v0.12.0 |
| 374 | 2026-06-09T21:34:02.596Z | Downloaded litemap v0.8.1 |
| 375 | 2026-06-09T21:34:02.596Z | Downloaded camino v1.2.2 |
| 376 | 2026-06-09T21:34:02.600Z | Downloaded anstyle v1.0.14 |
| 377 | 2026-06-09T21:34:02.600Z | Downloaded fs-err v3.3.0 |
| 378 | 2026-06-09T21:34:02.600Z | Downloaded semver v1.0.28 |
| 379 | 2026-06-09T21:34:02.605Z | Downloaded icu_provider v2.1.1 |
| 380 | 2026-06-09T21:34:02.610Z | Downloaded synstructure v0.13.2 |
| 381 | 2026-06-09T21:34:02.613Z | Downloaded serde-untagged v0.1.9 |
| 382 | 2026-06-09T21:34:02.613Z | Downloaded cargo-util-schemas v0.8.2 |
| 383 | 2026-06-09T21:34:02.613Z | Downloaded camino-tempfile v1.4.1 |
| 384 | 2026-06-09T21:34:02.619Z | Downloaded pest_derive v2.8.6 |
| 385 | 2026-06-09T21:34:02.628Z | Downloaded sha2 v0.10.9 |
| 386 | 2026-06-09T21:34:02.642Z | Downloaded proc-macro2 v1.0.106 |
| 387 | 2026-06-09T21:34:02.645Z | Downloaded icu_normalizer_data v2.1.1 |
| 388 | 2026-06-09T21:34:02.645Z | Downloaded pest_generator v2.8.6 |
| 389 | 2026-06-09T21:34:02.645Z | Downloaded papergrid v0.11.0 |
| 390 | 2026-06-09T21:34:02.647Z | Downloaded bitflags v2.11.0 |
| 391 | 2026-06-09T21:34:02.650Z | Downloaded num-traits v0.2.19 |
| 392 | 2026-06-09T21:34:02.654Z | Downloaded cargo_toml v0.21.0 |
| 393 | 2026-06-09T21:34:02.654Z | Downloaded serde_core v1.0.228 |
| 394 | 2026-06-09T21:34:02.662Z | Downloaded once_cell v1.21.3 |
| 395 | 2026-06-09T21:34:02.669Z | Downloaded icu_normalizer v2.1.1 |
| 396 | 2026-06-09T21:34:02.672Z | Downloaded serde_derive v1.0.228 |
| 397 | 2026-06-09T21:34:02.679Z | Downloaded smallvec v1.15.1 |
| 398 | 2026-06-09T21:34:02.682Z | Downloaded pest_meta v2.8.6 |
| 399 | 2026-06-09T21:34:02.682Z | Downloaded icu_locale_core v2.1.1 |
| 400 | 2026-06-09T21:34:02.685Z | Downloaded log v0.4.29 |
| 401 | 2026-06-09T21:34:02.690Z | Downloaded icu_properties_data v2.1.2 |
| 402 | 2026-06-09T21:34:02.699Z | Downloaded serde v1.0.228 |
| 403 | 2026-06-09T21:34:02.706Z | Downloaded idna v1.1.0 |
| 404 | 2026-06-09T21:34:02.713Z | Downloaded memchr v2.8.0 |
| 405 | 2026-06-09T21:34:02.716Z | Downloaded icu_collections v2.1.1 |
| 406 | 2026-06-09T21:34:02.719Z | Downloaded indexmap v2.14.0 |
| 407 | 2026-06-09T21:34:02.742Z | Downloaded pest v2.8.6 |
| 408 | 2026-06-09T21:34:02.745Z | Downloaded serde_json v1.0.149 |
| 409 | 2026-06-09T21:34:02.749Z | Downloaded hashbrown v0.17.0 |
| 410 | 2026-06-09T21:34:02.764Z | Downloaded goblin v0.8.2 |
| 411 | 2026-06-09T21:34:02.767Z | Downloaded tabled v0.15.0 |
| 412 | 2026-06-09T21:34:02.811Z | Downloaded syn v1.0.109 |
| 413 | 2026-06-09T21:34:02.811Z | Downloaded syn v2.0.117 |
| 414 | 2026-06-09T21:34:02.814Z | Downloaded rustix v1.1.3 |
| 415 | 2026-06-09T21:34:02.837Z | Downloaded libc v0.2.185 |
| 416 | 2026-06-09T21:34:02.906Z | Compiling proc-macro2 v1.0.106 |
| 417 | 2026-06-09T21:34:02.906Z | Compiling unicode-ident v1.0.24 |
| 418 | 2026-06-09T21:34:02.906Z | Compiling quote v1.0.45 |
| 419 | 2026-06-09T21:34:02.909Z | Compiling serde_core v1.0.228 |
| 420 | 2026-06-09T21:34:02.909Z | Compiling libc v0.2.185 |
| 421 | 2026-06-09T21:34:02.909Z | Compiling version_check v0.9.5 |
| 422 | 2026-06-09T21:34:03.093Z | Compiling serde v1.0.228 |
| 423 | 2026-06-09T21:34:03.097Z | Compiling memchr v2.8.0 |
| 424 | 2026-06-09T21:34:03.232Z | Compiling stable_deref_trait v1.2.1 |
| 425 | 2026-06-09T21:34:03.309Z | Compiling zmij v1.0.21 |
| 426 | 2026-06-09T21:34:03.469Z | Compiling autocfg v1.5.0 |
| 427 | 2026-06-09T21:34:03.472Z | Compiling thiserror v1.0.69 |
| 428 | 2026-06-09T21:34:03.500Z | Compiling itoa v1.0.17 |
| 429 | 2026-06-09T21:34:03.694Z | Compiling ucd-trie v0.1.7 |
| 430 | 2026-06-09T21:34:03.898Z | Compiling pest v2.8.6 |
| 431 | 2026-06-09T21:34:03.902Z | Compiling litemap v0.8.1 |
| 432 | 2026-06-09T21:34:03.933Z | Compiling writeable v0.6.2 |
| 433 | 2026-06-09T21:34:03.966Z | Compiling byteorder v1.5.0 |
| 434 | 2026-06-09T21:34:03.991Z | Compiling icu_properties_data v2.1.2 |
| 435 | 2026-06-09T21:34:04.173Z | Compiling rustix v1.1.3 |
| 436 | 2026-06-09T21:34:04.195Z | Compiling icu_normalizer_data v2.1.1 |
| 437 | 2026-06-09T21:34:04.380Z | Compiling syn v2.0.117 |
| 438 | 2026-06-09T21:34:04.446Z | Compiling errno v0.3.14 |
| 439 | 2026-06-09T21:34:04.461Z | Compiling serde_json v1.0.149 |
| 440 | 2026-06-09T21:34:04.476Z | Compiling bitflags v2.11.0 |
| 441 | 2026-06-09T21:34:04.694Z | Compiling num-traits v0.2.19 |
| 442 | 2026-06-09T21:34:04.708Z | Compiling hashbrown v0.17.0 |
| 443 | 2026-06-09T21:34:04.874Z | Compiling smallvec v1.15.1 |
| 444 | 2026-06-09T21:34:05.000Z | Compiling pest_meta v2.8.6 |
| 445 | 2026-06-09T21:34:05.088Z | Compiling typeid v1.0.3 |
| 446 | 2026-06-09T21:34:05.139Z | Compiling equivalent v1.0.2 |
| 447 | 2026-06-09T21:34:05.235Z | Compiling indexmap v2.14.0 |
| 448 | 2026-06-09T21:34:05.370Z | Compiling thread-id v4.2.2 |
| 449 | 2026-06-09T21:34:05.400Z | Compiling usdt-impl v0.5.0 |
| 450 | 2026-06-09T21:34:05.439Z | Compiling proc-macro-error-attr v1.0.4 |
| 451 | 2026-06-09T21:34:05.455Z | Compiling toml_write v0.1.2 |
| 452 | 2026-06-09T21:34:05.607Z | Compiling erased-serde v0.4.9 |
| 453 | 2026-06-09T21:34:05.624Z | Compiling winnow v0.7.14 |
| 454 | 2026-06-09T21:34:05.653Z | Compiling syn v1.0.109 |
| 455 | 2026-06-09T21:34:06.001Z | Compiling proc-macro-error v1.0.4 |
| 456 | 2026-06-09T21:34:06.046Z | Compiling camino v1.2.2 |
| 457 | 2026-06-09T21:34:06.187Z | Compiling utf8parse v0.2.2 |
| 458 | 2026-06-09T21:34:06.305Z | Compiling plain v0.2.3 |
| 459 | 2026-06-09T21:34:06.361Z | Compiling utf8_iter v1.0.4 |
| 460 | 2026-06-09T21:34:06.420Z | Compiling getrandom v0.4.1 |
| 461 | 2026-06-09T21:34:06.510Z | Compiling log v0.4.29 |
| 462 | 2026-06-09T21:34:06.528Z | Compiling thiserror v2.0.18 |
| 463 | 2026-06-09T21:34:06.602Z | Compiling percent-encoding v2.3.2 |
| 464 | 2026-06-09T21:34:06.695Z | Compiling ordered-float v2.10.1 |
| 465 | 2026-06-09T21:34:06.794Z | Compiling form_urlencoded v1.2.2 |
| 466 | 2026-06-09T21:34:06.864Z | Compiling anstyle-parse v1.0.0 |
| 467 | 2026-06-09T21:34:06.971Z | Compiling synstructure v0.13.2 |
| 468 | 2026-06-09T21:34:06.990Z | Compiling pest_generator v2.8.6 |
| 469 | 2026-06-09T21:34:07.088Z | Compiling terminal_size v0.4.3 |
| 470 | 2026-06-09T21:34:07.250Z | Compiling is_terminal_polyfill v1.70.2 |
| 471 | 2026-06-09T21:34:07.339Z | Compiling pretty-hex v0.4.1 |
| 472 | 2026-06-09T21:34:07.356Z | Compiling cfg-if v1.0.4 |
| 473 | 2026-06-09T21:34:07.434Z | Compiling colorchoice v1.0.4 |
| 474 | 2026-06-09T21:34:07.484Z | Compiling anstyle v1.0.14 |
| 475 | 2026-06-09T21:34:07.504Z | Compiling anstyle-query v1.1.5 |
| 476 | 2026-06-09T21:34:07.536Z | Compiling serde-untagged v0.1.9 |
| 477 | 2026-06-09T21:34:07.720Z | Compiling anstream v1.0.0 |
| 478 | 2026-06-09T21:34:07.737Z | Compiling semver v1.0.28 |
| 479 | 2026-06-09T21:34:07.770Z | Compiling fs-err v3.3.0 |
| 480 | 2026-06-09T21:34:07.819Z | Compiling anyhow v1.0.102 |
| 481 | 2026-06-09T21:34:07.958Z | Compiling once_cell v1.21.3 |
| 482 | 2026-06-09T21:34:08.026Z | Compiling bytecount v0.6.9 |
| 483 | 2026-06-09T21:34:08.044Z | Compiling unicode-width v0.1.14 |
| 484 | 2026-06-09T21:34:08.064Z | Compiling heck v0.5.0 |
| 485 | 2026-06-09T21:34:08.098Z | Compiling strsim v0.11.1 |
| 486 | 2026-06-09T21:34:08.164Z | Compiling clap_lex v1.0.0 |
| 487 | 2026-06-09T21:34:08.182Z | Compiling fnv v1.0.7 |
| 488 | 2026-06-09T21:34:08.309Z | Compiling fastrand v2.3.0 |
| 489 | 2026-06-09T21:34:08.330Z | Compiling heck v0.4.1 |
| 490 | 2026-06-09T21:34:08.401Z | Compiling unicode-xid v0.2.6 |
| 491 | 2026-06-09T21:34:08.453Z | Compiling clap_builder v4.6.0 |
| 492 | 2026-06-09T21:34:08.532Z | Compiling tempfile v3.25.0 |
| 493 | 2026-06-09T21:34:08.552Z | Compiling papergrid v0.11.0 |
| 494 | 2026-06-09T21:34:08.704Z | Compiling memmap v0.7.0 |
| 495 | 2026-06-09T21:34:08.732Z | Compiling serde_derive v1.0.228 |
| 496 | 2026-06-09T21:34:08.791Z | Compiling zerofrom-derive v0.1.6 |
| 497 | 2026-06-09T21:34:08.889Z | Compiling yoke-derive v0.8.1 |
| 498 | 2026-06-09T21:34:08.910Z | Compiling zerovec-derive v0.11.2 |
| 499 | 2026-06-09T21:34:09.163Z | Compiling displaydoc v0.2.5 |
| 500 | 2026-06-09T21:34:09.890Z | Compiling thiserror-impl v1.0.69 |
| 501 | 2026-06-09T21:34:09.976Z | Compiling zerocopy-derive v0.7.35 |
| 502 | 2026-06-09T21:34:10.013Z | Compiling pest_derive v2.8.6 |
| 503 | 2026-06-09T21:34:10.040Z | Compiling scroll_derive v0.12.1 |
| 504 | 2026-06-09T21:34:10.170Z | Compiling zerofrom v0.1.6 |
| 505 | 2026-06-09T21:34:10.304Z | Compiling yoke v0.8.1 |
| 506 | 2026-06-09T21:34:10.437Z | Compiling thiserror-impl v2.0.18 |
| 507 | 2026-06-09T21:34:10.500Z | Compiling zerovec v0.11.5 |
| 508 | 2026-06-09T21:34:10.696Z | Compiling zerotrie v0.2.3 |
| 509 | 2026-06-09T21:34:10.840Z | Compiling zerocopy v0.7.35 |
| 510 | 2026-06-09T21:34:11.001Z | Compiling tinystr v0.8.2 |
| 511 | 2026-06-09T21:34:11.021Z | Compiling potential_utf v0.1.4 |
| 512 | 2026-06-09T21:34:11.185Z | Compiling icu_locale_core v2.1.1 |
| 513 | 2026-06-09T21:34:11.211Z | Compiling icu_collections v2.1.1 |
| 514 | 2026-06-09T21:34:11.254Z | Compiling dtrace-parser v0.2.0 |
| 515 | 2026-06-09T21:34:11.404Z | Compiling scroll v0.12.0 |
| 516 | 2026-06-09T21:34:11.461Z | Compiling tabled_derive v0.7.0 |
| 517 | 2026-06-09T21:34:11.674Z | Compiling goblin v0.8.2 |
| 518 | 2026-06-09T21:34:11.692Z | Compiling clap_derive v4.6.1 |
| 519 | 2026-06-09T21:34:11.870Z | Compiling icu_provider v2.1.1 |
| 520 | 2026-06-09T21:34:12.000Z | Compiling unicode-linebreak v0.1.5 |
| 521 | 2026-06-09T21:34:12.058Z | Compiling serde_spanned v0.6.9 |
| 522 | 2026-06-09T21:34:12.131Z | Compiling icu_properties v2.1.2 |
| 523 | 2026-06-09T21:34:12.150Z | Compiling icu_normalizer v2.1.1 |
| 524 | 2026-06-09T21:34:12.187Z | Compiling toml_datetime v0.6.11 |
| 525 | 2026-06-09T21:34:12.233Z | Compiling dof v0.3.0 |
| 526 | 2026-06-09T21:34:12.284Z | Compiling serde_tokenstream v0.2.3 |
| 527 | 2026-06-09T21:34:12.422Z | Compiling toml_edit v0.22.27 |
| 528 | 2026-06-09T21:34:12.606Z | Compiling serde-value v0.7.0 |
| 529 | 2026-06-09T21:34:12.629Z | Compiling cargo-platform v0.2.0 |
| 530 | 2026-06-09T21:34:12.728Z | Compiling smawk v0.3.2 |
| 531 | 2026-06-09T21:34:12.892Z | Compiling unicode-width v0.2.0 |
| 532 | 2026-06-09T21:34:12.916Z | Compiling tabled v0.15.0 |
| 533 | 2026-06-09T21:34:12.977Z | Compiling macaddr v1.0.1 |
| 534 | 2026-06-09T21:34:13.114Z | Compiling idna_adapter v1.2.1 |
| 535 | 2026-06-09T21:34:13.171Z | Compiling usdt-attr-macro v0.5.0 |
| 536 | 2026-06-09T21:34:13.206Z | Compiling usdt-macro v0.5.0 |
| 537 | 2026-06-09T21:34:13.263Z | Compiling idna v1.1.0 |
| 538 | 2026-06-09T21:34:13.292Z | Compiling textwrap v0.16.2 |
| 539 | 2026-06-09T21:34:13.510Z | Compiling clap v4.6.1 |
| 540 | 2026-06-09T21:34:13.600Z | Compiling url v2.5.8 |
| 541 | 2026-06-09T21:34:13.824Z | Compiling toml v0.8.23 |
| 542 | 2026-06-09T21:34:13.847Z | Compiling camino-tempfile v1.4.1 |
| 543 | 2026-06-09T21:34:14.125Z | Compiling swrite v0.1.0 |
| 544 | 2026-06-09T21:34:14.220Z | Compiling cargo-util-schemas v0.8.2 |
| 545 | 2026-06-09T21:34:14.243Z | Compiling cargo_toml v0.21.0 |
| 546 | 2026-06-09T21:34:14.359Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 547 | 2026-06-09T21:34:14.790Z | Compiling usdt v0.5.0 |
| 548 | 2026-06-09T21:34:15.138Z | Compiling cargo_metadata v0.21.0 |
| 549 | 2026-06-09T21:34:16.075Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 550 | 2026-06-09T21:34:18.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.98s |
| 551 | 2026-06-09T21:34:18.390Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 552 | 2026-06-09T21:34:18.955Z | Downloading crates ... |
| 553 | 2026-06-09T21:34:19.056Z | Downloaded arrayref v0.3.9 |
| 554 | 2026-06-09T21:34:19.059Z | Downloaded adler2 v2.0.1 |
| 555 | 2026-06-09T21:34:19.065Z | Downloaded cipher v0.4.4 |
| 556 | 2026-06-09T21:34:19.068Z | Downloaded ascii-canvas v3.0.0 |
| 557 | 2026-06-09T21:34:19.068Z | Downloaded cfg_aliases v0.2.1 |
| 558 | 2026-06-09T21:34:19.077Z | Downloaded async-bb8-diesel v0.2.1 |
| 559 | 2026-06-09T21:34:19.080Z | Downloaded base16ct v0.2.0 |
| 560 | 2026-06-09T21:34:19.083Z | Downloaded daft v0.1.7 |
| 561 | 2026-06-09T21:34:19.086Z | Downloaded bzip2 v0.6.1 |
| 562 | 2026-06-09T21:34:19.089Z | Downloaded atomicwrites v0.4.4 |
| 563 | 2026-06-09T21:34:19.089Z | Downloaded crc32fast v1.5.0 |
| 564 | 2026-06-09T21:34:19.092Z | Downloaded arrayvec v0.7.6 |
| 565 | 2026-06-09T21:34:19.092Z | Downloaded aes-gcm v0.10.3 |
| 566 | 2026-06-09T21:34:19.095Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 567 | 2026-06-09T21:34:19.095Z | Downloaded dof v0.4.0 |
| 568 | 2026-06-09T21:34:19.098Z | Downloaded crunchy v0.2.4 |
| 569 | 2026-06-09T21:34:19.098Z | Downloaded block-padding v0.3.3 |
| 570 | 2026-06-09T21:34:19.098Z | Downloaded dirs-sys-next v0.1.2 |
| 571 | 2026-06-09T21:34:19.101Z | Downloaded cstr-argument v0.1.2 |
| 572 | 2026-06-09T21:34:19.104Z | Downloaded crc8 v0.1.1 |
| 573 | 2026-06-09T21:34:19.107Z | Downloaded cobs v0.3.0 |
| 574 | 2026-06-09T21:34:19.110Z | Downloaded der_derive v0.7.3 |
| 575 | 2026-06-09T21:34:19.110Z | Downloaded darling_macro v0.20.11 |
| 576 | 2026-06-09T21:34:19.115Z | Downloaded crucible-workspace-hack v0.1.0 |
| 577 | 2026-06-09T21:34:19.115Z | Downloaded crc-catalog v2.4.0 |
| 578 | 2026-06-09T21:34:19.115Z | Downloaded float-ord v0.3.2 |
| 579 | 2026-06-09T21:34:19.115Z | Downloaded assert_matches v1.5.0 |
| 580 | 2026-06-09T21:34:19.115Z | Downloaded darling_macro v0.13.4 |
| 581 | 2026-06-09T21:34:19.115Z | Downloaded argon2 v0.5.3 |
| 582 | 2026-06-09T21:34:19.118Z | Downloaded erased-serde v0.3.31 |
| 583 | 2026-06-09T21:34:19.121Z | Downloaded atomic-waker v1.1.2 |
| 584 | 2026-06-09T21:34:19.121Z | Downloaded async-stream-impl v0.3.6 |
| 585 | 2026-06-09T21:34:19.124Z | Downloaded ciborium-ll v0.2.2 |
| 586 | 2026-06-09T21:34:19.124Z | Downloaded embedded-io v0.4.0 |
| 587 | 2026-06-09T21:34:19.127Z | Downloaded crossbeam-deque v0.8.6 |
| 588 | 2026-06-09T21:34:19.127Z | Downloaded darling_macro v0.23.0 |
| 589 | 2026-06-09T21:34:19.131Z | Downloaded darling v0.13.4 |
| 590 | 2026-06-09T21:34:19.133Z | Downloaded cargo_metadata v0.23.1 |
| 591 | 2026-06-09T21:34:19.136Z | Downloaded csv-core v0.1.13 |
| 592 | 2026-06-09T21:34:19.136Z | Downloaded critical-section v1.2.0 |
| 593 | 2026-06-09T21:34:19.139Z | Downloaded daft-derive v0.1.7 |
| 594 | 2026-06-09T21:34:19.142Z | Downloaded defmt v0.3.100 |
| 595 | 2026-06-09T21:34:19.142Z | Downloaded darling v0.20.11 |
| 596 | 2026-06-09T21:34:19.175Z | Downloaded ciborium-io v0.2.2 |
| 597 | 2026-06-09T21:34:19.178Z | Downloaded debug-ignore v1.0.5 |
| 598 | 2026-06-09T21:34:19.178Z | Downloaded darling v0.21.3 |
| 599 | 2026-06-09T21:34:19.178Z | Downloaded buf-list v1.1.2 |
| 600 | 2026-06-09T21:34:19.178Z | Downloaded base64ct v1.8.3 |
| 601 | 2026-06-09T21:34:19.178Z | Downloaded ctr v0.9.2 |
| 602 | 2026-06-09T21:34:19.178Z | Downloaded float-cmp v0.10.0 |
| 603 | 2026-06-09T21:34:19.178Z | Downloaded darling_macro v0.21.3 |
| 604 | 2026-06-09T21:34:19.178Z | Downloaded chacha20 v0.9.1 |
| 605 | 2026-06-09T21:34:19.178Z | Downloaded crossbeam-utils v0.8.21 |
| 606 | 2026-06-09T21:34:19.178Z | Downloaded castaway v0.2.4 |
| 607 | 2026-06-09T21:34:19.178Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 608 | 2026-06-09T21:34:19.178Z | Downloaded dsl_auto_type v0.2.0 |
| 609 | 2026-06-09T21:34:19.178Z | Downloaded crc v3.4.0 |
| 610 | 2026-06-09T21:34:19.178Z | Downloaded aead v0.5.2 |
| 611 | 2026-06-09T21:34:19.178Z | Downloaded endian-type v0.1.2 |
| 612 | 2026-06-09T21:34:19.178Z | Downloaded downcast-rs v2.0.2 |
| 613 | 2026-06-09T21:34:19.179Z | Downloaded dunce v1.0.5 |
| 614 | 2026-06-09T21:34:19.179Z | Downloaded dirs-next v2.0.0 |
| 615 | 2026-06-09T21:34:19.179Z | Downloaded flagset v0.4.7 |
| 616 | 2026-06-09T21:34:19.179Z | Downloaded bit-set v0.8.0 |
| 617 | 2026-06-09T21:34:19.179Z | Downloaded atty v0.2.14 |
| 618 | 2026-06-09T21:34:19.182Z | Downloaded array-init v0.0.4 |
| 619 | 2026-06-09T21:34:19.182Z | Downloaded bitfield-struct v0.6.2 |
| 620 | 2026-06-09T21:34:19.185Z | Downloaded env_filter v1.0.0 |
| 621 | 2026-06-09T21:34:19.187Z | Downloaded cpufeatures v0.3.0 |
| 622 | 2026-06-09T21:34:19.190Z | Downloaded crossbeam-epoch v0.9.18 |
| 623 | 2026-06-09T21:34:19.193Z | Downloaded foreign-types-shared v0.3.1 |
| 624 | 2026-06-09T21:34:19.193Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 625 | 2026-06-09T21:34:19.193Z | Downloaded bitfield-macros v0.19.4 |
| 626 | 2026-06-09T21:34:19.196Z | Downloaded enum-as-inner v0.6.1 |
| 627 | 2026-06-09T21:34:19.196Z | Downloaded display-error-chain v0.2.2 |
| 628 | 2026-06-09T21:34:19.196Z | Downloaded defmt-parser v1.0.0 |
| 629 | 2026-06-09T21:34:19.198Z | Downloaded bb8 v0.8.6 |
| 630 | 2026-06-09T21:34:19.199Z | Downloaded compression-core v0.4.31 |
| 631 | 2026-06-09T21:34:19.199Z | Downloaded dyn-clone v1.0.20 |
| 632 | 2026-06-09T21:34:19.203Z | Downloaded document-features v0.2.12 |
| 633 | 2026-06-09T21:34:19.203Z | Downloaded fixedbitset v0.4.2 |
| 634 | 2026-06-09T21:34:19.203Z | Downloaded async-recursion v1.1.1 |
| 635 | 2026-06-09T21:34:19.206Z | Downloaded futures-task v0.3.32 |
| 636 | 2026-06-09T21:34:19.206Z | Downloaded fd-lock v4.0.4 |
| 637 | 2026-06-09T21:34:19.209Z | Downloaded convert_case v0.4.0 |
| 638 | 2026-06-09T21:34:19.209Z | Downloaded futures-macro v0.3.32 |
| 639 | 2026-06-09T21:34:19.211Z | Downloaded compression-codecs v0.4.37 |
| 640 | 2026-06-09T21:34:19.215Z | Downloaded derive_builder_macro v0.20.2 |
| 641 | 2026-06-09T21:34:19.215Z | Downloaded futures-core v0.3.32 |
| 642 | 2026-06-09T21:34:19.215Z | Downloaded anstream v0.6.21 |
| 643 | 2026-06-09T21:34:19.218Z | Downloaded futures-sink v0.3.32 |
| 644 | 2026-06-09T21:34:19.221Z | Downloaded difflib v0.4.0 |
| 645 | 2026-06-09T21:34:19.221Z | Downloaded git-stub v1.0.0 |
| 646 | 2026-06-09T21:34:19.221Z | Downloaded foreign-types v0.3.2 |
| 647 | 2026-06-09T21:34:19.224Z | Downloaded gethostname v0.5.0 |
| 648 | 2026-06-09T21:34:19.224Z | Downloaded foreign-types-shared v0.1.1 |
| 649 | 2026-06-09T21:34:19.227Z | Downloaded foreign-types-macros v0.2.3 |
| 650 | 2026-06-09T21:34:19.227Z | Downloaded foreign-types v0.5.0 |
| 651 | 2026-06-09T21:34:19.227Z | Downloaded hash32 v0.3.1 |
| 652 | 2026-06-09T21:34:19.229Z | Downloaded crc-any v2.5.0 |
| 653 | 2026-06-09T21:34:19.229Z | Downloaded diff v0.1.13 |
| 654 | 2026-06-09T21:34:19.232Z | Downloaded hash32 v0.2.1 |
| 655 | 2026-06-09T21:34:19.232Z | Downloaded cbc v0.1.2 |
| 656 | 2026-06-09T21:34:19.235Z | Downloaded blowfish v0.9.1 |
| 657 | 2026-06-09T21:34:19.235Z | Downloaded derive-ex v0.1.8 |
| 658 | 2026-06-09T21:34:19.238Z | Downloaded data-encoding v2.10.0 |
| 659 | 2026-06-09T21:34:19.238Z | Downloaded filetime v0.2.27 |
| 660 | 2026-06-09T21:34:19.238Z | Downloaded either v1.15.0 |
| 661 | 2026-06-09T21:34:19.242Z | Downloaded bit-vec v0.6.3 |
| 662 | 2026-06-09T21:34:19.242Z | Downloaded funty v2.0.0 |
| 663 | 2026-06-09T21:34:19.242Z | Downloaded fixedbitset v0.5.7 |
| 664 | 2026-06-09T21:34:19.245Z | Downloaded fxhash v0.2.1 |
| 665 | 2026-06-09T21:34:19.245Z | Downloaded find-msvc-tools v0.1.9 |
| 666 | 2026-06-09T21:34:19.245Z | Downloaded env_logger v0.11.9 |
| 667 | 2026-06-09T21:34:19.248Z | Downloaded ed25519 v2.2.3 |
| 668 | 2026-06-09T21:34:19.248Z | Downloaded dtrace-parser v0.3.0 |
| 669 | 2026-06-09T21:34:19.248Z | Downloaded derive_builder_core v0.20.2 |
| 670 | 2026-06-09T21:34:19.251Z | Downloaded headers-core v0.3.0 |
| 671 | 2026-06-09T21:34:19.251Z | Downloaded darling_core v0.20.11 |
| 672 | 2026-06-09T21:34:19.254Z | Downloaded deranged v0.5.8 |
| 673 | 2026-06-09T21:34:19.254Z | Downloaded chacha20 v0.10.0 |
| 674 | 2026-06-09T21:34:19.258Z | Downloaded diesel-dtrace v0.5.0 |
| 675 | 2026-06-09T21:34:19.261Z | Downloaded async-trait v0.1.89 |
| 676 | 2026-06-09T21:34:19.261Z | Downloaded constant_time_eq v0.4.2 |
| 677 | 2026-06-09T21:34:19.261Z | Downloaded hex-literal v0.4.1 |
| 678 | 2026-06-09T21:34:19.264Z | Downloaded const_format_proc_macros v0.2.34 |
| 679 | 2026-06-09T21:34:19.264Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 680 | 2026-06-09T21:34:19.267Z | Downloaded hex v0.4.3 |
| 681 | 2026-06-09T21:34:19.267Z | Downloaded bitflags v1.3.2 |
| 682 | 2026-06-09T21:34:19.270Z | Downloaded defmt-macros v1.0.1 |
| 683 | 2026-06-09T21:34:19.270Z | Downloaded cassowary v0.3.0 |
| 684 | 2026-06-09T21:34:19.274Z | Downloaded camino-tempfile-ext v0.3.3 |
| 685 | 2026-06-09T21:34:19.274Z | Downloaded futures-io v0.3.32 |
| 686 | 2026-06-09T21:34:19.274Z | Downloaded fallible-iterator v0.2.0 |
| 687 | 2026-06-09T21:34:19.274Z | Downloaded foldhash v0.1.5 |
| 688 | 2026-06-09T21:34:19.277Z | Downloaded ff v0.13.1 |
| 689 | 2026-06-09T21:34:19.277Z | Downloaded corncobs v0.1.4 |
| 690 | 2026-06-09T21:34:19.280Z | Downloaded cfg_aliases v0.1.1 |
| 691 | 2026-06-09T21:34:19.280Z | Downloaded ghash v0.5.1 |
| 692 | 2026-06-09T21:34:19.280Z | Downloaded convert_case v0.10.0 |
| 693 | 2026-06-09T21:34:19.283Z | Downloaded bitfield v0.19.4 |
| 694 | 2026-06-09T21:34:19.283Z | Downloaded anstyle-parse v0.2.7 |
| 695 | 2026-06-09T21:34:19.287Z | Downloaded ena v0.14.4 |
| 696 | 2026-06-09T21:34:19.287Z | Downloaded bit-vec v0.8.0 |
| 697 | 2026-06-09T21:34:19.287Z | Downloaded defmt v1.0.1 |
| 698 | 2026-06-09T21:34:19.290Z | Downloaded hostname v0.4.2 |
| 699 | 2026-06-09T21:34:19.290Z | Downloaded hyper-tls v0.6.0 |
| 700 | 2026-06-09T21:34:19.293Z | Downloaded backoff v0.4.0 |
| 701 | 2026-06-09T21:34:19.293Z | Downloaded http-range v0.1.5 |
| 702 | 2026-06-09T21:34:19.293Z | Downloaded globset v0.4.18 |
| 703 | 2026-06-09T21:34:19.296Z | Downloaded bcs v0.1.6 |
| 704 | 2026-06-09T21:34:19.296Z | Downloaded bit-set v0.5.3 |
| 705 | 2026-06-09T21:34:19.298Z | Downloaded ident_case v1.0.1 |
| 706 | 2026-06-09T21:34:19.298Z | Downloaded elliptic-curve v0.13.8 |
| 707 | 2026-06-09T21:34:19.302Z | Downloaded embedded-io v0.6.1 |
| 708 | 2026-06-09T21:34:19.302Z | Downloaded darling v0.23.0 |
| 709 | 2026-06-09T21:34:19.305Z | Downloaded home v0.5.12 |
| 710 | 2026-06-09T21:34:19.305Z | Downloaded ecdsa v0.16.9 |
| 711 | 2026-06-09T21:34:19.308Z | Downloaded cmake v0.1.57 |
| 712 | 2026-06-09T21:34:19.308Z | Downloaded globwalk v0.9.1 |
| 713 | 2026-06-09T21:34:19.308Z | Downloaded hostname v0.3.1 |
| 714 | 2026-06-09T21:34:19.311Z | Downloaded cargo-platform v0.3.2 |
| 715 | 2026-06-09T21:34:19.311Z | Downloaded async-stream v0.3.6 |
| 716 | 2026-06-09T21:34:19.314Z | Downloaded inout v0.1.4 |
| 717 | 2026-06-09T21:34:19.314Z | Downloaded hubpack_derive v0.1.1 |
| 718 | 2026-06-09T21:34:19.314Z | Downloaded hubpack v0.1.2 |
| 719 | 2026-06-09T21:34:19.317Z | Downloaded httpdate v1.0.3 |
| 720 | 2026-06-09T21:34:19.320Z | Downloaded foldhash v0.2.0 |
| 721 | 2026-06-09T21:34:19.320Z | Downloaded crossbeam-channel v0.5.15 |
| 722 | 2026-06-09T21:34:19.322Z | Downloaded indoc v1.0.9 |
| 723 | 2026-06-09T21:34:19.325Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 724 | 2026-06-09T21:34:19.325Z | Downloaded console v0.15.11 |
| 725 | 2026-06-09T21:34:19.328Z | Downloaded internet-checksum v0.2.1 |
| 726 | 2026-06-09T21:34:19.328Z | Downloaded futures-executor v0.3.32 |
| 727 | 2026-06-09T21:34:19.328Z | Downloaded fs_extra v1.3.0 |
| 728 | 2026-06-09T21:34:19.331Z | Downloaded highway v1.3.0 |
| 729 | 2026-06-09T21:34:19.331Z | Downloaded illumos-nvpair v0.3.0 |
| 730 | 2026-06-09T21:34:19.331Z | Downloaded group v0.13.0 |
| 731 | 2026-06-09T21:34:19.335Z | Downloaded instability v0.3.11 |
| 732 | 2026-06-09T21:34:19.335Z | Downloaded glob v0.3.3 |
| 733 | 2026-06-09T21:34:19.335Z | Downloaded indent_write v2.2.0 |
| 734 | 2026-06-09T21:34:19.335Z | Downloaded git-stub-vcs v0.1.0 |
| 735 | 2026-06-09T21:34:19.338Z | Downloaded backon v1.6.0 |
| 736 | 2026-06-09T21:34:19.341Z | Downloaded lalrpop-util v0.19.12 |
| 737 | 2026-06-09T21:34:19.341Z | Downloaded is_ci v1.2.0 |
| 738 | 2026-06-09T21:34:19.341Z | Downloaded colored v2.2.0 |
| 739 | 2026-06-09T21:34:19.344Z | Downloaded lazy_static v1.5.0 |
| 740 | 2026-06-09T21:34:19.344Z | Downloaded futures-channel v0.3.32 |
| 741 | 2026-06-09T21:34:19.347Z | Downloaded des v0.8.1 |
| 742 | 2026-06-09T21:34:19.347Z | Downloaded cookie_store v0.22.1 |
| 743 | 2026-06-09T21:34:19.350Z | Downloaded clang-sys v1.8.1 |
| 744 | 2026-06-09T21:34:19.350Z | Downloaded ciborium v0.2.2 |
| 745 | 2026-06-09T21:34:19.353Z | Downloaded cookie v0.18.1 |
| 746 | 2026-06-09T21:34:19.353Z | Downloaded const-oid v0.9.6 |
| 747 | 2026-06-09T21:34:19.358Z | Downloaded console v0.16.2 |
| 748 | 2026-06-09T21:34:19.358Z | Downloaded humantime v2.3.0 |
| 749 | 2026-06-09T21:34:19.360Z | Downloaded http-body-util v0.1.3 |
| 750 | 2026-06-09T21:34:19.361Z | Downloaded http-body v1.0.1 |
| 751 | 2026-06-09T21:34:19.361Z | Downloaded bzip2 v0.4.4 |
| 752 | 2026-06-09T21:34:19.361Z | Downloaded linked-hash-map v0.5.6 |
| 753 | 2026-06-09T21:34:19.364Z | Downloaded libscf-sys v1.1.0 |
| 754 | 2026-06-09T21:34:19.364Z | Downloaded colored v3.1.1 |
| 755 | 2026-06-09T21:34:19.364Z | Downloaded kstat-rs v0.2.4 |
| 756 | 2026-06-09T21:34:19.367Z | Downloaded arc-swap v1.8.2 |
| 757 | 2026-06-09T21:34:19.370Z | Downloaded getrandom v0.2.17 |
| 758 | 2026-06-09T21:34:19.370Z | Downloaded crossterm v0.28.1 |
| 759 | 2026-06-09T21:34:19.373Z | Downloaded drift v0.2.0 |
| 760 | 2026-06-09T21:34:19.379Z | Downloaded maybe-uninit v2.0.0 |
| 761 | 2026-06-09T21:34:19.383Z | Downloaded lru-cache v0.1.2 |
| 762 | 2026-06-09T21:34:19.383Z | Downloaded keccak v0.1.6 |
| 763 | 2026-06-09T21:34:19.383Z | Downloaded lru v0.12.5 |
| 764 | 2026-06-09T21:34:19.385Z | Downloaded half v1.8.3 |
| 765 | 2026-06-09T21:34:19.386Z | Downloaded byte-wrapper v0.1.0 |
| 766 | 2026-06-09T21:34:19.389Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 767 | 2026-06-09T21:34:19.389Z | Downloaded darling_core v0.13.4 |
| 768 | 2026-06-09T21:34:19.392Z | Downloaded lru-slab v0.1.2 |
| 769 | 2026-06-09T21:34:19.392Z | Downloaded instant v0.1.13 |
| 770 | 2026-06-09T21:34:19.395Z | Downloaded maplit v1.0.2 |
| 771 | 2026-06-09T21:34:19.395Z | Downloaded managed v0.8.0 |
| 772 | 2026-06-09T21:34:19.395Z | Downloaded ingot v0.1.1 |
| 773 | 2026-06-09T21:34:19.398Z | Downloaded ahash v0.8.12 |
| 774 | 2026-06-09T21:34:19.398Z | Downloaded md5 v0.7.0 |
| 775 | 2026-06-09T21:34:19.401Z | Downloaded mime v0.3.17 |
| 776 | 2026-06-09T21:34:19.401Z | Downloaded ipnetwork v0.21.1 |
| 777 | 2026-06-09T21:34:19.401Z | Downloaded md-5 v0.10.6 |
| 778 | 2026-06-09T21:34:19.404Z | Downloaded ipnet v2.11.0 |
| 779 | 2026-06-09T21:34:19.404Z | Downloaded match_cfg v0.1.0 |
| 780 | 2026-06-09T21:34:19.404Z | Downloaded hmac v0.12.1 |
| 781 | 2026-06-09T21:34:19.407Z | Downloaded new_debug_unreachable v1.0.6 |
| 782 | 2026-06-09T21:34:19.407Z | Downloaded cancel-safe-futures v0.1.5 |
| 783 | 2026-06-09T21:34:19.410Z | Downloaded fs-err v2.11.0 |
| 784 | 2026-06-09T21:34:19.411Z | Downloaded blake2 v0.10.6 |
| 785 | 2026-06-09T21:34:19.413Z | Downloaded indoc v2.0.7 |
| 786 | 2026-06-09T21:34:19.413Z | Downloaded hyper-staticfile v0.10.1 |
| 787 | 2026-06-09T21:34:19.416Z | Downloaded crypto-bigint v0.5.5 |
| 788 | 2026-06-09T21:34:19.419Z | Downloaded newtype-uuid-macros v0.1.0 |
| 789 | 2026-06-09T21:34:19.422Z | Downloaded memoffset v0.9.1 |
| 790 | 2026-06-09T21:34:19.422Z | Downloaded nodrop v0.1.14 |
| 791 | 2026-06-09T21:34:19.422Z | Downloaded newtype_derive v0.1.6 |
| 792 | 2026-06-09T21:34:19.425Z | Downloaded newline-converter v0.3.0 |
| 793 | 2026-06-09T21:34:19.425Z | Downloaded ingot-types v0.1.2 |
| 794 | 2026-06-09T21:34:19.425Z | Downloaded getrandom v0.3.4 |
| 795 | 2026-06-09T21:34:19.429Z | Downloaded linear-map v1.2.0 |
| 796 | 2026-06-09T21:34:19.429Z | Downloaded nibble_vec v0.1.0 |
| 797 | 2026-06-09T21:34:19.433Z | Downloaded allocator-api2 v0.2.21 |
| 798 | 2026-06-09T21:34:19.433Z | Downloaded multimap v0.10.1 |
| 799 | 2026-06-09T21:34:19.433Z | Downloaded libsw v3.5.0 |
| 800 | 2026-06-09T21:34:19.433Z | Downloaded num_threads v0.1.7 |
| 801 | 2026-06-09T21:34:19.434Z | Downloaded nonempty v0.12.0 |
| 802 | 2026-06-09T21:34:19.437Z | Downloaded num v0.4.3 |
| 803 | 2026-06-09T21:34:19.437Z | Downloaded is-terminal v0.4.17 |
| 804 | 2026-06-09T21:34:19.437Z | Downloaded cexpr v0.6.0 |
| 805 | 2026-06-09T21:34:19.439Z | Downloaded libsw-core v0.3.2 |
| 806 | 2026-06-09T21:34:19.439Z | Downloaded hyper-rustls v0.27.7 |
| 807 | 2026-06-09T21:34:19.442Z | Downloaded normalize-line-endings v0.3.0 |
| 808 | 2026-06-09T21:34:19.442Z | Downloaded fatfs v0.3.6 |
| 809 | 2026-06-09T21:34:19.445Z | Downloaded darling_core v0.23.0 |
| 810 | 2026-06-09T21:34:19.448Z | Downloaded num-iter v0.1.45 |
| 811 | 2026-06-09T21:34:19.448Z | Downloaded iana-time-zone v0.1.65 |
| 812 | 2026-06-09T21:34:19.451Z | Downloaded libloading v0.8.9 |
| 813 | 2026-06-09T21:34:19.451Z | Downloaded derive_more v0.99.20 |
| 814 | 2026-06-09T21:34:19.454Z | Downloaded derive_builder v0.20.2 |
| 815 | 2026-06-09T21:34:19.457Z | Downloaded openssl-probe v0.2.1 |
| 816 | 2026-06-09T21:34:19.473Z | Downloaded parse-display v0.10.0 |
| 817 | 2026-06-09T21:34:19.476Z | Downloaded openssl-probe v0.1.6 |
| 818 | 2026-06-09T21:34:19.476Z | Downloaded opaque-debug v0.3.1 |
| 819 | 2026-06-09T21:34:19.477Z | Downloaded oso-derive v0.27.3 |
| 820 | 2026-06-09T21:34:19.477Z | Downloaded num_enum_derive v0.5.11 |
| 821 | 2026-06-09T21:34:19.481Z | Downloaded lzss v0.8.2 |
| 822 | 2026-06-09T21:34:19.481Z | Downloaded lock_api v0.4.14 |
| 823 | 2026-06-09T21:34:19.481Z | Downloaded libefi-sys v0.1.0 |
| 824 | 2026-06-09T21:34:19.481Z | Downloaded openssl-macros v0.1.1 |
| 825 | 2026-06-09T21:34:19.486Z | Downloaded peg-runtime v0.8.5 |
| 826 | 2026-06-09T21:34:19.486Z | Downloaded packed_struct_codegen v0.10.1 |
| 827 | 2026-06-09T21:34:19.486Z | Downloaded mime_guess v2.0.5 |
| 828 | 2026-06-09T21:34:19.489Z | Downloaded httparse v1.10.1 |
| 829 | 2026-06-09T21:34:19.489Z | Downloaded dropshot_endpoint v0.17.0 |
| 830 | 2026-06-09T21:34:19.489Z | Downloaded darling_core v0.21.3 |
| 831 | 2026-06-09T21:34:19.492Z | Downloaded base64 v0.22.1 |
| 832 | 2026-06-09T21:34:19.495Z | Downloaded multer v3.1.0 |
| 833 | 2026-06-09T21:34:19.498Z | Downloaded num-derive v0.4.2 |
| 834 | 2026-06-09T21:34:19.498Z | Downloaded ingot-macros v0.1.1 |
| 835 | 2026-06-09T21:34:19.501Z | Downloaded newtype-uuid v1.3.2 |
| 836 | 2026-06-09T21:34:19.501Z | Downloaded nanorand v0.7.0 |
| 837 | 2026-06-09T21:34:19.501Z | Downloaded derive-where v1.6.0 |
| 838 | 2026-06-09T21:34:19.504Z | Downloaded pbkdf2 v0.12.2 |
| 839 | 2026-06-09T21:34:19.507Z | Downloaded pbkdf2 v0.11.0 |
| 840 | 2026-06-09T21:34:19.508Z | Downloaded path-slash v0.1.5 |
| 841 | 2026-06-09T21:34:19.508Z | Downloaded parse-size v1.1.0 |
| 842 | 2026-06-09T21:34:19.510Z | Downloaded bytes v1.11.1 |
| 843 | 2026-06-09T21:34:19.513Z | Downloaded half v2.7.1 |
| 844 | 2026-06-09T21:34:19.513Z | Downloaded flume v0.11.1 |
| 845 | 2026-06-09T21:34:19.516Z | Downloaded chacha20poly1305 v0.10.1 |
| 846 | 2026-06-09T21:34:19.516Z | Downloaded derive_more v2.1.1 |
| 847 | 2026-06-09T21:34:19.523Z | Downloaded pin-utils v0.1.0 |
| 848 | 2026-06-09T21:34:19.526Z | Downloaded phf_shared v0.11.3 |
| 849 | 2026-06-09T21:34:19.526Z | Downloaded phf_shared v0.13.1 |
| 850 | 2026-06-09T21:34:19.526Z | Downloaded phf_shared v0.12.1 |
| 851 | 2026-06-09T21:34:19.529Z | Downloaded nu-ansi-term v0.50.3 |
| 852 | 2026-06-09T21:34:19.529Z | Downloaded compact_str v0.8.1 |
| 853 | 2026-06-09T21:34:19.532Z | Downloaded num-integer v0.1.46 |
| 854 | 2026-06-09T21:34:19.532Z | Downloaded num-rational v0.4.2 |
| 855 | 2026-06-09T21:34:19.535Z | Downloaded num_enum_derive v0.7.6 |
| 856 | 2026-06-09T21:34:19.535Z | Downloaded heapless v0.8.0 |
| 857 | 2026-06-09T21:34:19.538Z | Downloaded indexmap v1.9.3 |
| 858 | 2026-06-09T21:34:19.541Z | Downloaded heapless v0.7.17 |
| 859 | 2026-06-09T21:34:19.544Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 860 | 2026-06-09T21:34:19.544Z | Downloaded proc-macro-crate v3.4.0 |
| 861 | 2026-06-09T21:34:19.544Z | Downloaded proc-macro-crate v1.3.1 |
| 862 | 2026-06-09T21:34:19.544Z | Downloaded predicates-tree v1.0.13 |
| 863 | 2026-06-09T21:34:19.548Z | Downloaded num_enum v0.7.6 |
| 864 | 2026-06-09T21:34:19.551Z | Downloaded predicates-core v1.0.10 |
| 865 | 2026-06-09T21:34:19.551Z | Downloaded paste v1.0.15 |
| 866 | 2026-06-09T21:34:19.555Z | Downloaded precomputed-hash v0.1.1 |
| 867 | 2026-06-09T21:34:19.555Z | Downloaded powerfmt v0.2.0 |
| 868 | 2026-06-09T21:34:19.555Z | Downloaded parking_lot_core v0.8.6 |
| 869 | 2026-06-09T21:34:19.555Z | Downloaded num_enum v0.5.11 |
| 870 | 2026-06-09T21:34:19.558Z | Downloaded ed25519-dalek v2.2.0 |
| 871 | 2026-06-09T21:34:19.561Z | Downloaded num-complex v0.4.6 |
| 872 | 2026-06-09T21:34:19.565Z | Downloaded memmap2 v0.9.10 |
| 873 | 2026-06-09T21:34:19.565Z | Downloaded packed_struct v0.10.1 |
| 874 | 2026-06-09T21:34:19.565Z | Downloaded libbz2-rs-sys v0.2.2 |
| 875 | 2026-06-09T21:34:19.568Z | Downloaded progenitor-client v0.11.2 |
| 876 | 2026-06-09T21:34:19.568Z | Downloaded progenitor-client v0.10.0 |
| 877 | 2026-06-09T21:34:19.568Z | Downloaded flate2 v1.1.9 |
| 878 | 2026-06-09T21:34:19.571Z | Downloaded pem-rfc7468 v0.7.0 |
| 879 | 2026-06-09T21:34:19.574Z | Downloaded parse-display-derive v0.10.0 |
| 880 | 2026-06-09T21:34:19.574Z | Downloaded owo-colors v4.3.0 |
| 881 | 2026-06-09T21:34:19.574Z | Downloaded base64 v0.21.7 |
| 882 | 2026-06-09T21:34:19.576Z | Downloaded native-tls v0.2.18 |
| 883 | 2026-06-09T21:34:19.579Z | Downloaded futures v0.3.32 |
| 884 | 2026-06-09T21:34:19.582Z | Downloaded omicron-zone-package v0.12.2 |
| 885 | 2026-06-09T21:34:19.583Z | Downloaded ignore v0.4.25 |
| 886 | 2026-06-09T21:34:19.585Z | Downloaded pem v3.0.6 |
| 887 | 2026-06-09T21:34:19.590Z | Downloaded oxide-tokio-rt v0.1.4 |
| 888 | 2026-06-09T21:34:19.590Z | Downloaded indicatif v0.18.4 |
| 889 | 2026-06-09T21:34:19.593Z | Downloaded password-hash v0.5.0 |
| 890 | 2026-06-09T21:34:19.593Z | Downloaded progenitor-macro v0.13.0 |
| 891 | 2026-06-09T21:34:19.593Z | Downloaded password-hash v0.4.2 |
| 892 | 2026-06-09T21:34:19.596Z | Downloaded progenitor-macro v0.11.2 |
| 893 | 2026-06-09T21:34:19.596Z | Downloaded pkg-config v0.3.32 |
| 894 | 2026-06-09T21:34:19.596Z | Downloaded cc v1.2.56 |
| 895 | 2026-06-09T21:34:19.599Z | Downloaded ppv-lite86 v0.2.21 |
| 896 | 2026-06-09T21:34:19.599Z | Downloaded pin-project-lite v0.2.17 |
| 897 | 2026-06-09T21:34:19.602Z | Downloaded peg-macros v0.8.5 |
| 898 | 2026-06-09T21:34:19.605Z | Downloaded phf v0.12.1 |
| 899 | 2026-06-09T21:34:19.605Z | Downloaded oxnet v0.1.5 |
| 900 | 2026-06-09T21:34:19.607Z | Downloaded bumpalo v3.20.2 |
| 901 | 2026-06-09T21:34:19.610Z | Downloaded psl-types v2.0.11 |
| 902 | 2026-06-09T21:34:19.610Z | Downloaded progenitor-client v0.14.0 |
| 903 | 2026-06-09T21:34:19.610Z | Downloaded quick-error v1.2.3 |
| 904 | 2026-06-09T21:34:19.610Z | Downloaded proc-macro-error2 v2.0.1 |
| 905 | 2026-06-09T21:34:19.613Z | Downloaded primeorder v0.13.6 |
| 906 | 2026-06-09T21:34:19.613Z | Downloaded der v0.7.10 |
| 907 | 2026-06-09T21:34:19.617Z | Downloaded rand_xorshift v0.4.0 |
| 908 | 2026-06-09T21:34:19.621Z | Downloaded parking_lot_core v0.9.12 |
| 909 | 2026-06-09T21:34:19.621Z | Downloaded rand_chacha v0.3.1 |
| 910 | 2026-06-09T21:34:19.621Z | Downloaded radium v0.7.0 |
| 911 | 2026-06-09T21:34:19.621Z | Downloaded num-derive v0.3.3 |
| 912 | 2026-06-09T21:34:19.624Z | Downloaded expectorate v1.2.0 |
| 913 | 2026-06-09T21:34:19.624Z | Downloaded diesel_derives v2.3.7 |
| 914 | 2026-06-09T21:34:19.628Z | Downloaded pin-project-internal v1.1.11 |
| 915 | 2026-06-09T21:34:19.631Z | Downloaded progenitor-macro v0.14.0 |
| 916 | 2026-06-09T21:34:19.631Z | Downloaded progenitor-client v0.13.0 |
| 917 | 2026-06-09T21:34:19.634Z | Downloaded async-compression v0.4.41 |
| 918 | 2026-06-09T21:34:19.637Z | Downloaded progenitor-extras v0.2.0 |
| 919 | 2026-06-09T21:34:19.640Z | Downloaded postgres-protocol v0.6.10 |
| 920 | 2026-06-09T21:34:19.640Z | Downloaded poly1305 v0.8.0 |
| 921 | 2026-06-09T21:34:19.640Z | Downloaded pkcs8 v0.10.2 |
| 922 | 2026-06-09T21:34:19.643Z | Downloaded polyval v0.6.2 |
| 923 | 2026-06-09T21:34:19.646Z | Downloaded olpc-cjson v0.1.4 |
| 924 | 2026-06-09T21:34:19.646Z | Downloaded derive_more-impl v2.1.1 |
| 925 | 2026-06-09T21:34:19.649Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 926 | 2026-06-09T21:34:19.649Z | Downloaded num-conv v0.2.0 |
| 927 | 2026-06-09T21:34:19.649Z | Downloaded jobserver v0.1.34 |
| 928 | 2026-06-09T21:34:19.653Z | Downloaded pkcs5 v0.7.1 |
| 929 | 2026-06-09T21:34:19.653Z | Downloaded r2d2 v0.8.10 |
| 930 | 2026-06-09T21:34:19.656Z | Downloaded phf v0.13.1 |
| 931 | 2026-06-09T21:34:19.656Z | Downloaded litrs v1.0.0 |
| 932 | 2026-06-09T21:34:19.659Z | Downloaded rustc_version v0.4.1 |
| 933 | 2026-06-09T21:34:19.659Z | Downloaded predicates v3.1.4 |
| 934 | 2026-06-09T21:34:19.662Z | Downloaded rustc_version v0.1.7 |
| 935 | 2026-06-09T21:34:19.662Z | Downloaded rustc-hash v2.1.1 |
| 936 | 2026-06-09T21:34:19.665Z | Downloaded progenitor v0.13.0 |
| 937 | 2026-06-09T21:34:19.665Z | Downloaded russh-cryptovec v0.7.3 |
| 938 | 2026-06-09T21:34:19.665Z | Downloaded recursive v0.1.1 |
| 939 | 2026-06-09T21:34:19.668Z | Downloaded ref-cast-impl v1.0.25 |
| 940 | 2026-06-09T21:34:19.668Z | Downloaded rfc6979 v0.4.0 |
| 941 | 2026-06-09T21:34:19.674Z | Downloaded oso v0.27.3 |
| 942 | 2026-06-09T21:34:19.679Z | Downloaded postcard v1.1.3 |
| 943 | 2026-06-09T21:34:19.682Z | Downloaded rand_core v0.9.5 |
| 944 | 2026-06-09T21:34:19.687Z | Downloaded rtoolbox v0.0.3 |
| 945 | 2026-06-09T21:34:19.690Z | Downloaded scheduled-thread-pool v0.2.7 |
| 946 | 2026-06-09T21:34:19.690Z | Downloaded miniz_oxide v0.8.9 |
| 947 | 2026-06-09T21:34:19.695Z | Downloaded ar_archive_writer v0.5.1 |
| 948 | 2026-06-09T21:34:19.698Z | Downloaded headers v0.4.1 |
| 949 | 2026-06-09T21:34:19.698Z | Downloaded const_format v0.2.35 |
| 950 | 2026-06-09T21:34:19.701Z | Downloaded progenitor v0.11.2 |
| 951 | 2026-06-09T21:34:19.704Z | Downloaded peg v0.8.5 |
| 952 | 2026-06-09T21:34:19.704Z | Downloaded psm v0.1.30 |
| 953 | 2026-06-09T21:34:19.708Z | Downloaded scroll_derive v0.13.1 |
| 954 | 2026-06-09T21:34:19.712Z | Downloaded crossterm v0.29.0 |
| 955 | 2026-06-09T21:34:19.716Z | Downloaded same-file v1.0.6 |
| 956 | 2026-06-09T21:34:19.716Z | Downloaded salsa20 v0.10.2 |
| 957 | 2026-06-09T21:34:19.719Z | Downloaded secrecy v0.8.0 |
| 958 | 2026-06-09T21:34:19.719Z | Downloaded sapling-renderdag v0.1.0 |
| 959 | 2026-06-09T21:34:19.722Z | Downloaded rand_core v0.6.4 |
| 960 | 2026-06-09T21:34:19.722Z | Downloaded rand_chacha v0.9.0 |
| 961 | 2026-06-09T21:34:19.722Z | Downloaded seq-macro v0.3.6 |
| 962 | 2026-06-09T21:34:19.725Z | Downloaded resolv-conf v0.7.6 |
| 963 | 2026-06-09T21:34:19.728Z | Downloaded quinn-udp v0.5.14 |
| 964 | 2026-06-09T21:34:19.728Z | Downloaded hickory-resolver v0.24.4 |
| 965 | 2026-06-09T21:34:19.730Z | Downloaded rand_seeder v0.4.0 |
| 966 | 2026-06-09T21:34:19.734Z | Downloaded rustls-pemfile v1.0.4 |
| 967 | 2026-06-09T21:34:19.737Z | Downloaded rand_core v0.10.0 |
| 968 | 2026-06-09T21:34:19.737Z | Downloaded serde-big-array v0.5.1 |
| 969 | 2026-06-09T21:34:19.737Z | Downloaded scopeguard v1.2.0 |
| 970 | 2026-06-09T21:34:19.739Z | Downloaded serde_spanned v1.0.4 |
| 971 | 2026-06-09T21:34:19.742Z | Downloaded serde_repr v0.1.20 |
| 972 | 2026-06-09T21:34:19.743Z | Downloaded scrypt v0.11.0 |
| 973 | 2026-06-09T21:34:19.746Z | Downloaded hashbrown v0.13.2 |
| 974 | 2026-06-09T21:34:19.746Z | Downloaded serde_plain v1.0.2 |
| 975 | 2026-06-09T21:34:19.749Z | Downloaded hickory-server v0.25.2 |
| 976 | 2026-06-09T21:34:19.752Z | Downloaded prefix-trie v0.7.0 |
| 977 | 2026-06-09T21:34:19.755Z | Downloaded aws-lc-rs v1.16.3 |
| 978 | 2026-06-09T21:34:19.760Z | Downloaded serde_bytes v0.11.19 |
| 979 | 2026-06-09T21:34:19.763Z | Downloaded secrecy v0.10.3 |
| 980 | 2026-06-09T21:34:19.763Z | Downloaded rustversion v1.0.22 |
| 981 | 2026-06-09T21:34:19.765Z | Downloaded serde_urlencoded v0.7.1 |
| 982 | 2026-06-09T21:34:19.765Z | Downloaded ref-cast v1.0.25 |
| 983 | 2026-06-09T21:34:19.768Z | Downloaded progenitor v0.14.0 |
| 984 | 2026-06-09T21:34:19.768Z | Downloaded rusty-fork v0.3.1 |
| 985 | 2026-06-09T21:34:19.768Z | Downloaded postgres-types v0.2.12 |
| 986 | 2026-06-09T21:34:19.771Z | Downloaded papergrid v0.17.0 |
| 987 | 2026-06-09T21:34:19.774Z | Downloaded parking_lot v0.11.2 |
| 988 | 2026-06-09T21:34:19.777Z | Downloaded progenitor-impl v0.13.0 |
| 989 | 2026-06-09T21:34:19.777Z | Downloaded progenitor-impl v0.11.2 |
| 990 | 2026-06-09T21:34:19.780Z | Downloaded hyper-util v0.1.20 |
| 991 | 2026-06-09T21:34:19.783Z | Downloaded siphasher v1.0.2 |
| 992 | 2026-06-09T21:34:19.783Z | Downloaded signature v2.2.0 |
| 993 | 2026-06-09T21:34:19.783Z | Downloaded sha1 v0.10.6 |
| 994 | 2026-06-09T21:34:19.786Z | Downloaded http v1.4.0 |
| 995 | 2026-06-09T21:34:19.786Z | Downloaded sigpipe v0.1.3 |
| 996 | 2026-06-09T21:34:19.790Z | Downloaded scroll v0.13.0 |
| 997 | 2026-06-09T21:34:19.790Z | Downloaded signal-hook-tokio v0.3.1 |
| 998 | 2026-06-09T21:34:19.790Z | Downloaded shell-words v1.1.1 |
| 999 | 2026-06-09T21:34:19.793Z | Downloaded semver v0.1.20 |
| 1000 | 2026-06-09T21:34:19.796Z | Downloaded sec1 v0.7.3 |
| 1001 | 2026-06-09T21:34:19.796Z | Downloaded slog-envlogger v2.2.0 |
| 1002 | 2026-06-09T21:34:19.800Z | Downloaded rustls-native-certs v0.8.3 |
| 1003 | 2026-06-09T21:34:19.805Z | Downloaded signal-hook-mio v0.2.5 |
| 1004 | 2026-06-09T21:34:19.808Z | Downloaded slog-bunyan v2.5.0 |
| 1005 | 2026-06-09T21:34:19.811Z | Downloaded pkcs1 v0.7.5 |
| 1006 | 2026-06-09T21:34:19.814Z | Downloaded russh-keys v0.45.0 |
| 1007 | 2026-06-09T21:34:19.814Z | Downloaded serde_path_to_error v0.1.20 |
| 1008 | 2026-06-09T21:34:19.817Z | Downloaded rustls-pki-types v1.14.0 |
| 1009 | 2026-06-09T21:34:19.820Z | Downloaded jiff-static v0.2.21 |
| 1010 | 2026-06-09T21:34:19.823Z | Downloaded hickory-resolver v0.25.2 |
| 1011 | 2026-06-09T21:34:19.828Z | Downloaded schemars_derive v0.8.22 |
| 1012 | 2026-06-09T21:34:19.831Z | Downloaded sct v0.7.1 |
| 1013 | 2026-06-09T21:34:19.833Z | Downloaded rustls-pemfile v2.2.0 |
| 1014 | 2026-06-09T21:34:19.834Z | Downloaded serde_with_macros v1.5.2 |
| 1015 | 2026-06-09T21:34:19.837Z | Downloaded ssh-encoding v0.2.0 |
| 1016 | 2026-06-09T21:34:19.840Z | Downloaded minimal-lexical v0.2.1 |
| 1017 | 2026-06-09T21:34:19.846Z | Downloaded openssl-sys v0.9.115 |
| 1018 | 2026-06-09T21:34:19.848Z | Downloaded pretty_assertions v1.4.1 |
| 1019 | 2026-06-09T21:34:19.848Z | Downloaded serde-hex v0.1.0 |
| 1020 | 2026-06-09T21:34:19.851Z | Downloaded simd-adler32 v0.3.8 |
| 1021 | 2026-06-09T21:34:19.854Z | Downloaded ssh-cipher v0.2.0 |
| 1022 | 2026-06-09T21:34:19.854Z | Downloaded strsim v0.10.0 |
| 1023 | 2026-06-09T21:34:19.860Z | Downloaded structmeta-derive v0.3.0 |
| 1024 | 2026-06-09T21:34:19.863Z | Downloaded structmeta v0.3.0 |
| 1025 | 2026-06-09T21:34:19.863Z | Downloaded parking_lot v0.12.5 |
| 1026 | 2026-06-09T21:34:19.863Z | Downloaded p256 v0.13.2 |
| 1027 | 2026-06-09T21:34:19.866Z | Downloaded ron v0.8.1 |
| 1028 | 2026-06-09T21:34:19.869Z | Downloaded slog-dtrace v0.3.0 |
| 1029 | 2026-06-09T21:34:19.871Z | Downloaded slab v0.4.12 |
| 1030 | 2026-06-09T21:34:19.871Z | Downloaded tabled_derive v0.11.0 |
| 1031 | 2026-06-09T21:34:19.874Z | Downloaded sqlparser_derive v0.5.0 |
| 1032 | 2026-06-09T21:34:19.877Z | Downloaded slog-stdlog v4.1.1 |
| 1033 | 2026-06-09T21:34:19.880Z | Downloaded strum v0.27.2 |
| 1034 | 2026-06-09T21:34:19.884Z | Downloaded shlex v1.3.0 |
| 1035 | 2026-06-09T21:34:19.887Z | Downloaded serde_derive_internals v0.29.1 |
| 1036 | 2026-06-09T21:34:19.887Z | Downloaded slog-term v2.9.2 |
| 1037 | 2026-06-09T21:34:19.890Z | Downloaded tagptr v0.2.0 |
| 1038 | 2026-06-09T21:34:19.890Z | Downloaded tap v1.0.1 |
| 1039 | 2026-06-09T21:34:19.893Z | Downloaded pin-project v1.1.11 |
| 1040 | 2026-06-09T21:34:19.899Z | Downloaded sync_wrapper v1.0.2 |
| 1041 | 2026-06-09T21:34:19.902Z | Downloaded sync-ptr v0.1.4 |
| 1042 | 2026-06-09T21:34:19.902Z | Downloaded supports-color v3.0.2 |
| 1043 | 2026-06-09T21:34:19.905Z | Downloaded subtle v2.6.1 |
| 1044 | 2026-06-09T21:34:19.905Z | Downloaded rayon-core v1.13.0 |
| 1045 | 2026-06-09T21:34:19.908Z | Downloaded tabwriter v1.4.1 |
| 1046 | 2026-06-09T21:34:19.910Z | Downloaded slog-async v2.8.0 |
| 1047 | 2026-06-09T21:34:19.913Z | Downloaded termtree v0.5.1 |
| 1048 | 2026-06-09T21:34:19.916Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1049 | 2026-06-09T21:34:19.919Z | Downloaded thread-id v5.1.0 |
| 1050 | 2026-06-09T21:34:19.922Z | Downloaded tinyvec_macros v0.1.1 |
| 1051 | 2026-06-09T21:34:19.922Z | Downloaded nom v7.1.3 |
| 1052 | 2026-06-09T21:34:19.926Z | Downloaded smallvec v0.6.14 |
| 1053 | 2026-06-09T21:34:19.929Z | Downloaded stacker v0.1.23 |
| 1054 | 2026-06-09T21:34:19.929Z | Downloaded libxml v0.3.3 |
| 1055 | 2026-06-09T21:34:19.932Z | Downloaded take_mut v0.2.2 |
| 1056 | 2026-06-09T21:34:19.933Z | Downloaded slog-scope v4.4.1 |
| 1057 | 2026-06-09T21:34:19.936Z | Downloaded signal-hook-registry v1.4.8 |
| 1058 | 2026-06-09T21:34:19.939Z | Downloaded strum v0.26.3 |
| 1059 | 2026-06-09T21:34:19.939Z | Downloaded string_cache v0.8.9 |
| 1060 | 2026-06-09T21:34:19.943Z | Downloaded strum_macros v0.24.3 |
| 1061 | 2026-06-09T21:34:19.946Z | Downloaded testing_table v0.3.0 |
| 1062 | 2026-06-09T21:34:19.946Z | Downloaded sqlformat v0.3.5 |
| 1063 | 2026-06-09T21:34:19.949Z | Downloaded spki v0.7.3 |
| 1064 | 2026-06-09T21:34:19.949Z | Downloaded snafu-derive v0.8.9 |
| 1065 | 2026-06-09T21:34:19.953Z | Downloaded tokio-macros v2.7.0 |
| 1066 | 2026-06-09T21:34:19.956Z | Downloaded strum_macros v0.26.4 |
| 1067 | 2026-06-09T21:34:19.956Z | Downloaded slog-json v2.6.1 |
| 1068 | 2026-06-09T21:34:19.959Z | Downloaded quinn v0.11.9 |
| 1069 | 2026-06-09T21:34:19.961Z | Downloaded hashbrown v0.12.3 |
| 1070 | 2026-06-09T21:34:19.964Z | Downloaded rand v0.8.6 |
| 1071 | 2026-06-09T21:34:19.968Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1072 | 2026-06-09T21:34:19.968Z | Downloaded static_assertions v1.1.0 |
| 1073 | 2026-06-09T21:34:19.971Z | Downloaded progenitor-impl v0.14.0 |
| 1074 | 2026-06-09T21:34:19.976Z | Downloaded topological-sort v0.2.2 |
| 1075 | 2026-06-09T21:34:19.978Z | Downloaded stringprep v0.1.5 |
| 1076 | 2026-06-09T21:34:19.981Z | Downloaded hashbrown v0.15.5 |
| 1077 | 2026-06-09T21:34:19.985Z | Downloaded itertools v0.10.5 |
| 1078 | 2026-06-09T21:34:19.990Z | Downloaded itertools v0.12.1 |
| 1079 | 2026-06-09T21:34:19.994Z | Downloaded strum_macros v0.27.2 |
| 1080 | 2026-06-09T21:34:19.997Z | Downloaded signal-hook v0.3.18 |
| 1081 | 2026-06-09T21:34:20.000Z | Downloaded time-core v0.1.8 |
| 1082 | 2026-06-09T21:34:20.000Z | Downloaded thread_local v1.1.9 |
| 1083 | 2026-06-09T21:34:20.000Z | Downloaded thiserror-no-std v2.0.2 |
| 1084 | 2026-06-09T21:34:20.003Z | Downloaded tower-layer v0.3.3 |
| 1085 | 2026-06-09T21:34:20.003Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1086 | 2026-06-09T21:34:20.006Z | Downloaded tls_codec_derive v0.4.2 |
| 1087 | 2026-06-09T21:34:20.009Z | Downloaded tls_codec v0.4.2 |
| 1088 | 2026-06-09T21:34:20.009Z | Downloaded dropshot-api-manager v0.7.2 |
| 1089 | 2026-06-09T21:34:20.011Z | Downloaded futures-util v0.3.32 |
| 1090 | 2026-06-09T21:34:20.017Z | Downloaded try-lock v0.2.5 |
| 1091 | 2026-06-09T21:34:20.021Z | Downloaded trait-variant v0.1.2 |
| 1092 | 2026-06-09T21:34:20.022Z | Downloaded similar v2.7.0 |
| 1093 | 2026-06-09T21:34:20.024Z | Downloaded schemars v0.8.22 |
| 1094 | 2026-06-09T21:34:20.028Z | Downloaded tower-service v0.3.3 |
| 1095 | 2026-06-09T21:34:20.031Z | Downloaded typify-macro v0.4.3 |
| 1096 | 2026-06-09T21:34:20.031Z | Downloaded tokio-dtrace v0.1.1 |
| 1097 | 2026-06-09T21:34:20.031Z | Downloaded smf v0.2.3 |
| 1098 | 2026-06-09T21:34:20.034Z | Downloaded unarray v0.1.4 |
| 1099 | 2026-06-09T21:34:20.035Z | Downloaded typify-macro v0.6.2 |
| 1100 | 2026-06-09T21:34:20.035Z | Downloaded prettyplease v0.2.37 |
| 1101 | 2026-06-09T21:34:20.038Z | Downloaded num-bigint v0.4.6 |
| 1102 | 2026-06-09T21:34:20.038Z | Downloaded termios v0.3.3 |
| 1103 | 2026-06-09T21:34:20.041Z | Downloaded serde_cbor v0.11.2 |
| 1104 | 2026-06-09T21:34:20.044Z | Downloaded time-macros v0.2.27 |
| 1105 | 2026-06-09T21:34:20.044Z | Downloaded term v0.7.0 |
| 1106 | 2026-06-09T21:34:20.047Z | Downloaded tokio-tungstenite v0.23.1 |
| 1107 | 2026-06-09T21:34:20.047Z | Downloaded tiny-keccak v2.0.2 |
| 1108 | 2026-06-09T21:34:20.050Z | Downloaded tokio-rustls v0.25.0 |
| 1109 | 2026-06-09T21:34:20.050Z | Downloaded spin v0.9.8 |
| 1110 | 2026-06-09T21:34:20.053Z | Downloaded unicode-truncate v1.1.0 |
| 1111 | 2026-06-09T21:34:20.053Z | Downloaded unit-prefix v0.5.2 |
| 1112 | 2026-06-09T21:34:20.056Z | Downloaded utf-8 v0.7.6 |
| 1113 | 2026-06-09T21:34:20.056Z | Downloaded socket2 v0.6.3 |
| 1114 | 2026-06-09T21:34:20.059Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1115 | 2026-06-09T21:34:20.062Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1116 | 2026-06-09T21:34:20.064Z | Downloaded term v1.2.1 |
| 1117 | 2026-06-09T21:34:20.064Z | Downloaded mio v1.2.0 |
| 1118 | 2026-06-09T21:34:20.068Z | Downloaded aes v0.8.4 |
| 1119 | 2026-06-09T21:34:20.104Z | Downloaded socket2 v0.5.10 |
| 1120 | 2026-06-09T21:34:20.105Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1121 | 2026-06-09T21:34:20.105Z | Downloaded tokio-native-tls v0.3.1 |
| 1122 | 2026-06-09T21:34:20.105Z | Downloaded serde_with_macros v3.17.0 |
| 1123 | 2026-06-09T21:34:20.105Z | Downloaded itertools v0.14.0 |
| 1124 | 2026-06-09T21:34:20.105Z | Downloaded usdt-macro v0.6.0 |
| 1125 | 2026-06-09T21:34:20.105Z | Downloaded universal-hash v0.5.1 |
| 1126 | 2026-06-09T21:34:20.105Z | Downloaded itertools v0.13.0 |
| 1127 | 2026-06-09T21:34:20.105Z | Downloaded qorb v0.4.1 |
| 1128 | 2026-06-09T21:34:20.105Z | Downloaded publicsuffix v2.3.0 |
| 1129 | 2026-06-09T21:34:20.105Z | Downloaded support-bundle-viewer v0.1.2 |
| 1130 | 2026-06-09T21:34:20.105Z | Downloaded tokio-tungstenite v0.21.0 |
| 1131 | 2026-06-09T21:34:20.105Z | Downloaded nom v8.0.0 |
| 1132 | 2026-06-09T21:34:20.105Z | Downloaded subprocess v0.2.15 |
| 1133 | 2026-06-09T21:34:20.108Z | Downloaded tokio-stream v0.1.18 |
| 1134 | 2026-06-09T21:34:20.108Z | Downloaded void v1.0.2 |
| 1135 | 2026-06-09T21:34:20.108Z | Downloaded want v0.3.1 |
| 1136 | 2026-06-09T21:34:20.108Z | Downloaded waitgroup v0.1.2 |
| 1137 | 2026-06-09T21:34:20.108Z | Downloaded usdt-attr-macro v0.6.0 |
| 1138 | 2026-06-09T21:34:20.108Z | Downloaded tokio-rustls v0.24.1 |
| 1139 | 2026-06-09T21:34:20.111Z | Downloaded untrusted v0.9.0 |
| 1140 | 2026-06-09T21:34:20.111Z | Downloaded untrusted v0.7.1 |
| 1141 | 2026-06-09T21:34:20.111Z | Downloaded tokio-rustls v0.26.4 |
| 1142 | 2026-06-09T21:34:20.114Z | Downloaded h2 v0.4.13 |
| 1143 | 2026-06-09T21:34:20.117Z | Downloaded slog v2.8.2 |
| 1144 | 2026-06-09T21:34:20.120Z | Downloaded rand v0.10.0 |
| 1145 | 2026-06-09T21:34:20.123Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1146 | 2026-06-09T21:34:20.124Z | Downloaded rcgen v0.12.1 |
| 1147 | 2026-06-09T21:34:20.127Z | Downloaded xattr v1.6.1 |
| 1148 | 2026-06-09T21:34:20.132Z | Downloaded tui-tree-widget v0.23.1 |
| 1149 | 2026-06-09T21:34:20.135Z | Downloaded snafu v0.8.9 |
| 1150 | 2026-06-09T21:34:20.137Z | Downloaded usdt-impl v0.6.0 |
| 1151 | 2026-06-09T21:34:20.141Z | Downloaded hkdf v0.12.4 |
| 1152 | 2026-06-09T21:34:20.141Z | Downloaded unicase v2.9.0 |
| 1153 | 2026-06-09T21:34:20.145Z | Downloaded test-strategy v0.4.5 |
| 1154 | 2026-06-09T21:34:20.149Z | Downloaded zeroize_derive v1.4.3 |
| 1155 | 2026-06-09T21:34:20.152Z | Downloaded xshell-macros v0.2.7 |
| 1156 | 2026-06-09T21:34:20.155Z | Downloaded rsa v0.9.10 |
| 1157 | 2026-06-09T21:34:20.160Z | Downloaded uzers v0.12.2 |
| 1158 | 2026-06-09T21:34:20.163Z | Downloaded rustls-webpki v0.103.9 |
| 1159 | 2026-06-09T21:34:20.165Z | Downloaded samael v0.0.19 |
| 1160 | 2026-06-09T21:34:20.168Z | Downloaded iddqd v0.4.2 |
| 1161 | 2026-06-09T21:34:20.172Z | Downloaded wait-timeout v0.2.1 |
| 1162 | 2026-06-09T21:34:20.175Z | Downloaded p521 v0.13.3 |
| 1163 | 2026-06-09T21:34:20.178Z | Downloaded zone v0.3.1 |
| 1164 | 2026-06-09T21:34:20.182Z | Downloaded iri-string v0.7.10 |
| 1165 | 2026-06-09T21:34:20.186Z | Downloaded walkdir v2.5.0 |
| 1166 | 2026-06-09T21:34:20.189Z | Downloaded hashbrown v0.16.1 |
| 1167 | 2026-06-09T21:34:20.192Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1168 | 2026-06-09T21:34:20.195Z | Downloaded usdt v0.6.0 |
| 1169 | 2026-06-09T21:34:20.195Z | Downloaded whoami v2.1.0 |
| 1170 | 2026-06-09T21:34:20.198Z | Downloaded zone_cfg_derive v0.3.1 |
| 1171 | 2026-06-09T21:34:20.201Z | Downloaded wyz v0.5.1 |
| 1172 | 2026-06-09T21:34:20.201Z | Downloaded rand v0.9.2 |
| 1173 | 2026-06-09T21:34:20.204Z | Downloaded ryu v1.0.23 |
| 1174 | 2026-06-09T21:34:20.204Z | Downloaded unicode-properties v0.1.4 |
| 1175 | 2026-06-09T21:34:20.207Z | Downloaded vergen-git2 v9.1.0 |
| 1176 | 2026-06-09T21:34:20.210Z | Downloaded blake3 v1.8.3 |
| 1177 | 2026-06-09T21:34:20.215Z | Downloaded schemars v0.9.0 |
| 1178 | 2026-06-09T21:34:20.221Z | Downloaded zeroize v1.8.2 |
| 1179 | 2026-06-09T21:34:20.225Z | Downloaded xshell v0.2.7 |
| 1180 | 2026-06-09T21:34:20.225Z | Downloaded vergen-lib v9.1.0 |
| 1181 | 2026-06-09T21:34:20.225Z | Downloaded schemars v1.2.1 |
| 1182 | 2026-06-09T21:34:20.232Z | Downloaded vergen-lib v0.1.6 |
| 1183 | 2026-06-09T21:34:20.235Z | Downloaded tracing-core v0.1.36 |
| 1184 | 2026-06-09T21:34:20.235Z | Downloaded tinyvec v1.10.0 |
| 1185 | 2026-06-09T21:34:20.237Z | Downloaded tracing-attributes v0.1.31 |
| 1186 | 2026-06-09T21:34:20.237Z | Downloaded hyper v1.8.1 |
| 1187 | 2026-06-09T21:34:20.241Z | Downloaded zstd-safe v7.2.4 |
| 1188 | 2026-06-09T21:34:20.244Z | Downloaded zstd v0.13.3 |
| 1189 | 2026-06-09T21:34:20.247Z | Downloaded toml v0.7.8 |
| 1190 | 2026-06-09T21:34:20.247Z | Downloaded tar v0.4.45 |
| 1191 | 2026-06-09T21:34:20.250Z | Downloaded rpassword v7.4.0 |
| 1192 | 2026-06-09T21:34:20.277Z | Downloaded ssh-key v0.6.7 |
| 1193 | 2026-06-09T21:34:20.284Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1194 | 2026-06-09T21:34:20.287Z | Downloaded aho-corasick v1.1.4 |
| 1195 | 2026-06-09T21:34:20.290Z | Downloaded typify v0.4.3 |
| 1196 | 2026-06-09T21:34:20.293Z | Downloaded vte v0.14.1 |
| 1197 | 2026-06-09T21:34:20.296Z | Downloaded vergen-gitcl v1.0.8 |
| 1198 | 2026-06-09T21:34:20.296Z | Downloaded bitvec v1.0.1 |
| 1199 | 2026-06-09T21:34:20.303Z | Downloaded vergen v9.1.0 |
| 1200 | 2026-06-09T21:34:20.306Z | Downloaded unsafe-libyaml v0.2.11 |
| 1201 | 2026-06-09T21:34:20.309Z | Downloaded whoami v1.6.1 |
| 1202 | 2026-06-09T21:34:20.312Z | Downloaded toml_edit v0.19.15 |
| 1203 | 2026-06-09T21:34:20.321Z | Downloaded vsss-rs v3.3.4 |
| 1204 | 2026-06-09T21:34:20.323Z | Downloaded twox-hash v2.1.2 |
| 1205 | 2026-06-09T21:34:20.324Z | Downloaded tungstenite v0.23.0 |
| 1206 | 2026-06-09T21:34:20.326Z | Downloaded git2 v0.20.4 |
| 1207 | 2026-06-09T21:34:20.330Z | Downloaded russh v0.45.0 |
| 1208 | 2026-06-09T21:34:20.333Z | Downloaded zopfli v0.8.3 |
| 1209 | 2026-06-09T21:34:20.336Z | Downloaded unicode-bidi v0.3.18 |
| 1210 | 2026-06-09T21:34:20.336Z | Downloaded typify v0.6.2 |
| 1211 | 2026-06-09T21:34:20.339Z | Downloaded zerocopy v0.6.6 |
| 1212 | 2026-06-09T21:34:20.342Z | Downloaded yasna v0.5.2 |
| 1213 | 2026-06-09T21:34:20.342Z | Downloaded steno v0.4.1 |
| 1214 | 2026-06-09T21:34:20.345Z | Downloaded reedline v0.40.0 |
| 1215 | 2026-06-09T21:34:20.347Z | Downloaded p384 v0.13.1 |
| 1216 | 2026-06-09T21:34:20.350Z | Downloaded yansi v1.0.1 |
| 1217 | 2026-06-09T21:34:20.353Z | Downloaded curve25519-dalek v4.1.3 |
| 1218 | 2026-06-09T21:34:20.356Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1219 | 2026-06-09T21:34:20.362Z | Downloaded rustyline v14.0.0 |
| 1220 | 2026-06-09T21:34:20.365Z | Downloaded zip v0.6.6 |
| 1221 | 2026-06-09T21:34:20.365Z | Downloaded num-bigint-dig v0.8.6 |
| 1222 | 2026-06-09T21:34:20.367Z | Downloaded rayon v1.11.0 |
| 1223 | 2026-06-09T21:34:20.373Z | Downloaded libm v0.2.16 |
| 1224 | 2026-06-09T21:34:20.379Z | Downloaded tungstenite v0.21.0 |
| 1225 | 2026-06-09T21:34:20.384Z | Downloaded rustls-webpki v0.101.7 |
| 1226 | 2026-06-09T21:34:20.391Z | Downloaded zerocopy-derive v0.8.40 |
| 1227 | 2026-06-09T21:34:20.396Z | Downloaded tower v0.5.3 |
| 1228 | 2026-06-09T21:34:20.401Z | Downloaded salty v0.3.0 |
| 1229 | 2026-06-09T21:34:20.405Z | Downloaded lalrpop v0.19.12 |
| 1230 | 2026-06-09T21:34:20.411Z | Downloaded uuid v1.23.0 |
| 1231 | 2026-06-09T21:34:20.414Z | Downloaded x509-cert v0.2.5 |
| 1232 | 2026-06-09T21:34:20.417Z | Downloaded unicode-segmentation v1.12.0 |
| 1233 | 2026-06-09T21:34:20.420Z | Downloaded serde_with v1.14.0 |
| 1234 | 2026-06-09T21:34:20.442Z | Downloaded tough v0.22.0 |
| 1235 | 2026-06-09T21:34:20.451Z | Downloaded proptest v1.10.0 |
| 1236 | 2026-06-09T21:34:20.466Z | Downloaded serde_with v3.17.0 |
| 1237 | 2026-06-09T21:34:20.472Z | Downloaded unicode_categories v0.1.1 |
| 1238 | 2026-06-09T21:34:20.479Z | Downloaded radix_trie v0.2.1 |
| 1239 | 2026-06-09T21:34:20.482Z | Downloaded chrono v0.4.44 |
| 1240 | 2026-06-09T21:34:20.485Z | Downloaded bindgen v0.71.1 |
| 1241 | 2026-06-09T21:34:20.502Z | Downloaded regex v1.12.3 |
| 1242 | 2026-06-09T21:34:20.505Z | Downloaded reqwest v0.13.2 |
| 1243 | 2026-06-09T21:34:20.508Z | Downloaded winnow v0.6.26 |
| 1244 | 2026-06-09T21:34:20.512Z | Downloaded reqwest v0.12.28 |
| 1245 | 2026-06-09T21:34:20.515Z | Downloaded nix v0.28.0 |
| 1246 | 2026-06-09T21:34:20.521Z | Downloaded nix v0.27.1 |
| 1247 | 2026-06-09T21:34:20.532Z | Downloaded portable-atomic v1.13.1 |
| 1248 | 2026-06-09T21:34:20.552Z | Downloaded tokio-postgres v0.7.16 |
| 1249 | 2026-06-09T21:34:20.558Z | Downloaded unicode-normalization v0.1.25 |
| 1250 | 2026-06-09T21:34:20.561Z | Downloaded time v0.3.47 |
| 1251 | 2026-06-09T21:34:20.568Z | Downloaded rustls v0.21.12 |
| 1252 | 2026-06-09T21:34:20.574Z | Downloaded quick-xml v0.37.5 |
| 1253 | 2026-06-09T21:34:20.587Z | Downloaded regex-syntax v0.6.29 |
| 1254 | 2026-06-09T21:34:20.591Z | Downloaded goblin v0.10.5 |
| 1255 | 2026-06-09T21:34:20.597Z | Downloaded typed-path v0.9.3 |
| 1256 | 2026-06-09T21:34:20.601Z | Downloaded nix v0.31.2 |
| 1257 | 2026-06-09T21:34:20.607Z | Downloaded moka v0.12.13 |
| 1258 | 2026-06-09T21:34:20.612Z | Downloaded dropshot v0.17.0 |
| 1259 | 2026-06-09T21:34:20.624Z | Downloaded vcpkg v0.2.15 |
| 1260 | 2026-06-09T21:34:20.645Z | Downloaded webpki-roots v1.0.6 |
| 1261 | 2026-06-09T21:34:20.648Z | Downloaded petname v2.0.2 |
| 1262 | 2026-06-09T21:34:20.651Z | Downloaded rustls v0.22.4 |
| 1263 | 2026-06-09T21:34:20.657Z | Downloaded regress v0.11.1 |
| 1264 | 2026-06-09T21:34:20.662Z | Downloaded zip v4.6.1 |
| 1265 | 2026-06-09T21:34:20.665Z | Downloaded diesel v2.3.7 |
| 1266 | 2026-06-09T21:34:20.676Z | Downloaded tower-http v0.6.8 |
| 1267 | 2026-06-09T21:34:20.681Z | Downloaded regex-syntax v0.8.10 |
| 1268 | 2026-06-09T21:34:20.685Z | Downloaded bstr v1.12.1 |
| 1269 | 2026-06-09T21:34:20.690Z | Downloaded regress v0.10.5 |
| 1270 | 2026-06-09T21:34:20.695Z | Downloaded tokio-util v0.7.18 |
| 1271 | 2026-06-09T21:34:20.706Z | Downloaded quinn-proto v0.11.13 |
| 1272 | 2026-06-09T21:34:20.714Z | Downloaded rustls-webpki v0.102.8 |
| 1273 | 2026-06-09T21:34:20.724Z | Downloaded object v0.30.4 |
| 1274 | 2026-06-09T21:34:20.729Z | Downloaded sqlparser v0.61.0 |
| 1275 | 2026-06-09T21:34:20.755Z | Downloaded polar-core v0.27.3 |
| 1276 | 2026-06-09T21:34:20.767Z | Downloaded winnow v0.5.40 |
| 1277 | 2026-06-09T21:34:20.771Z | Downloaded typify-impl v0.6.2 |
| 1278 | 2026-06-09T21:34:20.780Z | Downloaded ratatui v0.29.0 |
| 1279 | 2026-06-09T21:34:20.791Z | Downloaded zlib-rs v0.6.2 |
| 1280 | 2026-06-09T21:34:20.794Z | Downloaded tabled v0.20.0 |
| 1281 | 2026-06-09T21:34:20.804Z | Downloaded openssl v0.10.79 |
| 1282 | 2026-06-09T21:34:20.827Z | Downloaded petgraph v0.6.5 |
| 1283 | 2026-06-09T21:34:20.838Z | Downloaded smoltcp v0.9.1 |
| 1284 | 2026-06-09T21:34:20.844Z | Downloaded jiff v0.2.21 |
| 1285 | 2026-06-09T21:34:20.854Z | Downloaded object v0.37.3 |
| 1286 | 2026-06-09T21:34:20.860Z | Downloaded csv v1.4.0 |
| 1287 | 2026-06-09T21:34:20.872Z | Downloaded petgraph v0.8.3 |
| 1288 | 2026-06-09T21:34:20.884Z | Downloaded zerocopy v0.8.40 |
| 1289 | 2026-06-09T21:34:20.890Z | Downloaded hickory-proto v0.24.4 |
| 1290 | 2026-06-09T21:34:20.903Z | Downloaded smoltcp v0.11.0 |
| 1291 | 2026-06-09T21:34:20.909Z | Downloaded openapiv3 v2.2.0 |
| 1292 | 2026-06-09T21:34:20.917Z | Downloaded sha3 v0.10.8 |
| 1293 | 2026-06-09T21:34:20.926Z | Downloaded hickory-proto v0.25.2 |
| 1294 | 2026-06-09T21:34:20.933Z | Downloaded rustls v0.23.37 |
| 1295 | 2026-06-09T21:34:20.942Z | Downloaded rustix v0.38.44 |
| 1296 | 2026-06-09T21:34:20.963Z | Downloaded encoding_rs v0.8.35 |
| 1297 | 2026-06-09T21:34:20.991Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1298 | 2026-06-09T21:34:21.068Z | Downloaded sled v0.34.7 |
| 1299 | 2026-06-09T21:34:21.092Z | Downloaded typify-impl v0.4.3 |
| 1300 | 2026-06-09T21:34:21.101Z | Downloaded tracing v0.1.44 |
| 1301 | 2026-06-09T21:34:21.124Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1302 | 2026-06-09T21:34:21.167Z | Downloaded zerocopy-derive v0.6.6 |
| 1303 | 2026-06-09T21:34:21.175Z | Downloaded regex-automata v0.4.14 |
| 1304 | 2026-06-09T21:34:21.210Z | Downloaded chrono-tz v0.10.4 |
| 1305 | 2026-06-09T21:34:21.261Z | Downloaded libz-sys v1.1.24 |
| 1306 | 2026-06-09T21:34:21.277Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1307 | 2026-06-09T21:34:21.304Z | Downloaded tokio v1.52.1 |
| 1308 | 2026-06-09T21:34:21.397Z | Downloaded ring v0.17.14 |
| 1309 | 2026-06-09T21:34:22.031Z | Downloaded aws-lc-sys v0.40.0 |
| 1310 | 2026-06-09T21:34:22.300Z | Compiling libc v0.2.185 |
| 1311 | 2026-06-09T21:34:22.300Z | Compiling serde v1.0.228 |
| 1312 | 2026-06-09T21:34:22.303Z | Compiling log v0.4.29 |
| 1313 | 2026-06-09T21:34:22.303Z | Compiling find-msvc-tools v0.1.9 |
| 1314 | 2026-06-09T21:34:22.453Z | Compiling shlex v1.3.0 |
| 1315 | 2026-06-09T21:34:22.461Z | Compiling smallvec v1.15.1 |
| 1316 | 2026-06-09T21:34:22.482Z | Compiling syn v2.0.117 |
| 1317 | 2026-06-09T21:34:22.485Z | Compiling typenum v1.19.0 |
| 1318 | 2026-06-09T21:34:22.648Z | Compiling generic-array v0.14.7 |
| 1319 | 2026-06-09T21:34:22.661Z | Compiling subtle v2.6.1 |
| 1320 | 2026-06-09T21:34:22.675Z | Compiling scopeguard v1.2.0 |
| 1321 | 2026-06-09T21:34:22.711Z | Compiling const-oid v0.9.6 |
| 1322 | 2026-06-09T21:34:22.772Z | Compiling lock_api v0.4.14 |
| 1323 | 2026-06-09T21:34:22.785Z | Compiling serde_json v1.0.149 |
| 1324 | 2026-06-09T21:34:22.835Z | Compiling zerocopy v0.8.40 |
| 1325 | 2026-06-09T21:34:22.904Z | Compiling parking_lot_core v0.9.12 |
| 1326 | 2026-06-09T21:34:23.000Z | Compiling pin-project-lite v0.2.17 |
| 1327 | 2026-06-09T21:34:23.098Z | Compiling portable-atomic v1.13.1 |
| 1328 | 2026-06-09T21:34:23.156Z | Compiling pkg-config v0.3.32 |
| 1329 | 2026-06-09T21:34:23.275Z | Compiling getrandom v0.2.17 |
| 1330 | 2026-06-09T21:34:23.344Z | Compiling jobserver v0.1.34 |
| 1331 | 2026-06-09T21:34:23.442Z | Compiling rand_core v0.6.4 |
| 1332 | 2026-06-09T21:34:23.461Z | Compiling errno v0.3.14 |
| 1333 | 2026-06-09T21:34:23.569Z | Compiling cc v1.2.56 |
| 1334 | 2026-06-09T21:34:23.728Z | Compiling signal-hook-registry v1.4.8 |
| 1335 | 2026-06-09T21:34:23.740Z | Compiling bitflags v2.11.0 |
| 1336 | 2026-06-09T21:34:23.771Z | Compiling libm v0.2.16 |
| 1337 | 2026-06-09T21:34:23.820Z | Compiling critical-section v1.2.0 |
| 1338 | 2026-06-09T21:34:23.930Z | Compiling futures-core v0.3.32 |
| 1339 | 2026-06-09T21:34:23.963Z | Compiling parking_lot v0.12.5 |
| 1340 | 2026-06-09T21:34:23.991Z | Compiling mio v1.2.0 |
| 1341 | 2026-06-09T21:34:24.084Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-06-09T21:34:24.100Z | Compiling num-traits v0.2.19 |
| 1343 | 2026-06-09T21:34:24.174Z | Compiling percent-encoding v2.3.2 |
| 1344 | 2026-06-09T21:34:24.299Z | Compiling socket2 v0.6.3 |
| 1345 | 2026-06-09T21:34:24.334Z | Compiling futures-sink v0.3.32 |
| 1346 | 2026-06-09T21:34:24.364Z | Compiling futures-io v0.3.32 |
| 1347 | 2026-06-09T21:34:24.436Z | Compiling futures-channel v0.3.32 |
| 1348 | 2026-06-09T21:34:24.439Z | Compiling futures-task v0.3.32 |
| 1349 | 2026-06-09T21:34:24.468Z | Compiling cpufeatures v0.2.17 |
| 1350 | 2026-06-09T21:34:24.517Z | Compiling slab v0.4.12 |
| 1351 | 2026-06-09T21:34:24.541Z | Compiling getrandom v0.4.1 |
| 1352 | 2026-06-09T21:34:24.615Z | Compiling rand_core v0.10.0 |
| 1353 | 2026-06-09T21:34:24.662Z | Compiling indexmap v2.14.0 |
| 1354 | 2026-06-09T21:34:24.686Z | Compiling getrandom v0.3.4 |
| 1355 | 2026-06-09T21:34:24.703Z | Compiling rustversion v1.0.22 |
| 1356 | 2026-06-09T21:34:24.781Z | Compiling form_urlencoded v1.2.2 |
| 1357 | 2026-06-09T21:34:25.098Z | Compiling cmake v0.1.57 |
| 1358 | 2026-06-09T21:34:25.121Z | Compiling dunce v1.0.5 |
| 1359 | 2026-06-09T21:34:25.148Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-06-09T21:34:25.303Z | Compiling synstructure v0.13.2 |
| 1361 | 2026-06-09T21:34:25.332Z | Compiling base64ct v1.8.3 |
| 1362 | 2026-06-09T21:34:25.417Z | Compiling ident_case v1.0.1 |
| 1363 | 2026-06-09T21:34:25.497Z | Compiling aws-lc-sys v0.40.0 |
| 1364 | 2026-06-09T21:34:25.541Z | Compiling rustix v1.1.3 |
| 1365 | 2026-06-09T21:34:25.590Z | Compiling pem-rfc7468 v0.7.0 |
| 1366 | 2026-06-09T21:34:25.622Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-06-09T21:34:25.670Z | Compiling regex-syntax v0.8.10 |
| 1368 | 2026-06-09T21:34:25.798Z | Compiling flagset v0.4.7 |
| 1369 | 2026-06-09T21:34:25.824Z | Compiling rand_core v0.9.5 |
| 1370 | 2026-06-09T21:34:25.902Z | Compiling ring v0.17.14 |
| 1371 | 2026-06-09T21:34:25.923Z | Compiling vcpkg v0.2.15 |
| 1372 | 2026-06-09T21:34:25.935Z | Compiling aws-lc-rs v1.16.3 |
| 1373 | 2026-06-09T21:34:26.106Z | Compiling uuid v1.23.0 |
| 1374 | 2026-06-09T21:34:26.223Z | Compiling rustc_version v0.4.1 |
| 1375 | 2026-06-09T21:34:26.558Z | Compiling tracing-core v0.1.36 |
| 1376 | 2026-06-09T21:34:26.653Z | Compiling openssl-sys v0.9.115 |
| 1377 | 2026-06-09T21:34:26.798Z | Compiling base64 v0.22.1 |
| 1378 | 2026-06-09T21:34:27.044Z | Compiling serde_derive v1.0.228 |
| 1379 | 2026-06-09T21:34:27.089Z | Compiling zeroize_derive v1.4.3 |
| 1380 | 2026-06-09T21:34:27.109Z | Compiling zerofrom-derive v0.1.6 |
| 1381 | 2026-06-09T21:34:27.154Z | Compiling yoke-derive v0.8.1 |
| 1382 | 2026-06-09T21:34:27.275Z | Compiling zerocopy-derive v0.8.40 |
| 1383 | 2026-06-09T21:34:27.770Z | Compiling zeroize v1.8.2 |
| 1384 | 2026-06-09T21:34:28.007Z | Compiling zerovec-derive v0.11.2 |
| 1385 | 2026-06-09T21:34:28.340Z | Compiling displaydoc v0.2.5 |
| 1386 | 2026-06-09T21:34:28.504Z | Compiling crypto-common v0.1.7 |
| 1387 | 2026-06-09T21:34:28.529Z | Compiling zerofrom v0.1.6 |
| 1388 | 2026-06-09T21:34:28.647Z | Compiling yoke v0.8.1 |
| 1389 | 2026-06-09T21:34:28.647Z | Compiling block-buffer v0.10.4 |
| 1390 | 2026-06-09T21:34:28.811Z | Compiling digest v0.10.7 |
| 1391 | 2026-06-09T21:34:28.836Z | Compiling tokio-macros v2.7.0 |
| 1392 | 2026-06-09T21:34:29.054Z | Compiling futures-macro v0.3.32 |
| 1393 | 2026-06-09T21:34:29.072Z | Compiling zerotrie v0.2.3 |
| 1394 | 2026-06-09T21:34:29.105Z | Compiling zerovec v0.11.5 |
| 1395 | 2026-06-09T21:34:29.358Z | Compiling hmac v0.12.1 |
| 1396 | 2026-06-09T21:34:29.513Z | Compiling block-padding v0.3.3 |
| 1397 | 2026-06-09T21:34:29.534Z | Compiling sha2 v0.10.9 |
| 1398 | 2026-06-09T21:34:29.597Z | Compiling tinystr v0.8.2 |
| 1399 | 2026-06-09T21:34:29.668Z | Compiling potential_utf v0.1.4 |
| 1400 | 2026-06-09T21:34:29.799Z | Compiling icu_locale_core v2.1.1 |
| 1401 | 2026-06-09T21:34:29.823Z | Compiling icu_collections v2.1.1 |
| 1402 | 2026-06-09T21:34:29.827Z | Compiling futures-util v0.3.32 |
| 1403 | 2026-06-09T21:34:30.286Z | Compiling inout v0.1.4 |
| 1404 | 2026-06-09T21:34:30.451Z | Compiling bytes v1.11.1 |
| 1405 | 2026-06-09T21:34:30.484Z | Compiling icu_provider v2.1.1 |
| 1406 | 2026-06-09T21:34:30.562Z | Compiling cipher v0.4.4 |
| 1407 | 2026-06-09T21:34:30.660Z | Compiling der_derive v0.7.3 |
| 1408 | 2026-06-09T21:34:30.776Z | Compiling icu_properties v2.1.2 |
| 1409 | 2026-06-09T21:34:30.825Z | Compiling icu_normalizer v2.1.1 |
| 1410 | 2026-06-09T21:34:30.906Z | Compiling tokio v1.52.1 |
| 1411 | 2026-06-09T21:34:31.052Z | Compiling http v1.4.0 |
| 1412 | 2026-06-09T21:34:31.367Z | Compiling chrono v0.4.44 |
| 1413 | 2026-06-09T21:34:31.610Z | Compiling ppv-lite86 v0.2.21 |
| 1414 | 2026-06-09T21:34:31.643Z | Compiling idna_adapter v1.2.1 |
| 1415 | 2026-06-09T21:34:31.779Z | Compiling idna v1.1.0 |
| 1416 | 2026-06-09T21:34:31.854Z | Compiling der v0.7.10 |
| 1417 | 2026-06-09T21:34:31.919Z | Compiling salsa20 v0.10.2 |
| 1418 | 2026-06-09T21:34:31.941Z | Compiling pbkdf2 v0.12.2 |
| 1419 | 2026-06-09T21:34:32.053Z | Compiling url v2.5.8 |
| 1420 | 2026-06-09T21:34:32.058Z | Compiling rustls-pki-types v1.14.0 |
| 1421 | 2026-06-09T21:34:32.080Z | Compiling tracing-attributes v0.1.31 |
| 1422 | 2026-06-09T21:34:32.445Z | Compiling thiserror-impl v2.0.18 |
| 1423 | 2026-06-09T21:34:32.550Z | Compiling scrypt v0.11.0 |
| 1424 | 2026-06-09T21:34:32.783Z | Compiling spki v0.7.3 |
| 1425 | 2026-06-09T21:34:32.803Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2026-06-09T21:34:32.909Z | Compiling http-body v1.0.1 |
| 1427 | 2026-06-09T21:34:32.987Z | Compiling cbc v0.1.2 |
| 1428 | 2026-06-09T21:34:33.059Z | Compiling aes v0.8.4 |
| 1429 | 2026-06-09T21:34:33.131Z | Compiling tinyvec_macros v0.1.1 |
| 1430 | 2026-06-09T21:34:33.145Z | Compiling untrusted v0.7.1 |
| 1431 | 2026-06-09T21:34:33.200Z | Compiling openssl-probe v0.2.1 |
| 1432 | 2026-06-09T21:34:33.266Z | Compiling httparse v1.10.1 |
| 1433 | 2026-06-09T21:34:33.375Z | Compiling untrusted v0.9.0 |
| 1434 | 2026-06-09T21:34:33.402Z | Compiling tracing v0.1.44 |
| 1435 | 2026-06-09T21:34:33.495Z | Compiling pkcs5 v0.7.1 |
| 1436 | 2026-06-09T21:34:33.645Z | Compiling tinyvec v1.10.0 |
| 1437 | 2026-06-09T21:34:33.665Z | Compiling pest_generator v2.8.6 |
| 1438 | 2026-06-09T21:34:33.765Z | Compiling thiserror v2.0.18 |
| 1439 | 2026-06-09T21:34:33.870Z | Compiling rand v0.9.2 |
| 1440 | 2026-06-09T21:34:33.974Z | Compiling serde_derive_internals v0.29.1 |
| 1441 | 2026-06-09T21:34:33.977Z | Compiling aho-corasick v1.1.4 |
| 1442 | 2026-06-09T21:34:34.104Z | Compiling atomic-waker v1.1.2 |
| 1443 | 2026-06-09T21:34:34.228Z | Compiling tower-layer v0.3.3 |
| 1444 | 2026-06-09T21:34:34.338Z | Compiling rustls v0.23.37 |
| 1445 | 2026-06-09T21:34:34.383Z | Compiling schemars v0.8.22 |
| 1446 | 2026-06-09T21:34:34.502Z | Compiling tower-service v0.3.3 |
| 1447 | 2026-06-09T21:34:34.580Z | Compiling dyn-clone v1.0.20 |
| 1448 | 2026-06-09T21:34:34.598Z | Compiling tokio-util v0.7.18 |
| 1449 | 2026-06-09T21:34:34.638Z | Compiling try-lock v0.2.5 |
| 1450 | 2026-06-09T21:34:34.730Z | Compiling want v0.3.1 |
| 1451 | 2026-06-09T21:34:34.745Z | Compiling regex-automata v0.4.14 |
| 1452 | 2026-06-09T21:34:34.851Z | Compiling schemars_derive v0.8.22 |
| 1453 | 2026-06-09T21:34:34.892Z | Compiling pest_derive v2.8.6 |
| 1454 | 2026-06-09T21:34:35.232Z | Compiling pkcs8 v0.10.2 |
| 1455 | 2026-06-09T21:34:35.305Z | Compiling h2 v0.4.13 |
| 1456 | 2026-06-09T21:34:35.609Z | Compiling ipnet v2.11.0 |
| 1457 | 2026-06-09T21:34:35.623Z | Compiling scroll_derive v0.13.1 |
| 1458 | 2026-06-09T21:34:35.900Z | Compiling darling_core v0.20.11 |
| 1459 | 2026-06-09T21:34:36.093Z | Compiling pin-utils v0.1.0 |
| 1460 | 2026-06-09T21:34:36.148Z | Compiling foreign-types-shared v0.1.1 |
| 1461 | 2026-06-09T21:34:36.221Z | Compiling httpdate v1.0.3 |
| 1462 | 2026-06-09T21:34:36.307Z | Compiling openssl v0.10.79 |
| 1463 | 2026-06-09T21:34:36.390Z | Compiling tempfile v3.25.0 |
| 1464 | 2026-06-09T21:34:36.446Z | Compiling scroll v0.13.0 |
| 1465 | 2026-06-09T21:34:36.496Z | Compiling foreign-types v0.3.2 |
| 1466 | 2026-06-09T21:34:36.565Z | Compiling unicode-normalization v0.1.25 |
| 1467 | 2026-06-09T21:34:36.709Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2026-06-09T21:34:36.970Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1469 | 2026-06-09T21:34:37.059Z | Compiling spin v0.9.8 |
| 1470 | 2026-06-09T21:34:37.082Z | Compiling num-conv v0.2.0 |
| 1471 | 2026-06-09T21:34:37.255Z | Compiling crc32fast v1.5.0 |
| 1472 | 2026-06-09T21:34:37.311Z | Compiling time-core v0.1.8 |
| 1473 | 2026-06-09T21:34:37.375Z | Compiling powerfmt v0.2.0 |
| 1474 | 2026-06-09T21:34:37.460Z | Compiling native-tls v0.2.18 |
| 1475 | 2026-06-09T21:34:37.563Z | Compiling deranged v0.5.8 |
| 1476 | 2026-06-09T21:34:37.580Z | Compiling time-macros v0.2.27 |
| 1477 | 2026-06-09T21:34:38.080Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-06-09T21:34:38.525Z | Compiling hyper v1.8.1 |
| 1479 | 2026-06-09T21:34:38.538Z | Compiling darling v0.20.11 |
| 1480 | 2026-06-09T21:34:38.616Z | Compiling goblin v0.10.5 |
| 1481 | 2026-06-09T21:34:38.629Z | Compiling rustls-native-certs v0.8.3 |
| 1482 | 2026-06-09T21:34:38.791Z | Compiling sync_wrapper v1.0.2 |
| 1483 | 2026-06-09T21:34:38.899Z | Compiling wait-timeout v0.2.1 |
| 1484 | 2026-06-09T21:34:38.918Z | Compiling syn v1.0.109 |
| 1485 | 2026-06-09T21:34:39.156Z | Compiling unicode-segmentation v1.12.0 |
| 1486 | 2026-06-09T21:34:39.212Z | Compiling crossbeam-utils v0.8.21 |
| 1487 | 2026-06-09T21:34:39.231Z | Compiling simd-adler32 v0.3.8 |
| 1488 | 2026-06-09T21:34:39.472Z | Compiling usdt-impl v0.6.0 |
| 1489 | 2026-06-09T21:34:39.491Z | Compiling quick-error v1.2.3 |
| 1490 | 2026-06-09T21:34:39.526Z | Compiling hyper-util v0.1.20 |
| 1491 | 2026-06-09T21:34:39.598Z | Compiling bit-vec v0.8.0 |
| 1492 | 2026-06-09T21:34:39.669Z | Compiling num_threads v0.1.7 |
| 1493 | 2026-06-09T21:34:39.785Z | Compiling siphasher v1.0.2 |
| 1494 | 2026-06-09T21:34:39.829Z | Compiling bit-set v0.8.0 |
| 1495 | 2026-06-09T21:34:39.947Z | Compiling time v0.3.47 |
| 1496 | 2026-06-09T21:34:40.047Z | Compiling rusty-fork v0.3.1 |
| 1497 | 2026-06-09T21:34:40.346Z | Compiling tower v0.5.3 |
| 1498 | 2026-06-09T21:34:40.377Z | Compiling derive_builder_core v0.20.2 |
| 1499 | 2026-06-09T21:34:40.802Z | Compiling dtrace-parser v0.3.0 |
| 1500 | 2026-06-09T21:34:40.927Z | Compiling http-body-util v0.1.3 |
| 1501 | 2026-06-09T21:34:41.169Z | Compiling webpki-roots v1.0.6 |
| 1502 | 2026-06-09T21:34:41.214Z | Compiling signature v2.2.0 |
| 1503 | 2026-06-09T21:34:41.228Z | Compiling thiserror-impl v1.0.69 |
| 1504 | 2026-06-09T21:34:41.287Z | Compiling dof v0.4.0 |
| 1505 | 2026-06-09T21:34:41.392Z | Compiling scroll_derive v0.12.1 |
| 1506 | 2026-06-09T21:34:41.476Z | Compiling heapless v0.7.17 |
| 1507 | 2026-06-09T21:34:41.540Z | Compiling rand_xorshift v0.4.0 |
| 1508 | 2026-06-09T21:34:41.699Z | Compiling slog v2.8.2 |
| 1509 | 2026-06-09T21:34:41.713Z | Compiling darling_core v0.21.3 |
| 1510 | 2026-06-09T21:34:41.877Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1511 | 2026-06-09T21:34:42.028Z | Compiling thread-id v5.1.0 |
| 1512 | 2026-06-09T21:34:42.114Z | Compiling cookie v0.18.1 |
| 1513 | 2026-06-09T21:34:42.143Z | Compiling allocator-api2 v0.2.21 |
| 1514 | 2026-06-09T21:34:42.310Z | Compiling unicode-bidi v0.3.18 |
| 1515 | 2026-06-09T21:34:42.438Z | Compiling unarray v0.1.4 |
| 1516 | 2026-06-09T21:34:42.458Z | Compiling zstd-safe v7.2.4 |
| 1517 | 2026-06-09T21:34:42.530Z | Compiling paste v1.0.15 |
| 1518 | 2026-06-09T21:34:42.547Z | Compiling unicode-properties v0.1.4 |
| 1519 | 2026-06-09T21:34:42.649Z | Compiling adler2 v2.0.1 |
| 1520 | 2026-06-09T21:34:42.752Z | Compiling iri-string v0.7.10 |
| 1521 | 2026-06-09T21:34:42.780Z | Compiling signal-hook v0.3.18 |
| 1522 | 2026-06-09T21:34:42.793Z | Compiling ryu v1.0.23 |
| 1523 | 2026-06-09T21:34:42.836Z | Compiling anyhow v1.0.102 |
| 1524 | 2026-06-09T21:34:42.894Z | Compiling miniz_oxide v0.8.9 |
| 1525 | 2026-06-09T21:34:42.961Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-06-09T21:34:42.975Z | Compiling stringprep v0.1.5 |
| 1527 | 2026-06-09T21:34:43.199Z | Compiling proptest v1.10.0 |
| 1528 | 2026-06-09T21:34:43.349Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-06-09T21:34:43.499Z | Compiling scroll v0.12.0 |
| 1530 | 2026-06-09T21:34:43.813Z | Compiling derive_builder_macro v0.20.2 |
| 1531 | 2026-06-09T21:34:44.008Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-06-09T21:34:44.218Z | Compiling darling_macro v0.21.3 |
| 1533 | 2026-06-09T21:34:44.250Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-06-09T21:34:44.291Z | Compiling heck v0.4.1 |
| 1535 | 2026-06-09T21:34:44.395Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2026-06-09T21:34:44.415Z | Compiling bstr v1.12.1 |
| 1537 | 2026-06-09T21:34:44.508Z | Compiling rand_chacha v0.3.1 |
| 1538 | 2026-06-09T21:34:44.675Z | Compiling serde_spanned v0.6.9 |
| 1539 | 2026-06-09T21:34:44.710Z | Compiling serde_tokenstream v0.2.3 |
| 1540 | 2026-06-09T21:34:44.785Z | Compiling erased-serde v0.3.31 |
| 1541 | 2026-06-09T21:34:44.814Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-06-09T21:34:45.018Z | Compiling md-5 v0.10.6 |
| 1543 | 2026-06-09T21:34:45.047Z | Compiling async-trait v0.1.89 |
| 1544 | 2026-06-09T21:34:45.067Z | Compiling pin-project-internal v1.1.11 |
| 1545 | 2026-06-09T21:34:45.177Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-06-09T21:34:45.258Z | Compiling curve25519-dalek v4.1.3 |
| 1547 | 2026-06-09T21:34:45.302Z | Compiling vergen-lib v9.1.0 |
| 1548 | 2026-06-09T21:34:45.479Z | Compiling num-integer v0.1.46 |
| 1549 | 2026-06-09T21:34:45.586Z | Compiling hash32 v0.2.1 |
| 1550 | 2026-06-09T21:34:45.777Z | Compiling ff v0.13.1 |
| 1551 | 2026-06-09T21:34:45.790Z | Compiling memoffset v0.9.1 |
| 1552 | 2026-06-09T21:34:45.912Z | Compiling encoding_rs v0.8.35 |
| 1553 | 2026-06-09T21:34:45.980Z | Compiling mime v0.3.17 |
| 1554 | 2026-06-09T21:34:46.021Z | Compiling fallible-iterator v0.2.0 |
| 1555 | 2026-06-09T21:34:46.046Z | Compiling base16ct v0.2.0 |
| 1556 | 2026-06-09T21:34:46.147Z | Compiling cfg_aliases v0.2.1 |
| 1557 | 2026-06-09T21:34:46.221Z | Compiling num-bigint-dig v0.8.6 |
| 1558 | 2026-06-09T21:34:46.226Z | Compiling rustix v0.38.44 |
| 1559 | 2026-06-09T21:34:46.248Z | Compiling ref-cast v1.0.25 |
| 1560 | 2026-06-09T21:34:46.334Z | Compiling psl-types v2.0.11 |
| 1561 | 2026-06-09T21:34:46.406Z | Compiling litrs v1.0.0 |
| 1562 | 2026-06-09T21:34:46.455Z | Compiling smoltcp v0.9.1 |
| 1563 | 2026-06-09T21:34:46.542Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-06-09T21:34:46.705Z | Compiling publicsuffix v2.3.0 |
| 1565 | 2026-06-09T21:34:46.818Z | Compiling postgres-protocol v0.6.10 |
| 1566 | 2026-06-09T21:34:46.873Z | Compiling nix v0.31.2 |
| 1567 | 2026-06-09T21:34:46.910Z | Compiling document-features v0.2.12 |
| 1568 | 2026-06-09T21:34:47.273Z | Compiling sec1 v0.7.3 |
| 1569 | 2026-06-09T21:34:47.398Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-06-09T21:34:47.431Z | Compiling zerocopy v0.7.35 |
| 1571 | 2026-06-09T21:34:47.499Z | Compiling group v0.13.0 |
| 1572 | 2026-06-09T21:34:47.592Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-06-09T21:34:47.728Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-06-09T21:34:47.982Z | Compiling rand v0.8.6 |
| 1575 | 2026-06-09T21:34:48.016Z | Compiling darling v0.21.3 |
| 1576 | 2026-06-09T21:34:48.059Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-06-09T21:34:48.074Z | Compiling oxnet v0.1.5 |
| 1578 | 2026-06-09T21:34:48.103Z | Compiling snafu-derive v0.8.9 |
| 1579 | 2026-06-09T21:34:48.162Z | Compiling hyper-tls v0.6.0 |
| 1580 | 2026-06-09T21:34:48.471Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-06-09T21:34:48.592Z | Compiling goblin v0.8.2 |
| 1582 | 2026-06-09T21:34:49.117Z | Compiling phf_shared v0.13.1 |
| 1583 | 2026-06-09T21:34:49.131Z | Compiling lazy_static v1.5.0 |
| 1584 | 2026-06-09T21:34:49.221Z | Compiling regex v1.12.3 |
| 1585 | 2026-06-09T21:34:49.352Z | Compiling anstyle-parse v0.2.7 |
| 1586 | 2026-06-09T21:34:49.463Z | Compiling flate2 v1.1.9 |
| 1587 | 2026-06-09T21:34:49.533Z | Compiling strum_macros v0.27.2 |
| 1588 | 2026-06-09T21:34:49.643Z | Compiling futures-executor v0.3.32 |
| 1589 | 2026-06-09T21:34:49.780Z | Compiling hex v0.4.3 |
| 1590 | 2026-06-09T21:34:49.857Z | Compiling hkdf v0.12.4 |
| 1591 | 2026-06-09T21:34:49.895Z | Compiling crypto-bigint v0.5.5 |
| 1592 | 2026-06-09T21:34:50.000Z | Compiling daft-derive v0.1.7 |
| 1593 | 2026-06-09T21:34:50.021Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1594 | 2026-06-09T21:34:50.048Z | Compiling ref-cast-impl v1.0.25 |
| 1595 | 2026-06-09T21:34:50.571Z | Compiling terminal_size v0.4.3 |
| 1596 | 2026-06-09T21:34:50.649Z | Compiling vergen v9.1.0 |
| 1597 | 2026-06-09T21:34:50.704Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-06-09T21:34:50.719Z | Compiling cargo-platform v0.3.2 |
| 1599 | 2026-06-09T21:34:50.825Z | Compiling ahash v0.8.12 |
| 1600 | 2026-06-09T21:34:50.888Z | Compiling libbz2-rs-sys v0.2.2 |
| 1601 | 2026-06-09T21:34:50.983Z | Compiling bitflags v1.3.2 |
| 1602 | 2026-06-09T21:34:51.022Z | Compiling same-file v1.0.6 |
| 1603 | 2026-06-09T21:34:51.059Z | Compiling foldhash v0.1.5 |
| 1604 | 2026-06-09T21:34:51.185Z | Compiling managed v0.8.0 |
| 1605 | 2026-06-09T21:34:51.228Z | Compiling winnow v0.5.40 |
| 1606 | 2026-06-09T21:34:51.403Z | Compiling object v0.37.3 |
| 1607 | 2026-06-09T21:34:51.485Z | Compiling bumpalo v3.20.2 |
| 1608 | 2026-06-09T21:34:51.562Z | Compiling foldhash v0.2.0 |
| 1609 | 2026-06-09T21:34:51.717Z | Compiling hashbrown v0.16.1 |
| 1610 | 2026-06-09T21:34:51.732Z | Compiling zopfli v0.8.3 |
| 1611 | 2026-06-09T21:34:51.777Z | Compiling strum v0.27.2 |
| 1612 | 2026-06-09T21:34:51.973Z | Compiling bzip2 v0.6.1 |
| 1613 | 2026-06-09T21:34:51.999Z | Compiling hashbrown v0.15.5 |
| 1614 | 2026-06-09T21:34:52.174Z | Compiling walkdir v2.5.0 |
| 1615 | 2026-06-09T21:34:52.347Z | Compiling clap_builder v4.6.0 |
| 1616 | 2026-06-09T21:34:52.514Z | Compiling cargo_metadata v0.23.1 |
| 1617 | 2026-06-09T21:34:52.537Z | Compiling toml_edit v0.19.15 |
| 1618 | 2026-06-09T21:34:52.586Z | Compiling elliptic-curve v0.13.8 |
| 1619 | 2026-06-09T21:34:52.681Z | Compiling dof v0.3.0 |
| 1620 | 2026-06-09T21:34:52.754Z | Compiling daft v0.1.7 |
| 1621 | 2026-06-09T21:34:53.131Z | Compiling snafu v0.8.9 |
| 1622 | 2026-06-09T21:34:53.395Z | Compiling futures v0.3.32 |
| 1623 | 2026-06-09T21:34:53.476Z | Compiling anstream v0.6.21 |
| 1624 | 2026-06-09T21:34:53.491Z | Compiling phf v0.13.1 |
| 1625 | 2026-06-09T21:34:53.778Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-06-09T21:34:53.853Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-06-09T21:34:54.216Z | Compiling bzip2 v0.4.4 |
| 1628 | 2026-06-09T21:34:54.240Z | Compiling zstd v0.13.3 |
| 1629 | 2026-06-09T21:34:54.425Z | Compiling hubpack v0.1.2 |
| 1630 | 2026-06-09T21:34:54.490Z | Compiling serde_with_macros v3.17.0 |
| 1631 | 2026-06-09T21:34:54.608Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-06-09T21:34:55.121Z | Compiling usdt-macro v0.6.0 |
| 1633 | 2026-06-09T21:34:55.147Z | Compiling usdt-attr-macro v0.6.0 |
| 1634 | 2026-06-09T21:34:55.286Z | Compiling globset v0.4.18 |
| 1635 | 2026-06-09T21:34:55.585Z | Compiling dtrace-parser v0.2.0 |
| 1636 | 2026-06-09T21:34:55.730Z | Compiling ed25519 v2.2.3 |
| 1637 | 2026-06-09T21:34:55.842Z | Compiling phf_shared v0.11.3 |
| 1638 | 2026-06-09T21:34:55.931Z | Compiling olpc-cjson v0.1.4 |
| 1639 | 2026-06-09T21:34:55.945Z | Compiling pkcs1 v0.7.5 |
| 1640 | 2026-06-09T21:34:55.958Z | Compiling strum_macros v0.26.4 |
| 1641 | 2026-06-09T21:34:56.023Z | Compiling clap_derive v4.6.1 |
| 1642 | 2026-06-09T21:34:56.085Z | Compiling enum-as-inner v0.6.1 |
| 1643 | 2026-06-09T21:34:56.335Z | Compiling serde-big-array v0.5.1 |
| 1644 | 2026-06-09T21:34:56.348Z | Compiling serde_plain v1.0.2 |
| 1645 | 2026-06-09T21:34:56.476Z | Compiling rfc6979 v0.4.0 |
| 1646 | 2026-06-09T21:34:56.540Z | Compiling async-recursion v1.1.1 |
| 1647 | 2026-06-09T21:34:56.574Z | Compiling serde_repr v0.1.20 |
| 1648 | 2026-06-09T21:34:56.598Z | Compiling pem v3.0.6 |
| 1649 | 2026-06-09T21:34:56.625Z | Compiling float-cmp v0.10.0 |
| 1650 | 2026-06-09T21:34:56.771Z | Compiling memmap2 v0.9.10 |
| 1651 | 2026-06-09T21:34:56.923Z | Compiling thread-id v4.2.2 |
| 1652 | 2026-06-09T21:34:56.983Z | Compiling env_filter v1.0.0 |
| 1653 | 2026-06-09T21:34:57.009Z | Compiling normalize-line-endings v0.3.0 |
| 1654 | 2026-06-09T21:34:57.086Z | Compiling either v1.15.0 |
| 1655 | 2026-06-09T21:34:57.105Z | Compiling typed-path v0.9.3 |
| 1656 | 2026-06-09T21:34:57.175Z | Compiling new_debug_unreachable v1.0.6 |
| 1657 | 2026-06-09T21:34:57.265Z | Compiling data-encoding v2.10.0 |
| 1658 | 2026-06-09T21:34:57.338Z | Compiling precomputed-hash v0.1.1 |
| 1659 | 2026-06-09T21:34:57.342Z | Compiling fixedbitset v0.5.7 |
| 1660 | 2026-06-09T21:34:57.412Z | Compiling fixedbitset v0.4.2 |
| 1661 | 2026-06-09T21:34:57.642Z | Compiling jiff v0.2.21 |
| 1662 | 2026-06-09T21:34:57.650Z | Compiling static_assertions v1.1.0 |
| 1663 | 2026-06-09T21:34:57.710Z | Compiling keccak v0.1.6 |
| 1664 | 2026-06-09T21:34:57.730Z | Compiling difflib v0.4.0 |
| 1665 | 2026-06-09T21:34:57.795Z | Compiling whoami v2.1.0 |
| 1666 | 2026-06-09T21:34:57.957Z | Compiling predicates-core v1.0.10 |
| 1667 | 2026-06-09T21:34:58.133Z | Compiling predicates v3.1.4 |
| 1668 | 2026-06-09T21:34:58.206Z | Compiling tokio-postgres v0.7.16 |
| 1669 | 2026-06-09T21:34:58.279Z | Compiling sha3 v0.10.8 |
| 1670 | 2026-06-09T21:34:58.363Z | Compiling clap v4.6.1 |
| 1671 | 2026-06-09T21:34:58.448Z | Compiling strum v0.26.3 |
| 1672 | 2026-06-09T21:34:58.529Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1673 | 2026-06-09T21:34:58.579Z | Compiling petgraph v0.6.5 |
| 1674 | 2026-06-09T21:34:58.725Z | Compiling hickory-proto v0.25.2 |
| 1675 | 2026-06-09T21:34:58.783Z | Compiling petgraph v0.8.3 |
| 1676 | 2026-06-09T21:34:59.304Z | Compiling string_cache v0.8.9 |
| 1677 | 2026-06-09T21:34:59.528Z | Compiling itertools v0.13.0 |
| 1678 | 2026-06-09T21:35:00.028Z | Compiling env_logger v0.11.9 |
| 1679 | 2026-06-09T21:35:00.330Z | Compiling zip v4.6.1 |
| 1680 | 2026-06-09T21:35:00.379Z | Compiling toml_edit v0.22.27 |
| 1681 | 2026-06-09T21:35:00.679Z | Compiling usdt-impl v0.5.0 |
| 1682 | 2026-06-09T21:35:00.745Z | Compiling usdt v0.6.0 |
| 1683 | 2026-06-09T21:35:01.000Z | Compiling ecdsa v0.16.9 |
| 1684 | 2026-06-09T21:35:01.256Z | Compiling rsa v0.9.10 |
| 1685 | 2026-06-09T21:35:01.271Z | Compiling ed25519-dalek v2.2.0 |
| 1686 | 2026-06-09T21:35:01.285Z | Compiling serde_with v3.17.0 |
| 1687 | 2026-06-09T21:35:01.391Z | Compiling crossterm v0.28.1 |
| 1688 | 2026-06-09T21:35:01.923Z | Compiling zip v0.6.6 |
| 1689 | 2026-06-09T21:35:02.713Z | Compiling toml v0.7.8 |
| 1690 | 2026-06-09T21:35:02.918Z | Compiling iddqd v0.4.2 |
| 1691 | 2026-06-09T21:35:03.316Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1692 | 2026-06-09T21:35:03.335Z | Compiling similar v2.7.0 |
| 1693 | 2026-06-09T21:35:03.382Z | Compiling crossbeam-epoch v0.9.18 |
| 1694 | 2026-06-09T21:35:03.421Z | Compiling tokio-stream v0.1.18 |
| 1695 | 2026-06-09T21:35:03.707Z | Compiling buf-list v1.1.2 |
| 1696 | 2026-06-09T21:35:03.873Z | Compiling x509-cert v0.2.5 |
| 1697 | 2026-06-09T21:35:03.935Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1698 | 2026-06-09T21:35:03.982Z | Compiling openapiv3 v2.2.0 |
| 1699 | 2026-06-09T21:35:04.174Z | Compiling sha1 v0.10.6 |
| 1700 | 2026-06-09T21:35:04.189Z | Compiling peg-runtime v0.8.5 |
| 1701 | 2026-06-09T21:35:04.233Z | Compiling lalrpop-util v0.19.12 |
| 1702 | 2026-06-09T21:35:04.389Z | Compiling thread_local v1.1.9 |
| 1703 | 2026-06-09T21:35:04.426Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-06-09T21:35:04.463Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-06-09T21:35:04.578Z | Compiling filetime v0.2.27 |
| 1706 | 2026-06-09T21:35:04.635Z | Compiling is-terminal v0.4.17 |
| 1707 | 2026-06-09T21:35:04.731Z | Compiling term v1.2.1 |
| 1708 | 2026-06-09T21:35:04.744Z | Compiling xattr v1.6.1 |
| 1709 | 2026-06-09T21:35:04.757Z | Compiling take_mut v0.2.2 |
| 1710 | 2026-06-09T21:35:04.867Z | Compiling tar v0.4.45 |
| 1711 | 2026-06-09T21:35:05.294Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-06-09T21:35:14.983Z | Compiling rustls-webpki v0.103.9 |
| 1713 | 2026-06-09T21:35:17.754Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-06-09T21:35:17.754Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-06-09T21:35:17.948Z | Compiling hyper-rustls v0.27.7 |
| 1716 | 2026-06-09T21:35:18.145Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-06-09T21:35:18.164Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-06-09T21:35:19.405Z | Compiling tough v0.22.0 |
| 1719 | 2026-06-09T21:35:21.903Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-06-09T21:35:22.110Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-06-09T21:35:24.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1722 | 2026-06-09T21:35:25.089Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1723 | 2026-06-09T21:35:25.143Z | Jun 09 21:35:23.884 INFO Starting download, target: Cockroach |
| 1724 | 2026-06-09T21:35:25.144Z | Jun 09 21:35:23.884 INFO Starting download, target: Console |
| 1725 | 2026-06-09T21:35:25.152Z | Jun 09 21:35:23.885 INFO Starting download, target: Clickhouse |
| 1726 | 2026-06-09T21:35:25.152Z | Jun 09 21:35:23.885 INFO Starting download, target: DendriteStub |
| 1727 | 2026-06-09T21:35:25.152Z | Jun 09 21:35:23.885 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-06-09T21:35:25.152Z | Jun 09 21:35:23.885 INFO Starting download, target: TransceiverControl |
| 1729 | 2026-06-09T21:35:25.152Z | Jun 09 21:35:23.885 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1730 | 2026-06-09T21:35:25.152Z | Jun 09 21:35:23.885 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1731 | 2026-06-09T21:35:25.152Z | Jun 09 21:35:23.885 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1732 | 2026-06-09T21:35:25.152Z | Jun 09 21:35:23.885 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-06-09T21:35:25.152Z | Jun 09 21:35:23.885 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1734 | 2026-06-09T21:35:25.153Z | Jun 09 21:35:23.885 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1735 | 2026-06-09T21:35:26.168Z | Jun 09 21:35:24.894 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1736 | 2026-06-09T21:35:26.402Z | Jun 09 21:35:25.129 INFO Download complete, target: Console |
| 1737 | 2026-06-09T21:35:26.428Z | Jun 09 21:35:25.136 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1738 | 2026-06-09T21:35:26.638Z | Jun 09 21:35:25.345 INFO Download complete, target: TransceiverControl |
| 1739 | 2026-06-09T21:35:26.900Z | Jun 09 21:35:25.629 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1740 | 2026-06-09T21:35:27.228Z | Jun 09 21:35:25.968 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1741 | 2026-06-09T21:35:27.490Z | Jun 09 21:35:26.234 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1742 | 2026-06-09T21:35:27.905Z | Jun 09 21:35:26.651 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1743 | 2026-06-09T21:35:27.906Z | Jun 09 21:35:26.651 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1744 | 2026-06-09T21:35:29.295Z | Jun 09 21:35:28.040 INFO Download complete, target: DendriteStub |
| 1745 | 2026-06-09T21:35:29.770Z | Jun 09 21:35:28.516 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-06-09T21:35:32.534Z | Jun 09 21:35:31.279 INFO Checking that binary works, target: Cockroach |
| 1747 | 2026-06-09T21:35:32.650Z | Jun 09 21:35:31.396 INFO Download complete, target: Cockroach |
| 1748 | 2026-06-09T21:35:34.010Z | Jun 09 21:35:32.755 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-06-09T21:35:34.095Z | Jun 09 21:35:32.840 INFO Download complete, target: Clickhouse |
| 1750 | 2026-06-09T21:35:34.110Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-06-09T21:35:34.113Z | |
| 1752 | 2026-06-09T21:35:34.113Z | real 2:28.528123131 |
| 1753 | 2026-06-09T21:35:34.113Z | user 6:54.829034530 |
| 1754 | 2026-06-09T21:35:34.113Z | sys 1:21.568280052 |
| 1755 | 2026-06-09T21:35:34.113Z | trap 0.222931194 |
| 1756 | 2026-06-09T21:35:34.113Z | tflt 0.705200601 |
| 1757 | 2026-06-09T21:35:34.113Z | dflt 0.596349689 |
| 1758 | 2026-06-09T21:35:34.113Z | kflt 0.027046056 |
| 1759 | 2026-06-09T21:35:34.113Z | lock 22:14.363280653 |
| 1760 | 2026-06-09T21:35:34.114Z | slp 21:35.530866023 |
| 1761 | 2026-06-09T21:35:34.114Z | lat 42.135652220 |
| 1762 | 2026-06-09T21:35:34.114Z | stop 1:57.661225620 |
| 1763 | 2026-06-09T21:35:34.114Z | + banner clippy |
| 1764 | 2026-06-09T21:35:34.114Z | |
| 1765 | 2026-06-09T21:35:34.114Z | #### # # ##### ##### # # |
| 1766 | 2026-06-09T21:35:34.114Z | # # # # # # # # # # |
| 1767 | 2026-06-09T21:35:34.114Z | # # # # # # # # |
| 1768 | 2026-06-09T21:35:34.114Z | # # # ##### ##### # |
| 1769 | 2026-06-09T21:35:34.114Z | # # # # # # # |
| 1770 | 2026-06-09T21:35:34.114Z | #### ###### # # # # |
| 1771 | 2026-06-09T21:35:34.114Z | |
| 1772 | 2026-06-09T21:35:34.114Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-06-09T21:35:34.114Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-06-09T21:35:34.114Z | + ptime -m cargo xtask clippy |
| 1775 | 2026-06-09T21:35:34.650Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-06-09T21:35:34.971Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-06-09T21:35:36.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s |
| 1778 | 2026-06-09T21:35:36.888Z | Running `target/debug/xtask clippy` |
| 1779 | 2026-06-09T21:35:36.914Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1780 | 2026-06-09T21:35:37.518Z | Downloading crates ... |
| 1781 | 2026-06-09T21:35:37.712Z | Downloaded event-listener-strategy v0.5.4 |
| 1782 | 2026-06-09T21:35:37.715Z | Downloaded concurrent-queue v2.5.0 |
| 1783 | 2026-06-09T21:35:37.721Z | Downloaded pathdiff v0.2.3 |
| 1784 | 2026-06-09T21:35:37.724Z | Downloaded nested v0.1.1 |
| 1785 | 2026-06-09T21:35:37.728Z | Downloaded target-lexicon v0.13.3 |
| 1786 | 2026-06-09T21:35:37.731Z | Downloaded addr2line v0.25.1 |
| 1787 | 2026-06-09T21:35:37.738Z | Downloaded hashbrown v0.14.5 |
| 1788 | 2026-06-09T21:35:37.742Z | Downloaded plotters-svg v0.3.7 |
| 1789 | 2026-06-09T21:35:37.746Z | Downloaded miette-derive v5.10.0 |
| 1790 | 2026-06-09T21:35:37.746Z | Downloaded escape8259 v0.5.3 |
| 1791 | 2026-06-09T21:35:37.749Z | Downloaded assert-json-diff v2.0.2 |
| 1792 | 2026-06-09T21:35:37.749Z | Downloaded relative-path v1.9.3 |
| 1793 | 2026-06-09T21:35:37.749Z | Downloaded assert_cmd v2.1.2 |
| 1794 | 2026-06-09T21:35:37.754Z | Downloaded approx v0.5.1 |
| 1795 | 2026-06-09T21:35:37.757Z | Downloaded parking v2.2.1 |
| 1796 | 2026-06-09T21:35:37.757Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1797 | 2026-06-09T21:35:37.757Z | Downloaded oorandom v11.1.5 |
| 1798 | 2026-06-09T21:35:37.760Z | Downloaded rustc-demangle v0.1.27 |
| 1799 | 2026-06-09T21:35:37.763Z | Downloaded partial-io v0.5.4 |
| 1800 | 2026-06-09T21:35:37.763Z | Downloaded linkme-impl v0.3.35 |
| 1801 | 2026-06-09T21:35:37.763Z | Downloaded datatest-stable v0.3.3 |
| 1802 | 2026-06-09T21:35:37.766Z | Downloaded constant_time_eq v0.3.1 |
| 1803 | 2026-06-09T21:35:37.769Z | Downloaded blake2b_simd v1.0.4 |
| 1804 | 2026-06-09T21:35:37.769Z | Downloaded cfg-expr v0.20.6 |
| 1805 | 2026-06-09T21:35:37.776Z | Downloaded cast v0.3.0 |
| 1806 | 2026-06-09T21:35:37.780Z | Downloaded knuffel-derive v3.2.0 |
| 1807 | 2026-06-09T21:35:37.785Z | Downloaded supports-unicode v2.1.0 |
| 1808 | 2026-06-09T21:35:37.788Z | Downloaded plotters-backend v0.3.7 |
| 1809 | 2026-06-09T21:35:37.791Z | Downloaded tokio-test v0.4.5 |
| 1810 | 2026-06-09T21:35:37.791Z | Downloaded serde_regex v1.1.0 |
| 1811 | 2026-06-09T21:35:37.791Z | Downloaded async-object-pool v0.2.0 |
| 1812 | 2026-06-09T21:35:37.794Z | Downloaded terminal_size v0.1.17 |
| 1813 | 2026-06-09T21:35:37.794Z | Downloaded backtrace-ext v0.2.1 |
| 1814 | 2026-06-09T21:35:37.797Z | Downloaded supports-color v2.1.0 |
| 1815 | 2026-06-09T21:35:37.800Z | Downloaded libtest-mimic v0.8.1 |
| 1816 | 2026-06-09T21:35:37.800Z | Downloaded rust-argon2 v2.1.0 |
| 1817 | 2026-06-09T21:35:37.806Z | Downloaded supports-hyperlinks v2.1.0 |
| 1818 | 2026-06-09T21:35:37.809Z | Downloaded similar-asserts v1.7.0 |
| 1819 | 2026-06-09T21:35:37.814Z | Downloaded target-triple v1.0.0 |
| 1820 | 2026-06-09T21:35:37.818Z | Downloaded criterion-plot v0.6.0 |
| 1821 | 2026-06-09T21:35:37.821Z | Downloaded futures-timer v3.0.3 |
| 1822 | 2026-06-09T21:35:37.826Z | Downloaded linkme v0.3.35 |
| 1823 | 2026-06-09T21:35:37.829Z | Downloaded anes v0.1.6 |
| 1824 | 2026-06-09T21:35:37.829Z | Downloaded tinytemplate v1.2.1 |
| 1825 | 2026-06-09T21:35:37.835Z | Downloaded target-spec v3.5.7 |
| 1826 | 2026-06-09T21:35:37.838Z | Downloaded path-tree v0.8.3 |
| 1827 | 2026-06-09T21:35:37.841Z | Downloaded termcolor v1.4.1 |
| 1828 | 2026-06-09T21:35:37.841Z | Downloaded owo-colors v3.5.0 |
| 1829 | 2026-06-09T21:35:37.844Z | Downloaded hickory-client v0.25.2 |
| 1830 | 2026-06-09T21:35:37.844Z | Downloaded async-lock v3.4.2 |
| 1831 | 2026-06-09T21:35:37.848Z | Downloaded stringmetrics v2.2.2 |
| 1832 | 2026-06-09T21:35:37.853Z | Downloaded backtrace v0.3.76 |
| 1833 | 2026-06-09T21:35:37.858Z | Downloaded rand_distr v0.5.1 |
| 1834 | 2026-06-09T21:35:37.858Z | Downloaded trybuild v1.0.116 |
| 1835 | 2026-06-09T21:35:37.861Z | Downloaded httptest v0.16.4 |
| 1836 | 2026-06-09T21:35:37.861Z | Downloaded criterion v0.7.0 |
| 1837 | 2026-06-09T21:35:37.865Z | Downloaded event-listener v5.4.1 |
| 1838 | 2026-06-09T21:35:37.868Z | Downloaded textwrap v0.15.2 |
| 1839 | 2026-06-09T21:35:37.871Z | Downloaded rstest v0.25.0 |
| 1840 | 2026-06-09T21:35:37.875Z | Downloaded rstest_macros v0.25.0 |
| 1841 | 2026-06-09T21:35:37.878Z | Downloaded miette v5.10.0 |
| 1842 | 2026-06-09T21:35:37.878Z | Downloaded knuffel v3.2.0 |
| 1843 | 2026-06-09T21:35:37.878Z | Downloaded chumsky v0.9.3 |
| 1844 | 2026-06-09T21:35:37.884Z | Downloaded fancy-regex v0.14.0 |
| 1845 | 2026-06-09T21:35:37.891Z | Downloaded plotters v0.3.7 |
| 1846 | 2026-06-09T21:35:37.896Z | Downloaded guppy v0.17.25 |
| 1847 | 2026-06-09T21:35:37.907Z | Downloaded gimli v0.32.3 |
| 1848 | 2026-06-09T21:35:38.019Z | Downloaded httpmock v0.8.3 |
| 1849 | 2026-06-09T21:35:39.654Z | Checking cfg-if v1.0.4 |
| 1850 | 2026-06-09T21:35:40.007Z | Checking libc v0.2.185 |
| 1851 | 2026-06-09T21:35:40.010Z | Checking serde_core v1.0.228 |
| 1852 | 2026-06-09T21:35:40.079Z | Checking memchr v2.8.0 |
| 1853 | 2026-06-09T21:35:40.117Z | Checking smallvec v1.15.1 |
| 1854 | 2026-06-09T21:35:40.155Z | Checking itoa v1.0.17 |
| 1855 | 2026-06-09T21:35:40.191Z | Checking log v0.4.29 |
| 1856 | 2026-06-09T21:35:40.236Z | Checking libm v0.2.16 |
| 1857 | 2026-06-09T21:35:40.276Z | Checking zeroize v1.8.2 |
| 1858 | 2026-06-09T21:35:40.318Z | Checking scopeguard v1.2.0 |
| 1859 | 2026-06-09T21:35:40.353Z | Checking stable_deref_trait v1.2.1 |
| 1860 | 2026-06-09T21:35:40.393Z | Checking zmij v1.0.21 |
| 1861 | 2026-06-09T21:35:40.430Z | Checking errno v0.3.14 |
| 1862 | 2026-06-09T21:35:40.466Z | Checking getrandom v0.2.17 |
| 1863 | 2026-06-09T21:35:40.469Z | Checking lock_api v0.4.14 |
| 1864 | 2026-06-09T21:35:40.534Z | Checking zerofrom v0.1.6 |
| 1865 | 2026-06-09T21:35:40.571Z | Checking percent-encoding v2.3.2 |
| 1866 | 2026-06-09T21:35:40.575Z | Checking litemap v0.8.1 |
| 1867 | 2026-06-09T21:35:40.638Z | Checking writeable v0.6.2 |
| 1868 | 2026-06-09T21:35:40.674Z | Checking yoke v0.8.1 |
| 1869 | 2026-06-09T21:35:40.708Z | Checking icu_normalizer_data v2.1.1 |
| 1870 | 2026-06-09T21:35:40.742Z | Checking icu_properties_data v2.1.2 |
| 1871 | 2026-06-09T21:35:40.779Z | Checking form_urlencoded v1.2.2 |
| 1872 | 2026-06-09T21:35:40.819Z | Checking utf8_iter v1.0.4 |
| 1873 | 2026-06-09T21:35:40.853Z | Checking subtle v2.6.1 |
| 1874 | 2026-06-09T21:35:40.890Z | Checking zerovec v0.11.5 |
| 1875 | 2026-06-09T21:35:40.890Z | Checking zerotrie v0.2.3 |
| 1876 | 2026-06-09T21:35:40.959Z | Checking num-traits v0.2.19 |
| 1877 | 2026-06-09T21:35:40.994Z | Checking pin-project-lite v0.2.17 |
| 1878 | 2026-06-09T21:35:40.997Z | Checking rand_core v0.10.0 |
| 1879 | 2026-06-09T21:35:41.061Z | Checking rand_core v0.6.4 |
| 1880 | 2026-06-09T21:35:41.061Z | Checking parking_lot_core v0.9.12 |
| 1881 | 2026-06-09T21:35:41.130Z | Checking zerocopy v0.8.40 |
| 1882 | 2026-06-09T21:35:41.175Z | Checking portable-atomic v1.13.1 |
| 1883 | 2026-06-09T21:35:41.212Z | Checking getrandom v0.4.1 |
| 1884 | 2026-06-09T21:35:41.262Z | Checking signal-hook-registry v1.4.8 |
| 1885 | 2026-06-09T21:35:41.300Z | Checking parking_lot v0.12.5 |
| 1886 | 2026-06-09T21:35:41.374Z | Checking tinystr v0.8.2 |
| 1887 | 2026-06-09T21:35:41.409Z | Checking potential_utf v0.1.4 |
| 1888 | 2026-06-09T21:35:41.447Z | Checking critical-section v1.2.0 |
| 1889 | 2026-06-09T21:35:41.503Z | Checking mio v1.2.0 |
| 1890 | 2026-06-09T21:35:41.541Z | Checking serde v1.0.228 |
| 1891 | 2026-06-09T21:35:41.541Z | Checking serde_json v1.0.149 |
| 1892 | 2026-06-09T21:35:41.612Z | Checking bitflags v2.11.0 |
| 1893 | 2026-06-09T21:35:41.616Z | Checking icu_locale_core v2.1.1 |
| 1894 | 2026-06-09T21:35:41.642Z | Checking icu_collections v2.1.1 |
| 1895 | 2026-06-09T21:35:41.645Z | Checking once_cell v1.21.3 |
| 1896 | 2026-06-09T21:35:41.808Z | Checking socket2 v0.6.3 |
| 1897 | 2026-06-09T21:35:41.850Z | Checking typenum v1.19.0 |
| 1898 | 2026-06-09T21:35:41.887Z | Checking iana-time-zone v0.1.65 |
| 1899 | 2026-06-09T21:35:41.960Z | Checking bytes v1.11.1 |
| 1900 | 2026-06-09T21:35:42.018Z | Checking chrono v0.4.44 |
| 1901 | 2026-06-09T21:35:42.095Z | Checking uuid v1.23.0 |
| 1902 | 2026-06-09T21:35:42.100Z | Checking thiserror v2.0.18 |
| 1903 | 2026-06-09T21:35:42.216Z | Checking icu_provider v2.1.1 |
| 1904 | 2026-06-09T21:35:42.259Z | Checking semver v1.0.28 |
| 1905 | 2026-06-09T21:35:42.310Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1906 | 2026-06-09T21:35:42.389Z | Checking generic-array v0.14.7 |
| 1907 | 2026-06-09T21:35:42.392Z | Checking futures-core v0.3.32 |
| 1908 | 2026-06-09T21:35:42.457Z | Checking tokio v1.52.1 |
| 1909 | 2026-06-09T21:35:42.491Z | Checking equivalent v1.0.2 |
| 1910 | 2026-06-09T21:35:42.494Z | Checking icu_properties v2.1.2 |
| 1911 | 2026-06-09T21:35:42.560Z | Checking icu_normalizer v2.1.1 |
| 1912 | 2026-06-09T21:35:42.597Z | Checking dyn-clone v1.0.20 |
| 1913 | 2026-06-09T21:35:42.673Z | Checking const-oid v0.9.6 |
| 1914 | 2026-06-09T21:35:42.755Z | Checking futures-sink v0.3.32 |
| 1915 | 2026-06-09T21:35:42.850Z | Checking crypto-common v0.1.7 |
| 1916 | 2026-06-09T21:35:42.886Z | Checking block-buffer v0.10.4 |
| 1917 | 2026-06-09T21:35:42.890Z | Checking futures-channel v0.3.32 |
| 1918 | 2026-06-09T21:35:42.917Z | Checking futures-task v0.3.32 |
| 1919 | 2026-06-09T21:35:42.994Z | Checking futures-io v0.3.32 |
| 1920 | 2026-06-09T21:35:43.049Z | Checking slab v0.4.12 |
| 1921 | 2026-06-09T21:35:43.083Z | Checking rustix v1.1.3 |
| 1922 | 2026-06-09T21:35:43.131Z | Checking byteorder v1.5.0 |
| 1923 | 2026-06-09T21:35:43.165Z | Checking hashbrown v0.17.0 |
| 1924 | 2026-06-09T21:35:43.225Z | Checking futures-util v0.3.32 |
| 1925 | 2026-06-09T21:35:43.362Z | Checking cpufeatures v0.2.17 |
| 1926 | 2026-06-09T21:35:43.397Z | Checking idna_adapter v1.2.1 |
| 1927 | 2026-06-09T21:35:43.401Z | Checking digest v0.10.7 |
| 1928 | 2026-06-09T21:35:43.463Z | Checking thiserror v1.0.69 |
| 1929 | 2026-06-09T21:35:43.539Z | Checking idna v1.1.0 |
| 1930 | 2026-06-09T21:35:43.584Z | Checking getrandom v0.3.4 |
| 1931 | 2026-06-09T21:35:43.645Z | Checking fnv v1.0.7 |
| 1932 | 2026-06-09T21:35:43.680Z | Checking indexmap v2.14.0 |
| 1933 | 2026-06-09T21:35:43.752Z | Checking regex-syntax v0.8.10 |
| 1934 | 2026-06-09T21:35:43.790Z | Checking http v1.4.0 |
| 1935 | 2026-06-09T21:35:43.823Z | Checking url v2.5.8 |
| 1936 | 2026-06-09T21:35:43.862Z | Checking ppv-lite86 v0.2.21 |
| 1937 | 2026-06-09T21:35:43.921Z | Checking tracing-core v0.1.36 |
| 1938 | 2026-06-09T21:35:44.183Z | Checking base64 v0.22.1 |
| 1939 | 2026-06-09T21:35:44.252Z | Checking tracing v0.1.44 |
| 1940 | 2026-06-09T21:35:44.289Z | Checking utf8parse v0.2.2 |
| 1941 | 2026-06-09T21:35:44.292Z | Checking schemars v0.8.22 |
| 1942 | 2026-06-09T21:35:44.375Z | Checking ipnet v2.11.0 |
| 1943 | 2026-06-09T21:35:44.416Z | Checking anstyle v1.0.14 |
| 1944 | 2026-06-09T21:35:44.452Z | Checking untrusted v0.9.0 |
| 1945 | 2026-06-09T21:35:44.488Z | Checking unicode-ident v1.0.24 |
| 1946 | 2026-06-09T21:35:44.585Z | Checking ring v0.17.14 |
| 1947 | 2026-06-09T21:35:44.623Z | Checking proc-macro2 v1.0.106 |
| 1948 | 2026-06-09T21:35:44.627Z | Checking base64ct v1.8.3 |
| 1949 | 2026-06-09T21:35:44.690Z | Checking colorchoice v1.0.4 |
| 1950 | 2026-06-09T21:35:44.811Z | Checking anstyle-query v1.1.5 |
| 1951 | 2026-06-09T21:35:44.909Z | Checking is_terminal_polyfill v1.70.2 |
| 1952 | 2026-06-09T21:35:44.941Z | Checking block-padding v0.3.3 |
| 1953 | 2026-06-09T21:35:44.976Z | Checking quote v1.0.45 |
| 1954 | 2026-06-09T21:35:44.980Z | Checking aho-corasick v1.1.4 |
| 1955 | 2026-06-09T21:35:45.044Z | Checking rustls-pki-types v1.14.0 |
| 1956 | 2026-06-09T21:35:45.087Z | Checking httparse v1.10.1 |
| 1957 | 2026-06-09T21:35:45.123Z | Checking inout v0.1.4 |
| 1958 | 2026-06-09T21:35:45.172Z | Checking syn v2.0.117 |
| 1959 | 2026-06-09T21:35:45.177Z | Checking anstyle-parse v1.0.0 |
| 1960 | 2026-06-09T21:35:45.282Z | Checking cipher v0.4.4 |
| 1961 | 2026-06-09T21:35:45.317Z | Checking terminal_size v0.4.3 |
| 1962 | 2026-06-09T21:35:45.351Z | Checking crossbeam-utils v0.8.21 |
| 1963 | 2026-06-09T21:35:45.390Z | Checking anstream v1.0.0 |
| 1964 | 2026-06-09T21:35:45.472Z | Checking clap_lex v1.0.0 |
| 1965 | 2026-06-09T21:35:45.512Z | Checking allocator-api2 v0.2.21 |
| 1966 | 2026-06-09T21:35:45.580Z | Checking strsim v0.11.1 |
| 1967 | 2026-06-09T21:35:45.615Z | Checking pem-rfc7468 v0.7.0 |
| 1968 | 2026-06-09T21:35:45.649Z | Checking http-body v1.0.1 |
| 1969 | 2026-06-09T21:35:45.686Z | Checking tokio-util v0.7.18 |
| 1970 | 2026-06-09T21:35:45.725Z | Checking regex-automata v0.4.14 |
| 1971 | 2026-06-09T21:35:45.725Z | Checking sha2 v0.10.9 |
| 1972 | 2026-06-09T21:35:45.789Z | Checking clap_builder v4.6.0 |
| 1973 | 2026-06-09T21:35:45.793Z | Checking atomic-waker v1.1.2 |
| 1974 | 2026-06-09T21:35:45.854Z | Checking powerfmt v0.2.0 |
| 1975 | 2026-06-09T21:35:45.858Z | Checking rand_core v0.9.5 |
| 1976 | 2026-06-09T21:35:45.921Z | Checking hmac v0.12.1 |
| 1977 | 2026-06-09T21:35:46.030Z | Checking deranged v0.5.8 |
| 1978 | 2026-06-09T21:35:46.064Z | Checking num-conv v0.2.0 |
| 1979 | 2026-06-09T21:35:46.098Z | Checking time-core v0.1.8 |
| 1980 | 2026-06-09T21:35:46.102Z | Checking httpdate v1.0.3 |
| 1981 | 2026-06-09T21:35:46.203Z | Checking num_threads v0.1.7 |
| 1982 | 2026-06-09T21:35:46.268Z | Checking try-lock v0.2.5 |
| 1983 | 2026-06-09T21:35:46.306Z | Checking erased-serde v0.3.31 |
| 1984 | 2026-06-09T21:35:46.309Z | Checking h2 v0.4.13 |
| 1985 | 2026-06-09T21:35:46.309Z | Checking flagset v0.4.7 |
| 1986 | 2026-06-09T21:35:46.402Z | Checking want v0.3.1 |
| 1987 | 2026-06-09T21:35:46.512Z | Checking ryu v1.0.23 |
| 1988 | 2026-06-09T21:35:46.548Z | Checking tower-layer v0.3.3 |
| 1989 | 2026-06-09T21:35:46.670Z | Checking pin-utils v0.1.0 |
| 1990 | 2026-06-09T21:35:46.704Z | Checking tower-service v0.3.3 |
| 1991 | 2026-06-09T21:35:46.737Z | Checking slog v2.8.2 |
| 1992 | 2026-06-09T21:35:46.770Z | Checking der v0.7.10 |
| 1993 | 2026-06-09T21:35:46.816Z | Checking rand_chacha v0.9.0 |
| 1994 | 2026-06-09T21:35:46.945Z | Checking time v0.3.47 |
| 1995 | 2026-06-09T21:35:47.022Z | Checking anyhow v1.0.102 |
| 1996 | 2026-06-09T21:35:47.057Z | Checking mime v0.3.17 |
| 1997 | 2026-06-09T21:35:47.089Z | Checking clap v4.6.1 |
| 1998 | 2026-06-09T21:35:47.195Z | Checking rand v0.9.2 |
| 1999 | 2026-06-09T21:35:47.243Z | Checking spin v0.9.8 |
| 2000 | 2026-06-09T21:35:47.277Z | Checking http-body-util v0.1.3 |
| 2001 | 2026-06-09T21:35:47.426Z | Checking aws-lc-sys v0.40.0 |
| 2002 | 2026-06-09T21:35:47.461Z | Checking untrusted v0.7.1 |
| 2003 | 2026-06-09T21:35:47.510Z | Checking ipnetwork v0.21.1 |
| 2004 | 2026-06-09T21:35:47.514Z | Checking fastrand v2.3.0 |
| 2005 | 2026-06-09T21:35:47.578Z | Checking openssl-probe v0.2.1 |
| 2006 | 2026-06-09T21:35:47.611Z | Checking spki v0.7.3 |
| 2007 | 2026-06-09T21:35:47.681Z | Checking serde_urlencoded v0.7.1 |
| 2008 | 2026-06-09T21:35:47.716Z | Checking pbkdf2 v0.12.2 |
| 2009 | 2026-06-09T21:35:47.751Z | Checking aes v0.8.4 |
| 2010 | 2026-06-09T21:35:47.754Z | Checking encoding_rs v0.8.35 |
| 2011 | 2026-06-09T21:35:47.816Z | Checking regex v1.12.3 |
| 2012 | 2026-06-09T21:35:47.850Z | Checking cbc v0.1.2 |
| 2013 | 2026-06-09T21:35:47.902Z | Checking salsa20 v0.10.2 |
| 2014 | 2026-06-09T21:35:47.948Z | Checking aws-lc-rs v1.16.3 |
| 2015 | 2026-06-09T21:35:48.000Z | Checking rand_chacha v0.3.1 |
| 2016 | 2026-06-09T21:35:48.055Z | Checking hex v0.4.3 |
| 2017 | 2026-06-09T21:35:48.079Z | Checking simd-adler32 v0.3.8 |
| 2018 | 2026-06-09T21:35:48.156Z | Checking pretty-hex v0.4.1 |
| 2019 | 2026-06-09T21:35:48.195Z | Checking scrypt v0.11.0 |
| 2020 | 2026-06-09T21:35:48.265Z | Checking rand v0.8.6 |
| 2021 | 2026-06-09T21:35:48.341Z | Checking tempfile v3.25.0 |
| 2022 | 2026-06-09T21:35:48.382Z | Checking plain v0.2.3 |
| 2023 | 2026-06-09T21:35:48.385Z | Checking adler2 v2.0.1 |
| 2024 | 2026-06-09T21:35:48.448Z | Checking pkcs5 v0.7.1 |
| 2025 | 2026-06-09T21:35:48.512Z | Checking rustls-native-certs v0.8.3 |
| 2026 | 2026-06-09T21:35:48.545Z | Checking miniz_oxide v0.8.9 |
| 2027 | 2026-06-09T21:35:48.607Z | Checking sync_wrapper v1.0.2 |
| 2028 | 2026-06-09T21:35:48.664Z | Checking ucd-trie v0.1.7 |
| 2029 | 2026-06-09T21:35:48.708Z | Checking tower v0.5.3 |
| 2030 | 2026-06-09T21:35:48.743Z | Checking webpki-roots v1.0.6 |
| 2031 | 2026-06-09T21:35:48.746Z | Checking pkcs8 v0.10.2 |
| 2032 | 2026-06-09T21:35:48.812Z | Checking rustls-webpki v0.103.9 |
| 2033 | 2026-06-09T21:35:48.815Z | Checking camino v1.2.2 |
| 2034 | 2026-06-09T21:35:48.876Z | Checking pest v2.8.6 |
| 2035 | 2026-06-09T21:35:48.912Z | Checking foldhash v0.2.0 |
| 2036 | 2026-06-09T21:35:48.944Z | Checking iri-string v0.7.10 |
| 2037 | 2026-06-09T21:35:48.978Z | Checking oxnet v0.1.5 |
| 2038 | 2026-06-09T21:35:49.013Z | Checking hyper v1.8.1 |
| 2039 | 2026-06-09T21:35:49.086Z | Checking hashbrown v0.16.1 |
| 2040 | 2026-06-09T21:35:49.120Z | Checking futures-executor v0.3.32 |
| 2041 | 2026-06-09T21:35:49.123Z | Checking either v1.15.0 |
| 2042 | 2026-06-09T21:35:49.241Z | Checking openapiv3 v2.2.0 |
| 2043 | 2026-06-09T21:35:49.278Z | Checking rustls v0.23.37 |
| 2044 | 2026-06-09T21:35:49.312Z | Checking futures v0.3.32 |
| 2045 | 2026-06-09T21:35:49.363Z | Checking crc32fast v1.5.0 |
| 2046 | 2026-06-09T21:35:49.414Z | Checking static_assertions v1.1.0 |
| 2047 | 2026-06-09T21:35:49.512Z | Checking lazy_static v1.5.0 |
| 2048 | 2026-06-09T21:35:49.549Z | Checking signature v2.2.0 |
| 2049 | 2026-06-09T21:35:49.631Z | Checking winnow v0.7.14 |
| 2050 | 2026-06-09T21:35:49.667Z | Checking hubpack v0.1.2 |
| 2051 | 2026-06-09T21:35:49.703Z | Checking zlib-rs v0.6.2 |
| 2052 | 2026-06-09T21:35:49.855Z | Checking strum v0.26.3 |
| 2053 | 2026-06-09T21:35:49.955Z | Checking psl-types v2.0.11 |
| 2054 | 2026-06-09T21:35:49.958Z | Checking hyper-util v0.1.20 |
| 2055 | 2026-06-09T21:35:50.020Z | Checking tinyvec_macros v0.1.1 |
| 2056 | 2026-06-09T21:35:50.024Z | Checking tower-http v0.6.8 |
| 2057 | 2026-06-09T21:35:50.093Z | Checking publicsuffix v2.3.0 |
| 2058 | 2026-06-09T21:35:50.129Z | Checking tinyvec v1.10.0 |
| 2059 | 2026-06-09T21:35:50.274Z | Checking cookie v0.18.1 |
| 2060 | 2026-06-09T21:35:50.348Z | Checking sha1 v0.10.6 |
| 2061 | 2026-06-09T21:35:50.462Z | Checking num-integer v0.1.46 |
| 2062 | 2026-06-09T21:35:50.526Z | Checking scroll v0.13.0 |
| 2063 | 2026-06-09T21:35:50.562Z | Checking data-encoding v2.10.0 |
| 2064 | 2026-06-09T21:35:50.567Z | Checking cookie_store v0.22.1 |
| 2065 | 2026-06-09T21:35:50.630Z | Checking flate2 v1.1.9 |
| 2066 | 2026-06-09T21:35:50.705Z | Checking toml_datetime v0.6.11 |
| 2067 | 2026-06-09T21:35:50.780Z | Checking goblin v0.10.5 |
| 2068 | 2026-06-09T21:35:50.828Z | Checking serde_spanned v0.6.9 |
| 2069 | 2026-06-09T21:35:50.863Z | Checking memmap2 v0.9.10 |
| 2070 | 2026-06-09T21:35:50.910Z | Checking bit-vec v0.8.0 |
| 2071 | 2026-06-09T21:35:50.947Z | Checking base16ct v0.2.0 |
| 2072 | 2026-06-09T21:35:50.950Z | Checking dtrace-parser v0.3.0 |
| 2073 | 2026-06-09T21:35:51.012Z | Checking ff v0.13.1 |
| 2074 | 2026-06-09T21:35:51.046Z | Checking wait-timeout v0.2.1 |
| 2075 | 2026-06-09T21:35:51.095Z | Checking sec1 v0.7.3 |
| 2076 | 2026-06-09T21:35:51.131Z | Checking bit-set v0.8.0 |
| 2077 | 2026-06-09T21:35:51.166Z | Checking thread-id v5.1.0 |
| 2078 | 2026-06-09T21:35:51.200Z | Checking foreign-types-shared v0.1.1 |
| 2079 | 2026-06-09T21:35:51.235Z | Checking group v0.13.0 |
| 2080 | 2026-06-09T21:35:51.272Z | Checking num-iter v0.1.45 |
| 2081 | 2026-06-09T21:35:51.277Z | Checking bstr v1.12.1 |
| 2082 | 2026-06-09T21:35:51.338Z | Checking foreign-types v0.3.2 |
| 2083 | 2026-06-09T21:35:51.341Z | Checking hkdf v0.12.4 |
| 2084 | 2026-06-09T21:35:51.341Z | Checking crossbeam-epoch v0.9.18 |
| 2085 | 2026-06-09T21:35:51.434Z | Checking anstyle-parse v0.2.7 |
| 2086 | 2026-06-09T21:35:51.437Z | Checking ahash v0.8.12 |
| 2087 | 2026-06-09T21:35:51.438Z | Checking crypto-bigint v0.5.5 |
| 2088 | 2026-06-09T21:35:51.531Z | Checking openssl-sys v0.9.115 |
| 2089 | 2026-06-09T21:35:51.605Z | Checking quick-error v1.2.3 |
| 2090 | 2026-06-09T21:35:51.644Z | Checking anstream v0.6.21 |
| 2091 | 2026-06-09T21:35:51.648Z | Checking tokio-rustls v0.26.4 |
| 2092 | 2026-06-09T21:35:51.712Z | Checking rustls-platform-verifier v0.6.2 |
| 2093 | 2026-06-09T21:35:51.717Z | Checking rand_xorshift v0.4.0 |
| 2094 | 2026-06-09T21:35:51.780Z | Checking rusty-fork v0.3.1 |
| 2095 | 2026-06-09T21:35:51.858Z | Checking scroll v0.12.0 |
| 2096 | 2026-06-09T21:35:51.892Z | Checking unarray v0.1.4 |
| 2097 | 2026-06-09T21:35:51.929Z | Checking num-bigint-dig v0.8.6 |
| 2098 | 2026-06-09T21:35:51.932Z | Checking hyper-rustls v0.27.7 |
| 2099 | 2026-06-09T21:35:51.932Z | Checking openssl v0.10.79 |
| 2100 | 2026-06-09T21:35:52.027Z | Checking pkcs1 v0.7.5 |
| 2101 | 2026-06-09T21:35:52.032Z | Checking proptest v1.10.0 |
| 2102 | 2026-06-09T21:35:52.099Z | Checking goblin v0.8.2 |
| 2103 | 2026-06-09T21:35:52.189Z | Checking reqwest v0.13.2 |
| 2104 | 2026-06-09T21:35:52.287Z | Checking x509-cert v0.2.5 |
| 2105 | 2026-06-09T21:35:52.399Z | Checking elliptic-curve v0.13.8 |
| 2106 | 2026-06-09T21:35:52.728Z | Checking zerocopy v0.7.35 |
| 2107 | 2026-06-09T21:35:52.763Z | Checking unicode-segmentation v1.12.0 |
| 2108 | 2026-06-09T21:35:52.944Z | Checking rsa v0.9.10 |
| 2109 | 2026-06-09T21:35:53.044Z | Checking dtrace-parser v0.2.0 |
| 2110 | 2026-06-09T21:35:53.092Z | Checking dof v0.4.0 |
| 2111 | 2026-06-09T21:35:53.096Z | Checking rfc6979 v0.4.0 |
| 2112 | 2026-06-09T21:35:53.231Z | Checking memoffset v0.9.1 |
| 2113 | 2026-06-09T21:35:53.269Z | Checking thread-id v4.2.2 |
| 2114 | 2026-06-09T21:35:53.305Z | Checking ecdsa v0.16.9 |
| 2115 | 2026-06-09T21:35:53.339Z | Checking curve25519-dalek v4.1.3 |
| 2116 | 2026-06-09T21:35:53.373Z | Checking rustix v0.38.44 |
| 2117 | 2026-06-09T21:35:53.430Z | Checking env_filter v1.0.0 |
| 2118 | 2026-06-09T21:35:53.597Z | Checking same-file v1.0.6 |
| 2119 | 2026-06-09T21:35:53.666Z | Checking toml_write v0.1.2 |
| 2120 | 2026-06-09T21:35:53.739Z | Checking keccak v0.1.6 |
| 2121 | 2026-06-09T21:35:53.743Z | Checking usdt-impl v0.6.0 |
| 2122 | 2026-06-09T21:35:53.807Z | Checking newtype-uuid v1.3.2 |
| 2123 | 2026-06-09T21:35:53.852Z | Checking toml_edit v0.22.27 |
| 2124 | 2026-06-09T21:35:53.931Z | Checking sha3 v0.10.8 |
| 2125 | 2026-06-09T21:35:53.969Z | Checking native-tls v0.2.18 |
| 2126 | 2026-06-09T21:35:54.005Z | Checking dof v0.3.0 |
| 2127 | 2026-06-09T21:35:54.040Z | Checking daft v0.1.7 |
| 2128 | 2026-06-09T21:35:54.075Z | Checking usdt v0.6.0 |
| 2129 | 2026-06-09T21:35:54.129Z | Checking walkdir v2.5.0 |
| 2130 | 2026-06-09T21:35:54.165Z | Checking env_logger v0.11.9 |
| 2131 | 2026-06-09T21:35:54.203Z | Checking tokio-native-tls v0.3.1 |
| 2132 | 2026-06-09T21:35:54.207Z | Checking ed25519 v2.2.3 |
| 2133 | 2026-06-09T21:35:54.278Z | Checking itertools v0.13.0 |
| 2134 | 2026-06-09T21:35:54.313Z | Checking serde_with v3.17.0 |
| 2135 | 2026-06-09T21:35:54.316Z | Checking siphasher v1.0.2 |
| 2136 | 2026-06-09T21:35:54.381Z | Checking usdt-impl v0.5.0 |
| 2137 | 2026-06-09T21:35:54.384Z | Checking hyper-tls v0.6.0 |
| 2138 | 2026-06-09T21:35:54.384Z | Checking bitflags v1.3.2 |
| 2139 | 2026-06-09T21:35:54.478Z | Checking ed25519-dalek v2.2.0 |
| 2140 | 2026-06-09T21:35:54.524Z | Checking nix v0.31.2 |
| 2141 | 2026-06-09T21:35:54.559Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2142 | 2026-06-09T21:35:54.605Z | Checking reqwest v0.12.28 |
| 2143 | 2026-06-09T21:35:54.678Z | Checking unicode-normalization v0.1.25 |
| 2144 | 2026-06-09T21:35:54.730Z | Checking signal-hook v0.3.18 |
| 2145 | 2026-06-09T21:35:54.901Z | Checking winnow v0.5.40 |
| 2146 | 2026-06-09T21:35:54.945Z | Checking managed v0.8.0 |
| 2147 | 2026-06-09T21:35:54.983Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2148 | 2026-06-09T21:35:55.096Z | Checking object v0.37.3 |
| 2149 | 2026-06-09T21:35:55.130Z | Checking foldhash v0.1.5 |
| 2150 | 2026-06-09T21:35:55.164Z | Checking bzip2 v0.4.4 |
| 2151 | 2026-06-09T21:35:55.285Z | Checking hashbrown v0.15.5 |
| 2152 | 2026-06-09T21:35:55.337Z | Checking signal-hook-mio v0.2.5 |
| 2153 | 2026-06-09T21:35:55.371Z | Checking globset v0.4.18 |
| 2154 | 2026-06-09T21:35:55.457Z | Checking ref-cast v1.0.25 |
| 2155 | 2026-06-09T21:35:55.495Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2156 | 2026-06-09T21:35:55.581Z | Checking zip v0.6.6 |
| 2157 | 2026-06-09T21:35:55.617Z | Checking pin-project v1.1.11 |
| 2158 | 2026-06-09T21:35:55.654Z | Checking bumpalo v3.20.2 |
| 2159 | 2026-06-09T21:35:55.658Z | Checking zstd-safe v7.2.4 |
| 2160 | 2026-06-09T21:35:55.735Z | Checking libbz2-rs-sys v0.2.2 |
| 2161 | 2026-06-09T21:35:55.772Z | Checking crossterm v0.28.1 |
| 2162 | 2026-06-09T21:35:56.837Z | Checking similar v2.7.0 |
| 2163 | 2026-06-09T21:35:56.841Z | Checking zstd v0.13.3 |
| 2164 | 2026-06-09T21:35:56.841Z | Checking zopfli v0.8.3 |
| 2165 | 2026-06-09T21:35:56.841Z | Checking tokio-stream v0.1.18 |
| 2166 | 2026-06-09T21:35:56.841Z | Checking toml_edit v0.19.15 |
| 2167 | 2026-06-09T21:35:56.841Z | Checking fs-err v3.3.0 |
| 2168 | 2026-06-09T21:35:56.842Z | Checking bzip2 v0.6.1 |
| 2169 | 2026-06-09T21:35:56.842Z | Checking pem v3.0.6 |
| 2170 | 2026-06-09T21:35:56.842Z | Checking hash32 v0.2.1 |
| 2171 | 2026-06-09T21:35:56.842Z | Checking serde-big-array v0.5.1 |
| 2172 | 2026-06-09T21:35:56.842Z | Checking predicates-core v1.0.10 |
| 2173 | 2026-06-09T21:35:56.842Z | Checking unicode-bidi v0.3.18 |
| 2174 | 2026-06-09T21:35:56.842Z | Checking jiff v0.2.21 |
| 2175 | 2026-06-09T21:35:56.842Z | Checking unicode-properties v0.1.4 |
| 2176 | 2026-06-09T21:35:56.842Z | Checking heapless v0.7.17 |
| 2177 | 2026-06-09T21:35:56.842Z | Checking snafu v0.8.9 |
| 2178 | 2026-06-09T21:35:56.842Z | Checking olpc-cjson v0.1.4 |
| 2179 | 2026-06-09T21:35:56.842Z | Checking hickory-proto v0.25.2 |
| 2180 | 2026-06-09T21:35:56.843Z | Checking stringprep v0.1.5 |
| 2181 | 2026-06-09T21:35:56.843Z | Checking md-5 v0.10.6 |
| 2182 | 2026-06-09T21:35:56.843Z | Checking serde_plain v1.0.2 |
| 2183 | 2026-06-09T21:35:56.899Z | Checking float-cmp v0.10.0 |
| 2184 | 2026-06-09T21:35:56.934Z | Checking difflib v0.4.0 |
| 2185 | 2026-06-09T21:35:56.968Z | Checking normalize-line-endings v0.3.0 |
| 2186 | 2026-06-09T21:35:56.972Z | Checking fallible-iterator v0.2.0 |
| 2187 | 2026-06-09T21:35:57.047Z | Checking typed-path v0.9.3 |
| 2188 | 2026-06-09T21:35:57.084Z | Checking smoltcp v0.9.1 |
| 2189 | 2026-06-09T21:35:57.087Z | Checking toml v0.7.8 |
| 2190 | 2026-06-09T21:35:57.150Z | Checking predicates v3.1.4 |
| 2191 | 2026-06-09T21:35:57.297Z | Checking postgres-protocol v0.6.10 |
| 2192 | 2026-06-09T21:35:57.390Z | Checking iddqd v0.4.2 |
| 2193 | 2026-06-09T21:35:57.447Z | Checking phf_shared v0.11.3 |
| 2194 | 2026-06-09T21:35:57.483Z | Checking phf_shared v0.13.1 |
| 2195 | 2026-06-09T21:35:57.616Z | Checking buf-list v1.1.2 |
| 2196 | 2026-06-09T21:35:57.651Z | Checking strum v0.27.2 |
| 2197 | 2026-06-09T21:35:57.686Z | Checking lalrpop-util v0.19.12 |
| 2198 | 2026-06-09T21:35:57.720Z | Checking new_debug_unreachable v1.0.6 |
| 2199 | 2026-06-09T21:35:57.784Z | Checking fixedbitset v0.5.7 |
| 2200 | 2026-06-09T21:35:57.820Z | Checking fixedbitset v0.4.2 |
| 2201 | 2026-06-09T21:35:57.824Z | Checking precomputed-hash v0.1.1 |
| 2202 | 2026-06-09T21:35:57.886Z | Checking tough v0.22.0 |
| 2203 | 2026-06-09T21:35:57.890Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2204 | 2026-06-09T21:35:57.960Z | Checking string_cache v0.8.9 |
| 2205 | 2026-06-09T21:35:58.006Z | Checking petgraph v0.6.5 |
| 2206 | 2026-06-09T21:35:58.028Z | Checking petgraph v0.8.3 |
| 2207 | 2026-06-09T21:35:58.149Z | Checking phf v0.13.1 |
| 2208 | 2026-06-09T21:35:58.312Z | Checking postgres-types v0.2.12 |
| 2209 | 2026-06-09T21:35:58.361Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2210 | 2026-06-09T21:35:58.646Z | Checking whoami v2.1.0 |
| 2211 | 2026-06-09T21:35:58.682Z | Checking peg-runtime v0.8.5 |
| 2212 | 2026-06-09T21:35:58.686Z | Checking zip v4.6.1 |
| 2213 | 2026-06-09T21:35:58.885Z | Checking tokio-postgres v0.7.16 |
| 2214 | 2026-06-09T21:35:58.960Z | Checking is-terminal v0.4.17 |
| 2215 | 2026-06-09T21:35:59.083Z | Checking crossbeam-channel v0.5.15 |
| 2216 | 2026-06-09T21:35:59.283Z | Compiling structmeta-derive v0.3.0 |
| 2217 | 2026-06-09T21:35:59.318Z | Checking thread_local v1.1.9 |
| 2218 | 2026-06-09T21:35:59.452Z | Checking term v1.2.1 |
| 2219 | 2026-06-09T21:35:59.490Z | Checking take_mut v0.2.2 |
| 2220 | 2026-06-09T21:35:59.525Z | Compiling newtype-uuid-macros v0.1.0 |
| 2221 | 2026-06-09T21:35:59.618Z | Checking slog-async v2.8.0 |
| 2222 | 2026-06-09T21:35:59.655Z | Compiling rustls v0.22.4 |
| 2223 | 2026-06-09T21:35:59.698Z | Checking slog-term v2.9.2 |
| 2224 | 2026-06-09T21:35:59.815Z | Compiling multer v3.1.0 |
| 2225 | 2026-06-09T21:35:59.901Z | Compiling async-stream-impl v0.3.6 |
| 2226 | 2026-06-09T21:35:59.905Z | Compiling dropshot v0.17.0 |
| 2227 | 2026-06-09T21:35:59.981Z | Compiling dropshot_endpoint v0.17.0 |
| 2228 | 2026-06-09T21:36:00.094Z | Checking match_cfg v0.1.0 |
| 2229 | 2026-06-09T21:36:00.166Z | Checking slog-json v2.6.1 |
| 2230 | 2026-06-09T21:36:00.200Z | Checking hostname v0.3.1 |
| 2231 | 2026-06-09T21:36:00.235Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2232 | 2026-06-09T21:36:00.310Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2233 | 2026-06-09T21:36:00.338Z | Checking debug-ignore v1.0.5 |
| 2234 | 2026-06-09T21:36:00.373Z | Checking slog-bunyan v2.5.0 |
| 2235 | 2026-06-09T21:36:00.411Z | Compiling structmeta v0.3.0 |
| 2236 | 2026-06-09T21:36:00.446Z | Checking progenitor-client v0.14.0 |
| 2237 | 2026-06-09T21:36:00.480Z | Checking rustls-webpki v0.102.8 |
| 2238 | 2026-06-09T21:36:00.513Z | Checking serde_path_to_error v0.1.20 |
| 2239 | 2026-06-09T21:36:00.548Z | Checking serde_spanned v1.0.4 |
| 2240 | 2026-06-09T21:36:00.640Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2241 | 2026-06-09T21:36:00.675Z | Compiling derive-ex v0.1.8 |
| 2242 | 2026-06-09T21:36:00.711Z | Checking compression-core v0.4.31 |
| 2243 | 2026-06-09T21:36:00.714Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2244 | 2026-06-09T21:36:00.776Z | Checking async-stream v0.3.6 |
| 2245 | 2026-06-09T21:36:00.884Z | Checking waitgroup v0.1.2 |
| 2246 | 2026-06-09T21:36:00.887Z | Checking compression-codecs v0.4.37 |
| 2247 | 2026-06-09T21:36:00.950Z | Checking rustls-pemfile v2.2.0 |
| 2248 | 2026-06-09T21:36:00.953Z | Checking toml v1.0.6+spec-1.1.0 |
| 2249 | 2026-06-09T21:36:01.014Z | Checking hostname v0.4.2 |
| 2250 | 2026-06-09T21:36:01.048Z | Compiling parse-display-derive v0.10.0 |
| 2251 | 2026-06-09T21:36:01.104Z | Checking async-compression v0.4.41 |
| 2252 | 2026-06-09T21:36:01.140Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2253 | 2026-06-09T21:36:01.143Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2254 | 2026-06-09T21:36:01.271Z | Checking regress v0.10.5 |
| 2255 | 2026-06-09T21:36:01.339Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2256 | 2026-06-09T21:36:01.374Z | Checking itertools v0.14.0 |
| 2257 | 2026-06-09T21:36:01.579Z | Checking macaddr v1.0.1 |
| 2258 | 2026-06-09T21:36:01.726Z | Checking instant v0.1.13 |
| 2259 | 2026-06-09T21:36:01.762Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2260 | 2026-06-09T21:36:01.796Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2261 | 2026-06-09T21:36:01.837Z | Checking backoff v0.4.0 |
| 2262 | 2026-06-09T21:36:02.016Z | Checking backon v1.6.0 |
| 2263 | 2026-06-09T21:36:02.055Z | Checking humantime v2.3.0 |
| 2264 | 2026-06-09T21:36:02.209Z | Checking progenitor-extras v0.2.0 |
| 2265 | 2026-06-09T21:36:02.260Z | Checking progenitor-client v0.10.0 |
| 2266 | 2026-06-09T21:36:02.296Z | Checking unicode-width v0.2.0 |
| 2267 | 2026-06-09T21:36:02.329Z | Checking tokio-rustls v0.25.0 |
| 2268 | 2026-06-09T21:36:02.363Z | Compiling test-strategy v0.4.5 |
| 2269 | 2026-06-09T21:36:02.440Z | Checking heck v0.5.0 |
| 2270 | 2026-06-09T21:36:02.475Z | Compiling convert_case v0.4.0 |
| 2271 | 2026-06-09T21:36:02.511Z | Checking half v2.7.1 |
| 2272 | 2026-06-09T21:36:02.588Z | Checking ciborium-io v0.2.2 |
| 2273 | 2026-06-09T21:36:02.591Z | Checking secrecy v0.10.3 |
| 2274 | 2026-06-09T21:36:02.700Z | Compiling regress v0.11.1 |
| 2275 | 2026-06-09T21:36:02.704Z | Checking indent_write v2.2.0 |
| 2276 | 2026-06-09T21:36:02.767Z | Checking parse-display v0.10.0 |
| 2277 | 2026-06-09T21:36:02.770Z | Checking universal-hash v0.5.1 |
| 2278 | 2026-06-09T21:36:02.831Z | Checking ciborium-ll v0.2.2 |
| 2279 | 2026-06-09T21:36:02.868Z | Compiling derive_more v0.99.20 |
| 2280 | 2026-06-09T21:36:02.902Z | Checking opaque-debug v0.3.1 |
| 2281 | 2026-06-09T21:36:02.936Z | Compiling unsafe-libyaml v0.2.11 |
| 2282 | 2026-06-09T21:36:03.002Z | Checking camino-tempfile v1.4.1 |
| 2283 | 2026-06-09T21:36:03.034Z | Checking ciborium v0.2.2 |
| 2284 | 2026-06-09T21:36:03.182Z | Compiling crucible-workspace-hack v0.1.0 |
| 2285 | 2026-06-09T21:36:03.428Z | Checking aead v0.5.2 |
| 2286 | 2026-06-09T21:36:03.480Z | Compiling serde_yaml v0.9.34+deprecated |
| 2287 | 2026-06-09T21:36:03.689Z | Checking poly1305 v0.8.0 |
| 2288 | 2026-06-09T21:36:03.722Z | Checking chacha20 v0.9.1 |
| 2289 | 2026-06-09T21:36:03.851Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2290 | 2026-06-09T21:36:03.937Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2291 | 2026-06-09T21:36:03.975Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2292 | 2026-06-09T21:36:04.301Z | Compiling typify-impl v0.6.2 |
| 2293 | 2026-06-09T21:36:04.338Z | Checking swrite v0.1.0 |
| 2294 | 2026-06-09T21:36:04.458Z | Checking password-hash v0.5.0 |
| 2295 | 2026-06-09T21:36:04.524Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2296 | 2026-06-09T21:36:04.713Z | Checking blake2 v0.10.6 |
| 2297 | 2026-06-09T21:36:04.977Z | Checking argon2 v0.5.3 |
| 2298 | 2026-06-09T21:36:05.013Z | Checking chacha20poly1305 v0.10.1 |
| 2299 | 2026-06-09T21:36:05.163Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2300 | 2026-06-09T21:36:05.244Z | Checking thiserror-no-std v2.0.2 |
| 2301 | 2026-06-09T21:36:05.347Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2302 | 2026-06-09T21:36:05.379Z | Checking vsss-rs v3.3.4 |
| 2303 | 2026-06-09T21:36:05.457Z | Checking byte-wrapper v0.1.0 |
| 2304 | 2026-06-09T21:36:05.599Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2305 | 2026-06-09T21:36:05.662Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2306 | 2026-06-09T21:36:05.699Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2307 | 2026-06-09T21:36:05.857Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2308 | 2026-06-09T21:36:05.907Z | Checking crossbeam-deque v0.8.6 |
| 2309 | 2026-06-09T21:36:05.974Z | Compiling rayon-core v1.13.0 |
| 2310 | 2026-06-09T21:36:06.104Z | Checking toml v0.8.23 |
| 2311 | 2026-06-09T21:36:06.445Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2312 | 2026-06-09T21:36:06.481Z | Compiling proc-macro-error v1.0.4 |
| 2313 | 2026-06-09T21:36:06.514Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2314 | 2026-06-09T21:36:06.563Z | Checking rayon v1.11.0 |
| 2315 | 2026-06-09T21:36:06.720Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2316 | 2026-06-09T21:36:06.810Z | Checking tabwriter v1.4.1 |
| 2317 | 2026-06-09T21:36:06.962Z | Checking glob v0.3.3 |
| 2318 | 2026-06-09T21:36:06.995Z | Compiling heapless v0.8.0 |
| 2319 | 2026-06-09T21:36:07.167Z | Checking colored v3.1.1 |
| 2320 | 2026-06-09T21:36:07.303Z | Compiling proc-macro-crate v3.4.0 |
| 2321 | 2026-06-09T21:36:07.337Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2322 | 2026-06-09T21:36:07.461Z | Compiling ingot-macros v0.1.1 |
| 2323 | 2026-06-09T21:36:07.590Z | Checking hash32 v0.3.1 |
| 2324 | 2026-06-09T21:36:07.696Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2325 | 2026-06-09T21:36:07.743Z | Checking unicode-width v0.1.14 |
| 2326 | 2026-06-09T21:36:07.790Z | Compiling smoltcp v0.11.0 |
| 2327 | 2026-06-09T21:36:07.868Z | Compiling num_enum_derive v0.7.6 |
| 2328 | 2026-06-09T21:36:08.012Z | Checking cobs v0.3.0 |
| 2329 | 2026-06-09T21:36:08.046Z | Compiling usdt-macro v0.5.0 |
| 2330 | 2026-06-09T21:36:08.182Z | Compiling usdt-attr-macro v0.5.0 |
| 2331 | 2026-06-09T21:36:08.225Z | Checking memmap v0.7.0 |
| 2332 | 2026-06-09T21:36:08.372Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2333 | 2026-06-09T21:36:08.628Z | Checking postcard v1.1.3 |
| 2334 | 2026-06-09T21:36:08.707Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2335 | 2026-06-09T21:36:08.781Z | Compiling proc-macro-crate v1.3.1 |
| 2336 | 2026-06-09T21:36:08.817Z | Compiling typify-macro v0.6.2 |
| 2337 | 2026-06-09T21:36:08.916Z | Checking num_enum v0.7.6 |
| 2338 | 2026-06-09T21:36:08.949Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2339 | 2026-06-09T21:36:08.981Z | Checking usdt v0.5.0 |
| 2340 | 2026-06-09T21:36:09.096Z | Checking sigpipe v0.1.3 |
| 2341 | 2026-06-09T21:36:09.159Z | Compiling foreign-types-macros v0.2.3 |
| 2342 | 2026-06-09T21:36:09.204Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2343 | 2026-06-09T21:36:09.207Z | Checking foreign-types-shared v0.3.1 |
| 2344 | 2026-06-09T21:36:09.269Z | Checking cpufeatures v0.3.0 |
| 2345 | 2026-06-09T21:36:09.320Z | Compiling num_enum_derive v0.5.11 |
| 2346 | 2026-06-09T21:36:09.369Z | Checking chacha20 v0.10.0 |
| 2347 | 2026-06-09T21:36:09.656Z | Checking cstr-argument v0.1.2 |
| 2348 | 2026-06-09T21:36:09.692Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2349 | 2026-06-09T21:36:09.743Z | Compiling num-derive v0.4.2 |
| 2350 | 2026-06-09T21:36:09.784Z | Checking foreign-types v0.5.0 |
| 2351 | 2026-06-09T21:36:09.818Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2352 | 2026-06-09T21:36:09.889Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2353 | 2026-06-09T21:36:10.135Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2026-06-09T21:36:10.177Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2355 | 2026-06-09T21:36:10.271Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2356 | 2026-06-09T21:36:10.306Z | Checking rand v0.10.0 |
| 2357 | 2026-06-09T21:36:10.310Z | Checking ingot-types v0.1.2 |
| 2358 | 2026-06-09T21:36:10.373Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2359 | 2026-06-09T21:36:10.406Z | Checking num_enum v0.5.11 |
| 2360 | 2026-06-09T21:36:10.460Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2361 | 2026-06-09T21:36:10.541Z | Checking itertools v0.12.1 |
| 2362 | 2026-06-09T21:36:10.575Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2363 | 2026-06-09T21:36:10.609Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2364 | 2026-06-09T21:36:10.644Z | Compiling typify v0.6.2 |
| 2365 | 2026-06-09T21:36:10.716Z | Checking ingot v0.1.1 |
| 2366 | 2026-06-09T21:36:10.777Z | Compiling progenitor-impl v0.14.0 |
| 2367 | 2026-06-09T21:36:10.811Z | Compiling zone_cfg_derive v0.3.1 |
| 2368 | 2026-06-09T21:36:10.997Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2369 | 2026-06-09T21:36:11.192Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2370 | 2026-06-09T21:36:11.454Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2371 | 2026-06-09T21:36:11.562Z | Checking zone v0.3.1 |
| 2372 | 2026-06-09T21:36:11.634Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2373 | 2026-06-09T21:36:11.667Z | Checking smf v0.2.3 |
| 2374 | 2026-06-09T21:36:11.698Z | Checking whoami v1.6.1 |
| 2375 | 2026-06-09T21:36:11.732Z | Checking tokio-dtrace v0.1.1 |
| 2376 | 2026-06-09T21:36:11.874Z | Compiling derive-where v1.6.0 |
| 2377 | 2026-06-09T21:36:11.907Z | Checking console v0.15.11 |
| 2378 | 2026-06-09T21:36:11.940Z | Checking atomicwrites v0.4.4 |
| 2379 | 2026-06-09T21:36:11.948Z | Checking oxide-tokio-rt v0.1.4 |
| 2380 | 2026-06-09T21:36:11.948Z | Checking newline-converter v0.3.0 |
| 2381 | 2026-06-09T21:36:12.089Z | Checking num-rational v0.4.2 |
| 2382 | 2026-06-09T21:36:12.123Z | Checking num-complex v0.4.6 |
| 2383 | 2026-06-09T21:36:12.190Z | Checking float-ord v0.3.2 |
| 2384 | 2026-06-09T21:36:12.225Z | Checking expectorate v1.2.0 |
| 2385 | 2026-06-09T21:36:12.317Z | Checking bytecount v0.6.9 |
| 2386 | 2026-06-09T21:36:12.352Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2387 | 2026-06-09T21:36:12.384Z | Compiling owo-colors v4.3.0 |
| 2388 | 2026-06-09T21:36:12.387Z | Compiling prettyplease v0.2.37 |
| 2389 | 2026-06-09T21:36:12.449Z | Compiling cancel-safe-futures v0.1.5 |
| 2390 | 2026-06-09T21:36:12.481Z | Checking num v0.4.3 |
| 2391 | 2026-06-09T21:36:12.578Z | Checking libsw-core v0.3.2 |
| 2392 | 2026-06-09T21:36:12.716Z | Checking linear-map v1.2.0 |
| 2393 | 2026-06-09T21:36:12.750Z | Checking libsw v3.5.0 |
| 2394 | 2026-06-09T21:36:12.985Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2395 | 2026-06-09T21:36:13.040Z | Checking gethostname v0.5.0 |
| 2396 | 2026-06-09T21:36:13.170Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2397 | 2026-06-09T21:36:13.346Z | Compiling progenitor-macro v0.14.0 |
| 2398 | 2026-06-09T21:36:13.419Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2399 | 2026-06-09T21:36:13.470Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2400 | 2026-06-09T21:36:14.327Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2401 | 2026-06-09T21:36:14.598Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2402 | 2026-06-09T21:36:15.204Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2403 | 2026-06-09T21:36:17.426Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2404 | 2026-06-09T21:36:17.675Z | Checking resolv-conf v0.7.6 |
| 2405 | 2026-06-09T21:36:17.931Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2406 | 2026-06-09T21:36:18.143Z | Checking unicode-linebreak v0.1.5 |
| 2407 | 2026-06-09T21:36:18.176Z | Checking smawk v0.3.2 |
| 2408 | 2026-06-09T21:36:18.256Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2409 | 2026-06-09T21:36:18.290Z | Checking progenitor v0.14.0 |
| 2410 | 2026-06-09T21:36:18.344Z | Checking papergrid v0.11.0 |
| 2411 | 2026-06-09T21:36:18.384Z | Compiling tabled_derive v0.7.0 |
| 2412 | 2026-06-09T21:36:18.448Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2413 | 2026-06-09T21:36:18.566Z | Compiling convert_case v0.10.0 |
| 2414 | 2026-06-09T21:36:18.621Z | Compiling slog-dtrace v0.3.0 |
| 2415 | 2026-06-09T21:36:18.899Z | Compiling derive_more-impl v2.1.1 |
| 2416 | 2026-06-09T21:36:18.932Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2417 | 2026-06-09T21:36:19.384Z | Checking tabled v0.15.0 |
| 2418 | 2026-06-09T21:36:19.719Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2419 | 2026-06-09T21:36:19.753Z | Checking derive_more v2.1.1 |
| 2420 | 2026-06-09T21:36:19.856Z | Checking crossterm v0.29.0 |
| 2421 | 2026-06-09T21:36:19.897Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2422 | 2026-06-09T21:36:19.963Z | Checking linked-hash-map v0.5.6 |
| 2423 | 2026-06-09T21:36:20.157Z | Checking lru-cache v0.1.2 |
| 2424 | 2026-06-09T21:36:20.307Z | Checking hickory-proto v0.24.4 |
| 2425 | 2026-06-09T21:36:20.435Z | Checking fd-lock v4.0.4 |
| 2426 | 2026-06-09T21:36:20.475Z | Checking vte v0.14.1 |
| 2427 | 2026-06-09T21:36:20.547Z | Checking display-error-chain v0.2.2 |
| 2428 | 2026-06-09T21:36:20.583Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2429 | 2026-06-09T21:36:20.618Z | Checking termtree v0.5.1 |
| 2430 | 2026-06-09T21:36:20.653Z | Checking strip-ansi-escapes v0.2.1 |
| 2431 | 2026-06-09T21:36:20.693Z | Checking nu-ansi-term v0.50.3 |
| 2432 | 2026-06-09T21:36:20.742Z | Checking textwrap v0.16.2 |
| 2433 | 2026-06-09T21:36:20.779Z | Compiling minimal-lexical v0.2.1 |
| 2434 | 2026-06-09T21:36:20.814Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2435 | 2026-06-09T21:36:20.928Z | Checking reedline v0.40.0 |
| 2436 | 2026-06-09T21:36:20.987Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2437 | 2026-06-09T21:36:21.039Z | Compiling nom v7.1.3 |
| 2438 | 2026-06-09T21:36:21.073Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2439 | 2026-06-09T21:36:21.284Z | Compiling ar_archive_writer v0.5.1 |
| 2440 | 2026-06-09T21:36:21.548Z | Checking csv-core v0.1.13 |
| 2441 | 2026-06-09T21:36:21.680Z | Compiling stacker v0.1.23 |
| 2442 | 2026-06-09T21:36:21.751Z | Checking csv v1.4.0 |
| 2443 | 2026-06-09T21:36:21.965Z | Compiling semver v0.1.20 |
| 2444 | 2026-06-09T21:36:22.084Z | Checking highway v1.3.0 |
| 2445 | 2026-06-09T21:36:22.087Z | Compiling cfg_aliases v0.1.1 |
| 2446 | 2026-06-09T21:36:22.151Z | Checking hickory-resolver v0.24.4 |
| 2447 | 2026-06-09T21:36:22.218Z | Compiling psm v0.1.30 |
| 2448 | 2026-06-09T21:36:22.221Z | Compiling nix v0.28.0 |
| 2449 | 2026-06-09T21:36:22.282Z | Compiling rustc_version v0.1.7 |
| 2450 | 2026-06-09T21:36:22.285Z | Checking nibble_vec v0.1.0 |
| 2451 | 2026-06-09T21:36:22.345Z | Checking endian-type v0.1.2 |
| 2452 | 2026-06-09T21:36:22.383Z | Checking home v0.5.12 |
| 2453 | 2026-06-09T21:36:22.467Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2454 | 2026-06-09T21:36:22.501Z | Checking radix_trie v0.2.1 |
| 2455 | 2026-06-09T21:36:22.533Z | Compiling newtype_derive v0.1.6 |
| 2456 | 2026-06-09T21:36:22.536Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2457 | 2026-06-09T21:36:22.641Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2458 | 2026-06-09T21:36:22.732Z | Checking phf_shared v0.12.1 |
| 2459 | 2026-06-09T21:36:22.767Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2460 | 2026-06-09T21:36:22.906Z | Compiling chrono-tz v0.10.4 |
| 2461 | 2026-06-09T21:36:22.909Z | Checking qorb v0.4.1 |
| 2462 | 2026-06-09T21:36:23.058Z | Checking phf v0.12.1 |
| 2463 | 2026-06-09T21:36:23.216Z | Checking recursive v0.1.1 |
| 2464 | 2026-06-09T21:36:23.219Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2465 | 2026-06-09T21:36:23.279Z | Compiling const_format_proc_macros v0.2.34 |
| 2466 | 2026-06-09T21:36:23.282Z | Compiling peg-macros v0.8.5 |
| 2467 | 2026-06-09T21:36:23.345Z | Checking nom v8.0.0 |
| 2468 | 2026-06-09T21:36:23.377Z | Checking winnow v0.6.26 |
| 2469 | 2026-06-09T21:36:23.727Z | Compiling sqlparser_derive v0.5.0 |
| 2470 | 2026-06-09T21:36:24.123Z | Checking unicode_categories v0.1.1 |
| 2471 | 2026-06-09T21:36:24.162Z | Checking const_format v0.2.35 |
| 2472 | 2026-06-09T21:36:24.425Z | Checking rustyline v14.0.0 |
| 2473 | 2026-06-09T21:36:24.520Z | Checking sqlparser v0.61.0 |
| 2474 | 2026-06-09T21:36:24.579Z | Checking sqlformat v0.3.5 |
| 2475 | 2026-06-09T21:36:24.713Z | Checking peg v0.8.5 |
| 2476 | 2026-06-09T21:36:25.038Z | Checking bcs v0.1.6 |
| 2477 | 2026-06-09T21:36:25.150Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2478 | 2026-06-09T21:36:25.250Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2479 | 2026-06-09T21:36:25.382Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2480 | 2026-06-09T21:36:25.389Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2481 | 2026-06-09T21:36:25.467Z | Checking steno v0.4.1 |
| 2482 | 2026-06-09T21:36:25.503Z | Checking filetime v0.2.27 |
| 2483 | 2026-06-09T21:36:25.664Z | Checking xattr v1.6.1 |
| 2484 | 2026-06-09T21:36:25.820Z | Checking tar v0.4.45 |
| 2485 | 2026-06-09T21:36:26.014Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2486 | 2026-06-09T21:36:26.208Z | Checking subprocess v0.2.15 |
| 2487 | 2026-06-09T21:36:26.243Z | Checking base64 v0.21.7 |
| 2488 | 2026-06-09T21:36:26.301Z | Checking headers-core v0.3.0 |
| 2489 | 2026-06-09T21:36:26.508Z | Checking headers v0.4.1 |
| 2490 | 2026-06-09T21:36:26.511Z | Checking yasna v0.5.2 |
| 2491 | 2026-06-09T21:36:26.540Z | Checking dropshot-api-manager-types v0.7.2 |
| 2492 | 2026-06-09T21:36:26.767Z | Checking tagptr v0.2.0 |
| 2493 | 2026-06-09T21:36:26.944Z | Checking rcgen v0.12.1 |
| 2494 | 2026-06-09T21:36:26.978Z | Checking moka v0.12.13 |
| 2495 | 2026-06-09T21:36:27.010Z | Checking utf-8 v0.7.6 |
| 2496 | 2026-06-09T21:36:27.173Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2497 | 2026-06-09T21:36:27.281Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2498 | 2026-06-09T21:36:27.346Z | Compiling libefi-sys v0.1.0 |
| 2499 | 2026-06-09T21:36:27.463Z | Checking tungstenite v0.21.0 |
| 2500 | 2026-06-09T21:36:27.600Z | Compiling bitfield-struct v0.6.2 |
| 2501 | 2026-06-09T21:36:27.630Z | Checking hickory-resolver v0.25.2 |
| 2502 | 2026-06-09T21:36:27.902Z | Checking tokio-tungstenite v0.21.0 |
| 2503 | 2026-06-09T21:36:27.943Z | Compiling radium v0.7.0 |
| 2504 | 2026-06-09T21:36:28.201Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2505 | 2026-06-09T21:36:28.266Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2506 | 2026-06-09T21:36:28.302Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2507 | 2026-06-09T21:36:28.334Z | Checking tap v1.0.1 |
| 2508 | 2026-06-09T21:36:28.367Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2509 | 2026-06-09T21:36:28.373Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2510 | 2026-06-09T21:36:28.469Z | Compiling maybe-uninit v2.0.0 |
| 2511 | 2026-06-09T21:36:28.473Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2512 | 2026-06-09T21:36:28.537Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2513 | 2026-06-09T21:36:28.644Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2514 | 2026-06-09T21:36:28.709Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2515 | 2026-06-09T21:36:28.836Z | Checking wyz v0.5.1 |
| 2516 | 2026-06-09T21:36:28.904Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2517 | 2026-06-09T21:36:28.908Z | Compiling zerocopy-derive v0.6.6 |
| 2518 | 2026-06-09T21:36:29.038Z | Checking crc-catalog v2.4.0 |
| 2519 | 2026-06-09T21:36:29.070Z | Checking funty v2.0.0 |
| 2520 | 2026-06-09T21:36:29.192Z | Compiling packed_struct v0.10.1 |
| 2521 | 2026-06-09T21:36:29.300Z | Checking crc v3.4.0 |
| 2522 | 2026-06-09T21:36:29.435Z | Checking bitvec v1.0.1 |
| 2523 | 2026-06-09T21:36:29.540Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2524 | 2026-06-09T21:36:29.593Z | Compiling packed_struct_codegen v0.10.1 |
| 2525 | 2026-06-09T21:36:29.829Z | Checking zerocopy v0.6.6 |
| 2526 | 2026-06-09T21:36:30.156Z | Compiling bitfield-macros v0.19.4 |
| 2527 | 2026-06-09T21:36:30.521Z | Compiling indexmap v1.9.3 |
| 2528 | 2026-06-09T21:36:30.693Z | Checking nodrop v0.1.14 |
| 2529 | 2026-06-09T21:36:30.730Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2530 | 2026-06-09T21:36:30.824Z | Checking array-init v0.0.4 |
| 2531 | 2026-06-09T21:36:30.854Z | Checking smallvec v0.6.14 |
| 2532 | 2026-06-09T21:36:30.887Z | Checking bitfield v0.19.4 |
| 2533 | 2026-06-09T21:36:31.069Z | Checking hashbrown v0.12.3 |
| 2534 | 2026-06-09T21:36:31.142Z | Checking serde-hex v0.1.0 |
| 2535 | 2026-06-09T21:36:31.174Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2536 | 2026-06-09T21:36:31.354Z | Checking ron v0.8.1 |
| 2537 | 2026-06-09T21:36:31.426Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2538 | 2026-06-09T21:36:31.702Z | Checking hashbrown v0.13.2 |
| 2539 | 2026-06-09T21:36:31.832Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2540 | 2026-06-09T21:36:31.866Z | Checking crc-any v2.5.0 |
| 2541 | 2026-06-09T21:36:31.897Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2542 | 2026-06-09T21:36:31.929Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2543 | 2026-06-09T21:36:32.063Z | Checking path-slash v0.1.5 |
| 2544 | 2026-06-09T21:36:32.113Z | Compiling xshell-macros v0.2.7 |
| 2545 | 2026-06-09T21:36:32.146Z | Checking object v0.30.4 |
| 2546 | 2026-06-09T21:36:32.191Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2547 | 2026-06-09T21:36:32.511Z | Checking xshell v0.2.7 |
| 2548 | 2026-06-09T21:36:32.635Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2549 | 2026-06-09T21:36:32.861Z | Checking half v1.8.3 |
| 2550 | 2026-06-09T21:36:32.894Z | Compiling num-derive v0.3.3 |
| 2551 | 2026-06-09T21:36:33.039Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2552 | 2026-06-09T21:36:33.083Z | Checking serde_cbor v0.11.2 |
| 2553 | 2026-06-09T21:36:33.489Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2554 | 2026-06-09T21:36:33.802Z | Checking libscf-sys v1.1.0 |
| 2555 | 2026-06-09T21:36:33.901Z | Compiling proc-macro-error2 v2.0.1 |
| 2556 | 2026-06-09T21:36:33.959Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2557 | 2026-06-09T21:36:33.997Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2558 | 2026-06-09T21:36:34.274Z | Checking papergrid v0.17.0 |
| 2559 | 2026-06-09T21:36:34.308Z | Compiling tabled_derive v0.11.0 |
| 2560 | 2026-06-09T21:36:34.311Z | Checking testing_table v0.3.0 |
| 2561 | 2026-06-09T21:36:34.339Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2562 | 2026-06-09T21:36:34.459Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2563 | 2026-06-09T21:36:34.583Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2564 | 2026-06-09T21:36:34.875Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2565 | 2026-06-09T21:36:34.908Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2566 | 2026-06-09T21:36:35.101Z | Checking maplit v1.0.2 |
| 2567 | 2026-06-09T21:36:35.273Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2568 | 2026-06-09T21:36:35.397Z | Compiling git-stub v1.0.0 |
| 2569 | 2026-06-09T21:36:35.443Z | Checking crc8 v0.1.1 |
| 2570 | 2026-06-09T21:36:35.510Z | Checking tabled v0.20.0 |
| 2571 | 2026-06-09T21:36:35.566Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2572 | 2026-06-09T21:36:35.678Z | Compiling git-stub-vcs v0.1.0 |
| 2573 | 2026-06-09T21:36:35.906Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2574 | 2026-06-09T21:36:36.050Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2575 | 2026-06-09T21:36:36.150Z | Checking fxhash v0.2.1 |
| 2576 | 2026-06-09T21:36:36.183Z | Checking unicase v2.9.0 |
| 2577 | 2026-06-09T21:36:36.273Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2578 | 2026-06-09T21:36:36.305Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2579 | 2026-06-09T21:36:36.365Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2580 | 2026-06-09T21:36:36.690Z | Compiling vergen-lib v0.1.6 |
| 2581 | 2026-06-09T21:36:36.719Z | Compiling diesel_derives v2.3.7 |
| 2582 | 2026-06-09T21:36:36.799Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2583 | 2026-06-09T21:36:36.889Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2584 | 2026-06-09T21:36:36.995Z | Checking scheduled-thread-pool v0.2.7 |
| 2585 | 2026-06-09T21:36:37.026Z | Compiling dsl_auto_type v0.2.0 |
| 2586 | 2026-06-09T21:36:37.069Z | Compiling vergen-gitcl v1.0.8 |
| 2587 | 2026-06-09T21:36:37.164Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2588 | 2026-06-09T21:36:37.326Z | Checking r2d2 v0.8.10 |
| 2589 | 2026-06-09T21:36:37.423Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2590 | 2026-06-09T21:36:37.532Z | Checking kstat-rs v0.2.4 |
| 2591 | 2026-06-09T21:36:37.564Z | Checking arc-swap v1.8.2 |
| 2592 | 2026-06-09T21:36:37.744Z | Checking downcast-rs v2.0.2 |
| 2593 | 2026-06-09T21:36:37.776Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2594 | 2026-06-09T21:36:37.810Z | Checking slog-scope v4.4.1 |
| 2595 | 2026-06-09T21:36:37.870Z | Compiling parking_lot_core v0.8.6 |
| 2596 | 2026-06-09T21:36:37.998Z | Checking slog-stdlog v4.1.1 |
| 2597 | 2026-06-09T21:36:38.034Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2598 | 2026-06-09T21:36:38.087Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2599 | 2026-06-09T21:36:38.167Z | Checking slog-envlogger v2.2.0 |
| 2600 | 2026-06-09T21:36:38.344Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2601 | 2026-06-09T21:36:38.376Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2602 | 2026-06-09T21:36:38.409Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2603 | 2026-06-09T21:36:38.441Z | Compiling dirs-sys-next v0.1.2 |
| 2604 | 2026-06-09T21:36:38.560Z | Compiling crunchy v0.2.4 |
| 2605 | 2026-06-09T21:36:38.603Z | Checking parking_lot v0.11.2 |
| 2606 | 2026-06-09T21:36:38.656Z | Compiling dirs-next v2.0.0 |
| 2607 | 2026-06-09T21:36:38.741Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2608 | 2026-06-09T21:36:38.798Z | Compiling clang-sys v1.8.1 |
| 2609 | 2026-06-09T21:36:38.832Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2610 | 2026-06-09T21:36:38.835Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2611 | 2026-06-09T21:36:38.938Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2612 | 2026-06-09T21:36:39.140Z | Checking prefix-trie v0.7.0 |
| 2613 | 2026-06-09T21:36:39.198Z | Compiling tiny-keccak v2.0.2 |
| 2614 | 2026-06-09T21:36:39.231Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2615 | 2026-06-09T21:36:39.496Z | Checking sled v0.34.7 |
| 2616 | 2026-06-09T21:36:39.528Z | Compiling term v0.7.0 |
| 2617 | 2026-06-09T21:36:39.531Z | Checking hickory-server v0.25.2 |
| 2618 | 2026-06-09T21:36:39.557Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2619 | 2026-06-09T21:36:39.590Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2620 | 2026-06-09T21:36:39.833Z | Checking nanorand v0.7.0 |
| 2621 | 2026-06-09T21:36:39.919Z | Compiling salty v0.3.0 |
| 2622 | 2026-06-09T21:36:40.056Z | Compiling bit-vec v0.6.3 |
| 2623 | 2026-06-09T21:36:40.127Z | Checking flume v0.11.1 |
| 2624 | 2026-06-09T21:36:40.230Z | Compiling ascii-canvas v3.0.0 |
| 2625 | 2026-06-09T21:36:40.302Z | Compiling bit-set v0.5.3 |
| 2626 | 2026-06-09T21:36:40.484Z | Compiling progenitor-impl v0.13.0 |
| 2627 | 2026-06-09T21:36:40.516Z | Checking primeorder v0.13.6 |
| 2628 | 2026-06-09T21:36:40.753Z | Compiling itertools v0.10.5 |
| 2629 | 2026-06-09T21:36:40.785Z | Compiling ena v0.14.4 |
| 2630 | 2026-06-09T21:36:40.834Z | Compiling libloading v0.8.9 |
| 2631 | 2026-06-09T21:36:40.875Z | Compiling regex-syntax v0.6.29 |
| 2632 | 2026-06-09T21:36:40.960Z | Compiling bindgen v0.71.1 |
| 2633 | 2026-06-09T21:36:41.016Z | Compiling diff v0.1.13 |
| 2634 | 2026-06-09T21:36:41.738Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2635 | 2026-06-09T21:36:42.063Z | Compiling cexpr v0.6.0 |
| 2636 | 2026-06-09T21:36:42.179Z | Compiling lalrpop v0.19.12 |
| 2637 | 2026-06-09T21:36:42.771Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2638 | 2026-06-09T21:36:42.941Z | Checking progenitor-client v0.13.0 |
| 2639 | 2026-06-09T21:36:42.944Z | Checking diesel v2.3.7 |
| 2640 | 2026-06-09T21:36:43.007Z | Compiling fs-err v2.11.0 |
| 2641 | 2026-06-09T21:36:43.038Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2642 | 2026-06-09T21:36:43.084Z | Compiling progenitor-macro v0.13.0 |
| 2643 | 2026-06-09T21:36:43.193Z | Compiling rustc-hash v2.1.1 |
| 2644 | 2026-06-09T21:36:43.381Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2645 | 2026-06-09T21:36:43.423Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2646 | 2026-06-09T21:36:43.595Z | Compiling libxml v0.3.3 |
| 2647 | 2026-06-09T21:36:43.901Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2648 | 2026-06-09T21:36:44.018Z | Checking p384 v0.13.1 |
| 2649 | 2026-06-09T21:36:44.498Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2650 | 2026-06-09T21:36:44.743Z | Compiling strum_macros v0.24.3 |
| 2651 | 2026-06-09T21:36:44.876Z | Checking assert_matches v1.5.0 |
| 2652 | 2026-06-09T21:36:44.981Z | Checking parse-size v1.1.0 |
| 2653 | 2026-06-09T21:36:45.131Z | Compiling indoc v1.0.9 |
| 2654 | 2026-06-09T21:36:45.595Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2655 | 2026-06-09T21:36:46.385Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2656 | 2026-06-09T21:36:46.451Z | Compiling typify-impl v0.4.3 |
| 2657 | 2026-06-09T21:36:46.602Z | Checking quick-xml v0.37.5 |
| 2658 | 2026-06-09T21:36:46.724Z | Checking derive_builder v0.20.2 |
| 2659 | 2026-06-09T21:36:46.864Z | Compiling oso-derive v0.27.3 |
| 2660 | 2026-06-09T21:36:47.371Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2661 | 2026-06-09T21:36:47.495Z | Compiling trait-variant v0.1.2 |
| 2662 | 2026-06-09T21:36:48.033Z | Checking progenitor v0.13.0 |
| 2663 | 2026-06-09T21:36:48.065Z | Checking openssl-probe v0.1.6 |
| 2664 | 2026-06-09T21:36:48.202Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2665 | 2026-06-09T21:36:48.281Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2666 | 2026-06-09T21:36:48.892Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2667 | 2026-06-09T21:36:48.936Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2668 | 2026-06-09T21:36:49.008Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2669 | 2026-06-09T21:36:49.643Z | Checking predicates-tree v1.0.13 |
| 2670 | 2026-06-09T21:36:49.722Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2671 | 2026-06-09T21:36:49.974Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2672 | 2026-06-09T21:36:50.016Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2673 | 2026-06-09T21:36:50.048Z | Compiling mime_guess v2.0.5 |
| 2674 | 2026-06-09T21:36:50.930Z | Compiling typify-macro v0.4.3 |
| 2675 | 2026-06-09T21:36:51.037Z | Checking http-range v0.1.5 |
| 2676 | 2026-06-09T21:36:52.193Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2677 | 2026-06-09T21:36:52.587Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2678 | 2026-06-09T21:36:52.621Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2679 | 2026-06-09T21:36:52.650Z | Compiling typify v0.4.3 |
| 2680 | 2026-06-09T21:36:52.788Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2681 | 2026-06-09T21:36:54.172Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2682 | 2026-06-09T21:36:54.406Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2683 | 2026-06-09T21:36:54.464Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2684 | 2026-06-09T21:36:54.605Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2685 | 2026-06-09T21:36:54.791Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2686 | 2026-06-09T21:36:55.010Z | Checking bb8 v0.8.6 |
| 2687 | 2026-06-09T21:36:55.314Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2688 | 2026-06-09T21:36:55.348Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2689 | 2026-06-09T21:36:55.434Z | Checking atty v0.2.14 |
| 2690 | 2026-06-09T21:36:55.542Z | Checking corncobs v0.1.4 |
| 2691 | 2026-06-09T21:36:55.641Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2692 | 2026-06-09T21:36:55.704Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2693 | 2026-06-09T21:36:55.991Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2694 | 2026-06-09T21:36:56.026Z | Compiling progenitor-impl v0.11.2 |
| 2695 | 2026-06-09T21:36:56.190Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2696 | 2026-06-09T21:36:56.398Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2697 | 2026-06-09T21:36:56.619Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2698 | 2026-06-09T21:36:56.686Z | Checking ignore v0.4.25 |
| 2699 | 2026-06-09T21:36:57.083Z | Checking diesel-dtrace v0.5.0 |
| 2700 | 2026-06-09T21:36:57.244Z | Checking async-bb8-diesel v0.2.1 |
| 2701 | 2026-06-09T21:36:57.352Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2702 | 2026-06-09T21:36:57.618Z | Checking secrecy v0.8.0 |
| 2703 | 2026-06-09T21:36:57.912Z | Checking globwalk v0.9.1 |
| 2704 | 2026-06-09T21:36:58.413Z | Checking hyper-staticfile v0.10.1 |
| 2705 | 2026-06-09T21:36:58.688Z | Compiling progenitor-macro v0.11.2 |
| 2706 | 2026-06-09T21:36:58.727Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2707 | 2026-06-09T21:36:59.012Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2708 | 2026-06-09T21:36:59.045Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2709 | 2026-06-09T21:36:59.094Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2710 | 2026-06-09T21:36:59.330Z | Checking progenitor-client v0.11.2 |
| 2711 | 2026-06-09T21:36:59.586Z | Checking nonempty v0.12.0 |
| 2712 | 2026-06-09T21:36:59.619Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2713 | 2026-06-09T21:36:59.720Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2714 | 2026-06-09T21:36:59.778Z | Checking camino-tempfile-ext v0.3.3 |
| 2715 | 2026-06-09T21:36:59.875Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2716 | 2026-06-09T21:37:00.006Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2717 | 2026-06-09T21:37:00.651Z | Checking signal-hook-tokio v0.3.1 |
| 2718 | 2026-06-09T21:37:00.684Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2719 | 2026-06-09T21:37:00.949Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2720 | 2026-06-09T21:37:00.981Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2721 | 2026-06-09T21:37:01.281Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2722 | 2026-06-09T21:37:01.374Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2723 | 2026-06-09T21:37:01.631Z | Checking illumos-nvpair v0.3.0 |
| 2724 | 2026-06-09T21:37:01.820Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2725 | 2026-06-09T21:37:01.853Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2726 | 2026-06-09T21:37:02.188Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2727 | 2026-06-09T21:37:02.249Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2728 | 2026-06-09T21:37:02.280Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2729 | 2026-06-09T21:37:02.448Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2730 | 2026-06-09T21:37:02.480Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2731 | 2026-06-09T21:37:02.639Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2732 | 2026-06-09T21:37:02.904Z | Checking tungstenite v0.23.0 |
| 2733 | 2026-06-09T21:37:02.938Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2734 | 2026-06-09T21:37:03.216Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2735 | 2026-06-09T21:37:03.357Z | Checking tokio-tungstenite v0.23.1 |
| 2736 | 2026-06-09T21:37:03.654Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2737 | 2026-06-09T21:37:03.687Z | Checking progenitor v0.11.2 |
| 2738 | 2026-06-09T21:37:03.855Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2739 | 2026-06-09T21:37:04.062Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2740 | 2026-06-09T21:37:04.107Z | Checking rand_seeder v0.4.0 |
| 2741 | 2026-06-09T21:37:04.289Z | Checking void v1.0.2 |
| 2742 | 2026-06-09T21:37:04.428Z | Checking lzss v0.8.2 |
| 2743 | 2026-06-09T21:37:04.462Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2744 | 2026-06-09T21:37:04.516Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2745 | 2026-06-09T21:37:04.550Z | Checking nix v0.27.1 |
| 2746 | 2026-06-09T21:37:04.644Z | Checking serde_bytes v0.11.19 |
| 2747 | 2026-06-09T21:37:04.644Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2748 | 2026-06-09T21:37:04.782Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2749 | 2026-06-09T21:37:04.852Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2750 | 2026-06-09T21:37:05.094Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2751 | 2026-06-09T21:37:05.473Z | Checking is_ci v1.2.0 |
| 2752 | 2026-06-09T21:37:05.604Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2753 | 2026-06-09T21:37:05.776Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2754 | 2026-06-09T21:37:05.809Z | Checking yansi v1.0.1 |
| 2755 | 2026-06-09T21:37:05.894Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2756 | 2026-06-09T21:37:06.084Z | Checking pretty_assertions v1.4.1 |
| 2757 | 2026-06-09T21:37:06.164Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2758 | 2026-06-09T21:37:06.245Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2759 | 2026-06-09T21:37:06.473Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2760 | 2026-06-09T21:37:06.506Z | Compiling darling_core v0.23.0 |
| 2761 | 2026-06-09T21:37:07.707Z | Compiling indoc v2.0.7 |
| 2762 | 2026-06-09T21:37:07.742Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2763 | 2026-06-09T21:37:07.967Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2764 | 2026-06-09T21:37:08.181Z | Compiling libz-sys v1.1.24 |
| 2765 | 2026-06-09T21:37:08.581Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2766 | 2026-06-09T21:37:08.739Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2767 | 2026-06-09T21:37:08.773Z | Compiling instability v0.3.11 |
| 2768 | 2026-06-09T21:37:08.878Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2769 | 2026-06-09T21:37:09.060Z | Compiling darling_macro v0.23.0 |
| 2770 | 2026-06-09T21:37:09.191Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2771 | 2026-06-09T21:37:09.405Z | Checking castaway v0.2.4 |
| 2772 | 2026-06-09T21:37:09.546Z | Checking compact_str v0.8.1 |
| 2773 | 2026-06-09T21:37:09.580Z | Compiling darling v0.23.0 |
| 2774 | 2026-06-09T21:37:09.883Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2775 | 2026-06-09T21:37:09.941Z | Checking supports-color v3.0.2 |
| 2776 | 2026-06-09T21:37:10.098Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2777 | 2026-06-09T21:37:10.199Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2778 | 2026-06-09T21:37:10.321Z | Checking unicode-truncate v1.1.0 |
| 2779 | 2026-06-09T21:37:10.418Z | Checking console v0.16.2 |
| 2780 | 2026-06-09T21:37:10.451Z | Checking lru v0.12.5 |
| 2781 | 2026-06-09T21:37:10.499Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2782 | 2026-06-09T21:37:10.695Z | Checking unit-prefix v0.5.2 |
| 2783 | 2026-06-09T21:37:10.698Z | Checking cassowary v0.3.0 |
| 2784 | 2026-06-09T21:37:10.783Z | Checking indicatif v0.18.4 |
| 2785 | 2026-06-09T21:37:10.900Z | Checking ratatui v0.29.0 |
| 2786 | 2026-06-09T21:37:11.005Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2787 | 2026-06-09T21:37:11.186Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2788 | 2026-06-09T21:37:11.429Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2789 | 2026-06-09T21:37:12.201Z | Compiling vergen-git2 v9.1.0 |
| 2790 | 2026-06-09T21:37:12.235Z | Checking plotters-backend v0.3.7 |
| 2791 | 2026-06-09T21:37:12.461Z | Checking plotters-svg v0.3.7 |
| 2792 | 2026-06-09T21:37:12.492Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2793 | 2026-06-09T21:37:12.631Z | Checking cast v0.3.0 |
| 2794 | 2026-06-09T21:37:12.712Z | Compiling rustls v0.21.12 |
| 2795 | 2026-06-09T21:37:12.811Z | Checking criterion-plot v0.6.0 |
| 2796 | 2026-06-09T21:37:13.009Z | Checking plotters v0.3.7 |
| 2797 | 2026-06-09T21:37:13.042Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2798 | 2026-06-09T21:37:13.079Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2799 | 2026-06-09T21:37:13.297Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2800 | 2026-06-09T21:37:13.519Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2801 | 2026-06-09T21:37:13.738Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2802 | 2026-06-09T21:37:13.770Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2803 | 2026-06-09T21:37:13.964Z | Checking colored v2.2.0 |
| 2804 | 2026-06-09T21:37:14.039Z | Checking rustls-webpki v0.101.7 |
| 2805 | 2026-06-09T21:37:14.218Z | Checking sct v0.7.1 |
| 2806 | 2026-06-09T21:37:14.385Z | Checking tinytemplate v1.2.1 |
| 2807 | 2026-06-09T21:37:14.437Z | Checking anes v0.1.6 |
| 2808 | 2026-06-09T21:37:14.471Z | Checking oorandom v11.1.5 |
| 2809 | 2026-06-09T21:37:14.613Z | Checking shell-words v1.1.1 |
| 2810 | 2026-06-09T21:37:14.646Z | Checking criterion v0.7.0 |
| 2811 | 2026-06-09T21:37:14.767Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2812 | 2026-06-09T21:37:16.033Z | Checking typeid v1.0.3 |
| 2813 | 2026-06-09T21:37:16.065Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2814 | 2026-06-09T21:37:16.164Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2815 | 2026-06-09T21:37:16.818Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2816 | 2026-06-09T21:37:17.610Z | Checking hex-literal v0.4.1 |
| 2817 | 2026-06-09T21:37:17.737Z | Checking erased-serde v0.4.9 |
| 2818 | 2026-06-09T21:37:18.277Z | Checking tokio-rustls v0.24.1 |
| 2819 | 2026-06-09T21:37:19.050Z | Checking rustls-pemfile v1.0.4 |
| 2820 | 2026-06-09T21:37:19.050Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2821 | 2026-06-09T21:37:19.051Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2822 | 2026-06-09T21:37:19.147Z | Checking twox-hash v2.1.2 |
| 2823 | 2026-06-09T21:37:19.360Z | Checking ordered-float v2.10.1 |
| 2824 | 2026-06-09T21:37:19.538Z | Checking serde-untagged v0.1.9 |
| 2825 | 2026-06-09T21:37:19.632Z | Checking serde-value v0.7.0 |
| 2826 | 2026-06-09T21:37:19.763Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2827 | 2026-06-09T21:37:19.877Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2828 | 2026-06-09T21:37:20.483Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2829 | 2026-06-09T21:37:20.673Z | Checking fatfs v0.3.6 |
| 2830 | 2026-06-09T21:37:20.878Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2831 | 2026-06-09T21:37:21.156Z | Compiling seq-macro v0.3.6 |
| 2832 | 2026-06-09T21:37:21.188Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2833 | 2026-06-09T21:37:21.361Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2834 | 2026-06-09T21:37:21.679Z | Checking unicode-xid v0.2.6 |
| 2835 | 2026-06-09T21:37:21.818Z | Checking cargo-util-schemas v0.8.2 |
| 2836 | 2026-06-09T21:37:22.209Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2837 | 2026-06-09T21:37:22.643Z | Checking cargo-platform v0.2.0 |
| 2838 | 2026-06-09T21:37:22.697Z | Compiling petname v2.0.2 |
| 2839 | 2026-06-09T21:37:22.858Z | Checking cargo_metadata v0.21.0 |
| 2840 | 2026-06-09T21:37:23.356Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2841 | 2026-06-09T21:37:23.635Z | Checking concurrent-queue v2.5.0 |
| 2842 | 2026-06-09T21:37:23.848Z | Checking rtoolbox v0.0.3 |
| 2843 | 2026-06-09T21:37:24.012Z | Checking parking v2.2.1 |
| 2844 | 2026-06-09T21:37:24.165Z | Checking event-listener v5.4.1 |
| 2845 | 2026-06-09T21:37:24.417Z | Checking rpassword v7.4.0 |
| 2846 | 2026-06-09T21:37:24.735Z | Checking tui-tree-widget v0.23.1 |
| 2847 | 2026-06-09T21:37:24.871Z | Compiling samael v0.0.19 |
| 2848 | 2026-06-09T21:37:24.948Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2849 | 2026-06-09T21:37:24.980Z | Checking polyval v0.6.2 |
| 2850 | 2026-06-09T21:37:25.137Z | Checking sapling-renderdag v0.1.0 |
| 2851 | 2026-06-09T21:37:25.175Z | Checking sync-ptr v0.1.4 |
| 2852 | 2026-06-09T21:37:25.320Z | Checking ghash v0.5.1 |
| 2853 | 2026-06-09T21:37:25.401Z | Checking event-listener-strategy v0.5.4 |
| 2854 | 2026-06-09T21:37:25.464Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2855 | 2026-06-09T21:37:25.566Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2856 | 2026-06-09T21:37:25.790Z | Checking ctr v0.9.2 |
| 2857 | 2026-06-09T21:37:25.982Z | Checking futures-timer v3.0.3 |
| 2858 | 2026-06-09T21:37:26.126Z | Checking arrayref v0.3.9 |
| 2859 | 2026-06-09T21:37:26.184Z | Checking arrayvec v0.7.6 |
| 2860 | 2026-06-09T21:37:26.227Z | Checking constant_time_eq v0.4.2 |
| 2861 | 2026-06-09T21:37:26.365Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2862 | 2026-06-09T21:37:26.398Z | Checking aes-gcm v0.10.3 |
| 2863 | 2026-06-09T21:37:26.472Z | Checking async-lock v3.4.2 |
| 2864 | 2026-06-09T21:37:26.576Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2865 | 2026-06-09T21:37:26.876Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2866 | 2026-06-09T21:37:27.525Z | Checking ssh-encoding v0.2.0 |
| 2867 | 2026-06-09T21:37:27.747Z | Checking blowfish v0.9.1 |
| 2868 | 2026-06-09T21:37:27.931Z | Compiling strsim v0.10.0 |
| 2869 | 2026-06-09T21:37:28.070Z | Checking bcrypt-pbkdf v0.10.0 |
| 2870 | 2026-06-09T21:37:28.264Z | Compiling darling_core v0.13.4 |
| 2871 | 2026-06-09T21:37:28.295Z | Checking ssh-cipher v0.2.0 |
| 2872 | 2026-06-09T21:37:28.494Z | Checking async-object-pool v0.2.0 |
| 2873 | 2026-06-09T21:37:28.634Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2874 | 2026-06-09T21:37:29.023Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2875 | 2026-06-09T21:37:29.056Z | Checking serde_regex v1.1.0 |
| 2876 | 2026-06-09T21:37:29.282Z | Checking password-hash v0.4.2 |
| 2877 | 2026-06-09T21:37:29.534Z | Checking assert-json-diff v2.0.2 |
| 2878 | 2026-06-09T21:37:29.705Z | Checking path-tree v0.8.3 |
| 2879 | 2026-06-09T21:37:29.738Z | Checking gimli v0.32.3 |
| 2880 | 2026-06-09T21:37:29.927Z | Compiling target-lexicon v0.13.3 |
| 2881 | 2026-06-09T21:37:29.994Z | Checking stringmetrics v2.2.2 |
| 2882 | 2026-06-09T21:37:30.165Z | Compiling darling_macro v0.13.4 |
| 2883 | 2026-06-09T21:37:30.197Z | Checking httpmock v0.8.3 |
| 2884 | 2026-06-09T21:37:30.495Z | Checking pbkdf2 v0.11.0 |
| 2885 | 2026-06-09T21:37:30.664Z | Checking ssh-key v0.6.7 |
| 2886 | 2026-06-09T21:37:31.299Z | Checking addr2line v0.25.1 |
| 2887 | 2026-06-09T21:37:31.386Z | Checking p256 v0.13.2 |
| 2888 | 2026-06-09T21:37:31.591Z | Checking p521 v0.13.3 |
| 2889 | 2026-06-09T21:37:31.666Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2890 | 2026-06-09T21:37:31.932Z | Checking russh-cryptovec v0.7.3 |
| 2891 | 2026-06-09T21:37:32.099Z | Checking md5 v0.7.0 |
| 2892 | 2026-06-09T21:37:32.209Z | Compiling guppy-workspace-hack v0.1.0 |
| 2893 | 2026-06-09T21:37:32.301Z | Checking rustc-demangle v0.1.27 |
| 2894 | 2026-06-09T21:37:32.390Z | Checking russh-keys v0.45.0 |
| 2895 | 2026-06-09T21:37:32.467Z | Compiling darling v0.13.4 |
| 2896 | 2026-06-09T21:37:32.575Z | Checking backtrace v0.3.76 |
| 2897 | 2026-06-09T21:37:32.607Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2898 | 2026-06-09T21:37:32.800Z | Checking num-bigint v0.4.6 |
| 2899 | 2026-06-09T21:37:32.832Z | Checking des v0.8.1 |
| 2900 | 2026-06-09T21:37:33.012Z | Compiling blake3 v1.8.3 |
| 2901 | 2026-06-09T21:37:33.126Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2902 | 2026-06-09T21:37:33.133Z | Compiling target-spec v3.5.7 |
| 2903 | 2026-06-09T21:37:33.495Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2904 | 2026-06-09T21:37:33.587Z | Checking backtrace-ext v0.2.1 |
| 2905 | 2026-06-09T21:37:33.769Z | Checking cfg-expr v0.20.6 |
| 2906 | 2026-06-09T21:37:33.801Z | Checking russh v0.45.0 |
| 2907 | 2026-06-09T21:37:33.914Z | Compiling serde_with_macros v1.5.2 |
| 2908 | 2026-06-09T21:37:34.196Z | Checking supports-color v2.1.0 |
| 2909 | 2026-06-09T21:37:34.255Z | Checking textwrap v0.15.2 |
| 2910 | 2026-06-09T21:37:34.357Z | Checking supports-unicode v2.1.0 |
| 2911 | 2026-06-09T21:37:34.496Z | Checking supports-hyperlinks v2.1.0 |
| 2912 | 2026-06-09T21:37:34.527Z | Checking hashbrown v0.14.5 |
| 2913 | 2026-06-09T21:37:34.642Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2914 | 2026-06-09T21:37:34.789Z | Checking cargo-platform v0.3.2 |
| 2915 | 2026-06-09T21:37:34.868Z | Checking terminal_size v0.1.17 |
| 2916 | 2026-06-09T21:37:34.997Z | Checking socket2 v0.5.10 |
| 2917 | 2026-06-09T21:37:35.029Z | Compiling miette-derive v5.10.0 |
| 2918 | 2026-06-09T21:37:35.272Z | Checking owo-colors v3.5.0 |
| 2919 | 2026-06-09T21:37:35.404Z | Checking internet-checksum v0.2.1 |
| 2920 | 2026-06-09T21:37:35.746Z | Checking chumsky v0.9.3 |
| 2921 | 2026-06-09T21:37:35.823Z | Checking cargo_metadata v0.23.1 |
| 2922 | 2026-06-09T21:37:36.178Z | Checking miette v5.10.0 |
| 2923 | 2026-06-09T21:37:36.525Z | Compiling serde_with v1.14.0 |
| 2924 | 2026-06-09T21:37:36.831Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2925 | 2026-06-09T21:37:36.987Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2926 | 2026-06-09T21:37:37.036Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2927 | 2026-06-09T21:37:37.363Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2928 | 2026-06-09T21:37:37.572Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2929 | 2026-06-09T21:37:37.664Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2930 | 2026-06-09T21:37:37.787Z | Compiling knuffel-derive v3.2.0 |
| 2931 | 2026-06-09T21:37:37.823Z | Checking httptest v0.16.4 |
| 2932 | 2026-06-09T21:37:37.886Z | Checking pathdiff v0.2.3 |
| 2933 | 2026-06-09T21:37:38.017Z | Checking nested v0.1.1 |
| 2934 | 2026-06-09T21:37:38.154Z | Compiling git2 v0.20.4 |
| 2935 | 2026-06-09T21:37:38.186Z | Checking topological-sort v0.2.2 |
| 2936 | 2026-06-09T21:37:38.222Z | Checking guppy v0.17.25 |
| 2937 | 2026-06-09T21:37:38.355Z | Checking omicron-zone-package v0.12.2 |
| 2938 | 2026-06-09T21:37:38.541Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2939 | 2026-06-09T21:37:39.163Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2940 | 2026-06-09T21:37:39.281Z | Checking similar-asserts v1.7.0 |
| 2941 | 2026-06-09T21:37:39.320Z | Checking knuffel v3.2.0 |
| 2942 | 2026-06-09T21:37:39.411Z | Compiling polar-core v0.27.3 |
| 2943 | 2026-06-09T21:37:39.470Z | Compiling target-triple v1.0.0 |
| 2944 | 2026-06-09T21:37:39.477Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2945 | 2026-06-09T21:37:39.637Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2946 | 2026-06-09T21:37:39.803Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2947 | 2026-06-09T21:37:39.985Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2948 | 2026-06-09T21:37:40.240Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2949 | 2026-06-09T21:37:40.481Z | Checking hickory-client v0.25.2 |
| 2950 | 2026-06-09T21:37:40.790Z | Checking tokio-test v0.4.5 |
| 2951 | 2026-06-09T21:37:40.980Z | Compiling assert_cmd v2.1.2 |
| 2952 | 2026-06-09T21:37:41.017Z | Checking escape8259 v0.5.3 |
| 2953 | 2026-06-09T21:37:41.179Z | Checking libtest-mimic v0.8.1 |
| 2954 | 2026-06-09T21:37:41.441Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2955 | 2026-06-09T21:37:41.505Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2956 | 2026-06-09T21:37:41.537Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2957 | 2026-06-09T21:37:41.570Z | Checking blake2b_simd v1.0.4 |
| 2958 | 2026-06-09T21:37:41.982Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2959 | 2026-06-09T21:37:42.243Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2960 | 2026-06-09T21:37:42.385Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2961 | 2026-06-09T21:37:42.644Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2962 | 2026-06-09T21:37:42.868Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2963 | 2026-06-09T21:37:42.922Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2964 | 2026-06-09T21:37:43.141Z | Checking fancy-regex v0.14.0 |
| 2965 | 2026-06-09T21:37:43.432Z | Checking serde_tokenstream v0.2.3 |
| 2966 | 2026-06-09T21:37:43.514Z | Checking approx v0.5.1 |
| 2967 | 2026-06-09T21:37:43.670Z | Compiling rstest_macros v0.25.0 |
| 2968 | 2026-06-09T21:37:43.673Z | Checking uzers v0.12.2 |
| 2969 | 2026-06-09T21:37:43.941Z | Checking termcolor v1.4.1 |
| 2970 | 2026-06-09T21:37:43.973Z | Compiling linkme-impl v0.3.35 |
| 2971 | 2026-06-09T21:37:44.181Z | Checking constant_time_eq v0.3.1 |
| 2972 | 2026-06-09T21:37:44.314Z | Checking rust-argon2 v2.1.0 |
| 2973 | 2026-06-09T21:37:44.379Z | Checking oso v0.27.3 |
| 2974 | 2026-06-09T21:37:44.422Z | Checking trybuild v1.0.116 |
| 2975 | 2026-06-09T21:37:44.682Z | Checking datatest-stable v0.3.3 |
| 2976 | 2026-06-09T21:37:45.195Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2977 | 2026-06-09T21:37:45.303Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2978 | 2026-06-09T21:37:45.499Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2979 | 2026-06-09T21:37:45.559Z | Checking support-bundle-viewer v0.1.2 |
| 2980 | 2026-06-09T21:37:45.823Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2981 | 2026-06-09T21:37:46.043Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2982 | 2026-06-09T21:37:46.217Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2983 | 2026-06-09T21:37:46.258Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2984 | 2026-06-09T21:37:46.432Z | Checking drift v0.2.0 |
| 2985 | 2026-06-09T21:37:46.491Z | Checking rand_distr v0.5.1 |
| 2986 | 2026-06-09T21:37:46.804Z | Checking multimap v0.10.1 |
| 2987 | 2026-06-09T21:37:46.911Z | Compiling linkme v0.3.35 |
| 2988 | 2026-06-09T21:37:46.944Z | Compiling relative-path v1.9.3 |
| 2989 | 2026-06-09T21:37:47.230Z | Checking dropshot-api-manager v0.7.2 |
| 2990 | 2026-06-09T21:37:47.611Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2991 | 2026-06-09T21:37:48.298Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2992 | 2026-06-09T21:37:48.362Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2993 | 2026-06-09T21:37:48.485Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2994 | 2026-06-09T21:37:48.606Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2995 | 2026-06-09T21:37:48.711Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2996 | 2026-06-09T21:37:48.934Z | Checking cargo_toml v0.21.0 |
| 2997 | 2026-06-09T21:37:49.029Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2998 | 2026-06-09T21:37:49.111Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2999 | 2026-06-09T21:37:49.412Z | Checking partial-io v0.5.4 |
| 3000 | 2026-06-09T21:37:49.582Z | Checking termios v0.3.3 |
| 3001 | 2026-06-09T21:37:49.648Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3002 | 2026-06-09T21:37:49.735Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3003 | 2026-06-09T21:37:49.804Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3004 | 2026-06-09T21:37:50.885Z | Checking rstest v0.25.0 |
| 3005 | 2026-06-09T21:37:51.251Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3006 | 2026-06-09T21:37:55.658Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3007 | 2026-06-09T21:37:55.831Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3008 | 2026-06-09T21:38:01.435Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3009 | 2026-06-09T21:38:02.041Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3010 | 2026-06-09T21:38:03.366Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3011 | 2026-06-09T21:38:08.312Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3012 | 2026-06-09T21:38:13.999Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3013 | 2026-06-09T21:38:16.532Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3014 | 2026-06-09T21:38:17.598Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3015 | 2026-06-09T21:38:18.060Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3016 | 2026-06-09T21:38:18.577Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3017 | 2026-06-09T21:38:28.263Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3018 | 2026-06-09T21:39:37.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s |
| 3019 | 2026-06-09T21:39:38.091Z | |
| 3020 | 2026-06-09T21:39:38.092Z | real 4:03.975772725 |
| 3021 | 2026-06-09T21:39:38.092Z | user 21:15.360388833 |
| 3022 | 2026-06-09T21:39:38.092Z | sys 4:48.997432557 |
| 3023 | 2026-06-09T21:39:38.092Z | trap 0.501925200 |
| 3024 | 2026-06-09T21:39:38.092Z | tflt 0.518458095 |
| 3025 | 2026-06-09T21:39:38.092Z | dflt 0.469267283 |
| 3026 | 2026-06-09T21:39:38.092Z | kflt 0.005443920 |
| 3027 | 2026-06-09T21:39:38.092Z | lock 58:15.386001937 |
| 3028 | 2026-06-09T21:39:38.092Z | slp 58:20.991474785 |
| 3029 | 2026-06-09T21:39:38.092Z | lat 1:47.834196552 |
| 3030 | 2026-06-09T21:39:38.092Z | stop 10:40.698682078 |
| 3031 | 2026-06-09T21:39:38.095Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3032 | 2026-06-09T21:39:38.095Z | + ptime -m cargo doc --workspace --no-deps |
| 3033 | 2026-06-09T21:39:38.963Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3034 | 2026-06-09T21:39:38.964Z | | |
| 3035 | 2026-06-09T21:39:38.964Z | = 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)` |
| 3036 | 2026-06-09T21:39:38.964Z | = 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> |
| 3037 | 2026-06-09T21:39:39.958Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3038 | 2026-06-09T21:39:40.192Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3039 | 2026-06-09T21:39:40.238Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3040 | 2026-06-09T21:39:40.301Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3041 | 2026-06-09T21:39:40.416Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3042 | 2026-06-09T21:39:40.460Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3043 | 2026-06-09T21:39:40.487Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3044 | 2026-06-09T21:39:40.517Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3045 | 2026-06-09T21:39:40.564Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3046 | 2026-06-09T21:39:40.719Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3047 | 2026-06-09T21:39:40.747Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3048 | 2026-06-09T21:39:40.774Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3049 | 2026-06-09T21:39:40.813Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3050 | 2026-06-09T21:39:40.849Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3051 | 2026-06-09T21:39:40.872Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3052 | 2026-06-09T21:39:40.875Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3053 | 2026-06-09T21:39:40.917Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3054 | 2026-06-09T21:39:40.921Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3055 | 2026-06-09T21:39:40.987Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3056 | 2026-06-09T21:39:41.084Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3057 | 2026-06-09T21:39:41.331Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3058 | 2026-06-09T21:39:41.492Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3059 | 2026-06-09T21:39:41.642Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3060 | 2026-06-09T21:39:41.671Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3061 | 2026-06-09T21:39:41.764Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3062 | 2026-06-09T21:39:41.795Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3063 | 2026-06-09T21:39:41.900Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3064 | 2026-06-09T21:39:41.949Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3065 | 2026-06-09T21:39:42.066Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3066 | 2026-06-09T21:39:42.140Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3067 | 2026-06-09T21:39:42.265Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3068 | 2026-06-09T21:39:42.325Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3069 | 2026-06-09T21:39:42.370Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3070 | 2026-06-09T21:39:42.559Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3071 | 2026-06-09T21:39:42.562Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3072 | 2026-06-09T21:39:42.604Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3073 | 2026-06-09T21:39:42.810Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3074 | 2026-06-09T21:39:42.834Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3075 | 2026-06-09T21:39:43.041Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3076 | 2026-06-09T21:39:43.316Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3077 | 2026-06-09T21:39:43.344Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3078 | 2026-06-09T21:39:43.371Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3079 | 2026-06-09T21:39:43.640Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3080 | 2026-06-09T21:39:43.666Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3081 | 2026-06-09T21:39:43.815Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3082 | 2026-06-09T21:39:43.845Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3083 | 2026-06-09T21:39:43.916Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3084 | 2026-06-09T21:39:43.942Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3085 | 2026-06-09T21:39:44.050Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3086 | 2026-06-09T21:39:44.145Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3087 | 2026-06-09T21:39:44.193Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3088 | 2026-06-09T21:39:44.216Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3089 | 2026-06-09T21:39:44.282Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3090 | 2026-06-09T21:39:44.418Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3091 | 2026-06-09T21:39:44.441Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3092 | 2026-06-09T21:39:44.462Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3093 | 2026-06-09T21:39:44.484Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3094 | 2026-06-09T21:39:44.511Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3095 | 2026-06-09T21:39:44.613Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3096 | 2026-06-09T21:39:44.637Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3097 | 2026-06-09T21:39:44.659Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3098 | 2026-06-09T21:39:44.682Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3099 | 2026-06-09T21:39:44.838Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3100 | 2026-06-09T21:39:45.164Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3101 | 2026-06-09T21:39:45.220Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3102 | 2026-06-09T21:39:45.444Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3103 | 2026-06-09T21:39:45.641Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3104 | 2026-06-09T21:39:45.937Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3105 | 2026-06-09T21:39:46.140Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3106 | 2026-06-09T21:39:46.166Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3107 | 2026-06-09T21:39:46.396Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3108 | 2026-06-09T21:39:46.422Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3109 | 2026-06-09T21:39:46.508Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3110 | 2026-06-09T21:39:46.511Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3111 | 2026-06-09T21:39:46.755Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3112 | 2026-06-09T21:39:47.270Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3113 | 2026-06-09T21:39:47.573Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3114 | 2026-06-09T21:39:47.864Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3115 | 2026-06-09T21:39:47.890Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3116 | 2026-06-09T21:39:48.012Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3117 | 2026-06-09T21:39:48.620Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3118 | 2026-06-09T21:39:48.657Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3119 | 2026-06-09T21:39:48.682Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3120 | 2026-06-09T21:39:48.960Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3121 | 2026-06-09T21:39:48.985Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3122 | 2026-06-09T21:39:49.166Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3123 | 2026-06-09T21:39:49.257Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3124 | 2026-06-09T21:39:49.300Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3125 | 2026-06-09T21:39:49.360Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3126 | 2026-06-09T21:39:49.613Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3127 | 2026-06-09T21:39:49.638Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3128 | 2026-06-09T21:39:49.723Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3129 | 2026-06-09T21:39:49.838Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3130 | 2026-06-09T21:39:49.861Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3131 | 2026-06-09T21:39:49.916Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3132 | 2026-06-09T21:39:49.970Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3133 | 2026-06-09T21:39:50.020Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3134 | 2026-06-09T21:39:50.023Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3135 | 2026-06-09T21:39:50.139Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3136 | 2026-06-09T21:39:50.198Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3137 | 2026-06-09T21:39:50.270Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3138 | 2026-06-09T21:39:50.293Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3139 | 2026-06-09T21:39:50.318Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3140 | 2026-06-09T21:39:50.442Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3141 | 2026-06-09T21:39:50.513Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3142 | 2026-06-09T21:39:50.597Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3143 | 2026-06-09T21:39:50.645Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3144 | 2026-06-09T21:39:50.714Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3145 | 2026-06-09T21:39:50.850Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3146 | 2026-06-09T21:39:51.063Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3147 | 2026-06-09T21:39:51.085Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3148 | 2026-06-09T21:39:51.108Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3149 | 2026-06-09T21:39:51.719Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3150 | 2026-06-09T21:39:51.749Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3151 | 2026-06-09T21:39:52.134Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3152 | 2026-06-09T21:39:52.468Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3153 | 2026-06-09T21:39:53.162Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3154 | 2026-06-09T21:39:53.270Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3155 | 2026-06-09T21:39:53.297Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3156 | 2026-06-09T21:39:53.563Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3157 | 2026-06-09T21:39:54.081Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3158 | 2026-06-09T21:39:54.392Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3159 | 2026-06-09T21:39:54.471Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3160 | 2026-06-09T21:39:54.504Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3161 | 2026-06-09T21:39:54.700Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3162 | 2026-06-09T21:39:55.357Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3163 | 2026-06-09T21:39:55.390Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3164 | 2026-06-09T21:39:55.417Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3165 | 2026-06-09T21:39:55.986Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3166 | 2026-06-09T21:39:56.088Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3167 | 2026-06-09T21:39:56.359Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3168 | 2026-06-09T21:39:56.583Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3169 | 2026-06-09T21:39:57.309Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3170 | 2026-06-09T21:39:57.375Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3171 | 2026-06-09T21:39:57.426Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3172 | 2026-06-09T21:39:58.056Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3173 | 2026-06-09T21:39:58.515Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3174 | 2026-06-09T21:39:58.915Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3175 | 2026-06-09T21:39:59.052Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3176 | 2026-06-09T21:40:00.035Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3177 | 2026-06-09T21:40:00.181Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3178 | 2026-06-09T21:40:00.206Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3179 | 2026-06-09T21:40:00.562Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3180 | 2026-06-09T21:40:00.746Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3181 | 2026-06-09T21:40:00.779Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3182 | 2026-06-09T21:40:00.831Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3183 | 2026-06-09T21:40:01.137Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3184 | 2026-06-09T21:40:01.219Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3185 | 2026-06-09T21:40:01.382Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3186 | 2026-06-09T21:40:01.531Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3187 | 2026-06-09T21:40:01.638Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3188 | 2026-06-09T21:40:02.388Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3189 | 2026-06-09T21:40:02.414Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3190 | 2026-06-09T21:40:02.592Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3191 | 2026-06-09T21:40:03.506Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3192 | 2026-06-09T21:40:03.554Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3193 | 2026-06-09T21:40:05.537Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3194 | 2026-06-09T21:40:05.847Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3195 | 2026-06-09T21:40:06.605Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3196 | 2026-06-09T21:40:07.111Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3197 | 2026-06-09T21:40:07.565Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3198 | 2026-06-09T21:40:07.952Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3199 | 2026-06-09T21:40:08.179Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3200 | 2026-06-09T21:40:09.302Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3201 | 2026-06-09T21:40:09.760Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3202 | 2026-06-09T21:40:10.328Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3203 | 2026-06-09T21:40:10.499Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3204 | 2026-06-09T21:40:11.015Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3205 | 2026-06-09T21:40:11.640Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3206 | 2026-06-09T21:40:11.939Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3207 | 2026-06-09T21:40:12.077Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3208 | 2026-06-09T21:40:12.205Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3209 | 2026-06-09T21:40:12.353Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3210 | 2026-06-09T21:40:12.593Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3211 | 2026-06-09T21:40:13.242Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3212 | 2026-06-09T21:40:13.266Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3213 | 2026-06-09T21:40:13.684Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3214 | 2026-06-09T21:40:13.982Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3215 | 2026-06-09T21:40:14.357Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3216 | 2026-06-09T21:40:14.412Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3217 | 2026-06-09T21:40:14.501Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3218 | 2026-06-09T21:40:14.570Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3219 | 2026-06-09T21:40:15.221Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3220 | 2026-06-09T21:40:15.278Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3221 | 2026-06-09T21:40:16.220Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3222 | 2026-06-09T21:40:16.243Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3223 | 2026-06-09T21:40:16.653Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3224 | 2026-06-09T21:40:16.798Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3225 | 2026-06-09T21:40:19.215Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3226 | 2026-06-09T21:40:20.410Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3227 | 2026-06-09T21:40:21.297Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3228 | 2026-06-09T21:40:21.877Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3229 | 2026-06-09T21:40:22.716Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3230 | 2026-06-09T21:40:24.561Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3231 | 2026-06-09T21:40:25.471Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3232 | 2026-06-09T21:40:26.012Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3233 | 2026-06-09T21:40:26.764Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3234 | 2026-06-09T21:40:27.934Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3235 | 2026-06-09T21:40:28.926Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3236 | 2026-06-09T21:40:31.206Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3237 | 2026-06-09T21:40:31.249Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3238 | 2026-06-09T21:40:31.491Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3239 | 2026-06-09T21:40:32.190Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3240 | 2026-06-09T21:40:32.541Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3241 | 2026-06-09T21:40:35.341Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3242 | 2026-06-09T21:40:35.977Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3243 | 2026-06-09T21:40:38.594Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3244 | 2026-06-09T21:40:39.819Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3245 | 2026-06-09T21:40:40.447Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3246 | 2026-06-09T21:40:41.286Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3247 | 2026-06-09T21:40:41.948Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3248 | 2026-06-09T21:40:42.638Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3249 | 2026-06-09T21:40:43.308Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3250 | 2026-06-09T21:40:44.639Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3251 | 2026-06-09T21:40:45.512Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3252 | 2026-06-09T21:40:46.242Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3253 | 2026-06-09T21:40:46.836Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3254 | 2026-06-09T21:40:47.002Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3255 | 2026-06-09T21:40:48.084Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3256 | 2026-06-09T21:40:49.220Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3257 | 2026-06-09T21:40:50.981Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3258 | 2026-06-09T21:40:52.569Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3259 | 2026-06-09T21:40:53.790Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3260 | 2026-06-09T21:40:54.426Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3261 | 2026-06-09T21:40:55.179Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3262 | 2026-06-09T21:40:56.309Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3263 | 2026-06-09T21:40:57.041Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3264 | 2026-06-09T21:40:59.645Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3265 | 2026-06-09T21:41:00.092Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3266 | 2026-06-09T21:41:00.845Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3267 | 2026-06-09T21:41:02.323Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3268 | 2026-06-09T21:41:03.374Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3269 | 2026-06-09T21:41:04.670Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3270 | 2026-06-09T21:41:06.953Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3271 | 2026-06-09T21:41:07.522Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3272 | 2026-06-09T21:41:09.233Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3273 | 2026-06-09T21:41:10.562Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3274 | 2026-06-09T21:41:12.319Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3275 | 2026-06-09T21:41:13.717Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3276 | 2026-06-09T21:41:15.270Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3277 | 2026-06-09T21:41:18.450Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3278 | 2026-06-09T21:41:23.911Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3279 | 2026-06-09T21:41:24.789Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3280 | 2026-06-09T21:41:25.593Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3281 | 2026-06-09T21:41:26.265Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3282 | 2026-06-09T21:41:28.013Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3283 | 2026-06-09T21:41:29.686Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3284 | 2026-06-09T21:41:31.245Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3285 | 2026-06-09T21:41:33.352Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3286 | 2026-06-09T21:41:34.998Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3287 | 2026-06-09T21:41:36.584Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3288 | 2026-06-09T21:41:38.554Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3289 | 2026-06-09T21:41:39.910Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3290 | 2026-06-09T21:41:41.589Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3291 | 2026-06-09T21:41:43.279Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3292 | 2026-06-09T21:41:44.933Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3293 | 2026-06-09T21:41:46.319Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3294 | 2026-06-09T21:41:48.336Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3295 | 2026-06-09T21:41:49.943Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3296 | 2026-06-09T21:41:51.566Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3297 | 2026-06-09T21:41:53.192Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3298 | 2026-06-09T21:41:54.999Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3299 | 2026-06-09T21:41:56.890Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3300 | 2026-06-09T21:41:58.489Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3301 | 2026-06-09T21:42:00.315Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3302 | 2026-06-09T21:42:02.450Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3303 | 2026-06-09T21:42:04.417Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3304 | 2026-06-09T21:42:06.169Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3305 | 2026-06-09T21:42:08.300Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3306 | 2026-06-09T21:42:11.471Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3307 | 2026-06-09T21:42:12.025Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3308 | 2026-06-09T21:42:14.360Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3309 | 2026-06-09T21:42:17.387Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3310 | 2026-06-09T21:42:19.280Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3311 | 2026-06-09T21:42:21.398Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3312 | 2026-06-09T21:42:23.563Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3313 | 2026-06-09T21:42:25.701Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3314 | 2026-06-09T21:42:27.923Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3315 | 2026-06-09T21:42:30.386Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3316 | 2026-06-09T21:42:32.663Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3317 | 2026-06-09T21:42:34.382Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3318 | 2026-06-09T21:42:36.626Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3319 | 2026-06-09T21:42:38.780Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3320 | 2026-06-09T21:42:40.969Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3321 | 2026-06-09T21:42:43.300Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3322 | 2026-06-09T21:42:45.456Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3323 | 2026-06-09T21:42:47.698Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3324 | 2026-06-09T21:42:49.993Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3325 | 2026-06-09T21:42:52.164Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3326 | 2026-06-09T21:42:54.423Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3327 | 2026-06-09T21:42:56.716Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3328 | 2026-06-09T21:42:58.954Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3329 | 2026-06-09T21:43:01.248Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3330 | 2026-06-09T21:43:03.456Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3331 | 2026-06-09T21:43:05.704Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3332 | 2026-06-09T21:43:07.975Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3333 | 2026-06-09T21:43:10.219Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3334 | 2026-06-09T21:43:12.431Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3335 | 2026-06-09T21:43:14.874Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3336 | 2026-06-09T21:43:17.261Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3337 | 2026-06-09T21:43:19.562Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3338 | 2026-06-09T21:43:22.014Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3339 | 2026-06-09T21:43:24.340Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3340 | 2026-06-09T21:43:26.649Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3341 | 2026-06-09T21:43:29.250Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3342 | 2026-06-09T21:43:31.376Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3343 | 2026-06-09T21:43:33.718Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3344 | 2026-06-09T21:43:36.147Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3345 | 2026-06-09T21:43:38.982Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3346 | 2026-06-09T21:43:41.061Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3347 | 2026-06-09T21:43:43.473Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3348 | 2026-06-09T21:43:46.048Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3349 | 2026-06-09T21:43:48.368Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3350 | 2026-06-09T21:43:50.892Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3351 | 2026-06-09T21:43:53.475Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3352 | 2026-06-09T21:43:55.940Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3353 | 2026-06-09T21:43:58.548Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3354 | 2026-06-09T21:44:01.171Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3355 | 2026-06-09T21:44:03.675Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3356 | 2026-06-09T21:44:06.188Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3357 | 2026-06-09T21:44:08.694Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3358 | 2026-06-09T21:44:11.215Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3359 | 2026-06-09T21:44:14.152Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3360 | 2026-06-09T21:44:16.546Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3361 | 2026-06-09T21:44:19.241Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3362 | 2026-06-09T21:44:21.774Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3363 | 2026-06-09T21:44:29.288Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3364 | 2026-06-09T21:44:29.637Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3365 | 2026-06-09T21:44:32.882Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3366 | 2026-06-09T21:44:36.221Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3367 | 2026-06-09T21:44:39.460Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3368 | 2026-06-09T21:44:44.197Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3369 | 2026-06-09T21:44:46.955Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3370 | 2026-06-09T21:44:50.658Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3371 | 2026-06-09T21:44:54.249Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3372 | 2026-06-09T21:44:57.907Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3373 | 2026-06-09T21:45:01.646Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3374 | 2026-06-09T21:45:05.220Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3375 | 2026-06-09T21:45:08.899Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3376 | 2026-06-09T21:45:12.590Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3377 | 2026-06-09T21:45:16.209Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3378 | 2026-06-09T21:45:19.823Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3379 | 2026-06-09T21:45:23.614Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3380 | 2026-06-09T21:45:27.391Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3381 | 2026-06-09T21:45:31.044Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3382 | 2026-06-09T21:45:34.669Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3383 | 2026-06-09T21:45:38.337Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3384 | 2026-06-09T21:45:41.969Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3385 | 2026-06-09T21:45:45.656Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3386 | 2026-06-09T21:45:49.373Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3387 | 2026-06-09T21:46:18.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 40s |
| 3388 | 2026-06-09T21:46:18.976Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files |
| 3389 | 2026-06-09T21:46:19.082Z | |
| 3390 | 2026-06-09T21:46:19.086Z | real 6:40.903426781 |
| 3391 | 2026-06-09T21:46:19.086Z | user 17:53.960651884 |
| 3392 | 2026-06-09T21:46:19.086Z | sys 3:48.121069516 |
| 3393 | 2026-06-09T21:46:19.086Z | trap 0.269359236 |
| 3394 | 2026-06-09T21:46:19.086Z | tflt 0.037581379 |
| 3395 | 2026-06-09T21:46:19.086Z | dflt 0.136759733 |
| 3396 | 2026-06-09T21:46:19.086Z | kflt 0.000040110 |
| 3397 | 2026-06-09T21:46:19.086Z | lock 6:16:39.465841806 |
| 3398 | 2026-06-09T21:46:19.086Z | slp 2:14:38.964249654 |
| 3399 | 2026-06-09T21:46:19.086Z | lat 35.827489606 |
| 3400 | 2026-06-09T21:46:19.086Z | stop 1:55.811442950 |
| 3401 | 2026-06-09T21:46:19.086Z | process exited: duration 793549 ms, exit code 0 |
| |
| 3402 | 2026-06-09T21:46:19.093Z | found 0 output files |