|
|
|
| 1 | 2026-03-23T20:41:44.559Z | job assigned to worker 01KME6TV4MM58WW0C8YTD7CWGX [factory aws, i-06b05db1b8ca981fc] (queued for 24 m 14 s) |
| |
| 2 | 2026-03-23T20:41:53.522Z | starting task 0: "setup" |
| 3 | 2026-03-23T20:41:53.539Z | ++ uname -s |
| 4 | 2026-03-23T20:41:53.539Z | + kern=SunOS |
| 5 | 2026-03-23T20:41:53.539Z | + build_user=build |
| 6 | 2026-03-23T20:41:53.539Z | + build_uid=12345 |
| 7 | 2026-03-23T20:41:53.539Z | + work_dir=/work |
| 8 | 2026-03-23T20:41:53.540Z | + input_dir=/input |
| 9 | 2026-03-23T20:41:53.540Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-23T20:41:53.540Z | + case "$kern" in |
| 11 | 2026-03-23T20:41:53.540Z | + groupadd -g 12345 build |
| 12 | 2026-03-23T20:41:53.540Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-23T20:41:55.515Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-23T20:41:55.630Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-23T20:41:55.639Z | + home_fs=zfs |
| 16 | 2026-03-23T20:41:55.639Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-23T20:41:55.640Z | + mkdir -p /home/build |
| 18 | 2026-03-23T20:41:55.640Z | + chown build:build /home/build /work |
| 19 | 2026-03-23T20:41:57.636Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-23T20:41:57.644Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-03-23T20:41:57.654Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-23T20:41:57.660Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-23T20:41:57.660Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-23T20:41:57.660Z | * rust toolchain profile = "default" |
| 25 | 2026-03-23T20:41:57.667Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-23T20:41:57.667Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-23T20:41:57.667Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-23T20:41:57.667Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-23T20:41:57.667Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-23T20:41:57.803Z | info: downloading installer |
| 31 | 2026-03-23T20:41:59.511Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-23T20:41:59.511Z | warn: /opt/ooce/bin |
| 33 | 2026-03-23T20:41:59.511Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-23T20:41:59.511Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-23T20:41:59.511Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-23T20:41:59.511Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-23T20:41:59.511Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-23T20:41:59.511Z | error: cannot install while Rust is installed |
| 39 | 2026-03-23T20:41:59.511Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-23T20:41:59.516Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-23T20:41:59.516Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-23T20:41:59.516Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-23T20:41:59.516Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-23T20:41:59.524Z | info: profile set to default |
| 45 | 2026-03-23T20:41:59.524Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-23T20:41:59.529Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 47 | 2026-03-23T20:41:59.672Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-23T20:41:59.680Z | info: downloading 6 components |
| 49 | 2026-03-23T20:42:14.518Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 50 | 2026-03-23T20:42:14.518Z | |
| 51 | 2026-03-23T20:42:14.557Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-23T20:42:14.557Z | |
| 53 | 2026-03-23T20:42:14.561Z | |
| 54 | 2026-03-23T20:42:14.561Z | Rust is installed now. Great! |
| 55 | 2026-03-23T20:42:14.561Z | |
| 56 | 2026-03-23T20:42:14.561Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-23T20:42:14.561Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-23T20:42:14.561Z | |
| 59 | 2026-03-23T20:42:14.561Z | To configure your current shell, you need to source |
| 60 | 2026-03-23T20:42:14.561Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-23T20:42:14.561Z | |
| 62 | 2026-03-23T20:42:14.561Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-23T20:42:14.561Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-23T20:42:14.561Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-23T20:42:14.561Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-23T20:42:14.561Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-23T20:42:14.561Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-23T20:42:14.561Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-23T20:42:14.562Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-23T20:42:14.562Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-23T20:42:14.661Z | + rustup --version |
| 72 | 2026-03-23T20:42:14.668Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-23T20:42:14.672Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-23T20:42:14.695Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-23T20:42:14.699Z | + cargo --version |
| 76 | 2026-03-23T20:42:14.709Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-23T20:42:14.713Z | + rustc --version |
| 78 | 2026-03-23T20:42:14.739Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-23T20:42:14.742Z | process exited: duration 17084 ms, exit code 0 |
| |
| 80 | 2026-03-23T20:42:14.750Z | starting task 2: "authentication" |
| 81 | 2026-03-23T20:42:14.780Z | process exited: duration 27 ms, exit code 0 |
| |
| 82 | 2026-03-23T20:42:14.787Z | starting task 3: "clone repository" |
| 83 | 2026-03-23T20:42:14.792Z | + mkdir -p /work/oxidecomputer/omicron |
| 84 | 2026-03-23T20:42:14.796Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 85 | 2026-03-23T20:42:14.832Z | Cloning into '/work/oxidecomputer/omicron'... |
| 86 | 2026-03-23T20:42:24.845Z | + cd /work/oxidecomputer/omicron |
| 87 | 2026-03-23T20:42:24.845Z | + git fetch origin a435519e329d3771c56bc9d5dd65e6f5ca5a5333 |
| 88 | 2026-03-23T20:42:25.162Z | From https://github.com/oxidecomputer/omicron |
| 89 | 2026-03-23T20:42:25.162Z | * branch a435519e329d3771c56bc9d5dd65e6f5ca5a5333 -> FETCH_HEAD |
| 90 | 2026-03-23T20:42:25.175Z | + [[ -n jmcarp/oximeter-field-union ]] |
| 91 | 2026-03-23T20:42:25.178Z | ++ git branch --show-current |
| 92 | 2026-03-23T20:42:25.181Z | + current=main |
| 93 | 2026-03-23T20:42:25.181Z | + [[ main != jmcarp/oximeter-field-union ]] |
| 94 | 2026-03-23T20:42:25.181Z | + git branch -f jmcarp/oximeter-field-union a435519e329d3771c56bc9d5dd65e6f5ca5a5333 |
| 95 | 2026-03-23T20:42:25.184Z | + git checkout -f jmcarp/oximeter-field-union |
| 96 | 2026-03-23T20:42:25.511Z | Switched to branch 'jmcarp/oximeter-field-union' |
| 97 | 2026-03-23T20:42:25.514Z | + git reset --hard a435519e329d3771c56bc9d5dd65e6f5ca5a5333 |
| 98 | 2026-03-23T20:42:25.534Z | HEAD is now at a435519e3 Further query perf updates for oximeter field lookups. |
| 99 | 2026-03-23T20:42:25.537Z | process exited: duration 10746 ms, exit code 0 |
| |
| 100 | 2026-03-23T20:42:25.544Z | starting task 4: "build" |
| 101 | 2026-03-23T20:42:25.549Z | + source .github/buildomat/ci-env.sh |
| 102 | 2026-03-23T20:42:25.553Z | ++ export CARGO_TERM_COLOR=always |
| 103 | 2026-03-23T20:42:25.553Z | ++ CARGO_TERM_COLOR=always |
| 104 | 2026-03-23T20:42:25.553Z | + cargo --version |
| 105 | 2026-03-23T20:42:25.561Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 106 | 2026-03-23T20:42:25.565Z | + rustc --version |
| 107 | 2026-03-23T20:42:25.591Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 108 | 2026-03-23T20:42:25.594Z | + WORK=/work |
| 109 | 2026-03-23T20:42:25.594Z | + pfexec mkdir -p /work |
| 110 | 2026-03-23T20:42:25.599Z | + pfexec chown build /work |
| 111 | 2026-03-23T20:42:25.603Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 112 | 2026-03-23T20:42:35.627Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2026-03-23T20:42:45.684Z | Startup: Caching catalogs ... Done |
| 114 | 2026-03-23T20:43:07.982Z | Planning: Solver setup ... Done (20.873s) |
| 115 | 2026-03-23T20:43:08.141Z | Planning: Running solver ... Done (0.159s) |
| 116 | 2026-03-23T20:43:08.321Z | Planning: Finding local manifests ... Done (0.003s) |
| 117 | 2026-03-23T20:43:08.335Z | Planning: Fetching manifests: 0/4 0% complete |
| 118 | 2026-03-23T20:43:08.468Z | Planning: Fetching manifests: 4/4 100% complete |
| 119 | 2026-03-23T20:43:08.520Z | Planning: Package planning ... Done (0.043s) |
| 120 | 2026-03-23T20:43:08.555Z | Planning: Merging actions ... Done (0.043s) |
| 121 | 2026-03-23T20:43:08.796Z | Planning: Checking for conflicting actions ... Done (0.240s) |
| 122 | 2026-03-23T20:43:08.806Z | Planning: Consolidating action changes ... Done (0.010s) |
| 123 | 2026-03-23T20:43:09.690Z | Planning: Evaluating mediators ... Done (0.884s) |
| 124 | 2026-03-23T20:43:09.699Z | Planning: Planning completed in 23.86 seconds |
| 125 | 2026-03-23T20:43:09.714Z | Packages to install: 4 |
| 126 | 2026-03-23T20:43:09.714Z | Mediators to change: 2 |
| 127 | 2026-03-23T20:43:09.714Z | Services to change: 1 |
| 128 | 2026-03-23T20:43:09.714Z | Estimated space available: 155.43 GB |
| 129 | 2026-03-23T20:43:09.717Z | Estimated space to be consumed: 1.83 GB |
| 130 | 2026-03-23T20:43:09.717Z | Create boot environment: No |
| 131 | 2026-03-23T20:43:09.717Z | Create backup boot environment: No |
| 132 | 2026-03-23T20:43:09.717Z | Rebuild boot archive: No |
| 133 | 2026-03-23T20:43:09.717Z | |
| 134 | 2026-03-23T20:43:09.717Z | Changed mediators: |
| 135 | 2026-03-23T20:43:09.717Z | mediator clang: |
| 136 | 2026-03-23T20:43:09.717Z | version: None -> 15 (system default) |
| 137 | 2026-03-23T20:43:09.717Z | |
| 138 | 2026-03-23T20:43:09.717Z | mediator llvm: |
| 139 | 2026-03-23T20:43:09.717Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2026-03-23T20:43:09.717Z | |
| 141 | 2026-03-23T20:43:09.717Z | Changed packages: |
| 142 | 2026-03-23T20:43:09.717Z | helios-dev |
| 143 | 2026-03-23T20:43:09.718Z | developer/build-essential |
| 144 | 2026-03-23T20:43:09.718Z | None -> 11-2.0 |
| 145 | 2026-03-23T20:43:09.718Z | library/libxmlsec1 |
| 146 | 2026-03-23T20:43:09.718Z | None -> 1.2.35-2.0 |
| 147 | 2026-03-23T20:43:09.718Z | ooce/developer/clang-15 |
| 148 | 2026-03-23T20:43:09.718Z | None -> 15.0.7-2.0 |
| 149 | 2026-03-23T20:43:09.718Z | ooce/developer/llvm-15 |
| 150 | 2026-03-23T20:43:09.718Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-23T20:43:09.718Z | |
| 152 | 2026-03-23T20:43:09.718Z | Services: |
| 153 | 2026-03-23T20:43:09.718Z | restart_fmri: |
| 154 | 2026-03-23T20:43:09.718Z | svc:/system/update-man-index:default |
| 155 | 2026-03-23T20:43:09.764Z | |
| 156 | 2026-03-23T20:43:09.764Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 157 | 2026-03-23T20:43:14.766Z | Download: 1797/3290 items 117.0/212.6MB 55% complete (23.4M/s) |
| 158 | 2026-03-23T20:43:19.304Z | Download: Completed 212.60 MB in 9.54 seconds (22.3M/s) |
| 159 | 2026-03-23T20:43:20.493Z | Actions: 1/3689 actions (Installing new actions) |
| 160 | 2026-03-23T20:43:24.657Z | Actions: Completed 3689 actions in 4.16 seconds. |
| 161 | 2026-03-23T20:43:25.370Z | Done (0.708s) |
| 162 | 2026-03-23T20:43:25.370Z | Done (0.000s) |
| 163 | 2026-03-23T20:43:26.260Z | Done (0.890s) |
| 164 | 2026-03-23T20:43:30.002Z | Done (3.384s) |
| 165 | 2026-03-23T20:43:30.087Z | Done (0.017s) |
| 166 | 2026-03-23T20:43:30.090Z | Done (0.000s) |
| 167 | 2026-03-23T20:43:30.282Z | Done (0.000s) |
| 168 | 2026-03-23T20:43:31.239Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-03-23T20:43:31.380Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-03-23T20:43:31.386Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-03-23T20:43:31.602Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-03-23T20:43:31.605Z | Planning: Planning completed in 0.36 seconds |
| 173 | 2026-03-23T20:43:31.632Z | Mediators to change: 2 |
| 174 | 2026-03-23T20:43:31.632Z | Create boot environment: No |
| 175 | 2026-03-23T20:43:31.632Z | Create backup boot environment: No |
| 176 | 2026-03-23T20:43:31.707Z | Done |
| 177 | 2026-03-23T20:43:31.707Z | Done |
| 178 | 2026-03-23T20:43:32.427Z | Done |
| 179 | 2026-03-23T20:43:35.746Z | Done |
| 180 | 2026-03-23T20:43:35.834Z | Done |
| 181 | 2026-03-23T20:43:35.837Z | Done |
| 182 | 2026-03-23T20:43:35.970Z | Done |
| 183 | 2026-03-23T20:43:36.507Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-03-23T20:43:36.510Z | Planning: Merging actions ... Done |
| 185 | 2026-03-23T20:43:36.675Z | Planning: Checking for conflicting actions ... Done |
| 186 | 2026-03-23T20:43:36.678Z | Planning: Consolidating action changes ... Done |
| 187 | 2026-03-23T20:43:36.901Z | Planning: Evaluating mediators ... Done |
| 188 | 2026-03-23T20:43:36.939Z | Planning: Planning completed in 0.64 seconds |
| 189 | 2026-03-23T20:43:36.969Z | Packages to change: 1 |
| 190 | 2026-03-23T20:43:36.969Z | Mediators to change: 1 |
| 191 | 2026-03-23T20:43:36.972Z | Services to change: 1 |
| 192 | 2026-03-23T20:43:36.972Z | Create boot environment: No |
| 193 | 2026-03-23T20:43:36.973Z | Create backup boot environment: Yes |
| 194 | 2026-03-23T20:43:39.296Z | Actions: 1/6 actions (Updating modified actions) |
| 195 | 2026-03-23T20:43:39.299Z | Actions: Completed 6 actions in 0.00 seconds. |
| 196 | 2026-03-23T20:43:39.299Z | Done |
| 197 | 2026-03-23T20:43:39.299Z | Done |
| 198 | 2026-03-23T20:43:39.489Z | Done |
| 199 | 2026-03-23T20:43:42.725Z | Done |
| 200 | 2026-03-23T20:43:42.809Z | Done |
| 201 | 2026-03-23T20:43:42.812Z | Done |
| 202 | 2026-03-23T20:43:42.953Z | Done |
| 203 | 2026-03-23T20:43:43.334Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 204 | 2026-03-23T20:43:43.334Z | clang system 15 system |
| 205 | 2026-03-23T20:43:43.334Z | csh system system illumos |
| 206 | 2026-03-23T20:43:43.334Z | ctags system system illumos |
| 207 | 2026-03-23T20:43:43.334Z | file system system illumos |
| 208 | 2026-03-23T20:43:43.334Z | gcc vendor 12 vendor |
| 209 | 2026-03-23T20:43:43.334Z | gcc system 10 system |
| 210 | 2026-03-23T20:43:43.334Z | gcc system 7 system |
| 211 | 2026-03-23T20:43:43.334Z | go system 1.20 system |
| 212 | 2026-03-23T20:43:43.334Z | go system 1.19 system |
| 213 | 2026-03-23T20:43:43.334Z | llvm system 15 system |
| 214 | 2026-03-23T20:43:43.334Z | llvm system 14 system |
| 215 | 2026-03-23T20:43:43.334Z | mariadb system 10.6 system |
| 216 | 2026-03-23T20:43:43.334Z | mta vendor vendor dma |
| 217 | 2026-03-23T20:43:43.334Z | openjdk system 17 system |
| 218 | 2026-03-23T20:43:43.334Z | openjdk system 11 system |
| 219 | 2026-03-23T20:43:43.335Z | openjdk system 1.8 system |
| 220 | 2026-03-23T20:43:43.335Z | openssl vendor 3 vendor |
| 221 | 2026-03-23T20:43:43.335Z | perl system 5.36 system |
| 222 | 2026-03-23T20:43:43.335Z | postgresql system 15 system |
| 223 | 2026-03-23T20:43:43.335Z | postgresql system 13 system |
| 224 | 2026-03-23T20:43:43.335Z | python vendor 3 vendor |
| 225 | 2026-03-23T20:43:43.335Z | python system 2 system |
| 226 | 2026-03-23T20:43:43.335Z | python3 system 3.11 system |
| 227 | 2026-03-23T20:43:43.335Z | ruby system 3.0 system |
| 228 | 2026-03-23T20:43:43.335Z | words vendor vendor american-english |
| 229 | 2026-03-23T20:43:43.335Z | words system system australian-english |
| 230 | 2026-03-23T20:43:43.335Z | words system system british-english |
| 231 | 2026-03-23T20:43:43.335Z | words system system canadian-english |
| 232 | 2026-03-23T20:43:43.335Z | words system system french |
| 233 | 2026-03-23T20:43:43.335Z | words system system italian |
| 234 | 2026-03-23T20:43:43.335Z | words system system ngerman |
| 235 | 2026-03-23T20:43:43.335Z | words system system ogerman |
| 236 | 2026-03-23T20:43:43.335Z | words system system spanish |
| 237 | 2026-03-23T20:43:43.630Z | PUBLISHER TYPE STATUS P LOCATION |
| 238 | 2026-03-23T20:43:43.630Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 239 | 2026-03-23T20:43:49.596Z | FMRI IFO |
| 240 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 241 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 242 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 243 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 244 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 245 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 246 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 247 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 248 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 249 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 250 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 251 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 252 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 253 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 254 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 255 | 2026-03-23T20:43:49.596Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 256 | 2026-03-23T20:43:50.840Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 257 | 2026-03-23T20:43:51.143Z | Updating crates.io index |
| 258 | 2026-03-23T20:43:51.180Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 259 | 2026-03-23T20:43:51.935Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 260 | 2026-03-23T20:43:52.419Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 261 | 2026-03-23T20:43:52.955Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 262 | 2026-03-23T20:43:53.793Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 263 | 2026-03-23T20:43:54.296Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 264 | 2026-03-23T20:43:55.803Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 265 | 2026-03-23T20:43:57.446Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 266 | 2026-03-23T20:43:58.492Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 267 | 2026-03-23T20:43:58.787Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 268 | 2026-03-23T20:43:59.672Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 269 | 2026-03-23T20:44:00.087Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 270 | 2026-03-23T20:44:00.453Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 271 | 2026-03-23T20:44:00.851Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 272 | 2026-03-23T20:44:01.817Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 273 | 2026-03-23T20:44:02.536Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-03-23T20:44:02.825Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 275 | 2026-03-23T20:44:03.248Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 276 | 2026-03-23T20:44:03.697Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 277 | 2026-03-23T20:44:03.953Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 278 | 2026-03-23T20:44:04.175Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 279 | 2026-03-23T20:44:04.445Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 280 | 2026-03-23T20:44:04.870Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 281 | 2026-03-23T20:44:05.344Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 282 | 2026-03-23T20:44:05.868Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 283 | 2026-03-23T20:44:06.152Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 284 | 2026-03-23T20:44:06.449Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 285 | 2026-03-23T20:44:07.594Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2026-03-23T20:44:08.171Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 287 | 2026-03-23T20:44:08.605Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 288 | 2026-03-23T20:44:09.211Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 289 | 2026-03-23T20:44:12.853Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 290 | 2026-03-23T20:44:13.226Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 291 | 2026-03-23T20:44:13.579Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 292 | 2026-03-23T20:44:14.162Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 293 | 2026-03-23T20:44:14.424Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 294 | 2026-03-23T20:44:14.690Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 295 | 2026-03-23T20:44:14.976Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 296 | 2026-03-23T20:44:15.399Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 297 | 2026-03-23T20:44:29.461Z | Downloading crates ... |
| 298 | 2026-03-23T20:44:29.516Z | Downloaded anstyle-parse v0.2.7 |
| 299 | 2026-03-23T20:44:29.519Z | Downloaded autocfg v1.5.0 |
| 300 | 2026-03-23T20:44:29.527Z | Downloaded toml_write v0.1.2 |
| 301 | 2026-03-23T20:44:29.530Z | Downloaded getrandom v0.4.1 |
| 302 | 2026-03-23T20:44:29.534Z | Downloaded unicode-linebreak v0.1.5 |
| 303 | 2026-03-23T20:44:29.537Z | Downloaded toml_datetime v0.6.11 |
| 304 | 2026-03-23T20:44:29.540Z | Downloaded thread-id v4.2.2 |
| 305 | 2026-03-23T20:44:29.540Z | Downloaded heck v0.5.0 |
| 306 | 2026-03-23T20:44:29.543Z | Downloaded syn v1.0.109 |
| 307 | 2026-03-23T20:44:29.549Z | Downloaded usdt v0.5.0 |
| 308 | 2026-03-23T20:44:29.553Z | Downloaded zerofrom-derive v0.1.6 |
| 309 | 2026-03-23T20:44:29.553Z | Downloaded usdt-macro v0.5.0 |
| 310 | 2026-03-23T20:44:29.553Z | Downloaded thiserror v1.0.69 |
| 311 | 2026-03-23T20:44:29.556Z | Downloaded bitflags v2.11.0 |
| 312 | 2026-03-23T20:44:29.559Z | Downloaded anstyle-query v1.1.5 |
| 313 | 2026-03-23T20:44:29.564Z | Downloaded errno v0.3.14 |
| 314 | 2026-03-23T20:44:29.564Z | Downloaded tempfile v3.25.0 |
| 315 | 2026-03-23T20:44:29.564Z | Downloaded yoke-derive v0.8.1 |
| 316 | 2026-03-23T20:44:29.567Z | Downloaded usdt-attr-macro v0.5.0 |
| 317 | 2026-03-23T20:44:29.567Z | Downloaded equivalent v1.0.2 |
| 318 | 2026-03-23T20:44:29.567Z | Downloaded utf8_iter v1.0.4 |
| 319 | 2026-03-23T20:44:29.567Z | Downloaded usdt-impl v0.5.0 |
| 320 | 2026-03-23T20:44:29.567Z | Downloaded erased-serde v0.4.9 |
| 321 | 2026-03-23T20:44:29.570Z | Downloaded crypto-common v0.1.7 |
| 322 | 2026-03-23T20:44:29.570Z | Downloaded displaydoc v0.2.5 |
| 323 | 2026-03-23T20:44:29.573Z | Downloaded form_urlencoded v1.2.2 |
| 324 | 2026-03-23T20:44:29.573Z | Downloaded version_check v0.9.5 |
| 325 | 2026-03-23T20:44:29.573Z | Downloaded bytecount v0.6.9 |
| 326 | 2026-03-23T20:44:29.576Z | Downloaded anyhow v1.0.102 |
| 327 | 2026-03-23T20:44:29.579Z | Downloaded thiserror-impl v2.0.18 |
| 328 | 2026-03-23T20:44:29.579Z | Downloaded smawk v0.3.2 |
| 329 | 2026-03-23T20:44:29.579Z | Downloaded writeable v0.6.2 |
| 330 | 2026-03-23T20:44:29.583Z | Downloaded is_terminal_polyfill v1.70.2 |
| 331 | 2026-03-23T20:44:29.583Z | Downloaded zerofrom v0.1.6 |
| 332 | 2026-03-23T20:44:29.583Z | Downloaded zerocopy-derive v0.7.35 |
| 333 | 2026-03-23T20:44:29.586Z | Downloaded zmij v1.0.21 |
| 334 | 2026-03-23T20:44:29.589Z | Downloaded utf8parse v0.2.2 |
| 335 | 2026-03-23T20:44:29.589Z | Downloaded url v2.5.8 |
| 336 | 2026-03-23T20:44:29.592Z | Downloaded plain v0.2.3 |
| 337 | 2026-03-23T20:44:29.592Z | Downloaded potential_utf v0.1.4 |
| 338 | 2026-03-23T20:44:29.592Z | Downloaded zerovec-derive v0.11.2 |
| 339 | 2026-03-23T20:44:29.595Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-03-23T20:44:29.595Z | Downloaded thiserror-impl v1.0.69 |
| 341 | 2026-03-23T20:44:29.595Z | Downloaded cpufeatures v0.2.17 |
| 342 | 2026-03-23T20:44:29.598Z | Downloaded thiserror v2.0.18 |
| 343 | 2026-03-23T20:44:29.601Z | Downloaded yoke v0.8.1 |
| 344 | 2026-03-23T20:44:29.606Z | Downloaded scroll_derive v0.12.1 |
| 345 | 2026-03-23T20:44:29.607Z | Downloaded tabled_derive v0.7.0 |
| 346 | 2026-03-23T20:44:29.607Z | Downloaded percent-encoding v2.3.2 |
| 347 | 2026-03-23T20:44:29.607Z | Downloaded toml v0.8.23 |
| 348 | 2026-03-23T20:44:29.610Z | Downloaded generic-array v0.14.7 |
| 349 | 2026-03-23T20:44:29.610Z | Downloaded proc-macro-error-attr v1.0.4 |
| 350 | 2026-03-23T20:44:29.610Z | Downloaded clap_lex v1.0.0 |
| 351 | 2026-03-23T20:44:29.610Z | Downloaded stable_deref_trait v1.2.1 |
| 352 | 2026-03-23T20:44:29.610Z | Downloaded terminal_size v0.4.3 |
| 353 | 2026-03-23T20:44:29.610Z | Downloaded cfg-if v1.0.4 |
| 354 | 2026-03-23T20:44:29.619Z | Downloaded tinystr v0.8.2 |
| 355 | 2026-03-23T20:44:29.619Z | Downloaded scroll v0.12.0 |
| 356 | 2026-03-23T20:44:29.619Z | Downloaded anstyle v1.0.13 |
| 357 | 2026-03-23T20:44:29.622Z | Downloaded typenum v1.19.0 |
| 358 | 2026-03-23T20:44:29.622Z | Downloaded textwrap v0.16.2 |
| 359 | 2026-03-23T20:44:29.623Z | Downloaded zerotrie v0.2.3 |
| 360 | 2026-03-23T20:44:29.623Z | Downloaded toml_edit v0.22.27 |
| 361 | 2026-03-23T20:44:29.629Z | Downloaded unicode-ident v1.0.24 |
| 362 | 2026-03-23T20:44:29.633Z | Downloaded fnv v1.0.7 |
| 363 | 2026-03-23T20:44:29.633Z | Downloaded colorchoice v1.0.4 |
| 364 | 2026-03-23T20:44:29.633Z | Downloaded dtrace-parser v0.2.0 |
| 365 | 2026-03-23T20:44:29.633Z | Downloaded unicode-xid v0.2.6 |
| 366 | 2026-03-23T20:44:29.633Z | Downloaded typeid v1.0.3 |
| 367 | 2026-03-23T20:44:29.633Z | Downloaded heck v0.4.1 |
| 368 | 2026-03-23T20:44:29.633Z | Downloaded fastrand v2.3.0 |
| 369 | 2026-03-23T20:44:29.634Z | Downloaded cargo_metadata v0.21.0 |
| 370 | 2026-03-23T20:44:29.637Z | Downloaded synstructure v0.13.2 |
| 371 | 2026-03-23T20:44:29.637Z | Downloaded zerovec v0.11.5 |
| 372 | 2026-03-23T20:44:29.640Z | Downloaded quote v1.0.44 |
| 373 | 2026-03-23T20:44:29.643Z | Downloaded swrite v0.1.0 |
| 374 | 2026-03-23T20:44:29.643Z | Downloaded serde-value v0.7.0 |
| 375 | 2026-03-23T20:44:29.643Z | Downloaded serde_spanned v0.6.9 |
| 376 | 2026-03-23T20:44:29.647Z | Downloaded proc-macro-error v1.0.4 |
| 377 | 2026-03-23T20:44:29.647Z | Downloaded cargo-platform v0.2.0 |
| 378 | 2026-03-23T20:44:29.647Z | Downloaded camino v1.2.2 |
| 379 | 2026-03-23T20:44:29.650Z | Downloaded zerocopy v0.7.35 |
| 380 | 2026-03-23T20:44:29.660Z | Downloaded serde_tokenstream v0.2.3 |
| 381 | 2026-03-23T20:44:29.663Z | Downloaded winnow v0.7.14 |
| 382 | 2026-03-23T20:44:29.667Z | Downloaded strsim v0.11.1 |
| 383 | 2026-03-23T20:44:29.672Z | Downloaded unicode-width v0.2.0 |
| 384 | 2026-03-23T20:44:29.676Z | Downloaded ordered-float v2.10.1 |
| 385 | 2026-03-23T20:44:29.676Z | Downloaded macaddr v1.0.1 |
| 386 | 2026-03-23T20:44:29.676Z | Downloaded unicode-width v0.1.14 |
| 387 | 2026-03-23T20:44:29.680Z | Downloaded serde-untagged v0.1.9 |
| 388 | 2026-03-23T20:44:29.680Z | Downloaded digest v0.10.7 |
| 389 | 2026-03-23T20:44:29.685Z | Downloaded semver v1.0.27 |
| 390 | 2026-03-23T20:44:29.685Z | Downloaded itoa v1.0.17 |
| 391 | 2026-03-23T20:44:29.685Z | Downloaded camino-tempfile v1.4.1 |
| 392 | 2026-03-23T20:44:29.685Z | Downloaded pretty-hex v0.4.1 |
| 393 | 2026-03-23T20:44:29.688Z | Downloaded idna_adapter v1.2.1 |
| 394 | 2026-03-23T20:44:29.688Z | Downloaded fs-err v3.3.0 |
| 395 | 2026-03-23T20:44:29.688Z | Downloaded anstream v0.6.21 |
| 396 | 2026-03-23T20:44:29.692Z | Downloaded dof v0.3.0 |
| 397 | 2026-03-23T20:44:29.692Z | Downloaded block-buffer v0.10.4 |
| 398 | 2026-03-23T20:44:29.692Z | Downloaded memmap v0.7.0 |
| 399 | 2026-03-23T20:44:29.696Z | Downloaded cargo_toml v0.21.0 |
| 400 | 2026-03-23T20:44:29.700Z | Downloaded pest_derive v2.8.6 |
| 401 | 2026-03-23T20:44:29.703Z | Downloaded once_cell v1.21.3 |
| 402 | 2026-03-23T20:44:29.703Z | Downloaded icu_provider v2.1.1 |
| 403 | 2026-03-23T20:44:29.706Z | Downloaded proc-macro2 v1.0.106 |
| 404 | 2026-03-23T20:44:29.709Z | Downloaded sha2 v0.10.9 |
| 405 | 2026-03-23T20:44:29.715Z | Downloaded serde_core v1.0.228 |
| 406 | 2026-03-23T20:44:29.719Z | Downloaded litemap v0.8.1 |
| 407 | 2026-03-23T20:44:29.724Z | Downloaded pest_generator v2.8.6 |
| 408 | 2026-03-23T20:44:29.727Z | Downloaded smallvec v1.15.1 |
| 409 | 2026-03-23T20:44:29.727Z | Downloaded clap_derive v4.5.55 |
| 410 | 2026-03-23T20:44:29.730Z | Downloaded cargo-util-schemas v0.8.2 |
| 411 | 2026-03-23T20:44:29.743Z | Downloaded num-traits v0.2.19 |
| 412 | 2026-03-23T20:44:29.746Z | Downloaded icu_properties v2.1.2 |
| 413 | 2026-03-23T20:44:29.749Z | Downloaded icu_normalizer v2.1.1 |
| 414 | 2026-03-23T20:44:29.749Z | Downloaded byteorder v1.5.0 |
| 415 | 2026-03-23T20:44:29.753Z | Downloaded papergrid v0.11.0 |
| 416 | 2026-03-23T20:44:29.756Z | Downloaded log v0.4.29 |
| 417 | 2026-03-23T20:44:29.759Z | Downloaded serde_derive v1.0.228 |
| 418 | 2026-03-23T20:44:29.762Z | Downloaded clap v4.5.60 |
| 419 | 2026-03-23T20:44:29.768Z | Downloaded serde v1.0.228 |
| 420 | 2026-03-23T20:44:29.771Z | Downloaded pest_meta v2.8.6 |
| 421 | 2026-03-23T20:44:29.771Z | Downloaded icu_normalizer_data v2.1.1 |
| 422 | 2026-03-23T20:44:29.774Z | Downloaded icu_collections v2.1.1 |
| 423 | 2026-03-23T20:44:29.779Z | Downloaded memchr v2.8.0 |
| 424 | 2026-03-23T20:44:29.782Z | Downloaded indexmap v2.13.0 |
| 425 | 2026-03-23T20:44:29.787Z | Downloaded hashbrown v0.16.1 |
| 426 | 2026-03-23T20:44:29.790Z | Downloaded icu_locale_core v2.1.1 |
| 427 | 2026-03-23T20:44:29.803Z | Downloaded pest v2.8.6 |
| 428 | 2026-03-23T20:44:29.807Z | Downloaded idna v1.1.0 |
| 429 | 2026-03-23T20:44:29.814Z | Downloaded goblin v0.8.2 |
| 430 | 2026-03-23T20:44:29.817Z | Downloaded icu_properties_data v2.1.2 |
| 431 | 2026-03-23T20:44:29.824Z | Downloaded clap_builder v4.5.60 |
| 432 | 2026-03-23T20:44:29.829Z | Downloaded serde_json v1.0.149 |
| 433 | 2026-03-23T20:44:29.845Z | Downloaded tabled v0.15.0 |
| 434 | 2026-03-23T20:44:29.855Z | Downloaded syn v2.0.117 |
| 435 | 2026-03-23T20:44:29.871Z | Downloaded rustix v1.1.3 |
| 436 | 2026-03-23T20:44:29.898Z | Downloaded libc v0.2.180 |
| 437 | 2026-03-23T20:44:29.983Z | Compiling proc-macro2 v1.0.106 |
| 438 | 2026-03-23T20:44:29.983Z | Compiling quote v1.0.44 |
| 439 | 2026-03-23T20:44:29.986Z | Compiling unicode-ident v1.0.24 |
| 440 | 2026-03-23T20:44:29.986Z | Compiling serde_core v1.0.228 |
| 441 | 2026-03-23T20:44:29.986Z | Compiling libc v0.2.180 |
| 442 | 2026-03-23T20:44:29.986Z | Compiling version_check v0.9.5 |
| 443 | 2026-03-23T20:44:29.987Z | Compiling stable_deref_trait v1.2.1 |
| 444 | 2026-03-23T20:44:29.987Z | Compiling memchr v2.8.0 |
| 445 | 2026-03-23T20:44:29.987Z | Compiling serde v1.0.228 |
| 446 | 2026-03-23T20:44:29.987Z | Compiling zmij v1.0.21 |
| 447 | 2026-03-23T20:44:30.199Z | Compiling thiserror v1.0.69 |
| 448 | 2026-03-23T20:44:30.202Z | Compiling autocfg v1.5.0 |
| 449 | 2026-03-23T20:44:30.202Z | Compiling ucd-trie v0.1.7 |
| 450 | 2026-03-23T20:44:30.202Z | Compiling itoa v1.0.17 |
| 451 | 2026-03-23T20:44:30.202Z | Compiling writeable v0.6.2 |
| 452 | 2026-03-23T20:44:30.450Z | Compiling litemap v0.8.1 |
| 453 | 2026-03-23T20:44:30.601Z | Compiling rustix v1.1.3 |
| 454 | 2026-03-23T20:44:30.719Z | Compiling icu_normalizer_data v2.1.1 |
| 455 | 2026-03-23T20:44:30.719Z | Compiling byteorder v1.5.0 |
| 456 | 2026-03-23T20:44:30.815Z | Compiling icu_properties_data v2.1.2 |
| 457 | 2026-03-23T20:44:30.943Z | Compiling pest v2.8.6 |
| 458 | 2026-03-23T20:44:30.974Z | Compiling bitflags v2.11.0 |
| 459 | 2026-03-23T20:44:31.058Z | Compiling serde_json v1.0.149 |
| 460 | 2026-03-23T20:44:31.118Z | Compiling num-traits v0.2.19 |
| 461 | 2026-03-23T20:44:31.122Z | Compiling typeid v1.0.3 |
| 462 | 2026-03-23T20:44:31.122Z | Compiling hashbrown v0.16.1 |
| 463 | 2026-03-23T20:44:31.433Z | Compiling smallvec v1.15.1 |
| 464 | 2026-03-23T20:44:31.460Z | Compiling equivalent v1.0.2 |
| 465 | 2026-03-23T20:44:31.591Z | Compiling usdt-impl v0.5.0 |
| 466 | 2026-03-23T20:44:31.595Z | Compiling proc-macro-error-attr v1.0.4 |
| 467 | 2026-03-23T20:44:31.649Z | Compiling errno v0.3.14 |
| 468 | 2026-03-23T20:44:31.653Z | Compiling thread-id v4.2.2 |
| 469 | 2026-03-23T20:44:31.653Z | Compiling syn v1.0.109 |
| 470 | 2026-03-23T20:44:31.794Z | Compiling winnow v0.7.14 |
| 471 | 2026-03-23T20:44:31.797Z | Compiling erased-serde v0.4.9 |
| 472 | 2026-03-23T20:44:31.879Z | Compiling toml_write v0.1.2 |
| 473 | 2026-03-23T20:44:32.011Z | Compiling indexmap v2.13.0 |
| 474 | 2026-03-23T20:44:32.014Z | Compiling proc-macro-error v1.0.4 |
| 475 | 2026-03-23T20:44:32.128Z | Compiling syn v2.0.117 |
| 476 | 2026-03-23T20:44:32.128Z | Compiling thiserror v2.0.18 |
| 477 | 2026-03-23T20:44:32.187Z | Compiling plain v0.2.3 |
| 478 | 2026-03-23T20:44:32.190Z | Compiling utf8parse v0.2.2 |
| 479 | 2026-03-23T20:44:32.270Z | Compiling percent-encoding v2.3.2 |
| 480 | 2026-03-23T20:44:32.271Z | Compiling getrandom v0.4.1 |
| 481 | 2026-03-23T20:44:32.350Z | Compiling utf8_iter v1.0.4 |
| 482 | 2026-03-23T20:44:32.356Z | Compiling log v0.4.29 |
| 483 | 2026-03-23T20:44:32.356Z | Compiling camino v1.2.2 |
| 484 | 2026-03-23T20:44:32.436Z | Compiling pest_meta v2.8.6 |
| 485 | 2026-03-23T20:44:32.441Z | Compiling anstyle-parse v0.2.7 |
| 486 | 2026-03-23T20:44:32.537Z | Compiling form_urlencoded v1.2.2 |
| 487 | 2026-03-23T20:44:32.743Z | Compiling anstyle v1.0.13 |
| 488 | 2026-03-23T20:44:32.801Z | Compiling is_terminal_polyfill v1.70.2 |
| 489 | 2026-03-23T20:44:32.929Z | Compiling ordered-float v2.10.1 |
| 490 | 2026-03-23T20:44:32.932Z | Compiling colorchoice v1.0.4 |
| 491 | 2026-03-23T20:44:32.933Z | Compiling pretty-hex v0.4.1 |
| 492 | 2026-03-23T20:44:33.012Z | Compiling anstyle-query v1.1.5 |
| 493 | 2026-03-23T20:44:33.016Z | Compiling cfg-if v1.0.4 |
| 494 | 2026-03-23T20:44:33.134Z | Compiling fs-err v3.3.0 |
| 495 | 2026-03-23T20:44:33.137Z | Compiling clap_lex v1.0.0 |
| 496 | 2026-03-23T20:44:33.221Z | Compiling terminal_size v0.4.3 |
| 497 | 2026-03-23T20:44:33.282Z | Compiling anstream v0.6.21 |
| 498 | 2026-03-23T20:44:33.285Z | Compiling bytecount v0.6.9 |
| 499 | 2026-03-23T20:44:33.343Z | Compiling once_cell v1.21.3 |
| 500 | 2026-03-23T20:44:33.399Z | Compiling heck v0.4.1 |
| 501 | 2026-03-23T20:44:33.435Z | Compiling strsim v0.11.1 |
| 502 | 2026-03-23T20:44:33.465Z | Compiling unicode-width v0.1.14 |
| 503 | 2026-03-23T20:44:33.469Z | Compiling anyhow v1.0.102 |
| 504 | 2026-03-23T20:44:33.522Z | Compiling unicode-xid v0.2.6 |
| 505 | 2026-03-23T20:44:33.553Z | Compiling fnv v1.0.7 |
| 506 | 2026-03-23T20:44:33.580Z | Compiling heck v0.5.0 |
| 507 | 2026-03-23T20:44:33.648Z | Compiling fastrand v2.3.0 |
| 508 | 2026-03-23T20:44:33.733Z | Compiling clap_builder v4.5.60 |
| 509 | 2026-03-23T20:44:33.737Z | Compiling memmap v0.7.0 |
| 510 | 2026-03-23T20:44:33.737Z | Compiling smawk v0.3.2 |
| 511 | 2026-03-23T20:44:33.951Z | Compiling semver v1.0.27 |
| 512 | 2026-03-23T20:44:33.967Z | Compiling tempfile v3.25.0 |
| 513 | 2026-03-23T20:44:34.017Z | Compiling papergrid v0.11.0 |
| 514 | 2026-03-23T20:44:34.021Z | Compiling unicode-width v0.2.0 |
| 515 | 2026-03-23T20:44:34.021Z | Compiling unicode-linebreak v0.1.5 |
| 516 | 2026-03-23T20:44:34.423Z | Compiling textwrap v0.16.2 |
| 517 | 2026-03-23T20:44:34.484Z | Compiling serde-untagged v0.1.9 |
| 518 | 2026-03-23T20:44:34.487Z | Compiling camino-tempfile v1.4.1 |
| 519 | 2026-03-23T20:44:34.544Z | Compiling swrite v0.1.0 |
| 520 | 2026-03-23T20:44:34.547Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 521 | 2026-03-23T20:44:35.044Z | Compiling tabled_derive v0.7.0 |
| 522 | 2026-03-23T20:44:35.839Z | Compiling synstructure v0.13.2 |
| 523 | 2026-03-23T20:44:35.839Z | Compiling pest_generator v2.8.6 |
| 524 | 2026-03-23T20:44:35.904Z | Compiling tabled v0.15.0 |
| 525 | 2026-03-23T20:44:36.549Z | Compiling serde_derive v1.0.228 |
| 526 | 2026-03-23T20:44:36.549Z | Compiling zerofrom-derive v0.1.6 |
| 527 | 2026-03-23T20:44:36.552Z | Compiling yoke-derive v0.8.1 |
| 528 | 2026-03-23T20:44:36.552Z | Compiling zerovec-derive v0.11.2 |
| 529 | 2026-03-23T20:44:36.552Z | Compiling displaydoc v0.2.5 |
| 530 | 2026-03-23T20:44:36.552Z | Compiling thiserror-impl v1.0.69 |
| 531 | 2026-03-23T20:44:36.552Z | Compiling zerocopy-derive v0.7.35 |
| 532 | 2026-03-23T20:44:36.552Z | Compiling scroll_derive v0.12.1 |
| 533 | 2026-03-23T20:44:36.552Z | Compiling thiserror-impl v2.0.18 |
| 534 | 2026-03-23T20:44:36.552Z | Compiling clap_derive v4.5.55 |
| 535 | 2026-03-23T20:44:36.677Z | Compiling pest_derive v2.8.6 |
| 536 | 2026-03-23T20:44:37.505Z | Compiling zerocopy v0.7.35 |
| 537 | 2026-03-23T20:44:37.643Z | Compiling scroll v0.12.0 |
| 538 | 2026-03-23T20:44:37.952Z | Compiling goblin v0.8.2 |
| 539 | 2026-03-23T20:44:38.079Z | Compiling zerofrom v0.1.6 |
| 540 | 2026-03-23T20:44:38.146Z | Compiling dtrace-parser v0.2.0 |
| 541 | 2026-03-23T20:44:38.219Z | Compiling yoke v0.8.1 |
| 542 | 2026-03-23T20:44:38.422Z | Compiling zerovec v0.11.5 |
| 543 | 2026-03-23T20:44:38.422Z | Compiling zerotrie v0.2.3 |
| 544 | 2026-03-23T20:44:38.476Z | Compiling clap v4.5.60 |
| 545 | 2026-03-23T20:44:39.032Z | Compiling tinystr v0.8.2 |
| 546 | 2026-03-23T20:44:39.033Z | Compiling potential_utf v0.1.4 |
| 547 | 2026-03-23T20:44:39.203Z | Compiling icu_collections v2.1.1 |
| 548 | 2026-03-23T20:44:39.233Z | Compiling icu_locale_core v2.1.1 |
| 549 | 2026-03-23T20:44:39.893Z | Compiling dof v0.3.0 |
| 550 | 2026-03-23T20:44:39.893Z | Compiling serde_tokenstream v0.2.3 |
| 551 | 2026-03-23T20:44:39.917Z | Compiling toml_datetime v0.6.11 |
| 552 | 2026-03-23T20:44:39.920Z | Compiling serde_spanned v0.6.9 |
| 553 | 2026-03-23T20:44:39.921Z | Compiling serde-value v0.7.0 |
| 554 | 2026-03-23T20:44:39.921Z | Compiling cargo-platform v0.2.0 |
| 555 | 2026-03-23T20:44:39.921Z | Compiling macaddr v1.0.1 |
| 556 | 2026-03-23T20:44:40.021Z | Compiling icu_provider v2.1.1 |
| 557 | 2026-03-23T20:44:40.195Z | Compiling toml_edit v0.22.27 |
| 558 | 2026-03-23T20:44:40.378Z | Compiling icu_properties v2.1.2 |
| 559 | 2026-03-23T20:44:40.378Z | Compiling icu_normalizer v2.1.1 |
| 560 | 2026-03-23T20:44:40.807Z | Compiling usdt-macro v0.5.0 |
| 561 | 2026-03-23T20:44:40.811Z | Compiling usdt-attr-macro v0.5.0 |
| 562 | 2026-03-23T20:44:41.522Z | Compiling idna_adapter v1.2.1 |
| 563 | 2026-03-23T20:44:41.573Z | Compiling usdt v0.5.0 |
| 564 | 2026-03-23T20:44:41.655Z | Compiling idna v1.1.0 |
| 565 | 2026-03-23T20:44:41.962Z | Compiling toml v0.8.23 |
| 566 | 2026-03-23T20:44:42.005Z | Compiling url v2.5.8 |
| 567 | 2026-03-23T20:44:42.432Z | Compiling cargo_toml v0.21.0 |
| 568 | 2026-03-23T20:44:42.534Z | Compiling cargo-util-schemas v0.8.2 |
| 569 | 2026-03-23T20:44:43.673Z | Compiling cargo_metadata v0.21.0 |
| 570 | 2026-03-23T20:44:44.957Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 571 | 2026-03-23T20:44:47.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.19s |
| 572 | 2026-03-23T20:44:48.107Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 573 | 2026-03-23T20:44:48.847Z | Downloading crates ... |
| 574 | 2026-03-23T20:44:48.957Z | Downloaded block-padding v0.3.3 |
| 575 | 2026-03-23T20:44:48.961Z | Downloaded bitfield-struct v0.6.2 |
| 576 | 2026-03-23T20:44:48.964Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 577 | 2026-03-23T20:44:48.964Z | Downloaded atomic-waker v1.1.2 |
| 578 | 2026-03-23T20:44:48.968Z | Downloaded bit-set v0.8.0 |
| 579 | 2026-03-23T20:44:48.971Z | Downloaded array-init v0.0.4 |
| 580 | 2026-03-23T20:44:48.975Z | Downloaded base64 v0.21.7 |
| 581 | 2026-03-23T20:44:48.979Z | Downloaded crucible-workspace-hack v0.1.0 |
| 582 | 2026-03-23T20:44:48.979Z | Downloaded adler2 v2.0.1 |
| 583 | 2026-03-23T20:44:48.979Z | Downloaded ciborium-ll v0.2.2 |
| 584 | 2026-03-23T20:44:48.983Z | Downloaded crc v3.4.0 |
| 585 | 2026-03-23T20:44:48.983Z | Downloaded crc8 v0.1.1 |
| 586 | 2026-03-23T20:44:48.987Z | Downloaded aead v0.5.2 |
| 587 | 2026-03-23T20:44:48.990Z | Downloaded atty v0.2.14 |
| 588 | 2026-03-23T20:44:48.993Z | Downloaded darling_macro v0.20.11 |
| 589 | 2026-03-23T20:44:48.993Z | Downloaded castaway v0.2.4 |
| 590 | 2026-03-23T20:44:48.993Z | Downloaded bit-set v0.5.3 |
| 591 | 2026-03-23T20:44:48.996Z | Downloaded convert_case v0.10.0 |
| 592 | 2026-03-23T20:44:48.996Z | Downloaded document-features v0.2.12 |
| 593 | 2026-03-23T20:44:48.999Z | Downloaded foreign-types v0.5.0 |
| 594 | 2026-03-23T20:44:48.999Z | Downloaded fixedbitset v0.4.2 |
| 595 | 2026-03-23T20:44:49.004Z | Downloaded cfg_aliases v0.1.1 |
| 596 | 2026-03-23T20:44:49.004Z | Downloaded cargo_toml v0.22.3 |
| 597 | 2026-03-23T20:44:49.007Z | Downloaded float-ord v0.3.2 |
| 598 | 2026-03-23T20:44:49.007Z | Downloaded cobs v0.3.0 |
| 599 | 2026-03-23T20:44:49.007Z | Downloaded base16ct v0.2.0 |
| 600 | 2026-03-23T20:44:49.007Z | Downloaded derive_builder_core v0.20.2 |
| 601 | 2026-03-23T20:44:49.010Z | Downloaded blowfish v0.9.1 |
| 602 | 2026-03-23T20:44:49.010Z | Downloaded arrayvec v0.7.6 |
| 603 | 2026-03-23T20:44:49.012Z | Downloaded bitfield v0.19.4 |
| 604 | 2026-03-23T20:44:49.015Z | Downloaded bitfield-macros v0.19.4 |
| 605 | 2026-03-23T20:44:49.015Z | Downloaded arrayref v0.3.9 |
| 606 | 2026-03-23T20:44:49.018Z | Downloaded dtrace-parser v0.3.0 |
| 607 | 2026-03-23T20:44:49.018Z | Downloaded cexpr v0.6.0 |
| 608 | 2026-03-23T20:44:49.018Z | Downloaded defmt v0.3.100 |
| 609 | 2026-03-23T20:44:49.020Z | Downloaded assert_matches v1.5.0 |
| 610 | 2026-03-23T20:44:49.021Z | Downloaded const-oid v0.9.6 |
| 611 | 2026-03-23T20:44:49.023Z | Downloaded futures-core v0.3.32 |
| 612 | 2026-03-23T20:44:49.023Z | Downloaded colored v2.2.0 |
| 613 | 2026-03-23T20:44:49.027Z | Downloaded foreign-types-macros v0.2.3 |
| 614 | 2026-03-23T20:44:49.030Z | Downloaded cstr-argument v0.1.2 |
| 615 | 2026-03-23T20:44:49.033Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 616 | 2026-03-23T20:44:49.036Z | Downloaded bb8 v0.8.6 |
| 617 | 2026-03-23T20:44:49.036Z | Downloaded diff v0.1.13 |
| 618 | 2026-03-23T20:44:49.039Z | Downloaded cpufeatures v0.3.0 |
| 619 | 2026-03-23T20:44:49.039Z | Downloaded convert_case v0.4.0 |
| 620 | 2026-03-23T20:44:49.042Z | Downloaded erased-serde v0.3.31 |
| 621 | 2026-03-23T20:44:49.042Z | Downloaded ff v0.13.1 |
| 622 | 2026-03-23T20:44:49.045Z | Downloaded downcast-rs v2.0.2 |
| 623 | 2026-03-23T20:44:49.045Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 624 | 2026-03-23T20:44:49.049Z | Downloaded cfg_aliases v0.2.1 |
| 625 | 2026-03-23T20:44:49.049Z | Downloaded dirs-next v2.0.0 |
| 626 | 2026-03-23T20:44:49.049Z | Downloaded cargo-platform v0.1.9 |
| 627 | 2026-03-23T20:44:49.052Z | Downloaded crc-catalog v2.4.0 |
| 628 | 2026-03-23T20:44:49.052Z | Downloaded async-stream v0.3.6 |
| 629 | 2026-03-23T20:44:49.052Z | Downloaded enum-as-inner v0.6.1 |
| 630 | 2026-03-23T20:44:49.055Z | Downloaded debug-ignore v1.0.5 |
| 631 | 2026-03-23T20:44:49.056Z | Downloaded display-error-chain v0.2.2 |
| 632 | 2026-03-23T20:44:49.059Z | Downloaded corncobs v0.1.4 |
| 633 | 2026-03-23T20:44:49.059Z | Downloaded ecdsa v0.16.9 |
| 634 | 2026-03-23T20:44:49.062Z | Downloaded derive-ex v0.1.8 |
| 635 | 2026-03-23T20:44:49.062Z | Downloaded csv-core v0.1.13 |
| 636 | 2026-03-23T20:44:49.065Z | Downloaded elliptic-curve v0.13.8 |
| 637 | 2026-03-23T20:44:49.070Z | Downloaded deranged v0.5.8 |
| 638 | 2026-03-23T20:44:49.070Z | Downloaded defmt v1.0.1 |
| 639 | 2026-03-23T20:44:49.073Z | Downloaded ciborium-io v0.2.2 |
| 640 | 2026-03-23T20:44:49.073Z | Downloaded derive_builder_macro v0.20.2 |
| 641 | 2026-03-23T20:44:49.073Z | Downloaded foreign-types-shared v0.1.1 |
| 642 | 2026-03-23T20:44:49.077Z | Downloaded diesel-dtrace v0.5.0 |
| 643 | 2026-03-23T20:44:49.077Z | Downloaded der_derive v0.7.3 |
| 644 | 2026-03-23T20:44:49.077Z | Downloaded dsl_auto_type v0.2.0 |
| 645 | 2026-03-23T20:44:49.080Z | Downloaded blake2 v0.10.6 |
| 646 | 2026-03-23T20:44:49.080Z | Downloaded backoff v0.4.0 |
| 647 | 2026-03-23T20:44:49.083Z | Downloaded defmt-parser v1.0.0 |
| 648 | 2026-03-23T20:44:49.083Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 649 | 2026-03-23T20:44:49.087Z | Downloaded env_filter v1.0.0 |
| 650 | 2026-03-23T20:44:49.087Z | Downloaded funty v2.0.0 |
| 651 | 2026-03-23T20:44:49.087Z | Downloaded float-cmp v0.10.0 |
| 652 | 2026-03-23T20:44:49.090Z | Downloaded flagset v0.4.7 |
| 653 | 2026-03-23T20:44:49.090Z | Downloaded foreign-types-shared v0.3.1 |
| 654 | 2026-03-23T20:44:49.090Z | Downloaded endian-type v0.1.2 |
| 655 | 2026-03-23T20:44:49.093Z | Downloaded darling_macro v0.23.0 |
| 656 | 2026-03-23T20:44:49.093Z | Downloaded dof v0.4.0 |
| 657 | 2026-03-23T20:44:49.093Z | Downloaded daft-derive v0.1.5 |
| 658 | 2026-03-23T20:44:49.097Z | Downloaded dirs-sys-next v0.1.2 |
| 659 | 2026-03-23T20:44:49.101Z | Downloaded fxhash v0.2.1 |
| 660 | 2026-03-23T20:44:49.101Z | Downloaded ghash v0.5.1 |
| 661 | 2026-03-23T20:44:49.101Z | Downloaded embedded-io v0.4.0 |
| 662 | 2026-03-23T20:44:49.104Z | Downloaded difflib v0.4.0 |
| 663 | 2026-03-23T20:44:49.104Z | Downloaded futures-macro v0.3.32 |
| 664 | 2026-03-23T20:44:49.104Z | Downloaded futures-io v0.3.32 |
| 665 | 2026-03-23T20:44:49.104Z | Downloaded ctr v0.9.2 |
| 666 | 2026-03-23T20:44:49.107Z | Downloaded futures-sink v0.3.32 |
| 667 | 2026-03-23T20:44:49.107Z | Downloaded git-stub v1.0.0 |
| 668 | 2026-03-23T20:44:49.111Z | Downloaded fs-err v2.11.0 |
| 669 | 2026-03-23T20:44:49.111Z | Downloaded either v1.15.0 |
| 670 | 2026-03-23T20:44:49.113Z | Downloaded constant_time_eq v0.4.2 |
| 671 | 2026-03-23T20:44:49.117Z | Downloaded hash32 v0.3.1 |
| 672 | 2026-03-23T20:44:49.117Z | Downloaded env_logger v0.11.9 |
| 673 | 2026-03-23T20:44:49.129Z | Downloaded embedded-io v0.6.1 |
| 674 | 2026-03-23T20:44:49.129Z | Downloaded chacha20 v0.9.1 |
| 675 | 2026-03-23T20:44:49.132Z | Downloaded hash32 v0.2.1 |
| 676 | 2026-03-23T20:44:49.132Z | Downloaded darling v0.20.11 |
| 677 | 2026-03-23T20:44:49.132Z | Downloaded camino-tempfile-ext v0.3.3 |
| 678 | 2026-03-23T20:44:49.132Z | Downloaded crc32fast v1.5.0 |
| 679 | 2026-03-23T20:44:49.132Z | Downloaded hex-literal v0.4.1 |
| 680 | 2026-03-23T20:44:49.132Z | Downloaded hex v0.4.3 |
| 681 | 2026-03-23T20:44:49.132Z | Downloaded buf-list v1.1.2 |
| 682 | 2026-03-23T20:44:49.136Z | Downloaded cipher v0.4.4 |
| 683 | 2026-03-23T20:44:49.136Z | Downloaded headers-core v0.3.0 |
| 684 | 2026-03-23T20:44:49.139Z | Downloaded daft v0.1.5 |
| 685 | 2026-03-23T20:44:49.139Z | Downloaded dyn-clone v1.0.20 |
| 686 | 2026-03-23T20:44:49.142Z | Downloaded chacha20poly1305 v0.10.1 |
| 687 | 2026-03-23T20:44:49.142Z | Downloaded const_format_proc_macros v0.2.34 |
| 688 | 2026-03-23T20:44:49.147Z | Downloaded foldhash v0.2.0 |
| 689 | 2026-03-23T20:44:49.147Z | Downloaded find-msvc-tools v0.1.9 |
| 690 | 2026-03-23T20:44:49.147Z | Downloaded fd-lock v4.0.4 |
| 691 | 2026-03-23T20:44:49.151Z | Downloaded hubpack v0.1.2 |
| 692 | 2026-03-23T20:44:49.151Z | Downloaded http-range v0.1.5 |
| 693 | 2026-03-23T20:44:49.151Z | Downloaded http-body v1.0.1 |
| 694 | 2026-03-23T20:44:49.153Z | Downloaded hyper-tls v0.6.0 |
| 695 | 2026-03-23T20:44:49.154Z | Downloaded hubpack_derive v0.1.1 |
| 696 | 2026-03-23T20:44:49.154Z | Downloaded hostname v0.4.2 |
| 697 | 2026-03-23T20:44:49.156Z | Downloaded ena v0.14.4 |
| 698 | 2026-03-23T20:44:49.159Z | Downloaded globwalk v0.9.1 |
| 699 | 2026-03-23T20:44:49.160Z | Downloaded futures-task v0.3.32 |
| 700 | 2026-03-23T20:44:49.163Z | Downloaded fs_extra v1.3.0 |
| 701 | 2026-03-23T20:44:49.163Z | Downloaded httpdate v1.0.3 |
| 702 | 2026-03-23T20:44:49.166Z | Downloaded foldhash v0.1.5 |
| 703 | 2026-03-23T20:44:49.166Z | Downloaded cbc v0.1.2 |
| 704 | 2026-03-23T20:44:49.166Z | Downloaded ed25519 v2.2.3 |
| 705 | 2026-03-23T20:44:49.169Z | Downloaded globset v0.4.18 |
| 706 | 2026-03-23T20:44:49.169Z | Downloaded crossbeam-epoch v0.9.18 |
| 707 | 2026-03-23T20:44:49.173Z | Downloaded crossbeam-deque v0.8.6 |
| 708 | 2026-03-23T20:44:49.173Z | Downloaded indent_write v2.2.0 |
| 709 | 2026-03-23T20:44:49.177Z | Downloaded ident_case v1.0.1 |
| 710 | 2026-03-23T20:44:49.177Z | Downloaded group v0.13.0 |
| 711 | 2026-03-23T20:44:49.177Z | Downloaded bzip2 v0.6.1 |
| 712 | 2026-03-23T20:44:49.180Z | Downloaded internet-checksum v0.2.1 |
| 713 | 2026-03-23T20:44:49.180Z | Downloaded indoc v1.0.9 |
| 714 | 2026-03-23T20:44:49.196Z | Downloaded is_ci v1.2.0 |
| 715 | 2026-03-23T20:44:49.202Z | Downloaded instant v0.1.13 |
| 716 | 2026-03-23T20:44:49.202Z | Downloaded instability v0.3.11 |
| 717 | 2026-03-23T20:44:49.205Z | Downloaded inout v0.1.4 |
| 718 | 2026-03-23T20:44:49.205Z | Downloaded glob v0.3.3 |
| 719 | 2026-03-23T20:44:49.205Z | Downloaded is-terminal v0.4.17 |
| 720 | 2026-03-23T20:44:49.205Z | Downloaded darling v0.23.0 |
| 721 | 2026-03-23T20:44:49.209Z | Downloaded ciborium v0.2.2 |
| 722 | 2026-03-23T20:44:49.212Z | Downloaded lalrpop-util v0.19.12 |
| 723 | 2026-03-23T20:44:49.212Z | Downloaded lazy_static v1.5.0 |
| 724 | 2026-03-23T20:44:49.216Z | Downloaded http-body-util v0.1.3 |
| 725 | 2026-03-23T20:44:49.216Z | Downloaded derive_builder v0.20.2 |
| 726 | 2026-03-23T20:44:49.219Z | Downloaded lru-slab v0.1.2 |
| 727 | 2026-03-23T20:44:49.222Z | Downloaded humantime v2.3.0 |
| 728 | 2026-03-23T20:44:49.222Z | Downloaded lru-cache v0.1.2 |
| 729 | 2026-03-23T20:44:49.222Z | Downloaded lru v0.12.5 |
| 730 | 2026-03-23T20:44:49.225Z | Downloaded linked-hash-map v0.5.6 |
| 731 | 2026-03-23T20:44:49.225Z | Downloaded libscf-sys v1.1.0 |
| 732 | 2026-03-23T20:44:49.230Z | Downloaded kstat-rs v0.2.4 |
| 733 | 2026-03-23T20:44:49.230Z | Downloaded crc-any v2.5.0 |
| 734 | 2026-03-23T20:44:49.230Z | Downloaded chacha20 v0.10.0 |
| 735 | 2026-03-23T20:44:49.233Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 736 | 2026-03-23T20:44:49.236Z | Downloaded memoffset v0.9.1 |
| 737 | 2026-03-23T20:44:49.236Z | Downloaded md-5 v0.10.6 |
| 738 | 2026-03-23T20:44:49.236Z | Downloaded maybe-uninit v2.0.0 |
| 739 | 2026-03-23T20:44:49.239Z | Downloaded match_cfg v0.1.0 |
| 740 | 2026-03-23T20:44:49.239Z | Downloaded maplit v1.0.2 |
| 741 | 2026-03-23T20:44:49.239Z | Downloaded getrandom v0.2.17 |
| 742 | 2026-03-23T20:44:49.242Z | Downloaded md5 v0.7.0 |
| 743 | 2026-03-23T20:44:49.242Z | Downloaded managed v0.8.0 |
| 744 | 2026-03-23T20:44:49.246Z | Downloaded ingot-types v0.1.2 |
| 745 | 2026-03-23T20:44:49.246Z | Downloaded ingot v0.1.1 |
| 746 | 2026-03-23T20:44:49.249Z | Downloaded half v1.8.3 |
| 747 | 2026-03-23T20:44:49.249Z | Downloaded nodrop v0.1.14 |
| 748 | 2026-03-23T20:44:49.249Z | Downloaded mime v0.3.17 |
| 749 | 2026-03-23T20:44:49.252Z | Downloaded indoc v2.0.7 |
| 750 | 2026-03-23T20:44:49.255Z | Downloaded ipnet v2.11.0 |
| 751 | 2026-03-23T20:44:49.255Z | Downloaded nibble_vec v0.1.0 |
| 752 | 2026-03-23T20:44:49.259Z | Downloaded new_debug_unreachable v1.0.6 |
| 753 | 2026-03-23T20:44:49.259Z | Downloaded keccak v0.1.6 |
| 754 | 2026-03-23T20:44:49.259Z | Downloaded newtype_derive v0.1.6 |
| 755 | 2026-03-23T20:44:49.262Z | Downloaded ipnetwork v0.21.1 |
| 756 | 2026-03-23T20:44:49.262Z | Downloaded nonempty v0.12.0 |
| 757 | 2026-03-23T20:44:49.262Z | Downloaded colored v3.1.1 |
| 758 | 2026-03-23T20:44:49.265Z | Downloaded num-derive v0.4.2 |
| 759 | 2026-03-23T20:44:49.269Z | Downloaded num-derive v0.3.3 |
| 760 | 2026-03-23T20:44:49.269Z | Downloaded num-conv v0.2.0 |
| 761 | 2026-03-23T20:44:49.269Z | Downloaded num v0.4.3 |
| 762 | 2026-03-23T20:44:49.272Z | Downloaded num_threads v0.1.7 |
| 763 | 2026-03-23T20:44:49.272Z | Downloaded jobserver v0.1.34 |
| 764 | 2026-03-23T20:44:49.275Z | Downloaded dropshot_endpoint v0.16.7 |
| 765 | 2026-03-23T20:44:49.275Z | Downloaded crossbeam-utils v0.8.21 |
| 766 | 2026-03-23T20:44:49.279Z | Downloaded num-iter v0.1.45 |
| 767 | 2026-03-23T20:44:49.279Z | Downloaded olpc-cjson v0.1.4 |
| 768 | 2026-03-23T20:44:49.283Z | Downloaded httparse v1.10.1 |
| 769 | 2026-03-23T20:44:49.283Z | Downloaded fatfs v0.3.6 |
| 770 | 2026-03-23T20:44:49.286Z | Downloaded openssl-probe v0.1.6 |
| 771 | 2026-03-23T20:44:49.286Z | Downloaded linear-map v1.2.0 |
| 772 | 2026-03-23T20:44:49.290Z | Downloaded crossbeam-channel v0.5.15 |
| 773 | 2026-03-23T20:44:49.293Z | Downloaded hmac v0.12.1 |
| 774 | 2026-03-23T20:44:49.293Z | Downloaded libsw-core v0.3.2 |
| 775 | 2026-03-23T20:44:49.296Z | Downloaded oso-derive v0.27.3 |
| 776 | 2026-03-23T20:44:49.296Z | Downloaded lock_api v0.4.14 |
| 777 | 2026-03-23T20:44:49.296Z | Downloaded futures v0.3.32 |
| 778 | 2026-03-23T20:44:49.300Z | Downloaded openssl-probe v0.2.1 |
| 779 | 2026-03-23T20:44:49.303Z | Downloaded packed_struct_codegen v0.10.1 |
| 780 | 2026-03-23T20:44:49.303Z | Downloaded openssl-macros v0.1.1 |
| 781 | 2026-03-23T20:44:49.308Z | Downloaded mime_guess v2.0.5 |
| 782 | 2026-03-23T20:44:49.308Z | Downloaded darling_core v0.23.0 |
| 783 | 2026-03-23T20:44:49.311Z | Downloaded half v2.7.1 |
| 784 | 2026-03-23T20:44:49.314Z | Downloaded hyper-rustls v0.27.7 |
| 785 | 2026-03-23T20:44:49.314Z | Downloaded parse-size v1.1.0 |
| 786 | 2026-03-23T20:44:49.318Z | Downloaded newtype-uuid-macros v0.1.0 |
| 787 | 2026-03-23T20:44:49.318Z | Downloaded newtype-uuid v1.3.2 |
| 788 | 2026-03-23T20:44:49.321Z | Downloaded pbkdf2 v0.12.2 |
| 789 | 2026-03-23T20:44:49.321Z | Downloaded multimap v0.10.1 |
| 790 | 2026-03-23T20:44:49.321Z | Downloaded ingot-macros v0.1.1 |
| 791 | 2026-03-23T20:44:49.324Z | Downloaded iana-time-zone v0.1.65 |
| 792 | 2026-03-23T20:44:49.327Z | Downloaded nanorand v0.7.0 |
| 793 | 2026-03-23T20:44:49.327Z | Downloaded multer v3.1.0 |
| 794 | 2026-03-23T20:44:49.331Z | Downloaded pbkdf2 v0.11.0 |
| 795 | 2026-03-23T20:44:49.331Z | Downloaded normalize-line-endings v0.3.0 |
| 796 | 2026-03-23T20:44:49.334Z | Downloaded nu-ansi-term v0.50.3 |
| 797 | 2026-03-23T20:44:49.335Z | Downloaded parse-display v0.10.0 |
| 798 | 2026-03-23T20:44:49.338Z | Downloaded peg-runtime v0.8.5 |
| 799 | 2026-03-23T20:44:49.338Z | Downloaded native-tls v0.2.18 |
| 800 | 2026-03-23T20:44:49.338Z | Downloaded getrandom v0.3.4 |
| 801 | 2026-03-23T20:44:49.341Z | Downloaded num_enum v0.5.11 |
| 802 | 2026-03-23T20:44:49.346Z | Downloaded phf_shared v0.12.1 |
| 803 | 2026-03-23T20:44:49.349Z | Downloaded path-slash v0.1.5 |
| 804 | 2026-03-23T20:44:49.349Z | Downloaded num_enum_derive v0.7.5 |
| 805 | 2026-03-23T20:44:49.349Z | Downloaded pin-utils v0.1.0 |
| 806 | 2026-03-23T20:44:49.352Z | Downloaded phf_shared v0.13.1 |
| 807 | 2026-03-23T20:44:49.352Z | Downloaded num-rational v0.4.2 |
| 808 | 2026-03-23T20:44:49.352Z | Downloaded phf_shared v0.11.3 |
| 809 | 2026-03-23T20:44:49.355Z | Downloaded num-integer v0.1.46 |
| 810 | 2026-03-23T20:44:49.355Z | Downloaded libsw v3.5.0 |
| 811 | 2026-03-23T20:44:49.355Z | Downloaded libloading v0.8.9 |
| 812 | 2026-03-23T20:44:49.358Z | Downloaded predicates-core v1.0.10 |
| 813 | 2026-03-23T20:44:49.359Z | Downloaded powerfmt v0.2.0 |
| 814 | 2026-03-23T20:44:49.362Z | Downloaded litrs v1.0.0 |
| 815 | 2026-03-23T20:44:49.365Z | Downloaded num_enum v0.7.5 |
| 816 | 2026-03-23T20:44:49.369Z | Downloaded oxide-tokio-rt v0.1.3 |
| 817 | 2026-03-23T20:44:49.373Z | Downloaded owo-colors v4.3.0 |
| 818 | 2026-03-23T20:44:49.373Z | Downloaded bytes v1.11.1 |
| 819 | 2026-03-23T20:44:49.377Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 820 | 2026-03-23T20:44:49.377Z | Downloaded precomputed-hash v0.1.1 |
| 821 | 2026-03-23T20:44:49.377Z | Downloaded packed_struct v0.10.1 |
| 822 | 2026-03-23T20:44:49.377Z | Downloaded oxnet v0.1.4 |
| 823 | 2026-03-23T20:44:49.380Z | Downloaded proc-macro-crate v3.4.0 |
| 824 | 2026-03-23T20:44:49.380Z | Downloaded headers v0.4.1 |
| 825 | 2026-03-23T20:44:49.385Z | Downloaded indexmap v1.9.3 |
| 826 | 2026-03-23T20:44:49.388Z | Downloaded heapless v0.7.17 |
| 827 | 2026-03-23T20:44:49.391Z | Downloaded derive_more v2.1.1 |
| 828 | 2026-03-23T20:44:49.399Z | Downloaded psl-types v2.0.11 |
| 829 | 2026-03-23T20:44:49.403Z | Downloaded progenitor-macro v0.13.0 |
| 830 | 2026-03-23T20:44:49.403Z | Downloaded progenitor-macro v0.11.2 |
| 831 | 2026-03-23T20:44:49.403Z | Downloaded progenitor-macro v0.10.0 |
| 832 | 2026-03-23T20:44:49.407Z | Downloaded quick-error v1.2.3 |
| 833 | 2026-03-23T20:44:49.407Z | Downloaded progenitor-client v0.11.2 |
| 834 | 2026-03-23T20:44:49.407Z | Downloaded radium v0.7.0 |
| 835 | 2026-03-23T20:44:49.407Z | Downloaded peg-macros v0.8.5 |
| 836 | 2026-03-23T20:44:49.410Z | Downloaded password-hash v0.5.0 |
| 837 | 2026-03-23T20:44:49.410Z | Downloaded paste v1.0.15 |
| 838 | 2026-03-23T20:44:49.413Z | Downloaded peg v0.8.5 |
| 839 | 2026-03-23T20:44:49.418Z | Downloaded num-complex v0.4.6 |
| 840 | 2026-03-23T20:44:49.418Z | Downloaded phf v0.13.1 |
| 841 | 2026-03-23T20:44:49.421Z | Downloaded phf v0.12.1 |
| 842 | 2026-03-23T20:44:49.421Z | Downloaded darling_core v0.21.3 |
| 843 | 2026-03-23T20:44:49.424Z | Downloaded rand_chacha v0.3.1 |
| 844 | 2026-03-23T20:44:49.427Z | Downloaded crypto-bigint v0.5.5 |
| 845 | 2026-03-23T20:44:49.432Z | Downloaded recursive v0.1.1 |
| 846 | 2026-03-23T20:44:49.435Z | Downloaded rand_xorshift v0.4.0 |
| 847 | 2026-03-23T20:44:49.435Z | Downloaded poly1305 v0.8.0 |
| 848 | 2026-03-23T20:44:49.435Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 849 | 2026-03-23T20:44:49.435Z | Downloaded polyval v0.6.2 |
| 850 | 2026-03-23T20:44:49.438Z | Downloaded pkg-config v0.3.32 |
| 851 | 2026-03-23T20:44:49.438Z | Downloaded flate2 v1.1.9 |
| 852 | 2026-03-23T20:44:49.442Z | Downloaded postgres-protocol v0.6.10 |
| 853 | 2026-03-23T20:44:49.445Z | Downloaded pkcs8 v0.10.2 |
| 854 | 2026-03-23T20:44:49.448Z | Downloaded parking_lot_core v0.8.6 |
| 855 | 2026-03-23T20:44:49.448Z | Downloaded ed25519-dalek v2.2.0 |
| 856 | 2026-03-23T20:44:49.451Z | Downloaded ppv-lite86 v0.2.21 |
| 857 | 2026-03-23T20:44:49.455Z | Downloaded ref-cast v1.0.25 |
| 858 | 2026-03-23T20:44:49.455Z | Downloaded ref-cast-impl v1.0.25 |
| 859 | 2026-03-23T20:44:49.458Z | Downloaded primeorder v0.13.6 |
| 860 | 2026-03-23T20:44:49.458Z | Downloaded parking_lot v0.11.2 |
| 861 | 2026-03-23T20:44:49.463Z | Downloaded rfc6979 v0.4.0 |
| 862 | 2026-03-23T20:44:49.463Z | Downloaded progenitor v0.13.0 |
| 863 | 2026-03-23T20:44:49.463Z | Downloaded rtoolbox v0.0.3 |
| 864 | 2026-03-23T20:44:49.466Z | Downloaded progenitor v0.11.2 |
| 865 | 2026-03-23T20:44:49.466Z | Downloaded progenitor v0.10.0 |
| 866 | 2026-03-23T20:44:49.466Z | Downloaded parking_lot_core v0.9.12 |
| 867 | 2026-03-23T20:44:49.470Z | Downloaded cc v1.2.56 |
| 868 | 2026-03-23T20:44:49.473Z | Downloaded hickory-resolver v0.25.2 |
| 869 | 2026-03-23T20:44:49.476Z | Downloaded psm v0.1.30 |
| 870 | 2026-03-23T20:44:49.476Z | Downloaded progenitor-extras v0.1.1 |
| 871 | 2026-03-23T20:44:49.479Z | Downloaded progenitor-client v0.13.0 |
| 872 | 2026-03-23T20:44:49.479Z | Downloaded rustc-hash v2.1.1 |
| 873 | 2026-03-23T20:44:49.482Z | Downloaded russh-cryptovec v0.7.3 |
| 874 | 2026-03-23T20:44:49.482Z | Downloaded rustc_version v0.4.1 |
| 875 | 2026-03-23T20:44:49.482Z | Downloaded progenitor-client v0.10.0 |
| 876 | 2026-03-23T20:44:49.486Z | Downloaded indicatif v0.18.4 |
| 877 | 2026-03-23T20:44:49.489Z | Downloaded ignore v0.4.25 |
| 878 | 2026-03-23T20:44:49.489Z | Downloaded diesel_derives v2.3.7 |
| 879 | 2026-03-23T20:44:49.493Z | Downloaded pkcs5 v0.7.1 |
| 880 | 2026-03-23T20:44:49.497Z | Downloaded rustc_version v0.1.7 |
| 881 | 2026-03-23T20:44:49.500Z | Downloaded rand_core v0.10.0 |
| 882 | 2026-03-23T20:44:49.500Z | Downloaded pin-project-internal v1.1.11 |
| 883 | 2026-03-23T20:44:49.505Z | Downloaded pkcs1 v0.7.5 |
| 884 | 2026-03-23T20:44:49.505Z | Downloaded sapling-renderdag v0.1.0 |
| 885 | 2026-03-23T20:44:49.511Z | Downloaded scheduled-thread-pool v0.2.7 |
| 886 | 2026-03-23T20:44:49.511Z | Downloaded rand_chacha v0.9.0 |
| 887 | 2026-03-23T20:44:49.511Z | Downloaded salsa20 v0.10.2 |
| 888 | 2026-03-23T20:44:49.511Z | Downloaded derive_more-impl v2.1.1 |
| 889 | 2026-03-23T20:44:49.514Z | Downloaded rand_seeder v0.4.0 |
| 890 | 2026-03-23T20:44:49.514Z | Downloaded postcard v1.1.3 |
| 891 | 2026-03-23T20:44:49.517Z | Downloaded rand_core v0.9.5 |
| 892 | 2026-03-23T20:44:49.517Z | Downloaded rand_core v0.6.4 |
| 893 | 2026-03-23T20:44:49.521Z | Downloaded predicates v3.1.4 |
| 894 | 2026-03-23T20:44:49.521Z | Downloaded p256 v0.13.2 |
| 895 | 2026-03-23T20:44:49.524Z | Downloaded aho-corasick v1.1.4 |
| 896 | 2026-03-23T20:44:49.528Z | Downloaded same-file v1.0.6 |
| 897 | 2026-03-23T20:44:49.534Z | Downloaded parking_lot v0.12.5 |
| 898 | 2026-03-23T20:44:49.534Z | Downloaded resolv-conf v0.7.6 |
| 899 | 2026-03-23T20:44:49.537Z | Downloaded papergrid v0.17.0 |
| 900 | 2026-03-23T20:44:49.537Z | Downloaded memmap2 v0.9.10 |
| 901 | 2026-03-23T20:44:49.543Z | Downloaded semver v0.1.20 |
| 902 | 2026-03-23T20:44:49.543Z | Downloaded proc-macro-error2 v2.0.1 |
| 903 | 2026-03-23T20:44:49.548Z | Downloaded seq-macro v0.3.6 |
| 904 | 2026-03-23T20:44:49.548Z | Downloaded secrecy v0.8.0 |
| 905 | 2026-03-23T20:44:49.548Z | Downloaded scrypt v0.11.0 |
| 906 | 2026-03-23T20:44:49.548Z | Downloaded scroll_derive v0.13.1 |
| 907 | 2026-03-23T20:44:49.551Z | Downloaded secrecy v0.10.3 |
| 908 | 2026-03-23T20:44:49.551Z | Downloaded scopeguard v1.2.0 |
| 909 | 2026-03-23T20:44:49.551Z | Downloaded postgres-types v0.2.12 |
| 910 | 2026-03-23T20:44:49.555Z | Downloaded oso v0.27.3 |
| 911 | 2026-03-23T20:44:49.558Z | Downloaded expectorate v1.2.0 |
| 912 | 2026-03-23T20:44:49.558Z | Downloaded serde_repr v0.1.20 |
| 913 | 2026-03-23T20:44:49.562Z | Downloaded serde_spanned v1.0.4 |
| 914 | 2026-03-23T20:44:49.562Z | Downloaded serde-big-array v0.5.1 |
| 915 | 2026-03-23T20:44:49.562Z | Downloaded r2d2 v0.8.10 |
| 916 | 2026-03-23T20:44:49.567Z | Downloaded jiff-static v0.2.21 |
| 917 | 2026-03-23T20:44:49.570Z | Downloaded quinn-udp v0.5.14 |
| 918 | 2026-03-23T20:44:49.570Z | Downloaded serde_plain v1.0.2 |
| 919 | 2026-03-23T20:44:49.570Z | Downloaded pin-project v1.1.11 |
| 920 | 2026-03-23T20:44:49.578Z | Downloaded sigpipe v0.1.3 |
| 921 | 2026-03-23T20:44:49.581Z | Downloaded shell-words v1.1.1 |
| 922 | 2026-03-23T20:44:49.581Z | Downloaded signal-hook-mio v0.2.5 |
| 923 | 2026-03-23T20:44:49.584Z | Downloaded sha1 v0.10.6 |
| 924 | 2026-03-23T20:44:49.584Z | Downloaded serde_urlencoded v0.7.1 |
| 925 | 2026-03-23T20:44:49.584Z | Downloaded signal-hook-tokio v0.3.1 |
| 926 | 2026-03-23T20:44:49.588Z | Downloaded rustls-pemfile v1.0.4 |
| 927 | 2026-03-23T20:44:49.588Z | Downloaded siphasher v1.0.2 |
| 928 | 2026-03-23T20:44:49.591Z | Downloaded signature v2.2.0 |
| 929 | 2026-03-23T20:44:49.591Z | Downloaded rustversion v1.0.22 |
| 930 | 2026-03-23T20:44:49.594Z | Downloaded rustls-native-certs v0.8.3 |
| 931 | 2026-03-23T20:44:49.594Z | Downloaded dropshot-api-manager v0.6.0 |
| 932 | 2026-03-23T20:44:49.597Z | Downloaded slog-envlogger v2.2.0 |
| 933 | 2026-03-23T20:44:49.602Z | Downloaded schemars_derive v0.8.22 |
| 934 | 2026-03-23T20:44:49.602Z | Downloaded rusty-fork v0.3.1 |
| 935 | 2026-03-23T20:44:49.606Z | Downloaded prefix-trie v0.7.0 |
| 936 | 2026-03-23T20:44:49.606Z | Downloaded pem-rfc7468 v0.7.0 |
| 937 | 2026-03-23T20:44:49.609Z | Downloaded pem v3.0.6 |
| 938 | 2026-03-23T20:44:49.609Z | Downloaded omicron-zone-package v0.12.2 |
| 939 | 2026-03-23T20:44:49.609Z | Downloaded scroll v0.13.0 |
| 940 | 2026-03-23T20:44:49.613Z | Downloaded miniz_oxide v0.8.9 |
| 941 | 2026-03-23T20:44:49.618Z | Downloaded libbz2-rs-sys v0.2.2 |
| 942 | 2026-03-23T20:44:49.618Z | Downloaded password-hash v0.4.2 |
| 943 | 2026-03-23T20:44:49.618Z | Downloaded parse-display-derive v0.10.0 |
| 944 | 2026-03-23T20:44:49.618Z | Downloaded heapless v0.8.0 |
| 945 | 2026-03-23T20:44:49.622Z | Downloaded hickory-resolver v0.24.4 |
| 946 | 2026-03-23T20:44:49.625Z | Downloaded progenitor-impl v0.10.0 |
| 947 | 2026-03-23T20:44:49.628Z | Downloaded progenitor-impl v0.13.0 |
| 948 | 2026-03-23T20:44:49.628Z | Downloaded hashbrown v0.13.2 |
| 949 | 2026-03-23T20:44:49.631Z | Downloaded serde-hex v0.1.0 |
| 950 | 2026-03-23T20:44:49.634Z | Downloaded sec1 v0.7.3 |
| 951 | 2026-03-23T20:44:49.635Z | Downloaded sqlparser_derive v0.5.0 |
| 952 | 2026-03-23T20:44:49.637Z | Downloaded sct v0.7.1 |
| 953 | 2026-03-23T20:44:49.641Z | Downloaded ssh-encoding v0.2.0 |
| 954 | 2026-03-23T20:44:49.641Z | Downloaded ssh-cipher v0.2.0 |
| 955 | 2026-03-23T20:44:49.641Z | Downloaded russh-keys v0.45.0 |
| 956 | 2026-03-23T20:44:49.645Z | Downloaded strum v0.26.3 |
| 957 | 2026-03-23T20:44:49.645Z | Downloaded rustls-pemfile v2.2.0 |
| 958 | 2026-03-23T20:44:49.648Z | Downloaded serde_path_to_error v0.1.20 |
| 959 | 2026-03-23T20:44:49.648Z | Downloaded rustls-pki-types v1.14.0 |
| 960 | 2026-03-23T20:44:49.652Z | Downloaded serde_derive_internals v0.29.1 |
| 961 | 2026-03-23T20:44:49.652Z | Downloaded aes v0.8.4 |
| 962 | 2026-03-23T20:44:49.655Z | Downloaded subtle v2.6.1 |
| 963 | 2026-03-23T20:44:49.656Z | Downloaded pin-project-lite v0.2.17 |
| 964 | 2026-03-23T20:44:49.659Z | Downloaded rcgen v0.12.1 |
| 965 | 2026-03-23T20:44:49.663Z | Downloaded openssl-sys v0.9.111 |
| 966 | 2026-03-23T20:44:49.667Z | Downloaded structmeta v0.3.0 |
| 967 | 2026-03-23T20:44:49.670Z | Downloaded strum v0.27.2 |
| 968 | 2026-03-23T20:44:49.670Z | Downloaded slab v0.4.12 |
| 969 | 2026-03-23T20:44:49.670Z | Downloaded slog-bunyan v2.5.0 |
| 970 | 2026-03-23T20:44:49.670Z | Downloaded simd-adler32 v0.3.8 |
| 971 | 2026-03-23T20:44:49.674Z | Downloaded signal-hook-registry v1.4.8 |
| 972 | 2026-03-23T20:44:49.674Z | Downloaded sync_wrapper v1.0.2 |
| 973 | 2026-03-23T20:44:49.674Z | Downloaded tabled_derive v0.11.0 |
| 974 | 2026-03-23T20:44:49.678Z | Downloaded minimal-lexical v0.2.1 |
| 975 | 2026-03-23T20:44:49.681Z | Downloaded slog-json v2.6.1 |
| 976 | 2026-03-23T20:44:49.681Z | Downloaded hyper-util v0.1.20 |
| 977 | 2026-03-23T20:44:49.684Z | Downloaded supports-color v3.0.2 |
| 978 | 2026-03-23T20:44:49.687Z | Downloaded slog-stdlog v4.1.1 |
| 979 | 2026-03-23T20:44:49.688Z | Downloaded smf v0.2.3 |
| 980 | 2026-03-23T20:44:49.692Z | Downloaded smallvec v0.6.14 |
| 981 | 2026-03-23T20:44:49.692Z | Downloaded tabwriter v1.4.1 |
| 982 | 2026-03-23T20:44:49.697Z | Downloaded snafu-derive v0.8.9 |
| 983 | 2026-03-23T20:44:49.697Z | Downloaded termtree v0.5.1 |
| 984 | 2026-03-23T20:44:49.697Z | Downloaded slog-term v2.9.2 |
| 985 | 2026-03-23T20:44:49.697Z | Downloaded progenitor-impl v0.11.2 |
| 986 | 2026-03-23T20:44:49.701Z | Downloaded prettyplease v0.2.37 |
| 987 | 2026-03-23T20:44:49.704Z | Downloaded itertools v0.10.5 |
| 988 | 2026-03-23T20:44:49.707Z | Downloaded take_mut v0.2.2 |
| 989 | 2026-03-23T20:44:49.707Z | Downloaded tagptr v0.2.0 |
| 990 | 2026-03-23T20:44:49.710Z | Downloaded serde_cbor v0.11.2 |
| 991 | 2026-03-23T20:44:49.713Z | Downloaded time-core v0.1.8 |
| 992 | 2026-03-23T20:44:49.713Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 993 | 2026-03-23T20:44:49.713Z | Downloaded thread-id v5.1.0 |
| 994 | 2026-03-23T20:44:49.717Z | Downloaded testing_table v0.3.0 |
| 995 | 2026-03-23T20:44:49.717Z | Downloaded serde_with_macros v3.17.0 |
| 996 | 2026-03-23T20:44:49.720Z | Downloaded num-bigint v0.4.6 |
| 997 | 2026-03-23T20:44:49.724Z | Downloaded hickory-server v0.25.2 |
| 998 | 2026-03-23T20:44:49.727Z | Downloaded stringprep v0.1.5 |
| 999 | 2026-03-23T20:44:49.727Z | Downloaded string_cache v0.8.9 |
| 1000 | 2026-03-23T20:44:49.730Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1001 | 2026-03-23T20:44:49.733Z | Downloaded http v1.4.0 |
| 1002 | 2026-03-23T20:44:49.737Z | Downloaded strum_macros v0.24.3 |
| 1003 | 2026-03-23T20:44:49.737Z | Downloaded rayon-core v1.13.0 |
| 1004 | 2026-03-23T20:44:49.742Z | Downloaded pretty_assertions v1.4.1 |
| 1005 | 2026-03-23T20:44:49.742Z | Downloaded strum_macros v0.27.2 |
| 1006 | 2026-03-23T20:44:49.745Z | Downloaded ryu v1.0.23 |
| 1007 | 2026-03-23T20:44:49.745Z | Downloaded tinyvec_macros v0.1.1 |
| 1008 | 2026-03-23T20:44:49.748Z | Downloaded stacker v0.1.23 |
| 1009 | 2026-03-23T20:44:49.748Z | Downloaded support-bundle-viewer v0.1.2 |
| 1010 | 2026-03-23T20:44:49.751Z | Downloaded hashbrown v0.15.5 |
| 1011 | 2026-03-23T20:44:49.754Z | Downloaded sqlformat v0.3.5 |
| 1012 | 2026-03-23T20:44:49.754Z | Downloaded spki v0.7.3 |
| 1013 | 2026-03-23T20:44:49.758Z | Downloaded slog-scope v4.4.1 |
| 1014 | 2026-03-23T20:44:49.758Z | Downloaded serde_bytes v0.11.19 |
| 1015 | 2026-03-23T20:44:49.762Z | Downloaded termios v0.3.3 |
| 1016 | 2026-03-23T20:44:49.762Z | Downloaded mio v1.1.1 |
| 1017 | 2026-03-23T20:44:49.765Z | Downloaded tap v1.0.1 |
| 1018 | 2026-03-23T20:44:49.768Z | Downloaded schemars v0.8.22 |
| 1019 | 2026-03-23T20:44:49.774Z | Downloaded rand v0.8.5 |
| 1020 | 2026-03-23T20:44:49.777Z | Downloaded tower-service v0.3.3 |
| 1021 | 2026-03-23T20:44:49.780Z | Downloaded thread_local v1.1.9 |
| 1022 | 2026-03-23T20:44:49.780Z | Downloaded nom v7.1.3 |
| 1023 | 2026-03-23T20:44:49.784Z | Downloaded try-lock v0.2.5 |
| 1024 | 2026-03-23T20:44:49.787Z | Downloaded trait-variant v0.1.2 |
| 1025 | 2026-03-23T20:44:49.787Z | Downloaded tower-layer v0.3.3 |
| 1026 | 2026-03-23T20:44:49.790Z | Downloaded topological-sort v0.2.2 |
| 1027 | 2026-03-23T20:44:49.790Z | Downloaded tiny-keccak v2.0.2 |
| 1028 | 2026-03-23T20:44:49.793Z | Downloaded strum_macros v0.26.4 |
| 1029 | 2026-03-23T20:44:49.793Z | Downloaded typify-macro v0.6.1 |
| 1030 | 2026-03-23T20:44:49.793Z | Downloaded static_assertions v1.1.0 |
| 1031 | 2026-03-23T20:44:49.796Z | Downloaded time-macros v0.2.27 |
| 1032 | 2026-03-23T20:44:49.796Z | Downloaded thiserror-no-std v2.0.2 |
| 1033 | 2026-03-23T20:44:49.799Z | Downloaded unit-prefix v0.5.2 |
| 1034 | 2026-03-23T20:44:49.802Z | Downloaded unarray v0.1.4 |
| 1035 | 2026-03-23T20:44:49.802Z | Downloaded typify-macro v0.4.3 |
| 1036 | 2026-03-23T20:44:49.805Z | Downloaded publicsuffix v2.3.0 |
| 1037 | 2026-03-23T20:44:49.805Z | Downloaded similar v2.7.0 |
| 1038 | 2026-03-23T20:44:49.811Z | Downloaded signal-hook v0.3.18 |
| 1039 | 2026-03-23T20:44:49.814Z | Downloaded aes-gcm v0.10.3 |
| 1040 | 2026-03-23T20:44:49.815Z | Downloaded unicode-truncate v1.1.0 |
| 1041 | 2026-03-23T20:44:49.817Z | Downloaded slog v2.8.2 |
| 1042 | 2026-03-23T20:44:49.821Z | Downloaded universal-hash v0.5.1 |
| 1043 | 2026-03-23T20:44:49.821Z | Downloaded untrusted v0.7.1 |
| 1044 | 2026-03-23T20:44:49.821Z | Downloaded tokio-native-tls v0.3.1 |
| 1045 | 2026-03-23T20:44:49.824Z | Downloaded libxml v0.3.3 |
| 1046 | 2026-03-23T20:44:49.827Z | Downloaded tls_codec_derive v0.4.2 |
| 1047 | 2026-03-23T20:44:49.830Z | Downloaded tokio-rustls v0.25.0 |
| 1048 | 2026-03-23T20:44:49.830Z | Downloaded usdt-attr-macro v0.6.0 |
| 1049 | 2026-03-23T20:44:49.830Z | Downloaded tokio-dtrace v0.1.1 |
| 1050 | 2026-03-23T20:44:49.833Z | Downloaded tls_codec v0.4.2 |
| 1051 | 2026-03-23T20:44:49.834Z | Downloaded schemars v0.9.0 |
| 1052 | 2026-03-23T20:44:49.842Z | Downloaded utf-8 v0.7.6 |
| 1053 | 2026-03-23T20:44:49.847Z | Downloaded usdt v0.6.0 |
| 1054 | 2026-03-23T20:44:49.847Z | Downloaded untrusted v0.9.0 |
| 1055 | 2026-03-23T20:44:49.851Z | Downloaded usdt-macro v0.6.0 |
| 1056 | 2026-03-23T20:44:49.851Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1057 | 2026-03-23T20:44:49.851Z | Downloaded tokio-tungstenite v0.21.0 |
| 1058 | 2026-03-23T20:44:49.852Z | Downloaded tokio-tungstenite v0.23.1 |
| 1059 | 2026-03-23T20:44:49.855Z | Downloaded socket2 v0.5.10 |
| 1060 | 2026-03-23T20:44:49.855Z | Downloaded void v1.0.2 |
| 1061 | 2026-03-23T20:44:49.855Z | Downloaded rsa v0.9.10 |
| 1062 | 2026-03-23T20:44:49.859Z | Downloaded socket2 v0.6.2 |
| 1063 | 2026-03-23T20:44:49.862Z | Downloaded want v0.3.1 |
| 1064 | 2026-03-23T20:44:49.862Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1065 | 2026-03-23T20:44:49.865Z | Downloaded wait-timeout v0.2.1 |
| 1066 | 2026-03-23T20:44:49.865Z | Downloaded iri-string v0.7.10 |
| 1067 | 2026-03-23T20:44:49.870Z | Downloaded waitgroup v0.1.2 |
| 1068 | 2026-03-23T20:44:49.873Z | Downloaded tui-tree-widget v0.23.1 |
| 1069 | 2026-03-23T20:44:49.873Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1070 | 2026-03-23T20:44:49.876Z | Downloaded unicase v2.9.0 |
| 1071 | 2026-03-23T20:44:49.880Z | Downloaded qorb v0.4.1 |
| 1072 | 2026-03-23T20:44:49.883Z | Downloaded term v1.2.1 |
| 1073 | 2026-03-23T20:44:49.883Z | Downloaded term v0.7.0 |
| 1074 | 2026-03-23T20:44:49.886Z | Downloaded subprocess v0.2.15 |
| 1075 | 2026-03-23T20:44:49.889Z | Downloaded rustls-webpki v0.103.9 |
| 1076 | 2026-03-23T20:44:49.893Z | Downloaded xshell-macros v0.2.7 |
| 1077 | 2026-03-23T20:44:49.893Z | Downloaded tokio-macros v2.6.0 |
| 1078 | 2026-03-23T20:44:49.893Z | Downloaded hyper v1.8.1 |
| 1079 | 2026-03-23T20:44:49.897Z | Downloaded xattr v1.6.1 |
| 1080 | 2026-03-23T20:44:49.900Z | Downloaded samael v0.0.19 |
| 1081 | 2026-03-23T20:44:49.907Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1082 | 2026-03-23T20:44:49.907Z | Downloaded schemars v1.2.1 |
| 1083 | 2026-03-23T20:44:49.916Z | Downloaded zone v0.3.1 |
| 1084 | 2026-03-23T20:44:49.920Z | Downloaded vergen-lib v0.1.6 |
| 1085 | 2026-03-23T20:44:49.920Z | Downloaded uzers v0.12.2 |
| 1086 | 2026-03-23T20:44:49.925Z | Downloaded vergen-gitcl v1.0.8 |
| 1087 | 2026-03-23T20:44:49.925Z | Downloaded vergen-git2 v1.0.7 |
| 1088 | 2026-03-23T20:44:49.925Z | Downloaded zeroize_derive v1.4.3 |
| 1089 | 2026-03-23T20:44:49.928Z | Downloaded zone_cfg_derive v0.3.1 |
| 1090 | 2026-03-23T20:44:49.929Z | Downloaded tokio-stream v0.1.18 |
| 1091 | 2026-03-23T20:44:49.929Z | Downloaded walkdir v2.5.0 |
| 1092 | 2026-03-23T20:44:49.932Z | Downloaded snafu v0.8.9 |
| 1093 | 2026-03-23T20:44:49.935Z | Downloaded unicode-properties v0.1.4 |
| 1094 | 2026-03-23T20:44:49.939Z | Downloaded russh v0.45.0 |
| 1095 | 2026-03-23T20:44:49.943Z | Downloaded xz2 v0.1.7 |
| 1096 | 2026-03-23T20:44:49.950Z | Downloaded twox-hash v2.1.2 |
| 1097 | 2026-03-23T20:44:49.950Z | Downloaded hkdf v0.12.4 |
| 1098 | 2026-03-23T20:44:49.954Z | Downloaded rand v0.10.0 |
| 1099 | 2026-03-23T20:44:49.954Z | Downloaded tinyvec v1.10.0 |
| 1100 | 2026-03-23T20:44:49.954Z | Downloaded futures-util v0.3.32 |
| 1101 | 2026-03-23T20:44:49.961Z | Downloaded xshell v0.2.7 |
| 1102 | 2026-03-23T20:44:49.965Z | Downloaded wyz v0.5.1 |
| 1103 | 2026-03-23T20:44:49.965Z | Downloaded whoami v2.1.0 |
| 1104 | 2026-03-23T20:44:49.968Z | Downloaded whoami v1.6.1 |
| 1105 | 2026-03-23T20:44:49.968Z | Downloaded p521 v0.13.3 |
| 1106 | 2026-03-23T20:44:49.972Z | Downloaded vergen v9.0.6 |
| 1107 | 2026-03-23T20:44:49.972Z | Downloaded tokio-rustls v0.24.1 |
| 1108 | 2026-03-23T20:44:49.975Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1109 | 2026-03-23T20:44:49.983Z | Downloaded zeroize v1.8.2 |
| 1110 | 2026-03-23T20:44:49.983Z | Downloaded toml v0.7.8 |
| 1111 | 2026-03-23T20:44:49.986Z | Downloaded rand v0.9.2 |
| 1112 | 2026-03-23T20:44:49.986Z | Downloaded usdt-impl v0.6.0 |
| 1113 | 2026-03-23T20:44:49.986Z | Downloaded test-strategy v0.4.5 |
| 1114 | 2026-03-23T20:44:49.989Z | Downloaded zstd v0.13.3 |
| 1115 | 2026-03-23T20:44:49.989Z | Downloaded zstd-safe v7.2.4 |
| 1116 | 2026-03-23T20:44:49.992Z | Downloaded tungstenite v0.21.0 |
| 1117 | 2026-03-23T20:44:49.996Z | Downloaded steno v0.4.1 |
| 1118 | 2026-03-23T20:44:50.000Z | Downloaded tungstenite v0.23.0 |
| 1119 | 2026-03-23T20:44:50.000Z | Downloaded vsss-rs v3.3.4 |
| 1120 | 2026-03-23T20:44:50.005Z | Downloaded tracing-attributes v0.1.31 |
| 1121 | 2026-03-23T20:44:50.005Z | Downloaded num-bigint-dig v0.8.6 |
| 1122 | 2026-03-23T20:44:50.010Z | Downloaded itertools v0.14.0 |
| 1123 | 2026-03-23T20:44:50.014Z | Downloaded itertools v0.13.0 |
| 1124 | 2026-03-23T20:44:50.018Z | Downloaded uuid v1.21.0 |
| 1125 | 2026-03-23T20:44:50.021Z | Downloaded typify v0.6.1 |
| 1126 | 2026-03-23T20:44:50.027Z | Downloaded ron v0.12.0 |
| 1127 | 2026-03-23T20:44:50.032Z | Downloaded tar v0.4.44 |
| 1128 | 2026-03-23T20:44:50.035Z | Downloaded h2 v0.4.13 |
| 1129 | 2026-03-23T20:44:50.039Z | Downloaded yasna v0.5.2 |
| 1130 | 2026-03-23T20:44:50.044Z | Downloaded tokio-rustls v0.26.4 |
| 1131 | 2026-03-23T20:44:50.045Z | Downloaded itertools v0.12.1 |
| 1132 | 2026-03-23T20:44:50.048Z | Downloaded unsafe-libyaml v0.2.11 |
| 1133 | 2026-03-23T20:44:50.063Z | Downloaded spin v0.9.8 |
| 1134 | 2026-03-23T20:44:50.063Z | Downloaded tracing-core v0.1.36 |
| 1135 | 2026-03-23T20:44:50.063Z | Downloaded unicode-bidi v0.3.18 |
| 1136 | 2026-03-23T20:44:50.063Z | Downloaded blake3 v1.8.3 |
| 1137 | 2026-03-23T20:44:50.068Z | Downloaded tokio-postgres v0.7.16 |
| 1138 | 2026-03-23T20:44:50.068Z | Downloaded zerocopy v0.6.6 |
| 1139 | 2026-03-23T20:44:50.068Z | Downloaded rustyline v14.0.0 |
| 1140 | 2026-03-23T20:44:50.074Z | Downloaded typify v0.4.3 |
| 1141 | 2026-03-23T20:44:50.077Z | Downloaded iddqd v0.3.17 |
| 1142 | 2026-03-23T20:44:50.083Z | Downloaded quinn v0.11.9 |
| 1143 | 2026-03-23T20:44:50.088Z | Downloaded ron v0.8.1 |
| 1144 | 2026-03-23T20:44:50.088Z | Downloaded zopfli v0.8.3 |
| 1145 | 2026-03-23T20:44:50.093Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1146 | 2026-03-23T20:44:50.097Z | Downloaded vte v0.14.1 |
| 1147 | 2026-03-23T20:44:50.097Z | Downloaded ssh-key v0.6.7 |
| 1148 | 2026-03-23T20:44:50.101Z | Downloaded toml_edit v0.19.15 |
| 1149 | 2026-03-23T20:44:50.112Z | Downloaded zip v0.6.6 |
| 1150 | 2026-03-23T20:44:50.115Z | Downloaded reqwest v0.13.2 |
| 1151 | 2026-03-23T20:44:50.120Z | Downloaded unicode_categories v0.1.1 |
| 1152 | 2026-03-23T20:44:50.123Z | Downloaded rpassword v7.4.0 |
| 1153 | 2026-03-23T20:44:50.126Z | Downloaded libm v0.2.16 |
| 1154 | 2026-03-23T20:44:50.132Z | Downloaded reedline v0.40.0 |
| 1155 | 2026-03-23T20:44:50.139Z | Downloaded p384 v0.13.1 |
| 1156 | 2026-03-23T20:44:50.144Z | Downloaded rayon v1.11.0 |
| 1157 | 2026-03-23T20:44:50.147Z | Downloaded reqwest v0.12.28 |
| 1158 | 2026-03-23T20:44:50.151Z | Downloaded git2 v0.20.4 |
| 1159 | 2026-03-23T20:44:50.159Z | Downloaded portable-atomic v1.13.1 |
| 1160 | 2026-03-23T20:44:50.165Z | Downloaded aws-lc-rs v1.16.0 |
| 1161 | 2026-03-23T20:44:50.177Z | Downloaded x509-cert v0.2.5 |
| 1162 | 2026-03-23T20:44:50.183Z | Downloaded zerocopy-derive v0.8.40 |
| 1163 | 2026-03-23T20:44:50.186Z | Downloaded yansi v1.0.1 |
| 1164 | 2026-03-23T20:44:50.186Z | Downloaded regex v1.12.3 |
| 1165 | 2026-03-23T20:44:50.190Z | Downloaded quick-xml v0.37.5 |
| 1166 | 2026-03-23T20:44:50.196Z | Downloaded tower v0.5.3 |
| 1167 | 2026-03-23T20:44:50.205Z | Downloaded unicode-normalization v0.1.25 |
| 1168 | 2026-03-23T20:44:50.209Z | Downloaded moka v0.12.13 |
| 1169 | 2026-03-23T20:44:50.213Z | Downloaded unicode-segmentation v1.12.0 |
| 1170 | 2026-03-23T20:44:50.217Z | Downloaded typed-path v0.9.3 |
| 1171 | 2026-03-23T20:44:50.222Z | Downloaded salty v0.3.0 |
| 1172 | 2026-03-23T20:44:50.225Z | Downloaded serde_with v3.17.0 |
| 1173 | 2026-03-23T20:44:50.235Z | Downloaded petname v2.0.2 |
| 1174 | 2026-03-23T20:44:50.238Z | Downloaded lalrpop v0.19.12 |
| 1175 | 2026-03-23T20:44:50.245Z | Downloaded rustls-webpki v0.101.7 |
| 1176 | 2026-03-23T20:44:50.257Z | Downloaded nix v0.27.1 |
| 1177 | 2026-03-23T20:44:50.264Z | Downloaded goblin v0.10.5 |
| 1178 | 2026-03-23T20:44:50.270Z | Downloaded zip v4.6.1 |
| 1179 | 2026-03-23T20:44:50.273Z | Downloaded tower-http v0.6.8 |
| 1180 | 2026-03-23T20:44:50.279Z | Downloaded rustls-webpki v0.102.8 |
| 1181 | 2026-03-23T20:44:50.293Z | Downloaded tokio-util v0.7.18 |
| 1182 | 2026-03-23T20:44:50.298Z | Downloaded object v0.30.4 |
| 1183 | 2026-03-23T20:44:50.305Z | Downloaded curve25519-dalek v4.1.3 |
| 1184 | 2026-03-23T20:44:50.312Z | Downloaded tabled v0.20.0 |
| 1185 | 2026-03-23T20:44:50.325Z | Downloaded regex-syntax v0.6.29 |
| 1186 | 2026-03-23T20:44:50.330Z | Downloaded tough v0.20.0 |
| 1187 | 2026-03-23T20:44:50.337Z | Downloaded radix_trie v0.2.1 |
| 1188 | 2026-03-23T20:44:50.340Z | Downloaded zlib-rs v0.6.2 |
| 1189 | 2026-03-23T20:44:50.345Z | Downloaded time v0.3.47 |
| 1190 | 2026-03-23T20:44:50.354Z | Downloaded hickory-proto v0.24.4 |
| 1191 | 2026-03-23T20:44:50.365Z | Downloaded nix v0.28.0 |
| 1192 | 2026-03-23T20:44:50.376Z | Downloaded quinn-proto v0.11.13 |
| 1193 | 2026-03-23T20:44:50.380Z | Downloaded winnow v0.6.26 |
| 1194 | 2026-03-23T20:44:50.386Z | Downloaded zerocopy v0.8.40 |
| 1195 | 2026-03-23T20:44:50.396Z | Downloaded rustix v0.38.44 |
| 1196 | 2026-03-23T20:44:50.410Z | Downloaded polar-core v0.27.3 |
| 1197 | 2026-03-23T20:44:50.419Z | Downloaded openssl v0.10.75 |
| 1198 | 2026-03-23T20:44:50.424Z | Downloaded openapiv3 v2.2.0 |
| 1199 | 2026-03-23T20:44:50.434Z | Downloaded smoltcp v0.9.1 |
| 1200 | 2026-03-23T20:44:50.441Z | Downloaded winnow v0.5.40 |
| 1201 | 2026-03-23T20:44:50.448Z | Downloaded rustls v0.21.12 |
| 1202 | 2026-03-23T20:44:50.460Z | Downloaded dropshot v0.16.7 |
| 1203 | 2026-03-23T20:44:50.474Z | Downloaded vcpkg v0.2.15 |
| 1204 | 2026-03-23T20:44:50.503Z | Downloaded nix v0.29.0 |
| 1205 | 2026-03-23T20:44:50.512Z | Downloaded webpki-roots v1.0.6 |
| 1206 | 2026-03-23T20:44:50.515Z | Downloaded object v0.37.3 |
| 1207 | 2026-03-23T20:44:50.523Z | Downloaded tracing v0.1.44 |
| 1208 | 2026-03-23T20:44:50.540Z | Downloaded rustls v0.22.4 |
| 1209 | 2026-03-23T20:44:50.549Z | Downloaded smoltcp v0.11.0 |
| 1210 | 2026-03-23T20:44:50.558Z | Downloaded hickory-proto v0.25.2 |
| 1211 | 2026-03-23T20:44:50.570Z | Downloaded rustls v0.23.37 |
| 1212 | 2026-03-23T20:44:50.579Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1213 | 2026-03-23T20:44:50.592Z | Downloaded diesel v2.3.7 |
| 1214 | 2026-03-23T20:44:50.606Z | Downloaded nix v0.31.1 |
| 1215 | 2026-03-23T20:44:50.612Z | Downloaded regress v0.10.5 |
| 1216 | 2026-03-23T20:44:50.620Z | Downloaded regex-syntax v0.8.10 |
| 1217 | 2026-03-23T20:44:50.625Z | Downloaded petgraph v0.6.5 |
| 1218 | 2026-03-23T20:44:50.639Z | Downloaded chrono-tz v0.10.4 |
| 1219 | 2026-03-23T20:44:50.653Z | Downloaded proptest v1.10.0 |
| 1220 | 2026-03-23T20:44:50.661Z | Downloaded jiff v0.2.21 |
| 1221 | 2026-03-23T20:44:50.673Z | Downloaded bstr v1.12.1 |
| 1222 | 2026-03-23T20:44:50.680Z | Downloaded chrono v0.4.44 |
| 1223 | 2026-03-23T20:44:50.685Z | Downloaded bitvec v1.0.1 |
| 1224 | 2026-03-23T20:44:50.696Z | Downloaded petgraph v0.8.3 |
| 1225 | 2026-03-23T20:44:50.712Z | Downloaded sqlparser v0.61.0 |
| 1226 | 2026-03-23T20:44:50.719Z | Downloaded bindgen v0.71.1 |
| 1227 | 2026-03-23T20:44:50.725Z | Downloaded typify-impl v0.6.1 |
| 1228 | 2026-03-23T20:44:50.736Z | Downloaded sled v0.34.7 |
| 1229 | 2026-03-23T20:44:50.743Z | Downloaded typify-impl v0.4.3 |
| 1230 | 2026-03-23T20:44:50.754Z | Downloaded ratatui v0.29.0 |
| 1231 | 2026-03-23T20:44:50.769Z | Downloaded slog-dtrace v0.3.0 |
| 1232 | 2026-03-23T20:44:50.773Z | Downloaded hashbrown v0.12.3 |
| 1233 | 2026-03-23T20:44:50.773Z | Downloaded sync-ptr v0.1.4 |
| 1234 | 2026-03-23T20:44:50.776Z | Downloaded slog-async v2.8.0 |
| 1235 | 2026-03-23T20:44:50.776Z | Downloaded shlex v1.3.0 |
| 1236 | 2026-03-23T20:44:50.776Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1237 | 2026-03-23T20:44:50.776Z | Downloaded structmeta-derive v0.3.0 |
| 1238 | 2026-03-23T20:44:50.779Z | Downloaded arc-swap v1.8.2 |
| 1239 | 2026-03-23T20:44:50.783Z | Downloaded proc-macro-crate v1.3.1 |
| 1240 | 2026-03-23T20:44:50.783Z | Downloaded predicates-tree v1.0.13 |
| 1241 | 2026-03-23T20:44:50.783Z | Downloaded compact_str v0.8.1 |
| 1242 | 2026-03-23T20:44:50.789Z | Downloaded bumpalo v3.20.2 |
| 1243 | 2026-03-23T20:44:50.789Z | Downloaded flume v0.11.1 |
| 1244 | 2026-03-23T20:44:50.792Z | Downloaded const_format v0.2.35 |
| 1245 | 2026-03-23T20:44:50.793Z | Downloaded opaque-debug v0.3.1 |
| 1246 | 2026-03-23T20:44:50.793Z | Downloaded derive_more v0.99.20 |
| 1247 | 2026-03-23T20:44:50.796Z | Downloaded libefi-sys v0.1.0 |
| 1248 | 2026-03-23T20:44:50.799Z | Downloaded num_enum_derive v0.5.11 |
| 1249 | 2026-03-23T20:44:50.799Z | Downloaded highway v1.3.0 |
| 1250 | 2026-03-23T20:44:50.799Z | Downloaded zerocopy-derive v0.6.6 |
| 1251 | 2026-03-23T20:44:50.806Z | Downloaded derive-where v1.6.0 |
| 1252 | 2026-03-23T20:44:50.809Z | Downloaded regex-automata v0.4.14 |
| 1253 | 2026-03-23T20:44:50.821Z | Downloaded der v0.7.10 |
| 1254 | 2026-03-23T20:44:50.824Z | Downloaded bzip2 v0.4.4 |
| 1255 | 2026-03-23T20:44:50.828Z | Downloaded newline-converter v0.3.0 |
| 1256 | 2026-03-23T20:44:50.828Z | Downloaded futures-channel v0.3.32 |
| 1257 | 2026-03-23T20:44:50.828Z | Downloaded hickory-client v0.25.2 |
| 1258 | 2026-03-23T20:44:50.832Z | Downloaded ar_archive_writer v0.5.1 |
| 1259 | 2026-03-23T20:44:50.832Z | Downloaded darling_core v0.20.11 |
| 1260 | 2026-03-23T20:44:50.837Z | Downloaded lzss v0.8.2 |
| 1261 | 2026-03-23T20:44:50.842Z | Downloaded hyper-staticfile v0.10.1 |
| 1262 | 2026-03-23T20:44:50.842Z | Downloaded crossterm v0.29.0 |
| 1263 | 2026-03-23T20:44:50.845Z | Downloaded futures-executor v0.3.32 |
| 1264 | 2026-03-23T20:44:50.845Z | Downloaded cancel-safe-futures v0.1.5 |
| 1265 | 2026-03-23T20:44:50.848Z | Downloaded base64 v0.22.1 |
| 1266 | 2026-03-23T20:44:50.848Z | Downloaded lzma-sys v0.1.20 |
| 1267 | 2026-03-23T20:44:50.869Z | Downloaded git-stub-vcs v0.1.0 |
| 1268 | 2026-03-23T20:44:50.872Z | Downloaded gethostname v0.5.0 |
| 1269 | 2026-03-23T20:44:50.872Z | Downloaded cookie_store v0.22.1 |
| 1270 | 2026-03-23T20:44:50.873Z | Downloaded cookie v0.18.1 |
| 1271 | 2026-03-23T20:44:50.876Z | Downloaded console v0.15.11 |
| 1272 | 2026-03-23T20:44:50.879Z | Downloaded clang-sys v1.8.1 |
| 1273 | 2026-03-23T20:44:50.879Z | Downloaded ahash v0.8.12 |
| 1274 | 2026-03-23T20:44:50.883Z | Downloaded allocator-api2 v0.2.21 |
| 1275 | 2026-03-23T20:44:50.883Z | Downloaded defmt-macros v1.0.1 |
| 1276 | 2026-03-23T20:44:50.886Z | Downloaded drift v0.1.3 |
| 1277 | 2026-03-23T20:44:50.889Z | Downloaded critical-section v1.2.0 |
| 1278 | 2026-03-23T20:44:50.889Z | Downloaded byte-wrapper v0.1.0 |
| 1279 | 2026-03-23T20:44:50.892Z | Downloaded fixedbitset v0.5.7 |
| 1280 | 2026-03-23T20:44:50.892Z | Downloaded data-encoding v2.10.0 |
| 1281 | 2026-03-23T20:44:50.895Z | Downloaded crossterm v0.28.1 |
| 1282 | 2026-03-23T20:44:50.898Z | Downloaded hostname v0.3.1 |
| 1283 | 2026-03-23T20:44:50.898Z | Downloaded home v0.5.12 |
| 1284 | 2026-03-23T20:44:50.902Z | Downloaded libz-sys v1.1.24 |
| 1285 | 2026-03-23T20:44:50.914Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1286 | 2026-03-23T20:44:50.928Z | Downloaded filetime v0.2.27 |
| 1287 | 2026-03-23T20:44:50.931Z | Downloaded csv v1.4.0 |
| 1288 | 2026-03-23T20:44:50.944Z | Downloaded fallible-iterator v0.2.0 |
| 1289 | 2026-03-23T20:44:50.947Z | Downloaded dunce v1.0.5 |
| 1290 | 2026-03-23T20:44:50.947Z | Downloaded cargo_metadata v0.19.2 |
| 1291 | 2026-03-23T20:44:50.947Z | Downloaded backon v1.6.0 |
| 1292 | 2026-03-23T20:44:50.952Z | Downloaded async-bb8-diesel v0.2.1 |
| 1293 | 2026-03-23T20:44:50.952Z | Downloaded cassowary v0.3.0 |
| 1294 | 2026-03-23T20:44:50.952Z | Downloaded bcs v0.1.6 |
| 1295 | 2026-03-23T20:44:50.955Z | Downloaded async-trait v0.1.89 |
| 1296 | 2026-03-23T20:44:50.955Z | Downloaded bitflags v1.3.2 |
| 1297 | 2026-03-23T20:44:50.958Z | Downloaded async-stream-impl v0.3.6 |
| 1298 | 2026-03-23T20:44:50.958Z | Downloaded foreign-types v0.3.2 |
| 1299 | 2026-03-23T20:44:50.958Z | Downloaded darling_macro v0.21.3 |
| 1300 | 2026-03-23T20:44:50.958Z | Downloaded tokio v1.49.0 |
| 1301 | 2026-03-23T20:44:50.988Z | Downloaded sha3 v0.10.8 |
| 1302 | 2026-03-23T20:44:50.991Z | Downloaded crunchy v0.2.4 |
| 1303 | 2026-03-23T20:44:50.994Z | Downloaded console v0.16.2 |
| 1304 | 2026-03-23T20:44:50.994Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1305 | 2026-03-23T20:44:51.035Z | Downloaded cmake v0.1.57 |
| 1306 | 2026-03-23T20:44:51.039Z | Downloaded bit-vec v0.6.3 |
| 1307 | 2026-03-23T20:44:51.039Z | Downloaded base64ct v1.8.3 |
| 1308 | 2026-03-23T20:44:51.042Z | Downloaded async-recursion v1.1.1 |
| 1309 | 2026-03-23T20:44:51.042Z | Downloaded argon2 v0.5.3 |
| 1310 | 2026-03-23T20:44:51.046Z | Downloaded bit-vec v0.8.0 |
| 1311 | 2026-03-23T20:44:51.046Z | Downloaded atomicwrites v0.4.4 |
| 1312 | 2026-03-23T20:44:51.046Z | Downloaded ascii-canvas v3.0.0 |
| 1313 | 2026-03-23T20:44:51.046Z | Downloaded base16ct v1.0.0 |
| 1314 | 2026-03-23T20:44:51.049Z | Downloaded des v0.8.1 |
| 1315 | 2026-03-23T20:44:51.049Z | Downloaded darling v0.21.3 |
| 1316 | 2026-03-23T20:44:51.070Z | Downloaded encoding_rs v0.8.35 |
| 1317 | 2026-03-23T20:44:51.088Z | Downloaded ring v0.17.14 |
| 1318 | 2026-03-23T20:44:51.595Z | Downloaded aws-lc-sys v0.37.1 |
| 1319 | 2026-03-23T20:44:51.923Z | Compiling libc v0.2.180 |
| 1320 | 2026-03-23T20:44:51.926Z | Compiling serde v1.0.228 |
| 1321 | 2026-03-23T20:44:51.926Z | Compiling log v0.4.29 |
| 1322 | 2026-03-23T20:44:51.926Z | Compiling find-msvc-tools v0.1.9 |
| 1323 | 2026-03-23T20:44:51.926Z | Compiling shlex v1.3.0 |
| 1324 | 2026-03-23T20:44:51.926Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-03-23T20:44:51.926Z | Compiling typenum v1.19.0 |
| 1326 | 2026-03-23T20:44:51.926Z | Compiling subtle v2.6.1 |
| 1327 | 2026-03-23T20:44:52.088Z | Compiling generic-array v0.14.7 |
| 1328 | 2026-03-23T20:44:52.105Z | Compiling scopeguard v1.2.0 |
| 1329 | 2026-03-23T20:44:52.108Z | Compiling portable-atomic v1.13.1 |
| 1330 | 2026-03-23T20:44:52.196Z | Compiling const-oid v0.9.6 |
| 1331 | 2026-03-23T20:44:52.215Z | Compiling critical-section v1.2.0 |
| 1332 | 2026-03-23T20:44:52.219Z | Compiling zerocopy v0.8.40 |
| 1333 | 2026-03-23T20:44:52.236Z | Compiling syn v2.0.117 |
| 1334 | 2026-03-23T20:44:52.324Z | Compiling parking_lot_core v0.9.12 |
| 1335 | 2026-03-23T20:44:52.368Z | Compiling pin-project-lite v0.2.17 |
| 1336 | 2026-03-23T20:44:52.392Z | Compiling serde_json v1.0.149 |
| 1337 | 2026-03-23T20:44:52.439Z | Compiling lock_api v0.4.14 |
| 1338 | 2026-03-23T20:44:52.442Z | Compiling pkg-config v0.3.32 |
| 1339 | 2026-03-23T20:44:52.487Z | Compiling bitflags v2.11.0 |
| 1340 | 2026-03-23T20:44:52.490Z | Compiling libm v0.2.16 |
| 1341 | 2026-03-23T20:44:52.557Z | Compiling num-traits v0.2.19 |
| 1342 | 2026-03-23T20:44:52.581Z | Compiling futures-core v0.3.32 |
| 1343 | 2026-03-23T20:44:52.607Z | Compiling percent-encoding v2.3.2 |
| 1344 | 2026-03-23T20:44:52.703Z | Compiling allocator-api2 v0.2.21 |
| 1345 | 2026-03-23T20:44:52.839Z | Compiling foldhash v0.2.0 |
| 1346 | 2026-03-23T20:44:52.963Z | Compiling cpufeatures v0.2.17 |
| 1347 | 2026-03-23T20:44:52.966Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-03-23T20:44:53.028Z | Compiling futures-io v0.3.32 |
| 1349 | 2026-03-23T20:44:53.051Z | Compiling futures-task v0.3.32 |
| 1350 | 2026-03-23T20:44:53.117Z | Compiling slab v0.4.12 |
| 1351 | 2026-03-23T20:44:53.139Z | Compiling getrandom v0.4.1 |
| 1352 | 2026-03-23T20:44:53.164Z | Compiling futures-channel v0.3.32 |
| 1353 | 2026-03-23T20:44:53.234Z | Compiling hashbrown v0.16.1 |
| 1354 | 2026-03-23T20:44:53.238Z | Compiling rand_core v0.10.0 |
| 1355 | 2026-03-23T20:44:53.285Z | Compiling getrandom v0.3.4 |
| 1356 | 2026-03-23T20:44:53.307Z | Compiling rustversion v1.0.22 |
| 1357 | 2026-03-23T20:44:53.311Z | Compiling form_urlencoded v1.2.2 |
| 1358 | 2026-03-23T20:44:53.357Z | Compiling base64ct v1.8.3 |
| 1359 | 2026-03-23T20:44:53.383Z | Compiling getrandom v0.2.17 |
| 1360 | 2026-03-23T20:44:53.410Z | Compiling jobserver v0.1.34 |
| 1361 | 2026-03-23T20:44:53.469Z | Compiling errno v0.3.14 |
| 1362 | 2026-03-23T20:44:53.540Z | Compiling mio v1.1.1 |
| 1363 | 2026-03-23T20:44:53.586Z | Compiling rand_core v0.6.4 |
| 1364 | 2026-03-23T20:44:53.631Z | Compiling signal-hook-registry v1.4.8 |
| 1365 | 2026-03-23T20:44:53.652Z | Compiling socket2 v0.6.2 |
| 1366 | 2026-03-23T20:44:53.709Z | Compiling fs_extra v1.3.0 |
| 1367 | 2026-03-23T20:44:53.736Z | Compiling cc v1.2.56 |
| 1368 | 2026-03-23T20:44:53.790Z | Compiling once_cell v1.21.3 |
| 1369 | 2026-03-23T20:44:53.813Z | Compiling parking_lot v0.12.5 |
| 1370 | 2026-03-23T20:44:53.997Z | Compiling dunce v1.0.5 |
| 1371 | 2026-03-23T20:44:54.001Z | Compiling ident_case v1.0.1 |
| 1372 | 2026-03-23T20:44:54.068Z | Compiling indexmap v2.13.0 |
| 1373 | 2026-03-23T20:44:54.117Z | Compiling pem-rfc7468 v0.7.0 |
| 1374 | 2026-03-23T20:44:54.140Z | Compiling flagset v0.4.7 |
| 1375 | 2026-03-23T20:44:54.144Z | Compiling rustix v1.1.3 |
| 1376 | 2026-03-23T20:44:54.187Z | Compiling iana-time-zone v0.1.65 |
| 1377 | 2026-03-23T20:44:54.221Z | Compiling uuid v1.21.0 |
| 1378 | 2026-03-23T20:44:54.259Z | Compiling rustc_version v0.4.1 |
| 1379 | 2026-03-23T20:44:54.284Z | Compiling aws-lc-rs v1.16.0 |
| 1380 | 2026-03-23T20:44:54.287Z | Compiling regex-syntax v0.8.10 |
| 1381 | 2026-03-23T20:44:54.376Z | Compiling vcpkg v0.2.15 |
| 1382 | 2026-03-23T20:44:54.467Z | Compiling tracing-core v0.1.36 |
| 1383 | 2026-03-23T20:44:54.552Z | Compiling crossbeam-utils v0.8.21 |
| 1384 | 2026-03-23T20:44:54.658Z | Compiling rand_core v0.9.5 |
| 1385 | 2026-03-23T20:44:54.708Z | Compiling openssl-probe v0.2.1 |
| 1386 | 2026-03-23T20:44:54.732Z | Compiling base64 v0.22.1 |
| 1387 | 2026-03-23T20:44:54.735Z | Compiling untrusted v0.9.0 |
| 1388 | 2026-03-23T20:44:54.834Z | Compiling cmake v0.1.57 |
| 1389 | 2026-03-23T20:44:54.873Z | Compiling syn v1.0.109 |
| 1390 | 2026-03-23T20:44:54.932Z | Compiling httparse v1.10.1 |
| 1391 | 2026-03-23T20:44:54.976Z | Compiling untrusted v0.7.1 |
| 1392 | 2026-03-23T20:44:55.024Z | Compiling schemars v0.8.22 |
| 1393 | 2026-03-23T20:44:55.069Z | Compiling tower-service v0.3.3 |
| 1394 | 2026-03-23T20:44:55.155Z | Compiling dyn-clone v1.0.20 |
| 1395 | 2026-03-23T20:44:55.190Z | Compiling try-lock v0.2.5 |
| 1396 | 2026-03-23T20:44:55.212Z | Compiling tinyvec_macros v0.1.1 |
| 1397 | 2026-03-23T20:44:55.212Z | Compiling atomic-waker v1.1.2 |
| 1398 | 2026-03-23T20:44:55.265Z | Compiling tower-layer v0.3.3 |
| 1399 | 2026-03-23T20:44:55.343Z | Compiling rustls v0.23.37 |
| 1400 | 2026-03-23T20:44:55.370Z | Compiling want v0.3.1 |
| 1401 | 2026-03-23T20:44:55.375Z | Compiling tinyvec v1.10.0 |
| 1402 | 2026-03-23T20:44:55.393Z | Compiling spin v0.9.8 |
| 1403 | 2026-03-23T20:44:55.437Z | Compiling aho-corasick v1.1.4 |
| 1404 | 2026-03-23T20:44:55.460Z | Compiling crc32fast v1.5.0 |
| 1405 | 2026-03-23T20:44:55.464Z | Compiling powerfmt v0.2.0 |
| 1406 | 2026-03-23T20:44:55.464Z | Compiling httpdate v1.0.3 |
| 1407 | 2026-03-23T20:44:55.553Z | Compiling time-core v0.1.8 |
| 1408 | 2026-03-23T20:44:55.600Z | Compiling openssl v0.10.75 |
| 1409 | 2026-03-23T20:44:55.626Z | Compiling pin-utils v0.1.0 |
| 1410 | 2026-03-23T20:44:55.729Z | Compiling foreign-types-shared v0.1.1 |
| 1411 | 2026-03-23T20:44:55.729Z | Compiling num-conv v0.2.0 |
| 1412 | 2026-03-23T20:44:55.774Z | Compiling deranged v0.5.8 |
| 1413 | 2026-03-23T20:44:55.798Z | Compiling wait-timeout v0.2.1 |
| 1414 | 2026-03-23T20:44:55.801Z | Compiling usdt-impl v0.6.0 |
| 1415 | 2026-03-23T20:44:55.843Z | Compiling foreign-types v0.3.2 |
| 1416 | 2026-03-23T20:44:55.864Z | Compiling either v1.15.0 |
| 1417 | 2026-03-23T20:44:55.926Z | Compiling native-tls v0.2.18 |
| 1418 | 2026-03-23T20:44:55.952Z | Compiling quick-error v1.2.3 |
| 1419 | 2026-03-23T20:44:55.976Z | Compiling simd-adler32 v0.3.8 |
| 1420 | 2026-03-23T20:44:55.980Z | Compiling time-macros v0.2.27 |
| 1421 | 2026-03-23T20:44:55.980Z | Compiling num_threads v0.1.7 |
| 1422 | 2026-03-23T20:44:56.048Z | Compiling aws-lc-sys v0.37.1 |
| 1423 | 2026-03-23T20:44:56.072Z | Compiling ring v0.17.14 |
| 1424 | 2026-03-23T20:44:56.107Z | Compiling openssl-sys v0.9.111 |
| 1425 | 2026-03-23T20:44:56.110Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1426 | 2026-03-23T20:44:56.166Z | Compiling siphasher v1.0.2 |
| 1427 | 2026-03-23T20:44:56.169Z | Compiling bit-vec v0.8.0 |
| 1428 | 2026-03-23T20:44:56.213Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1429 | 2026-03-23T20:44:56.335Z | Compiling unicode-normalization v0.1.25 |
| 1430 | 2026-03-23T20:44:56.449Z | Compiling tempfile v3.25.0 |
| 1431 | 2026-03-23T20:44:56.521Z | Compiling synstructure v0.13.2 |
| 1432 | 2026-03-23T20:44:56.521Z | Compiling pest_generator v2.8.6 |
| 1433 | 2026-03-23T20:44:56.613Z | Compiling serde_derive_internals v0.29.1 |
| 1434 | 2026-03-23T20:44:56.677Z | Compiling darling_core v0.20.11 |
| 1435 | 2026-03-23T20:44:57.007Z | Compiling regex-automata v0.4.14 |
| 1436 | 2026-03-23T20:44:57.077Z | Compiling rusty-fork v0.3.1 |
| 1437 | 2026-03-23T20:44:57.194Z | Compiling darling_core v0.21.3 |
| 1438 | 2026-03-23T20:44:57.391Z | Compiling bit-set v0.8.0 |
| 1439 | 2026-03-23T20:44:57.510Z | Compiling crossbeam-epoch v0.9.18 |
| 1440 | 2026-03-23T20:44:57.530Z | Compiling rand_xorshift v0.4.0 |
| 1441 | 2026-03-23T20:44:57.533Z | Compiling time v0.3.47 |
| 1442 | 2026-03-23T20:44:57.611Z | Compiling slog v2.8.2 |
| 1443 | 2026-03-23T20:44:57.724Z | Compiling heapless v0.7.17 |
| 1444 | 2026-03-23T20:44:57.758Z | Compiling thread-id v5.1.0 |
| 1445 | 2026-03-23T20:44:57.779Z | Compiling sync_wrapper v1.0.2 |
| 1446 | 2026-03-23T20:44:57.894Z | Compiling cookie v0.18.1 |
| 1447 | 2026-03-23T20:44:57.923Z | Compiling paste v1.0.15 |
| 1448 | 2026-03-23T20:44:57.923Z | Compiling zstd-safe v7.2.4 |
| 1449 | 2026-03-23T20:44:57.971Z | Compiling signal-hook v0.3.18 |
| 1450 | 2026-03-23T20:44:57.971Z | Compiling anyhow v1.0.102 |
| 1451 | 2026-03-23T20:44:58.017Z | Compiling unicode-properties v0.1.4 |
| 1452 | 2026-03-23T20:44:58.096Z | Compiling adler2 v2.0.1 |
| 1453 | 2026-03-23T20:44:58.150Z | Compiling unicode-bidi v0.3.18 |
| 1454 | 2026-03-23T20:44:58.218Z | Compiling rayon-core v1.13.0 |
| 1455 | 2026-03-23T20:44:58.244Z | Compiling unicode-segmentation v1.12.0 |
| 1456 | 2026-03-23T20:44:58.288Z | Compiling unarray v0.1.4 |
| 1457 | 2026-03-23T20:44:58.366Z | Compiling miniz_oxide v0.8.9 |
| 1458 | 2026-03-23T20:44:58.515Z | Compiling crossbeam-deque v0.8.6 |
| 1459 | 2026-03-23T20:44:58.541Z | Compiling num-integer v0.1.46 |
| 1460 | 2026-03-23T20:44:58.712Z | Compiling stringprep v0.1.5 |
| 1461 | 2026-03-23T20:44:58.786Z | Compiling vergen-lib v0.1.6 |
| 1462 | 2026-03-23T20:44:58.808Z | Compiling curve25519-dalek v4.1.3 |
| 1463 | 2026-03-23T20:44:58.913Z | Compiling ff v0.13.1 |
| 1464 | 2026-03-23T20:44:58.997Z | Compiling hash32 v0.2.1 |
| 1465 | 2026-03-23T20:44:59.031Z | Compiling memoffset v0.9.1 |
| 1466 | 2026-03-23T20:44:59.104Z | Compiling litrs v1.0.0 |
| 1467 | 2026-03-23T20:44:59.129Z | Compiling serde_derive v1.0.228 |
| 1468 | 2026-03-23T20:44:59.226Z | Compiling zeroize_derive v1.4.3 |
| 1469 | 2026-03-23T20:44:59.248Z | Compiling zerofrom-derive v0.1.6 |
| 1470 | 2026-03-23T20:44:59.270Z | Compiling yoke-derive v0.8.1 |
| 1471 | 2026-03-23T20:44:59.294Z | Compiling zerocopy-derive v0.8.40 |
| 1472 | 2026-03-23T20:44:59.329Z | Compiling zerovec-derive v0.11.2 |
| 1473 | 2026-03-23T20:44:59.350Z | Compiling displaydoc v0.2.5 |
| 1474 | 2026-03-23T20:44:59.819Z | Compiling tokio-macros v2.6.0 |
| 1475 | 2026-03-23T20:44:59.853Z | Compiling futures-macro v0.3.32 |
| 1476 | 2026-03-23T20:44:59.993Z | Compiling der_derive v0.7.3 |
| 1477 | 2026-03-23T20:45:00.098Z | Compiling zeroize v1.8.2 |
| 1478 | 2026-03-23T20:45:00.381Z | Compiling thiserror-impl v2.0.18 |
| 1479 | 2026-03-23T20:45:00.812Z | Compiling rustls-pki-types v1.14.0 |
| 1480 | 2026-03-23T20:45:00.853Z | Compiling tracing-attributes v0.1.31 |
| 1481 | 2026-03-23T20:45:00.876Z | Compiling scroll_derive v0.13.1 |
| 1482 | 2026-03-23T20:45:00.879Z | Compiling pest_derive v2.8.6 |
| 1483 | 2026-03-23T20:45:00.947Z | Compiling futures-util v0.3.32 |
| 1484 | 2026-03-23T20:45:01.182Z | Compiling crypto-common v0.1.7 |
| 1485 | 2026-03-23T20:45:01.210Z | Compiling block-buffer v0.10.4 |
| 1486 | 2026-03-23T20:45:01.213Z | Compiling zerofrom v0.1.6 |
| 1487 | 2026-03-23T20:45:01.321Z | Compiling block-padding v0.3.3 |
| 1488 | 2026-03-23T20:45:01.387Z | Compiling yoke v0.8.1 |
| 1489 | 2026-03-23T20:45:01.417Z | Compiling digest v0.10.7 |
| 1490 | 2026-03-23T20:45:01.447Z | Compiling der v0.7.10 |
| 1491 | 2026-03-23T20:45:01.471Z | Compiling schemars_derive v0.8.22 |
| 1492 | 2026-03-23T20:45:01.496Z | Compiling inout v0.1.4 |
| 1493 | 2026-03-23T20:45:01.548Z | Compiling darling_macro v0.20.11 |
| 1494 | 2026-03-23T20:45:01.653Z | Compiling zerovec v0.11.5 |
| 1495 | 2026-03-23T20:45:01.734Z | Compiling zerotrie v0.2.3 |
| 1496 | 2026-03-23T20:45:01.766Z | Compiling hmac v0.12.1 |
| 1497 | 2026-03-23T20:45:01.979Z | Compiling sha2 v0.10.9 |
| 1498 | 2026-03-23T20:45:02.005Z | Compiling cipher v0.4.4 |
| 1499 | 2026-03-23T20:45:02.155Z | Compiling pbkdf2 v0.12.2 |
| 1500 | 2026-03-23T20:45:02.193Z | Compiling scroll v0.13.0 |
| 1501 | 2026-03-23T20:45:02.217Z | Compiling thiserror v2.0.18 |
| 1502 | 2026-03-23T20:45:02.313Z | Compiling tinystr v0.8.2 |
| 1503 | 2026-03-23T20:45:02.361Z | Compiling potential_utf v0.1.4 |
| 1504 | 2026-03-23T20:45:02.382Z | Compiling salsa20 v0.10.2 |
| 1505 | 2026-03-23T20:45:02.382Z | Compiling aes v0.8.4 |
| 1506 | 2026-03-23T20:45:02.560Z | Compiling icu_locale_core v2.1.1 |
| 1507 | 2026-03-23T20:45:02.591Z | Compiling icu_collections v2.1.1 |
| 1508 | 2026-03-23T20:45:02.613Z | Compiling scrypt v0.11.0 |
| 1509 | 2026-03-23T20:45:02.616Z | Compiling cbc v0.1.2 |
| 1510 | 2026-03-23T20:45:02.738Z | Compiling spki v0.7.3 |
| 1511 | 2026-03-23T20:45:02.823Z | Compiling tracing v0.1.44 |
| 1512 | 2026-03-23T20:45:02.989Z | Compiling goblin v0.10.5 |
| 1513 | 2026-03-23T20:45:03.068Z | Compiling pkcs5 v0.7.1 |
| 1514 | 2026-03-23T20:45:03.089Z | Compiling darling v0.20.11 |
| 1515 | 2026-03-23T20:45:03.217Z | Compiling thiserror-impl v1.0.69 |
| 1516 | 2026-03-23T20:45:03.240Z | Compiling openssl-macros v0.1.1 |
| 1517 | 2026-03-23T20:45:03.286Z | Compiling derive_builder_core v0.20.2 |
| 1518 | 2026-03-23T20:45:03.292Z | Compiling dtrace-parser v0.3.0 |
| 1519 | 2026-03-23T20:45:03.333Z | Compiling signature v2.2.0 |
| 1520 | 2026-03-23T20:45:03.478Z | Compiling icu_provider v2.1.1 |
| 1521 | 2026-03-23T20:45:03.577Z | Compiling pkcs8 v0.10.2 |
| 1522 | 2026-03-23T20:45:03.745Z | Compiling rustls-native-certs v0.8.3 |
| 1523 | 2026-03-23T20:45:03.856Z | Compiling icu_properties v2.1.2 |
| 1524 | 2026-03-23T20:45:03.881Z | Compiling bytes v1.11.1 |
| 1525 | 2026-03-23T20:45:03.906Z | Compiling icu_normalizer v2.1.1 |
| 1526 | 2026-03-23T20:45:03.909Z | Compiling chrono v0.4.44 |
| 1527 | 2026-03-23T20:45:03.980Z | Compiling ipnet v2.11.0 |
| 1528 | 2026-03-23T20:45:04.012Z | Compiling scroll_derive v0.12.1 |
| 1529 | 2026-03-23T20:45:04.139Z | Compiling erased-serde v0.3.31 |
| 1530 | 2026-03-23T20:45:04.240Z | Compiling serde_spanned v0.6.9 |
| 1531 | 2026-03-23T20:45:04.382Z | Compiling toml_datetime v0.6.11 |
| 1532 | 2026-03-23T20:45:04.441Z | Compiling serde_tokenstream v0.2.3 |
| 1533 | 2026-03-23T20:45:04.529Z | Compiling derive_builder_macro v0.20.2 |
| 1534 | 2026-03-23T20:45:04.665Z | Compiling tokio v1.49.0 |
| 1535 | 2026-03-23T20:45:04.692Z | Compiling http v1.4.0 |
| 1536 | 2026-03-23T20:45:04.744Z | Compiling md-5 v0.10.6 |
| 1537 | 2026-03-23T20:45:04.774Z | Compiling webpki-roots v1.0.6 |
| 1538 | 2026-03-23T20:45:04.879Z | Compiling darling_macro v0.21.3 |
| 1539 | 2026-03-23T20:45:04.905Z | Compiling zerocopy-derive v0.7.35 |
| 1540 | 2026-03-23T20:45:04.934Z | Compiling scroll v0.12.0 |
| 1541 | 2026-03-23T20:45:04.958Z | Compiling ref-cast v1.0.25 |
| 1542 | 2026-03-23T20:45:04.982Z | Compiling thiserror v1.0.69 |
| 1543 | 2026-03-23T20:45:04.994Z | Compiling cfg_aliases v0.2.1 |
| 1544 | 2026-03-23T20:45:05.100Z | Compiling idna_adapter v1.2.1 |
| 1545 | 2026-03-23T20:45:05.169Z | Compiling fallible-iterator v0.2.0 |
| 1546 | 2026-03-23T20:45:05.197Z | Compiling rustix v0.38.44 |
| 1547 | 2026-03-23T20:45:05.290Z | Compiling idna v1.1.0 |
| 1548 | 2026-03-23T20:45:05.314Z | Compiling iri-string v0.7.10 |
| 1549 | 2026-03-23T20:45:05.317Z | Compiling ryu v1.0.23 |
| 1550 | 2026-03-23T20:45:05.373Z | Compiling zlib-rs v0.6.2 |
| 1551 | 2026-03-23T20:45:05.466Z | Compiling base16ct v0.2.0 |
| 1552 | 2026-03-23T20:45:05.523Z | Compiling num-bigint-dig v0.8.6 |
| 1553 | 2026-03-23T20:45:05.561Z | Compiling psl-types v2.0.11 |
| 1554 | 2026-03-23T20:45:05.598Z | Compiling ppv-lite86 v0.2.21 |
| 1555 | 2026-03-23T20:45:05.669Z | Compiling http-body v1.0.1 |
| 1556 | 2026-03-23T20:45:05.710Z | Compiling url v2.5.8 |
| 1557 | 2026-03-23T20:45:05.738Z | Compiling smoltcp v0.9.1 |
| 1558 | 2026-03-23T20:45:05.812Z | Compiling publicsuffix v2.3.0 |
| 1559 | 2026-03-23T20:45:05.862Z | Compiling http-body-util v0.1.3 |
| 1560 | 2026-03-23T20:45:05.914Z | Compiling sec1 v0.7.3 |
| 1561 | 2026-03-23T20:45:06.002Z | Compiling darling v0.21.3 |
| 1562 | 2026-03-23T20:45:06.025Z | Compiling rand_chacha v0.9.0 |
| 1563 | 2026-03-23T20:45:06.053Z | Compiling rand_chacha v0.3.1 |
| 1564 | 2026-03-23T20:45:06.078Z | Compiling serde_urlencoded v0.7.1 |
| 1565 | 2026-03-23T20:45:06.103Z | Compiling zerocopy v0.7.35 |
| 1566 | 2026-03-23T20:45:06.199Z | Compiling goblin v0.8.2 |
| 1567 | 2026-03-23T20:45:06.240Z | Compiling derive_builder v0.20.2 |
| 1568 | 2026-03-23T20:45:06.262Z | Compiling nix v0.31.1 |
| 1569 | 2026-03-23T20:45:06.308Z | Compiling rand v0.9.2 |
| 1570 | 2026-03-23T20:45:06.443Z | Compiling rand v0.8.5 |
| 1571 | 2026-03-23T20:45:06.785Z | Compiling cargo-platform v0.1.9 |
| 1572 | 2026-03-23T20:45:06.808Z | Compiling hkdf v0.12.4 |
| 1573 | 2026-03-23T20:45:06.908Z | Compiling dof v0.4.0 |
| 1574 | 2026-03-23T20:45:07.025Z | Compiling hubpack_derive v0.1.1 |
| 1575 | 2026-03-23T20:45:07.077Z | Compiling proptest v1.10.0 |
| 1576 | 2026-03-23T20:45:07.111Z | Compiling postgres-protocol v0.6.10 |
| 1577 | 2026-03-23T20:45:07.135Z | Compiling crypto-bigint v0.5.5 |
| 1578 | 2026-03-23T20:45:07.368Z | Compiling regex v1.12.3 |
| 1579 | 2026-03-23T20:45:07.393Z | Compiling document-features v0.2.12 |
| 1580 | 2026-03-23T20:45:07.576Z | Compiling ipnetwork v0.21.1 |
| 1581 | 2026-03-23T20:45:07.888Z | Compiling oxnet v0.1.4 |
| 1582 | 2026-03-23T20:45:08.055Z | Compiling strum_macros v0.27.2 |
| 1583 | 2026-03-23T20:45:08.140Z | Compiling ref-cast-impl v1.0.25 |
| 1584 | 2026-03-23T20:45:08.233Z | Compiling async-trait v0.1.89 |
| 1585 | 2026-03-23T20:45:08.303Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1586 | 2026-03-23T20:45:08.393Z | Compiling daft-derive v0.1.5 |
| 1587 | 2026-03-23T20:45:08.469Z | Compiling group v0.13.0 |
| 1588 | 2026-03-23T20:45:08.626Z | Compiling num-iter v0.1.45 |
| 1589 | 2026-03-23T20:45:08.758Z | Compiling heck v0.4.1 |
| 1590 | 2026-03-23T20:45:08.792Z | Compiling proc-macro-error v1.0.4 |
| 1591 | 2026-03-23T20:45:09.180Z | Compiling phf_shared v0.13.1 |
| 1592 | 2026-03-23T20:45:09.206Z | Compiling terminal_size v0.4.3 |
| 1593 | 2026-03-23T20:45:09.232Z | Compiling lazy_static v1.5.0 |
| 1594 | 2026-03-23T20:45:09.236Z | Compiling vergen v9.0.6 |
| 1595 | 2026-03-23T20:45:09.364Z | Compiling fs-err v3.3.0 |
| 1596 | 2026-03-23T20:45:09.386Z | Compiling ahash v0.8.12 |
| 1597 | 2026-03-23T20:45:09.421Z | Compiling object v0.37.3 |
| 1598 | 2026-03-23T20:45:09.506Z | Compiling managed v0.8.0 |
| 1599 | 2026-03-23T20:45:09.529Z | Compiling winnow v0.5.40 |
| 1600 | 2026-03-23T20:45:09.553Z | Compiling flate2 v1.1.9 |
| 1601 | 2026-03-23T20:45:09.587Z | Compiling bitflags v1.3.2 |
| 1602 | 2026-03-23T20:45:09.628Z | Compiling foldhash v0.1.5 |
| 1603 | 2026-03-23T20:45:09.653Z | Compiling libbz2-rs-sys v0.2.2 |
| 1604 | 2026-03-23T20:45:09.678Z | Compiling bumpalo v3.20.2 |
| 1605 | 2026-03-23T20:45:09.726Z | Compiling console v0.16.2 |
| 1606 | 2026-03-23T20:45:09.777Z | Compiling tokio-util v0.7.18 |
| 1607 | 2026-03-23T20:45:09.799Z | Compiling tower v0.5.3 |
| 1608 | 2026-03-23T20:45:09.823Z | Compiling tokio-native-tls v0.3.1 |
| 1609 | 2026-03-23T20:45:09.875Z | Compiling hashbrown v0.15.5 |
| 1610 | 2026-03-23T20:45:10.034Z | Compiling zopfli v0.8.3 |
| 1611 | 2026-03-23T20:45:10.143Z | Compiling phf v0.13.1 |
| 1612 | 2026-03-23T20:45:10.190Z | Compiling clap_builder v4.5.60 |
| 1613 | 2026-03-23T20:45:10.260Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-03-23T20:45:10.386Z | Compiling tower-http v0.6.8 |
| 1615 | 2026-03-23T20:45:10.476Z | Compiling signal-hook-mio v0.2.5 |
| 1616 | 2026-03-23T20:45:10.519Z | Compiling dof v0.3.0 |
| 1617 | 2026-03-23T20:45:10.549Z | Compiling newtype-uuid v1.3.2 |
| 1618 | 2026-03-23T20:45:10.636Z | Compiling zone_cfg_derive v0.3.1 |
| 1619 | 2026-03-23T20:45:10.658Z | Compiling rayon v1.11.0 |
| 1620 | 2026-03-23T20:45:10.859Z | Compiling h2 v0.4.13 |
| 1621 | 2026-03-23T20:45:10.943Z | Compiling strum v0.27.2 |
| 1622 | 2026-03-23T20:45:10.965Z | Compiling daft v0.1.5 |
| 1623 | 2026-03-23T20:45:11.120Z | Compiling cargo_metadata v0.19.2 |
| 1624 | 2026-03-23T20:45:11.227Z | Compiling usdt-attr-macro v0.6.0 |
| 1625 | 2026-03-23T20:45:11.231Z | Compiling usdt-macro v0.6.0 |
| 1626 | 2026-03-23T20:45:11.343Z | Compiling toml_edit v0.19.15 |
| 1627 | 2026-03-23T20:45:11.536Z | Compiling elliptic-curve v0.13.8 |
| 1628 | 2026-03-23T20:45:11.539Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-03-23T20:45:11.737Z | Compiling hubpack v0.1.2 |
| 1630 | 2026-03-23T20:45:11.759Z | Compiling postgres-types v0.2.12 |
| 1631 | 2026-03-23T20:45:12.041Z | Compiling bzip2 v0.4.4 |
| 1632 | 2026-03-23T20:45:12.121Z | Compiling zstd v0.13.3 |
| 1633 | 2026-03-23T20:45:12.281Z | Compiling serde_with_macros v3.17.0 |
| 1634 | 2026-03-23T20:45:12.357Z | Compiling dtrace-parser v0.2.0 |
| 1635 | 2026-03-23T20:45:12.459Z | Compiling hex v0.4.3 |
| 1636 | 2026-03-23T20:45:12.486Z | Compiling serde-big-array v0.5.1 |
| 1637 | 2026-03-23T20:45:12.551Z | Compiling pkcs1 v0.7.5 |
| 1638 | 2026-03-23T20:45:12.666Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-03-23T20:45:12.690Z | Compiling rfc6979 v0.4.0 |
| 1640 | 2026-03-23T20:45:12.836Z | Compiling bstr v1.12.1 |
| 1641 | 2026-03-23T20:45:12.888Z | Compiling strum_macros v0.26.4 |
| 1642 | 2026-03-23T20:45:13.061Z | Compiling enum-as-inner v0.6.1 |
| 1643 | 2026-03-23T20:45:13.155Z | Compiling clap_derive v4.5.55 |
| 1644 | 2026-03-23T20:45:13.182Z | Compiling serde_repr v0.1.20 |
| 1645 | 2026-03-23T20:45:13.444Z | Compiling phf_shared v0.11.3 |
| 1646 | 2026-03-23T20:45:13.714Z | Compiling itertools v0.12.1 |
| 1647 | 2026-03-23T20:45:13.752Z | Compiling float-cmp v0.10.0 |
| 1648 | 2026-03-23T20:45:13.801Z | Compiling memmap2 v0.9.10 |
| 1649 | 2026-03-23T20:45:13.911Z | Compiling thread-id v4.2.2 |
| 1650 | 2026-03-23T20:45:13.936Z | Compiling env_filter v1.0.0 |
| 1651 | 2026-03-23T20:45:13.962Z | Compiling encoding_rs v0.8.35 |
| 1652 | 2026-03-23T20:45:13.986Z | Compiling whoami v2.1.0 |
| 1653 | 2026-03-23T20:45:14.022Z | Compiling rustc-hash v2.1.1 |
| 1654 | 2026-03-23T20:45:14.045Z | Compiling precomputed-hash v0.1.1 |
| 1655 | 2026-03-23T20:45:14.108Z | Compiling unit-prefix v0.5.2 |
| 1656 | 2026-03-23T20:45:14.172Z | Compiling keccak v0.1.6 |
| 1657 | 2026-03-23T20:45:14.201Z | Compiling predicates-core v1.0.10 |
| 1658 | 2026-03-23T20:45:14.315Z | Compiling fixedbitset v0.5.7 |
| 1659 | 2026-03-23T20:45:14.367Z | Compiling normalize-line-endings v0.3.0 |
| 1660 | 2026-03-23T20:45:14.461Z | Compiling mime v0.3.17 |
| 1661 | 2026-03-23T20:45:14.504Z | Compiling jiff v0.2.21 |
| 1662 | 2026-03-23T20:45:14.526Z | Compiling data-encoding v2.10.0 |
| 1663 | 2026-03-23T20:45:14.551Z | Compiling new_debug_unreachable v1.0.6 |
| 1664 | 2026-03-23T20:45:14.657Z | Compiling fixedbitset v0.4.2 |
| 1665 | 2026-03-23T20:45:14.748Z | Compiling difflib v0.4.0 |
| 1666 | 2026-03-23T20:45:14.830Z | Compiling static_assertions v1.1.0 |
| 1667 | 2026-03-23T20:45:14.936Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1668 | 2026-03-23T20:45:14.962Z | Compiling hickory-proto v0.25.2 |
| 1669 | 2026-03-23T20:45:15.013Z | Compiling petgraph v0.6.5 |
| 1670 | 2026-03-23T20:45:15.216Z | Compiling hyper v1.8.1 |
| 1671 | 2026-03-23T20:45:15.315Z | Compiling predicates v3.1.4 |
| 1672 | 2026-03-23T20:45:15.441Z | Compiling strum v0.26.3 |
| 1673 | 2026-03-23T20:45:15.465Z | Compiling zone v0.3.1 |
| 1674 | 2026-03-23T20:45:15.539Z | Compiling string_cache v0.8.9 |
| 1675 | 2026-03-23T20:45:15.561Z | Compiling petgraph v0.8.3 |
| 1676 | 2026-03-23T20:45:15.634Z | Compiling toml_edit v0.22.27 |
| 1677 | 2026-03-23T20:45:15.670Z | Compiling clap v4.5.60 |
| 1678 | 2026-03-23T20:45:15.785Z | Compiling sha3 v0.10.8 |
| 1679 | 2026-03-23T20:45:15.853Z | Compiling tokio-postgres v0.7.16 |
| 1680 | 2026-03-23T20:45:16.084Z | Compiling indicatif v0.18.4 |
| 1681 | 2026-03-23T20:45:16.209Z | Compiling iddqd v0.3.17 |
| 1682 | 2026-03-23T20:45:16.392Z | Compiling env_logger v0.11.9 |
| 1683 | 2026-03-23T20:45:16.413Z | Compiling usdt v0.6.0 |
| 1684 | 2026-03-23T20:45:16.538Z | Compiling usdt-impl v0.5.0 |
| 1685 | 2026-03-23T20:45:16.772Z | Compiling hyper-util v0.1.20 |
| 1686 | 2026-03-23T20:45:16.883Z | Compiling serde_with v3.17.0 |
| 1687 | 2026-03-23T20:45:17.125Z | Compiling crossterm v0.28.1 |
| 1688 | 2026-03-23T20:45:17.252Z | Compiling similar v2.7.0 |
| 1689 | 2026-03-23T20:45:17.345Z | Compiling toml v0.7.8 |
| 1690 | 2026-03-23T20:45:17.385Z | Compiling ed25519-dalek v2.2.0 |
| 1691 | 2026-03-23T20:45:17.770Z | Compiling rsa v0.9.10 |
| 1692 | 2026-03-23T20:45:18.005Z | Compiling ecdsa v0.16.9 |
| 1693 | 2026-03-23T20:45:18.252Z | Compiling zip v4.6.1 |
| 1694 | 2026-03-23T20:45:18.316Z | Compiling zip v0.6.6 |
| 1695 | 2026-03-23T20:45:18.571Z | Compiling tokio-stream v0.1.18 |
| 1696 | 2026-03-23T20:45:18.826Z | Compiling hyper-tls v0.6.0 |
| 1697 | 2026-03-23T20:45:19.151Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-03-23T20:45:19.175Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1699 | 2026-03-23T20:45:19.240Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1700 | 2026-03-23T20:45:19.264Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-03-23T20:45:19.328Z | Compiling x509-cert v0.2.5 |
| 1702 | 2026-03-23T20:45:19.401Z | Compiling sha1 v0.10.6 |
| 1703 | 2026-03-23T20:45:19.446Z | Compiling itertools v0.13.0 |
| 1704 | 2026-03-23T20:45:19.500Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1705 | 2026-03-23T20:45:19.542Z | Compiling peg-runtime v0.8.5 |
| 1706 | 2026-03-23T20:45:19.666Z | Compiling lalrpop-util v0.19.12 |
| 1707 | 2026-03-23T20:45:19.689Z | Compiling thread_local v1.1.9 |
| 1708 | 2026-03-23T20:45:19.713Z | Compiling slog-async v2.8.0 |
| 1709 | 2026-03-23T20:45:19.913Z | Compiling futures-executor v0.3.32 |
| 1710 | 2026-03-23T20:45:19.936Z | Compiling crossbeam-channel v0.5.15 |
| 1711 | 2026-03-23T20:45:19.939Z | Compiling filetime v0.2.27 |
| 1712 | 2026-03-23T20:45:20.040Z | Compiling is-terminal v0.4.17 |
| 1713 | 2026-03-23T20:45:20.079Z | Compiling take_mut v0.2.2 |
| 1714 | 2026-03-23T20:45:20.176Z | Compiling term v1.2.1 |
| 1715 | 2026-03-23T20:45:20.209Z | Compiling xattr v1.6.1 |
| 1716 | 2026-03-23T20:45:20.212Z | Compiling futures v0.3.32 |
| 1717 | 2026-03-23T20:45:20.532Z | Compiling tar v0.4.44 |
| 1718 | 2026-03-23T20:45:20.570Z | Compiling slog-term v2.9.2 |
| 1719 | 2026-03-23T20:45:40.981Z | Compiling rustls-webpki v0.103.9 |
| 1720 | 2026-03-23T20:45:45.000Z | Compiling tokio-rustls v0.26.4 |
| 1721 | 2026-03-23T20:45:45.000Z | Compiling rustls-platform-verifier v0.6.2 |
| 1722 | 2026-03-23T20:45:45.263Z | Compiling hyper-rustls v0.27.7 |
| 1723 | 2026-03-23T20:45:45.523Z | Compiling reqwest v0.13.2 |
| 1724 | 2026-03-23T20:45:45.523Z | Compiling reqwest v0.12.28 |
| 1725 | 2026-03-23T20:45:48.338Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1726 | 2026-03-23T20:45:48.626Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1727 | 2026-03-23T20:45:52.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 1728 | 2026-03-23T20:45:52.597Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1729 | 2026-03-23T20:45:52.660Z | Mar 23 20:45:52.484 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-03-23T20:45:52.660Z | Mar 23 20:45:52.485 INFO Starting download, target: Console |
| 1731 | 2026-03-23T20:45:52.660Z | Mar 23 20:45:52.485 INFO Starting download, target: Cockroach |
| 1732 | 2026-03-23T20:45:52.660Z | Mar 23 20:45:52.485 INFO Starting download, target: DendriteStub |
| 1733 | 2026-03-23T20:45:52.661Z | Mar 23 20:45:52.485 INFO Starting download, target: Clickhouse |
| 1734 | 2026-03-23T20:45:52.661Z | Mar 23 20:45:52.485 INFO Starting download, target: TransceiverControl |
| 1735 | 2026-03-23T20:45:52.672Z | Mar 23 20:45:52.485 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1736 | 2026-03-23T20:45:52.672Z | Mar 23 20:45:52.485 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1737 | 2026-03-23T20:45:52.672Z | Mar 23 20:45:52.485 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-03-23T20:45:52.673Z | Mar 23 20:45:52.485 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1739 | 2026-03-23T20:45:52.673Z | Mar 23 20:45:52.485 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1740 | 2026-03-23T20:45:52.673Z | Mar 23 20:45:52.485 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1741 | 2026-03-23T20:45:53.172Z | Mar 23 20:45:52.981 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1742 | 2026-03-23T20:45:53.494Z | Mar 23 20:45:53.318 INFO Download complete, target: TransceiverControl |
| 1743 | 2026-03-23T20:45:53.652Z | Mar 23 20:45:53.477 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1744 | 2026-03-23T20:45:54.036Z | Mar 23 20:45:53.861 INFO Download complete, target: Console |
| 1745 | 2026-03-23T20:45:54.166Z | Mar 23 20:45:53.988 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1746 | 2026-03-23T20:45:54.555Z | Mar 23 20:45:54.382 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1747 | 2026-03-23T20:45:54.651Z | Mar 23 20:45:54.478 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1748 | 2026-03-23T20:45:55.195Z | Mar 23 20:45:55.022 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-03-23T20:45:55.195Z | Mar 23 20:45:55.023 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-03-23T20:45:57.765Z | Mar 23 20:45:57.592 INFO Download complete, target: DendriteStub |
| 1751 | 2026-03-23T20:45:58.152Z | Mar 23 20:45:57.978 INFO Download complete, target: MaghemiteMgd |
| 1752 | 2026-03-23T20:46:02.937Z | Mar 23 20:46:02.762 INFO Checking that binary works, target: Cockroach |
| 1753 | 2026-03-23T20:46:03.117Z | Mar 23 20:46:02.942 INFO Download complete, target: Cockroach |
| 1754 | 2026-03-23T20:46:05.939Z | Mar 23 20:46:05.759 INFO Checking that binary works, target: Clickhouse |
| 1755 | 2026-03-23T20:46:06.048Z | Mar 23 20:46:05.867 INFO Download complete, target: Clickhouse |
| 1756 | 2026-03-23T20:46:06.052Z | All prerequisites installed successfully |
| 1757 | 2026-03-23T20:46:06.052Z | |
| 1758 | 2026-03-23T20:46:06.052Z | real 3:40.392539721 |
| 1759 | 2026-03-23T20:46:06.052Z | user 10:23.996562320 |
| 1760 | 2026-03-23T20:46:06.053Z | sys 2:06.063051905 |
| 1761 | 2026-03-23T20:46:06.053Z | trap 0.345283572 |
| 1762 | 2026-03-23T20:46:06.053Z | tflt 1.335110225 |
| 1763 | 2026-03-23T20:46:06.053Z | dflt 1.880595627 |
| 1764 | 2026-03-23T20:46:06.053Z | kflt 0.023276112 |
| 1765 | 2026-03-23T20:46:06.053Z | lock 31:39.980914804 |
| 1766 | 2026-03-23T20:46:06.053Z | slp 25:13.646665176 |
| 1767 | 2026-03-23T20:46:06.053Z | lat 29.821259158 |
| 1768 | 2026-03-23T20:46:06.053Z | stop 4:33.604849874 |
| 1769 | 2026-03-23T20:46:06.053Z | + ptime -m cargo xtask download softnpu |
| 1770 | 2026-03-23T20:46:06.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1771 | 2026-03-23T20:46:06.788Z | Running `target/debug/xtask download softnpu` |
| 1772 | 2026-03-23T20:46:07.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 1773 | 2026-03-23T20:46:07.911Z | Running `target/debug/xtask-downloader softnpu` |
| 1774 | 2026-03-23T20:46:07.963Z | Mar 23 20:46:07.787 INFO Starting download, target: Softnpu |
| 1775 | 2026-03-23T20:46:07.966Z | Mar 23 20:46:07.787 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1776 | 2026-03-23T20:46:08.518Z | Mar 23 20:46:08.342 INFO Download complete, target: Softnpu |
| 1777 | 2026-03-23T20:46:08.521Z | |
| 1778 | 2026-03-23T20:46:08.524Z | real 2.465300498 |
| 1779 | 2026-03-23T20:46:08.524Z | user 1.777240441 |
| 1780 | 2026-03-23T20:46:08.524Z | sys 0.818590224 |
| 1781 | 2026-03-23T20:46:08.524Z | trap 0.000462281 |
| 1782 | 2026-03-23T20:46:08.524Z | tflt 0.000149601 |
| 1783 | 2026-03-23T20:46:08.524Z | dflt 0.000106781 |
| 1784 | 2026-03-23T20:46:08.524Z | kflt 0.000000000 |
| 1785 | 2026-03-23T20:46:08.524Z | lock 9.959276951 |
| 1786 | 2026-03-23T20:46:08.524Z | slp 0.397740412 |
| 1787 | 2026-03-23T20:46:08.524Z | lat 0.054073001 |
| 1788 | 2026-03-23T20:46:08.524Z | stop 0.000183721 |
| 1789 | 2026-03-23T20:46:08.524Z | + export CARGO_INCREMENTAL=0 |
| 1790 | 2026-03-23T20:46:08.524Z | + CARGO_INCREMENTAL=0 |
| 1791 | 2026-03-23T20:46:08.524Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1792 | 2026-03-23T20:46:09.743Z | Compiling proc-macro2 v1.0.106 |
| 1793 | 2026-03-23T20:46:09.743Z | Compiling quote v1.0.44 |
| 1794 | 2026-03-23T20:46:09.746Z | Compiling unicode-ident v1.0.24 |
| 1795 | 2026-03-23T20:46:09.746Z | Compiling libc v0.2.180 |
| 1796 | 2026-03-23T20:46:09.746Z | Compiling serde_core v1.0.228 |
| 1797 | 2026-03-23T20:46:09.746Z | Compiling serde v1.0.228 |
| 1798 | 2026-03-23T20:46:09.746Z | Compiling cfg-if v1.0.4 |
| 1799 | 2026-03-23T20:46:09.747Z | Compiling version_check v0.9.5 |
| 1800 | 2026-03-23T20:46:09.747Z | Compiling shlex v1.3.0 |
| 1801 | 2026-03-23T20:46:09.747Z | Compiling find-msvc-tools v0.1.9 |
| 1802 | 2026-03-23T20:46:09.747Z | Compiling typenum v1.19.0 |
| 1803 | 2026-03-23T20:46:09.747Z | Compiling portable-atomic v1.13.1 |
| 1804 | 2026-03-23T20:46:09.747Z | Compiling memchr v2.8.0 |
| 1805 | 2026-03-23T20:46:09.917Z | Compiling autocfg v1.5.0 |
| 1806 | 2026-03-23T20:46:09.920Z | Compiling zmij v1.0.21 |
| 1807 | 2026-03-23T20:46:10.088Z | Compiling serde_json v1.0.149 |
| 1808 | 2026-03-23T20:46:10.265Z | Compiling zerocopy v0.8.40 |
| 1809 | 2026-03-23T20:46:10.302Z | Compiling parking_lot_core v0.9.12 |
| 1810 | 2026-03-23T20:46:10.445Z | Compiling generic-array v0.14.7 |
| 1811 | 2026-03-23T20:46:10.464Z | Compiling libm v0.2.16 |
| 1812 | 2026-03-23T20:46:10.467Z | Compiling smallvec v1.15.1 |
| 1813 | 2026-03-23T20:46:10.532Z | Compiling num-traits v0.2.19 |
| 1814 | 2026-03-23T20:46:10.670Z | Compiling icu_properties_data v2.1.2 |
| 1815 | 2026-03-23T20:46:10.673Z | Compiling icu_normalizer_data v2.1.1 |
| 1816 | 2026-03-23T20:46:10.740Z | Compiling itoa v1.0.17 |
| 1817 | 2026-03-23T20:46:10.743Z | Compiling log v0.4.29 |
| 1818 | 2026-03-23T20:46:10.810Z | Compiling getrandom v0.4.1 |
| 1819 | 2026-03-23T20:46:10.835Z | Compiling pkg-config v0.3.32 |
| 1820 | 2026-03-23T20:46:10.904Z | Compiling stable_deref_trait v1.2.1 |
| 1821 | 2026-03-23T20:46:10.999Z | Compiling subtle v2.6.1 |
| 1822 | 2026-03-23T20:46:11.024Z | Compiling scopeguard v1.2.0 |
| 1823 | 2026-03-23T20:46:11.124Z | Compiling thiserror v2.0.18 |
| 1824 | 2026-03-23T20:46:11.124Z | Compiling fnv v1.0.7 |
| 1825 | 2026-03-23T20:46:11.169Z | Compiling lock_api v0.4.14 |
| 1826 | 2026-03-23T20:46:11.282Z | Compiling jobserver v0.1.34 |
| 1827 | 2026-03-23T20:46:11.285Z | Compiling getrandom v0.2.17 |
| 1828 | 2026-03-23T20:46:11.356Z | Compiling errno v0.3.14 |
| 1829 | 2026-03-23T20:46:11.511Z | Compiling rand_core v0.6.4 |
| 1830 | 2026-03-23T20:46:11.560Z | Compiling cc v1.2.56 |
| 1831 | 2026-03-23T20:46:11.585Z | Compiling getrandom v0.3.4 |
| 1832 | 2026-03-23T20:46:11.587Z | Compiling pin-project-lite v0.2.17 |
| 1833 | 2026-03-23T20:46:11.608Z | Compiling syn v2.0.117 |
| 1834 | 2026-03-23T20:46:11.747Z | Compiling critical-section v1.2.0 |
| 1835 | 2026-03-23T20:46:11.819Z | Compiling allocator-api2 v0.2.21 |
| 1836 | 2026-03-23T20:46:11.888Z | Compiling equivalent v1.0.2 |
| 1837 | 2026-03-23T20:46:11.891Z | Compiling rustversion v1.0.22 |
| 1838 | 2026-03-23T20:46:12.005Z | Compiling litemap v0.8.1 |
| 1839 | 2026-03-23T20:46:12.008Z | Compiling dunce v1.0.5 |
| 1840 | 2026-03-23T20:46:12.069Z | Compiling percent-encoding v2.3.2 |
| 1841 | 2026-03-23T20:46:12.178Z | Compiling foldhash v0.2.0 |
| 1842 | 2026-03-23T20:46:12.219Z | Compiling writeable v0.6.2 |
| 1843 | 2026-03-23T20:46:12.240Z | Compiling fs_extra v1.3.0 |
| 1844 | 2026-03-23T20:46:12.373Z | Compiling once_cell v1.21.3 |
| 1845 | 2026-03-23T20:46:12.484Z | Compiling hashbrown v0.16.1 |
| 1846 | 2026-03-23T20:46:12.577Z | Compiling cmake v0.1.57 |
| 1847 | 2026-03-23T20:46:12.648Z | Compiling const-oid v0.9.6 |
| 1848 | 2026-03-23T20:46:12.722Z | Compiling signal-hook-registry v1.4.8 |
| 1849 | 2026-03-23T20:46:12.745Z | Compiling rustix v1.1.3 |
| 1850 | 2026-03-23T20:46:12.786Z | Compiling socket2 v0.6.2 |
| 1851 | 2026-03-23T20:46:12.834Z | Compiling mio v1.1.1 |
| 1852 | 2026-03-23T20:46:12.857Z | Compiling schemars v0.8.22 |
| 1853 | 2026-03-23T20:46:13.167Z | Compiling semver v1.0.27 |
| 1854 | 2026-03-23T20:46:13.191Z | Compiling indexmap v2.13.0 |
| 1855 | 2026-03-23T20:46:13.232Z | Compiling parking_lot v0.12.5 |
| 1856 | 2026-03-23T20:46:13.275Z | Compiling rand_core v0.10.0 |
| 1857 | 2026-03-23T20:46:13.298Z | Compiling utf8_iter v1.0.4 |
| 1858 | 2026-03-23T20:46:13.394Z | Compiling bitflags v2.11.0 |
| 1859 | 2026-03-23T20:46:13.508Z | Compiling ring v0.17.14 |
| 1860 | 2026-03-23T20:46:13.542Z | Compiling aws-lc-sys v0.37.1 |
| 1861 | 2026-03-23T20:46:13.546Z | Compiling aws-lc-rs v1.16.0 |
| 1862 | 2026-03-23T20:46:13.605Z | Compiling form_urlencoded v1.2.2 |
| 1863 | 2026-03-23T20:46:13.767Z | Compiling futures-core v0.3.32 |
| 1864 | 2026-03-23T20:46:13.796Z | Compiling strsim v0.11.1 |
| 1865 | 2026-03-23T20:46:13.986Z | Compiling httparse v1.10.1 |
| 1866 | 2026-03-23T20:46:14.180Z | Compiling thiserror v1.0.69 |
| 1867 | 2026-03-23T20:46:14.223Z | Compiling byteorder v1.5.0 |
| 1868 | 2026-03-23T20:46:14.226Z | Compiling ucd-trie v0.1.7 |
| 1869 | 2026-03-23T20:46:14.320Z | Compiling vcpkg v0.2.15 |
| 1870 | 2026-03-23T20:46:14.368Z | Compiling heck v0.5.0 |
| 1871 | 2026-03-23T20:46:14.423Z | Compiling ident_case v1.0.1 |
| 1872 | 2026-03-23T20:46:14.446Z | Compiling pest v2.8.6 |
| 1873 | 2026-03-23T20:46:14.577Z | Compiling regex-syntax v0.8.10 |
| 1874 | 2026-03-23T20:46:14.577Z | Compiling crossbeam-utils v0.8.21 |
| 1875 | 2026-03-23T20:46:14.762Z | Compiling syn v1.0.109 |
| 1876 | 2026-03-23T20:46:14.932Z | Compiling futures-sink v0.3.32 |
| 1877 | 2026-03-23T20:46:14.974Z | Compiling rustls v0.23.37 |
| 1878 | 2026-03-23T20:46:14.998Z | Compiling rustc_version v0.4.1 |
| 1879 | 2026-03-23T20:46:15.077Z | Compiling futures-channel v0.3.32 |
| 1880 | 2026-03-23T20:46:15.077Z | Compiling futures-io v0.3.32 |
| 1881 | 2026-03-23T20:46:15.100Z | Compiling cpufeatures v0.2.17 |
| 1882 | 2026-03-23T20:46:15.103Z | Compiling futures-task v0.3.32 |
| 1883 | 2026-03-23T20:46:15.104Z | Compiling slab v0.4.12 |
| 1884 | 2026-03-23T20:46:15.196Z | Compiling openssl-sys v0.9.111 |
| 1885 | 2026-03-23T20:46:15.355Z | Compiling iana-time-zone v0.1.65 |
| 1886 | 2026-03-23T20:46:15.379Z | Compiling plain v0.2.3 |
| 1887 | 2026-03-23T20:46:15.402Z | Compiling uuid v1.21.0 |
| 1888 | 2026-03-23T20:46:15.450Z | Compiling aho-corasick v1.1.4 |
| 1889 | 2026-03-23T20:46:15.493Z | Compiling time-core v0.1.8 |
| 1890 | 2026-03-23T20:46:15.574Z | Compiling num-conv v0.2.0 |
| 1891 | 2026-03-23T20:46:15.639Z | Compiling synstructure v0.13.2 |
| 1892 | 2026-03-23T20:46:15.669Z | Compiling serde_derive_internals v0.29.1 |
| 1893 | 2026-03-23T20:46:15.765Z | Compiling time-macros v0.2.27 |
| 1894 | 2026-03-23T20:46:16.019Z | Compiling pest_meta v2.8.6 |
| 1895 | 2026-03-23T20:46:16.077Z | Compiling pretty-hex v0.4.1 |
| 1896 | 2026-03-23T20:46:16.353Z | Compiling openssl v0.10.75 |
| 1897 | 2026-03-23T20:46:16.641Z | Compiling regex-automata v0.4.14 |
| 1898 | 2026-03-23T20:46:16.667Z | Compiling either v1.15.0 |
| 1899 | 2026-03-23T20:46:16.670Z | Compiling base64ct v1.8.3 |
| 1900 | 2026-03-23T20:46:16.670Z | Compiling crc32fast v1.5.0 |
| 1901 | 2026-03-23T20:46:16.670Z | Compiling anyhow v1.0.102 |
| 1902 | 2026-03-23T20:46:16.761Z | Compiling darling_core v0.21.3 |
| 1903 | 2026-03-23T20:46:16.762Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1904 | 2026-03-23T20:46:16.830Z | Compiling pest_generator v2.8.6 |
| 1905 | 2026-03-23T20:46:16.982Z | Compiling flagset v0.4.7 |
| 1906 | 2026-03-23T20:46:17.076Z | Compiling pem-rfc7468 v0.7.0 |
| 1907 | 2026-03-23T20:46:17.101Z | Compiling native-tls v0.2.18 |
| 1908 | 2026-03-23T20:46:17.104Z | Compiling rand_core v0.9.5 |
| 1909 | 2026-03-23T20:46:17.173Z | Compiling slog v2.8.2 |
| 1910 | 2026-03-23T20:46:17.273Z | Compiling tracing-core v0.1.36 |
| 1911 | 2026-03-23T20:46:17.413Z | Compiling rayon-core v1.13.0 |
| 1912 | 2026-03-23T20:46:17.439Z | Compiling untrusted v0.9.0 |
| 1913 | 2026-03-23T20:46:17.462Z | Compiling dyn-clone v1.0.20 |
| 1914 | 2026-03-23T20:46:17.534Z | Compiling serde_derive v1.0.228 |
| 1915 | 2026-03-23T20:46:17.558Z | Compiling zeroize_derive v1.4.3 |
| 1916 | 2026-03-23T20:46:17.620Z | Compiling zerofrom-derive v0.1.6 |
| 1917 | 2026-03-23T20:46:17.664Z | Compiling yoke-derive v0.8.1 |
| 1918 | 2026-03-23T20:46:17.689Z | Compiling zerovec-derive v0.11.2 |
| 1919 | 2026-03-23T20:46:17.711Z | Compiling displaydoc v0.2.5 |
| 1920 | 2026-03-23T20:46:17.737Z | Compiling zerocopy-derive v0.8.40 |
| 1921 | 2026-03-23T20:46:17.828Z | Compiling tokio-macros v2.6.0 |
| 1922 | 2026-03-23T20:46:18.015Z | Compiling futures-macro v0.3.32 |
| 1923 | 2026-03-23T20:46:18.344Z | Compiling zeroize v1.8.2 |
| 1924 | 2026-03-23T20:46:18.624Z | Compiling thiserror-impl v2.0.18 |
| 1925 | 2026-03-23T20:46:18.728Z | Compiling tracing-attributes v0.1.31 |
| 1926 | 2026-03-23T20:46:18.940Z | Compiling der_derive v0.7.3 |
| 1927 | 2026-03-23T20:46:19.034Z | Compiling schemars_derive v0.8.22 |
| 1928 | 2026-03-23T20:46:19.081Z | Compiling thiserror-impl v1.0.69 |
| 1929 | 2026-03-23T20:46:19.175Z | Compiling zerofrom v0.1.6 |
| 1930 | 2026-03-23T20:46:19.357Z | Compiling yoke v0.8.1 |
| 1931 | 2026-03-23T20:46:19.484Z | Compiling crypto-common v0.1.7 |
| 1932 | 2026-03-23T20:46:19.629Z | Compiling zerovec v0.11.5 |
| 1933 | 2026-03-23T20:46:19.651Z | Compiling zerotrie v0.2.3 |
| 1934 | 2026-03-23T20:46:20.176Z | Compiling block-buffer v0.10.4 |
| 1935 | 2026-03-23T20:46:20.240Z | Compiling pest_derive v2.8.6 |
| 1936 | 2026-03-23T20:46:20.280Z | Compiling futures-util v0.3.32 |
| 1937 | 2026-03-23T20:46:20.359Z | Compiling digest v0.10.7 |
| 1938 | 2026-03-23T20:46:20.383Z | Compiling tinystr v0.8.2 |
| 1939 | 2026-03-23T20:46:20.406Z | Compiling potential_utf v0.1.4 |
| 1940 | 2026-03-23T20:46:20.605Z | Compiling icu_collections v2.1.1 |
| 1941 | 2026-03-23T20:46:20.628Z | Compiling icu_locale_core v2.1.1 |
| 1942 | 2026-03-23T20:46:20.664Z | Compiling hmac v0.12.1 |
| 1943 | 2026-03-23T20:46:20.793Z | Compiling block-padding v0.3.3 |
| 1944 | 2026-03-23T20:46:20.817Z | Compiling sha2 v0.10.9 |
| 1945 | 2026-03-23T20:46:20.887Z | Compiling rustls-pki-types v1.14.0 |
| 1946 | 2026-03-23T20:46:20.992Z | Compiling inout v0.1.4 |
| 1947 | 2026-03-23T20:46:21.059Z | Compiling scroll_derive v0.13.1 |
| 1948 | 2026-03-23T20:46:21.529Z | Compiling cipher v0.4.4 |
| 1949 | 2026-03-23T20:46:21.622Z | Compiling icu_provider v2.1.1 |
| 1950 | 2026-03-23T20:46:21.849Z | Compiling bytes v1.11.1 |
| 1951 | 2026-03-23T20:46:21.947Z | Compiling chrono v0.4.44 |
| 1952 | 2026-03-23T20:46:21.972Z | Compiling icu_normalizer v2.1.1 |
| 1953 | 2026-03-23T20:46:22.063Z | Compiling icu_properties v2.1.2 |
| 1954 | 2026-03-23T20:46:22.082Z | Compiling serde_tokenstream v0.2.3 |
| 1955 | 2026-03-23T20:46:22.151Z | Compiling scroll_derive v0.12.1 |
| 1956 | 2026-03-23T20:46:22.636Z | Compiling tokio v1.49.0 |
| 1957 | 2026-03-23T20:46:23.054Z | Compiling openssl-macros v0.1.1 |
| 1958 | 2026-03-23T20:46:23.485Z | Compiling idna_adapter v1.2.1 |
| 1959 | 2026-03-23T20:46:23.548Z | Compiling http v1.4.0 |
| 1960 | 2026-03-23T20:46:23.672Z | Compiling idna v1.1.0 |
| 1961 | 2026-03-23T20:46:23.811Z | Compiling der v0.7.10 |
| 1962 | 2026-03-23T20:46:23.834Z | Compiling darling_macro v0.21.3 |
| 1963 | 2026-03-23T20:46:23.915Z | Compiling regex v1.12.3 |
| 1964 | 2026-03-23T20:46:23.937Z | Compiling zerocopy-derive v0.7.35 |
| 1965 | 2026-03-23T20:46:24.128Z | Compiling url v2.5.8 |
| 1966 | 2026-03-23T20:46:24.256Z | Compiling ppv-lite86 v0.2.21 |
| 1967 | 2026-03-23T20:46:24.466Z | Compiling darling v0.21.3 |
| 1968 | 2026-03-23T20:46:24.585Z | Compiling salsa20 v0.10.2 |
| 1969 | 2026-03-23T20:46:24.741Z | Compiling pbkdf2 v0.12.2 |
| 1970 | 2026-03-23T20:46:24.792Z | Compiling tracing v0.1.44 |
| 1971 | 2026-03-23T20:46:25.039Z | Compiling spki v0.7.3 |
| 1972 | 2026-03-23T20:46:25.354Z | Compiling cookie v0.18.1 |
| 1973 | 2026-03-23T20:46:25.427Z | Compiling base64 v0.22.1 |
| 1974 | 2026-03-23T20:46:25.609Z | Compiling camino v1.2.2 |
| 1975 | 2026-03-23T20:46:25.916Z | Compiling scrypt v0.11.0 |
| 1976 | 2026-03-23T20:46:25.960Z | Compiling rand_chacha v0.9.0 |
| 1977 | 2026-03-23T20:46:26.004Z | Compiling cbc v0.1.2 |
| 1978 | 2026-03-23T20:46:26.032Z | Compiling aes v0.8.4 |
| 1979 | 2026-03-23T20:46:26.509Z | Compiling usdt-impl v0.5.0 |
| 1980 | 2026-03-23T20:46:26.675Z | Compiling paste v1.0.15 |
| 1981 | 2026-03-23T20:46:26.700Z | Compiling winnow v0.7.14 |
| 1982 | 2026-03-23T20:46:26.767Z | Compiling ref-cast v1.0.25 |
| 1983 | 2026-03-23T20:46:26.797Z | Compiling usdt-impl v0.6.0 |
| 1984 | 2026-03-23T20:46:27.142Z | Compiling pkcs5 v0.7.1 |
| 1985 | 2026-03-23T20:46:27.163Z | Compiling rand v0.9.2 |
| 1986 | 2026-03-23T20:46:27.380Z | Compiling http-body v1.0.1 |
| 1987 | 2026-03-23T20:46:27.485Z | Compiling scroll v0.12.0 |
| 1988 | 2026-03-23T20:46:27.570Z | Compiling scroll v0.13.0 |
| 1989 | 2026-03-23T20:46:27.593Z | Compiling serde_spanned v0.6.9 |
| 1990 | 2026-03-23T20:46:27.665Z | Compiling toml_datetime v0.6.11 |
| 1991 | 2026-03-23T20:46:27.785Z | Compiling heapless v0.7.17 |
| 1992 | 2026-03-23T20:46:27.853Z | Compiling tokio-util v0.7.18 |
| 1993 | 2026-03-23T20:46:27.955Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1994 | 2026-03-23T20:46:28.083Z | Compiling signal-hook v0.3.18 |
| 1995 | 2026-03-23T20:46:28.129Z | Compiling untrusted v0.7.1 |
| 1996 | 2026-03-23T20:46:28.197Z | Compiling openssl-probe v0.2.1 |
| 1997 | 2026-03-23T20:46:28.304Z | Compiling zstd-safe v7.2.4 |
| 1998 | 2026-03-23T20:46:28.326Z | Compiling atomic-waker v1.1.2 |
| 1999 | 2026-03-23T20:46:28.510Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2000 | 2026-03-23T20:46:28.576Z | Compiling goblin v0.10.5 |
| 2001 | 2026-03-23T20:46:28.607Z | Compiling goblin v0.8.2 |
| 2002 | 2026-03-23T20:46:28.708Z | Compiling pkcs8 v0.10.2 |
| 2003 | 2026-03-23T20:46:29.158Z | Compiling zerocopy v0.7.35 |
| 2004 | 2026-03-23T20:46:29.198Z | Compiling ref-cast-impl v1.0.25 |
| 2005 | 2026-03-23T20:46:29.241Z | Compiling darling_core v0.20.11 |
| 2006 | 2026-03-23T20:46:29.391Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2007 | 2026-03-23T20:46:29.655Z | Compiling memoffset v0.9.1 |
| 2008 | 2026-03-23T20:46:29.772Z | Compiling try-lock v0.2.5 |
| 2009 | 2026-03-23T20:46:29.844Z | Compiling tinyvec_macros v0.1.1 |
| 2010 | 2026-03-23T20:46:29.910Z | Compiling fastrand v2.3.0 |
| 2011 | 2026-03-23T20:46:29.956Z | Compiling litrs v1.0.0 |
| 2012 | 2026-03-23T20:46:30.111Z | Compiling tower-service v0.3.3 |
| 2013 | 2026-03-23T20:46:30.151Z | Compiling tower-layer v0.3.3 |
| 2014 | 2026-03-23T20:46:30.213Z | Compiling winnow v0.5.40 |
| 2015 | 2026-03-23T20:46:30.443Z | Compiling rustix v0.38.44 |
| 2016 | 2026-03-23T20:46:30.495Z | Compiling want v0.3.1 |
| 2017 | 2026-03-23T20:46:30.663Z | Compiling document-features v0.2.12 |
| 2018 | 2026-03-23T20:46:30.706Z | Compiling tinyvec v1.10.0 |
| 2019 | 2026-03-23T20:46:30.870Z | Compiling h2 v0.4.13 |
| 2020 | 2026-03-23T20:46:31.529Z | Compiling dtrace-parser v0.2.0 |
| 2021 | 2026-03-23T20:46:31.581Z | Compiling dtrace-parser v0.3.0 |
| 2022 | 2026-03-23T20:46:31.958Z | Compiling dof v0.3.0 |
| 2023 | 2026-03-23T20:46:32.070Z | Compiling darling_macro v0.20.11 |
| 2024 | 2026-03-23T20:46:32.153Z | Compiling toml_edit v0.19.15 |
| 2025 | 2026-03-23T20:46:32.228Z | Compiling ipnet v2.11.0 |
| 2026 | 2026-03-23T20:46:32.367Z | Compiling dof v0.4.0 |
| 2027 | 2026-03-23T20:46:32.483Z | Compiling daft-derive v0.1.5 |
| 2028 | 2026-03-23T20:46:32.672Z | Compiling async-trait v0.1.89 |
| 2029 | 2026-03-23T20:46:32.807Z | Compiling curve25519-dalek v4.1.3 |
| 2030 | 2026-03-23T20:46:33.087Z | Compiling spin v0.9.8 |
| 2031 | 2026-03-23T20:46:33.116Z | Compiling thread-id v5.1.0 |
| 2032 | 2026-03-23T20:46:33.138Z | Compiling thread-id v4.2.2 |
| 2033 | 2026-03-23T20:46:33.241Z | Compiling proc-macro-error-attr v1.0.4 |
| 2034 | 2026-03-23T20:46:33.265Z | Compiling pin-utils v0.1.0 |
| 2035 | 2026-03-23T20:46:33.375Z | Compiling smoltcp v0.9.1 |
| 2036 | 2026-03-23T20:46:33.416Z | Compiling powerfmt v0.2.0 |
| 2037 | 2026-03-23T20:46:33.485Z | Compiling httpdate v1.0.3 |
| 2038 | 2026-03-23T20:46:33.508Z | Compiling num-bigint-dig v0.8.6 |
| 2039 | 2026-03-23T20:46:33.814Z | Compiling cfg_aliases v0.2.1 |
| 2040 | 2026-03-23T20:46:33.863Z | Compiling foreign-types-shared v0.1.1 |
| 2041 | 2026-03-23T20:46:33.891Z | Compiling deranged v0.5.8 |
| 2042 | 2026-03-23T20:46:33.963Z | Compiling nix v0.31.1 |
| 2043 | 2026-03-23T20:46:33.991Z | Compiling foreign-types v0.3.2 |
| 2044 | 2026-03-23T20:46:34.093Z | Compiling tempfile v3.25.0 |
| 2045 | 2026-03-23T20:46:34.163Z | Compiling darling v0.20.11 |
| 2046 | 2026-03-23T20:46:34.667Z | Compiling ipnetwork v0.21.1 |
| 2047 | 2026-03-23T20:46:34.725Z | Compiling strum_macros v0.26.4 |
| 2048 | 2026-03-23T20:46:34.915Z | Compiling wait-timeout v0.2.1 |
| 2049 | 2026-03-23T20:46:34.963Z | Compiling hyper v1.8.1 |
| 2050 | 2026-03-23T20:46:35.094Z | Compiling proc-macro-error v1.0.4 |
| 2051 | 2026-03-23T20:46:35.254Z | Compiling quick-error v1.2.3 |
| 2052 | 2026-03-23T20:46:35.440Z | Compiling unicode-segmentation v1.12.0 |
| 2053 | 2026-03-23T20:46:35.463Z | Compiling anstyle v1.0.13 |
| 2054 | 2026-03-23T20:46:35.703Z | Compiling bit-vec v0.8.0 |
| 2055 | 2026-03-23T20:46:35.748Z | Compiling simd-adler32 v0.3.8 |
| 2056 | 2026-03-23T20:46:35.953Z | Compiling num_threads v0.1.7 |
| 2057 | 2026-03-23T20:46:35.977Z | Compiling siphasher v1.0.2 |
| 2058 | 2026-03-23T20:46:36.002Z | Compiling utf8parse v0.2.2 |
| 2059 | 2026-03-23T20:46:36.024Z | Compiling bit-set v0.8.0 |
| 2060 | 2026-03-23T20:46:36.090Z | Compiling time v0.3.47 |
| 2061 | 2026-03-23T20:46:36.163Z | Compiling anstyle-parse v0.2.7 |
| 2062 | 2026-03-23T20:46:36.271Z | Compiling rusty-fork v0.3.1 |
| 2063 | 2026-03-23T20:46:36.570Z | Compiling hyper-util v0.1.20 |
| 2064 | 2026-03-23T20:46:36.931Z | Compiling crossbeam-epoch v0.9.18 |
| 2065 | 2026-03-23T20:46:36.988Z | Compiling derive_builder_core v0.20.2 |
| 2066 | 2026-03-23T20:46:37.404Z | Compiling unicode-normalization v0.1.25 |
| 2067 | 2026-03-23T20:46:38.044Z | Compiling rustls-native-certs v0.8.3 |
| 2068 | 2026-03-23T20:46:38.382Z | Compiling signature v2.2.0 |
| 2069 | 2026-03-23T20:46:38.460Z | Compiling hubpack_derive v0.1.1 |
| 2070 | 2026-03-23T20:46:38.590Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2071 | 2026-03-23T20:46:38.844Z | Compiling strum_macros v0.27.2 |
| 2072 | 2026-03-23T20:46:38.847Z | Compiling rand_xorshift v0.4.0 |
| 2073 | 2026-03-23T20:46:38.889Z | Compiling sync_wrapper v1.0.2 |
| 2074 | 2026-03-23T20:46:38.915Z | Compiling fs-err v3.3.0 |
| 2075 | 2026-03-23T20:46:38.919Z | Compiling ahash v0.8.12 |
| 2076 | 2026-03-23T20:46:39.048Z | Compiling adler2 v2.0.1 |
| 2077 | 2026-03-23T20:46:39.095Z | Compiling unicode-bidi v0.3.18 |
| 2078 | 2026-03-23T20:46:39.122Z | Compiling unicode-properties v0.1.4 |
| 2079 | 2026-03-23T20:46:39.221Z | Compiling colorchoice v1.0.4 |
| 2080 | 2026-03-23T20:46:39.244Z | Compiling object v0.37.3 |
| 2081 | 2026-03-23T20:46:39.272Z | Compiling anstyle-query v1.1.5 |
| 2082 | 2026-03-23T20:46:39.382Z | Compiling unarray v0.1.4 |
| 2083 | 2026-03-23T20:46:39.411Z | Compiling is_terminal_polyfill v1.70.2 |
| 2084 | 2026-03-23T20:46:39.541Z | Compiling anstream v0.6.21 |
| 2085 | 2026-03-23T20:46:39.541Z | Compiling proptest v1.10.0 |
| 2086 | 2026-03-23T20:46:39.587Z | Compiling stringprep v0.1.5 |
| 2087 | 2026-03-23T20:46:39.668Z | Compiling miniz_oxide v0.8.9 |
| 2088 | 2026-03-23T20:46:40.088Z | Compiling tower v0.5.3 |
| 2089 | 2026-03-23T20:46:40.198Z | Compiling derive_builder_macro v0.20.2 |
| 2090 | 2026-03-23T20:46:40.637Z | Compiling crossbeam-deque v0.8.6 |
| 2091 | 2026-03-23T20:46:40.737Z | Compiling heck v0.4.1 |
| 2092 | 2026-03-23T20:46:40.793Z | Compiling usdt-attr-macro v0.6.0 |
| 2093 | 2026-03-23T20:46:40.815Z | Compiling usdt-macro v0.6.0 |
| 2094 | 2026-03-23T20:46:41.101Z | Compiling http-body-util v0.1.3 |
| 2095 | 2026-03-23T20:46:41.320Z | Compiling webpki-roots v1.0.6 |
| 2096 | 2026-03-23T20:46:41.489Z | Compiling rand_chacha v0.3.1 |
| 2097 | 2026-03-23T20:46:41.492Z | Compiling erased-serde v0.3.31 |
| 2098 | 2026-03-23T20:46:41.492Z | Compiling md-5 v0.10.6 |
| 2099 | 2026-03-23T20:46:41.731Z | Compiling num-integer v0.1.46 |
| 2100 | 2026-03-23T20:46:41.756Z | Compiling hash32 v0.2.1 |
| 2101 | 2026-03-23T20:46:41.799Z | Compiling vergen-lib v0.1.6 |
| 2102 | 2026-03-23T20:46:41.823Z | Compiling ff v0.13.1 |
| 2103 | 2026-03-23T20:46:41.905Z | Compiling base16ct v0.2.0 |
| 2104 | 2026-03-23T20:46:41.926Z | Compiling ryu v1.0.23 |
| 2105 | 2026-03-23T20:46:41.977Z | Compiling fallible-iterator v0.2.0 |
| 2106 | 2026-03-23T20:46:42.008Z | Compiling iri-string v0.7.10 |
| 2107 | 2026-03-23T20:46:42.028Z | Compiling psl-types v2.0.11 |
| 2108 | 2026-03-23T20:46:42.076Z | Compiling zlib-rs v0.6.2 |
| 2109 | 2026-03-23T20:46:42.120Z | Compiling serde_urlencoded v0.7.1 |
| 2110 | 2026-03-23T20:46:42.191Z | Compiling publicsuffix v2.3.0 |
| 2111 | 2026-03-23T20:46:42.194Z | Compiling sec1 v0.7.3 |
| 2112 | 2026-03-23T20:46:42.282Z | Compiling num-iter v0.1.45 |
| 2113 | 2026-03-23T20:46:42.355Z | Compiling newtype-uuid v1.3.2 |
| 2114 | 2026-03-23T20:46:42.379Z | Compiling postgres-protocol v0.6.10 |
| 2115 | 2026-03-23T20:46:42.434Z | Compiling group v0.13.0 |
| 2116 | 2026-03-23T20:46:42.591Z | Compiling rand v0.8.5 |
| 2117 | 2026-03-23T20:46:42.779Z | Compiling oxnet v0.1.4 |
| 2118 | 2026-03-23T20:46:43.042Z | Compiling zone_cfg_derive v0.3.1 |
| 2119 | 2026-03-23T20:46:43.069Z | Compiling derive_builder v0.20.2 |
| 2120 | 2026-03-23T20:46:43.266Z | Compiling tokio-native-tls v0.3.1 |
| 2121 | 2026-03-23T20:46:43.295Z | Compiling phf_shared v0.13.1 |
| 2122 | 2026-03-23T20:46:43.383Z | Compiling lazy_static v1.5.0 |
| 2123 | 2026-03-23T20:46:43.499Z | Compiling terminal_size v0.4.3 |
| 2124 | 2026-03-23T20:46:43.545Z | Compiling serde_with_macros v3.17.0 |
| 2125 | 2026-03-23T20:46:43.595Z | Compiling tower-http v0.6.8 |
| 2126 | 2026-03-23T20:46:43.623Z | Compiling cargo-platform v0.1.9 |
| 2127 | 2026-03-23T20:46:43.696Z | Compiling hkdf v0.12.4 |
| 2128 | 2026-03-23T20:46:43.718Z | Compiling crypto-bigint v0.5.5 |
| 2129 | 2026-03-23T20:46:43.841Z | Compiling clap_derive v4.5.55 |
| 2130 | 2026-03-23T20:46:43.864Z | Compiling serde_repr v0.1.20 |
| 2131 | 2026-03-23T20:46:43.873Z | Compiling enum-as-inner v0.6.1 |
| 2132 | 2026-03-23T20:46:43.910Z | Compiling vergen v9.0.6 |
| 2133 | 2026-03-23T20:46:43.974Z | Compiling managed v0.8.0 |
| 2134 | 2026-03-23T20:46:44.200Z | Compiling bitflags v1.3.2 |
| 2135 | 2026-03-23T20:46:44.221Z | Compiling bumpalo v3.20.2 |
| 2136 | 2026-03-23T20:46:44.279Z | Compiling unicode-width v0.2.0 |
| 2137 | 2026-03-23T20:46:44.467Z | Compiling libbz2-rs-sys v0.2.2 |
| 2138 | 2026-03-23T20:46:44.566Z | Compiling foldhash v0.1.5 |
| 2139 | 2026-03-23T20:46:44.569Z | Compiling clap_lex v1.0.0 |
| 2140 | 2026-03-23T20:46:44.641Z | Compiling console v0.16.2 |
| 2141 | 2026-03-23T20:46:44.667Z | Compiling zopfli v0.8.3 |
| 2142 | 2026-03-23T20:46:44.822Z | Compiling clap_builder v4.5.60 |
| 2143 | 2026-03-23T20:46:44.865Z | Compiling hashbrown v0.15.5 |
| 2144 | 2026-03-23T20:46:45.002Z | Compiling flate2 v1.1.9 |
| 2145 | 2026-03-23T20:46:45.030Z | Compiling bzip2 v0.6.1 |
| 2146 | 2026-03-23T20:46:45.264Z | Compiling elliptic-curve v0.13.8 |
| 2147 | 2026-03-23T20:46:45.357Z | Compiling cargo_metadata v0.19.2 |
| 2148 | 2026-03-23T20:46:45.556Z | Compiling phf v0.13.1 |
| 2149 | 2026-03-23T20:46:45.732Z | Compiling hyper-tls v0.6.0 |
| 2150 | 2026-03-23T20:46:45.782Z | Compiling rayon v1.11.0 |
| 2151 | 2026-03-23T20:46:45.915Z | Compiling signal-hook-mio v0.2.5 |
| 2152 | 2026-03-23T20:46:46.023Z | Compiling daft v0.1.5 |
| 2153 | 2026-03-23T20:46:46.045Z | Compiling cookie_store v0.22.1 |
| 2154 | 2026-03-23T20:46:46.070Z | Compiling postgres-types v0.2.12 |
| 2155 | 2026-03-23T20:46:46.091Z | Compiling zstd v0.13.3 |
| 2156 | 2026-03-23T20:46:46.388Z | Compiling bzip2 v0.4.4 |
| 2157 | 2026-03-23T20:46:46.438Z | Compiling strum v0.27.2 |
| 2158 | 2026-03-23T20:46:46.753Z | Compiling hubpack v0.1.2 |
| 2159 | 2026-03-23T20:46:46.776Z | Compiling ed25519 v2.2.3 |
| 2160 | 2026-03-23T20:46:46.802Z | Compiling phf_shared v0.11.3 |
| 2161 | 2026-03-23T20:46:47.071Z | Compiling pkcs1 v0.7.5 |
| 2162 | 2026-03-23T20:46:47.140Z | Compiling serde-big-array v0.5.1 |
| 2163 | 2026-03-23T20:46:47.184Z | Compiling hex v0.4.3 |
| 2164 | 2026-03-23T20:46:47.337Z | Compiling rfc6979 v0.4.0 |
| 2165 | 2026-03-23T20:46:47.366Z | Compiling bstr v1.12.1 |
| 2166 | 2026-03-23T20:46:47.506Z | Compiling itertools v0.12.1 |
| 2167 | 2026-03-23T20:46:47.529Z | Compiling float-cmp v0.10.0 |
| 2168 | 2026-03-23T20:46:47.532Z | Compiling memmap2 v0.9.10 |
| 2169 | 2026-03-23T20:46:47.578Z | Compiling env_filter v1.0.0 |
| 2170 | 2026-03-23T20:46:47.625Z | Compiling encoding_rs v0.8.35 |
| 2171 | 2026-03-23T20:46:47.670Z | Compiling static_assertions v1.1.0 |
| 2172 | 2026-03-23T20:46:47.731Z | Compiling precomputed-hash v0.1.1 |
| 2173 | 2026-03-23T20:46:47.865Z | Compiling whoami v2.1.0 |
| 2174 | 2026-03-23T20:46:47.889Z | Compiling data-encoding v2.10.0 |
| 2175 | 2026-03-23T20:46:47.940Z | Compiling toml_write v0.1.2 |
| 2176 | 2026-03-23T20:46:47.963Z | Compiling difflib v0.4.0 |
| 2177 | 2026-03-23T20:46:48.131Z | Compiling new_debug_unreachable v1.0.6 |
| 2178 | 2026-03-23T20:46:48.190Z | Compiling mime v0.3.17 |
| 2179 | 2026-03-23T20:46:48.217Z | Compiling jiff v0.2.21 |
| 2180 | 2026-03-23T20:46:48.221Z | Compiling predicates-core v1.0.10 |
| 2181 | 2026-03-23T20:46:48.264Z | Compiling fixedbitset v0.5.7 |
| 2182 | 2026-03-23T20:46:48.267Z | Compiling normalize-line-endings v0.3.0 |
| 2183 | 2026-03-23T20:46:48.328Z | Compiling keccak v0.1.6 |
| 2184 | 2026-03-23T20:46:48.428Z | Compiling rustc-hash v2.1.1 |
| 2185 | 2026-03-23T20:46:48.524Z | Compiling unit-prefix v0.5.2 |
| 2186 | 2026-03-23T20:46:48.581Z | Compiling fixedbitset v0.4.2 |
| 2187 | 2026-03-23T20:46:48.608Z | Compiling iddqd v0.3.17 |
| 2188 | 2026-03-23T20:46:48.665Z | Compiling petgraph v0.8.3 |
| 2189 | 2026-03-23T20:46:48.688Z | Compiling sha3 v0.10.8 |
| 2190 | 2026-03-23T20:46:48.722Z | Compiling indicatif v0.18.4 |
| 2191 | 2026-03-23T20:46:48.781Z | Compiling predicates v3.1.4 |
| 2192 | 2026-03-23T20:46:49.069Z | Compiling zone v0.3.1 |
| 2193 | 2026-03-23T20:46:49.172Z | Compiling petgraph v0.6.5 |
| 2194 | 2026-03-23T20:46:49.202Z | Compiling hickory-proto v0.25.2 |
| 2195 | 2026-03-23T20:46:49.424Z | Compiling string_cache v0.8.9 |
| 2196 | 2026-03-23T20:46:49.610Z | Compiling toml_edit v0.22.27 |
| 2197 | 2026-03-23T20:46:49.640Z | Compiling tokio-postgres v0.7.16 |
| 2198 | 2026-03-23T20:46:49.725Z | Compiling similar v2.7.0 |
| 2199 | 2026-03-23T20:46:49.933Z | Compiling env_logger v0.11.9 |
| 2200 | 2026-03-23T20:46:50.378Z | Compiling usdt v0.6.0 |
| 2201 | 2026-03-23T20:46:50.723Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2202 | 2026-03-23T20:46:50.746Z | Compiling serde_with v3.17.0 |
| 2203 | 2026-03-23T20:46:51.106Z | Compiling ecdsa v0.16.9 |
| 2204 | 2026-03-23T20:46:51.249Z | Compiling rsa v0.9.10 |
| 2205 | 2026-03-23T20:46:51.946Z | Compiling zip v4.6.1 |
| 2206 | 2026-03-23T20:46:52.437Z | Compiling ed25519-dalek v2.2.0 |
| 2207 | 2026-03-23T20:46:52.814Z | Compiling clap v4.5.60 |
| 2208 | 2026-03-23T20:46:53.168Z | Compiling crossterm v0.28.1 |
| 2209 | 2026-03-23T20:46:53.267Z | Compiling zip v0.6.6 |
| 2210 | 2026-03-23T20:46:53.495Z | Compiling strum v0.26.3 |
| 2211 | 2026-03-23T20:46:53.606Z | Compiling toml v0.7.8 |
| 2212 | 2026-03-23T20:46:53.675Z | Compiling tokio-stream v0.1.18 |
| 2213 | 2026-03-23T20:46:53.971Z | Compiling buf-list v1.1.2 |
| 2214 | 2026-03-23T20:46:54.113Z | Compiling x509-cert v0.2.5 |
| 2215 | 2026-03-23T20:46:54.332Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2216 | 2026-03-23T20:46:54.394Z | Compiling openapiv3 v2.2.0 |
| 2217 | 2026-03-23T20:46:54.419Z | Compiling sha1 v0.10.6 |
| 2218 | 2026-03-23T20:46:54.720Z | Compiling itertools v0.13.0 |
| 2219 | 2026-03-23T20:46:54.847Z | Compiling lalrpop-util v0.19.12 |
| 2220 | 2026-03-23T20:46:55.135Z | Compiling peg-runtime v0.8.5 |
| 2221 | 2026-03-23T20:47:10.284Z | Compiling macaddr v1.0.1 |
| 2222 | 2026-03-23T20:47:10.616Z | Compiling structmeta-derive v0.3.0 |
| 2223 | 2026-03-23T20:47:10.649Z | Compiling itertools v0.14.0 |
| 2224 | 2026-03-23T20:47:11.596Z | Compiling heapless v0.8.0 |
| 2225 | 2026-03-23T20:47:12.373Z | Compiling ingot-macros v0.1.1 |
| 2226 | 2026-03-23T20:47:12.639Z | Compiling structmeta v0.3.0 |
| 2227 | 2026-03-23T20:47:15.669Z | Compiling rustls-webpki v0.103.9 |
| 2228 | 2026-03-23T20:47:17.581Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2229 | 2026-03-23T20:47:18.716Z | Compiling hash32 v0.3.1 |
| 2230 | 2026-03-23T20:47:19.000Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2231 | 2026-03-23T20:47:19.077Z | Compiling smoltcp v0.11.0 |
| 2232 | 2026-03-23T20:47:19.331Z | Compiling proc-macro-crate v3.4.0 |
| 2233 | 2026-03-23T20:47:19.353Z | Compiling ingot-types v0.1.2 |
| 2234 | 2026-03-23T20:47:19.506Z | Compiling cobs v0.3.0 |
| 2235 | 2026-03-23T20:47:19.584Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2236 | 2026-03-23T20:47:19.761Z | Compiling rustls v0.22.4 |
| 2237 | 2026-03-23T20:47:19.896Z | Compiling postcard v1.1.3 |
| 2238 | 2026-03-23T20:47:19.944Z | Compiling num_enum_derive v0.7.5 |
| 2239 | 2026-03-23T20:47:19.947Z | Compiling ingot v0.1.1 |
| 2240 | 2026-03-23T20:47:20.036Z | Compiling proc-macro-crate v1.3.1 |
| 2241 | 2026-03-23T20:47:20.067Z | Compiling rustls-webpki v0.102.8 |
| 2242 | 2026-03-23T20:47:20.225Z | Compiling futures-executor v0.3.32 |
| 2243 | 2026-03-23T20:47:20.430Z | Compiling foreign-types-macros v0.2.3 |
| 2244 | 2026-03-23T20:47:20.510Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2245 | 2026-03-23T20:47:20.810Z | Compiling tokio-rustls v0.26.4 |
| 2246 | 2026-03-23T20:47:20.863Z | Compiling rustls-platform-verifier v0.6.2 |
| 2247 | 2026-03-23T20:47:21.057Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2248 | 2026-03-23T20:47:21.079Z | Compiling multer v3.1.0 |
| 2249 | 2026-03-23T20:47:21.149Z | Compiling hyper-rustls v0.27.7 |
| 2250 | 2026-03-23T20:47:21.174Z | Compiling thread_local v1.1.9 |
| 2251 | 2026-03-23T20:47:21.203Z | Compiling slog-async v2.8.0 |
| 2252 | 2026-03-23T20:47:21.226Z | Compiling typeid v1.0.3 |
| 2253 | 2026-03-23T20:47:21.229Z | Compiling foreign-types-shared v0.3.1 |
| 2254 | 2026-03-23T20:47:21.327Z | Compiling match_cfg v0.1.0 |
| 2255 | 2026-03-23T20:47:21.349Z | Compiling cpufeatures v0.3.0 |
| 2256 | 2026-03-23T20:47:21.394Z | Compiling foreign-types v0.5.0 |
| 2257 | 2026-03-23T20:47:21.436Z | Compiling chacha20 v0.10.0 |
| 2258 | 2026-03-23T20:47:21.464Z | Compiling reqwest v0.13.2 |
| 2259 | 2026-03-23T20:47:21.521Z | Compiling reqwest v0.12.28 |
| 2260 | 2026-03-23T20:47:21.581Z | Compiling hostname v0.3.1 |
| 2261 | 2026-03-23T20:47:21.680Z | Compiling num_enum v0.7.5 |
| 2262 | 2026-03-23T20:47:21.731Z | Compiling num_enum_derive v0.5.11 |
| 2263 | 2026-03-23T20:47:21.832Z | Compiling futures v0.3.32 |
| 2264 | 2026-03-23T20:47:21.958Z | Compiling derive-ex v0.1.8 |
| 2265 | 2026-03-23T20:47:22.018Z | Compiling tabwriter v1.4.1 |
| 2266 | 2026-03-23T20:47:22.044Z | Compiling slog-json v2.6.1 |
| 2267 | 2026-03-23T20:47:22.386Z | Compiling crossbeam-channel v0.5.15 |
| 2268 | 2026-03-23T20:47:22.408Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2269 | 2026-03-23T20:47:22.494Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2270 | 2026-03-23T20:47:22.990Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2271 | 2026-03-23T20:47:23.020Z | Compiling async-stream-impl v0.3.6 |
| 2272 | 2026-03-23T20:47:23.049Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2273 | 2026-03-23T20:47:23.079Z | Compiling serde_spanned v1.0.4 |
| 2274 | 2026-03-23T20:47:23.250Z | Compiling is-terminal v0.4.17 |
| 2275 | 2026-03-23T20:47:23.309Z | Compiling cstr-argument v0.1.2 |
| 2276 | 2026-03-23T20:47:23.332Z | Compiling dropshot v0.16.7 |
| 2277 | 2026-03-23T20:47:23.393Z | Compiling term v1.2.1 |
| 2278 | 2026-03-23T20:47:23.520Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2279 | 2026-03-23T20:47:23.545Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2280 | 2026-03-23T20:47:23.609Z | Compiling erased-serde v0.4.9 |
| 2281 | 2026-03-23T20:47:23.633Z | Compiling crucible-workspace-hack v0.1.0 |
| 2282 | 2026-03-23T20:47:23.769Z | Compiling take_mut v0.2.2 |
| 2283 | 2026-03-23T20:47:23.795Z | Compiling async-stream v0.3.6 |
| 2284 | 2026-03-23T20:47:23.857Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2285 | 2026-03-23T20:47:23.942Z | Compiling slog-term v2.9.2 |
| 2286 | 2026-03-23T20:47:24.044Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2287 | 2026-03-23T20:47:24.068Z | Compiling num_enum v0.5.11 |
| 2288 | 2026-03-23T20:47:24.071Z | Compiling test-strategy v0.4.5 |
| 2289 | 2026-03-23T20:47:24.111Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2290 | 2026-03-23T20:47:24.285Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2291 | 2026-03-23T20:47:24.350Z | Compiling slog-bunyan v2.5.0 |
| 2292 | 2026-03-23T20:47:24.470Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2293 | 2026-03-23T20:47:24.599Z | Compiling tokio-rustls v0.25.0 |
| 2294 | 2026-03-23T20:47:24.624Z | Compiling rand v0.10.0 |
| 2295 | 2026-03-23T20:47:25.119Z | Compiling parse-display-derive v0.10.0 |
| 2296 | 2026-03-23T20:47:25.217Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2297 | 2026-03-23T20:47:25.391Z | Compiling backon v1.6.0 |
| 2298 | 2026-03-23T20:47:25.532Z | Compiling waitgroup v0.1.2 |
| 2299 | 2026-03-23T20:47:25.532Z | Compiling newtype-uuid-macros v0.1.0 |
| 2300 | 2026-03-23T20:47:25.587Z | Compiling dropshot_endpoint v0.16.7 |
| 2301 | 2026-03-23T20:47:25.713Z | Compiling rustls-pemfile v2.2.0 |
| 2302 | 2026-03-23T20:47:25.738Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2303 | 2026-03-23T20:47:25.762Z | Compiling serde_path_to_error v0.1.20 |
| 2304 | 2026-03-23T20:47:25.765Z | Compiling hostname v0.4.2 |
| 2305 | 2026-03-23T20:47:25.813Z | Compiling instant v0.1.13 |
| 2306 | 2026-03-23T20:47:25.911Z | Compiling debug-ignore v1.0.5 |
| 2307 | 2026-03-23T20:47:25.982Z | Compiling colored v3.1.1 |
| 2308 | 2026-03-23T20:47:26.017Z | Compiling libefi-sys v0.1.0 |
| 2309 | 2026-03-23T20:47:26.077Z | Compiling backoff v0.4.0 |
| 2310 | 2026-03-23T20:47:26.099Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2311 | 2026-03-23T20:47:26.246Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2312 | 2026-03-23T20:47:26.271Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2313 | 2026-03-23T20:47:26.371Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2314 | 2026-03-23T20:47:26.484Z | Compiling camino-tempfile v1.4.1 |
| 2315 | 2026-03-23T20:47:26.506Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2316 | 2026-03-23T20:47:26.529Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2317 | 2026-03-23T20:47:26.858Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2318 | 2026-03-23T20:47:26.925Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2319 | 2026-03-23T20:47:26.958Z | Compiling usdt-macro v0.5.0 |
| 2320 | 2026-03-23T20:47:27.008Z | Compiling usdt-attr-macro v0.5.0 |
| 2321 | 2026-03-23T20:47:27.070Z | Compiling secrecy v0.10.3 |
| 2322 | 2026-03-23T20:47:27.093Z | Compiling parse-display v0.10.0 |
| 2323 | 2026-03-23T20:47:27.301Z | Compiling num-derive v0.4.2 |
| 2324 | 2026-03-23T20:47:27.442Z | Compiling bitfield-struct v0.6.2 |
| 2325 | 2026-03-23T20:47:27.857Z | Compiling regress v0.10.5 |
| 2326 | 2026-03-23T20:47:27.956Z | Compiling ordered-float v2.10.1 |
| 2327 | 2026-03-23T20:47:27.995Z | Compiling blake3 v1.8.3 |
| 2328 | 2026-03-23T20:47:28.201Z | Compiling sigpipe v0.1.3 |
| 2329 | 2026-03-23T20:47:28.258Z | Compiling memmap v0.7.0 |
| 2330 | 2026-03-23T20:47:28.354Z | Compiling glob v0.3.3 |
| 2331 | 2026-03-23T20:47:28.378Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2332 | 2026-03-23T20:47:28.381Z | Compiling serde-value v0.7.0 |
| 2333 | 2026-03-23T20:47:28.501Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2334 | 2026-03-23T20:47:28.583Z | Compiling usdt v0.5.0 |
| 2335 | 2026-03-23T20:47:28.701Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2336 | 2026-03-23T20:47:28.767Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2337 | 2026-03-23T20:47:28.875Z | Compiling serde-untagged v0.1.9 |
| 2338 | 2026-03-23T20:47:28.910Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2339 | 2026-03-23T20:47:29.263Z | Compiling toml v0.8.23 |
| 2340 | 2026-03-23T20:47:29.309Z | Compiling smf v0.2.3 |
| 2341 | 2026-03-23T20:47:29.330Z | Compiling filetime v0.2.27 |
| 2342 | 2026-03-23T20:47:29.403Z | Compiling whoami v1.6.1 |
| 2343 | 2026-03-23T20:47:29.424Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2344 | 2026-03-23T20:47:29.427Z | Compiling constant_time_eq v0.4.2 |
| 2345 | 2026-03-23T20:47:29.473Z | Compiling unicode-xid v0.2.6 |
| 2346 | 2026-03-23T20:47:29.559Z | Compiling arrayref v0.3.9 |
| 2347 | 2026-03-23T20:47:29.581Z | Compiling xattr v1.6.1 |
| 2348 | 2026-03-23T20:47:29.614Z | Compiling same-file v1.0.6 |
| 2349 | 2026-03-23T20:47:29.672Z | Compiling arrayvec v0.7.6 |
| 2350 | 2026-03-23T20:47:29.694Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2351 | 2026-03-23T20:47:29.720Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2352 | 2026-03-23T20:47:29.744Z | Compiling tokio-dtrace v0.1.1 |
| 2353 | 2026-03-23T20:47:29.848Z | Compiling walkdir v2.5.0 |
| 2354 | 2026-03-23T20:47:29.873Z | Compiling tar v0.4.44 |
| 2355 | 2026-03-23T20:47:30.016Z | Compiling cargo-util-schemas v0.8.2 |
| 2356 | 2026-03-23T20:47:30.042Z | Compiling gethostname v0.5.0 |
| 2357 | 2026-03-23T20:47:30.179Z | Compiling cargo-platform v0.2.0 |
| 2358 | 2026-03-23T20:47:30.230Z | Compiling topological-sort v0.2.2 |
| 2359 | 2026-03-23T20:47:30.464Z | Compiling oxide-tokio-rt v0.1.3 |
| 2360 | 2026-03-23T20:47:30.572Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2361 | 2026-03-23T20:47:30.783Z | Compiling shell-words v1.1.1 |
| 2362 | 2026-03-23T20:47:30.786Z | Compiling indent_write v2.2.0 |
| 2363 | 2026-03-23T20:47:31.623Z | Compiling cargo_metadata v0.21.0 |
| 2364 | 2026-03-23T20:47:42.547Z | Compiling progenitor-client v0.10.0 |
| 2365 | 2026-03-23T20:47:42.547Z | Compiling omicron-zone-package v0.12.2 |
| 2366 | 2026-03-23T20:47:42.568Z | Compiling progenitor-client v0.13.0 |
| 2367 | 2026-03-23T20:47:42.678Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2368 | 2026-03-23T20:47:42.682Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2369 | 2026-03-23T20:47:42.682Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2370 | 2026-03-23T20:47:42.682Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2371 | 2026-03-23T20:47:42.909Z | Compiling progenitor-extras v0.1.1 |
| 2372 | 2026-03-23T20:47:43.185Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2373 | 2026-03-23T20:47:52.752Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2374 | 2026-03-23T20:47:54.037Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2375 | 2026-03-23T20:48:02.279Z | Finished `release` profile [optimized] target(s) in 1m 53s |
| 2376 | 2026-03-23T20:48:02.477Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2377 | 2026-03-23T20:48:02.546Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2378 | 2026-03-23T20:48:02.549Z | Created new build target 'test' and set it as active |
| 2379 | 2026-03-23T20:48:02.549Z | |
| 2380 | 2026-03-23T20:48:02.549Z | real 1:53.996888740 |
| 2381 | 2026-03-23T20:48:02.549Z | user 20:12.759645450 |
| 2382 | 2026-03-23T20:48:02.550Z | sys 3:02.776132804 |
| 2383 | 2026-03-23T20:48:02.550Z | trap 0.520549767 |
| 2384 | 2026-03-23T20:48:02.550Z | tflt 2.776117520 |
| 2385 | 2026-03-23T20:48:02.550Z | dflt 3.654551118 |
| 2386 | 2026-03-23T20:48:02.550Z | kflt 0.005779343 |
| 2387 | 2026-03-23T20:48:02.550Z | lock 1:04:09.850270485 |
| 2388 | 2026-03-23T20:48:02.550Z | slp 51:36.232449361 |
| 2389 | 2026-03-23T20:48:02.550Z | lat 45.868327035 |
| 2390 | 2026-03-23T20:48:02.550Z | stop 7:34.049194475 |
| 2391 | 2026-03-23T20:48:02.553Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2392 | 2026-03-23T20:48:03.775Z | Finished `release` profile [optimized] target(s) in 1.21s |
| 2393 | 2026-03-23T20:48:03.848Z | Running `target/release/omicron-package -t test package` |
| 2394 | 2026-03-23T20:48:03.915Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2395 | 2026-03-23T20:48:05.840Z | Compiling regress v0.10.5 |
| 2396 | 2026-03-23T20:48:05.840Z | Compiling heck v0.5.0 |
| 2397 | 2026-03-23T20:48:05.844Z | Compiling unsafe-libyaml v0.2.11 |
| 2398 | 2026-03-23T20:48:06.129Z | Compiling convert_case v0.4.0 |
| 2399 | 2026-03-23T20:48:06.157Z | Compiling half v2.7.1 |
| 2400 | 2026-03-23T20:48:06.160Z | Compiling ciborium-io v0.2.2 |
| 2401 | 2026-03-23T20:48:06.214Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2402 | 2026-03-23T20:48:06.242Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2403 | 2026-03-23T20:48:06.245Z | Compiling prettyplease v0.2.37 |
| 2404 | 2026-03-23T20:48:06.306Z | Compiling universal-hash v0.5.1 |
| 2405 | 2026-03-23T20:48:06.310Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2406 | 2026-03-23T20:48:06.310Z | Compiling unicode-width v0.1.14 |
| 2407 | 2026-03-23T20:48:06.310Z | Compiling opaque-debug v0.3.1 |
| 2408 | 2026-03-23T20:48:06.310Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2409 | 2026-03-23T20:48:06.339Z | Compiling typify-impl v0.6.1 |
| 2410 | 2026-03-23T20:48:06.431Z | Compiling chacha20 v0.9.1 |
| 2411 | 2026-03-23T20:48:06.434Z | Compiling byte-wrapper v0.1.0 |
| 2412 | 2026-03-23T20:48:06.561Z | Compiling derive_more v0.99.20 |
| 2413 | 2026-03-23T20:48:06.564Z | Compiling ciborium-ll v0.2.2 |
| 2414 | 2026-03-23T20:48:06.564Z | Compiling poly1305 v0.8.0 |
| 2415 | 2026-03-23T20:48:06.629Z | Compiling password-hash v0.5.0 |
| 2416 | 2026-03-23T20:48:06.694Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2417 | 2026-03-23T20:48:06.854Z | Compiling serde_yaml v0.9.34+deprecated |
| 2418 | 2026-03-23T20:48:06.888Z | Compiling ciborium v0.2.2 |
| 2419 | 2026-03-23T20:48:06.891Z | Compiling blake2 v0.10.6 |
| 2420 | 2026-03-23T20:48:06.976Z | Compiling aead v0.5.2 |
| 2421 | 2026-03-23T20:48:07.007Z | Compiling is-terminal v0.4.17 |
| 2422 | 2026-03-23T20:48:07.160Z | Compiling swrite v0.1.0 |
| 2423 | 2026-03-23T20:48:07.250Z | Compiling argon2 v0.5.3 |
| 2424 | 2026-03-23T20:48:07.322Z | Compiling chacha20poly1305 v0.10.1 |
| 2425 | 2026-03-23T20:48:07.451Z | Compiling serde_spanned v1.0.4 |
| 2426 | 2026-03-23T20:48:07.536Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2427 | 2026-03-23T20:48:07.646Z | Compiling bytecount v0.6.9 |
| 2428 | 2026-03-23T20:48:07.675Z | Compiling rustls v0.22.4 |
| 2429 | 2026-03-23T20:48:07.679Z | Compiling rustls-webpki v0.102.8 |
| 2430 | 2026-03-23T20:48:07.740Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2431 | 2026-03-23T20:48:07.772Z | Compiling derive-where v1.6.0 |
| 2432 | 2026-03-23T20:48:07.776Z | Compiling thiserror-no-std v2.0.2 |
| 2433 | 2026-03-23T20:48:07.859Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2434 | 2026-03-23T20:48:07.909Z | Compiling thread_local v1.1.9 |
| 2435 | 2026-03-23T20:48:07.940Z | Compiling match_cfg v0.1.0 |
| 2436 | 2026-03-23T20:48:07.979Z | Compiling vsss-rs v3.3.4 |
| 2437 | 2026-03-23T20:48:08.063Z | Compiling multer v3.1.0 |
| 2438 | 2026-03-23T20:48:08.094Z | Compiling hostname v0.3.1 |
| 2439 | 2026-03-23T20:48:08.181Z | Compiling slog-async v2.8.0 |
| 2440 | 2026-03-23T20:48:08.245Z | Compiling slog-json v2.6.1 |
| 2441 | 2026-03-23T20:48:08.282Z | Compiling crossbeam-channel v0.5.15 |
| 2442 | 2026-03-23T20:48:08.341Z | Compiling futures-executor v0.3.32 |
| 2443 | 2026-03-23T20:48:08.537Z | Compiling take_mut v0.2.2 |
| 2444 | 2026-03-23T20:48:08.573Z | Compiling term v1.2.1 |
| 2445 | 2026-03-23T20:48:08.651Z | Compiling futures v0.3.32 |
| 2446 | 2026-03-23T20:48:08.693Z | Compiling slog-bunyan v2.5.0 |
| 2447 | 2026-03-23T20:48:08.726Z | Compiling dropshot v0.16.7 |
| 2448 | 2026-03-23T20:48:08.800Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2449 | 2026-03-23T20:48:08.849Z | Compiling async-stream v0.3.6 |
| 2450 | 2026-03-23T20:48:08.912Z | Compiling progenitor-client v0.13.0 |
| 2451 | 2026-03-23T20:48:08.946Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2452 | 2026-03-23T20:48:08.998Z | Compiling slog-term v2.9.2 |
| 2453 | 2026-03-23T20:48:09.127Z | Compiling waitgroup v0.1.2 |
| 2454 | 2026-03-23T20:48:09.209Z | Compiling backon v1.6.0 |
| 2455 | 2026-03-23T20:48:09.280Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2456 | 2026-03-23T20:48:09.311Z | Compiling rustls-pemfile v2.2.0 |
| 2457 | 2026-03-23T20:48:09.346Z | Compiling hostname v0.4.2 |
| 2458 | 2026-03-23T20:48:09.349Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-03-23T20:48:09.414Z | Compiling instant v0.1.13 |
| 2460 | 2026-03-23T20:48:09.452Z | Compiling debug-ignore v1.0.5 |
| 2461 | 2026-03-23T20:48:09.455Z | Compiling progenitor-extras v0.1.1 |
| 2462 | 2026-03-23T20:48:09.523Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2463 | 2026-03-23T20:48:09.530Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2464 | 2026-03-23T20:48:09.588Z | Compiling backoff v0.4.0 |
| 2465 | 2026-03-23T20:48:09.625Z | Compiling parse-display v0.10.0 |
| 2466 | 2026-03-23T20:48:09.628Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2467 | 2026-03-23T20:48:09.628Z | Compiling progenitor-client v0.10.0 |
| 2468 | 2026-03-23T20:48:09.628Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2469 | 2026-03-23T20:48:09.753Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2470 | 2026-03-23T20:48:09.756Z | Compiling macaddr v1.0.1 |
| 2471 | 2026-03-23T20:48:09.829Z | Compiling console v0.15.11 |
| 2472 | 2026-03-23T20:48:09.878Z | Compiling newline-converter v0.3.0 |
| 2473 | 2026-03-23T20:48:09.913Z | Compiling atomicwrites v0.4.4 |
| 2474 | 2026-03-23T20:48:09.916Z | Compiling num-rational v0.4.2 |
| 2475 | 2026-03-23T20:48:09.997Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2476 | 2026-03-23T20:48:10.122Z | Compiling num-complex v0.4.6 |
| 2477 | 2026-03-23T20:48:10.230Z | Compiling slog-dtrace v0.3.0 |
| 2478 | 2026-03-23T20:48:10.262Z | Compiling async-recursion v1.1.1 |
| 2479 | 2026-03-23T20:48:10.300Z | Compiling float-ord v0.3.2 |
| 2480 | 2026-03-23T20:48:10.477Z | Compiling expectorate v1.2.0 |
| 2481 | 2026-03-23T20:48:10.599Z | Compiling owo-colors v4.3.0 |
| 2482 | 2026-03-23T20:48:10.730Z | Compiling num v0.4.3 |
| 2483 | 2026-03-23T20:48:10.766Z | Compiling cancel-safe-futures v0.1.5 |
| 2484 | 2026-03-23T20:48:10.800Z | Compiling tokio-rustls v0.25.0 |
| 2485 | 2026-03-23T20:48:10.870Z | Compiling libsw-core v0.3.2 |
| 2486 | 2026-03-23T20:48:10.870Z | Compiling resolv-conf v0.7.6 |
| 2487 | 2026-03-23T20:48:10.964Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2488 | 2026-03-23T20:48:11.085Z | Compiling toml v0.8.23 |
| 2489 | 2026-03-23T20:48:11.184Z | Compiling libsw v3.5.0 |
| 2490 | 2026-03-23T20:48:11.249Z | Compiling linear-map v1.2.0 |
| 2491 | 2026-03-23T20:48:11.356Z | Compiling minimal-lexical v0.2.1 |
| 2492 | 2026-03-23T20:48:11.469Z | Compiling linked-hash-map v0.5.6 |
| 2493 | 2026-03-23T20:48:11.578Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2494 | 2026-03-23T20:48:11.721Z | Compiling nom v7.1.3 |
| 2495 | 2026-03-23T20:48:11.752Z | Compiling unicode-xid v0.2.6 |
| 2496 | 2026-03-23T20:48:11.797Z | Compiling lru-cache v0.1.2 |
| 2497 | 2026-03-23T20:48:11.800Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2498 | 2026-03-23T20:48:11.864Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2499 | 2026-03-23T20:48:11.905Z | Compiling globset v0.4.18 |
| 2500 | 2026-03-23T20:48:11.953Z | Compiling hickory-proto v0.24.4 |
| 2501 | 2026-03-23T20:48:12.014Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2502 | 2026-03-23T20:48:12.388Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2503 | 2026-03-23T20:48:12.547Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2504 | 2026-03-23T20:48:13.053Z | Compiling typify-macro v0.6.1 |
| 2505 | 2026-03-23T20:48:13.632Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2506 | 2026-03-23T20:48:13.644Z | Compiling convert_case v0.10.0 |
| 2507 | 2026-03-23T20:48:14.034Z | Compiling derive_more-impl v2.1.1 |
| 2508 | 2026-03-23T20:48:15.061Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2509 | 2026-03-23T20:48:15.096Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2510 | 2026-03-23T20:48:15.134Z | Compiling typify v0.6.1 |
| 2511 | 2026-03-23T20:48:15.311Z | Compiling progenitor-impl v0.13.0 |
| 2512 | 2026-03-23T20:48:15.401Z | Compiling hickory-resolver v0.24.4 |
| 2513 | 2026-03-23T20:48:15.580Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2514 | 2026-03-23T20:48:16.473Z | Compiling pin-project-internal v1.1.11 |
| 2515 | 2026-03-23T20:48:16.988Z | Compiling qorb v0.4.1 |
| 2516 | 2026-03-23T20:48:17.633Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2517 | 2026-03-23T20:48:17.871Z | Compiling pin-project v1.1.11 |
| 2518 | 2026-03-23T20:48:17.905Z | Compiling derive_more v2.1.1 |
| 2519 | 2026-03-23T20:48:18.047Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2520 | 2026-03-23T20:48:18.100Z | Compiling pem v3.0.6 |
| 2521 | 2026-03-23T20:48:18.284Z | Compiling snafu-derive v0.8.9 |
| 2522 | 2026-03-23T20:48:18.440Z | Compiling progenitor-macro v0.13.0 |
| 2523 | 2026-03-23T20:48:18.726Z | Compiling termtree v0.5.1 |
| 2524 | 2026-03-23T20:48:18.969Z | Compiling crossterm v0.29.0 |
| 2525 | 2026-03-23T20:48:19.015Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2526 | 2026-03-23T20:48:19.726Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2527 | 2026-03-23T20:48:20.621Z | Compiling snafu v0.8.9 |
| 2528 | 2026-03-23T20:48:21.167Z | Compiling phf_shared v0.12.1 |
| 2529 | 2026-03-23T20:48:21.384Z | Compiling olpc-cjson v0.1.4 |
| 2530 | 2026-03-23T20:48:21.491Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2531 | 2026-03-23T20:48:21.689Z | Compiling serde_plain v1.0.2 |
| 2532 | 2026-03-23T20:48:22.166Z | Compiling csv-core v0.1.13 |
| 2533 | 2026-03-23T20:48:22.400Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2534 | 2026-03-23T20:48:22.576Z | Compiling vte v0.14.1 |
| 2535 | 2026-03-23T20:48:22.760Z | Compiling chrono-tz v0.10.4 |
| 2536 | 2026-03-23T20:48:22.827Z | Compiling highway v1.3.0 |
| 2537 | 2026-03-23T20:48:22.904Z | Compiling typed-path v0.9.3 |
| 2538 | 2026-03-23T20:48:23.082Z | Compiling strip-ansi-escapes v0.2.1 |
| 2539 | 2026-03-23T20:48:23.185Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2540 | 2026-03-23T20:48:23.484Z | Compiling csv v1.4.0 |
| 2541 | 2026-03-23T20:48:23.769Z | Compiling phf v0.12.1 |
| 2542 | 2026-03-23T20:48:23.800Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2543 | 2026-03-23T20:48:23.913Z | Compiling const_format_proc_macros v0.2.34 |
| 2544 | 2026-03-23T20:48:24.041Z | Compiling papergrid v0.11.0 |
| 2545 | 2026-03-23T20:48:24.123Z | Compiling fd-lock v4.0.4 |
| 2546 | 2026-03-23T20:48:24.366Z | Compiling peg-macros v0.8.5 |
| 2547 | 2026-03-23T20:48:24.455Z | Compiling progenitor v0.13.0 |
| 2548 | 2026-03-23T20:48:24.494Z | Compiling tough v0.20.0 |
| 2549 | 2026-03-23T20:48:24.681Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2550 | 2026-03-23T20:48:24.783Z | Compiling tabled_derive v0.7.0 |
| 2551 | 2026-03-23T20:48:26.091Z | Compiling nu-ansi-term v0.50.3 |
| 2552 | 2026-03-23T20:48:26.126Z | Compiling peg v0.8.5 |
| 2553 | 2026-03-23T20:48:26.129Z | Compiling tabled v0.15.0 |
| 2554 | 2026-03-23T20:48:26.189Z | Compiling const_format v0.2.35 |
| 2555 | 2026-03-23T20:48:26.445Z | Compiling reedline v0.40.0 |
| 2556 | 2026-03-23T20:48:26.707Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2557 | 2026-03-23T20:48:26.788Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2558 | 2026-03-23T20:48:26.862Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2559 | 2026-03-23T20:48:28.221Z | Compiling bcs v0.1.6 |
| 2560 | 2026-03-23T20:48:28.643Z | Compiling semver v0.1.20 |
| 2561 | 2026-03-23T20:48:28.777Z | Compiling base64 v0.21.7 |
| 2562 | 2026-03-23T20:48:29.030Z | Compiling rustc_version v0.1.7 |
| 2563 | 2026-03-23T20:48:29.349Z | Compiling newtype_derive v0.1.6 |
| 2564 | 2026-03-23T20:48:29.473Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2565 | 2026-03-23T20:48:29.635Z | Compiling smawk v0.3.2 |
| 2566 | 2026-03-23T20:48:29.794Z | Compiling humantime v2.3.0 |
| 2567 | 2026-03-23T20:48:29.896Z | Compiling unicode-linebreak v0.1.5 |
| 2568 | 2026-03-23T20:48:30.274Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2569 | 2026-03-23T20:48:30.277Z | Compiling textwrap v0.16.2 |
| 2570 | 2026-03-23T20:48:30.473Z | Compiling dropshot-api-manager-types v0.6.0 |
| 2571 | 2026-03-23T20:48:30.638Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2572 | 2026-03-23T20:48:30.851Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2573 | 2026-03-23T20:48:30.969Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2574 | 2026-03-23T20:48:31.058Z | Compiling steno v0.4.1 |
| 2575 | 2026-03-23T20:48:31.244Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2576 | 2026-03-23T20:48:31.393Z | Compiling utf-8 v0.7.6 |
| 2577 | 2026-03-23T20:48:31.694Z | Compiling tagptr v0.2.0 |
| 2578 | 2026-03-23T20:48:31.949Z | Compiling moka v0.12.13 |
| 2579 | 2026-03-23T20:48:32.141Z | Compiling tungstenite v0.21.0 |
| 2580 | 2026-03-23T20:48:32.325Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2581 | 2026-03-23T20:48:32.373Z | Compiling radium v0.7.0 |
| 2582 | 2026-03-23T20:48:32.538Z | Compiling typify-impl v0.4.3 |
| 2583 | 2026-03-23T20:48:33.266Z | Compiling tokio-tungstenite v0.21.0 |
| 2584 | 2026-03-23T20:48:33.567Z | Compiling hickory-resolver v0.25.2 |
| 2585 | 2026-03-23T20:48:33.721Z | Compiling maybe-uninit v2.0.0 |
| 2586 | 2026-03-23T20:48:33.799Z | Compiling tap v1.0.1 |
| 2587 | 2026-03-23T20:48:33.984Z | Compiling wyz v0.5.1 |
| 2588 | 2026-03-23T20:48:34.340Z | Compiling zerocopy-derive v0.6.6 |
| 2589 | 2026-03-23T20:48:34.571Z | Compiling funty v2.0.0 |
| 2590 | 2026-03-23T20:48:34.988Z | Compiling crc-catalog v2.4.0 |
| 2591 | 2026-03-23T20:48:35.150Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2592 | 2026-03-23T20:48:35.246Z | Compiling packed_struct v0.10.1 |
| 2593 | 2026-03-23T20:48:35.386Z | Compiling display-error-chain v0.2.2 |
| 2594 | 2026-03-23T20:48:35.624Z | Compiling zerocopy v0.6.6 |
| 2595 | 2026-03-23T20:48:35.670Z | Compiling bitvec v1.0.1 |
| 2596 | 2026-03-23T20:48:35.856Z | Compiling crc v3.4.0 |
| 2597 | 2026-03-23T20:48:36.180Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2598 | 2026-03-23T20:48:36.474Z | Compiling packed_struct_codegen v0.10.1 |
| 2599 | 2026-03-23T20:48:36.505Z | Compiling bitfield-macros v0.19.4 |
| 2600 | 2026-03-23T20:48:37.405Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2601 | 2026-03-23T20:48:37.510Z | Compiling typify-macro v0.4.3 |
| 2602 | 2026-03-23T20:48:37.797Z | Compiling indexmap v1.9.3 |
| 2603 | 2026-03-23T20:48:38.080Z | Compiling nodrop v0.1.14 |
| 2604 | 2026-03-23T20:48:38.218Z | Compiling array-init v0.0.4 |
| 2605 | 2026-03-23T20:48:38.819Z | Compiling bitfield v0.19.4 |
| 2606 | 2026-03-23T20:48:39.282Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2607 | 2026-03-23T20:48:39.525Z | Compiling smallvec v0.6.14 |
| 2608 | 2026-03-23T20:48:39.757Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2609 | 2026-03-23T20:48:39.879Z | Compiling num-derive v0.3.3 |
| 2610 | 2026-03-23T20:48:40.105Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2611 | 2026-03-23T20:48:40.491Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-03-23T20:48:40.640Z | Compiling proc-macro-error2 v2.0.1 |
| 2613 | 2026-03-23T20:48:41.051Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2614 | 2026-03-23T20:48:41.118Z | Compiling libscf-sys v1.1.0 |
| 2615 | 2026-03-23T20:48:41.339Z | Compiling serde-hex v0.1.0 |
| 2616 | 2026-03-23T20:48:41.430Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2617 | 2026-03-23T20:48:41.730Z | Compiling ron v0.8.1 |
| 2618 | 2026-03-23T20:48:41.942Z | Compiling hashbrown v0.13.2 |
| 2619 | 2026-03-23T20:48:41.996Z | Compiling vergen-gitcl v1.0.8 |
| 2620 | 2026-03-23T20:48:42.028Z | Compiling dirs-sys-next v0.1.2 |
| 2621 | 2026-03-23T20:48:42.060Z | Compiling glob v0.3.3 |
| 2622 | 2026-03-23T20:48:42.285Z | Compiling maplit v1.0.2 |
| 2623 | 2026-03-23T20:48:42.323Z | Compiling crunchy v0.2.4 |
| 2624 | 2026-03-23T20:48:42.416Z | Compiling diesel_derives v2.3.7 |
| 2625 | 2026-03-23T20:48:42.447Z | Compiling crc-any v2.5.0 |
| 2626 | 2026-03-23T20:48:42.544Z | Compiling clang-sys v1.8.1 |
| 2627 | 2026-03-23T20:48:42.757Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2628 | 2026-03-23T20:48:42.787Z | Compiling object v0.30.4 |
| 2629 | 2026-03-23T20:48:42.864Z | Compiling dirs-next v2.0.0 |
| 2630 | 2026-03-23T20:48:43.010Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2631 | 2026-03-23T20:48:43.041Z | Compiling tabled_derive v0.11.0 |
| 2632 | 2026-03-23T20:48:43.092Z | Compiling typify v0.4.3 |
| 2633 | 2026-03-23T20:48:43.267Z | Compiling papergrid v0.17.0 |
| 2634 | 2026-03-23T20:48:43.410Z | Compiling testing_table v0.3.0 |
| 2635 | 2026-03-23T20:48:43.606Z | Compiling dsl_auto_type v0.2.0 |
| 2636 | 2026-03-23T20:48:43.881Z | Compiling scheduled-thread-pool v0.2.7 |
| 2637 | 2026-03-23T20:48:43.960Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2638 | 2026-03-23T20:48:44.265Z | Compiling tiny-keccak v2.0.2 |
| 2639 | 2026-03-23T20:48:44.294Z | Compiling path-slash v0.1.5 |
| 2640 | 2026-03-23T20:48:44.464Z | Compiling r2d2 v0.8.10 |
| 2641 | 2026-03-23T20:48:44.597Z | Compiling term v0.7.0 |
| 2642 | 2026-03-23T20:48:44.827Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2643 | 2026-03-23T20:48:44.861Z | Compiling arc-swap v1.8.2 |
| 2644 | 2026-03-23T20:48:44.898Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2645 | 2026-03-23T20:48:45.190Z | Compiling tabled v0.20.0 |
| 2646 | 2026-03-23T20:48:45.267Z | Compiling downcast-rs v2.0.2 |
| 2647 | 2026-03-23T20:48:45.317Z | Compiling xshell-macros v0.2.7 |
| 2648 | 2026-03-23T20:48:45.356Z | Compiling bit-vec v0.6.3 |
| 2649 | 2026-03-23T20:48:45.433Z | Compiling slog-scope v4.4.1 |
| 2650 | 2026-03-23T20:48:45.561Z | Compiling ascii-canvas v3.0.0 |
| 2651 | 2026-03-23T20:48:45.610Z | Compiling bit-set v0.5.3 |
| 2652 | 2026-03-23T20:48:45.823Z | Compiling xshell v0.2.7 |
| 2653 | 2026-03-23T20:48:45.869Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2654 | 2026-03-23T20:48:45.900Z | Compiling itertools v0.10.5 |
| 2655 | 2026-03-23T20:48:45.990Z | Compiling ena v0.14.4 |
| 2656 | 2026-03-23T20:48:45.998Z | Compiling libloading v0.8.9 |
| 2657 | 2026-03-23T20:48:46.309Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2658 | 2026-03-23T20:48:46.338Z | Compiling bindgen v0.71.1 |
| 2659 | 2026-03-23T20:48:46.445Z | Compiling unicase v2.9.0 |
| 2660 | 2026-03-23T20:48:46.693Z | Compiling regex-syntax v0.6.29 |
| 2661 | 2026-03-23T20:48:46.727Z | Compiling diff v0.1.13 |
| 2662 | 2026-03-23T20:48:46.888Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2663 | 2026-03-23T20:48:47.387Z | Compiling slog-stdlog v4.1.1 |
| 2664 | 2026-03-23T20:48:47.483Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2665 | 2026-03-23T20:48:48.371Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2666 | 2026-03-23T20:48:49.333Z | Compiling lalrpop v0.19.12 |
| 2667 | 2026-03-23T20:48:49.396Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2668 | 2026-03-23T20:48:50.016Z | Compiling cexpr v0.6.0 |
| 2669 | 2026-03-23T20:48:50.139Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2670 | 2026-03-23T20:48:50.404Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2671 | 2026-03-23T20:48:50.623Z | Compiling crc8 v0.1.1 |
| 2672 | 2026-03-23T20:48:50.868Z | Compiling diesel v2.3.7 |
| 2673 | 2026-03-23T20:48:50.871Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2674 | 2026-03-23T20:48:50.903Z | Compiling slog-envlogger v2.2.0 |
| 2675 | 2026-03-23T20:48:51.340Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2676 | 2026-03-23T20:48:51.642Z | Compiling headers-core v0.3.0 |
| 2677 | 2026-03-23T20:48:51.836Z | Compiling libxml v0.3.3 |
| 2678 | 2026-03-23T20:48:51.969Z | Compiling headers v0.4.1 |
| 2679 | 2026-03-23T20:48:52.199Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2680 | 2026-03-23T20:48:52.241Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2681 | 2026-03-23T20:48:52.428Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2682 | 2026-03-23T20:48:52.515Z | Compiling strum_macros v0.24.3 |
| 2683 | 2026-03-23T20:48:52.998Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2684 | 2026-03-23T20:48:53.785Z | Compiling indoc v1.0.9 |
| 2685 | 2026-03-23T20:48:54.141Z | Compiling progenitor-impl v0.10.0 |
| 2686 | 2026-03-23T20:48:54.258Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2687 | 2026-03-23T20:48:54.401Z | Compiling derive_builder v0.20.2 |
| 2688 | 2026-03-23T20:48:54.539Z | Compiling oso-derive v0.27.3 |
| 2689 | 2026-03-23T20:48:54.612Z | Compiling quick-xml v0.37.5 |
| 2690 | 2026-03-23T20:48:55.118Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2691 | 2026-03-23T20:48:55.255Z | Compiling half v1.8.3 |
| 2692 | 2026-03-23T20:48:55.393Z | Compiling openssl-probe v0.1.6 |
| 2693 | 2026-03-23T20:48:55.695Z | Compiling serde_cbor v0.11.2 |
| 2694 | 2026-03-23T20:48:55.836Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2695 | 2026-03-23T20:48:56.553Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2696 | 2026-03-23T20:48:56.758Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2697 | 2026-03-23T20:48:56.882Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2698 | 2026-03-23T20:48:56.986Z | Compiling bb8 v0.8.6 |
| 2699 | 2026-03-23T20:48:57.175Z | Compiling progenitor-macro v0.10.0 |
| 2700 | 2026-03-23T20:48:57.180Z | Compiling trait-variant v0.1.2 |
| 2701 | 2026-03-23T20:48:57.373Z | Compiling samael v0.0.19 |
| 2702 | 2026-03-23T20:48:57.518Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2703 | 2026-03-23T20:48:57.922Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2704 | 2026-03-23T20:48:58.080Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2705 | 2026-03-23T20:48:58.483Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2706 | 2026-03-23T20:48:58.516Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2707 | 2026-03-23T20:48:58.708Z | Compiling fxhash v0.2.1 |
| 2708 | 2026-03-23T20:48:58.817Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2709 | 2026-03-23T20:48:58.968Z | Compiling kstat-rs v0.2.4 |
| 2710 | 2026-03-23T20:48:58.999Z | Compiling libz-sys v1.1.24 |
| 2711 | 2026-03-23T20:48:59.154Z | Compiling salty v0.3.0 |
| 2712 | 2026-03-23T20:48:59.495Z | Compiling nonempty v0.12.0 |
| 2713 | 2026-03-23T20:48:59.646Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2714 | 2026-03-23T20:48:59.813Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2715 | 2026-03-23T20:49:00.164Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2716 | 2026-03-23T20:49:00.288Z | Compiling progenitor-impl v0.11.2 |
| 2717 | 2026-03-23T20:49:00.338Z | Compiling darling_core v0.23.0 |
| 2718 | 2026-03-23T20:49:00.489Z | Compiling polar-core v0.27.3 |
| 2719 | 2026-03-23T20:49:02.731Z | Compiling nanorand v0.7.0 |
| 2720 | 2026-03-23T20:49:03.131Z | Compiling progenitor v0.10.0 |
| 2721 | 2026-03-23T20:49:03.182Z | Compiling fs-err v2.11.0 |
| 2722 | 2026-03-23T20:49:03.379Z | Compiling parking_lot_core v0.8.6 |
| 2723 | 2026-03-23T20:49:03.491Z | Compiling darling_macro v0.23.0 |
| 2724 | 2026-03-23T20:49:03.620Z | Compiling progenitor-macro v0.11.2 |
| 2725 | 2026-03-23T20:49:03.651Z | Compiling mime_guess v2.0.5 |
| 2726 | 2026-03-23T20:49:03.783Z | Compiling flume v0.11.1 |
| 2727 | 2026-03-23T20:49:04.127Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 2728 | 2026-03-23T20:49:04.319Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2729 | 2026-03-23T20:49:05.776Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2730 | 2026-03-23T20:49:06.503Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2731 | 2026-03-23T20:49:06.575Z | Compiling progenitor-client v0.11.2 |
| 2732 | 2026-03-23T20:49:06.896Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2733 | 2026-03-23T20:49:07.768Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2734 | 2026-03-23T20:49:08.898Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2735 | 2026-03-23T20:49:09.800Z | Compiling git-stub v1.0.0 |
| 2736 | 2026-03-23T20:49:10.140Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2737 | 2026-03-23T20:49:10.652Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2738 | 2026-03-23T20:49:11.834Z | Compiling instability v0.3.11 |
| 2739 | 2026-03-23T20:49:12.671Z | Compiling git-stub-vcs v0.1.0 |
| 2740 | 2026-03-23T20:49:13.137Z | Compiling oso v0.27.3 |
| 2741 | 2026-03-23T20:49:16.820Z | Compiling diesel-dtrace v0.5.0 |
| 2742 | 2026-03-23T20:49:17.095Z | Compiling async-bb8-diesel v0.2.1 |
| 2743 | 2026-03-23T20:49:17.240Z | Compiling progenitor v0.11.2 |
| 2744 | 2026-03-23T20:49:17.488Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2745 | 2026-03-23T20:49:17.662Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2746 | 2026-03-23T20:49:17.902Z | Compiling darling v0.23.0 |
| 2747 | 2026-03-23T20:49:18.720Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2748 | 2026-03-23T20:49:18.752Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2749 | 2026-03-23T20:49:18.958Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2750 | 2026-03-23T20:49:19.059Z | Compiling ignore v0.4.25 |
| 2751 | 2026-03-23T20:49:20.245Z | Compiling primeorder v0.13.6 |
| 2752 | 2026-03-23T20:49:20.696Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-03-23T20:49:20.808Z | Compiling castaway v0.2.4 |
| 2754 | 2026-03-23T20:49:21.006Z | Compiling atty v0.2.14 |
| 2755 | 2026-03-23T20:49:21.193Z | Compiling nibble_vec v0.1.0 |
| 2756 | 2026-03-23T20:49:21.339Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-03-23T20:49:21.416Z | Compiling endian-type v0.1.2 |
| 2758 | 2026-03-23T20:49:21.623Z | Compiling parse-size v1.1.0 |
| 2759 | 2026-03-23T20:49:21.654Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2760 | 2026-03-23T20:49:21.688Z | Compiling indoc v2.0.7 |
| 2761 | 2026-03-23T20:49:21.901Z | Compiling http-range v0.1.5 |
| 2762 | 2026-03-23T20:49:21.981Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-03-23T20:49:22.339Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2764 | 2026-03-23T20:49:22.660Z | Compiling radix_trie v0.2.1 |
| 2765 | 2026-03-23T20:49:22.857Z | Compiling compact_str v0.8.1 |
| 2766 | 2026-03-23T20:49:23.182Z | Compiling p384 v0.13.1 |
| 2767 | 2026-03-23T20:49:24.354Z | Compiling globwalk v0.9.1 |
| 2768 | 2026-03-23T20:49:25.201Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2769 | 2026-03-23T20:49:25.498Z | Compiling parking_lot v0.11.2 |
| 2770 | 2026-03-23T20:49:26.020Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2771 | 2026-03-23T20:49:26.508Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2772 | 2026-03-23T20:49:26.586Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2773 | 2026-03-23T20:49:26.621Z | Compiling predicates-tree v1.0.13 |
| 2774 | 2026-03-23T20:49:26.659Z | Compiling unicode-truncate v1.1.0 |
| 2775 | 2026-03-23T20:49:26.694Z | Compiling lru v0.12.5 |
| 2776 | 2026-03-23T20:49:26.925Z | Compiling prefix-trie v0.7.0 |
| 2777 | 2026-03-23T20:49:26.957Z | Compiling vergen-git2 v1.0.7 |
| 2778 | 2026-03-23T20:49:26.993Z | Compiling cassowary v0.3.0 |
| 2779 | 2026-03-23T20:49:27.194Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2780 | 2026-03-23T20:49:27.281Z | Compiling camino-tempfile-ext v0.3.3 |
| 2781 | 2026-03-23T20:49:27.546Z | Compiling hickory-server v0.25.2 |
| 2782 | 2026-03-23T20:49:27.579Z | Compiling ratatui v0.29.0 |
| 2783 | 2026-03-23T20:49:28.154Z | Compiling hyper-staticfile v0.10.1 |
| 2784 | 2026-03-23T20:49:28.296Z | Compiling sled v0.34.7 |
| 2785 | 2026-03-23T20:49:29.716Z | Compiling hickory-client v0.25.2 |
| 2786 | 2026-03-23T20:49:30.285Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2787 | 2026-03-23T20:49:30.679Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2788 | 2026-03-23T20:49:30.833Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-03-23T20:49:31.001Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2790 | 2026-03-23T20:49:31.087Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2791 | 2026-03-23T20:49:31.836Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2792 | 2026-03-23T20:49:32.235Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2793 | 2026-03-23T20:49:32.919Z | Compiling rand_seeder v0.4.0 |
| 2794 | 2026-03-23T20:49:32.949Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2795 | 2026-03-23T20:49:33.236Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2796 | 2026-03-23T20:49:33.265Z | Compiling lzma-sys v0.1.20 |
| 2797 | 2026-03-23T20:49:33.795Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2798 | 2026-03-23T20:49:33.824Z | Compiling rustls v0.21.12 |
| 2799 | 2026-03-23T20:49:34.085Z | Compiling corncobs v0.1.4 |
| 2800 | 2026-03-23T20:49:34.274Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2801 | 2026-03-23T20:49:34.342Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2802 | 2026-03-23T20:49:34.385Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2803 | 2026-03-23T20:49:34.415Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2804 | 2026-03-23T20:49:34.624Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2805 | 2026-03-23T20:49:34.768Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2806 | 2026-03-23T20:49:35.101Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2807 | 2026-03-23T20:49:35.196Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2808 | 2026-03-23T20:49:35.230Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2809 | 2026-03-23T20:49:36.083Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2810 | 2026-03-23T20:49:38.293Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2811 | 2026-03-23T20:49:39.165Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2812 | 2026-03-23T20:49:39.263Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2813 | 2026-03-23T20:49:39.458Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2814 | 2026-03-23T20:49:39.546Z | Compiling cargo_toml v0.22.3 |
| 2815 | 2026-03-23T20:49:39.737Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2816 | 2026-03-23T20:49:41.136Z | Compiling rustls-webpki v0.101.7 |
| 2817 | 2026-03-23T20:49:41.796Z | Compiling sct v0.7.1 |
| 2818 | 2026-03-23T20:49:41.825Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2819 | 2026-03-23T20:49:42.129Z | Compiling nix v0.29.0 |
| 2820 | 2026-03-23T20:49:42.318Z | Compiling secrecy v0.8.0 |
| 2821 | 2026-03-23T20:49:42.553Z | Compiling void v1.0.2 |
| 2822 | 2026-03-23T20:49:42.692Z | Compiling lzss v0.8.2 |
| 2823 | 2026-03-23T20:49:42.859Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2824 | 2026-03-23T20:49:42.903Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2825 | 2026-03-23T20:49:43.350Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2826 | 2026-03-23T20:49:43.393Z | Compiling git2 v0.20.4 |
| 2827 | 2026-03-23T20:49:43.425Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2828 | 2026-03-23T20:49:43.456Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2829 | 2026-03-23T20:49:43.682Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2830 | 2026-03-23T20:49:45.298Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2831 | 2026-03-23T20:49:45.683Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2832 | 2026-03-23T20:49:46.045Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2833 | 2026-03-23T20:49:46.177Z | Compiling tungstenite v0.23.0 |
| 2834 | 2026-03-23T20:49:46.212Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2835 | 2026-03-23T20:49:46.353Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2836 | 2026-03-23T20:49:46.386Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2837 | 2026-03-23T20:49:46.493Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2838 | 2026-03-23T20:49:46.676Z | Compiling nix v0.27.1 |
| 2839 | 2026-03-23T20:49:46.772Z | Compiling serde_bytes v0.11.19 |
| 2840 | 2026-03-23T20:49:47.147Z | Compiling tokio-tungstenite v0.23.1 |
| 2841 | 2026-03-23T20:49:47.540Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2842 | 2026-03-23T20:49:47.620Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2843 | 2026-03-23T20:49:47.843Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2844 | 2026-03-23T20:49:48.271Z | Compiling tokio-rustls v0.24.1 |
| 2845 | 2026-03-23T20:49:48.636Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2846 | 2026-03-23T20:49:49.201Z | Compiling ron v0.12.0 |
| 2847 | 2026-03-23T20:49:49.862Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2848 | 2026-03-23T20:49:51.089Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2849 | 2026-03-23T20:49:51.207Z | Compiling xz2 v0.1.7 |
| 2850 | 2026-03-23T20:49:52.313Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2851 | 2026-03-23T20:49:54.175Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2852 | 2026-03-23T20:49:54.224Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2853 | 2026-03-23T20:49:55.200Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2854 | 2026-03-23T20:49:56.675Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2855 | 2026-03-23T20:49:56.851Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2856 | 2026-03-23T20:49:56.956Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2857 | 2026-03-23T20:49:58.353Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2858 | 2026-03-23T20:49:58.480Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2859 | 2026-03-23T20:49:59.009Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2860 | 2026-03-23T20:49:59.635Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2861 | 2026-03-23T20:50:00.851Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2862 | 2026-03-23T20:50:01.777Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2863 | 2026-03-23T20:50:02.315Z | Compiling rustls-pemfile v1.0.4 |
| 2864 | 2026-03-23T20:50:02.805Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2865 | 2026-03-23T20:50:03.575Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2866 | 2026-03-23T20:50:04.582Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2867 | 2026-03-23T20:50:04.857Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2868 | 2026-03-23T20:50:05.174Z | Compiling signal-hook-tokio v0.3.1 |
| 2869 | 2026-03-23T20:50:05.400Z | Compiling twox-hash v2.1.2 |
| 2870 | 2026-03-23T20:50:05.796Z | Compiling yasna v0.5.2 |
| 2871 | 2026-03-23T20:50:05.873Z | Compiling base16ct v1.0.0 |
| 2872 | 2026-03-23T20:50:05.995Z | Compiling is_ci v1.2.0 |
| 2873 | 2026-03-23T20:50:06.217Z | Compiling supports-color v3.0.2 |
| 2874 | 2026-03-23T20:50:06.272Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2875 | 2026-03-23T20:50:06.535Z | Compiling rcgen v0.12.1 |
| 2876 | 2026-03-23T20:50:06.611Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2877 | 2026-03-23T20:50:07.717Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2878 | 2026-03-23T20:50:07.831Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2879 | 2026-03-23T20:50:08.101Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2880 | 2026-03-23T20:50:08.133Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2881 | 2026-03-23T20:50:12.038Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2882 | 2026-03-23T20:50:12.094Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2883 | 2026-03-23T20:50:12.127Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2884 | 2026-03-23T20:50:12.771Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2885 | 2026-03-23T20:50:13.054Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2886 | 2026-03-23T20:50:13.338Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2887 | 2026-03-23T20:50:13.626Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2888 | 2026-03-23T20:50:13.891Z | Compiling fatfs v0.3.6 |
| 2889 | 2026-03-23T20:50:14.400Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2890 | 2026-03-23T20:50:15.479Z | Compiling subprocess v0.2.15 |
| 2891 | 2026-03-23T20:50:17.159Z | Compiling rtoolbox v0.0.3 |
| 2892 | 2026-03-23T20:50:17.497Z | Compiling assert_matches v1.5.0 |
| 2893 | 2026-03-23T20:50:17.632Z | Compiling seq-macro v0.3.6 |
| 2894 | 2026-03-23T20:50:17.951Z | Compiling rpassword v7.4.0 |
| 2895 | 2026-03-23T20:50:18.195Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2896 | 2026-03-23T20:50:18.315Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2897 | 2026-03-23T20:50:18.441Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2898 | 2026-03-23T20:50:19.526Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2899 | 2026-03-23T20:50:19.695Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2900 | 2026-03-23T20:50:21.420Z | Compiling tui-tree-widget v0.23.1 |
| 2901 | 2026-03-23T20:50:21.772Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2902 | 2026-03-23T20:50:22.693Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2903 | 2026-03-23T20:50:23.372Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2904 | 2026-03-23T20:50:23.795Z | Compiling uzers v0.12.2 |
| 2905 | 2026-03-23T20:50:24.703Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2906 | 2026-03-23T20:50:25.625Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2907 | 2026-03-23T20:50:27.008Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2908 | 2026-03-23T20:50:29.804Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2909 | 2026-03-23T20:50:30.319Z | Compiling support-bundle-viewer v0.1.2 |
| 2910 | 2026-03-23T20:50:32.702Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2911 | 2026-03-23T20:50:33.932Z | Compiling multimap v0.10.1 |
| 2912 | 2026-03-23T20:50:55.456Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2913 | 2026-03-23T20:50:56.652Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2914 | 2026-03-23T20:50:58.871Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2915 | 2026-03-23T20:58:21.797Z | Finished `release` profile [optimized] target(s) in 10m 17s |
| 2916 | 2026-03-23T20:59:14.923Z | |
| 2917 | 2026-03-23T20:59:14.926Z | real 11:12.191451891 |
| 2918 | 2026-03-23T20:59:14.926Z | user 1:40:54.231046151 |
| 2919 | 2026-03-23T20:59:14.926Z | sys 4:11.694924229 |
| 2920 | 2026-03-23T20:59:14.926Z | trap 2.265976415 |
| 2921 | 2026-03-23T20:59:14.926Z | tflt 1.996306692 |
| 2922 | 2026-03-23T20:59:14.926Z | dflt 17.661420449 |
| 2923 | 2026-03-23T20:59:14.926Z | kflt 0.014828239 |
| 2924 | 2026-03-23T20:59:14.926Z | lock 8:12:17.840754216 |
| 2925 | 2026-03-23T20:59:14.926Z | slp 2:48:41.806319010 |
| 2926 | 2026-03-23T20:59:14.926Z | lat 2:46.057598278 |
| 2927 | 2026-03-23T20:59:14.926Z | stop 7:16.327767836 |
| 2928 | 2026-03-23T20:59:14.926Z | + mapfile -t packages |
| 2929 | 2026-03-23T20:59:14.926Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2930 | 2026-03-23T20:59:16.260Z | Finished `release` profile [optimized] target(s) in 1.31s |
| 2931 | 2026-03-23T20:59:16.332Z | Running `target/release/omicron-package -t test list-outputs` |
| 2932 | 2026-03-23T20:59:16.393Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2933 | 2026-03-23T20:59:16.396Z | + ptime -m cargo build --locked --release -p xtask |
| 2934 | 2026-03-23T20:59:17.122Z | Compiling libc v0.2.180 |
| 2935 | 2026-03-23T20:59:17.123Z | Compiling serde v1.0.228 |
| 2936 | 2026-03-23T20:59:17.126Z | Compiling serde_core v1.0.228 |
| 2937 | 2026-03-23T20:59:17.126Z | Compiling rustix v1.1.3 |
| 2938 | 2026-03-23T20:59:17.246Z | Compiling bitflags v2.11.0 |
| 2939 | 2026-03-23T20:59:17.254Z | Compiling serde_json v1.0.149 |
| 2940 | 2026-03-23T20:59:17.287Z | Compiling num-traits v0.2.19 |
| 2941 | 2026-03-23T20:59:17.287Z | Compiling smallvec v1.15.1 |
| 2942 | 2026-03-23T20:59:17.290Z | Compiling syn v2.0.117 |
| 2943 | 2026-03-23T20:59:17.316Z | Compiling hashbrown v0.16.1 |
| 2944 | 2026-03-23T20:59:17.364Z | Compiling usdt-impl v0.5.0 |
| 2945 | 2026-03-23T20:59:17.379Z | Compiling syn v1.0.109 |
| 2946 | 2026-03-23T20:59:17.396Z | Compiling log v0.4.29 |
| 2947 | 2026-03-23T20:59:17.413Z | Compiling percent-encoding v2.3.2 |
| 2948 | 2026-03-23T20:59:17.555Z | Compiling getrandom v0.4.1 |
| 2949 | 2026-03-23T20:59:17.672Z | Compiling form_urlencoded v1.2.2 |
| 2950 | 2026-03-23T20:59:17.728Z | Compiling fs-err v3.3.0 |
| 2951 | 2026-03-23T20:59:17.891Z | Compiling once_cell v1.21.3 |
| 2952 | 2026-03-23T20:59:17.891Z | Compiling heck v0.4.1 |
| 2953 | 2026-03-23T20:59:17.894Z | Compiling anyhow v1.0.102 |
| 2954 | 2026-03-23T20:59:18.142Z | Compiling indexmap v2.13.0 |
| 2955 | 2026-03-23T20:59:18.307Z | Compiling thread-id v4.2.2 |
| 2956 | 2026-03-23T20:59:18.406Z | Compiling errno v0.3.14 |
| 2957 | 2026-03-23T20:59:18.409Z | Compiling memmap v0.7.0 |
| 2958 | 2026-03-23T20:59:18.773Z | Compiling ordered-float v2.10.1 |
| 2959 | 2026-03-23T20:59:19.499Z | Compiling proc-macro-error v1.0.4 |
| 2960 | 2026-03-23T20:59:19.804Z | Compiling tabled_derive v0.7.0 |
| 2961 | 2026-03-23T20:59:19.855Z | Compiling terminal_size v0.4.3 |
| 2962 | 2026-03-23T20:59:19.855Z | Compiling tempfile v3.25.0 |
| 2963 | 2026-03-23T20:59:19.975Z | Compiling clap_builder v4.5.60 |
| 2964 | 2026-03-23T20:59:19.975Z | Compiling textwrap v0.16.2 |
| 2965 | 2026-03-23T20:59:20.161Z | Compiling camino-tempfile v1.4.1 |
| 2966 | 2026-03-23T20:59:20.640Z | Compiling tabled v0.15.0 |
| 2967 | 2026-03-23T20:59:20.936Z | Compiling synstructure v0.13.2 |
| 2968 | 2026-03-23T20:59:20.936Z | Compiling pest_generator v2.8.6 |
| 2969 | 2026-03-23T20:59:21.458Z | Compiling serde_derive v1.0.228 |
| 2970 | 2026-03-23T20:59:21.461Z | Compiling zerofrom-derive v0.1.6 |
| 2971 | 2026-03-23T20:59:21.461Z | Compiling yoke-derive v0.8.1 |
| 2972 | 2026-03-23T20:59:21.461Z | Compiling zerovec-derive v0.11.2 |
| 2973 | 2026-03-23T20:59:21.461Z | Compiling displaydoc v0.2.5 |
| 2974 | 2026-03-23T20:59:21.461Z | Compiling thiserror-impl v1.0.69 |
| 2975 | 2026-03-23T20:59:21.461Z | Compiling zerocopy-derive v0.7.35 |
| 2976 | 2026-03-23T20:59:21.575Z | Compiling scroll_derive v0.12.1 |
| 2977 | 2026-03-23T20:59:21.663Z | Compiling pest_derive v2.8.6 |
| 2978 | 2026-03-23T20:59:22.210Z | Compiling thiserror-impl v2.0.18 |
| 2979 | 2026-03-23T20:59:22.371Z | Compiling clap_derive v4.5.55 |
| 2980 | 2026-03-23T20:59:22.442Z | Compiling scroll v0.12.0 |
| 2981 | 2026-03-23T20:59:22.612Z | Compiling zerocopy v0.7.35 |
| 2982 | 2026-03-23T20:59:22.873Z | Compiling goblin v0.8.2 |
| 2983 | 2026-03-23T20:59:22.997Z | Compiling thiserror v1.0.69 |
| 2984 | 2026-03-23T20:59:23.053Z | Compiling zerofrom v0.1.6 |
| 2985 | 2026-03-23T20:59:23.149Z | Compiling dtrace-parser v0.2.0 |
| 2986 | 2026-03-23T20:59:23.240Z | Compiling yoke v0.8.1 |
| 2987 | 2026-03-23T20:59:23.498Z | Compiling zerovec v0.11.5 |
| 2988 | 2026-03-23T20:59:23.536Z | Compiling zerotrie v0.2.3 |
| 2989 | 2026-03-23T20:59:23.818Z | Compiling thiserror v2.0.18 |
| 2990 | 2026-03-23T20:59:24.353Z | Compiling tinystr v0.8.2 |
| 2991 | 2026-03-23T20:59:24.602Z | Compiling icu_locale_core v2.1.1 |
| 2992 | 2026-03-23T20:59:24.659Z | Compiling potential_utf v0.1.4 |
| 2993 | 2026-03-23T20:59:24.924Z | Compiling icu_collections v2.1.1 |
| 2994 | 2026-03-23T20:59:25.863Z | Compiling icu_provider v2.1.1 |
| 2995 | 2026-03-23T20:59:26.053Z | Compiling toml_datetime v0.6.11 |
| 2996 | 2026-03-23T20:59:26.072Z | Compiling serde_spanned v0.6.9 |
| 2997 | 2026-03-23T20:59:26.217Z | Compiling icu_properties v2.1.2 |
| 2998 | 2026-03-23T20:59:26.296Z | Compiling icu_normalizer v2.1.1 |
| 2999 | 2026-03-23T20:59:26.322Z | Compiling serde-value v0.7.0 |
| 3000 | 2026-03-23T20:59:26.339Z | Compiling toml_edit v0.22.27 |
| 3001 | 2026-03-23T20:59:26.422Z | Compiling cargo-platform v0.2.0 |
| 3002 | 2026-03-23T20:59:26.459Z | Compiling dof v0.3.0 |
| 3003 | 2026-03-23T20:59:26.494Z | Compiling macaddr v1.0.1 |
| 3004 | 2026-03-23T20:59:26.511Z | Compiling clap v4.5.60 |
| 3005 | 2026-03-23T20:59:26.792Z | Compiling serde_tokenstream v0.2.3 |
| 3006 | 2026-03-23T20:59:27.517Z | Compiling idna_adapter v1.2.1 |
| 3007 | 2026-03-23T20:59:27.689Z | Compiling idna v1.1.0 |
| 3008 | 2026-03-23T20:59:27.891Z | Compiling usdt-attr-macro v0.5.0 |
| 3009 | 2026-03-23T20:59:27.930Z | Compiling usdt-macro v0.5.0 |
| 3010 | 2026-03-23T20:59:28.124Z | Compiling url v2.5.8 |
| 3011 | 2026-03-23T20:59:28.520Z | Compiling toml v0.8.23 |
| 3012 | 2026-03-23T20:59:28.648Z | Compiling usdt v0.5.0 |
| 3013 | 2026-03-23T20:59:29.146Z | Compiling cargo-util-schemas v0.8.2 |
| 3014 | 2026-03-23T20:59:29.146Z | Compiling cargo_toml v0.21.0 |
| 3015 | 2026-03-23T20:59:30.575Z | Compiling cargo_metadata v0.21.0 |
| 3016 | 2026-03-23T20:59:34.765Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3017 | 2026-03-23T20:59:38.798Z | Finished `release` profile [optimized] target(s) in 22.38s |
| 3018 | 2026-03-23T20:59:38.947Z | |
| 3019 | 2026-03-23T20:59:38.950Z | real 22.512349314 |
| 3020 | 2026-03-23T20:59:38.950Z | user 3:08.860808136 |
| 3021 | 2026-03-23T20:59:38.950Z | sys 20.635596952 |
| 3022 | 2026-03-23T20:59:38.950Z | trap 0.086313992 |
| 3023 | 2026-03-23T20:59:38.950Z | tflt 0.573299449 |
| 3024 | 2026-03-23T20:59:38.950Z | dflt 1.712496435 |
| 3025 | 2026-03-23T20:59:38.950Z | kflt 0.022084221 |
| 3026 | 2026-03-23T20:59:38.950Z | lock 7:13.991435093 |
| 3027 | 2026-03-23T20:59:38.950Z | slp 4:25.205390056 |
| 3028 | 2026-03-23T20:59:38.950Z | lat 7.993420013 |
| 3029 | 2026-03-23T20:59:38.950Z | stop 29.334573779 |
| 3030 | 2026-03-23T20:59:38.950Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3031 | 2026-03-23T20:59:38.950Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3032 | 2026-03-23T20:59:38.950Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3033 | 2026-03-23T20:59:38.950Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3034 | 2026-03-23T20:59:38.950Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3035 | 2026-03-23T20:59:40.257Z | Compiling regress v0.10.5 |
| 3036 | 2026-03-23T20:59:40.260Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3037 | 2026-03-23T20:59:40.448Z | Compiling serde_spanned v1.0.4 |
| 3038 | 2026-03-23T20:59:40.451Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3039 | 2026-03-23T20:59:40.451Z | Compiling newtype-uuid-macros v0.1.0 |
| 3040 | 2026-03-23T20:59:40.462Z | Compiling progenitor-client v0.13.0 |
| 3041 | 2026-03-23T20:59:40.465Z | Compiling structmeta-derive v0.3.0 |
| 3042 | 2026-03-23T20:59:40.465Z | Compiling rustls v0.22.4 |
| 3043 | 2026-03-23T20:59:40.465Z | Compiling rustls-webpki v0.102.8 |
| 3044 | 2026-03-23T20:59:40.465Z | Compiling multer v3.1.0 |
| 3045 | 2026-03-23T20:59:40.484Z | Compiling debug-ignore v1.0.5 |
| 3046 | 2026-03-23T20:59:40.645Z | Compiling match_cfg v0.1.0 |
| 3047 | 2026-03-23T20:59:40.649Z | Compiling slog-json v2.6.1 |
| 3048 | 2026-03-23T20:59:40.649Z | Compiling async-stream-impl v0.3.6 |
| 3049 | 2026-03-23T20:59:40.693Z | Compiling dropshot v0.16.7 |
| 3050 | 2026-03-23T20:59:40.717Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3051 | 2026-03-23T20:59:40.742Z | Compiling itertools v0.14.0 |
| 3052 | 2026-03-23T20:59:40.793Z | Compiling hostname v0.3.1 |
| 3053 | 2026-03-23T20:59:40.796Z | Compiling waitgroup v0.1.2 |
| 3054 | 2026-03-23T20:59:40.796Z | Compiling rustls-pemfile v2.2.0 |
| 3055 | 2026-03-23T20:59:40.970Z | Compiling slog-bunyan v2.5.0 |
| 3056 | 2026-03-23T20:59:40.997Z | Compiling dropshot_endpoint v0.16.7 |
| 3057 | 2026-03-23T20:59:41.001Z | Compiling hostname v0.4.2 |
| 3058 | 2026-03-23T20:59:41.096Z | Compiling serde_path_to_error v0.1.20 |
| 3059 | 2026-03-23T20:59:41.145Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3060 | 2026-03-23T20:59:41.149Z | Compiling macaddr v1.0.1 |
| 3061 | 2026-03-23T20:59:41.197Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3062 | 2026-03-23T20:59:41.228Z | Compiling progenitor-client v0.10.0 |
| 3063 | 2026-03-23T20:59:41.253Z | Compiling instant v0.1.13 |
| 3064 | 2026-03-23T20:59:41.417Z | Compiling backon v1.6.0 |
| 3065 | 2026-03-23T20:59:41.458Z | Compiling backoff v0.4.0 |
| 3066 | 2026-03-23T20:59:41.497Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3067 | 2026-03-23T20:59:41.524Z | Compiling async-stream v0.3.6 |
| 3068 | 2026-03-23T20:59:41.574Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3069 | 2026-03-23T20:59:41.577Z | Compiling crucible-workspace-hack v0.1.0 |
| 3070 | 2026-03-23T20:59:41.626Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3071 | 2026-03-23T20:59:41.626Z | Compiling unsafe-libyaml v0.2.11 |
| 3072 | 2026-03-23T20:59:41.677Z | Compiling progenitor-extras v0.1.1 |
| 3073 | 2026-03-23T20:59:41.712Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3074 | 2026-03-23T20:59:41.752Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3075 | 2026-03-23T20:59:41.777Z | Compiling secrecy v0.10.3 |
| 3076 | 2026-03-23T20:59:41.781Z | Compiling heapless v0.8.0 |
| 3077 | 2026-03-23T20:59:41.946Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3078 | 2026-03-23T20:59:42.007Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3079 | 2026-03-23T20:59:42.034Z | Compiling hash32 v0.3.1 |
| 3080 | 2026-03-23T20:59:42.061Z | Compiling smoltcp v0.11.0 |
| 3081 | 2026-03-23T20:59:42.065Z | Compiling structmeta v0.3.0 |
| 3082 | 2026-03-23T20:59:42.065Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3083 | 2026-03-23T20:59:42.262Z | Compiling toml v0.8.23 |
| 3084 | 2026-03-23T20:59:42.295Z | Compiling tabwriter v1.4.1 |
| 3085 | 2026-03-23T20:59:42.356Z | Compiling cobs v0.3.0 |
| 3086 | 2026-03-23T20:59:42.382Z | Compiling derive-ex v0.1.8 |
| 3087 | 2026-03-23T20:59:42.408Z | Compiling parse-display-derive v0.10.0 |
| 3088 | 2026-03-23T20:59:42.432Z | Compiling serde_yaml v0.9.34+deprecated |
| 3089 | 2026-03-23T20:59:42.547Z | Compiling ingot-macros v0.1.1 |
| 3090 | 2026-03-23T20:59:42.573Z | Compiling proc-macro-crate v3.4.0 |
| 3091 | 2026-03-23T20:59:42.644Z | Compiling typify-impl v0.6.1 |
| 3092 | 2026-03-23T20:59:42.696Z | Compiling foreign-types-macros v0.2.3 |
| 3093 | 2026-03-23T20:59:42.700Z | Compiling cpufeatures v0.3.0 |
| 3094 | 2026-03-23T20:59:42.742Z | Compiling convert_case v0.4.0 |
| 3095 | 2026-03-23T20:59:42.815Z | Compiling foreign-types-shared v0.3.1 |
| 3096 | 2026-03-23T20:59:42.839Z | Compiling chacha20 v0.10.0 |
| 3097 | 2026-03-23T20:59:43.118Z | Compiling postcard v1.1.3 |
| 3098 | 2026-03-23T20:59:43.250Z | Compiling proc-macro-crate v1.3.1 |
| 3099 | 2026-03-23T20:59:43.283Z | Compiling derive_more v0.99.20 |
| 3100 | 2026-03-23T20:59:43.308Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3101 | 2026-03-23T20:59:43.347Z | Compiling universal-hash v0.5.1 |
| 3102 | 2026-03-23T20:59:43.371Z | Compiling num_enum_derive v0.7.5 |
| 3103 | 2026-03-23T20:59:43.509Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3104 | 2026-03-23T20:59:43.537Z | Compiling foreign-types v0.5.0 |
| 3105 | 2026-03-23T20:59:43.565Z | Compiling cstr-argument v0.1.2 |
| 3106 | 2026-03-23T20:59:43.616Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3107 | 2026-03-23T20:59:43.670Z | Compiling tokio-rustls v0.25.0 |
| 3108 | 2026-03-23T20:59:43.792Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3109 | 2026-03-23T20:59:43.847Z | Compiling colored v3.1.1 |
| 3110 | 2026-03-23T20:59:43.890Z | Compiling opaque-debug v0.3.1 |
| 3111 | 2026-03-23T20:59:43.920Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3112 | 2026-03-23T20:59:44.038Z | Compiling num_enum_derive v0.5.11 |
| 3113 | 2026-03-23T20:59:44.114Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3114 | 2026-03-23T20:59:44.140Z | Compiling rand v0.10.0 |
| 3115 | 2026-03-23T20:59:44.162Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3116 | 2026-03-23T20:59:44.398Z | Compiling half v2.7.1 |
| 3117 | 2026-03-23T20:59:44.481Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3118 | 2026-03-23T20:59:44.591Z | Compiling ciborium-io v0.2.2 |
| 3119 | 2026-03-23T20:59:44.682Z | Compiling camino-tempfile v1.4.1 |
| 3120 | 2026-03-23T20:59:44.737Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3121 | 2026-03-23T20:59:44.824Z | Compiling test-strategy v0.4.5 |
| 3122 | 2026-03-23T20:59:44.850Z | Compiling parse-display v0.10.0 |
| 3123 | 2026-03-23T20:59:44.873Z | Compiling ciborium-ll v0.2.2 |
| 3124 | 2026-03-23T20:59:44.911Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3125 | 2026-03-23T20:59:44.936Z | Compiling num_enum v0.7.5 |
| 3126 | 2026-03-23T20:59:45.023Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3127 | 2026-03-23T20:59:45.096Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3128 | 2026-03-23T20:59:45.123Z | Compiling ciborium v0.2.2 |
| 3129 | 2026-03-23T20:59:45.126Z | Compiling smf v0.2.3 |
| 3130 | 2026-03-23T20:59:45.196Z | Compiling aead v0.5.2 |
| 3131 | 2026-03-23T20:59:45.222Z | Compiling num-derive v0.4.2 |
| 3132 | 2026-03-23T20:59:45.276Z | Compiling sigpipe v0.1.3 |
| 3133 | 2026-03-23T20:59:45.387Z | Compiling glob v0.3.3 |
| 3134 | 2026-03-23T20:59:45.419Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3135 | 2026-03-23T20:59:45.422Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3136 | 2026-03-23T20:59:45.487Z | Compiling poly1305 v0.8.0 |
| 3137 | 2026-03-23T20:59:45.531Z | Compiling num_enum v0.5.11 |
| 3138 | 2026-03-23T20:59:45.706Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3139 | 2026-03-23T20:59:45.757Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3140 | 2026-03-23T20:59:45.757Z | Compiling chacha20 v0.9.1 |
| 3141 | 2026-03-23T20:59:45.805Z | Compiling whoami v1.6.1 |
| 3142 | 2026-03-23T20:59:45.926Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 3143 | 2026-03-23T20:59:45.991Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3144 | 2026-03-23T20:59:46.019Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3145 | 2026-03-23T20:59:46.146Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3146 | 2026-03-23T20:59:46.146Z | Compiling num-rational v0.4.2 |
| 3147 | 2026-03-23T20:59:46.203Z | Compiling byte-wrapper v0.1.0 |
| 3148 | 2026-03-23T20:59:46.317Z | Compiling password-hash v0.5.0 |
| 3149 | 2026-03-23T20:59:46.444Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3150 | 2026-03-23T20:59:46.490Z | Compiling blake2 v0.10.6 |
| 3151 | 2026-03-23T20:59:46.519Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3152 | 2026-03-23T20:59:46.546Z | Compiling ingot-types v0.1.2 |
| 3153 | 2026-03-23T20:59:46.582Z | Compiling num-complex v0.4.6 |
| 3154 | 2026-03-23T20:59:46.607Z | Compiling prettyplease v0.2.37 |
| 3155 | 2026-03-23T20:59:46.688Z | Compiling indent_write v2.2.0 |
| 3156 | 2026-03-23T20:59:46.898Z | Compiling argon2 v0.5.3 |
| 3157 | 2026-03-23T20:59:46.926Z | Compiling chacha20poly1305 v0.10.1 |
| 3158 | 2026-03-23T20:59:46.975Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3159 | 2026-03-23T20:59:47.008Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3160 | 2026-03-23T20:59:47.011Z | Compiling float-ord v0.3.2 |
| 3161 | 2026-03-23T20:59:47.062Z | Compiling ingot v0.1.1 |
| 3162 | 2026-03-23T20:59:47.142Z | Compiling num v0.4.3 |
| 3163 | 2026-03-23T20:59:47.145Z | Compiling gethostname v0.5.0 |
| 3164 | 2026-03-23T20:59:47.192Z | Compiling usdt-attr-macro v0.5.0 |
| 3165 | 2026-03-23T20:59:47.218Z | Compiling usdt-macro v0.5.0 |
| 3166 | 2026-03-23T20:59:47.257Z | Compiling derive-where v1.6.0 |
| 3167 | 2026-03-23T20:59:47.291Z | Compiling memmap v0.7.0 |
| 3168 | 2026-03-23T20:59:47.320Z | Compiling atomicwrites v0.4.4 |
| 3169 | 2026-03-23T20:59:47.485Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3170 | 2026-03-23T20:59:47.563Z | Compiling cancel-safe-futures v0.1.5 |
| 3171 | 2026-03-23T20:59:47.608Z | Compiling owo-colors v4.3.0 |
| 3172 | 2026-03-23T20:59:47.671Z | Compiling thiserror-no-std v2.0.2 |
| 3173 | 2026-03-23T20:59:47.747Z | Compiling libsw-core v0.3.2 |
| 3174 | 2026-03-23T20:59:47.816Z | Compiling vsss-rs v3.3.4 |
| 3175 | 2026-03-23T20:59:47.890Z | Compiling async-recursion v1.1.1 |
| 3176 | 2026-03-23T20:59:47.923Z | Compiling resolv-conf v0.7.6 |
| 3177 | 2026-03-23T20:59:48.009Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3178 | 2026-03-23T20:59:48.065Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3179 | 2026-03-23T20:59:48.285Z | Compiling libsw v3.5.0 |
| 3180 | 2026-03-23T20:59:48.312Z | Compiling usdt v0.5.0 |
| 3181 | 2026-03-23T20:59:48.468Z | Compiling typify-impl v0.4.3 |
| 3182 | 2026-03-23T20:59:48.557Z | Compiling libefi-sys v0.1.0 |
| 3183 | 2026-03-23T20:59:48.585Z | Compiling linear-map v1.2.0 |
| 3184 | 2026-03-23T20:59:48.681Z | Compiling hickory-proto v0.24.4 |
| 3185 | 2026-03-23T20:59:48.746Z | Compiling newline-converter v0.3.0 |
| 3186 | 2026-03-23T20:59:48.815Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3187 | 2026-03-23T20:59:48.844Z | Compiling console v0.15.11 |
| 3188 | 2026-03-23T20:59:48.892Z | Compiling bitfield-struct v0.6.2 |
| 3189 | 2026-03-23T20:59:48.946Z | Compiling semver v0.1.20 |
| 3190 | 2026-03-23T20:59:49.004Z | Compiling linked-hash-map v0.5.6 |
| 3191 | 2026-03-23T20:59:49.167Z | Compiling pin-project-internal v1.1.11 |
| 3192 | 2026-03-23T20:59:49.170Z | Compiling slog-dtrace v0.3.0 |
| 3193 | 2026-03-23T20:59:49.279Z | Compiling lru-cache v0.1.2 |
| 3194 | 2026-03-23T20:59:49.303Z | Compiling typify-macro v0.6.1 |
| 3195 | 2026-03-23T20:59:49.325Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3196 | 2026-03-23T20:59:49.398Z | Compiling expectorate v1.2.0 |
| 3197 | 2026-03-23T20:59:49.462Z | Compiling rustc_version v0.1.7 |
| 3198 | 2026-03-23T20:59:49.487Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2026-03-23T20:59:49.512Z | Compiling minimal-lexical v0.2.1 |
| 3200 | 2026-03-23T20:59:49.614Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3201 | 2026-03-23T20:59:49.723Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3202 | 2026-03-23T20:59:49.771Z | Compiling tokio-dtrace v0.1.1 |
| 3203 | 2026-03-23T20:59:49.803Z | Compiling newtype_derive v0.1.6 |
| 3204 | 2026-03-23T20:59:49.829Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3205 | 2026-03-23T20:59:49.897Z | Compiling nom v7.1.3 |
| 3206 | 2026-03-23T20:59:49.900Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3207 | 2026-03-23T20:59:50.020Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3208 | 2026-03-23T20:59:50.024Z | Compiling phf_shared v0.12.1 |
| 3209 | 2026-03-23T20:59:50.086Z | Compiling dropshot-api-manager-types v0.6.0 |
| 3210 | 2026-03-23T20:59:50.149Z | Compiling pem v3.0.6 |
| 3211 | 2026-03-23T20:59:50.230Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3212 | 2026-03-23T20:59:50.278Z | Compiling snafu-derive v0.8.9 |
| 3213 | 2026-03-23T20:59:50.301Z | Compiling csv-core v0.1.13 |
| 3214 | 2026-03-23T20:59:50.559Z | Compiling xshell-macros v0.2.7 |
| 3215 | 2026-03-23T20:59:50.636Z | Compiling same-file v1.0.6 |
| 3216 | 2026-03-23T20:59:50.665Z | Compiling highway v1.3.0 |
| 3217 | 2026-03-23T20:59:50.691Z | Compiling base64 v0.21.7 |
| 3218 | 2026-03-23T20:59:50.797Z | Compiling chrono-tz v0.10.4 |
| 3219 | 2026-03-23T20:59:50.820Z | Compiling pin-project v1.1.11 |
| 3220 | 2026-03-23T20:59:50.976Z | Compiling const_format_proc_macros v0.2.34 |
| 3221 | 2026-03-23T20:59:51.097Z | Compiling walkdir v2.5.0 |
| 3222 | 2026-03-23T20:59:51.120Z | Compiling xshell v0.2.7 |
| 3223 | 2026-03-23T20:59:51.153Z | Compiling csv v1.4.0 |
| 3224 | 2026-03-23T20:59:51.201Z | Compiling phf v0.12.1 |
| 3225 | 2026-03-23T20:59:51.328Z | Compiling oxide-tokio-rt v0.1.3 |
| 3226 | 2026-03-23T20:59:51.440Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3227 | 2026-03-23T20:59:51.585Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3228 | 2026-03-23T20:59:51.640Z | Compiling globset v0.4.18 |
| 3229 | 2026-03-23T20:59:51.735Z | Compiling olpc-cjson v0.1.4 |
| 3230 | 2026-03-23T20:59:51.771Z | Compiling hickory-resolver v0.24.4 |
| 3231 | 2026-03-23T20:59:51.811Z | Compiling typify v0.6.1 |
| 3232 | 2026-03-23T20:59:51.851Z | Compiling primeorder v0.13.6 |
| 3233 | 2026-03-23T20:59:51.875Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3234 | 2026-03-23T20:59:51.928Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3235 | 2026-03-23T20:59:51.974Z | Compiling progenitor-impl v0.13.0 |
| 3236 | 2026-03-23T20:59:52.002Z | Compiling serde_plain v1.0.2 |
| 3237 | 2026-03-23T20:59:52.025Z | Compiling typed-path v0.9.3 |
| 3238 | 2026-03-23T20:59:52.144Z | Compiling const_format v0.2.35 |
| 3239 | 2026-03-23T20:59:52.231Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3240 | 2026-03-23T20:59:52.581Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3241 | 2026-03-23T20:59:52.609Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3242 | 2026-03-23T20:59:52.636Z | Compiling tabled_derive v0.7.0 |
| 3243 | 2026-03-23T20:59:52.639Z | Compiling bcs v0.1.6 |
| 3244 | 2026-03-23T20:59:53.070Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3245 | 2026-03-23T20:59:53.109Z | Compiling snafu v0.8.9 |
| 3246 | 2026-03-23T20:59:53.197Z | Compiling qorb v0.4.1 |
| 3247 | 2026-03-23T20:59:53.367Z | Compiling utf-8 v0.7.6 |
| 3248 | 2026-03-23T20:59:53.393Z | Compiling salty v0.3.0 |
| 3249 | 2026-03-23T20:59:53.420Z | Compiling termtree v0.5.1 |
| 3250 | 2026-03-23T20:59:53.621Z | Compiling tough v0.20.0 |
| 3251 | 2026-03-23T20:59:53.647Z | Compiling radium v0.7.0 |
| 3252 | 2026-03-23T20:59:53.650Z | Compiling tungstenite v0.21.0 |
| 3253 | 2026-03-23T20:59:53.770Z | Compiling textwrap v0.16.2 |
| 3254 | 2026-03-23T20:59:53.820Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3255 | 2026-03-23T20:59:54.037Z | Compiling tabled v0.15.0 |
| 3256 | 2026-03-23T20:59:54.103Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3257 | 2026-03-23T20:59:54.133Z | Compiling steno v0.4.1 |
| 3258 | 2026-03-23T20:59:54.355Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3259 | 2026-03-23T20:59:54.380Z | Compiling maybe-uninit v2.0.0 |
| 3260 | 2026-03-23T20:59:54.409Z | Compiling humantime v2.3.0 |
| 3261 | 2026-03-23T20:59:54.508Z | Compiling tap v1.0.1 |
| 3262 | 2026-03-23T20:59:54.562Z | Compiling tokio-tungstenite v0.21.0 |
| 3263 | 2026-03-23T20:59:54.693Z | Compiling wyz v0.5.1 |
| 3264 | 2026-03-23T20:59:54.813Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3265 | 2026-03-23T20:59:54.904Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3266 | 2026-03-23T20:59:54.931Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3267 | 2026-03-23T20:59:54.958Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3268 | 2026-03-23T20:59:55.025Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3269 | 2026-03-23T20:59:55.164Z | Compiling typify-macro v0.4.3 |
| 3270 | 2026-03-23T20:59:55.581Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3271 | 2026-03-23T20:59:55.608Z | Compiling p384 v0.13.1 |
| 3272 | 2026-03-23T20:59:55.674Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3273 | 2026-03-23T20:59:55.747Z | Compiling progenitor-macro v0.13.0 |
| 3274 | 2026-03-23T20:59:55.815Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3275 | 2026-03-23T20:59:56.094Z | Compiling arc-swap v1.8.2 |
| 3276 | 2026-03-23T20:59:56.189Z | Compiling tagptr v0.2.0 |
| 3277 | 2026-03-23T20:59:56.393Z | Compiling funty v2.0.0 |
| 3278 | 2026-03-23T20:59:56.424Z | Compiling packed_struct v0.10.1 |
| 3279 | 2026-03-23T20:59:56.523Z | Compiling slog-scope v4.4.1 |
| 3280 | 2026-03-23T20:59:56.788Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3281 | 2026-03-23T20:59:56.945Z | Compiling bitvec v1.0.1 |
| 3282 | 2026-03-23T20:59:57.109Z | Compiling moka v0.12.13 |
| 3283 | 2026-03-23T20:59:57.245Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3284 | 2026-03-23T20:59:57.419Z | Compiling polyval v0.6.2 |
| 3285 | 2026-03-23T20:59:57.458Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3286 | 2026-03-23T20:59:57.567Z | Compiling typify v0.4.3 |
| 3287 | 2026-03-23T20:59:57.675Z | Compiling packed_struct_codegen v0.10.1 |
| 3288 | 2026-03-23T20:59:57.710Z | Compiling progenitor-impl v0.10.0 |
| 3289 | 2026-03-23T20:59:57.743Z | Compiling zerocopy-derive v0.6.6 |
| 3290 | 2026-03-23T20:59:57.763Z | Compiling bitfield-macros v0.19.4 |
| 3291 | 2026-03-23T20:59:57.766Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3292 | 2026-03-23T20:59:57.927Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3293 | 2026-03-23T20:59:58.205Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3294 | 2026-03-23T20:59:58.310Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3295 | 2026-03-23T20:59:58.344Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3296 | 2026-03-23T20:59:58.777Z | Compiling indexmap v1.9.3 |
| 3297 | 2026-03-23T20:59:58.801Z | Compiling crc-catalog v2.4.0 |
| 3298 | 2026-03-23T20:59:58.941Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3299 | 2026-03-23T20:59:58.993Z | Compiling nodrop v0.1.14 |
| 3300 | 2026-03-23T20:59:59.016Z | Compiling parking_lot_core v0.8.6 |
| 3301 | 2026-03-23T20:59:59.111Z | Compiling crc v3.4.0 |
| 3302 | 2026-03-23T20:59:59.146Z | Compiling array-init v0.0.4 |
| 3303 | 2026-03-23T20:59:59.309Z | Compiling zerocopy v0.6.6 |
| 3304 | 2026-03-23T20:59:59.335Z | Compiling bitfield v0.19.4 |
| 3305 | 2026-03-23T20:59:59.362Z | Compiling proc-macro-error2 v2.0.1 |
| 3306 | 2026-03-23T20:59:59.417Z | Compiling hickory-resolver v0.25.2 |
| 3307 | 2026-03-23T20:59:59.451Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3308 | 2026-03-23T20:59:59.719Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3309 | 2026-03-23T20:59:59.796Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3310 | 2026-03-23T20:59:59.824Z | Compiling ghash v0.5.1 |
| 3311 | 2026-03-23T20:59:59.846Z | Compiling smallvec v0.6.14 |
| 3312 | 2026-03-23T21:00:00.037Z | Compiling slog-stdlog v4.1.1 |
| 3313 | 2026-03-23T21:00:00.168Z | Compiling git-stub v1.0.0 |
| 3314 | 2026-03-23T21:00:00.337Z | Compiling ctr v0.9.2 |
| 3315 | 2026-03-23T21:00:00.365Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3316 | 2026-03-23T21:00:00.371Z | Compiling num-derive v0.3.3 |
| 3317 | 2026-03-23T21:00:00.548Z | Compiling lzma-sys v0.1.20 |
| 3318 | 2026-03-23T21:00:00.639Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3319 | 2026-03-23T21:00:00.724Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3320 | 2026-03-23T21:00:00.784Z | Compiling unicase v2.9.0 |
| 3321 | 2026-03-23T21:00:00.813Z | Compiling hashbrown v0.12.3 |
| 3322 | 2026-03-23T21:00:00.939Z | Compiling aes-gcm v0.10.3 |
| 3323 | 2026-03-23T21:00:00.974Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3324 | 2026-03-23T21:00:01.088Z | Compiling mime_guess v2.0.5 |
| 3325 | 2026-03-23T21:00:01.092Z | Compiling git-stub-vcs v0.1.0 |
| 3326 | 2026-03-23T21:00:01.183Z | Compiling slog-envlogger v2.2.0 |
| 3327 | 2026-03-23T21:00:01.211Z | Compiling serde-hex v0.1.0 |
| 3328 | 2026-03-23T21:00:01.242Z | Compiling tabled_derive v0.11.0 |
| 3329 | 2026-03-23T21:00:01.490Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3330 | 2026-03-23T21:00:01.527Z | Compiling progenitor-macro v0.10.0 |
| 3331 | 2026-03-23T21:00:01.618Z | Compiling libscf-sys v1.1.0 |
| 3332 | 2026-03-23T21:00:01.703Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3333 | 2026-03-23T21:00:01.882Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3334 | 2026-03-23T21:00:01.981Z | Compiling progenitor-impl v0.11.2 |
| 3335 | 2026-03-23T21:00:02.028Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3336 | 2026-03-23T21:00:02.139Z | Compiling ron v0.8.1 |
| 3337 | 2026-03-23T21:00:02.164Z | Compiling papergrid v0.17.0 |
| 3338 | 2026-03-23T21:00:02.199Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3339 | 2026-03-23T21:00:02.258Z | Compiling cargo_toml v0.22.3 |
| 3340 | 2026-03-23T21:00:02.773Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3341 | 2026-03-23T21:00:02.889Z | Compiling hashbrown v0.13.2 |
| 3342 | 2026-03-23T21:00:02.950Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3343 | 2026-03-23T21:00:03.081Z | Compiling progenitor v0.13.0 |
| 3344 | 2026-03-23T21:00:03.304Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3345 | 2026-03-23T21:00:03.382Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3346 | 2026-03-23T21:00:03.518Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3347 | 2026-03-23T21:00:03.555Z | Compiling testing_table v0.3.0 |
| 3348 | 2026-03-23T21:00:03.607Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3349 | 2026-03-23T21:00:03.667Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3350 | 2026-03-23T21:00:03.798Z | Compiling blowfish v0.9.1 |
| 3351 | 2026-03-23T21:00:04.009Z | Compiling ssh-encoding v0.2.0 |
| 3352 | 2026-03-23T21:00:04.103Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3353 | 2026-03-23T21:00:04.192Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3354 | 2026-03-23T21:00:04.218Z | Compiling nibble_vec v0.1.0 |
| 3355 | 2026-03-23T21:00:04.392Z | Compiling corncobs v0.1.4 |
| 3356 | 2026-03-23T21:00:04.421Z | Compiling crc-any v2.5.0 |
| 3357 | 2026-03-23T21:00:04.448Z | Compiling endian-type v0.1.2 |
| 3358 | 2026-03-23T21:00:04.480Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3359 | 2026-03-23T21:00:04.582Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3360 | 2026-03-23T21:00:04.625Z | Compiling radix_trie v0.2.1 |
| 3361 | 2026-03-23T21:00:04.684Z | Compiling ssh-cipher v0.2.0 |
| 3362 | 2026-03-23T21:00:04.742Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3363 | 2026-03-23T21:00:04.798Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3364 | 2026-03-23T21:00:04.862Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3365 | 2026-03-23T21:00:04.895Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3366 | 2026-03-23T21:00:05.077Z | Compiling tabled v0.20.0 |
| 3367 | 2026-03-23T21:00:05.249Z | Compiling object v0.30.4 |
| 3368 | 2026-03-23T21:00:05.274Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3369 | 2026-03-23T21:00:05.545Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3370 | 2026-03-23T21:00:05.733Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3371 | 2026-03-23T21:00:05.892Z | Compiling progenitor-macro v0.11.2 |
| 3372 | 2026-03-23T21:00:06.067Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3373 | 2026-03-23T21:00:06.392Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3374 | 2026-03-23T21:00:06.444Z | Compiling parking_lot v0.11.2 |
| 3375 | 2026-03-23T21:00:06.908Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3376 | 2026-03-23T21:00:06.943Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3377 | 2026-03-23T21:00:07.306Z | Compiling progenitor-client v0.11.2 |
| 3378 | 2026-03-23T21:00:07.433Z | Compiling prefix-trie v0.7.0 |
| 3379 | 2026-03-23T21:00:07.462Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3380 | 2026-03-23T21:00:07.568Z | Compiling password-hash v0.4.2 |
| 3381 | 2026-03-23T21:00:07.631Z | Compiling fxhash v0.2.1 |
| 3382 | 2026-03-23T21:00:07.658Z | Compiling secrecy v0.8.0 |
| 3383 | 2026-03-23T21:00:07.715Z | Compiling path-slash v0.1.5 |
| 3384 | 2026-03-23T21:00:07.752Z | Compiling half v1.8.3 |
| 3385 | 2026-03-23T21:00:07.776Z | Compiling http-range v0.1.5 |
| 3386 | 2026-03-23T21:00:07.886Z | Compiling sled v0.34.7 |
| 3387 | 2026-03-23T21:00:07.923Z | Compiling hickory-server v0.25.2 |
| 3388 | 2026-03-23T21:00:07.990Z | Compiling pbkdf2 v0.11.0 |
| 3389 | 2026-03-23T21:00:08.085Z | Compiling serde_cbor v0.11.2 |
| 3390 | 2026-03-23T21:00:08.161Z | Compiling ron v0.12.0 |
| 3391 | 2026-03-23T21:00:08.185Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3392 | 2026-03-23T21:00:08.529Z | Compiling xz2 v0.1.7 |
| 3393 | 2026-03-23T21:00:08.782Z | Compiling progenitor v0.10.0 |
| 3394 | 2026-03-23T21:00:08.879Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3395 | 2026-03-23T21:00:09.088Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3396 | 2026-03-23T21:00:09.337Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3397 | 2026-03-23T21:00:09.556Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3398 | 2026-03-23T21:00:09.629Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3399 | 2026-03-23T21:00:10.028Z | Compiling ssh-key v0.6.7 |
| 3400 | 2026-03-23T21:00:10.319Z | Compiling hickory-client v0.25.2 |
| 3401 | 2026-03-23T21:00:10.543Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3402 | 2026-03-23T21:00:10.741Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3403 | 2026-03-23T21:00:10.801Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3404 | 2026-03-23T21:00:11.012Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3405 | 2026-03-23T21:00:11.072Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3406 | 2026-03-23T21:00:11.354Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3407 | 2026-03-23T21:00:11.885Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3408 | 2026-03-23T21:00:12.110Z | Compiling p256 v0.13.2 |
| 3409 | 2026-03-23T21:00:12.243Z | Compiling p521 v0.13.3 |
| 3410 | 2026-03-23T21:00:12.267Z | Compiling yasna v0.5.2 |
| 3411 | 2026-03-23T21:00:12.457Z | Compiling kstat-rs v0.2.4 |
| 3412 | 2026-03-23T21:00:12.497Z | Compiling headers-core v0.3.0 |
| 3413 | 2026-03-23T21:00:12.545Z | Compiling nanorand v0.7.0 |
| 3414 | 2026-03-23T21:00:12.656Z | Compiling atty v0.2.14 |
| 3415 | 2026-03-23T21:00:12.679Z | Compiling russh-cryptovec v0.7.3 |
| 3416 | 2026-03-23T21:00:12.727Z | Compiling crc8 v0.1.1 |
| 3417 | 2026-03-23T21:00:12.826Z | Compiling md5 v0.7.0 |
| 3418 | 2026-03-23T21:00:12.876Z | Compiling base16ct v1.0.0 |
| 3419 | 2026-03-23T21:00:12.901Z | Compiling home v0.5.12 |
| 3420 | 2026-03-23T21:00:12.929Z | Compiling rcgen v0.12.1 |
| 3421 | 2026-03-23T21:00:12.932Z | Compiling flume v0.11.1 |
| 3422 | 2026-03-23T21:00:12.982Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 3423 | 2026-03-23T21:00:12.982Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3424 | 2026-03-23T21:00:13.105Z | Compiling progenitor v0.11.2 |
| 3425 | 2026-03-23T21:00:13.131Z | Compiling russh-keys v0.45.0 |
| 3426 | 2026-03-23T21:00:13.209Z | Compiling headers v0.4.1 |
| 3427 | 2026-03-23T21:00:13.334Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3428 | 2026-03-23T21:00:13.359Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3429 | 2026-03-23T21:00:13.412Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3430 | 2026-03-23T21:00:13.530Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3431 | 2026-03-23T21:00:13.574Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3432 | 2026-03-23T21:00:13.856Z | Compiling hyper-staticfile v0.10.1 |
| 3433 | 2026-03-23T21:00:14.099Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3434 | 2026-03-23T21:00:14.192Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3435 | 2026-03-23T21:00:14.346Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3436 | 2026-03-23T21:00:14.489Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3437 | 2026-03-23T21:00:14.603Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3438 | 2026-03-23T21:00:14.853Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3439 | 2026-03-23T21:00:14.994Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3440 | 2026-03-23T21:00:15.019Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3441 | 2026-03-23T21:00:15.312Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3442 | 2026-03-23T21:00:15.344Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3443 | 2026-03-23T21:00:15.347Z | Compiling num-bigint v0.4.6 |
| 3444 | 2026-03-23T21:00:15.420Z | Compiling des v0.8.1 |
| 3445 | 2026-03-23T21:00:15.704Z | Compiling subprocess v0.2.15 |
| 3446 | 2026-03-23T21:00:15.828Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3447 | 2026-03-23T21:00:15.922Z | Compiling display-error-chain v0.2.2 |
| 3448 | 2026-03-23T21:00:16.129Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3449 | 2026-03-23T21:00:16.223Z | Compiling hex-literal v0.4.1 |
| 3450 | 2026-03-23T21:00:16.312Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3451 | 2026-03-23T21:00:16.403Z | Compiling colored v2.2.0 |
| 3452 | 2026-03-23T21:00:16.406Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3453 | 2026-03-23T21:00:16.528Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3454 | 2026-03-23T21:00:16.757Z | Compiling socket2 v0.5.10 |
| 3455 | 2026-03-23T21:00:16.895Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3456 | 2026-03-23T21:00:16.936Z | Compiling internet-checksum v0.2.1 |
| 3457 | 2026-03-23T21:00:17.110Z | Compiling russh v0.45.0 |
| 3458 | 2026-03-23T21:00:23.195Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3459 | 2026-03-23T21:00:33.674Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3460 | 2026-03-23T21:00:33.674Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3461 | 2026-03-23T21:00:33.677Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3462 | 2026-03-23T21:00:33.677Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3463 | 2026-03-23T21:00:35.964Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3464 | 2026-03-23T21:00:36.054Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3465 | 2026-03-23T21:00:42.059Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3466 | 2026-03-23T21:01:11.278Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3467 | 2026-03-23T21:01:36.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
| 3468 | 2026-03-23T21:01:36.514Z | |
| 3469 | 2026-03-23T21:01:36.518Z | real 1:57.472188564 |
| 3470 | 2026-03-23T21:01:36.518Z | user 11:39.669946310 |
| 3471 | 2026-03-23T21:01:36.518Z | sys 2:04.254141196 |
| 3472 | 2026-03-23T21:01:36.518Z | trap 0.362161600 |
| 3473 | 2026-03-23T21:01:36.518Z | tflt 0.518098194 |
| 3474 | 2026-03-23T21:01:36.518Z | dflt 1.419062390 |
| 3475 | 2026-03-23T21:01:36.518Z | kflt 0.000251813 |
| 3476 | 2026-03-23T21:01:36.518Z | lock 40:40.919402698 |
| 3477 | 2026-03-23T21:01:36.518Z | slp 26:16.993557030 |
| 3478 | 2026-03-23T21:01:36.518Z | lat 48.667421667 |
| 3479 | 2026-03-23T21:01:36.518Z | stop 4:02.379911826 |
| 3480 | 2026-03-23T21:01:36.518Z | + mkdir tests |
| 3481 | 2026-03-23T21:01:36.521Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3482 | 2026-03-23T21:01:36.521Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3483 | 2026-03-23T21:01:36.558Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-86ba6e752d4dce5f tests/ |
| 3484 | 2026-03-23T21:01:36.589Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0d379787697657d9 tests/ |
| 3485 | 2026-03-23T21:01:36.620Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbaa59ec1e557674 tests/ |
| 3486 | 2026-03-23T21:01:36.652Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b8a7ecbb73af62b3 tests/ |
| 3487 | 2026-03-23T21:01:36.990Z | + 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/*) |
| 3488 | 2026-03-23T21:01:36.993Z | + 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-0d379787697657d9 tests/commtest-dbaa59ec1e557674 tests/dhcp_server-86ba6e752d4dce5f tests/end_to_end_tests-b8a7ecbb73af62b3 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 |
| 3489 | 2026-03-23T21:03:15.669Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3490 | 2026-03-23T21:03:15.669Z | a .github/buildomat/ci-env.sh 1K |
| 3491 | 2026-03-23T21:03:15.669Z | a out/target/test 1K |
| 3492 | 2026-03-23T21:03:15.669Z | a out/npuzone/npuzone 27402K |
| 3493 | 2026-03-23T21:03:15.669Z | a package-manifest.toml 35K |
| 3494 | 2026-03-23T21:03:15.669Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3495 | 2026-03-23T21:03:15.669Z | a target/release/omicron-package 40561K |
| 3496 | 2026-03-23T21:03:15.669Z | a target/release/xtask 11433K |
| 3497 | 2026-03-23T21:03:15.669Z | a target/debug/bootstrap 336537K |
| 3498 | 2026-03-23T21:03:15.669Z | a tests/bootstrap-0d379787697657d9 31310K |
| 3499 | 2026-03-23T21:03:15.669Z | a tests/commtest-dbaa59ec1e557674 32395K |
| 3500 | 2026-03-23T21:03:15.669Z | a tests/dhcp_server-86ba6e752d4dce5f 31310K |
| 3501 | 2026-03-23T21:03:15.669Z | a tests/end_to_end_tests-b8a7ecbb73af62b3 378831K |
| 3502 | 2026-03-23T21:03:15.669Z | a out/clickhouse.tar.gz 301659K |
| 3503 | 2026-03-23T21:03:15.669Z | a out/clickhouse_keeper.tar.gz 287124K |
| 3504 | 2026-03-23T21:03:15.669Z | a out/clickhouse_server.tar.gz 301657K |
| 3505 | 2026-03-23T21:03:15.669Z | a out/cockroachdb.tar.gz 154183K |
| 3506 | 2026-03-23T21:03:15.669Z | a out/crucible-pantry-zone.tar.gz 38991K |
| 3507 | 2026-03-23T21:03:15.669Z | a out/crucible-utils.tar 17744K |
| 3508 | 2026-03-23T21:03:15.670Z | a out/crucible-zone.tar.gz 53129K |
| 3509 | 2026-03-23T21:03:15.670Z | a out/external-dns.tar.gz 43594K |
| 3510 | 2026-03-23T21:03:15.670Z | a out/internal-dns.tar.gz 43593K |
| 3511 | 2026-03-23T21:03:15.670Z | a out/mg-ddm-gz.tar 78377K |
| 3512 | 2026-03-23T21:03:15.670Z | a out/nexus.tar.gz 213116K |
| 3513 | 2026-03-23T21:03:15.670Z | a out/ntp.tar.gz 25418K |
| 3514 | 2026-03-23T21:03:15.670Z | a out/omicron-gateway-softnpu.tar.gz 28311K |
| 3515 | 2026-03-23T21:03:15.670Z | a out/omicron-sled-agent.tar 186940K |
| 3516 | 2026-03-23T21:03:15.670Z | a out/overlay.tar.gz 3K |
| 3517 | 2026-03-23T21:03:15.670Z | a out/oximeter.tar.gz 58001K |
| 3518 | 2026-03-23T21:03:15.670Z | a out/oxlog.tar 3782K |
| 3519 | 2026-03-23T21:03:15.670Z | a out/probe.tar.gz 3037K |
| 3520 | 2026-03-23T21:03:15.670Z | a out/propolis-server.tar.gz 33249K |
| 3521 | 2026-03-23T21:03:15.670Z | a out/pumpkind-gz.tar 26647K |
| 3522 | 2026-03-23T21:03:15.670Z | a out/switch-softnpu.tar.gz 369484K |
| 3523 | 2026-03-23T21:03:15.674Z | |
| 3524 | 2026-03-23T21:03:15.674Z | real 1:38.652059611 |
| 3525 | 2026-03-23T21:03:15.674Z | user 1:35.698059700 |
| 3526 | 2026-03-23T21:03:15.674Z | sys 6.167258818 |
| 3527 | 2026-03-23T21:03:15.674Z | trap 0.007150348 |
| 3528 | 2026-03-23T21:03:15.674Z | tflt 0.000000000 |
| 3529 | 2026-03-23T21:03:15.674Z | dflt 0.000000000 |
| 3530 | 2026-03-23T21:03:15.674Z | kflt 0.000000000 |
| 3531 | 2026-03-23T21:03:15.674Z | lock 0.000000000 |
| 3532 | 2026-03-23T21:03:15.674Z | slp 1:34.816799877 |
| 3533 | 2026-03-23T21:03:15.674Z | lat 0.608795325 |
| 3534 | 2026-03-23T21:03:15.674Z | stop 0.000695564 |
| 3535 | 2026-03-23T21:03:15.674Z | process exited: duration 1249840 ms, exit code 0 |
| |
| 3536 | 2026-03-23T21:03:15.691Z | found 1 output files |
| 3537 | 2026-03-23T21:03:15.691Z | uploading: /work/package.tar.gz (2282224366 bytes) |
| 3538 | 2026-03-23T21:03:45.756Z | uploaded: /work/package.tar.gz |