|
|
|
| 1 | 2026-03-04T03:33:15.953Z | job assigned to worker 01KJVEETX8HCN73RXQXAE52QQJ [factory aws, i-0421c0785cafdf796] (queued for 52 s) |
| |
| 2 | 2026-03-04T03:33:24.901Z | starting task 0: "setup" |
| 3 | 2026-03-04T03:33:24.906Z | ++ uname -s |
| 4 | 2026-03-04T03:33:24.909Z | + kern=SunOS |
| 5 | 2026-03-04T03:33:24.909Z | + build_user=build |
| 6 | 2026-03-04T03:33:24.909Z | + build_uid=12345 |
| 7 | 2026-03-04T03:33:24.909Z | + work_dir=/work |
| 8 | 2026-03-04T03:33:24.909Z | + input_dir=/input |
| 9 | 2026-03-04T03:33:24.909Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-04T03:33:24.909Z | + case "$kern" in |
| 11 | 2026-03-04T03:33:24.909Z | + groupadd -g 12345 build |
| 12 | 2026-03-04T03:33:24.912Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-04T03:33:26.918Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-04T03:33:26.979Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-04T03:33:26.982Z | + home_fs=zfs |
| 16 | 2026-03-04T03:33:26.982Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-04T03:33:26.982Z | + mkdir -p /home/build |
| 18 | 2026-03-04T03:33:26.985Z | + chown build:build /home/build /work |
| 19 | 2026-03-04T03:33:28.986Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-04T03:33:28.989Z | process exited: duration 4089 ms, exit code 0 |
| |
| 21 | 2026-03-04T03:33:28.995Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-04T03:33:29.008Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-04T03:33:29.009Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-04T03:33:29.009Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-04T03:33:29.009Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-04T03:33:29.009Z | * rust toolchain channel = "1.91.1" |
| 27 | 2026-03-04T03:33:29.009Z | * rust toolchain profile = "default" |
| 28 | 2026-03-04T03:33:29.012Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-04T03:33:29.012Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-04T03:33:29.146Z | info: downloading installer |
| 31 | 2026-03-04T03:33:31.251Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-04T03:33:31.251Z | warn: /opt/ooce/bin |
| 33 | 2026-03-04T03:33:31.251Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-04T03:33:31.251Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-04T03:33:31.251Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-04T03:33:31.251Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-04T03:33:31.251Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-04T03:33:31.251Z | error: cannot install while Rust is installed |
| 39 | 2026-03-04T03:33:31.251Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-04T03:33:31.282Z | info: profile set to 'default' |
| 41 | 2026-03-04T03:33:31.282Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-04T03:33:31.285Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-04T03:33:31.501Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-04T03:33:31.501Z | info: downloading component 'cargo' |
| 45 | 2026-03-04T03:33:32.808Z | info: downloading component 'clippy' |
| 46 | 2026-03-04T03:33:33.319Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-04T03:33:35.198Z | info: downloading component 'rust-std' |
| 48 | 2026-03-04T03:33:37.150Z | info: downloading component 'rustc' |
| 49 | 2026-03-04T03:33:46.774Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-04T03:33:47.170Z | info: installing component 'cargo' |
| 51 | 2026-03-04T03:33:48.106Z | info: installing component 'clippy' |
| 52 | 2026-03-04T03:33:48.502Z | info: installing component 'rust-docs' |
| 53 | 2026-03-04T03:33:50.466Z | info: installing component 'rust-std' |
| 54 | 2026-03-04T03:33:52.283Z | info: installing component 'rustc' |
| 55 | 2026-03-04T03:33:59.085Z | info: installing component 'rustfmt' |
| 56 | 2026-03-04T03:33:59.434Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-04T03:33:59.434Z | |
| 58 | 2026-03-04T03:33:59.936Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-04T03:33:59.936Z | |
| 60 | 2026-03-04T03:33:59.940Z | |
| 61 | 2026-03-04T03:33:59.940Z | Rust is installed now. Great! |
| 62 | 2026-03-04T03:33:59.940Z | |
| 63 | 2026-03-04T03:33:59.940Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-04T03:33:59.940Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-04T03:33:59.940Z | |
| 66 | 2026-03-04T03:33:59.940Z | To configure your current shell, you need to source |
| 67 | 2026-03-04T03:33:59.940Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-04T03:33:59.940Z | |
| 69 | 2026-03-04T03:33:59.940Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-04T03:33:59.940Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-04T03:33:59.940Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-04T03:33:59.940Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-04T03:34:00.040Z | + rustup --version |
| 74 | 2026-03-04T03:34:00.052Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-04T03:34:00.055Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-04T03:34:00.141Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-04T03:34:00.145Z | + cargo --version |
| 78 | 2026-03-04T03:34:00.218Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-04T03:34:00.222Z | + rustc --version |
| 80 | 2026-03-04T03:34:00.300Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-04T03:34:00.304Z | process exited: duration 31301 ms, exit code 0 |
| |
| 82 | 2026-03-04T03:34:00.310Z | starting task 2: "authentication" |
| 83 | 2026-03-04T03:34:00.332Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-03-04T03:34:00.341Z | starting task 3: "clone repository" |
| 85 | 2026-03-04T03:34:00.344Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-04T03:34:00.347Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-04T03:34:00.448Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-04T03:34:13.731Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-04T03:34:13.731Z | + git fetch origin 572705112237735f0caffd1a0669a4b706c141b0 |
| 90 | 2026-03-04T03:34:14.063Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-04T03:34:14.063Z | * branch 572705112237735f0caffd1a0669a4b706c141b0 -> FETCH_HEAD |
| 92 | 2026-03-04T03:34:14.075Z | + [[ -n john/bootstore-next-version ]] |
| 93 | 2026-03-04T03:34:14.078Z | ++ git branch --show-current |
| 94 | 2026-03-04T03:34:14.081Z | + current=main |
| 95 | 2026-03-04T03:34:14.081Z | + [[ main != john/bootstore-next-version ]] |
| 96 | 2026-03-04T03:34:14.081Z | + git branch -f john/bootstore-next-version 572705112237735f0caffd1a0669a4b706c141b0 |
| 97 | 2026-03-04T03:34:14.084Z | + git checkout -f john/bootstore-next-version |
| 98 | 2026-03-04T03:34:14.443Z | Switched to branch 'john/bootstore-next-version' |
| 99 | 2026-03-04T03:34:14.447Z | + git reset --hard 572705112237735f0caffd1a0669a4b706c141b0 |
| 100 | 2026-03-04T03:34:14.479Z | HEAD is now at 572705112 Merge branch 'john/bootstore-versioning' into john/bootstore-next-version |
| 101 | 2026-03-04T03:34:14.483Z | process exited: duration 14138 ms, exit code 0 |
| |
| 102 | 2026-03-04T03:34:14.493Z | starting task 4: "build" |
| 103 | 2026-03-04T03:34:14.497Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-04T03:34:14.497Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-04T03:34:14.497Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-04T03:34:14.497Z | + cargo --version |
| 107 | 2026-03-04T03:34:14.560Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-04T03:34:14.564Z | + rustc --version |
| 109 | 2026-03-04T03:34:14.641Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-04T03:34:14.644Z | + WORK=/work |
| 111 | 2026-03-04T03:34:14.644Z | + pfexec mkdir -p /work |
| 112 | 2026-03-04T03:34:14.649Z | + pfexec chown build /work |
| 113 | 2026-03-04T03:34:14.652Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-03-04T03:34:25.607Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-03-04T03:34:36.130Z | Startup: Caching catalogs ... Done |
| 116 | 2026-03-04T03:35:00.073Z | Planning: Solver setup ... Done (22.150s) |
| 117 | 2026-03-04T03:35:00.237Z | Planning: Running solver ... Done (0.164s) |
| 118 | 2026-03-04T03:35:00.410Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2026-03-04T03:35:00.430Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-03-04T03:35:01.183Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-03-04T03:35:01.232Z | Planning: Package planning ... Done (0.049s) |
| 122 | 2026-03-04T03:35:01.283Z | Planning: Merging actions ... Done (0.051s) |
| 123 | 2026-03-04T03:35:01.963Z | Planning: Checking for conflicting actions ... Done (0.680s) |
| 124 | 2026-03-04T03:35:01.975Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2026-03-04T03:35:02.855Z | Planning: Evaluating mediators ... Done (0.880s) |
| 126 | 2026-03-04T03:35:02.865Z | Planning: Planning completed in 26.57 seconds |
| 127 | 2026-03-04T03:35:02.880Z | Packages to install: 4 |
| 128 | 2026-03-04T03:35:02.880Z | Mediators to change: 2 |
| 129 | 2026-03-04T03:35:02.883Z | Services to change: 1 |
| 130 | 2026-03-04T03:35:02.883Z | Estimated space available: 155.43 GB |
| 131 | 2026-03-04T03:35:02.883Z | Estimated space to be consumed: 1.82 GB |
| 132 | 2026-03-04T03:35:02.884Z | Create boot environment: No |
| 133 | 2026-03-04T03:35:02.884Z | Create backup boot environment: No |
| 134 | 2026-03-04T03:35:02.884Z | Rebuild boot archive: No |
| 135 | 2026-03-04T03:35:02.884Z | |
| 136 | 2026-03-04T03:35:02.884Z | Changed mediators: |
| 137 | 2026-03-04T03:35:02.884Z | mediator clang: |
| 138 | 2026-03-04T03:35:02.884Z | version: None -> 15 (system default) |
| 139 | 2026-03-04T03:35:02.884Z | |
| 140 | 2026-03-04T03:35:02.884Z | mediator llvm: |
| 141 | 2026-03-04T03:35:02.884Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-03-04T03:35:02.884Z | |
| 143 | 2026-03-04T03:35:02.884Z | Changed packages: |
| 144 | 2026-03-04T03:35:02.884Z | helios-dev |
| 145 | 2026-03-04T03:35:02.884Z | developer/build-essential |
| 146 | 2026-03-04T03:35:02.884Z | None -> 11-2.0 |
| 147 | 2026-03-04T03:35:02.884Z | library/libxmlsec1 |
| 148 | 2026-03-04T03:35:02.884Z | None -> 1.2.35-2.0 |
| 149 | 2026-03-04T03:35:02.884Z | ooce/developer/clang-15 |
| 150 | 2026-03-04T03:35:02.884Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-04T03:35:02.884Z | ooce/developer/llvm-15 |
| 152 | 2026-03-04T03:35:02.884Z | None -> 15.0.7-2.0 |
| 153 | 2026-03-04T03:35:02.884Z | |
| 154 | 2026-03-04T03:35:02.884Z | Services: |
| 155 | 2026-03-04T03:35:02.884Z | restart_fmri: |
| 156 | 2026-03-04T03:35:02.884Z | svc:/system/update-man-index:default |
| 157 | 2026-03-04T03:35:02.932Z | |
| 158 | 2026-03-04T03:35:02.932Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-03-04T03:35:08.524Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (21.6M/s) |
| 160 | 2026-03-04T03:35:13.528Z | Download: 2381/3290 items 119.8/212.6MB 56% complete (12.0M/s) |
| 161 | 2026-03-04T03:35:17.623Z | Download: Completed 212.60 MB in 14.69 seconds (14.5M/s) |
| 162 | 2026-03-04T03:35:17.908Z | Actions: 1/3689 actions (Installing new actions) |
| 163 | 2026-03-04T03:35:22.598Z | Actions: Completed 3689 actions in 4.69 seconds. |
| 164 | 2026-03-04T03:35:23.052Z | Done (0.426s) |
| 165 | 2026-03-04T03:35:23.052Z | Done (0.000s) |
| 166 | 2026-03-04T03:35:24.129Z | Done (1.099s) |
| 167 | 2026-03-04T03:35:29.143Z | Done (4.647s) |
| 168 | 2026-03-04T03:35:29.228Z | Done (0.018s) |
| 169 | 2026-03-04T03:35:29.232Z | Done (0.000s) |
| 170 | 2026-03-04T03:35:29.394Z | Done (0.000s) |
| 171 | 2026-03-04T03:35:30.382Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2026-03-04T03:35:30.547Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2026-03-04T03:35:30.550Z | Planning: Consolidating action changes ... Done |
| 174 | 2026-03-04T03:35:30.829Z | Planning: Evaluating mediators ... Done |
| 175 | 2026-03-04T03:35:30.832Z | Planning: Planning completed in 0.45 seconds |
| 176 | 2026-03-04T03:35:30.863Z | Mediators to change: 2 |
| 177 | 2026-03-04T03:35:30.866Z | Create boot environment: No |
| 178 | 2026-03-04T03:35:30.866Z | Create backup boot environment: No |
| 179 | 2026-03-04T03:35:30.935Z | Done |
| 180 | 2026-03-04T03:35:30.935Z | Done |
| 181 | 2026-03-04T03:35:31.742Z | Done |
| 182 | 2026-03-04T03:35:35.488Z | Done |
| 183 | 2026-03-04T03:35:35.577Z | Done |
| 184 | 2026-03-04T03:35:35.580Z | Done |
| 185 | 2026-03-04T03:35:35.733Z | Done |
| 186 | 2026-03-04T03:35:36.356Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2026-03-04T03:35:36.360Z | Planning: Merging actions ... Done |
| 188 | 2026-03-04T03:35:36.550Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2026-03-04T03:35:36.553Z | Planning: Consolidating action changes ... Done |
| 190 | 2026-03-04T03:35:36.821Z | Planning: Evaluating mediators ... Done |
| 191 | 2026-03-04T03:35:36.878Z | Planning: Planning completed in 0.77 seconds |
| 192 | 2026-03-04T03:35:36.913Z | Packages to change: 1 |
| 193 | 2026-03-04T03:35:36.913Z | Mediators to change: 1 |
| 194 | 2026-03-04T03:35:36.916Z | Services to change: 1 |
| 195 | 2026-03-04T03:35:36.916Z | Create boot environment: No |
| 196 | 2026-03-04T03:35:36.916Z | Create backup boot environment: Yes |
| 197 | 2026-03-04T03:35:39.543Z | Actions: 1/6 actions (Updating modified actions) |
| 198 | 2026-03-04T03:35:39.546Z | Actions: Completed 6 actions in 0.00 seconds. |
| 199 | 2026-03-04T03:35:39.546Z | Done |
| 200 | 2026-03-04T03:35:39.546Z | Done |
| 201 | 2026-03-04T03:35:39.768Z | Done |
| 202 | 2026-03-04T03:35:43.632Z | Done |
| 203 | 2026-03-04T03:35:43.760Z | Done |
| 204 | 2026-03-04T03:35:43.801Z | Done |
| 205 | 2026-03-04T03:35:43.906Z | Done |
| 206 | 2026-03-04T03:35:44.376Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2026-03-04T03:35:44.377Z | clang system 15 system |
| 208 | 2026-03-04T03:35:44.377Z | csh system system illumos |
| 209 | 2026-03-04T03:35:44.377Z | ctags system system illumos |
| 210 | 2026-03-04T03:35:44.377Z | file system system illumos |
| 211 | 2026-03-04T03:35:44.377Z | gcc vendor 12 vendor |
| 212 | 2026-03-04T03:35:44.377Z | gcc system 10 system |
| 213 | 2026-03-04T03:35:44.377Z | gcc system 7 system |
| 214 | 2026-03-04T03:35:44.377Z | go system 1.20 system |
| 215 | 2026-03-04T03:35:44.377Z | go system 1.19 system |
| 216 | 2026-03-04T03:35:44.377Z | llvm system 15 system |
| 217 | 2026-03-04T03:35:44.378Z | llvm system 14 system |
| 218 | 2026-03-04T03:35:44.378Z | mariadb system 10.6 system |
| 219 | 2026-03-04T03:35:44.380Z | mta vendor vendor dma |
| 220 | 2026-03-04T03:35:44.380Z | openjdk system 17 system |
| 221 | 2026-03-04T03:35:44.380Z | openjdk system 11 system |
| 222 | 2026-03-04T03:35:44.381Z | openjdk system 1.8 system |
| 223 | 2026-03-04T03:35:44.381Z | openssl vendor 3 vendor |
| 224 | 2026-03-04T03:35:44.381Z | perl system 5.36 system |
| 225 | 2026-03-04T03:35:44.381Z | postgresql system 15 system |
| 226 | 2026-03-04T03:35:44.381Z | postgresql system 13 system |
| 227 | 2026-03-04T03:35:44.381Z | python vendor 3 vendor |
| 228 | 2026-03-04T03:35:44.381Z | python system 2 system |
| 229 | 2026-03-04T03:35:44.382Z | python3 system 3.11 system |
| 230 | 2026-03-04T03:35:44.382Z | ruby system 3.0 system |
| 231 | 2026-03-04T03:35:44.382Z | words vendor vendor american-english |
| 232 | 2026-03-04T03:35:44.382Z | words system system australian-english |
| 233 | 2026-03-04T03:35:44.382Z | words system system british-english |
| 234 | 2026-03-04T03:35:44.382Z | words system system canadian-english |
| 235 | 2026-03-04T03:35:44.382Z | words system system french |
| 236 | 2026-03-04T03:35:44.382Z | words system system italian |
| 237 | 2026-03-04T03:35:44.382Z | words system system ngerman |
| 238 | 2026-03-04T03:35:44.382Z | words system system ogerman |
| 239 | 2026-03-04T03:35:44.382Z | words system system spanish |
| 240 | 2026-03-04T03:35:44.670Z | PUBLISHER TYPE STATUS P LOCATION |
| 241 | 2026-03-04T03:35:44.670Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 242 | 2026-03-04T03:35:51.255Z | FMRI IFO |
| 243 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 244 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 245 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 246 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 247 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 248 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 249 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 250 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 251 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 252 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 253 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 254 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 255 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 256 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 257 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 258 | 2026-03-04T03:35:51.255Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 259 | 2026-03-04T03:35:52.481Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 260 | 2026-03-04T03:35:52.766Z | Updating crates.io index |
| 261 | 2026-03-04T03:35:52.771Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 262 | 2026-03-04T03:35:53.200Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2026-03-04T03:35:53.626Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2026-03-04T03:35:53.910Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2026-03-04T03:35:54.246Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2026-03-04T03:35:55.629Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2026-03-04T03:35:57.933Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2026-03-04T03:36:03.397Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 269 | 2026-03-04T03:36:03.930Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 270 | 2026-03-04T03:36:04.717Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 271 | 2026-03-04T03:36:05.209Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 272 | 2026-03-04T03:36:06.207Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 273 | 2026-03-04T03:36:06.626Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 274 | 2026-03-04T03:36:07.137Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 275 | 2026-03-04T03:36:07.486Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2026-03-04T03:36:08.337Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2026-03-04T03:36:08.851Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 278 | 2026-03-04T03:36:09.214Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 279 | 2026-03-04T03:36:09.587Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 280 | 2026-03-04T03:36:10.017Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 281 | 2026-03-04T03:36:10.243Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 282 | 2026-03-04T03:36:10.485Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 283 | 2026-03-04T03:36:10.725Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 284 | 2026-03-04T03:36:11.169Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 285 | 2026-03-04T03:36:11.497Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 286 | 2026-03-04T03:36:12.263Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 287 | 2026-03-04T03:36:12.514Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 288 | 2026-03-04T03:36:12.816Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 289 | 2026-03-04T03:36:13.167Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 290 | 2026-03-04T03:36:14.868Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 291 | 2026-03-04T03:36:15.184Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 292 | 2026-03-04T03:36:15.545Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 293 | 2026-03-04T03:36:15.954Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 294 | 2026-03-04T03:36:16.486Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 295 | 2026-03-04T03:36:16.745Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 296 | 2026-03-04T03:36:17.048Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 297 | 2026-03-04T03:36:17.309Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 298 | 2026-03-04T03:36:17.835Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 299 | 2026-03-04T03:36:35.535Z | Downloading crates ... |
| 300 | 2026-03-04T03:36:35.627Z | Downloaded anstream v0.6.21 |
| 301 | 2026-03-04T03:36:35.630Z | Downloaded dtrace-parser v0.2.0 |
| 302 | 2026-03-04T03:36:35.633Z | Downloaded cargo_metadata v0.21.0 |
| 303 | 2026-03-04T03:36:35.634Z | Downloaded camino-tempfile v1.4.1 |
| 304 | 2026-03-04T03:36:35.637Z | Downloaded plain v0.2.3 |
| 305 | 2026-03-04T03:36:35.640Z | Downloaded fnv v1.0.7 |
| 306 | 2026-03-04T03:36:35.640Z | Downloaded cpufeatures v0.2.17 |
| 307 | 2026-03-04T03:36:35.643Z | Downloaded byteorder v1.5.0 |
| 308 | 2026-03-04T03:36:35.646Z | Downloaded getrandom v0.4.1 |
| 309 | 2026-03-04T03:36:35.649Z | Downloaded usdt-attr-macro v0.5.0 |
| 310 | 2026-03-04T03:36:35.652Z | Downloaded cfg-if v1.0.4 |
| 311 | 2026-03-04T03:36:35.652Z | Downloaded icu_normalizer_data v2.1.1 |
| 312 | 2026-03-04T03:36:35.655Z | Downloaded thiserror v2.0.18 |
| 313 | 2026-03-04T03:36:35.660Z | Downloaded dof v0.3.0 |
| 314 | 2026-03-04T03:36:35.663Z | Downloaded colorchoice v1.0.4 |
| 315 | 2026-03-04T03:36:35.663Z | Downloaded clap_builder v4.5.60 |
| 316 | 2026-03-04T03:36:35.668Z | Downloaded yoke v0.8.1 |
| 317 | 2026-03-04T03:36:35.671Z | Downloaded zerofrom v0.1.6 |
| 318 | 2026-03-04T03:36:35.671Z | Downloaded clap_derive v4.5.55 |
| 319 | 2026-03-04T03:36:35.674Z | Downloaded errno v0.3.14 |
| 320 | 2026-03-04T03:36:35.677Z | Downloaded anstyle-query v1.1.5 |
| 321 | 2026-03-04T03:36:35.677Z | Downloaded toml_write v0.1.2 |
| 322 | 2026-03-04T03:36:35.677Z | Downloaded utf8_iter v1.0.4 |
| 323 | 2026-03-04T03:36:35.680Z | Downloaded unicode-linebreak v0.1.5 |
| 324 | 2026-03-04T03:36:35.680Z | Downloaded percent-encoding v2.3.2 |
| 325 | 2026-03-04T03:36:35.680Z | Downloaded thread-id v4.2.2 |
| 326 | 2026-03-04T03:36:35.683Z | Downloaded heck v0.4.1 |
| 327 | 2026-03-04T03:36:35.683Z | Downloaded clap_lex v1.0.0 |
| 328 | 2026-03-04T03:36:35.686Z | Downloaded usdt-macro v0.5.0 |
| 329 | 2026-03-04T03:36:35.686Z | Downloaded yoke-derive v0.8.1 |
| 330 | 2026-03-04T03:36:35.686Z | Downloaded displaydoc v0.2.5 |
| 331 | 2026-03-04T03:36:35.690Z | Downloaded serde-value v0.7.0 |
| 332 | 2026-03-04T03:36:35.690Z | Downloaded writeable v0.6.2 |
| 333 | 2026-03-04T03:36:35.693Z | Downloaded icu_provider v2.1.1 |
| 334 | 2026-03-04T03:36:35.693Z | Downloaded equivalent v1.0.2 |
| 335 | 2026-03-04T03:36:35.696Z | Downloaded form_urlencoded v1.2.2 |
| 336 | 2026-03-04T03:36:35.696Z | Downloaded zerocopy-derive v0.7.35 |
| 337 | 2026-03-04T03:36:35.699Z | Downloaded utf8parse v0.2.2 |
| 338 | 2026-03-04T03:36:35.702Z | Downloaded memmap v0.7.0 |
| 339 | 2026-03-04T03:36:35.702Z | Downloaded is_terminal_polyfill v1.70.2 |
| 340 | 2026-03-04T03:36:35.705Z | Downloaded bitflags v2.11.0 |
| 341 | 2026-03-04T03:36:35.708Z | Downloaded proc-macro-error-attr v1.0.4 |
| 342 | 2026-03-04T03:36:35.708Z | Downloaded heck v0.5.0 |
| 343 | 2026-03-04T03:36:35.711Z | Downloaded fastrand v2.3.0 |
| 344 | 2026-03-04T03:36:35.711Z | Downloaded block-buffer v0.10.4 |
| 345 | 2026-03-04T03:36:35.711Z | Downloaded camino v1.2.2 |
| 346 | 2026-03-04T03:36:35.714Z | Downloaded digest v0.10.7 |
| 347 | 2026-03-04T03:36:35.714Z | Downloaded crypto-common v0.1.7 |
| 348 | 2026-03-04T03:36:35.717Z | Downloaded cargo_toml v0.21.0 |
| 349 | 2026-03-04T03:36:35.717Z | Downloaded once_cell v1.21.3 |
| 350 | 2026-03-04T03:36:35.720Z | Downloaded hashbrown v0.16.1 |
| 351 | 2026-03-04T03:36:35.724Z | Downloaded toml v0.8.23 |
| 352 | 2026-03-04T03:36:35.727Z | Downloaded usdt-impl v0.5.0 |
| 353 | 2026-03-04T03:36:35.727Z | Downloaded zerotrie v0.2.3 |
| 354 | 2026-03-04T03:36:35.730Z | Downloaded zerofrom-derive v0.1.6 |
| 355 | 2026-03-04T03:36:35.734Z | Downloaded log v0.4.29 |
| 356 | 2026-03-04T03:36:35.734Z | Downloaded thiserror-impl v2.0.18 |
| 357 | 2026-03-04T03:36:35.737Z | Downloaded tinystr v0.8.2 |
| 358 | 2026-03-04T03:36:35.737Z | Downloaded thiserror v1.0.69 |
| 359 | 2026-03-04T03:36:35.742Z | Downloaded itoa v1.0.17 |
| 360 | 2026-03-04T03:36:35.745Z | Downloaded serde_spanned v0.6.9 |
| 361 | 2026-03-04T03:36:35.745Z | Downloaded usdt v0.5.0 |
| 362 | 2026-03-04T03:36:35.745Z | Downloaded generic-array v0.14.7 |
| 363 | 2026-03-04T03:36:35.748Z | Downloaded unicode-xid v0.2.6 |
| 364 | 2026-03-04T03:36:35.748Z | Downloaded ordered-float v2.10.1 |
| 365 | 2026-03-04T03:36:35.751Z | Downloaded typeid v1.0.3 |
| 366 | 2026-03-04T03:36:35.751Z | Downloaded tabled_derive v0.7.0 |
| 367 | 2026-03-04T03:36:35.751Z | Downloaded swrite v0.1.0 |
| 368 | 2026-03-04T03:36:35.751Z | Downloaded autocfg v1.5.0 |
| 369 | 2026-03-04T03:36:35.756Z | Downloaded anstyle v1.0.13 |
| 370 | 2026-03-04T03:36:35.756Z | Downloaded version_check v0.9.5 |
| 371 | 2026-03-04T03:36:35.759Z | Downloaded scroll_derive v0.12.1 |
| 372 | 2026-03-04T03:36:35.759Z | Downloaded pretty-hex v0.4.1 |
| 373 | 2026-03-04T03:36:35.759Z | Downloaded zerovec-derive v0.11.2 |
| 374 | 2026-03-04T03:36:35.759Z | Downloaded idna_adapter v1.2.1 |
| 375 | 2026-03-04T03:36:35.762Z | Downloaded cargo-platform v0.2.0 |
| 376 | 2026-03-04T03:36:35.762Z | Downloaded clap v4.5.60 |
| 377 | 2026-03-04T03:36:35.768Z | Downloaded zmij v1.0.21 |
| 378 | 2026-03-04T03:36:35.772Z | Downloaded textwrap v0.16.2 |
| 379 | 2026-03-04T03:36:35.775Z | Downloaded unicode-ident v1.0.24 |
| 380 | 2026-03-04T03:36:35.775Z | Downloaded strsim v0.11.1 |
| 381 | 2026-03-04T03:36:35.778Z | Downloaded thiserror-impl v1.0.69 |
| 382 | 2026-03-04T03:36:35.778Z | Downloaded toml_datetime v0.6.11 |
| 383 | 2026-03-04T03:36:35.778Z | Downloaded terminal_size v0.4.3 |
| 384 | 2026-03-04T03:36:35.781Z | Downloaded stable_deref_trait v1.2.1 |
| 385 | 2026-03-04T03:36:35.781Z | Downloaded quote v1.0.44 |
| 386 | 2026-03-04T03:36:35.785Z | Downloaded url v2.5.8 |
| 387 | 2026-03-04T03:36:35.785Z | Downloaded toml_edit v0.22.27 |
| 388 | 2026-03-04T03:36:35.788Z | Downloaded ucd-trie v0.1.7 |
| 389 | 2026-03-04T03:36:35.791Z | Downloaded typenum v1.19.0 |
| 390 | 2026-03-04T03:36:35.794Z | Downloaded macaddr v1.0.1 |
| 391 | 2026-03-04T03:36:35.794Z | Downloaded potential_utf v0.1.4 |
| 392 | 2026-03-04T03:36:35.798Z | Downloaded synstructure v0.13.2 |
| 393 | 2026-03-04T03:36:35.801Z | Downloaded fs-err v3.3.0 |
| 394 | 2026-03-04T03:36:35.801Z | Downloaded zerovec v0.11.5 |
| 395 | 2026-03-04T03:36:35.805Z | Downloaded erased-serde v0.4.9 |
| 396 | 2026-03-04T03:36:35.808Z | Downloaded winnow v0.7.14 |
| 397 | 2026-03-04T03:36:35.814Z | Downloaded zerocopy v0.7.35 |
| 398 | 2026-03-04T03:36:35.828Z | Downloaded smawk v0.3.2 |
| 399 | 2026-03-04T03:36:35.831Z | Downloaded proc-macro-error v1.0.4 |
| 400 | 2026-03-04T03:36:35.834Z | Downloaded sha2 v0.10.9 |
| 401 | 2026-03-04T03:36:35.834Z | Downloaded serde-untagged v0.1.9 |
| 402 | 2026-03-04T03:36:35.839Z | Downloaded unicode-width v0.2.0 |
| 403 | 2026-03-04T03:36:35.842Z | Downloaded unicode-width v0.1.14 |
| 404 | 2026-03-04T03:36:35.845Z | Downloaded pest_generator v2.8.6 |
| 405 | 2026-03-04T03:36:35.848Z | Downloaded smallvec v1.15.1 |
| 406 | 2026-03-04T03:36:35.848Z | Downloaded serde_tokenstream v0.2.3 |
| 407 | 2026-03-04T03:36:35.852Z | Downloaded scroll v0.12.0 |
| 408 | 2026-03-04T03:36:35.852Z | Downloaded bytecount v0.6.9 |
| 409 | 2026-03-04T03:36:35.852Z | Downloaded anstyle-parse v0.2.7 |
| 410 | 2026-03-04T03:36:35.857Z | Downloaded pest_derive v2.8.6 |
| 411 | 2026-03-04T03:36:35.857Z | Downloaded tempfile v3.25.0 |
| 412 | 2026-03-04T03:36:35.861Z | Downloaded icu_collections v2.1.1 |
| 413 | 2026-03-04T03:36:35.864Z | Downloaded icu_properties v2.1.2 |
| 414 | 2026-03-04T03:36:35.867Z | Downloaded serde_core v1.0.228 |
| 415 | 2026-03-04T03:36:35.870Z | Downloaded anyhow v1.0.102 |
| 416 | 2026-03-04T03:36:35.873Z | Downloaded semver v1.0.27 |
| 417 | 2026-03-04T03:36:35.875Z | Downloaded papergrid v0.11.0 |
| 418 | 2026-03-04T03:36:35.878Z | Downloaded num-traits v0.2.19 |
| 419 | 2026-03-04T03:36:35.882Z | Downloaded cargo-util-schemas v0.8.2 |
| 420 | 2026-03-04T03:36:35.882Z | Downloaded litemap v0.8.1 |
| 421 | 2026-03-04T03:36:35.885Z | Downloaded icu_normalizer v2.1.1 |
| 422 | 2026-03-04T03:36:35.888Z | Downloaded icu_locale_core v2.1.1 |
| 423 | 2026-03-04T03:36:35.927Z | Downloaded serde_derive v1.0.228 |
| 424 | 2026-03-04T03:36:35.927Z | Downloaded proc-macro2 v1.0.106 |
| 425 | 2026-03-04T03:36:35.928Z | Downloaded serde v1.0.228 |
| 426 | 2026-03-04T03:36:35.928Z | Downloaded pest_meta v2.8.6 |
| 427 | 2026-03-04T03:36:35.928Z | Downloaded indexmap v2.13.0 |
| 428 | 2026-03-04T03:36:35.928Z | Downloaded memchr v2.8.0 |
| 429 | 2026-03-04T03:36:35.932Z | Downloaded icu_properties_data v2.1.2 |
| 430 | 2026-03-04T03:36:35.945Z | Downloaded pest v2.8.6 |
| 431 | 2026-03-04T03:36:35.964Z | Downloaded serde_json v1.0.149 |
| 432 | 2026-03-04T03:36:35.970Z | Downloaded idna v1.1.0 |
| 433 | 2026-03-04T03:36:35.974Z | Downloaded goblin v0.8.2 |
| 434 | 2026-03-04T03:36:35.986Z | Downloaded tabled v0.15.0 |
| 435 | 2026-03-04T03:36:36.003Z | Downloaded syn v1.0.109 |
| 436 | 2026-03-04T03:36:36.014Z | Downloaded syn v2.0.117 |
| 437 | 2026-03-04T03:36:36.028Z | Downloaded rustix v1.1.3 |
| 438 | 2026-03-04T03:36:36.066Z | Downloaded libc v0.2.180 |
| 439 | 2026-03-04T03:36:36.157Z | Compiling proc-macro2 v1.0.106 |
| 440 | 2026-03-04T03:36:36.160Z | Compiling unicode-ident v1.0.24 |
| 441 | 2026-03-04T03:36:36.160Z | Compiling quote v1.0.44 |
| 442 | 2026-03-04T03:36:36.160Z | Compiling serde_core v1.0.228 |
| 443 | 2026-03-04T03:36:36.160Z | Compiling libc v0.2.180 |
| 444 | 2026-03-04T03:36:36.160Z | Compiling version_check v0.9.5 |
| 445 | 2026-03-04T03:36:36.160Z | Compiling serde v1.0.228 |
| 446 | 2026-03-04T03:36:36.391Z | Compiling memchr v2.8.0 |
| 447 | 2026-03-04T03:36:36.647Z | Compiling stable_deref_trait v1.2.1 |
| 448 | 2026-03-04T03:36:36.783Z | Compiling zmij v1.0.21 |
| 449 | 2026-03-04T03:36:37.103Z | Compiling thiserror v1.0.69 |
| 450 | 2026-03-04T03:36:37.455Z | Compiling autocfg v1.5.0 |
| 451 | 2026-03-04T03:36:37.531Z | Compiling itoa v1.0.17 |
| 452 | 2026-03-04T03:36:37.776Z | Compiling ucd-trie v0.1.7 |
| 453 | 2026-03-04T03:36:38.022Z | Compiling writeable v0.6.2 |
| 454 | 2026-03-04T03:36:38.284Z | Compiling pest v2.8.6 |
| 455 | 2026-03-04T03:36:38.339Z | Compiling litemap v0.8.1 |
| 456 | 2026-03-04T03:36:38.393Z | Compiling rustix v1.1.3 |
| 457 | 2026-03-04T03:36:38.396Z | Compiling byteorder v1.5.0 |
| 458 | 2026-03-04T03:36:38.691Z | Compiling icu_properties_data v2.1.2 |
| 459 | 2026-03-04T03:36:39.009Z | Compiling icu_normalizer_data v2.1.1 |
| 460 | 2026-03-04T03:36:39.245Z | Compiling errno v0.3.14 |
| 461 | 2026-03-04T03:36:39.366Z | Compiling syn v2.0.117 |
| 462 | 2026-03-04T03:36:39.448Z | Compiling bitflags v2.11.0 |
| 463 | 2026-03-04T03:36:39.495Z | Compiling serde_json v1.0.149 |
| 464 | 2026-03-04T03:36:39.676Z | Compiling num-traits v0.2.19 |
| 465 | 2026-03-04T03:36:39.949Z | Compiling equivalent v1.0.2 |
| 466 | 2026-03-04T03:36:40.024Z | Compiling smallvec v1.15.1 |
| 467 | 2026-03-04T03:36:40.098Z | Compiling hashbrown v0.16.1 |
| 468 | 2026-03-04T03:36:40.251Z | Compiling typeid v1.0.3 |
| 469 | 2026-03-04T03:36:40.802Z | Compiling pest_meta v2.8.6 |
| 470 | 2026-03-04T03:36:40.860Z | Compiling thread-id v4.2.2 |
| 471 | 2026-03-04T03:36:41.001Z | Compiling usdt-impl v0.5.0 |
| 472 | 2026-03-04T03:36:41.236Z | Compiling indexmap v2.13.0 |
| 473 | 2026-03-04T03:36:41.308Z | Compiling proc-macro-error-attr v1.0.4 |
| 474 | 2026-03-04T03:36:41.392Z | Compiling winnow v0.7.14 |
| 475 | 2026-03-04T03:36:41.657Z | Compiling erased-serde v0.4.9 |
| 476 | 2026-03-04T03:36:42.175Z | Compiling toml_write v0.1.2 |
| 477 | 2026-03-04T03:36:42.318Z | Compiling syn v1.0.109 |
| 478 | 2026-03-04T03:36:43.061Z | Compiling proc-macro-error v1.0.4 |
| 479 | 2026-03-04T03:36:43.202Z | Compiling thiserror v2.0.18 |
| 480 | 2026-03-04T03:36:43.410Z | Compiling percent-encoding v2.3.2 |
| 481 | 2026-03-04T03:36:43.849Z | Compiling camino v1.2.2 |
| 482 | 2026-03-04T03:36:43.962Z | Compiling getrandom v0.4.1 |
| 483 | 2026-03-04T03:36:44.522Z | Compiling utf8parse v0.2.2 |
| 484 | 2026-03-04T03:36:44.636Z | Compiling utf8_iter v1.0.4 |
| 485 | 2026-03-04T03:36:44.712Z | Compiling plain v0.2.3 |
| 486 | 2026-03-04T03:36:44.715Z | Compiling log v0.4.29 |
| 487 | 2026-03-04T03:36:44.933Z | Compiling anstyle-parse v0.2.7 |
| 488 | 2026-03-04T03:36:45.053Z | Compiling ordered-float v2.10.1 |
| 489 | 2026-03-04T03:36:45.115Z | Compiling form_urlencoded v1.2.2 |
| 490 | 2026-03-04T03:36:45.419Z | Compiling terminal_size v0.4.3 |
| 491 | 2026-03-04T03:36:45.495Z | Compiling anstyle v1.0.13 |
| 492 | 2026-03-04T03:36:45.615Z | Compiling is_terminal_polyfill v1.70.2 |
| 493 | 2026-03-04T03:36:45.643Z | Compiling anstyle-query v1.1.5 |
| 494 | 2026-03-04T03:36:45.772Z | Compiling colorchoice v1.0.4 |
| 495 | 2026-03-04T03:36:45.814Z | Compiling pretty-hex v0.4.1 |
| 496 | 2026-03-04T03:36:45.842Z | Compiling cfg-if v1.0.4 |
| 497 | 2026-03-04T03:36:45.950Z | Compiling anstream v0.6.21 |
| 498 | 2026-03-04T03:36:46.056Z | Compiling synstructure v0.13.2 |
| 499 | 2026-03-04T03:36:46.135Z | Compiling pest_generator v2.8.6 |
| 500 | 2026-03-04T03:36:46.256Z | Compiling serde-untagged v0.1.9 |
| 501 | 2026-03-04T03:36:46.397Z | Compiling semver v1.0.27 |
| 502 | 2026-03-04T03:36:46.793Z | Compiling fs-err v3.3.0 |
| 503 | 2026-03-04T03:36:47.043Z | Compiling fastrand v2.3.0 |
| 504 | 2026-03-04T03:36:47.110Z | Compiling unicode-xid v0.2.6 |
| 505 | 2026-03-04T03:36:47.139Z | Compiling clap_lex v1.0.0 |
| 506 | 2026-03-04T03:36:47.338Z | Compiling once_cell v1.21.3 |
| 507 | 2026-03-04T03:36:47.429Z | Compiling unicode-width v0.1.14 |
| 508 | 2026-03-04T03:36:47.554Z | Compiling bytecount v0.6.9 |
| 509 | 2026-03-04T03:36:47.596Z | Compiling fnv v1.0.7 |
| 510 | 2026-03-04T03:36:47.719Z | Compiling anyhow v1.0.102 |
| 511 | 2026-03-04T03:36:47.756Z | Compiling strsim v0.11.1 |
| 512 | 2026-03-04T03:36:47.795Z | Compiling heck v0.5.0 |
| 513 | 2026-03-04T03:36:47.973Z | Compiling heck v0.4.1 |
| 514 | 2026-03-04T03:36:48.276Z | Compiling clap_builder v4.5.60 |
| 515 | 2026-03-04T03:36:48.414Z | Compiling papergrid v0.11.0 |
| 516 | 2026-03-04T03:36:48.443Z | Compiling tempfile v3.25.0 |
| 517 | 2026-03-04T03:36:48.638Z | Compiling memmap v0.7.0 |
| 518 | 2026-03-04T03:36:48.742Z | Compiling smawk v0.3.2 |
| 519 | 2026-03-04T03:36:49.021Z | Compiling unicode-width v0.2.0 |
| 520 | 2026-03-04T03:36:49.025Z | Compiling unicode-linebreak v0.1.5 |
| 521 | 2026-03-04T03:36:49.260Z | Compiling camino-tempfile v1.4.1 |
| 522 | 2026-03-04T03:36:49.547Z | Compiling textwrap v0.16.2 |
| 523 | 2026-03-04T03:36:50.308Z | Compiling swrite v0.1.0 |
| 524 | 2026-03-04T03:36:50.394Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 525 | 2026-03-04T03:36:50.472Z | Compiling tabled_derive v0.7.0 |
| 526 | 2026-03-04T03:36:50.761Z | Compiling serde_derive v1.0.228 |
| 527 | 2026-03-04T03:36:50.796Z | Compiling zerofrom-derive v0.1.6 |
| 528 | 2026-03-04T03:36:50.822Z | Compiling yoke-derive v0.8.1 |
| 529 | 2026-03-04T03:36:50.913Z | Compiling zerovec-derive v0.11.2 |
| 530 | 2026-03-04T03:36:51.350Z | Compiling displaydoc v0.2.5 |
| 531 | 2026-03-04T03:36:52.553Z | Compiling thiserror-impl v1.0.69 |
| 532 | 2026-03-04T03:36:52.935Z | Compiling zerocopy-derive v0.7.35 |
| 533 | 2026-03-04T03:36:53.448Z | Compiling pest_derive v2.8.6 |
| 534 | 2026-03-04T03:36:53.564Z | Compiling scroll_derive v0.12.1 |
| 535 | 2026-03-04T03:36:54.171Z | Compiling zerofrom v0.1.6 |
| 536 | 2026-03-04T03:36:54.249Z | Compiling thiserror-impl v2.0.18 |
| 537 | 2026-03-04T03:36:54.430Z | Compiling yoke v0.8.1 |
| 538 | 2026-03-04T03:36:54.818Z | Compiling zerovec v0.11.5 |
| 539 | 2026-03-04T03:36:54.923Z | Compiling zerotrie v0.2.3 |
| 540 | 2026-03-04T03:36:55.115Z | Compiling zerocopy v0.7.35 |
| 541 | 2026-03-04T03:36:55.573Z | Compiling scroll v0.12.0 |
| 542 | 2026-03-04T03:36:55.667Z | Compiling dtrace-parser v0.2.0 |
| 543 | 2026-03-04T03:36:55.943Z | Compiling tinystr v0.8.2 |
| 544 | 2026-03-04T03:36:55.973Z | Compiling potential_utf v0.1.4 |
| 545 | 2026-03-04T03:36:56.136Z | Compiling goblin v0.8.2 |
| 546 | 2026-03-04T03:36:56.274Z | Compiling icu_collections v2.1.1 |
| 547 | 2026-03-04T03:36:56.364Z | Compiling icu_locale_core v2.1.1 |
| 548 | 2026-03-04T03:36:56.469Z | Compiling clap_derive v4.5.55 |
| 549 | 2026-03-04T03:36:57.295Z | Compiling tabled v0.15.0 |
| 550 | 2026-03-04T03:36:57.789Z | Compiling icu_provider v2.1.1 |
| 551 | 2026-03-04T03:36:58.327Z | Compiling icu_properties v2.1.2 |
| 552 | 2026-03-04T03:36:58.440Z | Compiling icu_normalizer v2.1.1 |
| 553 | 2026-03-04T03:36:59.192Z | Compiling toml_datetime v0.6.11 |
| 554 | 2026-03-04T03:36:59.303Z | Compiling serde_spanned v0.6.9 |
| 555 | 2026-03-04T03:36:59.350Z | Compiling dof v0.3.0 |
| 556 | 2026-03-04T03:36:59.568Z | Compiling toml_edit v0.22.27 |
| 557 | 2026-03-04T03:36:59.708Z | Compiling serde_tokenstream v0.2.3 |
| 558 | 2026-03-04T03:36:59.767Z | Compiling serde-value v0.7.0 |
| 559 | 2026-03-04T03:36:59.839Z | Compiling cargo-platform v0.2.0 |
| 560 | 2026-03-04T03:37:00.339Z | Compiling clap v4.5.60 |
| 561 | 2026-03-04T03:37:00.393Z | Compiling macaddr v1.0.1 |
| 562 | 2026-03-04T03:37:00.567Z | Compiling idna_adapter v1.2.1 |
| 563 | 2026-03-04T03:37:00.814Z | Compiling idna v1.1.0 |
| 564 | 2026-03-04T03:37:01.263Z | Compiling usdt-macro v0.5.0 |
| 565 | 2026-03-04T03:37:01.263Z | Compiling usdt-attr-macro v0.5.0 |
| 566 | 2026-03-04T03:37:01.484Z | Compiling url v2.5.8 |
| 567 | 2026-03-04T03:37:02.938Z | Compiling toml v0.8.23 |
| 568 | 2026-03-04T03:37:03.140Z | Compiling usdt v0.5.0 |
| 569 | 2026-03-04T03:37:03.721Z | Compiling cargo-util-schemas v0.8.2 |
| 570 | 2026-03-04T03:37:03.721Z | Compiling cargo_toml v0.21.0 |
| 571 | 2026-03-04T03:37:05.273Z | Compiling cargo_metadata v0.21.0 |
| 572 | 2026-03-04T03:37:07.099Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 573 | 2026-03-04T03:37:10.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
| 574 | 2026-03-04T03:37:10.918Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 575 | 2026-03-04T03:37:11.703Z | Downloading crates ... |
| 576 | 2026-03-04T03:37:11.830Z | Downloaded adler2 v2.0.1 |
| 577 | 2026-03-04T03:37:11.841Z | Downloaded cobs v0.3.0 |
| 578 | 2026-03-04T03:37:11.845Z | Downloaded chacha20poly1305 v0.10.1 |
| 579 | 2026-03-04T03:37:11.850Z | Downloaded camino-tempfile-ext v0.3.3 |
| 580 | 2026-03-04T03:37:11.854Z | Downloaded block-padding v0.3.3 |
| 581 | 2026-03-04T03:37:11.858Z | Downloaded bit-set v0.5.3 |
| 582 | 2026-03-04T03:37:11.862Z | Downloaded critical-section v1.2.0 |
| 583 | 2026-03-04T03:37:11.866Z | Downloaded bit-vec v0.8.0 |
| 584 | 2026-03-04T03:37:11.870Z | Downloaded base64 v0.21.7 |
| 585 | 2026-03-04T03:37:11.877Z | Downloaded foreign-types-shared v0.1.1 |
| 586 | 2026-03-04T03:37:11.880Z | Downloaded embedded-io v0.6.1 |
| 587 | 2026-03-04T03:37:11.884Z | Downloaded daft v0.1.5 |
| 588 | 2026-03-04T03:37:11.890Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 589 | 2026-03-04T03:37:11.893Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 590 | 2026-03-04T03:37:11.896Z | Downloaded dirs-sys-next v0.1.2 |
| 591 | 2026-03-04T03:37:11.899Z | Downloaded foldhash v0.1.5 |
| 592 | 2026-03-04T03:37:11.903Z | Downloaded crossbeam-deque v0.8.6 |
| 593 | 2026-03-04T03:37:11.907Z | Downloaded console v0.16.2 |
| 594 | 2026-03-04T03:37:11.912Z | Downloaded fatfs v0.3.6 |
| 595 | 2026-03-04T03:37:11.917Z | Downloaded darling v0.20.11 |
| 596 | 2026-03-04T03:37:11.925Z | Downloaded derive_builder_core v0.20.2 |
| 597 | 2026-03-04T03:37:11.929Z | Downloaded buf-list v1.1.2 |
| 598 | 2026-03-04T03:37:11.935Z | Downloaded dof v0.4.0 |
| 599 | 2026-03-04T03:37:11.938Z | Downloaded crc-catalog v2.4.0 |
| 600 | 2026-03-04T03:37:11.942Z | Downloaded ghash v0.5.1 |
| 601 | 2026-03-04T03:37:11.946Z | Downloaded defmt v0.3.100 |
| 602 | 2026-03-04T03:37:11.950Z | Downloaded endian-type v0.1.2 |
| 603 | 2026-03-04T03:37:11.953Z | Downloaded float-ord v0.3.2 |
| 604 | 2026-03-04T03:37:11.956Z | Downloaded float-cmp v0.10.0 |
| 605 | 2026-03-04T03:37:11.960Z | Downloaded arrayref v0.3.9 |
| 606 | 2026-03-04T03:37:11.965Z | Downloaded fd-lock v4.0.4 |
| 607 | 2026-03-04T03:37:12.026Z | Downloaded crc8 v0.1.1 |
| 608 | 2026-03-04T03:37:12.026Z | Downloaded env_logger v0.11.9 |
| 609 | 2026-03-04T03:37:12.027Z | Downloaded futures-core v0.3.32 |
| 610 | 2026-03-04T03:37:12.027Z | Downloaded cargo_metadata v0.19.2 |
| 611 | 2026-03-04T03:37:12.027Z | Downloaded flagset v0.4.7 |
| 612 | 2026-03-04T03:37:12.027Z | Downloaded foreign-types-shared v0.3.1 |
| 613 | 2026-03-04T03:37:12.027Z | Downloaded gethostname v0.5.0 |
| 614 | 2026-03-04T03:37:12.027Z | Downloaded fxhash v0.2.1 |
| 615 | 2026-03-04T03:37:12.027Z | Downloaded futures-task v0.3.32 |
| 616 | 2026-03-04T03:37:12.027Z | Downloaded hash32 v0.3.1 |
| 617 | 2026-03-04T03:37:12.027Z | Downloaded cexpr v0.6.0 |
| 618 | 2026-03-04T03:37:12.027Z | Downloaded hex-literal v0.4.1 |
| 619 | 2026-03-04T03:37:12.027Z | Downloaded foreign-types v0.3.2 |
| 620 | 2026-03-04T03:37:12.031Z | Downloaded fs_extra v1.3.0 |
| 621 | 2026-03-04T03:37:12.034Z | Downloaded globwalk v0.9.1 |
| 622 | 2026-03-04T03:37:12.037Z | Downloaded convert_case v0.10.0 |
| 623 | 2026-03-04T03:37:12.040Z | Downloaded find-msvc-tools v0.1.9 |
| 624 | 2026-03-04T03:37:12.043Z | Downloaded cookie_store v0.22.1 |
| 625 | 2026-03-04T03:37:12.047Z | Downloaded home v0.5.12 |
| 626 | 2026-03-04T03:37:12.050Z | Downloaded http-range v0.1.5 |
| 627 | 2026-03-04T03:37:12.053Z | Downloaded hostname v0.4.2 |
| 628 | 2026-03-04T03:37:12.057Z | Downloaded hex v0.4.3 |
| 629 | 2026-03-04T03:37:12.060Z | Downloaded hubpack_derive v0.1.1 |
| 630 | 2026-03-04T03:37:12.063Z | Downloaded inout v0.1.4 |
| 631 | 2026-03-04T03:37:12.066Z | Downloaded indoc v1.0.9 |
| 632 | 2026-03-04T03:37:12.071Z | Downloaded foldhash v0.2.0 |
| 633 | 2026-03-04T03:37:12.075Z | Downloaded futures-executor v0.3.32 |
| 634 | 2026-03-04T03:37:12.078Z | Downloaded glob v0.3.3 |
| 635 | 2026-03-04T03:37:12.082Z | Downloaded fallible-iterator v0.2.0 |
| 636 | 2026-03-04T03:37:12.085Z | Downloaded crossbeam-utils v0.8.21 |
| 637 | 2026-03-04T03:37:12.089Z | Downloaded instability v0.3.11 |
| 638 | 2026-03-04T03:37:12.093Z | Downloaded is_ci v1.2.0 |
| 639 | 2026-03-04T03:37:12.096Z | Downloaded globset v0.4.18 |
| 640 | 2026-03-04T03:37:12.099Z | Downloaded git-stub-vcs v0.1.0 |
| 641 | 2026-03-04T03:37:12.103Z | Downloaded highway v1.3.0 |
| 642 | 2026-03-04T03:37:12.107Z | Downloaded kstat-rs v0.2.4 |
| 643 | 2026-03-04T03:37:12.110Z | Downloaded libscf-sys v1.1.0 |
| 644 | 2026-03-04T03:37:12.113Z | Downloaded lazy_static v1.5.0 |
| 645 | 2026-03-04T03:37:12.116Z | Downloaded hostname v0.3.1 |
| 646 | 2026-03-04T03:37:12.119Z | Downloaded instant v0.1.13 |
| 647 | 2026-03-04T03:37:12.123Z | Downloaded linked-hash-map v0.5.6 |
| 648 | 2026-03-04T03:37:12.127Z | Downloaded match_cfg v0.1.0 |
| 649 | 2026-03-04T03:37:12.130Z | Downloaded lzss v0.8.2 |
| 650 | 2026-03-04T03:37:12.133Z | Downloaded getrandom v0.2.17 |
| 651 | 2026-03-04T03:37:12.137Z | Downloaded md-5 v0.10.6 |
| 652 | 2026-03-04T03:37:12.140Z | Downloaded md5 v0.7.0 |
| 653 | 2026-03-04T03:37:12.143Z | Downloaded lru-cache v0.1.2 |
| 654 | 2026-03-04T03:37:12.146Z | Downloaded maybe-uninit v2.0.0 |
| 655 | 2026-03-04T03:37:12.149Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 656 | 2026-03-04T03:37:12.153Z | Downloaded memoffset v0.9.1 |
| 657 | 2026-03-04T03:37:12.156Z | Downloaded nibble_vec v0.1.0 |
| 658 | 2026-03-04T03:37:12.159Z | Downloaded newline-converter v0.3.0 |
| 659 | 2026-03-04T03:37:12.162Z | Downloaded ipnetwork v0.21.1 |
| 660 | 2026-03-04T03:37:12.165Z | Downloaded newtype_derive v0.1.6 |
| 661 | 2026-03-04T03:37:12.168Z | Downloaded newtype-uuid-macros v0.1.0 |
| 662 | 2026-03-04T03:37:12.171Z | Downloaded flume v0.11.1 |
| 663 | 2026-03-04T03:37:12.176Z | Downloaded num_enum_derive v0.5.11 |
| 664 | 2026-03-04T03:37:12.179Z | Downloaded libsw-core v0.3.2 |
| 665 | 2026-03-04T03:37:12.183Z | Downloaded nonempty v0.12.0 |
| 666 | 2026-03-04T03:37:12.186Z | Downloaded ingot-macros v0.1.1 |
| 667 | 2026-03-04T03:37:12.189Z | Downloaded num-conv v0.2.0 |
| 668 | 2026-03-04T03:37:12.193Z | Downloaded half v1.8.3 |
| 669 | 2026-03-04T03:37:12.196Z | Downloaded group v0.13.0 |
| 670 | 2026-03-04T03:37:12.199Z | Downloaded jobserver v0.1.34 |
| 671 | 2026-03-04T03:37:12.202Z | Downloaded num-derive v0.3.3 |
| 672 | 2026-03-04T03:37:12.205Z | Downloaded openssl-probe v0.1.6 |
| 673 | 2026-03-04T03:37:12.208Z | Downloaded openssl-probe v0.2.1 |
| 674 | 2026-03-04T03:37:12.212Z | Downloaded iana-time-zone v0.1.65 |
| 675 | 2026-03-04T03:37:12.215Z | Downloaded dropshot_endpoint v0.16.7 |
| 676 | 2026-03-04T03:37:12.220Z | Downloaded mime v0.3.17 |
| 677 | 2026-03-04T03:37:12.223Z | Downloaded oso-derive v0.27.3 |
| 678 | 2026-03-04T03:37:12.226Z | Downloaded darling v0.23.0 |
| 679 | 2026-03-04T03:37:12.231Z | Downloaded parse-display v0.10.0 |
| 680 | 2026-03-04T03:37:12.234Z | Downloaded olpc-cjson v0.1.4 |
| 681 | 2026-03-04T03:37:12.237Z | Downloaded nodrop v0.1.14 |
| 682 | 2026-03-04T03:37:12.240Z | Downloaded newtype-uuid v1.3.2 |
| 683 | 2026-03-04T03:37:12.243Z | Downloaded pbkdf2 v0.11.0 |
| 684 | 2026-03-04T03:37:12.246Z | Downloaded peg-runtime v0.8.5 |
| 685 | 2026-03-04T03:37:12.249Z | Downloaded futures v0.3.32 |
| 686 | 2026-03-04T03:37:12.253Z | Downloaded parse-size v1.1.0 |
| 687 | 2026-03-04T03:37:12.256Z | Downloaded num_enum v0.7.5 |
| 688 | 2026-03-04T03:37:12.261Z | Downloaded packed_struct_codegen v0.10.1 |
| 689 | 2026-03-04T03:37:12.265Z | Downloaded ingot v0.1.1 |
| 690 | 2026-03-04T03:37:12.267Z | Downloaded crossterm v0.29.0 |
| 691 | 2026-03-04T03:37:12.275Z | Downloaded pin-utils v0.1.0 |
| 692 | 2026-03-04T03:37:12.278Z | Downloaded hyper-rustls v0.27.7 |
| 693 | 2026-03-04T03:37:12.282Z | Downloaded precomputed-hash v0.1.1 |
| 694 | 2026-03-04T03:37:12.285Z | Downloaded memmap2 v0.9.10 |
| 695 | 2026-03-04T03:37:12.288Z | Downloaded phf_shared v0.13.1 |
| 696 | 2026-03-04T03:37:12.288Z | Downloaded litrs v1.0.0 |
| 697 | 2026-03-04T03:37:12.292Z | Downloaded phf_shared v0.12.1 |
| 698 | 2026-03-04T03:37:12.295Z | Downloaded phf_shared v0.11.3 |
| 699 | 2026-03-04T03:37:12.298Z | Downloaded proc-macro-crate v1.3.1 |
| 700 | 2026-03-04T03:37:12.301Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 701 | 2026-03-04T03:37:12.304Z | Downloaded darling_core v0.20.11 |
| 702 | 2026-03-04T03:37:12.308Z | Downloaded packed_struct v0.10.1 |
| 703 | 2026-03-04T03:37:12.311Z | Downloaded opaque-debug v0.3.1 |
| 704 | 2026-03-04T03:37:12.313Z | Downloaded num_enum_derive v0.7.5 |
| 705 | 2026-03-04T03:37:12.317Z | Downloaded powerfmt v0.2.0 |
| 706 | 2026-03-04T03:37:12.320Z | Downloaded pem v3.0.6 |
| 707 | 2026-03-04T03:37:12.324Z | Downloaded progenitor-macro v0.10.0 |
| 708 | 2026-03-04T03:37:12.324Z | Downloaded progenitor-client v0.10.0 |
| 709 | 2026-03-04T03:37:12.327Z | Downloaded oxnet v0.1.4 |
| 710 | 2026-03-04T03:37:12.330Z | Downloaded peg-macros v0.8.5 |
| 711 | 2026-03-04T03:37:12.333Z | Downloaded phf v0.13.1 |
| 712 | 2026-03-04T03:37:12.336Z | Downloaded progenitor-client v0.11.2 |
| 713 | 2026-03-04T03:37:12.339Z | Downloaded quick-error v1.2.3 |
| 714 | 2026-03-04T03:37:12.339Z | Downloaded proc-macro-crate v3.4.0 |
| 715 | 2026-03-04T03:37:12.342Z | Downloaded phf v0.12.1 |
| 716 | 2026-03-04T03:37:12.344Z | Downloaded paste v1.0.15 |
| 717 | 2026-03-04T03:37:12.348Z | Downloaded radium v0.7.0 |
| 718 | 2026-03-04T03:37:12.350Z | Downloaded psl-types v2.0.11 |
| 719 | 2026-03-04T03:37:12.353Z | Downloaded heapless v0.8.0 |
| 720 | 2026-03-04T03:37:12.357Z | Downloaded half v2.7.1 |
| 721 | 2026-03-04T03:37:12.361Z | Downloaded ppv-lite86 v0.2.21 |
| 722 | 2026-03-04T03:37:12.364Z | Downloaded bumpalo v3.20.2 |
| 723 | 2026-03-04T03:37:12.367Z | Downloaded rand_chacha v0.3.1 |
| 724 | 2026-03-04T03:37:12.370Z | Downloaded num-complex v0.4.6 |
| 725 | 2026-03-04T03:37:12.373Z | Downloaded crypto-bigint v0.5.5 |
| 726 | 2026-03-04T03:37:12.380Z | Downloaded primeorder v0.13.6 |
| 727 | 2026-03-04T03:37:12.382Z | Downloaded omicron-zone-package v0.12.2 |
| 728 | 2026-03-04T03:37:12.386Z | Downloaded progenitor-macro v0.13.0 |
| 729 | 2026-03-04T03:37:12.389Z | Downloaded ref-cast v1.0.25 |
| 730 | 2026-03-04T03:37:12.392Z | Downloaded postgres-protocol v0.6.10 |
| 731 | 2026-03-04T03:37:12.396Z | Downloaded progenitor-extras v0.1.0 |
| 732 | 2026-03-04T03:37:12.399Z | Downloaded flate2 v1.1.9 |
| 733 | 2026-03-04T03:37:12.403Z | Downloaded ref-cast-impl v1.0.25 |
| 734 | 2026-03-04T03:37:12.406Z | Downloaded russh-cryptovec v0.7.3 |
| 735 | 2026-03-04T03:37:12.409Z | Downloaded indicatif v0.18.4 |
| 736 | 2026-03-04T03:37:12.412Z | Downloaded rtoolbox v0.0.3 |
| 737 | 2026-03-04T03:37:12.415Z | Downloaded pkcs1 v0.7.5 |
| 738 | 2026-03-04T03:37:12.418Z | Downloaded progenitor v0.11.2 |
| 739 | 2026-03-04T03:37:12.421Z | Downloaded postcard v1.1.3 |
| 740 | 2026-03-04T03:37:12.424Z | Downloaded rand_xorshift v0.4.0 |
| 741 | 2026-03-04T03:37:12.427Z | Downloaded rustc_version v0.4.1 |
| 742 | 2026-03-04T03:37:12.430Z | Downloaded progenitor v0.10.0 |
| 743 | 2026-03-04T03:37:12.430Z | Downloaded r2d2 v0.8.10 |
| 744 | 2026-03-04T03:37:12.432Z | Downloaded owo-colors v4.3.0 |
| 745 | 2026-03-04T03:37:12.435Z | Downloaded hickory-resolver v0.25.2 |
| 746 | 2026-03-04T03:37:12.439Z | Downloaded miniz_oxide v0.8.9 |
| 747 | 2026-03-04T03:37:12.443Z | Downloaded rustc_version v0.1.7 |
| 748 | 2026-03-04T03:37:12.447Z | Downloaded rand_core v0.10.0 |
| 749 | 2026-03-04T03:37:12.450Z | Downloaded predicates v3.1.4 |
| 750 | 2026-03-04T03:37:12.453Z | Downloaded aes v0.8.4 |
| 751 | 2026-03-04T03:37:12.455Z | Downloaded darling_core v0.21.3 |
| 752 | 2026-03-04T03:37:12.460Z | Downloaded darling_core v0.23.0 |
| 753 | 2026-03-04T03:37:12.466Z | Downloaded oso v0.27.3 |
| 754 | 2026-03-04T03:37:12.470Z | Downloaded same-file v1.0.6 |
| 755 | 2026-03-04T03:37:12.473Z | Downloaded rand_chacha v0.9.0 |
| 756 | 2026-03-04T03:37:12.475Z | Downloaded rustc-hash v2.1.1 |
| 757 | 2026-03-04T03:37:12.478Z | Downloaded scroll_derive v0.13.1 |
| 758 | 2026-03-04T03:37:12.479Z | Downloaded scopeguard v1.2.0 |
| 759 | 2026-03-04T03:37:12.482Z | Downloaded scheduled-thread-pool v0.2.7 |
| 760 | 2026-03-04T03:37:12.486Z | Downloaded scrypt v0.11.0 |
| 761 | 2026-03-04T03:37:12.486Z | Downloaded salsa20 v0.10.2 |
| 762 | 2026-03-04T03:37:12.490Z | Downloaded sapling-renderdag v0.1.0 |
| 763 | 2026-03-04T03:37:12.490Z | Downloaded quinn-udp v0.5.14 |
| 764 | 2026-03-04T03:37:12.493Z | Downloaded hashbrown v0.12.3 |
| 765 | 2026-03-04T03:37:12.496Z | Downloaded rand_core v0.9.5 |
| 766 | 2026-03-04T03:37:12.499Z | Downloaded sha1 v0.10.6 |
| 767 | 2026-03-04T03:37:12.504Z | Downloaded jiff-static v0.2.21 |
| 768 | 2026-03-04T03:37:12.507Z | Downloaded serde_urlencoded v0.7.1 |
| 769 | 2026-03-04T03:37:12.507Z | Downloaded resolv-conf v0.7.6 |
| 770 | 2026-03-04T03:37:12.512Z | Downloaded rand_seeder v0.4.0 |
| 771 | 2026-03-04T03:37:12.516Z | Downloaded serde_plain v1.0.2 |
| 772 | 2026-03-04T03:37:12.516Z | Downloaded pkcs5 v0.7.1 |
| 773 | 2026-03-04T03:37:12.520Z | Downloaded psm v0.1.30 |
| 774 | 2026-03-04T03:37:12.523Z | Downloaded serde_bytes v0.11.19 |
| 775 | 2026-03-04T03:37:12.523Z | Downloaded serde_spanned v1.0.4 |
| 776 | 2026-03-04T03:37:12.527Z | Downloaded serde_repr v0.1.20 |
| 777 | 2026-03-04T03:37:12.530Z | Downloaded signal-hook-mio v0.2.5 |
| 778 | 2026-03-04T03:37:12.533Z | Downloaded semver v0.1.20 |
| 779 | 2026-03-04T03:37:12.533Z | Downloaded signal-hook-tokio v0.3.1 |
| 780 | 2026-03-04T03:37:12.536Z | Downloaded rustls-pemfile v1.0.4 |
| 781 | 2026-03-04T03:37:12.539Z | Downloaded signature v2.2.0 |
| 782 | 2026-03-04T03:37:12.539Z | Downloaded rustls-native-certs v0.8.3 |
| 783 | 2026-03-04T03:37:12.542Z | Downloaded rusty-fork v0.3.1 |
| 784 | 2026-03-04T03:37:12.546Z | Downloaded openssl-sys v0.9.111 |
| 785 | 2026-03-04T03:37:12.550Z | Downloaded siphasher v1.0.2 |
| 786 | 2026-03-04T03:37:12.553Z | Downloaded rustversion v1.0.22 |
| 787 | 2026-03-04T03:37:12.556Z | Downloaded http v1.4.0 |
| 788 | 2026-03-04T03:37:12.560Z | Downloaded slog-bunyan v2.5.0 |
| 789 | 2026-03-04T03:37:12.563Z | Downloaded shell-words v1.1.1 |
| 790 | 2026-03-04T03:37:12.563Z | Downloaded postgres-types v0.2.12 |
| 791 | 2026-03-04T03:37:12.566Z | Downloaded minimal-lexical v0.2.1 |
| 792 | 2026-03-04T03:37:12.571Z | Downloaded schemars_derive v0.8.22 |
| 793 | 2026-03-04T03:37:12.574Z | Downloaded sct v0.7.1 |
| 794 | 2026-03-04T03:37:12.578Z | Downloaded sigpipe v0.1.3 |
| 795 | 2026-03-04T03:37:12.581Z | Downloaded serde_path_to_error v0.1.20 |
| 796 | 2026-03-04T03:37:12.582Z | Downloaded progenitor-impl v0.13.0 |
| 797 | 2026-03-04T03:37:12.586Z | Downloaded rustls-pki-types v1.14.0 |
| 798 | 2026-03-04T03:37:12.590Z | Downloaded progenitor-impl v0.11.2 |
| 799 | 2026-03-04T03:37:12.590Z | Downloaded serde-big-array v0.5.1 |
| 800 | 2026-03-04T03:37:12.595Z | Downloaded strum v0.27.2 |
| 801 | 2026-03-04T03:37:12.595Z | Downloaded ssh-encoding v0.2.0 |
| 802 | 2026-03-04T03:37:12.602Z | Downloaded rustls-pemfile v2.2.0 |
| 803 | 2026-03-04T03:37:12.602Z | Downloaded signal-hook-registry v1.4.8 |
| 804 | 2026-03-04T03:37:12.605Z | Downloaded structmeta-derive v0.3.0 |
| 805 | 2026-03-04T03:37:12.605Z | Downloaded progenitor-impl v0.10.0 |
| 806 | 2026-03-04T03:37:12.605Z | Downloaded sec1 v0.7.3 |
| 807 | 2026-03-04T03:37:12.609Z | Downloaded simd-adler32 v0.3.8 |
| 808 | 2026-03-04T03:37:12.609Z | Downloaded strum v0.26.3 |
| 809 | 2026-03-04T03:37:12.612Z | Downloaded slog-dtrace v0.3.0 |
| 810 | 2026-03-04T03:37:12.612Z | Downloaded subtle v2.6.1 |
| 811 | 2026-03-04T03:37:12.615Z | Downloaded russh-keys v0.45.0 |
| 812 | 2026-03-04T03:37:12.618Z | Downloaded crossterm v0.28.1 |
| 813 | 2026-03-04T03:37:12.623Z | Downloaded strip-ansi-escapes v0.2.1 |
| 814 | 2026-03-04T03:37:12.626Z | Downloaded sqlparser_derive v0.5.0 |
| 815 | 2026-03-04T03:37:12.629Z | Downloaded slog-json v2.6.1 |
| 816 | 2026-03-04T03:37:12.629Z | Downloaded structmeta v0.3.0 |
| 817 | 2026-03-04T03:37:12.633Z | Downloaded ssh-cipher v0.2.0 |
| 818 | 2026-03-04T03:37:12.633Z | Downloaded slog-stdlog v4.1.1 |
| 819 | 2026-03-04T03:37:12.636Z | Downloaded tabled_derive v0.11.0 |
| 820 | 2026-03-04T03:37:12.636Z | Downloaded slab v0.4.12 |
| 821 | 2026-03-04T03:37:12.639Z | Downloaded serde-hex v0.1.0 |
| 822 | 2026-03-04T03:37:12.639Z | Downloaded ron v0.8.1 |
| 823 | 2026-03-04T03:37:12.645Z | Downloaded sync_wrapper v1.0.2 |
| 824 | 2026-03-04T03:37:12.648Z | Downloaded slog-envlogger v2.2.0 |
| 825 | 2026-03-04T03:37:12.648Z | Downloaded termtree v0.5.1 |
| 826 | 2026-03-04T03:37:12.651Z | Downloaded sync-ptr v0.1.4 |
| 827 | 2026-03-04T03:37:12.655Z | Downloaded tabwriter v1.4.1 |
| 828 | 2026-03-04T03:37:12.655Z | Downloaded tagptr v0.2.0 |
| 829 | 2026-03-04T03:37:12.658Z | Downloaded prettyplease v0.2.37 |
| 830 | 2026-03-04T03:37:12.661Z | Downloaded serde_derive_internals v0.29.1 |
| 831 | 2026-03-04T03:37:12.661Z | Downloaded stringprep v0.1.5 |
| 832 | 2026-03-04T03:37:12.664Z | Downloaded static_assertions v1.1.0 |
| 833 | 2026-03-04T03:37:12.668Z | Downloaded sqlformat v0.3.5 |
| 834 | 2026-03-04T03:37:12.668Z | Downloaded serde_with_macros v3.17.0 |
| 835 | 2026-03-04T03:37:12.671Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 836 | 2026-03-04T03:37:12.674Z | Downloaded tap v1.0.1 |
| 837 | 2026-03-04T03:37:12.675Z | Downloaded supports-color v3.0.2 |
| 838 | 2026-03-04T03:37:12.675Z | Downloaded testing_table v0.3.0 |
| 839 | 2026-03-04T03:37:12.679Z | Downloaded strum_macros v0.24.3 |
| 840 | 2026-03-04T03:37:12.679Z | Downloaded tinyvec_macros v0.1.1 |
| 841 | 2026-03-04T03:37:12.682Z | Downloaded strum_macros v0.27.2 |
| 842 | 2026-03-04T03:37:12.682Z | Downloaded stacker v0.1.23 |
| 843 | 2026-03-04T03:37:12.685Z | Downloaded ryu v1.0.23 |
| 844 | 2026-03-04T03:37:12.689Z | Downloaded libxml v0.3.3 |
| 845 | 2026-03-04T03:37:12.692Z | Downloaded qorb v0.4.1 |
| 846 | 2026-03-04T03:37:12.698Z | Downloaded thread-id v5.1.0 |
| 847 | 2026-03-04T03:37:12.701Z | Downloaded snafu-derive v0.8.9 |
| 848 | 2026-03-04T03:37:12.701Z | Downloaded schemars v0.8.22 |
| 849 | 2026-03-04T03:37:12.711Z | Downloaded quinn v0.11.9 |
| 850 | 2026-03-04T03:37:12.714Z | Downloaded slog-term v2.9.2 |
| 851 | 2026-03-04T03:37:12.717Z | Downloaded hyper-util v0.1.20 |
| 852 | 2026-03-04T03:37:12.723Z | Downloaded time-core v0.1.8 |
| 853 | 2026-03-04T03:37:12.726Z | Downloaded thread_local v1.1.9 |
| 854 | 2026-03-04T03:37:12.726Z | Downloaded bindgen v0.71.1 |
| 855 | 2026-03-04T03:37:12.733Z | Downloaded strum_macros v0.26.4 |
| 856 | 2026-03-04T03:37:12.736Z | Downloaded num-bigint v0.4.6 |
| 857 | 2026-03-04T03:37:12.742Z | Downloaded termios v0.3.3 |
| 858 | 2026-03-04T03:37:12.745Z | Downloaded hashbrown v0.15.5 |
| 859 | 2026-03-04T03:37:12.748Z | Downloaded smallvec v0.6.14 |
| 860 | 2026-03-04T03:37:12.751Z | Downloaded slog v2.8.2 |
| 861 | 2026-03-04T03:37:12.754Z | Downloaded tower-service v0.3.3 |
| 862 | 2026-03-04T03:37:12.754Z | Downloaded typify-macro v0.6.1 |
| 863 | 2026-03-04T03:37:12.754Z | Downloaded trait-variant v0.1.2 |
| 864 | 2026-03-04T03:37:12.757Z | Downloaded similar v2.7.0 |
| 865 | 2026-03-04T03:37:12.761Z | Downloaded thiserror-no-std v2.0.2 |
| 866 | 2026-03-04T03:37:12.764Z | Downloaded tls_codec v0.4.2 |
| 867 | 2026-03-04T03:37:12.767Z | Downloaded spin v0.9.8 |
| 868 | 2026-03-04T03:37:12.771Z | Downloaded rayon-core v1.13.0 |
| 869 | 2026-03-04T03:37:12.774Z | Downloaded tokio-tungstenite v0.21.0 |
| 870 | 2026-03-04T03:37:12.774Z | Downloaded tls_codec_derive v0.4.2 |
| 871 | 2026-03-04T03:37:12.777Z | Downloaded unit-prefix v0.5.2 |
| 872 | 2026-03-04T03:37:12.777Z | Downloaded unicode-truncate v1.1.0 |
| 873 | 2026-03-04T03:37:12.780Z | Downloaded usdt v0.6.0 |
| 874 | 2026-03-04T03:37:12.780Z | Downloaded universal-hash v0.5.1 |
| 875 | 2026-03-04T03:37:12.783Z | Downloaded iddqd v0.3.17 |
| 876 | 2026-03-04T03:37:12.788Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 877 | 2026-03-04T03:37:12.791Z | Downloaded try-lock v0.2.5 |
| 878 | 2026-03-04T03:37:12.791Z | Downloaded unarray v0.1.4 |
| 879 | 2026-03-04T03:37:12.794Z | Downloaded socket2 v0.5.10 |
| 880 | 2026-03-04T03:37:12.794Z | Downloaded untrusted v0.9.0 |
| 881 | 2026-03-04T03:37:12.797Z | Downloaded topological-sort v0.2.2 |
| 882 | 2026-03-04T03:37:12.797Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 883 | 2026-03-04T03:37:12.800Z | Downloaded typify-macro v0.4.3 |
| 884 | 2026-03-04T03:37:12.800Z | Downloaded signal-hook v0.3.18 |
| 885 | 2026-03-04T03:37:12.803Z | Downloaded rand v0.9.2 |
| 886 | 2026-03-04T03:37:12.806Z | Downloaded publicsuffix v2.3.0 |
| 887 | 2026-03-04T03:37:12.809Z | Downloaded waitgroup v0.1.2 |
| 888 | 2026-03-04T03:37:12.812Z | Downloaded iri-string v0.7.10 |
| 889 | 2026-03-04T03:37:12.816Z | Downloaded want v0.3.1 |
| 890 | 2026-03-04T03:37:12.819Z | Downloaded void v1.0.2 |
| 891 | 2026-03-04T03:37:12.819Z | Downloaded utf-8 v0.7.6 |
| 892 | 2026-03-04T03:37:12.823Z | Downloaded usdt-macro v0.6.0 |
| 893 | 2026-03-04T03:37:12.824Z | Downloaded term v0.7.0 |
| 894 | 2026-03-04T03:37:12.827Z | Downloaded usdt-attr-macro v0.6.0 |
| 895 | 2026-03-04T03:37:12.827Z | Downloaded support-bundle-viewer v0.1.2 |
| 896 | 2026-03-04T03:37:12.827Z | Downloaded term v1.2.1 |
| 897 | 2026-03-04T03:37:12.830Z | Downloaded rand v0.8.5 |
| 898 | 2026-03-04T03:37:12.833Z | Downloaded socket2 v0.6.2 |
| 899 | 2026-03-04T03:37:12.837Z | Downloaded xattr v1.6.1 |
| 900 | 2026-03-04T03:37:12.840Z | Downloaded rustls-webpki v0.103.9 |
| 901 | 2026-03-04T03:37:12.840Z | Downloaded tui-tree-widget v0.23.1 |
| 902 | 2026-03-04T03:37:12.843Z | Downloaded tower-layer v0.3.3 |
| 903 | 2026-03-04T03:37:12.843Z | Downloaded schemars v1.2.1 |
| 904 | 2026-03-04T03:37:12.855Z | Downloaded tokio-stream v0.1.18 |
| 905 | 2026-03-04T03:37:12.860Z | Downloaded tokio-rustls v0.25.0 |
| 906 | 2026-03-04T03:37:12.863Z | Downloaded subprocess v0.2.15 |
| 907 | 2026-03-04T03:37:12.866Z | Downloaded xshell-macros v0.2.7 |
| 908 | 2026-03-04T03:37:12.867Z | Downloaded test-strategy v0.4.5 |
| 909 | 2026-03-04T03:37:12.871Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 910 | 2026-03-04T03:37:12.874Z | Downloaded tokio-dtrace v0.1.1 |
| 911 | 2026-03-04T03:37:12.874Z | Downloaded vergen-lib v0.1.6 |
| 912 | 2026-03-04T03:37:12.877Z | Downloaded untrusted v0.7.1 |
| 913 | 2026-03-04T03:37:12.877Z | Downloaded unicase v2.9.0 |
| 914 | 2026-03-04T03:37:12.880Z | Downloaded vergen-git2 v1.0.7 |
| 915 | 2026-03-04T03:37:12.880Z | Downloaded tokio-rustls v0.24.1 |
| 916 | 2026-03-04T03:37:12.882Z | Downloaded tiny-keccak v2.0.2 |
| 917 | 2026-03-04T03:37:12.885Z | Downloaded wait-timeout v0.2.1 |
| 918 | 2026-03-04T03:37:12.885Z | Downloaded zone v0.3.1 |
| 919 | 2026-03-04T03:37:12.888Z | Downloaded zone_cfg_derive v0.3.1 |
| 920 | 2026-03-04T03:37:12.888Z | Downloaded rand v0.10.0 |
| 921 | 2026-03-04T03:37:12.891Z | Downloaded samael v0.0.19 |
| 922 | 2026-03-04T03:37:12.896Z | Downloaded vsss-rs v3.3.4 |
| 923 | 2026-03-04T03:37:12.899Z | Downloaded zeroize_derive v1.4.3 |
| 924 | 2026-03-04T03:37:12.902Z | Downloaded uzers v0.12.2 |
| 925 | 2026-03-04T03:37:12.902Z | Downloaded twox-hash v2.1.2 |
| 926 | 2026-03-04T03:37:12.905Z | Downloaded tokio-rustls v0.26.4 |
| 927 | 2026-03-04T03:37:12.908Z | Downloaded num-bigint-dig v0.8.6 |
| 928 | 2026-03-04T03:37:12.911Z | Downloaded libm v0.2.16 |
| 929 | 2026-03-04T03:37:12.918Z | Downloaded whoami v2.1.0 |
| 930 | 2026-03-04T03:37:12.921Z | Downloaded xshell v0.2.7 |
| 931 | 2026-03-04T03:37:12.924Z | Downloaded wyz v0.5.1 |
| 932 | 2026-03-04T03:37:12.924Z | Downloaded unicode-properties v0.1.4 |
| 933 | 2026-03-04T03:37:12.927Z | Downloaded tracing-attributes v0.1.31 |
| 934 | 2026-03-04T03:37:12.930Z | Downloaded toml v0.7.8 |
| 935 | 2026-03-04T03:37:12.933Z | Downloaded p521 v0.13.3 |
| 936 | 2026-03-04T03:37:12.936Z | Downloaded vergen v9.0.6 |
| 937 | 2026-03-04T03:37:12.939Z | Downloaded russh v0.45.0 |
| 938 | 2026-03-04T03:37:12.942Z | Downloaded snafu v0.8.9 |
| 939 | 2026-03-04T03:37:12.947Z | Downloaded vergen-gitcl v1.0.8 |
| 940 | 2026-03-04T03:37:12.951Z | Downloaded steno v0.4.1 |
| 941 | 2026-03-04T03:37:12.954Z | Downloaded zstd-safe v7.2.4 |
| 942 | 2026-03-04T03:37:12.954Z | Downloaded itertools v0.12.1 |
| 943 | 2026-03-04T03:37:12.959Z | Downloaded zeroize v1.8.2 |
| 944 | 2026-03-04T03:37:12.962Z | Downloaded xz2 v0.1.7 |
| 945 | 2026-03-04T03:37:12.962Z | Downloaded walkdir v2.5.0 |
| 946 | 2026-03-04T03:37:12.965Z | Downloaded rustyline v14.0.0 |
| 947 | 2026-03-04T03:37:12.968Z | Downloaded unicode-bidi v0.3.18 |
| 948 | 2026-03-04T03:37:12.971Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 949 | 2026-03-04T03:37:12.974Z | Downloaded whoami v1.6.1 |
| 950 | 2026-03-04T03:37:12.977Z | Downloaded tar v0.4.44 |
| 951 | 2026-03-04T03:37:12.980Z | Downloaded ron v0.12.0 |
| 952 | 2026-03-04T03:37:12.986Z | Downloaded tungstenite v0.23.0 |
| 953 | 2026-03-04T03:37:12.989Z | Downloaded yasna v0.5.2 |
| 954 | 2026-03-04T03:37:12.992Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 955 | 2026-03-04T03:37:12.997Z | Downloaded vte v0.14.1 |
| 956 | 2026-03-04T03:37:13.000Z | Downloaded bitvec v1.0.1 |
| 957 | 2026-03-04T03:37:13.011Z | Downloaded tungstenite v0.21.0 |
| 958 | 2026-03-04T03:37:13.014Z | Downloaded hyper v1.8.1 |
| 959 | 2026-03-04T03:37:13.020Z | Downloaded uuid v1.21.0 |
| 960 | 2026-03-04T03:37:13.022Z | Downloaded typify v0.4.3 |
| 961 | 2026-03-04T03:37:13.026Z | Downloaded reedline v0.40.0 |
| 962 | 2026-03-04T03:37:13.033Z | Downloaded aws-lc-rs v1.16.0 |
| 963 | 2026-03-04T03:37:13.041Z | Downloaded zerocopy v0.6.6 |
| 964 | 2026-03-04T03:37:13.044Z | Downloaded usdt-impl v0.6.0 |
| 965 | 2026-03-04T03:37:13.047Z | Downloaded zstd v0.13.3 |
| 966 | 2026-03-04T03:37:13.047Z | Downloaded zopfli v0.8.3 |
| 967 | 2026-03-04T03:37:13.050Z | Downloaded ssh-key v0.6.7 |
| 968 | 2026-03-04T03:37:13.056Z | Downloaded tracing-core v0.1.36 |
| 969 | 2026-03-04T03:37:13.059Z | Downloaded typify v0.6.1 |
| 970 | 2026-03-04T03:37:13.062Z | Downloaded rpassword v7.4.0 |
| 971 | 2026-03-04T03:37:13.065Z | Downloaded chrono v0.4.44 |
| 972 | 2026-03-04T03:37:13.070Z | Downloaded unsafe-libyaml v0.2.11 |
| 973 | 2026-03-04T03:37:13.073Z | Downloaded yansi v1.0.1 |
| 974 | 2026-03-04T03:37:13.076Z | Downloaded tokio-postgres v0.7.16 |
| 975 | 2026-03-04T03:37:13.080Z | Downloaded regex v1.12.3 |
| 976 | 2026-03-04T03:37:13.084Z | Downloaded rayon v1.11.0 |
| 977 | 2026-03-04T03:37:13.092Z | Downloaded p384 v0.13.1 |
| 978 | 2026-03-04T03:37:13.096Z | Downloaded hkdf v0.12.4 |
| 979 | 2026-03-04T03:37:13.099Z | Downloaded unicode_categories v0.1.1 |
| 980 | 2026-03-04T03:37:13.102Z | Downloaded unicode-segmentation v1.12.0 |
| 981 | 2026-03-04T03:37:13.106Z | Downloaded tinyvec v1.10.0 |
| 982 | 2026-03-04T03:37:13.108Z | Downloaded rsa v0.9.10 |
| 983 | 2026-03-04T03:37:13.111Z | Downloaded schemars v0.9.0 |
| 984 | 2026-03-04T03:37:13.121Z | Downloaded typed-path v0.9.3 |
| 985 | 2026-03-04T03:37:13.127Z | Downloaded x509-cert v0.2.5 |
| 986 | 2026-03-04T03:37:13.132Z | Downloaded moka v0.12.13 |
| 987 | 2026-03-04T03:37:13.140Z | Downloaded zip v0.6.6 |
| 988 | 2026-03-04T03:37:13.143Z | Downloaded zerocopy-derive v0.8.40 |
| 989 | 2026-03-04T03:37:13.151Z | Downloaded toml_edit v0.19.15 |
| 990 | 2026-03-04T03:37:13.166Z | Downloaded tower v0.5.3 |
| 991 | 2026-03-04T03:37:13.175Z | Downloaded tokio-util v0.7.18 |
| 992 | 2026-03-04T03:37:13.181Z | Downloaded tough v0.20.0 |
| 993 | 2026-03-04T03:37:13.192Z | Downloaded rustls-webpki v0.102.8 |
| 994 | 2026-03-04T03:37:13.206Z | Downloaded lalrpop v0.19.12 |
| 995 | 2026-03-04T03:37:13.216Z | Downloaded salty v0.3.0 |
| 996 | 2026-03-04T03:37:13.222Z | Downloaded serde_with v3.17.0 |
| 997 | 2026-03-04T03:37:13.232Z | Downloaded radix_trie v0.2.1 |
| 998 | 2026-03-04T03:37:13.237Z | Downloaded winnow v0.5.40 |
| 999 | 2026-03-04T03:37:13.275Z | Downloaded reqwest v0.12.28 |
| 1000 | 2026-03-04T03:37:13.275Z | Downloaded quick-xml v0.37.5 |
| 1001 | 2026-03-04T03:37:13.275Z | Downloaded openssl v0.10.75 |
| 1002 | 2026-03-04T03:37:13.275Z | Downloaded unicode-normalization v0.1.25 |
| 1003 | 2026-03-04T03:37:13.275Z | Downloaded zip v4.6.1 |
| 1004 | 2026-03-04T03:37:13.275Z | Downloaded proptest v1.10.0 |
| 1005 | 2026-03-04T03:37:13.278Z | Downloaded tower-http v0.6.8 |
| 1006 | 2026-03-04T03:37:13.287Z | Downloaded bstr v1.12.1 |
| 1007 | 2026-03-04T03:37:13.293Z | Downloaded time v0.3.47 |
| 1008 | 2026-03-04T03:37:13.305Z | Downloaded goblin v0.10.5 |
| 1009 | 2026-03-04T03:37:13.311Z | Downloaded vcpkg v0.2.15 |
| 1010 | 2026-03-04T03:37:13.349Z | Downloaded webpki-roots v1.0.6 |
| 1011 | 2026-03-04T03:37:13.352Z | Downloaded object v0.37.3 |
| 1012 | 2026-03-04T03:37:13.362Z | Downloaded polar-core v0.27.3 |
| 1013 | 2026-03-04T03:37:13.370Z | Downloaded smoltcp v0.11.0 |
| 1014 | 2026-03-04T03:37:13.381Z | Downloaded winnow v0.6.26 |
| 1015 | 2026-03-04T03:37:13.389Z | Downloaded rustls v0.23.37 |
| 1016 | 2026-03-04T03:37:13.401Z | Downloaded hickory-proto v0.25.2 |
| 1017 | 2026-03-04T03:37:13.415Z | Downloaded regress v0.10.5 |
| 1018 | 2026-03-04T03:37:13.424Z | Downloaded object v0.30.4 |
| 1019 | 2026-03-04T03:37:13.431Z | Downloaded quinn-proto v0.11.13 |
| 1020 | 2026-03-04T03:37:13.438Z | Downloaded nix v0.27.1 |
| 1021 | 2026-03-04T03:37:13.447Z | Downloaded nix v0.29.0 |
| 1022 | 2026-03-04T03:37:13.459Z | Downloaded nix v0.28.0 |
| 1023 | 2026-03-04T03:37:13.469Z | Downloaded regex-syntax v0.6.29 |
| 1024 | 2026-03-04T03:37:13.475Z | Downloaded sqlparser v0.61.0 |
| 1025 | 2026-03-04T03:37:13.484Z | Downloaded diesel v2.2.12 |
| 1026 | 2026-03-04T03:37:13.501Z | Downloaded tabled v0.20.0 |
| 1027 | 2026-03-04T03:37:13.517Z | Downloaded zlib-rs v0.6.2 |
| 1028 | 2026-03-04T03:37:13.524Z | Downloaded nix v0.30.1 |
| 1029 | 2026-03-04T03:37:13.534Z | Downloaded rustls v0.21.12 |
| 1030 | 2026-03-04T03:37:13.543Z | Downloaded hickory-proto v0.24.4 |
| 1031 | 2026-03-04T03:37:13.556Z | Downloaded rustls v0.22.4 |
| 1032 | 2026-03-04T03:37:13.569Z | Downloaded nix v0.31.1 |
| 1033 | 2026-03-04T03:37:13.579Z | Downloaded zerocopy v0.8.40 |
| 1034 | 2026-03-04T03:37:13.587Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1035 | 2026-03-04T03:37:13.598Z | Downloaded regex-syntax v0.8.10 |
| 1036 | 2026-03-04T03:37:13.605Z | Downloaded rustix v0.38.44 |
| 1037 | 2026-03-04T03:37:13.627Z | Downloaded openapiv3 v2.2.0 |
| 1038 | 2026-03-04T03:37:13.637Z | Downloaded smoltcp v0.9.1 |
| 1039 | 2026-03-04T03:37:13.646Z | Downloaded petgraph v0.6.5 |
| 1040 | 2026-03-04T03:37:13.662Z | Downloaded lzma-sys v0.1.20 |
| 1041 | 2026-03-04T03:37:13.688Z | Downloaded chrono-tz v0.10.4 |
| 1042 | 2026-03-04T03:37:13.702Z | Downloaded rustls-webpki v0.101.7 |
| 1043 | 2026-03-04T03:37:13.715Z | Downloaded petname v2.0.2 |
| 1044 | 2026-03-04T03:37:13.720Z | Downloaded curve25519-dalek v4.1.3 |
| 1045 | 2026-03-04T03:37:13.728Z | Downloaded dropshot v0.16.7 |
| 1046 | 2026-03-04T03:37:13.748Z | Downloaded git2 v0.20.4 |
| 1047 | 2026-03-04T03:37:13.757Z | Downloaded reqwest v0.13.2 |
| 1048 | 2026-03-04T03:37:13.760Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1049 | 2026-03-04T03:37:13.802Z | Downloaded portable-atomic v1.13.1 |
| 1050 | 2026-03-04T03:37:13.810Z | Downloaded time-macros v0.2.27 |
| 1051 | 2026-03-04T03:37:13.813Z | Downloaded sha3 v0.10.8 |
| 1052 | 2026-03-04T03:37:13.819Z | Downloaded sled v0.34.7 |
| 1053 | 2026-03-04T03:37:13.832Z | Downloaded typify-impl v0.6.1 |
| 1054 | 2026-03-04T03:37:13.843Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1055 | 2026-03-04T03:37:13.848Z | Downloaded typify-impl v0.4.3 |
| 1056 | 2026-03-04T03:37:13.862Z | Downloaded tracing v0.1.44 |
| 1057 | 2026-03-04T03:37:13.882Z | Downloaded itertools v0.14.0 |
| 1058 | 2026-03-04T03:37:13.888Z | Downloaded ratatui v0.29.0 |
| 1059 | 2026-03-04T03:37:13.906Z | Downloaded csv v1.4.0 |
| 1060 | 2026-03-04T03:37:13.923Z | Downloaded zerocopy-derive v0.6.6 |
| 1061 | 2026-03-04T03:37:13.931Z | Downloaded regex-automata v0.4.14 |
| 1062 | 2026-03-04T03:37:13.944Z | Downloaded tokio-tungstenite v0.23.1 |
| 1063 | 2026-03-04T03:37:13.948Z | Downloaded h2 v0.4.13 |
| 1064 | 2026-03-04T03:37:13.951Z | Downloaded futures-util v0.3.32 |
| 1065 | 2026-03-04T03:37:13.962Z | Downloaded tokio-native-tls v0.3.1 |
| 1066 | 2026-03-04T03:37:13.965Z | Downloaded tokio-macros v2.6.0 |
| 1067 | 2026-03-04T03:37:13.965Z | Downloaded jiff v0.2.21 |
| 1068 | 2026-03-04T03:37:13.981Z | Downloaded itertools v0.13.0 |
| 1069 | 2026-03-04T03:37:13.988Z | Downloaded spki v0.7.3 |
| 1070 | 2026-03-04T03:37:13.991Z | Downloaded slog-scope v4.4.1 |
| 1071 | 2026-03-04T03:37:13.991Z | Downloaded petgraph v0.8.3 |
| 1072 | 2026-03-04T03:37:14.013Z | Downloaded nom v7.1.3 |
| 1073 | 2026-03-04T03:37:14.017Z | Downloaded take_mut v0.2.2 |
| 1074 | 2026-03-04T03:37:14.020Z | Downloaded libz-sys v1.1.24 |
| 1075 | 2026-03-04T03:37:14.035Z | Downloaded string_cache v0.8.9 |
| 1076 | 2026-03-04T03:37:14.038Z | Downloaded rcgen v0.12.1 |
| 1077 | 2026-03-04T03:37:14.042Z | Downloaded serde_cbor v0.11.2 |
| 1078 | 2026-03-04T03:37:14.042Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1079 | 2026-03-04T03:37:14.046Z | Downloaded mio v1.1.1 |
| 1080 | 2026-03-04T03:37:14.050Z | Downloaded blake3 v1.8.3 |
| 1081 | 2026-03-04T03:37:14.058Z | Downloaded tokio v1.49.0 |
| 1082 | 2026-03-04T03:37:14.094Z | Downloaded smf v0.2.3 |
| 1083 | 2026-03-04T03:37:14.097Z | Downloaded pretty_assertions v1.4.1 |
| 1084 | 2026-03-04T03:37:14.097Z | Downloaded shlex v1.3.0 |
| 1085 | 2026-03-04T03:37:14.100Z | Downloaded secrecy v0.8.0 |
| 1086 | 2026-03-04T03:37:14.100Z | Downloaded scroll v0.13.0 |
| 1087 | 2026-03-04T03:37:14.103Z | Downloaded slog-async v2.8.0 |
| 1088 | 2026-03-04T03:37:14.103Z | Downloaded itertools v0.10.5 |
| 1089 | 2026-03-04T03:37:14.109Z | Downloaded seq-macro v0.3.6 |
| 1090 | 2026-03-04T03:37:14.113Z | Downloaded secrecy v0.10.3 |
| 1091 | 2026-03-04T03:37:14.113Z | Downloaded hickory-server v0.25.2 |
| 1092 | 2026-03-04T03:37:14.118Z | Downloaded rand_core v0.6.4 |
| 1093 | 2026-03-04T03:37:14.118Z | Downloaded ring v0.17.14 |
| 1094 | 2026-03-04T03:37:14.154Z | Downloaded prefix-trie v0.7.0 |
| 1095 | 2026-03-04T03:37:14.158Z | Downloaded hashbrown v0.13.2 |
| 1096 | 2026-03-04T03:37:14.162Z | Downloaded aho-corasick v1.1.4 |
| 1097 | 2026-03-04T03:37:14.165Z | Downloaded parking_lot v0.11.2 |
| 1098 | 2026-03-04T03:37:14.169Z | Downloaded papergrid v0.17.0 |
| 1099 | 2026-03-04T03:37:14.173Z | Downloaded p256 v0.13.2 |
| 1100 | 2026-03-04T03:37:14.177Z | Downloaded pin-project v1.1.11 |
| 1101 | 2026-03-04T03:37:14.184Z | Downloaded expectorate v1.2.0 |
| 1102 | 2026-03-04T03:37:14.187Z | Downloaded pkg-config v0.3.32 |
| 1103 | 2026-03-04T03:37:14.188Z | Downloaded rfc6979 v0.4.0 |
| 1104 | 2026-03-04T03:37:14.191Z | Downloaded progenitor-client v0.13.0 |
| 1105 | 2026-03-04T03:37:14.191Z | Downloaded encoding_rs v0.8.35 |
| 1106 | 2026-03-04T03:37:14.210Z | Downloaded proc-macro-error2 v2.0.1 |
| 1107 | 2026-03-04T03:37:14.213Z | Downloaded recursive v0.1.1 |
| 1108 | 2026-03-04T03:37:14.213Z | Downloaded ed25519-dalek v2.2.0 |
| 1109 | 2026-03-04T03:37:14.217Z | Downloaded dropshot-api-manager v0.5.2 |
| 1110 | 2026-03-04T03:37:14.219Z | Downloaded der v0.7.10 |
| 1111 | 2026-03-04T03:37:14.223Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1112 | 2026-03-04T03:37:14.226Z | Downloaded progenitor v0.13.0 |
| 1113 | 2026-03-04T03:37:14.226Z | Downloaded pem-rfc7468 v0.7.0 |
| 1114 | 2026-03-04T03:37:14.229Z | Downloaded pin-project-lite v0.2.17 |
| 1115 | 2026-03-04T03:37:14.232Z | Downloaded parking_lot_core v0.9.12 |
| 1116 | 2026-03-04T03:37:14.236Z | Downloaded parking_lot v0.12.5 |
| 1117 | 2026-03-04T03:37:14.240Z | Downloaded hickory-resolver v0.24.4 |
| 1118 | 2026-03-04T03:37:14.240Z | Downloaded derive_more v2.1.1 |
| 1119 | 2026-03-04T03:37:14.250Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1120 | 2026-03-04T03:37:14.299Z | Downloaded progenitor-macro v0.11.2 |
| 1121 | 2026-03-04T03:37:14.304Z | Downloaded polyval v0.6.2 |
| 1122 | 2026-03-04T03:37:14.304Z | Downloaded pkcs8 v0.10.2 |
| 1123 | 2026-03-04T03:37:14.307Z | Downloaded pin-project-internal v1.1.11 |
| 1124 | 2026-03-04T03:37:14.307Z | Downloaded elliptic-curve v0.13.8 |
| 1125 | 2026-03-04T03:37:14.313Z | Downloaded poly1305 v0.8.0 |
| 1126 | 2026-03-04T03:37:14.316Z | Downloaded password-hash v0.4.2 |
| 1127 | 2026-03-04T03:37:14.316Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1128 | 2026-03-04T03:37:14.316Z | Downloaded native-tls v0.2.18 |
| 1129 | 2026-03-04T03:37:14.316Z | Downloaded indexmap v1.9.3 |
| 1130 | 2026-03-04T03:37:14.319Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1131 | 2026-03-04T03:37:14.319Z | Downloaded peg v0.8.5 |
| 1132 | 2026-03-04T03:37:14.325Z | Downloaded parse-display-derive v0.10.0 |
| 1133 | 2026-03-04T03:37:14.329Z | Downloaded password-hash v0.5.0 |
| 1134 | 2026-03-04T03:37:14.330Z | Downloaded parking_lot_core v0.8.6 |
| 1135 | 2026-03-04T03:37:14.330Z | Downloaded diesel_derives v2.2.7 |
| 1136 | 2026-03-04T03:37:14.334Z | Downloaded predicates-tree v1.0.13 |
| 1137 | 2026-03-04T03:37:14.334Z | Downloaded predicates-core v1.0.10 |
| 1138 | 2026-03-04T03:37:14.334Z | Downloaded num-integer v0.1.46 |
| 1139 | 2026-03-04T03:37:14.338Z | Downloaded heapless v0.7.17 |
| 1140 | 2026-03-04T03:37:14.338Z | Downloaded crossbeam-channel v0.5.15 |
| 1141 | 2026-03-04T03:37:14.342Z | Downloaded bytes v1.11.1 |
| 1142 | 2026-03-04T03:37:14.346Z | Downloaded arc-swap v1.8.2 |
| 1143 | 2026-03-04T03:37:14.349Z | Downloaded pbkdf2 v0.12.2 |
| 1144 | 2026-03-04T03:37:14.349Z | Downloaded path-slash v0.1.5 |
| 1145 | 2026-03-04T03:37:14.352Z | Downloaded num_enum v0.5.11 |
| 1146 | 2026-03-04T03:37:14.355Z | Downloaded num-rational v0.4.2 |
| 1147 | 2026-03-04T03:37:14.355Z | Downloaded ignore v0.4.25 |
| 1148 | 2026-03-04T03:37:14.360Z | Downloaded headers v0.4.1 |
| 1149 | 2026-03-04T03:37:14.365Z | Downloaded cc v1.2.56 |
| 1150 | 2026-03-04T03:37:14.368Z | Downloaded nu-ansi-term v0.50.3 |
| 1151 | 2026-03-04T03:37:14.368Z | Downloaded derive_more-impl v2.1.1 |
| 1152 | 2026-03-04T03:37:14.371Z | Downloaded nanorand v0.7.0 |
| 1153 | 2026-03-04T03:37:14.374Z | Downloaded multer v3.1.0 |
| 1154 | 2026-03-04T03:37:14.377Z | Downloaded mime_guess v2.0.5 |
| 1155 | 2026-03-04T03:37:14.377Z | Downloaded const_format v0.2.35 |
| 1156 | 2026-03-04T03:37:14.380Z | Downloaded hyper-staticfile v0.10.1 |
| 1157 | 2026-03-04T03:37:14.385Z | Downloaded hickory-client v0.25.2 |
| 1158 | 2026-03-04T03:37:14.385Z | Downloaded derive_more v0.99.20 |
| 1159 | 2026-03-04T03:37:14.389Z | Downloaded derive-where v1.6.0 |
| 1160 | 2026-03-04T03:37:14.394Z | Downloaded httparse v1.10.1 |
| 1161 | 2026-03-04T03:37:14.397Z | Downloaded num_threads v0.1.7 |
| 1162 | 2026-03-04T03:37:14.397Z | Downloaded openssl-macros v0.1.1 |
| 1163 | 2026-03-04T03:37:14.397Z | Downloaded num-iter v0.1.45 |
| 1164 | 2026-03-04T03:37:14.397Z | Downloaded num-derive v0.4.2 |
| 1165 | 2026-03-04T03:37:14.397Z | Downloaded lru-slab v0.1.2 |
| 1166 | 2026-03-04T03:37:14.401Z | Downloaded lock_api v0.4.14 |
| 1167 | 2026-03-04T03:37:14.401Z | Downloaded linear-map v1.2.0 |
| 1168 | 2026-03-04T03:37:14.401Z | Downloaded getrandom v0.3.4 |
| 1169 | 2026-03-04T03:37:14.404Z | Downloaded num v0.4.3 |
| 1170 | 2026-03-04T03:37:14.407Z | Downloaded libloading v0.8.9 |
| 1171 | 2026-03-04T03:37:14.407Z | Downloaded libefi-sys v0.1.0 |
| 1172 | 2026-03-04T03:37:14.410Z | Downloaded backon v1.6.0 |
| 1173 | 2026-03-04T03:37:14.410Z | Downloaded libsw v3.5.0 |
| 1174 | 2026-03-04T03:37:14.417Z | Downloaded normalize-line-endings v0.3.0 |
| 1175 | 2026-03-04T03:37:14.417Z | Downloaded hmac v0.12.1 |
| 1176 | 2026-03-04T03:37:14.420Z | Downloaded crc32fast v1.5.0 |
| 1177 | 2026-03-04T03:37:14.420Z | Downloaded ipnet v2.11.0 |
| 1178 | 2026-03-04T03:37:14.420Z | Downloaded crc-any v2.5.0 |
| 1179 | 2026-03-04T03:37:14.420Z | Downloaded new_debug_unreachable v1.0.6 |
| 1180 | 2026-03-04T03:37:14.423Z | Downloaded multimap v0.10.1 |
| 1181 | 2026-03-04T03:37:14.423Z | Downloaded derive_builder v0.20.2 |
| 1182 | 2026-03-04T03:37:14.426Z | Downloaded managed v0.8.0 |
| 1183 | 2026-03-04T03:37:14.429Z | Downloaded cancel-safe-futures v0.1.5 |
| 1184 | 2026-03-04T03:37:14.432Z | Downloaded erased-serde v0.3.31 |
| 1185 | 2026-03-04T03:37:14.432Z | Downloaded diff v0.1.13 |
| 1186 | 2026-03-04T03:37:14.437Z | Downloaded compact_str v0.8.1 |
| 1187 | 2026-03-04T03:37:14.442Z | Downloaded ingot-types v0.1.2 |
| 1188 | 2026-03-04T03:37:14.442Z | Downloaded ena v0.14.4 |
| 1189 | 2026-03-04T03:37:14.442Z | Downloaded cookie v0.18.1 |
| 1190 | 2026-03-04T03:37:14.479Z | Downloaded console v0.15.11 |
| 1191 | 2026-03-04T03:37:14.479Z | Downloaded allocator-api2 v0.2.21 |
| 1192 | 2026-03-04T03:37:14.479Z | Downloaded maplit v1.0.2 |
| 1193 | 2026-03-04T03:37:14.479Z | Downloaded lru v0.12.5 |
| 1194 | 2026-03-04T03:37:14.479Z | Downloaded keccak v0.1.6 |
| 1195 | 2026-03-04T03:37:14.479Z | Downloaded indoc v2.0.7 |
| 1196 | 2026-03-04T03:37:14.479Z | Downloaded humantime v2.3.0 |
| 1197 | 2026-03-04T03:37:14.479Z | Downloaded http-body-util v0.1.3 |
| 1198 | 2026-03-04T03:37:14.479Z | Downloaded futures-channel v0.3.32 |
| 1199 | 2026-03-04T03:37:14.479Z | Downloaded lalrpop-util v0.19.12 |
| 1200 | 2026-03-04T03:37:14.479Z | Downloaded colored v3.1.1 |
| 1201 | 2026-03-04T03:37:14.479Z | Downloaded ciborium v0.2.2 |
| 1202 | 2026-03-04T03:37:14.479Z | Downloaded internet-checksum v0.2.1 |
| 1203 | 2026-03-04T03:37:14.479Z | Downloaded hyper-tls v0.6.0 |
| 1204 | 2026-03-04T03:37:14.479Z | Downloaded clang-sys v1.8.1 |
| 1205 | 2026-03-04T03:37:14.479Z | Downloaded cargo_toml v0.22.3 |
| 1206 | 2026-03-04T03:37:14.479Z | Downloaded is-terminal v0.4.17 |
| 1207 | 2026-03-04T03:37:14.479Z | Downloaded bzip2 v0.4.4 |
| 1208 | 2026-03-04T03:37:14.479Z | Downloaded indent_write v2.2.0 |
| 1209 | 2026-03-04T03:37:14.479Z | Downloaded httpdate v1.0.3 |
| 1210 | 2026-03-04T03:37:14.479Z | Downloaded fs-err v2.11.0 |
| 1211 | 2026-03-04T03:37:14.479Z | Downloaded colored v2.2.0 |
| 1212 | 2026-03-04T03:37:14.484Z | Downloaded chacha20 v0.10.0 |
| 1213 | 2026-03-04T03:37:14.484Z | Downloaded cassowary v0.3.0 |
| 1214 | 2026-03-04T03:37:14.484Z | Downloaded backoff v0.4.0 |
| 1215 | 2026-03-04T03:37:14.484Z | Downloaded filetime v0.2.27 |
| 1216 | 2026-03-04T03:37:14.484Z | Downloaded ed25519 v2.2.3 |
| 1217 | 2026-03-04T03:37:14.487Z | Downloaded ecdsa v0.16.9 |
| 1218 | 2026-03-04T03:37:14.487Z | Downloaded deranged v0.5.8 |
| 1219 | 2026-03-04T03:37:14.487Z | Downloaded defmt-macros v1.0.1 |
| 1220 | 2026-03-04T03:37:14.490Z | Downloaded ctr v0.9.2 |
| 1221 | 2026-03-04T03:37:14.494Z | Downloaded ahash v0.8.12 |
| 1222 | 2026-03-04T03:37:14.494Z | Downloaded ident_case v1.0.1 |
| 1223 | 2026-03-04T03:37:14.498Z | Downloaded hubpack v0.1.2 |
| 1224 | 2026-03-04T03:37:14.498Z | Downloaded defmt v1.0.1 |
| 1225 | 2026-03-04T03:37:14.501Z | Downloaded hash32 v0.2.1 |
| 1226 | 2026-03-04T03:37:14.501Z | Downloaded git-stub v1.0.0 |
| 1227 | 2026-03-04T03:37:14.501Z | Downloaded http-body v1.0.1 |
| 1228 | 2026-03-04T03:37:14.507Z | Downloaded headers-core v0.3.0 |
| 1229 | 2026-03-04T03:37:14.507Z | Downloaded des v0.8.1 |
| 1230 | 2026-03-04T03:37:14.507Z | Downloaded arrayvec v0.7.6 |
| 1231 | 2026-03-04T03:37:14.507Z | Downloaded ff v0.13.1 |
| 1232 | 2026-03-04T03:37:14.510Z | Downloaded drift v0.1.3 |
| 1233 | 2026-03-04T03:37:14.513Z | Downloaded diesel-dtrace v0.4.2 |
| 1234 | 2026-03-04T03:37:14.517Z | Downloaded corncobs v0.1.4 |
| 1235 | 2026-03-04T03:37:14.517Z | Downloaded bit-vec v0.6.3 |
| 1236 | 2026-03-04T03:37:14.517Z | Downloaded derive-ex v0.1.8 |
| 1237 | 2026-03-04T03:37:14.521Z | Downloaded chacha20 v0.9.1 |
| 1238 | 2026-03-04T03:37:14.521Z | Downloaded fixedbitset v0.5.7 |
| 1239 | 2026-03-04T03:37:14.521Z | Downloaded csv-core v0.1.13 |
| 1240 | 2026-03-04T03:37:14.525Z | Downloaded const_format_proc_macros v0.2.34 |
| 1241 | 2026-03-04T03:37:14.525Z | Downloaded blowfish v0.9.1 |
| 1242 | 2026-03-04T03:37:14.525Z | Downloaded document-features v0.2.12 |
| 1243 | 2026-03-04T03:37:14.528Z | Downloaded difflib v0.4.0 |
| 1244 | 2026-03-04T03:37:14.528Z | Downloaded data-encoding v2.10.0 |
| 1245 | 2026-03-04T03:37:14.528Z | Downloaded const-oid v0.9.6 |
| 1246 | 2026-03-04T03:37:14.531Z | Downloaded argon2 v0.5.3 |
| 1247 | 2026-03-04T03:37:14.531Z | Downloaded futures-sink v0.3.32 |
| 1248 | 2026-03-04T03:37:14.531Z | Downloaded futures-macro v0.3.32 |
| 1249 | 2026-03-04T03:37:14.534Z | Downloaded futures-io v0.3.32 |
| 1250 | 2026-03-04T03:37:14.534Z | Downloaded funty v2.0.0 |
| 1251 | 2026-03-04T03:37:14.534Z | Downloaded embedded-io v0.4.0 |
| 1252 | 2026-03-04T03:37:14.537Z | Downloaded dsl_auto_type v0.1.3 |
| 1253 | 2026-03-04T03:37:14.538Z | Downloaded darling_macro v0.21.3 |
| 1254 | 2026-03-04T03:37:14.538Z | Downloaded castaway v0.2.4 |
| 1255 | 2026-03-04T03:37:14.538Z | Downloaded bitfield v0.19.4 |
| 1256 | 2026-03-04T03:37:14.541Z | Downloaded ascii-canvas v3.0.0 |
| 1257 | 2026-03-04T03:37:14.541Z | Downloaded foreign-types-macros v0.2.3 |
| 1258 | 2026-03-04T03:37:14.541Z | Downloaded foreign-types v0.5.0 |
| 1259 | 2026-03-04T03:37:14.541Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 1260 | 2026-03-04T03:37:14.545Z | Downloaded display-error-chain v0.2.2 |
| 1261 | 2026-03-04T03:37:14.545Z | Downloaded derive_builder_macro v0.20.2 |
| 1262 | 2026-03-04T03:37:14.545Z | Downloaded enum-as-inner v0.6.1 |
| 1263 | 2026-03-04T03:37:14.548Z | Downloaded bzip2 v0.6.1 |
| 1264 | 2026-03-04T03:37:14.548Z | Downloaded atty v0.2.14 |
| 1265 | 2026-03-04T03:37:14.548Z | Downloaded crc v3.4.0 |
| 1266 | 2026-03-04T03:37:14.552Z | Downloaded convert_case v0.4.0 |
| 1267 | 2026-03-04T03:37:14.552Z | Downloaded either v1.15.0 |
| 1268 | 2026-03-04T03:37:14.552Z | Downloaded cpufeatures v0.3.0 |
| 1269 | 2026-03-04T03:37:14.556Z | Downloaded assert_matches v1.5.0 |
| 1270 | 2026-03-04T03:37:14.556Z | Downloaded atomicwrites v0.4.4 |
| 1271 | 2026-03-04T03:37:14.556Z | Downloaded array-init v0.0.4 |
| 1272 | 2026-03-04T03:37:14.556Z | Downloaded base64 v0.22.1 |
| 1273 | 2026-03-04T03:37:14.559Z | Downloaded async-recursion v1.1.1 |
| 1274 | 2026-03-04T03:37:14.562Z | Downloaded dunce v1.0.5 |
| 1275 | 2026-03-04T03:37:14.562Z | Downloaded dirs-next v2.0.0 |
| 1276 | 2026-03-04T03:37:14.565Z | Downloaded cstr-argument v0.1.2 |
| 1277 | 2026-03-04T03:37:14.565Z | Downloaded constant_time_eq v0.4.2 |
| 1278 | 2026-03-04T03:37:14.565Z | Downloaded cmake v0.1.57 |
| 1279 | 2026-03-04T03:37:14.568Z | Downloaded bit-set v0.8.0 |
| 1280 | 2026-03-04T03:37:14.568Z | Downloaded dyn-clone v1.0.20 |
| 1281 | 2026-03-04T03:37:14.571Z | Downloaded defmt-parser v1.0.0 |
| 1282 | 2026-03-04T03:37:14.571Z | Downloaded debug-ignore v1.0.5 |
| 1283 | 2026-03-04T03:37:14.571Z | Downloaded darling_macro v0.23.0 |
| 1284 | 2026-03-04T03:37:14.574Z | Downloaded ciborium-ll v0.2.2 |
| 1285 | 2026-03-04T03:37:14.574Z | Downloaded base16ct v0.2.0 |
| 1286 | 2026-03-04T03:37:14.574Z | Downloaded async-stream-impl v0.3.6 |
| 1287 | 2026-03-04T03:37:14.574Z | Downloaded crunchy v0.2.4 |
| 1288 | 2026-03-04T03:37:14.579Z | Downloaded cfg_aliases v0.2.1 |
| 1289 | 2026-03-04T03:37:14.579Z | Downloaded cfg_aliases v0.1.1 |
| 1290 | 2026-03-04T03:37:14.579Z | Downloaded cargo-platform v0.1.9 |
| 1291 | 2026-03-04T03:37:14.579Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1292 | 2026-03-04T03:37:14.579Z | Downloaded atomic-waker v1.1.2 |
| 1293 | 2026-03-04T03:37:14.584Z | Downloaded async-trait v0.1.89 |
| 1294 | 2026-03-04T03:37:14.584Z | Downloaded async-bb8-diesel v0.2.1 |
| 1295 | 2026-03-04T03:37:14.587Z | Downloaded crossbeam-epoch v0.9.18 |
| 1296 | 2026-03-04T03:37:14.587Z | Downloaded cipher v0.4.4 |
| 1297 | 2026-03-04T03:37:14.590Z | Downloaded cbc v0.1.2 |
| 1298 | 2026-03-04T03:37:14.590Z | Downloaded bcs v0.1.6 |
| 1299 | 2026-03-04T03:37:14.590Z | Downloaded ar_archive_writer v0.5.1 |
| 1300 | 2026-03-04T03:37:14.593Z | Downloaded ciborium-io v0.2.2 |
| 1301 | 2026-03-04T03:37:14.597Z | Downloaded async-stream v0.3.6 |
| 1302 | 2026-03-04T03:37:14.597Z | Downloaded darling v0.21.3 |
| 1303 | 2026-03-04T03:37:14.604Z | Downloaded blake2 v0.10.6 |
| 1304 | 2026-03-04T03:37:14.608Z | Downloaded bitfield-struct v0.6.2 |
| 1305 | 2026-03-04T03:37:14.608Z | Downloaded der_derive v0.7.3 |
| 1306 | 2026-03-04T03:37:14.608Z | Downloaded daft-derive v0.1.5 |
| 1307 | 2026-03-04T03:37:14.611Z | Downloaded bitfield-macros v0.19.4 |
| 1308 | 2026-03-04T03:37:14.611Z | Downloaded fixedbitset v0.4.2 |
| 1309 | 2026-03-04T03:37:14.611Z | Downloaded env_filter v1.0.0 |
| 1310 | 2026-03-04T03:37:14.616Z | Downloaded dtrace-parser v0.3.0 |
| 1311 | 2026-03-04T03:37:14.616Z | Downloaded darling_macro v0.20.11 |
| 1312 | 2026-03-04T03:37:14.616Z | Downloaded bitflags v1.3.2 |
| 1313 | 2026-03-04T03:37:14.619Z | Downloaded base64ct v1.8.3 |
| 1314 | 2026-03-04T03:37:14.619Z | Downloaded aes-gcm v0.10.3 |
| 1315 | 2026-03-04T03:37:14.622Z | Downloaded aead v0.5.2 |
| 1316 | 2026-03-04T03:37:14.622Z | Downloaded base16ct v1.0.0 |
| 1317 | 2026-03-04T03:37:14.626Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1318 | 2026-03-04T03:37:14.626Z | Downloaded bb8 v0.8.6 |
| 1319 | 2026-03-04T03:37:14.918Z | Downloaded aws-lc-sys v0.37.1 |
| 1320 | 2026-03-04T03:37:15.296Z | Compiling libc v0.2.180 |
| 1321 | 2026-03-04T03:37:15.296Z | Compiling serde v1.0.228 |
| 1322 | 2026-03-04T03:37:15.299Z | Compiling log v0.4.29 |
| 1323 | 2026-03-04T03:37:15.466Z | Compiling find-msvc-tools v0.1.9 |
| 1324 | 2026-03-04T03:37:15.515Z | Compiling shlex v1.3.0 |
| 1325 | 2026-03-04T03:37:15.521Z | Compiling smallvec v1.15.1 |
| 1326 | 2026-03-04T03:37:15.521Z | Compiling syn v2.0.117 |
| 1327 | 2026-03-04T03:37:15.535Z | Compiling typenum v1.19.0 |
| 1328 | 2026-03-04T03:37:15.884Z | Compiling generic-array v0.14.7 |
| 1329 | 2026-03-04T03:37:15.888Z | Compiling subtle v2.6.1 |
| 1330 | 2026-03-04T03:37:15.947Z | Compiling scopeguard v1.2.0 |
| 1331 | 2026-03-04T03:37:15.998Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-03-04T03:37:16.094Z | Compiling lock_api v0.4.14 |
| 1333 | 2026-03-04T03:37:16.115Z | Compiling const-oid v0.9.6 |
| 1334 | 2026-03-04T03:37:16.260Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-03-04T03:37:16.376Z | Compiling zerocopy v0.8.40 |
| 1336 | 2026-03-04T03:37:16.422Z | Compiling pin-project-lite v0.2.17 |
| 1337 | 2026-03-04T03:37:16.534Z | Compiling parking_lot_core v0.9.12 |
| 1338 | 2026-03-04T03:37:16.571Z | Compiling serde_json v1.0.149 |
| 1339 | 2026-03-04T03:37:17.033Z | Compiling pkg-config v0.3.32 |
| 1340 | 2026-03-04T03:37:17.261Z | Compiling libm v0.2.16 |
| 1341 | 2026-03-04T03:37:17.647Z | Compiling getrandom v0.2.17 |
| 1342 | 2026-03-04T03:37:17.667Z | Compiling jobserver v0.1.34 |
| 1343 | 2026-03-04T03:37:17.902Z | Compiling rand_core v0.6.4 |
| 1344 | 2026-03-04T03:37:18.040Z | Compiling errno v0.3.14 |
| 1345 | 2026-03-04T03:37:18.067Z | Compiling cc v1.2.56 |
| 1346 | 2026-03-04T03:37:18.185Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-03-04T03:37:18.324Z | Compiling signal-hook-registry v1.4.8 |
| 1348 | 2026-03-04T03:37:18.419Z | Compiling mio v1.1.1 |
| 1349 | 2026-03-04T03:37:18.480Z | Compiling num-traits v0.2.19 |
| 1350 | 2026-03-04T03:37:18.599Z | Compiling bitflags v2.11.0 |
| 1351 | 2026-03-04T03:37:18.875Z | Compiling parking_lot v0.12.5 |
| 1352 | 2026-03-04T03:37:18.905Z | Compiling futures-core v0.3.32 |
| 1353 | 2026-03-04T03:37:19.181Z | Compiling socket2 v0.6.2 |
| 1354 | 2026-03-04T03:37:19.254Z | Compiling percent-encoding v2.3.2 |
| 1355 | 2026-03-04T03:37:19.597Z | Compiling allocator-api2 v0.2.21 |
| 1356 | 2026-03-04T03:37:19.619Z | Compiling cpufeatures v0.2.17 |
| 1357 | 2026-03-04T03:37:19.711Z | Compiling foldhash v0.2.0 |
| 1358 | 2026-03-04T03:37:19.744Z | Compiling futures-sink v0.3.32 |
| 1359 | 2026-03-04T03:37:19.874Z | Compiling getrandom v0.4.1 |
| 1360 | 2026-03-04T03:37:19.936Z | Compiling futures-channel v0.3.32 |
| 1361 | 2026-03-04T03:37:20.084Z | Compiling futures-io v0.3.32 |
| 1362 | 2026-03-04T03:37:20.138Z | Compiling slab v0.4.12 |
| 1363 | 2026-03-04T03:37:20.377Z | Compiling hashbrown v0.16.1 |
| 1364 | 2026-03-04T03:37:20.400Z | Compiling futures-task v0.3.32 |
| 1365 | 2026-03-04T03:37:20.422Z | Compiling rand_core v0.10.0 |
| 1366 | 2026-03-04T03:37:20.473Z | Compiling getrandom v0.3.4 |
| 1367 | 2026-03-04T03:37:20.660Z | Compiling rustversion v1.0.22 |
| 1368 | 2026-03-04T03:37:20.750Z | Compiling cmake v0.1.57 |
| 1369 | 2026-03-04T03:37:21.131Z | Compiling form_urlencoded v1.2.2 |
| 1370 | 2026-03-04T03:37:21.629Z | Compiling dunce v1.0.5 |
| 1371 | 2026-03-04T03:37:21.764Z | Compiling indexmap v2.13.0 |
| 1372 | 2026-03-04T03:37:21.784Z | Compiling fs_extra v1.3.0 |
| 1373 | 2026-03-04T03:37:21.933Z | Compiling ident_case v1.0.1 |
| 1374 | 2026-03-04T03:37:22.021Z | Compiling base64ct v1.8.3 |
| 1375 | 2026-03-04T03:37:22.127Z | Compiling flagset v0.4.7 |
| 1376 | 2026-03-04T03:37:22.299Z | Compiling aws-lc-sys v0.37.1 |
| 1377 | 2026-03-04T03:37:22.352Z | Compiling rand_core v0.9.5 |
| 1378 | 2026-03-04T03:37:22.374Z | Compiling rustix v1.1.3 |
| 1379 | 2026-03-04T03:37:22.636Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2026-03-04T03:37:22.764Z | Compiling synstructure v0.13.2 |
| 1381 | 2026-03-04T03:37:22.915Z | Compiling iana-time-zone v0.1.65 |
| 1382 | 2026-03-04T03:37:23.155Z | Compiling ring v0.17.14 |
| 1383 | 2026-03-04T03:37:23.247Z | Compiling uuid v1.21.0 |
| 1384 | 2026-03-04T03:37:23.268Z | Compiling rustc_version v0.4.1 |
| 1385 | 2026-03-04T03:37:23.289Z | Compiling regex-syntax v0.8.10 |
| 1386 | 2026-03-04T03:37:23.452Z | Compiling vcpkg v0.2.15 |
| 1387 | 2026-03-04T03:37:23.970Z | Compiling aws-lc-rs v1.16.0 |
| 1388 | 2026-03-04T03:37:24.545Z | Compiling tracing-core v0.1.36 |
| 1389 | 2026-03-04T03:37:24.831Z | Compiling crossbeam-utils v0.8.21 |
| 1390 | 2026-03-04T03:37:25.046Z | Compiling openssl-sys v0.9.111 |
| 1391 | 2026-03-04T03:37:25.416Z | Compiling pest_generator v2.8.6 |
| 1392 | 2026-03-04T03:37:25.706Z | Compiling serde_derive_internals v0.29.1 |
| 1393 | 2026-03-04T03:37:26.203Z | Compiling untrusted v0.7.1 |
| 1394 | 2026-03-04T03:37:26.388Z | Compiling syn v1.0.109 |
| 1395 | 2026-03-04T03:37:26.899Z | Compiling schemars v0.8.22 |
| 1396 | 2026-03-04T03:37:26.970Z | Compiling untrusted v0.9.0 |
| 1397 | 2026-03-04T03:37:27.055Z | Compiling openssl-probe v0.2.1 |
| 1398 | 2026-03-04T03:37:27.187Z | Compiling httparse v1.10.1 |
| 1399 | 2026-03-04T03:37:27.275Z | Compiling base64 v0.22.1 |
| 1400 | 2026-03-04T03:37:27.415Z | Compiling serde_derive v1.0.228 |
| 1401 | 2026-03-04T03:37:27.465Z | Compiling zeroize_derive v1.4.3 |
| 1402 | 2026-03-04T03:37:27.840Z | Compiling zerofrom-derive v0.1.6 |
| 1403 | 2026-03-04T03:37:27.864Z | Compiling yoke-derive v0.8.1 |
| 1404 | 2026-03-04T03:37:27.898Z | Compiling zerocopy-derive v0.8.40 |
| 1405 | 2026-03-04T03:37:28.865Z | Compiling zeroize v1.8.2 |
| 1406 | 2026-03-04T03:37:28.909Z | Compiling zerovec-derive v0.11.2 |
| 1407 | 2026-03-04T03:37:30.569Z | Compiling crypto-common v0.1.7 |
| 1408 | 2026-03-04T03:37:30.623Z | Compiling block-buffer v0.10.4 |
| 1409 | 2026-03-04T03:37:30.744Z | Compiling displaydoc v0.2.5 |
| 1410 | 2026-03-04T03:37:30.814Z | Compiling tokio-macros v2.6.0 |
| 1411 | 2026-03-04T03:37:30.921Z | Compiling digest v0.10.7 |
| 1412 | 2026-03-04T03:37:31.159Z | Compiling zerofrom v0.1.6 |
| 1413 | 2026-03-04T03:37:31.403Z | Compiling yoke v0.8.1 |
| 1414 | 2026-03-04T03:37:31.427Z | Compiling hmac v0.12.1 |
| 1415 | 2026-03-04T03:37:31.452Z | Compiling futures-macro v0.3.32 |
| 1416 | 2026-03-04T03:37:31.702Z | Compiling block-padding v0.3.3 |
| 1417 | 2026-03-04T03:37:31.761Z | Compiling zerovec v0.11.5 |
| 1418 | 2026-03-04T03:37:31.968Z | Compiling inout v0.1.4 |
| 1419 | 2026-03-04T03:37:32.252Z | Compiling cipher v0.4.4 |
| 1420 | 2026-03-04T03:37:32.316Z | Compiling zerotrie v0.2.3 |
| 1421 | 2026-03-04T03:37:32.340Z | Compiling sha2 v0.10.9 |
| 1422 | 2026-03-04T03:37:32.798Z | Compiling der_derive v0.7.3 |
| 1423 | 2026-03-04T03:37:32.913Z | Compiling tinystr v0.8.2 |
| 1424 | 2026-03-04T03:37:32.954Z | Compiling potential_utf v0.1.4 |
| 1425 | 2026-03-04T03:37:33.259Z | Compiling icu_locale_core v2.1.1 |
| 1426 | 2026-03-04T03:37:33.305Z | Compiling icu_collections v2.1.1 |
| 1427 | 2026-03-04T03:37:33.309Z | Compiling futures-util v0.3.32 |
| 1428 | 2026-03-04T03:37:34.414Z | Compiling salsa20 v0.10.2 |
| 1429 | 2026-03-04T03:37:34.658Z | Compiling pbkdf2 v0.12.2 |
| 1430 | 2026-03-04T03:37:34.836Z | Compiling icu_provider v2.1.1 |
| 1431 | 2026-03-04T03:37:35.041Z | Compiling der v0.7.10 |
| 1432 | 2026-03-04T03:37:35.408Z | Compiling icu_normalizer v2.1.1 |
| 1433 | 2026-03-04T03:37:35.430Z | Compiling icu_properties v2.1.2 |
| 1434 | 2026-03-04T03:37:35.879Z | Compiling bytes v1.11.1 |
| 1435 | 2026-03-04T03:37:35.917Z | Compiling chrono v0.4.44 |
| 1436 | 2026-03-04T03:37:36.563Z | Compiling thiserror-impl v2.0.18 |
| 1437 | 2026-03-04T03:37:37.297Z | Compiling tokio v1.49.0 |
| 1438 | 2026-03-04T03:37:37.925Z | Compiling idna_adapter v1.2.1 |
| 1439 | 2026-03-04T03:37:38.142Z | Compiling idna v1.1.0 |
| 1440 | 2026-03-04T03:37:38.164Z | Compiling spki v0.7.3 |
| 1441 | 2026-03-04T03:37:38.525Z | Compiling http v1.4.0 |
| 1442 | 2026-03-04T03:37:38.679Z | Compiling scrypt v0.11.0 |
| 1443 | 2026-03-04T03:37:39.149Z | Compiling ppv-lite86 v0.2.21 |
| 1444 | 2026-03-04T03:37:39.186Z | Compiling url v2.5.8 |
| 1445 | 2026-03-04T03:37:39.408Z | Compiling aes v0.8.4 |
| 1446 | 2026-03-04T03:37:39.515Z | Compiling thiserror v2.0.18 |
| 1447 | 2026-03-04T03:37:39.658Z | Compiling cbc v0.1.2 |
| 1448 | 2026-03-04T03:37:39.697Z | Compiling rustls-pki-types v1.14.0 |
| 1449 | 2026-03-04T03:37:39.923Z | Compiling rand_chacha v0.9.0 |
| 1450 | 2026-03-04T03:37:39.946Z | Compiling tracing-attributes v0.1.31 |
| 1451 | 2026-03-04T03:37:40.595Z | Compiling rand v0.9.2 |
| 1452 | 2026-03-04T03:37:40.681Z | Compiling pkcs5 v0.7.1 |
| 1453 | 2026-03-04T03:37:40.913Z | Compiling http-body v1.0.1 |
| 1454 | 2026-03-04T03:37:41.555Z | Compiling pkcs8 v0.10.2 |
| 1455 | 2026-03-04T03:37:41.813Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-03-04T03:37:41.836Z | Compiling scroll_derive v0.13.1 |
| 1457 | 2026-03-04T03:37:42.207Z | Compiling pest_derive v2.8.6 |
| 1458 | 2026-03-04T03:37:42.970Z | Compiling darling_core v0.20.11 |
| 1459 | 2026-03-04T03:37:43.158Z | Compiling tracing v0.1.44 |
| 1460 | 2026-03-04T03:37:43.368Z | Compiling tower-layer v0.3.3 |
| 1461 | 2026-03-04T03:37:43.657Z | Compiling atomic-waker v1.1.2 |
| 1462 | 2026-03-04T03:37:43.684Z | Compiling dyn-clone v1.0.20 |
| 1463 | 2026-03-04T03:37:43.705Z | Compiling tower-service v0.3.3 |
| 1464 | 2026-03-04T03:37:43.877Z | Compiling try-lock v0.2.5 |
| 1465 | 2026-03-04T03:37:43.902Z | Compiling tinyvec_macros v0.1.1 |
| 1466 | 2026-03-04T03:37:43.942Z | Compiling rustls v0.23.37 |
| 1467 | 2026-03-04T03:37:44.015Z | Compiling want v0.3.1 |
| 1468 | 2026-03-04T03:37:44.061Z | Compiling tinyvec v1.10.0 |
| 1469 | 2026-03-04T03:37:44.242Z | Compiling scroll v0.13.0 |
| 1470 | 2026-03-04T03:37:44.817Z | Compiling ipnet v2.11.0 |
| 1471 | 2026-03-04T03:37:44.874Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-03-04T03:37:45.357Z | Compiling spin v0.9.8 |
| 1473 | 2026-03-04T03:37:45.673Z | Compiling tokio-util v0.7.18 |
| 1474 | 2026-03-04T03:37:45.768Z | Compiling aho-corasick v1.1.4 |
| 1475 | 2026-03-04T03:37:45.929Z | Compiling foreign-types-shared v0.1.1 |
| 1476 | 2026-03-04T03:37:46.071Z | Compiling pin-utils v0.1.0 |
| 1477 | 2026-03-04T03:37:46.187Z | Compiling time-core v0.1.8 |
| 1478 | 2026-03-04T03:37:46.504Z | Compiling num-conv v0.2.0 |
| 1479 | 2026-03-04T03:37:46.769Z | Compiling httpdate v1.0.3 |
| 1480 | 2026-03-04T03:37:47.228Z | Compiling h2 v0.4.13 |
| 1481 | 2026-03-04T03:37:47.696Z | Compiling openssl v0.10.75 |
| 1482 | 2026-03-04T03:37:47.897Z | Compiling powerfmt v0.2.0 |
| 1483 | 2026-03-04T03:37:48.158Z | Compiling crc32fast v1.5.0 |
| 1484 | 2026-03-04T03:37:48.291Z | Compiling deranged v0.5.8 |
| 1485 | 2026-03-04T03:37:48.749Z | Compiling tempfile v3.25.0 |
| 1486 | 2026-03-04T03:37:48.771Z | Compiling darling_macro v0.20.11 |
| 1487 | 2026-03-04T03:37:49.618Z | Compiling regex-automata v0.4.14 |
| 1488 | 2026-03-04T03:37:49.655Z | Compiling darling v0.20.11 |
| 1489 | 2026-03-04T03:37:49.784Z | Compiling time-macros v0.2.27 |
| 1490 | 2026-03-04T03:37:50.025Z | Compiling foreign-types v0.3.2 |
| 1491 | 2026-03-04T03:37:50.682Z | Compiling goblin v0.10.5 |
| 1492 | 2026-03-04T03:37:50.937Z | Compiling thiserror-impl v1.0.69 |
| 1493 | 2026-03-04T03:37:52.218Z | Compiling openssl-macros v0.1.1 |
| 1494 | 2026-03-04T03:37:53.874Z | Compiling wait-timeout v0.2.1 |
| 1495 | 2026-03-04T03:37:54.199Z | Compiling hyper v1.8.1 |
| 1496 | 2026-03-04T03:37:54.358Z | Compiling siphasher v1.0.2 |
| 1497 | 2026-03-04T03:37:54.746Z | Compiling native-tls v0.2.18 |
| 1498 | 2026-03-04T03:37:55.083Z | Compiling quick-error v1.2.3 |
| 1499 | 2026-03-04T03:37:55.135Z | Compiling simd-adler32 v0.3.8 |
| 1500 | 2026-03-04T03:37:55.261Z | Compiling num_threads v0.1.7 |
| 1501 | 2026-03-04T03:37:55.398Z | Compiling either v1.15.0 |
| 1502 | 2026-03-04T03:37:55.645Z | Compiling usdt-impl v0.6.0 |
| 1503 | 2026-03-04T03:37:55.797Z | Compiling bit-vec v0.8.0 |
| 1504 | 2026-03-04T03:37:56.060Z | Compiling time v0.3.47 |
| 1505 | 2026-03-04T03:37:56.264Z | Compiling bit-set v0.8.0 |
| 1506 | 2026-03-04T03:37:56.416Z | Compiling rusty-fork v0.3.1 |
| 1507 | 2026-03-04T03:37:56.566Z | Compiling hyper-util v0.1.20 |
| 1508 | 2026-03-04T03:37:57.802Z | Compiling dof v0.4.0 |
| 1509 | 2026-03-04T03:37:59.715Z | Compiling thiserror v1.0.69 |
| 1510 | 2026-03-04T03:37:59.889Z | Compiling derive_builder_core v0.20.2 |
| 1511 | 2026-03-04T03:38:00.250Z | Compiling unicode-normalization v0.1.25 |
| 1512 | 2026-03-04T03:38:00.581Z | Compiling crossbeam-epoch v0.9.18 |
| 1513 | 2026-03-04T03:38:00.698Z | Compiling dtrace-parser v0.3.0 |
| 1514 | 2026-03-04T03:38:01.209Z | Compiling rustls-native-certs v0.8.3 |
| 1515 | 2026-03-04T03:38:01.234Z | Compiling signature v2.2.0 |
| 1516 | 2026-03-04T03:38:01.255Z | Compiling scroll_derive v0.12.1 |
| 1517 | 2026-03-04T03:38:01.551Z | Compiling heapless v0.7.17 |
| 1518 | 2026-03-04T03:38:01.791Z | Compiling slog v2.8.2 |
| 1519 | 2026-03-04T03:38:01.859Z | Compiling darling_core v0.21.3 |
| 1520 | 2026-03-04T03:38:02.019Z | Compiling rand_xorshift v0.4.0 |
| 1521 | 2026-03-04T03:38:02.114Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1522 | 2026-03-04T03:38:02.291Z | Compiling sync_wrapper v1.0.2 |
| 1523 | 2026-03-04T03:38:02.405Z | Compiling thread-id v5.1.0 |
| 1524 | 2026-03-04T03:38:02.462Z | Compiling cookie v0.18.1 |
| 1525 | 2026-03-04T03:38:02.533Z | Compiling anyhow v1.0.102 |
| 1526 | 2026-03-04T03:38:02.613Z | Compiling zstd-safe v7.2.4 |
| 1527 | 2026-03-04T03:38:02.616Z | Compiling rayon-core v1.13.0 |
| 1528 | 2026-03-04T03:38:02.775Z | Compiling unicode-segmentation v1.12.0 |
| 1529 | 2026-03-04T03:38:02.942Z | Compiling unicode-bidi v0.3.18 |
| 1530 | 2026-03-04T03:38:02.987Z | Compiling unarray v0.1.4 |
| 1531 | 2026-03-04T03:38:03.104Z | Compiling unicode-properties v0.1.4 |
| 1532 | 2026-03-04T03:38:03.158Z | Compiling signal-hook v0.3.18 |
| 1533 | 2026-03-04T03:38:03.487Z | Compiling paste v1.0.15 |
| 1534 | 2026-03-04T03:38:03.518Z | Compiling adler2 v2.0.1 |
| 1535 | 2026-03-04T03:38:03.618Z | Compiling stringprep v0.1.5 |
| 1536 | 2026-03-04T03:38:03.735Z | Compiling miniz_oxide v0.8.9 |
| 1537 | 2026-03-04T03:38:04.170Z | Compiling proptest v1.10.0 |
| 1538 | 2026-03-04T03:38:04.602Z | Compiling scroll v0.12.0 |
| 1539 | 2026-03-04T03:38:05.066Z | Compiling tower v0.5.3 |
| 1540 | 2026-03-04T03:38:05.170Z | Compiling derive_builder_macro v0.20.2 |
| 1541 | 2026-03-04T03:38:05.217Z | Compiling crossbeam-deque v0.8.6 |
| 1542 | 2026-03-04T03:38:05.564Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-03-04T03:38:05.816Z | Compiling http-body-util v0.1.3 |
| 1544 | 2026-03-04T03:38:05.933Z | Compiling webpki-roots v1.0.6 |
| 1545 | 2026-03-04T03:38:06.078Z | Compiling rand_chacha v0.3.1 |
| 1546 | 2026-03-04T03:38:06.152Z | Compiling serde_spanned v0.6.9 |
| 1547 | 2026-03-04T03:38:06.174Z | Compiling erased-serde v0.3.31 |
| 1548 | 2026-03-04T03:38:06.269Z | Compiling toml_datetime v0.6.11 |
| 1549 | 2026-03-04T03:38:06.342Z | Compiling serde_tokenstream v0.2.3 |
| 1550 | 2026-03-04T03:38:06.396Z | Compiling md-5 v0.10.6 |
| 1551 | 2026-03-04T03:38:06.705Z | Compiling zerocopy-derive v0.7.35 |
| 1552 | 2026-03-04T03:38:06.791Z | Compiling curve25519-dalek v4.1.3 |
| 1553 | 2026-03-04T03:38:06.970Z | Compiling num-integer v0.1.46 |
| 1554 | 2026-03-04T03:38:07.407Z | Compiling vergen-lib v0.1.6 |
| 1555 | 2026-03-04T03:38:07.465Z | Compiling hash32 v0.2.1 |
| 1556 | 2026-03-04T03:38:07.680Z | Compiling ff v0.13.1 |
| 1557 | 2026-03-04T03:38:07.747Z | Compiling rustix v0.38.44 |
| 1558 | 2026-03-04T03:38:07.862Z | Compiling ref-cast v1.0.25 |
| 1559 | 2026-03-04T03:38:07.929Z | Compiling psl-types v2.0.11 |
| 1560 | 2026-03-04T03:38:07.952Z | Compiling ryu v1.0.23 |
| 1561 | 2026-03-04T03:38:08.065Z | Compiling darling_macro v0.21.3 |
| 1562 | 2026-03-04T03:38:08.148Z | Compiling iri-string v0.7.10 |
| 1563 | 2026-03-04T03:38:08.295Z | Compiling num-bigint-dig v0.8.6 |
| 1564 | 2026-03-04T03:38:08.409Z | Compiling smoltcp v0.9.1 |
| 1565 | 2026-03-04T03:38:08.436Z | Compiling base16ct v0.2.0 |
| 1566 | 2026-03-04T03:38:08.598Z | Compiling zlib-rs v0.6.2 |
| 1567 | 2026-03-04T03:38:08.648Z | Compiling fallible-iterator v0.2.0 |
| 1568 | 2026-03-04T03:38:08.742Z | Compiling litrs v1.0.0 |
| 1569 | 2026-03-04T03:38:09.004Z | Compiling darling v0.21.3 |
| 1570 | 2026-03-04T03:38:09.159Z | Compiling sec1 v0.7.3 |
| 1571 | 2026-03-04T03:38:09.185Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-03-04T03:38:09.343Z | Compiling postgres-protocol v0.6.10 |
| 1573 | 2026-03-04T03:38:09.879Z | Compiling document-features v0.2.12 |
| 1574 | 2026-03-04T03:38:09.930Z | Compiling newtype-uuid v1.3.2 |
| 1575 | 2026-03-04T03:38:10.540Z | Compiling serde_urlencoded v0.7.1 |
| 1576 | 2026-03-04T03:38:10.568Z | Compiling publicsuffix v2.3.0 |
| 1577 | 2026-03-04T03:38:10.614Z | Compiling group v0.13.0 |
| 1578 | 2026-03-04T03:38:10.957Z | Compiling num-iter v0.1.45 |
| 1579 | 2026-03-04T03:38:11.106Z | Compiling tower-http v0.6.8 |
| 1580 | 2026-03-04T03:38:11.162Z | Compiling rand v0.8.5 |
| 1581 | 2026-03-04T03:38:11.915Z | Compiling oxnet v0.1.4 |
| 1582 | 2026-03-04T03:38:11.918Z | Compiling derive_builder v0.20.2 |
| 1583 | 2026-03-04T03:38:11.979Z | Compiling proc-macro-error v1.0.4 |
| 1584 | 2026-03-04T03:38:12.137Z | Compiling goblin v0.8.2 |
| 1585 | 2026-03-04T03:38:12.574Z | Compiling tokio-native-tls v0.3.1 |
| 1586 | 2026-03-04T03:38:13.483Z | Compiling heck v0.4.1 |
| 1587 | 2026-03-04T03:38:13.908Z | Compiling hubpack_derive v0.1.1 |
| 1588 | 2026-03-04T03:38:13.972Z | Compiling regex v1.12.3 |
| 1589 | 2026-03-04T03:38:14.245Z | Compiling phf_shared v0.13.1 |
| 1590 | 2026-03-04T03:38:14.456Z | Compiling lazy_static v1.5.0 |
| 1591 | 2026-03-04T03:38:14.616Z | Compiling cargo-platform v0.1.9 |
| 1592 | 2026-03-04T03:38:14.756Z | Compiling flate2 v1.1.9 |
| 1593 | 2026-03-04T03:38:14.794Z | Compiling hkdf v0.12.4 |
| 1594 | 2026-03-04T03:38:14.971Z | Compiling crypto-bigint v0.5.5 |
| 1595 | 2026-03-04T03:38:15.061Z | Compiling strum_macros v0.27.2 |
| 1596 | 2026-03-04T03:38:15.083Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1597 | 2026-03-04T03:38:15.674Z | Compiling ref-cast-impl v1.0.25 |
| 1598 | 2026-03-04T03:38:15.700Z | Compiling daft-derive v0.1.5 |
| 1599 | 2026-03-04T03:38:16.437Z | Compiling async-trait v0.1.89 |
| 1600 | 2026-03-04T03:38:16.847Z | Compiling terminal_size v0.4.3 |
| 1601 | 2026-03-04T03:38:17.089Z | Compiling vergen v9.0.6 |
| 1602 | 2026-03-04T03:38:17.255Z | Compiling fs-err v3.3.0 |
| 1603 | 2026-03-04T03:38:17.429Z | Compiling ahash v0.8.12 |
| 1604 | 2026-03-04T03:38:17.603Z | Compiling winnow v0.5.40 |
| 1605 | 2026-03-04T03:38:17.788Z | Compiling bumpalo v3.20.2 |
| 1606 | 2026-03-04T03:38:18.321Z | Compiling libbz2-rs-sys v0.2.2 |
| 1607 | 2026-03-04T03:38:18.935Z | Compiling bitflags v1.3.2 |
| 1608 | 2026-03-04T03:38:19.068Z | Compiling foldhash v0.1.5 |
| 1609 | 2026-03-04T03:38:19.403Z | Compiling object v0.37.3 |
| 1610 | 2026-03-04T03:38:19.870Z | Compiling managed v0.8.0 |
| 1611 | 2026-03-04T03:38:19.898Z | Compiling strum v0.27.2 |
| 1612 | 2026-03-04T03:38:20.011Z | Compiling console v0.16.2 |
| 1613 | 2026-03-04T03:38:20.106Z | Compiling hashbrown v0.15.5 |
| 1614 | 2026-03-04T03:38:20.778Z | Compiling bzip2 v0.6.1 |
| 1615 | 2026-03-04T03:38:21.165Z | Compiling toml_edit v0.19.15 |
| 1616 | 2026-03-04T03:38:21.188Z | Compiling clap_builder v4.5.60 |
| 1617 | 2026-03-04T03:38:21.211Z | Compiling zopfli v0.8.3 |
| 1618 | 2026-03-04T03:38:21.321Z | Compiling elliptic-curve v0.13.8 |
| 1619 | 2026-03-04T03:38:21.434Z | Compiling dof v0.3.0 |
| 1620 | 2026-03-04T03:38:22.271Z | Compiling daft v0.1.5 |
| 1621 | 2026-03-04T03:38:22.763Z | Compiling cargo_metadata v0.19.2 |
| 1622 | 2026-03-04T03:38:22.826Z | Compiling hubpack v0.1.2 |
| 1623 | 2026-03-04T03:38:23.216Z | Compiling phf v0.13.1 |
| 1624 | 2026-03-04T03:38:23.532Z | Compiling zone_cfg_derive v0.3.1 |
| 1625 | 2026-03-04T03:38:24.958Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-03-04T03:38:25.157Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-03-04T03:38:26.694Z | Compiling zstd v0.13.3 |
| 1628 | 2026-03-04T03:38:27.045Z | Compiling hyper-tls v0.6.0 |
| 1629 | 2026-03-04T03:38:27.259Z | Compiling rayon v1.11.0 |
| 1630 | 2026-03-04T03:38:27.454Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-03-04T03:38:27.844Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-03-04T03:38:28.916Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-03-04T03:38:29.142Z | Compiling usdt-attr-macro v0.6.0 |
| 1634 | 2026-03-04T03:38:30.123Z | Compiling usdt-macro v0.6.0 |
| 1635 | 2026-03-04T03:38:30.512Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-03-04T03:38:30.729Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-03-04T03:38:30.770Z | Compiling itertools v0.12.1 |
| 1638 | 2026-03-04T03:38:31.494Z | Compiling bstr v1.12.1 |
| 1639 | 2026-03-04T03:38:31.516Z | Compiling phf_shared v0.11.3 |
| 1640 | 2026-03-04T03:38:31.601Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-03-04T03:38:31.881Z | Compiling serde-big-array v0.5.1 |
| 1642 | 2026-03-04T03:38:32.154Z | Compiling hex v0.4.3 |
| 1643 | 2026-03-04T03:38:32.527Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-03-04T03:38:32.613Z | Compiling enum-as-inner v0.6.1 |
| 1645 | 2026-03-04T03:38:32.653Z | Compiling clap_derive v4.5.55 |
| 1646 | 2026-03-04T03:38:32.735Z | Compiling serde_repr v0.1.20 |
| 1647 | 2026-03-04T03:38:32.760Z | Compiling strum_macros v0.26.4 |
| 1648 | 2026-03-04T03:38:33.011Z | Compiling float-cmp v0.10.0 |
| 1649 | 2026-03-04T03:38:33.264Z | Compiling memmap2 v0.9.10 |
| 1650 | 2026-03-04T03:38:33.611Z | Compiling thread-id v4.2.2 |
| 1651 | 2026-03-04T03:38:33.638Z | Compiling env_filter v1.0.0 |
| 1652 | 2026-03-04T03:38:33.674Z | Compiling encoding_rs v0.8.35 |
| 1653 | 2026-03-04T03:38:33.750Z | Compiling data-encoding v2.10.0 |
| 1654 | 2026-03-04T03:38:33.849Z | Compiling new_debug_unreachable v1.0.6 |
| 1655 | 2026-03-04T03:38:33.969Z | Compiling precomputed-hash v0.1.1 |
| 1656 | 2026-03-04T03:38:34.114Z | Compiling fixedbitset v0.4.2 |
| 1657 | 2026-03-04T03:38:34.293Z | Compiling rustc-hash v2.1.1 |
| 1658 | 2026-03-04T03:38:34.517Z | Compiling predicates-core v1.0.10 |
| 1659 | 2026-03-04T03:38:34.557Z | Compiling unit-prefix v0.5.2 |
| 1660 | 2026-03-04T03:38:34.807Z | Compiling whoami v2.1.0 |
| 1661 | 2026-03-04T03:38:34.839Z | Compiling jiff v0.2.21 |
| 1662 | 2026-03-04T03:38:35.501Z | Compiling static_assertions v1.1.0 |
| 1663 | 2026-03-04T03:38:35.615Z | Compiling keccak v0.1.6 |
| 1664 | 2026-03-04T03:38:35.636Z | Compiling difflib v0.4.0 |
| 1665 | 2026-03-04T03:38:36.951Z | Compiling fixedbitset v0.5.7 |
| 1666 | 2026-03-04T03:38:36.974Z | Compiling normalize-line-endings v0.3.0 |
| 1667 | 2026-03-04T03:38:37.120Z | Compiling mime v0.3.17 |
| 1668 | 2026-03-04T03:38:37.144Z | Compiling clap v4.5.60 |
| 1669 | 2026-03-04T03:38:37.148Z | Compiling strum v0.26.3 |
| 1670 | 2026-03-04T03:38:37.287Z | Compiling predicates v3.1.4 |
| 1671 | 2026-03-04T03:38:37.332Z | Compiling sha3 v0.10.8 |
| 1672 | 2026-03-04T03:38:37.360Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1673 | 2026-03-04T03:38:37.594Z | Compiling petgraph v0.8.3 |
| 1674 | 2026-03-04T03:38:37.665Z | Compiling tokio-postgres v0.7.16 |
| 1675 | 2026-03-04T03:38:37.916Z | Compiling indicatif v0.18.4 |
| 1676 | 2026-03-04T03:38:38.433Z | Compiling toml_edit v0.22.27 |
| 1677 | 2026-03-04T03:38:38.739Z | Compiling iddqd v0.3.17 |
| 1678 | 2026-03-04T03:38:39.929Z | Compiling hickory-proto v0.25.2 |
| 1679 | 2026-03-04T03:38:41.395Z | Compiling zip v4.6.1 |
| 1680 | 2026-03-04T03:38:42.438Z | Compiling petgraph v0.6.5 |
| 1681 | 2026-03-04T03:38:43.030Z | Compiling string_cache v0.8.9 |
| 1682 | 2026-03-04T03:38:43.468Z | Compiling env_logger v0.11.9 |
| 1683 | 2026-03-04T03:38:43.604Z | Compiling usdt-impl v0.5.0 |
| 1684 | 2026-03-04T03:38:44.251Z | Compiling usdt v0.6.0 |
| 1685 | 2026-03-04T03:38:44.324Z | Compiling zone v0.3.1 |
| 1686 | 2026-03-04T03:38:44.754Z | Compiling ecdsa v0.16.9 |
| 1687 | 2026-03-04T03:38:44.951Z | Compiling serde_with v3.17.0 |
| 1688 | 2026-03-04T03:38:45.368Z | Compiling similar v2.7.0 |
| 1689 | 2026-03-04T03:38:45.564Z | Compiling rsa v0.9.10 |
| 1690 | 2026-03-04T03:38:45.632Z | Compiling ed25519-dalek v2.2.0 |
| 1691 | 2026-03-04T03:38:45.884Z | Compiling crossterm v0.28.1 |
| 1692 | 2026-03-04T03:38:45.992Z | Compiling zip v0.6.6 |
| 1693 | 2026-03-04T03:38:47.231Z | Compiling toml v0.7.8 |
| 1694 | 2026-03-04T03:38:48.557Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1695 | 2026-03-04T03:38:48.641Z | Compiling itertools v0.13.0 |
| 1696 | 2026-03-04T03:38:49.051Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-03-04T03:38:49.399Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-03-04T03:38:49.990Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1699 | 2026-03-04T03:38:50.045Z | Compiling x509-cert v0.2.5 |
| 1700 | 2026-03-04T03:38:50.068Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-03-04T03:38:50.738Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-03-04T03:38:51.200Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1703 | 2026-03-04T03:38:51.651Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-03-04T03:38:51.706Z | Compiling peg-runtime v0.8.5 |
| 1705 | 2026-03-04T03:38:51.798Z | Compiling thread_local v1.1.9 |
| 1706 | 2026-03-04T03:38:52.028Z | Compiling slog-async v2.8.0 |
| 1707 | 2026-03-04T03:38:52.248Z | Compiling crossbeam-channel v0.5.15 |
| 1708 | 2026-03-04T03:38:52.282Z | Compiling futures-executor v0.3.32 |
| 1709 | 2026-03-04T03:38:52.626Z | Compiling is-terminal v0.4.17 |
| 1710 | 2026-03-04T03:38:52.775Z | Compiling filetime v0.2.27 |
| 1711 | 2026-03-04T03:38:52.798Z | Compiling term v1.2.1 |
| 1712 | 2026-03-04T03:38:53.083Z | Compiling xattr v1.6.1 |
| 1713 | 2026-03-04T03:38:53.264Z | Compiling take_mut v0.2.2 |
| 1714 | 2026-03-04T03:38:53.299Z | Compiling tar v0.4.44 |
| 1715 | 2026-03-04T03:38:53.367Z | Compiling slog-term v2.9.2 |
| 1716 | 2026-03-04T03:38:53.824Z | Compiling futures v0.3.32 |
| 1717 | 2026-03-04T03:39:02.925Z | Compiling rustls-webpki v0.103.9 |
| 1718 | 2026-03-04T03:39:08.089Z | Compiling tokio-rustls v0.26.4 |
| 1719 | 2026-03-04T03:39:08.089Z | Compiling rustls-platform-verifier v0.6.2 |
| 1720 | 2026-03-04T03:39:08.467Z | Compiling hyper-rustls v0.27.7 |
| 1721 | 2026-03-04T03:39:08.876Z | Compiling reqwest v0.13.2 |
| 1722 | 2026-03-04T03:39:08.876Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-03-04T03:39:13.147Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1724 | 2026-03-04T03:39:13.459Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1725 | 2026-03-04T03:39:18.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 1726 | 2026-03-04T03:39:18.183Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1727 | 2026-03-04T03:39:18.241Z | Mar 04 03:39:16.344 INFO Starting download, target: Clickhouse |
| 1728 | 2026-03-04T03:39:18.241Z | Mar 04 03:39:16.345 INFO Starting download, target: Cockroach |
| 1729 | 2026-03-04T03:39:18.241Z | Mar 04 03:39:16.345 INFO Starting download, target: Console |
| 1730 | 2026-03-04T03:39:18.242Z | Mar 04 03:39:16.345 INFO Starting download, target: DendriteStub |
| 1731 | 2026-03-04T03:39:18.246Z | Mar 04 03:39:16.345 INFO Starting download, target: MaghemiteMgd |
| 1732 | 2026-03-04T03:39:18.246Z | Mar 04 03:39:16.345 INFO Starting download, target: TransceiverControl |
| 1733 | 2026-03-04T03:39:18.246Z | Mar 04 03:39:16.345 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1734 | 2026-03-04T03:39:18.246Z | Mar 04 03:39:16.345 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1735 | 2026-03-04T03:39:18.246Z | Mar 04 03:39:16.345 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1736 | 2026-03-04T03:39:18.246Z | Mar 04 03:39:16.345 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1737 | 2026-03-04T03:39:18.246Z | Mar 04 03:39:16.345 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1738 | 2026-03-04T03:39:18.246Z | Mar 04 03:39:16.346 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1739 | 2026-03-04T03:39:19.148Z | Mar 04 03:39:17.251 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1740 | 2026-03-04T03:39:19.191Z | Mar 04 03:39:17.294 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1741 | 2026-03-04T03:39:19.820Z | Mar 04 03:39:17.899 INFO Download complete, target: TransceiverControl |
| 1742 | 2026-03-04T03:39:19.857Z | Mar 04 03:39:17.929 INFO Download complete, target: Console |
| 1743 | 2026-03-04T03:39:19.903Z | Mar 04 03:39:17.963 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1744 | 2026-03-04T03:39:19.955Z | Mar 04 03:39:18.022 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1745 | 2026-03-04T03:39:20.718Z | Mar 04 03:39:18.817 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1746 | 2026-03-04T03:39:20.949Z | Mar 04 03:39:19.052 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1747 | 2026-03-04T03:39:20.949Z | Mar 04 03:39:19.052 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1748 | 2026-03-04T03:39:24.718Z | Mar 04 03:39:22.821 INFO Download complete, target: DendriteStub |
| 1749 | 2026-03-04T03:39:24.935Z | Mar 04 03:39:23.030 INFO Download complete, target: MaghemiteMgd |
| 1750 | 2026-03-04T03:39:30.981Z | Mar 04 03:39:29.083 INFO Checking that binary works, target: Cockroach |
| 1751 | 2026-03-04T03:39:31.115Z | Mar 04 03:39:29.217 INFO Download complete, target: Cockroach |
| 1752 | 2026-03-04T03:39:35.031Z | Mar 04 03:39:33.124 INFO Checking that binary works, target: Clickhouse |
| 1753 | 2026-03-04T03:39:35.218Z | Mar 04 03:39:33.312 INFO Download complete, target: Clickhouse |
| 1754 | 2026-03-04T03:39:35.225Z | All prerequisites installed successfully |
| 1755 | 2026-03-04T03:39:35.227Z | |
| 1756 | 2026-03-04T03:39:35.227Z | real 5:20.496193972 |
| 1757 | 2026-03-04T03:39:35.228Z | user 17:10.274705891 |
| 1758 | 2026-03-04T03:39:35.228Z | sys 2:27.166078907 |
| 1759 | 2026-03-04T03:39:35.228Z | trap 0.644698463 |
| 1760 | 2026-03-04T03:39:35.228Z | tflt 1.232312283 |
| 1761 | 2026-03-04T03:39:35.228Z | dflt 1.589853691 |
| 1762 | 2026-03-04T03:39:35.228Z | kflt 0.026857633 |
| 1763 | 2026-03-04T03:39:35.228Z | lock 40:55.722978486 |
| 1764 | 2026-03-04T03:39:35.228Z | slp 1:03:19.640149542 |
| 1765 | 2026-03-04T03:39:35.228Z | lat 1:07.355755954 |
| 1766 | 2026-03-04T03:39:35.228Z | stop 3:07.563054939 |
| 1767 | 2026-03-04T03:39:35.229Z | + ptime -m cargo xtask download softnpu |
| 1768 | 2026-03-04T03:39:36.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1769 | 2026-03-04T03:39:36.034Z | Running `target/debug/xtask download softnpu` |
| 1770 | 2026-03-04T03:39:37.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 1771 | 2026-03-04T03:39:37.206Z | Running `target/debug/xtask-downloader softnpu` |
| 1772 | 2026-03-04T03:39:37.249Z | Mar 04 03:39:35.349 INFO Starting download, target: Softnpu |
| 1773 | 2026-03-04T03:39:37.252Z | Mar 04 03:39:35.350 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1774 | 2026-03-04T03:39:37.872Z | Mar 04 03:39:35.972 INFO Download complete, target: Softnpu |
| 1775 | 2026-03-04T03:39:37.875Z | |
| 1776 | 2026-03-04T03:39:37.879Z | real 2.650688852 |
| 1777 | 2026-03-04T03:39:37.879Z | user 1.950974522 |
| 1778 | 2026-03-04T03:39:37.879Z | sys 0.825092392 |
| 1779 | 2026-03-04T03:39:37.879Z | trap 0.001076189 |
| 1780 | 2026-03-04T03:39:37.879Z | tflt 0.000192860 |
| 1781 | 2026-03-04T03:39:37.879Z | dflt 0.000039020 |
| 1782 | 2026-03-04T03:39:37.879Z | kflt 0.000000000 |
| 1783 | 2026-03-04T03:39:37.879Z | lock 6.344237962 |
| 1784 | 2026-03-04T03:39:37.879Z | slp 0.440854373 |
| 1785 | 2026-03-04T03:39:37.879Z | lat 0.169083980 |
| 1786 | 2026-03-04T03:39:37.879Z | stop 0.000200309 |
| 1787 | 2026-03-04T03:39:37.879Z | + export CARGO_INCREMENTAL=0 |
| 1788 | 2026-03-04T03:39:37.879Z | + CARGO_INCREMENTAL=0 |
| 1789 | 2026-03-04T03:39:37.879Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1790 | 2026-03-04T03:39:39.177Z | Compiling proc-macro2 v1.0.106 |
| 1791 | 2026-03-04T03:39:39.177Z | Compiling quote v1.0.44 |
| 1792 | 2026-03-04T03:39:39.181Z | Compiling unicode-ident v1.0.24 |
| 1793 | 2026-03-04T03:39:39.181Z | Compiling libc v0.2.180 |
| 1794 | 2026-03-04T03:39:39.181Z | Compiling serde_core v1.0.228 |
| 1795 | 2026-03-04T03:39:39.181Z | Compiling serde v1.0.228 |
| 1796 | 2026-03-04T03:39:39.181Z | Compiling cfg-if v1.0.4 |
| 1797 | 2026-03-04T03:39:39.181Z | Compiling version_check v0.9.5 |
| 1798 | 2026-03-04T03:39:39.516Z | Compiling find-msvc-tools v0.1.9 |
| 1799 | 2026-03-04T03:39:39.586Z | Compiling shlex v1.3.0 |
| 1800 | 2026-03-04T03:39:39.966Z | Compiling typenum v1.19.0 |
| 1801 | 2026-03-04T03:39:40.019Z | Compiling generic-array v0.14.7 |
| 1802 | 2026-03-04T03:39:40.034Z | Compiling portable-atomic v1.13.1 |
| 1803 | 2026-03-04T03:39:40.332Z | Compiling memchr v2.8.0 |
| 1804 | 2026-03-04T03:39:40.534Z | Compiling zmij v1.0.21 |
| 1805 | 2026-03-04T03:39:40.892Z | Compiling autocfg v1.5.0 |
| 1806 | 2026-03-04T03:39:41.011Z | Compiling serde_json v1.0.149 |
| 1807 | 2026-03-04T03:39:41.359Z | Compiling jobserver v0.1.34 |
| 1808 | 2026-03-04T03:39:41.577Z | Compiling zerocopy v0.8.40 |
| 1809 | 2026-03-04T03:39:41.701Z | Compiling libm v0.2.16 |
| 1810 | 2026-03-04T03:39:41.931Z | Compiling syn v2.0.117 |
| 1811 | 2026-03-04T03:39:41.988Z | Compiling cc v1.2.56 |
| 1812 | 2026-03-04T03:39:42.077Z | Compiling parking_lot_core v0.9.12 |
| 1813 | 2026-03-04T03:39:42.268Z | Compiling num-traits v0.2.19 |
| 1814 | 2026-03-04T03:39:42.291Z | Compiling smallvec v1.15.1 |
| 1815 | 2026-03-04T03:39:42.527Z | Compiling icu_properties_data v2.1.2 |
| 1816 | 2026-03-04T03:39:42.620Z | Compiling icu_normalizer_data v2.1.1 |
| 1817 | 2026-03-04T03:39:42.785Z | Compiling getrandom v0.2.17 |
| 1818 | 2026-03-04T03:39:42.861Z | Compiling log v0.4.29 |
| 1819 | 2026-03-04T03:39:42.973Z | Compiling itoa v1.0.17 |
| 1820 | 2026-03-04T03:39:43.242Z | Compiling getrandom v0.4.1 |
| 1821 | 2026-03-04T03:39:43.665Z | Compiling pkg-config v0.3.32 |
| 1822 | 2026-03-04T03:39:43.764Z | Compiling errno v0.3.14 |
| 1823 | 2026-03-04T03:39:44.026Z | Compiling stable_deref_trait v1.2.1 |
| 1824 | 2026-03-04T03:39:44.137Z | Compiling rand_core v0.6.4 |
| 1825 | 2026-03-04T03:39:44.540Z | Compiling subtle v2.6.1 |
| 1826 | 2026-03-04T03:39:44.588Z | Compiling scopeguard v1.2.0 |
| 1827 | 2026-03-04T03:39:44.777Z | Compiling lock_api v0.4.14 |
| 1828 | 2026-03-04T03:39:44.801Z | Compiling fnv v1.0.7 |
| 1829 | 2026-03-04T03:39:44.880Z | Compiling thiserror v2.0.18 |
| 1830 | 2026-03-04T03:39:45.222Z | Compiling getrandom v0.3.4 |
| 1831 | 2026-03-04T03:39:45.468Z | Compiling critical-section v1.2.0 |
| 1832 | 2026-03-04T03:39:45.489Z | Compiling pin-project-lite v0.2.17 |
| 1833 | 2026-03-04T03:39:45.830Z | Compiling allocator-api2 v0.2.21 |
| 1834 | 2026-03-04T03:39:46.023Z | Compiling rustversion v1.0.22 |
| 1835 | 2026-03-04T03:39:46.438Z | Compiling once_cell v1.21.3 |
| 1836 | 2026-03-04T03:39:46.461Z | Compiling equivalent v1.0.2 |
| 1837 | 2026-03-04T03:39:46.844Z | Compiling bitflags v2.11.0 |
| 1838 | 2026-03-04T03:39:47.219Z | Compiling foldhash v0.2.0 |
| 1839 | 2026-03-04T03:39:47.317Z | Compiling ring v0.17.14 |
| 1840 | 2026-03-04T03:39:47.583Z | Compiling hashbrown v0.16.1 |
| 1841 | 2026-03-04T03:39:47.724Z | Compiling semver v1.0.27 |
| 1842 | 2026-03-04T03:39:48.349Z | Compiling cmake v0.1.57 |
| 1843 | 2026-03-04T03:39:48.371Z | Compiling litemap v0.8.1 |
| 1844 | 2026-03-04T03:39:48.394Z | Compiling dunce v1.0.5 |
| 1845 | 2026-03-04T03:39:48.796Z | Compiling fs_extra v1.3.0 |
| 1846 | 2026-03-04T03:39:48.872Z | Compiling percent-encoding v2.3.2 |
| 1847 | 2026-03-04T03:39:49.088Z | Compiling synstructure v0.13.2 |
| 1848 | 2026-03-04T03:39:49.091Z | Compiling writeable v0.6.2 |
| 1849 | 2026-03-04T03:39:49.297Z | Compiling aws-lc-sys v0.37.1 |
| 1850 | 2026-03-04T03:39:49.485Z | Compiling const-oid v0.9.6 |
| 1851 | 2026-03-04T03:39:49.609Z | Compiling indexmap v2.13.0 |
| 1852 | 2026-03-04T03:39:50.453Z | Compiling rustix v1.1.3 |
| 1853 | 2026-03-04T03:39:51.110Z | Compiling signal-hook-registry v1.4.8 |
| 1854 | 2026-03-04T03:39:51.113Z | Compiling schemars v0.8.22 |
| 1855 | 2026-03-04T03:39:51.154Z | Compiling serde_derive_internals v0.29.1 |
| 1856 | 2026-03-04T03:39:51.189Z | Compiling mio v1.1.1 |
| 1857 | 2026-03-04T03:39:51.479Z | Compiling parking_lot v0.12.5 |
| 1858 | 2026-03-04T03:39:51.558Z | Compiling socket2 v0.6.2 |
| 1859 | 2026-03-04T03:39:51.605Z | Compiling rand_core v0.10.0 |
| 1860 | 2026-03-04T03:39:52.011Z | Compiling utf8_iter v1.0.4 |
| 1861 | 2026-03-04T03:39:52.074Z | Compiling aws-lc-rs v1.16.0 |
| 1862 | 2026-03-04T03:39:52.327Z | Compiling strsim v0.11.1 |
| 1863 | 2026-03-04T03:39:52.808Z | Compiling serde_derive v1.0.228 |
| 1864 | 2026-03-04T03:39:52.925Z | Compiling zeroize_derive v1.4.3 |
| 1865 | 2026-03-04T03:39:53.044Z | Compiling zerofrom-derive v0.1.6 |
| 1866 | 2026-03-04T03:39:53.135Z | Compiling yoke-derive v0.8.1 |
| 1867 | 2026-03-04T03:39:53.159Z | Compiling zerovec-derive v0.11.2 |
| 1868 | 2026-03-04T03:39:53.302Z | Compiling displaydoc v0.2.5 |
| 1869 | 2026-03-04T03:39:53.465Z | Compiling zerocopy-derive v0.8.40 |
| 1870 | 2026-03-04T03:39:54.027Z | Compiling tokio-macros v2.6.0 |
| 1871 | 2026-03-04T03:39:54.178Z | Compiling zeroize v1.8.2 |
| 1872 | 2026-03-04T03:39:54.704Z | Compiling futures-macro v0.3.32 |
| 1873 | 2026-03-04T03:39:55.349Z | Compiling thiserror-impl v2.0.18 |
| 1874 | 2026-03-04T03:39:55.500Z | Compiling der_derive v0.7.3 |
| 1875 | 2026-03-04T03:39:55.711Z | Compiling zerofrom v0.1.6 |
| 1876 | 2026-03-04T03:39:55.966Z | Compiling yoke v0.8.1 |
| 1877 | 2026-03-04T03:39:56.282Z | Compiling crypto-common v0.1.7 |
| 1878 | 2026-03-04T03:39:56.348Z | Compiling zerovec v0.11.5 |
| 1879 | 2026-03-04T03:39:56.400Z | Compiling zerotrie v0.2.3 |
| 1880 | 2026-03-04T03:39:57.300Z | Compiling block-buffer v0.10.4 |
| 1881 | 2026-03-04T03:39:57.455Z | Compiling tracing-attributes v0.1.31 |
| 1882 | 2026-03-04T03:39:57.574Z | Compiling digest v0.10.7 |
| 1883 | 2026-03-04T03:39:57.574Z | Compiling schemars_derive v0.8.22 |
| 1884 | 2026-03-04T03:39:57.720Z | Compiling tinystr v0.8.2 |
| 1885 | 2026-03-04T03:39:58.002Z | Compiling potential_utf v0.1.4 |
| 1886 | 2026-03-04T03:39:58.097Z | Compiling icu_locale_core v2.1.1 |
| 1887 | 2026-03-04T03:39:58.316Z | Compiling icu_collections v2.1.1 |
| 1888 | 2026-03-04T03:39:59.790Z | Compiling icu_provider v2.1.1 |
| 1889 | 2026-03-04T03:40:00.104Z | Compiling form_urlencoded v1.2.2 |
| 1890 | 2026-03-04T03:40:00.615Z | Compiling bytes v1.11.1 |
| 1891 | 2026-03-04T03:40:00.619Z | Compiling icu_properties v2.1.2 |
| 1892 | 2026-03-04T03:40:00.671Z | Compiling icu_normalizer v2.1.1 |
| 1893 | 2026-03-04T03:40:00.692Z | Compiling futures-core v0.3.32 |
| 1894 | 2026-03-04T03:40:00.980Z | Compiling ucd-trie v0.1.7 |
| 1895 | 2026-03-04T03:40:01.479Z | Compiling byteorder v1.5.0 |
| 1896 | 2026-03-04T03:40:01.978Z | Compiling thiserror v1.0.69 |
| 1897 | 2026-03-04T03:40:02.200Z | Compiling tokio v1.49.0 |
| 1898 | 2026-03-04T03:40:02.540Z | Compiling pest v2.8.6 |
| 1899 | 2026-03-04T03:40:02.926Z | Compiling idna_adapter v1.2.1 |
| 1900 | 2026-03-04T03:40:03.171Z | Compiling idna v1.1.0 |
| 1901 | 2026-03-04T03:40:04.232Z | Compiling ident_case v1.0.1 |
| 1902 | 2026-03-04T03:40:04.458Z | Compiling httparse v1.10.1 |
| 1903 | 2026-03-04T03:40:04.786Z | Compiling vcpkg v0.2.15 |
| 1904 | 2026-03-04T03:40:05.060Z | Compiling heck v0.5.0 |
| 1905 | 2026-03-04T03:40:05.231Z | Compiling pest_meta v2.8.6 |
| 1906 | 2026-03-04T03:40:05.466Z | Compiling url v2.5.8 |
| 1907 | 2026-03-04T03:40:05.553Z | Compiling thiserror-impl v1.0.69 |
| 1908 | 2026-03-04T03:40:06.054Z | Compiling openssl-sys v0.9.111 |
| 1909 | 2026-03-04T03:40:07.092Z | Compiling pest_generator v2.8.6 |
| 1910 | 2026-03-04T03:40:07.457Z | Compiling regex-syntax v0.8.10 |
| 1911 | 2026-03-04T03:40:08.111Z | Compiling crossbeam-utils v0.8.21 |
| 1912 | 2026-03-04T03:40:08.628Z | Compiling syn v1.0.109 |
| 1913 | 2026-03-04T03:40:08.671Z | Compiling pest_derive v2.8.6 |
| 1914 | 2026-03-04T03:40:11.227Z | Compiling rustc_version v0.4.1 |
| 1915 | 2026-03-04T03:40:11.361Z | Compiling cpufeatures v0.2.17 |
| 1916 | 2026-03-04T03:40:11.485Z | Compiling rustls v0.23.37 |
| 1917 | 2026-03-04T03:40:11.614Z | Compiling futures-sink v0.3.32 |
| 1918 | 2026-03-04T03:40:11.797Z | Compiling futures-channel v0.3.32 |
| 1919 | 2026-03-04T03:40:12.049Z | Compiling hmac v0.12.1 |
| 1920 | 2026-03-04T03:40:12.344Z | Compiling iana-time-zone v0.1.65 |
| 1921 | 2026-03-04T03:40:12.693Z | Compiling slab v0.4.12 |
| 1922 | 2026-03-04T03:40:12.737Z | Compiling futures-io v0.3.32 |
| 1923 | 2026-03-04T03:40:12.779Z | Compiling futures-task v0.3.32 |
| 1924 | 2026-03-04T03:40:13.089Z | Compiling plain v0.2.3 |
| 1925 | 2026-03-04T03:40:13.101Z | Compiling futures-util v0.3.32 |
| 1926 | 2026-03-04T03:40:13.127Z | Compiling chrono v0.4.44 |
| 1927 | 2026-03-04T03:40:13.872Z | Compiling block-padding v0.3.3 |
| 1928 | 2026-03-04T03:40:14.129Z | Compiling uuid v1.21.0 |
| 1929 | 2026-03-04T03:40:14.345Z | Compiling aho-corasick v1.1.4 |
| 1930 | 2026-03-04T03:40:16.305Z | Compiling regex-automata v0.4.14 |
| 1931 | 2026-03-04T03:40:16.820Z | Compiling inout v0.1.4 |
| 1932 | 2026-03-04T03:40:17.104Z | Compiling ppv-lite86 v0.2.21 |
| 1933 | 2026-03-04T03:40:17.965Z | Compiling openssl v0.10.75 |
| 1934 | 2026-03-04T03:40:19.045Z | Compiling time-core v0.1.8 |
| 1935 | 2026-03-04T03:40:19.398Z | Compiling pretty-hex v0.4.1 |
| 1936 | 2026-03-04T03:40:19.476Z | Compiling num-conv v0.2.0 |
| 1937 | 2026-03-04T03:40:19.739Z | Compiling time-macros v0.2.27 |
| 1938 | 2026-03-04T03:40:20.011Z | Compiling cipher v0.4.4 |
| 1939 | 2026-03-04T03:40:20.507Z | Compiling sha2 v0.10.9 |
| 1940 | 2026-03-04T03:40:21.233Z | Compiling serde_tokenstream v0.2.3 |
| 1941 | 2026-03-04T03:40:21.283Z | Compiling scroll_derive v0.13.1 |
| 1942 | 2026-03-04T03:40:21.346Z | Compiling scroll_derive v0.12.1 |
| 1943 | 2026-03-04T03:40:21.536Z | Compiling crc32fast v1.5.0 |
| 1944 | 2026-03-04T03:40:21.854Z | Compiling either v1.15.0 |
| 1945 | 2026-03-04T03:40:22.015Z | Compiling base64ct v1.8.3 |
| 1946 | 2026-03-04T03:40:22.038Z | Compiling anyhow v1.0.102 |
| 1947 | 2026-03-04T03:40:22.592Z | Compiling pem-rfc7468 v0.7.0 |
| 1948 | 2026-03-04T03:40:22.595Z | Compiling darling_core v0.21.3 |
| 1949 | 2026-03-04T03:40:22.714Z | Compiling rustls-pki-types v1.14.0 |
| 1950 | 2026-03-04T03:40:23.000Z | Compiling openssl-macros v0.1.1 |
| 1951 | 2026-03-04T03:40:23.717Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1952 | 2026-03-04T03:40:23.743Z | Compiling native-tls v0.2.18 |
| 1953 | 2026-03-04T03:40:24.127Z | Compiling flagset v0.4.7 |
| 1954 | 2026-03-04T03:40:24.356Z | Compiling der v0.7.10 |
| 1955 | 2026-03-04T03:40:24.554Z | Compiling regex v1.12.3 |
| 1956 | 2026-03-04T03:40:25.195Z | Compiling rand_core v0.9.5 |
| 1957 | 2026-03-04T03:40:25.449Z | Compiling zerocopy-derive v0.7.35 |
| 1958 | 2026-03-04T03:40:25.608Z | Compiling slog v2.8.2 |
| 1959 | 2026-03-04T03:40:26.011Z | Compiling rayon-core v1.13.0 |
| 1960 | 2026-03-04T03:40:26.282Z | Compiling dyn-clone v1.0.20 |
| 1961 | 2026-03-04T03:40:26.330Z | Compiling spki v0.7.3 |
| 1962 | 2026-03-04T03:40:26.974Z | Compiling salsa20 v0.10.2 |
| 1963 | 2026-03-04T03:40:27.185Z | Compiling pbkdf2 v0.12.2 |
| 1964 | 2026-03-04T03:40:27.383Z | Compiling http v1.4.0 |
| 1965 | 2026-03-04T03:40:28.169Z | Compiling darling_macro v0.21.3 |
| 1966 | 2026-03-04T03:40:28.954Z | Compiling darling v0.21.3 |
| 1967 | 2026-03-04T03:40:29.089Z | Compiling tracing-core v0.1.36 |
| 1968 | 2026-03-04T03:40:29.436Z | Compiling untrusted v0.9.0 |
| 1969 | 2026-03-04T03:40:29.663Z | Compiling camino v1.2.2 |
| 1970 | 2026-03-04T03:40:30.144Z | Compiling tracing v0.1.44 |
| 1971 | 2026-03-04T03:40:31.189Z | Compiling scrypt v0.11.0 |
| 1972 | 2026-03-04T03:40:31.212Z | Compiling rand_chacha v0.9.0 |
| 1973 | 2026-03-04T03:40:31.635Z | Compiling tokio-util v0.7.18 |
| 1974 | 2026-03-04T03:40:32.001Z | Compiling aes v0.8.4 |
| 1975 | 2026-03-04T03:40:32.990Z | Compiling cbc v0.1.2 |
| 1976 | 2026-03-04T03:40:34.080Z | Compiling usdt-impl v0.5.0 |
| 1977 | 2026-03-04T03:40:34.412Z | Compiling cookie v0.18.1 |
| 1978 | 2026-03-04T03:40:34.699Z | Compiling base64 v0.22.1 |
| 1979 | 2026-03-04T03:40:34.776Z | Compiling winnow v0.7.14 |
| 1980 | 2026-03-04T03:40:35.225Z | Compiling paste v1.0.15 |
| 1981 | 2026-03-04T03:40:35.666Z | Compiling usdt-impl v0.6.0 |
| 1982 | 2026-03-04T03:40:35.690Z | Compiling ref-cast v1.0.25 |
| 1983 | 2026-03-04T03:40:36.167Z | Compiling pkcs5 v0.7.1 |
| 1984 | 2026-03-04T03:40:36.253Z | Compiling rand v0.9.2 |
| 1985 | 2026-03-04T03:40:37.360Z | Compiling http-body v1.0.1 |
| 1986 | 2026-03-04T03:40:37.604Z | Compiling scroll v0.13.0 |
| 1987 | 2026-03-04T03:40:37.778Z | Compiling scroll v0.12.0 |
| 1988 | 2026-03-04T03:40:38.082Z | Compiling heapless v0.7.17 |
| 1989 | 2026-03-04T03:40:38.534Z | Compiling toml_datetime v0.6.11 |
| 1990 | 2026-03-04T03:40:38.597Z | Compiling serde_spanned v0.6.9 |
| 1991 | 2026-03-04T03:40:38.683Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1992 | 2026-03-04T03:40:39.001Z | Compiling untrusted v0.7.1 |
| 1993 | 2026-03-04T03:40:39.202Z | Compiling zstd-safe v7.2.4 |
| 1994 | 2026-03-04T03:40:39.485Z | Compiling signal-hook v0.3.18 |
| 1995 | 2026-03-04T03:40:39.554Z | Compiling openssl-probe v0.2.1 |
| 1996 | 2026-03-04T03:40:39.986Z | Compiling goblin v0.8.2 |
| 1997 | 2026-03-04T03:40:40.272Z | Compiling goblin v0.10.5 |
| 1998 | 2026-03-04T03:40:41.202Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1999 | 2026-03-04T03:40:42.386Z | Compiling pkcs8 v0.10.2 |
| 2000 | 2026-03-04T03:40:43.275Z | Compiling zerocopy v0.7.35 |
| 2001 | 2026-03-04T03:40:43.642Z | Compiling darling_core v0.20.11 |
| 2002 | 2026-03-04T03:40:43.707Z | Compiling ref-cast-impl v1.0.25 |
| 2003 | 2026-03-04T03:40:44.200Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2004 | 2026-03-04T03:40:44.533Z | Compiling atomic-waker v1.1.2 |
| 2005 | 2026-03-04T03:40:44.725Z | Compiling tower-layer v0.3.3 |
| 2006 | 2026-03-04T03:40:44.744Z | Compiling tinyvec_macros v0.1.1 |
| 2007 | 2026-03-04T03:40:44.774Z | Compiling winnow v0.5.40 |
| 2008 | 2026-03-04T03:40:45.009Z | Compiling try-lock v0.2.5 |
| 2009 | 2026-03-04T03:40:45.105Z | Compiling tower-service v0.3.3 |
| 2010 | 2026-03-04T03:40:45.486Z | Compiling rustix v0.38.44 |
| 2011 | 2026-03-04T03:40:46.295Z | Compiling h2 v0.4.13 |
| 2012 | 2026-03-04T03:40:47.411Z | Compiling dof v0.4.0 |
| 2013 | 2026-03-04T03:40:47.966Z | Compiling toml_edit v0.19.15 |
| 2014 | 2026-03-04T03:40:48.339Z | Compiling darling_macro v0.20.11 |
| 2015 | 2026-03-04T03:40:49.518Z | Compiling want v0.3.1 |
| 2016 | 2026-03-04T03:40:49.793Z | Compiling dof v0.3.0 |
| 2017 | 2026-03-04T03:40:51.264Z | Compiling tinyvec v1.10.0 |
| 2018 | 2026-03-04T03:40:53.075Z | Compiling dtrace-parser v0.2.0 |
| 2019 | 2026-03-04T03:40:53.292Z | Compiling dtrace-parser v0.3.0 |
| 2020 | 2026-03-04T03:40:53.883Z | Compiling curve25519-dalek v4.1.3 |
| 2021 | 2026-03-04T03:40:54.383Z | Compiling ipnet v2.11.0 |
| 2022 | 2026-03-04T03:40:54.403Z | Compiling daft-derive v0.1.5 |
| 2023 | 2026-03-04T03:40:54.406Z | Compiling async-trait v0.1.89 |
| 2024 | 2026-03-04T03:40:54.741Z | Compiling spin v0.9.8 |
| 2025 | 2026-03-04T03:40:55.130Z | Compiling thread-id v4.2.2 |
| 2026 | 2026-03-04T03:40:55.269Z | Compiling thread-id v5.1.0 |
| 2027 | 2026-03-04T03:40:55.355Z | Compiling proc-macro-error-attr v1.0.4 |
| 2028 | 2026-03-04T03:40:55.401Z | Compiling litrs v1.0.0 |
| 2029 | 2026-03-04T03:40:56.148Z | Compiling fastrand v2.3.0 |
| 2030 | 2026-03-04T03:40:56.319Z | Compiling smoltcp v0.9.1 |
| 2031 | 2026-03-04T03:40:56.341Z | Compiling num-bigint-dig v0.8.6 |
| 2032 | 2026-03-04T03:40:56.407Z | Compiling pin-utils v0.1.0 |
| 2033 | 2026-03-04T03:40:56.663Z | Compiling foreign-types-shared v0.1.1 |
| 2034 | 2026-03-04T03:40:56.684Z | Compiling httpdate v1.0.3 |
| 2035 | 2026-03-04T03:40:56.798Z | Compiling foreign-types v0.3.2 |
| 2036 | 2026-03-04T03:40:56.874Z | Compiling tempfile v3.25.0 |
| 2037 | 2026-03-04T03:40:56.919Z | Compiling document-features v0.2.12 |
| 2038 | 2026-03-04T03:40:57.022Z | Compiling hyper v1.8.1 |
| 2039 | 2026-03-04T03:40:58.534Z | Compiling darling v0.20.11 |
| 2040 | 2026-03-04T03:40:59.662Z | Compiling ipnetwork v0.21.1 |
| 2041 | 2026-03-04T03:41:00.283Z | Compiling strum_macros v0.26.4 |
| 2042 | 2026-03-04T03:41:00.840Z | Compiling wait-timeout v0.2.1 |
| 2043 | 2026-03-04T03:41:01.214Z | Compiling proc-macro-error v1.0.4 |
| 2044 | 2026-03-04T03:41:02.308Z | Compiling bit-vec v0.8.0 |
| 2045 | 2026-03-04T03:41:02.918Z | Compiling siphasher v1.0.2 |
| 2046 | 2026-03-04T03:41:03.056Z | Compiling unicode-segmentation v1.12.0 |
| 2047 | 2026-03-04T03:41:03.101Z | Compiling quick-error v1.2.3 |
| 2048 | 2026-03-04T03:41:03.244Z | Compiling simd-adler32 v0.3.8 |
| 2049 | 2026-03-04T03:41:03.268Z | Compiling anstyle v1.0.13 |
| 2050 | 2026-03-04T03:41:03.766Z | Compiling powerfmt v0.2.0 |
| 2051 | 2026-03-04T03:41:04.117Z | Compiling utf8parse v0.2.2 |
| 2052 | 2026-03-04T03:41:04.265Z | Compiling anstyle-parse v0.2.7 |
| 2053 | 2026-03-04T03:41:04.291Z | Compiling deranged v0.5.8 |
| 2054 | 2026-03-04T03:41:04.749Z | Compiling rusty-fork v0.3.1 |
| 2055 | 2026-03-04T03:41:06.927Z | Compiling bit-set v0.8.0 |
| 2056 | 2026-03-04T03:41:09.225Z | Compiling hyper-util v0.1.20 |
| 2057 | 2026-03-04T03:41:09.531Z | Compiling derive_builder_core v0.20.2 |
| 2058 | 2026-03-04T03:41:11.440Z | Compiling crossbeam-epoch v0.9.18 |
| 2059 | 2026-03-04T03:41:12.783Z | Compiling unicode-normalization v0.1.25 |
| 2060 | 2026-03-04T03:41:12.893Z | Compiling rustls-native-certs v0.8.3 |
| 2061 | 2026-03-04T03:41:14.047Z | Compiling rand_xorshift v0.4.0 |
| 2062 | 2026-03-04T03:41:14.287Z | Compiling hubpack_derive v0.1.1 |
| 2063 | 2026-03-04T03:41:14.309Z | Compiling sync_wrapper v1.0.2 |
| 2064 | 2026-03-04T03:41:14.462Z | Compiling strum_macros v0.27.2 |
| 2065 | 2026-03-04T03:41:14.606Z | Compiling signature v2.2.0 |
| 2066 | 2026-03-04T03:41:14.858Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2067 | 2026-03-04T03:41:15.097Z | Compiling fs-err v3.3.0 |
| 2068 | 2026-03-04T03:41:15.454Z | Compiling ahash v0.8.12 |
| 2069 | 2026-03-04T03:41:15.642Z | Compiling anstyle-query v1.1.5 |
| 2070 | 2026-03-04T03:41:15.665Z | Compiling num_threads v0.1.7 |
| 2071 | 2026-03-04T03:41:15.788Z | Compiling object v0.37.3 |
| 2072 | 2026-03-04T03:41:15.812Z | Compiling unicode-bidi v0.3.18 |
| 2073 | 2026-03-04T03:41:15.854Z | Compiling unicode-properties v0.1.4 |
| 2074 | 2026-03-04T03:41:16.045Z | Compiling adler2 v2.0.1 |
| 2075 | 2026-03-04T03:41:16.076Z | Compiling is_terminal_polyfill v1.70.2 |
| 2076 | 2026-03-04T03:41:16.224Z | Compiling colorchoice v1.0.4 |
| 2077 | 2026-03-04T03:41:16.265Z | Compiling unarray v0.1.4 |
| 2078 | 2026-03-04T03:41:16.435Z | Compiling time v0.3.47 |
| 2079 | 2026-03-04T03:41:16.486Z | Compiling proptest v1.10.0 |
| 2080 | 2026-03-04T03:41:16.818Z | Compiling stringprep v0.1.5 |
| 2081 | 2026-03-04T03:41:17.626Z | Compiling anstream v0.6.21 |
| 2082 | 2026-03-04T03:41:18.231Z | Compiling miniz_oxide v0.8.9 |
| 2083 | 2026-03-04T03:41:19.461Z | Compiling tower v0.5.3 |
| 2084 | 2026-03-04T03:41:20.911Z | Compiling crossbeam-deque v0.8.6 |
| 2085 | 2026-03-04T03:41:21.057Z | Compiling derive_builder_macro v0.20.2 |
| 2086 | 2026-03-04T03:41:21.252Z | Compiling heck v0.4.1 |
| 2087 | 2026-03-04T03:41:21.657Z | Compiling usdt-macro v0.6.0 |
| 2088 | 2026-03-04T03:41:21.953Z | Compiling usdt-attr-macro v0.6.0 |
| 2089 | 2026-03-04T03:41:23.499Z | Compiling http-body-util v0.1.3 |
| 2090 | 2026-03-04T03:41:23.722Z | Compiling webpki-roots v1.0.6 |
| 2091 | 2026-03-04T03:41:23.916Z | Compiling rand_chacha v0.3.1 |
| 2092 | 2026-03-04T03:41:23.950Z | Compiling num-integer v0.1.46 |
| 2093 | 2026-03-04T03:41:24.207Z | Compiling hash32 v0.2.1 |
| 2094 | 2026-03-04T03:41:24.265Z | Compiling erased-serde v0.3.31 |
| 2095 | 2026-03-04T03:41:24.538Z | Compiling md-5 v0.10.6 |
| 2096 | 2026-03-04T03:41:24.567Z | Compiling vergen-lib v0.1.6 |
| 2097 | 2026-03-04T03:41:24.792Z | Compiling ff v0.13.1 |
| 2098 | 2026-03-04T03:41:24.911Z | Compiling base16ct v0.2.0 |
| 2099 | 2026-03-04T03:41:24.990Z | Compiling ryu v1.0.23 |
| 2100 | 2026-03-04T03:41:25.031Z | Compiling psl-types v2.0.11 |
| 2101 | 2026-03-04T03:41:25.055Z | Compiling iri-string v0.7.10 |
| 2102 | 2026-03-04T03:41:25.238Z | Compiling zlib-rs v0.6.2 |
| 2103 | 2026-03-04T03:41:25.286Z | Compiling fallible-iterator v0.2.0 |
| 2104 | 2026-03-04T03:41:25.795Z | Compiling serde_urlencoded v0.7.1 |
| 2105 | 2026-03-04T03:41:25.988Z | Compiling postgres-protocol v0.6.10 |
| 2106 | 2026-03-04T03:41:26.316Z | Compiling publicsuffix v2.3.0 |
| 2107 | 2026-03-04T03:41:26.665Z | Compiling sec1 v0.7.3 |
| 2108 | 2026-03-04T03:41:26.888Z | Compiling group v0.13.0 |
| 2109 | 2026-03-04T03:41:27.188Z | Compiling num-iter v0.1.45 |
| 2110 | 2026-03-04T03:41:27.211Z | Compiling rand v0.8.5 |
| 2111 | 2026-03-04T03:41:27.963Z | Compiling tower-http v0.6.8 |
| 2112 | 2026-03-04T03:41:28.832Z | Compiling oxnet v0.1.4 |
| 2113 | 2026-03-04T03:41:29.397Z | Compiling derive_builder v0.20.2 |
| 2114 | 2026-03-04T03:41:29.480Z | Compiling flate2 v1.1.9 |
| 2115 | 2026-03-04T03:41:29.537Z | Compiling zone_cfg_derive v0.3.1 |
| 2116 | 2026-03-04T03:41:29.568Z | Compiling newtype-uuid v1.3.2 |
| 2117 | 2026-03-04T03:41:30.011Z | Compiling tokio-native-tls v0.3.1 |
| 2118 | 2026-03-04T03:41:30.140Z | Compiling phf_shared v0.13.1 |
| 2119 | 2026-03-04T03:41:30.643Z | Compiling lazy_static v1.5.0 |
| 2120 | 2026-03-04T03:41:31.009Z | Compiling terminal_size v0.4.3 |
| 2121 | 2026-03-04T03:41:31.224Z | Compiling serde_with_macros v3.17.0 |
| 2122 | 2026-03-04T03:41:31.451Z | Compiling hkdf v0.12.4 |
| 2123 | 2026-03-04T03:41:31.712Z | Compiling enum-as-inner v0.6.1 |
| 2124 | 2026-03-04T03:41:31.733Z | Compiling clap_derive v4.5.55 |
| 2125 | 2026-03-04T03:41:32.064Z | Compiling cargo-platform v0.1.9 |
| 2126 | 2026-03-04T03:41:32.481Z | Compiling crypto-bigint v0.5.5 |
| 2127 | 2026-03-04T03:41:32.624Z | Compiling serde_repr v0.1.20 |
| 2128 | 2026-03-04T03:41:33.121Z | Compiling vergen v9.0.6 |
| 2129 | 2026-03-04T03:41:33.607Z | Compiling unicode-width v0.2.0 |
| 2130 | 2026-03-04T03:41:33.630Z | Compiling libbz2-rs-sys v0.2.2 |
| 2131 | 2026-03-04T03:41:34.393Z | Compiling bumpalo v3.20.2 |
| 2132 | 2026-03-04T03:41:34.833Z | Compiling clap_lex v1.0.0 |
| 2133 | 2026-03-04T03:41:34.854Z | Compiling foldhash v0.1.5 |
| 2134 | 2026-03-04T03:41:34.899Z | Compiling managed v0.8.0 |
| 2135 | 2026-03-04T03:41:35.159Z | Compiling bitflags v1.3.2 |
| 2136 | 2026-03-04T03:41:35.436Z | Compiling elliptic-curve v0.13.8 |
| 2137 | 2026-03-04T03:41:35.531Z | Compiling clap_builder v4.5.60 |
| 2138 | 2026-03-04T03:41:35.878Z | Compiling hashbrown v0.15.5 |
| 2139 | 2026-03-04T03:41:36.118Z | Compiling zopfli v0.8.3 |
| 2140 | 2026-03-04T03:41:36.564Z | Compiling bzip2 v0.6.1 |
| 2141 | 2026-03-04T03:41:37.053Z | Compiling console v0.16.2 |
| 2142 | 2026-03-04T03:41:37.446Z | Compiling cargo_metadata v0.19.2 |
| 2143 | 2026-03-04T03:41:41.308Z | Compiling phf v0.13.1 |
| 2144 | 2026-03-04T03:41:41.357Z | Compiling hyper-tls v0.6.0 |
| 2145 | 2026-03-04T03:41:41.567Z | Compiling daft v0.1.5 |
| 2146 | 2026-03-04T03:41:41.615Z | Compiling zstd v0.13.3 |
| 2147 | 2026-03-04T03:41:42.084Z | Compiling signal-hook-mio v0.2.5 |
| 2148 | 2026-03-04T03:41:42.138Z | Compiling cookie_store v0.22.1 |
| 2149 | 2026-03-04T03:41:42.274Z | Compiling rayon v1.11.0 |
| 2150 | 2026-03-04T03:41:42.357Z | Compiling bzip2 v0.4.4 |
| 2151 | 2026-03-04T03:41:42.648Z | Compiling postgres-types v0.2.12 |
| 2152 | 2026-03-04T03:41:42.675Z | Compiling strum v0.27.2 |
| 2153 | 2026-03-04T03:41:43.213Z | Compiling hubpack v0.1.2 |
| 2154 | 2026-03-04T03:41:43.465Z | Compiling ed25519 v2.2.3 |
| 2155 | 2026-03-04T03:41:43.642Z | Compiling phf_shared v0.11.3 |
| 2156 | 2026-03-04T03:41:43.989Z | Compiling pkcs1 v0.7.5 |
| 2157 | 2026-03-04T03:41:45.351Z | Compiling itertools v0.12.1 |
| 2158 | 2026-03-04T03:41:45.890Z | Compiling bstr v1.12.1 |
| 2159 | 2026-03-04T03:41:46.332Z | Compiling float-cmp v0.10.0 |
| 2160 | 2026-03-04T03:41:46.621Z | Compiling rfc6979 v0.4.0 |
| 2161 | 2026-03-04T03:41:46.845Z | Compiling serde-big-array v0.5.1 |
| 2162 | 2026-03-04T03:41:47.118Z | Compiling hex v0.4.3 |
| 2163 | 2026-03-04T03:41:47.214Z | Compiling rustls-webpki v0.103.9 |
| 2164 | 2026-03-04T03:41:47.712Z | Compiling env_filter v1.0.0 |
| 2165 | 2026-03-04T03:41:48.267Z | Compiling memmap2 v0.9.10 |
| 2166 | 2026-03-04T03:41:48.305Z | Compiling encoding_rs v0.8.35 |
| 2167 | 2026-03-04T03:41:48.701Z | Compiling fixedbitset v0.5.7 |
| 2168 | 2026-03-04T03:41:49.027Z | Compiling difflib v0.4.0 |
| 2169 | 2026-03-04T03:41:49.277Z | Compiling keccak v0.1.6 |
| 2170 | 2026-03-04T03:41:49.721Z | Compiling mime v0.3.17 |
| 2171 | 2026-03-04T03:41:50.209Z | Compiling normalize-line-endings v0.3.0 |
| 2172 | 2026-03-04T03:41:51.335Z | Compiling new_debug_unreachable v1.0.6 |
| 2173 | 2026-03-04T03:41:51.894Z | Compiling precomputed-hash v0.1.1 |
| 2174 | 2026-03-04T03:41:52.036Z | Compiling jiff v0.2.21 |
| 2175 | 2026-03-04T03:41:52.078Z | Compiling fixedbitset v0.4.2 |
| 2176 | 2026-03-04T03:41:52.506Z | Compiling static_assertions v1.1.0 |
| 2177 | 2026-03-04T03:41:52.635Z | Compiling rustc-hash v2.1.1 |
| 2178 | 2026-03-04T03:41:52.747Z | Compiling unit-prefix v0.5.2 |
| 2179 | 2026-03-04T03:41:52.834Z | Compiling data-encoding v2.10.0 |
| 2180 | 2026-03-04T03:41:52.956Z | Compiling whoami v2.1.0 |
| 2181 | 2026-03-04T03:41:53.608Z | Compiling predicates-core v1.0.10 |
| 2182 | 2026-03-04T03:41:53.894Z | Compiling toml_write v0.1.2 |
| 2183 | 2026-03-04T03:41:55.288Z | Compiling toml_edit v0.22.27 |
| 2184 | 2026-03-04T03:41:56.377Z | Compiling tokio-rustls v0.26.4 |
| 2185 | 2026-03-04T03:41:56.419Z | Compiling rustls-platform-verifier v0.6.2 |
| 2186 | 2026-03-04T03:41:57.097Z | Compiling predicates v3.1.4 |
| 2187 | 2026-03-04T03:41:57.108Z | Compiling hyper-rustls v0.27.7 |
| 2188 | 2026-03-04T03:41:57.595Z | Compiling reqwest v0.12.28 |
| 2189 | 2026-03-04T03:41:58.028Z | Compiling reqwest v0.13.2 |
| 2190 | 2026-03-04T03:42:00.293Z | Compiling zip v4.6.1 |
| 2191 | 2026-03-04T03:42:00.376Z | Compiling hickory-proto v0.25.2 |
| 2192 | 2026-03-04T03:42:00.718Z | Compiling tokio-postgres v0.7.16 |
| 2193 | 2026-03-04T03:42:01.301Z | Compiling indicatif v0.18.4 |
| 2194 | 2026-03-04T03:42:02.331Z | Compiling iddqd v0.3.17 |
| 2195 | 2026-03-04T03:42:03.032Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2196 | 2026-03-04T03:42:04.834Z | Compiling petgraph v0.6.5 |
| 2197 | 2026-03-04T03:42:05.620Z | Compiling string_cache v0.8.9 |
| 2198 | 2026-03-04T03:42:06.233Z | Compiling sha3 v0.10.8 |
| 2199 | 2026-03-04T03:42:06.815Z | Compiling petgraph v0.8.3 |
| 2200 | 2026-03-04T03:42:08.384Z | Compiling usdt v0.6.0 |
| 2201 | 2026-03-04T03:42:09.667Z | Compiling zone v0.3.1 |
| 2202 | 2026-03-04T03:42:09.753Z | Compiling env_logger v0.11.9 |
| 2203 | 2026-03-04T03:42:10.434Z | Compiling serde_with v3.17.0 |
| 2204 | 2026-03-04T03:42:10.911Z | Compiling similar v2.7.0 |
| 2205 | 2026-03-04T03:42:11.072Z | Compiling ecdsa v0.16.9 |
| 2206 | 2026-03-04T03:42:11.934Z | Compiling rsa v0.9.10 |
| 2207 | 2026-03-04T03:42:13.419Z | Compiling ed25519-dalek v2.2.0 |
| 2208 | 2026-03-04T03:42:14.791Z | Compiling zip v0.6.6 |
| 2209 | 2026-03-04T03:42:14.816Z | Compiling crossterm v0.28.1 |
| 2210 | 2026-03-04T03:42:16.630Z | Compiling clap v4.5.60 |
| 2211 | 2026-03-04T03:42:16.771Z | Compiling strum v0.26.3 |
| 2212 | 2026-03-04T03:42:16.984Z | Compiling toml v0.7.8 |
| 2213 | 2026-03-04T03:42:17.793Z | Compiling tokio-stream v0.1.18 |
| 2214 | 2026-03-04T03:42:18.784Z | Compiling x509-cert v0.2.5 |
| 2215 | 2026-03-04T03:42:21.865Z | Compiling itertools v0.13.0 |
| 2216 | 2026-03-04T03:42:22.223Z | Compiling buf-list v1.1.2 |
| 2217 | 2026-03-04T03:42:22.633Z | Compiling sha1 v0.10.6 |
| 2218 | 2026-03-04T03:42:22.697Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2219 | 2026-03-04T03:42:23.048Z | Compiling openapiv3 v2.2.0 |
| 2220 | 2026-03-04T03:42:24.903Z | Compiling peg-runtime v0.8.5 |
| 2221 | 2026-03-04T03:42:24.926Z | Compiling lalrpop-util v0.19.12 |
| 2222 | 2026-03-04T03:42:26.873Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2223 | 2026-03-04T03:42:53.065Z | Compiling itertools v0.14.0 |
| 2224 | 2026-03-04T03:42:54.470Z | Compiling macaddr v1.0.1 |
| 2225 | 2026-03-04T03:42:54.542Z | Compiling structmeta-derive v0.3.0 |
| 2226 | 2026-03-04T03:42:55.768Z | Compiling heapless v0.8.0 |
| 2227 | 2026-03-04T03:42:56.035Z | Compiling ingot-macros v0.1.1 |
| 2228 | 2026-03-04T03:42:56.794Z | Compiling structmeta v0.3.0 |
| 2229 | 2026-03-04T03:43:04.721Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2230 | 2026-03-04T03:43:05.322Z | Compiling hash32 v0.3.1 |
| 2231 | 2026-03-04T03:43:07.159Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2232 | 2026-03-04T03:43:07.488Z | Compiling smoltcp v0.11.0 |
| 2233 | 2026-03-04T03:43:09.583Z | Compiling proc-macro-crate v3.4.0 |
| 2234 | 2026-03-04T03:43:17.950Z | Compiling ingot-types v0.1.2 |
| 2235 | 2026-03-04T03:43:25.711Z | Compiling cobs v0.3.0 |
| 2236 | 2026-03-04T03:43:26.320Z | Compiling rustls v0.22.4 |
| 2237 | 2026-03-04T03:43:29.045Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2238 | 2026-03-04T03:43:43.764Z | Compiling postcard v1.1.3 |
| 2239 | 2026-03-04T03:43:48.556Z | Compiling ingot v0.1.1 |
| 2240 | 2026-03-04T03:43:54.416Z | Compiling num_enum_derive v0.7.5 |
| 2241 | 2026-03-04T03:43:56.868Z | Compiling proc-macro-crate v1.3.1 |
| 2242 | 2026-03-04T03:43:57.833Z | Compiling rustls-webpki v0.102.8 |
| 2243 | 2026-03-04T03:43:58.328Z | Compiling futures-executor v0.3.32 |
| 2244 | 2026-03-04T03:43:59.280Z | Compiling foreign-types-macros v0.2.3 |
| 2245 | 2026-03-04T03:43:59.786Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2246 | 2026-03-04T03:43:59.960Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2247 | 2026-03-04T03:44:00.006Z | Compiling multer v3.1.0 |
| 2248 | 2026-03-04T03:44:00.347Z | Compiling thread_local v1.1.9 |
| 2249 | 2026-03-04T03:44:00.367Z | Compiling cpufeatures v0.3.0 |
| 2250 | 2026-03-04T03:44:00.470Z | Compiling match_cfg v0.1.0 |
| 2251 | 2026-03-04T03:44:00.503Z | Compiling foreign-types-shared v0.3.1 |
| 2252 | 2026-03-04T03:44:00.599Z | Compiling slog-async v2.8.0 |
| 2253 | 2026-03-04T03:44:01.105Z | Compiling foreign-types v0.5.0 |
| 2254 | 2026-03-04T03:44:01.128Z | Compiling hostname v0.3.1 |
| 2255 | 2026-03-04T03:44:01.170Z | Compiling chacha20 v0.10.0 |
| 2256 | 2026-03-04T03:44:01.274Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2257 | 2026-03-04T03:44:01.483Z | Compiling futures v0.3.32 |
| 2258 | 2026-03-04T03:44:01.636Z | Compiling num_enum_derive v0.5.11 |
| 2259 | 2026-03-04T03:44:01.802Z | Compiling num_enum v0.7.5 |
| 2260 | 2026-03-04T03:44:02.040Z | Compiling derive-ex v0.1.8 |
| 2261 | 2026-03-04T03:44:02.162Z | Compiling tabwriter v1.4.1 |
| 2262 | 2026-03-04T03:44:02.182Z | Compiling slog-json v2.6.1 |
| 2263 | 2026-03-04T03:44:02.656Z | Compiling crossbeam-channel v0.5.15 |
| 2264 | 2026-03-04T03:44:02.905Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2265 | 2026-03-04T03:44:03.636Z | Compiling async-stream-impl v0.3.6 |
| 2266 | 2026-03-04T03:44:03.687Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2267 | 2026-03-04T03:44:04.145Z | Compiling serde_spanned v1.0.4 |
| 2268 | 2026-03-04T03:44:04.420Z | Compiling cstr-argument v0.1.2 |
| 2269 | 2026-03-04T03:44:04.526Z | Compiling memoffset v0.9.1 |
| 2270 | 2026-03-04T03:44:04.723Z | Compiling is-terminal v0.4.17 |
| 2271 | 2026-03-04T03:44:04.827Z | Compiling dropshot v0.16.7 |
| 2272 | 2026-03-04T03:44:04.883Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2273 | 2026-03-04T03:44:04.904Z | Compiling typeid v1.0.3 |
| 2274 | 2026-03-04T03:44:05.137Z | Compiling take_mut v0.2.2 |
| 2275 | 2026-03-04T03:44:05.174Z | Compiling term v1.2.1 |
| 2276 | 2026-03-04T03:44:05.219Z | Compiling crucible-workspace-hack v0.1.0 |
| 2277 | 2026-03-04T03:44:05.337Z | Compiling cfg_aliases v0.2.1 |
| 2278 | 2026-03-04T03:44:05.395Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2279 | 2026-03-04T03:44:05.464Z | Compiling nix v0.30.1 |
| 2280 | 2026-03-04T03:44:05.678Z | Compiling test-strategy v0.4.5 |
| 2281 | 2026-03-04T03:44:05.925Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2282 | 2026-03-04T03:44:06.277Z | Compiling tokio-rustls v0.25.0 |
| 2283 | 2026-03-04T03:44:06.796Z | Compiling slog-term v2.9.2 |
| 2284 | 2026-03-04T03:44:07.669Z | Compiling async-stream v0.3.6 |
| 2285 | 2026-03-04T03:44:08.017Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2286 | 2026-03-04T03:44:08.530Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2287 | 2026-03-04T03:44:08.776Z | Compiling num_enum v0.5.11 |
| 2288 | 2026-03-04T03:44:08.816Z | Compiling slog-bunyan v2.5.0 |
| 2289 | 2026-03-04T03:44:09.001Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2290 | 2026-03-04T03:44:09.026Z | Compiling rand v0.10.0 |
| 2291 | 2026-03-04T03:44:09.247Z | Compiling parse-display-derive v0.10.0 |
| 2292 | 2026-03-04T03:44:09.415Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2293 | 2026-03-04T03:44:09.733Z | Compiling waitgroup v0.1.2 |
| 2294 | 2026-03-04T03:44:09.899Z | Compiling rustls-pemfile v2.2.0 |
| 2295 | 2026-03-04T03:44:10.010Z | Compiling newtype-uuid-macros v0.1.0 |
| 2296 | 2026-03-04T03:44:10.383Z | Compiling dropshot_endpoint v0.16.7 |
| 2297 | 2026-03-04T03:44:10.459Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2298 | 2026-03-04T03:44:10.780Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2299 | 2026-03-04T03:44:11.229Z | Compiling serde_path_to_error v0.1.20 |
| 2300 | 2026-03-04T03:44:11.250Z | Compiling hostname v0.4.2 |
| 2301 | 2026-03-04T03:44:11.547Z | Compiling instant v0.1.13 |
| 2302 | 2026-03-04T03:44:11.582Z | Compiling erased-serde v0.4.9 |
| 2303 | 2026-03-04T03:44:11.728Z | Compiling debug-ignore v1.0.5 |
| 2304 | 2026-03-04T03:44:11.749Z | Compiling colored v3.1.1 |
| 2305 | 2026-03-04T03:44:11.917Z | Compiling backoff v0.4.0 |
| 2306 | 2026-03-04T03:44:12.172Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2307 | 2026-03-04T03:44:12.443Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2308 | 2026-03-04T03:44:12.534Z | Compiling parse-display v0.10.0 |
| 2309 | 2026-03-04T03:44:12.687Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2310 | 2026-03-04T03:44:13.181Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2311 | 2026-03-04T03:44:14.551Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2312 | 2026-03-04T03:44:15.298Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2313 | 2026-03-04T03:44:15.979Z | Compiling progenitor-client v0.13.0 |
| 2314 | 2026-03-04T03:44:15.983Z | Compiling progenitor-client v0.10.0 |
| 2315 | 2026-03-04T03:44:16.028Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2316 | 2026-03-04T03:44:16.410Z | Compiling camino-tempfile v1.4.1 |
| 2317 | 2026-03-04T03:44:16.998Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2318 | 2026-03-04T03:44:17.022Z | Compiling backon v1.6.0 |
| 2319 | 2026-03-04T03:44:17.283Z | Compiling regress v0.10.5 |
| 2320 | 2026-03-04T03:44:17.520Z | Compiling secrecy v0.10.3 |
| 2321 | 2026-03-04T03:44:17.829Z | Compiling num-derive v0.4.2 |
| 2322 | 2026-03-04T03:44:17.928Z | Compiling sigpipe v0.1.3 |
| 2323 | 2026-03-04T03:44:18.089Z | Compiling libefi-sys v0.1.0 |
| 2324 | 2026-03-04T03:44:18.456Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2325 | 2026-03-04T03:44:18.818Z | Compiling glob v0.3.3 |
| 2326 | 2026-03-04T03:44:19.984Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2327 | 2026-03-04T03:44:20.007Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2328 | 2026-03-04T03:44:21.023Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2329 | 2026-03-04T03:44:21.228Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2330 | 2026-03-04T03:44:21.514Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2331 | 2026-03-04T03:44:21.735Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2332 | 2026-03-04T03:44:24.609Z | Compiling usdt-attr-macro v0.5.0 |
| 2333 | 2026-03-04T03:44:24.631Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-03-04T03:44:25.971Z | Compiling smf v0.2.3 |
| 2335 | 2026-03-04T03:44:26.069Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-03-04T03:44:27.395Z | Compiling ordered-float v2.10.1 |
| 2337 | 2026-03-04T03:44:28.131Z | Compiling blake3 v1.8.3 |
| 2338 | 2026-03-04T03:44:28.651Z | Compiling memmap v0.7.0 |
| 2339 | 2026-03-04T03:44:28.706Z | Compiling whoami v1.6.1 |
| 2340 | 2026-03-04T03:44:29.089Z | Compiling usdt v0.5.0 |
| 2341 | 2026-03-04T03:44:29.290Z | Compiling serde-value v0.7.0 |
| 2342 | 2026-03-04T03:44:29.452Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2343 | 2026-03-04T03:44:29.643Z | Compiling serde-untagged v0.1.9 |
| 2344 | 2026-03-04T03:44:29.931Z | Compiling toml v0.8.23 |
| 2345 | 2026-03-04T03:44:30.173Z | Compiling filetime v0.2.27 |
| 2346 | 2026-03-04T03:44:30.219Z | Compiling unicode-xid v0.2.6 |
| 2347 | 2026-03-04T03:44:30.393Z | Compiling xattr v1.6.1 |
| 2348 | 2026-03-04T03:44:30.417Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2349 | 2026-03-04T03:44:30.483Z | Compiling same-file v1.0.6 |
| 2350 | 2026-03-04T03:44:30.555Z | Compiling arrayvec v0.7.6 |
| 2351 | 2026-03-04T03:44:30.577Z | Compiling arrayref v0.3.9 |
| 2352 | 2026-03-04T03:44:30.706Z | Compiling constant_time_eq v0.4.2 |
| 2353 | 2026-03-04T03:44:30.758Z | Compiling walkdir v2.5.0 |
| 2354 | 2026-03-04T03:44:30.778Z | Compiling tar v0.4.44 |
| 2355 | 2026-03-04T03:44:30.865Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2026-03-04T03:44:31.031Z | Compiling cargo-util-schemas v0.8.2 |
| 2357 | 2026-03-04T03:44:32.339Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2358 | 2026-03-04T03:44:32.375Z | Compiling tokio-dtrace v0.1.1 |
| 2359 | 2026-03-04T03:44:32.788Z | Compiling gethostname v0.5.0 |
| 2360 | 2026-03-04T03:44:33.031Z | Compiling cargo-platform v0.2.0 |
| 2361 | 2026-03-04T03:44:33.110Z | Compiling topological-sort v0.2.2 |
| 2362 | 2026-03-04T03:44:33.432Z | Compiling omicron-zone-package v0.12.2 |
| 2363 | 2026-03-04T03:44:33.654Z | Compiling oxide-tokio-rt v0.1.2 |
| 2364 | 2026-03-04T03:44:34.207Z | Compiling cargo_metadata v0.21.0 |
| 2365 | 2026-03-04T03:44:34.280Z | Compiling shell-words v1.1.1 |
| 2366 | 2026-03-04T03:44:34.800Z | Compiling indent_write v2.2.0 |
| 2367 | 2026-03-04T03:44:35.568Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2368 | 2026-03-04T03:44:41.260Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2369 | 2026-03-04T03:44:43.125Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2370 | 2026-03-04T03:44:47.141Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2371 | 2026-03-04T03:45:04.447Z | Finished `release` profile [optimized] target(s) in 5m 26s |
| 2372 | 2026-03-04T03:45:04.640Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2373 | 2026-03-04T03:45:04.705Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2374 | 2026-03-04T03:45:04.708Z | Created new build target 'test' and set it as active |
| 2375 | 2026-03-04T03:45:04.708Z | |
| 2376 | 2026-03-04T03:45:04.708Z | real 5:26.760249557 |
| 2377 | 2026-03-04T03:45:04.708Z | user 36:50.041218682 |
| 2378 | 2026-03-04T03:45:04.708Z | sys 3:37.635314743 |
| 2379 | 2026-03-04T03:45:04.708Z | trap 1.088405116 |
| 2380 | 2026-03-04T03:45:04.708Z | tflt 2.181526634 |
| 2381 | 2026-03-04T03:45:04.708Z | dflt 1.400350799 |
| 2382 | 2026-03-04T03:45:04.708Z | kflt 0.000144497 |
| 2383 | 2026-03-04T03:45:04.709Z | lock 1:43:34.757621982 |
| 2384 | 2026-03-04T03:45:04.709Z | slp 2:22:02.904013572 |
| 2385 | 2026-03-04T03:45:04.709Z | lat 2:33.311147053 |
| 2386 | 2026-03-04T03:45:04.709Z | stop 5:25.520033857 |
| 2387 | 2026-03-04T03:45:04.712Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2388 | 2026-03-04T03:45:05.963Z | Finished `release` profile [optimized] target(s) in 1.18s |
| 2389 | 2026-03-04T03:45:06.027Z | Running `target/release/omicron-package -t test package` |
| 2390 | 2026-03-04T03:45:06.079Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2391 | 2026-03-04T03:45:08.084Z | Compiling regress v0.10.5 |
| 2392 | 2026-03-04T03:45:08.087Z | Compiling heck v0.5.0 |
| 2393 | 2026-03-04T03:45:08.087Z | Compiling unsafe-libyaml v0.2.11 |
| 2394 | 2026-03-04T03:45:08.354Z | Compiling convert_case v0.4.0 |
| 2395 | 2026-03-04T03:45:08.382Z | Compiling half v2.7.1 |
| 2396 | 2026-03-04T03:45:08.382Z | Compiling ciborium-io v0.2.2 |
| 2397 | 2026-03-04T03:45:08.429Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2398 | 2026-03-04T03:45:08.434Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2399 | 2026-03-04T03:45:08.525Z | Compiling prettyplease v0.2.37 |
| 2400 | 2026-03-04T03:45:08.941Z | Compiling typify-impl v0.6.1 |
| 2401 | 2026-03-04T03:45:08.991Z | Compiling derive_more v0.99.20 |
| 2402 | 2026-03-04T03:45:09.163Z | Compiling ciborium-ll v0.2.2 |
| 2403 | 2026-03-04T03:45:09.582Z | Compiling serde_yaml v0.9.34+deprecated |
| 2404 | 2026-03-04T03:45:09.708Z | Compiling ciborium v0.2.2 |
| 2405 | 2026-03-04T03:45:09.842Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2406 | 2026-03-04T03:45:10.895Z | Compiling universal-hash v0.5.1 |
| 2407 | 2026-03-04T03:45:11.178Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2408 | 2026-03-04T03:45:11.779Z | Compiling unicode-width v0.1.14 |
| 2409 | 2026-03-04T03:45:12.502Z | Compiling opaque-debug v0.3.1 |
| 2410 | 2026-03-04T03:45:12.642Z | Compiling poly1305 v0.8.0 |
| 2411 | 2026-03-04T03:45:12.807Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2412 | 2026-03-04T03:45:13.298Z | Compiling chacha20 v0.9.1 |
| 2413 | 2026-03-04T03:45:13.520Z | Compiling thiserror-no-std v2.0.2 |
| 2414 | 2026-03-04T03:45:13.695Z | Compiling password-hash v0.5.0 |
| 2415 | 2026-03-04T03:45:13.826Z | Compiling blake2 v0.10.6 |
| 2416 | 2026-03-04T03:45:14.027Z | Compiling aead v0.5.2 |
| 2417 | 2026-03-04T03:45:14.397Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-03-04T03:45:14.431Z | Compiling swrite v0.1.0 |
| 2419 | 2026-03-04T03:45:14.560Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2420 | 2026-03-04T03:45:14.612Z | Compiling argon2 v0.5.3 |
| 2421 | 2026-03-04T03:45:14.991Z | Compiling chacha20poly1305 v0.10.1 |
| 2422 | 2026-03-04T03:45:15.269Z | Compiling vsss-rs v3.3.4 |
| 2423 | 2026-03-04T03:45:15.649Z | Compiling typify-impl v0.4.3 |
| 2424 | 2026-03-04T03:45:15.836Z | Compiling serde_spanned v1.0.4 |
| 2425 | 2026-03-04T03:45:16.129Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2426 | 2026-03-04T03:45:16.594Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2427 | 2026-03-04T03:45:16.940Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2428 | 2026-03-04T03:45:17.655Z | Compiling bytecount v0.6.9 |
| 2429 | 2026-03-04T03:45:18.038Z | Compiling rustls v0.22.4 |
| 2430 | 2026-03-04T03:45:18.089Z | Compiling rustls-webpki v0.102.8 |
| 2431 | 2026-03-04T03:45:19.530Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2432 | 2026-03-04T03:45:19.637Z | Compiling derive-where v1.6.0 |
| 2433 | 2026-03-04T03:45:19.733Z | Compiling thread_local v1.1.9 |
| 2434 | 2026-03-04T03:45:20.184Z | Compiling match_cfg v0.1.0 |
| 2435 | 2026-03-04T03:45:20.322Z | Compiling hostname v0.3.1 |
| 2436 | 2026-03-04T03:45:21.966Z | Compiling typify-macro v0.6.1 |
| 2437 | 2026-03-04T03:45:24.730Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2438 | 2026-03-04T03:45:25.051Z | Compiling typify-macro v0.4.3 |
| 2439 | 2026-03-04T03:45:25.098Z | Compiling multer v3.1.0 |
| 2440 | 2026-03-04T03:45:25.201Z | Compiling slog-async v2.8.0 |
| 2441 | 2026-03-04T03:45:25.301Z | Compiling slog-json v2.6.1 |
| 2442 | 2026-03-04T03:45:25.482Z | Compiling typify v0.6.1 |
| 2443 | 2026-03-04T03:45:25.677Z | Compiling progenitor-impl v0.13.0 |
| 2444 | 2026-03-04T03:45:25.706Z | Compiling crossbeam-channel v0.5.15 |
| 2445 | 2026-03-04T03:45:26.743Z | Compiling futures-executor v0.3.32 |
| 2446 | 2026-03-04T03:45:27.223Z | Compiling take_mut v0.2.2 |
| 2447 | 2026-03-04T03:45:27.437Z | Compiling term v1.2.1 |
| 2448 | 2026-03-04T03:45:28.389Z | Compiling typify v0.4.3 |
| 2449 | 2026-03-04T03:45:28.529Z | Compiling slog-term v2.9.2 |
| 2450 | 2026-03-04T03:45:28.594Z | Compiling futures v0.3.32 |
| 2451 | 2026-03-04T03:45:28.752Z | Compiling slog-bunyan v2.5.0 |
| 2452 | 2026-03-04T03:45:29.025Z | Compiling tokio-rustls v0.25.0 |
| 2453 | 2026-03-04T03:45:29.506Z | Compiling async-stream v0.3.6 |
| 2454 | 2026-03-04T03:45:29.684Z | Compiling dropshot v0.16.7 |
| 2455 | 2026-03-04T03:45:29.744Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2456 | 2026-03-04T03:45:29.778Z | Compiling waitgroup v0.1.2 |
| 2457 | 2026-03-04T03:45:29.814Z | Compiling rustls-pemfile v2.2.0 |
| 2458 | 2026-03-04T03:45:30.025Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-03-04T03:45:30.089Z | Compiling hostname v0.4.2 |
| 2460 | 2026-03-04T03:45:30.192Z | Compiling instant v0.1.13 |
| 2461 | 2026-03-04T03:45:30.352Z | Compiling debug-ignore v1.0.5 |
| 2462 | 2026-03-04T03:45:30.392Z | Compiling backoff v0.4.0 |
| 2463 | 2026-03-04T03:45:30.558Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2464 | 2026-03-04T03:45:31.250Z | Compiling progenitor-macro v0.13.0 |
| 2465 | 2026-03-04T03:45:31.749Z | Compiling parse-display v0.10.0 |
| 2466 | 2026-03-04T03:45:32.293Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2467 | 2026-03-04T03:45:32.541Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2468 | 2026-03-04T03:45:34.022Z | Compiling progenitor-client v0.13.0 |
| 2469 | 2026-03-04T03:45:34.612Z | Compiling progenitor-client v0.10.0 |
| 2470 | 2026-03-04T03:45:35.180Z | Compiling backon v1.6.0 |
| 2471 | 2026-03-04T03:45:35.592Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2472 | 2026-03-04T03:45:37.576Z | Compiling macaddr v1.0.1 |
| 2473 | 2026-03-04T03:45:38.060Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2474 | 2026-03-04T03:45:42.084Z | Compiling progenitor v0.13.0 |
| 2475 | 2026-03-04T03:45:42.331Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2476 | 2026-03-04T03:45:42.421Z | Compiling console v0.15.11 |
| 2477 | 2026-03-04T03:45:42.594Z | Compiling newline-converter v0.3.0 |
| 2478 | 2026-03-04T03:45:42.849Z | Compiling atomicwrites v0.4.4 |
| 2479 | 2026-03-04T03:45:43.441Z | Compiling num-rational v0.4.2 |
| 2480 | 2026-03-04T03:45:45.748Z | Compiling num-complex v0.4.6 |
| 2481 | 2026-03-04T03:45:47.027Z | Compiling slog-dtrace v0.3.0 |
| 2482 | 2026-03-04T03:45:47.523Z | Compiling num v0.4.3 |
| 2483 | 2026-03-04T03:45:47.769Z | Compiling expectorate v1.2.0 |
| 2484 | 2026-03-04T03:45:47.833Z | Compiling async-recursion v1.1.1 |
| 2485 | 2026-03-04T03:45:48.173Z | Compiling owo-colors v4.3.0 |
| 2486 | 2026-03-04T03:45:48.779Z | Compiling float-ord v0.3.2 |
| 2487 | 2026-03-04T03:45:49.129Z | Compiling cancel-safe-futures v0.1.5 |
| 2488 | 2026-03-04T03:45:49.619Z | Compiling libsw-core v0.3.2 |
| 2489 | 2026-03-04T03:45:49.984Z | Compiling resolv-conf v0.7.6 |
| 2490 | 2026-03-04T03:45:50.859Z | Compiling libsw v3.5.0 |
| 2491 | 2026-03-04T03:45:52.010Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2492 | 2026-03-04T03:45:52.318Z | Compiling toml v0.8.23 |
| 2493 | 2026-03-04T03:45:53.761Z | Compiling linear-map v1.2.0 |
| 2494 | 2026-03-04T03:45:54.059Z | Compiling minimal-lexical v0.2.1 |
| 2495 | 2026-03-04T03:45:54.235Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2496 | 2026-03-04T03:45:54.559Z | Compiling linked-hash-map v0.5.6 |
| 2497 | 2026-03-04T03:45:54.934Z | Compiling lru-cache v0.1.2 |
| 2498 | 2026-03-04T03:45:54.977Z | Compiling nom v7.1.3 |
| 2499 | 2026-03-04T03:45:58.459Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2500 | 2026-03-04T03:46:01.720Z | Compiling unicode-xid v0.2.6 |
| 2501 | 2026-03-04T03:46:01.951Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2502 | 2026-03-04T03:46:01.994Z | Compiling globset v0.4.18 |
| 2503 | 2026-03-04T03:46:03.043Z | Compiling hickory-proto v0.24.4 |
| 2504 | 2026-03-04T03:46:08.384Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2505 | 2026-03-04T03:46:13.706Z | Compiling hickory-resolver v0.24.4 |
| 2506 | 2026-03-04T03:46:17.300Z | Compiling progenitor-impl v0.11.2 |
| 2507 | 2026-03-04T03:46:17.795Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2508 | 2026-03-04T03:46:22.390Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2509 | 2026-03-04T03:46:23.246Z | Compiling convert_case v0.10.0 |
| 2510 | 2026-03-04T03:46:23.394Z | Compiling progenitor-macro v0.11.2 |
| 2511 | 2026-03-04T03:46:23.870Z | Compiling derive_more-impl v2.1.1 |
| 2512 | 2026-03-04T03:46:25.566Z | Compiling qorb v0.4.1 |
| 2513 | 2026-03-04T03:46:30.272Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2514 | 2026-03-04T03:46:30.718Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2515 | 2026-03-04T03:46:33.472Z | Compiling progenitor-client v0.11.2 |
| 2516 | 2026-03-04T03:46:34.300Z | Compiling pin-project-internal v1.1.11 |
| 2517 | 2026-03-04T03:46:34.455Z | Compiling progenitor v0.11.2 |
| 2518 | 2026-03-04T03:46:34.721Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2519 | 2026-03-04T03:46:35.223Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2520 | 2026-03-04T03:46:35.550Z | Compiling derive_more v2.1.1 |
| 2521 | 2026-03-04T03:46:35.712Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2522 | 2026-03-04T03:46:36.125Z | Compiling pem v3.0.6 |
| 2523 | 2026-03-04T03:46:36.375Z | Compiling snafu-derive v0.8.9 |
| 2524 | 2026-03-04T03:46:36.808Z | Compiling pin-project v1.1.11 |
| 2525 | 2026-03-04T03:46:36.841Z | Compiling termtree v0.5.1 |
| 2526 | 2026-03-04T03:46:37.009Z | Compiling crossterm v0.29.0 |
| 2527 | 2026-03-04T03:46:37.190Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2528 | 2026-03-04T03:46:37.675Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2529 | 2026-03-04T03:46:37.769Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2530 | 2026-03-04T03:46:40.481Z | Compiling snafu v0.8.9 |
| 2531 | 2026-03-04T03:46:41.796Z | Compiling olpc-cjson v0.1.4 |
| 2532 | 2026-03-04T03:46:42.207Z | Compiling phf_shared v0.12.1 |
| 2533 | 2026-03-04T03:46:42.697Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2534 | 2026-03-04T03:46:43.175Z | Compiling vte v0.14.1 |
| 2535 | 2026-03-04T03:46:43.640Z | Compiling csv-core v0.1.13 |
| 2536 | 2026-03-04T03:46:43.768Z | Compiling serde_plain v1.0.2 |
| 2537 | 2026-03-04T03:46:43.801Z | Compiling typed-path v0.9.3 |
| 2538 | 2026-03-04T03:46:44.359Z | Compiling highway v1.3.0 |
| 2539 | 2026-03-04T03:46:44.432Z | Compiling chrono-tz v0.10.4 |
| 2540 | 2026-03-04T03:46:44.557Z | Compiling csv v1.4.0 |
| 2541 | 2026-03-04T03:46:44.862Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2542 | 2026-03-04T03:46:45.316Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2543 | 2026-03-04T03:46:45.969Z | Compiling strip-ansi-escapes v0.2.1 |
| 2544 | 2026-03-04T03:46:46.322Z | Compiling phf v0.12.1 |
| 2545 | 2026-03-04T03:46:46.752Z | Compiling tough v0.20.0 |
| 2546 | 2026-03-04T03:46:46.794Z | Compiling const_format_proc_macros v0.2.34 |
| 2547 | 2026-03-04T03:46:47.275Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2548 | 2026-03-04T03:46:48.256Z | Compiling papergrid v0.11.0 |
| 2549 | 2026-03-04T03:46:48.574Z | Compiling fd-lock v4.0.4 |
| 2550 | 2026-03-04T03:46:48.852Z | Compiling peg-macros v0.8.5 |
| 2551 | 2026-03-04T03:46:50.741Z | Compiling tabled_derive v0.7.0 |
| 2552 | 2026-03-04T03:46:52.650Z | Compiling nu-ansi-term v0.50.3 |
| 2553 | 2026-03-04T03:46:52.771Z | Compiling tabled v0.15.0 |
| 2554 | 2026-03-04T03:46:53.265Z | Compiling reedline v0.40.0 |
| 2555 | 2026-03-04T03:46:54.754Z | Compiling peg v0.8.5 |
| 2556 | 2026-03-04T03:46:54.913Z | Compiling const_format v0.2.35 |
| 2557 | 2026-03-04T03:46:57.932Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2558 | 2026-03-04T03:47:00.213Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2559 | 2026-03-04T03:47:01.167Z | Compiling bcs v0.1.6 |
| 2560 | 2026-03-04T03:47:02.085Z | Compiling semver v0.1.20 |
| 2561 | 2026-03-04T03:47:02.637Z | Compiling rustc_version v0.1.7 |
| 2562 | 2026-03-04T03:47:03.060Z | Compiling base64 v0.21.7 |
| 2563 | 2026-03-04T03:47:04.215Z | Compiling newtype_derive v0.1.6 |
| 2564 | 2026-03-04T03:47:04.604Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2565 | 2026-03-04T03:47:05.010Z | Compiling smawk v0.3.2 |
| 2566 | 2026-03-04T03:47:05.352Z | Compiling humantime v2.3.0 |
| 2567 | 2026-03-04T03:47:05.917Z | Compiling unicode-linebreak v0.1.5 |
| 2568 | 2026-03-04T03:47:06.416Z | Compiling textwrap v0.16.2 |
| 2569 | 2026-03-04T03:47:06.524Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2570 | 2026-03-04T03:47:07.924Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2571 | 2026-03-04T03:47:09.028Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2572 | 2026-03-04T03:47:09.829Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2573 | 2026-03-04T03:47:10.302Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2574 | 2026-03-04T03:47:10.447Z | Compiling steno v0.4.1 |
| 2575 | 2026-03-04T03:47:10.552Z | Compiling utf-8 v0.7.6 |
| 2576 | 2026-03-04T03:47:10.960Z | Compiling progenitor-impl v0.10.0 |
| 2577 | 2026-03-04T03:47:12.242Z | Compiling tagptr v0.2.0 |
| 2578 | 2026-03-04T03:47:12.585Z | Compiling moka v0.12.13 |
| 2579 | 2026-03-04T03:47:16.854Z | Compiling progenitor-macro v0.10.0 |
| 2580 | 2026-03-04T03:47:18.306Z | Compiling hickory-resolver v0.25.2 |
| 2581 | 2026-03-04T03:47:19.412Z | Compiling tungstenite v0.21.0 |
| 2582 | 2026-03-04T03:47:24.236Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2583 | 2026-03-04T03:47:27.784Z | Compiling progenitor v0.10.0 |
| 2584 | 2026-03-04T03:47:28.053Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2585 | 2026-03-04T03:47:28.329Z | Compiling tokio-tungstenite v0.21.0 |
| 2586 | 2026-03-04T03:47:29.012Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2587 | 2026-03-04T03:47:30.470Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2588 | 2026-03-04T03:47:33.429Z | Compiling radium v0.7.0 |
| 2589 | 2026-03-04T03:47:33.790Z | Compiling tap v1.0.1 |
| 2590 | 2026-03-04T03:47:34.021Z | Compiling maybe-uninit v2.0.0 |
| 2591 | 2026-03-04T03:47:34.053Z | Compiling wyz v0.5.1 |
| 2592 | 2026-03-04T03:47:34.703Z | Compiling zerocopy-derive v0.6.6 |
| 2593 | 2026-03-04T03:47:35.151Z | Compiling crc-catalog v2.4.0 |
| 2594 | 2026-03-04T03:47:35.370Z | Compiling funty v2.0.0 |
| 2595 | 2026-03-04T03:47:36.453Z | Compiling packed_struct v0.10.1 |
| 2596 | 2026-03-04T03:47:36.961Z | Compiling display-error-chain v0.2.2 |
| 2597 | 2026-03-04T03:47:37.317Z | Compiling zerocopy v0.6.6 |
| 2598 | 2026-03-04T03:47:37.884Z | Compiling bitvec v1.0.1 |
| 2599 | 2026-03-04T03:47:38.172Z | Compiling crc v3.4.0 |
| 2600 | 2026-03-04T03:47:38.721Z | Compiling packed_struct_codegen v0.10.1 |
| 2601 | 2026-03-04T03:47:38.917Z | Compiling bitfield-macros v0.19.4 |
| 2602 | 2026-03-04T03:47:39.191Z | Compiling indexmap v1.9.3 |
| 2603 | 2026-03-04T03:47:39.594Z | Compiling nodrop v0.1.14 |
| 2604 | 2026-03-04T03:47:39.785Z | Compiling array-init v0.0.4 |
| 2605 | 2026-03-04T03:47:40.474Z | Compiling bitfield v0.19.4 |
| 2606 | 2026-03-04T03:47:40.957Z | Compiling smallvec v0.6.14 |
| 2607 | 2026-03-04T03:47:40.994Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2608 | 2026-03-04T03:47:41.278Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2609 | 2026-03-04T03:47:41.470Z | Compiling num-derive v0.3.3 |
| 2610 | 2026-03-04T03:47:43.565Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2611 | 2026-03-04T03:47:44.381Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-03-04T03:47:46.340Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2613 | 2026-03-04T03:47:46.812Z | Compiling proc-macro-error2 v2.0.1 |
| 2614 | 2026-03-04T03:47:47.404Z | Compiling libscf-sys v1.1.0 |
| 2615 | 2026-03-04T03:47:47.678Z | Compiling serde-hex v0.1.0 |
| 2616 | 2026-03-04T03:47:47.943Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2617 | 2026-03-04T03:47:48.342Z | Compiling ron v0.8.1 |
| 2618 | 2026-03-04T03:47:48.645Z | Compiling nix v0.31.1 |
| 2619 | 2026-03-04T03:47:49.512Z | Compiling hashbrown v0.13.2 |
| 2620 | 2026-03-04T03:47:50.904Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2621 | 2026-03-04T03:47:52.360Z | Compiling vergen-gitcl v1.0.8 |
| 2622 | 2026-03-04T03:47:52.738Z | Compiling dirs-sys-next v0.1.2 |
| 2623 | 2026-03-04T03:47:53.033Z | Compiling maplit v1.0.2 |
| 2624 | 2026-03-04T03:47:53.212Z | Compiling crunchy v0.2.4 |
| 2625 | 2026-03-04T03:47:53.244Z | Compiling crc-any v2.5.0 |
| 2626 | 2026-03-04T03:47:53.710Z | Compiling glob v0.3.3 |
| 2627 | 2026-03-04T03:47:54.057Z | Compiling dirs-next v2.0.0 |
| 2628 | 2026-03-04T03:47:54.188Z | Compiling object v0.30.4 |
| 2629 | 2026-03-04T03:47:54.299Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-03-04T03:47:54.419Z | Compiling clang-sys v1.8.1 |
| 2631 | 2026-03-04T03:47:55.206Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2632 | 2026-03-04T03:47:55.679Z | Compiling tabled_derive v0.11.0 |
| 2633 | 2026-03-04T03:47:56.686Z | Compiling papergrid v0.17.0 |
| 2634 | 2026-03-04T03:47:58.142Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2635 | 2026-03-04T03:48:06.238Z | Compiling testing_table v0.3.0 |
| 2636 | 2026-03-04T03:48:07.097Z | Compiling dsl_auto_type v0.1.3 |
| 2637 | 2026-03-04T03:48:08.346Z | Compiling scheduled-thread-pool v0.2.7 |
| 2638 | 2026-03-04T03:48:09.634Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2639 | 2026-03-04T03:48:10.031Z | Compiling tiny-keccak v2.0.2 |
| 2640 | 2026-03-04T03:48:10.100Z | Compiling path-slash v0.1.5 |
| 2641 | 2026-03-04T03:48:10.422Z | Compiling diesel_derives v2.2.7 |
| 2642 | 2026-03-04T03:48:10.504Z | Compiling r2d2 v0.8.10 |
| 2643 | 2026-03-04T03:48:10.977Z | Compiling tabled v0.20.0 |
| 2644 | 2026-03-04T03:48:15.183Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2645 | 2026-03-04T03:48:16.093Z | Compiling term v0.7.0 |
| 2646 | 2026-03-04T03:48:18.555Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2647 | 2026-03-04T03:48:20.757Z | Compiling arc-swap v1.8.2 |
| 2648 | 2026-03-04T03:48:21.523Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2649 | 2026-03-04T03:48:21.840Z | Compiling xshell-macros v0.2.7 |
| 2650 | 2026-03-04T03:48:21.984Z | Compiling bit-vec v0.6.3 |
| 2651 | 2026-03-04T03:48:22.456Z | Compiling bit-set v0.5.3 |
| 2652 | 2026-03-04T03:48:22.609Z | Compiling xshell v0.2.7 |
| 2653 | 2026-03-04T03:48:22.886Z | Compiling slog-scope v4.4.1 |
| 2654 | 2026-03-04T03:48:23.722Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2655 | 2026-03-04T03:48:25.503Z | Compiling diesel v2.2.12 |
| 2656 | 2026-03-04T03:48:26.025Z | Compiling ascii-canvas v3.0.0 |
| 2657 | 2026-03-04T03:48:26.513Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2658 | 2026-03-04T03:48:27.297Z | Compiling itertools v0.10.5 |
| 2659 | 2026-03-04T03:48:29.499Z | Compiling ena v0.14.4 |
| 2660 | 2026-03-04T03:48:29.921Z | Compiling libloading v0.8.9 |
| 2661 | 2026-03-04T03:48:29.959Z | Compiling bindgen v0.71.1 |
| 2662 | 2026-03-04T03:48:30.351Z | Compiling unicase v2.9.0 |
| 2663 | 2026-03-04T03:48:30.453Z | Compiling diff v0.1.13 |
| 2664 | 2026-03-04T03:48:30.651Z | Compiling regex-syntax v0.6.29 |
| 2665 | 2026-03-04T03:48:31.030Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2666 | 2026-03-04T03:48:33.403Z | Compiling slog-stdlog v4.1.1 |
| 2667 | 2026-03-04T03:48:34.272Z | Compiling lalrpop v0.19.12 |
| 2668 | 2026-03-04T03:48:34.301Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2669 | 2026-03-04T03:48:35.372Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2670 | 2026-03-04T03:48:35.410Z | Compiling cexpr v0.6.0 |
| 2671 | 2026-03-04T03:48:36.440Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2672 | 2026-03-04T03:48:36.862Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2673 | 2026-03-04T03:48:36.911Z | Compiling crc8 v0.1.1 |
| 2674 | 2026-03-04T03:48:37.152Z | Compiling slog-envlogger v2.2.0 |
| 2675 | 2026-03-04T03:48:37.244Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2676 | 2026-03-04T03:48:37.824Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2677 | 2026-03-04T03:48:38.178Z | Compiling headers-core v0.3.0 |
| 2678 | 2026-03-04T03:48:38.415Z | Compiling libxml v0.3.3 |
| 2679 | 2026-03-04T03:48:38.929Z | Compiling headers v0.4.1 |
| 2680 | 2026-03-04T03:48:39.835Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2681 | 2026-03-04T03:48:39.976Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2682 | 2026-03-04T03:48:40.361Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2683 | 2026-03-04T03:48:41.162Z | Compiling strum_macros v0.24.3 |
| 2684 | 2026-03-04T03:48:42.559Z | Compiling indoc v1.0.9 |
| 2685 | 2026-03-04T03:48:43.424Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2686 | 2026-03-04T03:48:43.818Z | Compiling derive_builder v0.20.2 |
| 2687 | 2026-03-04T03:48:44.056Z | Compiling oso-derive v0.27.3 |
| 2688 | 2026-03-04T03:48:44.136Z | Compiling quick-xml v0.37.5 |
| 2689 | 2026-03-04T03:48:45.031Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2690 | 2026-03-04T03:48:47.456Z | Compiling openssl-probe v0.1.6 |
| 2691 | 2026-03-04T03:48:48.028Z | Compiling half v1.8.3 |
| 2692 | 2026-03-04T03:48:48.374Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2693 | 2026-03-04T03:48:49.007Z | Compiling serde_cbor v0.11.2 |
| 2694 | 2026-03-04T03:48:49.347Z | Compiling samael v0.0.19 |
| 2695 | 2026-03-04T03:48:49.923Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2696 | 2026-03-04T03:48:50.362Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2697 | 2026-03-04T03:48:51.282Z | Compiling diesel-dtrace v0.4.2 |
| 2698 | 2026-03-04T03:48:51.827Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2699 | 2026-03-04T03:48:52.228Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2700 | 2026-03-04T03:48:52.514Z | Compiling bb8 v0.8.6 |
| 2701 | 2026-03-04T03:48:53.186Z | Compiling trait-variant v0.1.2 |
| 2702 | 2026-03-04T03:48:54.253Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2703 | 2026-03-04T03:48:54.775Z | Compiling polar-core v0.27.3 |
| 2704 | 2026-03-04T03:48:54.914Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2705 | 2026-03-04T03:48:55.207Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2706 | 2026-03-04T03:48:55.822Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2707 | 2026-03-04T03:48:58.903Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2708 | 2026-03-04T03:48:59.280Z | Compiling fxhash v0.2.1 |
| 2709 | 2026-03-04T03:48:59.539Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2710 | 2026-03-04T03:48:59.620Z | Compiling kstat-rs v0.2.4 |
| 2711 | 2026-03-04T03:48:59.983Z | Compiling libz-sys v1.1.24 |
| 2712 | 2026-03-04T03:49:00.508Z | Compiling nonempty v0.12.0 |
| 2713 | 2026-03-04T03:49:00.731Z | Compiling salty v0.3.0 |
| 2714 | 2026-03-04T03:49:01.056Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2715 | 2026-03-04T03:49:01.796Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2716 | 2026-03-04T03:49:09.050Z | Compiling async-bb8-diesel v0.2.1 |
| 2717 | 2026-03-04T03:49:10.465Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2718 | 2026-03-04T03:49:12.041Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2719 | 2026-03-04T03:49:16.912Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2720 | 2026-03-04T03:49:21.856Z | Compiling oso v0.27.3 |
| 2721 | 2026-03-04T03:49:25.452Z | Compiling darling_core v0.23.0 |
| 2722 | 2026-03-04T03:49:31.123Z | Compiling nanorand v0.7.0 |
| 2723 | 2026-03-04T03:49:31.350Z | Compiling fs-err v2.11.0 |
| 2724 | 2026-03-04T03:49:31.824Z | Compiling parking_lot_core v0.8.6 |
| 2725 | 2026-03-04T03:49:32.141Z | Compiling mime_guess v2.0.5 |
| 2726 | 2026-03-04T03:49:32.565Z | Compiling flume v0.11.1 |
| 2727 | 2026-03-04T03:49:33.192Z | Compiling darling_macro v0.23.0 |
| 2728 | 2026-03-04T03:49:33.384Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2729 | 2026-03-04T03:49:34.130Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2730 | 2026-03-04T03:49:39.597Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2731 | 2026-03-04T03:49:40.687Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2732 | 2026-03-04T03:49:42.577Z | Compiling git-stub v1.0.0 |
| 2733 | 2026-03-04T03:49:43.022Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2734 | 2026-03-04T03:49:43.238Z | Compiling instability v0.3.11 |
| 2735 | 2026-03-04T03:49:43.685Z | Compiling git-stub-vcs v0.1.0 |
| 2736 | 2026-03-04T03:49:44.415Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2737 | 2026-03-04T03:49:50.354Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2738 | 2026-03-04T03:49:58.256Z | Compiling darling v0.23.0 |
| 2739 | 2026-03-04T03:50:02.060Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2740 | 2026-03-04T03:50:02.998Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2741 | 2026-03-04T03:50:09.774Z | Compiling ignore v0.4.25 |
| 2742 | 2026-03-04T03:50:14.528Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2743 | 2026-03-04T03:50:16.337Z | Compiling primeorder v0.13.6 |
| 2744 | 2026-03-04T03:50:16.977Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2745 | 2026-03-04T03:50:17.127Z | Compiling castaway v0.2.4 |
| 2746 | 2026-03-04T03:50:17.380Z | Compiling nibble_vec v0.1.0 |
| 2747 | 2026-03-04T03:50:17.677Z | Compiling atty v0.2.14 |
| 2748 | 2026-03-04T03:50:17.898Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2749 | 2026-03-04T03:50:18.301Z | Compiling indoc v2.0.7 |
| 2750 | 2026-03-04T03:50:18.463Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2751 | 2026-03-04T03:50:18.851Z | Compiling http-range v0.1.5 |
| 2752 | 2026-03-04T03:50:19.078Z | Compiling endian-type v0.1.2 |
| 2753 | 2026-03-04T03:50:19.373Z | Compiling parse-size v1.1.0 |
| 2754 | 2026-03-04T03:50:19.419Z | Compiling radix_trie v0.2.1 |
| 2755 | 2026-03-04T03:50:19.453Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-03-04T03:50:19.722Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2757 | 2026-03-04T03:50:20.427Z | Compiling compact_str v0.8.1 |
| 2758 | 2026-03-04T03:50:21.090Z | Compiling p384 v0.13.1 |
| 2759 | 2026-03-04T03:50:21.495Z | Compiling globwalk v0.9.1 |
| 2760 | 2026-03-04T03:50:22.826Z | Compiling parking_lot v0.11.2 |
| 2761 | 2026-03-04T03:50:24.523Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2762 | 2026-03-04T03:50:24.655Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2763 | 2026-03-04T03:50:25.477Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2764 | 2026-03-04T03:50:26.543Z | Compiling predicates-tree v1.0.13 |
| 2765 | 2026-03-04T03:50:27.401Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2766 | 2026-03-04T03:50:27.434Z | Compiling unicode-truncate v1.1.0 |
| 2767 | 2026-03-04T03:50:27.782Z | Compiling lru v0.12.5 |
| 2768 | 2026-03-04T03:50:28.150Z | Compiling prefix-trie v0.7.0 |
| 2769 | 2026-03-04T03:50:29.139Z | Compiling vergen-git2 v1.0.7 |
| 2770 | 2026-03-04T03:50:29.521Z | Compiling cassowary v0.3.0 |
| 2771 | 2026-03-04T03:50:29.735Z | Compiling hickory-server v0.25.2 |
| 2772 | 2026-03-04T03:50:29.768Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2773 | 2026-03-04T03:50:32.951Z | Compiling ratatui v0.29.0 |
| 2774 | 2026-03-04T03:50:34.106Z | Compiling git2 v0.20.4 |
| 2775 | 2026-03-04T03:50:34.417Z | Compiling camino-tempfile-ext v0.3.3 |
| 2776 | 2026-03-04T03:50:35.824Z | Compiling hyper-staticfile v0.10.1 |
| 2777 | 2026-03-04T03:50:38.426Z | Compiling sled v0.34.7 |
| 2778 | 2026-03-04T03:50:42.753Z | Compiling hickory-client v0.25.2 |
| 2779 | 2026-03-04T03:50:42.809Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2780 | 2026-03-04T03:50:44.067Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2781 | 2026-03-04T03:50:44.644Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-03-04T03:50:46.254Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2783 | 2026-03-04T03:50:47.409Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2784 | 2026-03-04T03:50:48.242Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2785 | 2026-03-04T03:50:49.186Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2786 | 2026-03-04T03:50:50.276Z | Compiling rand_seeder v0.4.0 |
| 2787 | 2026-03-04T03:50:50.734Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2788 | 2026-03-04T03:50:51.163Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-03-04T03:50:52.125Z | Compiling lzma-sys v0.1.20 |
| 2790 | 2026-03-04T03:50:52.371Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2791 | 2026-03-04T03:50:52.404Z | Compiling corncobs v0.1.4 |
| 2792 | 2026-03-04T03:50:52.754Z | Compiling rustls v0.21.12 |
| 2793 | 2026-03-04T03:50:52.910Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2794 | 2026-03-04T03:50:52.987Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2795 | 2026-03-04T03:50:53.187Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2796 | 2026-03-04T03:50:53.314Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2797 | 2026-03-04T03:50:53.751Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2798 | 2026-03-04T03:50:54.963Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2799 | 2026-03-04T03:50:55.601Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-03-04T03:51:00.662Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2801 | 2026-03-04T03:51:07.468Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2802 | 2026-03-04T03:51:07.978Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2803 | 2026-03-04T03:51:12.301Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2804 | 2026-03-04T03:51:12.696Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2805 | 2026-03-04T03:51:13.086Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2806 | 2026-03-04T03:51:13.481Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2807 | 2026-03-04T03:51:14.421Z | Compiling cargo_toml v0.22.3 |
| 2808 | 2026-03-04T03:51:14.966Z | Compiling nix v0.29.0 |
| 2809 | 2026-03-04T03:51:15.844Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2810 | 2026-03-04T03:51:21.003Z | Compiling rustls-webpki v0.101.7 |
| 2811 | 2026-03-04T03:51:22.180Z | Compiling sct v0.7.1 |
| 2812 | 2026-03-04T03:51:22.267Z | Compiling secrecy v0.8.0 |
| 2813 | 2026-03-04T03:51:22.621Z | Compiling void v1.0.2 |
| 2814 | 2026-03-04T03:51:22.853Z | Compiling lzss v0.8.2 |
| 2815 | 2026-03-04T03:51:24.744Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2816 | 2026-03-04T03:51:27.590Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-03-04T03:51:34.735Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2818 | 2026-03-04T03:51:35.142Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2819 | 2026-03-04T03:51:36.409Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2820 | 2026-03-04T03:51:38.349Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2821 | 2026-03-04T03:51:41.456Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2822 | 2026-03-04T03:51:43.026Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2823 | 2026-03-04T03:51:47.764Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2824 | 2026-03-04T03:51:47.837Z | Compiling tungstenite v0.23.0 |
| 2825 | 2026-03-04T03:51:48.178Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2826 | 2026-03-04T03:51:48.579Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2827 | 2026-03-04T03:51:48.976Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2828 | 2026-03-04T03:51:49.368Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2829 | 2026-03-04T03:51:49.762Z | Compiling nix v0.27.1 |
| 2830 | 2026-03-04T03:51:52.222Z | Compiling serde_bytes v0.11.19 |
| 2831 | 2026-03-04T03:51:52.676Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2832 | 2026-03-04T03:51:52.859Z | Compiling tokio-tungstenite v0.23.1 |
| 2833 | 2026-03-04T03:51:53.494Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2834 | 2026-03-04T03:51:53.529Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2835 | 2026-03-04T03:52:00.491Z | Compiling ron v0.12.0 |
| 2836 | 2026-03-04T03:52:05.751Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2837 | 2026-03-04T03:52:06.759Z | Compiling xz2 v0.1.7 |
| 2838 | 2026-03-04T03:52:07.423Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2839 | 2026-03-04T03:52:11.053Z | Compiling tokio-rustls v0.24.1 |
| 2840 | 2026-03-04T03:52:12.528Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2841 | 2026-03-04T03:52:16.251Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2842 | 2026-03-04T03:52:19.074Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2843 | 2026-03-04T03:52:21.334Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2844 | 2026-03-04T03:52:21.791Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2845 | 2026-03-04T03:52:25.323Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2846 | 2026-03-04T03:52:27.308Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2847 | 2026-03-04T03:52:36.837Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2848 | 2026-03-04T03:52:49.394Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2849 | 2026-03-04T03:52:50.080Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2850 | 2026-03-04T03:52:59.503Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2851 | 2026-03-04T03:53:02.573Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2852 | 2026-03-04T03:53:06.384Z | Compiling rustls-pemfile v1.0.4 |
| 2853 | 2026-03-04T03:53:06.795Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2854 | 2026-03-04T03:53:07.166Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2855 | 2026-03-04T03:53:07.574Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2856 | 2026-03-04T03:53:09.789Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2857 | 2026-03-04T03:53:11.514Z | Compiling signal-hook-tokio v0.3.1 |
| 2858 | 2026-03-04T03:53:11.653Z | Compiling yasna v0.5.2 |
| 2859 | 2026-03-04T03:53:11.826Z | Compiling twox-hash v2.1.2 |
| 2860 | 2026-03-04T03:53:12.875Z | Compiling is_ci v1.2.0 |
| 2861 | 2026-03-04T03:53:13.218Z | Compiling base16ct v1.0.0 |
| 2862 | 2026-03-04T03:53:15.051Z | Compiling supports-color v3.0.2 |
| 2863 | 2026-03-04T03:53:15.565Z | Compiling rcgen v0.12.1 |
| 2864 | 2026-03-04T03:53:16.387Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2865 | 2026-03-04T03:53:27.029Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2866 | 2026-03-04T03:53:29.827Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2867 | 2026-03-04T03:53:51.611Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2868 | 2026-03-04T03:53:59.149Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2869 | 2026-03-04T03:54:00.616Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2870 | 2026-03-04T03:54:10.941Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2871 | 2026-03-04T03:54:20.969Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2872 | 2026-03-04T03:54:25.208Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2873 | 2026-03-04T03:54:29.833Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2874 | 2026-03-04T03:54:30.212Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2875 | 2026-03-04T03:54:30.608Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2876 | 2026-03-04T03:54:34.121Z | Compiling progenitor-extras v0.1.0 |
| 2877 | 2026-03-04T03:54:34.574Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2878 | 2026-03-04T03:54:34.914Z | Compiling fatfs v0.3.6 |
| 2879 | 2026-03-04T03:54:37.722Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2880 | 2026-03-04T03:54:38.946Z | Compiling rtoolbox v0.0.3 |
| 2881 | 2026-03-04T03:54:39.412Z | Compiling subprocess v0.2.15 |
| 2882 | 2026-03-04T03:54:44.260Z | Compiling assert_matches v1.5.0 |
| 2883 | 2026-03-04T03:54:44.421Z | Compiling seq-macro v0.3.6 |
| 2884 | 2026-03-04T03:54:47.089Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2885 | 2026-03-04T03:54:51.017Z | Compiling rpassword v7.4.0 |
| 2886 | 2026-03-04T03:54:51.545Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2887 | 2026-03-04T03:54:58.915Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-03-04T03:55:14.216Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2889 | 2026-03-04T03:55:14.414Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2890 | 2026-03-04T03:55:19.931Z | Compiling tui-tree-widget v0.23.1 |
| 2891 | 2026-03-04T03:55:20.397Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2892 | 2026-03-04T03:55:20.466Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2893 | 2026-03-04T03:55:21.426Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2894 | 2026-03-04T03:55:27.422Z | Compiling uzers v0.12.2 |
| 2895 | 2026-03-04T03:55:30.664Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2896 | 2026-03-04T03:55:30.994Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2897 | 2026-03-04T03:55:39.465Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2898 | 2026-03-04T03:56:06.982Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2899 | 2026-03-04T03:56:11.984Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2900 | 2026-03-04T03:56:16.783Z | Compiling support-bundle-viewer v0.1.2 |
| 2901 | 2026-03-04T03:56:19.011Z | Compiling multimap v0.10.1 |
| 2902 | 2026-03-04T03:58:41.917Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2903 | 2026-03-04T03:58:46.665Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2904 | 2026-03-04T04:09:39.394Z | Finished `release` profile [optimized] target(s) in 24m 32s |
| 2905 | 2026-03-04T04:10:39.067Z | |
| 2906 | 2026-03-04T04:10:39.072Z | real 25:34.018368706 |
| 2907 | 2026-03-04T04:10:39.072Z | user 3:02:41.949061714 |
| 2908 | 2026-03-04T04:10:39.072Z | sys 4:55.639637154 |
| 2909 | 2026-03-04T04:10:39.072Z | trap 4.631966306 |
| 2910 | 2026-03-04T04:10:39.072Z | tflt 2.395327614 |
| 2911 | 2026-03-04T04:10:39.072Z | dflt 6.321783521 |
| 2912 | 2026-03-04T04:10:39.072Z | kflt 0.000889643 |
| 2913 | 2026-03-04T04:10:39.072Z | lock 12:09:04.394557154 |
| 2914 | 2026-03-04T04:10:39.072Z | slp 8:48:17.952068581 |
| 2915 | 2026-03-04T04:10:39.072Z | lat 4:48.096378322 |
| 2916 | 2026-03-04T04:10:39.072Z | stop 4:46.253979983 |
| 2917 | 2026-03-04T04:10:39.072Z | + mapfile -t packages |
| 2918 | 2026-03-04T04:10:39.072Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2919 | 2026-03-04T04:10:40.398Z | Finished `release` profile [optimized] target(s) in 1.26s |
| 2920 | 2026-03-04T04:10:40.463Z | Running `target/release/omicron-package -t test list-outputs` |
| 2921 | 2026-03-04T04:10:40.523Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2922 | 2026-03-04T04:10:40.526Z | + ptime -m cargo build --locked --release -p xtask |
| 2923 | 2026-03-04T04:10:41.376Z | Compiling libc v0.2.180 |
| 2924 | 2026-03-04T04:10:41.376Z | Compiling serde v1.0.228 |
| 2925 | 2026-03-04T04:10:41.379Z | Compiling serde_core v1.0.228 |
| 2926 | 2026-03-04T04:10:41.379Z | Compiling syn v2.0.117 |
| 2927 | 2026-03-04T04:10:41.493Z | Compiling rustix v1.1.3 |
| 2928 | 2026-03-04T04:10:41.559Z | Compiling bitflags v2.11.0 |
| 2929 | 2026-03-04T04:10:41.562Z | Compiling serde_json v1.0.149 |
| 2930 | 2026-03-04T04:10:41.992Z | Compiling num-traits v0.2.19 |
| 2931 | 2026-03-04T04:10:42.314Z | Compiling smallvec v1.15.1 |
| 2932 | 2026-03-04T04:10:42.368Z | Compiling hashbrown v0.16.1 |
| 2933 | 2026-03-04T04:10:42.572Z | Compiling usdt-impl v0.5.0 |
| 2934 | 2026-03-04T04:10:42.673Z | Compiling syn v1.0.109 |
| 2935 | 2026-03-04T04:10:43.197Z | Compiling errno v0.3.14 |
| 2936 | 2026-03-04T04:10:43.334Z | Compiling log v0.4.29 |
| 2937 | 2026-03-04T04:10:43.533Z | Compiling thread-id v4.2.2 |
| 2938 | 2026-03-04T04:10:43.693Z | Compiling percent-encoding v2.3.2 |
| 2939 | 2026-03-04T04:10:43.757Z | Compiling getrandom v0.4.1 |
| 2940 | 2026-03-04T04:10:43.938Z | Compiling indexmap v2.13.0 |
| 2941 | 2026-03-04T04:10:44.220Z | Compiling form_urlencoded v1.2.2 |
| 2942 | 2026-03-04T04:10:45.142Z | Compiling ordered-float v2.10.1 |
| 2943 | 2026-03-04T04:10:45.854Z | Compiling fs-err v3.3.0 |
| 2944 | 2026-03-04T04:10:45.957Z | Compiling terminal_size v0.4.3 |
| 2945 | 2026-03-04T04:10:46.246Z | Compiling once_cell v1.21.3 |
| 2946 | 2026-03-04T04:10:46.290Z | Compiling heck v0.4.1 |
| 2947 | 2026-03-04T04:10:46.758Z | Compiling anyhow v1.0.102 |
| 2948 | 2026-03-04T04:10:46.929Z | Compiling tempfile v3.25.0 |
| 2949 | 2026-03-04T04:10:47.410Z | Compiling proc-macro-error v1.0.4 |
| 2950 | 2026-03-04T04:10:48.208Z | Compiling clap_builder v4.5.60 |
| 2951 | 2026-03-04T04:10:48.374Z | Compiling memmap v0.7.0 |
| 2952 | 2026-03-04T04:10:48.457Z | Compiling synstructure v0.13.2 |
| 2953 | 2026-03-04T04:10:48.820Z | Compiling pest_generator v2.8.6 |
| 2954 | 2026-03-04T04:10:48.846Z | Compiling textwrap v0.16.2 |
| 2955 | 2026-03-04T04:10:49.020Z | Compiling tabled_derive v0.7.0 |
| 2956 | 2026-03-04T04:10:50.468Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-03-04T04:10:50.993Z | Compiling tabled v0.15.0 |
| 2958 | 2026-03-04T04:10:51.383Z | Compiling serde_derive v1.0.228 |
| 2959 | 2026-03-04T04:10:51.486Z | Compiling zerofrom-derive v0.1.6 |
| 2960 | 2026-03-04T04:10:51.505Z | Compiling yoke-derive v0.8.1 |
| 2961 | 2026-03-04T04:10:51.522Z | Compiling zerovec-derive v0.11.2 |
| 2962 | 2026-03-04T04:10:51.576Z | Compiling displaydoc v0.2.5 |
| 2963 | 2026-03-04T04:10:53.030Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-03-04T04:10:53.739Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-03-04T04:10:53.950Z | Compiling pest_derive v2.8.6 |
| 2966 | 2026-03-04T04:10:54.214Z | Compiling zerofrom v0.1.6 |
| 2967 | 2026-03-04T04:10:54.519Z | Compiling yoke v0.8.1 |
| 2968 | 2026-03-04T04:10:54.818Z | Compiling scroll_derive v0.12.1 |
| 2969 | 2026-03-04T04:10:54.957Z | Compiling zerovec v0.11.5 |
| 2970 | 2026-03-04T04:10:55.447Z | Compiling zerotrie v0.2.3 |
| 2971 | 2026-03-04T04:10:55.564Z | Compiling thiserror v1.0.69 |
| 2972 | 2026-03-04T04:10:55.812Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-03-04T04:10:56.368Z | Compiling tinystr v0.8.2 |
| 2974 | 2026-03-04T04:10:56.459Z | Compiling potential_utf v0.1.4 |
| 2975 | 2026-03-04T04:10:56.462Z | Compiling scroll v0.12.0 |
| 2976 | 2026-03-04T04:10:56.847Z | Compiling icu_locale_core v2.1.1 |
| 2977 | 2026-03-04T04:10:56.874Z | Compiling icu_collections v2.1.1 |
| 2978 | 2026-03-04T04:10:57.167Z | Compiling dtrace-parser v0.2.0 |
| 2979 | 2026-03-04T04:10:57.550Z | Compiling goblin v0.8.2 |
| 2980 | 2026-03-04T04:10:58.471Z | Compiling icu_provider v2.1.1 |
| 2981 | 2026-03-04T04:10:59.375Z | Compiling icu_normalizer v2.1.1 |
| 2982 | 2026-03-04T04:10:59.682Z | Compiling serde_spanned v0.6.9 |
| 2983 | 2026-03-04T04:11:00.007Z | Compiling toml_datetime v0.6.11 |
| 2984 | 2026-03-04T04:11:00.051Z | Compiling icu_properties v2.1.2 |
| 2985 | 2026-03-04T04:11:00.980Z | Compiling toml_edit v0.22.27 |
| 2986 | 2026-03-04T04:11:02.285Z | Compiling dof v0.3.0 |
| 2987 | 2026-03-04T04:11:02.544Z | Compiling idna_adapter v1.2.1 |
| 2988 | 2026-03-04T04:11:02.824Z | Compiling idna v1.1.0 |
| 2989 | 2026-03-04T04:11:04.162Z | Compiling serde_tokenstream v0.2.3 |
| 2990 | 2026-03-04T04:11:04.857Z | Compiling thiserror-impl v2.0.18 |
| 2991 | 2026-03-04T04:11:06.035Z | Compiling toml v0.8.23 |
| 2992 | 2026-03-04T04:11:07.707Z | Compiling thiserror v2.0.18 |
| 2993 | 2026-03-04T04:11:07.930Z | Compiling url v2.5.8 |
| 2994 | 2026-03-04T04:11:10.166Z | Compiling serde-value v0.7.0 |
| 2995 | 2026-03-04T04:11:11.863Z | Compiling cargo-util-schemas v0.8.2 |
| 2996 | 2026-03-04T04:11:13.309Z | Compiling usdt-macro v0.5.0 |
| 2997 | 2026-03-04T04:11:13.563Z | Compiling usdt-attr-macro v0.5.0 |
| 2998 | 2026-03-04T04:11:14.568Z | Compiling cargo-platform v0.2.0 |
| 2999 | 2026-03-04T04:11:14.953Z | Compiling clap_derive v4.5.55 |
| 3000 | 2026-03-04T04:11:15.813Z | Compiling cargo_metadata v0.21.0 |
| 3001 | 2026-03-04T04:11:17.518Z | Compiling usdt v0.5.0 |
| 3002 | 2026-03-04T04:11:17.884Z | Compiling cargo_toml v0.21.0 |
| 3003 | 2026-03-04T04:11:18.979Z | Compiling macaddr v1.0.1 |
| 3004 | 2026-03-04T04:11:19.069Z | Compiling clap v4.5.60 |
| 3005 | 2026-03-04T04:11:28.675Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3006 | 2026-03-04T04:11:34.527Z | Finished `release` profile [optimized] target(s) in 53.92s |
| 3007 | 2026-03-04T04:11:34.679Z | |
| 3008 | 2026-03-04T04:11:34.682Z | real 54.104073632 |
| 3009 | 2026-03-04T04:11:34.682Z | user 5:49.650420186 |
| 3010 | 2026-03-04T04:11:34.682Z | sys 27.995016335 |
| 3011 | 2026-03-04T04:11:34.682Z | trap 0.190727982 |
| 3012 | 2026-03-04T04:11:34.682Z | tflt 0.300588081 |
| 3013 | 2026-03-04T04:11:34.682Z | dflt 0.292000103 |
| 3014 | 2026-03-04T04:11:34.682Z | kflt 0.000000000 |
| 3015 | 2026-03-04T04:11:34.682Z | lock 17:13.798153140 |
| 3016 | 2026-03-04T04:11:34.682Z | slp 19:30.903661377 |
| 3017 | 2026-03-04T04:11:34.683Z | lat 23.941586946 |
| 3018 | 2026-03-04T04:11:34.683Z | stop 35.723969061 |
| 3019 | 2026-03-04T04:11:34.683Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3020 | 2026-03-04T04:11:34.683Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3021 | 2026-03-04T04:11:34.683Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3022 | 2026-03-04T04:11:34.683Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3023 | 2026-03-04T04:11:34.683Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3024 | 2026-03-04T04:11:36.071Z | Compiling regress v0.10.5 |
| 3025 | 2026-03-04T04:11:36.241Z | Compiling serde_spanned v1.0.4 |
| 3026 | 2026-03-04T04:11:36.244Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3027 | 2026-03-04T04:11:36.244Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3028 | 2026-03-04T04:11:36.279Z | Compiling structmeta-derive v0.3.0 |
| 3029 | 2026-03-04T04:11:36.282Z | Compiling rustls v0.22.4 |
| 3030 | 2026-03-04T04:11:36.300Z | Compiling rustls-webpki v0.102.8 |
| 3031 | 2026-03-04T04:11:36.325Z | Compiling newtype-uuid-macros v0.1.0 |
| 3032 | 2026-03-04T04:11:36.472Z | Compiling multer v3.1.0 |
| 3033 | 2026-03-04T04:11:36.624Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3034 | 2026-03-04T04:11:36.746Z | Compiling match_cfg v0.1.0 |
| 3035 | 2026-03-04T04:11:36.839Z | Compiling debug-ignore v1.0.5 |
| 3036 | 2026-03-04T04:11:36.872Z | Compiling hostname v0.3.1 |
| 3037 | 2026-03-04T04:11:36.997Z | Compiling slog-json v2.6.1 |
| 3038 | 2026-03-04T04:11:37.035Z | Compiling async-stream-impl v0.3.6 |
| 3039 | 2026-03-04T04:11:37.135Z | Compiling dropshot v0.16.7 |
| 3040 | 2026-03-04T04:11:37.626Z | Compiling slog-bunyan v2.5.0 |
| 3041 | 2026-03-04T04:11:38.042Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3042 | 2026-03-04T04:11:38.118Z | Compiling itertools v0.14.0 |
| 3043 | 2026-03-04T04:11:38.364Z | Compiling async-stream v0.3.6 |
| 3044 | 2026-03-04T04:11:38.679Z | Compiling waitgroup v0.1.2 |
| 3045 | 2026-03-04T04:11:38.771Z | Compiling structmeta v0.3.0 |
| 3046 | 2026-03-04T04:11:38.861Z | Compiling rustls-pemfile v2.2.0 |
| 3047 | 2026-03-04T04:11:38.926Z | Compiling dropshot_endpoint v0.16.7 |
| 3048 | 2026-03-04T04:11:39.213Z | Compiling hostname v0.4.2 |
| 3049 | 2026-03-04T04:11:39.264Z | Compiling serde_path_to_error v0.1.20 |
| 3050 | 2026-03-04T04:11:39.472Z | Compiling derive-ex v0.1.8 |
| 3051 | 2026-03-04T04:11:39.561Z | Compiling progenitor-client v0.13.0 |
| 3052 | 2026-03-04T04:11:39.783Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3053 | 2026-03-04T04:11:40.038Z | Compiling macaddr v1.0.1 |
| 3054 | 2026-03-04T04:11:40.142Z | Compiling progenitor-client v0.10.0 |
| 3055 | 2026-03-04T04:11:40.170Z | Compiling instant v0.1.13 |
| 3056 | 2026-03-04T04:11:40.376Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-03-04T04:11:40.489Z | Compiling parse-display-derive v0.10.0 |
| 3058 | 2026-03-04T04:11:40.725Z | Compiling backoff v0.4.0 |
| 3059 | 2026-03-04T04:11:41.114Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3060 | 2026-03-04T04:11:41.143Z | Compiling backon v1.6.0 |
| 3061 | 2026-03-04T04:11:41.209Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3062 | 2026-03-04T04:11:41.460Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3063 | 2026-03-04T04:11:41.544Z | Compiling crucible-workspace-hack v0.1.0 |
| 3064 | 2026-03-04T04:11:41.907Z | Compiling tokio-rustls v0.25.0 |
| 3065 | 2026-03-04T04:11:41.979Z | Compiling cfg_aliases v0.2.1 |
| 3066 | 2026-03-04T04:11:42.281Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3067 | 2026-03-04T04:11:42.376Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3068 | 2026-03-04T04:11:42.799Z | Compiling heapless v0.8.0 |
| 3069 | 2026-03-04T04:11:43.551Z | Compiling proc-macro-crate v3.4.0 |
| 3070 | 2026-03-04T04:11:43.617Z | Compiling test-strategy v0.4.5 |
| 3071 | 2026-03-04T04:11:43.824Z | Compiling ingot-macros v0.1.1 |
| 3072 | 2026-03-04T04:11:44.066Z | Compiling hash32 v0.3.1 |
| 3073 | 2026-03-04T04:11:44.366Z | Compiling memoffset v0.9.1 |
| 3074 | 2026-03-04T04:11:44.461Z | Compiling parse-display v0.10.0 |
| 3075 | 2026-03-04T04:11:44.774Z | Compiling smoltcp v0.11.0 |
| 3076 | 2026-03-04T04:11:44.803Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3077 | 2026-03-04T04:11:44.834Z | Compiling num_enum_derive v0.7.5 |
| 3078 | 2026-03-04T04:11:45.275Z | Compiling tabwriter v1.4.1 |
| 3079 | 2026-03-04T04:11:45.543Z | Compiling cobs v0.3.0 |
| 3080 | 2026-03-04T04:11:45.756Z | Compiling foreign-types-macros v0.2.3 |
| 3081 | 2026-03-04T04:11:45.795Z | Compiling cpufeatures v0.3.0 |
| 3082 | 2026-03-04T04:11:45.951Z | Compiling foreign-types-shared v0.3.1 |
| 3083 | 2026-03-04T04:11:45.978Z | Compiling chacha20 v0.10.0 |
| 3084 | 2026-03-04T04:11:46.139Z | Compiling postcard v1.1.3 |
| 3085 | 2026-03-04T04:11:47.078Z | Compiling foreign-types v0.5.0 |
| 3086 | 2026-03-04T04:11:47.110Z | Compiling proc-macro-crate v1.3.1 |
| 3087 | 2026-03-04T04:11:47.139Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3088 | 2026-03-04T04:11:47.232Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3089 | 2026-03-04T04:11:47.257Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3090 | 2026-03-04T04:11:47.286Z | Compiling num_enum v0.7.5 |
| 3091 | 2026-03-04T04:11:47.519Z | Compiling secrecy v0.10.3 |
| 3092 | 2026-03-04T04:11:47.809Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3093 | 2026-03-04T04:11:47.883Z | Compiling cstr-argument v0.1.2 |
| 3094 | 2026-03-04T04:11:48.001Z | Compiling colored v3.1.1 |
| 3095 | 2026-03-04T04:11:48.027Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3096 | 2026-03-04T04:11:48.177Z | Compiling unsafe-libyaml v0.2.11 |
| 3097 | 2026-03-04T04:11:48.303Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3098 | 2026-03-04T04:11:48.442Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3099 | 2026-03-04T04:11:48.477Z | Compiling num_enum_derive v0.5.11 |
| 3100 | 2026-03-04T04:11:48.681Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3101 | 2026-03-04T04:11:48.786Z | Compiling rand v0.10.0 |
| 3102 | 2026-03-04T04:11:48.821Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3103 | 2026-03-04T04:11:49.071Z | Compiling nix v0.30.1 |
| 3104 | 2026-03-04T04:11:49.769Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3105 | 2026-03-04T04:11:49.977Z | Compiling serde_yaml v0.9.34+deprecated |
| 3106 | 2026-03-04T04:11:50.006Z | Compiling camino-tempfile v1.4.1 |
| 3107 | 2026-03-04T04:11:50.618Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3108 | 2026-03-04T04:11:50.859Z | Compiling num_enum v0.5.11 |
| 3109 | 2026-03-04T04:11:50.917Z | Compiling ingot-types v0.1.2 |
| 3110 | 2026-03-04T04:11:51.012Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3111 | 2026-03-04T04:11:51.095Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3112 | 2026-03-04T04:11:51.258Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3113 | 2026-03-04T04:11:51.309Z | Compiling smf v0.2.3 |
| 3114 | 2026-03-04T04:11:51.709Z | Compiling num-derive v0.4.2 |
| 3115 | 2026-03-04T04:11:51.785Z | Compiling sigpipe v0.1.3 |
| 3116 | 2026-03-04T04:11:51.923Z | Compiling ingot v0.1.1 |
| 3117 | 2026-03-04T04:11:51.960Z | Compiling glob v0.3.3 |
| 3118 | 2026-03-04T04:11:52.542Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3119 | 2026-03-04T04:11:52.829Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3120 | 2026-03-04T04:11:52.978Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3121 | 2026-03-04T04:11:53.994Z | Compiling whoami v1.6.1 |
| 3122 | 2026-03-04T04:11:54.022Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3123 | 2026-03-04T04:11:54.182Z | Compiling toml v0.8.23 |
| 3124 | 2026-03-04T04:11:54.213Z | Compiling convert_case v0.4.0 |
| 3125 | 2026-03-04T04:11:54.633Z | Compiling universal-hash v0.5.1 |
| 3126 | 2026-03-04T04:11:54.883Z | Compiling opaque-debug v0.3.1 |
| 3127 | 2026-03-04T04:11:54.911Z | Compiling half v2.7.1 |
| 3128 | 2026-03-04T04:11:55.020Z | Compiling ciborium-io v0.2.2 |
| 3129 | 2026-03-04T04:11:55.115Z | Compiling derive_more v0.99.20 |
| 3130 | 2026-03-04T04:11:55.219Z | Compiling aead v0.5.2 |
| 3131 | 2026-03-04T04:11:55.608Z | Compiling ciborium-ll v0.2.2 |
| 3132 | 2026-03-04T04:11:55.651Z | Compiling poly1305 v0.8.0 |
| 3133 | 2026-03-04T04:11:55.724Z | Compiling chacha20 v0.9.1 |
| 3134 | 2026-03-04T04:11:56.114Z | Compiling ciborium v0.2.2 |
| 3135 | 2026-03-04T04:11:56.295Z | Compiling typify-impl v0.4.3 |
| 3136 | 2026-03-04T04:11:56.398Z | Compiling typify-impl v0.6.1 |
| 3137 | 2026-03-04T04:11:56.859Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3138 | 2026-03-04T04:11:57.002Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3139 | 2026-03-04T04:11:57.451Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3140 | 2026-03-04T04:11:57.506Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3141 | 2026-03-04T04:11:58.115Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3142 | 2026-03-04T04:11:58.146Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3143 | 2026-03-04T04:12:00.366Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3144 | 2026-03-04T04:12:00.619Z | Compiling thiserror-no-std v2.0.2 |
| 3145 | 2026-03-04T04:12:00.832Z | Compiling num-rational v0.4.2 |
| 3146 | 2026-03-04T04:12:01.776Z | Compiling password-hash v0.5.0 |
| 3147 | 2026-03-04T04:12:02.322Z | Compiling blake2 v0.10.6 |
| 3148 | 2026-03-04T04:12:02.746Z | Compiling num-complex v0.4.6 |
| 3149 | 2026-03-04T04:12:03.212Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3150 | 2026-03-04T04:12:03.314Z | Compiling prettyplease v0.2.37 |
| 3151 | 2026-03-04T04:12:03.513Z | Compiling indent_write v2.2.0 |
| 3152 | 2026-03-04T04:12:03.658Z | Compiling argon2 v0.5.3 |
| 3153 | 2026-03-04T04:12:03.769Z | Compiling num v0.4.3 |
| 3154 | 2026-03-04T04:12:03.827Z | Compiling vsss-rs v3.3.4 |
| 3155 | 2026-03-04T04:12:03.902Z | Compiling chacha20poly1305 v0.10.1 |
| 3156 | 2026-03-04T04:12:04.206Z | Compiling float-ord v0.3.2 |
| 3157 | 2026-03-04T04:12:05.403Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3158 | 2026-03-04T04:12:05.980Z | Compiling gethostname v0.5.0 |
| 3159 | 2026-03-04T04:12:06.230Z | Compiling usdt-attr-macro v0.5.0 |
| 3160 | 2026-03-04T04:12:06.708Z | Compiling usdt-macro v0.5.0 |
| 3161 | 2026-03-04T04:12:07.438Z | Compiling derive-where v1.6.0 |
| 3162 | 2026-03-04T04:12:07.639Z | Compiling memmap v0.7.0 |
| 3163 | 2026-03-04T04:12:07.894Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3164 | 2026-03-04T04:12:08.004Z | Compiling atomicwrites v0.4.4 |
| 3165 | 2026-03-04T04:12:08.219Z | Compiling usdt v0.5.0 |
| 3166 | 2026-03-04T04:12:08.249Z | Compiling owo-colors v4.3.0 |
| 3167 | 2026-03-04T04:12:08.318Z | Compiling typify-macro v0.4.3 |
| 3168 | 2026-03-04T04:12:08.349Z | Compiling typify-macro v0.6.1 |
| 3169 | 2026-03-04T04:12:08.387Z | Compiling cancel-safe-futures v0.1.5 |
| 3170 | 2026-03-04T04:12:08.752Z | Compiling libsw-core v0.3.2 |
| 3171 | 2026-03-04T04:12:08.876Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3172 | 2026-03-04T04:12:08.927Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3173 | 2026-03-04T04:12:09.093Z | Compiling async-recursion v1.1.1 |
| 3174 | 2026-03-04T04:12:09.150Z | Compiling resolv-conf v0.7.6 |
| 3175 | 2026-03-04T04:12:10.200Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3176 | 2026-03-04T04:12:10.547Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3177 | 2026-03-04T04:12:10.617Z | Compiling libsw v3.5.0 |
| 3178 | 2026-03-04T04:12:11.679Z | Compiling progenitor-client v0.11.2 |
| 3179 | 2026-03-04T04:12:12.095Z | Compiling libefi-sys v0.1.0 |
| 3180 | 2026-03-04T04:12:12.155Z | Compiling typify v0.4.3 |
| 3181 | 2026-03-04T04:12:12.236Z | Compiling typify v0.6.1 |
| 3182 | 2026-03-04T04:12:12.268Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3183 | 2026-03-04T04:12:12.369Z | Compiling progenitor-impl v0.11.2 |
| 3184 | 2026-03-04T04:12:12.443Z | Compiling progenitor-impl v0.13.0 |
| 3185 | 2026-03-04T04:12:12.471Z | Compiling linear-map v1.2.0 |
| 3186 | 2026-03-04T04:12:12.750Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3187 | 2026-03-04T04:12:12.871Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3188 | 2026-03-04T04:12:13.087Z | Compiling hickory-proto v0.24.4 |
| 3189 | 2026-03-04T04:12:13.176Z | Compiling newline-converter v0.3.0 |
| 3190 | 2026-03-04T04:12:13.420Z | Compiling console v0.15.11 |
| 3191 | 2026-03-04T04:12:14.748Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3192 | 2026-03-04T04:12:14.795Z | Compiling bitfield-struct v0.6.2 |
| 3193 | 2026-03-04T04:12:15.567Z | Compiling semver v0.1.20 |
| 3194 | 2026-03-04T04:12:16.276Z | Compiling linked-hash-map v0.5.6 |
| 3195 | 2026-03-04T04:12:16.279Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3196 | 2026-03-04T04:12:16.737Z | Compiling lru-cache v0.1.2 |
| 3197 | 2026-03-04T04:12:16.835Z | Compiling rustc_version v0.1.7 |
| 3198 | 2026-03-04T04:12:17.002Z | Compiling expectorate v1.2.0 |
| 3199 | 2026-03-04T04:12:17.321Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3200 | 2026-03-04T04:12:17.350Z | Compiling pin-project-internal v1.1.11 |
| 3201 | 2026-03-04T04:12:17.494Z | Compiling slog-dtrace v0.3.0 |
| 3202 | 2026-03-04T04:12:17.908Z | Compiling minimal-lexical v0.2.1 |
| 3203 | 2026-03-04T04:12:18.492Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3204 | 2026-03-04T04:12:18.669Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3205 | 2026-03-04T04:12:19.297Z | Compiling progenitor-macro v0.11.2 |
| 3206 | 2026-03-04T04:12:19.401Z | Compiling progenitor-macro v0.13.0 |
| 3207 | 2026-03-04T04:12:19.578Z | Compiling nom v7.1.3 |
| 3208 | 2026-03-04T04:12:20.121Z | Compiling pin-project v1.1.11 |
| 3209 | 2026-03-04T04:12:20.323Z | Compiling hickory-resolver v0.24.4 |
| 3210 | 2026-03-04T04:12:20.746Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3211 | 2026-03-04T04:12:21.184Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3212 | 2026-03-04T04:12:21.621Z | Compiling newtype_derive v0.1.6 |
| 3213 | 2026-03-04T04:12:22.028Z | Compiling tokio-dtrace v0.1.1 |
| 3214 | 2026-03-04T04:12:22.580Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3215 | 2026-03-04T04:12:23.036Z | Compiling phf_shared v0.12.1 |
| 3216 | 2026-03-04T04:12:23.448Z | Compiling snafu-derive v0.8.9 |
| 3217 | 2026-03-04T04:12:23.773Z | Compiling dropshot-api-manager-types v0.5.2 |
| 3218 | 2026-03-04T04:12:24.430Z | Compiling pem v3.0.6 |
| 3219 | 2026-03-04T04:12:25.155Z | Compiling csv-core v0.1.13 |
| 3220 | 2026-03-04T04:12:25.778Z | Compiling highway v1.3.0 |
| 3221 | 2026-03-04T04:12:25.874Z | Compiling same-file v1.0.6 |
| 3222 | 2026-03-04T04:12:26.232Z | Compiling chrono-tz v0.10.4 |
| 3223 | 2026-03-04T04:12:26.450Z | Compiling xshell-macros v0.2.7 |
| 3224 | 2026-03-04T04:12:26.613Z | Compiling const_format_proc_macros v0.2.34 |
| 3225 | 2026-03-04T04:12:26.717Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3226 | 2026-03-04T04:12:27.204Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3227 | 2026-03-04T04:12:27.295Z | Compiling xshell v0.2.7 |
| 3228 | 2026-03-04T04:12:28.331Z | Compiling snafu v0.8.9 |
| 3229 | 2026-03-04T04:12:28.440Z | Compiling walkdir v2.5.0 |
| 3230 | 2026-03-04T04:12:28.595Z | Compiling csv v1.4.0 |
| 3231 | 2026-03-04T04:12:29.090Z | Compiling phf v0.12.1 |
| 3232 | 2026-03-04T04:12:29.161Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3233 | 2026-03-04T04:12:29.422Z | Compiling qorb v0.4.1 |
| 3234 | 2026-03-04T04:12:29.866Z | Compiling oxide-tokio-rt v0.1.2 |
| 3235 | 2026-03-04T04:12:30.238Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3236 | 2026-03-04T04:12:31.016Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3237 | 2026-03-04T04:12:31.257Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3238 | 2026-03-04T04:12:32.188Z | Compiling progenitor v0.11.2 |
| 3239 | 2026-03-04T04:12:32.453Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3240 | 2026-03-04T04:12:32.510Z | Compiling progenitor v0.13.0 |
| 3241 | 2026-03-04T04:12:32.776Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3242 | 2026-03-04T04:12:33.311Z | Compiling globset v0.4.18 |
| 3243 | 2026-03-04T04:12:33.526Z | Compiling olpc-cjson v0.1.4 |
| 3244 | 2026-03-04T04:12:33.864Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3245 | 2026-03-04T04:12:34.004Z | Compiling primeorder v0.13.6 |
| 3246 | 2026-03-04T04:12:34.180Z | Compiling serde_plain v1.0.2 |
| 3247 | 2026-03-04T04:12:34.607Z | Compiling base64 v0.21.7 |
| 3248 | 2026-03-04T04:12:34.637Z | Compiling typed-path v0.9.3 |
| 3249 | 2026-03-04T04:12:34.663Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3250 | 2026-03-04T04:12:34.929Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3251 | 2026-03-04T04:12:35.323Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3252 | 2026-03-04T04:12:37.211Z | Compiling tough v0.20.0 |
| 3253 | 2026-03-04T04:12:37.822Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3254 | 2026-03-04T04:12:38.278Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3255 | 2026-03-04T04:12:39.411Z | Compiling const_format v0.2.35 |
| 3256 | 2026-03-04T04:12:39.745Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3257 | 2026-03-04T04:12:40.113Z | Compiling progenitor-impl v0.10.0 |
| 3258 | 2026-03-04T04:12:40.198Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3259 | 2026-03-04T04:12:41.395Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3260 | 2026-03-04T04:12:42.672Z | Compiling tabled_derive v0.7.0 |
| 3261 | 2026-03-04T04:12:42.720Z | Compiling bcs v0.1.6 |
| 3262 | 2026-03-04T04:12:43.177Z | Compiling salty v0.3.0 |
| 3263 | 2026-03-04T04:12:43.406Z | Compiling radium v0.7.0 |
| 3264 | 2026-03-04T04:12:43.682Z | Compiling termtree v0.5.1 |
| 3265 | 2026-03-04T04:12:43.988Z | Compiling textwrap v0.16.2 |
| 3266 | 2026-03-04T04:12:44.067Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3267 | 2026-03-04T04:12:44.356Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3268 | 2026-03-04T04:12:44.456Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3269 | 2026-03-04T04:12:44.851Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3270 | 2026-03-04T04:12:44.929Z | Compiling tabled v0.15.0 |
| 3271 | 2026-03-04T04:12:45.039Z | Compiling steno v0.4.1 |
| 3272 | 2026-03-04T04:12:46.838Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3273 | 2026-03-04T04:12:46.932Z | Compiling progenitor-macro v0.10.0 |
| 3274 | 2026-03-04T04:12:47.994Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3275 | 2026-03-04T04:12:48.260Z | Compiling humantime v2.3.0 |
| 3276 | 2026-03-04T04:12:48.851Z | Compiling tap v1.0.1 |
| 3277 | 2026-03-04T04:12:48.912Z | Compiling utf-8 v0.7.6 |
| 3278 | 2026-03-04T04:12:49.078Z | Compiling maybe-uninit v2.0.0 |
| 3279 | 2026-03-04T04:12:49.282Z | Compiling tungstenite v0.21.0 |
| 3280 | 2026-03-04T04:12:49.777Z | Compiling wyz v0.5.1 |
| 3281 | 2026-03-04T04:12:50.511Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3282 | 2026-03-04T04:12:51.310Z | Compiling p384 v0.13.1 |
| 3283 | 2026-03-04T04:12:51.556Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3284 | 2026-03-04T04:12:51.690Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3285 | 2026-03-04T04:12:51.766Z | Compiling arc-swap v1.8.2 |
| 3286 | 2026-03-04T04:12:52.437Z | Compiling funty v2.0.0 |
| 3287 | 2026-03-04T04:12:52.622Z | Compiling tagptr v0.2.0 |
| 3288 | 2026-03-04T04:12:52.715Z | Compiling packed_struct v0.10.1 |
| 3289 | 2026-03-04T04:12:52.957Z | Compiling moka v0.12.13 |
| 3290 | 2026-03-04T04:12:53.320Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3291 | 2026-03-04T04:12:53.440Z | Compiling slog-scope v4.4.1 |
| 3292 | 2026-03-04T04:12:53.982Z | Compiling bitvec v1.0.1 |
| 3293 | 2026-03-04T04:12:54.162Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3294 | 2026-03-04T04:12:54.745Z | Compiling tokio-tungstenite v0.21.0 |
| 3295 | 2026-03-04T04:12:55.568Z | Compiling polyval v0.6.2 |
| 3296 | 2026-03-04T04:12:56.095Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3297 | 2026-03-04T04:12:56.402Z | Compiling packed_struct_codegen v0.10.1 |
| 3298 | 2026-03-04T04:12:56.815Z | Compiling bitfield-macros v0.19.4 |
| 3299 | 2026-03-04T04:12:57.673Z | Compiling zerocopy-derive v0.6.6 |
| 3300 | 2026-03-04T04:12:58.456Z | Compiling indexmap v1.9.3 |
| 3301 | 2026-03-04T04:12:58.868Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3302 | 2026-03-04T04:12:58.976Z | Compiling crc-catalog v2.4.0 |
| 3303 | 2026-03-04T04:12:59.123Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3304 | 2026-03-04T04:12:59.181Z | Compiling nodrop v0.1.14 |
| 3305 | 2026-03-04T04:12:59.380Z | Compiling parking_lot_core v0.8.6 |
| 3306 | 2026-03-04T04:12:59.588Z | Compiling array-init v0.0.4 |
| 3307 | 2026-03-04T04:12:59.628Z | Compiling zerocopy v0.6.6 |
| 3308 | 2026-03-04T04:12:59.681Z | Compiling proc-macro-error2 v2.0.1 |
| 3309 | 2026-03-04T04:12:59.717Z | Compiling progenitor v0.10.0 |
| 3310 | 2026-03-04T04:12:59.872Z | Compiling crc v3.4.0 |
| 3311 | 2026-03-04T04:13:00.018Z | Compiling bitfield v0.19.4 |
| 3312 | 2026-03-04T04:13:00.362Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3313 | 2026-03-04T04:13:00.391Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3314 | 2026-03-04T04:13:00.417Z | Compiling ghash v0.5.1 |
| 3315 | 2026-03-04T04:13:00.647Z | Compiling smallvec v0.6.14 |
| 3316 | 2026-03-04T04:13:00.675Z | Compiling hickory-resolver v0.25.2 |
| 3317 | 2026-03-04T04:13:00.853Z | Compiling slog-stdlog v4.1.1 |
| 3318 | 2026-03-04T04:13:01.146Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3319 | 2026-03-04T04:13:01.304Z | Compiling nix v0.31.1 |
| 3320 | 2026-03-04T04:13:02.128Z | Compiling git-stub v1.0.0 |
| 3321 | 2026-03-04T04:13:02.225Z | Compiling ctr v0.9.2 |
| 3322 | 2026-03-04T04:13:02.271Z | Compiling num-derive v0.3.3 |
| 3323 | 2026-03-04T04:13:02.653Z | Compiling lzma-sys v0.1.20 |
| 3324 | 2026-03-04T04:13:02.682Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3325 | 2026-03-04T04:13:03.081Z | Compiling hashbrown v0.12.3 |
| 3326 | 2026-03-04T04:13:03.414Z | Compiling unicase v2.9.0 |
| 3327 | 2026-03-04T04:13:03.538Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3328 | 2026-03-04T04:13:03.797Z | Compiling aes-gcm v0.10.3 |
| 3329 | 2026-03-04T04:13:03.844Z | Compiling mime_guess v2.0.5 |
| 3330 | 2026-03-04T04:13:03.876Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3331 | 2026-03-04T04:13:04.203Z | Compiling git-stub-vcs v0.1.0 |
| 3332 | 2026-03-04T04:13:04.398Z | Compiling libscf-sys v1.1.0 |
| 3333 | 2026-03-04T04:13:04.725Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3334 | 2026-03-04T04:13:04.987Z | Compiling slog-envlogger v2.2.0 |
| 3335 | 2026-03-04T04:13:05.017Z | Compiling serde-hex v0.1.0 |
| 3336 | 2026-03-04T04:13:05.054Z | Compiling tabled_derive v0.11.0 |
| 3337 | 2026-03-04T04:13:05.256Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3338 | 2026-03-04T04:13:05.778Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3339 | 2026-03-04T04:13:06.686Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3340 | 2026-03-04T04:13:07.879Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3341 | 2026-03-04T04:13:07.908Z | Compiling ron v0.8.1 |
| 3342 | 2026-03-04T04:13:09.447Z | Compiling papergrid v0.17.0 |
| 3343 | 2026-03-04T04:13:09.495Z | Compiling cargo_toml v0.22.3 |
| 3344 | 2026-03-04T04:13:10.328Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3345 | 2026-03-04T04:13:11.081Z | Compiling hashbrown v0.13.2 |
| 3346 | 2026-03-04T04:13:11.540Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3347 | 2026-03-04T04:13:12.246Z | Compiling testing_table v0.3.0 |
| 3348 | 2026-03-04T04:13:12.581Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3349 | 2026-03-04T04:13:13.023Z | Compiling ssh-encoding v0.2.0 |
| 3350 | 2026-03-04T04:13:13.601Z | Compiling blowfish v0.9.1 |
| 3351 | 2026-03-04T04:13:13.739Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3352 | 2026-03-04T04:13:13.931Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3353 | 2026-03-04T04:13:14.112Z | Compiling nibble_vec v0.1.0 |
| 3354 | 2026-03-04T04:13:14.329Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3355 | 2026-03-04T04:13:14.407Z | Compiling crc-any v2.5.0 |
| 3356 | 2026-03-04T04:13:14.410Z | Compiling endian-type v0.1.2 |
| 3357 | 2026-03-04T04:13:14.710Z | Compiling corncobs v0.1.4 |
| 3358 | 2026-03-04T04:13:14.784Z | Compiling radix_trie v0.2.1 |
| 3359 | 2026-03-04T04:13:14.916Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3360 | 2026-03-04T04:13:15.050Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3361 | 2026-03-04T04:13:15.079Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3362 | 2026-03-04T04:13:15.233Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3363 | 2026-03-04T04:13:15.398Z | Compiling ssh-cipher v0.2.0 |
| 3364 | 2026-03-04T04:13:15.861Z | Compiling tabled v0.20.0 |
| 3365 | 2026-03-04T04:13:15.986Z | Compiling object v0.30.4 |
| 3366 | 2026-03-04T04:13:16.813Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3367 | 2026-03-04T04:13:16.853Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3368 | 2026-03-04T04:13:17.282Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3369 | 2026-03-04T04:13:18.808Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3370 | 2026-03-04T04:13:19.049Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3371 | 2026-03-04T04:13:19.209Z | Compiling parking_lot v0.11.2 |
| 3372 | 2026-03-04T04:13:19.525Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3373 | 2026-03-04T04:13:20.405Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3374 | 2026-03-04T04:13:21.228Z | Compiling prefix-trie v0.7.0 |
| 3375 | 2026-03-04T04:13:21.316Z | Compiling password-hash v0.4.2 |
| 3376 | 2026-03-04T04:13:21.370Z | Compiling fxhash v0.2.1 |
| 3377 | 2026-03-04T04:13:21.635Z | Compiling secrecy v0.8.0 |
| 3378 | 2026-03-04T04:13:21.945Z | Compiling half v1.8.3 |
| 3379 | 2026-03-04T04:13:21.973Z | Compiling http-range v0.1.5 |
| 3380 | 2026-03-04T04:13:22.037Z | Compiling path-slash v0.1.5 |
| 3381 | 2026-03-04T04:13:22.139Z | Compiling hickory-server v0.25.2 |
| 3382 | 2026-03-04T04:13:22.304Z | Compiling pbkdf2 v0.11.0 |
| 3383 | 2026-03-04T04:13:22.546Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3384 | 2026-03-04T04:13:22.719Z | Compiling serde_cbor v0.11.2 |
| 3385 | 2026-03-04T04:13:24.015Z | Compiling sled v0.34.7 |
| 3386 | 2026-03-04T04:13:24.172Z | Compiling xz2 v0.1.7 |
| 3387 | 2026-03-04T04:13:24.626Z | Compiling ron v0.12.0 |
| 3388 | 2026-03-04T04:13:24.673Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3389 | 2026-03-04T04:13:26.154Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3390 | 2026-03-04T04:13:26.182Z | Compiling ssh-key v0.6.7 |
| 3391 | 2026-03-04T04:13:26.356Z | Compiling hickory-client v0.25.2 |
| 3392 | 2026-03-04T04:13:27.474Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3393 | 2026-03-04T04:13:27.609Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3394 | 2026-03-04T04:13:28.098Z | Compiling p256 v0.13.2 |
| 3395 | 2026-03-04T04:13:28.725Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3396 | 2026-03-04T04:13:28.945Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3397 | 2026-03-04T04:13:29.384Z | Compiling p521 v0.13.3 |
| 3398 | 2026-03-04T04:13:30.253Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3399 | 2026-03-04T04:13:31.365Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3400 | 2026-03-04T04:13:31.452Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3401 | 2026-03-04T04:13:31.697Z | Compiling yasna v0.5.2 |
| 3402 | 2026-03-04T04:13:33.040Z | Compiling kstat-rs v0.2.4 |
| 3403 | 2026-03-04T04:13:33.088Z | Compiling headers-core v0.3.0 |
| 3404 | 2026-03-04T04:13:33.246Z | Compiling nanorand v0.7.0 |
| 3405 | 2026-03-04T04:13:33.307Z | Compiling russh-cryptovec v0.7.3 |
| 3406 | 2026-03-04T04:13:33.380Z | Compiling atty v0.2.14 |
| 3407 | 2026-03-04T04:13:33.597Z | Compiling home v0.5.12 |
| 3408 | 2026-03-04T04:13:33.626Z | Compiling crc8 v0.1.1 |
| 3409 | 2026-03-04T04:13:33.652Z | Compiling base16ct v1.0.0 |
| 3410 | 2026-03-04T04:13:33.689Z | Compiling md5 v0.7.0 |
| 3411 | 2026-03-04T04:13:33.820Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3412 | 2026-03-04T04:13:33.849Z | Compiling flume v0.11.1 |
| 3413 | 2026-03-04T04:13:33.878Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3414 | 2026-03-04T04:13:34.298Z | Compiling russh-keys v0.45.0 |
| 3415 | 2026-03-04T04:13:34.527Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3416 | 2026-03-04T04:13:34.700Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3417 | 2026-03-04T04:13:37.425Z | Compiling headers v0.4.1 |
| 3418 | 2026-03-04T04:13:37.909Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3419 | 2026-03-04T04:13:38.965Z | Compiling rcgen v0.12.1 |
| 3420 | 2026-03-04T04:13:40.449Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3421 | 2026-03-04T04:13:41.097Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3422 | 2026-03-04T04:13:42.748Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3423 | 2026-03-04T04:13:45.079Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3424 | 2026-03-04T04:13:46.239Z | Compiling hyper-staticfile v0.10.1 |
| 3425 | 2026-03-04T04:13:46.800Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3426 | 2026-03-04T04:13:47.272Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3427 | 2026-03-04T04:13:47.483Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3428 | 2026-03-04T04:13:47.774Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3429 | 2026-03-04T04:13:48.012Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3430 | 2026-03-04T04:13:49.434Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3431 | 2026-03-04T04:13:49.502Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3432 | 2026-03-04T04:13:49.562Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3433 | 2026-03-04T04:13:51.137Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3434 | 2026-03-04T04:13:51.197Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3435 | 2026-03-04T04:13:51.347Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3436 | 2026-03-04T04:13:51.685Z | Compiling num-bigint v0.4.6 |
| 3437 | 2026-03-04T04:13:51.982Z | Compiling des v0.8.1 |
| 3438 | 2026-03-04T04:13:52.387Z | Compiling subprocess v0.2.15 |
| 3439 | 2026-03-04T04:13:52.830Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3440 | 2026-03-04T04:13:53.189Z | Compiling hex-literal v0.4.1 |
| 3441 | 2026-03-04T04:13:53.416Z | Compiling display-error-chain v0.2.2 |
| 3442 | 2026-03-04T04:13:53.699Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3443 | 2026-03-04T04:13:53.728Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3444 | 2026-03-04T04:13:53.761Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3445 | 2026-03-04T04:13:54.158Z | Compiling colored v2.2.0 |
| 3446 | 2026-03-04T04:13:54.993Z | Compiling russh v0.45.0 |
| 3447 | 2026-03-04T04:13:56.757Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3448 | 2026-03-04T04:13:57.267Z | Compiling socket2 v0.5.10 |
| 3449 | 2026-03-04T04:13:58.312Z | Compiling internet-checksum v0.2.1 |
| 3450 | 2026-03-04T04:14:03.105Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3451 | 2026-03-04T04:14:42.273Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3452 | 2026-03-04T04:15:15.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 40s |
| 3453 | 2026-03-04T04:15:15.612Z | |
| 3454 | 2026-03-04T04:15:15.612Z | real 3:40.822029785 |
| 3455 | 2026-03-04T04:15:15.612Z | user 19:57.448013474 |
| 3456 | 2026-03-04T04:15:15.612Z | sys 2:39.830757251 |
| 3457 | 2026-03-04T04:15:15.612Z | trap 0.615486812 |
| 3458 | 2026-03-04T04:15:15.615Z | tflt 0.194727384 |
| 3459 | 2026-03-04T04:15:15.615Z | dflt 0.523422246 |
| 3460 | 2026-03-04T04:15:15.615Z | kflt 0.000052267 |
| 3461 | 2026-03-04T04:15:15.615Z | lock 54:34.583537246 |
| 3462 | 2026-03-04T04:15:15.615Z | slp 1:12:02.060038889 |
| 3463 | 2026-03-04T04:15:15.616Z | lat 1:05.404224232 |
| 3464 | 2026-03-04T04:15:15.616Z | stop 2:56.218263483 |
| 3465 | 2026-03-04T04:15:15.616Z | + mkdir tests |
| 3466 | 2026-03-04T04:15:15.619Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3467 | 2026-03-04T04:15:15.619Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3468 | 2026-03-04T04:15:15.658Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c89a86352b0aa66 tests/ |
| 3469 | 2026-03-04T04:15:15.692Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-746dfaee64f5db54 tests/ |
| 3470 | 2026-03-04T04:15:15.726Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9991f079b1063e60 tests/ |
| 3471 | 2026-03-04T04:15:15.760Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-45a8aed3b69b200f tests/ |
| 3472 | 2026-03-04T04:15:16.085Z | + 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/*) |
| 3473 | 2026-03-04T04:15:16.088Z | + 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-746dfaee64f5db54 tests/commtest-9991f079b1063e60 tests/dhcp_server-8c89a86352b0aa66 tests/end_to_end_tests-45a8aed3b69b200f 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 |
| 3474 | 2026-03-04T04:17:00.761Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3475 | 2026-03-04T04:17:00.761Z | a .github/buildomat/ci-env.sh 1K |
| 3476 | 2026-03-04T04:17:00.761Z | a out/target/test 1K |
| 3477 | 2026-03-04T04:17:00.761Z | a out/npuzone/npuzone 27402K |
| 3478 | 2026-03-04T04:17:00.761Z | a package-manifest.toml 35K |
| 3479 | 2026-03-04T04:17:00.761Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3480 | 2026-03-04T04:17:00.762Z | a target/release/omicron-package 41060K |
| 3481 | 2026-03-04T04:17:00.762Z | a target/release/xtask 11359K |
| 3482 | 2026-03-04T04:17:00.762Z | a target/debug/bootstrap 345681K |
| 3483 | 2026-03-04T04:17:00.762Z | a tests/bootstrap-746dfaee64f5db54 31480K |
| 3484 | 2026-03-04T04:17:00.762Z | a tests/commtest-9991f079b1063e60 31997K |
| 3485 | 2026-03-04T04:17:00.762Z | a tests/dhcp_server-8c89a86352b0aa66 31480K |
| 3486 | 2026-03-04T04:17:00.762Z | a tests/end_to_end_tests-45a8aed3b69b200f 387362K |
| 3487 | 2026-03-04T04:17:00.762Z | a out/clickhouse.tar.gz 302572K |
| 3488 | 2026-03-04T04:17:00.762Z | a out/clickhouse_keeper.tar.gz 287866K |
| 3489 | 2026-03-04T04:17:00.762Z | a out/clickhouse_server.tar.gz 302571K |
| 3490 | 2026-03-04T04:17:00.762Z | a out/cockroachdb.tar.gz 156112K |
| 3491 | 2026-03-04T04:17:00.763Z | a out/crucible-pantry-zone.tar.gz 38318K |
| 3492 | 2026-03-04T04:17:00.763Z | a out/crucible-utils.tar 17744K |
| 3493 | 2026-03-04T04:17:00.763Z | a out/crucible-zone.tar.gz 52456K |
| 3494 | 2026-03-04T04:17:00.763Z | a out/external-dns.tar.gz 41550K |
| 3495 | 2026-03-04T04:17:00.764Z | a out/internal-dns.tar.gz 41549K |
| 3496 | 2026-03-04T04:17:00.764Z | a out/mg-ddm-gz.tar 86339K |
| 3497 | 2026-03-04T04:17:00.764Z | a out/nexus.tar.gz 210199K |
| 3498 | 2026-03-04T04:17:00.764Z | a out/ntp.tar.gz 22565K |
| 3499 | 2026-03-04T04:17:00.764Z | a out/omicron-gateway-softnpu.tar.gz 28340K |
| 3500 | 2026-03-04T04:17:00.764Z | a out/omicron-sled-agent.tar 182890K |
| 3501 | 2026-03-04T04:17:00.764Z | a out/overlay.tar.gz 3K |
| 3502 | 2026-03-04T04:17:00.764Z | a out/oximeter.tar.gz 56769K |
| 3503 | 2026-03-04T04:17:00.764Z | a out/oxlog.tar 3895K |
| 3504 | 2026-03-04T04:17:00.764Z | a out/probe.tar.gz 3037K |
| 3505 | 2026-03-04T04:17:00.764Z | a out/propolis-server.tar.gz 74633K |
| 3506 | 2026-03-04T04:17:00.765Z | a out/pumpkind-gz.tar 26647K |
| 3507 | 2026-03-04T04:17:00.765Z | a out/switch-softnpu.tar.gz 370570K |
| 3508 | 2026-03-04T04:17:00.811Z | |
| 3509 | 2026-03-04T04:17:00.811Z | real 1:44.628608433 |
| 3510 | 2026-03-04T04:17:00.811Z | user 1:40.038887093 |
| 3511 | 2026-03-04T04:17:00.811Z | sys 6.490080840 |
| 3512 | 2026-03-04T04:17:00.811Z | trap 0.023551780 |
| 3513 | 2026-03-04T04:17:00.811Z | tflt 0.000000000 |
| 3514 | 2026-03-04T04:17:00.811Z | dflt 0.000000000 |
| 3515 | 2026-03-04T04:17:00.811Z | kflt 0.000000000 |
| 3516 | 2026-03-04T04:17:00.811Z | lock 0.000000000 |
| 3517 | 2026-03-04T04:17:00.812Z | slp 1:39.955288906 |
| 3518 | 2026-03-04T04:17:00.812Z | lat 2.744863717 |
| 3519 | 2026-03-04T04:17:00.812Z | stop 0.000207601 |
| 3520 | 2026-03-04T04:17:00.812Z | process exited: duration 2565724 ms, exit code 0 |
| |
| 3521 | 2026-03-04T04:17:00.909Z | found 1 output files |
| 3522 | 2026-03-04T04:17:00.909Z | uploading: /work/package.tar.gz (2322507657 bytes) |
| 3523 | 2026-03-04T04:17:51.140Z | uploaded: /work/package.tar.gz |