|
|
|
| 1 | 2026-04-10T02:43:18.513Z | job assigned to worker 01KNTMA39ND5FF9JQ1P2VWWKWV [factory aws, i-0ad440560efbe913c] (queued for 52 s) |
| |
| 2 | 2026-04-10T02:43:26.076Z | starting task 0: "setup" |
| 3 | 2026-04-10T02:43:26.080Z | ++ uname -s |
| 4 | 2026-04-10T02:43:26.083Z | + kern=SunOS |
| 5 | 2026-04-10T02:43:26.083Z | + build_user=build |
| 6 | 2026-04-10T02:43:26.083Z | + build_uid=12345 |
| 7 | 2026-04-10T02:43:26.083Z | + work_dir=/work |
| 8 | 2026-04-10T02:43:26.083Z | + input_dir=/input |
| 9 | 2026-04-10T02:43:26.083Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-10T02:43:26.083Z | + case "$kern" in |
| 11 | 2026-04-10T02:43:26.083Z | + groupadd -g 12345 build |
| 12 | 2026-04-10T02:43:26.087Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-10T02:43:28.092Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-10T02:43:28.152Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-10T02:43:28.155Z | + home_fs=zfs |
| 16 | 2026-04-10T02:43:28.155Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-10T02:43:28.155Z | + mkdir -p /home/build |
| 18 | 2026-04-10T02:43:28.159Z | + chown build:build /home/build /work |
| 19 | 2026-04-10T02:43:30.159Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-10T02:43:30.162Z | process exited: duration 4088 ms, exit code 0 |
| |
| 21 | 2026-04-10T02:43:30.171Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-10T02:43:30.178Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-10T02:43:30.178Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-04-10T02:43:30.178Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-04-10T02:43:30.178Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-04-10T02:43:30.178Z | * rust toolchain profile = "default" |
| 27 | 2026-04-10T02:43:30.178Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-10T02:43:30.178Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-10T02:43:30.178Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-10T02:43:30.305Z | info: downloading installer |
| 31 | 2026-04-10T02:43:31.692Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-10T02:43:31.692Z | warn: /opt/ooce/bin |
| 33 | 2026-04-10T02:43:31.692Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-10T02:43:31.692Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-10T02:43:31.692Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-10T02:43:31.692Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-10T02:43:31.692Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-10T02:43:31.692Z | error: cannot install while Rust is installed |
| 39 | 2026-04-10T02:43:31.692Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-10T02:43:31.692Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-10T02:43:31.692Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-10T02:43:31.692Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-10T02:43:31.692Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-10T02:43:31.707Z | info: profile set to default |
| 45 | 2026-04-10T02:43:31.707Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-10T02:43:31.715Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-04-10T02:43:31.858Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-04-10T02:43:31.861Z | info: downloading 6 components |
| 49 | 2026-04-10T02:43:45.755Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-04-10T02:43:45.755Z | |
| 51 | 2026-04-10T02:43:45.786Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-04-10T02:43:45.786Z | |
| 53 | 2026-04-10T02:43:45.786Z | |
| 54 | 2026-04-10T02:43:45.790Z | Rust is installed now. Great! |
| 55 | 2026-04-10T02:43:45.790Z | |
| 56 | 2026-04-10T02:43:45.791Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-10T02:43:45.791Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-10T02:43:45.791Z | |
| 59 | 2026-04-10T02:43:45.791Z | To configure your current shell, you need to source |
| 60 | 2026-04-10T02:43:45.791Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-10T02:43:45.791Z | |
| 62 | 2026-04-10T02:43:45.791Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-10T02:43:45.791Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-10T02:43:45.791Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-10T02:43:45.791Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-10T02:43:45.791Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-10T02:43:45.791Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-10T02:43:45.791Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-10T02:43:45.791Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-10T02:43:45.791Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-10T02:43:45.895Z | + rustup --version |
| 72 | 2026-04-10T02:43:45.900Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-10T02:43:45.900Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-10T02:43:45.919Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-04-10T02:43:45.922Z | + cargo --version |
| 76 | 2026-04-10T02:43:45.932Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-04-10T02:43:45.938Z | + rustc --version |
| 78 | 2026-04-10T02:43:45.956Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-04-10T02:43:45.960Z | process exited: duration 15788 ms, exit code 0 |
| |
| 80 | 2026-04-10T02:43:45.966Z | starting task 2: "authentication" |
| 81 | 2026-04-10T02:43:45.985Z | process exited: duration 18 ms, exit code 0 |
| |
| 82 | 2026-04-10T02:43:45.990Z | starting task 3: "clone repository" |
| 83 | 2026-04-10T02:43:45.995Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-04-10T02:43:45.998Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-04-10T02:43:46.034Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-04-10T02:43:56.441Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-04-10T02:43:56.441Z | + git fetch origin db85656facb20131c449e0cfe4860cf993b4a93c |
| 88 | 2026-04-10T02:43:56.732Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-04-10T02:43:56.732Z | * branch db85656facb20131c449e0cfe4860cf993b4a93c -> FETCH_HEAD |
| 90 | 2026-04-10T02:43:56.746Z | + [[ -n '' ]] |
| 91 | 2026-04-10T02:43:56.746Z | + git reset --hard db85656facb20131c449e0cfe4860cf993b4a93c |
| 92 | 2026-04-10T02:43:56.984Z | HEAD is now at db85656fa hakari |
| 93 | 2026-04-10T02:43:56.987Z | process exited: duration 10996 ms, exit code 0 |
| |
| 94 | 2026-04-10T02:43:56.993Z | starting task 4: "build" |
| 95 | 2026-04-10T02:43:56.998Z | + source .github/buildomat/ci-env.sh |
| 96 | 2026-04-10T02:43:57.001Z | ++ export CARGO_TERM_COLOR=always |
| 97 | 2026-04-10T02:43:57.001Z | ++ CARGO_TERM_COLOR=always |
| 98 | 2026-04-10T02:43:57.001Z | + cargo --version |
| 99 | 2026-04-10T02:43:57.008Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 100 | 2026-04-10T02:43:57.011Z | + rustc --version |
| 101 | 2026-04-10T02:43:57.032Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 102 | 2026-04-10T02:43:57.035Z | + WORK=/work |
| 103 | 2026-04-10T02:43:57.035Z | + pfexec mkdir -p /work |
| 104 | 2026-04-10T02:43:57.038Z | + pfexec chown build /work |
| 105 | 2026-04-10T02:43:57.040Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-04-10T02:44:05.812Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 107 | 2026-04-10T02:44:13.048Z | Startup: Caching catalogs ... Done |
| 108 | 2026-04-10T02:44:18.157Z | Planning: Solver setup ... Done (3.585s) |
| 109 | 2026-04-10T02:44:18.180Z | Planning: Running solver ... Done (0.024s) |
| 110 | 2026-04-10T02:44:18.306Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-04-10T02:44:18.319Z | Planning: Fetching manifests: 0/4 0% complete |
| 112 | 2026-04-10T02:44:18.419Z | Planning: Fetching manifests: 4/4 100% complete |
| 113 | 2026-04-10T02:44:18.451Z | Planning: Package planning ... Done (0.032s) |
| 114 | 2026-04-10T02:44:18.478Z | Planning: Merging actions ... Done (0.027s) |
| 115 | 2026-04-10T02:44:18.662Z | Planning: Checking for conflicting actions ... Done (0.183s) |
| 116 | 2026-04-10T02:44:18.669Z | Planning: Consolidating action changes ... Done (0.007s) |
| 117 | 2026-04-10T02:44:19.518Z | Planning: Evaluating mediators ... Done (0.848s) |
| 118 | 2026-04-10T02:44:19.524Z | Planning: Planning completed in 6.31 seconds |
| 119 | 2026-04-10T02:44:19.535Z | Packages to install: 4 |
| 120 | 2026-04-10T02:44:19.535Z | Mediators to change: 2 |
| 121 | 2026-04-10T02:44:19.538Z | Services to change: 1 |
| 122 | 2026-04-10T02:44:19.538Z | Estimated space available: 155.35 GB |
| 123 | 2026-04-10T02:44:19.539Z | Estimated space to be consumed: 1.84 GB |
| 124 | 2026-04-10T02:44:19.539Z | Create boot environment: No |
| 125 | 2026-04-10T02:44:19.539Z | Create backup boot environment: No |
| 126 | 2026-04-10T02:44:19.539Z | Rebuild boot archive: No |
| 127 | 2026-04-10T02:44:19.539Z | |
| 128 | 2026-04-10T02:44:19.539Z | Changed mediators: |
| 129 | 2026-04-10T02:44:19.539Z | mediator clang: |
| 130 | 2026-04-10T02:44:19.539Z | version: None -> 15 (system default) |
| 131 | 2026-04-10T02:44:19.539Z | |
| 132 | 2026-04-10T02:44:19.539Z | mediator llvm: |
| 133 | 2026-04-10T02:44:19.539Z | version: 14 (system default) -> 15 (system default) |
| 134 | 2026-04-10T02:44:19.539Z | |
| 135 | 2026-04-10T02:44:19.539Z | Changed packages: |
| 136 | 2026-04-10T02:44:19.539Z | helios-dev |
| 137 | 2026-04-10T02:44:19.539Z | developer/build-essential |
| 138 | 2026-04-10T02:44:19.539Z | None -> 11-2.0 |
| 139 | 2026-04-10T02:44:19.539Z | library/libxmlsec1 |
| 140 | 2026-04-10T02:44:19.539Z | None -> 1.2.35-2.0 |
| 141 | 2026-04-10T02:44:19.539Z | ooce/developer/clang-15 |
| 142 | 2026-04-10T02:44:19.539Z | None -> 15.0.7-2.0 |
| 143 | 2026-04-10T02:44:19.539Z | ooce/developer/llvm-15 |
| 144 | 2026-04-10T02:44:19.539Z | None -> 15.0.7-2.0 |
| 145 | 2026-04-10T02:44:19.539Z | |
| 146 | 2026-04-10T02:44:19.539Z | Services: |
| 147 | 2026-04-10T02:44:19.539Z | restart_fmri: |
| 148 | 2026-04-10T02:44:19.539Z | svc:/system/update-man-index:default |
| 149 | 2026-04-10T02:44:19.580Z | |
| 150 | 2026-04-10T02:44:19.580Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 151 | 2026-04-10T02:44:24.581Z | Download: 1486/3290 items 114.2/212.6MB 53% complete (23.1M/s) |
| 152 | 2026-04-10T02:44:29.704Z | Download: 3243/3290 items 203.1/212.6MB 95% complete (21.9M/s) |
| 153 | 2026-04-10T02:44:31.737Z | Download: Completed 212.60 MB in 12.16 seconds (17.5M/s) |
| 154 | 2026-04-10T02:44:31.882Z | Actions: 1/3689 actions (Installing new actions) |
| 155 | 2026-04-10T02:44:35.161Z | Actions: Completed 3689 actions in 3.28 seconds. |
| 156 | 2026-04-10T02:44:35.441Z | Done (0.276s) |
| 157 | 2026-04-10T02:44:35.441Z | Done (0.000s) |
| 158 | 2026-04-10T02:44:36.051Z | Done (0.609s) |
| 159 | 2026-04-10T02:44:39.287Z | Done (2.891s) |
| 160 | 2026-04-10T02:44:39.368Z | Done (0.013s) |
| 161 | 2026-04-10T02:44:39.371Z | Done (0.000s) |
| 162 | 2026-04-10T02:44:39.603Z | Done (0.000s) |
| 163 | 2026-04-10T02:44:40.466Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-04-10T02:44:40.575Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-04-10T02:44:40.579Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-04-10T02:44:40.736Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-04-10T02:44:40.739Z | Planning: Planning completed in 0.27 seconds |
| 168 | 2026-04-10T02:44:40.758Z | Mediators to change: 2 |
| 169 | 2026-04-10T02:44:40.759Z | Create boot environment: No |
| 170 | 2026-04-10T02:44:40.759Z | Create backup boot environment: No |
| 171 | 2026-04-10T02:44:40.838Z | Done |
| 172 | 2026-04-10T02:44:40.838Z | Done |
| 173 | 2026-04-10T02:44:41.472Z | Done |
| 174 | 2026-04-10T02:44:44.027Z | Done |
| 175 | 2026-04-10T02:44:44.103Z | Done |
| 176 | 2026-04-10T02:44:44.105Z | Done |
| 177 | 2026-04-10T02:44:44.235Z | Done |
| 178 | 2026-04-10T02:44:44.640Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-04-10T02:44:44.643Z | Planning: Merging actions ... Done |
| 180 | 2026-04-10T02:44:44.782Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-04-10T02:44:44.785Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-04-10T02:44:44.923Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-04-10T02:44:44.952Z | Planning: Planning completed in 0.45 seconds |
| 184 | 2026-04-10T02:44:44.975Z | Packages to change: 1 |
| 185 | 2026-04-10T02:44:44.975Z | Mediators to change: 1 |
| 186 | 2026-04-10T02:44:44.975Z | Services to change: 1 |
| 187 | 2026-04-10T02:44:44.975Z | Create boot environment: No |
| 188 | 2026-04-10T02:44:44.975Z | Create backup boot environment: Yes |
| 189 | 2026-04-10T02:44:47.346Z | Actions: 1/6 actions (Updating modified actions) |
| 190 | 2026-04-10T02:44:47.349Z | Actions: Completed 6 actions in 0.00 seconds. |
| 191 | 2026-04-10T02:44:47.349Z | Done |
| 192 | 2026-04-10T02:44:47.349Z | Done |
| 193 | 2026-04-10T02:44:47.489Z | Done |
| 194 | 2026-04-10T02:44:49.992Z | Done |
| 195 | 2026-04-10T02:44:50.074Z | Done |
| 196 | 2026-04-10T02:44:50.076Z | Done |
| 197 | 2026-04-10T02:44:50.220Z | Done |
| 198 | 2026-04-10T02:44:50.507Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-04-10T02:44:50.507Z | clang system 15 system |
| 200 | 2026-04-10T02:44:50.507Z | csh system system illumos |
| 201 | 2026-04-10T02:44:50.507Z | ctags system system illumos |
| 202 | 2026-04-10T02:44:50.507Z | file system system illumos |
| 203 | 2026-04-10T02:44:50.507Z | gcc vendor 12 vendor |
| 204 | 2026-04-10T02:44:50.507Z | gcc system 14 system |
| 205 | 2026-04-10T02:44:50.507Z | gcc system 10 system |
| 206 | 2026-04-10T02:44:50.507Z | go system 1.20 system |
| 207 | 2026-04-10T02:44:50.507Z | go system 1.19 system |
| 208 | 2026-04-10T02:44:50.507Z | llvm system 15 system |
| 209 | 2026-04-10T02:44:50.507Z | llvm system 14 system |
| 210 | 2026-04-10T02:44:50.507Z | mariadb system 10.6 system |
| 211 | 2026-04-10T02:44:50.507Z | mta vendor vendor dma |
| 212 | 2026-04-10T02:44:50.507Z | openjdk system 17 system |
| 213 | 2026-04-10T02:44:50.507Z | openjdk system 11 system |
| 214 | 2026-04-10T02:44:50.507Z | openjdk system 1.8 system |
| 215 | 2026-04-10T02:44:50.507Z | openssl vendor 3 vendor |
| 216 | 2026-04-10T02:44:50.507Z | perl system 5.36 system |
| 217 | 2026-04-10T02:44:50.508Z | postgresql system 15 system |
| 218 | 2026-04-10T02:44:50.508Z | postgresql system 13 system |
| 219 | 2026-04-10T02:44:50.508Z | python vendor 3 vendor |
| 220 | 2026-04-10T02:44:50.508Z | python system 2 system |
| 221 | 2026-04-10T02:44:50.508Z | python3 system 3.11 system |
| 222 | 2026-04-10T02:44:50.508Z | ruby system 3.0 system |
| 223 | 2026-04-10T02:44:50.508Z | words vendor vendor american-english |
| 224 | 2026-04-10T02:44:50.508Z | words system system australian-english |
| 225 | 2026-04-10T02:44:50.508Z | words system system british-english |
| 226 | 2026-04-10T02:44:50.508Z | words system system canadian-english |
| 227 | 2026-04-10T02:44:50.508Z | words system system french |
| 228 | 2026-04-10T02:44:50.508Z | words system system italian |
| 229 | 2026-04-10T02:44:50.508Z | words system system ngerman |
| 230 | 2026-04-10T02:44:50.508Z | words system system ogerman |
| 231 | 2026-04-10T02:44:50.508Z | words system system spanish |
| 232 | 2026-04-10T02:44:50.743Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-04-10T02:44:50.743Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 234 | 2026-04-10T02:44:55.189Z | FMRI IFO |
| 235 | 2026-04-10T02:44:55.189Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 236 | 2026-04-10T02:44:55.189Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 237 | 2026-04-10T02:44:55.189Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 238 | 2026-04-10T02:44:55.189Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 239 | 2026-04-10T02:44:55.189Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 240 | 2026-04-10T02:44:55.189Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 241 | 2026-04-10T02:44:55.189Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 242 | 2026-04-10T02:44:55.189Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 243 | 2026-04-10T02:44:55.189Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 244 | 2026-04-10T02:44:55.189Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 245 | 2026-04-10T02:44:55.189Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 246 | 2026-04-10T02:44:55.190Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 247 | 2026-04-10T02:44:55.190Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 248 | 2026-04-10T02:44:55.190Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 249 | 2026-04-10T02:44:55.190Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 250 | 2026-04-10T02:44:55.190Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 251 | 2026-04-10T02:44:56.318Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 252 | 2026-04-10T02:44:56.570Z | Updating crates.io index |
| 253 | 2026-04-10T02:44:56.603Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 254 | 2026-04-10T02:44:57.320Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 255 | 2026-04-10T02:44:57.769Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 256 | 2026-04-10T02:44:58.378Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 257 | 2026-04-10T02:44:59.808Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 258 | 2026-04-10T02:45:00.244Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 259 | 2026-04-10T02:45:01.580Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 260 | 2026-04-10T02:45:02.408Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 261 | 2026-04-10T02:45:02.687Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 262 | 2026-04-10T02:45:03.482Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 263 | 2026-04-10T02:45:03.719Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 264 | 2026-04-10T02:45:04.189Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 265 | 2026-04-10T02:45:04.542Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 266 | 2026-04-10T02:45:05.565Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 267 | 2026-04-10T02:45:06.124Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 268 | 2026-04-10T02:45:06.451Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 269 | 2026-04-10T02:45:06.753Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 270 | 2026-04-10T02:45:07.145Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 271 | 2026-04-10T02:45:07.516Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 272 | 2026-04-10T02:45:07.716Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 273 | 2026-04-10T02:45:07.955Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 274 | 2026-04-10T02:45:08.359Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 275 | 2026-04-10T02:45:08.863Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 276 | 2026-04-10T02:45:09.303Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 277 | 2026-04-10T02:45:09.531Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 278 | 2026-04-10T02:45:09.810Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 279 | 2026-04-10T02:45:10.929Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 280 | 2026-04-10T02:45:11.586Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 281 | 2026-04-10T02:45:12.060Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 282 | 2026-04-10T02:45:12.533Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 283 | 2026-04-10T02:45:12.755Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 284 | 2026-04-10T02:45:13.123Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 285 | 2026-04-10T02:45:13.410Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 286 | 2026-04-10T02:45:13.851Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 287 | 2026-04-10T02:45:14.100Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 288 | 2026-04-10T02:45:14.354Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 289 | 2026-04-10T02:45:14.606Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 290 | 2026-04-10T02:45:14.902Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 291 | 2026-04-10T02:45:26.399Z | Downloading crates ... |
| 292 | 2026-04-10T02:45:26.454Z | Downloaded block-buffer v0.10.4 |
| 293 | 2026-04-10T02:45:26.461Z | Downloaded generic-array v0.14.7 |
| 294 | 2026-04-10T02:45:26.464Z | Downloaded anstream v0.6.21 |
| 295 | 2026-04-10T02:45:26.467Z | Downloaded errno v0.3.14 |
| 296 | 2026-04-10T02:45:26.470Z | Downloaded swrite v0.1.0 |
| 297 | 2026-04-10T02:45:26.473Z | Downloaded serde_spanned v0.6.9 |
| 298 | 2026-04-10T02:45:26.476Z | Downloaded icu_locale_core v2.1.1 |
| 299 | 2026-04-10T02:45:26.479Z | Downloaded usdt-macro v0.5.0 |
| 300 | 2026-04-10T02:45:26.479Z | Downloaded idna_adapter v1.2.1 |
| 301 | 2026-04-10T02:45:26.479Z | Downloaded usdt v0.5.0 |
| 302 | 2026-04-10T02:45:26.479Z | Downloaded cfg-if v1.0.4 |
| 303 | 2026-04-10T02:45:26.482Z | Downloaded byteorder v1.5.0 |
| 304 | 2026-04-10T02:45:26.482Z | Downloaded autocfg v1.5.0 |
| 305 | 2026-04-10T02:45:26.482Z | Downloaded proc-macro-error v1.0.4 |
| 306 | 2026-04-10T02:45:26.485Z | Downloaded writeable v0.6.2 |
| 307 | 2026-04-10T02:45:26.485Z | Downloaded typeid v1.0.3 |
| 308 | 2026-04-10T02:45:26.485Z | Downloaded dof v0.3.0 |
| 309 | 2026-04-10T02:45:26.485Z | Downloaded digest v0.10.7 |
| 310 | 2026-04-10T02:45:26.488Z | Downloaded cargo_metadata v0.21.0 |
| 311 | 2026-04-10T02:45:26.488Z | Downloaded pest_generator v2.8.6 |
| 312 | 2026-04-10T02:45:26.491Z | Downloaded clap_derive v4.5.55 |
| 313 | 2026-04-10T02:45:26.491Z | Downloaded textwrap v0.16.2 |
| 314 | 2026-04-10T02:45:26.493Z | Downloaded heck v0.5.0 |
| 315 | 2026-04-10T02:45:26.496Z | Downloaded thiserror-impl v1.0.69 |
| 316 | 2026-04-10T02:45:26.496Z | Downloaded colorchoice v1.0.4 |
| 317 | 2026-04-10T02:45:26.496Z | Downloaded toml v0.8.23 |
| 318 | 2026-04-10T02:45:26.499Z | Downloaded quote v1.0.44 |
| 319 | 2026-04-10T02:45:26.499Z | Downloaded tinystr v0.8.2 |
| 320 | 2026-04-10T02:45:26.501Z | Downloaded zerotrie v0.2.3 |
| 321 | 2026-04-10T02:45:26.501Z | Downloaded thiserror v1.0.69 |
| 322 | 2026-04-10T02:45:26.504Z | Downloaded stable_deref_trait v1.2.1 |
| 323 | 2026-04-10T02:45:26.507Z | Downloaded heck v0.4.1 |
| 324 | 2026-04-10T02:45:26.507Z | Downloaded equivalent v1.0.2 |
| 325 | 2026-04-10T02:45:26.507Z | Downloaded toml_write v0.1.2 |
| 326 | 2026-04-10T02:45:26.507Z | Downloaded thiserror v2.0.18 |
| 327 | 2026-04-10T02:45:26.511Z | Downloaded bitflags v2.11.0 |
| 328 | 2026-04-10T02:45:26.514Z | Downloaded unicode-xid v0.2.6 |
| 329 | 2026-04-10T02:45:26.514Z | Downloaded zerofrom v0.1.6 |
| 330 | 2026-04-10T02:45:26.514Z | Downloaded zmij v1.0.21 |
| 331 | 2026-04-10T02:45:26.514Z | Downloaded zerovec-derive v0.11.2 |
| 332 | 2026-04-10T02:45:26.517Z | Downloaded thread-id v4.2.2 |
| 333 | 2026-04-10T02:45:26.517Z | Downloaded cargo_toml v0.21.0 |
| 334 | 2026-04-10T02:45:26.517Z | Downloaded crypto-common v0.1.7 |
| 335 | 2026-04-10T02:45:26.517Z | Downloaded anyhow v1.0.102 |
| 336 | 2026-04-10T02:45:26.520Z | Downloaded usdt-attr-macro v0.5.0 |
| 337 | 2026-04-10T02:45:26.520Z | Downloaded form_urlencoded v1.2.2 |
| 338 | 2026-04-10T02:45:26.522Z | Downloaded yoke v0.8.1 |
| 339 | 2026-04-10T02:45:26.522Z | Downloaded is_terminal_polyfill v1.70.2 |
| 340 | 2026-04-10T02:45:26.526Z | Downloaded anstyle-query v1.1.5 |
| 341 | 2026-04-10T02:45:26.529Z | Downloaded unicode-linebreak v0.1.5 |
| 342 | 2026-04-10T02:45:26.532Z | Downloaded ordered-float v2.10.1 |
| 343 | 2026-04-10T02:45:26.532Z | Downloaded utf8_iter v1.0.4 |
| 344 | 2026-04-10T02:45:26.534Z | Downloaded dtrace-parser v0.2.0 |
| 345 | 2026-04-10T02:45:26.534Z | Downloaded cpufeatures v0.2.17 |
| 346 | 2026-04-10T02:45:26.537Z | Downloaded percent-encoding v2.3.2 |
| 347 | 2026-04-10T02:45:26.537Z | Downloaded clap_lex v1.0.0 |
| 348 | 2026-04-10T02:45:26.537Z | Downloaded icu_normalizer v2.1.1 |
| 349 | 2026-04-10T02:45:26.540Z | Downloaded bytecount v0.6.9 |
| 350 | 2026-04-10T02:45:26.542Z | Downloaded unicode-width v0.2.0 |
| 351 | 2026-04-10T02:45:26.545Z | Downloaded strsim v0.11.1 |
| 352 | 2026-04-10T02:45:26.545Z | Downloaded pretty-hex v0.4.1 |
| 353 | 2026-04-10T02:45:26.548Z | Downloaded usdt-impl v0.5.0 |
| 354 | 2026-04-10T02:45:26.548Z | Downloaded scroll_derive v0.12.1 |
| 355 | 2026-04-10T02:45:26.548Z | Downloaded zerofrom-derive v0.1.6 |
| 356 | 2026-04-10T02:45:26.548Z | Downloaded yoke-derive v0.8.1 |
| 357 | 2026-04-10T02:45:26.551Z | Downloaded potential_utf v0.1.4 |
| 358 | 2026-04-10T02:45:26.551Z | Downloaded fnv v1.0.7 |
| 359 | 2026-04-10T02:45:26.551Z | Downloaded proc-macro-error-attr v1.0.4 |
| 360 | 2026-04-10T02:45:26.554Z | Downloaded thiserror-impl v2.0.18 |
| 361 | 2026-04-10T02:45:26.555Z | Downloaded plain v0.2.3 |
| 362 | 2026-04-10T02:45:26.555Z | Downloaded version_check v0.9.5 |
| 363 | 2026-04-10T02:45:26.557Z | Downloaded toml_datetime v0.6.11 |
| 364 | 2026-04-10T02:45:26.558Z | Downloaded cargo-platform v0.2.0 |
| 365 | 2026-04-10T02:45:26.560Z | Downloaded ucd-trie v0.1.7 |
| 366 | 2026-04-10T02:45:26.563Z | Downloaded url v2.5.8 |
| 367 | 2026-04-10T02:45:26.566Z | Downloaded tabled_derive v0.7.0 |
| 368 | 2026-04-10T02:45:26.566Z | Downloaded itoa v1.0.17 |
| 369 | 2026-04-10T02:45:26.574Z | Downloaded zerocopy-derive v0.7.35 |
| 370 | 2026-04-10T02:45:26.576Z | Downloaded zerovec v0.11.5 |
| 371 | 2026-04-10T02:45:26.580Z | Downloaded winnow v0.7.14 |
| 372 | 2026-04-10T02:45:26.584Z | Downloaded terminal_size v0.4.3 |
| 373 | 2026-04-10T02:45:26.586Z | Downloaded smawk v0.3.2 |
| 374 | 2026-04-10T02:45:26.586Z | Downloaded serde-value v0.7.0 |
| 375 | 2026-04-10T02:45:26.586Z | Downloaded macaddr v1.0.1 |
| 376 | 2026-04-10T02:45:26.589Z | Downloaded serde-untagged v0.1.9 |
| 377 | 2026-04-10T02:45:26.589Z | Downloaded fastrand v2.3.0 |
| 378 | 2026-04-10T02:45:26.592Z | Downloaded displaydoc v0.2.5 |
| 379 | 2026-04-10T02:45:26.594Z | Downloaded unicode-width v0.1.14 |
| 380 | 2026-04-10T02:45:26.597Z | Downloaded typenum v1.19.0 |
| 381 | 2026-04-10T02:45:26.600Z | Downloaded zerocopy v0.7.35 |
| 382 | 2026-04-10T02:45:26.606Z | Downloaded synstructure v0.13.2 |
| 383 | 2026-04-10T02:45:26.608Z | Downloaded serde_tokenstream v0.2.3 |
| 384 | 2026-04-10T02:45:26.608Z | Downloaded memmap v0.7.0 |
| 385 | 2026-04-10T02:45:26.608Z | Downloaded erased-serde v0.4.9 |
| 386 | 2026-04-10T02:45:26.611Z | Downloaded semver v1.0.27 |
| 387 | 2026-04-10T02:45:26.614Z | Downloaded fs-err v3.3.0 |
| 388 | 2026-04-10T02:45:26.614Z | Downloaded toml_edit v0.22.27 |
| 389 | 2026-04-10T02:45:26.622Z | Downloaded anstyle-parse v0.2.7 |
| 390 | 2026-04-10T02:45:26.629Z | Downloaded camino v1.2.2 |
| 391 | 2026-04-10T02:45:26.633Z | Downloaded sha2 v0.10.9 |
| 392 | 2026-04-10T02:45:26.636Z | Downloaded icu_collections v2.1.1 |
| 393 | 2026-04-10T02:45:26.639Z | Downloaded camino-tempfile v1.4.1 |
| 394 | 2026-04-10T02:45:26.642Z | Downloaded cargo-util-schemas v0.8.2 |
| 395 | 2026-04-10T02:45:26.644Z | Downloaded once_cell v1.21.3 |
| 396 | 2026-04-10T02:45:26.644Z | Downloaded anstyle v1.0.13 |
| 397 | 2026-04-10T02:45:26.654Z | Downloaded scroll v0.12.0 |
| 398 | 2026-04-10T02:45:26.657Z | Downloaded smallvec v1.15.1 |
| 399 | 2026-04-10T02:45:26.657Z | Downloaded pest_derive v2.8.6 |
| 400 | 2026-04-10T02:45:26.660Z | Downloaded icu_properties v2.1.2 |
| 401 | 2026-04-10T02:45:26.665Z | Downloaded tempfile v3.25.0 |
| 402 | 2026-04-10T02:45:26.670Z | Downloaded getrandom v0.3.4 |
| 403 | 2026-04-10T02:45:26.674Z | Downloaded litemap v0.8.1 |
| 404 | 2026-04-10T02:45:26.679Z | Downloaded log v0.4.29 |
| 405 | 2026-04-10T02:45:26.684Z | Downloaded serde_derive v1.0.228 |
| 406 | 2026-04-10T02:45:26.686Z | Downloaded proc-macro2 v1.0.106 |
| 407 | 2026-04-10T02:45:26.689Z | Downloaded icu_normalizer_data v2.1.1 |
| 408 | 2026-04-10T02:45:26.689Z | Downloaded num-traits v0.2.19 |
| 409 | 2026-04-10T02:45:26.692Z | Downloaded clap v4.5.60 |
| 410 | 2026-04-10T02:45:26.698Z | Downloaded icu_provider v2.1.1 |
| 411 | 2026-04-10T02:45:26.704Z | Downloaded papergrid v0.11.0 |
| 412 | 2026-04-10T02:45:26.708Z | Downloaded memchr v2.8.0 |
| 413 | 2026-04-10T02:45:26.712Z | Downloaded serde_core v1.0.228 |
| 414 | 2026-04-10T02:45:26.718Z | Downloaded serde v1.0.228 |
| 415 | 2026-04-10T02:45:26.721Z | Downloaded unicode-ident v1.0.24 |
| 416 | 2026-04-10T02:45:26.730Z | Downloaded pest_meta v2.8.6 |
| 417 | 2026-04-10T02:45:26.734Z | Downloaded hashbrown v0.16.1 |
| 418 | 2026-04-10T02:45:26.740Z | Downloaded indexmap v2.13.0 |
| 419 | 2026-04-10T02:45:26.743Z | Downloaded clap_builder v4.5.60 |
| 420 | 2026-04-10T02:45:26.750Z | Downloaded pest v2.8.6 |
| 421 | 2026-04-10T02:45:26.760Z | Downloaded idna v1.1.0 |
| 422 | 2026-04-10T02:45:26.763Z | Downloaded serde_json v1.0.149 |
| 423 | 2026-04-10T02:45:26.769Z | Downloaded icu_properties_data v2.1.2 |
| 424 | 2026-04-10T02:45:26.777Z | Downloaded goblin v0.8.2 |
| 425 | 2026-04-10T02:45:26.783Z | Downloaded tabled v0.15.0 |
| 426 | 2026-04-10T02:45:26.793Z | Downloaded syn v1.0.109 |
| 427 | 2026-04-10T02:45:26.805Z | Downloaded syn v2.0.117 |
| 428 | 2026-04-10T02:45:26.818Z | Downloaded rustix v1.1.3 |
| 429 | 2026-04-10T02:45:26.845Z | Downloaded libc v0.2.180 |
| 430 | 2026-04-10T02:45:26.951Z | Downloaded utf8parse v0.2.2 |
| 431 | 2026-04-10T02:45:26.998Z | Compiling proc-macro2 v1.0.106 |
| 432 | 2026-04-10T02:45:26.998Z | Compiling unicode-ident v1.0.24 |
| 433 | 2026-04-10T02:45:27.003Z | Compiling quote v1.0.44 |
| 434 | 2026-04-10T02:45:27.003Z | Compiling serde_core v1.0.228 |
| 435 | 2026-04-10T02:45:27.003Z | Compiling libc v0.2.180 |
| 436 | 2026-04-10T02:45:27.003Z | Compiling version_check v0.9.5 |
| 437 | 2026-04-10T02:45:27.003Z | Compiling memchr v2.8.0 |
| 438 | 2026-04-10T02:45:27.003Z | Compiling stable_deref_trait v1.2.1 |
| 439 | 2026-04-10T02:45:27.003Z | Compiling serde v1.0.228 |
| 440 | 2026-04-10T02:45:27.180Z | Compiling zmij v1.0.21 |
| 441 | 2026-04-10T02:45:27.183Z | Compiling autocfg v1.5.0 |
| 442 | 2026-04-10T02:45:27.183Z | Compiling ucd-trie v0.1.7 |
| 443 | 2026-04-10T02:45:27.183Z | Compiling itoa v1.0.17 |
| 444 | 2026-04-10T02:45:27.183Z | Compiling thiserror v1.0.69 |
| 445 | 2026-04-10T02:45:27.183Z | Compiling litemap v0.8.1 |
| 446 | 2026-04-10T02:45:27.433Z | Compiling writeable v0.6.2 |
| 447 | 2026-04-10T02:45:27.610Z | Compiling icu_properties_data v2.1.2 |
| 448 | 2026-04-10T02:45:27.727Z | Compiling pest v2.8.6 |
| 449 | 2026-04-10T02:45:27.730Z | Compiling byteorder v1.5.0 |
| 450 | 2026-04-10T02:45:27.730Z | Compiling icu_normalizer_data v2.1.1 |
| 451 | 2026-04-10T02:45:27.730Z | Compiling rustix v1.1.3 |
| 452 | 2026-04-10T02:45:27.745Z | Compiling serde_json v1.0.149 |
| 453 | 2026-04-10T02:45:27.784Z | Compiling bitflags v2.11.0 |
| 454 | 2026-04-10T02:45:27.900Z | Compiling num-traits v0.2.19 |
| 455 | 2026-04-10T02:45:27.997Z | Compiling equivalent v1.0.2 |
| 456 | 2026-04-10T02:45:28.014Z | Compiling smallvec v1.15.1 |
| 457 | 2026-04-10T02:45:28.055Z | Compiling typeid v1.0.3 |
| 458 | 2026-04-10T02:45:28.170Z | Compiling hashbrown v0.16.1 |
| 459 | 2026-04-10T02:45:28.172Z | Compiling proc-macro-error-attr v1.0.4 |
| 460 | 2026-04-10T02:45:28.173Z | Compiling usdt-impl v0.5.0 |
| 461 | 2026-04-10T02:45:28.173Z | Compiling syn v1.0.109 |
| 462 | 2026-04-10T02:45:28.304Z | Compiling erased-serde v0.4.9 |
| 463 | 2026-04-10T02:45:28.342Z | Compiling toml_write v0.1.2 |
| 464 | 2026-04-10T02:45:28.361Z | Compiling winnow v0.7.14 |
| 465 | 2026-04-10T02:45:28.418Z | Compiling errno v0.3.14 |
| 466 | 2026-04-10T02:45:28.440Z | Compiling thread-id v4.2.2 |
| 467 | 2026-04-10T02:45:28.571Z | Compiling proc-macro-error v1.0.4 |
| 468 | 2026-04-10T02:45:28.630Z | Compiling utf8parse v0.2.2 |
| 469 | 2026-04-10T02:45:28.633Z | Compiling percent-encoding v2.3.2 |
| 470 | 2026-04-10T02:45:28.634Z | Compiling log v0.4.29 |
| 471 | 2026-04-10T02:45:28.634Z | Compiling plain v0.2.3 |
| 472 | 2026-04-10T02:45:28.670Z | Compiling thiserror v2.0.18 |
| 473 | 2026-04-10T02:45:28.686Z | Compiling syn v2.0.117 |
| 474 | 2026-04-10T02:45:28.768Z | Compiling indexmap v2.13.0 |
| 475 | 2026-04-10T02:45:28.791Z | Compiling pest_meta v2.8.6 |
| 476 | 2026-04-10T02:45:28.812Z | Compiling camino v1.2.2 |
| 477 | 2026-04-10T02:45:28.853Z | Compiling utf8_iter v1.0.4 |
| 478 | 2026-04-10T02:45:28.856Z | Compiling getrandom v0.3.4 |
| 479 | 2026-04-10T02:45:28.872Z | Compiling form_urlencoded v1.2.2 |
| 480 | 2026-04-10T02:45:29.032Z | Compiling anstyle-parse v0.2.7 |
| 481 | 2026-04-10T02:45:29.074Z | Compiling ordered-float v2.10.1 |
| 482 | 2026-04-10T02:45:29.179Z | Compiling anstyle-query v1.1.5 |
| 483 | 2026-04-10T02:45:29.253Z | Compiling colorchoice v1.0.4 |
| 484 | 2026-04-10T02:45:29.274Z | Compiling is_terminal_polyfill v1.70.2 |
| 485 | 2026-04-10T02:45:29.323Z | Compiling anstyle v1.0.13 |
| 486 | 2026-04-10T02:45:29.346Z | Compiling pretty-hex v0.4.1 |
| 487 | 2026-04-10T02:45:29.366Z | Compiling cfg-if v1.0.4 |
| 488 | 2026-04-10T02:45:29.430Z | Compiling fs-err v3.3.0 |
| 489 | 2026-04-10T02:45:29.433Z | Compiling unicode-xid v0.2.6 |
| 490 | 2026-04-10T02:45:29.433Z | Compiling heck v0.5.0 |
| 491 | 2026-04-10T02:45:29.485Z | Compiling terminal_size v0.4.3 |
| 492 | 2026-04-10T02:45:29.513Z | Compiling heck v0.4.1 |
| 493 | 2026-04-10T02:45:29.532Z | Compiling anstream v0.6.21 |
| 494 | 2026-04-10T02:45:29.738Z | Compiling semver v1.0.27 |
| 495 | 2026-04-10T02:45:29.757Z | Compiling once_cell v1.21.3 |
| 496 | 2026-04-10T02:45:29.778Z | Compiling bytecount v0.6.9 |
| 497 | 2026-04-10T02:45:29.796Z | Compiling fastrand v2.3.0 |
| 498 | 2026-04-10T02:45:29.832Z | Compiling unicode-width v0.1.14 |
| 499 | 2026-04-10T02:45:29.894Z | Compiling clap_lex v1.0.0 |
| 500 | 2026-04-10T02:45:29.896Z | Compiling anyhow v1.0.102 |
| 501 | 2026-04-10T02:45:29.933Z | Compiling strsim v0.11.1 |
| 502 | 2026-04-10T02:45:29.955Z | Compiling fnv v1.0.7 |
| 503 | 2026-04-10T02:45:30.015Z | Compiling serde-untagged v0.1.9 |
| 504 | 2026-04-10T02:45:30.081Z | Compiling papergrid v0.11.0 |
| 505 | 2026-04-10T02:45:30.115Z | Compiling tempfile v3.25.0 |
| 506 | 2026-04-10T02:45:30.161Z | Compiling memmap v0.7.0 |
| 507 | 2026-04-10T02:45:30.164Z | Compiling unicode-width v0.2.0 |
| 508 | 2026-04-10T02:45:30.199Z | Compiling clap_builder v4.5.60 |
| 509 | 2026-04-10T02:45:30.289Z | Compiling unicode-linebreak v0.1.5 |
| 510 | 2026-04-10T02:45:30.328Z | Compiling smawk v0.3.2 |
| 511 | 2026-04-10T02:45:30.407Z | Compiling camino-tempfile v1.4.1 |
| 512 | 2026-04-10T02:45:30.510Z | Compiling textwrap v0.16.2 |
| 513 | 2026-04-10T02:45:30.534Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 514 | 2026-04-10T02:45:30.539Z | Compiling swrite v0.1.0 |
| 515 | 2026-04-10T02:45:30.877Z | Compiling tabled_derive v0.7.0 |
| 516 | 2026-04-10T02:45:31.365Z | Compiling synstructure v0.13.2 |
| 517 | 2026-04-10T02:45:31.365Z | Compiling pest_generator v2.8.6 |
| 518 | 2026-04-10T02:45:31.573Z | Compiling tabled v0.15.0 |
| 519 | 2026-04-10T02:45:31.893Z | Compiling serde_derive v1.0.228 |
| 520 | 2026-04-10T02:45:31.896Z | Compiling zerofrom-derive v0.1.6 |
| 521 | 2026-04-10T02:45:31.896Z | Compiling yoke-derive v0.8.1 |
| 522 | 2026-04-10T02:45:31.896Z | Compiling zerovec-derive v0.11.2 |
| 523 | 2026-04-10T02:45:31.912Z | Compiling displaydoc v0.2.5 |
| 524 | 2026-04-10T02:45:31.915Z | Compiling thiserror-impl v1.0.69 |
| 525 | 2026-04-10T02:45:31.915Z | Compiling zerocopy-derive v0.7.35 |
| 526 | 2026-04-10T02:45:31.967Z | Compiling scroll_derive v0.12.1 |
| 527 | 2026-04-10T02:45:32.003Z | Compiling pest_derive v2.8.6 |
| 528 | 2026-04-10T02:45:32.022Z | Compiling thiserror-impl v2.0.18 |
| 529 | 2026-04-10T02:45:32.091Z | Compiling clap_derive v4.5.55 |
| 530 | 2026-04-10T02:45:32.677Z | Compiling scroll v0.12.0 |
| 531 | 2026-04-10T02:45:32.811Z | Compiling zerocopy v0.7.35 |
| 532 | 2026-04-10T02:45:32.907Z | Compiling goblin v0.8.2 |
| 533 | 2026-04-10T02:45:33.063Z | Compiling zerofrom v0.1.6 |
| 534 | 2026-04-10T02:45:33.170Z | Compiling dtrace-parser v0.2.0 |
| 535 | 2026-04-10T02:45:33.190Z | Compiling yoke v0.8.1 |
| 536 | 2026-04-10T02:45:33.350Z | Compiling zerovec v0.11.5 |
| 537 | 2026-04-10T02:45:33.350Z | Compiling zerotrie v0.2.3 |
| 538 | 2026-04-10T02:45:33.444Z | Compiling clap v4.5.60 |
| 539 | 2026-04-10T02:45:33.875Z | Compiling tinystr v0.8.2 |
| 540 | 2026-04-10T02:45:33.875Z | Compiling potential_utf v0.1.4 |
| 541 | 2026-04-10T02:45:33.989Z | Compiling icu_collections v2.1.1 |
| 542 | 2026-04-10T02:45:34.042Z | Compiling icu_locale_core v2.1.1 |
| 543 | 2026-04-10T02:45:34.512Z | Compiling toml_datetime v0.6.11 |
| 544 | 2026-04-10T02:45:34.512Z | Compiling serde_spanned v0.6.9 |
| 545 | 2026-04-10T02:45:34.512Z | Compiling serde-value v0.7.0 |
| 546 | 2026-04-10T02:45:34.515Z | Compiling cargo-platform v0.2.0 |
| 547 | 2026-04-10T02:45:34.515Z | Compiling macaddr v1.0.1 |
| 548 | 2026-04-10T02:45:34.531Z | Compiling dof v0.3.0 |
| 549 | 2026-04-10T02:45:34.534Z | Compiling serde_tokenstream v0.2.3 |
| 550 | 2026-04-10T02:45:34.584Z | Compiling icu_provider v2.1.1 |
| 551 | 2026-04-10T02:45:34.688Z | Compiling toml_edit v0.22.27 |
| 552 | 2026-04-10T02:45:34.875Z | Compiling icu_normalizer v2.1.1 |
| 553 | 2026-04-10T02:45:34.875Z | Compiling icu_properties v2.1.2 |
| 554 | 2026-04-10T02:45:35.296Z | Compiling usdt-macro v0.5.0 |
| 555 | 2026-04-10T02:45:35.296Z | Compiling usdt-attr-macro v0.5.0 |
| 556 | 2026-04-10T02:45:35.740Z | Compiling idna_adapter v1.2.1 |
| 557 | 2026-04-10T02:45:35.849Z | Compiling idna v1.1.0 |
| 558 | 2026-04-10T02:45:35.917Z | Compiling usdt v0.5.0 |
| 559 | 2026-04-10T02:45:35.999Z | Compiling toml v0.8.23 |
| 560 | 2026-04-10T02:45:36.123Z | Compiling url v2.5.8 |
| 561 | 2026-04-10T02:45:36.342Z | Compiling cargo_toml v0.21.0 |
| 562 | 2026-04-10T02:45:36.534Z | Compiling cargo-util-schemas v0.8.2 |
| 563 | 2026-04-10T02:45:37.324Z | Compiling cargo_metadata v0.21.0 |
| 564 | 2026-04-10T02:45:38.250Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 565 | 2026-04-10T02:45:40.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.27s |
| 566 | 2026-04-10T02:45:40.647Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd lldp transceiver-control` |
| 567 | 2026-04-10T02:45:41.201Z | Downloading crates ... |
| 568 | 2026-04-10T02:45:41.308Z | Downloaded adler2 v2.0.1 |
| 569 | 2026-04-10T02:45:41.315Z | Downloaded async-bb8-diesel v0.2.1 |
| 570 | 2026-04-10T02:45:41.317Z | Downloaded atomic-waker v1.1.2 |
| 571 | 2026-04-10T02:45:41.317Z | Downloaded cfg_aliases v0.1.1 |
| 572 | 2026-04-10T02:45:41.320Z | Downloaded arrayvec v0.7.6 |
| 573 | 2026-04-10T02:45:41.320Z | Downloaded convert_case v0.4.0 |
| 574 | 2026-04-10T02:45:41.321Z | Downloaded async-stream-impl v0.3.6 |
| 575 | 2026-04-10T02:45:41.324Z | Downloaded async-compression v0.4.41 |
| 576 | 2026-04-10T02:45:41.332Z | Downloaded bb8 v0.8.6 |
| 577 | 2026-04-10T02:45:41.334Z | Downloaded ascii-canvas v3.0.0 |
| 578 | 2026-04-10T02:45:41.359Z | Downloaded cobs v0.3.0 |
| 579 | 2026-04-10T02:45:41.362Z | Downloaded cbc v0.1.2 |
| 580 | 2026-04-10T02:45:41.362Z | Downloaded cargo_metadata v0.19.2 |
| 581 | 2026-04-10T02:45:41.366Z | Downloaded bit-set v0.8.0 |
| 582 | 2026-04-10T02:45:41.368Z | Downloaded crc-catalog v2.4.0 |
| 583 | 2026-04-10T02:45:41.368Z | Downloaded base16ct v0.2.0 |
| 584 | 2026-04-10T02:45:41.371Z | Downloaded atty v0.2.14 |
| 585 | 2026-04-10T02:45:41.374Z | Downloaded cargo-platform v0.1.9 |
| 586 | 2026-04-10T02:45:41.382Z | Downloaded castaway v0.2.4 |
| 587 | 2026-04-10T02:45:41.390Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 588 | 2026-04-10T02:45:41.392Z | Downloaded ciborium-ll v0.2.2 |
| 589 | 2026-04-10T02:45:41.392Z | Downloaded bit-set v0.5.3 |
| 590 | 2026-04-10T02:45:41.397Z | Downloaded async-stream v0.3.6 |
| 591 | 2026-04-10T02:45:41.402Z | Downloaded block-padding v0.3.3 |
| 592 | 2026-04-10T02:45:41.404Z | Downloaded bitfield-macros v0.19.4 |
| 593 | 2026-04-10T02:45:41.404Z | Downloaded async-recursion v1.1.1 |
| 594 | 2026-04-10T02:45:41.407Z | Downloaded crc v3.4.0 |
| 595 | 2026-04-10T02:45:41.407Z | Downloaded compression-core v0.4.31 |
| 596 | 2026-04-10T02:45:41.410Z | Downloaded cfg_aliases v0.2.1 |
| 597 | 2026-04-10T02:45:41.410Z | Downloaded bitfield-struct v0.6.2 |
| 598 | 2026-04-10T02:45:41.410Z | Downloaded atomicwrites v0.4.4 |
| 599 | 2026-04-10T02:45:41.412Z | Downloaded array-init v0.0.4 |
| 600 | 2026-04-10T02:45:41.419Z | Downloaded daft-derive v0.1.5 |
| 601 | 2026-04-10T02:45:41.422Z | Downloaded derive_more-impl v2.1.1 |
| 602 | 2026-04-10T02:45:41.426Z | Downloaded derive_more v0.99.20 |
| 603 | 2026-04-10T02:45:41.428Z | Downloaded ff v0.13.1 |
| 604 | 2026-04-10T02:45:41.431Z | Downloaded foreign-types-macros v0.2.3 |
| 605 | 2026-04-10T02:45:41.431Z | Downloaded diff v0.1.13 |
| 606 | 2026-04-10T02:45:41.434Z | Downloaded data-encoding v2.10.0 |
| 607 | 2026-04-10T02:45:41.434Z | Downloaded derive_builder_macro v0.20.2 |
| 608 | 2026-04-10T02:45:41.434Z | Downloaded der_derive v0.7.3 |
| 609 | 2026-04-10T02:45:41.437Z | Downloaded foreign-types-shared v0.1.1 |
| 610 | 2026-04-10T02:45:41.437Z | Downloaded dof v0.4.0 |
| 611 | 2026-04-10T02:45:41.437Z | Downloaded foreign-types-shared v0.3.1 |
| 612 | 2026-04-10T02:45:41.437Z | Downloaded crossbeam-utils v0.8.21 |
| 613 | 2026-04-10T02:45:41.440Z | Downloaded ciborium-io v0.2.2 |
| 614 | 2026-04-10T02:45:41.440Z | Downloaded futures-io v0.3.32 |
| 615 | 2026-04-10T02:45:41.442Z | Downloaded dropshot_endpoint v0.16.7 |
| 616 | 2026-04-10T02:45:41.442Z | Downloaded foreign-types v0.5.0 |
| 617 | 2026-04-10T02:45:41.445Z | Downloaded bitflags v1.3.2 |
| 618 | 2026-04-10T02:45:41.445Z | Downloaded difflib v0.4.0 |
| 619 | 2026-04-10T02:45:41.448Z | Downloaded defmt v0.3.100 |
| 620 | 2026-04-10T02:45:41.448Z | Downloaded deranged v0.5.8 |
| 621 | 2026-04-10T02:45:41.448Z | Downloaded darling_macro v0.21.3 |
| 622 | 2026-04-10T02:45:41.451Z | Downloaded bcs v0.1.6 |
| 623 | 2026-04-10T02:45:41.451Z | Downloaded fd-lock v4.0.4 |
| 624 | 2026-04-10T02:45:41.454Z | Downloaded foldhash v0.1.5 |
| 625 | 2026-04-10T02:45:41.454Z | Downloaded document-features v0.2.12 |
| 626 | 2026-04-10T02:45:41.454Z | Downloaded darling_core v0.20.11 |
| 627 | 2026-04-10T02:45:41.456Z | Downloaded env_filter v1.0.0 |
| 628 | 2026-04-10T02:45:41.459Z | Downloaded dyn-clone v1.0.20 |
| 629 | 2026-04-10T02:45:41.459Z | Downloaded buf-list v1.1.2 |
| 630 | 2026-04-10T02:45:41.462Z | Downloaded derive-ex v0.1.8 |
| 631 | 2026-04-10T02:45:41.462Z | Downloaded daft v0.1.5 |
| 632 | 2026-04-10T02:45:41.464Z | Downloaded defmt-macros v1.0.1 |
| 633 | 2026-04-10T02:45:41.464Z | Downloaded csv-core v0.1.13 |
| 634 | 2026-04-10T02:45:41.467Z | Downloaded cexpr v0.6.0 |
| 635 | 2026-04-10T02:45:41.467Z | Downloaded assert_matches v1.5.0 |
| 636 | 2026-04-10T02:45:41.467Z | Downloaded corncobs v0.1.4 |
| 637 | 2026-04-10T02:45:41.471Z | Downloaded drift v0.1.3 |
| 638 | 2026-04-10T02:45:41.474Z | Downloaded backoff v0.4.0 |
| 639 | 2026-04-10T02:45:41.474Z | Downloaded derive_more v2.1.1 |
| 640 | 2026-04-10T02:45:41.479Z | Downloaded crossbeam-deque v0.8.6 |
| 641 | 2026-04-10T02:45:41.482Z | Downloaded cmake v0.1.57 |
| 642 | 2026-04-10T02:45:41.482Z | Downloaded crossterm v0.29.0 |
| 643 | 2026-04-10T02:45:41.486Z | Downloaded futures-sink v0.3.32 |
| 644 | 2026-04-10T02:45:41.489Z | Downloaded gethostname v0.5.0 |
| 645 | 2026-04-10T02:45:41.489Z | Downloaded futures-core v0.3.32 |
| 646 | 2026-04-10T02:45:41.489Z | Downloaded foreign-types v0.3.2 |
| 647 | 2026-04-10T02:45:41.492Z | Downloaded fxhash v0.2.1 |
| 648 | 2026-04-10T02:45:41.492Z | Downloaded futures-task v0.3.32 |
| 649 | 2026-04-10T02:45:41.492Z | Downloaded fs-err v2.11.0 |
| 650 | 2026-04-10T02:45:41.495Z | Downloaded crossbeam-epoch v0.9.18 |
| 651 | 2026-04-10T02:45:41.495Z | Downloaded byte-wrapper v0.1.0 |
| 652 | 2026-04-10T02:45:41.497Z | Downloaded futures-executor v0.3.32 |
| 653 | 2026-04-10T02:45:41.498Z | Downloaded dsl_auto_type v0.2.0 |
| 654 | 2026-04-10T02:45:41.501Z | Downloaded git-stub v1.0.0 |
| 655 | 2026-04-10T02:45:41.501Z | Downloaded ghash v0.5.1 |
| 656 | 2026-04-10T02:45:41.501Z | Downloaded fs_extra v1.3.0 |
| 657 | 2026-04-10T02:45:41.503Z | Downloaded diesel_derives v2.3.7 |
| 658 | 2026-04-10T02:45:41.506Z | Downloaded float-ord v0.3.2 |
| 659 | 2026-04-10T02:45:41.506Z | Downloaded funty v2.0.0 |
| 660 | 2026-04-10T02:45:41.510Z | Downloaded dtrace-parser v0.3.0 |
| 661 | 2026-04-10T02:45:41.510Z | Downloaded hash32 v0.3.1 |
| 662 | 2026-04-10T02:45:41.510Z | Downloaded crucible-workspace-hack v0.1.0 |
| 663 | 2026-04-10T02:45:41.510Z | Downloaded futures-macro v0.3.32 |
| 664 | 2026-04-10T02:45:41.513Z | Downloaded fixedbitset v0.5.7 |
| 665 | 2026-04-10T02:45:41.514Z | Downloaded ahash v0.8.12 |
| 666 | 2026-04-10T02:45:41.517Z | Downloaded crunchy v0.2.4 |
| 667 | 2026-04-10T02:45:41.517Z | Downloaded dirs-sys-next v0.1.2 |
| 668 | 2026-04-10T02:45:41.517Z | Downloaded async-trait v0.1.89 |
| 669 | 2026-04-10T02:45:41.517Z | Downloaded darling_macro v0.20.11 |
| 670 | 2026-04-10T02:45:41.520Z | Downloaded base64ct v1.8.3 |
| 671 | 2026-04-10T02:45:41.520Z | Downloaded diesel-dtrace v0.5.0 |
| 672 | 2026-04-10T02:45:41.523Z | Downloaded ctr v0.9.2 |
| 673 | 2026-04-10T02:45:41.523Z | Downloaded des v0.8.1 |
| 674 | 2026-04-10T02:45:41.527Z | Downloaded darling v0.23.0 |
| 675 | 2026-04-10T02:45:41.530Z | Downloaded ciborium v0.2.2 |
| 676 | 2026-04-10T02:45:41.530Z | Downloaded ed25519-dalek v2.2.0 |
| 677 | 2026-04-10T02:45:41.530Z | Downloaded foldhash v0.2.0 |
| 678 | 2026-04-10T02:45:41.533Z | Downloaded derive_builder v0.20.2 |
| 679 | 2026-04-10T02:45:41.535Z | Downloaded bzip2 v0.4.4 |
| 680 | 2026-04-10T02:45:41.535Z | Downloaded console v0.16.2 |
| 681 | 2026-04-10T02:45:41.539Z | Downloaded const-oid v0.9.6 |
| 682 | 2026-04-10T02:45:41.539Z | Downloaded colored v2.2.0 |
| 683 | 2026-04-10T02:45:41.543Z | Downloaded cancel-safe-futures v0.1.5 |
| 684 | 2026-04-10T02:45:41.543Z | Downloaded defmt v1.0.1 |
| 685 | 2026-04-10T02:45:41.546Z | Downloaded globwalk v0.9.1 |
| 686 | 2026-04-10T02:45:41.546Z | Downloaded cookie_store v0.22.1 |
| 687 | 2026-04-10T02:45:41.548Z | Downloaded darling v0.21.3 |
| 688 | 2026-04-10T02:45:41.552Z | Downloaded home v0.5.12 |
| 689 | 2026-04-10T02:45:41.552Z | Downloaded hostname v0.4.2 |
| 690 | 2026-04-10T02:45:41.552Z | Downloaded futures-channel v0.3.32 |
| 691 | 2026-04-10T02:45:41.554Z | Downloaded git-stub-vcs v0.1.0 |
| 692 | 2026-04-10T02:45:41.554Z | Downloaded hash32 v0.2.1 |
| 693 | 2026-04-10T02:45:41.557Z | Downloaded chacha20 v0.9.1 |
| 694 | 2026-04-10T02:45:41.557Z | Downloaded erased-serde v0.3.31 |
| 695 | 2026-04-10T02:45:41.559Z | Downloaded group v0.13.0 |
| 696 | 2026-04-10T02:45:41.560Z | Downloaded globset v0.4.18 |
| 697 | 2026-04-10T02:45:41.560Z | Downloaded aead v0.5.2 |
| 698 | 2026-04-10T02:45:41.563Z | Downloaded either v1.15.0 |
| 699 | 2026-04-10T02:45:41.563Z | Downloaded camino-tempfile-ext v0.3.3 |
| 700 | 2026-04-10T02:45:41.563Z | Downloaded hubpack_derive v0.1.1 |
| 701 | 2026-04-10T02:45:41.567Z | Downloaded fallible-iterator v0.2.0 |
| 702 | 2026-04-10T02:45:41.567Z | Downloaded ed25519 v2.2.3 |
| 703 | 2026-04-10T02:45:41.567Z | Downloaded inout v0.1.4 |
| 704 | 2026-04-10T02:45:41.570Z | Downloaded headers-core v0.3.0 |
| 705 | 2026-04-10T02:45:41.570Z | Downloaded crypto-bigint v0.5.5 |
| 706 | 2026-04-10T02:45:41.573Z | Downloaded instant v0.1.13 |
| 707 | 2026-04-10T02:45:41.573Z | Downloaded glob v0.3.3 |
| 708 | 2026-04-10T02:45:41.573Z | Downloaded const_format v0.2.35 |
| 709 | 2026-04-10T02:45:41.576Z | Downloaded backon v1.6.0 |
| 710 | 2026-04-10T02:45:41.578Z | Downloaded ident_case v1.0.1 |
| 711 | 2026-04-10T02:45:41.579Z | Downloaded darling_core v0.23.0 |
| 712 | 2026-04-10T02:45:41.581Z | Downloaded libscf-sys v1.1.0 |
| 713 | 2026-04-10T02:45:41.584Z | Downloaded httpdate v1.0.3 |
| 714 | 2026-04-10T02:45:41.584Z | Downloaded chacha20 v0.10.0 |
| 715 | 2026-04-10T02:45:41.586Z | Downloaded critical-section v1.2.0 |
| 716 | 2026-04-10T02:45:41.586Z | Downloaded indent_write v2.2.0 |
| 717 | 2026-04-10T02:45:41.586Z | Downloaded hex-literal v0.4.1 |
| 718 | 2026-04-10T02:45:41.589Z | Downloaded env_logger v0.11.9 |
| 719 | 2026-04-10T02:45:41.589Z | Downloaded der v0.7.10 |
| 720 | 2026-04-10T02:45:41.594Z | Downloaded allocator-api2 v0.2.21 |
| 721 | 2026-04-10T02:45:41.597Z | Downloaded clang-sys v1.8.1 |
| 722 | 2026-04-10T02:45:41.597Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 723 | 2026-04-10T02:45:41.597Z | Downloaded blake2 v0.10.6 |
| 724 | 2026-04-10T02:45:41.600Z | Downloaded indoc v1.0.9 |
| 725 | 2026-04-10T02:45:41.600Z | Downloaded dirs-next v2.0.0 |
| 726 | 2026-04-10T02:45:41.602Z | Downloaded keccak v0.1.6 |
| 727 | 2026-04-10T02:45:41.603Z | Downloaded internet-checksum v0.2.1 |
| 728 | 2026-04-10T02:45:41.603Z | Downloaded hex v0.4.3 |
| 729 | 2026-04-10T02:45:41.605Z | Downloaded elliptic-curve v0.13.8 |
| 730 | 2026-04-10T02:45:41.606Z | Downloaded fixedbitset v0.4.2 |
| 731 | 2026-04-10T02:45:41.608Z | Downloaded cipher v0.4.4 |
| 732 | 2026-04-10T02:45:41.608Z | Downloaded lalrpop-util v0.19.12 |
| 733 | 2026-04-10T02:45:41.611Z | Downloaded is_ci v1.2.0 |
| 734 | 2026-04-10T02:45:41.611Z | Downloaded linked-hash-map v0.5.6 |
| 735 | 2026-04-10T02:45:41.611Z | Downloaded downcast-rs v2.0.2 |
| 736 | 2026-04-10T02:45:41.612Z | Downloaded lazy_static v1.5.0 |
| 737 | 2026-04-10T02:45:41.614Z | Downloaded is-terminal v0.4.17 |
| 738 | 2026-04-10T02:45:41.614Z | Downloaded lru v0.12.5 |
| 739 | 2026-04-10T02:45:41.614Z | Downloaded cookie v0.18.1 |
| 740 | 2026-04-10T02:45:41.618Z | Downloaded indoc v2.0.7 |
| 741 | 2026-04-10T02:45:41.618Z | Downloaded futures v0.3.32 |
| 742 | 2026-04-10T02:45:41.621Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 743 | 2026-04-10T02:45:41.627Z | Downloaded md5 v0.7.0 |
| 744 | 2026-04-10T02:45:41.627Z | Downloaded humantime v2.3.0 |
| 745 | 2026-04-10T02:45:41.627Z | Downloaded instability v0.3.11 |
| 746 | 2026-04-10T02:45:41.627Z | Downloaded hyper-tls v0.6.0 |
| 747 | 2026-04-10T02:45:41.627Z | Downloaded http-body-util v0.1.3 |
| 748 | 2026-04-10T02:45:41.631Z | Downloaded hyper-staticfile v0.10.1 |
| 749 | 2026-04-10T02:45:41.631Z | Downloaded half v2.7.1 |
| 750 | 2026-04-10T02:45:41.631Z | Downloaded memoffset v0.9.1 |
| 751 | 2026-04-10T02:45:41.634Z | Downloaded maybe-uninit v2.0.0 |
| 752 | 2026-04-10T02:45:41.634Z | Downloaded match_cfg v0.1.0 |
| 753 | 2026-04-10T02:45:41.634Z | Downloaded maplit v1.0.2 |
| 754 | 2026-04-10T02:45:41.634Z | Downloaded lru-slab v0.1.2 |
| 755 | 2026-04-10T02:45:41.636Z | Downloaded ingot-types v0.1.2 |
| 756 | 2026-04-10T02:45:41.636Z | Downloaded ingot v0.1.1 |
| 757 | 2026-04-10T02:45:41.639Z | Downloaded chacha20poly1305 v0.10.1 |
| 758 | 2026-04-10T02:45:41.639Z | Downloaded libefi-sys v0.1.0 |
| 759 | 2026-04-10T02:45:41.639Z | Downloaded flate2 v1.1.9 |
| 760 | 2026-04-10T02:45:41.642Z | Downloaded hostname v0.3.1 |
| 761 | 2026-04-10T02:45:41.644Z | Downloaded crossterm v0.28.1 |
| 762 | 2026-04-10T02:45:41.647Z | Downloaded num-conv v0.2.0 |
| 763 | 2026-04-10T02:45:41.650Z | Downloaded httparse v1.10.1 |
| 764 | 2026-04-10T02:45:41.650Z | Downloaded arc-swap v1.8.2 |
| 765 | 2026-04-10T02:45:41.652Z | Downloaded enum-as-inner v0.6.1 |
| 766 | 2026-04-10T02:45:41.655Z | Downloaded mime v0.3.17 |
| 767 | 2026-04-10T02:45:41.655Z | Downloaded multimap v0.10.1 |
| 768 | 2026-04-10T02:45:41.655Z | Downloaded half v1.8.3 |
| 769 | 2026-04-10T02:45:41.658Z | Downloaded crc-any v2.5.0 |
| 770 | 2026-04-10T02:45:41.658Z | Downloaded compact_str v0.8.1 |
| 771 | 2026-04-10T02:45:41.661Z | Downloaded newtype_derive v0.1.6 |
| 772 | 2026-04-10T02:45:41.661Z | Downloaded newline-converter v0.3.0 |
| 773 | 2026-04-10T02:45:41.663Z | Downloaded nibble_vec v0.1.0 |
| 774 | 2026-04-10T02:45:41.663Z | Downloaded bytes v1.11.1 |
| 775 | 2026-04-10T02:45:41.666Z | Downloaded base64 v0.22.1 |
| 776 | 2026-04-10T02:45:41.669Z | Downloaded nodrop v0.1.14 |
| 777 | 2026-04-10T02:45:41.669Z | Downloaded ipnet v2.11.0 |
| 778 | 2026-04-10T02:45:41.672Z | Downloaded highway v1.3.0 |
| 779 | 2026-04-10T02:45:41.672Z | Downloaded bitfield v0.19.4 |
| 780 | 2026-04-10T02:45:41.672Z | Downloaded compression-codecs v0.4.37 |
| 781 | 2026-04-10T02:45:41.674Z | Downloaded libloading v0.8.9 |
| 782 | 2026-04-10T02:45:41.677Z | Downloaded colored v3.1.1 |
| 783 | 2026-04-10T02:45:41.677Z | Downloaded linear-map v1.2.0 |
| 784 | 2026-04-10T02:45:41.679Z | Downloaded num-iter v0.1.45 |
| 785 | 2026-04-10T02:45:41.680Z | Downloaded libsw-core v0.3.2 |
| 786 | 2026-04-10T02:45:41.683Z | Downloaded bzip2 v0.6.1 |
| 787 | 2026-04-10T02:45:41.683Z | Downloaded http-body v1.0.1 |
| 788 | 2026-04-10T02:45:41.683Z | Downloaded base64 v0.21.7 |
| 789 | 2026-04-10T02:45:41.686Z | Downloaded num-derive v0.3.3 |
| 790 | 2026-04-10T02:45:41.689Z | Downloaded normalize-line-endings v0.3.0 |
| 791 | 2026-04-10T02:45:41.689Z | Downloaded iana-time-zone v0.1.65 |
| 792 | 2026-04-10T02:45:41.689Z | Downloaded ignore v0.4.25 |
| 793 | 2026-04-10T02:45:41.693Z | Downloaded darling v0.20.11 |
| 794 | 2026-04-10T02:45:41.698Z | Downloaded getrandom v0.4.1 |
| 795 | 2026-04-10T02:45:41.698Z | Downloaded num_enum_derive v0.5.11 |
| 796 | 2026-04-10T02:45:41.698Z | Downloaded flume v0.11.1 |
| 797 | 2026-04-10T02:45:41.700Z | Downloaded getrandom v0.2.17 |
| 798 | 2026-04-10T02:45:41.700Z | Downloaded openssl-probe v0.1.6 |
| 799 | 2026-04-10T02:45:41.703Z | Downloaded openssl-macros v0.1.1 |
| 800 | 2026-04-10T02:45:41.703Z | Downloaded nonempty v0.12.0 |
| 801 | 2026-04-10T02:45:41.703Z | Downloaded num-derive v0.4.2 |
| 802 | 2026-04-10T02:45:41.707Z | Downloaded hickory-resolver v0.24.4 |
| 803 | 2026-04-10T02:45:41.710Z | Downloaded ipnetwork v0.21.1 |
| 804 | 2026-04-10T02:45:41.710Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 805 | 2026-04-10T02:45:41.710Z | Downloaded constant_time_eq v0.4.2 |
| 806 | 2026-04-10T02:45:41.714Z | Downloaded opaque-debug v0.3.1 |
| 807 | 2026-04-10T02:45:41.714Z | Downloaded flagset v0.4.7 |
| 808 | 2026-04-10T02:45:41.714Z | Downloaded const_format_proc_macros v0.2.34 |
| 809 | 2026-04-10T02:45:41.717Z | Downloaded crc8 v0.1.1 |
| 810 | 2026-04-10T02:45:41.728Z | Downloaded parse-size v1.1.0 |
| 811 | 2026-04-10T02:45:41.731Z | Downloaded packed_struct v0.10.1 |
| 812 | 2026-04-10T02:45:41.731Z | Downloaded openssl-probe v0.2.1 |
| 813 | 2026-04-10T02:45:41.734Z | Downloaded pbkdf2 v0.12.2 |
| 814 | 2026-04-10T02:45:41.734Z | Downloaded path-slash v0.1.5 |
| 815 | 2026-04-10T02:45:41.734Z | Downloaded newtype-uuid-macros v0.1.0 |
| 816 | 2026-04-10T02:45:41.736Z | Downloaded newtype-uuid v1.3.2 |
| 817 | 2026-04-10T02:45:41.736Z | Downloaded native-tls v0.2.18 |
| 818 | 2026-04-10T02:45:41.736Z | Downloaded nanorand v0.7.0 |
| 819 | 2026-04-10T02:45:41.739Z | Downloaded mime_guess v2.0.5 |
| 820 | 2026-04-10T02:45:41.742Z | Downloaded headers v0.4.1 |
| 821 | 2026-04-10T02:45:41.745Z | Downloaded hashbrown v0.13.2 |
| 822 | 2026-04-10T02:45:41.745Z | Downloaded jobserver v0.1.34 |
| 823 | 2026-04-10T02:45:41.747Z | Downloaded find-msvc-tools v0.1.9 |
| 824 | 2026-04-10T02:45:41.747Z | Downloaded display-error-chain v0.2.2 |
| 825 | 2026-04-10T02:45:41.750Z | Downloaded darling_macro v0.23.0 |
| 826 | 2026-04-10T02:45:41.750Z | Downloaded cstr-argument v0.1.2 |
| 827 | 2026-04-10T02:45:41.750Z | Downloaded derive_builder_core v0.20.2 |
| 828 | 2026-04-10T02:45:41.753Z | Downloaded ar_archive_writer v0.5.1 |
| 829 | 2026-04-10T02:45:41.753Z | Downloaded num_enum v0.5.11 |
| 830 | 2026-04-10T02:45:41.757Z | Downloaded derive-where v1.6.0 |
| 831 | 2026-04-10T02:45:41.760Z | Downloaded peg-macros v0.8.5 |
| 832 | 2026-04-10T02:45:41.760Z | Downloaded owo-colors v4.3.0 |
| 833 | 2026-04-10T02:45:41.763Z | Downloaded indexmap v1.9.3 |
| 834 | 2026-04-10T02:45:41.763Z | Downloaded convert_case v0.10.0 |
| 835 | 2026-04-10T02:45:41.765Z | Downloaded parse-display-derive v0.10.0 |
| 836 | 2026-04-10T02:45:41.765Z | Downloaded hickory-server v0.25.2 |
| 837 | 2026-04-10T02:45:41.768Z | Downloaded bumpalo v3.20.2 |
| 838 | 2026-04-10T02:45:41.770Z | Downloaded num-rational v0.4.2 |
| 839 | 2026-04-10T02:45:41.770Z | Downloaded cassowary v0.3.0 |
| 840 | 2026-04-10T02:45:41.773Z | Downloaded cpufeatures v0.3.0 |
| 841 | 2026-04-10T02:45:41.773Z | Downloaded lock_api v0.4.14 |
| 842 | 2026-04-10T02:45:41.776Z | Downloaded phf_shared v0.12.1 |
| 843 | 2026-04-10T02:45:41.776Z | Downloaded blowfish v0.9.1 |
| 844 | 2026-04-10T02:45:41.776Z | Downloaded bit-vec v0.6.3 |
| 845 | 2026-04-10T02:45:41.776Z | Downloaded console v0.15.11 |
| 846 | 2026-04-10T02:45:41.778Z | Downloaded arrayref v0.3.9 |
| 847 | 2026-04-10T02:45:41.779Z | Downloaded argon2 v0.5.3 |
| 848 | 2026-04-10T02:45:41.781Z | Downloaded parking_lot v0.12.5 |
| 849 | 2026-04-10T02:45:41.784Z | Downloaded peg v0.8.5 |
| 850 | 2026-04-10T02:45:41.786Z | Downloaded md-5 v0.10.6 |
| 851 | 2026-04-10T02:45:41.786Z | Downloaded fatfs v0.3.6 |
| 852 | 2026-04-10T02:45:41.789Z | Downloaded multer v3.1.0 |
| 853 | 2026-04-10T02:45:41.789Z | Downloaded expectorate v1.2.0 |
| 854 | 2026-04-10T02:45:41.792Z | Downloaded dropshot_endpoint v0.17.0 |
| 855 | 2026-04-10T02:45:41.794Z | Downloaded precomputed-hash v0.1.1 |
| 856 | 2026-04-10T02:45:41.794Z | Downloaded powerfmt v0.2.0 |
| 857 | 2026-04-10T02:45:41.794Z | Downloaded libsw v3.5.0 |
| 858 | 2026-04-10T02:45:41.797Z | Downloaded ecdsa v0.16.9 |
| 859 | 2026-04-10T02:45:41.797Z | Downloaded oxnet v0.1.4 |
| 860 | 2026-04-10T02:45:41.800Z | Downloaded oxide-tokio-rt v0.1.3 |
| 861 | 2026-04-10T02:45:41.800Z | Downloaded phf_shared v0.11.3 |
| 862 | 2026-04-10T02:45:41.803Z | Downloaded pbkdf2 v0.11.0 |
| 863 | 2026-04-10T02:45:41.803Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 864 | 2026-04-10T02:45:41.803Z | Downloaded managed v0.8.0 |
| 865 | 2026-04-10T02:45:41.806Z | Downloaded heapless v0.8.0 |
| 866 | 2026-04-10T02:45:41.806Z | Downloaded libbz2-rs-sys v0.2.2 |
| 867 | 2026-04-10T02:45:41.808Z | Downloaded endian-type v0.1.2 |
| 868 | 2026-04-10T02:45:41.808Z | Downloaded cc v1.2.56 |
| 869 | 2026-04-10T02:45:41.811Z | Downloaded dunce v1.0.5 |
| 870 | 2026-04-10T02:45:41.811Z | Downloaded itertools v0.12.1 |
| 871 | 2026-04-10T02:45:41.814Z | Downloaded pem v3.0.6 |
| 872 | 2026-04-10T02:45:41.817Z | Downloaded progenitor-macro v0.13.0 |
| 873 | 2026-04-10T02:45:41.817Z | Downloaded paste v1.0.15 |
| 874 | 2026-04-10T02:45:41.821Z | Downloaded proc-macro-crate v1.3.1 |
| 875 | 2026-04-10T02:45:41.821Z | Downloaded oso-derive v0.27.3 |
| 876 | 2026-04-10T02:45:41.821Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 877 | 2026-04-10T02:45:41.824Z | Downloaded num_enum_derive v0.7.5 |
| 878 | 2026-04-10T02:45:41.824Z | Downloaded proc-macro-crate v3.4.0 |
| 879 | 2026-04-10T02:45:41.824Z | Downloaded filetime v0.2.27 |
| 880 | 2026-04-10T02:45:41.824Z | Downloaded embedded-io v0.6.1 |
| 881 | 2026-04-10T02:45:41.827Z | Downloaded peg-runtime v0.8.5 |
| 882 | 2026-04-10T02:45:41.827Z | Downloaded float-cmp v0.10.0 |
| 883 | 2026-04-10T02:45:41.827Z | Downloaded kstat-rs v0.2.4 |
| 884 | 2026-04-10T02:45:41.827Z | Downloaded ingot-macros v0.1.1 |
| 885 | 2026-04-10T02:45:41.830Z | Downloaded libm v0.2.16 |
| 886 | 2026-04-10T02:45:41.833Z | Downloaded num-complex v0.4.6 |
| 887 | 2026-04-10T02:45:41.836Z | Downloaded indicatif v0.18.4 |
| 888 | 2026-04-10T02:45:41.839Z | Downloaded num-integer v0.1.46 |
| 889 | 2026-04-10T02:45:41.839Z | Downloaded ena v0.14.4 |
| 890 | 2026-04-10T02:45:41.839Z | Downloaded num_enum v0.7.5 |
| 891 | 2026-04-10T02:45:41.842Z | Downloaded progenitor-macro v0.10.0 |
| 892 | 2026-04-10T02:45:41.845Z | Downloaded progenitor-client v0.11.2 |
| 893 | 2026-04-10T02:45:41.845Z | Downloaded pin-project-lite v0.2.17 |
| 894 | 2026-04-10T02:45:41.848Z | Downloaded hashbrown v0.15.5 |
| 895 | 2026-04-10T02:45:41.850Z | Downloaded pkcs8 v0.10.2 |
| 896 | 2026-04-10T02:45:41.853Z | Downloaded debug-ignore v1.0.5 |
| 897 | 2026-04-10T02:45:41.853Z | Downloaded hyper-util v0.1.20 |
| 898 | 2026-04-10T02:45:41.856Z | Downloaded pkg-config v0.3.32 |
| 899 | 2026-04-10T02:45:41.859Z | Downloaded crc32fast v1.5.0 |
| 900 | 2026-04-10T02:45:41.859Z | Downloaded password-hash v0.5.0 |
| 901 | 2026-04-10T02:45:41.863Z | Downloaded memmap2 v0.9.10 |
| 902 | 2026-04-10T02:45:41.866Z | Downloaded poly1305 v0.8.0 |
| 903 | 2026-04-10T02:45:41.870Z | Downloaded phf v0.13.1 |
| 904 | 2026-04-10T02:45:41.873Z | Downloaded quick-error v1.2.3 |
| 905 | 2026-04-10T02:45:41.873Z | Downloaded pin-utils v0.1.0 |
| 906 | 2026-04-10T02:45:41.876Z | Downloaded parking_lot_core v0.8.6 |
| 907 | 2026-04-10T02:45:41.879Z | Downloaded postgres-protocol v0.6.10 |
| 908 | 2026-04-10T02:45:41.882Z | Downloaded predicates v3.1.4 |
| 909 | 2026-04-10T02:45:41.882Z | Downloaded crossbeam-channel v0.5.15 |
| 910 | 2026-04-10T02:45:41.886Z | Downloaded parking_lot_core v0.9.12 |
| 911 | 2026-04-10T02:45:41.886Z | Downloaded predicates-core v1.0.10 |
| 912 | 2026-04-10T02:45:41.888Z | Downloaded defmt-parser v1.0.0 |
| 913 | 2026-04-10T02:45:41.888Z | Downloaded parking_lot v0.11.2 |
| 914 | 2026-04-10T02:45:41.892Z | Downloaded password-hash v0.4.2 |
| 915 | 2026-04-10T02:45:41.895Z | Downloaded progenitor v0.10.0 |
| 916 | 2026-04-10T02:45:41.895Z | Downloaded phf v0.12.1 |
| 917 | 2026-04-10T02:45:41.900Z | Downloaded primeorder v0.13.6 |
| 918 | 2026-04-10T02:45:41.904Z | Downloaded predicates-tree v1.0.13 |
| 919 | 2026-04-10T02:45:41.904Z | Downloaded hickory-resolver v0.25.2 |
| 920 | 2026-04-10T02:45:41.906Z | Downloaded ppv-lite86 v0.2.21 |
| 921 | 2026-04-10T02:45:41.910Z | Downloaded pin-project-internal v1.1.11 |
| 922 | 2026-04-10T02:45:41.913Z | Downloaded progenitor-client v0.10.0 |
| 923 | 2026-04-10T02:45:41.916Z | Downloaded progenitor-extras v0.1.1 |
| 924 | 2026-04-10T02:45:41.916Z | Downloaded ref-cast-impl v1.0.25 |
| 925 | 2026-04-10T02:45:41.919Z | Downloaded rfc6979 v0.4.0 |
| 926 | 2026-04-10T02:45:41.923Z | Downloaded russh-cryptovec v0.7.3 |
| 927 | 2026-04-10T02:45:41.925Z | Downloaded progenitor-client v0.13.0 |
| 928 | 2026-04-10T02:45:41.929Z | Downloaded embedded-io v0.4.0 |
| 929 | 2026-04-10T02:45:41.932Z | Downloaded proc-macro-error2 v2.0.1 |
| 930 | 2026-04-10T02:45:41.935Z | Downloaded aes v0.8.4 |
| 931 | 2026-04-10T02:45:41.937Z | Downloaded pkcs1 v0.7.5 |
| 932 | 2026-04-10T02:45:41.938Z | Downloaded radium v0.7.0 |
| 933 | 2026-04-10T02:45:41.940Z | Downloaded postcard v1.1.3 |
| 934 | 2026-04-10T02:45:41.940Z | Downloaded polyval v0.6.2 |
| 935 | 2026-04-10T02:45:41.941Z | Downloaded miniz_oxide v0.8.9 |
| 936 | 2026-04-10T02:45:41.944Z | Downloaded rustc-hash v2.1.1 |
| 937 | 2026-04-10T02:45:41.944Z | Downloaded rand_xorshift v0.4.0 |
| 938 | 2026-04-10T02:45:41.944Z | Downloaded psl-types v2.0.11 |
| 939 | 2026-04-10T02:45:41.946Z | Downloaded p256 v0.13.2 |
| 940 | 2026-04-10T02:45:41.949Z | Downloaded rustc_version v0.1.7 |
| 941 | 2026-04-10T02:45:41.952Z | Downloaded progenitor v0.11.2 |
| 942 | 2026-04-10T02:45:41.952Z | Downloaded salsa20 v0.10.2 |
| 943 | 2026-04-10T02:45:41.954Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 944 | 2026-04-10T02:45:41.957Z | Downloaded jiff-static v0.2.21 |
| 945 | 2026-04-10T02:45:41.960Z | Downloaded papergrid v0.17.0 |
| 946 | 2026-04-10T02:45:41.966Z | Downloaded rand_seeder v0.4.0 |
| 947 | 2026-04-10T02:45:41.969Z | Downloaded rand_chacha v0.9.0 |
| 948 | 2026-04-10T02:45:41.973Z | Downloaded sapling-renderdag v0.1.0 |
| 949 | 2026-04-10T02:45:41.973Z | Downloaded ref-cast v1.0.25 |
| 950 | 2026-04-10T02:45:41.973Z | Downloaded omicron-zone-package v0.12.2 |
| 951 | 2026-04-10T02:45:41.976Z | Downloaded moka v0.12.13 |
| 952 | 2026-04-10T02:45:41.979Z | Downloaded psm v0.1.30 |
| 953 | 2026-04-10T02:45:41.983Z | Downloaded bit-vec v0.8.0 |
| 954 | 2026-04-10T02:45:41.983Z | Downloaded recursive v0.1.1 |
| 955 | 2026-04-10T02:45:41.991Z | Downloaded rustc_version v0.4.1 |
| 956 | 2026-04-10T02:45:41.995Z | Downloaded scroll_derive v0.13.1 |
| 957 | 2026-04-10T02:45:41.995Z | Downloaded scopeguard v1.2.0 |
| 958 | 2026-04-10T02:45:41.995Z | Downloaded same-file v1.0.6 |
| 959 | 2026-04-10T02:45:41.996Z | Downloaded semver v0.1.20 |
| 960 | 2026-04-10T02:45:42.000Z | Downloaded secrecy v0.8.0 |
| 961 | 2026-04-10T02:45:42.006Z | Downloaded rand_core v0.10.0 |
| 962 | 2026-04-10T02:45:42.009Z | Downloaded dropshot-api-manager v0.6.0 |
| 963 | 2026-04-10T02:45:42.009Z | Downloaded hashbrown v0.12.3 |
| 964 | 2026-04-10T02:45:42.012Z | Downloaded pretty_assertions v1.4.1 |
| 965 | 2026-04-10T02:45:42.015Z | Downloaded rand_core v0.9.5 |
| 966 | 2026-04-10T02:45:42.015Z | Downloaded scrypt v0.11.0 |
| 967 | 2026-04-10T02:45:42.020Z | Downloaded serde-big-array v0.5.1 |
| 968 | 2026-04-10T02:45:42.020Z | Downloaded scheduled-thread-pool v0.2.7 |
| 969 | 2026-04-10T02:45:42.024Z | Downloaded r2d2 v0.8.10 |
| 970 | 2026-04-10T02:45:42.029Z | Downloaded rusty-fork v0.3.1 |
| 971 | 2026-04-10T02:45:42.029Z | Downloaded resolv-conf v0.7.6 |
| 972 | 2026-04-10T02:45:42.032Z | Downloaded prettyplease v0.2.37 |
| 973 | 2026-04-10T02:45:42.032Z | Downloaded serde_urlencoded v0.7.1 |
| 974 | 2026-04-10T02:45:42.032Z | Downloaded serde_plain v1.0.2 |
| 975 | 2026-04-10T02:45:42.035Z | Downloaded serde_bytes v0.11.19 |
| 976 | 2026-04-10T02:45:42.037Z | Downloaded seq-macro v0.3.6 |
| 977 | 2026-04-10T02:45:42.037Z | Downloaded rustls-pemfile v2.2.0 |
| 978 | 2026-04-10T02:45:42.041Z | Downloaded rand_core v0.6.4 |
| 979 | 2026-04-10T02:45:42.045Z | Downloaded serde_derive_internals v0.29.1 |
| 980 | 2026-04-10T02:45:42.045Z | Downloaded serde_spanned v1.0.4 |
| 981 | 2026-04-10T02:45:42.049Z | Downloaded rustls-pemfile v1.0.4 |
| 982 | 2026-04-10T02:45:42.050Z | Downloaded quinn-udp v0.5.14 |
| 983 | 2026-04-10T02:45:42.054Z | Downloaded pin-project v1.1.11 |
| 984 | 2026-04-10T02:45:42.060Z | Downloaded sha1 v0.10.6 |
| 985 | 2026-04-10T02:45:42.064Z | Downloaded diesel v2.3.7 |
| 986 | 2026-04-10T02:45:42.071Z | Downloaded siphasher v1.0.2 |
| 987 | 2026-04-10T02:45:42.074Z | Downloaded signature v2.2.0 |
| 988 | 2026-04-10T02:45:42.074Z | Downloaded signal-hook-mio v0.2.5 |
| 989 | 2026-04-10T02:45:42.080Z | Downloaded secrecy v0.10.3 |
| 990 | 2026-04-10T02:45:42.080Z | Downloaded shell-words v1.1.1 |
| 991 | 2026-04-10T02:45:42.080Z | Downloaded schemars_derive v0.8.22 |
| 992 | 2026-04-10T02:45:42.080Z | Downloaded aes-gcm v0.10.3 |
| 993 | 2026-04-10T02:45:42.084Z | Downloaded pkcs5 v0.7.1 |
| 994 | 2026-04-10T02:45:42.085Z | Downloaded rustls-pki-types v1.14.0 |
| 995 | 2026-04-10T02:45:42.085Z | Downloaded prefix-trie v0.7.0 |
| 996 | 2026-04-10T02:45:42.089Z | Downloaded dropshot v0.16.7 |
| 997 | 2026-04-10T02:45:42.099Z | Downloaded slog-envlogger v2.2.0 |
| 998 | 2026-04-10T02:45:42.102Z | Downloaded serde-hex v0.1.0 |
| 999 | 2026-04-10T02:45:42.102Z | Downloaded rustls-native-certs v0.8.3 |
| 1000 | 2026-04-10T02:45:42.102Z | Downloaded slog-bunyan v2.5.0 |
| 1001 | 2026-04-10T02:45:42.105Z | Downloaded sigpipe v0.1.3 |
| 1002 | 2026-04-10T02:45:42.105Z | Downloaded sct v0.7.1 |
| 1003 | 2026-04-10T02:45:42.105Z | Downloaded minimal-lexical v0.2.1 |
| 1004 | 2026-04-10T02:45:42.110Z | Downloaded num_threads v0.1.7 |
| 1005 | 2026-04-10T02:45:42.110Z | Downloaded openssl-sys v0.9.111 |
| 1006 | 2026-04-10T02:45:42.113Z | Downloaded rcgen v0.12.1 |
| 1007 | 2026-04-10T02:45:42.117Z | Downloaded simd-adler32 v0.3.8 |
| 1008 | 2026-04-10T02:45:42.117Z | Downloaded progenitor-impl v0.10.0 |
| 1009 | 2026-04-10T02:45:42.120Z | Downloaded http v1.4.0 |
| 1010 | 2026-04-10T02:45:42.120Z | Downloaded signal-hook-tokio v0.3.1 |
| 1011 | 2026-04-10T02:45:42.125Z | Downloaded shlex v1.3.0 |
| 1012 | 2026-04-10T02:45:42.125Z | Downloaded ssh-encoding v0.2.0 |
| 1013 | 2026-04-10T02:45:42.125Z | Downloaded smf v0.2.3 |
| 1014 | 2026-04-10T02:45:42.128Z | Downloaded quinn v0.11.9 |
| 1015 | 2026-04-10T02:45:42.132Z | Downloaded object v0.30.4 |
| 1016 | 2026-04-10T02:45:42.135Z | Downloaded sqlformat v0.3.5 |
| 1017 | 2026-04-10T02:45:42.135Z | Downloaded progenitor-impl v0.13.0 |
| 1018 | 2026-04-10T02:45:42.138Z | Downloaded slog-scope v4.4.1 |
| 1019 | 2026-04-10T02:45:42.138Z | Downloaded schemars v0.8.22 |
| 1020 | 2026-04-10T02:45:42.147Z | Downloaded strum v0.26.3 |
| 1021 | 2026-04-10T02:45:42.150Z | Downloaded structmeta v0.3.0 |
| 1022 | 2026-04-10T02:45:42.150Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1023 | 2026-04-10T02:45:42.150Z | Downloaded slog-async v2.8.0 |
| 1024 | 2026-04-10T02:45:42.150Z | Downloaded signal-hook-registry v1.4.8 |
| 1025 | 2026-04-10T02:45:42.150Z | Downloaded ron v0.8.1 |
| 1026 | 2026-04-10T02:45:42.154Z | Downloaded scroll v0.13.0 |
| 1027 | 2026-04-10T02:45:42.154Z | Downloaded darling_core v0.21.3 |
| 1028 | 2026-04-10T02:45:42.157Z | Downloaded rand v0.9.2 |
| 1029 | 2026-04-10T02:45:42.162Z | Downloaded sync_wrapper v1.0.2 |
| 1030 | 2026-04-10T02:45:42.166Z | Downloaded slog-dtrace v0.3.0 |
| 1031 | 2026-04-10T02:45:42.166Z | Downloaded rpassword v7.4.0 |
| 1032 | 2026-04-10T02:45:42.170Z | Downloaded strum v0.27.2 |
| 1033 | 2026-04-10T02:45:42.170Z | Downloaded lzss v0.8.2 |
| 1034 | 2026-04-10T02:45:42.174Z | Downloaded tabled_derive v0.11.0 |
| 1035 | 2026-04-10T02:45:42.174Z | Downloaded lru-cache v0.1.2 |
| 1036 | 2026-04-10T02:45:42.174Z | Downloaded spin v0.9.8 |
| 1037 | 2026-04-10T02:45:42.179Z | Downloaded slog-term v2.9.2 |
| 1038 | 2026-04-10T02:45:42.179Z | Downloaded slog-json v2.6.1 |
| 1039 | 2026-04-10T02:45:42.179Z | Downloaded serde_path_to_error v0.1.20 |
| 1040 | 2026-04-10T02:45:42.182Z | Downloaded rsa v0.9.10 |
| 1041 | 2026-04-10T02:45:42.182Z | Downloaded sync-ptr v0.1.4 |
| 1042 | 2026-04-10T02:45:42.182Z | Downloaded strum_macros v0.26.4 |
| 1043 | 2026-04-10T02:45:42.186Z | Downloaded stringprep v0.1.5 |
| 1044 | 2026-04-10T02:45:42.186Z | Downloaded supports-color v3.0.2 |
| 1045 | 2026-04-10T02:45:42.186Z | Downloaded strum_macros v0.27.2 |
| 1046 | 2026-04-10T02:45:42.189Z | Downloaded ryu v1.0.23 |
| 1047 | 2026-04-10T02:45:42.189Z | Downloaded nix v0.28.0 |
| 1048 | 2026-04-10T02:45:42.195Z | Downloaded tagptr v0.2.0 |
| 1049 | 2026-04-10T02:45:42.199Z | Downloaded sqlparser_derive v0.5.0 |
| 1050 | 2026-04-10T02:45:42.199Z | Downloaded similar v2.7.0 |
| 1051 | 2026-04-10T02:45:42.202Z | Downloaded termtree v0.5.1 |
| 1052 | 2026-04-10T02:45:42.202Z | Downloaded tap v1.0.1 |
| 1053 | 2026-04-10T02:45:42.202Z | Downloaded phf_shared v0.13.1 |
| 1054 | 2026-04-10T02:45:42.205Z | Downloaded iddqd v0.3.17 |
| 1055 | 2026-04-10T02:45:42.208Z | Downloaded testing_table v0.3.0 |
| 1056 | 2026-04-10T02:45:42.208Z | Downloaded http-range v0.1.5 |
| 1057 | 2026-04-10T02:45:42.208Z | Downloaded serde_with_macros v3.17.0 |
| 1058 | 2026-04-10T02:45:42.211Z | Downloaded publicsuffix v2.3.0 |
| 1059 | 2026-04-10T02:45:42.212Z | Downloaded new_debug_unreachable v1.0.6 |
| 1060 | 2026-04-10T02:45:42.216Z | Downloaded num v0.4.3 |
| 1061 | 2026-04-10T02:45:42.216Z | Downloaded mio v1.1.1 |
| 1062 | 2026-04-10T02:45:42.220Z | Downloaded thread-id v5.1.0 |
| 1063 | 2026-04-10T02:45:42.220Z | Downloaded russh-keys v0.45.0 |
| 1064 | 2026-04-10T02:45:42.220Z | Downloaded slog v2.8.2 |
| 1065 | 2026-04-10T02:45:42.223Z | Downloaded static_assertions v1.1.0 |
| 1066 | 2026-04-10T02:45:42.223Z | Downloaded qorb v0.4.1 |
| 1067 | 2026-04-10T02:45:42.228Z | Downloaded hubpack v0.1.2 |
| 1068 | 2026-04-10T02:45:42.228Z | Downloaded libxml v0.3.3 |
| 1069 | 2026-04-10T02:45:42.231Z | Downloaded rand v0.10.0 |
| 1070 | 2026-04-10T02:45:42.236Z | Downloaded dropshot v0.17.0 |
| 1071 | 2026-04-10T02:45:42.246Z | Downloaded structmeta-derive v0.3.0 |
| 1072 | 2026-04-10T02:45:42.250Z | Downloaded socket2 v0.6.2 |
| 1073 | 2026-04-10T02:45:42.250Z | Downloaded progenitor v0.13.0 |
| 1074 | 2026-04-10T02:45:42.250Z | Downloaded hyper-rustls v0.27.7 |
| 1075 | 2026-04-10T02:45:42.255Z | Downloaded take_mut v0.2.2 |
| 1076 | 2026-04-10T02:45:42.255Z | Downloaded support-bundle-viewer v0.1.2 |
| 1077 | 2026-04-10T02:45:42.255Z | Downloaded hmac v0.12.1 |
| 1078 | 2026-04-10T02:45:42.255Z | Downloaded nu-ansi-term v0.50.3 |
| 1079 | 2026-04-10T02:45:42.258Z | Downloaded itertools v0.10.5 |
| 1080 | 2026-04-10T02:45:42.267Z | Downloaded nom v7.1.3 |
| 1081 | 2026-04-10T02:45:42.270Z | Downloaded parse-display v0.10.0 |
| 1082 | 2026-04-10T02:45:42.270Z | Downloaded tabwriter v1.4.1 |
| 1083 | 2026-04-10T02:45:42.270Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1084 | 2026-04-10T02:45:42.270Z | Downloaded olpc-cjson v0.1.4 |
| 1085 | 2026-04-10T02:45:42.270Z | Downloaded itertools v0.13.0 |
| 1086 | 2026-04-10T02:45:42.273Z | Downloaded topological-sort v0.2.2 |
| 1087 | 2026-04-10T02:45:42.273Z | Downloaded futures-util v0.3.32 |
| 1088 | 2026-04-10T02:45:42.281Z | Downloaded signal-hook v0.3.18 |
| 1089 | 2026-04-10T02:45:42.286Z | Downloaded progenitor-macro v0.11.2 |
| 1090 | 2026-04-10T02:45:42.286Z | Downloaded pem-rfc7468 v0.7.0 |
| 1091 | 2026-04-10T02:45:42.286Z | Downloaded term v1.2.1 |
| 1092 | 2026-04-10T02:45:42.288Z | Downloaded packed_struct_codegen v0.10.1 |
| 1093 | 2026-04-10T02:45:42.288Z | Downloaded tower-service v0.3.3 |
| 1094 | 2026-04-10T02:45:42.289Z | Downloaded tower-layer v0.3.3 |
| 1095 | 2026-04-10T02:45:42.289Z | Downloaded tiny-keccak v2.0.2 |
| 1096 | 2026-04-10T02:45:42.289Z | Downloaded time-macros v0.2.27 |
| 1097 | 2026-04-10T02:45:42.293Z | Downloaded thread_local v1.1.9 |
| 1098 | 2026-04-10T02:45:42.293Z | Downloaded thiserror-no-std v2.0.2 |
| 1099 | 2026-04-10T02:45:42.299Z | Downloaded iri-string v0.7.10 |
| 1100 | 2026-04-10T02:45:42.302Z | Downloaded hyper v1.8.1 |
| 1101 | 2026-04-10T02:45:42.306Z | Downloaded tls_codec_derive v0.4.2 |
| 1102 | 2026-04-10T02:45:42.306Z | Downloaded tls_codec v0.4.2 |
| 1103 | 2026-04-10T02:45:42.306Z | Downloaded try-lock v0.2.5 |
| 1104 | 2026-04-10T02:45:42.311Z | Downloaded trait-variant v0.1.2 |
| 1105 | 2026-04-10T02:45:42.311Z | Downloaded snafu-derive v0.8.9 |
| 1106 | 2026-04-10T02:45:42.311Z | Downloaded tokio-rustls v0.25.0 |
| 1107 | 2026-04-10T02:45:42.311Z | Downloaded aho-corasick v1.1.4 |
| 1108 | 2026-04-10T02:45:42.314Z | Downloaded litrs v1.0.0 |
| 1109 | 2026-04-10T02:45:42.314Z | Downloaded serde_cbor v0.11.2 |
| 1110 | 2026-04-10T02:45:42.317Z | Downloaded rand_chacha v0.3.1 |
| 1111 | 2026-04-10T02:45:42.317Z | Downloaded progenitor-impl v0.11.2 |
| 1112 | 2026-04-10T02:45:42.320Z | Downloaded hickory-proto v0.24.4 |
| 1113 | 2026-04-10T02:45:42.326Z | Downloaded untrusted v0.9.0 |
| 1114 | 2026-04-10T02:45:42.329Z | Downloaded universal-hash v0.5.1 |
| 1115 | 2026-04-10T02:45:42.329Z | Downloaded unicode-truncate v1.1.0 |
| 1116 | 2026-04-10T02:45:42.329Z | Downloaded unarray v0.1.4 |
| 1117 | 2026-04-10T02:45:42.334Z | Downloaded typify-macro v0.4.3 |
| 1118 | 2026-04-10T02:45:42.334Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1119 | 2026-04-10T02:45:42.334Z | Downloaded socket2 v0.5.10 |
| 1120 | 2026-04-10T02:45:42.337Z | Downloaded tokio-dtrace v0.1.1 |
| 1121 | 2026-04-10T02:45:42.337Z | Downloaded hkdf v0.12.4 |
| 1122 | 2026-04-10T02:45:42.337Z | Downloaded tokio-tungstenite v0.23.1 |
| 1123 | 2026-04-10T02:45:42.340Z | Downloaded ssh-cipher v0.2.0 |
| 1124 | 2026-04-10T02:45:42.340Z | Downloaded itertools v0.14.0 |
| 1125 | 2026-04-10T02:45:42.343Z | Downloaded untrusted v0.7.1 |
| 1126 | 2026-04-10T02:45:42.346Z | Downloaded rtoolbox v0.0.3 |
| 1127 | 2026-04-10T02:45:42.346Z | Downloaded sec1 v0.7.3 |
| 1128 | 2026-04-10T02:45:42.346Z | Downloaded rustversion v1.0.22 |
| 1129 | 2026-04-10T02:45:42.351Z | Downloaded term v0.7.0 |
| 1130 | 2026-04-10T02:45:42.351Z | Downloaded tokio-tungstenite v0.21.0 |
| 1131 | 2026-04-10T02:45:42.354Z | Downloaded oso v0.27.3 |
| 1132 | 2026-04-10T02:45:42.354Z | Downloaded reedline v0.40.0 |
| 1133 | 2026-04-10T02:45:42.357Z | Downloaded utf-8 v0.7.6 |
| 1134 | 2026-04-10T02:45:42.360Z | Downloaded unit-prefix v0.5.2 |
| 1135 | 2026-04-10T02:45:42.360Z | Downloaded schemars v1.2.1 |
| 1136 | 2026-04-10T02:45:42.367Z | Downloaded void v1.0.2 |
| 1137 | 2026-04-10T02:45:42.369Z | Downloaded tokio-rustls v0.26.4 |
| 1138 | 2026-04-10T02:45:42.369Z | Downloaded tinyvec v1.10.0 |
| 1139 | 2026-04-10T02:45:42.374Z | Downloaded blake3 v1.8.3 |
| 1140 | 2026-04-10T02:45:42.377Z | Downloaded usdt-attr-macro v0.6.0 |
| 1141 | 2026-04-10T02:45:42.377Z | Downloaded usdt v0.6.0 |
| 1142 | 2026-04-10T02:45:42.377Z | Downloaded typify-macro v0.6.1 |
| 1143 | 2026-04-10T02:45:42.380Z | Downloaded tui-tree-widget v0.23.1 |
| 1144 | 2026-04-10T02:45:42.380Z | Downloaded subtle v2.6.1 |
| 1145 | 2026-04-10T02:45:42.380Z | Downloaded serde_repr v0.1.20 |
| 1146 | 2026-04-10T02:45:42.383Z | Downloaded schemars v0.9.0 |
| 1147 | 2026-04-10T02:45:42.387Z | Downloaded waitgroup v0.1.2 |
| 1148 | 2026-04-10T02:45:42.389Z | Downloaded heapless v0.7.17 |
| 1149 | 2026-04-10T02:45:42.392Z | Downloaded test-strategy v0.4.5 |
| 1150 | 2026-04-10T02:45:42.392Z | Downloaded want v0.3.1 |
| 1151 | 2026-04-10T02:45:42.395Z | Downloaded snafu v0.8.9 |
| 1152 | 2026-04-10T02:45:42.398Z | Downloaded unicase v2.9.0 |
| 1153 | 2026-04-10T02:45:42.401Z | Downloaded subprocess v0.2.15 |
| 1154 | 2026-04-10T02:45:42.401Z | Downloaded p521 v0.13.3 |
| 1155 | 2026-04-10T02:45:42.404Z | Downloaded tokio-rustls v0.24.1 |
| 1156 | 2026-04-10T02:45:42.407Z | Downloaded slab v0.4.12 |
| 1157 | 2026-04-10T02:45:42.410Z | Downloaded num-bigint-dig v0.8.6 |
| 1158 | 2026-04-10T02:45:42.413Z | Downloaded xattr v1.6.1 |
| 1159 | 2026-04-10T02:45:42.416Z | Downloaded zeroize_derive v1.4.3 |
| 1160 | 2026-04-10T02:45:42.417Z | Downloaded postgres-types v0.2.12 |
| 1161 | 2026-04-10T02:45:42.421Z | Downloaded zone v0.3.1 |
| 1162 | 2026-04-10T02:45:42.425Z | Downloaded samael v0.0.19 |
| 1163 | 2026-04-10T02:45:42.429Z | Downloaded xshell-macros v0.2.7 |
| 1164 | 2026-04-10T02:45:42.429Z | Downloaded stacker v0.1.23 |
| 1165 | 2026-04-10T02:45:42.429Z | Downloaded rayon v1.11.0 |
| 1166 | 2026-04-10T02:45:42.432Z | Downloaded vergen-git2 v1.0.7 |
| 1167 | 2026-04-10T02:45:42.436Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1168 | 2026-04-10T02:45:42.436Z | Downloaded uzers v0.12.2 |
| 1169 | 2026-04-10T02:45:42.439Z | Downloaded slog-stdlog v4.1.1 |
| 1170 | 2026-04-10T02:45:42.443Z | Downloaded aws-lc-rs v1.16.0 |
| 1171 | 2026-04-10T02:45:42.446Z | Downloaded vergen-lib v0.1.6 |
| 1172 | 2026-04-10T02:45:42.449Z | Downloaded time-core v0.1.8 |
| 1173 | 2026-04-10T02:45:42.449Z | Downloaded tinyvec_macros v0.1.1 |
| 1174 | 2026-04-10T02:45:42.449Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1175 | 2026-04-10T02:45:42.452Z | Downloaded russh v0.45.0 |
| 1176 | 2026-04-10T02:45:42.457Z | Downloaded vsss-rs v3.3.4 |
| 1177 | 2026-04-10T02:45:42.459Z | Downloaded typify v0.4.3 |
| 1178 | 2026-04-10T02:45:42.463Z | Downloaded whoami v2.1.0 |
| 1179 | 2026-04-10T02:45:42.463Z | Downloaded strum_macros v0.24.3 |
| 1180 | 2026-04-10T02:45:42.466Z | Downloaded string_cache v0.8.9 |
| 1181 | 2026-04-10T02:45:42.466Z | Downloaded salty v0.3.0 |
| 1182 | 2026-04-10T02:45:42.470Z | Downloaded rand v0.8.5 |
| 1183 | 2026-04-10T02:45:42.475Z | Downloaded quick-xml v0.37.5 |
| 1184 | 2026-04-10T02:45:42.479Z | Downloaded tungstenite v0.23.0 |
| 1185 | 2026-04-10T02:45:42.479Z | Downloaded spki v0.7.3 |
| 1186 | 2026-04-10T02:45:42.479Z | Downloaded openapiv3 v2.2.0 |
| 1187 | 2026-04-10T02:45:42.483Z | Downloaded usdt-macro v0.6.0 |
| 1188 | 2026-04-10T02:45:42.486Z | Downloaded usdt-impl v0.6.0 |
| 1189 | 2026-04-10T02:45:42.486Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1190 | 2026-04-10T02:45:42.490Z | Downloaded wait-timeout v0.2.1 |
| 1191 | 2026-04-10T02:45:42.490Z | Downloaded tokio-macros v2.6.0 |
| 1192 | 2026-04-10T02:45:42.490Z | Downloaded toml v0.7.8 |
| 1193 | 2026-04-10T02:45:42.493Z | Downloaded tokio-native-tls v0.3.1 |
| 1194 | 2026-04-10T02:45:42.493Z | Downloaded unsafe-libyaml v0.2.11 |
| 1195 | 2026-04-10T02:45:42.497Z | Downloaded zeroize v1.8.2 |
| 1196 | 2026-04-10T02:45:42.497Z | Downloaded termios v0.3.3 |
| 1197 | 2026-04-10T02:45:42.497Z | Downloaded rustyline v14.0.0 |
| 1198 | 2026-04-10T02:45:42.499Z | Downloaded steno v0.4.1 |
| 1199 | 2026-04-10T02:45:42.504Z | Downloaded num-bigint v0.4.6 |
| 1200 | 2026-04-10T02:45:42.507Z | Downloaded smallvec v0.6.14 |
| 1201 | 2026-04-10T02:45:42.507Z | Downloaded zstd-safe v7.2.4 |
| 1202 | 2026-04-10T02:45:42.510Z | Downloaded bindgen v0.71.1 |
| 1203 | 2026-04-10T02:45:42.514Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1204 | 2026-04-10T02:45:42.514Z | Downloaded zone_cfg_derive v0.3.1 |
| 1205 | 2026-04-10T02:45:42.519Z | Downloaded h2 v0.4.13 |
| 1206 | 2026-04-10T02:45:42.519Z | Downloaded typify v0.6.1 |
| 1207 | 2026-04-10T02:45:42.523Z | Downloaded tungstenite v0.21.0 |
| 1208 | 2026-04-10T02:45:42.523Z | Downloaded whoami v1.6.1 |
| 1209 | 2026-04-10T02:45:42.527Z | Downloaded walkdir v2.5.0 |
| 1210 | 2026-04-10T02:45:42.527Z | Downloaded tokio-postgres v0.7.16 |
| 1211 | 2026-04-10T02:45:42.528Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1212 | 2026-04-10T02:45:42.536Z | Downloaded zstd v0.13.3 |
| 1213 | 2026-04-10T02:45:42.539Z | Downloaded vergen-gitcl v1.0.8 |
| 1214 | 2026-04-10T02:45:42.539Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1215 | 2026-04-10T02:45:42.542Z | Downloaded uuid v1.23.0 |
| 1216 | 2026-04-10T02:45:42.545Z | Downloaded zerocopy v0.6.6 |
| 1217 | 2026-04-10T02:45:42.548Z | Downloaded rustls-webpki v0.102.8 |
| 1218 | 2026-04-10T02:45:42.557Z | Downloaded twox-hash v2.1.2 |
| 1219 | 2026-04-10T02:45:42.562Z | Downloaded tar v0.4.45 |
| 1220 | 2026-04-10T02:45:42.562Z | Downloaded xshell v0.2.7 |
| 1221 | 2026-04-10T02:45:42.566Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1222 | 2026-04-10T02:45:42.566Z | Downloaded unicode-properties v0.1.4 |
| 1223 | 2026-04-10T02:45:42.566Z | Downloaded rayon-core v1.13.0 |
| 1224 | 2026-04-10T02:45:42.570Z | Downloaded bitvec v1.0.1 |
| 1225 | 2026-04-10T02:45:42.578Z | Downloaded yasna v0.5.2 |
| 1226 | 2026-04-10T02:45:42.581Z | Downloaded vte v0.14.1 |
| 1227 | 2026-04-10T02:45:42.581Z | Downloaded rustls-webpki v0.103.9 |
| 1228 | 2026-04-10T02:45:42.585Z | Downloaded tracing-core v0.1.36 |
| 1229 | 2026-04-10T02:45:42.590Z | Downloaded tracing-attributes v0.1.31 |
| 1230 | 2026-04-10T02:45:42.590Z | Downloaded toml_edit v0.19.15 |
| 1231 | 2026-04-10T02:45:42.597Z | Downloaded unicode-bidi v0.3.18 |
| 1232 | 2026-04-10T02:45:42.601Z | Downloaded tower v0.5.3 |
| 1233 | 2026-04-10T02:45:42.604Z | Downloaded git2 v0.20.4 |
| 1234 | 2026-04-10T02:45:42.610Z | Downloaded zopfli v0.8.3 |
| 1235 | 2026-04-10T02:45:42.616Z | Downloaded reqwest v0.12.28 |
| 1236 | 2026-04-10T02:45:42.620Z | Downloaded vergen v9.0.6 |
| 1237 | 2026-04-10T02:45:42.620Z | Downloaded regex v1.12.3 |
| 1238 | 2026-04-10T02:45:42.623Z | Downloaded tokio-stream v0.1.18 |
| 1239 | 2026-04-10T02:45:42.627Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1240 | 2026-04-10T02:45:42.630Z | Downloaded portable-atomic v1.13.1 |
| 1241 | 2026-04-10T02:45:42.634Z | Downloaded typed-path v0.9.3 |
| 1242 | 2026-04-10T02:45:42.639Z | Downloaded unicode_categories v0.1.1 |
| 1243 | 2026-04-10T02:45:42.643Z | Downloaded goblin v0.10.5 |
| 1244 | 2026-04-10T02:45:42.647Z | Downloaded zip v0.6.6 |
| 1245 | 2026-04-10T02:45:42.650Z | Downloaded ssh-key v0.6.7 |
| 1246 | 2026-04-10T02:45:42.653Z | Downloaded yansi v1.0.1 |
| 1247 | 2026-04-10T02:45:42.660Z | Downloaded rustls-webpki v0.101.7 |
| 1248 | 2026-04-10T02:45:42.670Z | Downloaded reqwest v0.13.2 |
| 1249 | 2026-04-10T02:45:42.674Z | Downloaded zerocopy-derive v0.8.40 |
| 1250 | 2026-04-10T02:45:42.691Z | Downloaded unicode-normalization v0.1.25 |
| 1251 | 2026-04-10T02:45:42.694Z | Downloaded proptest v1.10.0 |
| 1252 | 2026-04-10T02:45:42.699Z | Downloaded unicode-segmentation v1.12.0 |
| 1253 | 2026-04-10T02:45:42.702Z | Downloaded quinn-proto v0.11.13 |
| 1254 | 2026-04-10T02:45:42.706Z | Downloaded p384 v0.13.1 |
| 1255 | 2026-04-10T02:45:42.710Z | Downloaded curve25519-dalek v4.1.3 |
| 1256 | 2026-04-10T02:45:42.719Z | Downloaded regex-syntax v0.6.29 |
| 1257 | 2026-04-10T02:45:42.723Z | Downloaded lalrpop v0.19.12 |
| 1258 | 2026-04-10T02:45:42.732Z | Downloaded x509-cert v0.2.5 |
| 1259 | 2026-04-10T02:45:42.736Z | Downloaded serde_with v3.17.0 |
| 1260 | 2026-04-10T02:45:42.742Z | Downloaded petname v2.0.2 |
| 1261 | 2026-04-10T02:45:42.749Z | Downloaded chrono v0.4.44 |
| 1262 | 2026-04-10T02:45:42.756Z | Downloaded tower-http v0.6.8 |
| 1263 | 2026-04-10T02:45:42.768Z | Downloaded tokio-util v0.7.18 |
| 1264 | 2026-04-10T02:45:42.774Z | Downloaded tough v0.20.0 |
| 1265 | 2026-04-10T02:45:42.778Z | Downloaded zip v4.6.1 |
| 1266 | 2026-04-10T02:45:42.790Z | Downloaded regex-syntax v0.8.10 |
| 1267 | 2026-04-10T02:45:42.818Z | Downloaded radix_trie v0.2.1 |
| 1268 | 2026-04-10T02:45:42.824Z | Downloaded winnow v0.6.26 |
| 1269 | 2026-04-10T02:45:42.828Z | Downloaded nix v0.27.1 |
| 1270 | 2026-04-10T02:45:42.840Z | Downloaded winnow v0.5.40 |
| 1271 | 2026-04-10T02:45:42.846Z | Downloaded rustix v0.38.44 |
| 1272 | 2026-04-10T02:45:42.852Z | Downloaded webpki-roots v1.0.6 |
| 1273 | 2026-04-10T02:45:42.855Z | Downloaded time v0.3.47 |
| 1274 | 2026-04-10T02:45:42.862Z | Downloaded tabled v0.20.0 |
| 1275 | 2026-04-10T02:45:42.874Z | Downloaded rustls v0.21.12 |
| 1276 | 2026-04-10T02:45:42.879Z | Downloaded nix v0.29.0 |
| 1277 | 2026-04-10T02:45:42.885Z | Downloaded openssl v0.10.75 |
| 1278 | 2026-04-10T02:45:42.891Z | Downloaded smoltcp v0.11.0 |
| 1279 | 2026-04-10T02:45:42.897Z | Downloaded hickory-proto v0.25.2 |
| 1280 | 2026-04-10T02:45:42.906Z | Downloaded nix v0.31.1 |
| 1281 | 2026-04-10T02:45:42.915Z | Downloaded rustls v0.22.4 |
| 1282 | 2026-04-10T02:45:42.922Z | Downloaded object v0.37.3 |
| 1283 | 2026-04-10T02:45:42.928Z | Downloaded polar-core v0.27.3 |
| 1284 | 2026-04-10T02:45:42.935Z | Downloaded bstr v1.12.1 |
| 1285 | 2026-04-10T02:45:42.939Z | Downloaded smoltcp v0.9.1 |
| 1286 | 2026-04-10T02:45:42.944Z | Downloaded zlib-rs v0.6.2 |
| 1287 | 2026-04-10T02:45:42.948Z | Downloaded ratatui v0.29.0 |
| 1288 | 2026-04-10T02:45:42.959Z | Downloaded vcpkg v0.2.15 |
| 1289 | 2026-04-10T02:45:42.981Z | Downloaded zerocopy v0.8.40 |
| 1290 | 2026-04-10T02:45:42.987Z | Downloaded wyz v0.5.1 |
| 1291 | 2026-04-10T02:45:42.989Z | Downloaded typify-impl v0.6.1 |
| 1292 | 2026-04-10T02:45:42.997Z | Downloaded petgraph v0.6.5 |
| 1293 | 2026-04-10T02:45:43.008Z | Downloaded libz-sys v1.1.24 |
| 1294 | 2026-04-10T02:45:43.020Z | Downloaded sqlparser v0.61.0 |
| 1295 | 2026-04-10T02:45:43.026Z | Downloaded rustls v0.23.37 |
| 1296 | 2026-04-10T02:45:43.032Z | Downloaded regress v0.10.5 |
| 1297 | 2026-04-10T02:45:43.068Z | Downloaded csv v1.4.0 |
| 1298 | 2026-04-10T02:45:43.090Z | Downloaded encoding_rs v0.8.35 |
| 1299 | 2026-04-10T02:45:43.128Z | Downloaded ring v0.17.14 |
| 1300 | 2026-04-10T02:45:43.152Z | Downloaded sled v0.34.7 |
| 1301 | 2026-04-10T02:45:43.160Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1302 | 2026-04-10T02:45:43.164Z | Downloaded tracing v0.1.44 |
| 1303 | 2026-04-10T02:45:43.200Z | Downloaded typify-impl v0.4.3 |
| 1304 | 2026-04-10T02:45:43.238Z | Downloaded zerocopy-derive v0.6.6 |
| 1305 | 2026-04-10T02:45:43.244Z | Downloaded regex-automata v0.4.14 |
| 1306 | 2026-04-10T02:45:43.259Z | Downloaded jiff v0.2.21 |
| 1307 | 2026-04-10T02:45:43.269Z | Downloaded chrono-tz v0.10.4 |
| 1308 | 2026-04-10T02:45:43.301Z | Downloaded petgraph v0.8.3 |
| 1309 | 2026-04-10T02:45:43.333Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1310 | 2026-04-10T02:45:43.343Z | Downloaded sha3 v0.10.8 |
| 1311 | 2026-04-10T02:45:43.346Z | Downloaded tokio v1.50.0 |
| 1312 | 2026-04-10T02:45:43.466Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-04-10T02:45:44.004Z | Downloaded aws-lc-sys v0.37.1 |
| 1314 | 2026-04-10T02:45:44.254Z | Compiling libc v0.2.180 |
| 1315 | 2026-04-10T02:45:44.257Z | Compiling serde v1.0.228 |
| 1316 | 2026-04-10T02:45:44.257Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-04-10T02:45:44.257Z | Compiling shlex v1.3.0 |
| 1318 | 2026-04-10T02:45:44.257Z | Compiling log v0.4.29 |
| 1319 | 2026-04-10T02:45:44.257Z | Compiling smallvec v1.15.1 |
| 1320 | 2026-04-10T02:45:44.257Z | Compiling typenum v1.19.0 |
| 1321 | 2026-04-10T02:45:44.258Z | Compiling subtle v2.6.1 |
| 1322 | 2026-04-10T02:45:44.405Z | Compiling generic-array v0.14.7 |
| 1323 | 2026-04-10T02:45:44.407Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-04-10T02:45:44.427Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-04-10T02:45:44.458Z | Compiling portable-atomic v1.13.1 |
| 1326 | 2026-04-10T02:45:44.483Z | Compiling syn v2.0.117 |
| 1327 | 2026-04-10T02:45:44.486Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-04-10T02:45:44.499Z | Compiling serde_json v1.0.149 |
| 1329 | 2026-04-10T02:45:44.530Z | Compiling critical-section v1.2.0 |
| 1330 | 2026-04-10T02:45:44.626Z | Compiling lock_api v0.4.14 |
| 1331 | 2026-04-10T02:45:44.642Z | Compiling parking_lot_core v0.9.12 |
| 1332 | 2026-04-10T02:45:44.656Z | Compiling pin-project-lite v0.2.17 |
| 1333 | 2026-04-10T02:45:44.671Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-04-10T02:45:44.685Z | Compiling bitflags v2.11.0 |
| 1335 | 2026-04-10T02:45:44.702Z | Compiling libm v0.2.16 |
| 1336 | 2026-04-10T02:45:44.719Z | Compiling num-traits v0.2.19 |
| 1337 | 2026-04-10T02:45:44.774Z | Compiling futures-core v0.3.32 |
| 1338 | 2026-04-10T02:45:44.793Z | Compiling percent-encoding v2.3.2 |
| 1339 | 2026-04-10T02:45:44.825Z | Compiling allocator-api2 v0.2.21 |
| 1340 | 2026-04-10T02:45:44.881Z | Compiling futures-sink v0.3.32 |
| 1341 | 2026-04-10T02:45:44.955Z | Compiling getrandom v0.3.4 |
| 1342 | 2026-04-10T02:45:44.995Z | Compiling foldhash v0.2.0 |
| 1343 | 2026-04-10T02:45:45.000Z | Compiling cpufeatures v0.2.17 |
| 1344 | 2026-04-10T02:45:45.044Z | Compiling futures-channel v0.3.32 |
| 1345 | 2026-04-10T02:45:45.073Z | Compiling futures-task v0.3.32 |
| 1346 | 2026-04-10T02:45:45.087Z | Compiling futures-io v0.3.32 |
| 1347 | 2026-04-10T02:45:45.225Z | Compiling slab v0.4.12 |
| 1348 | 2026-04-10T02:45:45.243Z | Compiling hashbrown v0.16.1 |
| 1349 | 2026-04-10T02:45:45.247Z | Compiling rustversion v1.0.22 |
| 1350 | 2026-04-10T02:45:45.272Z | Compiling form_urlencoded v1.2.2 |
| 1351 | 2026-04-10T02:45:45.306Z | Compiling fs_extra v1.3.0 |
| 1352 | 2026-04-10T02:45:45.323Z | Compiling ident_case v1.0.1 |
| 1353 | 2026-04-10T02:45:45.340Z | Compiling base64ct v1.8.3 |
| 1354 | 2026-04-10T02:45:45.372Z | Compiling getrandom v0.4.1 |
| 1355 | 2026-04-10T02:45:45.388Z | Compiling dunce v1.0.5 |
| 1356 | 2026-04-10T02:45:45.436Z | Compiling getrandom v0.2.17 |
| 1357 | 2026-04-10T02:45:45.474Z | Compiling jobserver v0.1.34 |
| 1358 | 2026-04-10T02:45:45.490Z | Compiling errno v0.3.14 |
| 1359 | 2026-04-10T02:45:45.521Z | Compiling mio v1.1.1 |
| 1360 | 2026-04-10T02:45:45.612Z | Compiling rand_core v0.6.4 |
| 1361 | 2026-04-10T02:45:45.645Z | Compiling signal-hook-registry v1.4.8 |
| 1362 | 2026-04-10T02:45:45.664Z | Compiling once_cell v1.21.3 |
| 1363 | 2026-04-10T02:45:45.684Z | Compiling socket2 v0.6.2 |
| 1364 | 2026-04-10T02:45:45.716Z | Compiling cc v1.2.56 |
| 1365 | 2026-04-10T02:45:45.763Z | Compiling parking_lot v0.12.5 |
| 1366 | 2026-04-10T02:45:45.842Z | Compiling indexmap v2.13.0 |
| 1367 | 2026-04-10T02:45:45.874Z | Compiling pem-rfc7468 v0.7.0 |
| 1368 | 2026-04-10T02:45:45.910Z | Compiling flagset v0.4.7 |
| 1369 | 2026-04-10T02:45:45.929Z | Compiling rand_core v0.10.0 |
| 1370 | 2026-04-10T02:45:45.942Z | Compiling rustix v1.1.3 |
| 1371 | 2026-04-10T02:45:45.945Z | Compiling iana-time-zone v0.1.65 |
| 1372 | 2026-04-10T02:45:45.975Z | Compiling rustc_version v0.4.1 |
| 1373 | 2026-04-10T02:45:46.068Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-04-10T02:45:46.124Z | Compiling regex-syntax v0.8.10 |
| 1375 | 2026-04-10T02:45:46.166Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-04-10T02:45:46.185Z | Compiling aws-lc-rs v1.16.0 |
| 1377 | 2026-04-10T02:45:46.188Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-04-10T02:45:46.215Z | Compiling untrusted v0.9.0 |
| 1379 | 2026-04-10T02:45:46.232Z | Compiling httparse v1.10.1 |
| 1380 | 2026-04-10T02:45:46.357Z | Compiling uuid v1.23.0 |
| 1381 | 2026-04-10T02:45:46.360Z | Compiling openssl-probe v0.2.1 |
| 1382 | 2026-04-10T02:45:46.390Z | Compiling schemars v0.8.22 |
| 1383 | 2026-04-10T02:45:46.408Z | Compiling base64 v0.22.1 |
| 1384 | 2026-04-10T02:45:46.425Z | Compiling untrusted v0.7.1 |
| 1385 | 2026-04-10T02:45:46.442Z | Compiling rustls v0.23.37 |
| 1386 | 2026-04-10T02:45:46.522Z | Compiling cmake v0.1.57 |
| 1387 | 2026-04-10T02:45:46.576Z | Compiling atomic-waker v1.1.2 |
| 1388 | 2026-04-10T02:45:46.591Z | Compiling dyn-clone v1.0.20 |
| 1389 | 2026-04-10T02:45:46.609Z | Compiling tower-layer v0.3.3 |
| 1390 | 2026-04-10T02:45:46.657Z | Compiling try-lock v0.2.5 |
| 1391 | 2026-04-10T02:45:46.693Z | Compiling tower-service v0.3.3 |
| 1392 | 2026-04-10T02:45:46.709Z | Compiling tinyvec_macros v0.1.1 |
| 1393 | 2026-04-10T02:45:46.751Z | Compiling spin v0.9.8 |
| 1394 | 2026-04-10T02:45:46.768Z | Compiling want v0.3.1 |
| 1395 | 2026-04-10T02:45:46.782Z | Compiling tinyvec v1.10.0 |
| 1396 | 2026-04-10T02:45:46.798Z | Compiling aho-corasick v1.1.4 |
| 1397 | 2026-04-10T02:45:46.801Z | Compiling num-conv v0.2.0 |
| 1398 | 2026-04-10T02:45:46.802Z | Compiling openssl v0.10.75 |
| 1399 | 2026-04-10T02:45:46.842Z | Compiling powerfmt v0.2.0 |
| 1400 | 2026-04-10T02:45:46.845Z | Compiling foreign-types-shared v0.1.1 |
| 1401 | 2026-04-10T02:45:46.987Z | Compiling time-core v0.1.8 |
| 1402 | 2026-04-10T02:45:46.990Z | Compiling pin-utils v0.1.0 |
| 1403 | 2026-04-10T02:45:46.990Z | Compiling crc32fast v1.5.0 |
| 1404 | 2026-04-10T02:45:46.990Z | Compiling httpdate v1.0.3 |
| 1405 | 2026-04-10T02:45:47.034Z | Compiling deranged v0.5.8 |
| 1406 | 2026-04-10T02:45:47.051Z | Compiling foreign-types v0.3.2 |
| 1407 | 2026-04-10T02:45:47.082Z | Compiling socket2 v0.5.10 |
| 1408 | 2026-04-10T02:45:47.097Z | Compiling wait-timeout v0.2.1 |
| 1409 | 2026-04-10T02:45:47.115Z | Compiling simd-adler32 v0.3.8 |
| 1410 | 2026-04-10T02:45:47.128Z | Compiling crossbeam-utils v0.8.21 |
| 1411 | 2026-04-10T02:45:47.144Z | Compiling bit-vec v0.8.0 |
| 1412 | 2026-04-10T02:45:47.158Z | Compiling siphasher v1.0.2 |
| 1413 | 2026-04-10T02:45:47.173Z | Compiling time-macros v0.2.27 |
| 1414 | 2026-04-10T02:45:47.190Z | Compiling quick-error v1.2.3 |
| 1415 | 2026-04-10T02:45:47.253Z | Compiling native-tls v0.2.18 |
| 1416 | 2026-04-10T02:45:47.322Z | Compiling usdt-impl v0.6.0 |
| 1417 | 2026-04-10T02:45:47.384Z | Compiling num_threads v0.1.7 |
| 1418 | 2026-04-10T02:45:47.402Z | Compiling syn v1.0.109 |
| 1419 | 2026-04-10T02:45:47.434Z | Compiling bit-set v0.8.0 |
| 1420 | 2026-04-10T02:45:47.434Z | Compiling unicode-normalization v0.1.25 |
| 1421 | 2026-04-10T02:45:47.437Z | Compiling aws-lc-sys v0.37.1 |
| 1422 | 2026-04-10T02:45:47.482Z | Compiling ring v0.17.14 |
| 1423 | 2026-04-10T02:45:47.499Z | Compiling openssl-sys v0.9.111 |
| 1424 | 2026-04-10T02:45:47.519Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1425 | 2026-04-10T02:45:47.558Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1426 | 2026-04-10T02:45:47.598Z | Compiling tempfile v3.25.0 |
| 1427 | 2026-04-10T02:45:47.625Z | Compiling synstructure v0.13.2 |
| 1428 | 2026-04-10T02:45:47.642Z | Compiling pest_generator v2.8.6 |
| 1429 | 2026-04-10T02:45:47.757Z | Compiling serde_derive_internals v0.29.1 |
| 1430 | 2026-04-10T02:45:47.889Z | Compiling darling_core v0.20.11 |
| 1431 | 2026-04-10T02:45:47.907Z | Compiling regex-automata v0.4.14 |
| 1432 | 2026-04-10T02:45:47.986Z | Compiling rusty-fork v0.3.1 |
| 1433 | 2026-04-10T02:45:48.089Z | Compiling darling_core v0.21.3 |
| 1434 | 2026-04-10T02:45:48.125Z | Compiling slog v2.8.2 |
| 1435 | 2026-04-10T02:45:48.342Z | Compiling heapless v0.7.17 |
| 1436 | 2026-04-10T02:45:48.342Z | Compiling rand_xorshift v0.4.0 |
| 1437 | 2026-04-10T02:45:48.357Z | Compiling thread-id v5.1.0 |
| 1438 | 2026-04-10T02:45:48.373Z | Compiling time v0.3.47 |
| 1439 | 2026-04-10T02:45:48.411Z | Compiling sync_wrapper v1.0.2 |
| 1440 | 2026-04-10T02:45:48.472Z | Compiling cookie v0.18.1 |
| 1441 | 2026-04-10T02:45:48.540Z | Compiling adler2 v2.0.1 |
| 1442 | 2026-04-10T02:45:48.556Z | Compiling unarray v0.1.4 |
| 1443 | 2026-04-10T02:45:48.622Z | Compiling anyhow v1.0.102 |
| 1444 | 2026-04-10T02:45:48.643Z | Compiling paste v1.0.15 |
| 1445 | 2026-04-10T02:45:48.678Z | Compiling unicode-bidi v0.3.18 |
| 1446 | 2026-04-10T02:45:48.697Z | Compiling signal-hook v0.3.18 |
| 1447 | 2026-04-10T02:45:48.697Z | Compiling zstd-safe v7.2.4 |
| 1448 | 2026-04-10T02:45:48.727Z | Compiling unicode-properties v0.1.4 |
| 1449 | 2026-04-10T02:45:48.765Z | Compiling miniz_oxide v0.8.9 |
| 1450 | 2026-04-10T02:45:48.981Z | Compiling num-integer v0.1.46 |
| 1451 | 2026-04-10T02:45:49.013Z | Compiling vergen-lib v0.1.6 |
| 1452 | 2026-04-10T02:45:49.220Z | Compiling stringprep v0.1.5 |
| 1453 | 2026-04-10T02:45:49.239Z | Compiling curve25519-dalek v4.1.3 |
| 1454 | 2026-04-10T02:45:49.255Z | Compiling ff v0.13.1 |
| 1455 | 2026-04-10T02:45:49.339Z | Compiling hash32 v0.2.1 |
| 1456 | 2026-04-10T02:45:49.410Z | Compiling memoffset v0.9.1 |
| 1457 | 2026-04-10T02:45:49.432Z | Compiling cfg_aliases v0.2.1 |
| 1458 | 2026-04-10T02:45:49.465Z | Compiling serde_derive v1.0.228 |
| 1459 | 2026-04-10T02:45:49.490Z | Compiling zeroize_derive v1.4.3 |
| 1460 | 2026-04-10T02:45:49.521Z | Compiling zerofrom-derive v0.1.6 |
| 1461 | 2026-04-10T02:45:49.557Z | Compiling yoke-derive v0.8.1 |
| 1462 | 2026-04-10T02:45:49.604Z | Compiling zerocopy-derive v0.8.40 |
| 1463 | 2026-04-10T02:45:49.636Z | Compiling zerovec-derive v0.11.2 |
| 1464 | 2026-04-10T02:45:49.690Z | Compiling displaydoc v0.2.5 |
| 1465 | 2026-04-10T02:45:49.706Z | Compiling tokio-macros v2.6.0 |
| 1466 | 2026-04-10T02:45:50.040Z | Compiling futures-macro v0.3.32 |
| 1467 | 2026-04-10T02:45:50.199Z | Compiling zeroize v1.8.2 |
| 1468 | 2026-04-10T02:45:50.347Z | Compiling der_derive v0.7.3 |
| 1469 | 2026-04-10T02:45:50.541Z | Compiling thiserror-impl v2.0.18 |
| 1470 | 2026-04-10T02:45:50.556Z | Compiling rustls-pki-types v1.14.0 |
| 1471 | 2026-04-10T02:45:50.754Z | Compiling tracing-attributes v0.1.31 |
| 1472 | 2026-04-10T02:45:50.872Z | Compiling scroll_derive v0.13.1 |
| 1473 | 2026-04-10T02:45:50.890Z | Compiling pest_derive v2.8.6 |
| 1474 | 2026-04-10T02:45:50.958Z | Compiling crypto-common v0.1.7 |
| 1475 | 2026-04-10T02:45:51.033Z | Compiling block-buffer v0.10.4 |
| 1476 | 2026-04-10T02:45:51.056Z | Compiling futures-util v0.3.32 |
| 1477 | 2026-04-10T02:45:51.082Z | Compiling zerofrom v0.1.6 |
| 1478 | 2026-04-10T02:45:51.135Z | Compiling block-padding v0.3.3 |
| 1479 | 2026-04-10T02:45:51.228Z | Compiling yoke v0.8.1 |
| 1480 | 2026-04-10T02:45:51.259Z | Compiling digest v0.10.7 |
| 1481 | 2026-04-10T02:45:51.327Z | Compiling inout v0.1.4 |
| 1482 | 2026-04-10T02:45:51.363Z | Compiling schemars_derive v0.8.22 |
| 1483 | 2026-04-10T02:45:51.398Z | Compiling der v0.7.10 |
| 1484 | 2026-04-10T02:45:51.438Z | Compiling zerovec v0.11.5 |
| 1485 | 2026-04-10T02:45:51.528Z | Compiling zerotrie v0.2.3 |
| 1486 | 2026-04-10T02:45:51.543Z | Compiling hmac v0.12.1 |
| 1487 | 2026-04-10T02:45:51.755Z | Compiling sha2 v0.10.9 |
| 1488 | 2026-04-10T02:45:51.777Z | Compiling cipher v0.4.4 |
| 1489 | 2026-04-10T02:45:51.887Z | Compiling pbkdf2 v0.12.2 |
| 1490 | 2026-04-10T02:45:52.011Z | Compiling tinystr v0.8.2 |
| 1491 | 2026-04-10T02:45:52.026Z | Compiling potential_utf v0.1.4 |
| 1492 | 2026-04-10T02:45:52.043Z | Compiling salsa20 v0.10.2 |
| 1493 | 2026-04-10T02:45:52.070Z | Compiling aes v0.8.4 |
| 1494 | 2026-04-10T02:45:52.087Z | Compiling cbc v0.1.2 |
| 1495 | 2026-04-10T02:45:52.211Z | Compiling icu_locale_core v2.1.1 |
| 1496 | 2026-04-10T02:45:52.229Z | Compiling icu_collections v2.1.1 |
| 1497 | 2026-04-10T02:45:52.233Z | Compiling scrypt v0.11.0 |
| 1498 | 2026-04-10T02:45:52.262Z | Compiling thiserror v2.0.18 |
| 1499 | 2026-04-10T02:45:52.265Z | Compiling tracing v0.1.44 |
| 1500 | 2026-04-10T02:45:52.334Z | Compiling spki v0.7.3 |
| 1501 | 2026-04-10T02:45:52.531Z | Compiling pkcs5 v0.7.1 |
| 1502 | 2026-04-10T02:45:52.543Z | Compiling scroll v0.13.0 |
| 1503 | 2026-04-10T02:45:52.568Z | Compiling darling_macro v0.20.11 |
| 1504 | 2026-04-10T02:45:52.719Z | Compiling openssl-macros v0.1.1 |
| 1505 | 2026-04-10T02:45:52.752Z | Compiling dtrace-parser v0.3.0 |
| 1506 | 2026-04-10T02:45:52.768Z | Compiling signature v2.2.0 |
| 1507 | 2026-04-10T02:45:52.840Z | Compiling pkcs8 v0.10.2 |
| 1508 | 2026-04-10T02:45:52.940Z | Compiling icu_provider v2.1.1 |
| 1509 | 2026-04-10T02:45:52.994Z | Compiling goblin v0.10.5 |
| 1510 | 2026-04-10T02:45:53.046Z | Compiling rustls-native-certs v0.8.3 |
| 1511 | 2026-04-10T02:45:53.092Z | Compiling bytes v1.11.1 |
| 1512 | 2026-04-10T02:45:53.164Z | Compiling chrono v0.4.44 |
| 1513 | 2026-04-10T02:45:53.168Z | Compiling ipnet v2.11.0 |
| 1514 | 2026-04-10T02:45:53.197Z | Compiling icu_properties v2.1.2 |
| 1515 | 2026-04-10T02:45:53.203Z | Compiling icu_normalizer v2.1.1 |
| 1516 | 2026-04-10T02:45:53.204Z | Compiling darling v0.20.11 |
| 1517 | 2026-04-10T02:45:53.276Z | Compiling scroll_derive v0.12.1 |
| 1518 | 2026-04-10T02:45:53.326Z | Compiling derive_builder_core v0.20.2 |
| 1519 | 2026-04-10T02:45:53.363Z | Compiling thiserror-impl v1.0.69 |
| 1520 | 2026-04-10T02:45:53.496Z | Compiling serde_tokenstream v0.2.3 |
| 1521 | 2026-04-10T02:45:53.529Z | Compiling toml_datetime v0.6.11 |
| 1522 | 2026-04-10T02:45:53.718Z | Compiling tokio v1.50.0 |
| 1523 | 2026-04-10T02:45:53.733Z | Compiling http v1.4.0 |
| 1524 | 2026-04-10T02:45:53.779Z | Compiling erased-serde v0.3.31 |
| 1525 | 2026-04-10T02:45:53.814Z | Compiling serde_spanned v0.6.9 |
| 1526 | 2026-04-10T02:45:53.839Z | Compiling md-5 v0.10.6 |
| 1527 | 2026-04-10T02:45:53.993Z | Compiling scroll v0.12.0 |
| 1528 | 2026-04-10T02:45:53.993Z | Compiling webpki-roots v1.0.6 |
| 1529 | 2026-04-10T02:45:54.027Z | Compiling darling_macro v0.21.3 |
| 1530 | 2026-04-10T02:45:54.147Z | Compiling ppv-lite86 v0.2.21 |
| 1531 | 2026-04-10T02:45:54.234Z | Compiling idna_adapter v1.2.1 |
| 1532 | 2026-04-10T02:45:54.251Z | Compiling derive_builder_macro v0.20.2 |
| 1533 | 2026-04-10T02:45:54.293Z | Compiling zerocopy-derive v0.7.35 |
| 1534 | 2026-04-10T02:45:54.297Z | Compiling litrs v1.0.0 |
| 1535 | 2026-04-10T02:45:54.367Z | Compiling idna v1.1.0 |
| 1536 | 2026-04-10T02:45:54.390Z | Compiling http-body v1.0.1 |
| 1537 | 2026-04-10T02:45:54.395Z | Compiling ref-cast v1.0.25 |
| 1538 | 2026-04-10T02:45:54.501Z | Compiling rand_chacha v0.9.0 |
| 1539 | 2026-04-10T02:45:54.556Z | Compiling http-body-util v0.1.3 |
| 1540 | 2026-04-10T02:45:54.574Z | Compiling rand_chacha v0.3.1 |
| 1541 | 2026-04-10T02:45:54.609Z | Compiling smoltcp v0.9.1 |
| 1542 | 2026-04-10T02:45:54.683Z | Compiling url v2.5.8 |
| 1543 | 2026-04-10T02:45:54.697Z | Compiling thiserror v1.0.69 |
| 1544 | 2026-04-10T02:45:54.744Z | Compiling rand v0.9.2 |
| 1545 | 2026-04-10T02:45:54.770Z | Compiling fallible-iterator v0.2.0 |
| 1546 | 2026-04-10T02:45:54.823Z | Compiling num-bigint-dig v0.8.6 |
| 1547 | 2026-04-10T02:45:54.838Z | Compiling base16ct v0.2.0 |
| 1548 | 2026-04-10T02:45:54.855Z | Compiling iri-string v0.7.10 |
| 1549 | 2026-04-10T02:45:54.979Z | Compiling psl-types v2.0.11 |
| 1550 | 2026-04-10T02:45:55.042Z | Compiling rustix v0.38.44 |
| 1551 | 2026-04-10T02:45:55.059Z | Compiling zlib-rs v0.6.2 |
| 1552 | 2026-04-10T02:45:55.060Z | Compiling ryu v1.0.23 |
| 1553 | 2026-04-10T02:45:55.090Z | Compiling publicsuffix v2.3.0 |
| 1554 | 2026-04-10T02:45:55.232Z | Compiling sec1 v0.7.3 |
| 1555 | 2026-04-10T02:45:55.285Z | Compiling serde_urlencoded v0.7.1 |
| 1556 | 2026-04-10T02:45:55.308Z | Compiling zerocopy v0.7.35 |
| 1557 | 2026-04-10T02:45:55.325Z | Compiling document-features v0.2.12 |
| 1558 | 2026-04-10T02:45:55.428Z | Compiling proptest v1.10.0 |
| 1559 | 2026-04-10T02:45:55.536Z | Compiling postgres-protocol v0.6.10 |
| 1560 | 2026-04-10T02:45:55.562Z | Compiling rand v0.8.5 |
| 1561 | 2026-04-10T02:45:55.579Z | Compiling derive_builder v0.20.2 |
| 1562 | 2026-04-10T02:45:55.645Z | Compiling darling v0.21.3 |
| 1563 | 2026-04-10T02:45:55.660Z | Compiling goblin v0.8.2 |
| 1564 | 2026-04-10T02:45:55.748Z | Compiling cargo-platform v0.1.9 |
| 1565 | 2026-04-10T02:45:55.826Z | Compiling dof v0.4.0 |
| 1566 | 2026-04-10T02:45:55.907Z | Compiling hubpack_derive v0.1.1 |
| 1567 | 2026-04-10T02:45:55.964Z | Compiling hkdf v0.12.4 |
| 1568 | 2026-04-10T02:45:56.033Z | Compiling crypto-bigint v0.5.5 |
| 1569 | 2026-04-10T02:45:56.131Z | Compiling ipnetwork v0.21.1 |
| 1570 | 2026-04-10T02:45:56.149Z | Compiling regex v1.12.3 |
| 1571 | 2026-04-10T02:45:56.388Z | Compiling oxnet v0.1.4 |
| 1572 | 2026-04-10T02:45:56.446Z | Compiling nix v0.31.1 |
| 1573 | 2026-04-10T02:45:56.493Z | Compiling async-trait v0.1.89 |
| 1574 | 2026-04-10T02:45:56.616Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1575 | 2026-04-10T02:45:56.633Z | Compiling ref-cast-impl v1.0.25 |
| 1576 | 2026-04-10T02:45:56.821Z | Compiling strum_macros v0.27.2 |
| 1577 | 2026-04-10T02:45:56.848Z | Compiling daft-derive v0.1.5 |
| 1578 | 2026-04-10T02:45:56.864Z | Compiling group v0.13.0 |
| 1579 | 2026-04-10T02:45:57.076Z | Compiling num-iter v0.1.45 |
| 1580 | 2026-04-10T02:45:57.220Z | Compiling terminal_size v0.4.3 |
| 1581 | 2026-04-10T02:45:57.236Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-04-10T02:45:57.323Z | Compiling lazy_static v1.5.0 |
| 1583 | 2026-04-10T02:45:57.345Z | Compiling vergen v9.0.6 |
| 1584 | 2026-04-10T02:45:57.391Z | Compiling fs-err v3.3.0 |
| 1585 | 2026-04-10T02:45:57.413Z | Compiling encoding_rs v0.8.35 |
| 1586 | 2026-04-10T02:45:57.439Z | Compiling ahash v0.8.12 |
| 1587 | 2026-04-10T02:45:57.507Z | Compiling mime v0.3.17 |
| 1588 | 2026-04-10T02:45:57.537Z | Compiling libbz2-rs-sys v0.2.2 |
| 1589 | 2026-04-10T02:45:57.565Z | Compiling tokio-util v0.7.18 |
| 1590 | 2026-04-10T02:45:57.598Z | Compiling tower v0.5.3 |
| 1591 | 2026-04-10T02:45:57.619Z | Compiling tokio-native-tls v0.3.1 |
| 1592 | 2026-04-10T02:45:57.636Z | Compiling object v0.37.3 |
| 1593 | 2026-04-10T02:45:57.656Z | Compiling unicode-segmentation v1.12.0 |
| 1594 | 2026-04-10T02:45:57.668Z | Compiling foldhash v0.1.5 |
| 1595 | 2026-04-10T02:45:57.798Z | Compiling newtype-uuid v1.3.2 |
| 1596 | 2026-04-10T02:45:57.826Z | Compiling bitflags v1.3.2 |
| 1597 | 2026-04-10T02:45:57.872Z | Compiling winnow v0.5.40 |
| 1598 | 2026-04-10T02:45:57.922Z | Compiling managed v0.8.0 |
| 1599 | 2026-04-10T02:45:57.943Z | Compiling bumpalo v3.20.2 |
| 1600 | 2026-04-10T02:45:58.077Z | Compiling tower-http v0.6.8 |
| 1601 | 2026-04-10T02:45:58.111Z | Compiling flate2 v1.1.9 |
| 1602 | 2026-04-10T02:45:58.159Z | Compiling zopfli v0.8.3 |
| 1603 | 2026-04-10T02:45:58.228Z | Compiling daft v0.1.5 |
| 1604 | 2026-04-10T02:45:58.247Z | Compiling bzip2 v0.6.1 |
| 1605 | 2026-04-10T02:45:58.265Z | Compiling h2 v0.4.13 |
| 1606 | 2026-04-10T02:45:58.429Z | Compiling dof v0.3.0 |
| 1607 | 2026-04-10T02:45:58.470Z | Compiling clap_builder v4.5.60 |
| 1608 | 2026-04-10T02:45:58.503Z | Compiling hashbrown v0.15.5 |
| 1609 | 2026-04-10T02:45:58.624Z | Compiling phf v0.13.1 |
| 1610 | 2026-04-10T02:45:58.654Z | Compiling usdt-macro v0.6.0 |
| 1611 | 2026-04-10T02:45:58.684Z | Compiling usdt-attr-macro v0.6.0 |
| 1612 | 2026-04-10T02:45:58.854Z | Compiling signal-hook-mio v0.2.5 |
| 1613 | 2026-04-10T02:45:58.931Z | Compiling strum v0.27.2 |
| 1614 | 2026-04-10T02:45:59.064Z | Compiling cargo_metadata v0.19.2 |
| 1615 | 2026-04-10T02:45:59.123Z | Compiling elliptic-curve v0.13.8 |
| 1616 | 2026-04-10T02:45:59.181Z | Compiling cookie_store v0.22.1 |
| 1617 | 2026-04-10T02:45:59.230Z | Compiling toml_edit v0.19.15 |
| 1618 | 2026-04-10T02:45:59.301Z | Compiling hubpack v0.1.2 |
| 1619 | 2026-04-10T02:45:59.489Z | Compiling bzip2 v0.4.4 |
| 1620 | 2026-04-10T02:45:59.506Z | Compiling postgres-types v0.2.12 |
| 1621 | 2026-04-10T02:45:59.523Z | Compiling serde_with_macros v3.17.0 |
| 1622 | 2026-04-10T02:45:59.570Z | Compiling zstd v0.13.3 |
| 1623 | 2026-04-10T02:45:59.605Z | Compiling dtrace-parser v0.2.0 |
| 1624 | 2026-04-10T02:45:59.655Z | Compiling serde-big-array v0.5.1 |
| 1625 | 2026-04-10T02:45:59.728Z | Compiling hex v0.4.3 |
| 1626 | 2026-04-10T02:45:59.817Z | Compiling ed25519 v2.2.3 |
| 1627 | 2026-04-10T02:45:59.861Z | Compiling pkcs1 v0.7.5 |
| 1628 | 2026-04-10T02:45:59.876Z | Compiling rfc6979 v0.4.0 |
| 1629 | 2026-04-10T02:46:00.020Z | Compiling bstr v1.12.1 |
| 1630 | 2026-04-10T02:46:00.023Z | Compiling enum-as-inner v0.6.1 |
| 1631 | 2026-04-10T02:46:00.105Z | Compiling strum_macros v0.26.4 |
| 1632 | 2026-04-10T02:46:00.355Z | Compiling serde_repr v0.1.20 |
| 1633 | 2026-04-10T02:46:00.437Z | Compiling clap_derive v4.5.55 |
| 1634 | 2026-04-10T02:46:00.496Z | Compiling phf_shared v0.11.3 |
| 1635 | 2026-04-10T02:46:00.611Z | Compiling float-cmp v0.10.0 |
| 1636 | 2026-04-10T02:46:00.711Z | Compiling thread-id v4.2.2 |
| 1637 | 2026-04-10T02:46:00.731Z | Compiling memmap2 v0.9.10 |
| 1638 | 2026-04-10T02:46:00.779Z | Compiling env_filter v1.0.0 |
| 1639 | 2026-04-10T02:46:00.797Z | Compiling rustc-hash v2.1.1 |
| 1640 | 2026-04-10T02:46:00.800Z | Compiling precomputed-hash v0.1.1 |
| 1641 | 2026-04-10T02:46:00.828Z | Compiling fixedbitset v0.4.2 |
| 1642 | 2026-04-10T02:46:00.843Z | Compiling either v1.15.0 |
| 1643 | 2026-04-10T02:46:00.924Z | Compiling fixedbitset v0.5.7 |
| 1644 | 2026-04-10T02:46:00.948Z | Compiling new_debug_unreachable v1.0.6 |
| 1645 | 2026-04-10T02:46:00.963Z | Compiling static_assertions v1.1.0 |
| 1646 | 2026-04-10T02:46:00.981Z | Compiling keccak v0.1.6 |
| 1647 | 2026-04-10T02:46:01.038Z | Compiling difflib v0.4.0 |
| 1648 | 2026-04-10T02:46:01.060Z | Compiling jiff v0.2.21 |
| 1649 | 2026-04-10T02:46:01.080Z | Compiling predicates-core v1.0.10 |
| 1650 | 2026-04-10T02:46:01.080Z | Compiling data-encoding v2.10.0 |
| 1651 | 2026-04-10T02:46:01.130Z | Compiling whoami v2.1.0 |
| 1652 | 2026-04-10T02:46:01.267Z | Compiling normalize-line-endings v0.3.0 |
| 1653 | 2026-04-10T02:46:01.296Z | Compiling sha3 v0.10.8 |
| 1654 | 2026-04-10T02:46:01.385Z | Compiling hickory-proto v0.25.2 |
| 1655 | 2026-04-10T02:46:01.539Z | Compiling hyper v1.8.1 |
| 1656 | 2026-04-10T02:46:01.641Z | Compiling predicates v3.1.4 |
| 1657 | 2026-04-10T02:46:01.657Z | Compiling tokio-postgres v0.7.16 |
| 1658 | 2026-04-10T02:46:01.788Z | Compiling petgraph v0.8.3 |
| 1659 | 2026-04-10T02:46:01.808Z | Compiling toml_edit v0.22.27 |
| 1660 | 2026-04-10T02:46:01.859Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1661 | 2026-04-10T02:46:02.036Z | Compiling itertools v0.13.0 |
| 1662 | 2026-04-10T02:46:02.052Z | Compiling strum v0.26.3 |
| 1663 | 2026-04-10T02:46:02.146Z | Compiling string_cache v0.8.9 |
| 1664 | 2026-04-10T02:46:02.211Z | Compiling petgraph v0.6.5 |
| 1665 | 2026-04-10T02:46:02.340Z | Compiling env_logger v0.11.9 |
| 1666 | 2026-04-10T02:46:02.343Z | Compiling clap v4.5.60 |
| 1667 | 2026-04-10T02:46:02.404Z | Compiling iddqd v0.3.17 |
| 1668 | 2026-04-10T02:46:02.460Z | Compiling usdt v0.6.0 |
| 1669 | 2026-04-10T02:46:02.501Z | Compiling serde_with v3.17.0 |
| 1670 | 2026-04-10T02:46:02.733Z | Compiling hyper-util v0.1.20 |
| 1671 | 2026-04-10T02:46:02.751Z | Compiling usdt-impl v0.5.0 |
| 1672 | 2026-04-10T02:46:03.218Z | Compiling toml v0.7.8 |
| 1673 | 2026-04-10T02:46:03.331Z | Compiling similar v2.7.0 |
| 1674 | 2026-04-10T02:46:03.387Z | Compiling crossterm v0.28.1 |
| 1675 | 2026-04-10T02:46:03.592Z | Compiling rsa v0.9.10 |
| 1676 | 2026-04-10T02:46:03.764Z | Compiling ed25519-dalek v2.2.0 |
| 1677 | 2026-04-10T02:46:03.811Z | Compiling zip v4.6.1 |
| 1678 | 2026-04-10T02:46:03.863Z | Compiling ecdsa v0.16.9 |
| 1679 | 2026-04-10T02:46:04.268Z | Compiling hyper-tls v0.6.0 |
| 1680 | 2026-04-10T02:46:04.285Z | Compiling zip v0.6.6 |
| 1681 | 2026-04-10T02:46:04.557Z | Compiling tokio-stream v0.1.18 |
| 1682 | 2026-04-10T02:46:04.647Z | Compiling heck v0.4.1 |
| 1683 | 2026-04-10T02:46:04.737Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1684 | 2026-04-10T02:46:04.756Z | Compiling buf-list v1.1.2 |
| 1685 | 2026-04-10T02:46:04.773Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1686 | 2026-04-10T02:46:04.773Z | Compiling openapiv3 v2.2.0 |
| 1687 | 2026-04-10T02:46:04.845Z | Compiling x509-cert v0.2.5 |
| 1688 | 2026-04-10T02:46:04.862Z | Compiling sha1 v0.10.6 |
| 1689 | 2026-04-10T02:46:04.901Z | Compiling crossbeam-epoch v0.9.18 |
| 1690 | 2026-04-10T02:46:04.917Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1691 | 2026-04-10T02:46:05.072Z | Compiling peg-runtime v0.8.5 |
| 1692 | 2026-04-10T02:46:05.089Z | Compiling lalrpop-util v0.19.12 |
| 1693 | 2026-04-10T02:46:05.118Z | Compiling thread_local v1.1.9 |
| 1694 | 2026-04-10T02:46:05.156Z | Compiling slog-async v2.8.0 |
| 1695 | 2026-04-10T02:46:05.265Z | Compiling futures-executor v0.3.32 |
| 1696 | 2026-04-10T02:46:05.281Z | Compiling crossbeam-channel v0.5.15 |
| 1697 | 2026-04-10T02:46:05.331Z | Compiling filetime v0.2.27 |
| 1698 | 2026-04-10T02:46:05.425Z | Compiling is-terminal v0.4.17 |
| 1699 | 2026-04-10T02:46:05.441Z | Compiling take_mut v0.2.2 |
| 1700 | 2026-04-10T02:46:05.460Z | Compiling term v1.2.1 |
| 1701 | 2026-04-10T02:46:05.513Z | Compiling xattr v1.6.1 |
| 1702 | 2026-04-10T02:46:05.536Z | Compiling futures v0.3.32 |
| 1703 | 2026-04-10T02:46:05.776Z | Compiling slog-term v2.9.2 |
| 1704 | 2026-04-10T02:46:05.833Z | Compiling tar v0.4.45 |
| 1705 | 2026-04-10T02:46:21.885Z | Compiling rustls-webpki v0.103.9 |
| 1706 | 2026-04-10T02:46:24.684Z | Compiling tokio-rustls v0.26.4 |
| 1707 | 2026-04-10T02:46:24.685Z | Compiling rustls-platform-verifier v0.6.2 |
| 1708 | 2026-04-10T02:46:24.897Z | Compiling hyper-rustls v0.27.7 |
| 1709 | 2026-04-10T02:46:25.091Z | Compiling reqwest v0.13.2 |
| 1710 | 2026-04-10T02:46:25.091Z | Compiling reqwest v0.12.28 |
| 1711 | 2026-04-10T02:46:27.163Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1712 | 2026-04-10T02:46:27.404Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1713 | 2026-04-10T02:46:30.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.59s |
| 1714 | 2026-04-10T02:46:30.461Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd lldp transceiver-control` |
| 1715 | 2026-04-10T02:46:30.518Z | Apr 10 02:46:29.883 INFO Starting download, target: Clickhouse |
| 1716 | 2026-04-10T02:46:30.518Z | Apr 10 02:46:29.884 INFO Starting download, target: Cockroach |
| 1717 | 2026-04-10T02:46:30.518Z | Apr 10 02:46:29.884 INFO Starting download, target: Console |
| 1718 | 2026-04-10T02:46:30.518Z | Apr 10 02:46:29.884 INFO Starting download, target: DendriteStub |
| 1719 | 2026-04-10T02:46:30.519Z | Apr 10 02:46:29.884 INFO Starting download, target: MaghemiteMgd |
| 1720 | 2026-04-10T02:46:30.519Z | Apr 10 02:46:29.884 INFO Starting download, target: TransceiverControl |
| 1721 | 2026-04-10T02:46:30.522Z | Apr 10 02:46:29.884 INFO Starting download, target: LLDP |
| 1722 | 2026-04-10T02:46:30.522Z | Apr 10 02:46:29.884 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1723 | 2026-04-10T02:46:30.522Z | Apr 10 02:46:29.884 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1724 | 2026-04-10T02:46:30.522Z | Apr 10 02:46:29.884 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1725 | 2026-04-10T02:46:30.522Z | Apr 10 02:46:29.884 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1726 | 2026-04-10T02:46:30.522Z | Apr 10 02:46:29.884 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1727 | 2026-04-10T02:46:30.522Z | Apr 10 02:46:29.884 INFO Downloading out/downloads/lldp.tar.gz (attempt 1/3), target: LLDP |
| 1728 | 2026-04-10T02:46:30.522Z | Apr 10 02:46:29.884 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1729 | 2026-04-10T02:46:31.056Z | Apr 10 02:46:30.408 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1730 | 2026-04-10T02:46:31.294Z | Apr 10 02:46:30.638 INFO Download complete, target: TransceiverControl |
| 1731 | 2026-04-10T02:46:31.546Z | Apr 10 02:46:30.905 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1732 | 2026-04-10T02:46:31.734Z | Apr 10 02:46:31.099 INFO Unpacking out/downloads/lldp.tar.gz to out/downloads, target: LLDP |
| 1733 | 2026-04-10T02:46:31.746Z | Apr 10 02:46:31.101 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1734 | 2026-04-10T02:46:31.796Z | Apr 10 02:46:31.159 INFO Download complete, target: Console |
| 1735 | 2026-04-10T02:46:32.057Z | Apr 10 02:46:31.420 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1736 | 2026-04-10T02:46:32.545Z | Apr 10 02:46:31.911 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1737 | 2026-04-10T02:46:32.545Z | Apr 10 02:46:31.911 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1738 | 2026-04-10T02:46:32.718Z | Apr 10 02:46:32.084 INFO Download complete, target: LLDP |
| 1739 | 2026-04-10T02:46:32.982Z | Apr 10 02:46:32.347 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1740 | 2026-04-10T02:46:34.500Z | Apr 10 02:46:33.862 INFO Download complete, target: MaghemiteMgd |
| 1741 | 2026-04-10T02:46:34.695Z | Apr 10 02:46:34.055 INFO Download complete, target: DendriteStub |
| 1742 | 2026-04-10T02:46:37.513Z | Apr 10 02:46:36.878 INFO Checking that binary works, target: Cockroach |
| 1743 | 2026-04-10T02:46:37.618Z | Apr 10 02:46:36.983 INFO Download complete, target: Cockroach |
| 1744 | 2026-04-10T02:46:40.138Z | Apr 10 02:46:39.503 INFO Checking that binary works, target: Clickhouse |
| 1745 | 2026-04-10T02:46:40.225Z | Apr 10 02:46:39.591 INFO Download complete, target: Clickhouse |
| 1746 | 2026-04-10T02:46:40.233Z | All prerequisites installed successfully |
| 1747 | 2026-04-10T02:46:40.236Z | |
| 1748 | 2026-04-10T02:46:40.236Z | real 2:43.188034628 |
| 1749 | 2026-04-10T02:46:40.236Z | user 7:23.363969612 |
| 1750 | 2026-04-10T02:46:40.236Z | sys 1:48.143794999 |
| 1751 | 2026-04-10T02:46:40.236Z | trap 0.267222523 |
| 1752 | 2026-04-10T02:46:40.237Z | tflt 1.092639013 |
| 1753 | 2026-04-10T02:46:40.237Z | dflt 1.545394901 |
| 1754 | 2026-04-10T02:46:40.237Z | kflt 0.024627545 |
| 1755 | 2026-04-10T02:46:40.237Z | lock 23:24.641978282 |
| 1756 | 2026-04-10T02:46:40.237Z | slp 19:40.708421277 |
| 1757 | 2026-04-10T02:46:40.237Z | lat 26.711581581 |
| 1758 | 2026-04-10T02:46:40.237Z | stop 3:03.126152003 |
| 1759 | 2026-04-10T02:46:40.237Z | + ptime -m cargo xtask download softnpu |
| 1760 | 2026-04-10T02:46:40.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1761 | 2026-04-10T02:46:40.799Z | Running `target/debug/xtask download softnpu` |
| 1762 | 2026-04-10T02:46:41.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1763 | 2026-04-10T02:46:41.644Z | Running `target/debug/xtask-downloader softnpu` |
| 1764 | 2026-04-10T02:46:41.686Z | Apr 10 02:46:41.051 INFO Starting download, target: Softnpu |
| 1765 | 2026-04-10T02:46:41.689Z | Apr 10 02:46:41.052 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1766 | 2026-04-10T02:46:42.420Z | Apr 10 02:46:41.786 INFO Download complete, target: Softnpu |
| 1767 | 2026-04-10T02:46:42.425Z | |
| 1768 | 2026-04-10T02:46:42.428Z | real 2.184717870 |
| 1769 | 2026-04-10T02:46:42.428Z | user 1.324372107 |
| 1770 | 2026-04-10T02:46:42.428Z | sys 0.693382333 |
| 1771 | 2026-04-10T02:46:42.428Z | trap 0.001203386 |
| 1772 | 2026-04-10T02:46:42.428Z | tflt 0.000079842 |
| 1773 | 2026-04-10T02:46:42.428Z | dflt 0.000411120 |
| 1774 | 2026-04-10T02:46:42.428Z | kflt 0.000000000 |
| 1775 | 2026-04-10T02:46:42.428Z | lock 13.683381415 |
| 1776 | 2026-04-10T02:46:42.428Z | slp 0.590541139 |
| 1777 | 2026-04-10T02:46:42.428Z | lat 0.135643128 |
| 1778 | 2026-04-10T02:46:42.428Z | stop 0.000173869 |
| 1779 | 2026-04-10T02:46:42.428Z | + export CARGO_INCREMENTAL=0 |
| 1780 | 2026-04-10T02:46:42.428Z | + CARGO_INCREMENTAL=0 |
| 1781 | 2026-04-10T02:46:42.428Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1782 | 2026-04-10T02:46:43.325Z | Compiling proc-macro2 v1.0.106 |
| 1783 | 2026-04-10T02:46:43.325Z | Compiling quote v1.0.44 |
| 1784 | 2026-04-10T02:46:43.325Z | Compiling unicode-ident v1.0.24 |
| 1785 | 2026-04-10T02:46:43.325Z | Compiling libc v0.2.180 |
| 1786 | 2026-04-10T02:46:43.329Z | Compiling serde_core v1.0.228 |
| 1787 | 2026-04-10T02:46:43.329Z | Compiling serde v1.0.228 |
| 1788 | 2026-04-10T02:46:43.329Z | Compiling cfg-if v1.0.4 |
| 1789 | 2026-04-10T02:46:43.329Z | Compiling version_check v0.9.5 |
| 1790 | 2026-04-10T02:46:43.329Z | Compiling shlex v1.3.0 |
| 1791 | 2026-04-10T02:46:43.329Z | Compiling find-msvc-tools v0.1.9 |
| 1792 | 2026-04-10T02:46:43.470Z | Compiling typenum v1.19.0 |
| 1793 | 2026-04-10T02:46:43.473Z | Compiling autocfg v1.5.0 |
| 1794 | 2026-04-10T02:46:43.473Z | Compiling zmij v1.0.21 |
| 1795 | 2026-04-10T02:46:43.473Z | Compiling serde_json v1.0.149 |
| 1796 | 2026-04-10T02:46:43.473Z | Compiling portable-atomic v1.13.1 |
| 1797 | 2026-04-10T02:46:43.557Z | Compiling memchr v2.8.0 |
| 1798 | 2026-04-10T02:46:43.718Z | Compiling zerocopy v0.8.40 |
| 1799 | 2026-04-10T02:46:43.798Z | Compiling libm v0.2.16 |
| 1800 | 2026-04-10T02:46:43.817Z | Compiling smallvec v1.15.1 |
| 1801 | 2026-04-10T02:46:43.856Z | Compiling icu_normalizer_data v2.1.1 |
| 1802 | 2026-04-10T02:46:43.880Z | Compiling icu_properties_data v2.1.2 |
| 1803 | 2026-04-10T02:46:43.939Z | Compiling generic-array v0.14.7 |
| 1804 | 2026-04-10T02:46:43.997Z | Compiling num-traits v0.2.19 |
| 1805 | 2026-04-10T02:46:44.100Z | Compiling parking_lot_core v0.9.12 |
| 1806 | 2026-04-10T02:46:44.151Z | Compiling itoa v1.0.17 |
| 1807 | 2026-04-10T02:46:44.154Z | Compiling log v0.4.29 |
| 1808 | 2026-04-10T02:46:44.154Z | Compiling stable_deref_trait v1.2.1 |
| 1809 | 2026-04-10T02:46:44.165Z | Compiling pkg-config v0.3.32 |
| 1810 | 2026-04-10T02:46:44.211Z | Compiling subtle v2.6.1 |
| 1811 | 2026-04-10T02:46:44.276Z | Compiling getrandom v0.4.1 |
| 1812 | 2026-04-10T02:46:44.431Z | Compiling jobserver v0.1.34 |
| 1813 | 2026-04-10T02:46:44.434Z | Compiling getrandom v0.2.17 |
| 1814 | 2026-04-10T02:46:44.434Z | Compiling getrandom v0.3.4 |
| 1815 | 2026-04-10T02:46:44.511Z | Compiling errno v0.3.14 |
| 1816 | 2026-04-10T02:46:44.616Z | Compiling rand_core v0.6.4 |
| 1817 | 2026-04-10T02:46:44.634Z | Compiling scopeguard v1.2.0 |
| 1818 | 2026-04-10T02:46:44.649Z | Compiling cc v1.2.56 |
| 1819 | 2026-04-10T02:46:44.730Z | Compiling lock_api v0.4.14 |
| 1820 | 2026-04-10T02:46:44.789Z | Compiling litemap v0.8.1 |
| 1821 | 2026-04-10T02:46:44.824Z | Compiling writeable v0.6.2 |
| 1822 | 2026-04-10T02:46:44.840Z | Compiling percent-encoding v2.3.2 |
| 1823 | 2026-04-10T02:46:44.962Z | Compiling thiserror v2.0.18 |
| 1824 | 2026-04-10T02:46:44.992Z | Compiling fnv v1.0.7 |
| 1825 | 2026-04-10T02:46:45.046Z | Compiling pin-project-lite v0.2.17 |
| 1826 | 2026-04-10T02:46:45.161Z | Compiling syn v2.0.117 |
| 1827 | 2026-04-10T02:46:45.164Z | Compiling critical-section v1.2.0 |
| 1828 | 2026-04-10T02:46:45.229Z | Compiling schemars v0.8.22 |
| 1829 | 2026-04-10T02:46:45.246Z | Compiling equivalent v1.0.2 |
| 1830 | 2026-04-10T02:46:45.263Z | Compiling allocator-api2 v0.2.21 |
| 1831 | 2026-04-10T02:46:45.281Z | Compiling rustversion v1.0.22 |
| 1832 | 2026-04-10T02:46:45.313Z | Compiling foldhash v0.2.0 |
| 1833 | 2026-04-10T02:46:45.317Z | Compiling dunce v1.0.5 |
| 1834 | 2026-04-10T02:46:45.331Z | Compiling fs_extra v1.3.0 |
| 1835 | 2026-04-10T02:46:45.475Z | Compiling cmake v0.1.57 |
| 1836 | 2026-04-10T02:46:45.515Z | Compiling utf8_iter v1.0.4 |
| 1837 | 2026-04-10T02:46:45.550Z | Compiling form_urlencoded v1.2.2 |
| 1838 | 2026-04-10T02:46:45.671Z | Compiling once_cell v1.21.3 |
| 1839 | 2026-04-10T02:46:45.689Z | Compiling hashbrown v0.16.1 |
| 1840 | 2026-04-10T02:46:45.721Z | Compiling const-oid v0.9.6 |
| 1841 | 2026-04-10T02:46:45.864Z | Compiling signal-hook-registry v1.4.8 |
| 1842 | 2026-04-10T02:46:45.924Z | Compiling rustix v1.1.3 |
| 1843 | 2026-04-10T02:46:45.942Z | Compiling mio v1.1.1 |
| 1844 | 2026-04-10T02:46:45.965Z | Compiling socket2 v0.6.2 |
| 1845 | 2026-04-10T02:46:46.036Z | Compiling semver v1.0.27 |
| 1846 | 2026-04-10T02:46:46.053Z | Compiling ring v0.17.14 |
| 1847 | 2026-04-10T02:46:46.281Z | Compiling bitflags v2.11.0 |
| 1848 | 2026-04-10T02:46:46.314Z | Compiling aws-lc-sys v0.37.1 |
| 1849 | 2026-04-10T02:46:46.329Z | Compiling indexmap v2.13.0 |
| 1850 | 2026-04-10T02:46:46.345Z | Compiling parking_lot v0.12.5 |
| 1851 | 2026-04-10T02:46:46.362Z | Compiling aws-lc-rs v1.16.0 |
| 1852 | 2026-04-10T02:46:46.379Z | Compiling rand_core v0.10.0 |
| 1853 | 2026-04-10T02:46:46.464Z | Compiling thiserror v1.0.69 |
| 1854 | 2026-04-10T02:46:46.546Z | Compiling strsim v0.11.1 |
| 1855 | 2026-04-10T02:46:46.571Z | Compiling futures-core v0.3.32 |
| 1856 | 2026-04-10T02:46:46.646Z | Compiling httparse v1.10.1 |
| 1857 | 2026-04-10T02:46:46.670Z | Compiling byteorder v1.5.0 |
| 1858 | 2026-04-10T02:46:46.722Z | Compiling ucd-trie v0.1.7 |
| 1859 | 2026-04-10T02:46:46.813Z | Compiling iana-time-zone v0.1.65 |
| 1860 | 2026-04-10T02:46:46.831Z | Compiling heck v0.5.0 |
| 1861 | 2026-04-10T02:46:46.934Z | Compiling pest v2.8.6 |
| 1862 | 2026-04-10T02:46:46.986Z | Compiling ident_case v1.0.1 |
| 1863 | 2026-04-10T02:46:47.005Z | Compiling vcpkg v0.2.15 |
| 1864 | 2026-04-10T02:46:47.009Z | Compiling syn v1.0.109 |
| 1865 | 2026-04-10T02:46:47.040Z | Compiling uuid v1.23.0 |
| 1866 | 2026-04-10T02:46:47.087Z | Compiling cpufeatures v0.2.17 |
| 1867 | 2026-04-10T02:46:47.176Z | Compiling regex-syntax v0.8.10 |
| 1868 | 2026-04-10T02:46:47.432Z | Compiling rustc_version v0.4.1 |
| 1869 | 2026-04-10T02:46:47.532Z | Compiling rustls v0.23.37 |
| 1870 | 2026-04-10T02:46:47.576Z | Compiling futures-sink v0.3.32 |
| 1871 | 2026-04-10T02:46:47.636Z | Compiling openssl-sys v0.9.111 |
| 1872 | 2026-04-10T02:46:47.684Z | Compiling futures-channel v0.3.32 |
| 1873 | 2026-04-10T02:46:47.767Z | Compiling futures-task v0.3.32 |
| 1874 | 2026-04-10T02:46:47.770Z | Compiling futures-io v0.3.32 |
| 1875 | 2026-04-10T02:46:47.796Z | Compiling slab v0.4.12 |
| 1876 | 2026-04-10T02:46:47.952Z | Compiling dyn-clone v1.0.20 |
| 1877 | 2026-04-10T02:46:47.970Z | Compiling plain v0.2.3 |
| 1878 | 2026-04-10T02:46:48.020Z | Compiling aho-corasick v1.1.4 |
| 1879 | 2026-04-10T02:46:48.040Z | Compiling num-conv v0.2.0 |
| 1880 | 2026-04-10T02:46:48.056Z | Compiling time-core v0.1.8 |
| 1881 | 2026-04-10T02:46:48.102Z | Compiling synstructure v0.13.2 |
| 1882 | 2026-04-10T02:46:48.118Z | Compiling serde_derive_internals v0.29.1 |
| 1883 | 2026-04-10T02:46:48.134Z | Compiling pest_meta v2.8.6 |
| 1884 | 2026-04-10T02:46:48.199Z | Compiling crossbeam-utils v0.8.21 |
| 1885 | 2026-04-10T02:46:48.236Z | Compiling time-macros v0.2.27 |
| 1886 | 2026-04-10T02:46:48.296Z | Compiling base64 v0.22.1 |
| 1887 | 2026-04-10T02:46:48.602Z | Compiling openssl v0.10.75 |
| 1888 | 2026-04-10T02:46:48.647Z | Compiling pretty-hex v0.4.1 |
| 1889 | 2026-04-10T02:46:48.801Z | Compiling pest_generator v2.8.6 |
| 1890 | 2026-04-10T02:46:48.818Z | Compiling anyhow v1.0.102 |
| 1891 | 2026-04-10T02:46:48.840Z | Compiling base64ct v1.8.3 |
| 1892 | 2026-04-10T02:46:48.843Z | Compiling crc32fast v1.5.0 |
| 1893 | 2026-04-10T02:46:48.874Z | Compiling regex-automata v0.4.14 |
| 1894 | 2026-04-10T02:46:48.880Z | Compiling darling_core v0.21.3 |
| 1895 | 2026-04-10T02:46:48.880Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1896 | 2026-04-10T02:46:49.140Z | Compiling pem-rfc7468 v0.7.0 |
| 1897 | 2026-04-10T02:46:49.156Z | Compiling native-tls v0.2.18 |
| 1898 | 2026-04-10T02:46:49.174Z | Compiling flagset v0.4.7 |
| 1899 | 2026-04-10T02:46:49.221Z | Compiling rand_core v0.9.5 |
| 1900 | 2026-04-10T02:46:49.336Z | Compiling slog v2.8.2 |
| 1901 | 2026-04-10T02:46:49.395Z | Compiling tracing-core v0.1.36 |
| 1902 | 2026-04-10T02:46:49.442Z | Compiling untrusted v0.9.0 |
| 1903 | 2026-04-10T02:46:49.460Z | Compiling serde_derive v1.0.228 |
| 1904 | 2026-04-10T02:46:49.464Z | Compiling zeroize_derive v1.4.3 |
| 1905 | 2026-04-10T02:46:49.497Z | Compiling zerofrom-derive v0.1.6 |
| 1906 | 2026-04-10T02:46:49.501Z | Compiling yoke-derive v0.8.1 |
| 1907 | 2026-04-10T02:46:49.501Z | Compiling zerovec-derive v0.11.2 |
| 1908 | 2026-04-10T02:46:49.546Z | Compiling displaydoc v0.2.5 |
| 1909 | 2026-04-10T02:46:49.569Z | Compiling zerocopy-derive v0.8.40 |
| 1910 | 2026-04-10T02:46:49.599Z | Compiling tokio-macros v2.6.0 |
| 1911 | 2026-04-10T02:46:49.781Z | Compiling futures-macro v0.3.32 |
| 1912 | 2026-04-10T02:46:50.107Z | Compiling zeroize v1.8.2 |
| 1913 | 2026-04-10T02:46:50.376Z | Compiling thiserror-impl v2.0.18 |
| 1914 | 2026-04-10T02:46:50.482Z | Compiling schemars_derive v0.8.22 |
| 1915 | 2026-04-10T02:46:50.516Z | Compiling tracing-attributes v0.1.31 |
| 1916 | 2026-04-10T02:46:50.591Z | Compiling der_derive v0.7.3 |
| 1917 | 2026-04-10T02:46:50.623Z | Compiling thiserror-impl v1.0.69 |
| 1918 | 2026-04-10T02:46:50.661Z | Compiling zerofrom v0.1.6 |
| 1919 | 2026-04-10T02:46:50.811Z | Compiling yoke v0.8.1 |
| 1920 | 2026-04-10T02:46:50.911Z | Compiling crypto-common v0.1.7 |
| 1921 | 2026-04-10T02:46:51.032Z | Compiling zerovec v0.11.5 |
| 1922 | 2026-04-10T02:46:51.035Z | Compiling zerotrie v0.2.3 |
| 1923 | 2026-04-10T02:46:51.229Z | Compiling block-buffer v0.10.4 |
| 1924 | 2026-04-10T02:46:51.400Z | Compiling digest v0.10.7 |
| 1925 | 2026-04-10T02:46:51.621Z | Compiling tinystr v0.8.2 |
| 1926 | 2026-04-10T02:46:51.654Z | Compiling potential_utf v0.1.4 |
| 1927 | 2026-04-10T02:46:51.678Z | Compiling pest_derive v2.8.6 |
| 1928 | 2026-04-10T02:46:51.692Z | Compiling hmac v0.12.1 |
| 1929 | 2026-04-10T02:46:51.744Z | Compiling futures-util v0.3.32 |
| 1930 | 2026-04-10T02:46:51.794Z | Compiling icu_collections v2.1.1 |
| 1931 | 2026-04-10T02:46:51.866Z | Compiling icu_locale_core v2.1.1 |
| 1932 | 2026-04-10T02:46:51.873Z | Compiling block-padding v0.3.3 |
| 1933 | 2026-04-10T02:46:51.873Z | Compiling sha2 v0.10.9 |
| 1934 | 2026-04-10T02:46:52.102Z | Compiling inout v0.1.4 |
| 1935 | 2026-04-10T02:46:52.140Z | Compiling rustls-pki-types v1.14.0 |
| 1936 | 2026-04-10T02:46:52.318Z | Compiling cipher v0.4.4 |
| 1937 | 2026-04-10T02:46:52.511Z | Compiling scroll_derive v0.13.1 |
| 1938 | 2026-04-10T02:46:52.601Z | Compiling scroll_derive v0.12.1 |
| 1939 | 2026-04-10T02:46:52.751Z | Compiling bytes v1.11.1 |
| 1940 | 2026-04-10T02:46:52.815Z | Compiling icu_provider v2.1.1 |
| 1941 | 2026-04-10T02:46:52.835Z | Compiling chrono v0.4.44 |
| 1942 | 2026-04-10T02:46:53.183Z | Compiling icu_properties v2.1.2 |
| 1943 | 2026-04-10T02:46:53.263Z | Compiling icu_normalizer v2.1.1 |
| 1944 | 2026-04-10T02:46:53.290Z | Compiling serde_tokenstream v0.2.3 |
| 1945 | 2026-04-10T02:46:53.332Z | Compiling tokio v1.50.0 |
| 1946 | 2026-04-10T02:46:53.944Z | Compiling openssl-macros v0.1.1 |
| 1947 | 2026-04-10T02:46:54.012Z | Compiling http v1.4.0 |
| 1948 | 2026-04-10T02:46:54.276Z | Compiling idna_adapter v1.2.1 |
| 1949 | 2026-04-10T02:46:54.383Z | Compiling ppv-lite86 v0.2.21 |
| 1950 | 2026-04-10T02:46:54.399Z | Compiling idna v1.1.0 |
| 1951 | 2026-04-10T02:46:54.537Z | Compiling der v0.7.10 |
| 1952 | 2026-04-10T02:46:54.661Z | Compiling regex v1.12.3 |
| 1953 | 2026-04-10T02:46:54.723Z | Compiling darling_macro v0.21.3 |
| 1954 | 2026-04-10T02:46:54.765Z | Compiling url v2.5.8 |
| 1955 | 2026-04-10T02:46:54.777Z | Compiling zerocopy-derive v0.7.35 |
| 1956 | 2026-04-10T02:46:54.833Z | Compiling salsa20 v0.10.2 |
| 1957 | 2026-04-10T02:46:54.997Z | Compiling pbkdf2 v0.12.2 |
| 1958 | 2026-04-10T02:46:55.249Z | Compiling darling v0.21.3 |
| 1959 | 2026-04-10T02:46:55.294Z | Compiling tracing v0.1.44 |
| 1960 | 2026-04-10T02:46:55.666Z | Compiling spki v0.7.3 |
| 1961 | 2026-04-10T02:46:55.753Z | Compiling cookie v0.18.1 |
| 1962 | 2026-04-10T02:46:55.874Z | Compiling camino v1.2.2 |
| 1963 | 2026-04-10T02:46:55.895Z | Compiling scrypt v0.11.0 |
| 1964 | 2026-04-10T02:46:56.041Z | Compiling rand_chacha v0.9.0 |
| 1965 | 2026-04-10T02:46:56.056Z | Compiling aes v0.8.4 |
| 1966 | 2026-04-10T02:46:56.161Z | Compiling cbc v0.1.2 |
| 1967 | 2026-04-10T02:46:56.528Z | Compiling usdt-impl v0.5.0 |
| 1968 | 2026-04-10T02:46:56.546Z | Compiling usdt-impl v0.6.0 |
| 1969 | 2026-04-10T02:46:56.564Z | Compiling paste v1.0.15 |
| 1970 | 2026-04-10T02:46:56.648Z | Compiling either v1.15.0 |
| 1971 | 2026-04-10T02:46:56.721Z | Compiling ref-cast v1.0.25 |
| 1972 | 2026-04-10T02:46:56.774Z | Compiling winnow v0.7.14 |
| 1973 | 2026-04-10T02:46:57.007Z | Compiling pkcs5 v0.7.1 |
| 1974 | 2026-04-10T02:46:57.033Z | Compiling rand v0.9.2 |
| 1975 | 2026-04-10T02:46:57.051Z | Compiling http-body v1.0.1 |
| 1976 | 2026-04-10T02:46:57.173Z | Compiling scroll v0.13.0 |
| 1977 | 2026-04-10T02:46:57.232Z | Compiling tokio-util v0.7.18 |
| 1978 | 2026-04-10T02:46:57.293Z | Compiling scroll v0.12.0 |
| 1979 | 2026-04-10T02:46:57.350Z | Compiling serde_spanned v0.6.9 |
| 1980 | 2026-04-10T02:46:57.367Z | Compiling toml_datetime v0.6.11 |
| 1981 | 2026-04-10T02:46:57.604Z | Compiling heapless v0.7.17 |
| 1982 | 2026-04-10T02:46:57.646Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1983 | 2026-04-10T02:46:57.689Z | Compiling atomic-waker v1.1.2 |
| 1984 | 2026-04-10T02:46:57.883Z | Compiling signal-hook v0.3.18 |
| 1985 | 2026-04-10T02:46:57.960Z | Compiling zstd-safe v7.2.4 |
| 1986 | 2026-04-10T02:46:58.002Z | Compiling untrusted v0.7.1 |
| 1987 | 2026-04-10T02:46:58.094Z | Compiling openssl-probe v0.2.1 |
| 1988 | 2026-04-10T02:46:58.196Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1989 | 2026-04-10T02:46:58.247Z | Compiling goblin v0.8.2 |
| 1990 | 2026-04-10T02:46:58.269Z | Compiling goblin v0.10.5 |
| 1991 | 2026-04-10T02:46:58.294Z | Compiling pkcs8 v0.10.2 |
| 1992 | 2026-04-10T02:46:58.629Z | Compiling zerocopy v0.7.35 |
| 1993 | 2026-04-10T02:46:58.677Z | Compiling ref-cast-impl v1.0.25 |
| 1994 | 2026-04-10T02:46:58.727Z | Compiling darling_core v0.20.11 |
| 1995 | 2026-04-10T02:46:58.809Z | Compiling curve25519-dalek v4.1.3 |
| 1996 | 2026-04-10T02:46:58.844Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1997 | 2026-04-10T02:46:58.909Z | Compiling memoffset v0.9.1 |
| 1998 | 2026-04-10T02:46:59.136Z | Compiling winnow v0.5.40 |
| 1999 | 2026-04-10T02:46:59.246Z | Compiling litrs v1.0.0 |
| 2000 | 2026-04-10T02:46:59.375Z | Compiling tower-layer v0.3.3 |
| 2001 | 2026-04-10T02:46:59.722Z | Compiling fastrand v2.3.0 |
| 2002 | 2026-04-10T02:46:59.726Z | Compiling tinyvec_macros v0.1.1 |
| 2003 | 2026-04-10T02:46:59.783Z | Compiling tower-service v0.3.3 |
| 2004 | 2026-04-10T02:46:59.828Z | Compiling try-lock v0.2.5 |
| 2005 | 2026-04-10T02:46:59.902Z | Compiling rustix v0.38.44 |
| 2006 | 2026-04-10T02:47:00.065Z | Compiling want v0.3.1 |
| 2007 | 2026-04-10T02:47:00.136Z | Compiling tinyvec v1.10.0 |
| 2008 | 2026-04-10T02:47:00.168Z | Compiling document-features v0.2.12 |
| 2009 | 2026-04-10T02:47:00.196Z | Compiling h2 v0.4.13 |
| 2010 | 2026-04-10T02:47:00.515Z | Compiling dof v0.3.0 |
| 2011 | 2026-04-10T02:47:00.580Z | Compiling toml_edit v0.19.15 |
| 2012 | 2026-04-10T02:47:00.724Z | Compiling dtrace-parser v0.2.0 |
| 2013 | 2026-04-10T02:47:00.756Z | Compiling darling_macro v0.20.11 |
| 2014 | 2026-04-10T02:47:01.136Z | Compiling dof v0.4.0 |
| 2015 | 2026-04-10T02:47:01.289Z | Compiling dtrace-parser v0.3.0 |
| 2016 | 2026-04-10T02:47:01.390Z | Compiling ipnet v2.11.0 |
| 2017 | 2026-04-10T02:47:01.457Z | Compiling daft-derive v0.1.5 |
| 2018 | 2026-04-10T02:47:01.473Z | Compiling async-trait v0.1.89 |
| 2019 | 2026-04-10T02:47:01.539Z | Compiling spin v0.9.8 |
| 2020 | 2026-04-10T02:47:01.774Z | Compiling thread-id v5.1.0 |
| 2021 | 2026-04-10T02:47:01.865Z | Compiling thread-id v4.2.2 |
| 2022 | 2026-04-10T02:47:01.883Z | Compiling foreign-types-shared v0.1.1 |
| 2023 | 2026-04-10T02:47:01.912Z | Compiling pin-utils v0.1.0 |
| 2024 | 2026-04-10T02:47:01.969Z | Compiling httpdate v1.0.3 |
| 2025 | 2026-04-10T02:47:01.995Z | Compiling num-bigint-dig v0.8.6 |
| 2026 | 2026-04-10T02:47:02.011Z | Compiling cfg_aliases v0.2.1 |
| 2027 | 2026-04-10T02:47:02.109Z | Compiling smoltcp v0.9.1 |
| 2028 | 2026-04-10T02:47:02.180Z | Compiling powerfmt v0.2.0 |
| 2029 | 2026-04-10T02:47:02.239Z | Compiling nix v0.31.1 |
| 2030 | 2026-04-10T02:47:02.308Z | Compiling foreign-types v0.3.2 |
| 2031 | 2026-04-10T02:47:02.394Z | Compiling deranged v0.5.8 |
| 2032 | 2026-04-10T02:47:02.412Z | Compiling tempfile v3.25.0 |
| 2033 | 2026-04-10T02:47:02.505Z | Compiling darling v0.20.11 |
| 2034 | 2026-04-10T02:47:02.743Z | Compiling ipnetwork v0.21.1 |
| 2035 | 2026-04-10T02:47:02.971Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2036 | 2026-04-10T02:47:02.990Z | Compiling strum_macros v0.26.4 |
| 2037 | 2026-04-10T02:47:03.253Z | Compiling socket2 v0.5.10 |
| 2038 | 2026-04-10T02:47:03.269Z | Compiling wait-timeout v0.2.1 |
| 2039 | 2026-04-10T02:47:03.404Z | Compiling hyper v1.8.1 |
| 2040 | 2026-04-10T02:47:03.691Z | Compiling utf8parse v0.2.2 |
| 2041 | 2026-04-10T02:47:03.816Z | Compiling num_threads v0.1.7 |
| 2042 | 2026-04-10T02:47:03.912Z | Compiling simd-adler32 v0.3.8 |
| 2043 | 2026-04-10T02:47:03.929Z | Compiling bit-vec v0.8.0 |
| 2044 | 2026-04-10T02:47:03.946Z | Compiling anstyle v1.0.13 |
| 2045 | 2026-04-10T02:47:04.059Z | Compiling siphasher v1.0.2 |
| 2046 | 2026-04-10T02:47:04.086Z | Compiling quick-error v1.2.3 |
| 2047 | 2026-04-10T02:47:04.172Z | Compiling bit-set v0.8.0 |
| 2048 | 2026-04-10T02:47:04.192Z | Compiling rusty-fork v0.3.1 |
| 2049 | 2026-04-10T02:47:04.377Z | Compiling time v0.3.47 |
| 2050 | 2026-04-10T02:47:04.393Z | Compiling anstyle-parse v0.2.7 |
| 2051 | 2026-04-10T02:47:04.605Z | Compiling hyper-util v0.1.20 |
| 2052 | 2026-04-10T02:47:04.721Z | Compiling derive_builder_core v0.20.2 |
| 2053 | 2026-04-10T02:47:04.941Z | Compiling unicode-normalization v0.1.25 |
| 2054 | 2026-04-10T02:47:05.441Z | Compiling rustls-native-certs v0.8.3 |
| 2055 | 2026-04-10T02:47:05.567Z | Compiling signature v2.2.0 |
| 2056 | 2026-04-10T02:47:05.740Z | Compiling hubpack_derive v0.1.1 |
| 2057 | 2026-04-10T02:47:05.838Z | Compiling strum_macros v0.27.2 |
| 2058 | 2026-04-10T02:47:05.959Z | Compiling rand_xorshift v0.4.0 |
| 2059 | 2026-04-10T02:47:06.030Z | Compiling sync_wrapper v1.0.2 |
| 2060 | 2026-04-10T02:47:06.136Z | Compiling fs-err v3.3.0 |
| 2061 | 2026-04-10T02:47:06.177Z | Compiling ahash v0.8.12 |
| 2062 | 2026-04-10T02:47:06.222Z | Compiling anstyle-query v1.1.5 |
| 2063 | 2026-04-10T02:47:06.275Z | Compiling unicode-bidi v0.3.18 |
| 2064 | 2026-04-10T02:47:06.344Z | Compiling is_terminal_polyfill v1.70.2 |
| 2065 | 2026-04-10T02:47:06.382Z | Compiling object v0.37.3 |
| 2066 | 2026-04-10T02:47:06.382Z | Compiling unicode-properties v0.1.4 |
| 2067 | 2026-04-10T02:47:06.433Z | Compiling unarray v0.1.4 |
| 2068 | 2026-04-10T02:47:06.478Z | Compiling colorchoice v1.0.4 |
| 2069 | 2026-04-10T02:47:06.521Z | Compiling adler2 v2.0.1 |
| 2070 | 2026-04-10T02:47:06.570Z | Compiling unicode-segmentation v1.12.0 |
| 2071 | 2026-04-10T02:47:06.622Z | Compiling stringprep v0.1.5 |
| 2072 | 2026-04-10T02:47:06.657Z | Compiling miniz_oxide v0.8.9 |
| 2073 | 2026-04-10T02:47:06.674Z | Compiling anstream v0.6.21 |
| 2074 | 2026-04-10T02:47:06.692Z | Compiling proptest v1.10.0 |
| 2075 | 2026-04-10T02:47:07.023Z | Compiling tower v0.5.3 |
| 2076 | 2026-04-10T02:47:07.225Z | Compiling derive_builder_macro v0.20.2 |
| 2077 | 2026-04-10T02:47:07.408Z | Compiling usdt-attr-macro v0.6.0 |
| 2078 | 2026-04-10T02:47:07.507Z | Compiling usdt-macro v0.6.0 |
| 2079 | 2026-04-10T02:47:07.935Z | Compiling http-body-util v0.1.3 |
| 2080 | 2026-04-10T02:47:08.219Z | Compiling webpki-roots v1.0.6 |
| 2081 | 2026-04-10T02:47:08.287Z | Compiling rand_chacha v0.3.1 |
| 2082 | 2026-04-10T02:47:08.304Z | Compiling erased-serde v0.3.31 |
| 2083 | 2026-04-10T02:47:08.320Z | Compiling md-5 v0.10.6 |
| 2084 | 2026-04-10T02:47:08.399Z | Compiling num-integer v0.1.46 |
| 2085 | 2026-04-10T02:47:08.495Z | Compiling hash32 v0.2.1 |
| 2086 | 2026-04-10T02:47:08.531Z | Compiling vergen-lib v0.1.6 |
| 2087 | 2026-04-10T02:47:08.561Z | Compiling ff v0.13.1 |
| 2088 | 2026-04-10T02:47:08.635Z | Compiling encoding_rs v0.8.35 |
| 2089 | 2026-04-10T02:47:08.653Z | Compiling mime v0.3.17 |
| 2090 | 2026-04-10T02:47:08.653Z | Compiling ryu v1.0.23 |
| 2091 | 2026-04-10T02:47:08.656Z | Compiling zlib-rs v0.6.2 |
| 2092 | 2026-04-10T02:47:08.705Z | Compiling base16ct v0.2.0 |
| 2093 | 2026-04-10T02:47:08.720Z | Compiling psl-types v2.0.11 |
| 2094 | 2026-04-10T02:47:08.739Z | Compiling iri-string v0.7.10 |
| 2095 | 2026-04-10T02:47:08.742Z | Compiling fallible-iterator v0.2.0 |
| 2096 | 2026-04-10T02:47:08.870Z | Compiling sec1 v0.7.3 |
| 2097 | 2026-04-10T02:47:08.906Z | Compiling publicsuffix v2.3.0 |
| 2098 | 2026-04-10T02:47:08.943Z | Compiling serde_urlencoded v0.7.1 |
| 2099 | 2026-04-10T02:47:08.998Z | Compiling newtype-uuid v1.3.2 |
| 2100 | 2026-04-10T02:47:09.056Z | Compiling postgres-protocol v0.6.10 |
| 2101 | 2026-04-10T02:47:09.090Z | Compiling group v0.13.0 |
| 2102 | 2026-04-10T02:47:09.191Z | Compiling num-iter v0.1.45 |
| 2103 | 2026-04-10T02:47:09.337Z | Compiling rand v0.8.5 |
| 2104 | 2026-04-10T02:47:09.579Z | Compiling oxnet v0.1.4 |
| 2105 | 2026-04-10T02:47:09.613Z | Compiling derive_builder v0.20.2 |
| 2106 | 2026-04-10T02:47:09.733Z | Compiling tokio-native-tls v0.3.1 |
| 2107 | 2026-04-10T02:47:09.763Z | Compiling heck v0.4.1 |
| 2108 | 2026-04-10T02:47:09.800Z | Compiling phf_shared v0.13.1 |
| 2109 | 2026-04-10T02:47:09.884Z | Compiling tower-http v0.6.8 |
| 2110 | 2026-04-10T02:47:09.940Z | Compiling lazy_static v1.5.0 |
| 2111 | 2026-04-10T02:47:10.024Z | Compiling terminal_size v0.4.3 |
| 2112 | 2026-04-10T02:47:10.027Z | Compiling serde_with_macros v3.17.0 |
| 2113 | 2026-04-10T02:47:10.060Z | Compiling cargo-platform v0.1.9 |
| 2114 | 2026-04-10T02:47:10.127Z | Compiling hkdf v0.12.4 |
| 2115 | 2026-04-10T02:47:10.130Z | Compiling crypto-bigint v0.5.5 |
| 2116 | 2026-04-10T02:47:10.157Z | Compiling serde_repr v0.1.20 |
| 2117 | 2026-04-10T02:47:10.185Z | Compiling enum-as-inner v0.6.1 |
| 2118 | 2026-04-10T02:47:10.254Z | Compiling clap_derive v4.5.55 |
| 2119 | 2026-04-10T02:47:10.309Z | Compiling vergen v9.0.6 |
| 2120 | 2026-04-10T02:47:10.488Z | Compiling managed v0.8.0 |
| 2121 | 2026-04-10T02:47:10.676Z | Compiling libbz2-rs-sys v0.2.2 |
| 2122 | 2026-04-10T02:47:10.773Z | Compiling flate2 v1.1.9 |
| 2123 | 2026-04-10T02:47:10.790Z | Compiling bitflags v1.3.2 |
| 2124 | 2026-04-10T02:47:10.826Z | Compiling bumpalo v3.20.2 |
| 2125 | 2026-04-10T02:47:10.868Z | Compiling foldhash v0.1.5 |
| 2126 | 2026-04-10T02:47:10.980Z | Compiling clap_lex v1.0.0 |
| 2127 | 2026-04-10T02:47:11.040Z | Compiling zopfli v0.8.3 |
| 2128 | 2026-04-10T02:47:11.057Z | Compiling elliptic-curve v0.13.8 |
| 2129 | 2026-04-10T02:47:11.098Z | Compiling bzip2 v0.6.1 |
| 2130 | 2026-04-10T02:47:11.130Z | Compiling hashbrown v0.15.5 |
| 2131 | 2026-04-10T02:47:11.194Z | Compiling clap_builder v4.5.60 |
| 2132 | 2026-04-10T02:47:11.508Z | Compiling cargo_metadata v0.19.2 |
| 2133 | 2026-04-10T02:47:11.880Z | Compiling phf v0.13.1 |
| 2134 | 2026-04-10T02:47:11.931Z | Compiling hyper-tls v0.6.0 |
| 2135 | 2026-04-10T02:47:11.945Z | Compiling zstd v0.13.3 |
| 2136 | 2026-04-10T02:47:12.069Z | Compiling daft v0.1.5 |
| 2137 | 2026-04-10T02:47:12.156Z | Compiling signal-hook-mio v0.2.5 |
| 2138 | 2026-04-10T02:47:12.235Z | Compiling cookie_store v0.22.1 |
| 2139 | 2026-04-10T02:47:12.311Z | Compiling postgres-types v0.2.12 |
| 2140 | 2026-04-10T02:47:12.409Z | Compiling bzip2 v0.4.4 |
| 2141 | 2026-04-10T02:47:12.525Z | Compiling strum v0.27.2 |
| 2142 | 2026-04-10T02:47:12.720Z | Compiling hubpack v0.1.2 |
| 2143 | 2026-04-10T02:47:12.752Z | Compiling ed25519 v2.2.3 |
| 2144 | 2026-04-10T02:47:12.775Z | Compiling phf_shared v0.11.3 |
| 2145 | 2026-04-10T02:47:12.872Z | Compiling crossbeam-epoch v0.9.18 |
| 2146 | 2026-04-10T02:47:12.905Z | Compiling pkcs1 v0.7.5 |
| 2147 | 2026-04-10T02:47:12.963Z | Compiling serde-big-array v0.5.1 |
| 2148 | 2026-04-10T02:47:12.978Z | Compiling hex v0.4.3 |
| 2149 | 2026-04-10T02:47:13.072Z | Compiling rfc6979 v0.4.0 |
| 2150 | 2026-04-10T02:47:13.117Z | Compiling bstr v1.12.1 |
| 2151 | 2026-04-10T02:47:13.205Z | Compiling float-cmp v0.10.0 |
| 2152 | 2026-04-10T02:47:13.223Z | Compiling memmap2 v0.9.10 |
| 2153 | 2026-04-10T02:47:13.241Z | Compiling env_filter v1.0.0 |
| 2154 | 2026-04-10T02:47:13.298Z | Compiling keccak v0.1.6 |
| 2155 | 2026-04-10T02:47:13.353Z | Compiling predicates-core v1.0.10 |
| 2156 | 2026-04-10T02:47:13.414Z | Compiling static_assertions v1.1.0 |
| 2157 | 2026-04-10T02:47:13.457Z | Compiling precomputed-hash v0.1.1 |
| 2158 | 2026-04-10T02:47:13.504Z | Compiling new_debug_unreachable v1.0.6 |
| 2159 | 2026-04-10T02:47:13.538Z | Compiling toml_write v0.1.2 |
| 2160 | 2026-04-10T02:47:13.541Z | Compiling jiff v0.2.21 |
| 2161 | 2026-04-10T02:47:13.573Z | Compiling difflib v0.4.0 |
| 2162 | 2026-04-10T02:47:13.573Z | Compiling rustc-hash v2.1.1 |
| 2163 | 2026-04-10T02:47:13.607Z | Compiling normalize-line-endings v0.3.0 |
| 2164 | 2026-04-10T02:47:13.635Z | Compiling data-encoding v2.10.0 |
| 2165 | 2026-04-10T02:47:13.674Z | Compiling fixedbitset v0.5.7 |
| 2166 | 2026-04-10T02:47:13.697Z | Compiling whoami v2.1.0 |
| 2167 | 2026-04-10T02:47:13.727Z | Compiling fixedbitset v0.4.2 |
| 2168 | 2026-04-10T02:47:13.750Z | Compiling toml_edit v0.22.27 |
| 2169 | 2026-04-10T02:47:13.768Z | Compiling iddqd v0.3.17 |
| 2170 | 2026-04-10T02:47:13.898Z | Compiling petgraph v0.8.3 |
| 2171 | 2026-04-10T02:47:13.954Z | Compiling hickory-proto v0.25.2 |
| 2172 | 2026-04-10T02:47:13.988Z | Compiling tokio-postgres v0.7.16 |
| 2173 | 2026-04-10T02:47:14.072Z | Compiling petgraph v0.6.5 |
| 2174 | 2026-04-10T02:47:14.185Z | Compiling predicates v3.1.4 |
| 2175 | 2026-04-10T02:47:14.666Z | Compiling string_cache v0.8.9 |
| 2176 | 2026-04-10T02:47:14.777Z | Compiling similar v2.7.0 |
| 2177 | 2026-04-10T02:47:14.911Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2178 | 2026-04-10T02:47:14.914Z | Compiling sha3 v0.10.8 |
| 2179 | 2026-04-10T02:47:15.526Z | Compiling env_logger v0.11.9 |
| 2180 | 2026-04-10T02:47:15.568Z | Compiling usdt v0.6.0 |
| 2181 | 2026-04-10T02:47:15.844Z | Compiling serde_with v3.17.0 |
| 2182 | 2026-04-10T02:47:15.879Z | Compiling ecdsa v0.16.9 |
| 2183 | 2026-04-10T02:47:15.898Z | Compiling rsa v0.9.10 |
| 2184 | 2026-04-10T02:47:16.125Z | Compiling ed25519-dalek v2.2.0 |
| 2185 | 2026-04-10T02:47:16.312Z | Compiling zip v4.6.1 |
| 2186 | 2026-04-10T02:47:16.564Z | Compiling clap v4.5.60 |
| 2187 | 2026-04-10T02:47:16.920Z | Compiling crossterm v0.28.1 |
| 2188 | 2026-04-10T02:47:17.236Z | Compiling zip v0.6.6 |
| 2189 | 2026-04-10T02:47:17.622Z | Compiling strum v0.26.3 |
| 2190 | 2026-04-10T02:47:17.756Z | Compiling toml v0.7.8 |
| 2191 | 2026-04-10T02:47:17.775Z | Compiling tokio-stream v0.1.18 |
| 2192 | 2026-04-10T02:47:17.778Z | Compiling buf-list v1.1.2 |
| 2193 | 2026-04-10T02:47:17.795Z | Compiling itertools v0.13.0 |
| 2194 | 2026-04-10T02:47:17.906Z | Compiling x509-cert v0.2.5 |
| 2195 | 2026-04-10T02:47:18.182Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2196 | 2026-04-10T02:47:18.322Z | Compiling openapiv3 v2.2.0 |
| 2197 | 2026-04-10T02:47:18.349Z | Compiling sha1 v0.10.6 |
| 2198 | 2026-04-10T02:47:18.618Z | Compiling peg-runtime v0.8.5 |
| 2199 | 2026-04-10T02:47:18.622Z | Compiling lalrpop-util v0.19.12 |
| 2200 | 2026-04-10T02:47:32.734Z | Compiling rustls-webpki v0.103.9 |
| 2201 | 2026-04-10T02:47:35.610Z | Compiling macaddr v1.0.1 |
| 2202 | 2026-04-10T02:47:35.782Z | Compiling structmeta-derive v0.3.0 |
| 2203 | 2026-04-10T02:47:35.814Z | Compiling rayon-core v1.13.0 |
| 2204 | 2026-04-10T02:47:35.830Z | Compiling crucible-workspace-hack v0.1.0 |
| 2205 | 2026-04-10T02:47:35.928Z | Compiling itertools v0.14.0 |
| 2206 | 2026-04-10T02:47:36.074Z | Compiling secrecy v0.10.3 |
| 2207 | 2026-04-10T02:47:36.090Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2208 | 2026-04-10T02:47:36.155Z | Compiling heapless v0.8.0 |
| 2209 | 2026-04-10T02:47:36.265Z | Compiling rustls v0.22.4 |
| 2210 | 2026-04-10T02:47:36.459Z | Compiling tokio-rustls v0.26.4 |
| 2211 | 2026-04-10T02:47:36.480Z | Compiling rustls-platform-verifier v0.6.2 |
| 2212 | 2026-04-10T02:47:36.514Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2213 | 2026-04-10T02:47:36.715Z | Compiling hyper-rustls v0.27.7 |
| 2214 | 2026-04-10T02:47:36.809Z | Compiling crossbeam-deque v0.8.6 |
| 2215 | 2026-04-10T02:47:36.831Z | Compiling structmeta v0.3.0 |
| 2216 | 2026-04-10T02:47:36.858Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2217 | 2026-04-10T02:47:36.936Z | Compiling rustls-webpki v0.102.8 |
| 2218 | 2026-04-10T02:47:36.974Z | Compiling reqwest v0.13.2 |
| 2219 | 2026-04-10T02:47:37.068Z | Compiling reqwest v0.12.28 |
| 2220 | 2026-04-10T02:47:37.085Z | Compiling futures-executor v0.3.32 |
| 2221 | 2026-04-10T02:47:37.088Z | Compiling hash32 v0.3.1 |
| 2222 | 2026-04-10T02:47:37.118Z | Compiling multer v3.1.0 |
| 2223 | 2026-04-10T02:47:37.137Z | Compiling thread_local v1.1.9 |
| 2224 | 2026-04-10T02:47:37.257Z | Compiling unicode-width v0.2.0 |
| 2225 | 2026-04-10T02:47:37.274Z | Compiling ingot-macros v0.1.1 |
| 2226 | 2026-04-10T02:47:37.305Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2227 | 2026-04-10T02:47:37.367Z | Compiling slog-async v2.8.0 |
| 2228 | 2026-04-10T02:47:37.536Z | Compiling smoltcp v0.11.0 |
| 2229 | 2026-04-10T02:47:37.560Z | Compiling match_cfg v0.1.0 |
| 2230 | 2026-04-10T02:47:37.607Z | Compiling proc-macro-crate v3.4.0 |
| 2231 | 2026-04-10T02:47:37.643Z | Compiling hostname v0.3.1 |
| 2232 | 2026-04-10T02:47:37.798Z | Compiling futures v0.3.32 |
| 2233 | 2026-04-10T02:47:37.869Z | Compiling derive-ex v0.1.8 |
| 2234 | 2026-04-10T02:47:37.932Z | Compiling slog-json v2.6.1 |
| 2235 | 2026-04-10T02:47:38.115Z | Compiling crossbeam-channel v0.5.15 |
| 2236 | 2026-04-10T02:47:38.154Z | Compiling half v2.7.1 |
| 2237 | 2026-04-10T02:47:38.218Z | Compiling newtype-uuid-macros v0.1.0 |
| 2238 | 2026-04-10T02:47:38.388Z | Compiling cobs v0.3.0 |
| 2239 | 2026-04-10T02:47:38.551Z | Compiling universal-hash v0.5.1 |
| 2240 | 2026-04-10T02:47:38.694Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2241 | 2026-04-10T02:47:38.720Z | Compiling async-stream-impl v0.3.6 |
| 2242 | 2026-04-10T02:47:38.846Z | Compiling serde_spanned v1.0.4 |
| 2243 | 2026-04-10T02:47:38.862Z | Compiling is-terminal v0.4.17 |
| 2244 | 2026-04-10T02:47:38.979Z | Compiling proc-macro-error-attr v1.0.4 |
| 2245 | 2026-04-10T02:47:38.996Z | Compiling dropshot v0.16.7 |
| 2246 | 2026-04-10T02:47:39.085Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2247 | 2026-04-10T02:47:39.224Z | Compiling term v1.2.1 |
| 2248 | 2026-04-10T02:47:39.227Z | Compiling ciborium-io v0.2.2 |
| 2249 | 2026-04-10T02:47:39.322Z | Compiling convert_case v0.4.0 |
| 2250 | 2026-04-10T02:47:39.367Z | Compiling opaque-debug v0.3.1 |
| 2251 | 2026-04-10T02:47:39.464Z | Compiling take_mut v0.2.2 |
| 2252 | 2026-04-10T02:47:39.464Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2253 | 2026-04-10T02:47:39.501Z | Compiling test-strategy v0.4.5 |
| 2254 | 2026-04-10T02:47:39.519Z | Compiling poly1305 v0.8.0 |
| 2255 | 2026-04-10T02:47:39.661Z | Compiling derive_more v0.99.20 |
| 2256 | 2026-04-10T02:47:39.791Z | Compiling thiserror-no-std v2.0.2 |
| 2257 | 2026-04-10T02:47:39.809Z | Compiling tokio-rustls v0.25.0 |
| 2258 | 2026-04-10T02:47:39.809Z | Compiling slog-term v2.9.2 |
| 2259 | 2026-04-10T02:47:39.911Z | Compiling ciborium-ll v0.2.2 |
| 2260 | 2026-04-10T02:47:40.001Z | Compiling ingot-types v0.1.2 |
| 2261 | 2026-04-10T02:47:40.085Z | Compiling async-stream v0.3.6 |
| 2262 | 2026-04-10T02:47:40.196Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2263 | 2026-04-10T02:47:40.307Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2264 | 2026-04-10T02:47:40.343Z | Compiling postcard v1.1.3 |
| 2265 | 2026-04-10T02:47:40.495Z | Compiling ingot v0.1.1 |
| 2266 | 2026-04-10T02:47:40.598Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2267 | 2026-04-10T02:47:40.761Z | Compiling slog-bunyan v2.5.0 |
| 2268 | 2026-04-10T02:47:40.880Z | Compiling num_enum_derive v0.7.5 |
| 2269 | 2026-04-10T02:47:40.978Z | Compiling parse-display-derive v0.10.0 |
| 2270 | 2026-04-10T02:47:41.035Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2271 | 2026-04-10T02:47:41.101Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2272 | 2026-04-10T02:47:41.122Z | Compiling proc-macro-crate v1.3.1 |
| 2273 | 2026-04-10T02:47:41.272Z | Compiling backon v1.6.0 |
| 2274 | 2026-04-10T02:47:41.363Z | Compiling waitgroup v0.1.2 |
| 2275 | 2026-04-10T02:47:41.495Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2276 | 2026-04-10T02:47:41.552Z | Compiling chacha20 v0.9.1 |
| 2277 | 2026-04-10T02:47:41.568Z | Compiling dropshot_endpoint v0.16.7 |
| 2278 | 2026-04-10T02:47:41.705Z | Compiling rustls-pemfile v2.2.0 |
| 2279 | 2026-04-10T02:47:41.844Z | Compiling blake2 v0.10.6 |
| 2280 | 2026-04-10T02:47:41.863Z | Compiling aead v0.5.2 |
| 2281 | 2026-04-10T02:47:41.934Z | Compiling password-hash v0.5.0 |
| 2282 | 2026-04-10T02:47:42.024Z | Compiling foreign-types-macros v0.2.3 |
| 2283 | 2026-04-10T02:47:42.087Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2284 | 2026-04-10T02:47:42.171Z | Compiling serde_path_to_error v0.1.20 |
| 2285 | 2026-04-10T02:47:42.196Z | Compiling hostname v0.4.2 |
| 2286 | 2026-04-10T02:47:42.396Z | Compiling proc-macro-error v1.0.4 |
| 2287 | 2026-04-10T02:47:42.412Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2288 | 2026-04-10T02:47:42.515Z | Compiling instant v0.1.13 |
| 2289 | 2026-04-10T02:47:42.562Z | Compiling debug-ignore v1.0.5 |
| 2290 | 2026-04-10T02:47:42.635Z | Compiling cpufeatures v0.3.0 |
| 2291 | 2026-04-10T02:47:42.652Z | Compiling typeid v1.0.3 |
| 2292 | 2026-04-10T02:47:42.669Z | Compiling foreign-types-shared v0.3.1 |
| 2293 | 2026-04-10T02:47:42.708Z | Compiling chacha20 v0.10.0 |
| 2294 | 2026-04-10T02:47:42.745Z | Compiling backoff v0.4.0 |
| 2295 | 2026-04-10T02:47:42.748Z | Compiling parse-display v0.10.0 |
| 2296 | 2026-04-10T02:47:42.748Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2297 | 2026-04-10T02:47:42.781Z | Compiling foreign-types v0.5.0 |
| 2298 | 2026-04-10T02:47:42.812Z | Compiling argon2 v0.5.3 |
| 2299 | 2026-04-10T02:47:42.850Z | Compiling chacha20poly1305 v0.10.1 |
| 2300 | 2026-04-10T02:47:42.879Z | Compiling num_enum v0.7.5 |
| 2301 | 2026-04-10T02:47:42.905Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2302 | 2026-04-10T02:47:42.977Z | Compiling num_enum_derive v0.5.11 |
| 2303 | 2026-04-10T02:47:43.014Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2304 | 2026-04-10T02:47:43.032Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2305 | 2026-04-10T02:47:43.067Z | Compiling ciborium v0.2.2 |
| 2306 | 2026-04-10T02:47:43.085Z | Compiling vsss-rs v3.3.4 |
| 2307 | 2026-04-10T02:47:43.596Z | Compiling tabwriter v1.4.1 |
| 2308 | 2026-04-10T02:47:43.699Z | Compiling byte-wrapper v0.1.0 |
| 2309 | 2026-04-10T02:47:43.849Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117) |
| 2310 | 2026-04-10T02:47:43.885Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2311 | 2026-04-10T02:47:43.970Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2312 | 2026-04-10T02:47:43.992Z | Compiling regress v0.10.5 |
| 2313 | 2026-04-10T02:47:44.012Z | Compiling cstr-argument v0.1.2 |
| 2314 | 2026-04-10T02:47:44.207Z | Compiling erased-serde v0.4.9 |
| 2315 | 2026-04-10T02:47:44.340Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2316 | 2026-04-10T02:47:44.353Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2317 | 2026-04-10T02:47:44.506Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2318 | 2026-04-10T02:47:44.553Z | Compiling num_enum v0.5.11 |
| 2319 | 2026-04-10T02:47:44.588Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2320 | 2026-04-10T02:47:44.624Z | Compiling rand v0.10.0 |
| 2321 | 2026-04-10T02:47:44.658Z | Compiling rayon v1.11.0 |
| 2322 | 2026-04-10T02:47:44.687Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2323 | 2026-04-10T02:47:44.708Z | Compiling colored v3.1.1 |
| 2324 | 2026-04-10T02:47:44.782Z | Compiling indent_write v2.2.0 |
| 2325 | 2026-04-10T02:47:44.853Z | Compiling libefi-sys v0.1.0 |
| 2326 | 2026-04-10T02:47:44.917Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2327 | 2026-04-10T02:47:44.966Z | Compiling zone_cfg_derive v0.3.1 |
| 2328 | 2026-04-10T02:47:44.983Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2329 | 2026-04-10T02:47:45.092Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2330 | 2026-04-10T02:47:45.115Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2331 | 2026-04-10T02:47:45.224Z | Compiling camino-tempfile v1.4.1 |
| 2332 | 2026-04-10T02:47:45.366Z | Compiling itertools v0.12.1 |
| 2333 | 2026-04-10T02:47:45.435Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-04-10T02:47:45.470Z | Compiling usdt-attr-macro v0.5.0 |
| 2335 | 2026-04-10T02:47:45.604Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-04-10T02:47:45.640Z | Compiling num-derive v0.4.2 |
| 2337 | 2026-04-10T02:47:45.675Z | Compiling ordered-float v2.10.1 |
| 2338 | 2026-04-10T02:47:45.692Z | Compiling blake3 v1.8.3 |
| 2339 | 2026-04-10T02:47:45.994Z | Compiling memmap v0.7.0 |
| 2340 | 2026-04-10T02:47:46.076Z | Compiling sigpipe v0.1.3 |
| 2341 | 2026-04-10T02:47:46.163Z | Compiling glob v0.3.3 |
| 2342 | 2026-04-10T02:47:46.202Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2343 | 2026-04-10T02:47:46.254Z | Compiling swrite v0.1.0 |
| 2344 | 2026-04-10T02:47:46.270Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2345 | 2026-04-10T02:47:46.270Z | Compiling usdt v0.5.0 |
| 2346 | 2026-04-10T02:47:46.450Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2347 | 2026-04-10T02:47:46.562Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2348 | 2026-04-10T02:47:46.630Z | Compiling serde-value v0.7.0 |
| 2349 | 2026-04-10T02:47:46.878Z | Compiling zone v0.3.1 |
| 2350 | 2026-04-10T02:47:46.894Z | Compiling serde-untagged v0.1.9 |
| 2351 | 2026-04-10T02:47:46.953Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2352 | 2026-04-10T02:47:47.059Z | Compiling toml v0.8.23 |
| 2353 | 2026-04-10T02:47:47.154Z | Compiling smf v0.2.3 |
| 2354 | 2026-04-10T02:47:47.247Z | Compiling filetime v0.2.27 |
| 2355 | 2026-04-10T02:47:47.282Z | Compiling constant_time_eq v0.4.2 |
| 2356 | 2026-04-10T02:47:47.312Z | Compiling whoami v1.6.1 |
| 2357 | 2026-04-10T02:47:47.315Z | Compiling unicode-xid v0.2.6 |
| 2358 | 2026-04-10T02:47:47.389Z | Compiling same-file v1.0.6 |
| 2359 | 2026-04-10T02:47:47.489Z | Compiling arrayvec v0.7.6 |
| 2360 | 2026-04-10T02:47:47.509Z | Compiling arrayref v0.3.9 |
| 2361 | 2026-04-10T02:47:47.530Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-04-10T02:47:47.568Z | Compiling xattr v1.6.1 |
| 2363 | 2026-04-10T02:47:47.598Z | Compiling walkdir v2.5.0 |
| 2364 | 2026-04-10T02:47:47.614Z | Compiling cargo-util-schemas v0.8.2 |
| 2365 | 2026-04-10T02:47:47.633Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2366 | 2026-04-10T02:47:47.766Z | Compiling tar v0.4.45 |
| 2367 | 2026-04-10T02:47:47.828Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2368 | 2026-04-10T02:47:48.097Z | Compiling tokio-dtrace v0.1.1 |
| 2369 | 2026-04-10T02:47:48.363Z | Compiling console v0.16.2 |
| 2370 | 2026-04-10T02:47:48.385Z | Compiling gethostname v0.5.0 |
| 2371 | 2026-04-10T02:47:48.388Z | Compiling cargo-platform v0.2.0 |
| 2372 | 2026-04-10T02:47:48.462Z | Compiling topological-sort v0.2.2 |
| 2373 | 2026-04-10T02:47:48.550Z | Compiling unit-prefix v0.5.2 |
| 2374 | 2026-04-10T02:47:48.566Z | Compiling oxide-tokio-rt v0.1.3 |
| 2375 | 2026-04-10T02:47:48.662Z | Compiling shell-words v1.1.1 |
| 2376 | 2026-04-10T02:47:48.739Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2377 | 2026-04-10T02:47:48.951Z | Compiling cargo_metadata v0.21.0 |
| 2378 | 2026-04-10T02:47:48.967Z | Compiling indicatif v0.18.4 |
| 2379 | 2026-04-10T02:47:58.176Z | Compiling progenitor-client v0.10.0 |
| 2380 | 2026-04-10T02:47:58.176Z | Compiling omicron-zone-package v0.12.2 |
| 2381 | 2026-04-10T02:47:58.195Z | Compiling progenitor-client v0.13.0 |
| 2382 | 2026-04-10T02:47:58.296Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2383 | 2026-04-10T02:47:58.299Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2384 | 2026-04-10T02:47:58.299Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2385 | 2026-04-10T02:47:58.349Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2386 | 2026-04-10T02:47:58.674Z | Compiling progenitor-extras v0.1.1 |
| 2387 | 2026-04-10T02:47:58.692Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2388 | 2026-04-10T02:47:58.710Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2389 | 2026-04-10T02:47:58.729Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2390 | 2026-04-10T02:47:58.874Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2391 | 2026-04-10T02:47:58.959Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2392 | 2026-04-10T02:48:04.204Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2393 | 2026-04-10T02:48:10.968Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2394 | 2026-04-10T02:48:14.161Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2395 | 2026-04-10T02:48:15.158Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2396 | 2026-04-10T02:48:23.817Z | Finished `release` profile [optimized] target(s) in 1m 41s |
| 2397 | 2026-04-10T02:48:23.977Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2398 | 2026-04-10T02:48:24.041Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2399 | 2026-04-10T02:48:24.044Z | Created new build target 'test' and set it as active |
| 2400 | 2026-04-10T02:48:24.046Z | |
| 2401 | 2026-04-10T02:48:24.046Z | real 1:41.612847301 |
| 2402 | 2026-04-10T02:48:24.046Z | user 16:56.522191987 |
| 2403 | 2026-04-10T02:48:24.046Z | sys 2:40.209271544 |
| 2404 | 2026-04-10T02:48:24.046Z | trap 0.470275580 |
| 2405 | 2026-04-10T02:48:24.046Z | tflt 2.835198005 |
| 2406 | 2026-04-10T02:48:24.046Z | dflt 4.149034707 |
| 2407 | 2026-04-10T02:48:24.047Z | kflt 0.031923466 |
| 2408 | 2026-04-10T02:48:24.047Z | lock 53:36.779209059 |
| 2409 | 2026-04-10T02:48:24.047Z | slp 43:26.755175571 |
| 2410 | 2026-04-10T02:48:24.047Z | lat 44.763605540 |
| 2411 | 2026-04-10T02:48:24.047Z | stop 5:41.123708575 |
| 2412 | 2026-04-10T02:48:24.047Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2413 | 2026-04-10T02:48:24.967Z | Finished `release` profile [optimized] target(s) in 0.91s |
| 2414 | 2026-04-10T02:48:25.044Z | Running `target/release/omicron-package -t test package` |
| 2415 | 2026-04-10T02:48:25.104Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2416 | 2026-04-10T02:48:26.535Z | Compiling regress v0.10.5 |
| 2417 | 2026-04-10T02:48:26.535Z | Compiling heck v0.5.0 |
| 2418 | 2026-04-10T02:48:26.752Z | Compiling unsafe-libyaml v0.2.11 |
| 2419 | 2026-04-10T02:48:26.776Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2420 | 2026-04-10T02:48:26.807Z | Compiling unicode-width v0.1.14 |
| 2421 | 2026-04-10T02:48:26.809Z | Compiling is-terminal v0.4.17 |
| 2422 | 2026-04-10T02:48:26.849Z | Compiling prettyplease v0.2.37 |
| 2423 | 2026-04-10T02:48:26.849Z | Compiling bytecount v0.6.9 |
| 2424 | 2026-04-10T02:48:26.852Z | Compiling rustls v0.22.4 |
| 2425 | 2026-04-10T02:48:26.852Z | Compiling rustls-webpki v0.102.8 |
| 2426 | 2026-04-10T02:48:26.852Z | Compiling derive-where v1.6.0 |
| 2427 | 2026-04-10T02:48:26.890Z | Compiling thread_local v1.1.9 |
| 2428 | 2026-04-10T02:48:26.893Z | Compiling match_cfg v0.1.0 |
| 2429 | 2026-04-10T02:48:26.934Z | Compiling multer v3.1.0 |
| 2430 | 2026-04-10T02:48:26.937Z | Compiling slog-async v2.8.0 |
| 2431 | 2026-04-10T02:48:26.974Z | Compiling typify-impl v0.6.1 |
| 2432 | 2026-04-10T02:48:26.998Z | Compiling crossbeam-channel v0.5.15 |
| 2433 | 2026-04-10T02:48:27.001Z | Compiling slog-json v2.6.1 |
| 2434 | 2026-04-10T02:48:27.082Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2435 | 2026-04-10T02:48:27.104Z | Compiling hostname v0.3.1 |
| 2436 | 2026-04-10T02:48:27.127Z | Compiling futures-executor v0.3.32 |
| 2437 | 2026-04-10T02:48:27.130Z | Compiling serde_spanned v1.0.4 |
| 2438 | 2026-04-10T02:48:27.191Z | Compiling term v1.2.1 |
| 2439 | 2026-04-10T02:48:27.194Z | Compiling take_mut v0.2.2 |
| 2440 | 2026-04-10T02:48:27.194Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2441 | 2026-04-10T02:48:27.266Z | Compiling serde_yaml v0.9.34+deprecated |
| 2442 | 2026-04-10T02:48:27.287Z | Compiling slog-bunyan v2.5.0 |
| 2443 | 2026-04-10T02:48:27.350Z | Compiling futures v0.3.32 |
| 2444 | 2026-04-10T02:48:27.451Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2445 | 2026-04-10T02:48:27.496Z | Compiling slog-term v2.9.2 |
| 2446 | 2026-04-10T02:48:27.499Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2447 | 2026-04-10T02:48:27.543Z | Compiling dropshot v0.16.7 |
| 2448 | 2026-04-10T02:48:27.567Z | Compiling async-stream v0.3.6 |
| 2449 | 2026-04-10T02:48:27.617Z | Compiling progenitor-client v0.13.0 |
| 2450 | 2026-04-10T02:48:27.693Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2451 | 2026-04-10T02:48:27.716Z | Compiling waitgroup v0.1.2 |
| 2452 | 2026-04-10T02:48:27.741Z | Compiling backon v1.6.0 |
| 2453 | 2026-04-10T02:48:27.775Z | Compiling rustls-pemfile v2.2.0 |
| 2454 | 2026-04-10T02:48:27.814Z | Compiling hostname v0.4.2 |
| 2455 | 2026-04-10T02:48:27.894Z | Compiling serde_path_to_error v0.1.20 |
| 2456 | 2026-04-10T02:48:27.916Z | Compiling instant v0.1.13 |
| 2457 | 2026-04-10T02:48:27.919Z | Compiling debug-ignore v1.0.5 |
| 2458 | 2026-04-10T02:48:27.966Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2459 | 2026-04-10T02:48:27.987Z | Compiling progenitor-extras v0.1.1 |
| 2460 | 2026-04-10T02:48:28.008Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2461 | 2026-04-10T02:48:28.011Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2462 | 2026-04-10T02:48:28.056Z | Compiling backoff v0.4.0 |
| 2463 | 2026-04-10T02:48:28.082Z | Compiling parse-display v0.10.0 |
| 2464 | 2026-04-10T02:48:28.101Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2465 | 2026-04-10T02:48:28.179Z | Compiling progenitor-client v0.10.0 |
| 2466 | 2026-04-10T02:48:28.208Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117) |
| 2467 | 2026-04-10T02:48:28.286Z | Compiling macaddr v1.0.1 |
| 2468 | 2026-04-10T02:48:28.331Z | Compiling console v0.15.11 |
| 2469 | 2026-04-10T02:48:28.383Z | Compiling num-rational v0.4.2 |
| 2470 | 2026-04-10T02:48:28.546Z | Compiling num-complex v0.4.6 |
| 2471 | 2026-04-10T02:48:28.622Z | Compiling slog-dtrace v0.3.0 |
| 2472 | 2026-04-10T02:48:28.642Z | Compiling newline-converter v0.3.0 |
| 2473 | 2026-04-10T02:48:28.681Z | Compiling atomicwrites v0.4.4 |
| 2474 | 2026-04-10T02:48:28.805Z | Compiling async-recursion v1.1.1 |
| 2475 | 2026-04-10T02:48:28.827Z | Compiling float-ord v0.3.2 |
| 2476 | 2026-04-10T02:48:28.929Z | Compiling cancel-safe-futures v0.1.5 |
| 2477 | 2026-04-10T02:48:28.983Z | Compiling num v0.4.3 |
| 2478 | 2026-04-10T02:48:29.061Z | Compiling owo-colors v4.3.0 |
| 2479 | 2026-04-10T02:48:29.064Z | Compiling expectorate v1.2.0 |
| 2480 | 2026-04-10T02:48:29.130Z | Compiling libsw-core v0.3.2 |
| 2481 | 2026-04-10T02:48:29.133Z | Compiling resolv-conf v0.7.6 |
| 2482 | 2026-04-10T02:48:29.204Z | Compiling toml v0.8.23 |
| 2483 | 2026-04-10T02:48:29.340Z | Compiling tokio-rustls v0.25.0 |
| 2484 | 2026-04-10T02:48:29.363Z | Compiling libsw v3.5.0 |
| 2485 | 2026-04-10T02:48:29.382Z | Compiling linear-map v1.2.0 |
| 2486 | 2026-04-10T02:48:29.461Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2487 | 2026-04-10T02:48:29.483Z | Compiling linked-hash-map v0.5.6 |
| 2488 | 2026-04-10T02:48:29.601Z | Compiling minimal-lexical v0.2.1 |
| 2489 | 2026-04-10T02:48:29.651Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2490 | 2026-04-10T02:48:29.675Z | Compiling lru-cache v0.1.2 |
| 2491 | 2026-04-10T02:48:29.675Z | Compiling unicode-xid v0.2.6 |
| 2492 | 2026-04-10T02:48:29.722Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2493 | 2026-04-10T02:48:29.804Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2494 | 2026-04-10T02:48:29.825Z | Compiling nom v7.1.3 |
| 2495 | 2026-04-10T02:48:29.850Z | Compiling globset v0.4.18 |
| 2496 | 2026-04-10T02:48:29.870Z | Compiling hickory-proto v0.24.4 |
| 2497 | 2026-04-10T02:48:29.873Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2498 | 2026-04-10T02:48:29.918Z | Compiling convert_case v0.10.0 |
| 2499 | 2026-04-10T02:48:30.239Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2500 | 2026-04-10T02:48:30.400Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2501 | 2026-04-10T02:48:30.486Z | Compiling derive_more-impl v2.1.1 |
| 2502 | 2026-04-10T02:48:31.233Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2503 | 2026-04-10T02:48:31.312Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2504 | 2026-04-10T02:48:31.338Z | Compiling pin-project-internal v1.1.11 |
| 2505 | 2026-04-10T02:48:31.368Z | Compiling derive_more v2.1.1 |
| 2506 | 2026-04-10T02:48:31.489Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2507 | 2026-04-10T02:48:31.513Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2508 | 2026-04-10T02:48:31.682Z | Compiling pem v3.0.6 |
| 2509 | 2026-04-10T02:48:31.820Z | Compiling typify-macro v0.6.1 |
| 2510 | 2026-04-10T02:48:32.422Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2511 | 2026-04-10T02:48:32.449Z | Compiling hickory-resolver v0.24.4 |
| 2512 | 2026-04-10T02:48:32.663Z | Compiling pin-project v1.1.11 |
| 2513 | 2026-04-10T02:48:32.687Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2514 | 2026-04-10T02:48:32.810Z | Compiling snafu-derive v0.8.9 |
| 2515 | 2026-04-10T02:48:32.912Z | Compiling termtree v0.5.1 |
| 2516 | 2026-04-10T02:48:33.176Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2517 | 2026-04-10T02:48:33.429Z | Compiling typify v0.6.1 |
| 2518 | 2026-04-10T02:48:33.569Z | Compiling progenitor-impl v0.13.0 |
| 2519 | 2026-04-10T02:48:33.853Z | Compiling qorb v0.4.1 |
| 2520 | 2026-04-10T02:48:34.245Z | Compiling crossterm v0.29.0 |
| 2521 | 2026-04-10T02:48:34.554Z | Compiling snafu v0.8.9 |
| 2522 | 2026-04-10T02:48:34.643Z | Compiling phf_shared v0.12.1 |
| 2523 | 2026-04-10T02:48:34.956Z | Compiling olpc-cjson v0.1.4 |
| 2524 | 2026-04-10T02:48:35.165Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2525 | 2026-04-10T02:48:35.203Z | Compiling serde_plain v1.0.2 |
| 2526 | 2026-04-10T02:48:35.530Z | Compiling vte v0.14.1 |
| 2527 | 2026-04-10T02:48:35.697Z | Compiling csv-core v0.1.13 |
| 2528 | 2026-04-10T02:48:35.758Z | Compiling progenitor-macro v0.13.0 |
| 2529 | 2026-04-10T02:48:35.787Z | Compiling typed-path v0.9.3 |
| 2530 | 2026-04-10T02:48:35.811Z | Compiling highway v1.3.0 |
| 2531 | 2026-04-10T02:48:35.944Z | Compiling chrono-tz v0.10.4 |
| 2532 | 2026-04-10T02:48:36.148Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2533 | 2026-04-10T02:48:36.206Z | Compiling csv v1.4.0 |
| 2534 | 2026-04-10T02:48:36.573Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2535 | 2026-04-10T02:48:37.196Z | Compiling tough v0.20.0 |
| 2536 | 2026-04-10T02:48:37.246Z | Compiling strip-ansi-escapes v0.2.1 |
| 2537 | 2026-04-10T02:48:37.836Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2538 | 2026-04-10T02:48:38.639Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2539 | 2026-04-10T02:48:38.807Z | Compiling phf v0.12.1 |
| 2540 | 2026-04-10T02:48:39.023Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2541 | 2026-04-10T02:48:39.046Z | Compiling const_format_proc_macros v0.2.34 |
| 2542 | 2026-04-10T02:48:39.224Z | Compiling papergrid v0.11.0 |
| 2543 | 2026-04-10T02:48:39.368Z | Compiling tabled_derive v0.7.0 |
| 2544 | 2026-04-10T02:48:39.515Z | Compiling fd-lock v4.0.4 |
| 2545 | 2026-04-10T02:48:39.699Z | Compiling peg-macros v0.8.5 |
| 2546 | 2026-04-10T02:48:40.025Z | Compiling progenitor v0.13.0 |
| 2547 | 2026-04-10T02:48:40.215Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2548 | 2026-04-10T02:48:40.253Z | Compiling nu-ansi-term v0.50.3 |
| 2549 | 2026-04-10T02:48:40.305Z | Compiling tabled v0.15.0 |
| 2550 | 2026-04-10T02:48:40.990Z | Compiling peg v0.8.5 |
| 2551 | 2026-04-10T02:48:41.068Z | Compiling reedline v0.40.0 |
| 2552 | 2026-04-10T02:48:41.419Z | Compiling const_format v0.2.35 |
| 2553 | 2026-04-10T02:48:42.132Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2554 | 2026-04-10T02:48:42.386Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2555 | 2026-04-10T02:48:42.633Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2556 | 2026-04-10T02:48:42.893Z | Compiling bcs v0.1.6 |
| 2557 | 2026-04-10T02:48:43.017Z | Compiling semver v0.1.20 |
| 2558 | 2026-04-10T02:48:43.365Z | Compiling rustc_version v0.1.7 |
| 2559 | 2026-04-10T02:48:43.396Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2560 | 2026-04-10T02:48:43.616Z | Compiling newtype_derive v0.1.6 |
| 2561 | 2026-04-10T02:48:43.657Z | Compiling humantime v2.3.0 |
| 2562 | 2026-04-10T02:48:43.853Z | Compiling unicode-linebreak v0.1.5 |
| 2563 | 2026-04-10T02:48:44.166Z | Compiling smawk v0.3.2 |
| 2564 | 2026-04-10T02:48:44.269Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076) |
| 2565 | 2026-04-10T02:48:44.411Z | Compiling textwrap v0.16.2 |
| 2566 | 2026-04-10T02:48:44.723Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076) |
| 2567 | 2026-04-10T02:48:45.172Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2568 | 2026-04-10T02:48:45.508Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2569 | 2026-04-10T02:48:45.575Z | Compiling dropshot-api-manager-types v0.6.0 |
| 2570 | 2026-04-10T02:48:45.943Z | Compiling base64 v0.21.7 |
| 2571 | 2026-04-10T02:48:46.129Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2572 | 2026-04-10T02:48:46.228Z | Compiling steno v0.4.1 |
| 2573 | 2026-04-10T02:48:46.502Z | Compiling utf-8 v0.7.6 |
| 2574 | 2026-04-10T02:48:46.802Z | Compiling tagptr v0.2.0 |
| 2575 | 2026-04-10T02:48:46.878Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2576 | 2026-04-10T02:48:47.002Z | Compiling moka v0.12.13 |
| 2577 | 2026-04-10T02:48:47.083Z | Compiling tungstenite v0.21.0 |
| 2578 | 2026-04-10T02:48:47.161Z | Compiling radium v0.7.0 |
| 2579 | 2026-04-10T02:48:47.201Z | Compiling tap v1.0.1 |
| 2580 | 2026-04-10T02:48:47.383Z | Compiling maybe-uninit v2.0.0 |
| 2581 | 2026-04-10T02:48:47.772Z | Compiling tokio-tungstenite v0.21.0 |
| 2582 | 2026-04-10T02:48:47.802Z | Compiling wyz v0.5.1 |
| 2583 | 2026-04-10T02:48:48.048Z | Compiling zerocopy-derive v0.6.6 |
| 2584 | 2026-04-10T02:48:48.072Z | Compiling crc-catalog v2.4.0 |
| 2585 | 2026-04-10T02:48:48.175Z | Compiling hickory-resolver v0.25.2 |
| 2586 | 2026-04-10T02:48:48.210Z | Compiling funty v2.0.0 |
| 2587 | 2026-04-10T02:48:48.329Z | Compiling display-error-chain v0.2.2 |
| 2588 | 2026-04-10T02:48:48.519Z | Compiling packed_struct v0.10.1 |
| 2589 | 2026-04-10T02:48:48.593Z | Compiling crc v3.4.0 |
| 2590 | 2026-04-10T02:48:48.842Z | Compiling bitvec v1.0.1 |
| 2591 | 2026-04-10T02:48:48.874Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2592 | 2026-04-10T02:48:48.874Z | Compiling zerocopy v0.6.6 |
| 2593 | 2026-04-10T02:48:49.228Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2594 | 2026-04-10T02:48:49.298Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2595 | 2026-04-10T02:48:49.446Z | Compiling packed_struct_codegen v0.10.1 |
| 2596 | 2026-04-10T02:48:49.607Z | Compiling bitfield-macros v0.19.4 |
| 2597 | 2026-04-10T02:48:50.334Z | Compiling indexmap v1.9.3 |
| 2598 | 2026-04-10T02:48:50.469Z | Compiling nodrop v0.1.14 |
| 2599 | 2026-04-10T02:48:50.619Z | Compiling array-init v0.0.4 |
| 2600 | 2026-04-10T02:48:50.622Z | Compiling bitfield v0.19.4 |
| 2601 | 2026-04-10T02:48:50.726Z | Compiling smallvec v0.6.14 |
| 2602 | 2026-04-10T02:48:50.981Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2603 | 2026-04-10T02:48:51.010Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2604 | 2026-04-10T02:48:51.033Z | Compiling num-derive v0.3.3 |
| 2605 | 2026-04-10T02:48:51.404Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2606 | 2026-04-10T02:48:51.833Z | Compiling hashbrown v0.12.3 |
| 2607 | 2026-04-10T02:48:51.860Z | Compiling proc-macro-error2 v2.0.1 |
| 2608 | 2026-04-10T02:48:51.970Z | Compiling libscf-sys v1.1.0 |
| 2609 | 2026-04-10T02:48:52.156Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2610 | 2026-04-10T02:48:52.208Z | Compiling serde-hex v0.1.0 |
| 2611 | 2026-04-10T02:48:52.274Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2612 | 2026-04-10T02:48:52.569Z | Compiling ron v0.8.1 |
| 2613 | 2026-04-10T02:48:53.028Z | Compiling hashbrown v0.13.2 |
| 2614 | 2026-04-10T02:48:53.051Z | Compiling vergen-gitcl v1.0.8 |
| 2615 | 2026-04-10T02:48:53.291Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-04-10T02:48:53.573Z | Compiling crunchy v0.2.4 |
| 2617 | 2026-04-10T02:48:53.692Z | Compiling diesel_derives v2.3.7 |
| 2618 | 2026-04-10T02:48:53.881Z | Compiling crc-any v2.5.0 |
| 2619 | 2026-04-10T02:48:53.933Z | Compiling glob v0.3.3 |
| 2620 | 2026-04-10T02:48:53.954Z | Compiling maplit v1.0.2 |
| 2621 | 2026-04-10T02:48:54.140Z | Compiling object v0.30.4 |
| 2622 | 2026-04-10T02:48:54.170Z | Compiling dirs-next v2.0.0 |
| 2623 | 2026-04-10T02:48:54.312Z | Compiling clang-sys v1.8.1 |
| 2624 | 2026-04-10T02:48:54.340Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2625 | 2026-04-10T02:48:54.402Z | Compiling tabled_derive v0.11.0 |
| 2626 | 2026-04-10T02:48:54.451Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2627 | 2026-04-10T02:48:54.731Z | Compiling typify-impl v0.4.3 |
| 2628 | 2026-04-10T02:48:54.892Z | Compiling papergrid v0.17.0 |
| 2629 | 2026-04-10T02:48:54.990Z | Compiling testing_table v0.3.0 |
| 2630 | 2026-04-10T02:48:55.063Z | Compiling dsl_auto_type v0.2.0 |
| 2631 | 2026-04-10T02:48:55.085Z | Compiling scheduled-thread-pool v0.2.7 |
| 2632 | 2026-04-10T02:48:55.180Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2633 | 2026-04-10T02:48:55.223Z | Compiling tiny-keccak v2.0.2 |
| 2634 | 2026-04-10T02:48:55.423Z | Compiling path-slash v0.1.5 |
| 2635 | 2026-04-10T02:48:55.449Z | Compiling r2d2 v0.8.10 |
| 2636 | 2026-04-10T02:48:55.554Z | Compiling term v0.7.0 |
| 2637 | 2026-04-10T02:48:55.717Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2638 | 2026-04-10T02:48:55.741Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2639 | 2026-04-10T02:48:55.762Z | Compiling xshell-macros v0.2.7 |
| 2640 | 2026-04-10T02:48:55.986Z | Compiling bit-vec v0.6.3 |
| 2641 | 2026-04-10T02:48:56.008Z | Compiling downcast-rs v2.0.2 |
| 2642 | 2026-04-10T02:48:56.090Z | Compiling ascii-canvas v3.0.0 |
| 2643 | 2026-04-10T02:48:56.137Z | Compiling tabled v0.20.0 |
| 2644 | 2026-04-10T02:48:56.179Z | Compiling xshell v0.2.7 |
| 2645 | 2026-04-10T02:48:56.246Z | Compiling bit-set v0.5.3 |
| 2646 | 2026-04-10T02:48:56.370Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2647 | 2026-04-10T02:48:56.418Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2648 | 2026-04-10T02:48:56.441Z | Compiling itertools v0.10.5 |
| 2649 | 2026-04-10T02:48:56.913Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2650 | 2026-04-10T02:48:57.213Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2651 | 2026-04-10T02:48:57.549Z | Compiling ena v0.14.4 |
| 2652 | 2026-04-10T02:48:57.585Z | Compiling libloading v0.8.9 |
| 2653 | 2026-04-10T02:48:57.607Z | Compiling unicase v2.9.0 |
| 2654 | 2026-04-10T02:48:57.819Z | Compiling regex-syntax v0.6.29 |
| 2655 | 2026-04-10T02:48:57.842Z | Compiling diff v0.1.13 |
| 2656 | 2026-04-10T02:48:57.928Z | Compiling bindgen v0.71.1 |
| 2657 | 2026-04-10T02:48:58.262Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2658 | 2026-04-10T02:48:58.372Z | Compiling typify-macro v0.4.3 |
| 2659 | 2026-04-10T02:48:59.529Z | Compiling lalrpop v0.19.12 |
| 2660 | 2026-04-10T02:48:59.818Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2661 | 2026-04-10T02:48:59.958Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2662 | 2026-04-10T02:49:00.538Z | Compiling diesel v2.3.7 |
| 2663 | 2026-04-10T02:49:00.585Z | Compiling cexpr v0.6.0 |
| 2664 | 2026-04-10T02:49:00.736Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2665 | 2026-04-10T02:49:00.924Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2666 | 2026-04-10T02:49:00.997Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2667 | 2026-04-10T02:49:01.167Z | Compiling crc8 v0.1.1 |
| 2668 | 2026-04-10T02:49:01.332Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2669 | 2026-04-10T02:49:01.335Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2670 | 2026-04-10T02:49:01.375Z | Compiling headers-core v0.3.0 |
| 2671 | 2026-04-10T02:49:01.543Z | Compiling libxml v0.3.3 |
| 2672 | 2026-04-10T02:49:01.777Z | Compiling headers v0.4.1 |
| 2673 | 2026-04-10T02:49:01.864Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2674 | 2026-04-10T02:49:01.887Z | Compiling typify v0.4.3 |
| 2675 | 2026-04-10T02:49:02.041Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2676 | 2026-04-10T02:49:02.061Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2677 | 2026-04-10T02:49:02.279Z | Compiling strum_macros v0.24.3 |
| 2678 | 2026-04-10T02:49:02.601Z | Compiling indoc v1.0.9 |
| 2679 | 2026-04-10T02:49:03.212Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2680 | 2026-04-10T02:49:03.256Z | Compiling derive_builder v0.20.2 |
| 2681 | 2026-04-10T02:49:03.413Z | Compiling oso-derive v0.27.3 |
| 2682 | 2026-04-10T02:49:03.457Z | Compiling quick-xml v0.37.5 |
| 2683 | 2026-04-10T02:49:03.497Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2684 | 2026-04-10T02:49:03.586Z | Compiling half v1.8.3 |
| 2685 | 2026-04-10T02:49:03.684Z | Compiling openssl-probe v0.1.6 |
| 2686 | 2026-04-10T02:49:03.952Z | Compiling serde_cbor v0.11.2 |
| 2687 | 2026-04-10T02:49:04.033Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2688 | 2026-04-10T02:49:04.058Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2689 | 2026-04-10T02:49:04.414Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2690 | 2026-04-10T02:49:04.841Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2691 | 2026-04-10T02:49:04.864Z | Compiling bb8 v0.8.6 |
| 2692 | 2026-04-10T02:49:05.022Z | Compiling trait-variant v0.1.2 |
| 2693 | 2026-04-10T02:49:05.114Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2694 | 2026-04-10T02:49:05.135Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2695 | 2026-04-10T02:49:05.260Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2696 | 2026-04-10T02:49:05.511Z | Compiling fxhash v0.2.1 |
| 2697 | 2026-04-10T02:49:05.614Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2698 | 2026-04-10T02:49:05.664Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2699 | 2026-04-10T02:49:05.786Z | Compiling progenitor-impl v0.10.0 |
| 2700 | 2026-04-10T02:49:05.849Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2701 | 2026-04-10T02:49:05.958Z | Compiling kstat-rs v0.2.4 |
| 2702 | 2026-04-10T02:49:06.108Z | Compiling samael v0.0.19 |
| 2703 | 2026-04-10T02:49:06.132Z | Compiling libz-sys v1.1.24 |
| 2704 | 2026-04-10T02:49:06.285Z | Compiling salty v0.3.0 |
| 2705 | 2026-04-10T02:49:06.479Z | Compiling nonempty v0.12.0 |
| 2706 | 2026-04-10T02:49:06.691Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2707 | 2026-04-10T02:49:07.050Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2708 | 2026-04-10T02:49:07.352Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2709 | 2026-04-10T02:49:07.469Z | Compiling polar-core v0.27.3 |
| 2710 | 2026-04-10T02:49:07.492Z | Compiling darling_core v0.23.0 |
| 2711 | 2026-04-10T02:49:07.873Z | Compiling nanorand v0.7.0 |
| 2712 | 2026-04-10T02:49:08.036Z | Compiling progenitor-macro v0.10.0 |
| 2713 | 2026-04-10T02:49:08.267Z | Compiling arc-swap v1.8.2 |
| 2714 | 2026-04-10T02:49:08.659Z | Compiling fs-err v2.11.0 |
| 2715 | 2026-04-10T02:49:08.921Z | Compiling parking_lot_core v0.8.6 |
| 2716 | 2026-04-10T02:49:09.450Z | Compiling mime_guess v2.0.5 |
| 2717 | 2026-04-10T02:49:09.669Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2718 | 2026-04-10T02:49:09.789Z | Compiling darling_macro v0.23.0 |
| 2719 | 2026-04-10T02:49:09.994Z | Compiling slog-scope v4.4.1 |
| 2720 | 2026-04-10T02:49:10.325Z | Compiling flume v0.11.1 |
| 2721 | 2026-04-10T02:49:10.473Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2722 | 2026-04-10T02:49:11.895Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2723 | 2026-04-10T02:49:12.271Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2724 | 2026-04-10T02:49:12.296Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2725 | 2026-04-10T02:49:13.113Z | Compiling progenitor v0.10.0 |
| 2726 | 2026-04-10T02:49:13.312Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2727 | 2026-04-10T02:49:13.897Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2728 | 2026-04-10T02:49:14.156Z | Compiling git-stub v1.0.0 |
| 2729 | 2026-04-10T02:49:14.319Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2730 | 2026-04-10T02:49:14.443Z | Compiling instability v0.3.11 |
| 2731 | 2026-04-10T02:49:14.681Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2732 | 2026-04-10T02:49:16.697Z | Compiling git-stub-vcs v0.1.0 |
| 2733 | 2026-04-10T02:49:16.875Z | Compiling oso v0.27.3 |
| 2734 | 2026-04-10T02:49:17.084Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2735 | 2026-04-10T02:49:19.636Z | Compiling diesel-dtrace v0.5.0 |
| 2736 | 2026-04-10T02:49:19.988Z | Compiling async-bb8-diesel v0.2.1 |
| 2737 | 2026-04-10T02:49:20.467Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2738 | 2026-04-10T02:49:20.515Z | Compiling darling v0.23.0 |
| 2739 | 2026-04-10T02:49:20.547Z | Compiling slog-stdlog v4.1.1 |
| 2740 | 2026-04-10T02:49:21.301Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2741 | 2026-04-10T02:49:21.519Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2742 | 2026-04-10T02:49:22.112Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2743 | 2026-04-10T02:49:22.303Z | Compiling ignore v0.4.25 |
| 2744 | 2026-04-10T02:49:23.779Z | Compiling primeorder v0.13.6 |
| 2745 | 2026-04-10T02:49:23.946Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2746 | 2026-04-10T02:49:24.116Z | Compiling castaway v0.2.4 |
| 2747 | 2026-04-10T02:49:24.287Z | Compiling atty v0.2.14 |
| 2748 | 2026-04-10T02:49:24.448Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2749 | 2026-04-10T02:49:24.640Z | Compiling indoc v2.0.7 |
| 2750 | 2026-04-10T02:49:24.694Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2751 | 2026-04-10T02:49:24.948Z | Compiling parse-size v1.1.0 |
| 2752 | 2026-04-10T02:49:25.099Z | Compiling http-range v0.1.5 |
| 2753 | 2026-04-10T02:49:25.179Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2754 | 2026-04-10T02:49:25.450Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-04-10T02:49:25.526Z | Compiling compact_str v0.8.1 |
| 2756 | 2026-04-10T02:49:25.548Z | Compiling p384 v0.13.1 |
| 2757 | 2026-04-10T02:49:26.720Z | Compiling globwalk v0.9.1 |
| 2758 | 2026-04-10T02:49:27.468Z | Compiling parking_lot v0.11.2 |
| 2759 | 2026-04-10T02:49:27.596Z | Compiling slog-envlogger v2.2.0 |
| 2760 | 2026-04-10T02:49:27.809Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2761 | 2026-04-10T02:49:28.449Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2762 | 2026-04-10T02:49:28.567Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2763 | 2026-04-10T02:49:28.833Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2764 | 2026-04-10T02:49:28.906Z | Compiling predicates-tree v1.0.13 |
| 2765 | 2026-04-10T02:49:28.936Z | Compiling unicode-truncate v1.1.0 |
| 2766 | 2026-04-10T02:49:29.128Z | Compiling lru v0.12.5 |
| 2767 | 2026-04-10T02:49:29.158Z | Compiling rand_seeder v0.4.0 |
| 2768 | 2026-04-10T02:49:29.364Z | Compiling prefix-trie v0.7.0 |
| 2769 | 2026-04-10T02:49:29.386Z | Compiling vergen-git2 v1.0.7 |
| 2770 | 2026-04-10T02:49:29.429Z | Compiling compression-core v0.4.31 |
| 2771 | 2026-04-10T02:49:29.625Z | Compiling cassowary v0.3.0 |
| 2772 | 2026-04-10T02:49:29.696Z | Compiling compression-codecs v0.4.37 |
| 2773 | 2026-04-10T02:49:29.805Z | Compiling hickory-server v0.25.2 |
| 2774 | 2026-04-10T02:49:29.881Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2775 | 2026-04-10T02:49:29.996Z | Compiling ratatui v0.29.0 |
| 2776 | 2026-04-10T02:49:30.102Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2777 | 2026-04-10T02:49:30.160Z | Compiling camino-tempfile-ext v0.3.3 |
| 2778 | 2026-04-10T02:49:30.475Z | Compiling hyper-staticfile v0.10.1 |
| 2779 | 2026-04-10T02:49:30.856Z | Compiling sled v0.34.7 |
| 2780 | 2026-04-10T02:49:31.617Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2781 | 2026-04-10T02:49:31.747Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2782 | 2026-04-10T02:49:32.197Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-04-10T02:49:32.369Z | Compiling progenitor-impl v0.11.2 |
| 2784 | 2026-04-10T02:49:32.961Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2785 | 2026-04-10T02:49:33.050Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076) |
| 2786 | 2026-04-10T02:49:33.776Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2787 | 2026-04-10T02:49:33.903Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2788 | 2026-04-10T02:49:34.460Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2789 | 2026-04-10T02:49:34.654Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2790 | 2026-04-10T02:49:34.721Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2791 | 2026-04-10T02:49:34.949Z | Compiling dropshot v0.17.0 |
| 2792 | 2026-04-10T02:49:35.139Z | Compiling corncobs v0.1.4 |
| 2793 | 2026-04-10T02:49:35.161Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2794 | 2026-04-10T02:49:35.193Z | Compiling rustls v0.21.12 |
| 2795 | 2026-04-10T02:49:35.286Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2796 | 2026-04-10T02:49:35.400Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2797 | 2026-04-10T02:49:35.475Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2798 | 2026-04-10T02:49:35.531Z | Compiling progenitor-macro v0.11.2 |
| 2799 | 2026-04-10T02:49:35.740Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2800 | 2026-04-10T02:49:36.087Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2801 | 2026-04-10T02:49:36.454Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2802 | 2026-04-10T02:49:36.659Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2803 | 2026-04-10T02:49:37.116Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2804 | 2026-04-10T02:49:38.750Z | Compiling async-compression v0.4.41 |
| 2805 | 2026-04-10T02:49:39.284Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2806 | 2026-04-10T02:49:39.767Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2807 | 2026-04-10T02:49:40.300Z | Compiling git2 v0.20.4 |
| 2808 | 2026-04-10T02:49:40.479Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2809 | 2026-04-10T02:49:40.974Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2810 | 2026-04-10T02:49:41.246Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2811 | 2026-04-10T02:49:41.486Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2812 | 2026-04-10T02:49:41.728Z | Compiling progenitor-client v0.11.2 |
| 2813 | 2026-04-10T02:49:41.831Z | Compiling sct v0.7.1 |
| 2814 | 2026-04-10T02:49:41.878Z | Compiling rustls-webpki v0.101.7 |
| 2815 | 2026-04-10T02:49:42.126Z | Compiling nix v0.29.0 |
| 2816 | 2026-04-10T02:49:42.297Z | Compiling secrecy v0.8.0 |
| 2817 | 2026-04-10T02:49:42.522Z | Compiling dropshot_endpoint v0.17.0 |
| 2818 | 2026-04-10T02:49:42.587Z | Compiling void v1.0.2 |
| 2819 | 2026-04-10T02:49:42.751Z | Compiling lzss v0.8.2 |
| 2820 | 2026-04-10T02:49:43.216Z | Compiling progenitor v0.11.2 |
| 2821 | 2026-04-10T02:49:43.545Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2822 | 2026-04-10T02:49:43.572Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2823 | 2026-04-10T02:49:43.713Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2824 | 2026-04-10T02:49:44.220Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2825 | 2026-04-10T02:49:44.364Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2826 | 2026-04-10T02:49:44.707Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2827 | 2026-04-10T02:49:45.311Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2828 | 2026-04-10T02:49:45.496Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2829 | 2026-04-10T02:49:45.527Z | Compiling tungstenite v0.23.0 |
| 2830 | 2026-04-10T02:49:45.747Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2831 | 2026-04-10T02:49:45.987Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2832 | 2026-04-10T02:49:46.041Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2833 | 2026-04-10T02:49:46.225Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2834 | 2026-04-10T02:49:46.278Z | Compiling nix v0.27.1 |
| 2835 | 2026-04-10T02:49:46.415Z | Compiling serde_bytes v0.11.19 |
| 2836 | 2026-04-10T02:49:46.562Z | Compiling tokio-tungstenite v0.23.1 |
| 2837 | 2026-04-10T02:49:46.789Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2838 | 2026-04-10T02:49:46.961Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2839 | 2026-04-10T02:49:47.576Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 2840 | 2026-04-10T02:49:48.055Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2841 | 2026-04-10T02:49:48.527Z | Compiling tokio-rustls v0.24.1 |
| 2842 | 2026-04-10T02:49:48.835Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2843 | 2026-04-10T02:49:53.507Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117) |
| 2844 | 2026-04-10T02:49:54.205Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2845 | 2026-04-10T02:49:54.413Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2846 | 2026-04-10T02:49:54.843Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2847 | 2026-04-10T02:49:55.580Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2848 | 2026-04-10T02:49:56.872Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2849 | 2026-04-10T02:49:57.096Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2850 | 2026-04-10T02:49:57.675Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2851 | 2026-04-10T02:49:58.161Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2852 | 2026-04-10T02:49:58.699Z | Compiling rustls-pemfile v1.0.4 |
| 2853 | 2026-04-10T02:49:58.738Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2854 | 2026-04-10T02:49:59.137Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2855 | 2026-04-10T02:49:59.162Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2856 | 2026-04-10T02:49:59.944Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2857 | 2026-04-10T02:49:59.995Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2858 | 2026-04-10T02:50:01.450Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2859 | 2026-04-10T02:50:02.156Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2860 | 2026-04-10T02:50:02.399Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117) |
| 2861 | 2026-04-10T02:50:02.537Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2862 | 2026-04-10T02:50:02.589Z | Compiling signal-hook-tokio v0.3.1 |
| 2863 | 2026-04-10T02:50:02.787Z | Compiling twox-hash v2.1.2 |
| 2864 | 2026-04-10T02:50:03.061Z | Compiling yasna v0.5.2 |
| 2865 | 2026-04-10T02:50:03.227Z | Compiling is_ci v1.2.0 |
| 2866 | 2026-04-10T02:50:03.347Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117) |
| 2867 | 2026-04-10T02:50:03.442Z | Compiling supports-color v3.0.2 |
| 2868 | 2026-04-10T02:50:03.466Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2869 | 2026-04-10T02:50:03.738Z | Compiling rcgen v0.12.1 |
| 2870 | 2026-04-10T02:50:04.397Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2871 | 2026-04-10T02:50:04.454Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2872 | 2026-04-10T02:50:04.642Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2873 | 2026-04-10T02:50:04.668Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2874 | 2026-04-10T02:50:05.289Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2875 | 2026-04-10T02:50:05.946Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2876 | 2026-04-10T02:50:06.493Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2877 | 2026-04-10T02:50:08.173Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2878 | 2026-04-10T02:50:08.326Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2879 | 2026-04-10T02:50:08.413Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2880 | 2026-04-10T02:50:08.653Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2881 | 2026-04-10T02:50:08.892Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2882 | 2026-04-10T02:50:09.122Z | Compiling fatfs v0.3.6 |
| 2883 | 2026-04-10T02:50:09.661Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2884 | 2026-04-10T02:50:09.923Z | Compiling rtoolbox v0.0.3 |
| 2885 | 2026-04-10T02:50:10.269Z | Compiling subprocess v0.2.15 |
| 2886 | 2026-04-10T02:50:10.411Z | Compiling assert_matches v1.5.0 |
| 2887 | 2026-04-10T02:50:10.526Z | Compiling seq-macro v0.3.6 |
| 2888 | 2026-04-10T02:50:11.037Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2889 | 2026-04-10T02:50:12.212Z | Compiling rpassword v7.4.0 |
| 2890 | 2026-04-10T02:50:12.510Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2891 | 2026-04-10T02:50:12.642Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2026-04-10T02:50:13.320Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2893 | 2026-04-10T02:50:13.399Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2894 | 2026-04-10T02:50:13.503Z | Compiling tui-tree-widget v0.23.1 |
| 2895 | 2026-04-10T02:50:13.542Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2896 | 2026-04-10T02:50:13.802Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2897 | 2026-04-10T02:50:14.347Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2898 | 2026-04-10T02:50:15.159Z | Compiling uzers v0.12.2 |
| 2899 | 2026-04-10T02:50:15.856Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2900 | 2026-04-10T02:50:16.388Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2901 | 2026-04-10T02:50:17.189Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2902 | 2026-04-10T02:50:18.181Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2903 | 2026-04-10T02:50:21.134Z | Compiling support-bundle-viewer v0.1.2 |
| 2904 | 2026-04-10T02:50:21.910Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2905 | 2026-04-10T02:50:23.165Z | Compiling multimap v0.10.1 |
| 2906 | 2026-04-10T02:50:30.377Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2907 | 2026-04-10T02:50:42.323Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2908 | 2026-04-10T02:50:43.005Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2909 | 2026-04-10T02:50:44.235Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2910 | 2026-04-10T02:55:57.954Z | Finished `release` profile [optimized] target(s) in 7m 32s |
| 2911 | 2026-04-10T02:56:42.513Z | |
| 2912 | 2026-04-10T02:56:42.513Z | real 8:18.441043631 |
| 2913 | 2026-04-10T02:56:42.513Z | user 1:18:18.768305274 |
| 2914 | 2026-04-10T02:56:42.516Z | sys 3:31.137711009 |
| 2915 | 2026-04-10T02:56:42.516Z | trap 1.831048146 |
| 2916 | 2026-04-10T02:56:42.516Z | tflt 2.330759383 |
| 2917 | 2026-04-10T02:56:42.516Z | dflt 14.582653410 |
| 2918 | 2026-04-10T02:56:42.516Z | kflt 0.001696819 |
| 2919 | 2026-04-10T02:56:42.516Z | lock 6:26:40.937784321 |
| 2920 | 2026-04-10T02:56:42.516Z | slp 2:15:11.075023422 |
| 2921 | 2026-04-10T02:56:42.516Z | lat 2:33.829467153 |
| 2922 | 2026-04-10T02:56:42.516Z | stop 5:29.001069207 |
| 2923 | 2026-04-10T02:56:42.516Z | + mapfile -t packages |
| 2924 | 2026-04-10T02:56:42.516Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2925 | 2026-04-10T02:56:43.466Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2926 | 2026-04-10T02:56:43.544Z | Running `target/release/omicron-package -t test list-outputs` |
| 2927 | 2026-04-10T02:56:43.602Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2928 | 2026-04-10T02:56:43.605Z | + ptime -m cargo build --locked --release -p xtask |
| 2929 | 2026-04-10T02:56:44.128Z | Compiling libc v0.2.180 |
| 2930 | 2026-04-10T02:56:44.128Z | Compiling serde v1.0.228 |
| 2931 | 2026-04-10T02:56:44.131Z | Compiling serde_core v1.0.228 |
| 2932 | 2026-04-10T02:56:44.220Z | Compiling rustix v1.1.3 |
| 2933 | 2026-04-10T02:56:44.243Z | Compiling bitflags v2.11.0 |
| 2934 | 2026-04-10T02:56:44.246Z | Compiling serde_json v1.0.149 |
| 2935 | 2026-04-10T02:56:44.270Z | Compiling num-traits v0.2.19 |
| 2936 | 2026-04-10T02:56:44.281Z | Compiling syn v2.0.117 |
| 2937 | 2026-04-10T02:56:44.293Z | Compiling hashbrown v0.16.1 |
| 2938 | 2026-04-10T02:56:44.293Z | Compiling smallvec v1.15.1 |
| 2939 | 2026-04-10T02:56:44.326Z | Compiling usdt-impl v0.5.0 |
| 2940 | 2026-04-10T02:56:44.329Z | Compiling syn v1.0.109 |
| 2941 | 2026-04-10T02:56:44.350Z | Compiling log v0.4.29 |
| 2942 | 2026-04-10T02:56:44.354Z | Compiling getrandom v0.3.4 |
| 2943 | 2026-04-10T02:56:44.493Z | Compiling percent-encoding v2.3.2 |
| 2944 | 2026-04-10T02:56:44.656Z | Compiling form_urlencoded v1.2.2 |
| 2945 | 2026-04-10T02:56:44.662Z | Compiling fs-err v3.3.0 |
| 2946 | 2026-04-10T02:56:44.669Z | Compiling anyhow v1.0.102 |
| 2947 | 2026-04-10T02:56:44.785Z | Compiling once_cell v1.21.3 |
| 2948 | 2026-04-10T02:56:44.809Z | Compiling heck v0.4.1 |
| 2949 | 2026-04-10T02:56:44.880Z | Compiling indexmap v2.13.0 |
| 2950 | 2026-04-10T02:56:44.955Z | Compiling errno v0.3.14 |
| 2951 | 2026-04-10T02:56:44.973Z | Compiling thread-id v4.2.2 |
| 2952 | 2026-04-10T02:56:45.051Z | Compiling memmap v0.7.0 |
| 2953 | 2026-04-10T02:56:45.331Z | Compiling ordered-float v2.10.1 |
| 2954 | 2026-04-10T02:56:45.871Z | Compiling proc-macro-error v1.0.4 |
| 2955 | 2026-04-10T02:56:45.997Z | Compiling terminal_size v0.4.3 |
| 2956 | 2026-04-10T02:56:45.997Z | Compiling tempfile v3.25.0 |
| 2957 | 2026-04-10T02:56:46.102Z | Compiling clap_builder v4.5.60 |
| 2958 | 2026-04-10T02:56:46.102Z | Compiling textwrap v0.16.2 |
| 2959 | 2026-04-10T02:56:46.125Z | Compiling tabled_derive v0.7.0 |
| 2960 | 2026-04-10T02:56:46.225Z | Compiling camino-tempfile v1.4.1 |
| 2961 | 2026-04-10T02:56:46.774Z | Compiling tabled v0.15.0 |
| 2962 | 2026-04-10T02:56:46.788Z | Compiling synstructure v0.13.2 |
| 2963 | 2026-04-10T02:56:46.788Z | Compiling pest_generator v2.8.6 |
| 2964 | 2026-04-10T02:56:47.176Z | Compiling serde_derive v1.0.228 |
| 2965 | 2026-04-10T02:56:47.176Z | Compiling zerovec-derive v0.11.2 |
| 2966 | 2026-04-10T02:56:47.179Z | Compiling displaydoc v0.2.5 |
| 2967 | 2026-04-10T02:56:47.179Z | Compiling thiserror-impl v1.0.69 |
| 2968 | 2026-04-10T02:56:47.179Z | Compiling zerocopy-derive v0.7.35 |
| 2969 | 2026-04-10T02:56:47.179Z | Compiling scroll_derive v0.12.1 |
| 2970 | 2026-04-10T02:56:47.179Z | Compiling thiserror-impl v2.0.18 |
| 2971 | 2026-04-10T02:56:47.196Z | Compiling clap_derive v4.5.55 |
| 2972 | 2026-04-10T02:56:47.218Z | Compiling zerofrom-derive v0.1.6 |
| 2973 | 2026-04-10T02:56:47.227Z | Compiling yoke-derive v0.8.1 |
| 2974 | 2026-04-10T02:56:47.304Z | Compiling pest_derive v2.8.6 |
| 2975 | 2026-04-10T02:56:47.914Z | Compiling scroll v0.12.0 |
| 2976 | 2026-04-10T02:56:47.996Z | Compiling zerocopy v0.7.35 |
| 2977 | 2026-04-10T02:56:48.189Z | Compiling goblin v0.8.2 |
| 2978 | 2026-04-10T02:56:48.212Z | Compiling zerofrom v0.1.6 |
| 2979 | 2026-04-10T02:56:48.339Z | Compiling yoke v0.8.1 |
| 2980 | 2026-04-10T02:56:48.361Z | Compiling thiserror v1.0.69 |
| 2981 | 2026-04-10T02:56:48.399Z | Compiling thiserror v2.0.18 |
| 2982 | 2026-04-10T02:56:48.451Z | Compiling dtrace-parser v0.2.0 |
| 2983 | 2026-04-10T02:56:48.515Z | Compiling zerovec v0.11.5 |
| 2984 | 2026-04-10T02:56:48.530Z | Compiling zerotrie v0.2.3 |
| 2985 | 2026-04-10T02:56:48.855Z | Compiling clap v4.5.60 |
| 2986 | 2026-04-10T02:56:49.060Z | Compiling tinystr v0.8.2 |
| 2987 | 2026-04-10T02:56:49.129Z | Compiling potential_utf v0.1.4 |
| 2988 | 2026-04-10T02:56:49.298Z | Compiling icu_locale_core v2.1.1 |
| 2989 | 2026-04-10T02:56:49.371Z | Compiling icu_collections v2.1.1 |
| 2990 | 2026-04-10T02:56:50.127Z | Compiling icu_provider v2.1.1 |
| 2991 | 2026-04-10T02:56:50.603Z | Compiling serde_spanned v0.6.9 |
| 2992 | 2026-04-10T02:56:50.786Z | Compiling toml_datetime v0.6.11 |
| 2993 | 2026-04-10T02:56:50.937Z | Compiling icu_normalizer v2.1.1 |
| 2994 | 2026-04-10T02:56:51.026Z | Compiling icu_properties v2.1.2 |
| 2995 | 2026-04-10T02:56:51.083Z | Compiling dof v0.3.0 |
| 2996 | 2026-04-10T02:56:51.126Z | Compiling toml_edit v0.22.27 |
| 2997 | 2026-04-10T02:56:51.159Z | Compiling serde_tokenstream v0.2.3 |
| 2998 | 2026-04-10T02:56:51.218Z | Compiling serde-value v0.7.0 |
| 2999 | 2026-04-10T02:56:51.236Z | Compiling cargo-platform v0.2.0 |
| 3000 | 2026-04-10T02:56:51.253Z | Compiling macaddr v1.0.1 |
| 3001 | 2026-04-10T02:56:51.797Z | Compiling usdt-attr-macro v0.5.0 |
| 3002 | 2026-04-10T02:56:51.873Z | Compiling usdt-macro v0.5.0 |
| 3003 | 2026-04-10T02:56:52.035Z | Compiling idna_adapter v1.2.1 |
| 3004 | 2026-04-10T02:56:52.197Z | Compiling idna v1.1.0 |
| 3005 | 2026-04-10T02:56:52.479Z | Compiling usdt v0.5.0 |
| 3006 | 2026-04-10T02:56:52.511Z | Compiling url v2.5.8 |
| 3007 | 2026-04-10T02:56:52.648Z | Compiling toml v0.8.23 |
| 3008 | 2026-04-10T02:56:53.089Z | Compiling cargo-util-schemas v0.8.2 |
| 3009 | 2026-04-10T02:56:53.089Z | Compiling cargo_toml v0.21.0 |
| 3010 | 2026-04-10T02:56:54.103Z | Compiling cargo_metadata v0.21.0 |
| 3011 | 2026-04-10T02:56:57.205Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3012 | 2026-04-10T02:57:00.235Z | Finished `release` profile [optimized] target(s) in 16.62s |
| 3013 | 2026-04-10T02:57:00.396Z | |
| 3014 | 2026-04-10T02:57:00.396Z | real 16.756204984 |
| 3015 | 2026-04-10T02:57:00.396Z | user 2:22.453188000 |
| 3016 | 2026-04-10T02:57:00.396Z | sys 17.094954572 |
| 3017 | 2026-04-10T02:57:00.396Z | trap 0.092475324 |
| 3018 | 2026-04-10T02:57:00.396Z | tflt 0.627049912 |
| 3019 | 2026-04-10T02:57:00.396Z | dflt 1.643685024 |
| 3020 | 2026-04-10T02:57:00.400Z | kflt 0.000652807 |
| 3021 | 2026-04-10T02:57:00.400Z | lock 5:19.789362486 |
| 3022 | 2026-04-10T02:57:00.400Z | slp 3:26.057951653 |
| 3023 | 2026-04-10T02:57:00.400Z | lat 6.204790843 |
| 3024 | 2026-04-10T02:57:00.400Z | stop 18.883450996 |
| 3025 | 2026-04-10T02:57:00.400Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3026 | 2026-04-10T02:57:00.400Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3027 | 2026-04-10T02:57:00.400Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3028 | 2026-04-10T02:57:00.400Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3029 | 2026-04-10T02:57:00.400Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3030 | 2026-04-10T02:57:01.322Z | Compiling regress v0.10.5 |
| 3031 | 2026-04-10T02:57:01.324Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3032 | 2026-04-10T02:57:01.469Z | Compiling newtype-uuid-macros v0.1.0 |
| 3033 | 2026-04-10T02:57:01.472Z | Compiling rustls v0.22.4 |
| 3034 | 2026-04-10T02:57:01.472Z | Compiling progenitor-client v0.13.0 |
| 3035 | 2026-04-10T02:57:01.472Z | Compiling rustls-webpki v0.102.8 |
| 3036 | 2026-04-10T02:57:01.472Z | Compiling structmeta-derive v0.3.0 |
| 3037 | 2026-04-10T02:57:01.472Z | Compiling serde_spanned v1.0.4 |
| 3038 | 2026-04-10T02:57:01.472Z | Compiling multer v3.1.0 |
| 3039 | 2026-04-10T02:57:01.472Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3040 | 2026-04-10T02:57:01.472Z | Compiling debug-ignore v1.0.5 |
| 3041 | 2026-04-10T02:57:01.490Z | Compiling match_cfg v0.1.0 |
| 3042 | 2026-04-10T02:57:01.490Z | Compiling slog-json v2.6.1 |
| 3043 | 2026-04-10T02:57:01.493Z | Compiling async-stream-impl v0.3.6 |
| 3044 | 2026-04-10T02:57:01.493Z | Compiling waitgroup v0.1.2 |
| 3045 | 2026-04-10T02:57:01.493Z | Compiling rustls-pemfile v2.2.0 |
| 3046 | 2026-04-10T02:57:01.693Z | Compiling hostname v0.3.1 |
| 3047 | 2026-04-10T02:57:01.727Z | Compiling hostname v0.4.2 |
| 3048 | 2026-04-10T02:57:01.781Z | Compiling serde_path_to_error v0.1.20 |
| 3049 | 2026-04-10T02:57:01.781Z | Compiling itertools v0.14.0 |
| 3050 | 2026-04-10T02:57:01.784Z | Compiling dropshot v0.16.7 |
| 3051 | 2026-04-10T02:57:01.799Z | Compiling dropshot_endpoint v0.16.7 |
| 3052 | 2026-04-10T02:57:01.877Z | Compiling slog-bunyan v2.5.0 |
| 3053 | 2026-04-10T02:57:01.881Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3054 | 2026-04-10T02:57:01.899Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3055 | 2026-04-10T02:57:01.978Z | Compiling macaddr v1.0.1 |
| 3056 | 2026-04-10T02:57:02.076Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-04-10T02:57:02.118Z | Compiling instant v0.1.13 |
| 3058 | 2026-04-10T02:57:02.136Z | Compiling progenitor-client v0.10.0 |
| 3059 | 2026-04-10T02:57:02.156Z | Compiling backon v1.6.0 |
| 3060 | 2026-04-10T02:57:02.178Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3061 | 2026-04-10T02:57:02.197Z | Compiling async-stream v0.3.6 |
| 3062 | 2026-04-10T02:57:02.226Z | Compiling backoff v0.4.0 |
| 3063 | 2026-04-10T02:57:02.249Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=81d801175cd4df29aeee5dc5303bafcfe54560fe#81d80117) |
| 3064 | 2026-04-10T02:57:02.314Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3065 | 2026-04-10T02:57:02.391Z | Compiling progenitor-extras v0.1.1 |
| 3066 | 2026-04-10T02:57:02.410Z | Compiling universal-hash v0.5.1 |
| 3067 | 2026-04-10T02:57:02.413Z | Compiling opaque-debug v0.3.1 |
| 3068 | 2026-04-10T02:57:02.449Z | Compiling half v2.7.1 |
| 3069 | 2026-04-10T02:57:02.464Z | Compiling crucible-workspace-hack v0.1.0 |
| 3070 | 2026-04-10T02:57:02.480Z | Compiling ciborium-io v0.2.2 |
| 3071 | 2026-04-10T02:57:02.521Z | Compiling convert_case v0.4.0 |
| 3072 | 2026-04-10T02:57:02.536Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3073 | 2026-04-10T02:57:02.572Z | Compiling aead v0.5.2 |
| 3074 | 2026-04-10T02:57:02.595Z | Compiling secrecy v0.10.3 |
| 3075 | 2026-04-10T02:57:02.633Z | Compiling unsafe-libyaml v0.2.11 |
| 3076 | 2026-04-10T02:57:02.685Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3077 | 2026-04-10T02:57:02.703Z | Compiling ciborium-ll v0.2.2 |
| 3078 | 2026-04-10T02:57:02.768Z | Compiling poly1305 v0.8.0 |
| 3079 | 2026-04-10T02:57:02.785Z | Compiling chacha20 v0.9.1 |
| 3080 | 2026-04-10T02:57:02.800Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3081 | 2026-04-10T02:57:02.815Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3082 | 2026-04-10T02:57:02.835Z | Compiling structmeta v0.3.0 |
| 3083 | 2026-04-10T02:57:02.922Z | Compiling derive_more v0.99.20 |
| 3084 | 2026-04-10T02:57:02.939Z | Compiling ciborium v0.2.2 |
| 3085 | 2026-04-10T02:57:02.958Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 3086 | 2026-04-10T02:57:02.977Z | Compiling typify-impl v0.6.1 |
| 3087 | 2026-04-10T02:57:03.073Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3088 | 2026-04-10T02:57:03.090Z | Compiling derive-ex v0.1.8 |
| 3089 | 2026-04-10T02:57:03.108Z | Compiling parse-display-derive v0.10.0 |
| 3090 | 2026-04-10T02:57:03.178Z | Compiling serde_yaml v0.9.34+deprecated |
| 3091 | 2026-04-10T02:57:03.212Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 3092 | 2026-04-10T02:57:03.235Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3093 | 2026-04-10T02:57:03.307Z | Compiling byte-wrapper v0.1.0 |
| 3094 | 2026-04-10T02:57:03.324Z | Compiling password-hash v0.5.0 |
| 3095 | 2026-04-10T02:57:03.427Z | Compiling blake2 v0.10.6 |
| 3096 | 2026-04-10T02:57:03.541Z | Compiling chacha20poly1305 v0.10.1 |
| 3097 | 2026-04-10T02:57:03.569Z | Compiling indent_write v2.2.0 |
| 3098 | 2026-04-10T02:57:03.647Z | Compiling heapless v0.8.0 |
| 3099 | 2026-04-10T02:57:03.686Z | Compiling ingot-macros v0.1.1 |
| 3100 | 2026-04-10T02:57:03.719Z | Compiling argon2 v0.5.3 |
| 3101 | 2026-04-10T02:57:03.736Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3102 | 2026-04-10T02:57:03.756Z | Compiling hash32 v0.3.1 |
| 3103 | 2026-04-10T02:57:03.942Z | Compiling tokio-rustls v0.25.0 |
| 3104 | 2026-04-10T02:57:04.022Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3105 | 2026-04-10T02:57:04.196Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3106 | 2026-04-10T02:57:04.266Z | Compiling smoltcp v0.11.0 |
| 3107 | 2026-04-10T02:57:04.315Z | Compiling thiserror-no-std v2.0.2 |
| 3108 | 2026-04-10T02:57:04.434Z | Compiling vsss-rs v3.3.4 |
| 3109 | 2026-04-10T02:57:04.515Z | Compiling proc-macro-crate v3.4.0 |
| 3110 | 2026-04-10T02:57:04.719Z | Compiling tabwriter v1.4.1 |
| 3111 | 2026-04-10T02:57:04.737Z | Compiling cobs v0.3.0 |
| 3112 | 2026-04-10T02:57:04.924Z | Compiling parse-display v0.10.0 |
| 3113 | 2026-04-10T02:57:04.941Z | Compiling test-strategy v0.4.5 |
| 3114 | 2026-04-10T02:57:04.944Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3115 | 2026-04-10T02:57:04.977Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 3116 | 2026-04-10T02:57:04.993Z | Compiling postcard v1.1.3 |
| 3117 | 2026-04-10T02:57:05.009Z | Compiling proc-macro-error v1.0.4 |
| 3118 | 2026-04-10T02:57:05.110Z | Compiling proc-macro-crate v1.3.1 |
| 3119 | 2026-04-10T02:57:05.128Z | Compiling num_enum_derive v0.7.5 |
| 3120 | 2026-04-10T02:57:05.213Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3121 | 2026-04-10T02:57:05.265Z | Compiling foreign-types-macros v0.2.3 |
| 3122 | 2026-04-10T02:57:05.365Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3123 | 2026-04-10T02:57:05.381Z | Compiling foreign-types-shared v0.3.1 |
| 3124 | 2026-04-10T02:57:05.479Z | Compiling rayon-core v1.13.0 |
| 3125 | 2026-04-10T02:57:05.503Z | Compiling cpufeatures v0.3.0 |
| 3126 | 2026-04-10T02:57:05.538Z | Compiling colored v3.1.1 |
| 3127 | 2026-04-10T02:57:05.561Z | Compiling num_enum_derive v0.5.11 |
| 3128 | 2026-04-10T02:57:05.614Z | Compiling chacha20 v0.10.0 |
| 3129 | 2026-04-10T02:57:05.632Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3130 | 2026-04-10T02:57:05.733Z | Compiling crossbeam-deque v0.8.6 |
| 3131 | 2026-04-10T02:57:05.809Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3132 | 2026-04-10T02:57:05.832Z | Compiling num-rational v0.4.2 |
| 3133 | 2026-04-10T02:57:05.834Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3134 | 2026-04-10T02:57:05.912Z | Compiling foreign-types v0.5.0 |
| 3135 | 2026-04-10T02:57:05.951Z | Compiling num-complex v0.4.6 |
| 3136 | 2026-04-10T02:57:05.968Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3137 | 2026-04-10T02:57:05.987Z | Compiling cstr-argument v0.1.2 |
| 3138 | 2026-04-10T02:57:06.021Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3139 | 2026-04-10T02:57:06.170Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3140 | 2026-04-10T02:57:06.263Z | Compiling num_enum v0.7.5 |
| 3141 | 2026-04-10T02:57:06.280Z | Compiling rand v0.10.0 |
| 3142 | 2026-04-10T02:57:06.330Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3143 | 2026-04-10T02:57:06.383Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3144 | 2026-04-10T02:57:06.419Z | Compiling num v0.4.3 |
| 3145 | 2026-04-10T02:57:06.460Z | Compiling toml v0.8.23 |
| 3146 | 2026-04-10T02:57:06.460Z | Compiling camino-tempfile v1.4.1 |
| 3147 | 2026-04-10T02:57:06.496Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3148 | 2026-04-10T02:57:06.500Z | Compiling float-ord v0.3.2 |
| 3149 | 2026-04-10T02:57:06.530Z | Compiling rayon v1.11.0 |
| 3150 | 2026-04-10T02:57:06.547Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3151 | 2026-04-10T02:57:06.623Z | Compiling zone_cfg_derive v0.3.1 |
| 3152 | 2026-04-10T02:57:06.648Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3153 | 2026-04-10T02:57:06.689Z | Compiling num_enum v0.5.11 |
| 3154 | 2026-04-10T02:57:06.718Z | Compiling ingot-types v0.1.2 |
| 3155 | 2026-04-10T02:57:06.750Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 3156 | 2026-04-10T02:57:06.781Z | Compiling itertools v0.12.1 |
| 3157 | 2026-04-10T02:57:06.801Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3158 | 2026-04-10T02:57:06.838Z | Compiling num-derive v0.4.2 |
| 3159 | 2026-04-10T02:57:06.856Z | Compiling sigpipe v0.1.3 |
| 3160 | 2026-04-10T02:57:06.972Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3161 | 2026-04-10T02:57:06.987Z | Compiling glob v0.3.3 |
| 3162 | 2026-04-10T02:57:07.039Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3163 | 2026-04-10T02:57:07.125Z | Compiling ingot v0.1.1 |
| 3164 | 2026-04-10T02:57:07.161Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 3165 | 2026-04-10T02:57:07.180Z | Compiling smf v0.2.3 |
| 3166 | 2026-04-10T02:57:07.222Z | Compiling prettyplease v0.2.37 |
| 3167 | 2026-04-10T02:57:07.238Z | Compiling whoami v1.6.1 |
| 3168 | 2026-04-10T02:57:07.325Z | Compiling gethostname v0.5.0 |
| 3169 | 2026-04-10T02:57:07.415Z | Compiling usdt-attr-macro v0.5.0 |
| 3170 | 2026-04-10T02:57:07.431Z | Compiling usdt-macro v0.5.0 |
| 3171 | 2026-04-10T02:57:07.451Z | Compiling memmap v0.7.0 |
| 3172 | 2026-04-10T02:57:07.483Z | Compiling atomicwrites v0.4.4 |
| 3173 | 2026-04-10T02:57:07.557Z | Compiling derive-where v1.6.0 |
| 3174 | 2026-04-10T02:57:07.602Z | Compiling typify-macro v0.6.1 |
| 3175 | 2026-04-10T02:57:07.668Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3176 | 2026-04-10T02:57:07.706Z | Compiling resolv-conf v0.7.6 |
| 3177 | 2026-04-10T02:57:07.733Z | Compiling owo-colors v4.3.0 |
| 3178 | 2026-04-10T02:57:07.836Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3179 | 2026-04-10T02:57:07.851Z | Compiling cancel-safe-futures v0.1.5 |
| 3180 | 2026-04-10T02:57:08.042Z | Compiling zone v0.3.1 |
| 3181 | 2026-04-10T02:57:08.087Z | Compiling libsw-core v0.3.2 |
| 3182 | 2026-04-10T02:57:08.143Z | Compiling async-recursion v1.1.1 |
| 3183 | 2026-04-10T02:57:08.184Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3184 | 2026-04-10T02:57:08.245Z | Compiling libsw v3.5.0 |
| 3185 | 2026-04-10T02:57:08.281Z | Compiling usdt v0.5.0 |
| 3186 | 2026-04-10T02:57:08.358Z | Compiling libefi-sys v0.1.0 |
| 3187 | 2026-04-10T02:57:08.452Z | Compiling linear-map v1.2.0 |
| 3188 | 2026-04-10T02:57:08.544Z | Compiling console v0.15.11 |
| 3189 | 2026-04-10T02:57:08.595Z | Compiling hickory-proto v0.24.4 |
| 3190 | 2026-04-10T02:57:08.619Z | Compiling newline-converter v0.3.0 |
| 3191 | 2026-04-10T02:57:08.638Z | Compiling bitfield-struct v0.6.2 |
| 3192 | 2026-04-10T02:57:08.666Z | Compiling linked-hash-map v0.5.6 |
| 3193 | 2026-04-10T02:57:08.713Z | Compiling semver v0.1.20 |
| 3194 | 2026-04-10T02:57:08.782Z | Compiling tokio-dtrace v0.1.1 |
| 3195 | 2026-04-10T02:57:08.820Z | Compiling dropshot-api-manager-types v0.6.0 |
| 3196 | 2026-04-10T02:57:08.872Z | Compiling lru-cache v0.1.2 |
| 3197 | 2026-04-10T02:57:08.889Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3198 | 2026-04-10T02:57:08.965Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3199 | 2026-04-10T02:57:08.997Z | Compiling rustc_version v0.1.7 |
| 3200 | 2026-04-10T02:57:09.028Z | Compiling expectorate v1.2.0 |
| 3201 | 2026-04-10T02:57:09.031Z | Compiling pin-project-internal v1.1.11 |
| 3202 | 2026-04-10T02:57:09.063Z | Compiling slog-dtrace v0.3.0 |
| 3203 | 2026-04-10T02:57:09.092Z | Compiling minimal-lexical v0.2.1 |
| 3204 | 2026-04-10T02:57:09.112Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3205 | 2026-04-10T02:57:09.162Z | Compiling oxide-tokio-rt v0.1.3 |
| 3206 | 2026-04-10T02:57:09.184Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3207 | 2026-04-10T02:57:09.219Z | Compiling typify-impl v0.4.3 |
| 3208 | 2026-04-10T02:57:09.237Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3209 | 2026-04-10T02:57:09.259Z | Compiling newtype_derive v0.1.6 |
| 3210 | 2026-04-10T02:57:09.402Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3211 | 2026-04-10T02:57:09.426Z | Compiling nom v7.1.3 |
| 3212 | 2026-04-10T02:57:09.454Z | Compiling snafu-derive v0.8.9 |
| 3213 | 2026-04-10T02:57:09.473Z | Compiling typify v0.6.1 |
| 3214 | 2026-04-10T02:57:09.492Z | Compiling phf_shared v0.12.1 |
| 3215 | 2026-04-10T02:57:09.495Z | Compiling pem v3.0.6 |
| 3216 | 2026-04-10T02:57:09.552Z | Compiling csv-core v0.1.13 |
| 3217 | 2026-04-10T02:57:09.619Z | Compiling progenitor-impl v0.13.0 |
| 3218 | 2026-04-10T02:57:09.701Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3219 | 2026-04-10T02:57:09.717Z | Compiling highway v1.3.0 |
| 3220 | 2026-04-10T02:57:09.737Z | Compiling xshell-macros v0.2.7 |
| 3221 | 2026-04-10T02:57:09.868Z | Compiling same-file v1.0.6 |
| 3222 | 2026-04-10T02:57:09.885Z | Compiling chrono-tz v0.10.4 |
| 3223 | 2026-04-10T02:57:10.066Z | Compiling const_format_proc_macros v0.2.34 |
| 3224 | 2026-04-10T02:57:10.082Z | Compiling walkdir v2.5.0 |
| 3225 | 2026-04-10T02:57:10.114Z | Compiling csv v1.4.0 |
| 3226 | 2026-04-10T02:57:10.131Z | Compiling phf v0.12.1 |
| 3227 | 2026-04-10T02:57:10.174Z | Compiling xshell v0.2.7 |
| 3228 | 2026-04-10T02:57:10.216Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3229 | 2026-04-10T02:57:10.270Z | Compiling pin-project v1.1.11 |
| 3230 | 2026-04-10T02:57:10.375Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3231 | 2026-04-10T02:57:10.402Z | Compiling globset v0.4.18 |
| 3232 | 2026-04-10T02:57:10.441Z | Compiling olpc-cjson v0.1.4 |
| 3233 | 2026-04-10T02:57:10.642Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076) |
| 3234 | 2026-04-10T02:57:10.687Z | Compiling primeorder v0.13.6 |
| 3235 | 2026-04-10T02:57:10.704Z | Compiling serde_plain v1.0.2 |
| 3236 | 2026-04-10T02:57:10.722Z | Compiling typed-path v0.9.3 |
| 3237 | 2026-04-10T02:57:10.740Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3238 | 2026-04-10T02:57:10.845Z | Compiling hickory-resolver v0.24.4 |
| 3239 | 2026-04-10T02:57:10.947Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3240 | 2026-04-10T02:57:10.963Z | Compiling const_format v0.2.35 |
| 3241 | 2026-04-10T02:57:11.139Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3242 | 2026-04-10T02:57:11.158Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3243 | 2026-04-10T02:57:11.383Z | Compiling tabled_derive v0.7.0 |
| 3244 | 2026-04-10T02:57:11.534Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3245 | 2026-04-10T02:57:11.550Z | Compiling snafu v0.8.9 |
| 3246 | 2026-04-10T02:57:11.646Z | Compiling bcs v0.1.6 |
| 3247 | 2026-04-10T02:57:11.674Z | Compiling salty v0.3.0 |
| 3248 | 2026-04-10T02:57:11.824Z | Compiling tough v0.20.0 |
| 3249 | 2026-04-10T02:57:11.946Z | Compiling radium v0.7.0 |
| 3250 | 2026-04-10T02:57:11.967Z | Compiling termtree v0.5.1 |
| 3251 | 2026-04-10T02:57:12.003Z | Compiling qorb v0.4.1 |
| 3252 | 2026-04-10T02:57:12.025Z | Compiling textwrap v0.16.2 |
| 3253 | 2026-04-10T02:57:12.143Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3254 | 2026-04-10T02:57:12.164Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3255 | 2026-04-10T02:57:12.255Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3256 | 2026-04-10T02:57:12.384Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3257 | 2026-04-10T02:57:12.402Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3258 | 2026-04-10T02:57:12.441Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3259 | 2026-04-10T02:57:12.468Z | Compiling progenitor-macro v0.13.0 |
| 3260 | 2026-04-10T02:57:12.486Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3261 | 2026-04-10T02:57:12.486Z | Compiling tabled v0.15.0 |
| 3262 | 2026-04-10T02:57:12.565Z | Compiling steno v0.4.1 |
| 3263 | 2026-04-10T02:57:12.728Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3264 | 2026-04-10T02:57:12.898Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3265 | 2026-04-10T02:57:12.955Z | Compiling tap v1.0.1 |
| 3266 | 2026-04-10T02:57:13.011Z | Compiling tagptr v0.2.0 |
| 3267 | 2026-04-10T02:57:13.101Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3268 | 2026-04-10T02:57:13.191Z | Compiling maybe-uninit v2.0.0 |
| 3269 | 2026-04-10T02:57:13.226Z | Compiling base64 v0.21.7 |
| 3270 | 2026-04-10T02:57:13.385Z | Compiling humantime v2.3.0 |
| 3271 | 2026-04-10T02:57:13.568Z | Compiling moka v0.12.13 |
| 3272 | 2026-04-10T02:57:13.585Z | Compiling wyz v0.5.1 |
| 3273 | 2026-04-10T02:57:13.828Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3274 | 2026-04-10T02:57:13.870Z | Compiling typify-macro v0.4.3 |
| 3275 | 2026-04-10T02:57:13.929Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3276 | 2026-04-10T02:57:14.114Z | Compiling p384 v0.13.1 |
| 3277 | 2026-04-10T02:57:14.147Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3278 | 2026-04-10T02:57:14.578Z | Compiling parking_lot_core v0.8.6 |
| 3279 | 2026-04-10T02:57:14.615Z | Compiling packed_struct v0.10.1 |
| 3280 | 2026-04-10T02:57:14.634Z | Compiling funty v2.0.0 |
| 3281 | 2026-04-10T02:57:14.733Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3282 | 2026-04-10T02:57:14.750Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3283 | 2026-04-10T02:57:14.892Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3284 | 2026-04-10T02:57:14.909Z | Compiling hickory-resolver v0.25.2 |
| 3285 | 2026-04-10T02:57:15.050Z | Compiling bitvec v1.0.1 |
| 3286 | 2026-04-10T02:57:15.066Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3287 | 2026-04-10T02:57:15.278Z | Compiling polyval v0.6.2 |
| 3288 | 2026-04-10T02:57:15.294Z | Compiling git-stub v1.0.0 |
| 3289 | 2026-04-10T02:57:15.435Z | Compiling packed_struct_codegen v0.10.1 |
| 3290 | 2026-04-10T02:57:15.549Z | Compiling bitfield-macros v0.19.4 |
| 3291 | 2026-04-10T02:57:15.603Z | Compiling zerocopy-derive v0.6.6 |
| 3292 | 2026-04-10T02:57:15.799Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3293 | 2026-04-10T02:57:15.857Z | Compiling typify v0.4.3 |
| 3294 | 2026-04-10T02:57:15.894Z | Compiling indexmap v1.9.3 |
| 3295 | 2026-04-10T02:57:16.001Z | Compiling nodrop v0.1.14 |
| 3296 | 2026-04-10T02:57:16.050Z | Compiling utf-8 v0.7.6 |
| 3297 | 2026-04-10T02:57:16.125Z | Compiling crc-catalog v2.4.0 |
| 3298 | 2026-04-10T02:57:16.127Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3299 | 2026-04-10T02:57:16.214Z | Compiling tungstenite v0.21.0 |
| 3300 | 2026-04-10T02:57:16.249Z | Compiling proc-macro-error2 v2.0.1 |
| 3301 | 2026-04-10T02:57:16.266Z | Compiling crc v3.4.0 |
| 3302 | 2026-04-10T02:57:16.284Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3303 | 2026-04-10T02:57:16.325Z | Compiling array-init v0.0.4 |
| 3304 | 2026-04-10T02:57:16.343Z | Compiling bitfield v0.19.4 |
| 3305 | 2026-04-10T02:57:16.400Z | Compiling git-stub-vcs v0.1.0 |
| 3306 | 2026-04-10T02:57:16.511Z | Compiling ghash v0.5.1 |
| 3307 | 2026-04-10T02:57:16.542Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3308 | 2026-04-10T02:57:16.545Z | Compiling smallvec v0.6.14 |
| 3309 | 2026-04-10T02:57:16.578Z | Compiling zerocopy v0.6.6 |
| 3310 | 2026-04-10T02:57:16.685Z | Compiling ctr v0.9.2 |
| 3311 | 2026-04-10T02:57:16.700Z | Compiling num-derive v0.3.3 |
| 3312 | 2026-04-10T02:57:16.721Z | Compiling hashbrown v0.12.3 |
| 3313 | 2026-04-10T02:57:16.789Z | Compiling unicase v2.9.0 |
| 3314 | 2026-04-10T02:57:16.811Z | Compiling compression-core v0.4.31 |
| 3315 | 2026-04-10T02:57:16.844Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3316 | 2026-04-10T02:57:16.923Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3317 | 2026-04-10T02:57:16.962Z | Compiling compression-codecs v0.4.37 |
| 3318 | 2026-04-10T02:57:16.979Z | Compiling aes-gcm v0.10.3 |
| 3319 | 2026-04-10T02:57:17.002Z | Compiling parking_lot v0.11.2 |
| 3320 | 2026-04-10T02:57:17.028Z | Compiling mime_guess v2.0.5 |
| 3321 | 2026-04-10T02:57:17.089Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3322 | 2026-04-10T02:57:17.109Z | Compiling serde-hex v0.1.0 |
| 3323 | 2026-04-10T02:57:17.155Z | Compiling tokio-tungstenite v0.21.0 |
| 3324 | 2026-04-10T02:57:17.234Z | Compiling tabled_derive v0.11.0 |
| 3325 | 2026-04-10T02:57:17.430Z | Compiling progenitor-impl v0.10.0 |
| 3326 | 2026-04-10T02:57:17.490Z | Compiling progenitor-impl v0.11.2 |
| 3327 | 2026-04-10T02:57:17.514Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-04-10T02:57:17.613Z | Compiling ron v0.8.1 |
| 3329 | 2026-04-10T02:57:17.631Z | Compiling papergrid v0.17.0 |
| 3330 | 2026-04-10T02:57:17.647Z | Compiling testing_table v0.3.0 |
| 3331 | 2026-04-10T02:57:17.650Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3332 | 2026-04-10T02:57:17.681Z | Compiling libscf-sys v1.1.0 |
| 3333 | 2026-04-10T02:57:17.836Z | Compiling progenitor v0.13.0 |
| 3334 | 2026-04-10T02:57:17.851Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3335 | 2026-04-10T02:57:17.868Z | Compiling hashbrown v0.13.2 |
| 3336 | 2026-04-10T02:57:17.977Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076) |
| 3337 | 2026-04-10T02:57:18.020Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3338 | 2026-04-10T02:57:18.059Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3339 | 2026-04-10T02:57:18.097Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3340 | 2026-04-10T02:57:18.259Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3341 | 2026-04-10T02:57:18.393Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3342 | 2026-04-10T02:57:18.467Z | Compiling prefix-trie v0.7.0 |
| 3343 | 2026-04-10T02:57:18.564Z | Compiling ssh-encoding v0.2.0 |
| 3344 | 2026-04-10T02:57:18.607Z | Compiling blowfish v0.9.1 |
| 3345 | 2026-04-10T02:57:18.647Z | Compiling fxhash v0.2.1 |
| 3346 | 2026-04-10T02:57:18.820Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3347 | 2026-04-10T02:57:18.874Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3348 | 2026-04-10T02:57:18.893Z | Compiling dropshot v0.17.0 |
| 3349 | 2026-04-10T02:57:18.893Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3350 | 2026-04-10T02:57:18.909Z | Compiling corncobs v0.1.4 |
| 3351 | 2026-04-10T02:57:19.136Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3352 | 2026-04-10T02:57:19.154Z | Compiling crc-any v2.5.0 |
| 3353 | 2026-04-10T02:57:19.216Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3354 | 2026-04-10T02:57:19.240Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3355 | 2026-04-10T02:57:19.260Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3356 | 2026-04-10T02:57:19.364Z | Compiling hickory-server v0.25.2 |
| 3357 | 2026-04-10T02:57:19.383Z | Compiling ssh-cipher v0.2.0 |
| 3358 | 2026-04-10T02:57:19.416Z | Compiling sled v0.34.7 |
| 3359 | 2026-04-10T02:57:19.440Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3360 | 2026-04-10T02:57:19.511Z | Compiling tabled v0.20.0 |
| 3361 | 2026-04-10T02:57:19.768Z | Compiling object v0.30.4 |
| 3362 | 2026-04-10T02:57:19.810Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3363 | 2026-04-10T02:57:19.828Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3364 | 2026-04-10T02:57:20.005Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3365 | 2026-04-10T02:57:20.169Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3366 | 2026-04-10T02:57:20.188Z | Compiling progenitor-macro v0.10.0 |
| 3367 | 2026-04-10T02:57:20.204Z | Compiling progenitor-macro v0.11.2 |
| 3368 | 2026-04-10T02:57:20.655Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3369 | 2026-04-10T02:57:20.932Z | Compiling async-compression v0.4.41 |
| 3370 | 2026-04-10T02:57:21.069Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3371 | 2026-04-10T02:57:21.213Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3372 | 2026-04-10T02:57:21.283Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3373 | 2026-04-10T02:57:21.414Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3374 | 2026-04-10T02:57:21.545Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3375 | 2026-04-10T02:57:21.726Z | Compiling progenitor-client v0.11.2 |
| 3376 | 2026-04-10T02:57:21.994Z | Compiling dropshot_endpoint v0.17.0 |
| 3377 | 2026-04-10T02:57:22.047Z | Compiling password-hash v0.4.2 |
| 3378 | 2026-04-10T02:57:22.091Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3379 | 2026-04-10T02:57:22.282Z | Compiling secrecy v0.8.0 |
| 3380 | 2026-04-10T02:57:22.337Z | Compiling half v1.8.3 |
| 3381 | 2026-04-10T02:57:22.475Z | Compiling path-slash v0.1.5 |
| 3382 | 2026-04-10T02:57:22.479Z | Compiling http-range v0.1.5 |
| 3383 | 2026-04-10T02:57:22.643Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3384 | 2026-04-10T02:57:22.646Z | Compiling serde_cbor v0.11.2 |
| 3385 | 2026-04-10T02:57:22.723Z | Compiling pbkdf2 v0.11.0 |
| 3386 | 2026-04-10T02:57:22.974Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3387 | 2026-04-10T02:57:23.311Z | Compiling ssh-key v0.6.7 |
| 3388 | 2026-04-10T02:57:23.513Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3389 | 2026-04-10T02:57:23.691Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3390 | 2026-04-10T02:57:23.809Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3391 | 2026-04-10T02:57:24.037Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 3392 | 2026-04-10T02:57:24.143Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bb47507694adb24f45a408dcb93a4a28ec05c2df#bb475076) |
| 3393 | 2026-04-10T02:57:24.514Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3394 | 2026-04-10T02:57:24.531Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3395 | 2026-04-10T02:57:24.771Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3396 | 2026-04-10T02:57:25.005Z | Compiling p256 v0.13.2 |
| 3397 | 2026-04-10T02:57:25.036Z | Compiling p521 v0.13.3 |
| 3398 | 2026-04-10T02:57:25.053Z | Compiling yasna v0.5.2 |
| 3399 | 2026-04-10T02:57:25.116Z | Compiling kstat-rs v0.2.4 |
| 3400 | 2026-04-10T02:57:25.134Z | Compiling headers-core v0.3.0 |
| 3401 | 2026-04-10T02:57:25.296Z | Compiling nanorand v0.7.0 |
| 3402 | 2026-04-10T02:57:25.335Z | Compiling progenitor v0.10.0 |
| 3403 | 2026-04-10T02:57:25.430Z | Compiling atty v0.2.14 |
| 3404 | 2026-04-10T02:57:25.449Z | Compiling progenitor v0.11.2 |
| 3405 | 2026-04-10T02:57:25.452Z | Compiling russh-cryptovec v0.7.3 |
| 3406 | 2026-04-10T02:57:25.484Z | Compiling crc8 v0.1.1 |
| 3407 | 2026-04-10T02:57:25.524Z | Compiling md5 v0.7.0 |
| 3408 | 2026-04-10T02:57:25.554Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3409 | 2026-04-10T02:57:25.577Z | Compiling home v0.5.12 |
| 3410 | 2026-04-10T02:57:25.626Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3411 | 2026-04-10T02:57:25.644Z | Compiling flume v0.11.1 |
| 3412 | 2026-04-10T02:57:25.647Z | Compiling rcgen v0.12.1 |
| 3413 | 2026-04-10T02:57:25.686Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3414 | 2026-04-10T02:57:25.752Z | Compiling russh-keys v0.45.0 |
| 3415 | 2026-04-10T02:57:25.771Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3416 | 2026-04-10T02:57:25.788Z | Compiling headers v0.4.1 |
| 3417 | 2026-04-10T02:57:25.835Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3418 | 2026-04-10T02:57:26.001Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3419 | 2026-04-10T02:57:26.019Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3420 | 2026-04-10T02:57:26.322Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3421 | 2026-04-10T02:57:26.341Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3422 | 2026-04-10T02:57:26.450Z | Compiling hyper-staticfile v0.10.1 |
| 3423 | 2026-04-10T02:57:26.519Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3424 | 2026-04-10T02:57:26.593Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3425 | 2026-04-10T02:57:26.611Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3426 | 2026-04-10T02:57:26.629Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3427 | 2026-04-10T02:57:26.780Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052) |
| 3428 | 2026-04-10T02:57:26.882Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3429 | 2026-04-10T02:57:26.903Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3430 | 2026-04-10T02:57:26.922Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3431 | 2026-04-10T02:57:27.003Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3432 | 2026-04-10T02:57:27.184Z | Compiling num-bigint v0.4.6 |
| 3433 | 2026-04-10T02:57:27.342Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3434 | 2026-04-10T02:57:27.388Z | Compiling des v0.8.1 |
| 3435 | 2026-04-10T02:57:27.412Z | Compiling subprocess v0.2.15 |
| 3436 | 2026-04-10T02:57:27.432Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3437 | 2026-04-10T02:57:27.432Z | Compiling display-error-chain v0.2.2 |
| 3438 | 2026-04-10T02:57:27.617Z | Compiling hex-literal v0.4.1 |
| 3439 | 2026-04-10T02:57:27.633Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3440 | 2026-04-10T02:57:27.742Z | Compiling colored v2.2.0 |
| 3441 | 2026-04-10T02:57:27.761Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3442 | 2026-04-10T02:57:27.794Z | Compiling internet-checksum v0.2.1 |
| 3443 | 2026-04-10T02:57:27.887Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3444 | 2026-04-10T02:57:28.431Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3445 | 2026-04-10T02:57:28.467Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3446 | 2026-04-10T02:57:28.493Z | Compiling russh v0.45.0 |
| 3447 | 2026-04-10T02:57:31.091Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3448 | 2026-04-10T02:57:31.775Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3449 | 2026-04-10T02:57:31.966Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3450 | 2026-04-10T02:57:32.290Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3451 | 2026-04-10T02:57:39.905Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3452 | 2026-04-10T02:57:39.905Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3453 | 2026-04-10T02:57:39.905Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3454 | 2026-04-10T02:57:39.909Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3455 | 2026-04-10T02:57:41.636Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3456 | 2026-04-10T02:57:41.725Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3457 | 2026-04-10T02:57:45.825Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3458 | 2026-04-10T02:58:05.837Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3459 | 2026-04-10T02:58:25.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3460 | 2026-04-10T02:58:25.820Z | |
| 3461 | 2026-04-10T02:58:25.820Z | real 1:25.361830031 |
| 3462 | 2026-04-10T02:58:25.821Z | user 8:19.083504935 |
| 3463 | 2026-04-10T02:58:25.821Z | sys 1:45.580879857 |
| 3464 | 2026-04-10T02:58:25.821Z | trap 0.255317310 |
| 3465 | 2026-04-10T02:58:25.821Z | tflt 0.548123972 |
| 3466 | 2026-04-10T02:58:25.821Z | dflt 1.609385368 |
| 3467 | 2026-04-10T02:58:25.824Z | kflt 0.000338550 |
| 3468 | 2026-04-10T02:58:25.824Z | lock 29:45.187442185 |
| 3469 | 2026-04-10T02:58:25.824Z | slp 19:25.892595052 |
| 3470 | 2026-04-10T02:58:25.824Z | lat 39.626069185 |
| 3471 | 2026-04-10T02:58:25.824Z | stop 2:52.797889240 |
| 3472 | 2026-04-10T02:58:25.824Z | + mkdir tests |
| 3473 | 2026-04-10T02:58:25.824Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3474 | 2026-04-10T02:58:25.827Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3475 | 2026-04-10T02:58:25.855Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1f9886d13f41c29a tests/ |
| 3476 | 2026-04-10T02:58:25.876Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7c5684e9470cbee4 tests/ |
| 3477 | 2026-04-10T02:58:25.896Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-6713935eed1eadd0 tests/ |
| 3478 | 2026-04-10T02:58:25.917Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-340806c2c6d19121 tests/ |
| 3479 | 2026-04-10T02:58:26.239Z | + 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/*) |
| 3480 | 2026-04-10T02:58:26.242Z | + 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-7c5684e9470cbee4 tests/commtest-6713935eed1eadd0 tests/dhcp_server-1f9886d13f41c29a tests/end_to_end_tests-340806c2c6d19121 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 |
| 3481 | 2026-04-10T02:59:53.119Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3482 | 2026-04-10T02:59:53.119Z | a .github/buildomat/ci-env.sh 1K |
| 3483 | 2026-04-10T02:59:53.119Z | a out/target/test 1K |
| 3484 | 2026-04-10T02:59:53.119Z | a out/npuzone/npuzone 27402K |
| 3485 | 2026-04-10T02:59:53.119Z | a package-manifest.toml 35K |
| 3486 | 2026-04-10T02:59:53.119Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3487 | 2026-04-10T02:59:53.119Z | a target/release/omicron-package 44620K |
| 3488 | 2026-04-10T02:59:53.119Z | a target/release/xtask 11433K |
| 3489 | 2026-04-10T02:59:53.119Z | a target/debug/bootstrap 340020K |
| 3490 | 2026-04-10T02:59:53.119Z | a tests/bootstrap-7c5684e9470cbee4 31310K |
| 3491 | 2026-04-10T02:59:53.119Z | a tests/commtest-6713935eed1eadd0 32395K |
| 3492 | 2026-04-10T02:59:53.119Z | a tests/dhcp_server-1f9886d13f41c29a 31310K |
| 3493 | 2026-04-10T02:59:53.119Z | a tests/end_to_end_tests-340806c2c6d19121 382435K |
| 3494 | 2026-04-10T02:59:53.119Z | a out/clickhouse.tar.gz 317562K |
| 3495 | 2026-04-10T02:59:53.119Z | a out/clickhouse_keeper.tar.gz 302711K |
| 3496 | 2026-04-10T02:59:53.119Z | a out/clickhouse_server.tar.gz 317561K |
| 3497 | 2026-04-10T02:59:53.119Z | a out/cockroachdb.tar.gz 163431K |
| 3498 | 2026-04-10T02:59:53.119Z | a out/crucible-pantry-zone.tar.gz 43712K |
| 3499 | 2026-04-10T02:59:53.119Z | a out/crucible-utils.tar 17744K |
| 3500 | 2026-04-10T02:59:53.119Z | a out/crucible-zone.tar.gz 57850K |
| 3501 | 2026-04-10T02:59:53.119Z | a out/external-dns.tar.gz 49450K |
| 3502 | 2026-04-10T02:59:53.119Z | a out/internal-dns.tar.gz 49450K |
| 3503 | 2026-04-10T02:59:53.119Z | a out/mg-ddm-gz.tar 97705K |
| 3504 | 2026-04-10T02:59:53.119Z | a out/nexus.tar.gz 217468K |
| 3505 | 2026-04-10T02:59:53.119Z | a out/ntp.tar.gz 31896K |
| 3506 | 2026-04-10T02:59:53.119Z | a out/omicron-gateway-softnpu.tar.gz 28645K |
| 3507 | 2026-04-10T02:59:53.119Z | a out/omicron-sled-agent.tar 200316K |
| 3508 | 2026-04-10T02:59:53.119Z | a out/overlay.tar.gz 3K |
| 3509 | 2026-04-10T02:59:53.119Z | a out/oximeter.tar.gz 66845K |
| 3510 | 2026-04-10T02:59:53.119Z | a out/oxlog.tar 3782K |
| 3511 | 2026-04-10T02:59:53.119Z | a out/probe.tar.gz 3037K |
| 3512 | 2026-04-10T02:59:53.119Z | a out/propolis-server.tar.gz 38704K |
| 3513 | 2026-04-10T02:59:53.120Z | a out/pumpkind-gz.tar 26647K |
| 3514 | 2026-04-10T02:59:53.120Z | a out/switch-softnpu.tar.gz 395926K |
| 3515 | 2026-04-10T02:59:53.123Z | |
| 3516 | 2026-04-10T02:59:53.123Z | real 1:26.879081485 |
| 3517 | 2026-04-10T02:59:53.123Z | user 1:24.282043087 |
| 3518 | 2026-04-10T02:59:53.123Z | sys 4.395878841 |
| 3519 | 2026-04-10T02:59:53.123Z | trap 0.007279834 |
| 3520 | 2026-04-10T02:59:53.123Z | tflt 0.000000000 |
| 3521 | 2026-04-10T02:59:53.123Z | dflt 0.000000000 |
| 3522 | 2026-04-10T02:59:53.123Z | kflt 0.000000000 |
| 3523 | 2026-04-10T02:59:53.123Z | lock 0.000000000 |
| 3524 | 2026-04-10T02:59:53.123Z | slp 1:24.150795879 |
| 3525 | 2026-04-10T02:59:53.123Z | lat 0.917853473 |
| 3526 | 2026-04-10T02:59:53.123Z | stop 0.000163877 |
| 3527 | 2026-04-10T02:59:53.123Z | process exited: duration 956118 ms, exit code 0 |
| |
| 3528 | 2026-04-10T02:59:53.136Z | found 1 output files |
| 3529 | 2026-04-10T02:59:53.136Z | uploading: /work/package.tar.gz (2424773898 bytes) |
| 3530 | 2026-04-10T03:00:21.935Z | uploaded: /work/package.tar.gz |