|
|
|
| 1 | 2026-05-08T16:24:32.941Z | job assigned to worker 01KR46E2DXZ0W977HPB78S8T3Y [factory aws, i-00d64d6f51bf8831b] (queued for 46 s) |
| |
| 2 | 2026-05-08T16:24:40.388Z | starting task 0: "setup" |
| 3 | 2026-05-08T16:24:40.393Z | ++ uname -s |
| 4 | 2026-05-08T16:24:40.396Z | + kern=SunOS |
| 5 | 2026-05-08T16:24:40.396Z | + build_user=build |
| 6 | 2026-05-08T16:24:40.396Z | + build_uid=12345 |
| 7 | 2026-05-08T16:24:40.396Z | + work_dir=/work |
| 8 | 2026-05-08T16:24:40.396Z | + input_dir=/input |
| 9 | 2026-05-08T16:24:40.396Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-08T16:24:40.396Z | + case "$kern" in |
| 11 | 2026-05-08T16:24:40.396Z | + groupadd -g 12345 build |
| 12 | 2026-05-08T16:24:40.410Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-08T16:24:42.421Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-08T16:24:42.521Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-08T16:24:42.527Z | + home_fs=zfs |
| 16 | 2026-05-08T16:24:42.527Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-08T16:24:42.527Z | + mkdir -p /home/build |
| 18 | 2026-05-08T16:24:42.527Z | + chown build:build /home/build /work |
| 19 | 2026-05-08T16:24:44.527Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-08T16:24:44.531Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-05-08T16:24:44.536Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-08T16:24:44.544Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-08T16:24:44.544Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-08T16:24:44.544Z | * rust toolchain profile = "default" |
| 25 | 2026-05-08T16:24:44.544Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-08T16:24:44.544Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-08T16:24:44.544Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-08T16:24:44.547Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-08T16:24:44.547Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-08T16:24:44.656Z | info: downloading installer |
| 31 | 2026-05-08T16:24:46.018Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-08T16:24:46.018Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-08T16:24:46.018Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-08T16:24:46.018Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-08T16:24:46.030Z | info: profile set to default |
| 36 | 2026-05-08T16:24:46.030Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-08T16:24:46.033Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-08T16:24:46.160Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-08T16:24:46.160Z | info: downloading 6 components |
| 40 | 2026-05-08T16:25:00.497Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-08T16:25:00.497Z | |
| 42 | 2026-05-08T16:25:00.526Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-08T16:25:00.527Z | |
| 44 | 2026-05-08T16:25:00.527Z | |
| 45 | 2026-05-08T16:25:00.527Z | Rust is installed now. Great! |
| 46 | 2026-05-08T16:25:00.527Z | |
| 47 | 2026-05-08T16:25:00.527Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-08T16:25:00.527Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-08T16:25:00.527Z | |
| 50 | 2026-05-08T16:25:00.527Z | To configure your current shell, you need to source |
| 51 | 2026-05-08T16:25:00.527Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-08T16:25:00.527Z | |
| 53 | 2026-05-08T16:25:00.527Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-08T16:25:00.530Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-08T16:25:00.530Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-08T16:25:00.530Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-08T16:25:00.530Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-08T16:25:00.530Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-08T16:25:00.530Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-08T16:25:00.530Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-08T16:25:00.530Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-08T16:25:00.625Z | + rustup --version |
| 63 | 2026-05-08T16:25:00.632Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-08T16:25:00.635Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-08T16:25:00.654Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-08T16:25:00.657Z | + cargo --version |
| 67 | 2026-05-08T16:25:00.666Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-08T16:25:00.669Z | + rustc --version |
| 69 | 2026-05-08T16:25:00.690Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-08T16:25:00.694Z | process exited: duration 16156 ms, exit code 0 |
| |
| 71 | 2026-05-08T16:25:00.699Z | starting task 2: "authentication" |
| 72 | 2026-05-08T16:25:00.718Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-05-08T16:25:00.723Z | starting task 3: "clone repository" |
| 74 | 2026-05-08T16:25:00.728Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-08T16:25:00.731Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-08T16:25:00.765Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-08T16:25:40.735Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-08T16:25:40.735Z | + git fetch origin a6d973754c61c599e6e9318552aed5ca73a48de7 |
| 79 | 2026-05-08T16:25:41.328Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-08T16:25:41.328Z | * branch a6d973754c61c599e6e9318552aed5ca73a48de7 -> FETCH_HEAD |
| 81 | 2026-05-08T16:25:41.344Z | + [[ -n mahrens/discard ]] |
| 82 | 2026-05-08T16:25:41.348Z | ++ git branch --show-current |
| 83 | 2026-05-08T16:25:41.352Z | + current=main |
| 84 | 2026-05-08T16:25:41.353Z | + [[ main != mahrens/discard ]] |
| 85 | 2026-05-08T16:25:41.353Z | + git branch -f mahrens/discard a6d973754c61c599e6e9318552aed5ca73a48de7 |
| 86 | 2026-05-08T16:25:41.353Z | + git checkout -f mahrens/discard |
| 87 | 2026-05-08T16:25:41.588Z | Switched to branch 'mahrens/discard' |
| 88 | 2026-05-08T16:25:41.591Z | + git reset --hard a6d973754c61c599e6e9318552aed5ca73a48de7 |
| 89 | 2026-05-08T16:25:41.604Z | HEAD is now at a6d973754 add Oximeter metrics for NVMe Discard |
| 90 | 2026-05-08T16:25:41.606Z | process exited: duration 40881 ms, exit code 0 |
| |
| 91 | 2026-05-08T16:25:41.612Z | starting task 4: "build" |
| 92 | 2026-05-08T16:25:41.617Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-08T16:25:41.618Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-08T16:25:41.618Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-08T16:25:41.618Z | + cargo --version |
| 96 | 2026-05-08T16:25:41.628Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-08T16:25:41.630Z | + rustc --version |
| 98 | 2026-05-08T16:25:41.652Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-08T16:25:41.654Z | + WORK=/work |
| 100 | 2026-05-08T16:25:41.654Z | + pfexec mkdir -p /work |
| 101 | 2026-05-08T16:25:41.658Z | + pfexec chown build /work |
| 102 | 2026-05-08T16:25:41.661Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-08T16:25:43.156Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-08T16:25:43.203Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-08T16:25:43.358Z | Planning: Solver setup ... Done (0.120s) |
| 106 | 2026-05-08T16:25:43.367Z | Planning: Running solver ... Done (0.009s) |
| 107 | 2026-05-08T16:25:43.372Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-08T16:25:43.383Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-08T16:25:43.401Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-08T16:25:43.415Z | Planning: Package planning ... Done (0.013s) |
| 111 | 2026-05-08T16:25:43.418Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-08T16:25:43.607Z | Planning: Checking for conflicting actions ... Done (0.191s) |
| 113 | 2026-05-08T16:25:43.610Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-08T16:25:44.466Z | Planning: Evaluating mediators ... Done (0.858s) |
| 115 | 2026-05-08T16:25:44.469Z | Planning: Planning completed in 1.24 seconds |
| 116 | 2026-05-08T16:25:44.475Z | Packages to install: 2 |
| 117 | 2026-05-08T16:25:44.475Z | Estimated space available: 156.08 GB |
| 118 | 2026-05-08T16:25:44.478Z | Estimated space to be consumed: 16.95 MB |
| 119 | 2026-05-08T16:25:44.478Z | Create boot environment: No |
| 120 | 2026-05-08T16:25:44.478Z | Create backup boot environment: No |
| 121 | 2026-05-08T16:25:44.478Z | Rebuild boot archive: No |
| 122 | 2026-05-08T16:25:44.478Z | |
| 123 | 2026-05-08T16:25:44.478Z | Changed packages: |
| 124 | 2026-05-08T16:25:44.478Z | helios |
| 125 | 2026-05-08T16:25:44.478Z | developer/build-essential |
| 126 | 2026-05-08T16:25:44.478Z | None -> 11-3.0 |
| 127 | 2026-05-08T16:25:44.478Z | library/libxmlsec1 |
| 128 | 2026-05-08T16:25:44.478Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-08T16:25:44.501Z | |
| 130 | 2026-05-08T16:25:44.501Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-08T16:25:44.977Z | Download: Completed 1.28 MB in 0.48 seconds (2.7M/s) |
| 132 | 2026-05-08T16:25:45.041Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-08T16:25:45.079Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-08T16:25:45.085Z | Finalize: Updating package state database ... Done (0.005s) |
| 135 | 2026-05-08T16:25:45.085Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-08T16:25:45.096Z | Finalize: Updating image state ... Done (0.012s) |
| 137 | 2026-05-08T16:25:47.718Z | Finalize: Creating fast lookup database ... Done (2.601s) |
| 138 | 2026-05-08T16:25:47.793Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-05-08T16:25:47.795Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-08T16:25:47.875Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-08T16:25:48.169Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-08T16:25:48.273Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-08T16:25:48.275Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-08T16:25:48.431Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-08T16:25:48.439Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-08T16:25:48.454Z | Mediators to change: 2 |
| 147 | 2026-05-08T16:25:48.454Z | Create boot environment: No |
| 148 | 2026-05-08T16:25:48.454Z | Create backup boot environment: No |
| 149 | 2026-05-08T16:25:48.528Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-08T16:25:48.528Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-08T16:25:48.536Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-08T16:25:50.474Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-08T16:25:50.536Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-08T16:25:50.541Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-08T16:25:50.614Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-08T16:25:50.899Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-08T16:25:51.004Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-08T16:25:51.007Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-08T16:25:51.163Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-08T16:25:51.166Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-08T16:25:51.187Z | Mediators to change: 1 |
| 162 | 2026-05-08T16:25:51.190Z | Create boot environment: No |
| 163 | 2026-05-08T16:25:51.190Z | Create backup boot environment: No |
| 164 | 2026-05-08T16:25:51.244Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-08T16:25:51.244Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-08T16:25:51.252Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-08T16:25:53.222Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-08T16:25:53.287Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-08T16:25:53.290Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-08T16:25:53.371Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-08T16:25:53.683Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-08T16:25:53.684Z | apache system 2.4 system |
| 173 | 2026-05-08T16:25:53.684Z | clang system 15 system |
| 174 | 2026-05-08T16:25:53.684Z | csh system system illumos |
| 175 | 2026-05-08T16:25:53.684Z | ctags system system illumos |
| 176 | 2026-05-08T16:25:53.684Z | file vendor vendor darwinsys |
| 177 | 2026-05-08T16:25:53.684Z | file system system illumos |
| 178 | 2026-05-08T16:25:53.684Z | gcc vendor 14 vendor |
| 179 | 2026-05-08T16:25:53.684Z | gcc system 13 system |
| 180 | 2026-05-08T16:25:53.684Z | gcc system 10 system |
| 181 | 2026-05-08T16:25:53.684Z | go system 1.25 system |
| 182 | 2026-05-08T16:25:53.684Z | llvm system 15 system |
| 183 | 2026-05-08T16:25:53.684Z | mariadb system 11.4 system |
| 184 | 2026-05-08T16:25:53.684Z | mta vendor vendor dma |
| 185 | 2026-05-08T16:25:53.684Z | openjdk system 17 system |
| 186 | 2026-05-08T16:25:53.684Z | openjdk system 11 system |
| 187 | 2026-05-08T16:25:53.684Z | openssl vendor 3 vendor |
| 188 | 2026-05-08T16:25:53.684Z | perl system 5.40 system |
| 189 | 2026-05-08T16:25:53.684Z | postgresql system 18 system |
| 190 | 2026-05-08T16:25:53.684Z | postgresql system 17 system |
| 191 | 2026-05-08T16:25:53.684Z | python vendor 3 vendor |
| 192 | 2026-05-08T16:25:53.684Z | python system 2 system |
| 193 | 2026-05-08T16:25:53.684Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-08T16:25:53.684Z | ruby system 3.4 system |
| 195 | 2026-05-08T16:25:53.684Z | ruby system 3.0 system |
| 196 | 2026-05-08T16:25:53.684Z | words vendor vendor american-english |
| 197 | 2026-05-08T16:25:53.684Z | words system system australian-english |
| 198 | 2026-05-08T16:25:53.685Z | words system system british-english |
| 199 | 2026-05-08T16:25:53.685Z | words system system canadian-english |
| 200 | 2026-05-08T16:25:53.685Z | words system system french |
| 201 | 2026-05-08T16:25:53.685Z | words system system italian |
| 202 | 2026-05-08T16:25:53.685Z | words system system ngerman |
| 203 | 2026-05-08T16:25:53.685Z | words system system ogerman |
| 204 | 2026-05-08T16:25:53.685Z | words system system spanish |
| 205 | 2026-05-08T16:25:53.942Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-08T16:25:53.942Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-08T16:25:54.200Z | FMRI IFO |
| 208 | 2026-05-08T16:25:54.200Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-08T16:25:54.200Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-08T16:25:54.200Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-08T16:25:54.200Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-08T16:25:54.200Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-08T16:25:54.200Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-08T16:25:54.200Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-08T16:25:54.200Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-08T16:25:54.200Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-08T16:25:54.427Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-08T16:25:54.895Z | Updating crates.io index |
| 219 | 2026-05-08T16:25:54.957Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-08T16:25:55.203Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-08T16:25:56.780Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-08T16:25:58.152Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-08T16:25:59.049Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-08T16:25:59.584Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-08T16:26:01.031Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-08T16:26:01.814Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-08T16:26:02.542Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-08T16:26:03.477Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-08T16:26:04.128Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-08T16:26:04.418Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-08T16:26:05.082Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-08T16:26:06.193Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-08T16:26:07.408Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 234 | 2026-05-08T16:26:07.686Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 235 | 2026-05-08T16:26:08.275Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 236 | 2026-05-08T16:26:08.556Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 237 | 2026-05-08T16:26:08.894Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 238 | 2026-05-08T16:26:10.110Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 239 | 2026-05-08T16:26:10.363Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-05-08T16:26:10.866Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-05-08T16:26:11.454Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-05-08T16:26:12.017Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-05-08T16:26:12.305Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-05-08T16:26:13.048Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-05-08T16:26:14.468Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 246 | 2026-05-08T16:26:15.361Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-08T16:26:15.833Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-05-08T16:26:16.378Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-05-08T16:26:16.723Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 250 | 2026-05-08T16:26:17.024Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-05-08T16:26:17.444Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-05-08T16:26:18.017Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 253 | 2026-05-08T16:26:18.265Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 254 | 2026-05-08T16:26:18.562Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 255 | 2026-05-08T16:26:18.881Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 256 | 2026-05-08T16:26:19.256Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-05-08T16:26:31.117Z | Downloading crates ... |
| 258 | 2026-05-08T16:26:31.172Z | Downloaded crypto-common v0.1.7 |
| 259 | 2026-05-08T16:26:31.180Z | Downloaded num-traits v0.2.19 |
| 260 | 2026-05-08T16:26:31.183Z | Downloaded thiserror v1.0.69 |
| 261 | 2026-05-08T16:26:31.186Z | Downloaded serde-untagged v0.1.9 |
| 262 | 2026-05-08T16:26:31.189Z | Downloaded utf8parse v0.2.2 |
| 263 | 2026-05-08T16:26:31.192Z | Downloaded clap v4.5.60 |
| 264 | 2026-05-08T16:26:31.195Z | Downloaded unicode-xid v0.2.6 |
| 265 | 2026-05-08T16:26:31.198Z | Downloaded typeid v1.0.3 |
| 266 | 2026-05-08T16:26:31.198Z | Downloaded heck v0.4.1 |
| 267 | 2026-05-08T16:26:31.198Z | Downloaded textwrap v0.16.2 |
| 268 | 2026-05-08T16:26:31.201Z | Downloaded cargo_toml v0.21.0 |
| 269 | 2026-05-08T16:26:31.201Z | Downloaded dtrace-parser v0.2.0 |
| 270 | 2026-05-08T16:26:31.201Z | Downloaded zerofrom v0.1.6 |
| 271 | 2026-05-08T16:26:31.204Z | Downloaded colorchoice v1.0.4 |
| 272 | 2026-05-08T16:26:31.204Z | Downloaded cargo_metadata v0.21.0 |
| 273 | 2026-05-08T16:26:31.204Z | Downloaded toml_datetime v0.6.11 |
| 274 | 2026-05-08T16:26:31.207Z | Downloaded unicode-linebreak v0.1.5 |
| 275 | 2026-05-08T16:26:31.207Z | Downloaded fastrand v2.3.0 |
| 276 | 2026-05-08T16:26:31.207Z | Downloaded equivalent v1.0.2 |
| 277 | 2026-05-08T16:26:31.207Z | Downloaded thread-id v4.2.2 |
| 278 | 2026-05-08T16:26:31.207Z | Downloaded anstream v0.6.21 |
| 279 | 2026-05-08T16:26:31.210Z | Downloaded toml_write v0.1.2 |
| 280 | 2026-05-08T16:26:31.214Z | Downloaded cpufeatures v0.2.17 |
| 281 | 2026-05-08T16:26:31.217Z | Downloaded version_check v0.9.5 |
| 282 | 2026-05-08T16:26:31.220Z | Downloaded anstyle v1.0.13 |
| 283 | 2026-05-08T16:26:31.220Z | Downloaded syn v1.0.109 |
| 284 | 2026-05-08T16:26:31.224Z | Downloaded zerovec-derive v0.11.2 |
| 285 | 2026-05-08T16:26:31.227Z | Downloaded thiserror v2.0.18 |
| 286 | 2026-05-08T16:26:31.229Z | Downloaded utf8_iter v1.0.4 |
| 287 | 2026-05-08T16:26:31.230Z | Downloaded usdt v0.5.0 |
| 288 | 2026-05-08T16:26:31.230Z | Downloaded bitflags v2.11.0 |
| 289 | 2026-05-08T16:26:31.232Z | Downloaded block-buffer v0.10.4 |
| 290 | 2026-05-08T16:26:31.232Z | Downloaded zerofrom-derive v0.1.6 |
| 291 | 2026-05-08T16:26:31.235Z | Downloaded writeable v0.6.2 |
| 292 | 2026-05-08T16:26:31.235Z | Downloaded yoke v0.8.1 |
| 293 | 2026-05-08T16:26:31.235Z | Downloaded usdt-impl v0.5.0 |
| 294 | 2026-05-08T16:26:31.238Z | Downloaded thiserror-impl v1.0.69 |
| 295 | 2026-05-08T16:26:31.238Z | Downloaded tinystr v0.8.2 |
| 296 | 2026-05-08T16:26:31.238Z | Downloaded thiserror-impl v2.0.18 |
| 297 | 2026-05-08T16:26:31.241Z | Downloaded usdt-macro v0.5.0 |
| 298 | 2026-05-08T16:26:31.241Z | Downloaded generic-array v0.14.7 |
| 299 | 2026-05-08T16:26:31.241Z | Downloaded usdt-attr-macro v0.5.0 |
| 300 | 2026-05-08T16:26:31.241Z | Downloaded yoke-derive v0.8.1 |
| 301 | 2026-05-08T16:26:31.244Z | Downloaded zmij v1.0.21 |
| 302 | 2026-05-08T16:26:31.244Z | Downloaded zerocopy-derive v0.7.35 |
| 303 | 2026-05-08T16:26:31.247Z | Downloaded toml v0.8.23 |
| 304 | 2026-05-08T16:26:31.249Z | Downloaded heck v0.5.0 |
| 305 | 2026-05-08T16:26:31.249Z | Downloaded is_terminal_polyfill v1.70.2 |
| 306 | 2026-05-08T16:26:31.249Z | Downloaded url v2.5.8 |
| 307 | 2026-05-08T16:26:31.252Z | Downloaded ucd-trie v0.1.7 |
| 308 | 2026-05-08T16:26:31.252Z | Downloaded smawk v0.3.2 |
| 309 | 2026-05-08T16:26:31.252Z | Downloaded icu_properties v2.1.2 |
| 310 | 2026-05-08T16:26:31.258Z | Downloaded unicode-ident v1.0.24 |
| 311 | 2026-05-08T16:26:31.261Z | Downloaded itoa v1.0.17 |
| 312 | 2026-05-08T16:26:31.261Z | Downloaded plain v0.2.3 |
| 313 | 2026-05-08T16:26:31.265Z | Downloaded idna_adapter v1.2.1 |
| 314 | 2026-05-08T16:26:31.265Z | Downloaded toml_edit v0.22.27 |
| 315 | 2026-05-08T16:26:31.268Z | Downloaded clap_lex v1.0.0 |
| 316 | 2026-05-08T16:26:31.268Z | Downloaded anstyle-query v1.1.5 |
| 317 | 2026-05-08T16:26:31.271Z | Downloaded ordered-float v2.10.1 |
| 318 | 2026-05-08T16:26:31.271Z | Downloaded dof v0.3.0 |
| 319 | 2026-05-08T16:26:31.271Z | Downloaded zerotrie v0.2.3 |
| 320 | 2026-05-08T16:26:31.273Z | Downloaded typenum v1.19.0 |
| 321 | 2026-05-08T16:26:31.273Z | Downloaded tabled_derive v0.7.0 |
| 322 | 2026-05-08T16:26:31.276Z | Downloaded cfg-if v1.0.4 |
| 323 | 2026-05-08T16:26:31.279Z | Downloaded zerovec v0.11.5 |
| 324 | 2026-05-08T16:26:31.282Z | Downloaded cargo-platform v0.2.0 |
| 325 | 2026-05-08T16:26:31.282Z | Downloaded errno v0.3.14 |
| 326 | 2026-05-08T16:26:31.286Z | Downloaded terminal_size v0.4.3 |
| 327 | 2026-05-08T16:26:31.289Z | Downloaded fnv v1.0.7 |
| 328 | 2026-05-08T16:26:31.289Z | Downloaded memmap v0.7.0 |
| 329 | 2026-05-08T16:26:31.289Z | Downloaded stable_deref_trait v1.2.1 |
| 330 | 2026-05-08T16:26:31.289Z | Downloaded form_urlencoded v1.2.2 |
| 331 | 2026-05-08T16:26:31.292Z | Downloaded zerocopy v0.7.35 |
| 332 | 2026-05-08T16:26:31.299Z | Downloaded winnow v0.7.14 |
| 333 | 2026-05-08T16:26:31.304Z | Downloaded scroll_derive v0.12.1 |
| 334 | 2026-05-08T16:26:31.307Z | Downloaded proc-macro-error-attr v1.0.4 |
| 335 | 2026-05-08T16:26:31.307Z | Downloaded strsim v0.11.1 |
| 336 | 2026-05-08T16:26:31.307Z | Downloaded potential_utf v0.1.4 |
| 337 | 2026-05-08T16:26:31.307Z | Downloaded unicode-width v0.2.0 |
| 338 | 2026-05-08T16:26:31.310Z | Downloaded unicode-width v0.1.14 |
| 339 | 2026-05-08T16:26:31.313Z | Downloaded sha2 v0.10.9 |
| 340 | 2026-05-08T16:26:31.316Z | Downloaded displaydoc v0.2.5 |
| 341 | 2026-05-08T16:26:31.316Z | Downloaded swrite v0.1.0 |
| 342 | 2026-05-08T16:26:31.319Z | Downloaded serde_spanned v0.6.9 |
| 343 | 2026-05-08T16:26:31.319Z | Downloaded pretty-hex v0.4.1 |
| 344 | 2026-05-08T16:26:31.319Z | Downloaded synstructure v0.13.2 |
| 345 | 2026-05-08T16:26:31.323Z | Downloaded serde-value v0.7.0 |
| 346 | 2026-05-08T16:26:31.326Z | Downloaded byteorder v1.5.0 |
| 347 | 2026-05-08T16:26:31.326Z | Downloaded anstyle-parse v0.2.7 |
| 348 | 2026-05-08T16:26:31.326Z | Downloaded scroll v0.12.0 |
| 349 | 2026-05-08T16:26:31.329Z | Downloaded digest v0.10.7 |
| 350 | 2026-05-08T16:26:31.329Z | Downloaded macaddr v1.0.1 |
| 351 | 2026-05-08T16:26:31.332Z | Downloaded percent-encoding v2.3.2 |
| 352 | 2026-05-08T16:26:31.332Z | Downloaded autocfg v1.5.0 |
| 353 | 2026-05-08T16:26:31.335Z | Downloaded erased-serde v0.4.9 |
| 354 | 2026-05-08T16:26:31.338Z | Downloaded serde_tokenstream v0.2.3 |
| 355 | 2026-05-08T16:26:31.338Z | Downloaded proc-macro-error v1.0.4 |
| 356 | 2026-05-08T16:26:31.341Z | Downloaded camino-tempfile v1.4.1 |
| 357 | 2026-05-08T16:26:31.343Z | Downloaded anyhow v1.0.102 |
| 358 | 2026-05-08T16:26:31.346Z | Downloaded getrandom v0.4.1 |
| 359 | 2026-05-08T16:26:31.349Z | Downloaded fs-err v3.3.0 |
| 360 | 2026-05-08T16:26:31.352Z | Downloaded bytecount v0.6.9 |
| 361 | 2026-05-08T16:26:31.364Z | Downloaded pest_generator v2.8.6 |
| 362 | 2026-05-08T16:26:31.367Z | Downloaded serde v1.0.228 |
| 363 | 2026-05-08T16:26:31.370Z | Downloaded litemap v0.8.1 |
| 364 | 2026-05-08T16:26:31.370Z | Downloaded pest_derive v2.8.6 |
| 365 | 2026-05-08T16:26:31.373Z | Downloaded smallvec v1.15.1 |
| 366 | 2026-05-08T16:26:31.373Z | Downloaded camino v1.2.2 |
| 367 | 2026-05-08T16:26:31.376Z | Downloaded semver v1.0.28 |
| 368 | 2026-05-08T16:26:31.376Z | Downloaded log v0.4.29 |
| 369 | 2026-05-08T16:26:31.376Z | Downloaded clap_derive v4.5.55 |
| 370 | 2026-05-08T16:26:31.378Z | Downloaded cargo-util-schemas v0.8.2 |
| 371 | 2026-05-08T16:26:31.381Z | Downloaded tempfile v3.25.0 |
| 372 | 2026-05-08T16:26:31.390Z | Downloaded once_cell v1.21.3 |
| 373 | 2026-05-08T16:26:31.392Z | Downloaded quote v1.0.45 |
| 374 | 2026-05-08T16:26:31.392Z | Downloaded proc-macro2 v1.0.106 |
| 375 | 2026-05-08T16:26:31.400Z | Downloaded icu_provider v2.1.1 |
| 376 | 2026-05-08T16:26:31.411Z | Downloaded serde_derive v1.0.228 |
| 377 | 2026-05-08T16:26:31.414Z | Downloaded papergrid v0.11.0 |
| 378 | 2026-05-08T16:26:31.417Z | Downloaded icu_normalizer v2.1.1 |
| 379 | 2026-05-08T16:26:31.419Z | Downloaded serde_core v1.0.228 |
| 380 | 2026-05-08T16:26:31.419Z | Downloaded icu_normalizer_data v2.1.1 |
| 381 | 2026-05-08T16:26:31.422Z | Downloaded pest_meta v2.8.6 |
| 382 | 2026-05-08T16:26:31.422Z | Downloaded icu_locale_core v2.1.1 |
| 383 | 2026-05-08T16:26:31.430Z | Downloaded icu_collections v2.1.1 |
| 384 | 2026-05-08T16:26:31.434Z | Downloaded hashbrown v0.17.0 |
| 385 | 2026-05-08T16:26:31.447Z | Downloaded memchr v2.8.0 |
| 386 | 2026-05-08T16:26:31.454Z | Downloaded pest v2.8.6 |
| 387 | 2026-05-08T16:26:31.457Z | Downloaded indexmap v2.14.0 |
| 388 | 2026-05-08T16:26:31.468Z | Downloaded goblin v0.8.2 |
| 389 | 2026-05-08T16:26:31.477Z | Downloaded serde_json v1.0.149 |
| 390 | 2026-05-08T16:26:31.481Z | Downloaded idna v1.1.0 |
| 391 | 2026-05-08T16:26:31.484Z | Downloaded clap_builder v4.5.60 |
| 392 | 2026-05-08T16:26:31.488Z | Downloaded icu_properties_data v2.1.2 |
| 393 | 2026-05-08T16:26:31.501Z | Downloaded tabled v0.15.0 |
| 394 | 2026-05-08T16:26:31.522Z | Downloaded syn v2.0.117 |
| 395 | 2026-05-08T16:26:31.535Z | Downloaded rustix v1.1.3 |
| 396 | 2026-05-08T16:26:31.565Z | Downloaded libc v0.2.185 |
| 397 | 2026-05-08T16:26:31.633Z | Compiling proc-macro2 v1.0.106 |
| 398 | 2026-05-08T16:26:31.633Z | Compiling unicode-ident v1.0.24 |
| 399 | 2026-05-08T16:26:31.633Z | Compiling quote v1.0.45 |
| 400 | 2026-05-08T16:26:31.637Z | Compiling serde_core v1.0.228 |
| 401 | 2026-05-08T16:26:31.637Z | Compiling libc v0.2.185 |
| 402 | 2026-05-08T16:26:31.637Z | Compiling version_check v0.9.5 |
| 403 | 2026-05-08T16:26:31.637Z | Compiling stable_deref_trait v1.2.1 |
| 404 | 2026-05-08T16:26:31.637Z | Compiling serde v1.0.228 |
| 405 | 2026-05-08T16:26:31.637Z | Compiling memchr v2.8.0 |
| 406 | 2026-05-08T16:26:31.637Z | Compiling zmij v1.0.21 |
| 407 | 2026-05-08T16:26:31.847Z | Compiling thiserror v1.0.69 |
| 408 | 2026-05-08T16:26:31.863Z | Compiling itoa v1.0.17 |
| 409 | 2026-05-08T16:26:31.866Z | Compiling ucd-trie v0.1.7 |
| 410 | 2026-05-08T16:26:31.878Z | Compiling autocfg v1.5.0 |
| 411 | 2026-05-08T16:26:31.881Z | Compiling writeable v0.6.2 |
| 412 | 2026-05-08T16:26:32.033Z | Compiling litemap v0.8.1 |
| 413 | 2026-05-08T16:26:32.036Z | Compiling byteorder v1.5.0 |
| 414 | 2026-05-08T16:26:32.170Z | Compiling rustix v1.1.3 |
| 415 | 2026-05-08T16:26:32.290Z | Compiling icu_normalizer_data v2.1.1 |
| 416 | 2026-05-08T16:26:32.290Z | Compiling icu_properties_data v2.1.2 |
| 417 | 2026-05-08T16:26:32.293Z | Compiling bitflags v2.11.0 |
| 418 | 2026-05-08T16:26:32.347Z | Compiling serde_json v1.0.149 |
| 419 | 2026-05-08T16:26:32.386Z | Compiling equivalent v1.0.2 |
| 420 | 2026-05-08T16:26:32.440Z | Compiling num-traits v0.2.19 |
| 421 | 2026-05-08T16:26:32.516Z | Compiling pest v2.8.6 |
| 422 | 2026-05-08T16:26:32.558Z | Compiling typeid v1.0.3 |
| 423 | 2026-05-08T16:26:32.616Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-05-08T16:26:32.705Z | Compiling smallvec v1.15.1 |
| 425 | 2026-05-08T16:26:32.757Z | Compiling usdt-impl v0.5.0 |
| 426 | 2026-05-08T16:26:32.761Z | Compiling proc-macro-error-attr v1.0.4 |
| 427 | 2026-05-08T16:26:32.829Z | Compiling winnow v0.7.14 |
| 428 | 2026-05-08T16:26:32.915Z | Compiling syn v1.0.109 |
| 429 | 2026-05-08T16:26:32.977Z | Compiling toml_write v0.1.2 |
| 430 | 2026-05-08T16:26:32.999Z | Compiling erased-serde v0.4.9 |
| 431 | 2026-05-08T16:26:33.036Z | Compiling proc-macro-error v1.0.4 |
| 432 | 2026-05-08T16:26:33.071Z | Compiling percent-encoding v2.3.2 |
| 433 | 2026-05-08T16:26:33.161Z | Compiling errno v0.3.14 |
| 434 | 2026-05-08T16:26:33.200Z | Compiling thread-id v4.2.2 |
| 435 | 2026-05-08T16:26:33.232Z | Compiling getrandom v0.4.1 |
| 436 | 2026-05-08T16:26:33.256Z | Compiling indexmap v2.14.0 |
| 437 | 2026-05-08T16:26:33.295Z | Compiling camino v1.2.2 |
| 438 | 2026-05-08T16:26:33.298Z | Compiling utf8_iter v1.0.4 |
| 439 | 2026-05-08T16:26:33.326Z | Compiling utf8parse v0.2.2 |
| 440 | 2026-05-08T16:26:33.389Z | Compiling syn v2.0.117 |
| 441 | 2026-05-08T16:26:33.460Z | Compiling plain v0.2.3 |
| 442 | 2026-05-08T16:26:33.463Z | Compiling log v0.4.29 |
| 443 | 2026-05-08T16:26:33.498Z | Compiling thiserror v2.0.18 |
| 444 | 2026-05-08T16:26:33.550Z | Compiling anstyle-parse v0.2.7 |
| 445 | 2026-05-08T16:26:33.682Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-05-08T16:26:33.720Z | Compiling ordered-float v2.10.1 |
| 447 | 2026-05-08T16:26:33.739Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-05-08T16:26:33.778Z | Compiling cfg-if v1.0.4 |
| 449 | 2026-05-08T16:26:33.781Z | Compiling anstyle v1.0.13 |
| 450 | 2026-05-08T16:26:33.871Z | Compiling anstyle-query v1.1.5 |
| 451 | 2026-05-08T16:26:33.928Z | Compiling colorchoice v1.0.4 |
| 452 | 2026-05-08T16:26:33.952Z | Compiling is_terminal_polyfill v1.70.2 |
| 453 | 2026-05-08T16:26:33.971Z | Compiling pretty-hex v0.4.1 |
| 454 | 2026-05-08T16:26:34.011Z | Compiling fs-err v3.3.0 |
| 455 | 2026-05-08T16:26:34.069Z | Compiling anstream v0.6.21 |
| 456 | 2026-05-08T16:26:34.072Z | Compiling once_cell v1.21.3 |
| 457 | 2026-05-08T16:26:34.108Z | Compiling heck v0.4.1 |
| 458 | 2026-05-08T16:26:34.131Z | Compiling bytecount v0.6.9 |
| 459 | 2026-05-08T16:26:34.148Z | Compiling fnv v1.0.7 |
| 460 | 2026-05-08T16:26:34.181Z | Compiling fastrand v2.3.0 |
| 461 | 2026-05-08T16:26:34.201Z | Compiling unicode-xid v0.2.6 |
| 462 | 2026-05-08T16:26:34.345Z | Compiling terminal_size v0.4.3 |
| 463 | 2026-05-08T16:26:34.366Z | Compiling semver v1.0.28 |
| 464 | 2026-05-08T16:26:34.384Z | Compiling heck v0.5.0 |
| 465 | 2026-05-08T16:26:34.430Z | Compiling clap_lex v1.0.0 |
| 466 | 2026-05-08T16:26:34.487Z | Compiling unicode-width v0.1.14 |
| 467 | 2026-05-08T16:26:34.489Z | Compiling anyhow v1.0.102 |
| 468 | 2026-05-08T16:26:34.489Z | Compiling strsim v0.11.1 |
| 469 | 2026-05-08T16:26:34.549Z | Compiling tempfile v3.25.0 |
| 470 | 2026-05-08T16:26:34.687Z | Compiling memmap v0.7.0 |
| 471 | 2026-05-08T16:26:34.737Z | Compiling serde-untagged v0.1.9 |
| 472 | 2026-05-08T16:26:34.755Z | Compiling papergrid v0.11.0 |
| 473 | 2026-05-08T16:26:34.801Z | Compiling clap_builder v4.5.60 |
| 474 | 2026-05-08T16:26:34.821Z | Compiling smawk v0.3.2 |
| 475 | 2026-05-08T16:26:34.841Z | Compiling unicode-linebreak v0.1.5 |
| 476 | 2026-05-08T16:26:34.895Z | Compiling unicode-width v0.2.0 |
| 477 | 2026-05-08T16:26:34.924Z | Compiling camino-tempfile v1.4.1 |
| 478 | 2026-05-08T16:26:34.983Z | Compiling swrite v0.1.0 |
| 479 | 2026-05-08T16:26:35.013Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-05-08T16:26:35.156Z | Compiling textwrap v0.16.2 |
| 481 | 2026-05-08T16:26:35.397Z | Compiling tabled_derive v0.7.0 |
| 482 | 2026-05-08T16:26:36.064Z | Compiling synstructure v0.13.2 |
| 483 | 2026-05-08T16:26:36.064Z | Compiling pest_generator v2.8.6 |
| 484 | 2026-05-08T16:26:36.134Z | Compiling tabled v0.15.0 |
| 485 | 2026-05-08T16:26:36.636Z | Compiling serde_derive v1.0.228 |
| 486 | 2026-05-08T16:26:36.639Z | Compiling zerofrom-derive v0.1.6 |
| 487 | 2026-05-08T16:26:36.639Z | Compiling yoke-derive v0.8.1 |
| 488 | 2026-05-08T16:26:36.639Z | Compiling zerovec-derive v0.11.2 |
| 489 | 2026-05-08T16:26:36.639Z | Compiling displaydoc v0.2.5 |
| 490 | 2026-05-08T16:26:36.639Z | Compiling thiserror-impl v1.0.69 |
| 491 | 2026-05-08T16:26:36.639Z | Compiling zerocopy-derive v0.7.35 |
| 492 | 2026-05-08T16:26:36.639Z | Compiling scroll_derive v0.12.1 |
| 493 | 2026-05-08T16:26:36.671Z | Compiling thiserror-impl v2.0.18 |
| 494 | 2026-05-08T16:26:36.674Z | Compiling clap_derive v4.5.55 |
| 495 | 2026-05-08T16:26:36.748Z | Compiling pest_derive v2.8.6 |
| 496 | 2026-05-08T16:26:37.381Z | Compiling scroll v0.12.0 |
| 497 | 2026-05-08T16:26:37.416Z | Compiling zerocopy v0.7.35 |
| 498 | 2026-05-08T16:26:37.603Z | Compiling goblin v0.8.2 |
| 499 | 2026-05-08T16:26:37.774Z | Compiling zerofrom v0.1.6 |
| 500 | 2026-05-08T16:26:37.872Z | Compiling dtrace-parser v0.2.0 |
| 501 | 2026-05-08T16:26:37.889Z | Compiling yoke v0.8.1 |
| 502 | 2026-05-08T16:26:38.045Z | Compiling zerovec v0.11.5 |
| 503 | 2026-05-08T16:26:38.045Z | Compiling zerotrie v0.2.3 |
| 504 | 2026-05-08T16:26:38.087Z | Compiling clap v4.5.60 |
| 505 | 2026-05-08T16:26:38.483Z | Compiling tinystr v0.8.2 |
| 506 | 2026-05-08T16:26:38.483Z | Compiling potential_utf v0.1.4 |
| 507 | 2026-05-08T16:26:38.605Z | Compiling icu_collections v2.1.1 |
| 508 | 2026-05-08T16:26:38.631Z | Compiling icu_locale_core v2.1.1 |
| 509 | 2026-05-08T16:26:39.117Z | Compiling serde_spanned v0.6.9 |
| 510 | 2026-05-08T16:26:39.117Z | Compiling toml_datetime v0.6.11 |
| 511 | 2026-05-08T16:26:39.117Z | Compiling serde-value v0.7.0 |
| 512 | 2026-05-08T16:26:39.120Z | Compiling cargo-platform v0.2.0 |
| 513 | 2026-05-08T16:26:39.120Z | Compiling macaddr v1.0.1 |
| 514 | 2026-05-08T16:26:39.191Z | Compiling dof v0.3.0 |
| 515 | 2026-05-08T16:26:39.211Z | Compiling serde_tokenstream v0.2.3 |
| 516 | 2026-05-08T16:26:39.270Z | Compiling icu_provider v2.1.1 |
| 517 | 2026-05-08T16:26:39.394Z | Compiling toml_edit v0.22.27 |
| 518 | 2026-05-08T16:26:39.515Z | Compiling icu_properties v2.1.2 |
| 519 | 2026-05-08T16:26:39.518Z | Compiling icu_normalizer v2.1.1 |
| 520 | 2026-05-08T16:26:39.955Z | Compiling usdt-attr-macro v0.5.0 |
| 521 | 2026-05-08T16:26:39.958Z | Compiling usdt-macro v0.5.0 |
| 522 | 2026-05-08T16:26:40.327Z | Compiling idna_adapter v1.2.1 |
| 523 | 2026-05-08T16:26:40.434Z | Compiling idna v1.1.0 |
| 524 | 2026-05-08T16:26:40.556Z | Compiling usdt v0.5.0 |
| 525 | 2026-05-08T16:26:40.672Z | Compiling toml v0.8.23 |
| 526 | 2026-05-08T16:26:40.688Z | Compiling url v2.5.8 |
| 527 | 2026-05-08T16:26:41.013Z | Compiling cargo_toml v0.21.0 |
| 528 | 2026-05-08T16:26:41.081Z | Compiling cargo-util-schemas v0.8.2 |
| 529 | 2026-05-08T16:26:41.849Z | Compiling cargo_metadata v0.21.0 |
| 530 | 2026-05-08T16:26:42.768Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 531 | 2026-05-08T16:26:44.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.63s |
| 532 | 2026-05-08T16:26:45.154Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 533 | 2026-05-08T16:26:45.708Z | Downloading crates ... |
| 534 | 2026-05-08T16:26:45.798Z | Downloaded adler2 v2.0.1 |
| 535 | 2026-05-08T16:26:45.806Z | Downloaded camino-tempfile-ext v0.3.3 |
| 536 | 2026-05-08T16:26:45.808Z | Downloaded base64 v0.21.7 |
| 537 | 2026-05-08T16:26:45.813Z | Downloaded cargo_metadata v0.19.2 |
| 538 | 2026-05-08T16:26:45.816Z | Downloaded cstr-argument v0.1.2 |
| 539 | 2026-05-08T16:26:45.819Z | Downloaded base16ct v0.2.0 |
| 540 | 2026-05-08T16:26:45.819Z | Downloaded ar_archive_writer v0.5.1 |
| 541 | 2026-05-08T16:26:45.831Z | Downloaded constant_time_eq v0.4.2 |
| 542 | 2026-05-08T16:26:45.831Z | Downloaded cfg_aliases v0.1.1 |
| 543 | 2026-05-08T16:26:45.831Z | Downloaded chacha20 v0.9.1 |
| 544 | 2026-05-08T16:26:45.831Z | Downloaded crucible-workspace-hack v0.1.0 |
| 545 | 2026-05-08T16:26:45.831Z | Downloaded atty v0.2.14 |
| 546 | 2026-05-08T16:26:45.831Z | Downloaded crc v3.4.0 |
| 547 | 2026-05-08T16:26:45.831Z | Downloaded daft-derive v0.1.5 |
| 548 | 2026-05-08T16:26:45.831Z | Downloaded backon v1.6.0 |
| 549 | 2026-05-08T16:26:45.835Z | Downloaded darling_macro v0.20.11 |
| 550 | 2026-05-08T16:26:45.835Z | Downloaded bitfield-struct v0.6.2 |
| 551 | 2026-05-08T16:26:45.835Z | Downloaded bitfield-macros v0.19.4 |
| 552 | 2026-05-08T16:26:45.835Z | Downloaded crunchy v0.2.4 |
| 553 | 2026-05-08T16:26:45.835Z | Downloaded atomicwrites v0.4.4 |
| 554 | 2026-05-08T16:26:45.838Z | Downloaded bit-set v0.8.0 |
| 555 | 2026-05-08T16:26:45.838Z | Downloaded csv-core v0.1.13 |
| 556 | 2026-05-08T16:26:45.841Z | Downloaded blowfish v0.9.1 |
| 557 | 2026-05-08T16:26:45.841Z | Downloaded bitflags v1.3.2 |
| 558 | 2026-05-08T16:26:45.844Z | Downloaded crc32fast v1.5.0 |
| 559 | 2026-05-08T16:26:45.844Z | Downloaded ciborium-ll v0.2.2 |
| 560 | 2026-05-08T16:26:45.847Z | Downloaded ctr v0.9.2 |
| 561 | 2026-05-08T16:26:45.850Z | Downloaded daft v0.1.5 |
| 562 | 2026-05-08T16:26:45.850Z | Downloaded critical-section v1.2.0 |
| 563 | 2026-05-08T16:26:45.850Z | Downloaded compression-core v0.4.31 |
| 564 | 2026-05-08T16:26:45.853Z | Downloaded backoff v0.4.0 |
| 565 | 2026-05-08T16:26:45.853Z | Downloaded async-trait v0.1.89 |
| 566 | 2026-05-08T16:26:45.856Z | Downloaded cmake v0.1.57 |
| 567 | 2026-05-08T16:26:45.856Z | Downloaded byte-wrapper v0.1.0 |
| 568 | 2026-05-08T16:26:45.858Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 569 | 2026-05-08T16:26:45.859Z | Downloaded crossbeam-deque v0.8.6 |
| 570 | 2026-05-08T16:26:45.859Z | Downloaded dof v0.4.0 |
| 571 | 2026-05-08T16:26:45.862Z | Downloaded convert_case v0.4.0 |
| 572 | 2026-05-08T16:26:45.862Z | Downloaded display-error-chain v0.2.2 |
| 573 | 2026-05-08T16:26:45.862Z | Downloaded derive_builder_macro v0.20.2 |
| 574 | 2026-05-08T16:26:45.864Z | Downloaded elliptic-curve v0.13.8 |
| 575 | 2026-05-08T16:26:45.867Z | Downloaded crc8 v0.1.1 |
| 576 | 2026-05-08T16:26:45.872Z | Downloaded darling v0.21.3 |
| 577 | 2026-05-08T16:26:45.875Z | Downloaded arrayref v0.3.9 |
| 578 | 2026-05-08T16:26:45.878Z | Downloaded embedded-io v0.4.0 |
| 579 | 2026-05-08T16:26:45.878Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 580 | 2026-05-08T16:26:45.878Z | Downloaded cobs v0.3.0 |
| 581 | 2026-05-08T16:26:45.881Z | Downloaded bit-set v0.5.3 |
| 582 | 2026-05-08T16:26:45.881Z | Downloaded dunce v1.0.5 |
| 583 | 2026-05-08T16:26:45.881Z | Downloaded cfg_aliases v0.2.1 |
| 584 | 2026-05-08T16:26:45.884Z | Downloaded async-stream v0.3.6 |
| 585 | 2026-05-08T16:26:45.884Z | Downloaded cpufeatures v0.3.0 |
| 586 | 2026-05-08T16:26:45.887Z | Downloaded bb8 v0.8.6 |
| 587 | 2026-05-08T16:26:45.887Z | Downloaded difflib v0.4.0 |
| 588 | 2026-05-08T16:26:45.887Z | Downloaded castaway v0.2.4 |
| 589 | 2026-05-08T16:26:45.890Z | Downloaded assert_matches v1.5.0 |
| 590 | 2026-05-08T16:26:45.890Z | Downloaded crypto-bigint v0.5.5 |
| 591 | 2026-05-08T16:26:45.893Z | Downloaded dirs-next v2.0.0 |
| 592 | 2026-05-08T16:26:45.895Z | Downloaded flagset v0.4.7 |
| 593 | 2026-05-08T16:26:45.895Z | Downloaded defmt v0.3.100 |
| 594 | 2026-05-08T16:26:45.895Z | Downloaded block-padding v0.3.3 |
| 595 | 2026-05-08T16:26:45.895Z | Downloaded const_format_proc_macros v0.2.34 |
| 596 | 2026-05-08T16:26:45.898Z | Downloaded fixedbitset v0.4.2 |
| 597 | 2026-05-08T16:26:45.898Z | Downloaded ena v0.14.4 |
| 598 | 2026-05-08T16:26:45.901Z | Downloaded either v1.15.0 |
| 599 | 2026-05-08T16:26:45.901Z | Downloaded crossterm v0.29.0 |
| 600 | 2026-05-08T16:26:45.904Z | Downloaded dyn-clone v1.0.20 |
| 601 | 2026-05-08T16:26:45.907Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 602 | 2026-05-08T16:26:45.907Z | Downloaded fd-lock v4.0.4 |
| 603 | 2026-05-08T16:26:45.910Z | Downloaded bit-vec v0.8.0 |
| 604 | 2026-05-08T16:26:45.910Z | Downloaded cargo-platform v0.1.9 |
| 605 | 2026-05-08T16:26:45.910Z | Downloaded aead v0.5.2 |
| 606 | 2026-05-08T16:26:45.913Z | Downloaded enum-as-inner v0.6.1 |
| 607 | 2026-05-08T16:26:45.913Z | Downloaded embedded-io v0.6.1 |
| 608 | 2026-05-08T16:26:45.913Z | Downloaded foreign-types-macros v0.2.3 |
| 609 | 2026-05-08T16:26:45.916Z | Downloaded atomic-waker v1.1.2 |
| 610 | 2026-05-08T16:26:45.916Z | Downloaded document-features v0.2.12 |
| 611 | 2026-05-08T16:26:45.916Z | Downloaded env_filter v1.0.0 |
| 612 | 2026-05-08T16:26:45.918Z | Downloaded dtrace-parser v0.3.0 |
| 613 | 2026-05-08T16:26:45.918Z | Downloaded darling_macro v0.23.0 |
| 614 | 2026-05-08T16:26:45.918Z | Downloaded async-recursion v1.1.1 |
| 615 | 2026-05-08T16:26:45.921Z | Downloaded ascii-canvas v3.0.0 |
| 616 | 2026-05-08T16:26:45.921Z | Downloaded float-cmp v0.10.0 |
| 617 | 2026-05-08T16:26:45.924Z | Downloaded foreign-types-shared v0.1.1 |
| 618 | 2026-05-08T16:26:45.924Z | Downloaded debug-ignore v1.0.5 |
| 619 | 2026-05-08T16:26:45.924Z | Downloaded crc-catalog v2.4.0 |
| 620 | 2026-05-08T16:26:45.928Z | Downloaded funty v2.0.0 |
| 621 | 2026-05-08T16:26:45.928Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 622 | 2026-05-08T16:26:45.928Z | Downloaded ciborium-io v0.2.2 |
| 623 | 2026-05-08T16:26:45.928Z | Downloaded darling_macro v0.21.3 |
| 624 | 2026-05-08T16:26:45.928Z | Downloaded crossbeam-epoch v0.9.18 |
| 625 | 2026-05-08T16:26:45.932Z | Downloaded dirs-sys-next v0.1.2 |
| 626 | 2026-05-08T16:26:45.935Z | Downloaded foreign-types v0.3.2 |
| 627 | 2026-05-08T16:26:45.935Z | Downloaded array-init v0.0.4 |
| 628 | 2026-05-08T16:26:45.935Z | Downloaded foreign-types v0.5.0 |
| 629 | 2026-05-08T16:26:45.935Z | Downloaded async-stream-impl v0.3.6 |
| 630 | 2026-05-08T16:26:45.938Z | Downloaded foreign-types-shared v0.3.1 |
| 631 | 2026-05-08T16:26:45.938Z | Downloaded endian-type v0.1.2 |
| 632 | 2026-05-08T16:26:45.938Z | Downloaded fixedbitset v0.5.7 |
| 633 | 2026-05-08T16:26:45.941Z | Downloaded ff v0.13.1 |
| 634 | 2026-05-08T16:26:45.941Z | Downloaded fallible-iterator v0.2.0 |
| 635 | 2026-05-08T16:26:45.941Z | Downloaded env_logger v0.11.9 |
| 636 | 2026-05-08T16:26:45.944Z | Downloaded erased-serde v0.3.31 |
| 637 | 2026-05-08T16:26:45.945Z | Downloaded defmt-parser v1.0.0 |
| 638 | 2026-05-08T16:26:45.945Z | Downloaded data-encoding v2.10.0 |
| 639 | 2026-05-08T16:26:45.948Z | Downloaded bcs v0.1.6 |
| 640 | 2026-05-08T16:26:45.948Z | Downloaded downcast-rs v2.0.2 |
| 641 | 2026-05-08T16:26:45.950Z | Downloaded cipher v0.4.4 |
| 642 | 2026-05-08T16:26:45.950Z | Downloaded bytes v1.11.1 |
| 643 | 2026-05-08T16:26:45.953Z | Downloaded corncobs v0.1.4 |
| 644 | 2026-05-08T16:26:45.953Z | Downloaded bitfield v0.19.4 |
| 645 | 2026-05-08T16:26:45.956Z | Downloaded futures-io v0.3.32 |
| 646 | 2026-05-08T16:26:45.956Z | Downloaded futures-task v0.3.32 |
| 647 | 2026-05-08T16:26:45.959Z | Downloaded arrayvec v0.7.6 |
| 648 | 2026-05-08T16:26:45.959Z | Downloaded gethostname v0.5.0 |
| 649 | 2026-05-08T16:26:45.961Z | Downloaded git-stub v1.0.0 |
| 650 | 2026-05-08T16:26:45.961Z | Downloaded globwalk v0.9.1 |
| 651 | 2026-05-08T16:26:45.961Z | Downloaded ghash v0.5.1 |
| 652 | 2026-05-08T16:26:45.964Z | Downloaded fxhash v0.2.1 |
| 653 | 2026-05-08T16:26:45.964Z | Downloaded futures-macro v0.3.32 |
| 654 | 2026-05-08T16:26:45.964Z | Downloaded arc-swap v1.8.2 |
| 655 | 2026-05-08T16:26:45.967Z | Downloaded hash32 v0.3.1 |
| 656 | 2026-05-08T16:26:45.967Z | Downloaded hash32 v0.2.1 |
| 657 | 2026-05-08T16:26:45.970Z | Downloaded console v0.15.11 |
| 658 | 2026-05-08T16:26:45.970Z | Downloaded hex v0.4.3 |
| 659 | 2026-05-08T16:26:45.973Z | Downloaded headers-core v0.3.0 |
| 660 | 2026-05-08T16:26:45.973Z | Downloaded cc v1.2.56 |
| 661 | 2026-05-08T16:26:45.976Z | Downloaded bit-vec v0.6.3 |
| 662 | 2026-05-08T16:26:45.979Z | Downloaded float-ord v0.3.2 |
| 663 | 2026-05-08T16:26:45.982Z | Downloaded foldhash v0.2.0 |
| 664 | 2026-05-08T16:26:45.985Z | Downloaded derive-ex v0.1.8 |
| 665 | 2026-05-08T16:26:45.985Z | Downloaded argon2 v0.5.3 |
| 666 | 2026-05-08T16:26:45.985Z | Downloaded foldhash v0.1.5 |
| 667 | 2026-05-08T16:26:45.988Z | Downloaded convert_case v0.10.0 |
| 668 | 2026-05-08T16:26:45.988Z | Downloaded defmt v1.0.1 |
| 669 | 2026-05-08T16:26:45.991Z | Downloaded deranged v0.5.8 |
| 670 | 2026-05-08T16:26:45.994Z | Downloaded base64ct v1.8.3 |
| 671 | 2026-05-08T16:26:45.994Z | Downloaded compression-codecs v0.4.37 |
| 672 | 2026-05-08T16:26:45.996Z | Downloaded hex-literal v0.4.1 |
| 673 | 2026-05-08T16:26:45.997Z | Downloaded diesel-dtrace v0.5.0 |
| 674 | 2026-05-08T16:26:46.001Z | Downloaded filetime v0.2.27 |
| 675 | 2026-05-08T16:26:46.001Z | Downloaded cassowary v0.3.0 |
| 676 | 2026-05-08T16:26:46.004Z | Downloaded futures-sink v0.3.32 |
| 677 | 2026-05-08T16:26:46.004Z | Downloaded futures-executor v0.3.32 |
| 678 | 2026-05-08T16:26:46.004Z | Downloaded fs-err v2.11.0 |
| 679 | 2026-05-08T16:26:46.004Z | Downloaded defmt-macros v1.0.1 |
| 680 | 2026-05-08T16:26:46.008Z | Downloaded hyper-tls v0.6.0 |
| 681 | 2026-05-08T16:26:46.008Z | Downloaded fs_extra v1.3.0 |
| 682 | 2026-05-08T16:26:46.011Z | Downloaded hubpack_derive v0.1.1 |
| 683 | 2026-05-08T16:26:46.011Z | Downloaded httpdate v1.0.3 |
| 684 | 2026-05-08T16:26:46.011Z | Downloaded http-range v0.1.5 |
| 685 | 2026-05-08T16:26:46.011Z | Downloaded ident_case v1.0.1 |
| 686 | 2026-05-08T16:26:46.011Z | Downloaded bzip2 v0.6.1 |
| 687 | 2026-05-08T16:26:46.014Z | Downloaded bzip2 v0.4.4 |
| 688 | 2026-05-08T16:26:46.014Z | Downloaded hostname v0.4.2 |
| 689 | 2026-05-08T16:26:46.017Z | Downloaded http-body v1.0.1 |
| 690 | 2026-05-08T16:26:46.017Z | Downloaded hostname v0.3.1 |
| 691 | 2026-05-08T16:26:46.017Z | Downloaded home v0.5.12 |
| 692 | 2026-05-08T16:26:46.020Z | Downloaded ed25519 v2.2.3 |
| 693 | 2026-05-08T16:26:46.020Z | Downloaded dsl_auto_type v0.2.0 |
| 694 | 2026-05-08T16:26:46.020Z | Downloaded futures-core v0.3.32 |
| 695 | 2026-05-08T16:26:46.023Z | Downloaded ciborium v0.2.2 |
| 696 | 2026-05-08T16:26:46.023Z | Downloaded cexpr v0.6.0 |
| 697 | 2026-05-08T16:26:46.025Z | Downloaded git-stub-vcs v0.1.0 |
| 698 | 2026-05-08T16:26:46.025Z | Downloaded globset v0.4.18 |
| 699 | 2026-05-08T16:26:46.025Z | Downloaded find-msvc-tools v0.1.9 |
| 700 | 2026-05-08T16:26:46.028Z | Downloaded glob v0.3.3 |
| 701 | 2026-05-08T16:26:46.028Z | Downloaded clang-sys v1.8.1 |
| 702 | 2026-05-08T16:26:46.032Z | Downloaded buf-list v1.1.2 |
| 703 | 2026-05-08T16:26:46.032Z | Downloaded instant v0.1.13 |
| 704 | 2026-05-08T16:26:46.035Z | Downloaded indoc v1.0.9 |
| 705 | 2026-05-08T16:26:46.035Z | Downloaded highway v1.3.0 |
| 706 | 2026-05-08T16:26:46.038Z | Downloaded group v0.13.0 |
| 707 | 2026-05-08T16:26:46.038Z | Downloaded ahash v0.8.12 |
| 708 | 2026-05-08T16:26:46.041Z | Downloaded is_ci v1.2.0 |
| 709 | 2026-05-08T16:26:46.041Z | Downloaded crossbeam-utils v0.8.21 |
| 710 | 2026-05-08T16:26:46.041Z | Downloaded derive_builder_core v0.20.2 |
| 711 | 2026-05-08T16:26:46.044Z | Downloaded is-terminal v0.4.17 |
| 712 | 2026-05-08T16:26:46.044Z | Downloaded internet-checksum v0.2.1 |
| 713 | 2026-05-08T16:26:46.044Z | Downloaded instability v0.3.11 |
| 714 | 2026-05-08T16:26:46.048Z | Downloaded der_derive v0.7.3 |
| 715 | 2026-05-08T16:26:46.048Z | Downloaded libscf-sys v1.1.0 |
| 716 | 2026-05-08T16:26:46.048Z | Downloaded async-bb8-diesel v0.2.1 |
| 717 | 2026-05-08T16:26:46.051Z | Downloaded ecdsa v0.16.9 |
| 718 | 2026-05-08T16:26:46.052Z | Downloaded cbc v0.1.2 |
| 719 | 2026-05-08T16:26:46.052Z | Downloaded derive_builder v0.20.2 |
| 720 | 2026-05-08T16:26:46.054Z | Downloaded lalrpop-util v0.19.12 |
| 721 | 2026-05-08T16:26:46.057Z | Downloaded kstat-rs v0.2.4 |
| 722 | 2026-05-08T16:26:46.057Z | Downloaded indent_write v2.2.0 |
| 723 | 2026-05-08T16:26:46.057Z | Downloaded cookie v0.18.1 |
| 724 | 2026-05-08T16:26:46.060Z | Downloaded cookie_store v0.22.1 |
| 725 | 2026-05-08T16:26:46.060Z | Downloaded drift v0.1.4 |
| 726 | 2026-05-08T16:26:46.066Z | Downloaded lazy_static v1.5.0 |
| 727 | 2026-05-08T16:26:46.069Z | Downloaded hubpack v0.1.2 |
| 728 | 2026-05-08T16:26:46.069Z | Downloaded keccak v0.1.6 |
| 729 | 2026-05-08T16:26:46.069Z | Downloaded http-body-util v0.1.3 |
| 730 | 2026-05-08T16:26:46.072Z | Downloaded match_cfg v0.1.0 |
| 731 | 2026-05-08T16:26:46.072Z | Downloaded hyper-staticfile v0.10.1 |
| 732 | 2026-05-08T16:26:46.075Z | Downloaded getrandom v0.2.17 |
| 733 | 2026-05-08T16:26:46.075Z | Downloaded colored v2.2.0 |
| 734 | 2026-05-08T16:26:46.078Z | Downloaded cancel-safe-futures v0.1.5 |
| 735 | 2026-05-08T16:26:46.078Z | Downloaded maybe-uninit v2.0.0 |
| 736 | 2026-05-08T16:26:46.081Z | Downloaded maplit v1.0.2 |
| 737 | 2026-05-08T16:26:46.081Z | Downloaded md5 v0.7.0 |
| 738 | 2026-05-08T16:26:46.081Z | Downloaded lru-cache v0.1.2 |
| 739 | 2026-05-08T16:26:46.084Z | Downloaded lru v0.12.5 |
| 740 | 2026-05-08T16:26:46.084Z | Downloaded lru-slab v0.1.2 |
| 741 | 2026-05-08T16:26:46.084Z | Downloaded linked-hash-map v0.5.6 |
| 742 | 2026-05-08T16:26:46.084Z | Downloaded mime v0.3.17 |
| 743 | 2026-05-08T16:26:46.087Z | Downloaded ingot-types v0.1.2 |
| 744 | 2026-05-08T16:26:46.087Z | Downloaded memoffset v0.9.1 |
| 745 | 2026-05-08T16:26:46.087Z | Downloaded lzss v0.8.2 |
| 746 | 2026-05-08T16:26:46.090Z | Downloaded managed v0.8.0 |
| 747 | 2026-05-08T16:26:46.090Z | Downloaded half v1.8.3 |
| 748 | 2026-05-08T16:26:46.093Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 749 | 2026-05-08T16:26:46.093Z | Downloaded des v0.8.1 |
| 750 | 2026-05-08T16:26:46.093Z | Downloaded multimap v0.10.1 |
| 751 | 2026-05-08T16:26:46.096Z | Downloaded darling v0.20.11 |
| 752 | 2026-05-08T16:26:46.099Z | Downloaded ipnet v2.11.0 |
| 753 | 2026-05-08T16:26:46.099Z | Downloaded futures-channel v0.3.32 |
| 754 | 2026-05-08T16:26:46.101Z | Downloaded fatfs v0.3.6 |
| 755 | 2026-05-08T16:26:46.101Z | Downloaded darling v0.23.0 |
| 756 | 2026-05-08T16:26:46.105Z | Downloaded nibble_vec v0.1.0 |
| 757 | 2026-05-08T16:26:46.108Z | Downloaded inout v0.1.4 |
| 758 | 2026-05-08T16:26:46.108Z | Downloaded newtype_derive v0.1.6 |
| 759 | 2026-05-08T16:26:46.108Z | Downloaded newtype-uuid-macros v0.1.0 |
| 760 | 2026-05-08T16:26:46.112Z | Downloaded nodrop v0.1.14 |
| 761 | 2026-05-08T16:26:46.112Z | Downloaded newline-converter v0.3.0 |
| 762 | 2026-05-08T16:26:46.112Z | Downloaded new_debug_unreachable v1.0.6 |
| 763 | 2026-05-08T16:26:46.115Z | Downloaded num v0.4.3 |
| 764 | 2026-05-08T16:26:46.115Z | Downloaded ingot v0.1.1 |
| 765 | 2026-05-08T16:26:46.115Z | Downloaded indoc v2.0.7 |
| 766 | 2026-05-08T16:26:46.115Z | Downloaded libloading v0.8.9 |
| 767 | 2026-05-08T16:26:46.118Z | Downloaded derive_more v0.99.20 |
| 768 | 2026-05-08T16:26:46.123Z | Downloaded normalize-line-endings v0.3.0 |
| 769 | 2026-05-08T16:26:46.123Z | Downloaded allocator-api2 v0.2.21 |
| 770 | 2026-05-08T16:26:46.126Z | Downloaded num-conv v0.2.0 |
| 771 | 2026-05-08T16:26:46.126Z | Downloaded crc-any v2.5.0 |
| 772 | 2026-05-08T16:26:46.126Z | Downloaded diff v0.1.13 |
| 773 | 2026-05-08T16:26:46.126Z | Downloaded nonempty v0.12.0 |
| 774 | 2026-05-08T16:26:46.129Z | Downloaded jobserver v0.1.34 |
| 775 | 2026-05-08T16:26:46.129Z | Downloaded hmac v0.12.1 |
| 776 | 2026-05-08T16:26:46.132Z | Downloaded futures v0.3.32 |
| 777 | 2026-05-08T16:26:46.135Z | Downloaded libefi-sys v0.1.0 |
| 778 | 2026-05-08T16:26:46.135Z | Downloaded blake2 v0.10.6 |
| 779 | 2026-05-08T16:26:46.135Z | Downloaded num-iter v0.1.45 |
| 780 | 2026-05-08T16:26:46.138Z | Downloaded num-derive v0.4.2 |
| 781 | 2026-05-08T16:26:46.138Z | Downloaded olpc-cjson v0.1.4 |
| 782 | 2026-05-08T16:26:46.138Z | Downloaded openssl-macros v0.1.1 |
| 783 | 2026-05-08T16:26:46.141Z | Downloaded linear-map v1.2.0 |
| 784 | 2026-05-08T16:26:46.141Z | Downloaded httparse v1.10.1 |
| 785 | 2026-05-08T16:26:46.141Z | Downloaded base64 v0.22.1 |
| 786 | 2026-05-08T16:26:46.144Z | Downloaded colored v3.1.1 |
| 787 | 2026-05-08T16:26:46.147Z | Downloaded opaque-debug v0.3.1 |
| 788 | 2026-05-08T16:26:46.147Z | Downloaded mime_guess v2.0.5 |
| 789 | 2026-05-08T16:26:46.150Z | Downloaded md-5 v0.10.6 |
| 790 | 2026-05-08T16:26:46.150Z | Downloaded libsw-core v0.3.2 |
| 791 | 2026-05-08T16:26:46.150Z | Downloaded humantime v2.3.0 |
| 792 | 2026-05-08T16:26:46.153Z | Downloaded num_threads v0.1.7 |
| 793 | 2026-05-08T16:26:46.153Z | Downloaded openssl-probe v0.2.1 |
| 794 | 2026-05-08T16:26:46.153Z | Downloaded oso-derive v0.27.3 |
| 795 | 2026-05-08T16:26:46.155Z | Downloaded openssl-probe v0.1.6 |
| 796 | 2026-05-08T16:26:46.156Z | Downloaded lock_api v0.4.14 |
| 797 | 2026-05-08T16:26:46.156Z | Downloaded num_enum_derive v0.5.11 |
| 798 | 2026-05-08T16:26:46.159Z | Downloaded dropshot_endpoint v0.17.0 |
| 799 | 2026-05-08T16:26:46.159Z | Downloaded num-derive v0.3.3 |
| 800 | 2026-05-08T16:26:46.161Z | Downloaded libsw v3.5.0 |
| 801 | 2026-05-08T16:26:46.161Z | Downloaded derive-where v1.6.0 |
| 802 | 2026-05-08T16:26:46.164Z | Downloaded const-oid v0.9.6 |
| 803 | 2026-05-08T16:26:46.167Z | Downloaded half v2.7.1 |
| 804 | 2026-05-08T16:26:46.167Z | Downloaded getrandom v0.3.4 |
| 805 | 2026-05-08T16:26:46.169Z | Downloaded console v0.16.2 |
| 806 | 2026-05-08T16:26:46.172Z | Downloaded multer v3.1.0 |
| 807 | 2026-05-08T16:26:46.172Z | Downloaded packed_struct_codegen v0.10.1 |
| 808 | 2026-05-08T16:26:46.175Z | Downloaded chacha20 v0.10.0 |
| 809 | 2026-05-08T16:26:46.178Z | Downloaded nanorand v0.7.0 |
| 810 | 2026-05-08T16:26:46.181Z | Downloaded newtype-uuid v1.3.2 |
| 811 | 2026-05-08T16:26:46.181Z | Downloaded darling_core v0.20.11 |
| 812 | 2026-05-08T16:26:46.184Z | Downloaded path-slash v0.1.5 |
| 813 | 2026-05-08T16:26:46.184Z | Downloaded iana-time-zone v0.1.65 |
| 814 | 2026-05-08T16:26:46.187Z | Downloaded parse-size v1.1.0 |
| 815 | 2026-05-08T16:26:46.187Z | Downloaded parse-display v0.10.0 |
| 816 | 2026-05-08T16:26:46.190Z | Downloaded pbkdf2 v0.12.2 |
| 817 | 2026-05-08T16:26:46.190Z | Downloaded peg-runtime v0.8.5 |
| 818 | 2026-05-08T16:26:46.190Z | Downloaded num-complex v0.4.6 |
| 819 | 2026-05-08T16:26:46.192Z | Downloaded ipnetwork v0.21.1 |
| 820 | 2026-05-08T16:26:46.192Z | Downloaded dropshot_endpoint v0.16.7 |
| 821 | 2026-05-08T16:26:46.195Z | Downloaded crossbeam-channel v0.5.15 |
| 822 | 2026-05-08T16:26:46.198Z | Downloaded darling_core v0.21.3 |
| 823 | 2026-05-08T16:26:46.201Z | Downloaded pbkdf2 v0.11.0 |
| 824 | 2026-05-08T16:26:46.201Z | Downloaded nu-ansi-term v0.50.3 |
| 825 | 2026-05-08T16:26:46.204Z | Downloaded phf_shared v0.11.3 |
| 826 | 2026-05-08T16:26:46.204Z | Downloaded const_format v0.2.35 |
| 827 | 2026-05-08T16:26:46.207Z | Downloaded pin-utils v0.1.0 |
| 828 | 2026-05-08T16:26:46.210Z | Downloaded derive_more-impl v2.1.1 |
| 829 | 2026-05-08T16:26:46.213Z | Downloaded phf_shared v0.12.1 |
| 830 | 2026-05-08T16:26:46.213Z | Downloaded hyper-rustls v0.27.7 |
| 831 | 2026-05-08T16:26:46.216Z | Downloaded memmap2 v0.9.10 |
| 832 | 2026-05-08T16:26:46.216Z | Downloaded num_enum v0.7.5 |
| 833 | 2026-05-08T16:26:46.219Z | Downloaded num-rational v0.4.2 |
| 834 | 2026-05-08T16:26:46.222Z | Downloaded litrs v1.0.0 |
| 835 | 2026-05-08T16:26:46.225Z | Downloaded phf_shared v0.13.1 |
| 836 | 2026-05-08T16:26:46.238Z | Downloaded proc-macro-crate v3.4.0 |
| 837 | 2026-05-08T16:26:46.241Z | Downloaded proc-macro-crate v1.3.1 |
| 838 | 2026-05-08T16:26:46.241Z | Downloaded owo-colors v4.3.0 |
| 839 | 2026-05-08T16:26:46.244Z | Downloaded aws-lc-rs v1.16.0 |
| 840 | 2026-05-08T16:26:46.248Z | Downloaded predicates-tree v1.0.13 |
| 841 | 2026-05-08T16:26:46.251Z | Downloaded der v0.7.10 |
| 842 | 2026-05-08T16:26:46.254Z | Downloaded flate2 v1.1.9 |
| 843 | 2026-05-08T16:26:46.257Z | Downloaded psl-types v2.0.11 |
| 844 | 2026-05-08T16:26:46.257Z | Downloaded progenitor-client v0.14.0 |
| 845 | 2026-05-08T16:26:46.260Z | Downloaded precomputed-hash v0.1.1 |
| 846 | 2026-05-08T16:26:46.260Z | Downloaded paste v1.0.15 |
| 847 | 2026-05-08T16:26:46.260Z | Downloaded parse-display-derive v0.10.0 |
| 848 | 2026-05-08T16:26:46.263Z | Downloaded password-hash v0.5.0 |
| 849 | 2026-05-08T16:26:46.263Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 850 | 2026-05-08T16:26:46.263Z | Downloaded progenitor-client v0.10.0 |
| 851 | 2026-05-08T16:26:46.265Z | Downloaded phf v0.13.1 |
| 852 | 2026-05-08T16:26:46.266Z | Downloaded native-tls v0.2.18 |
| 853 | 2026-05-08T16:26:46.266Z | Downloaded pin-project-internal v1.1.11 |
| 854 | 2026-05-08T16:26:46.268Z | Downloaded progenitor-macro v0.13.0 |
| 855 | 2026-05-08T16:26:46.268Z | Downloaded progenitor-macro v0.11.2 |
| 856 | 2026-05-08T16:26:46.268Z | Downloaded peg v0.8.5 |
| 857 | 2026-05-08T16:26:46.271Z | Downloaded password-hash v0.4.2 |
| 858 | 2026-05-08T16:26:46.274Z | Downloaded polyval v0.6.2 |
| 859 | 2026-05-08T16:26:46.274Z | Downloaded pem-rfc7468 v0.7.0 |
| 860 | 2026-05-08T16:26:46.277Z | Downloaded libbz2-rs-sys v0.2.2 |
| 861 | 2026-05-08T16:26:46.277Z | Downloaded peg-macros v0.8.5 |
| 862 | 2026-05-08T16:26:46.279Z | Downloaded chacha20poly1305 v0.10.1 |
| 863 | 2026-05-08T16:26:46.279Z | Downloaded progenitor-macro v0.10.0 |
| 864 | 2026-05-08T16:26:46.279Z | Downloaded progenitor-client v0.11.2 |
| 865 | 2026-05-08T16:26:46.283Z | Downloaded postgres-protocol v0.6.10 |
| 866 | 2026-05-08T16:26:46.283Z | Downloaded poly1305 v0.8.0 |
| 867 | 2026-05-08T16:26:46.285Z | Downloaded quick-error v1.2.3 |
| 868 | 2026-05-08T16:26:46.286Z | Downloaded num_enum_derive v0.7.5 |
| 869 | 2026-05-08T16:26:46.286Z | Downloaded ingot-macros v0.1.1 |
| 870 | 2026-05-08T16:26:46.286Z | Downloaded compact_str v0.8.1 |
| 871 | 2026-05-08T16:26:46.289Z | Downloaded derive_more v2.1.1 |
| 872 | 2026-05-08T16:26:46.296Z | Downloaded pin-project-lite v0.2.17 |
| 873 | 2026-05-08T16:26:46.298Z | Downloaded pem v3.0.6 |
| 874 | 2026-05-08T16:26:46.301Z | Downloaded predicates v3.1.4 |
| 875 | 2026-05-08T16:26:46.301Z | Downloaded radium v0.7.0 |
| 876 | 2026-05-08T16:26:46.301Z | Downloaded num_enum v0.5.11 |
| 877 | 2026-05-08T16:26:46.305Z | Downloaded rand_chacha v0.3.1 |
| 878 | 2026-05-08T16:26:46.307Z | Downloaded indicatif v0.18.4 |
| 879 | 2026-05-08T16:26:46.310Z | Downloaded rand_xorshift v0.4.0 |
| 880 | 2026-05-08T16:26:46.310Z | Downloaded progenitor v0.11.2 |
| 881 | 2026-05-08T16:26:46.310Z | Downloaded parking_lot_core v0.8.6 |
| 882 | 2026-05-08T16:26:46.313Z | Downloaded hickory-resolver v0.25.2 |
| 883 | 2026-05-08T16:26:46.315Z | Downloaded parking_lot v0.11.2 |
| 884 | 2026-05-08T16:26:46.318Z | Downloaded recursive v0.1.1 |
| 885 | 2026-05-08T16:26:46.318Z | Downloaded progenitor-client v0.13.0 |
| 886 | 2026-05-08T16:26:46.318Z | Downloaded packed_struct v0.10.1 |
| 887 | 2026-05-08T16:26:46.321Z | Downloaded ref-cast v1.0.25 |
| 888 | 2026-05-08T16:26:46.321Z | Downloaded proc-macro-error2 v2.0.1 |
| 889 | 2026-05-08T16:26:46.324Z | Downloaded primeorder v0.13.6 |
| 890 | 2026-05-08T16:26:46.324Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 891 | 2026-05-08T16:26:46.324Z | Downloaded expectorate v1.2.0 |
| 892 | 2026-05-08T16:26:46.327Z | Downloaded pkcs1 v0.7.5 |
| 893 | 2026-05-08T16:26:46.330Z | Downloaded omicron-zone-package v0.12.2 |
| 894 | 2026-05-08T16:26:46.330Z | Downloaded progenitor-macro v0.14.0 |
| 895 | 2026-05-08T16:26:46.333Z | Downloaded phf v0.12.1 |
| 896 | 2026-05-08T16:26:46.333Z | Downloaded ppv-lite86 v0.2.21 |
| 897 | 2026-05-08T16:26:46.333Z | Downloaded pkcs8 v0.10.2 |
| 898 | 2026-05-08T16:26:46.335Z | Downloaded num-integer v0.1.46 |
| 899 | 2026-05-08T16:26:46.335Z | Downloaded ref-cast-impl v1.0.25 |
| 900 | 2026-05-08T16:26:46.336Z | Downloaded heapless v0.7.17 |
| 901 | 2026-05-08T16:26:46.338Z | Downloaded darling_core v0.23.0 |
| 902 | 2026-05-08T16:26:46.341Z | Downloaded rfc6979 v0.4.0 |
| 903 | 2026-05-08T16:26:46.344Z | Downloaded bumpalo v3.20.2 |
| 904 | 2026-05-08T16:26:46.344Z | Downloaded heapless v0.8.0 |
| 905 | 2026-05-08T16:26:46.347Z | Downloaded flume v0.11.1 |
| 906 | 2026-05-08T16:26:46.350Z | Downloaded async-compression v0.4.41 |
| 907 | 2026-05-08T16:26:46.353Z | Downloaded ed25519-dalek v2.2.0 |
| 908 | 2026-05-08T16:26:46.356Z | Downloaded rustc_version v0.4.1 |
| 909 | 2026-05-08T16:26:46.356Z | Downloaded rtoolbox v0.0.3 |
| 910 | 2026-05-08T16:26:46.358Z | Downloaded rustc_version v0.1.7 |
| 911 | 2026-05-08T16:26:46.358Z | Downloaded russh-cryptovec v0.7.3 |
| 912 | 2026-05-08T16:26:46.358Z | Downloaded predicates-core v1.0.10 |
| 913 | 2026-05-08T16:26:46.358Z | Downloaded powerfmt v0.2.0 |
| 914 | 2026-05-08T16:26:46.362Z | Downloaded oxnet v0.1.4 |
| 915 | 2026-05-08T16:26:46.362Z | Downloaded oxide-tokio-rt v0.1.4 |
| 916 | 2026-05-08T16:26:46.362Z | Downloaded pkcs5 v0.7.1 |
| 917 | 2026-05-08T16:26:46.365Z | Downloaded r2d2 v0.8.10 |
| 918 | 2026-05-08T16:26:46.367Z | Downloaded rustc-hash v2.1.1 |
| 919 | 2026-05-08T16:26:46.367Z | Downloaded indexmap v1.9.3 |
| 920 | 2026-05-08T16:26:46.370Z | Downloaded rand_seeder v0.4.0 |
| 921 | 2026-05-08T16:26:46.370Z | Downloaded rand_core v0.9.5 |
| 922 | 2026-05-08T16:26:46.370Z | Downloaded hashbrown v0.13.2 |
| 923 | 2026-05-08T16:26:46.373Z | Downloaded pkg-config v0.3.32 |
| 924 | 2026-05-08T16:26:46.376Z | Downloaded rand_core v0.10.0 |
| 925 | 2026-05-08T16:26:46.376Z | Downloaded oso v0.27.3 |
| 926 | 2026-05-08T16:26:46.378Z | Downloaded rand_chacha v0.9.0 |
| 927 | 2026-05-08T16:26:46.378Z | Downloaded progenitor v0.10.0 |
| 928 | 2026-05-08T16:26:46.384Z | Downloaded headers v0.4.1 |
| 929 | 2026-05-08T16:26:46.386Z | Downloaded scheduled-thread-pool v0.2.7 |
| 930 | 2026-05-08T16:26:46.387Z | Downloaded diesel_derives v2.3.7 |
| 931 | 2026-05-08T16:26:46.389Z | Downloaded sapling-renderdag v0.1.0 |
| 932 | 2026-05-08T16:26:46.389Z | Downloaded same-file v1.0.6 |
| 933 | 2026-05-08T16:26:46.389Z | Downloaded scrypt v0.11.0 |
| 934 | 2026-05-08T16:26:46.393Z | Downloaded salsa20 v0.10.2 |
| 935 | 2026-05-08T16:26:46.393Z | Downloaded papergrid v0.17.0 |
| 936 | 2026-05-08T16:26:46.396Z | Downloaded hickory-resolver v0.24.4 |
| 937 | 2026-05-08T16:26:46.396Z | Downloaded ignore v0.4.25 |
| 938 | 2026-05-08T16:26:46.400Z | Downloaded parking_lot_core v0.9.12 |
| 939 | 2026-05-08T16:26:46.403Z | Downloaded parking_lot v0.12.5 |
| 940 | 2026-05-08T16:26:46.407Z | Downloaded scopeguard v1.2.0 |
| 941 | 2026-05-08T16:26:46.407Z | Downloaded scroll_derive v0.13.1 |
| 942 | 2026-05-08T16:26:46.407Z | Downloaded p256 v0.13.2 |
| 943 | 2026-05-08T16:26:46.410Z | Downloaded progenitor-extras v0.2.0 |
| 944 | 2026-05-08T16:26:46.410Z | Downloaded progenitor v0.14.0 |
| 945 | 2026-05-08T16:26:46.410Z | Downloaded serde_urlencoded v0.7.1 |
| 946 | 2026-05-08T16:26:46.412Z | Downloaded jiff-static v0.2.21 |
| 947 | 2026-05-08T16:26:46.412Z | Downloaded semver v0.1.20 |
| 948 | 2026-05-08T16:26:46.415Z | Downloaded secrecy v0.10.3 |
| 949 | 2026-05-08T16:26:46.415Z | Downloaded secrecy v0.8.0 |
| 950 | 2026-05-08T16:26:46.416Z | Downloaded progenitor v0.13.0 |
| 951 | 2026-05-08T16:26:46.418Z | Downloaded serde-big-array v0.5.1 |
| 952 | 2026-05-08T16:26:46.421Z | Downloaded seq-macro v0.3.6 |
| 953 | 2026-05-08T16:26:46.424Z | Downloaded serde_plain v1.0.2 |
| 954 | 2026-05-08T16:26:46.424Z | Downloaded hyper-util v0.1.20 |
| 955 | 2026-05-08T16:26:46.427Z | Downloaded serde_repr v0.1.20 |
| 956 | 2026-05-08T16:26:46.430Z | Downloaded resolv-conf v0.7.6 |
| 957 | 2026-05-08T16:26:46.430Z | Downloaded psm v0.1.30 |
| 958 | 2026-05-08T16:26:46.432Z | Downloaded quinn-udp v0.5.14 |
| 959 | 2026-05-08T16:26:46.435Z | Downloaded postgres-types v0.2.12 |
| 960 | 2026-05-08T16:26:46.435Z | Downloaded signature v2.2.0 |
| 961 | 2026-05-08T16:26:46.438Z | Downloaded signal-hook-tokio v0.3.1 |
| 962 | 2026-05-08T16:26:46.438Z | Downloaded miniz_oxide v0.8.9 |
| 963 | 2026-05-08T16:26:46.441Z | Downloaded serde_spanned v1.0.4 |
| 964 | 2026-05-08T16:26:46.441Z | Downloaded minimal-lexical v0.2.1 |
| 965 | 2026-05-08T16:26:46.444Z | Downloaded shell-words v1.1.1 |
| 966 | 2026-05-08T16:26:46.444Z | Downloaded sha1 v0.10.6 |
| 967 | 2026-05-08T16:26:46.447Z | Downloaded curve25519-dalek v4.1.3 |
| 968 | 2026-05-08T16:26:46.450Z | Downloaded rustversion v1.0.22 |
| 969 | 2026-05-08T16:26:46.453Z | Downloaded siphasher v1.0.2 |
| 970 | 2026-05-08T16:26:46.453Z | Downloaded hashbrown v0.12.3 |
| 971 | 2026-05-08T16:26:46.456Z | Downloaded dropshot-api-manager v0.7.1 |
| 972 | 2026-05-08T16:26:46.458Z | Downloaded schemars_derive v0.8.22 |
| 973 | 2026-05-08T16:26:46.458Z | Downloaded rand_core v0.6.4 |
| 974 | 2026-05-08T16:26:46.461Z | Downloaded rustls-pemfile v2.2.0 |
| 975 | 2026-05-08T16:26:46.461Z | Downloaded prefix-trie v0.7.0 |
| 976 | 2026-05-08T16:26:46.464Z | Downloaded rustls-native-certs v0.8.3 |
| 977 | 2026-05-08T16:26:46.464Z | Downloaded sigpipe v0.1.3 |
| 978 | 2026-05-08T16:26:46.467Z | Downloaded progenitor-impl v0.11.2 |
| 979 | 2026-05-08T16:26:46.467Z | Downloaded rustls-pemfile v1.0.4 |
| 980 | 2026-05-08T16:26:46.470Z | Downloaded progenitor-impl v0.10.0 |
| 981 | 2026-05-08T16:26:46.470Z | Downloaded openssl-sys v0.9.114 |
| 982 | 2026-05-08T16:26:46.472Z | Downloaded slog-envlogger v2.2.0 |
| 983 | 2026-05-08T16:26:46.475Z | Downloaded rusty-fork v0.3.1 |
| 984 | 2026-05-08T16:26:46.476Z | Downloaded aes v0.8.4 |
| 985 | 2026-05-08T16:26:46.479Z | Downloaded slog-bunyan v2.5.0 |
| 986 | 2026-05-08T16:26:46.479Z | Downloaded sec1 v0.7.3 |
| 987 | 2026-05-08T16:26:46.479Z | Downloaded crossterm v0.28.1 |
| 988 | 2026-05-08T16:26:46.482Z | Downloaded scroll v0.13.0 |
| 989 | 2026-05-08T16:26:46.485Z | Downloaded progenitor-impl v0.14.0 |
| 990 | 2026-05-08T16:26:46.485Z | Downloaded pin-project v1.1.11 |
| 991 | 2026-05-08T16:26:46.491Z | Downloaded serde_bytes v0.11.19 |
| 992 | 2026-05-08T16:26:46.494Z | Downloaded serde_derive_internals v0.29.1 |
| 993 | 2026-05-08T16:26:46.494Z | Downloaded serde-hex v0.1.0 |
| 994 | 2026-05-08T16:26:46.497Z | Downloaded postcard v1.1.3 |
| 995 | 2026-05-08T16:26:46.497Z | Downloaded sct v0.7.1 |
| 996 | 2026-05-08T16:26:46.500Z | Downloaded sqlparser_derive v0.5.0 |
| 997 | 2026-05-08T16:26:46.500Z | Downloaded http v1.4.0 |
| 998 | 2026-05-08T16:26:46.504Z | Downloaded hickory-server v0.25.2 |
| 999 | 2026-05-08T16:26:46.514Z | Downloaded shlex v1.3.0 |
| 1000 | 2026-05-08T16:26:46.517Z | Downloaded slab v0.4.12 |
| 1001 | 2026-05-08T16:26:46.517Z | Downloaded ssh-encoding v0.2.0 |
| 1002 | 2026-05-08T16:26:46.522Z | Downloaded strum v0.26.3 |
| 1003 | 2026-05-08T16:26:46.525Z | Downloaded structmeta v0.3.0 |
| 1004 | 2026-05-08T16:26:46.525Z | Downloaded strum v0.27.2 |
| 1005 | 2026-05-08T16:26:46.525Z | Downloaded signal-hook-registry v1.4.8 |
| 1006 | 2026-05-08T16:26:46.528Z | Downloaded structmeta-derive v0.3.0 |
| 1007 | 2026-05-08T16:26:46.528Z | Downloaded prettyplease v0.2.37 |
| 1008 | 2026-05-08T16:26:46.531Z | Downloaded pretty_assertions v1.4.1 |
| 1009 | 2026-05-08T16:26:46.533Z | Downloaded signal-hook-mio v0.2.5 |
| 1010 | 2026-05-08T16:26:46.533Z | Downloaded rustls-pki-types v1.14.0 |
| 1011 | 2026-05-08T16:26:46.536Z | Downloaded tabled_derive v0.11.0 |
| 1012 | 2026-05-08T16:26:46.536Z | Downloaded supports-color v3.0.2 |
| 1013 | 2026-05-08T16:26:46.541Z | Downloaded slog-term v2.9.2 |
| 1014 | 2026-05-08T16:26:46.544Z | Downloaded progenitor-impl v0.13.0 |
| 1015 | 2026-05-08T16:26:46.547Z | Downloaded sync_wrapper v1.0.2 |
| 1016 | 2026-05-08T16:26:46.547Z | Downloaded rcgen v0.12.1 |
| 1017 | 2026-05-08T16:26:46.547Z | Downloaded take_mut v0.2.2 |
| 1018 | 2026-05-08T16:26:46.550Z | Downloaded sync-ptr v0.1.4 |
| 1019 | 2026-05-08T16:26:46.550Z | Downloaded subtle v2.6.1 |
| 1020 | 2026-05-08T16:26:46.550Z | Downloaded simd-adler32 v0.3.8 |
| 1021 | 2026-05-08T16:26:46.553Z | Downloaded tap v1.0.1 |
| 1022 | 2026-05-08T16:26:46.553Z | Downloaded tagptr v0.2.0 |
| 1023 | 2026-05-08T16:26:46.553Z | Downloaded smallvec v0.6.14 |
| 1024 | 2026-05-08T16:26:46.556Z | Downloaded slog-scope v4.4.1 |
| 1025 | 2026-05-08T16:26:46.556Z | Downloaded tabwriter v1.4.1 |
| 1026 | 2026-05-08T16:26:46.556Z | Downloaded serde_cbor v0.11.2 |
| 1027 | 2026-05-08T16:26:46.561Z | Downloaded smf v0.2.3 |
| 1028 | 2026-05-08T16:26:46.564Z | Downloaded slog-json v2.6.1 |
| 1029 | 2026-05-08T16:26:46.567Z | Downloaded sqlformat v0.3.5 |
| 1030 | 2026-05-08T16:26:46.570Z | Downloaded time-core v0.1.8 |
| 1031 | 2026-05-08T16:26:46.570Z | Downloaded thread-id v5.1.0 |
| 1032 | 2026-05-08T16:26:46.572Z | Downloaded spki v0.7.3 |
| 1033 | 2026-05-08T16:26:46.572Z | Downloaded snafu-derive v0.8.9 |
| 1034 | 2026-05-08T16:26:46.572Z | Downloaded russh-keys v0.45.0 |
| 1035 | 2026-05-08T16:26:46.575Z | Downloaded testing_table v0.3.0 |
| 1036 | 2026-05-08T16:26:46.575Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1037 | 2026-05-08T16:26:46.575Z | Downloaded ssh-cipher v0.2.0 |
| 1038 | 2026-05-08T16:26:46.584Z | Downloaded ron v0.8.1 |
| 1039 | 2026-05-08T16:26:46.587Z | Downloaded stacker v0.1.23 |
| 1040 | 2026-05-08T16:26:46.591Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1041 | 2026-05-08T16:26:46.594Z | Downloaded static_assertions v1.1.0 |
| 1042 | 2026-05-08T16:26:46.594Z | Downloaded serde_with_macros v3.17.0 |
| 1043 | 2026-05-08T16:26:46.598Z | Downloaded stringprep v0.1.5 |
| 1044 | 2026-05-08T16:26:46.600Z | Downloaded tokio-macros v2.7.0 |
| 1045 | 2026-05-08T16:26:46.603Z | Downloaded string_cache v0.8.9 |
| 1046 | 2026-05-08T16:26:46.606Z | Downloaded strum_macros v0.24.3 |
| 1047 | 2026-05-08T16:26:46.606Z | Downloaded hashbrown v0.15.5 |
| 1048 | 2026-05-08T16:26:46.609Z | Downloaded hashbrown v0.16.1 |
| 1049 | 2026-05-08T16:26:46.613Z | Downloaded strum_macros v0.26.4 |
| 1050 | 2026-05-08T16:26:46.615Z | Downloaded rayon-core v1.13.0 |
| 1051 | 2026-05-08T16:26:46.618Z | Downloaded strum_macros v0.27.2 |
| 1052 | 2026-05-08T16:26:46.618Z | Downloaded slog-dtrace v0.3.0 |
| 1053 | 2026-05-08T16:26:46.621Z | Downloaded schemars v0.8.22 |
| 1054 | 2026-05-08T16:26:46.625Z | Downloaded termios v0.3.3 |
| 1055 | 2026-05-08T16:26:46.628Z | Downloaded support-bundle-viewer v0.1.2 |
| 1056 | 2026-05-08T16:26:46.628Z | Downloaded slog-stdlog v4.1.1 |
| 1057 | 2026-05-08T16:26:46.631Z | Downloaded slog-async v2.8.0 |
| 1058 | 2026-05-08T16:26:46.631Z | Downloaded spin v0.9.8 |
| 1059 | 2026-05-08T16:26:46.631Z | Downloaded qorb v0.4.1 |
| 1060 | 2026-05-08T16:26:46.634Z | Downloaded publicsuffix v2.3.0 |
| 1061 | 2026-05-08T16:26:46.637Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1062 | 2026-05-08T16:26:46.640Z | Downloaded termtree v0.5.1 |
| 1063 | 2026-05-08T16:26:46.640Z | Downloaded try-lock v0.2.5 |
| 1064 | 2026-05-08T16:26:46.640Z | Downloaded tower-service v0.3.3 |
| 1065 | 2026-05-08T16:26:46.643Z | Downloaded quinn v0.11.9 |
| 1066 | 2026-05-08T16:26:46.643Z | Downloaded num-bigint v0.4.6 |
| 1067 | 2026-05-08T16:26:46.646Z | Downloaded tower-layer v0.3.3 |
| 1068 | 2026-05-08T16:26:46.649Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1069 | 2026-05-08T16:26:46.649Z | Downloaded topological-sort v0.2.2 |
| 1070 | 2026-05-08T16:26:46.652Z | Downloaded tokio-dtrace v0.1.1 |
| 1071 | 2026-05-08T16:26:46.652Z | Downloaded tls_codec v0.4.2 |
| 1072 | 2026-05-08T16:26:46.652Z | Downloaded tinyvec_macros v0.1.1 |
| 1073 | 2026-05-08T16:26:46.656Z | Downloaded serde_path_to_error v0.1.20 |
| 1074 | 2026-05-08T16:26:46.656Z | Downloaded libxml v0.3.3 |
| 1075 | 2026-05-08T16:26:46.658Z | Downloaded trait-variant v0.1.2 |
| 1076 | 2026-05-08T16:26:46.658Z | Downloaded tiny-keccak v2.0.2 |
| 1077 | 2026-05-08T16:26:46.661Z | Downloaded tls_codec_derive v0.4.2 |
| 1078 | 2026-05-08T16:26:46.661Z | Downloaded time-macros v0.2.27 |
| 1079 | 2026-05-08T16:26:46.664Z | Downloaded thread_local v1.1.9 |
| 1080 | 2026-05-08T16:26:46.664Z | Downloaded thiserror-no-std v2.0.2 |
| 1081 | 2026-05-08T16:26:46.667Z | Downloaded unarray v0.1.4 |
| 1082 | 2026-05-08T16:26:46.667Z | Downloaded tokio-rustls v0.25.0 |
| 1083 | 2026-05-08T16:26:46.670Z | Downloaded schemars v0.9.0 |
| 1084 | 2026-05-08T16:26:46.677Z | Downloaded tokio-tungstenite v0.21.0 |
| 1085 | 2026-05-08T16:26:46.679Z | Downloaded universal-hash v0.5.1 |
| 1086 | 2026-05-08T16:26:46.679Z | Downloaded typify-macro v0.6.2 |
| 1087 | 2026-05-08T16:26:46.679Z | Downloaded typify-macro v0.4.3 |
| 1088 | 2026-05-08T16:26:46.679Z | Downloaded tokio-native-tls v0.3.1 |
| 1089 | 2026-05-08T16:26:46.682Z | Downloaded similar v2.7.0 |
| 1090 | 2026-05-08T16:26:46.685Z | Downloaded tokio-tungstenite v0.23.1 |
| 1091 | 2026-05-08T16:26:46.685Z | Downloaded itertools v0.13.0 |
| 1092 | 2026-05-08T16:26:46.690Z | Downloaded usdt-attr-macro v0.6.0 |
| 1093 | 2026-05-08T16:26:46.693Z | Downloaded itertools v0.12.1 |
| 1094 | 2026-05-08T16:26:46.695Z | Downloaded usdt-macro v0.6.0 |
| 1095 | 2026-05-08T16:26:46.695Z | Downloaded usdt v0.6.0 |
| 1096 | 2026-05-08T16:26:46.696Z | Downloaded untrusted v0.7.1 |
| 1097 | 2026-05-08T16:26:46.698Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1098 | 2026-05-08T16:26:46.698Z | Downloaded term v0.7.0 |
| 1099 | 2026-05-08T16:26:46.701Z | Downloaded unit-prefix v0.5.2 |
| 1100 | 2026-05-08T16:26:46.701Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1101 | 2026-05-08T16:26:46.701Z | Downloaded term v1.2.1 |
| 1102 | 2026-05-08T16:26:46.704Z | Downloaded slog v2.8.2 |
| 1103 | 2026-05-08T16:26:46.707Z | Downloaded iri-string v0.7.10 |
| 1104 | 2026-05-08T16:26:46.709Z | Downloaded void v1.0.2 |
| 1105 | 2026-05-08T16:26:46.709Z | Downloaded utf-8 v0.7.6 |
| 1106 | 2026-05-08T16:26:46.712Z | Downloaded num-bigint-dig v0.8.6 |
| 1107 | 2026-05-08T16:26:46.715Z | Downloaded untrusted v0.9.0 |
| 1108 | 2026-05-08T16:26:46.715Z | Downloaded aes-gcm v0.10.3 |
| 1109 | 2026-05-08T16:26:46.718Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1110 | 2026-05-08T16:26:46.720Z | Downloaded socket2 v0.5.10 |
| 1111 | 2026-05-08T16:26:46.720Z | Downloaded rsa v0.9.10 |
| 1112 | 2026-05-08T16:26:46.723Z | Downloaded tui-tree-widget v0.23.1 |
| 1113 | 2026-05-08T16:26:46.723Z | Downloaded signal-hook v0.3.18 |
| 1114 | 2026-05-08T16:26:46.726Z | Downloaded ryu v1.0.23 |
| 1115 | 2026-05-08T16:26:46.729Z | Downloaded wait-timeout v0.2.1 |
| 1116 | 2026-05-08T16:26:46.729Z | Downloaded want v0.3.1 |
| 1117 | 2026-05-08T16:26:46.731Z | Downloaded rand v0.9.2 |
| 1118 | 2026-05-08T16:26:46.734Z | Downloaded rustls-webpki v0.103.9 |
| 1119 | 2026-05-08T16:26:46.734Z | Downloaded tokio-rustls v0.24.1 |
| 1120 | 2026-05-08T16:26:46.737Z | Downloaded rand v0.10.0 |
| 1121 | 2026-05-08T16:26:46.746Z | Downloaded unicase v2.9.0 |
| 1122 | 2026-05-08T16:26:46.746Z | Downloaded samael v0.0.19 |
| 1123 | 2026-05-08T16:26:46.746Z | Downloaded waitgroup v0.1.2 |
| 1124 | 2026-05-08T16:26:46.746Z | Downloaded tokio-rustls v0.26.4 |
| 1125 | 2026-05-08T16:26:46.746Z | Downloaded hyper v1.8.1 |
| 1126 | 2026-05-08T16:26:46.751Z | Downloaded tokio-stream v0.1.18 |
| 1127 | 2026-05-08T16:26:46.754Z | Downloaded unicode-truncate v1.1.0 |
| 1128 | 2026-05-08T16:26:46.754Z | Downloaded rand v0.8.5 |
| 1129 | 2026-05-08T16:26:46.754Z | Downloaded schemars v1.2.1 |
| 1130 | 2026-05-08T16:26:46.762Z | Downloaded xshell-macros v0.2.7 |
| 1131 | 2026-05-08T16:26:46.764Z | Downloaded libm v0.2.16 |
| 1132 | 2026-05-08T16:26:46.767Z | Downloaded zone_cfg_derive v0.3.1 |
| 1133 | 2026-05-08T16:26:46.770Z | Downloaded usdt-impl v0.6.0 |
| 1134 | 2026-05-08T16:26:46.770Z | Downloaded subprocess v0.2.15 |
| 1135 | 2026-05-08T16:26:46.773Z | Downloaded zone v0.3.1 |
| 1136 | 2026-05-08T16:26:46.773Z | Downloaded zeroize_derive v1.4.3 |
| 1137 | 2026-05-08T16:26:46.773Z | Downloaded snafu v0.8.9 |
| 1138 | 2026-05-08T16:26:46.776Z | Downloaded itertools v0.14.0 |
| 1139 | 2026-05-08T16:26:46.781Z | Downloaded vergen-lib v0.1.6 |
| 1140 | 2026-05-08T16:26:46.784Z | Downloaded aho-corasick v1.1.4 |
| 1141 | 2026-05-08T16:26:46.786Z | Downloaded iddqd v0.3.18 |
| 1142 | 2026-05-08T16:26:46.789Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1143 | 2026-05-08T16:26:46.792Z | Downloaded test-strategy v0.4.5 |
| 1144 | 2026-05-08T16:26:46.795Z | Downloaded socket2 v0.6.3 |
| 1145 | 2026-05-08T16:26:46.795Z | Downloaded tinyvec v1.10.0 |
| 1146 | 2026-05-08T16:26:46.798Z | Downloaded bindgen v0.71.1 |
| 1147 | 2026-05-08T16:26:46.800Z | Downloaded walkdir v2.5.0 |
| 1148 | 2026-05-08T16:26:46.803Z | Downloaded vergen-git2 v1.0.7 |
| 1149 | 2026-05-08T16:26:46.803Z | Downloaded tracing-attributes v0.1.31 |
| 1150 | 2026-05-08T16:26:46.806Z | Downloaded uzers v0.12.2 |
| 1151 | 2026-05-08T16:26:46.806Z | Downloaded itertools v0.10.5 |
| 1152 | 2026-05-08T16:26:46.810Z | Downloaded futures-util v0.3.32 |
| 1153 | 2026-05-08T16:26:46.815Z | Downloaded whoami v1.6.1 |
| 1154 | 2026-05-08T16:26:46.818Z | Downloaded wyz v0.5.1 |
| 1155 | 2026-05-08T16:26:46.818Z | Downloaded twox-hash v2.1.2 |
| 1156 | 2026-05-08T16:26:46.820Z | Downloaded hkdf v0.12.4 |
| 1157 | 2026-05-08T16:26:46.820Z | Downloaded mio v1.2.0 |
| 1158 | 2026-05-08T16:26:46.824Z | Downloaded zeroize v1.8.2 |
| 1159 | 2026-05-08T16:26:46.827Z | Downloaded xshell v0.2.7 |
| 1160 | 2026-05-08T16:26:46.827Z | Downloaded unicode-properties v0.1.4 |
| 1161 | 2026-05-08T16:26:46.827Z | Downloaded nom v7.1.3 |
| 1162 | 2026-05-08T16:26:46.830Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1163 | 2026-05-08T16:26:46.833Z | Downloaded xattr v1.6.1 |
| 1164 | 2026-05-08T16:26:46.837Z | Downloaded zstd-safe v7.2.4 |
| 1165 | 2026-05-08T16:26:46.841Z | Downloaded vergen-gitcl v1.0.8 |
| 1166 | 2026-05-08T16:26:46.848Z | Downloaded zstd v0.13.3 |
| 1167 | 2026-05-08T16:26:46.850Z | Downloaded vergen v9.0.6 |
| 1168 | 2026-05-08T16:26:46.853Z | Downloaded russh v0.45.0 |
| 1169 | 2026-05-08T16:26:46.856Z | Downloaded tungstenite v0.23.0 |
| 1170 | 2026-05-08T16:26:46.859Z | Downloaded vsss-rs v3.3.4 |
| 1171 | 2026-05-08T16:26:46.861Z | Downloaded h2 v0.4.13 |
| 1172 | 2026-05-08T16:26:46.864Z | Downloaded tungstenite v0.21.0 |
| 1173 | 2026-05-08T16:26:46.867Z | Downloaded typify v0.6.2 |
| 1174 | 2026-05-08T16:26:46.870Z | Downloaded whoami v2.1.0 |
| 1175 | 2026-05-08T16:26:46.870Z | Downloaded typify v0.4.3 |
| 1176 | 2026-05-08T16:26:46.873Z | Downloaded p521 v0.13.3 |
| 1177 | 2026-05-08T16:26:46.875Z | Downloaded toml v0.7.8 |
| 1178 | 2026-05-08T16:26:46.875Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1179 | 2026-05-08T16:26:46.878Z | Downloaded yasna v0.5.2 |
| 1180 | 2026-05-08T16:26:46.881Z | Downloaded rustyline v14.0.0 |
| 1181 | 2026-05-08T16:26:46.884Z | Downloaded zerocopy v0.6.6 |
| 1182 | 2026-05-08T16:26:46.884Z | Downloaded unsafe-libyaml v0.2.11 |
| 1183 | 2026-05-08T16:26:46.887Z | Downloaded tar v0.4.45 |
| 1184 | 2026-05-08T16:26:46.893Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1185 | 2026-05-08T16:26:46.899Z | Downloaded blake3 v1.8.3 |
| 1186 | 2026-05-08T16:26:46.906Z | Downloaded rpassword v7.4.0 |
| 1187 | 2026-05-08T16:26:46.913Z | Downloaded steno v0.4.1 |
| 1188 | 2026-05-08T16:26:46.916Z | Downloaded vte v0.14.1 |
| 1189 | 2026-05-08T16:26:46.920Z | Downloaded tracing-core v0.1.36 |
| 1190 | 2026-05-08T16:26:46.920Z | Downloaded unicode-bidi v0.3.18 |
| 1191 | 2026-05-08T16:26:46.934Z | Downloaded chrono v0.4.44 |
| 1192 | 2026-05-08T16:26:46.942Z | Downloaded uuid v1.23.0 |
| 1193 | 2026-05-08T16:26:46.947Z | Downloaded zopfli v0.8.3 |
| 1194 | 2026-05-08T16:26:46.951Z | Downloaded tokio-postgres v0.7.16 |
| 1195 | 2026-05-08T16:26:46.960Z | Downloaded zip v0.6.6 |
| 1196 | 2026-05-08T16:26:46.963Z | Downloaded toml_edit v0.19.15 |
| 1197 | 2026-05-08T16:26:46.972Z | Downloaded reqwest v0.13.2 |
| 1198 | 2026-05-08T16:26:46.975Z | Downloaded yansi v1.0.1 |
| 1199 | 2026-05-08T16:26:46.978Z | Downloaded git2 v0.20.4 |
| 1200 | 2026-05-08T16:26:46.981Z | Downloaded regex v1.12.3 |
| 1201 | 2026-05-08T16:26:46.985Z | Downloaded portable-atomic v1.13.1 |
| 1202 | 2026-05-08T16:26:46.989Z | Downloaded ssh-key v0.6.7 |
| 1203 | 2026-05-08T16:26:46.993Z | Downloaded p384 v0.13.1 |
| 1204 | 2026-05-08T16:26:46.996Z | Downloaded reedline v0.40.0 |
| 1205 | 2026-05-08T16:26:47.001Z | Downloaded reqwest v0.12.28 |
| 1206 | 2026-05-08T16:26:47.005Z | Downloaded bitvec v1.0.1 |
| 1207 | 2026-05-08T16:26:47.013Z | Downloaded tower v0.5.3 |
| 1208 | 2026-05-08T16:26:47.019Z | Downloaded zerocopy-derive v0.8.40 |
| 1209 | 2026-05-08T16:26:47.024Z | Downloaded typed-path v0.9.3 |
| 1210 | 2026-05-08T16:26:47.027Z | Downloaded unicode_categories v0.1.1 |
| 1211 | 2026-05-08T16:26:47.035Z | Downloaded quick-xml v0.37.5 |
| 1212 | 2026-05-08T16:26:47.048Z | Downloaded rayon v1.11.0 |
| 1213 | 2026-05-08T16:26:47.053Z | Downloaded unicode-segmentation v1.12.0 |
| 1214 | 2026-05-08T16:26:47.056Z | Downloaded zip v4.6.1 |
| 1215 | 2026-05-08T16:26:47.058Z | Downloaded moka v0.12.13 |
| 1216 | 2026-05-08T16:26:47.062Z | Downloaded lalrpop v0.19.12 |
| 1217 | 2026-05-08T16:26:47.068Z | Downloaded rustls-webpki v0.101.7 |
| 1218 | 2026-05-08T16:26:47.076Z | Downloaded x509-cert v0.2.5 |
| 1219 | 2026-05-08T16:26:47.081Z | Downloaded unicode-normalization v0.1.25 |
| 1220 | 2026-05-08T16:26:47.084Z | Downloaded salty v0.3.0 |
| 1221 | 2026-05-08T16:26:47.087Z | Downloaded tokio-util v0.7.18 |
| 1222 | 2026-05-08T16:26:47.091Z | Downloaded proptest v1.10.0 |
| 1223 | 2026-05-08T16:26:47.096Z | Downloaded rustls-webpki v0.102.8 |
| 1224 | 2026-05-08T16:26:47.114Z | Downloaded petname v2.0.2 |
| 1225 | 2026-05-08T16:26:47.117Z | Downloaded object v0.30.4 |
| 1226 | 2026-05-08T16:26:47.122Z | Downloaded goblin v0.10.5 |
| 1227 | 2026-05-08T16:26:47.129Z | Downloaded serde_with v3.17.0 |
| 1228 | 2026-05-08T16:26:47.136Z | Downloaded openssl v0.10.78 |
| 1229 | 2026-05-08T16:26:47.144Z | Downloaded bstr v1.12.1 |
| 1230 | 2026-05-08T16:26:47.150Z | Downloaded tower-http v0.6.8 |
| 1231 | 2026-05-08T16:26:47.155Z | Downloaded tough v0.20.0 |
| 1232 | 2026-05-08T16:26:47.161Z | Downloaded radix_trie v0.2.1 |
| 1233 | 2026-05-08T16:26:47.163Z | Downloaded nix v0.29.0 |
| 1234 | 2026-05-08T16:26:47.173Z | Downloaded winnow v0.5.40 |
| 1235 | 2026-05-08T16:26:47.178Z | Downloaded quinn-proto v0.11.13 |
| 1236 | 2026-05-08T16:26:47.182Z | Downloaded regex-syntax v0.6.29 |
| 1237 | 2026-05-08T16:26:47.186Z | Downloaded tabled v0.20.0 |
| 1238 | 2026-05-08T16:26:47.196Z | Downloaded time v0.3.47 |
| 1239 | 2026-05-08T16:26:47.203Z | Downloaded nix v0.28.0 |
| 1240 | 2026-05-08T16:26:47.211Z | Downloaded winnow v0.6.26 |
| 1241 | 2026-05-08T16:26:47.215Z | Downloaded vcpkg v0.2.15 |
| 1242 | 2026-05-08T16:26:47.238Z | Downloaded webpki-roots v1.0.6 |
| 1243 | 2026-05-08T16:26:47.241Z | Downloaded polar-core v0.27.3 |
| 1244 | 2026-05-08T16:26:47.245Z | Downloaded nix v0.31.2 |
| 1245 | 2026-05-08T16:26:47.252Z | Downloaded object v0.37.3 |
| 1246 | 2026-05-08T16:26:47.259Z | Downloaded nix v0.27.1 |
| 1247 | 2026-05-08T16:26:47.265Z | Downloaded regress v0.10.5 |
| 1248 | 2026-05-08T16:26:47.270Z | Downloaded regress v0.11.1 |
| 1249 | 2026-05-08T16:26:47.275Z | Downloaded hickory-proto v0.25.2 |
| 1250 | 2026-05-08T16:26:47.285Z | Downloaded smoltcp v0.9.1 |
| 1251 | 2026-05-08T16:26:47.291Z | Downloaded zlib-rs v0.6.2 |
| 1252 | 2026-05-08T16:26:47.295Z | Downloaded rustls v0.21.12 |
| 1253 | 2026-05-08T16:26:47.300Z | Downloaded dropshot v0.16.7 |
| 1254 | 2026-05-08T16:26:47.313Z | Downloaded dropshot v0.17.0 |
| 1255 | 2026-05-08T16:26:47.327Z | Downloaded smoltcp v0.11.0 |
| 1256 | 2026-05-08T16:26:47.334Z | Downloaded regex-syntax v0.8.10 |
| 1257 | 2026-05-08T16:26:47.338Z | Downloaded zerocopy v0.8.40 |
| 1258 | 2026-05-08T16:26:47.344Z | Downloaded rustls v0.22.4 |
| 1259 | 2026-05-08T16:26:47.351Z | Downloaded sled v0.34.7 |
| 1260 | 2026-05-08T16:26:47.357Z | Downloaded openapiv3 v2.2.0 |
| 1261 | 2026-05-08T16:26:47.363Z | Downloaded hickory-proto v0.24.4 |
| 1262 | 2026-05-08T16:26:47.372Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1263 | 2026-05-08T16:26:47.379Z | Downloaded diesel v2.3.7 |
| 1264 | 2026-05-08T16:26:47.392Z | Downloaded rustls v0.23.37 |
| 1265 | 2026-05-08T16:26:47.408Z | Downloaded rustix v0.38.44 |
| 1266 | 2026-05-08T16:26:47.429Z | Downloaded chrono-tz v0.10.4 |
| 1267 | 2026-05-08T16:26:47.447Z | Downloaded sqlparser v0.61.0 |
| 1268 | 2026-05-08T16:26:47.456Z | Downloaded libz-sys v1.1.24 |
| 1269 | 2026-05-08T16:26:47.469Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1270 | 2026-05-08T16:26:47.479Z | Downloaded sha3 v0.10.8 |
| 1271 | 2026-05-08T16:26:47.489Z | Downloaded tokio v1.52.1 |
| 1272 | 2026-05-08T16:26:47.512Z | Downloaded tracing v0.1.44 |
| 1273 | 2026-05-08T16:26:47.525Z | Downloaded typify-impl v0.6.2 |
| 1274 | 2026-05-08T16:26:47.533Z | Downloaded ratatui v0.29.0 |
| 1275 | 2026-05-08T16:26:47.544Z | Downloaded typify-impl v0.4.3 |
| 1276 | 2026-05-08T16:26:47.566Z | Downloaded zerocopy-derive v0.6.6 |
| 1277 | 2026-05-08T16:26:47.573Z | Downloaded regex-automata v0.4.14 |
| 1278 | 2026-05-08T16:26:47.599Z | Downloaded jiff v0.2.21 |
| 1279 | 2026-05-08T16:26:47.609Z | Downloaded petgraph v0.6.5 |
| 1280 | 2026-05-08T16:26:47.621Z | Downloaded csv v1.4.0 |
| 1281 | 2026-05-08T16:26:47.642Z | Downloaded petgraph v0.8.3 |
| 1282 | 2026-05-08T16:26:47.747Z | Downloaded encoding_rs v0.8.35 |
| 1283 | 2026-05-08T16:26:47.771Z | Downloaded ring v0.17.14 |
| 1284 | 2026-05-08T16:26:47.796Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1285 | 2026-05-08T16:26:48.126Z | Downloaded aws-lc-sys v0.37.1 |
| 1286 | 2026-05-08T16:26:48.406Z | Compiling libc v0.2.185 |
| 1287 | 2026-05-08T16:26:48.406Z | Compiling serde v1.0.228 |
| 1288 | 2026-05-08T16:26:48.410Z | Compiling find-msvc-tools v0.1.9 |
| 1289 | 2026-05-08T16:26:48.410Z | Compiling shlex v1.3.0 |
| 1290 | 2026-05-08T16:26:48.410Z | Compiling log v0.4.29 |
| 1291 | 2026-05-08T16:26:48.410Z | Compiling smallvec v1.15.1 |
| 1292 | 2026-05-08T16:26:48.410Z | Compiling typenum v1.19.0 |
| 1293 | 2026-05-08T16:26:48.410Z | Compiling subtle v2.6.1 |
| 1294 | 2026-05-08T16:26:48.583Z | Compiling generic-array v0.14.7 |
| 1295 | 2026-05-08T16:26:48.586Z | Compiling scopeguard v1.2.0 |
| 1296 | 2026-05-08T16:26:48.596Z | Compiling const-oid v0.9.6 |
| 1297 | 2026-05-08T16:26:48.649Z | Compiling portable-atomic v1.13.1 |
| 1298 | 2026-05-08T16:26:48.663Z | Compiling zerocopy v0.8.40 |
| 1299 | 2026-05-08T16:26:48.679Z | Compiling syn v2.0.117 |
| 1300 | 2026-05-08T16:26:48.723Z | Compiling serde_json v1.0.149 |
| 1301 | 2026-05-08T16:26:48.726Z | Compiling critical-section v1.2.0 |
| 1302 | 2026-05-08T16:26:48.823Z | Compiling lock_api v0.4.14 |
| 1303 | 2026-05-08T16:26:48.842Z | Compiling pin-project-lite v0.2.17 |
| 1304 | 2026-05-08T16:26:48.856Z | Compiling parking_lot_core v0.9.12 |
| 1305 | 2026-05-08T16:26:48.903Z | Compiling pkg-config v0.3.32 |
| 1306 | 2026-05-08T16:26:48.919Z | Compiling bitflags v2.11.0 |
| 1307 | 2026-05-08T16:26:48.935Z | Compiling libm v0.2.16 |
| 1308 | 2026-05-08T16:26:48.938Z | Compiling num-traits v0.2.19 |
| 1309 | 2026-05-08T16:26:48.953Z | Compiling futures-core v0.3.32 |
| 1310 | 2026-05-08T16:26:48.995Z | Compiling percent-encoding v2.3.2 |
| 1311 | 2026-05-08T16:26:49.058Z | Compiling cpufeatures v0.2.17 |
| 1312 | 2026-05-08T16:26:49.105Z | Compiling futures-sink v0.3.32 |
| 1313 | 2026-05-08T16:26:49.165Z | Compiling futures-io v0.3.32 |
| 1314 | 2026-05-08T16:26:49.200Z | Compiling getrandom v0.4.1 |
| 1315 | 2026-05-08T16:26:49.204Z | Compiling slab v0.4.12 |
| 1316 | 2026-05-08T16:26:49.231Z | Compiling futures-channel v0.3.32 |
| 1317 | 2026-05-08T16:26:49.246Z | Compiling futures-task v0.3.32 |
| 1318 | 2026-05-08T16:26:49.278Z | Compiling getrandom v0.3.4 |
| 1319 | 2026-05-08T16:26:49.278Z | Compiling rand_core v0.10.0 |
| 1320 | 2026-05-08T16:26:49.372Z | Compiling rustversion v1.0.22 |
| 1321 | 2026-05-08T16:26:49.442Z | Compiling indexmap v2.14.0 |
| 1322 | 2026-05-08T16:26:49.458Z | Compiling form_urlencoded v1.2.2 |
| 1323 | 2026-05-08T16:26:49.475Z | Compiling dunce v1.0.5 |
| 1324 | 2026-05-08T16:26:49.496Z | Compiling fs_extra v1.3.0 |
| 1325 | 2026-05-08T16:26:49.520Z | Compiling base64ct v1.8.3 |
| 1326 | 2026-05-08T16:26:49.537Z | Compiling ident_case v1.0.1 |
| 1327 | 2026-05-08T16:26:49.537Z | Compiling flagset v0.4.7 |
| 1328 | 2026-05-08T16:26:49.592Z | Compiling getrandom v0.2.17 |
| 1329 | 2026-05-08T16:26:49.608Z | Compiling jobserver v0.1.34 |
| 1330 | 2026-05-08T16:26:49.666Z | Compiling errno v0.3.14 |
| 1331 | 2026-05-08T16:26:49.706Z | Compiling mio v1.2.0 |
| 1332 | 2026-05-08T16:26:49.721Z | Compiling socket2 v0.6.3 |
| 1333 | 2026-05-08T16:26:49.759Z | Compiling rand_core v0.6.4 |
| 1334 | 2026-05-08T16:26:49.826Z | Compiling once_cell v1.21.3 |
| 1335 | 2026-05-08T16:26:49.848Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-05-08T16:26:49.889Z | Compiling cc v1.2.56 |
| 1337 | 2026-05-08T16:26:49.924Z | Compiling pem-rfc7468 v0.7.0 |
| 1338 | 2026-05-08T16:26:49.988Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-05-08T16:26:50.081Z | Compiling rustix v1.1.3 |
| 1340 | 2026-05-08T16:26:50.100Z | Compiling iana-time-zone v0.1.65 |
| 1341 | 2026-05-08T16:26:50.114Z | Compiling uuid v1.23.0 |
| 1342 | 2026-05-08T16:26:50.203Z | Compiling rustc_version v0.4.1 |
| 1343 | 2026-05-08T16:26:50.219Z | Compiling aws-lc-rs v1.16.0 |
| 1344 | 2026-05-08T16:26:50.225Z | Compiling regex-syntax v0.8.10 |
| 1345 | 2026-05-08T16:26:50.256Z | Compiling vcpkg v0.2.15 |
| 1346 | 2026-05-08T16:26:50.295Z | Compiling tracing-core v0.1.36 |
| 1347 | 2026-05-08T16:26:50.328Z | Compiling rand_core v0.9.5 |
| 1348 | 2026-05-08T16:26:50.351Z | Compiling httparse v1.10.1 |
| 1349 | 2026-05-08T16:26:50.421Z | Compiling base64 v0.22.1 |
| 1350 | 2026-05-08T16:26:50.437Z | Compiling untrusted v0.7.1 |
| 1351 | 2026-05-08T16:26:50.560Z | Compiling untrusted v0.9.0 |
| 1352 | 2026-05-08T16:26:50.578Z | Compiling openssl-probe v0.2.1 |
| 1353 | 2026-05-08T16:26:50.581Z | Compiling schemars v0.8.22 |
| 1354 | 2026-05-08T16:26:50.610Z | Compiling tower-service v0.3.3 |
| 1355 | 2026-05-08T16:26:50.648Z | Compiling tower-layer v0.3.3 |
| 1356 | 2026-05-08T16:26:50.685Z | Compiling cmake v0.1.57 |
| 1357 | 2026-05-08T16:26:50.729Z | Compiling dyn-clone v1.0.20 |
| 1358 | 2026-05-08T16:26:50.745Z | Compiling try-lock v0.2.5 |
| 1359 | 2026-05-08T16:26:50.794Z | Compiling rustls v0.23.37 |
| 1360 | 2026-05-08T16:26:50.797Z | Compiling tinyvec_macros v0.1.1 |
| 1361 | 2026-05-08T16:26:50.827Z | Compiling atomic-waker v1.1.2 |
| 1362 | 2026-05-08T16:26:50.859Z | Compiling want v0.3.1 |
| 1363 | 2026-05-08T16:26:50.891Z | Compiling tinyvec v1.10.0 |
| 1364 | 2026-05-08T16:26:50.894Z | Compiling spin v0.9.8 |
| 1365 | 2026-05-08T16:26:50.922Z | Compiling aho-corasick v1.1.4 |
| 1366 | 2026-05-08T16:26:50.937Z | Compiling num-conv v0.2.0 |
| 1367 | 2026-05-08T16:26:50.941Z | Compiling powerfmt v0.2.0 |
| 1368 | 2026-05-08T16:26:50.941Z | Compiling openssl v0.10.78 |
| 1369 | 2026-05-08T16:26:51.005Z | Compiling time-core v0.1.8 |
| 1370 | 2026-05-08T16:26:51.022Z | Compiling pin-utils v0.1.0 |
| 1371 | 2026-05-08T16:26:51.061Z | Compiling foreign-types-shared v0.1.1 |
| 1372 | 2026-05-08T16:26:51.064Z | Compiling crc32fast v1.5.0 |
| 1373 | 2026-05-08T16:26:51.127Z | Compiling httpdate v1.0.3 |
| 1374 | 2026-05-08T16:26:51.150Z | Compiling foreign-types v0.3.2 |
| 1375 | 2026-05-08T16:26:51.153Z | Compiling deranged v0.5.8 |
| 1376 | 2026-05-08T16:26:51.180Z | Compiling wait-timeout v0.2.1 |
| 1377 | 2026-05-08T16:26:51.198Z | Compiling quick-error v1.2.3 |
| 1378 | 2026-05-08T16:26:51.201Z | Compiling time-macros v0.2.27 |
| 1379 | 2026-05-08T16:26:51.231Z | Compiling bit-vec v0.8.0 |
| 1380 | 2026-05-08T16:26:51.246Z | Compiling num_threads v0.1.7 |
| 1381 | 2026-05-08T16:26:51.263Z | Compiling syn v1.0.109 |
| 1382 | 2026-05-08T16:26:51.266Z | Compiling siphasher v1.0.2 |
| 1383 | 2026-05-08T16:26:51.296Z | Compiling native-tls v0.2.18 |
| 1384 | 2026-05-08T16:26:51.346Z | Compiling usdt-impl v0.6.0 |
| 1385 | 2026-05-08T16:26:51.387Z | Compiling simd-adler32 v0.3.8 |
| 1386 | 2026-05-08T16:26:51.402Z | Compiling crossbeam-utils v0.8.21 |
| 1387 | 2026-05-08T16:26:51.503Z | Compiling bit-set v0.8.0 |
| 1388 | 2026-05-08T16:26:51.522Z | Compiling unicode-normalization v0.1.25 |
| 1389 | 2026-05-08T16:26:51.536Z | Compiling slog v2.8.2 |
| 1390 | 2026-05-08T16:26:51.551Z | Compiling heapless v0.7.17 |
| 1391 | 2026-05-08T16:26:51.568Z | Compiling aws-lc-sys v0.37.1 |
| 1392 | 2026-05-08T16:26:51.602Z | Compiling ring v0.17.14 |
| 1393 | 2026-05-08T16:26:51.644Z | Compiling openssl-sys v0.9.114 |
| 1394 | 2026-05-08T16:26:51.690Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1395 | 2026-05-08T16:26:51.718Z | Compiling synstructure v0.13.2 |
| 1396 | 2026-05-08T16:26:51.735Z | Compiling serde_derive_internals v0.29.1 |
| 1397 | 2026-05-08T16:26:51.751Z | Compiling pest_generator v2.8.6 |
| 1398 | 2026-05-08T16:26:51.767Z | Compiling darling_core v0.20.11 |
| 1399 | 2026-05-08T16:26:51.847Z | Compiling regex-automata v0.4.14 |
| 1400 | 2026-05-08T16:26:52.070Z | Compiling tempfile v3.25.0 |
| 1401 | 2026-05-08T16:26:52.113Z | Compiling darling_core v0.21.3 |
| 1402 | 2026-05-08T16:26:52.323Z | Compiling rusty-fork v0.3.1 |
| 1403 | 2026-05-08T16:26:52.394Z | Compiling time v0.3.47 |
| 1404 | 2026-05-08T16:26:52.414Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1405 | 2026-05-08T16:26:52.517Z | Compiling rand_xorshift v0.4.0 |
| 1406 | 2026-05-08T16:26:52.543Z | Compiling thread-id v5.1.0 |
| 1407 | 2026-05-08T16:26:52.656Z | Compiling sync_wrapper v1.0.2 |
| 1408 | 2026-05-08T16:26:52.684Z | Compiling cookie v0.18.1 |
| 1409 | 2026-05-08T16:26:52.732Z | Compiling adler2 v2.0.1 |
| 1410 | 2026-05-08T16:26:52.756Z | Compiling zstd-safe v7.2.4 |
| 1411 | 2026-05-08T16:26:52.773Z | Compiling paste v1.0.15 |
| 1412 | 2026-05-08T16:26:52.791Z | Compiling anyhow v1.0.102 |
| 1413 | 2026-05-08T16:26:52.807Z | Compiling unicode-properties v0.1.4 |
| 1414 | 2026-05-08T16:26:52.807Z | Compiling unarray v0.1.4 |
| 1415 | 2026-05-08T16:26:52.900Z | Compiling signal-hook v0.3.18 |
| 1416 | 2026-05-08T16:26:52.915Z | Compiling allocator-api2 v0.2.21 |
| 1417 | 2026-05-08T16:26:52.961Z | Compiling unicode-bidi v0.3.18 |
| 1418 | 2026-05-08T16:26:53.054Z | Compiling miniz_oxide v0.8.9 |
| 1419 | 2026-05-08T16:26:53.250Z | Compiling num-integer v0.1.46 |
| 1420 | 2026-05-08T16:26:53.277Z | Compiling vergen-lib v0.1.6 |
| 1421 | 2026-05-08T16:26:53.432Z | Compiling stringprep v0.1.5 |
| 1422 | 2026-05-08T16:26:53.542Z | Compiling curve25519-dalek v4.1.3 |
| 1423 | 2026-05-08T16:26:53.557Z | Compiling serde_derive v1.0.228 |
| 1424 | 2026-05-08T16:26:53.574Z | Compiling zeroize_derive v1.4.3 |
| 1425 | 2026-05-08T16:26:53.664Z | Compiling zerofrom-derive v0.1.6 |
| 1426 | 2026-05-08T16:26:53.734Z | Compiling yoke-derive v0.8.1 |
| 1427 | 2026-05-08T16:26:53.749Z | Compiling zerocopy-derive v0.8.40 |
| 1428 | 2026-05-08T16:26:53.888Z | Compiling zerovec-derive v0.11.2 |
| 1429 | 2026-05-08T16:26:53.926Z | Compiling displaydoc v0.2.5 |
| 1430 | 2026-05-08T16:26:53.942Z | Compiling tokio-macros v2.7.0 |
| 1431 | 2026-05-08T16:26:54.063Z | Compiling futures-macro v0.3.32 |
| 1432 | 2026-05-08T16:26:54.231Z | Compiling der_derive v0.7.3 |
| 1433 | 2026-05-08T16:26:54.275Z | Compiling zeroize v1.8.2 |
| 1434 | 2026-05-08T16:26:54.731Z | Compiling thiserror-impl v2.0.18 |
| 1435 | 2026-05-08T16:26:54.748Z | Compiling rustls-pki-types v1.14.0 |
| 1436 | 2026-05-08T16:26:54.792Z | Compiling tracing-attributes v0.1.31 |
| 1437 | 2026-05-08T16:26:54.964Z | Compiling futures-util v0.3.32 |
| 1438 | 2026-05-08T16:26:54.993Z | Compiling pest_derive v2.8.6 |
| 1439 | 2026-05-08T16:26:55.116Z | Compiling crypto-common v0.1.7 |
| 1440 | 2026-05-08T16:26:55.130Z | Compiling block-buffer v0.10.4 |
| 1441 | 2026-05-08T16:26:55.148Z | Compiling zerofrom v0.1.6 |
| 1442 | 2026-05-08T16:26:55.247Z | Compiling block-padding v0.3.3 |
| 1443 | 2026-05-08T16:26:55.266Z | Compiling der v0.7.10 |
| 1444 | 2026-05-08T16:26:55.305Z | Compiling yoke v0.8.1 |
| 1445 | 2026-05-08T16:26:55.320Z | Compiling digest v0.10.7 |
| 1446 | 2026-05-08T16:26:55.352Z | Compiling scroll_derive v0.13.1 |
| 1447 | 2026-05-08T16:26:55.447Z | Compiling inout v0.1.4 |
| 1448 | 2026-05-08T16:26:55.480Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-05-08T16:26:55.531Z | Compiling zerovec v0.11.5 |
| 1450 | 2026-05-08T16:26:55.622Z | Compiling zerotrie v0.2.3 |
| 1451 | 2026-05-08T16:26:55.659Z | Compiling hmac v0.12.1 |
| 1452 | 2026-05-08T16:26:55.849Z | Compiling cipher v0.4.4 |
| 1453 | 2026-05-08T16:26:55.960Z | Compiling sha2 v0.10.9 |
| 1454 | 2026-05-08T16:26:56.131Z | Compiling tinystr v0.8.2 |
| 1455 | 2026-05-08T16:26:56.206Z | Compiling potential_utf v0.1.4 |
| 1456 | 2026-05-08T16:26:56.209Z | Compiling spki v0.7.3 |
| 1457 | 2026-05-08T16:26:56.238Z | Compiling salsa20 v0.10.2 |
| 1458 | 2026-05-08T16:26:56.278Z | Compiling pbkdf2 v0.12.2 |
| 1459 | 2026-05-08T16:26:56.299Z | Compiling thiserror v2.0.18 |
| 1460 | 2026-05-08T16:26:56.340Z | Compiling icu_locale_core v2.1.1 |
| 1461 | 2026-05-08T16:26:56.378Z | Compiling icu_collections v2.1.1 |
| 1462 | 2026-05-08T16:26:56.413Z | Compiling scrypt v0.11.0 |
| 1463 | 2026-05-08T16:26:56.429Z | Compiling aes v0.8.4 |
| 1464 | 2026-05-08T16:26:56.447Z | Compiling cbc v0.1.2 |
| 1465 | 2026-05-08T16:26:56.461Z | Compiling tracing v0.1.44 |
| 1466 | 2026-05-08T16:26:56.604Z | Compiling scroll v0.13.0 |
| 1467 | 2026-05-08T16:26:56.656Z | Compiling darling_macro v0.20.11 |
| 1468 | 2026-05-08T16:26:56.711Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-05-08T16:26:56.784Z | Compiling dtrace-parser v0.3.0 |
| 1470 | 2026-05-08T16:26:56.900Z | Compiling pkcs5 v0.7.1 |
| 1471 | 2026-05-08T16:26:56.916Z | Compiling goblin v0.10.5 |
| 1472 | 2026-05-08T16:26:56.932Z | Compiling signature v2.2.0 |
| 1473 | 2026-05-08T16:26:56.999Z | Compiling icu_provider v2.1.1 |
| 1474 | 2026-05-08T16:26:57.146Z | Compiling bytes v1.11.1 |
| 1475 | 2026-05-08T16:26:57.162Z | Compiling chrono v0.4.44 |
| 1476 | 2026-05-08T16:26:57.190Z | Compiling ipnet v2.11.0 |
| 1477 | 2026-05-08T16:26:57.208Z | Compiling darling v0.20.11 |
| 1478 | 2026-05-08T16:26:57.285Z | Compiling icu_properties v2.1.2 |
| 1479 | 2026-05-08T16:26:57.324Z | Compiling icu_normalizer v2.1.1 |
| 1480 | 2026-05-08T16:26:57.341Z | Compiling pkcs8 v0.10.2 |
| 1481 | 2026-05-08T16:26:57.391Z | Compiling derive_builder_core v0.20.2 |
| 1482 | 2026-05-08T16:26:57.456Z | Compiling rustls-native-certs v0.8.3 |
| 1483 | 2026-05-08T16:26:57.531Z | Compiling scroll_derive v0.12.1 |
| 1484 | 2026-05-08T16:26:57.578Z | Compiling thiserror-impl v1.0.69 |
| 1485 | 2026-05-08T16:26:57.689Z | Compiling tokio v1.52.1 |
| 1486 | 2026-05-08T16:26:57.744Z | Compiling http v1.4.0 |
| 1487 | 2026-05-08T16:26:57.787Z | Compiling serde_tokenstream v0.2.3 |
| 1488 | 2026-05-08T16:26:57.803Z | Compiling toml_datetime v0.6.11 |
| 1489 | 2026-05-08T16:26:57.907Z | Compiling serde_spanned v0.6.9 |
| 1490 | 2026-05-08T16:26:58.090Z | Compiling erased-serde v0.3.31 |
| 1491 | 2026-05-08T16:26:58.104Z | Compiling md-5 v0.10.6 |
| 1492 | 2026-05-08T16:26:58.138Z | Compiling webpki-roots v1.0.6 |
| 1493 | 2026-05-08T16:26:58.252Z | Compiling ppv-lite86 v0.2.21 |
| 1494 | 2026-05-08T16:26:58.295Z | Compiling idna_adapter v1.2.1 |
| 1495 | 2026-05-08T16:26:58.337Z | Compiling derive_builder_macro v0.20.2 |
| 1496 | 2026-05-08T16:26:58.394Z | Compiling scroll v0.12.0 |
| 1497 | 2026-05-08T16:26:58.411Z | Compiling darling_macro v0.21.3 |
| 1498 | 2026-05-08T16:26:58.448Z | Compiling idna v1.1.0 |
| 1499 | 2026-05-08T16:26:58.482Z | Compiling http-body v1.0.1 |
| 1500 | 2026-05-08T16:26:58.498Z | Compiling zerocopy-derive v0.7.35 |
| 1501 | 2026-05-08T16:26:58.640Z | Compiling rand_chacha v0.9.0 |
| 1502 | 2026-05-08T16:26:58.686Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-05-08T16:26:58.703Z | Compiling rand_chacha v0.3.1 |
| 1504 | 2026-05-08T16:26:58.705Z | Compiling ff v0.13.1 |
| 1505 | 2026-05-08T16:26:58.705Z | Compiling hash32 v0.2.1 |
| 1506 | 2026-05-08T16:26:58.750Z | Compiling memoffset v0.9.1 |
| 1507 | 2026-05-08T16:26:58.915Z | Compiling url v2.5.8 |
| 1508 | 2026-05-08T16:26:58.915Z | Compiling rand v0.9.2 |
| 1509 | 2026-05-08T16:26:58.947Z | Compiling thiserror v1.0.69 |
| 1510 | 2026-05-08T16:26:58.965Z | Compiling zlib-rs v0.6.2 |
| 1511 | 2026-05-08T16:26:58.968Z | Compiling iri-string v0.7.10 |
| 1512 | 2026-05-08T16:26:58.999Z | Compiling ryu v1.0.23 |
| 1513 | 2026-05-08T16:26:59.002Z | Compiling fallible-iterator v0.2.0 |
| 1514 | 2026-05-08T16:26:59.084Z | Compiling ref-cast v1.0.25 |
| 1515 | 2026-05-08T16:26:59.151Z | Compiling rustix v0.38.44 |
| 1516 | 2026-05-08T16:26:59.245Z | Compiling cfg_aliases v0.2.1 |
| 1517 | 2026-05-08T16:26:59.351Z | Compiling smoltcp v0.9.1 |
| 1518 | 2026-05-08T16:26:59.366Z | Compiling base16ct v0.2.0 |
| 1519 | 2026-05-08T16:26:59.418Z | Compiling psl-types v2.0.11 |
| 1520 | 2026-05-08T16:26:59.437Z | Compiling litrs v1.0.0 |
| 1521 | 2026-05-08T16:26:59.554Z | Compiling proptest v1.10.0 |
| 1522 | 2026-05-08T16:26:59.570Z | Compiling num-bigint-dig v0.8.6 |
| 1523 | 2026-05-08T16:26:59.586Z | Compiling publicsuffix v2.3.0 |
| 1524 | 2026-05-08T16:26:59.723Z | Compiling dof v0.4.0 |
| 1525 | 2026-05-08T16:26:59.787Z | Compiling sec1 v0.7.3 |
| 1526 | 2026-05-08T16:26:59.803Z | Compiling postgres-protocol v0.6.10 |
| 1527 | 2026-05-08T16:26:59.806Z | Compiling zerocopy v0.7.35 |
| 1528 | 2026-05-08T16:26:59.914Z | Compiling nix v0.31.2 |
| 1529 | 2026-05-08T16:26:59.995Z | Compiling document-features v0.2.12 |
| 1530 | 2026-05-08T16:27:00.114Z | Compiling serde_urlencoded v0.7.1 |
| 1531 | 2026-05-08T16:27:00.274Z | Compiling ipnetwork v0.21.1 |
| 1532 | 2026-05-08T16:27:00.328Z | Compiling darling v0.21.3 |
| 1533 | 2026-05-08T16:27:00.369Z | Compiling rand v0.8.5 |
| 1534 | 2026-05-08T16:27:00.407Z | Compiling derive_builder v0.20.2 |
| 1535 | 2026-05-08T16:27:00.423Z | Compiling group v0.13.0 |
| 1536 | 2026-05-08T16:27:00.576Z | Compiling oxnet v0.1.4 |
| 1537 | 2026-05-08T16:27:00.579Z | Compiling goblin v0.8.2 |
| 1538 | 2026-05-08T16:27:00.643Z | Compiling hubpack_derive v0.1.1 |
| 1539 | 2026-05-08T16:27:00.657Z | Compiling cargo-platform v0.1.9 |
| 1540 | 2026-05-08T16:27:00.717Z | Compiling hkdf v0.12.4 |
| 1541 | 2026-05-08T16:27:00.814Z | Compiling crypto-bigint v0.5.5 |
| 1542 | 2026-05-08T16:27:00.924Z | Compiling regex v1.12.3 |
| 1543 | 2026-05-08T16:27:01.015Z | Compiling ref-cast-impl v1.0.25 |
| 1544 | 2026-05-08T16:27:01.042Z | Compiling daft-derive v0.1.5 |
| 1545 | 2026-05-08T16:27:01.058Z | Compiling async-trait v0.1.89 |
| 1546 | 2026-05-08T16:27:01.098Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1547 | 2026-05-08T16:27:01.115Z | Compiling strum_macros v0.27.2 |
| 1548 | 2026-05-08T16:27:01.184Z | Compiling num-iter v0.1.45 |
| 1549 | 2026-05-08T16:27:01.400Z | Compiling terminal_size v0.4.3 |
| 1550 | 2026-05-08T16:27:01.561Z | Compiling tokio-util v0.7.18 |
| 1551 | 2026-05-08T16:27:01.576Z | Compiling tower v0.5.3 |
| 1552 | 2026-05-08T16:27:01.606Z | Compiling tokio-native-tls v0.3.1 |
| 1553 | 2026-05-08T16:27:01.629Z | Compiling phf_shared v0.13.1 |
| 1554 | 2026-05-08T16:27:01.678Z | Compiling lazy_static v1.5.0 |
| 1555 | 2026-05-08T16:27:01.805Z | Compiling vergen v9.0.6 |
| 1556 | 2026-05-08T16:27:01.808Z | Compiling fs-err v3.3.0 |
| 1557 | 2026-05-08T16:27:01.834Z | Compiling flate2 v1.1.9 |
| 1558 | 2026-05-08T16:27:01.837Z | Compiling ahash v0.8.12 |
| 1559 | 2026-05-08T16:27:01.837Z | Compiling bitflags v1.3.2 |
| 1560 | 2026-05-08T16:27:01.907Z | Compiling newtype-uuid v1.3.2 |
| 1561 | 2026-05-08T16:27:01.961Z | Compiling libbz2-rs-sys v0.2.2 |
| 1562 | 2026-05-08T16:27:02.027Z | Compiling tower-http v0.6.8 |
| 1563 | 2026-05-08T16:27:02.049Z | Compiling foldhash v0.2.0 |
| 1564 | 2026-05-08T16:27:02.101Z | Compiling object v0.37.3 |
| 1565 | 2026-05-08T16:27:02.116Z | Compiling managed v0.8.0 |
| 1566 | 2026-05-08T16:27:02.132Z | Compiling foldhash v0.1.5 |
| 1567 | 2026-05-08T16:27:02.236Z | Compiling bumpalo v3.20.2 |
| 1568 | 2026-05-08T16:27:02.288Z | Compiling h2 v0.4.13 |
| 1569 | 2026-05-08T16:27:02.305Z | Compiling unicode-segmentation v1.12.0 |
| 1570 | 2026-05-08T16:27:02.305Z | Compiling winnow v0.5.40 |
| 1571 | 2026-05-08T16:27:02.372Z | Compiling hashbrown v0.15.5 |
| 1572 | 2026-05-08T16:27:02.481Z | Compiling zopfli v0.8.3 |
| 1573 | 2026-05-08T16:27:02.495Z | Compiling bzip2 v0.6.1 |
| 1574 | 2026-05-08T16:27:02.526Z | Compiling hashbrown v0.16.1 |
| 1575 | 2026-05-08T16:27:02.655Z | Compiling clap_builder v4.5.60 |
| 1576 | 2026-05-08T16:27:02.693Z | Compiling daft v0.1.5 |
| 1577 | 2026-05-08T16:27:02.804Z | Compiling dof v0.3.0 |
| 1578 | 2026-05-08T16:27:02.917Z | Compiling phf v0.13.1 |
| 1579 | 2026-05-08T16:27:03.019Z | Compiling elliptic-curve v0.13.8 |
| 1580 | 2026-05-08T16:27:03.150Z | Compiling strum v0.27.2 |
| 1581 | 2026-05-08T16:27:03.170Z | Compiling signal-hook-mio v0.2.5 |
| 1582 | 2026-05-08T16:27:03.192Z | Compiling cargo_metadata v0.19.2 |
| 1583 | 2026-05-08T16:27:03.261Z | Compiling usdt-attr-macro v0.6.0 |
| 1584 | 2026-05-08T16:27:03.326Z | Compiling usdt-macro v0.6.0 |
| 1585 | 2026-05-08T16:27:03.382Z | Compiling cookie_store v0.22.1 |
| 1586 | 2026-05-08T16:27:03.489Z | Compiling hubpack v0.1.2 |
| 1587 | 2026-05-08T16:27:03.621Z | Compiling bzip2 v0.4.4 |
| 1588 | 2026-05-08T16:27:03.639Z | Compiling serde_with_macros v3.17.0 |
| 1589 | 2026-05-08T16:27:03.758Z | Compiling toml_edit v0.19.15 |
| 1590 | 2026-05-08T16:27:03.799Z | Compiling zstd v0.13.3 |
| 1591 | 2026-05-08T16:27:03.885Z | Compiling postgres-types v0.2.12 |
| 1592 | 2026-05-08T16:27:04.130Z | Compiling dtrace-parser v0.2.0 |
| 1593 | 2026-05-08T16:27:04.147Z | Compiling ed25519 v2.2.3 |
| 1594 | 2026-05-08T16:27:04.162Z | Compiling pkcs1 v0.7.5 |
| 1595 | 2026-05-08T16:27:04.215Z | Compiling serde-big-array v0.5.1 |
| 1596 | 2026-05-08T16:27:04.230Z | Compiling hex v0.4.3 |
| 1597 | 2026-05-08T16:27:04.406Z | Compiling rfc6979 v0.4.0 |
| 1598 | 2026-05-08T16:27:04.518Z | Compiling bstr v1.12.1 |
| 1599 | 2026-05-08T16:27:04.551Z | Compiling strum_macros v0.26.4 |
| 1600 | 2026-05-08T16:27:04.575Z | Compiling enum-as-inner v0.6.1 |
| 1601 | 2026-05-08T16:27:04.620Z | Compiling clap_derive v4.5.55 |
| 1602 | 2026-05-08T16:27:04.654Z | Compiling serde_repr v0.1.20 |
| 1603 | 2026-05-08T16:27:04.860Z | Compiling phf_shared v0.11.3 |
| 1604 | 2026-05-08T16:27:04.962Z | Compiling float-cmp v0.10.0 |
| 1605 | 2026-05-08T16:27:05.095Z | Compiling memmap2 v0.9.10 |
| 1606 | 2026-05-08T16:27:05.095Z | Compiling thread-id v4.2.2 |
| 1607 | 2026-05-08T16:27:05.130Z | Compiling env_filter v1.0.0 |
| 1608 | 2026-05-08T16:27:05.155Z | Compiling encoding_rs v0.8.35 |
| 1609 | 2026-05-08T16:27:05.174Z | Compiling keccak v0.1.6 |
| 1610 | 2026-05-08T16:27:05.236Z | Compiling normalize-line-endings v0.3.0 |
| 1611 | 2026-05-08T16:27:05.259Z | Compiling precomputed-hash v0.1.1 |
| 1612 | 2026-05-08T16:27:05.278Z | Compiling mime v0.3.17 |
| 1613 | 2026-05-08T16:27:05.358Z | Compiling jiff v0.2.21 |
| 1614 | 2026-05-08T16:27:05.376Z | Compiling new_debug_unreachable v1.0.6 |
| 1615 | 2026-05-08T16:27:05.390Z | Compiling hyper v1.8.1 |
| 1616 | 2026-05-08T16:27:05.470Z | Compiling either v1.15.0 |
| 1617 | 2026-05-08T16:27:05.485Z | Compiling data-encoding v2.10.0 |
| 1618 | 2026-05-08T16:27:05.583Z | Compiling predicates-core v1.0.10 |
| 1619 | 2026-05-08T16:27:05.719Z | Compiling fixedbitset v0.5.7 |
| 1620 | 2026-05-08T16:27:05.778Z | Compiling static_assertions v1.1.0 |
| 1621 | 2026-05-08T16:27:05.801Z | Compiling difflib v0.4.0 |
| 1622 | 2026-05-08T16:27:05.884Z | Compiling fixedbitset v0.4.2 |
| 1623 | 2026-05-08T16:27:06.038Z | Compiling rustc-hash v2.1.1 |
| 1624 | 2026-05-08T16:27:06.069Z | Compiling whoami v2.1.0 |
| 1625 | 2026-05-08T16:27:06.094Z | Compiling predicates v3.1.4 |
| 1626 | 2026-05-08T16:27:06.140Z | Compiling petgraph v0.6.5 |
| 1627 | 2026-05-08T16:27:06.210Z | Compiling iddqd v0.3.18 |
| 1628 | 2026-05-08T16:27:06.244Z | Compiling petgraph v0.8.3 |
| 1629 | 2026-05-08T16:27:06.411Z | Compiling tokio-postgres v0.7.16 |
| 1630 | 2026-05-08T16:27:06.438Z | Compiling strum v0.26.3 |
| 1631 | 2026-05-08T16:27:06.453Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1632 | 2026-05-08T16:27:06.496Z | Compiling hyper-util v0.1.20 |
| 1633 | 2026-05-08T16:27:06.543Z | Compiling clap v4.5.60 |
| 1634 | 2026-05-08T16:27:06.559Z | Compiling hickory-proto v0.25.2 |
| 1635 | 2026-05-08T16:27:06.615Z | Compiling toml_edit v0.22.27 |
| 1636 | 2026-05-08T16:27:06.654Z | Compiling itertools v0.13.0 |
| 1637 | 2026-05-08T16:27:06.759Z | Compiling string_cache v0.8.9 |
| 1638 | 2026-05-08T16:27:06.798Z | Compiling sha3 v0.10.8 |
| 1639 | 2026-05-08T16:27:07.037Z | Compiling env_logger v0.11.9 |
| 1640 | 2026-05-08T16:27:07.040Z | Compiling usdt v0.6.0 |
| 1641 | 2026-05-08T16:27:07.293Z | Compiling usdt-impl v0.5.0 |
| 1642 | 2026-05-08T16:27:07.352Z | Compiling toml v0.7.8 |
| 1643 | 2026-05-08T16:27:07.413Z | Compiling similar v2.7.0 |
| 1644 | 2026-05-08T16:27:07.449Z | Compiling serde_with v3.17.0 |
| 1645 | 2026-05-08T16:27:07.676Z | Compiling crossterm v0.28.1 |
| 1646 | 2026-05-08T16:27:07.929Z | Compiling hyper-tls v0.6.0 |
| 1647 | 2026-05-08T16:27:07.942Z | Compiling zip v4.6.1 |
| 1648 | 2026-05-08T16:27:08.005Z | Compiling ecdsa v0.16.9 |
| 1649 | 2026-05-08T16:27:08.195Z | Compiling rsa v0.9.10 |
| 1650 | 2026-05-08T16:27:08.259Z | Compiling ed25519-dalek v2.2.0 |
| 1651 | 2026-05-08T16:27:08.359Z | Compiling zip v0.6.6 |
| 1652 | 2026-05-08T16:27:08.793Z | Compiling heck v0.4.1 |
| 1653 | 2026-05-08T16:27:08.994Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1654 | 2026-05-08T16:27:09.026Z | Compiling tokio-stream v0.1.18 |
| 1655 | 2026-05-08T16:27:09.044Z | Compiling buf-list v1.1.2 |
| 1656 | 2026-05-08T16:27:09.068Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1657 | 2026-05-08T16:27:09.083Z | Compiling openapiv3 v2.2.0 |
| 1658 | 2026-05-08T16:27:09.139Z | Compiling x509-cert v0.2.5 |
| 1659 | 2026-05-08T16:27:09.255Z | Compiling sha1 v0.10.6 |
| 1660 | 2026-05-08T16:27:09.379Z | Compiling crossbeam-epoch v0.9.18 |
| 1661 | 2026-05-08T16:27:09.408Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1662 | 2026-05-08T16:27:09.425Z | Compiling lalrpop-util v0.19.12 |
| 1663 | 2026-05-08T16:27:09.440Z | Compiling peg-runtime v0.8.5 |
| 1664 | 2026-05-08T16:27:09.527Z | Compiling thread_local v1.1.9 |
| 1665 | 2026-05-08T16:27:09.559Z | Compiling slog-async v2.8.0 |
| 1666 | 2026-05-08T16:27:09.648Z | Compiling futures-executor v0.3.32 |
| 1667 | 2026-05-08T16:27:09.663Z | Compiling crossbeam-channel v0.5.15 |
| 1668 | 2026-05-08T16:27:09.698Z | Compiling is-terminal v0.4.17 |
| 1669 | 2026-05-08T16:27:09.739Z | Compiling filetime v0.2.27 |
| 1670 | 2026-05-08T16:27:09.762Z | Compiling term v1.2.1 |
| 1671 | 2026-05-08T16:27:09.788Z | Compiling take_mut v0.2.2 |
| 1672 | 2026-05-08T16:27:09.823Z | Compiling xattr v1.6.1 |
| 1673 | 2026-05-08T16:27:09.823Z | Compiling futures v0.3.32 |
| 1674 | 2026-05-08T16:27:09.958Z | Compiling tar v0.4.45 |
| 1675 | 2026-05-08T16:27:10.133Z | Compiling slog-term v2.9.2 |
| 1676 | 2026-05-08T16:27:27.562Z | Compiling rustls-webpki v0.103.9 |
| 1677 | 2026-05-08T16:27:30.374Z | Compiling tokio-rustls v0.26.4 |
| 1678 | 2026-05-08T16:27:30.374Z | Compiling rustls-platform-verifier v0.6.2 |
| 1679 | 2026-05-08T16:27:30.581Z | Compiling hyper-rustls v0.27.7 |
| 1680 | 2026-05-08T16:27:30.761Z | Compiling reqwest v0.13.2 |
| 1681 | 2026-05-08T16:27:30.761Z | Compiling reqwest v0.12.28 |
| 1682 | 2026-05-08T16:27:32.812Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1683 | 2026-05-08T16:27:33.054Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1684 | 2026-05-08T16:27:35.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.66s |
| 1685 | 2026-05-08T16:27:36.036Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1686 | 2026-05-08T16:27:36.096Z | May 08 16:27:35.061 INFO Starting download, target: Clickhouse |
| 1687 | 2026-05-08T16:27:36.096Z | May 08 16:27:35.061 INFO Starting download, target: Cockroach |
| 1688 | 2026-05-08T16:27:36.096Z | May 08 16:27:35.061 INFO Starting download, target: Console |
| 1689 | 2026-05-08T16:27:36.100Z | May 08 16:27:35.061 INFO Starting download, target: DendriteStub |
| 1690 | 2026-05-08T16:27:36.100Z | May 08 16:27:35.061 INFO Starting download, target: MaghemiteMgd |
| 1691 | 2026-05-08T16:27:36.100Z | May 08 16:27:35.061 INFO Starting download, target: TransceiverControl |
| 1692 | 2026-05-08T16:27:36.100Z | May 08 16:27:35.062 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1693 | 2026-05-08T16:27:36.100Z | May 08 16:27:35.062 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1694 | 2026-05-08T16:27:36.100Z | May 08 16:27:35.062 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1695 | 2026-05-08T16:27:36.100Z | May 08 16:27:35.062 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1696 | 2026-05-08T16:27:36.100Z | May 08 16:27:35.062 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1697 | 2026-05-08T16:27:36.100Z | May 08 16:27:35.062 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1698 | 2026-05-08T16:27:36.414Z | May 08 16:27:35.372 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1699 | 2026-05-08T16:27:36.625Z | May 08 16:27:35.585 INFO Download complete, target: TransceiverControl |
| 1700 | 2026-05-08T16:27:37.045Z | May 08 16:27:36.009 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1701 | 2026-05-08T16:27:37.064Z | May 08 16:27:36.027 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1702 | 2026-05-08T16:27:37.300Z | May 08 16:27:36.265 INFO Download complete, target: Console |
| 1703 | 2026-05-08T16:27:37.635Z | May 08 16:27:36.599 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1704 | 2026-05-08T16:27:38.021Z | May 08 16:27:36.986 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1705 | 2026-05-08T16:27:38.021Z | May 08 16:27:36.986 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1706 | 2026-05-08T16:27:38.626Z | May 08 16:27:37.591 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1707 | 2026-05-08T16:27:39.466Z | May 08 16:27:38.431 INFO Download complete, target: DendriteStub |
| 1708 | 2026-05-08T16:27:40.061Z | May 08 16:27:39.026 INFO Download complete, target: MaghemiteMgd |
| 1709 | 2026-05-08T16:27:42.824Z | May 08 16:27:41.789 INFO Checking that binary works, target: Cockroach |
| 1710 | 2026-05-08T16:27:42.950Z | May 08 16:27:41.915 INFO Download complete, target: Cockroach |
| 1711 | 2026-05-08T16:27:45.531Z | May 08 16:27:44.496 INFO Checking that binary works, target: Clickhouse |
| 1712 | 2026-05-08T16:27:45.628Z | May 08 16:27:44.593 INFO Download complete, target: Clickhouse |
| 1713 | 2026-05-08T16:27:45.635Z | All prerequisites installed successfully |
| 1714 | 2026-05-08T16:27:45.638Z | |
| 1715 | 2026-05-08T16:27:45.638Z | real 2:03.970931147 |
| 1716 | 2026-05-08T16:27:45.638Z | user 6:48.160985105 |
| 1717 | 2026-05-08T16:27:45.638Z | sys 1:48.588755435 |
| 1718 | 2026-05-08T16:27:45.638Z | trap 0.264984841 |
| 1719 | 2026-05-08T16:27:45.638Z | tflt 1.233269596 |
| 1720 | 2026-05-08T16:27:45.638Z | dflt 1.689841502 |
| 1721 | 2026-05-08T16:27:45.638Z | kflt 0.025007543 |
| 1722 | 2026-05-08T16:27:45.638Z | lock 22:57.741839971 |
| 1723 | 2026-05-08T16:27:45.638Z | slp 18:53.290693430 |
| 1724 | 2026-05-08T16:27:45.638Z | lat 26.604116476 |
| 1725 | 2026-05-08T16:27:45.638Z | stop 3:00.857650828 |
| 1726 | 2026-05-08T16:27:45.638Z | + ptime -m cargo xtask download softnpu |
| 1727 | 2026-05-08T16:27:46.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1728 | 2026-05-08T16:27:46.188Z | Running `target/debug/xtask download softnpu` |
| 1729 | 2026-05-08T16:27:46.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1730 | 2026-05-08T16:27:47.014Z | Running `target/debug/xtask-downloader softnpu` |
| 1731 | 2026-05-08T16:27:47.057Z | May 08 16:27:46.022 INFO Starting download, target: Softnpu |
| 1732 | 2026-05-08T16:27:47.061Z | May 08 16:27:46.022 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1733 | 2026-05-08T16:27:47.930Z | May 08 16:27:46.895 INFO Download complete, target: Softnpu |
| 1734 | 2026-05-08T16:27:47.934Z | |
| 1735 | 2026-05-08T16:27:47.937Z | real 2.292695123 |
| 1736 | 2026-05-08T16:27:47.937Z | user 1.342452834 |
| 1737 | 2026-05-08T16:27:47.937Z | sys 0.660363489 |
| 1738 | 2026-05-08T16:27:47.937Z | trap 0.001187750 |
| 1739 | 2026-05-08T16:27:47.937Z | tflt 0.000114630 |
| 1740 | 2026-05-08T16:27:47.937Z | dflt 0.000302510 |
| 1741 | 2026-05-08T16:27:47.937Z | kflt 0.000000000 |
| 1742 | 2026-05-08T16:27:47.937Z | lock 16.331565559 |
| 1743 | 2026-05-08T16:27:47.937Z | slp 0.717828459 |
| 1744 | 2026-05-08T16:27:47.937Z | lat 0.083160032 |
| 1745 | 2026-05-08T16:27:47.937Z | stop 0.000212730 |
| 1746 | 2026-05-08T16:27:47.937Z | + export CARGO_INCREMENTAL=0 |
| 1747 | 2026-05-08T16:27:47.937Z | + CARGO_INCREMENTAL=0 |
| 1748 | 2026-05-08T16:27:47.937Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1749 | 2026-05-08T16:27:48.835Z | Compiling proc-macro2 v1.0.106 |
| 1750 | 2026-05-08T16:27:48.835Z | Compiling quote v1.0.45 |
| 1751 | 2026-05-08T16:27:48.835Z | Compiling unicode-ident v1.0.24 |
| 1752 | 2026-05-08T16:27:48.835Z | Compiling libc v0.2.185 |
| 1753 | 2026-05-08T16:27:48.835Z | Compiling serde_core v1.0.228 |
| 1754 | 2026-05-08T16:27:48.838Z | Compiling serde v1.0.228 |
| 1755 | 2026-05-08T16:27:48.838Z | Compiling cfg-if v1.0.4 |
| 1756 | 2026-05-08T16:27:48.838Z | Compiling version_check v0.9.5 |
| 1757 | 2026-05-08T16:27:48.838Z | Compiling shlex v1.3.0 |
| 1758 | 2026-05-08T16:27:48.838Z | Compiling find-msvc-tools v0.1.9 |
| 1759 | 2026-05-08T16:27:48.838Z | Compiling typenum v1.19.0 |
| 1760 | 2026-05-08T16:27:48.838Z | Compiling autocfg v1.5.0 |
| 1761 | 2026-05-08T16:27:48.980Z | Compiling zmij v1.0.21 |
| 1762 | 2026-05-08T16:27:48.983Z | Compiling serde_json v1.0.149 |
| 1763 | 2026-05-08T16:27:48.983Z | Compiling memchr v2.8.0 |
| 1764 | 2026-05-08T16:27:49.161Z | Compiling portable-atomic v1.13.1 |
| 1765 | 2026-05-08T16:27:49.267Z | Compiling generic-array v0.14.7 |
| 1766 | 2026-05-08T16:27:49.285Z | Compiling zerocopy v0.8.40 |
| 1767 | 2026-05-08T16:27:49.353Z | Compiling libm v0.2.16 |
| 1768 | 2026-05-08T16:27:49.372Z | Compiling smallvec v1.15.1 |
| 1769 | 2026-05-08T16:27:49.491Z | Compiling parking_lot_core v0.9.12 |
| 1770 | 2026-05-08T16:27:49.494Z | Compiling icu_properties_data v2.1.2 |
| 1771 | 2026-05-08T16:27:49.528Z | Compiling icu_normalizer_data v2.1.1 |
| 1772 | 2026-05-08T16:27:49.590Z | Compiling num-traits v0.2.19 |
| 1773 | 2026-05-08T16:27:49.634Z | Compiling itoa v1.0.17 |
| 1774 | 2026-05-08T16:27:49.656Z | Compiling getrandom v0.4.1 |
| 1775 | 2026-05-08T16:27:49.689Z | Compiling log v0.4.29 |
| 1776 | 2026-05-08T16:27:49.705Z | Compiling stable_deref_trait v1.2.1 |
| 1777 | 2026-05-08T16:27:49.737Z | Compiling pkg-config v0.3.32 |
| 1778 | 2026-05-08T16:27:49.757Z | Compiling subtle v2.6.1 |
| 1779 | 2026-05-08T16:27:49.945Z | Compiling scopeguard v1.2.0 |
| 1780 | 2026-05-08T16:27:49.995Z | Compiling getrandom v0.2.17 |
| 1781 | 2026-05-08T16:27:49.998Z | Compiling errno v0.3.14 |
| 1782 | 2026-05-08T16:27:50.026Z | Compiling jobserver v0.1.34 |
| 1783 | 2026-05-08T16:27:50.079Z | Compiling lock_api v0.4.14 |
| 1784 | 2026-05-08T16:27:50.149Z | Compiling rand_core v0.6.4 |
| 1785 | 2026-05-08T16:27:50.212Z | Compiling writeable v0.6.2 |
| 1786 | 2026-05-08T16:27:50.232Z | Compiling percent-encoding v2.3.2 |
| 1787 | 2026-05-08T16:27:50.271Z | Compiling litemap v0.8.1 |
| 1788 | 2026-05-08T16:27:50.304Z | Compiling cc v1.2.56 |
| 1789 | 2026-05-08T16:27:50.322Z | Compiling pin-project-lite v0.2.17 |
| 1790 | 2026-05-08T16:27:50.426Z | Compiling fnv v1.0.7 |
| 1791 | 2026-05-08T16:27:50.482Z | Compiling thiserror v2.0.18 |
| 1792 | 2026-05-08T16:27:50.546Z | Compiling getrandom v0.3.4 |
| 1793 | 2026-05-08T16:27:50.578Z | Compiling critical-section v1.2.0 |
| 1794 | 2026-05-08T16:27:50.657Z | Compiling syn v2.0.117 |
| 1795 | 2026-05-08T16:27:50.707Z | Compiling rustversion v1.0.22 |
| 1796 | 2026-05-08T16:27:50.756Z | Compiling schemars v0.8.22 |
| 1797 | 2026-05-08T16:27:50.760Z | Compiling equivalent v1.0.2 |
| 1798 | 2026-05-08T16:27:50.774Z | Compiling rand_core v0.10.0 |
| 1799 | 2026-05-08T16:27:50.821Z | Compiling dunce v1.0.5 |
| 1800 | 2026-05-08T16:27:50.826Z | Compiling utf8_iter v1.0.4 |
| 1801 | 2026-05-08T16:27:50.826Z | Compiling fs_extra v1.3.0 |
| 1802 | 2026-05-08T16:27:50.977Z | Compiling form_urlencoded v1.2.2 |
| 1803 | 2026-05-08T16:27:51.058Z | Compiling signal-hook-registry v1.4.8 |
| 1804 | 2026-05-08T16:27:51.125Z | Compiling cmake v0.1.57 |
| 1805 | 2026-05-08T16:27:51.142Z | Compiling hashbrown v0.17.0 |
| 1806 | 2026-05-08T16:27:51.157Z | Compiling once_cell v1.21.3 |
| 1807 | 2026-05-08T16:27:51.268Z | Compiling semver v1.0.28 |
| 1808 | 2026-05-08T16:27:51.430Z | Compiling bitflags v2.11.0 |
| 1809 | 2026-05-08T16:27:51.454Z | Compiling const-oid v0.9.6 |
| 1810 | 2026-05-08T16:27:51.522Z | Compiling parking_lot v0.12.5 |
| 1811 | 2026-05-08T16:27:51.544Z | Compiling socket2 v0.6.3 |
| 1812 | 2026-05-08T16:27:51.562Z | Compiling mio v1.2.0 |
| 1813 | 2026-05-08T16:27:51.598Z | Compiling rustix v1.1.3 |
| 1814 | 2026-05-08T16:27:51.639Z | Compiling aws-lc-rs v1.16.0 |
| 1815 | 2026-05-08T16:27:51.682Z | Compiling ring v0.17.14 |
| 1816 | 2026-05-08T16:27:51.708Z | Compiling aws-lc-sys v0.37.1 |
| 1817 | 2026-05-08T16:27:51.763Z | Compiling indexmap v2.14.0 |
| 1818 | 2026-05-08T16:27:51.863Z | Compiling strsim v0.11.1 |
| 1819 | 2026-05-08T16:27:51.879Z | Compiling thiserror v1.0.69 |
| 1820 | 2026-05-08T16:27:51.937Z | Compiling futures-core v0.3.32 |
| 1821 | 2026-05-08T16:27:51.991Z | Compiling byteorder v1.5.0 |
| 1822 | 2026-05-08T16:27:52.085Z | Compiling ucd-trie v0.1.7 |
| 1823 | 2026-05-08T16:27:52.126Z | Compiling httparse v1.10.1 |
| 1824 | 2026-05-08T16:27:52.210Z | Compiling vcpkg v0.2.15 |
| 1825 | 2026-05-08T16:27:52.256Z | Compiling pest v2.8.6 |
| 1826 | 2026-05-08T16:27:52.303Z | Compiling ident_case v1.0.1 |
| 1827 | 2026-05-08T16:27:52.321Z | Compiling iana-time-zone v0.1.65 |
| 1828 | 2026-05-08T16:27:52.340Z | Compiling heck v0.5.0 |
| 1829 | 2026-05-08T16:27:52.358Z | Compiling syn v1.0.109 |
| 1830 | 2026-05-08T16:27:52.460Z | Compiling uuid v1.23.0 |
| 1831 | 2026-05-08T16:27:52.463Z | Compiling cpufeatures v0.2.17 |
| 1832 | 2026-05-08T16:27:52.510Z | Compiling regex-syntax v0.8.10 |
| 1833 | 2026-05-08T16:27:52.709Z | Compiling rustc_version v0.4.1 |
| 1834 | 2026-05-08T16:27:52.838Z | Compiling openssl-sys v0.9.114 |
| 1835 | 2026-05-08T16:27:52.841Z | Compiling futures-sink v0.3.32 |
| 1836 | 2026-05-08T16:27:52.873Z | Compiling rustls v0.23.37 |
| 1837 | 2026-05-08T16:27:52.989Z | Compiling futures-channel v0.3.32 |
| 1838 | 2026-05-08T16:27:53.053Z | Compiling slab v0.4.12 |
| 1839 | 2026-05-08T16:27:53.069Z | Compiling futures-task v0.3.32 |
| 1840 | 2026-05-08T16:27:53.107Z | Compiling futures-io v0.3.32 |
| 1841 | 2026-05-08T16:27:53.220Z | Compiling crc32fast v1.5.0 |
| 1842 | 2026-05-08T16:27:53.258Z | Compiling dyn-clone v1.0.20 |
| 1843 | 2026-05-08T16:27:53.280Z | Compiling plain v0.2.3 |
| 1844 | 2026-05-08T16:27:53.314Z | Compiling aho-corasick v1.1.4 |
| 1845 | 2026-05-08T16:27:53.346Z | Compiling crossbeam-utils v0.8.21 |
| 1846 | 2026-05-08T16:27:53.346Z | Compiling num-conv v0.2.0 |
| 1847 | 2026-05-08T16:27:53.414Z | Compiling pest_meta v2.8.6 |
| 1848 | 2026-05-08T16:27:53.450Z | Compiling time-core v0.1.8 |
| 1849 | 2026-05-08T16:27:53.497Z | Compiling synstructure v0.13.2 |
| 1850 | 2026-05-08T16:27:53.514Z | Compiling serde_derive_internals v0.29.1 |
| 1851 | 2026-05-08T16:27:53.631Z | Compiling time-macros v0.2.27 |
| 1852 | 2026-05-08T16:27:53.726Z | Compiling openssl v0.10.78 |
| 1853 | 2026-05-08T16:27:53.794Z | Compiling base64 v0.22.1 |
| 1854 | 2026-05-08T16:27:53.831Z | Compiling pretty-hex v0.4.1 |
| 1855 | 2026-05-08T16:27:54.042Z | Compiling pest_generator v2.8.6 |
| 1856 | 2026-05-08T16:27:54.058Z | Compiling base64ct v1.8.3 |
| 1857 | 2026-05-08T16:27:54.103Z | Compiling anyhow v1.0.102 |
| 1858 | 2026-05-08T16:27:54.177Z | Compiling regex-automata v0.4.14 |
| 1859 | 2026-05-08T16:27:54.197Z | Compiling darling_core v0.21.3 |
| 1860 | 2026-05-08T16:27:54.222Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1861 | 2026-05-08T16:27:54.314Z | Compiling pem-rfc7468 v0.7.0 |
| 1862 | 2026-05-08T16:27:54.368Z | Compiling native-tls v0.2.18 |
| 1863 | 2026-05-08T16:27:54.427Z | Compiling flagset v0.4.7 |
| 1864 | 2026-05-08T16:27:54.446Z | Compiling rand_core v0.9.5 |
| 1865 | 2026-05-08T16:27:54.606Z | Compiling slog v2.8.2 |
| 1866 | 2026-05-08T16:27:54.625Z | Compiling tracing-core v0.1.36 |
| 1867 | 2026-05-08T16:27:54.681Z | Compiling untrusted v0.9.0 |
| 1868 | 2026-05-08T16:27:54.785Z | Compiling cookie v0.18.1 |
| 1869 | 2026-05-08T16:27:54.803Z | Compiling serde_derive v1.0.228 |
| 1870 | 2026-05-08T16:27:54.838Z | Compiling zeroize_derive v1.4.3 |
| 1871 | 2026-05-08T16:27:54.860Z | Compiling zerofrom-derive v0.1.6 |
| 1872 | 2026-05-08T16:27:54.941Z | Compiling yoke-derive v0.8.1 |
| 1873 | 2026-05-08T16:27:54.949Z | Compiling zerovec-derive v0.11.2 |
| 1874 | 2026-05-08T16:27:54.997Z | Compiling displaydoc v0.2.5 |
| 1875 | 2026-05-08T16:27:55.026Z | Compiling zerocopy-derive v0.8.40 |
| 1876 | 2026-05-08T16:27:55.050Z | Compiling tokio-macros v2.7.0 |
| 1877 | 2026-05-08T16:27:55.134Z | Compiling futures-macro v0.3.32 |
| 1878 | 2026-05-08T16:27:55.453Z | Compiling zeroize v1.8.2 |
| 1879 | 2026-05-08T16:27:55.725Z | Compiling thiserror-impl v2.0.18 |
| 1880 | 2026-05-08T16:27:55.756Z | Compiling schemars_derive v0.8.22 |
| 1881 | 2026-05-08T16:27:55.923Z | Compiling tracing-attributes v0.1.31 |
| 1882 | 2026-05-08T16:27:55.923Z | Compiling der_derive v0.7.3 |
| 1883 | 2026-05-08T16:27:55.991Z | Compiling zerofrom v0.1.6 |
| 1884 | 2026-05-08T16:27:56.143Z | Compiling yoke v0.8.1 |
| 1885 | 2026-05-08T16:27:56.215Z | Compiling crypto-common v0.1.7 |
| 1886 | 2026-05-08T16:27:56.263Z | Compiling block-buffer v0.10.4 |
| 1887 | 2026-05-08T16:27:56.370Z | Compiling zerovec v0.11.5 |
| 1888 | 2026-05-08T16:27:56.380Z | Compiling zerotrie v0.2.3 |
| 1889 | 2026-05-08T16:27:56.469Z | Compiling digest v0.10.7 |
| 1890 | 2026-05-08T16:27:56.744Z | Compiling thiserror-impl v1.0.69 |
| 1891 | 2026-05-08T16:27:56.850Z | Compiling pest_derive v2.8.6 |
| 1892 | 2026-05-08T16:27:56.876Z | Compiling tinystr v0.8.2 |
| 1893 | 2026-05-08T16:27:56.905Z | Compiling potential_utf v0.1.4 |
| 1894 | 2026-05-08T16:27:56.927Z | Compiling hmac v0.12.1 |
| 1895 | 2026-05-08T16:27:56.942Z | Compiling futures-util v0.3.32 |
| 1896 | 2026-05-08T16:27:57.086Z | Compiling icu_locale_core v2.1.1 |
| 1897 | 2026-05-08T16:27:57.086Z | Compiling icu_collections v2.1.1 |
| 1898 | 2026-05-08T16:27:57.170Z | Compiling block-padding v0.3.3 |
| 1899 | 2026-05-08T16:27:57.322Z | Compiling inout v0.1.4 |
| 1900 | 2026-05-08T16:27:57.337Z | Compiling sha2 v0.10.9 |
| 1901 | 2026-05-08T16:27:57.556Z | Compiling cipher v0.4.4 |
| 1902 | 2026-05-08T16:27:57.741Z | Compiling rustls-pki-types v1.14.0 |
| 1903 | 2026-05-08T16:27:57.757Z | Compiling scroll_derive v0.13.1 |
| 1904 | 2026-05-08T16:27:57.821Z | Compiling scroll_derive v0.12.1 |
| 1905 | 2026-05-08T16:27:57.875Z | Compiling icu_provider v2.1.1 |
| 1906 | 2026-05-08T16:27:58.007Z | Compiling bytes v1.11.1 |
| 1907 | 2026-05-08T16:27:58.094Z | Compiling chrono v0.4.44 |
| 1908 | 2026-05-08T16:27:58.157Z | Compiling icu_normalizer v2.1.1 |
| 1909 | 2026-05-08T16:27:58.308Z | Compiling icu_properties v2.1.2 |
| 1910 | 2026-05-08T16:27:58.532Z | Compiling tokio v1.52.1 |
| 1911 | 2026-05-08T16:27:58.655Z | Compiling serde_tokenstream v0.2.3 |
| 1912 | 2026-05-08T16:27:59.178Z | Compiling openssl-macros v0.1.1 |
| 1913 | 2026-05-08T16:27:59.320Z | Compiling idna_adapter v1.2.1 |
| 1914 | 2026-05-08T16:27:59.402Z | Compiling ppv-lite86 v0.2.21 |
| 1915 | 2026-05-08T16:27:59.485Z | Compiling idna v1.1.0 |
| 1916 | 2026-05-08T16:27:59.606Z | Compiling http v1.4.0 |
| 1917 | 2026-05-08T16:27:59.758Z | Compiling der v0.7.10 |
| 1918 | 2026-05-08T16:27:59.774Z | Compiling regex v1.12.3 |
| 1919 | 2026-05-08T16:27:59.816Z | Compiling url v2.5.8 |
| 1920 | 2026-05-08T16:27:59.916Z | Compiling darling_macro v0.21.3 |
| 1921 | 2026-05-08T16:27:59.932Z | Compiling zerocopy-derive v0.7.35 |
| 1922 | 2026-05-08T16:28:00.062Z | Compiling salsa20 v0.10.2 |
| 1923 | 2026-05-08T16:28:00.191Z | Compiling tracing v0.1.44 |
| 1924 | 2026-05-08T16:28:00.223Z | Compiling pbkdf2 v0.12.2 |
| 1925 | 2026-05-08T16:28:00.577Z | Compiling darling v0.21.3 |
| 1926 | 2026-05-08T16:28:00.627Z | Compiling spki v0.7.3 |
| 1927 | 2026-05-08T16:28:00.727Z | Compiling camino v1.2.2 |
| 1928 | 2026-05-08T16:28:00.847Z | Compiling scrypt v0.11.0 |
| 1929 | 2026-05-08T16:28:00.883Z | Compiling rand_chacha v0.9.0 |
| 1930 | 2026-05-08T16:28:01.085Z | Compiling cbc v0.1.2 |
| 1931 | 2026-05-08T16:28:01.102Z | Compiling aes v0.8.4 |
| 1932 | 2026-05-08T16:28:01.598Z | Compiling usdt-impl v0.5.0 |
| 1933 | 2026-05-08T16:28:01.615Z | Compiling usdt-impl v0.6.0 |
| 1934 | 2026-05-08T16:28:01.635Z | Compiling winnow v0.7.14 |
| 1935 | 2026-05-08T16:28:01.823Z | Compiling paste v1.0.15 |
| 1936 | 2026-05-08T16:28:01.841Z | Compiling ref-cast v1.0.25 |
| 1937 | 2026-05-08T16:28:01.857Z | Compiling either v1.15.0 |
| 1938 | 2026-05-08T16:28:02.151Z | Compiling pkcs5 v0.7.1 |
| 1939 | 2026-05-08T16:28:02.179Z | Compiling rand v0.9.2 |
| 1940 | 2026-05-08T16:28:02.207Z | Compiling http-body v1.0.1 |
| 1941 | 2026-05-08T16:28:02.271Z | Compiling scroll v0.13.0 |
| 1942 | 2026-05-08T16:28:02.344Z | Compiling tokio-util v0.7.18 |
| 1943 | 2026-05-08T16:28:02.394Z | Compiling scroll v0.12.0 |
| 1944 | 2026-05-08T16:28:02.411Z | Compiling toml_datetime v0.6.11 |
| 1945 | 2026-05-08T16:28:02.425Z | Compiling serde_spanned v0.6.9 |
| 1946 | 2026-05-08T16:28:02.700Z | Compiling heapless v0.7.17 |
| 1947 | 2026-05-08T16:28:02.731Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1948 | 2026-05-08T16:28:02.771Z | Compiling openssl-probe v0.2.1 |
| 1949 | 2026-05-08T16:28:02.955Z | Compiling untrusted v0.7.1 |
| 1950 | 2026-05-08T16:28:03.042Z | Compiling zstd-safe v7.2.4 |
| 1951 | 2026-05-08T16:28:03.127Z | Compiling signal-hook v0.3.18 |
| 1952 | 2026-05-08T16:28:03.143Z | Compiling atomic-waker v1.1.2 |
| 1953 | 2026-05-08T16:28:03.146Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1954 | 2026-05-08T16:28:03.304Z | Compiling goblin v0.8.2 |
| 1955 | 2026-05-08T16:28:03.307Z | Compiling goblin v0.10.5 |
| 1956 | 2026-05-08T16:28:03.340Z | Compiling pkcs8 v0.10.2 |
| 1957 | 2026-05-08T16:28:03.656Z | Compiling zerocopy v0.7.35 |
| 1958 | 2026-05-08T16:28:03.744Z | Compiling ref-cast-impl v1.0.25 |
| 1959 | 2026-05-08T16:28:03.761Z | Compiling darling_core v0.20.11 |
| 1960 | 2026-05-08T16:28:03.801Z | Compiling curve25519-dalek v4.1.3 |
| 1961 | 2026-05-08T16:28:03.891Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1962 | 2026-05-08T16:28:03.998Z | Compiling memoffset v0.9.1 |
| 1963 | 2026-05-08T16:28:04.070Z | Compiling try-lock v0.2.5 |
| 1964 | 2026-05-08T16:28:04.208Z | Compiling rustix v0.38.44 |
| 1965 | 2026-05-08T16:28:04.248Z | Compiling winnow v0.5.40 |
| 1966 | 2026-05-08T16:28:04.368Z | Compiling tower-service v0.3.3 |
| 1967 | 2026-05-08T16:28:04.443Z | Compiling tinyvec_macros v0.1.1 |
| 1968 | 2026-05-08T16:28:04.547Z | Compiling tower-layer v0.3.3 |
| 1969 | 2026-05-08T16:28:04.601Z | Compiling fastrand v2.3.0 |
| 1970 | 2026-05-08T16:28:04.882Z | Compiling litrs v1.0.0 |
| 1971 | 2026-05-08T16:28:04.959Z | Compiling want v0.3.1 |
| 1972 | 2026-05-08T16:28:05.023Z | Compiling tinyvec v1.10.0 |
| 1973 | 2026-05-08T16:28:05.075Z | Compiling h2 v0.4.13 |
| 1974 | 2026-05-08T16:28:05.365Z | Compiling document-features v0.2.12 |
| 1975 | 2026-05-08T16:28:05.573Z | Compiling toml_edit v0.19.15 |
| 1976 | 2026-05-08T16:28:05.661Z | Compiling dof v0.3.0 |
| 1977 | 2026-05-08T16:28:05.729Z | Compiling darling_macro v0.20.11 |
| 1978 | 2026-05-08T16:28:06.056Z | Compiling dof v0.4.0 |
| 1979 | 2026-05-08T16:28:06.086Z | Compiling dtrace-parser v0.2.0 |
| 1980 | 2026-05-08T16:28:06.281Z | Compiling dtrace-parser v0.3.0 |
| 1981 | 2026-05-08T16:28:06.387Z | Compiling ipnet v2.11.0 |
| 1982 | 2026-05-08T16:28:06.480Z | Compiling daft-derive v0.1.5 |
| 1983 | 2026-05-08T16:28:06.529Z | Compiling async-trait v0.1.89 |
| 1984 | 2026-05-08T16:28:06.722Z | Compiling spin v0.9.8 |
| 1985 | 2026-05-08T16:28:06.848Z | Compiling thread-id v5.1.0 |
| 1986 | 2026-05-08T16:28:06.865Z | Compiling thread-id v4.2.2 |
| 1987 | 2026-05-08T16:28:06.953Z | Compiling httpdate v1.0.3 |
| 1988 | 2026-05-08T16:28:06.968Z | Compiling pin-utils v0.1.0 |
| 1989 | 2026-05-08T16:28:06.972Z | Compiling smoltcp v0.9.1 |
| 1990 | 2026-05-08T16:28:07.066Z | Compiling foreign-types-shared v0.1.1 |
| 1991 | 2026-05-08T16:28:07.145Z | Compiling cfg_aliases v0.2.1 |
| 1992 | 2026-05-08T16:28:07.179Z | Compiling num-bigint-dig v0.8.6 |
| 1993 | 2026-05-08T16:28:07.182Z | Compiling powerfmt v0.2.0 |
| 1994 | 2026-05-08T16:28:07.211Z | Compiling foreign-types v0.3.2 |
| 1995 | 2026-05-08T16:28:07.238Z | Compiling nix v0.31.2 |
| 1996 | 2026-05-08T16:28:07.400Z | Compiling deranged v0.5.8 |
| 1997 | 2026-05-08T16:28:07.429Z | Compiling tempfile v3.25.0 |
| 1998 | 2026-05-08T16:28:07.538Z | Compiling darling v0.20.11 |
| 1999 | 2026-05-08T16:28:07.741Z | Compiling ipnetwork v0.21.1 |
| 2000 | 2026-05-08T16:28:07.860Z | Compiling strum_macros v0.26.4 |
| 2001 | 2026-05-08T16:28:07.891Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2002 | 2026-05-08T16:28:08.132Z | Compiling hyper v1.8.1 |
| 2003 | 2026-05-08T16:28:08.196Z | Compiling wait-timeout v0.2.1 |
| 2004 | 2026-05-08T16:28:08.407Z | Compiling bit-vec v0.8.0 |
| 2005 | 2026-05-08T16:28:08.536Z | Compiling quick-error v1.2.3 |
| 2006 | 2026-05-08T16:28:08.627Z | Compiling anstyle v1.0.13 |
| 2007 | 2026-05-08T16:28:08.663Z | Compiling num_threads v0.1.7 |
| 2008 | 2026-05-08T16:28:08.798Z | Compiling utf8parse v0.2.2 |
| 2009 | 2026-05-08T16:28:08.828Z | Compiling siphasher v1.0.2 |
| 2010 | 2026-05-08T16:28:08.846Z | Compiling simd-adler32 v0.3.8 |
| 2011 | 2026-05-08T16:28:08.878Z | Compiling time v0.3.47 |
| 2012 | 2026-05-08T16:28:08.932Z | Compiling anstyle-parse v0.2.7 |
| 2013 | 2026-05-08T16:28:09.108Z | Compiling rusty-fork v0.3.1 |
| 2014 | 2026-05-08T16:28:09.139Z | Compiling bit-set v0.8.0 |
| 2015 | 2026-05-08T16:28:09.396Z | Compiling hyper-util v0.1.20 |
| 2016 | 2026-05-08T16:28:09.640Z | Compiling derive_builder_core v0.20.2 |
| 2017 | 2026-05-08T16:28:09.701Z | Compiling unicode-normalization v0.1.25 |
| 2018 | 2026-05-08T16:28:10.175Z | Compiling rustls-native-certs v0.8.3 |
| 2019 | 2026-05-08T16:28:10.453Z | Compiling signature v2.2.0 |
| 2020 | 2026-05-08T16:28:10.472Z | Compiling hubpack_derive v0.1.1 |
| 2021 | 2026-05-08T16:28:10.539Z | Compiling strum_macros v0.27.2 |
| 2022 | 2026-05-08T16:28:10.618Z | Compiling rand_xorshift v0.4.0 |
| 2023 | 2026-05-08T16:28:10.840Z | Compiling sync_wrapper v1.0.2 |
| 2024 | 2026-05-08T16:28:10.866Z | Compiling fs-err v3.3.0 |
| 2025 | 2026-05-08T16:28:10.906Z | Compiling ahash v0.8.12 |
| 2026 | 2026-05-08T16:28:10.969Z | Compiling object v0.37.3 |
| 2027 | 2026-05-08T16:28:11.008Z | Compiling unicode-segmentation v1.12.0 |
| 2028 | 2026-05-08T16:28:11.081Z | Compiling unicode-properties v0.1.4 |
| 2029 | 2026-05-08T16:28:11.098Z | Compiling unicode-bidi v0.3.18 |
| 2030 | 2026-05-08T16:28:11.118Z | Compiling colorchoice v1.0.4 |
| 2031 | 2026-05-08T16:28:11.135Z | Compiling anstyle-query v1.1.5 |
| 2032 | 2026-05-08T16:28:11.151Z | Compiling unarray v0.1.4 |
| 2033 | 2026-05-08T16:28:11.253Z | Compiling is_terminal_polyfill v1.70.2 |
| 2034 | 2026-05-08T16:28:11.285Z | Compiling adler2 v2.0.1 |
| 2035 | 2026-05-08T16:28:11.316Z | Compiling allocator-api2 v0.2.21 |
| 2036 | 2026-05-08T16:28:11.411Z | Compiling miniz_oxide v0.8.9 |
| 2037 | 2026-05-08T16:28:11.449Z | Compiling anstream v0.6.21 |
| 2038 | 2026-05-08T16:28:11.666Z | Compiling stringprep v0.1.5 |
| 2039 | 2026-05-08T16:28:11.753Z | Compiling proptest v1.10.0 |
| 2040 | 2026-05-08T16:28:11.925Z | Compiling tower v0.5.3 |
| 2041 | 2026-05-08T16:28:11.967Z | Compiling derive_builder_macro v0.20.2 |
| 2042 | 2026-05-08T16:28:12.216Z | Compiling usdt-attr-macro v0.6.0 |
| 2043 | 2026-05-08T16:28:12.233Z | Compiling usdt-macro v0.6.0 |
| 2044 | 2026-05-08T16:28:12.735Z | Compiling http-body-util v0.1.3 |
| 2045 | 2026-05-08T16:28:12.904Z | Compiling webpki-roots v1.0.6 |
| 2046 | 2026-05-08T16:28:13.014Z | Compiling rand_chacha v0.3.1 |
| 2047 | 2026-05-08T16:28:13.032Z | Compiling erased-serde v0.3.31 |
| 2048 | 2026-05-08T16:28:13.050Z | Compiling md-5 v0.10.6 |
| 2049 | 2026-05-08T16:28:13.210Z | Compiling num-integer v0.1.46 |
| 2050 | 2026-05-08T16:28:13.226Z | Compiling hash32 v0.2.1 |
| 2051 | 2026-05-08T16:28:13.264Z | Compiling vergen-lib v0.1.6 |
| 2052 | 2026-05-08T16:28:13.282Z | Compiling ff v0.13.1 |
| 2053 | 2026-05-08T16:28:13.379Z | Compiling ryu v1.0.23 |
| 2054 | 2026-05-08T16:28:13.395Z | Compiling iri-string v0.7.10 |
| 2055 | 2026-05-08T16:28:13.451Z | Compiling fallible-iterator v0.2.0 |
| 2056 | 2026-05-08T16:28:13.454Z | Compiling zlib-rs v0.6.2 |
| 2057 | 2026-05-08T16:28:13.489Z | Compiling psl-types v2.0.11 |
| 2058 | 2026-05-08T16:28:13.531Z | Compiling base16ct v0.2.0 |
| 2059 | 2026-05-08T16:28:13.583Z | Compiling serde_urlencoded v0.7.1 |
| 2060 | 2026-05-08T16:28:13.634Z | Compiling publicsuffix v2.3.0 |
| 2061 | 2026-05-08T16:28:13.665Z | Compiling sec1 v0.7.3 |
| 2062 | 2026-05-08T16:28:13.759Z | Compiling postgres-protocol v0.6.10 |
| 2063 | 2026-05-08T16:28:13.779Z | Compiling newtype-uuid v1.3.2 |
| 2064 | 2026-05-08T16:28:13.800Z | Compiling num-iter v0.1.45 |
| 2065 | 2026-05-08T16:28:13.827Z | Compiling group v0.13.0 |
| 2066 | 2026-05-08T16:28:14.026Z | Compiling rand v0.8.5 |
| 2067 | 2026-05-08T16:28:14.274Z | Compiling oxnet v0.1.4 |
| 2068 | 2026-05-08T16:28:14.363Z | Compiling derive_builder v0.20.2 |
| 2069 | 2026-05-08T16:28:14.502Z | Compiling tokio-native-tls v0.3.1 |
| 2070 | 2026-05-08T16:28:14.520Z | Compiling heck v0.4.1 |
| 2071 | 2026-05-08T16:28:14.536Z | Compiling tower-http v0.6.8 |
| 2072 | 2026-05-08T16:28:14.610Z | Compiling phf_shared v0.13.1 |
| 2073 | 2026-05-08T16:28:14.698Z | Compiling lazy_static v1.5.0 |
| 2074 | 2026-05-08T16:28:14.749Z | Compiling terminal_size v0.4.3 |
| 2075 | 2026-05-08T16:28:14.797Z | Compiling serde_with_macros v3.17.0 |
| 2076 | 2026-05-08T16:28:14.815Z | Compiling cargo-platform v0.1.9 |
| 2077 | 2026-05-08T16:28:14.847Z | Compiling hkdf v0.12.4 |
| 2078 | 2026-05-08T16:28:14.909Z | Compiling crypto-bigint v0.5.5 |
| 2079 | 2026-05-08T16:28:14.912Z | Compiling enum-as-inner v0.6.1 |
| 2080 | 2026-05-08T16:28:14.933Z | Compiling clap_derive v4.5.55 |
| 2081 | 2026-05-08T16:28:14.955Z | Compiling serde_repr v0.1.20 |
| 2082 | 2026-05-08T16:28:14.997Z | Compiling vergen v9.0.6 |
| 2083 | 2026-05-08T16:28:15.051Z | Compiling foldhash v0.1.5 |
| 2084 | 2026-05-08T16:28:15.090Z | Compiling bitflags v1.3.2 |
| 2085 | 2026-05-08T16:28:15.214Z | Compiling libbz2-rs-sys v0.2.2 |
| 2086 | 2026-05-08T16:28:15.281Z | Compiling managed v0.8.0 |
| 2087 | 2026-05-08T16:28:15.313Z | Compiling clap_lex v1.0.0 |
| 2088 | 2026-05-08T16:28:15.392Z | Compiling foldhash v0.2.0 |
| 2089 | 2026-05-08T16:28:15.420Z | Compiling bumpalo v3.20.2 |
| 2090 | 2026-05-08T16:28:15.488Z | Compiling flate2 v1.1.9 |
| 2091 | 2026-05-08T16:28:15.622Z | Compiling zopfli v0.8.3 |
| 2092 | 2026-05-08T16:28:15.691Z | Compiling bzip2 v0.6.1 |
| 2093 | 2026-05-08T16:28:15.740Z | Compiling hashbrown v0.16.1 |
| 2094 | 2026-05-08T16:28:15.818Z | Compiling elliptic-curve v0.13.8 |
| 2095 | 2026-05-08T16:28:15.861Z | Compiling clap_builder v4.5.60 |
| 2096 | 2026-05-08T16:28:15.941Z | Compiling hashbrown v0.15.5 |
| 2097 | 2026-05-08T16:28:16.023Z | Compiling cargo_metadata v0.19.2 |
| 2098 | 2026-05-08T16:28:16.439Z | Compiling phf v0.13.1 |
| 2099 | 2026-05-08T16:28:16.577Z | Compiling zstd v0.13.3 |
| 2100 | 2026-05-08T16:28:16.620Z | Compiling hyper-tls v0.6.0 |
| 2101 | 2026-05-08T16:28:16.674Z | Compiling daft v0.1.5 |
| 2102 | 2026-05-08T16:28:16.690Z | Compiling signal-hook-mio v0.2.5 |
| 2103 | 2026-05-08T16:28:16.849Z | Compiling cookie_store v0.22.1 |
| 2104 | 2026-05-08T16:28:16.867Z | Compiling postgres-types v0.2.12 |
| 2105 | 2026-05-08T16:28:16.969Z | Compiling bzip2 v0.4.4 |
| 2106 | 2026-05-08T16:28:17.159Z | Compiling strum v0.27.2 |
| 2107 | 2026-05-08T16:28:17.299Z | Compiling hubpack v0.1.2 |
| 2108 | 2026-05-08T16:28:17.315Z | Compiling ed25519 v2.2.3 |
| 2109 | 2026-05-08T16:28:17.343Z | Compiling phf_shared v0.11.3 |
| 2110 | 2026-05-08T16:28:17.435Z | Compiling crossbeam-epoch v0.9.18 |
| 2111 | 2026-05-08T16:28:17.476Z | Compiling pkcs1 v0.7.5 |
| 2112 | 2026-05-08T16:28:17.609Z | Compiling hex v0.4.3 |
| 2113 | 2026-05-08T16:28:17.612Z | Compiling serde-big-array v0.5.1 |
| 2114 | 2026-05-08T16:28:17.738Z | Compiling rfc6979 v0.4.0 |
| 2115 | 2026-05-08T16:28:17.792Z | Compiling bstr v1.12.1 |
| 2116 | 2026-05-08T16:28:17.898Z | Compiling float-cmp v0.10.0 |
| 2117 | 2026-05-08T16:28:17.917Z | Compiling memmap2 v0.9.10 |
| 2118 | 2026-05-08T16:28:17.930Z | Compiling env_filter v1.0.0 |
| 2119 | 2026-05-08T16:28:17.977Z | Compiling encoding_rs v0.8.35 |
| 2120 | 2026-05-08T16:28:17.994Z | Compiling jiff v0.2.21 |
| 2121 | 2026-05-08T16:28:18.008Z | Compiling predicates-core v1.0.10 |
| 2122 | 2026-05-08T16:28:18.068Z | Compiling fixedbitset v0.5.7 |
| 2123 | 2026-05-08T16:28:18.106Z | Compiling rustc-hash v2.1.1 |
| 2124 | 2026-05-08T16:28:18.141Z | Compiling difflib v0.4.0 |
| 2125 | 2026-05-08T16:28:18.209Z | Compiling static_assertions v1.1.0 |
| 2126 | 2026-05-08T16:28:18.238Z | Compiling normalize-line-endings v0.3.0 |
| 2127 | 2026-05-08T16:28:18.255Z | Compiling new_debug_unreachable v1.0.6 |
| 2128 | 2026-05-08T16:28:18.302Z | Compiling whoami v2.1.0 |
| 2129 | 2026-05-08T16:28:18.347Z | Compiling precomputed-hash v0.1.1 |
| 2130 | 2026-05-08T16:28:18.363Z | Compiling toml_write v0.1.2 |
| 2131 | 2026-05-08T16:28:18.410Z | Compiling data-encoding v2.10.0 |
| 2132 | 2026-05-08T16:28:18.427Z | Compiling fixedbitset v0.4.2 |
| 2133 | 2026-05-08T16:28:18.456Z | Compiling keccak v0.1.6 |
| 2134 | 2026-05-08T16:28:18.591Z | Compiling mime v0.3.17 |
| 2135 | 2026-05-08T16:28:18.621Z | Compiling sha3 v0.10.8 |
| 2136 | 2026-05-08T16:28:18.637Z | Compiling petgraph v0.6.5 |
| 2137 | 2026-05-08T16:28:18.655Z | Compiling tokio-postgres v0.7.16 |
| 2138 | 2026-05-08T16:28:18.671Z | Compiling toml_edit v0.22.27 |
| 2139 | 2026-05-08T16:28:18.851Z | Compiling hickory-proto v0.25.2 |
| 2140 | 2026-05-08T16:28:18.981Z | Compiling string_cache v0.8.9 |
| 2141 | 2026-05-08T16:28:19.219Z | Compiling predicates v3.1.4 |
| 2142 | 2026-05-08T16:28:19.306Z | Compiling petgraph v0.8.3 |
| 2143 | 2026-05-08T16:28:19.324Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2144 | 2026-05-08T16:28:19.529Z | Compiling iddqd v0.3.18 |
| 2145 | 2026-05-08T16:28:19.797Z | Compiling similar v2.7.0 |
| 2146 | 2026-05-08T16:28:20.157Z | Compiling env_logger v0.11.9 |
| 2147 | 2026-05-08T16:28:20.488Z | Compiling usdt v0.6.0 |
| 2148 | 2026-05-08T16:28:20.658Z | Compiling zip v4.6.1 |
| 2149 | 2026-05-08T16:28:20.724Z | Compiling serde_with v3.17.0 |
| 2150 | 2026-05-08T16:28:20.774Z | Compiling ecdsa v0.16.9 |
| 2151 | 2026-05-08T16:28:21.023Z | Compiling rsa v0.9.10 |
| 2152 | 2026-05-08T16:28:21.183Z | Compiling ed25519-dalek v2.2.0 |
| 2153 | 2026-05-08T16:28:21.567Z | Compiling clap v4.5.60 |
| 2154 | 2026-05-08T16:28:21.770Z | Compiling crossterm v0.28.1 |
| 2155 | 2026-05-08T16:28:21.900Z | Compiling zip v0.6.6 |
| 2156 | 2026-05-08T16:28:22.284Z | Compiling strum v0.26.3 |
| 2157 | 2026-05-08T16:28:22.381Z | Compiling toml v0.7.8 |
| 2158 | 2026-05-08T16:28:22.435Z | Compiling tokio-stream v0.1.18 |
| 2159 | 2026-05-08T16:28:22.457Z | Compiling buf-list v1.1.2 |
| 2160 | 2026-05-08T16:28:22.475Z | Compiling itertools v0.13.0 |
| 2161 | 2026-05-08T16:28:22.597Z | Compiling x509-cert v0.2.5 |
| 2162 | 2026-05-08T16:28:22.950Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2163 | 2026-05-08T16:28:22.987Z | Compiling openapiv3 v2.2.0 |
| 2164 | 2026-05-08T16:28:23.107Z | Compiling sha1 v0.10.6 |
| 2165 | 2026-05-08T16:28:23.360Z | Compiling peg-runtime v0.8.5 |
| 2166 | 2026-05-08T16:28:23.711Z | Compiling lalrpop-util v0.19.12 |
| 2167 | 2026-05-08T16:28:38.682Z | Compiling rustls-webpki v0.103.9 |
| 2168 | 2026-05-08T16:28:40.117Z | Compiling macaddr v1.0.1 |
| 2169 | 2026-05-08T16:28:40.179Z | Compiling structmeta-derive v0.3.0 |
| 2170 | 2026-05-08T16:28:40.265Z | Compiling rayon-core v1.13.0 |
| 2171 | 2026-05-08T16:28:40.296Z | Compiling crucible-workspace-hack v0.1.0 |
| 2172 | 2026-05-08T16:28:40.423Z | Compiling itertools v0.14.0 |
| 2173 | 2026-05-08T16:28:40.526Z | Compiling secrecy v0.10.3 |
| 2174 | 2026-05-08T16:28:40.545Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2175 | 2026-05-08T16:28:40.561Z | Compiling heapless v0.8.0 |
| 2176 | 2026-05-08T16:28:40.726Z | Compiling rustls v0.22.4 |
| 2177 | 2026-05-08T16:28:40.957Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2178 | 2026-05-08T16:28:41.041Z | Compiling crossbeam-deque v0.8.6 |
| 2179 | 2026-05-08T16:28:41.072Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2180 | 2026-05-08T16:28:41.138Z | Compiling rustls-webpki v0.102.8 |
| 2181 | 2026-05-08T16:28:41.141Z | Compiling futures-executor v0.3.32 |
| 2182 | 2026-05-08T16:28:41.196Z | Compiling structmeta v0.3.0 |
| 2183 | 2026-05-08T16:28:41.279Z | Compiling hash32 v0.3.1 |
| 2184 | 2026-05-08T16:28:41.296Z | Compiling multer v3.1.0 |
| 2185 | 2026-05-08T16:28:41.312Z | Compiling thread_local v1.1.9 |
| 2186 | 2026-05-08T16:28:41.342Z | Compiling smoltcp v0.11.0 |
| 2187 | 2026-05-08T16:28:41.440Z | Compiling match_cfg v0.1.0 |
| 2188 | 2026-05-08T16:28:41.447Z | Compiling unicode-width v0.2.0 |
| 2189 | 2026-05-08T16:28:41.471Z | Compiling compression-core v0.4.31 |
| 2190 | 2026-05-08T16:28:41.516Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2191 | 2026-05-08T16:28:41.533Z | Compiling slog-async v2.8.0 |
| 2192 | 2026-05-08T16:28:41.657Z | Compiling proc-macro-crate v3.4.0 |
| 2193 | 2026-05-08T16:28:41.676Z | Compiling compression-codecs v0.4.37 |
| 2194 | 2026-05-08T16:28:41.728Z | Compiling ingot-macros v0.1.1 |
| 2195 | 2026-05-08T16:28:41.787Z | Compiling hostname v0.3.1 |
| 2196 | 2026-05-08T16:28:41.790Z | Compiling derive-ex v0.1.8 |
| 2197 | 2026-05-08T16:28:41.893Z | Compiling futures v0.3.32 |
| 2198 | 2026-05-08T16:28:41.993Z | Compiling slog-json v2.6.1 |
| 2199 | 2026-05-08T16:28:42.012Z | Compiling crossbeam-channel v0.5.15 |
| 2200 | 2026-05-08T16:28:42.077Z | Compiling half v2.7.1 |
| 2201 | 2026-05-08T16:28:42.112Z | Compiling newtype-uuid-macros v0.1.0 |
| 2202 | 2026-05-08T16:28:42.267Z | Compiling cobs v0.3.0 |
| 2203 | 2026-05-08T16:28:42.341Z | Compiling universal-hash v0.5.1 |
| 2204 | 2026-05-08T16:28:42.448Z | Compiling tokio-rustls v0.26.4 |
| 2205 | 2026-05-08T16:28:42.510Z | Compiling rustls-platform-verifier v0.6.2 |
| 2206 | 2026-05-08T16:28:42.584Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2207 | 2026-05-08T16:28:42.757Z | Compiling hyper-rustls v0.27.7 |
| 2208 | 2026-05-08T16:28:42.761Z | Compiling async-stream-impl v0.3.6 |
| 2209 | 2026-05-08T16:28:42.789Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2210 | 2026-05-08T16:28:42.863Z | Compiling serde_spanned v1.0.4 |
| 2211 | 2026-05-08T16:28:42.995Z | Compiling is-terminal v0.4.17 |
| 2212 | 2026-05-08T16:28:43.055Z | Compiling reqwest v0.12.28 |
| 2213 | 2026-05-08T16:28:43.110Z | Compiling reqwest v0.13.2 |
| 2214 | 2026-05-08T16:28:43.128Z | Compiling proc-macro-error-attr v1.0.4 |
| 2215 | 2026-05-08T16:28:43.241Z | Compiling dropshot v0.17.0 |
| 2216 | 2026-05-08T16:28:43.338Z | Compiling opaque-debug v0.3.1 |
| 2217 | 2026-05-08T16:28:43.354Z | Compiling take_mut v0.2.2 |
| 2218 | 2026-05-08T16:28:43.369Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2219 | 2026-05-08T16:28:43.436Z | Compiling convert_case v0.4.0 |
| 2220 | 2026-05-08T16:28:43.468Z | Compiling term v1.2.1 |
| 2221 | 2026-05-08T16:28:43.495Z | Compiling ciborium-io v0.2.2 |
| 2222 | 2026-05-08T16:28:43.549Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2223 | 2026-05-08T16:28:43.612Z | Compiling ciborium-ll v0.2.2 |
| 2224 | 2026-05-08T16:28:43.664Z | Compiling thiserror-no-std v2.0.2 |
| 2225 | 2026-05-08T16:28:43.688Z | Compiling poly1305 v0.8.0 |
| 2226 | 2026-05-08T16:28:43.769Z | Compiling derive_more v0.99.20 |
| 2227 | 2026-05-08T16:28:43.786Z | Compiling slog-term v2.9.2 |
| 2228 | 2026-05-08T16:28:43.841Z | Compiling tokio-rustls v0.25.0 |
| 2229 | 2026-05-08T16:28:43.897Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2230 | 2026-05-08T16:28:44.089Z | Compiling async-stream v0.3.6 |
| 2231 | 2026-05-08T16:28:44.176Z | Compiling test-strategy v0.4.5 |
| 2232 | 2026-05-08T16:28:44.310Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2233 | 2026-05-08T16:28:44.336Z | Compiling postcard v1.1.3 |
| 2234 | 2026-05-08T16:28:44.373Z | Compiling ingot-types v0.1.2 |
| 2235 | 2026-05-08T16:28:44.759Z | Compiling slog-bunyan v2.5.0 |
| 2236 | 2026-05-08T16:28:44.847Z | Compiling ingot v0.1.1 |
| 2237 | 2026-05-08T16:28:44.910Z | Compiling num_enum_derive v0.7.5 |
| 2238 | 2026-05-08T16:28:44.966Z | Compiling async-compression v0.4.41 |
| 2239 | 2026-05-08T16:28:45.314Z | Compiling parse-display-derive v0.10.0 |
| 2240 | 2026-05-08T16:28:45.456Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2241 | 2026-05-08T16:28:45.488Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2242 | 2026-05-08T16:28:45.743Z | Compiling proc-macro-crate v1.3.1 |
| 2243 | 2026-05-08T16:28:45.880Z | Compiling backon v1.6.0 |
| 2244 | 2026-05-08T16:28:45.951Z | Compiling waitgroup v0.1.2 |
| 2245 | 2026-05-08T16:28:46.109Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2246 | 2026-05-08T16:28:46.127Z | Compiling chacha20 v0.9.1 |
| 2247 | 2026-05-08T16:28:46.155Z | Compiling dropshot_endpoint v0.17.0 |
| 2248 | 2026-05-08T16:28:46.254Z | Compiling rustls-pemfile v2.2.0 |
| 2249 | 2026-05-08T16:28:46.303Z | Compiling blake2 v0.10.6 |
| 2250 | 2026-05-08T16:28:46.384Z | Compiling aead v0.5.2 |
| 2251 | 2026-05-08T16:28:46.412Z | Compiling password-hash v0.5.0 |
| 2252 | 2026-05-08T16:28:46.488Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2253 | 2026-05-08T16:28:46.598Z | Compiling foreign-types-macros v0.2.3 |
| 2254 | 2026-05-08T16:28:46.617Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2255 | 2026-05-08T16:28:46.803Z | Compiling serde_path_to_error v0.1.20 |
| 2256 | 2026-05-08T16:28:46.825Z | Compiling hostname v0.4.2 |
| 2257 | 2026-05-08T16:28:46.846Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2258 | 2026-05-08T16:28:47.007Z | Compiling proc-macro-error v1.0.4 |
| 2259 | 2026-05-08T16:28:47.043Z | Compiling instant v0.1.13 |
| 2260 | 2026-05-08T16:28:47.059Z | Compiling typeid v1.0.3 |
| 2261 | 2026-05-08T16:28:47.078Z | Compiling foreign-types-shared v0.3.1 |
| 2262 | 2026-05-08T16:28:47.126Z | Compiling cpufeatures v0.3.0 |
| 2263 | 2026-05-08T16:28:47.184Z | Compiling debug-ignore v1.0.5 |
| 2264 | 2026-05-08T16:28:47.204Z | Compiling backoff v0.4.0 |
| 2265 | 2026-05-08T16:28:47.221Z | Compiling foreign-types v0.5.0 |
| 2266 | 2026-05-08T16:28:47.241Z | Compiling chacha20 v0.10.0 |
| 2267 | 2026-05-08T16:28:47.276Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2268 | 2026-05-08T16:28:47.317Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2269 | 2026-05-08T16:28:47.329Z | Compiling parse-display v0.10.0 |
| 2270 | 2026-05-08T16:28:47.347Z | Compiling argon2 v0.5.3 |
| 2271 | 2026-05-08T16:28:47.381Z | Compiling chacha20poly1305 v0.10.1 |
| 2272 | 2026-05-08T16:28:47.409Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2273 | 2026-05-08T16:28:47.426Z | Compiling num_enum_derive v0.5.11 |
| 2274 | 2026-05-08T16:28:47.448Z | Compiling num_enum v0.7.5 |
| 2275 | 2026-05-08T16:28:47.582Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2276 | 2026-05-08T16:28:47.617Z | Compiling ciborium v0.2.2 |
| 2277 | 2026-05-08T16:28:47.774Z | Compiling vsss-rs v3.3.4 |
| 2278 | 2026-05-08T16:28:48.093Z | Compiling tabwriter v1.4.1 |
| 2279 | 2026-05-08T16:28:48.134Z | Compiling regress v0.10.5 |
| 2280 | 2026-05-08T16:28:48.224Z | Compiling byte-wrapper v0.1.0 |
| 2281 | 2026-05-08T16:28:48.277Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2282 | 2026-05-08T16:28:48.423Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2283 | 2026-05-08T16:28:48.430Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2284 | 2026-05-08T16:28:48.489Z | Compiling cstr-argument v0.1.2 |
| 2285 | 2026-05-08T16:28:48.506Z | Compiling erased-serde v0.4.9 |
| 2286 | 2026-05-08T16:28:48.606Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2287 | 2026-05-08T16:28:48.682Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2288 | 2026-05-08T16:28:48.850Z | Compiling num_enum v0.5.11 |
| 2289 | 2026-05-08T16:28:48.866Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2290 | 2026-05-08T16:28:48.886Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2291 | 2026-05-08T16:28:49.044Z | Compiling rand v0.10.0 |
| 2292 | 2026-05-08T16:28:49.115Z | Compiling rayon v1.11.0 |
| 2293 | 2026-05-08T16:28:49.130Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2294 | 2026-05-08T16:28:49.146Z | Compiling colored v3.1.1 |
| 2295 | 2026-05-08T16:28:49.169Z | Compiling libefi-sys v0.1.0 |
| 2296 | 2026-05-08T16:28:49.236Z | Compiling indent_write v2.2.0 |
| 2297 | 2026-05-08T16:28:49.311Z | Compiling zone_cfg_derive v0.3.1 |
| 2298 | 2026-05-08T16:28:49.327Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2299 | 2026-05-08T16:28:49.397Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2300 | 2026-05-08T16:28:49.512Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2301 | 2026-05-08T16:28:49.528Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2302 | 2026-05-08T16:28:49.752Z | Compiling camino-tempfile v1.4.1 |
| 2303 | 2026-05-08T16:28:49.788Z | Compiling itertools v0.12.1 |
| 2304 | 2026-05-08T16:28:49.851Z | Compiling usdt-attr-macro v0.5.0 |
| 2305 | 2026-05-08T16:28:49.855Z | Compiling usdt-macro v0.5.0 |
| 2306 | 2026-05-08T16:28:49.939Z | Compiling bitfield-struct v0.6.2 |
| 2307 | 2026-05-08T16:28:50.079Z | Compiling num-derive v0.4.2 |
| 2308 | 2026-05-08T16:28:50.087Z | Compiling blake3 v1.8.3 |
| 2309 | 2026-05-08T16:28:50.160Z | Compiling ordered-float v2.10.1 |
| 2310 | 2026-05-08T16:28:50.475Z | Compiling sigpipe v0.1.3 |
| 2311 | 2026-05-08T16:28:50.492Z | Compiling memmap v0.7.0 |
| 2312 | 2026-05-08T16:28:50.584Z | Compiling swrite v0.1.0 |
| 2313 | 2026-05-08T16:28:50.602Z | Compiling glob v0.3.3 |
| 2314 | 2026-05-08T16:28:50.602Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2315 | 2026-05-08T16:28:50.632Z | Compiling usdt v0.5.0 |
| 2316 | 2026-05-08T16:28:50.707Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2317 | 2026-05-08T16:28:50.750Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2318 | 2026-05-08T16:28:50.988Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2319 | 2026-05-08T16:28:51.045Z | Compiling serde-value v0.7.0 |
| 2320 | 2026-05-08T16:28:51.248Z | Compiling zone v0.3.1 |
| 2321 | 2026-05-08T16:28:51.267Z | Compiling serde-untagged v0.1.9 |
| 2322 | 2026-05-08T16:28:51.316Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2323 | 2026-05-08T16:28:51.505Z | Compiling toml v0.8.23 |
| 2324 | 2026-05-08T16:28:51.563Z | Compiling smf v0.2.3 |
| 2325 | 2026-05-08T16:28:51.594Z | Compiling filetime v0.2.27 |
| 2326 | 2026-05-08T16:28:51.633Z | Compiling arrayref v0.3.9 |
| 2327 | 2026-05-08T16:28:51.648Z | Compiling constant_time_eq v0.4.2 |
| 2328 | 2026-05-08T16:28:51.700Z | Compiling arrayvec v0.7.6 |
| 2329 | 2026-05-08T16:28:51.730Z | Compiling xattr v1.6.1 |
| 2330 | 2026-05-08T16:28:51.760Z | Compiling same-file v1.0.6 |
| 2331 | 2026-05-08T16:28:51.826Z | Compiling whoami v1.6.1 |
| 2332 | 2026-05-08T16:28:51.869Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2333 | 2026-05-08T16:28:51.886Z | Compiling unicode-xid v0.2.6 |
| 2334 | 2026-05-08T16:28:51.945Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2335 | 2026-05-08T16:28:51.962Z | Compiling walkdir v2.5.0 |
| 2336 | 2026-05-08T16:28:51.992Z | Compiling tar v0.4.45 |
| 2337 | 2026-05-08T16:28:52.053Z | Compiling cargo-util-schemas v0.8.2 |
| 2338 | 2026-05-08T16:28:52.285Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2339 | 2026-05-08T16:28:52.575Z | Compiling tokio-dtrace v0.1.1 |
| 2340 | 2026-05-08T16:28:52.659Z | Compiling console v0.16.2 |
| 2341 | 2026-05-08T16:28:52.723Z | Compiling gethostname v0.5.0 |
| 2342 | 2026-05-08T16:28:52.739Z | Compiling cargo-platform v0.2.0 |
| 2343 | 2026-05-08T16:28:52.887Z | Compiling topological-sort v0.2.2 |
| 2344 | 2026-05-08T16:28:52.902Z | Compiling unit-prefix v0.5.2 |
| 2345 | 2026-05-08T16:28:52.920Z | Compiling oxide-tokio-rt v0.1.4 |
| 2346 | 2026-05-08T16:28:52.938Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2347 | 2026-05-08T16:28:53.080Z | Compiling indicatif v0.18.4 |
| 2348 | 2026-05-08T16:28:53.095Z | Compiling shell-words v1.1.1 |
| 2349 | 2026-05-08T16:28:53.311Z | Compiling cargo_metadata v0.21.0 |
| 2350 | 2026-05-08T16:29:02.534Z | Compiling progenitor-client v0.10.0 |
| 2351 | 2026-05-08T16:29:02.534Z | Compiling omicron-zone-package v0.12.2 |
| 2352 | 2026-05-08T16:29:02.551Z | Compiling progenitor-client v0.14.0 |
| 2353 | 2026-05-08T16:29:02.651Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2354 | 2026-05-08T16:29:02.680Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2355 | 2026-05-08T16:29:02.705Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2356 | 2026-05-08T16:29:03.013Z | Compiling progenitor-extras v0.2.0 |
| 2357 | 2026-05-08T16:29:03.029Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2358 | 2026-05-08T16:29:03.062Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2359 | 2026-05-08T16:29:03.274Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2360 | 2026-05-08T16:29:03.640Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2361 | 2026-05-08T16:29:03.881Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2362 | 2026-05-08T16:29:03.953Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2363 | 2026-05-08T16:29:07.684Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2364 | 2026-05-08T16:29:15.165Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2365 | 2026-05-08T16:29:18.319Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2366 | 2026-05-08T16:29:19.294Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2367 | 2026-05-08T16:29:28.565Z | Finished `release` profile [optimized] target(s) in 1m 40s |
| 2368 | 2026-05-08T16:29:28.692Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2369 | 2026-05-08T16:29:28.755Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2370 | 2026-05-08T16:29:28.758Z | Created new build target 'test' and set it as active |
| 2371 | 2026-05-08T16:29:28.761Z | |
| 2372 | 2026-05-08T16:29:28.761Z | real 1:40.819282053 |
| 2373 | 2026-05-08T16:29:28.761Z | user 16:36.761197438 |
| 2374 | 2026-05-08T16:29:28.761Z | sys 2:38.075508572 |
| 2375 | 2026-05-08T16:29:28.761Z | trap 0.450686698 |
| 2376 | 2026-05-08T16:29:28.761Z | tflt 2.572510829 |
| 2377 | 2026-05-08T16:29:28.761Z | dflt 3.463920662 |
| 2378 | 2026-05-08T16:29:28.761Z | kflt 0.000892950 |
| 2379 | 2026-05-08T16:29:28.761Z | lock 52:13.584638300 |
| 2380 | 2026-05-08T16:29:28.761Z | slp 42:51.916465296 |
| 2381 | 2026-05-08T16:29:28.761Z | lat 42.612490008 |
| 2382 | 2026-05-08T16:29:28.761Z | stop 5:33.979868762 |
| 2383 | 2026-05-08T16:29:28.761Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2384 | 2026-05-08T16:29:29.644Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2385 | 2026-05-08T16:29:29.717Z | Running `target/release/omicron-package -t test package` |
| 2386 | 2026-05-08T16:29:29.778Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2387 | 2026-05-08T16:29:31.189Z | Compiling heck v0.5.0 |
| 2388 | 2026-05-08T16:29:31.189Z | Compiling regress v0.11.1 |
| 2389 | 2026-05-08T16:29:31.189Z | Compiling unsafe-libyaml v0.2.11 |
| 2390 | 2026-05-08T16:29:31.450Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2391 | 2026-05-08T16:29:31.475Z | Compiling regress v0.10.5 |
| 2392 | 2026-05-08T16:29:31.505Z | Compiling unicode-width v0.1.14 |
| 2393 | 2026-05-08T16:29:31.508Z | Compiling is-terminal v0.4.17 |
| 2394 | 2026-05-08T16:29:31.548Z | Compiling prettyplease v0.2.37 |
| 2395 | 2026-05-08T16:29:31.548Z | Compiling bytecount v0.6.9 |
| 2396 | 2026-05-08T16:29:31.551Z | Compiling rustls v0.22.4 |
| 2397 | 2026-05-08T16:29:31.551Z | Compiling rustls-webpki v0.102.8 |
| 2398 | 2026-05-08T16:29:31.592Z | Compiling derive-where v1.6.0 |
| 2399 | 2026-05-08T16:29:31.595Z | Compiling thread_local v1.1.9 |
| 2400 | 2026-05-08T16:29:31.595Z | Compiling match_cfg v0.1.0 |
| 2401 | 2026-05-08T16:29:31.614Z | Compiling compression-core v0.4.31 |
| 2402 | 2026-05-08T16:29:31.719Z | Compiling multer v3.1.0 |
| 2403 | 2026-05-08T16:29:31.719Z | Compiling slog-async v2.8.0 |
| 2404 | 2026-05-08T16:29:31.762Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2405 | 2026-05-08T16:29:31.789Z | Compiling compression-codecs v0.4.37 |
| 2406 | 2026-05-08T16:29:31.792Z | Compiling hostname v0.3.1 |
| 2407 | 2026-05-08T16:29:31.812Z | Compiling crossbeam-channel v0.5.15 |
| 2408 | 2026-05-08T16:29:31.856Z | Compiling slog-json v2.6.1 |
| 2409 | 2026-05-08T16:29:31.859Z | Compiling futures-executor v0.3.32 |
| 2410 | 2026-05-08T16:29:31.859Z | Compiling serde_spanned v1.0.4 |
| 2411 | 2026-05-08T16:29:31.944Z | Compiling serde_yaml v0.9.34+deprecated |
| 2412 | 2026-05-08T16:29:31.966Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2413 | 2026-05-08T16:29:31.990Z | Compiling take_mut v0.2.2 |
| 2414 | 2026-05-08T16:29:32.087Z | Compiling term v1.2.1 |
| 2415 | 2026-05-08T16:29:32.090Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2416 | 2026-05-08T16:29:32.090Z | Compiling futures v0.3.32 |
| 2417 | 2026-05-08T16:29:32.153Z | Compiling slog-bunyan v2.5.0 |
| 2418 | 2026-05-08T16:29:32.156Z | Compiling async-compression v0.4.41 |
| 2419 | 2026-05-08T16:29:32.322Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2420 | 2026-05-08T16:29:32.347Z | Compiling dropshot v0.17.0 |
| 2421 | 2026-05-08T16:29:32.347Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2422 | 2026-05-08T16:29:32.386Z | Compiling async-stream v0.3.6 |
| 2423 | 2026-05-08T16:29:32.416Z | Compiling slog-term v2.9.2 |
| 2424 | 2026-05-08T16:29:32.524Z | Compiling num-rational v0.4.2 |
| 2425 | 2026-05-08T16:29:32.552Z | Compiling progenitor-client v0.14.0 |
| 2426 | 2026-05-08T16:29:32.588Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2427 | 2026-05-08T16:29:32.610Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2428 | 2026-05-08T16:29:32.658Z | Compiling waitgroup v0.1.2 |
| 2429 | 2026-05-08T16:29:32.741Z | Compiling backon v1.6.0 |
| 2430 | 2026-05-08T16:29:32.799Z | Compiling rustls-pemfile v2.2.0 |
| 2431 | 2026-05-08T16:29:32.825Z | Compiling num-complex v0.4.6 |
| 2432 | 2026-05-08T16:29:32.847Z | Compiling serde_path_to_error v0.1.20 |
| 2433 | 2026-05-08T16:29:32.893Z | Compiling hostname v0.4.2 |
| 2434 | 2026-05-08T16:29:32.915Z | Compiling instant v0.1.13 |
| 2435 | 2026-05-08T16:29:32.944Z | Compiling debug-ignore v1.0.5 |
| 2436 | 2026-05-08T16:29:32.978Z | Compiling progenitor-extras v0.2.0 |
| 2437 | 2026-05-08T16:29:33.018Z | Compiling typify-impl v0.6.2 |
| 2438 | 2026-05-08T16:29:33.058Z | Compiling backoff v0.4.0 |
| 2439 | 2026-05-08T16:29:33.080Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2440 | 2026-05-08T16:29:33.080Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2441 | 2026-05-08T16:29:33.260Z | Compiling num v0.4.3 |
| 2442 | 2026-05-08T16:29:33.292Z | Compiling parse-display v0.10.0 |
| 2443 | 2026-05-08T16:29:33.314Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2444 | 2026-05-08T16:29:33.334Z | Compiling progenitor-client v0.13.0 |
| 2445 | 2026-05-08T16:29:33.371Z | Compiling progenitor-client v0.10.0 |
| 2446 | 2026-05-08T16:29:33.394Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2447 | 2026-05-08T16:29:33.514Z | Compiling macaddr v1.0.1 |
| 2448 | 2026-05-08T16:29:33.538Z | Compiling float-ord v0.3.2 |
| 2449 | 2026-05-08T16:29:33.564Z | Compiling console v0.15.11 |
| 2450 | 2026-05-08T16:29:33.690Z | Compiling newline-converter v0.3.0 |
| 2451 | 2026-05-08T16:29:33.723Z | Compiling atomicwrites v0.4.4 |
| 2452 | 2026-05-08T16:29:33.779Z | Compiling slog-dtrace v0.3.0 |
| 2453 | 2026-05-08T16:29:33.879Z | Compiling async-recursion v1.1.1 |
| 2454 | 2026-05-08T16:29:33.935Z | Compiling owo-colors v4.3.0 |
| 2455 | 2026-05-08T16:29:34.010Z | Compiling tokio-rustls v0.25.0 |
| 2456 | 2026-05-08T16:29:34.073Z | Compiling expectorate v1.2.0 |
| 2457 | 2026-05-08T16:29:34.119Z | Compiling cancel-safe-futures v0.1.5 |
| 2458 | 2026-05-08T16:29:34.163Z | Compiling libsw-core v0.3.2 |
| 2459 | 2026-05-08T16:29:34.273Z | Compiling resolv-conf v0.7.6 |
| 2460 | 2026-05-08T16:29:34.321Z | Compiling libsw v3.5.0 |
| 2461 | 2026-05-08T16:29:34.386Z | Compiling toml v0.8.23 |
| 2462 | 2026-05-08T16:29:34.533Z | Compiling linear-map v1.2.0 |
| 2463 | 2026-05-08T16:29:34.566Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2464 | 2026-05-08T16:29:34.646Z | Compiling linked-hash-map v0.5.6 |
| 2465 | 2026-05-08T16:29:34.787Z | Compiling minimal-lexical v0.2.1 |
| 2466 | 2026-05-08T16:29:34.864Z | Compiling lru-cache v0.1.2 |
| 2467 | 2026-05-08T16:29:34.888Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2468 | 2026-05-08T16:29:34.914Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2469 | 2026-05-08T16:29:34.934Z | Compiling unicode-xid v0.2.6 |
| 2470 | 2026-05-08T16:29:34.979Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2471 | 2026-05-08T16:29:35.045Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2472 | 2026-05-08T16:29:35.070Z | Compiling nom v7.1.3 |
| 2473 | 2026-05-08T16:29:35.073Z | Compiling globset v0.4.18 |
| 2474 | 2026-05-08T16:29:35.114Z | Compiling hickory-proto v0.24.4 |
| 2475 | 2026-05-08T16:29:35.143Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2476 | 2026-05-08T16:29:35.310Z | Compiling convert_case v0.10.0 |
| 2477 | 2026-05-08T16:29:35.614Z | Compiling derive_more-impl v2.1.1 |
| 2478 | 2026-05-08T16:29:35.933Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2479 | 2026-05-08T16:29:36.299Z | Compiling pin-project-internal v1.1.11 |
| 2480 | 2026-05-08T16:29:36.403Z | Compiling derive_more v2.1.1 |
| 2481 | 2026-05-08T16:29:36.433Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2482 | 2026-05-08T16:29:36.513Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2483 | 2026-05-08T16:29:36.535Z | Compiling typify-macro v0.6.2 |
| 2484 | 2026-05-08T16:29:36.775Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2485 | 2026-05-08T16:29:37.027Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2486 | 2026-05-08T16:29:37.335Z | Compiling pin-project v1.1.11 |
| 2487 | 2026-05-08T16:29:37.473Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2488 | 2026-05-08T16:29:37.719Z | Compiling hickory-resolver v0.24.4 |
| 2489 | 2026-05-08T16:29:37.782Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2490 | 2026-05-08T16:29:37.833Z | Compiling papergrid v0.11.0 |
| 2491 | 2026-05-08T16:29:37.965Z | Compiling tabled_derive v0.7.0 |
| 2492 | 2026-05-08T16:29:38.113Z | Compiling typify v0.6.2 |
| 2493 | 2026-05-08T16:29:38.258Z | Compiling progenitor-impl v0.14.0 |
| 2494 | 2026-05-08T16:29:38.429Z | Compiling progenitor-impl v0.13.0 |
| 2495 | 2026-05-08T16:29:38.948Z | Compiling qorb v0.4.1 |
| 2496 | 2026-05-08T16:29:39.507Z | Compiling pem v3.0.6 |
| 2497 | 2026-05-08T16:29:40.222Z | Compiling snafu-derive v0.8.9 |
| 2498 | 2026-05-08T16:29:40.441Z | Compiling progenitor-macro v0.14.0 |
| 2499 | 2026-05-08T16:29:40.608Z | Compiling progenitor-macro v0.13.0 |
| 2500 | 2026-05-08T16:29:41.001Z | Compiling termtree v0.5.1 |
| 2501 | 2026-05-08T16:29:41.873Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2502 | 2026-05-08T16:29:42.094Z | Compiling snafu v0.8.9 |
| 2503 | 2026-05-08T16:29:42.531Z | Compiling tabled v0.15.0 |
| 2504 | 2026-05-08T16:29:42.714Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2505 | 2026-05-08T16:29:43.150Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2506 | 2026-05-08T16:29:43.736Z | Compiling crossterm v0.29.0 |
| 2507 | 2026-05-08T16:29:43.806Z | Compiling phf_shared v0.12.1 |
| 2508 | 2026-05-08T16:29:43.903Z | Compiling olpc-cjson v0.1.4 |
| 2509 | 2026-05-08T16:29:44.072Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2510 | 2026-05-08T16:29:44.165Z | Compiling serde_plain v1.0.2 |
| 2511 | 2026-05-08T16:29:44.513Z | Compiling vte v0.14.1 |
| 2512 | 2026-05-08T16:29:44.641Z | Compiling csv-core v0.1.13 |
| 2513 | 2026-05-08T16:29:44.664Z | Compiling progenitor v0.14.0 |
| 2514 | 2026-05-08T16:29:44.753Z | Compiling progenitor v0.13.0 |
| 2515 | 2026-05-08T16:29:44.785Z | Compiling chrono-tz v0.10.4 |
| 2516 | 2026-05-08T16:29:44.854Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2517 | 2026-05-08T16:29:44.892Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2518 | 2026-05-08T16:29:44.946Z | Compiling typed-path v0.9.3 |
| 2519 | 2026-05-08T16:29:45.012Z | Compiling highway v1.3.0 |
| 2520 | 2026-05-08T16:29:45.136Z | Compiling csv v1.4.0 |
| 2521 | 2026-05-08T16:29:45.747Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2522 | 2026-05-08T16:29:45.950Z | Compiling strip-ansi-escapes v0.2.1 |
| 2523 | 2026-05-08T16:29:46.131Z | Compiling tough v0.20.0 |
| 2524 | 2026-05-08T16:29:46.509Z | Compiling phf v0.12.1 |
| 2525 | 2026-05-08T16:29:46.698Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2526 | 2026-05-08T16:29:46.768Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2527 | 2026-05-08T16:29:47.256Z | Compiling const_format_proc_macros v0.2.34 |
| 2528 | 2026-05-08T16:29:47.662Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2529 | 2026-05-08T16:29:47.740Z | Compiling fd-lock v4.0.4 |
| 2530 | 2026-05-08T16:29:47.864Z | Compiling peg-macros v0.8.5 |
| 2531 | 2026-05-08T16:29:47.977Z | Compiling nu-ansi-term v0.50.3 |
| 2532 | 2026-05-08T16:29:48.079Z | Compiling const_format v0.2.35 |
| 2533 | 2026-05-08T16:29:48.263Z | Compiling reedline v0.40.0 |
| 2534 | 2026-05-08T16:29:48.621Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2535 | 2026-05-08T16:29:49.215Z | Compiling peg v0.8.5 |
| 2536 | 2026-05-08T16:29:49.319Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2537 | 2026-05-08T16:29:50.041Z | Compiling bcs v0.1.6 |
| 2538 | 2026-05-08T16:29:50.448Z | Compiling semver v0.1.20 |
| 2539 | 2026-05-08T16:29:50.477Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2540 | 2026-05-08T16:29:50.614Z | Compiling smawk v0.3.2 |
| 2541 | 2026-05-08T16:29:50.729Z | Compiling rustc_version v0.1.7 |
| 2542 | 2026-05-08T16:29:50.753Z | Compiling unicode-linebreak v0.1.5 |
| 2543 | 2026-05-08T16:29:50.806Z | Compiling humantime v2.3.0 |
| 2544 | 2026-05-08T16:29:51.022Z | Compiling newtype_derive v0.1.6 |
| 2545 | 2026-05-08T16:29:51.061Z | Compiling textwrap v0.16.2 |
| 2546 | 2026-05-08T16:29:51.231Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2547 | 2026-05-08T16:29:51.298Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2548 | 2026-05-08T16:29:51.453Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2549 | 2026-05-08T16:29:51.890Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2550 | 2026-05-08T16:29:51.977Z | Compiling base64 v0.21.7 |
| 2551 | 2026-05-08T16:29:52.063Z | Compiling steno v0.4.1 |
| 2552 | 2026-05-08T16:29:52.414Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2553 | 2026-05-08T16:29:52.510Z | Compiling tagptr v0.2.0 |
| 2554 | 2026-05-08T16:29:52.694Z | Compiling utf-8 v0.7.6 |
| 2555 | 2026-05-08T16:29:52.717Z | Compiling moka v0.12.13 |
| 2556 | 2026-05-08T16:29:52.847Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2557 | 2026-05-08T16:29:53.006Z | Compiling tungstenite v0.21.0 |
| 2558 | 2026-05-08T16:29:53.038Z | Compiling radium v0.7.0 |
| 2559 | 2026-05-08T16:29:53.366Z | Compiling maybe-uninit v2.0.0 |
| 2560 | 2026-05-08T16:29:53.537Z | Compiling tap v1.0.1 |
| 2561 | 2026-05-08T16:29:53.659Z | Compiling tokio-tungstenite v0.21.0 |
| 2562 | 2026-05-08T16:29:53.760Z | Compiling wyz v0.5.1 |
| 2563 | 2026-05-08T16:29:53.789Z | Compiling zerocopy-derive v0.6.6 |
| 2564 | 2026-05-08T16:29:53.850Z | Compiling hickory-resolver v0.25.2 |
| 2565 | 2026-05-08T16:29:53.970Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2566 | 2026-05-08T16:29:54.012Z | Compiling crc-catalog v2.4.0 |
| 2567 | 2026-05-08T16:29:54.054Z | Compiling funty v2.0.0 |
| 2568 | 2026-05-08T16:29:54.145Z | Compiling display-error-chain v0.2.2 |
| 2569 | 2026-05-08T16:29:54.204Z | Compiling packed_struct v0.10.1 |
| 2570 | 2026-05-08T16:29:54.332Z | Compiling crc v3.4.0 |
| 2571 | 2026-05-08T16:29:54.525Z | Compiling bitvec v1.0.1 |
| 2572 | 2026-05-08T16:29:54.591Z | Compiling zerocopy v0.6.6 |
| 2573 | 2026-05-08T16:29:54.856Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2574 | 2026-05-08T16:29:54.979Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2575 | 2026-05-08T16:29:55.019Z | Compiling packed_struct_codegen v0.10.1 |
| 2576 | 2026-05-08T16:29:55.159Z | Compiling num-derive v0.3.3 |
| 2577 | 2026-05-08T16:29:55.704Z | Compiling bitfield-macros v0.19.4 |
| 2578 | 2026-05-08T16:29:56.033Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2579 | 2026-05-08T16:29:56.065Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2580 | 2026-05-08T16:29:56.347Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2581 | 2026-05-08T16:29:56.425Z | Compiling indexmap v1.9.3 |
| 2582 | 2026-05-08T16:29:56.506Z | Compiling nodrop v0.1.14 |
| 2583 | 2026-05-08T16:29:56.647Z | Compiling array-init v0.0.4 |
| 2584 | 2026-05-08T16:29:56.703Z | Compiling proc-macro-error2 v2.0.1 |
| 2585 | 2026-05-08T16:29:57.048Z | Compiling bitfield v0.19.4 |
| 2586 | 2026-05-08T16:29:57.375Z | Compiling libscf-sys v1.1.0 |
| 2587 | 2026-05-08T16:29:57.567Z | Compiling smallvec v0.6.14 |
| 2588 | 2026-05-08T16:29:57.630Z | Compiling typify-impl v0.4.3 |
| 2589 | 2026-05-08T16:29:57.844Z | Compiling hashbrown v0.12.3 |
| 2590 | 2026-05-08T16:29:57.950Z | Compiling serde-hex v0.1.0 |
| 2591 | 2026-05-08T16:29:58.461Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2592 | 2026-05-08T16:29:58.668Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2593 | 2026-05-08T16:29:59.170Z | Compiling tabled_derive v0.11.0 |
| 2594 | 2026-05-08T16:29:59.364Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2595 | 2026-05-08T16:29:59.607Z | Compiling ron v0.8.1 |
| 2596 | 2026-05-08T16:29:59.719Z | Compiling papergrid v0.17.0 |
| 2597 | 2026-05-08T16:29:59.757Z | Compiling testing_table v0.3.0 |
| 2598 | 2026-05-08T16:30:00.097Z | Compiling hashbrown v0.13.2 |
| 2599 | 2026-05-08T16:30:00.191Z | Compiling vergen-gitcl v1.0.8 |
| 2600 | 2026-05-08T16:30:00.212Z | Compiling dirs-sys-next v0.1.2 |
| 2601 | 2026-05-08T16:30:00.350Z | Compiling crunchy v0.2.4 |
| 2602 | 2026-05-08T16:30:00.425Z | Compiling crc-any v2.5.0 |
| 2603 | 2026-05-08T16:30:00.493Z | Compiling glob v0.3.3 |
| 2604 | 2026-05-08T16:30:00.516Z | Compiling diesel_derives v2.3.7 |
| 2605 | 2026-05-08T16:30:00.638Z | Compiling maplit v1.0.2 |
| 2606 | 2026-05-08T16:30:00.706Z | Compiling object v0.30.4 |
| 2607 | 2026-05-08T16:30:00.810Z | Compiling dirs-next v2.0.0 |
| 2608 | 2026-05-08T16:30:00.834Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2609 | 2026-05-08T16:30:00.858Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2610 | 2026-05-08T16:30:00.879Z | Compiling clang-sys v1.8.1 |
| 2611 | 2026-05-08T16:30:00.882Z | Compiling dsl_auto_type v0.2.0 |
| 2612 | 2026-05-08T16:30:00.966Z | Compiling tabled v0.20.0 |
| 2613 | 2026-05-08T16:30:01.125Z | Compiling typify-macro v0.4.3 |
| 2614 | 2026-05-08T16:30:01.267Z | Compiling scheduled-thread-pool v0.2.7 |
| 2615 | 2026-05-08T16:30:01.460Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2616 | 2026-05-08T16:30:01.517Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2617 | 2026-05-08T16:30:01.695Z | Compiling path-slash v0.1.5 |
| 2618 | 2026-05-08T16:30:01.756Z | Compiling xshell-macros v0.2.7 |
| 2619 | 2026-05-08T16:30:01.868Z | Compiling tiny-keccak v2.0.2 |
| 2620 | 2026-05-08T16:30:01.890Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2621 | 2026-05-08T16:30:02.140Z | Compiling r2d2 v0.8.10 |
| 2622 | 2026-05-08T16:30:02.177Z | Compiling xshell v0.2.7 |
| 2623 | 2026-05-08T16:30:02.293Z | Compiling term v0.7.0 |
| 2624 | 2026-05-08T16:30:02.442Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2625 | 2026-05-08T16:30:02.839Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2626 | 2026-05-08T16:30:02.897Z | Compiling downcast-rs v2.0.2 |
| 2627 | 2026-05-08T16:30:02.923Z | Compiling bit-vec v0.6.3 |
| 2628 | 2026-05-08T16:30:03.037Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2629 | 2026-05-08T16:30:03.170Z | Compiling bit-set v0.5.3 |
| 2630 | 2026-05-08T16:30:03.367Z | Compiling ascii-canvas v3.0.0 |
| 2631 | 2026-05-08T16:30:03.542Z | Compiling itertools v0.10.5 |
| 2632 | 2026-05-08T16:30:03.571Z | Compiling ena v0.14.4 |
| 2633 | 2026-05-08T16:30:03.636Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2634 | 2026-05-08T16:30:03.817Z | Compiling libloading v0.8.9 |
| 2635 | 2026-05-08T16:30:04.048Z | Compiling diff v0.1.13 |
| 2636 | 2026-05-08T16:30:04.338Z | Compiling regex-syntax v0.6.29 |
| 2637 | 2026-05-08T16:30:04.628Z | Compiling crc8 v0.1.1 |
| 2638 | 2026-05-08T16:30:04.770Z | Compiling unicase v2.9.0 |
| 2639 | 2026-05-08T16:30:04.843Z | Compiling bindgen v0.71.1 |
| 2640 | 2026-05-08T16:30:05.184Z | Compiling typify v0.4.3 |
| 2641 | 2026-05-08T16:30:05.337Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2642 | 2026-05-08T16:30:05.474Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2643 | 2026-05-08T16:30:05.546Z | Compiling cexpr v0.6.0 |
| 2644 | 2026-05-08T16:30:05.806Z | Compiling lalrpop v0.19.12 |
| 2645 | 2026-05-08T16:30:06.084Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2646 | 2026-05-08T16:30:06.214Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2647 | 2026-05-08T16:30:06.280Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2648 | 2026-05-08T16:30:06.304Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2649 | 2026-05-08T16:30:06.414Z | Compiling headers-core v0.3.0 |
| 2650 | 2026-05-08T16:30:06.578Z | Compiling libxml v0.3.3 |
| 2651 | 2026-05-08T16:30:06.686Z | Compiling headers v0.4.1 |
| 2652 | 2026-05-08T16:30:06.874Z | Compiling diesel v2.3.7 |
| 2653 | 2026-05-08T16:30:06.897Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2654 | 2026-05-08T16:30:06.997Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2655 | 2026-05-08T16:30:07.226Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2656 | 2026-05-08T16:30:07.750Z | Compiling strum_macros v0.24.3 |
| 2657 | 2026-05-08T16:30:08.164Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2658 | 2026-05-08T16:30:08.229Z | Compiling indoc v1.0.9 |
| 2659 | 2026-05-08T16:30:08.793Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2660 | 2026-05-08T16:30:08.852Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2661 | 2026-05-08T16:30:09.018Z | Compiling derive_builder v0.20.2 |
| 2662 | 2026-05-08T16:30:09.045Z | Compiling oso-derive v0.27.3 |
| 2663 | 2026-05-08T16:30:09.048Z | Compiling quick-xml v0.37.5 |
| 2664 | 2026-05-08T16:30:09.198Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2665 | 2026-05-08T16:30:09.227Z | Compiling half v1.8.3 |
| 2666 | 2026-05-08T16:30:09.575Z | Compiling openssl-probe v0.1.6 |
| 2667 | 2026-05-08T16:30:09.675Z | Compiling serde_cbor v0.11.2 |
| 2668 | 2026-05-08T16:30:09.940Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2669 | 2026-05-08T16:30:10.324Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2670 | 2026-05-08T16:30:10.547Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2671 | 2026-05-08T16:30:10.547Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2672 | 2026-05-08T16:30:10.672Z | Compiling bb8 v0.8.6 |
| 2673 | 2026-05-08T16:30:10.693Z | Compiling trait-variant v0.1.2 |
| 2674 | 2026-05-08T16:30:10.794Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2675 | 2026-05-08T16:30:10.861Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2676 | 2026-05-08T16:30:11.071Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2677 | 2026-05-08T16:30:11.099Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2678 | 2026-05-08T16:30:11.207Z | Compiling fxhash v0.2.1 |
| 2679 | 2026-05-08T16:30:11.245Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2680 | 2026-05-08T16:30:11.363Z | Compiling salty v0.3.0 |
| 2681 | 2026-05-08T16:30:11.385Z | Compiling samael v0.0.19 |
| 2682 | 2026-05-08T16:30:11.671Z | Compiling progenitor-impl v0.10.0 |
| 2683 | 2026-05-08T16:30:11.694Z | Compiling progenitor-impl v0.11.2 |
| 2684 | 2026-05-08T16:30:11.738Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2685 | 2026-05-08T16:30:11.781Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2686 | 2026-05-08T16:30:12.442Z | Compiling kstat-rs v0.2.4 |
| 2687 | 2026-05-08T16:30:12.523Z | Compiling libz-sys v1.1.24 |
| 2688 | 2026-05-08T16:30:12.816Z | Compiling nonempty v0.12.0 |
| 2689 | 2026-05-08T16:30:12.954Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2690 | 2026-05-08T16:30:13.014Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2691 | 2026-05-08T16:30:13.385Z | Compiling polar-core v0.27.3 |
| 2692 | 2026-05-08T16:30:13.834Z | Compiling progenitor-macro v0.10.0 |
| 2693 | 2026-05-08T16:30:13.965Z | Compiling progenitor-macro v0.11.2 |
| 2694 | 2026-05-08T16:30:15.026Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 2695 | 2026-05-08T16:30:16.730Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2696 | 2026-05-08T16:30:16.754Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2697 | 2026-05-08T16:30:17.287Z | Compiling progenitor-client v0.11.2 |
| 2698 | 2026-05-08T16:30:17.573Z | Compiling darling_core v0.23.0 |
| 2699 | 2026-05-08T16:30:17.900Z | Compiling nanorand v0.7.0 |
| 2700 | 2026-05-08T16:30:17.922Z | Compiling arc-swap v1.8.2 |
| 2701 | 2026-05-08T16:30:18.107Z | Compiling fs-err v2.11.0 |
| 2702 | 2026-05-08T16:30:18.278Z | Compiling parking_lot_core v0.8.6 |
| 2703 | 2026-05-08T16:30:18.495Z | Compiling slog-scope v4.4.1 |
| 2704 | 2026-05-08T16:30:18.537Z | Compiling mime_guess v2.0.5 |
| 2705 | 2026-05-08T16:30:18.601Z | Compiling flume v0.11.1 |
| 2706 | 2026-05-08T16:30:18.952Z | Compiling progenitor v0.11.2 |
| 2707 | 2026-05-08T16:30:19.011Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2708 | 2026-05-08T16:30:19.064Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2709 | 2026-05-08T16:30:19.143Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2710 | 2026-05-08T16:30:19.816Z | Compiling darling_macro v0.23.0 |
| 2711 | 2026-05-08T16:30:20.333Z | Compiling progenitor v0.10.0 |
| 2712 | 2026-05-08T16:30:20.526Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2713 | 2026-05-08T16:30:21.207Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2714 | 2026-05-08T16:30:22.708Z | Compiling oso v0.27.3 |
| 2715 | 2026-05-08T16:30:22.974Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 2716 | 2026-05-08T16:30:23.536Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2717 | 2026-05-08T16:30:26.373Z | Compiling diesel-dtrace v0.5.0 |
| 2718 | 2026-05-08T16:30:26.703Z | Compiling async-bb8-diesel v0.2.1 |
| 2719 | 2026-05-08T16:30:27.162Z | Compiling primeorder v0.13.6 |
| 2720 | 2026-05-08T16:30:27.515Z | Compiling git-stub v1.0.0 |
| 2721 | 2026-05-08T16:30:27.727Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2722 | 2026-05-08T16:30:27.751Z | Compiling instability v0.3.11 |
| 2723 | 2026-05-08T16:30:27.816Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2724 | 2026-05-08T16:30:28.016Z | Compiling git-stub-vcs v0.1.0 |
| 2725 | 2026-05-08T16:30:28.387Z | Compiling p384 v0.13.1 |
| 2726 | 2026-05-08T16:30:28.667Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2727 | 2026-05-08T16:30:28.840Z | Compiling darling v0.23.0 |
| 2728 | 2026-05-08T16:30:28.993Z | Compiling slog-stdlog v4.1.1 |
| 2729 | 2026-05-08T16:30:29.474Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2730 | 2026-05-08T16:30:29.575Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2731 | 2026-05-08T16:30:29.634Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2732 | 2026-05-08T16:30:29.826Z | Compiling ignore v0.4.25 |
| 2733 | 2026-05-08T16:30:29.934Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2734 | 2026-05-08T16:30:30.561Z | Compiling castaway v0.2.4 |
| 2735 | 2026-05-08T16:30:30.724Z | Compiling atty v0.2.14 |
| 2736 | 2026-05-08T16:30:30.813Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2737 | 2026-05-08T16:30:30.886Z | Compiling http-range v0.1.5 |
| 2738 | 2026-05-08T16:30:31.054Z | Compiling parse-size v1.1.0 |
| 2739 | 2026-05-08T16:30:31.236Z | Compiling indoc v2.0.7 |
| 2740 | 2026-05-08T16:30:31.285Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2741 | 2026-05-08T16:30:31.411Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2742 | 2026-05-08T16:30:32.327Z | Compiling compact_str v0.8.1 |
| 2743 | 2026-05-08T16:30:32.393Z | Compiling globwalk v0.9.1 |
| 2744 | 2026-05-08T16:30:33.038Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2745 | 2026-05-08T16:30:33.481Z | Compiling parking_lot v0.11.2 |
| 2746 | 2026-05-08T16:30:33.856Z | Compiling slog-envlogger v2.2.0 |
| 2747 | 2026-05-08T16:30:34.445Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2748 | 2026-05-08T16:30:34.915Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2749 | 2026-05-08T16:30:35.044Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2750 | 2026-05-08T16:30:35.166Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2751 | 2026-05-08T16:30:35.193Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2752 | 2026-05-08T16:30:35.572Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2753 | 2026-05-08T16:30:35.777Z | Compiling predicates-tree v1.0.13 |
| 2754 | 2026-05-08T16:30:35.802Z | Compiling unicode-truncate v1.1.0 |
| 2755 | 2026-05-08T16:30:35.990Z | Compiling lru v0.12.5 |
| 2756 | 2026-05-08T16:30:36.019Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2757 | 2026-05-08T16:30:36.041Z | Compiling rand_seeder v0.4.0 |
| 2758 | 2026-05-08T16:30:36.225Z | Compiling prefix-trie v0.7.0 |
| 2759 | 2026-05-08T16:30:36.252Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2760 | 2026-05-08T16:30:36.304Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2761 | 2026-05-08T16:30:36.512Z | Compiling vergen-git2 v1.0.7 |
| 2762 | 2026-05-08T16:30:36.558Z | Compiling corncobs v0.1.4 |
| 2763 | 2026-05-08T16:30:36.713Z | Compiling cassowary v0.3.0 |
| 2764 | 2026-05-08T16:30:36.739Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2765 | 2026-05-08T16:30:36.784Z | Compiling hickory-server v0.25.2 |
| 2766 | 2026-05-08T16:30:36.809Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2767 | 2026-05-08T16:30:36.860Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2768 | 2026-05-08T16:30:37.010Z | Compiling ratatui v0.29.0 |
| 2769 | 2026-05-08T16:30:37.078Z | Compiling camino-tempfile-ext v0.3.3 |
| 2770 | 2026-05-08T16:30:37.114Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2771 | 2026-05-08T16:30:37.448Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2772 | 2026-05-08T16:30:37.736Z | Compiling hyper-staticfile v0.10.1 |
| 2773 | 2026-05-08T16:30:37.758Z | Compiling sled v0.34.7 |
| 2774 | 2026-05-08T16:30:38.325Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2775 | 2026-05-08T16:30:38.818Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2776 | 2026-05-08T16:30:38.964Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2777 | 2026-05-08T16:30:39.545Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2778 | 2026-05-08T16:30:41.096Z | Compiling secrecy v0.8.0 |
| 2779 | 2026-05-08T16:30:41.297Z | Compiling rustls v0.21.12 |
| 2780 | 2026-05-08T16:30:41.364Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2781 | 2026-05-08T16:30:41.645Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2782 | 2026-05-08T16:30:41.908Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2783 | 2026-05-08T16:30:42.601Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2784 | 2026-05-08T16:30:42.703Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2785 | 2026-05-08T16:30:44.029Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2786 | 2026-05-08T16:30:44.353Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2787 | 2026-05-08T16:30:45.057Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2788 | 2026-05-08T16:30:45.348Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2789 | 2026-05-08T16:30:46.658Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2790 | 2026-05-08T16:30:46.899Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2791 | 2026-05-08T16:30:46.922Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2792 | 2026-05-08T16:30:47.060Z | Compiling rustls-webpki v0.101.7 |
| 2793 | 2026-05-08T16:30:47.131Z | Compiling sct v0.7.1 |
| 2794 | 2026-05-08T16:30:47.152Z | Compiling nix v0.29.0 |
| 2795 | 2026-05-08T16:30:47.401Z | Compiling dropshot v0.16.7 |
| 2796 | 2026-05-08T16:30:47.550Z | Compiling void v1.0.2 |
| 2797 | 2026-05-08T16:30:47.706Z | Compiling lzss v0.8.2 |
| 2798 | 2026-05-08T16:30:47.872Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2799 | 2026-05-08T16:30:47.985Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2800 | 2026-05-08T16:30:48.289Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2801 | 2026-05-08T16:30:48.469Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2802 | 2026-05-08T16:30:48.962Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2803 | 2026-05-08T16:30:49.082Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2804 | 2026-05-08T16:30:49.332Z | Compiling tungstenite v0.23.0 |
| 2805 | 2026-05-08T16:30:49.714Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2806 | 2026-05-08T16:30:50.166Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2807 | 2026-05-08T16:30:50.400Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2808 | 2026-05-08T16:30:50.630Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2809 | 2026-05-08T16:30:50.855Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2810 | 2026-05-08T16:30:50.995Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2811 | 2026-05-08T16:30:51.081Z | Compiling nix v0.27.1 |
| 2812 | 2026-05-08T16:30:51.491Z | Compiling dropshot_endpoint v0.16.7 |
| 2813 | 2026-05-08T16:30:51.677Z | Compiling serde_bytes v0.11.19 |
| 2814 | 2026-05-08T16:30:51.866Z | Compiling tokio-tungstenite v0.23.1 |
| 2815 | 2026-05-08T16:30:51.976Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2816 | 2026-05-08T16:30:52.238Z | Compiling tokio-rustls v0.24.1 |
| 2817 | 2026-05-08T16:30:52.260Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2818 | 2026-05-08T16:30:52.994Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2819 | 2026-05-08T16:30:53.850Z | Compiling git2 v0.20.4 |
| 2820 | 2026-05-08T16:30:55.183Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2821 | 2026-05-08T16:30:57.355Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2822 | 2026-05-08T16:30:57.479Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2823 | 2026-05-08T16:30:58.105Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2824 | 2026-05-08T16:30:58.442Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2825 | 2026-05-08T16:30:58.531Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2826 | 2026-05-08T16:31:00.415Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2827 | 2026-05-08T16:31:00.440Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2828 | 2026-05-08T16:31:01.060Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2829 | 2026-05-08T16:31:01.405Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2830 | 2026-05-08T16:31:01.444Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2831 | 2026-05-08T16:31:02.146Z | Compiling rustls-pemfile v1.0.4 |
| 2832 | 2026-05-08T16:31:02.371Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2833 | 2026-05-08T16:31:02.570Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2834 | 2026-05-08T16:31:03.025Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2835 | 2026-05-08T16:31:03.785Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2836 | 2026-05-08T16:31:05.382Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2837 | 2026-05-08T16:31:05.385Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2838 | 2026-05-08T16:31:05.774Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2839 | 2026-05-08T16:31:05.976Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2840 | 2026-05-08T16:31:06.010Z | Compiling signal-hook-tokio v0.3.1 |
| 2841 | 2026-05-08T16:31:06.033Z | Compiling twox-hash v2.1.2 |
| 2842 | 2026-05-08T16:31:06.199Z | Compiling yasna v0.5.2 |
| 2843 | 2026-05-08T16:31:06.262Z | Compiling is_ci v1.2.0 |
| 2844 | 2026-05-08T16:31:06.618Z | Compiling supports-color v3.0.2 |
| 2845 | 2026-05-08T16:31:06.872Z | Compiling rcgen v0.12.1 |
| 2846 | 2026-05-08T16:31:06.909Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2847 | 2026-05-08T16:31:07.275Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2848 | 2026-05-08T16:31:07.770Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2849 | 2026-05-08T16:31:07.897Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2850 | 2026-05-08T16:31:08.858Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2851 | 2026-05-08T16:31:09.267Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2852 | 2026-05-08T16:31:09.370Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2853 | 2026-05-08T16:31:09.957Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2854 | 2026-05-08T16:31:11.241Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2855 | 2026-05-08T16:31:11.340Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2856 | 2026-05-08T16:31:11.561Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2857 | 2026-05-08T16:31:11.799Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2858 | 2026-05-08T16:31:12.078Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2859 | 2026-05-08T16:31:12.228Z | Compiling fatfs v0.3.6 |
| 2860 | 2026-05-08T16:31:12.336Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2861 | 2026-05-08T16:31:13.415Z | Compiling subprocess v0.2.15 |
| 2862 | 2026-05-08T16:31:13.849Z | Compiling rtoolbox v0.0.3 |
| 2863 | 2026-05-08T16:31:14.131Z | Compiling seq-macro v0.3.6 |
| 2864 | 2026-05-08T16:31:14.485Z | Compiling assert_matches v1.5.0 |
| 2865 | 2026-05-08T16:31:14.606Z | Compiling rpassword v7.4.0 |
| 2866 | 2026-05-08T16:31:14.657Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2867 | 2026-05-08T16:31:15.003Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2868 | 2026-05-08T16:31:15.092Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2869 | 2026-05-08T16:31:15.622Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2870 | 2026-05-08T16:31:16.056Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2871 | 2026-05-08T16:31:16.197Z | Compiling tui-tree-widget v0.23.1 |
| 2872 | 2026-05-08T16:31:16.506Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2873 | 2026-05-08T16:31:16.714Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2874 | 2026-05-08T16:31:17.239Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2875 | 2026-05-08T16:31:17.709Z | Compiling uzers v0.12.2 |
| 2876 | 2026-05-08T16:31:18.011Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2877 | 2026-05-08T16:31:19.158Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2878 | 2026-05-08T16:31:19.945Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2879 | 2026-05-08T16:31:20.991Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2880 | 2026-05-08T16:31:23.036Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2881 | 2026-05-08T16:31:24.108Z | Compiling support-bundle-viewer v0.1.2 |
| 2882 | 2026-05-08T16:31:25.254Z | Compiling multimap v0.10.1 |
| 2883 | 2026-05-08T16:31:33.918Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2884 | 2026-05-08T16:31:33.967Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2885 | 2026-05-08T16:31:34.691Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2886 | 2026-05-08T16:31:44.499Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2887 | 2026-05-08T16:39:13.080Z | Finished `release` profile [optimized] target(s) in 9m 43s |
| 2888 | 2026-05-08T16:39:57.089Z | |
| 2889 | 2026-05-08T16:39:57.089Z | real 10:28.304673199 |
| 2890 | 2026-05-08T16:39:57.096Z | user 1:20:34.719526412 |
| 2891 | 2026-05-08T16:39:57.096Z | sys 3:34.030754576 |
| 2892 | 2026-05-08T16:39:57.096Z | trap 1.769667698 |
| 2893 | 2026-05-08T16:39:57.096Z | tflt 2.409570718 |
| 2894 | 2026-05-08T16:39:57.097Z | dflt 15.690579974 |
| 2895 | 2026-05-08T16:39:57.097Z | kflt 0.076284792 |
| 2896 | 2026-05-08T16:39:57.097Z | lock 7:52:29.229852287 |
| 2897 | 2026-05-08T16:39:57.097Z | slp 2:22:16.259452407 |
| 2898 | 2026-05-08T16:39:57.097Z | lat 2:37.331232544 |
| 2899 | 2026-05-08T16:39:57.097Z | stop 5:27.663214118 |
| 2900 | 2026-05-08T16:39:57.097Z | + mapfile -t packages |
| 2901 | 2026-05-08T16:39:57.097Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2902 | 2026-05-08T16:39:58.051Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2903 | 2026-05-08T16:39:58.125Z | Running `target/release/omicron-package -t test list-outputs` |
| 2904 | 2026-05-08T16:39:58.182Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2905 | 2026-05-08T16:39:58.191Z | + ptime -m cargo build --locked --release -p xtask |
| 2906 | 2026-05-08T16:39:58.719Z | Compiling libc v0.2.185 |
| 2907 | 2026-05-08T16:39:58.719Z | Compiling serde v1.0.228 |
| 2908 | 2026-05-08T16:39:58.722Z | Compiling serde_core v1.0.228 |
| 2909 | 2026-05-08T16:39:58.722Z | Compiling rustix v1.1.3 |
| 2910 | 2026-05-08T16:39:58.722Z | Compiling serde_json v1.0.149 |
| 2911 | 2026-05-08T16:39:58.722Z | Compiling bitflags v2.11.0 |
| 2912 | 2026-05-08T16:39:58.859Z | Compiling num-traits v0.2.19 |
| 2913 | 2026-05-08T16:39:58.867Z | Compiling syn v2.0.117 |
| 2914 | 2026-05-08T16:39:58.877Z | Compiling smallvec v1.15.1 |
| 2915 | 2026-05-08T16:39:58.888Z | Compiling usdt-impl v0.5.0 |
| 2916 | 2026-05-08T16:39:58.899Z | Compiling indexmap v2.14.0 |
| 2917 | 2026-05-08T16:39:58.921Z | Compiling syn v1.0.109 |
| 2918 | 2026-05-08T16:39:58.933Z | Compiling getrandom v0.4.1 |
| 2919 | 2026-05-08T16:39:58.933Z | Compiling log v0.4.29 |
| 2920 | 2026-05-08T16:39:59.072Z | Compiling percent-encoding v2.3.2 |
| 2921 | 2026-05-08T16:39:59.223Z | Compiling fs-err v3.3.0 |
| 2922 | 2026-05-08T16:39:59.226Z | Compiling once_cell v1.21.3 |
| 2923 | 2026-05-08T16:39:59.226Z | Compiling anyhow v1.0.102 |
| 2924 | 2026-05-08T16:39:59.313Z | Compiling form_urlencoded v1.2.2 |
| 2925 | 2026-05-08T16:39:59.402Z | Compiling heck v0.4.1 |
| 2926 | 2026-05-08T16:39:59.661Z | Compiling thread-id v4.2.2 |
| 2927 | 2026-05-08T16:39:59.686Z | Compiling errno v0.3.14 |
| 2928 | 2026-05-08T16:39:59.689Z | Compiling memmap v0.7.0 |
| 2929 | 2026-05-08T16:39:59.905Z | Compiling ordered-float v2.10.1 |
| 2930 | 2026-05-08T16:40:00.485Z | Compiling proc-macro-error v1.0.4 |
| 2931 | 2026-05-08T16:40:00.734Z | Compiling terminal_size v0.4.3 |
| 2932 | 2026-05-08T16:40:00.734Z | Compiling tempfile v3.25.0 |
| 2933 | 2026-05-08T16:40:00.762Z | Compiling tabled_derive v0.7.0 |
| 2934 | 2026-05-08T16:40:00.833Z | Compiling clap_builder v4.5.60 |
| 2935 | 2026-05-08T16:40:00.833Z | Compiling textwrap v0.16.2 |
| 2936 | 2026-05-08T16:40:00.977Z | Compiling camino-tempfile v1.4.1 |
| 2937 | 2026-05-08T16:40:01.417Z | Compiling tabled v0.15.0 |
| 2938 | 2026-05-08T16:40:01.447Z | Compiling synstructure v0.13.2 |
| 2939 | 2026-05-08T16:40:01.451Z | Compiling pest_generator v2.8.6 |
| 2940 | 2026-05-08T16:40:01.847Z | Compiling serde_derive v1.0.228 |
| 2941 | 2026-05-08T16:40:01.847Z | Compiling zerovec-derive v0.11.2 |
| 2942 | 2026-05-08T16:40:01.850Z | Compiling displaydoc v0.2.5 |
| 2943 | 2026-05-08T16:40:01.850Z | Compiling thiserror-impl v1.0.69 |
| 2944 | 2026-05-08T16:40:01.888Z | Compiling zerofrom-derive v0.1.6 |
| 2945 | 2026-05-08T16:40:01.906Z | Compiling yoke-derive v0.8.1 |
| 2946 | 2026-05-08T16:40:01.972Z | Compiling zerocopy-derive v0.7.35 |
| 2947 | 2026-05-08T16:40:02.445Z | Compiling pest_derive v2.8.6 |
| 2948 | 2026-05-08T16:40:02.463Z | Compiling scroll_derive v0.12.1 |
| 2949 | 2026-05-08T16:40:02.529Z | Compiling thiserror-impl v2.0.18 |
| 2950 | 2026-05-08T16:40:02.563Z | Compiling clap_derive v4.5.55 |
| 2951 | 2026-05-08T16:40:02.806Z | Compiling zerocopy v0.7.35 |
| 2952 | 2026-05-08T16:40:02.982Z | Compiling thiserror v1.0.69 |
| 2953 | 2026-05-08T16:40:02.994Z | Compiling zerofrom v0.1.6 |
| 2954 | 2026-05-08T16:40:03.107Z | Compiling yoke v0.8.1 |
| 2955 | 2026-05-08T16:40:03.126Z | Compiling scroll v0.12.0 |
| 2956 | 2026-05-08T16:40:03.141Z | Compiling dtrace-parser v0.2.0 |
| 2957 | 2026-05-08T16:40:03.326Z | Compiling zerovec v0.11.5 |
| 2958 | 2026-05-08T16:40:03.403Z | Compiling zerotrie v0.2.3 |
| 2959 | 2026-05-08T16:40:03.548Z | Compiling goblin v0.8.2 |
| 2960 | 2026-05-08T16:40:03.749Z | Compiling thiserror v2.0.18 |
| 2961 | 2026-05-08T16:40:03.882Z | Compiling tinystr v0.8.2 |
| 2962 | 2026-05-08T16:40:03.947Z | Compiling potential_utf v0.1.4 |
| 2963 | 2026-05-08T16:40:04.125Z | Compiling icu_locale_core v2.1.1 |
| 2964 | 2026-05-08T16:40:04.161Z | Compiling icu_collections v2.1.1 |
| 2965 | 2026-05-08T16:40:04.255Z | Compiling clap v4.5.60 |
| 2966 | 2026-05-08T16:40:04.890Z | Compiling icu_provider v2.1.1 |
| 2967 | 2026-05-08T16:40:05.123Z | Compiling toml_datetime v0.6.11 |
| 2968 | 2026-05-08T16:40:05.123Z | Compiling serde_spanned v0.6.9 |
| 2969 | 2026-05-08T16:40:05.342Z | Compiling icu_properties v2.1.2 |
| 2970 | 2026-05-08T16:40:05.355Z | Compiling icu_normalizer v2.1.1 |
| 2971 | 2026-05-08T16:40:05.367Z | Compiling toml_edit v0.22.27 |
| 2972 | 2026-05-08T16:40:05.546Z | Compiling dof v0.3.0 |
| 2973 | 2026-05-08T16:40:05.625Z | Compiling serde_tokenstream v0.2.3 |
| 2974 | 2026-05-08T16:40:05.636Z | Compiling serde-value v0.7.0 |
| 2975 | 2026-05-08T16:40:05.661Z | Compiling cargo-platform v0.2.0 |
| 2976 | 2026-05-08T16:40:05.693Z | Compiling macaddr v1.0.1 |
| 2977 | 2026-05-08T16:40:06.243Z | Compiling idna_adapter v1.2.1 |
| 2978 | 2026-05-08T16:40:06.389Z | Compiling idna v1.1.0 |
| 2979 | 2026-05-08T16:40:06.484Z | Compiling usdt-macro v0.5.0 |
| 2980 | 2026-05-08T16:40:06.488Z | Compiling usdt-attr-macro v0.5.0 |
| 2981 | 2026-05-08T16:40:06.720Z | Compiling url v2.5.8 |
| 2982 | 2026-05-08T16:40:06.959Z | Compiling toml v0.8.23 |
| 2983 | 2026-05-08T16:40:07.117Z | Compiling usdt v0.5.0 |
| 2984 | 2026-05-08T16:40:07.551Z | Compiling cargo-util-schemas v0.8.2 |
| 2985 | 2026-05-08T16:40:07.598Z | Compiling cargo_toml v0.21.0 |
| 2986 | 2026-05-08T16:40:08.599Z | Compiling cargo_metadata v0.21.0 |
| 2987 | 2026-05-08T16:40:11.755Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2988 | 2026-05-08T16:40:14.765Z | Finished `release` profile [optimized] target(s) in 16.57s |
| 2989 | 2026-05-08T16:40:14.928Z | |
| 2990 | 2026-05-08T16:40:14.928Z | real 16.709417572 |
| 2991 | 2026-05-08T16:40:14.928Z | user 2:23.102263316 |
| 2992 | 2026-05-08T16:40:14.929Z | sys 17.154961224 |
| 2993 | 2026-05-08T16:40:14.932Z | trap 0.094584826 |
| 2994 | 2026-05-08T16:40:14.932Z | tflt 0.544699047 |
| 2995 | 2026-05-08T16:40:14.932Z | dflt 1.394893295 |
| 2996 | 2026-05-08T16:40:14.932Z | kflt 0.000043280 |
| 2997 | 2026-05-08T16:40:14.932Z | lock 5:22.820533704 |
| 2998 | 2026-05-08T16:40:14.932Z | slp 3:30.133580891 |
| 2999 | 2026-05-08T16:40:14.932Z | lat 5.772385712 |
| 3000 | 2026-05-08T16:40:14.932Z | stop 18.762376999 |
| 3001 | 2026-05-08T16:40:14.932Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3002 | 2026-05-08T16:40:14.932Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3003 | 2026-05-08T16:40:14.932Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3004 | 2026-05-08T16:40:14.932Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3005 | 2026-05-08T16:40:14.932Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3006 | 2026-05-08T16:40:15.867Z | Compiling newtype-uuid-macros v0.1.0 |
| 3007 | 2026-05-08T16:40:15.870Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3008 | 2026-05-08T16:40:15.870Z | Compiling regress v0.10.5 |
| 3009 | 2026-05-08T16:40:15.870Z | Compiling structmeta-derive v0.3.0 |
| 3010 | 2026-05-08T16:40:15.870Z | Compiling rustls v0.22.4 |
| 3011 | 2026-05-08T16:40:16.031Z | Compiling rustls-webpki v0.102.8 |
| 3012 | 2026-05-08T16:40:16.045Z | Compiling multer v3.1.0 |
| 3013 | 2026-05-08T16:40:16.048Z | Compiling debug-ignore v1.0.5 |
| 3014 | 2026-05-08T16:40:16.048Z | Compiling match_cfg v0.1.0 |
| 3015 | 2026-05-08T16:40:16.048Z | Compiling compression-core v0.4.31 |
| 3016 | 2026-05-08T16:40:16.048Z | Compiling slog-json v2.6.1 |
| 3017 | 2026-05-08T16:40:16.121Z | Compiling async-stream-impl v0.3.6 |
| 3018 | 2026-05-08T16:40:16.137Z | Compiling serde_spanned v1.0.4 |
| 3019 | 2026-05-08T16:40:16.140Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3020 | 2026-05-08T16:40:16.155Z | Compiling dropshot v0.17.0 |
| 3021 | 2026-05-08T16:40:16.172Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3022 | 2026-05-08T16:40:16.189Z | Compiling compression-codecs v0.4.37 |
| 3023 | 2026-05-08T16:40:16.225Z | Compiling hostname v0.3.1 |
| 3024 | 2026-05-08T16:40:16.274Z | Compiling itertools v0.14.0 |
| 3025 | 2026-05-08T16:40:16.325Z | Compiling waitgroup v0.1.2 |
| 3026 | 2026-05-08T16:40:16.328Z | Compiling rustls-pemfile v2.2.0 |
| 3027 | 2026-05-08T16:40:16.378Z | Compiling slog-bunyan v2.5.0 |
| 3028 | 2026-05-08T16:40:16.432Z | Compiling async-compression v0.4.41 |
| 3029 | 2026-05-08T16:40:16.450Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3030 | 2026-05-08T16:40:16.488Z | Compiling dropshot_endpoint v0.17.0 |
| 3031 | 2026-05-08T16:40:16.491Z | Compiling hostname v0.4.2 |
| 3032 | 2026-05-08T16:40:16.524Z | Compiling serde_path_to_error v0.1.20 |
| 3033 | 2026-05-08T16:40:16.524Z | Compiling progenitor-client v0.14.0 |
| 3034 | 2026-05-08T16:40:16.572Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3035 | 2026-05-08T16:40:16.591Z | Compiling macaddr v1.0.1 |
| 3036 | 2026-05-08T16:40:16.655Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3037 | 2026-05-08T16:40:16.780Z | Compiling instant v0.1.13 |
| 3038 | 2026-05-08T16:40:16.780Z | Compiling progenitor-client v0.10.0 |
| 3039 | 2026-05-08T16:40:16.815Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3040 | 2026-05-08T16:40:16.818Z | Compiling async-stream v0.3.6 |
| 3041 | 2026-05-08T16:40:16.848Z | Compiling backon v1.6.0 |
| 3042 | 2026-05-08T16:40:16.877Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3043 | 2026-05-08T16:40:16.895Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3044 | 2026-05-08T16:40:16.913Z | Compiling backoff v0.4.0 |
| 3045 | 2026-05-08T16:40:16.929Z | Compiling universal-hash v0.5.1 |
| 3046 | 2026-05-08T16:40:17.020Z | Compiling progenitor-extras v0.2.0 |
| 3047 | 2026-05-08T16:40:17.042Z | Compiling opaque-debug v0.3.1 |
| 3048 | 2026-05-08T16:40:17.079Z | Compiling half v2.7.1 |
| 3049 | 2026-05-08T16:40:17.098Z | Compiling crucible-workspace-hack v0.1.0 |
| 3050 | 2026-05-08T16:40:17.118Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3051 | 2026-05-08T16:40:17.118Z | Compiling ciborium-io v0.2.2 |
| 3052 | 2026-05-08T16:40:17.152Z | Compiling unsafe-libyaml v0.2.11 |
| 3053 | 2026-05-08T16:40:17.169Z | Compiling convert_case v0.4.0 |
| 3054 | 2026-05-08T16:40:17.184Z | Compiling structmeta v0.3.0 |
| 3055 | 2026-05-08T16:40:17.260Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3056 | 2026-05-08T16:40:17.281Z | Compiling regress v0.11.1 |
| 3057 | 2026-05-08T16:40:17.300Z | Compiling aead v0.5.2 |
| 3058 | 2026-05-08T16:40:17.339Z | Compiling secrecy v0.10.3 |
| 3059 | 2026-05-08T16:40:17.360Z | Compiling ciborium-ll v0.2.2 |
| 3060 | 2026-05-08T16:40:17.434Z | Compiling derive-ex v0.1.8 |
| 3061 | 2026-05-08T16:40:17.487Z | Compiling parse-display-derive v0.10.0 |
| 3062 | 2026-05-08T16:40:17.509Z | Compiling poly1305 v0.8.0 |
| 3063 | 2026-05-08T16:40:17.526Z | Compiling chacha20 v0.9.1 |
| 3064 | 2026-05-08T16:40:17.542Z | Compiling ciborium v0.2.2 |
| 3065 | 2026-05-08T16:40:17.560Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3066 | 2026-05-08T16:40:17.594Z | Compiling derive_more v0.99.20 |
| 3067 | 2026-05-08T16:40:17.597Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3068 | 2026-05-08T16:40:17.628Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3069 | 2026-05-08T16:40:17.797Z | Compiling serde_yaml v0.9.34+deprecated |
| 3070 | 2026-05-08T16:40:17.814Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3071 | 2026-05-08T16:40:17.833Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3072 | 2026-05-08T16:40:17.938Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3073 | 2026-05-08T16:40:17.974Z | Compiling byte-wrapper v0.1.0 |
| 3074 | 2026-05-08T16:40:18.020Z | Compiling blake2 v0.10.6 |
| 3075 | 2026-05-08T16:40:18.080Z | Compiling password-hash v0.5.0 |
| 3076 | 2026-05-08T16:40:18.152Z | Compiling chacha20poly1305 v0.10.1 |
| 3077 | 2026-05-08T16:40:18.282Z | Compiling indent_write v2.2.0 |
| 3078 | 2026-05-08T16:40:18.331Z | Compiling heapless v0.8.0 |
| 3079 | 2026-05-08T16:40:18.348Z | Compiling argon2 v0.5.3 |
| 3080 | 2026-05-08T16:40:18.367Z | Compiling ingot-macros v0.1.1 |
| 3081 | 2026-05-08T16:40:18.450Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3082 | 2026-05-08T16:40:18.525Z | Compiling tokio-rustls v0.25.0 |
| 3083 | 2026-05-08T16:40:18.610Z | Compiling hash32 v0.3.1 |
| 3084 | 2026-05-08T16:40:18.802Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3085 | 2026-05-08T16:40:18.855Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3086 | 2026-05-08T16:40:19.097Z | Compiling typify-impl v0.6.2 |
| 3087 | 2026-05-08T16:40:19.114Z | Compiling thiserror-no-std v2.0.2 |
| 3088 | 2026-05-08T16:40:19.130Z | Compiling smoltcp v0.11.0 |
| 3089 | 2026-05-08T16:40:19.191Z | Compiling test-strategy v0.4.5 |
| 3090 | 2026-05-08T16:40:19.230Z | Compiling vsss-rs v3.3.4 |
| 3091 | 2026-05-08T16:40:19.312Z | Compiling parse-display v0.10.0 |
| 3092 | 2026-05-08T16:40:19.362Z | Compiling proc-macro-crate v3.4.0 |
| 3093 | 2026-05-08T16:40:19.545Z | Compiling tabwriter v1.4.1 |
| 3094 | 2026-05-08T16:40:19.562Z | Compiling num-rational v0.4.2 |
| 3095 | 2026-05-08T16:40:19.589Z | Compiling cobs v0.3.0 |
| 3096 | 2026-05-08T16:40:19.662Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3097 | 2026-05-08T16:40:19.785Z | Compiling num-complex v0.4.6 |
| 3098 | 2026-05-08T16:40:19.801Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3099 | 2026-05-08T16:40:19.819Z | Compiling postcard v1.1.3 |
| 3100 | 2026-05-08T16:40:19.967Z | Compiling num_enum_derive v0.7.5 |
| 3101 | 2026-05-08T16:40:20.040Z | Compiling proc-macro-error v1.0.4 |
| 3102 | 2026-05-08T16:40:20.092Z | Compiling proc-macro-crate v1.3.1 |
| 3103 | 2026-05-08T16:40:20.183Z | Compiling num v0.4.3 |
| 3104 | 2026-05-08T16:40:20.222Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3105 | 2026-05-08T16:40:20.241Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3106 | 2026-05-08T16:40:20.260Z | Compiling foreign-types-macros v0.2.3 |
| 3107 | 2026-05-08T16:40:20.263Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3108 | 2026-05-08T16:40:20.304Z | Compiling foreign-types-shared v0.3.1 |
| 3109 | 2026-05-08T16:40:20.424Z | Compiling rayon-core v1.13.0 |
| 3110 | 2026-05-08T16:40:20.427Z | Compiling float-ord v0.3.2 |
| 3111 | 2026-05-08T16:40:20.494Z | Compiling cpufeatures v0.3.0 |
| 3112 | 2026-05-08T16:40:20.531Z | Compiling colored v3.1.1 |
| 3113 | 2026-05-08T16:40:20.590Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3114 | 2026-05-08T16:40:20.608Z | Compiling chacha20 v0.10.0 |
| 3115 | 2026-05-08T16:40:20.629Z | Compiling num_enum_derive v0.5.11 |
| 3116 | 2026-05-08T16:40:20.707Z | Compiling crossbeam-deque v0.8.6 |
| 3117 | 2026-05-08T16:40:20.800Z | Compiling camino-tempfile v1.4.1 |
| 3118 | 2026-05-08T16:40:20.817Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3119 | 2026-05-08T16:40:20.820Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3120 | 2026-05-08T16:40:20.865Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3121 | 2026-05-08T16:40:20.934Z | Compiling cstr-argument v0.1.2 |
| 3122 | 2026-05-08T16:40:20.934Z | Compiling foreign-types v0.5.0 |
| 3123 | 2026-05-08T16:40:20.968Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3124 | 2026-05-08T16:40:21.056Z | Compiling rand v0.10.0 |
| 3125 | 2026-05-08T16:40:21.074Z | Compiling toml v0.8.23 |
| 3126 | 2026-05-08T16:40:21.126Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3127 | 2026-05-08T16:40:21.149Z | Compiling num_enum v0.7.5 |
| 3128 | 2026-05-08T16:40:21.221Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3129 | 2026-05-08T16:40:21.301Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3130 | 2026-05-08T16:40:21.318Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3131 | 2026-05-08T16:40:21.359Z | Compiling ingot-types v0.1.2 |
| 3132 | 2026-05-08T16:40:21.382Z | Compiling zone_cfg_derive v0.3.1 |
| 3133 | 2026-05-08T16:40:21.410Z | Compiling rayon v1.11.0 |
| 3134 | 2026-05-08T16:40:21.428Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3135 | 2026-05-08T16:40:21.458Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3136 | 2026-05-08T16:40:21.475Z | Compiling itertools v0.12.1 |
| 3137 | 2026-05-08T16:40:21.548Z | Compiling num-derive v0.4.2 |
| 3138 | 2026-05-08T16:40:21.587Z | Compiling sigpipe v0.1.3 |
| 3139 | 2026-05-08T16:40:21.630Z | Compiling glob v0.3.3 |
| 3140 | 2026-05-08T16:40:21.713Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3141 | 2026-05-08T16:40:21.731Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3142 | 2026-05-08T16:40:21.764Z | Compiling ingot v0.1.1 |
| 3143 | 2026-05-08T16:40:21.797Z | Compiling num_enum v0.5.11 |
| 3144 | 2026-05-08T16:40:21.820Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3145 | 2026-05-08T16:40:21.873Z | Compiling smf v0.2.3 |
| 3146 | 2026-05-08T16:40:21.933Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3147 | 2026-05-08T16:40:21.975Z | Compiling whoami v1.6.1 |
| 3148 | 2026-05-08T16:40:22.064Z | Compiling prettyplease v0.2.37 |
| 3149 | 2026-05-08T16:40:22.080Z | Compiling gethostname v0.5.0 |
| 3150 | 2026-05-08T16:40:22.113Z | Compiling atomicwrites v0.4.4 |
| 3151 | 2026-05-08T16:40:22.116Z | Compiling usdt-macro v0.5.0 |
| 3152 | 2026-05-08T16:40:22.300Z | Compiling usdt-attr-macro v0.5.0 |
| 3153 | 2026-05-08T16:40:22.318Z | Compiling memmap v0.7.0 |
| 3154 | 2026-05-08T16:40:22.351Z | Compiling derive-where v1.6.0 |
| 3155 | 2026-05-08T16:40:22.446Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3156 | 2026-05-08T16:40:22.522Z | Compiling progenitor-client v0.13.0 |
| 3157 | 2026-05-08T16:40:22.550Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3158 | 2026-05-08T16:40:22.568Z | Compiling resolv-conf v0.7.6 |
| 3159 | 2026-05-08T16:40:22.612Z | Compiling cancel-safe-futures v0.1.5 |
| 3160 | 2026-05-08T16:40:22.762Z | Compiling zone v0.3.1 |
| 3161 | 2026-05-08T16:40:22.866Z | Compiling owo-colors v4.3.0 |
| 3162 | 2026-05-08T16:40:22.904Z | Compiling libsw-core v0.3.2 |
| 3163 | 2026-05-08T16:40:22.950Z | Compiling async-recursion v1.1.1 |
| 3164 | 2026-05-08T16:40:22.981Z | Compiling console v0.15.11 |
| 3165 | 2026-05-08T16:40:23.119Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3166 | 2026-05-08T16:40:23.162Z | Compiling usdt v0.5.0 |
| 3167 | 2026-05-08T16:40:23.248Z | Compiling libsw v3.5.0 |
| 3168 | 2026-05-08T16:40:23.291Z | Compiling newline-converter v0.3.0 |
| 3169 | 2026-05-08T16:40:23.323Z | Compiling linear-map v1.2.0 |
| 3170 | 2026-05-08T16:40:23.439Z | Compiling libefi-sys v0.1.0 |
| 3171 | 2026-05-08T16:40:23.460Z | Compiling expectorate v1.2.0 |
| 3172 | 2026-05-08T16:40:23.478Z | Compiling hickory-proto v0.24.4 |
| 3173 | 2026-05-08T16:40:23.494Z | Compiling bitfield-struct v0.6.2 |
| 3174 | 2026-05-08T16:40:23.543Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3175 | 2026-05-08T16:40:23.564Z | Compiling linked-hash-map v0.5.6 |
| 3176 | 2026-05-08T16:40:23.611Z | Compiling semver v0.1.20 |
| 3177 | 2026-05-08T16:40:23.657Z | Compiling tokio-dtrace v0.1.1 |
| 3178 | 2026-05-08T16:40:23.693Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3179 | 2026-05-08T16:40:23.767Z | Compiling lru-cache v0.1.2 |
| 3180 | 2026-05-08T16:40:23.786Z | Compiling pin-project-internal v1.1.11 |
| 3181 | 2026-05-08T16:40:23.789Z | Compiling slog-dtrace v0.3.0 |
| 3182 | 2026-05-08T16:40:23.789Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3183 | 2026-05-08T16:40:23.846Z | Compiling typify-macro v0.6.2 |
| 3184 | 2026-05-08T16:40:23.927Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3185 | 2026-05-08T16:40:23.945Z | Compiling rustc_version v0.1.7 |
| 3186 | 2026-05-08T16:40:23.948Z | Compiling minimal-lexical v0.2.1 |
| 3187 | 2026-05-08T16:40:23.948Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3188 | 2026-05-08T16:40:23.993Z | Compiling oxide-tokio-rt v0.1.4 |
| 3189 | 2026-05-08T16:40:24.063Z | Compiling typify-impl v0.4.3 |
| 3190 | 2026-05-08T16:40:24.080Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3191 | 2026-05-08T16:40:24.080Z | Compiling snafu-derive v0.8.9 |
| 3192 | 2026-05-08T16:40:24.205Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3193 | 2026-05-08T16:40:24.222Z | Compiling newtype_derive v0.1.6 |
| 3194 | 2026-05-08T16:40:24.225Z | Compiling nom v7.1.3 |
| 3195 | 2026-05-08T16:40:24.255Z | Compiling phf_shared v0.12.1 |
| 3196 | 2026-05-08T16:40:24.328Z | Compiling pem v3.0.6 |
| 3197 | 2026-05-08T16:40:24.479Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3198 | 2026-05-08T16:40:24.482Z | Compiling csv-core v0.1.13 |
| 3199 | 2026-05-08T16:40:24.535Z | Compiling chrono-tz v0.10.4 |
| 3200 | 2026-05-08T16:40:24.693Z | Compiling highway v1.3.0 |
| 3201 | 2026-05-08T16:40:24.714Z | Compiling xshell-macros v0.2.7 |
| 3202 | 2026-05-08T16:40:24.726Z | Compiling same-file v1.0.6 |
| 3203 | 2026-05-08T16:40:24.777Z | Compiling const_format_proc_macros v0.2.34 |
| 3204 | 2026-05-08T16:40:24.795Z | Compiling csv v1.4.0 |
| 3205 | 2026-05-08T16:40:24.912Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3206 | 2026-05-08T16:40:24.932Z | Compiling walkdir v2.5.0 |
| 3207 | 2026-05-08T16:40:25.012Z | Compiling pin-project v1.1.11 |
| 3208 | 2026-05-08T16:40:25.060Z | Compiling phf v0.12.1 |
| 3209 | 2026-05-08T16:40:25.142Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3210 | 2026-05-08T16:40:25.199Z | Compiling xshell v0.2.7 |
| 3211 | 2026-05-08T16:40:25.274Z | Compiling globset v0.4.18 |
| 3212 | 2026-05-08T16:40:25.319Z | Compiling olpc-cjson v0.1.4 |
| 3213 | 2026-05-08T16:40:25.409Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3214 | 2026-05-08T16:40:25.518Z | Compiling primeorder v0.13.6 |
| 3215 | 2026-05-08T16:40:25.534Z | Compiling serde_plain v1.0.2 |
| 3216 | 2026-05-08T16:40:25.621Z | Compiling typed-path v0.9.3 |
| 3217 | 2026-05-08T16:40:25.685Z | Compiling hickory-resolver v0.24.4 |
| 3218 | 2026-05-08T16:40:25.705Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3219 | 2026-05-08T16:40:25.760Z | Compiling typify v0.6.2 |
| 3220 | 2026-05-08T16:40:25.778Z | Compiling const_format v0.2.35 |
| 3221 | 2026-05-08T16:40:25.794Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3222 | 2026-05-08T16:40:25.904Z | Compiling progenitor-impl v0.14.0 |
| 3223 | 2026-05-08T16:40:25.939Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3224 | 2026-05-08T16:40:26.030Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3225 | 2026-05-08T16:40:26.129Z | Compiling progenitor-impl v0.13.0 |
| 3226 | 2026-05-08T16:40:26.193Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3227 | 2026-05-08T16:40:26.234Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3228 | 2026-05-08T16:40:26.405Z | Compiling snafu v0.8.9 |
| 3229 | 2026-05-08T16:40:26.653Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3230 | 2026-05-08T16:40:26.814Z | Compiling qorb v0.4.1 |
| 3231 | 2026-05-08T16:40:26.855Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3232 | 2026-05-08T16:40:26.930Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3233 | 2026-05-08T16:40:27.179Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3234 | 2026-05-08T16:40:27.225Z | Compiling tough v0.20.0 |
| 3235 | 2026-05-08T16:40:27.272Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3236 | 2026-05-08T16:40:27.410Z | Compiling tabled_derive v0.7.0 |
| 3237 | 2026-05-08T16:40:27.517Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3238 | 2026-05-08T16:40:27.714Z | Compiling bcs v0.1.6 |
| 3239 | 2026-05-08T16:40:27.918Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3240 | 2026-05-08T16:40:27.993Z | Compiling termtree v0.5.1 |
| 3241 | 2026-05-08T16:40:28.013Z | Compiling salty v0.3.0 |
| 3242 | 2026-05-08T16:40:28.077Z | Compiling textwrap v0.16.2 |
| 3243 | 2026-05-08T16:40:28.178Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3244 | 2026-05-08T16:40:28.196Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3245 | 2026-05-08T16:40:28.342Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3246 | 2026-05-08T16:40:28.480Z | Compiling tabled v0.15.0 |
| 3247 | 2026-05-08T16:40:28.607Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3248 | 2026-05-08T16:40:28.625Z | Compiling steno v0.4.1 |
| 3249 | 2026-05-08T16:40:28.689Z | Compiling progenitor-macro v0.14.0 |
| 3250 | 2026-05-08T16:40:28.710Z | Compiling typify-macro v0.4.3 |
| 3251 | 2026-05-08T16:40:28.785Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3252 | 2026-05-08T16:40:28.858Z | Compiling base64 v0.21.7 |
| 3253 | 2026-05-08T16:40:28.952Z | Compiling progenitor-macro v0.13.0 |
| 3254 | 2026-05-08T16:40:28.971Z | Compiling humantime v2.3.0 |
| 3255 | 2026-05-08T16:40:28.974Z | Compiling tagptr v0.2.0 |
| 3256 | 2026-05-08T16:40:29.037Z | Compiling radium v0.7.0 |
| 3257 | 2026-05-08T16:40:29.164Z | Compiling moka v0.12.13 |
| 3258 | 2026-05-08T16:40:29.217Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3259 | 2026-05-08T16:40:29.276Z | Compiling p384 v0.13.1 |
| 3260 | 2026-05-08T16:40:29.360Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3261 | 2026-05-08T16:40:29.509Z | Compiling tap v1.0.1 |
| 3262 | 2026-05-08T16:40:29.660Z | Compiling maybe-uninit v2.0.0 |
| 3263 | 2026-05-08T16:40:29.743Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3264 | 2026-05-08T16:40:29.829Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3265 | 2026-05-08T16:40:29.862Z | Compiling wyz v0.5.1 |
| 3266 | 2026-05-08T16:40:29.979Z | Compiling hickory-resolver v0.25.2 |
| 3267 | 2026-05-08T16:40:30.063Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3268 | 2026-05-08T16:40:30.096Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3269 | 2026-05-08T16:40:30.272Z | Compiling packed_struct v0.10.1 |
| 3270 | 2026-05-08T16:40:30.474Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3271 | 2026-05-08T16:40:30.584Z | Compiling parking_lot_core v0.8.6 |
| 3272 | 2026-05-08T16:40:30.601Z | Compiling utf-8 v0.7.6 |
| 3273 | 2026-05-08T16:40:30.622Z | Compiling typify v0.4.3 |
| 3274 | 2026-05-08T16:40:30.655Z | Compiling funty v2.0.0 |
| 3275 | 2026-05-08T16:40:30.734Z | Compiling proc-macro-error2 v2.0.1 |
| 3276 | 2026-05-08T16:40:30.759Z | Compiling tungstenite v0.21.0 |
| 3277 | 2026-05-08T16:40:30.905Z | Compiling polyval v0.6.2 |
| 3278 | 2026-05-08T16:40:30.934Z | Compiling git-stub v1.0.0 |
| 3279 | 2026-05-08T16:40:30.952Z | Compiling packed_struct_codegen v0.10.1 |
| 3280 | 2026-05-08T16:40:31.114Z | Compiling bitvec v1.0.1 |
| 3281 | 2026-05-08T16:40:31.173Z | Compiling num-derive v0.3.3 |
| 3282 | 2026-05-08T16:40:31.220Z | Compiling bitfield-macros v0.19.4 |
| 3283 | 2026-05-08T16:40:31.236Z | Compiling zerocopy-derive v0.6.6 |
| 3284 | 2026-05-08T16:40:31.261Z | Compiling indexmap v1.9.3 |
| 3285 | 2026-05-08T16:40:31.306Z | Compiling nodrop v0.1.14 |
| 3286 | 2026-05-08T16:40:31.324Z | Compiling crc-catalog v2.4.0 |
| 3287 | 2026-05-08T16:40:31.434Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3288 | 2026-05-08T16:40:31.455Z | Compiling crc v3.4.0 |
| 3289 | 2026-05-08T16:40:31.531Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3290 | 2026-05-08T16:40:31.665Z | Compiling array-init v0.0.4 |
| 3291 | 2026-05-08T16:40:31.700Z | Compiling tokio-tungstenite v0.21.0 |
| 3292 | 2026-05-08T16:40:31.723Z | Compiling tabled_derive v0.11.0 |
| 3293 | 2026-05-08T16:40:31.975Z | Compiling git-stub-vcs v0.1.0 |
| 3294 | 2026-05-08T16:40:32.008Z | Compiling bitfield v0.19.4 |
| 3295 | 2026-05-08T16:40:32.065Z | Compiling ghash v0.5.1 |
| 3296 | 2026-05-08T16:40:32.109Z | Compiling smallvec v0.6.14 |
| 3297 | 2026-05-08T16:40:32.151Z | Compiling libscf-sys v1.1.0 |
| 3298 | 2026-05-08T16:40:32.190Z | Compiling zerocopy v0.6.6 |
| 3299 | 2026-05-08T16:40:32.338Z | Compiling progenitor-impl v0.11.2 |
| 3300 | 2026-05-08T16:40:32.384Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3301 | 2026-05-08T16:40:32.405Z | Compiling papergrid v0.17.0 |
| 3302 | 2026-05-08T16:40:32.444Z | Compiling testing_table v0.3.0 |
| 3303 | 2026-05-08T16:40:32.565Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3304 | 2026-05-08T16:40:32.603Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3305 | 2026-05-08T16:40:32.622Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3306 | 2026-05-08T16:40:32.641Z | Compiling ctr v0.9.2 |
| 3307 | 2026-05-08T16:40:32.661Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3308 | 2026-05-08T16:40:32.876Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3309 | 2026-05-08T16:40:32.894Z | Compiling unicase v2.9.0 |
| 3310 | 2026-05-08T16:40:32.980Z | Compiling corncobs v0.1.4 |
| 3311 | 2026-05-08T16:40:33.005Z | Compiling hashbrown v0.12.3 |
| 3312 | 2026-05-08T16:40:33.044Z | Compiling aes-gcm v0.10.3 |
| 3313 | 2026-05-08T16:40:33.083Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3314 | 2026-05-08T16:40:33.137Z | Compiling mime_guess v2.0.5 |
| 3315 | 2026-05-08T16:40:33.184Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3316 | 2026-05-08T16:40:33.187Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3317 | 2026-05-08T16:40:33.220Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3318 | 2026-05-08T16:40:33.267Z | Compiling parking_lot v0.11.2 |
| 3319 | 2026-05-08T16:40:33.329Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3320 | 2026-05-08T16:40:33.455Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3321 | 2026-05-08T16:40:33.660Z | Compiling tabled v0.20.0 |
| 3322 | 2026-05-08T16:40:33.662Z | Compiling serde-hex v0.1.0 |
| 3323 | 2026-05-08T16:40:33.711Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3324 | 2026-05-08T16:40:33.747Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3325 | 2026-05-08T16:40:33.917Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3326 | 2026-05-08T16:40:33.941Z | Compiling progenitor v0.14.0 |
| 3327 | 2026-05-08T16:40:34.139Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3328 | 2026-05-08T16:40:34.173Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3329 | 2026-05-08T16:40:34.192Z | Compiling progenitor-impl v0.10.0 |
| 3330 | 2026-05-08T16:40:34.223Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3331 | 2026-05-08T16:40:34.258Z | Compiling ron v0.8.1 |
| 3332 | 2026-05-08T16:40:34.277Z | Compiling progenitor v0.13.0 |
| 3333 | 2026-05-08T16:40:34.277Z | Compiling hashbrown v0.13.2 |
| 3334 | 2026-05-08T16:40:34.320Z | Compiling progenitor-client v0.11.2 |
| 3335 | 2026-05-08T16:40:34.462Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3336 | 2026-05-08T16:40:34.673Z | Compiling blowfish v0.9.1 |
| 3337 | 2026-05-08T16:40:34.690Z | Compiling ssh-encoding v0.2.0 |
| 3338 | 2026-05-08T16:40:34.818Z | Compiling prefix-trie v0.7.0 |
| 3339 | 2026-05-08T16:40:34.949Z | Compiling fxhash v0.2.1 |
| 3340 | 2026-05-08T16:40:34.994Z | Compiling secrecy v0.8.0 |
| 3341 | 2026-05-08T16:40:35.010Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3342 | 2026-05-08T16:40:35.094Z | Compiling progenitor-macro v0.11.2 |
| 3343 | 2026-05-08T16:40:35.121Z | Compiling crc-any v2.5.0 |
| 3344 | 2026-05-08T16:40:35.302Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3345 | 2026-05-08T16:40:35.322Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3346 | 2026-05-08T16:40:35.528Z | Compiling hickory-server v0.25.2 |
| 3347 | 2026-05-08T16:40:36.215Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3348 | 2026-05-08T16:40:36.234Z | Compiling sled v0.34.7 |
| 3349 | 2026-05-08T16:40:36.353Z | Compiling ssh-cipher v0.2.0 |
| 3350 | 2026-05-08T16:40:36.408Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3351 | 2026-05-08T16:40:36.538Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3352 | 2026-05-08T16:40:36.587Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3353 | 2026-05-08T16:40:36.755Z | Compiling object v0.30.4 |
| 3354 | 2026-05-08T16:40:36.772Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3355 | 2026-05-08T16:40:36.958Z | Compiling progenitor-macro v0.10.0 |
| 3356 | 2026-05-08T16:40:36.976Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3357 | 2026-05-08T16:40:37.036Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3358 | 2026-05-08T16:40:37.158Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3359 | 2026-05-08T16:40:37.466Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3360 | 2026-05-08T16:40:37.698Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3361 | 2026-05-08T16:40:37.789Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3362 | 2026-05-08T16:40:37.841Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3363 | 2026-05-08T16:40:38.323Z | Compiling password-hash v0.4.2 |
| 3364 | 2026-05-08T16:40:38.553Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3365 | 2026-05-08T16:40:38.653Z | Compiling half v1.8.3 |
| 3366 | 2026-05-08T16:40:38.656Z | Compiling crc8 v0.1.1 |
| 3367 | 2026-05-08T16:40:38.763Z | Compiling http-range v0.1.5 |
| 3368 | 2026-05-08T16:40:38.799Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3369 | 2026-05-08T16:40:38.828Z | Compiling path-slash v0.1.5 |
| 3370 | 2026-05-08T16:40:38.956Z | Compiling serde_cbor v0.11.2 |
| 3371 | 2026-05-08T16:40:38.992Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3372 | 2026-05-08T16:40:39.010Z | Compiling pbkdf2 v0.11.0 |
| 3373 | 2026-05-08T16:40:39.091Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3374 | 2026-05-08T16:40:39.270Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3375 | 2026-05-08T16:40:39.434Z | Compiling ssh-key v0.6.7 |
| 3376 | 2026-05-08T16:40:39.567Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3377 | 2026-05-08T16:40:39.595Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3378 | 2026-05-08T16:40:39.776Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3379 | 2026-05-08T16:40:39.794Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3380 | 2026-05-08T16:40:39.815Z | Compiling p256 v0.13.2 |
| 3381 | 2026-05-08T16:40:39.835Z | Compiling p521 v0.13.3 |
| 3382 | 2026-05-08T16:40:39.853Z | Compiling yasna v0.5.2 |
| 3383 | 2026-05-08T16:40:40.026Z | Compiling kstat-rs v0.2.4 |
| 3384 | 2026-05-08T16:40:40.205Z | Compiling progenitor v0.11.2 |
| 3385 | 2026-05-08T16:40:40.254Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3386 | 2026-05-08T16:40:40.370Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3387 | 2026-05-08T16:40:40.405Z | Compiling headers-core v0.3.0 |
| 3388 | 2026-05-08T16:40:40.421Z | Compiling nanorand v0.7.0 |
| 3389 | 2026-05-08T16:40:40.526Z | Compiling atty v0.2.14 |
| 3390 | 2026-05-08T16:40:40.557Z | Compiling russh-cryptovec v0.7.3 |
| 3391 | 2026-05-08T16:40:40.615Z | Compiling md5 v0.7.0 |
| 3392 | 2026-05-08T16:40:40.659Z | Compiling home v0.5.12 |
| 3393 | 2026-05-08T16:40:40.676Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3394 | 2026-05-08T16:40:40.700Z | Compiling flume v0.11.1 |
| 3395 | 2026-05-08T16:40:40.740Z | Compiling headers v0.4.1 |
| 3396 | 2026-05-08T16:40:40.785Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3397 | 2026-05-08T16:40:40.823Z | Compiling russh-keys v0.45.0 |
| 3398 | 2026-05-08T16:40:40.839Z | Compiling rcgen v0.12.1 |
| 3399 | 2026-05-08T16:40:40.888Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3400 | 2026-05-08T16:40:40.928Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3401 | 2026-05-08T16:40:41.063Z | Compiling hyper-staticfile v0.10.1 |
| 3402 | 2026-05-08T16:40:41.211Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3403 | 2026-05-08T16:40:41.244Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3404 | 2026-05-08T16:40:41.561Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3405 | 2026-05-08T16:40:41.629Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3406 | 2026-05-08T16:40:41.666Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3407 | 2026-05-08T16:40:41.758Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3408 | 2026-05-08T16:40:41.789Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3409 | 2026-05-08T16:40:41.988Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3410 | 2026-05-08T16:40:42.019Z | Compiling progenitor v0.10.0 |
| 3411 | 2026-05-08T16:40:42.076Z | Compiling num-bigint v0.4.6 |
| 3412 | 2026-05-08T16:40:42.219Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3413 | 2026-05-08T16:40:42.285Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3414 | 2026-05-08T16:40:42.363Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3415 | 2026-05-08T16:40:42.381Z | Compiling des v0.8.1 |
| 3416 | 2026-05-08T16:40:42.462Z | Compiling subprocess v0.2.15 |
| 3417 | 2026-05-08T16:40:42.480Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3418 | 2026-05-08T16:40:42.619Z | Compiling display-error-chain v0.2.2 |
| 3419 | 2026-05-08T16:40:42.732Z | Compiling hex-literal v0.4.1 |
| 3420 | 2026-05-08T16:40:42.797Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3421 | 2026-05-08T16:40:42.878Z | Compiling colored v2.2.0 |
| 3422 | 2026-05-08T16:40:42.939Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3423 | 2026-05-08T16:40:43.021Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3424 | 2026-05-08T16:40:43.157Z | Compiling socket2 v0.5.10 |
| 3425 | 2026-05-08T16:40:43.160Z | Compiling internet-checksum v0.2.1 |
| 3426 | 2026-05-08T16:40:43.265Z | Compiling russh v0.45.0 |
| 3427 | 2026-05-08T16:40:44.912Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3428 | 2026-05-08T16:40:45.661Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3429 | 2026-05-08T16:40:46.168Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3430 | 2026-05-08T16:40:48.610Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3431 | 2026-05-08T16:40:56.523Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3432 | 2026-05-08T16:40:56.523Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3433 | 2026-05-08T16:40:56.526Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3434 | 2026-05-08T16:40:56.526Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3435 | 2026-05-08T16:40:58.303Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3436 | 2026-05-08T16:40:58.330Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3437 | 2026-05-08T16:41:02.463Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3438 | 2026-05-08T16:41:03.854Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3439 | 2026-05-08T16:41:22.940Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3440 | 2026-05-08T16:41:41.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3441 | 2026-05-08T16:41:41.631Z | |
| 3442 | 2026-05-08T16:41:41.631Z | real 1:26.640693478 |
| 3443 | 2026-05-08T16:41:41.634Z | user 8:23.822553348 |
| 3444 | 2026-05-08T16:41:41.634Z | sys 1:44.249209925 |
| 3445 | 2026-05-08T16:41:41.634Z | trap 0.257883102 |
| 3446 | 2026-05-08T16:41:41.634Z | tflt 0.587491971 |
| 3447 | 2026-05-08T16:41:41.634Z | dflt 1.815909099 |
| 3448 | 2026-05-08T16:41:41.634Z | kflt 0.000181870 |
| 3449 | 2026-05-08T16:41:41.634Z | lock 28:47.674318390 |
| 3450 | 2026-05-08T16:41:41.634Z | slp 19:37.679629921 |
| 3451 | 2026-05-08T16:41:41.634Z | lat 40.698878014 |
| 3452 | 2026-05-08T16:41:41.635Z | stop 2:47.005271279 |
| 3453 | 2026-05-08T16:41:41.635Z | + mkdir tests |
| 3454 | 2026-05-08T16:41:41.637Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3455 | 2026-05-08T16:41:41.637Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3456 | 2026-05-08T16:41:41.660Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/ |
| 3457 | 2026-05-08T16:41:41.689Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/ |
| 3458 | 2026-05-08T16:41:41.720Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/ |
| 3459 | 2026-05-08T16:41:41.750Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/ |
| 3460 | 2026-05-08T16:41:42.091Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
| 3461 | 2026-05-08T16:41:42.094Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3462 | 2026-05-08T16:43:01.111Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3463 | 2026-05-08T16:43:01.111Z | a .github/buildomat/ci-env.sh 1K |
| 3464 | 2026-05-08T16:43:01.111Z | a out/target/test 1K |
| 3465 | 2026-05-08T16:43:01.111Z | a out/npuzone/npuzone 27402K |
| 3466 | 2026-05-08T16:43:01.111Z | a package-manifest.toml 35K |
| 3467 | 2026-05-08T16:43:01.111Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3468 | 2026-05-08T16:43:01.111Z | a target/release/omicron-package 44860K |
| 3469 | 2026-05-08T16:43:01.111Z | a target/release/xtask 11449K |
| 3470 | 2026-05-08T16:43:01.111Z | a target/debug/bootstrap 352212K |
| 3471 | 2026-05-08T16:43:01.111Z | a tests/bootstrap-a30bd6ce46b8f667 31215K |
| 3472 | 2026-05-08T16:43:01.111Z | a tests/commtest-6ff027522a55cd83 32299K |
| 3473 | 2026-05-08T16:43:01.111Z | a tests/dhcp_server-470a60e3d0e6ef24 31215K |
| 3474 | 2026-05-08T16:43:01.111Z | a tests/end_to_end_tests-06879957ae11aa92 393326K |
| 3475 | 2026-05-08T16:43:01.111Z | a out/clickhouse.tar.gz 318889K |
| 3476 | 2026-05-08T16:43:01.111Z | a out/clickhouse_keeper.tar.gz 304254K |
| 3477 | 2026-05-08T16:43:01.111Z | a out/clickhouse_server.tar.gz 318889K |
| 3478 | 2026-05-08T16:43:01.111Z | a out/cockroachdb.tar.gz 164597K |
| 3479 | 2026-05-08T16:43:01.111Z | a out/crucible-pantry-zone.tar.gz 43677K |
| 3480 | 2026-05-08T16:43:01.112Z | a out/crucible-utils.tar 17744K |
| 3481 | 2026-05-08T16:43:01.112Z | a out/crucible-zone.tar.gz 57815K |
| 3482 | 2026-05-08T16:43:01.112Z | a out/external-dns.tar.gz 49254K |
| 3483 | 2026-05-08T16:43:01.112Z | a out/internal-dns.tar.gz 49253K |
| 3484 | 2026-05-08T16:43:01.112Z | a out/mg-ddm-gz.tar 95141K |
| 3485 | 2026-05-08T16:43:01.112Z | a out/nexus.tar.gz 219421K |
| 3486 | 2026-05-08T16:43:01.112Z | a out/ntp.tar.gz 31615K |
| 3487 | 2026-05-08T16:43:01.112Z | a out/omicron-gateway-softnpu.tar.gz 28492K |
| 3488 | 2026-05-08T16:43:01.112Z | a out/omicron-sled-agent.tar 198794K |
| 3489 | 2026-05-08T16:43:01.112Z | a out/overlay.tar.gz 3K |
| 3490 | 2026-05-08T16:43:01.112Z | a out/oximeter.tar.gz 65312K |
| 3491 | 2026-05-08T16:43:01.112Z | a out/oxlog.tar 3782K |
| 3492 | 2026-05-08T16:43:01.112Z | a out/probe.tar.gz 3037K |
| 3493 | 2026-05-08T16:43:01.112Z | a out/propolis-server.tar.gz 38727K |
| 3494 | 2026-05-08T16:43:01.112Z | a out/pumpkind-gz.tar 26647K |
| 3495 | 2026-05-08T16:43:01.112Z | a out/switch-softnpu.tar.gz 392743K |
| 3496 | 2026-05-08T16:43:01.115Z | |
| 3497 | 2026-05-08T16:43:01.115Z | real 1:19.017527199 |
| 3498 | 2026-05-08T16:43:01.115Z | user 1:16.349168566 |
| 3499 | 2026-05-08T16:43:01.115Z | sys 4.442893461 |
| 3500 | 2026-05-08T16:43:01.115Z | trap 0.006556660 |
| 3501 | 2026-05-08T16:43:01.115Z | tflt 0.000000000 |
| 3502 | 2026-05-08T16:43:01.115Z | dflt 0.000000000 |
| 3503 | 2026-05-08T16:43:01.115Z | kflt 0.000000000 |
| 3504 | 2026-05-08T16:43:01.116Z | lock 0.000000000 |
| 3505 | 2026-05-08T16:43:01.116Z | slp 1:16.241917272 |
| 3506 | 2026-05-08T16:43:01.116Z | lat 0.990119053 |
| 3507 | 2026-05-08T16:43:01.116Z | stop 0.000170200 |
| 3508 | 2026-05-08T16:43:01.116Z | process exited: duration 1039498 ms, exit code 0 |
| |
| 3509 | 2026-05-08T16:43:01.129Z | found 1 output files |
| 3510 | 2026-05-08T16:43:01.129Z | uploading: /work/package.tar.gz (2429673814 bytes) |
| 3511 | 2026-05-08T16:43:29.643Z | uploaded: /work/package.tar.gz |