|
|
|
| 1 | 2025-09-09T22:07:01.865Z | job assigned to worker 01K4R87EXQMTHKMDDGK1151NF6 [factory aws, i-0651c4d5f0f41caee] (queued for 1 m 0 s) |
| |
| 2 | 2025-09-09T22:07:10.088Z | starting task 0: "setup" |
| 3 | 2025-09-09T22:07:10.093Z | ++ uname -s |
| 4 | 2025-09-09T22:07:10.096Z | + kern=SunOS |
| 5 | 2025-09-09T22:07:10.096Z | + build_user=build |
| 6 | 2025-09-09T22:07:10.096Z | + build_uid=12345 |
| 7 | 2025-09-09T22:07:10.096Z | + work_dir=/work |
| 8 | 2025-09-09T22:07:10.096Z | + input_dir=/input |
| 9 | 2025-09-09T22:07:10.096Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-09T22:07:10.096Z | + case "$kern" in |
| 11 | 2025-09-09T22:07:10.096Z | + groupadd -g 12345 build |
| 12 | 2025-09-09T22:07:10.099Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-09T22:07:12.107Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-09T22:07:12.232Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-09T22:07:12.235Z | + home_fs=zfs |
| 16 | 2025-09-09T22:07:12.235Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-09T22:07:12.235Z | + mkdir -p /home/build |
| 18 | 2025-09-09T22:07:12.238Z | + chown build:build /home/build /work |
| 19 | 2025-09-09T22:07:14.239Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-09T22:07:14.242Z | process exited: duration 4156 ms, exit code 0 |
| |
| 21 | 2025-09-09T22:07:14.249Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-09T22:07:14.254Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-09T22:07:14.254Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-09-09T22:07:14.254Z | * rust toolchain channel = "1.89.0" |
| 25 | 2025-09-09T22:07:14.254Z | * rust toolchain profile = "default" |
| 26 | 2025-09-09T22:07:14.254Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-09T22:07:14.254Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-09T22:07:14.257Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-09T22:07:14.257Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-09T22:07:14.371Z | info: downloading installer |
| 31 | 2025-09-09T22:07:15.626Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-09T22:07:15.626Z | warn: /opt/ooce/bin |
| 33 | 2025-09-09T22:07:15.626Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-09T22:07:15.626Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-09T22:07:15.626Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-09T22:07:15.626Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-09T22:07:15.626Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-09T22:07:15.626Z | error: cannot install while Rust is installed |
| 39 | 2025-09-09T22:07:15.626Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-09T22:07:15.643Z | info: profile set to 'default' |
| 41 | 2025-09-09T22:07:15.643Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-09T22:07:15.646Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-09T22:07:15.802Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-09T22:07:15.802Z | info: downloading component 'cargo' |
| 45 | 2025-09-09T22:07:16.611Z | info: downloading component 'clippy' |
| 46 | 2025-09-09T22:07:16.918Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-09T22:07:18.369Z | info: downloading component 'rust-std' |
| 48 | 2025-09-09T22:07:20.081Z | info: downloading component 'rustc' |
| 49 | 2025-09-09T22:07:26.211Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-09T22:07:26.484Z | info: installing component 'cargo' |
| 51 | 2025-09-09T22:07:27.401Z | info: installing component 'clippy' |
| 52 | 2025-09-09T22:07:27.805Z | info: installing component 'rust-docs' |
| 53 | 2025-09-09T22:07:29.711Z | info: installing component 'rust-std' |
| 54 | 2025-09-09T22:07:31.664Z | info: installing component 'rustc' |
| 55 | 2025-09-09T22:07:38.459Z | info: installing component 'rustfmt' |
| 56 | 2025-09-09T22:07:38.800Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-09T22:07:38.800Z | |
| 58 | 2025-09-09T22:07:39.252Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-09T22:07:39.252Z | |
| 60 | 2025-09-09T22:07:39.255Z | |
| 61 | 2025-09-09T22:07:39.255Z | Rust is installed now. Great! |
| 62 | 2025-09-09T22:07:39.255Z | |
| 63 | 2025-09-09T22:07:39.256Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-09T22:07:39.256Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-09T22:07:39.256Z | |
| 66 | 2025-09-09T22:07:39.256Z | To configure your current shell, you need to source |
| 67 | 2025-09-09T22:07:39.256Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-09T22:07:39.256Z | |
| 69 | 2025-09-09T22:07:39.256Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-09T22:07:39.256Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-09T22:07:39.256Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-09T22:07:39.256Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-09T22:07:39.358Z | + rustup --version |
| 74 | 2025-09-09T22:07:39.370Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-09T22:07:39.373Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-09T22:07:39.458Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-09T22:07:39.462Z | + cargo --version |
| 78 | 2025-09-09T22:07:39.530Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-09T22:07:39.533Z | + rustc --version |
| 80 | 2025-09-09T22:07:39.609Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-09T22:07:39.613Z | process exited: duration 25362 ms, exit code 0 |
| |
| 82 | 2025-09-09T22:07:39.620Z | starting task 2: "authentication" |
| 83 | 2025-09-09T22:07:39.643Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-09-09T22:07:39.649Z | starting task 3: "clone repository" |
| 85 | 2025-09-09T22:07:39.654Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-09T22:07:39.657Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-09T22:07:39.695Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-09T22:07:49.277Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-09T22:07:49.277Z | + git fetch origin 056829ff57a4a48e98720d2f6679f71f495236f7 |
| 90 | 2025-09-09T22:07:49.602Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-09T22:07:49.602Z | * branch 056829ff57a4a48e98720d2f6679f71f495236f7 -> FETCH_HEAD |
| 92 | 2025-09-09T22:07:49.614Z | + [[ -n image_reporting ]] |
| 93 | 2025-09-09T22:07:49.617Z | ++ git branch --show-current |
| 94 | 2025-09-09T22:07:49.620Z | + current=main |
| 95 | 2025-09-09T22:07:49.620Z | + [[ main != image_reporting ]] |
| 96 | 2025-09-09T22:07:49.620Z | + git branch -f image_reporting 056829ff57a4a48e98720d2f6679f71f495236f7 |
| 97 | 2025-09-09T22:07:49.623Z | + git checkout -f image_reporting |
| 98 | 2025-09-09T22:07:49.882Z | Switched to branch 'image_reporting' |
| 99 | 2025-09-09T22:07:49.885Z | + git reset --hard 056829ff57a4a48e98720d2f6679f71f495236f7 |
| 100 | 2025-09-09T22:07:49.903Z | HEAD is now at 056829ff5 merge |
| 101 | 2025-09-09T22:07:49.906Z | process exited: duration 10254 ms, exit code 0 |
| |
| 102 | 2025-09-09T22:07:49.913Z | starting task 4: "build" |
| 103 | 2025-09-09T22:07:49.919Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-09T22:07:49.923Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-09T22:07:49.923Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-09T22:07:49.923Z | + cargo --version |
| 107 | 2025-09-09T22:07:49.979Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-09T22:07:49.982Z | + rustc --version |
| 109 | 2025-09-09T22:07:50.057Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-09T22:07:50.061Z | + WORK=/work |
| 111 | 2025-09-09T22:07:50.061Z | + pfexec mkdir -p /work |
| 112 | 2025-09-09T22:07:50.066Z | + pfexec chown build /work |
| 113 | 2025-09-09T22:07:50.069Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-09-09T22:08:01.929Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-09-09T22:08:09.740Z | Startup: Caching catalogs ... Done |
| 116 | 2025-09-09T22:08:17.177Z | Planning: Solver setup ... Done (6.169s) |
| 117 | 2025-09-09T22:08:17.236Z | Planning: Running solver ... Done (0.059s) |
| 118 | 2025-09-09T22:08:17.344Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2025-09-09T22:08:17.357Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-09-09T22:08:17.499Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-09-09T22:08:17.552Z | Planning: Package planning ... Done (0.054s) |
| 122 | 2025-09-09T22:08:17.607Z | Planning: Merging actions ... Done (0.054s) |
| 123 | 2025-09-09T22:08:17.905Z | Planning: Checking for conflicting actions ... Done (0.298s) |
| 124 | 2025-09-09T22:08:17.918Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2025-09-09T22:08:18.963Z | Planning: Evaluating mediators ... Done (1.046s) |
| 126 | 2025-09-09T22:08:18.974Z | Planning: Planning completed in 9.10 seconds |
| 127 | 2025-09-09T22:08:18.990Z | Packages to install: 4 |
| 128 | 2025-09-09T22:08:18.990Z | Mediators to change: 2 |
| 129 | 2025-09-09T22:08:18.990Z | Services to change: 1 |
| 130 | 2025-09-09T22:08:18.993Z | Estimated space available: 155.49 GB |
| 131 | 2025-09-09T22:08:18.993Z | Estimated space to be consumed: 1.72 GB |
| 132 | 2025-09-09T22:08:18.993Z | Create boot environment: No |
| 133 | 2025-09-09T22:08:18.993Z | Create backup boot environment: No |
| 134 | 2025-09-09T22:08:18.993Z | Rebuild boot archive: No |
| 135 | 2025-09-09T22:08:18.993Z | |
| 136 | 2025-09-09T22:08:18.993Z | Changed mediators: |
| 137 | 2025-09-09T22:08:18.993Z | mediator clang: |
| 138 | 2025-09-09T22:08:18.993Z | version: None -> 15 (system default) |
| 139 | 2025-09-09T22:08:18.993Z | |
| 140 | 2025-09-09T22:08:18.993Z | mediator llvm: |
| 141 | 2025-09-09T22:08:18.993Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-09-09T22:08:18.993Z | |
| 143 | 2025-09-09T22:08:18.993Z | Changed packages: |
| 144 | 2025-09-09T22:08:18.993Z | helios-dev |
| 145 | 2025-09-09T22:08:18.993Z | developer/build-essential |
| 146 | 2025-09-09T22:08:18.993Z | None -> 11-2.0 |
| 147 | 2025-09-09T22:08:18.993Z | library/libxmlsec1 |
| 148 | 2025-09-09T22:08:18.993Z | None -> 1.2.35-2.0 |
| 149 | 2025-09-09T22:08:18.993Z | ooce/developer/clang-15 |
| 150 | 2025-09-09T22:08:18.993Z | None -> 15.0.7-2.0 |
| 151 | 2025-09-09T22:08:18.993Z | ooce/developer/llvm-15 |
| 152 | 2025-09-09T22:08:18.993Z | None -> 15.0.7-2.0 |
| 153 | 2025-09-09T22:08:18.994Z | |
| 154 | 2025-09-09T22:08:18.994Z | Services: |
| 155 | 2025-09-09T22:08:18.994Z | restart_fmri: |
| 156 | 2025-09-09T22:08:18.994Z | svc:/system/update-man-index:default |
| 157 | 2025-09-09T22:08:19.044Z | |
| 158 | 2025-09-09T22:08:19.044Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-09-09T22:08:24.065Z | Download: 1186/3290 items 81.3/212.6MB 38% complete (16.6M/s) |
| 160 | 2025-09-09T22:08:29.070Z | Download: 2317/3290 items 119.6/212.6MB 56% complete (12.0M/s) |
| 161 | 2025-09-09T22:08:32.489Z | Download: Completed 212.60 MB in 13.44 seconds (15.8M/s) |
| 162 | 2025-09-09T22:08:32.795Z | Actions: 1/3689 actions (Installing new actions) |
| 163 | 2025-09-09T22:08:37.403Z | Actions: Completed 3689 actions in 4.60 seconds. |
| 164 | 2025-09-09T22:08:38.032Z | Done (0.624s) |
| 165 | 2025-09-09T22:08:38.032Z | Done (0.000s) |
| 166 | 2025-09-09T22:08:38.945Z | Done (0.890s) |
| 167 | 2025-09-09T22:08:43.655Z | Done (4.407s) |
| 168 | 2025-09-09T22:08:43.749Z | Done (0.020s) |
| 169 | 2025-09-09T22:08:43.752Z | Done (0.000s) |
| 170 | 2025-09-09T22:08:43.925Z | Done (0.000s) |
| 171 | 2025-09-09T22:08:44.846Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2025-09-09T22:08:45.013Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2025-09-09T22:08:45.016Z | Planning: Consolidating action changes ... Done |
| 174 | 2025-09-09T22:08:45.295Z | Planning: Evaluating mediators ... Done |
| 175 | 2025-09-09T22:08:45.299Z | Planning: Planning completed in 0.45 seconds |
| 176 | 2025-09-09T22:08:45.332Z | Mediators to change: 2 |
| 177 | 2025-09-09T22:08:45.332Z | Create boot environment: No |
| 178 | 2025-09-09T22:08:45.332Z | Create backup boot environment: No |
| 179 | 2025-09-09T22:08:45.427Z | Done |
| 180 | 2025-09-09T22:08:45.427Z | Done |
| 181 | 2025-09-09T22:08:46.088Z | Done |
| 182 | 2025-09-09T22:08:49.862Z | Done |
| 183 | 2025-09-09T22:08:49.950Z | Done |
| 184 | 2025-09-09T22:08:49.953Z | Done |
| 185 | 2025-09-09T22:08:50.097Z | Done |
| 186 | 2025-09-09T22:08:50.758Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2025-09-09T22:08:50.761Z | Planning: Merging actions ... Done |
| 188 | 2025-09-09T22:08:50.955Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2025-09-09T22:08:50.958Z | Planning: Consolidating action changes ... Done |
| 190 | 2025-09-09T22:08:51.244Z | Planning: Evaluating mediators ... Done |
| 191 | 2025-09-09T22:08:51.309Z | Planning: Planning completed in 0.81 seconds |
| 192 | 2025-09-09T22:08:51.345Z | Packages to change: 1 |
| 193 | 2025-09-09T22:08:51.345Z | Mediators to change: 1 |
| 194 | 2025-09-09T22:08:51.345Z | Services to change: 1 |
| 195 | 2025-09-09T22:08:51.348Z | Create boot environment: No |
| 196 | 2025-09-09T22:08:51.348Z | Create backup boot environment: Yes |
| 197 | 2025-09-09T22:08:53.856Z | Actions: 1/6 actions (Updating modified actions) |
| 198 | 2025-09-09T22:08:53.859Z | Actions: Completed 6 actions in 0.00 seconds. |
| 199 | 2025-09-09T22:08:53.860Z | Done |
| 200 | 2025-09-09T22:08:53.860Z | Done |
| 201 | 2025-09-09T22:08:54.041Z | Done |
| 202 | 2025-09-09T22:08:58.070Z | Done |
| 203 | 2025-09-09T22:08:58.166Z | Done |
| 204 | 2025-09-09T22:08:58.169Z | Done |
| 205 | 2025-09-09T22:08:58.320Z | Done |
| 206 | 2025-09-09T22:08:58.797Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2025-09-09T22:08:58.797Z | clang system 15 system |
| 208 | 2025-09-09T22:08:58.797Z | csh system system illumos |
| 209 | 2025-09-09T22:08:58.797Z | ctags system system illumos |
| 210 | 2025-09-09T22:08:58.797Z | file system system illumos |
| 211 | 2025-09-09T22:08:58.797Z | gcc vendor 12 vendor |
| 212 | 2025-09-09T22:08:58.797Z | gcc system 10 system |
| 213 | 2025-09-09T22:08:58.797Z | gcc system 7 system |
| 214 | 2025-09-09T22:08:58.797Z | go system 1.20 system |
| 215 | 2025-09-09T22:08:58.797Z | go system 1.19 system |
| 216 | 2025-09-09T22:08:58.797Z | llvm system 15 system |
| 217 | 2025-09-09T22:08:58.797Z | llvm system 14 system |
| 218 | 2025-09-09T22:08:58.797Z | mariadb system 10.6 system |
| 219 | 2025-09-09T22:08:58.797Z | mta vendor vendor dma |
| 220 | 2025-09-09T22:08:58.797Z | openjdk system 17 system |
| 221 | 2025-09-09T22:08:58.797Z | openjdk system 11 system |
| 222 | 2025-09-09T22:08:58.797Z | openjdk system 1.8 system |
| 223 | 2025-09-09T22:08:58.797Z | openssl vendor 3 vendor |
| 224 | 2025-09-09T22:08:58.797Z | perl system 5.36 system |
| 225 | 2025-09-09T22:08:58.797Z | postgresql system 15 system |
| 226 | 2025-09-09T22:08:58.797Z | postgresql system 13 system |
| 227 | 2025-09-09T22:08:58.797Z | python vendor 3 vendor |
| 228 | 2025-09-09T22:08:58.797Z | python system 2 system |
| 229 | 2025-09-09T22:08:58.797Z | python3 system 3.11 system |
| 230 | 2025-09-09T22:08:58.797Z | ruby system 3.0 system |
| 231 | 2025-09-09T22:08:58.797Z | words vendor vendor american-english |
| 232 | 2025-09-09T22:08:58.797Z | words system system australian-english |
| 233 | 2025-09-09T22:08:58.797Z | words system system british-english |
| 234 | 2025-09-09T22:08:58.797Z | words system system canadian-english |
| 235 | 2025-09-09T22:08:58.797Z | words system system french |
| 236 | 2025-09-09T22:08:58.797Z | words system system italian |
| 237 | 2025-09-09T22:08:58.797Z | words system system ngerman |
| 238 | 2025-09-09T22:08:58.797Z | words system system ogerman |
| 239 | 2025-09-09T22:08:58.797Z | words system system spanish |
| 240 | 2025-09-09T22:08:59.157Z | PUBLISHER TYPE STATUS P LOCATION |
| 241 | 2025-09-09T22:08:59.157Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 242 | 2025-09-09T22:09:04.185Z | FMRI IFO |
| 243 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 244 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 245 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 246 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 247 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 248 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 249 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 250 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 251 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 252 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 253 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 254 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 255 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 256 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 257 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 258 | 2025-09-09T22:09:04.185Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 259 | 2025-09-09T22:09:05.301Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 260 | 2025-09-09T22:09:05.611Z | Updating crates.io index |
| 261 | 2025-09-09T22:09:05.614Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 262 | 2025-09-09T22:09:05.992Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 263 | 2025-09-09T22:09:06.638Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2025-09-09T22:09:06.888Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 265 | 2025-09-09T22:09:07.127Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 266 | 2025-09-09T22:09:07.442Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 267 | 2025-09-09T22:09:08.596Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 268 | 2025-09-09T22:09:10.664Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 269 | 2025-09-09T22:09:11.633Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 270 | 2025-09-09T22:09:12.407Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 271 | 2025-09-09T22:09:13.189Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 272 | 2025-09-09T22:09:13.509Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 273 | 2025-09-09T22:09:13.766Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 274 | 2025-09-09T22:09:14.299Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 275 | 2025-09-09T22:09:14.791Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2025-09-09T22:09:15.065Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 277 | 2025-09-09T22:09:15.347Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 278 | 2025-09-09T22:09:15.604Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 279 | 2025-09-09T22:09:15.830Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 280 | 2025-09-09T22:09:16.076Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 281 | 2025-09-09T22:09:16.353Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 282 | 2025-09-09T22:09:16.684Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 283 | 2025-09-09T22:09:17.016Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 284 | 2025-09-09T22:09:17.297Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 285 | 2025-09-09T22:09:17.792Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 286 | 2025-09-09T22:09:18.212Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 287 | 2025-09-09T22:09:18.479Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 288 | 2025-09-09T22:09:18.808Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 289 | 2025-09-09T22:09:19.199Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 290 | 2025-09-09T22:09:19.485Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 291 | 2025-09-09T22:09:19.772Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 292 | 2025-09-09T22:09:20.038Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 293 | 2025-09-09T22:09:32.029Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 294 | 2025-09-09T22:09:33.292Z | Downloading crates ... |
| 295 | 2025-09-09T22:09:33.338Z | Downloaded cpufeatures v0.2.14 |
| 296 | 2025-09-09T22:09:33.343Z | Downloaded anyhow v1.0.99 |
| 297 | 2025-09-09T22:09:33.349Z | Downloaded anstyle v1.0.11 |
| 298 | 2025-09-09T22:09:33.352Z | Downloaded block-buffer v0.10.4 |
| 299 | 2025-09-09T22:09:33.355Z | Downloaded anstyle-query v1.1.1 |
| 300 | 2025-09-09T22:09:33.355Z | Downloaded anstyle-parse v0.2.5 |
| 301 | 2025-09-09T22:09:33.358Z | Downloaded getrandom v0.3.1 |
| 302 | 2025-09-09T22:09:33.361Z | Downloaded anstream v0.6.18 |
| 303 | 2025-09-09T22:09:33.365Z | Downloaded camino v1.1.12 |
| 304 | 2025-09-09T22:09:33.369Z | Downloaded autocfg v1.4.0 |
| 305 | 2025-09-09T22:09:33.372Z | Downloaded bytecount v0.6.8 |
| 306 | 2025-09-09T22:09:33.376Z | Downloaded bitflags v2.9.1 |
| 307 | 2025-09-09T22:09:33.379Z | Downloaded toml v0.8.23 |
| 308 | 2025-09-09T22:09:33.381Z | Downloaded unicode-xid v0.2.6 |
| 309 | 2025-09-09T22:09:33.387Z | Downloaded thiserror-impl v2.0.16 |
| 310 | 2025-09-09T22:09:33.387Z | Downloaded tinystr v0.7.6 |
| 311 | 2025-09-09T22:09:33.390Z | Downloaded tabled_derive v0.7.0 |
| 312 | 2025-09-09T22:09:33.390Z | Downloaded cargo-platform v0.2.0 |
| 313 | 2025-09-09T22:09:33.407Z | Downloaded yoke-derive v0.7.4 |
| 314 | 2025-09-09T22:09:33.407Z | Downloaded usdt-macro v0.5.0 |
| 315 | 2025-09-09T22:09:33.407Z | Downloaded write16 v1.0.0 |
| 316 | 2025-09-09T22:09:33.407Z | Downloaded heck v0.4.1 |
| 317 | 2025-09-09T22:09:33.407Z | Downloaded utf16_iter v1.0.5 |
| 318 | 2025-09-09T22:09:33.407Z | Downloaded unicode-linebreak v0.1.5 |
| 319 | 2025-09-09T22:09:33.407Z | Downloaded utf8_iter v1.0.4 |
| 320 | 2025-09-09T22:09:33.407Z | Downloaded zerofrom v0.1.4 |
| 321 | 2025-09-09T22:09:33.407Z | Downloaded fs-err v3.1.1 |
| 322 | 2025-09-09T22:09:33.419Z | Downloaded usdt v0.5.0 |
| 323 | 2025-09-09T22:09:33.420Z | Downloaded typeid v1.0.3 |
| 324 | 2025-09-09T22:09:33.420Z | Downloaded pest_meta v2.7.14 |
| 325 | 2025-09-09T22:09:33.420Z | Downloaded thiserror v1.0.69 |
| 326 | 2025-09-09T22:09:33.420Z | Downloaded pest_generator v2.7.14 |
| 327 | 2025-09-09T22:09:33.420Z | Downloaded zerofrom-derive v0.1.4 |
| 328 | 2025-09-09T22:09:33.432Z | Downloaded writeable v0.5.5 |
| 329 | 2025-09-09T22:09:33.432Z | Downloaded terminal_size v0.4.0 |
| 330 | 2025-09-09T22:09:33.432Z | Downloaded zerocopy-derive v0.7.35 |
| 331 | 2025-09-09T22:09:33.432Z | Downloaded unicode-ident v1.0.18 |
| 332 | 2025-09-09T22:09:33.433Z | Downloaded zerovec-derive v0.10.3 |
| 333 | 2025-09-09T22:09:33.443Z | Downloaded winnow v0.7.10 |
| 334 | 2025-09-09T22:09:33.443Z | Downloaded icu_provider_macros v1.5.0 |
| 335 | 2025-09-09T22:09:33.443Z | Downloaded url v2.5.4 |
| 336 | 2025-09-09T22:09:33.453Z | Downloaded textwrap v0.16.2 |
| 337 | 2025-09-09T22:09:33.453Z | Downloaded scroll_derive v0.12.0 |
| 338 | 2025-09-09T22:09:33.453Z | Downloaded toml_edit v0.22.27 |
| 339 | 2025-09-09T22:09:33.463Z | Downloaded stable_deref_trait v1.2.0 |
| 340 | 2025-09-09T22:09:33.463Z | Downloaded idna_adapter v1.2.0 |
| 341 | 2025-09-09T22:09:33.463Z | Downloaded zerovec v0.10.4 |
| 342 | 2025-09-09T22:09:33.463Z | Downloaded swrite v0.1.0 |
| 343 | 2025-09-09T22:09:33.475Z | Downloaded zerocopy v0.7.35 |
| 344 | 2025-09-09T22:09:33.480Z | Downloaded smawk v0.3.2 |
| 345 | 2025-09-09T22:09:33.483Z | Downloaded serde_tokenstream v0.2.2 |
| 346 | 2025-09-09T22:09:33.483Z | Downloaded percent-encoding v2.3.2 |
| 347 | 2025-09-09T22:09:33.483Z | Downloaded memmap v0.7.0 |
| 348 | 2025-09-09T22:09:33.486Z | Downloaded form_urlencoded v1.2.2 |
| 349 | 2025-09-09T22:09:33.486Z | Downloaded unicode-width v0.2.0 |
| 350 | 2025-09-09T22:09:33.491Z | Downloaded strsim v0.11.1 |
| 351 | 2025-09-09T22:09:33.493Z | Downloaded serde_spanned v0.6.9 |
| 352 | 2025-09-09T22:09:33.493Z | Downloaded proc-macro-error-attr v1.0.4 |
| 353 | 2025-09-09T22:09:33.496Z | Downloaded unicode-width v0.1.14 |
| 354 | 2025-09-09T22:09:33.500Z | Downloaded synstructure v0.13.1 |
| 355 | 2025-09-09T22:09:33.503Z | Downloaded serde-value v0.7.0 |
| 356 | 2025-09-09T22:09:33.503Z | Downloaded ordered-float v2.10.1 |
| 357 | 2025-09-09T22:09:33.506Z | Downloaded once_cell v1.21.3 |
| 358 | 2025-09-09T22:09:33.506Z | Downloaded is_terminal_polyfill v1.70.1 |
| 359 | 2025-09-09T22:09:33.511Z | Downloaded serde-untagged v0.1.7 |
| 360 | 2025-09-09T22:09:33.511Z | Downloaded semver v1.0.26 |
| 361 | 2025-09-09T22:09:33.514Z | Downloaded cargo_toml v0.21.0 |
| 362 | 2025-09-09T22:09:33.514Z | Downloaded icu_collections v1.5.0 |
| 363 | 2025-09-09T22:09:33.518Z | Downloaded thiserror-impl v1.0.69 |
| 364 | 2025-09-09T22:09:33.521Z | Downloaded cfg-if v1.0.1 |
| 365 | 2025-09-09T22:09:33.521Z | Downloaded colorchoice v1.0.2 |
| 366 | 2025-09-09T22:09:33.524Z | Downloaded clap_lex v0.7.4 |
| 367 | 2025-09-09T22:09:33.524Z | Downloaded dof v0.3.0 |
| 368 | 2025-09-09T22:09:33.524Z | Downloaded litemap v0.7.3 |
| 369 | 2025-09-09T22:09:33.527Z | Downloaded fastrand v2.1.1 |
| 370 | 2025-09-09T22:09:33.530Z | Downloaded errno v0.3.12 |
| 371 | 2025-09-09T22:09:33.531Z | Downloaded digest v0.10.7 |
| 372 | 2025-09-09T22:09:33.535Z | Downloaded pretty-hex v0.4.1 |
| 373 | 2025-09-09T22:09:33.535Z | Downloaded sha2 v0.10.9 |
| 374 | 2025-09-09T22:09:33.539Z | Downloaded erased-serde v0.4.6 |
| 375 | 2025-09-09T22:09:33.539Z | Downloaded ryu v1.0.18 |
| 376 | 2025-09-09T22:09:33.542Z | Downloaded scroll v0.12.0 |
| 377 | 2025-09-09T22:09:33.542Z | Downloaded quote v1.0.40 |
| 378 | 2025-09-09T22:09:33.545Z | Downloaded cargo-util-schemas v0.8.2 |
| 379 | 2025-09-09T22:09:33.549Z | Downloaded log v0.4.27 |
| 380 | 2025-09-09T22:09:33.549Z | Downloaded icu_normalizer_data v1.5.0 |
| 381 | 2025-09-09T22:09:33.552Z | Downloaded thiserror v2.0.16 |
| 382 | 2025-09-09T22:09:33.555Z | Downloaded cargo_metadata v0.21.0 |
| 383 | 2025-09-09T22:09:33.559Z | Downloaded papergrid v0.11.0 |
| 384 | 2025-09-09T22:09:33.562Z | Downloaded num-traits v0.2.19 |
| 385 | 2025-09-09T22:09:33.565Z | Downloaded icu_provider v1.5.0 |
| 386 | 2025-09-09T22:09:33.568Z | Downloaded smallvec v1.15.1 |
| 387 | 2025-09-09T22:09:33.571Z | Downloaded pest_derive v2.7.14 |
| 388 | 2025-09-09T22:09:33.574Z | Downloaded proc-macro-error v1.0.4 |
| 389 | 2025-09-09T22:09:33.578Z | Downloaded tempfile v3.20.0 |
| 390 | 2025-09-09T22:09:33.583Z | Downloaded icu_locid_transform_data v1.5.0 |
| 391 | 2025-09-09T22:09:33.583Z | Downloaded serde_derive v1.0.219 |
| 392 | 2025-09-09T22:09:33.615Z | Downloaded plain v0.2.3 |
| 393 | 2025-09-09T22:09:33.615Z | Downloaded icu_locid_transform v1.5.0 |
| 394 | 2025-09-09T22:09:33.615Z | Downloaded clap_derive v4.5.41 |
| 395 | 2025-09-09T22:09:33.615Z | Downloaded displaydoc v0.2.5 |
| 396 | 2025-09-09T22:09:33.615Z | Downloaded dtrace-parser v0.2.0 |
| 397 | 2025-09-09T22:09:33.615Z | Downloaded clap v4.5.41 |
| 398 | 2025-09-09T22:09:33.626Z | Downloaded icu_properties v1.5.1 |
| 399 | 2025-09-09T22:09:33.626Z | Downloaded heck v0.5.0 |
| 400 | 2025-09-09T22:09:33.626Z | Downloaded fnv v1.0.7 |
| 401 | 2025-09-09T22:09:33.626Z | Downloaded crypto-common v0.1.6 |
| 402 | 2025-09-09T22:09:33.626Z | Downloaded equivalent v1.0.2 |
| 403 | 2025-09-09T22:09:33.626Z | Downloaded serde v1.0.219 |
| 404 | 2025-09-09T22:09:33.626Z | Downloaded memchr v2.7.4 |
| 405 | 2025-09-09T22:09:33.626Z | Downloaded proc-macro2 v1.0.101 |
| 406 | 2025-09-09T22:09:33.626Z | Downloaded yoke v0.7.4 |
| 407 | 2025-09-09T22:09:33.627Z | Downloaded indexmap v2.11.0 |
| 408 | 2025-09-09T22:09:33.631Z | Downloaded ucd-trie v0.1.7 |
| 409 | 2025-09-09T22:09:33.631Z | Downloaded serde_json v1.0.143 |
| 410 | 2025-09-09T22:09:33.634Z | Downloaded typenum v1.17.0 |
| 411 | 2025-09-09T22:09:33.634Z | Downloaded pest v2.7.14 |
| 412 | 2025-09-09T22:09:33.640Z | Downloaded thread-id v4.2.2 |
| 413 | 2025-09-09T22:09:33.640Z | Downloaded version_check v0.9.5 |
| 414 | 2025-09-09T22:09:33.640Z | Downloaded utf8parse v0.2.2 |
| 415 | 2025-09-09T22:09:33.645Z | Downloaded itoa v1.0.11 |
| 416 | 2025-09-09T22:09:33.645Z | Downloaded hashbrown v0.15.4 |
| 417 | 2025-09-09T22:09:33.649Z | Downloaded icu_locid v1.5.0 |
| 418 | 2025-09-09T22:09:33.653Z | Downloaded toml_write v0.1.2 |
| 419 | 2025-09-09T22:09:33.653Z | Downloaded idna v1.0.3 |
| 420 | 2025-09-09T22:09:33.656Z | Downloaded usdt-impl v0.5.0 |
| 421 | 2025-09-09T22:09:33.656Z | Downloaded usdt-attr-macro v0.5.0 |
| 422 | 2025-09-09T22:09:33.656Z | Downloaded macaddr v1.0.1 |
| 423 | 2025-09-09T22:09:33.659Z | Downloaded goblin v0.8.2 |
| 424 | 2025-09-09T22:09:33.661Z | Downloaded camino-tempfile v1.4.1 |
| 425 | 2025-09-09T22:09:33.664Z | Downloaded toml_datetime v0.6.11 |
| 426 | 2025-09-09T22:09:33.664Z | Downloaded generic-array v0.14.7 |
| 427 | 2025-09-09T22:09:33.667Z | Downloaded icu_normalizer v1.5.0 |
| 428 | 2025-09-09T22:09:33.670Z | Downloaded clap_builder v4.5.41 |
| 429 | 2025-09-09T22:09:33.674Z | Downloaded tabled v0.15.0 |
| 430 | 2025-09-09T22:09:33.687Z | Downloaded byteorder v1.5.0 |
| 431 | 2025-09-09T22:09:33.690Z | Downloaded icu_properties_data v1.5.0 |
| 432 | 2025-09-09T22:09:33.703Z | Downloaded syn v2.0.106 |
| 433 | 2025-09-09T22:09:33.713Z | Downloaded syn v1.0.109 |
| 434 | 2025-09-09T22:09:33.722Z | Downloaded rustix v0.38.37 |
| 435 | 2025-09-09T22:09:33.741Z | Downloaded rustix v1.0.7 |
| 436 | 2025-09-09T22:09:33.778Z | Downloaded libc v0.2.174 |
| 437 | 2025-09-09T22:09:33.864Z | Compiling proc-macro2 v1.0.101 |
| 438 | 2025-09-09T22:09:33.864Z | Compiling unicode-ident v1.0.18 |
| 439 | 2025-09-09T22:09:33.867Z | Compiling serde v1.0.219 |
| 440 | 2025-09-09T22:09:33.867Z | Compiling version_check v0.9.5 |
| 441 | 2025-09-09T22:09:33.867Z | Compiling libc v0.2.174 |
| 442 | 2025-09-09T22:09:33.867Z | Compiling memchr v2.7.4 |
| 443 | 2025-09-09T22:09:33.867Z | Compiling stable_deref_trait v1.2.0 |
| 444 | 2025-09-09T22:09:33.867Z | Compiling thiserror v1.0.69 |
| 445 | 2025-09-09T22:09:34.286Z | Compiling itoa v1.0.11 |
| 446 | 2025-09-09T22:09:34.341Z | Compiling autocfg v1.4.0 |
| 447 | 2025-09-09T22:09:34.538Z | Compiling litemap v0.7.3 |
| 448 | 2025-09-09T22:09:34.831Z | Compiling ryu v1.0.18 |
| 449 | 2025-09-09T22:09:34.855Z | Compiling writeable v0.5.5 |
| 450 | 2025-09-09T22:09:34.896Z | Compiling ucd-trie v0.1.7 |
| 451 | 2025-09-09T22:09:35.187Z | Compiling once_cell v1.21.3 |
| 452 | 2025-09-09T22:09:35.212Z | Compiling icu_locid_transform_data v1.5.0 |
| 453 | 2025-09-09T22:09:35.341Z | Compiling byteorder v1.5.0 |
| 454 | 2025-09-09T22:09:35.426Z | Compiling bitflags v2.9.1 |
| 455 | 2025-09-09T22:09:35.449Z | Compiling serde_json v1.0.143 |
| 456 | 2025-09-09T22:09:35.615Z | Compiling icu_properties_data v1.5.0 |
| 457 | 2025-09-09T22:09:35.805Z | Compiling num-traits v0.2.19 |
| 458 | 2025-09-09T22:09:35.855Z | Compiling icu_normalizer_data v1.5.0 |
| 459 | 2025-09-09T22:09:35.882Z | Compiling write16 v1.0.0 |
| 460 | 2025-09-09T22:09:35.885Z | Compiling equivalent v1.0.2 |
| 461 | 2025-09-09T22:09:35.885Z | Compiling rustix v0.38.37 |
| 462 | 2025-09-09T22:09:35.982Z | Compiling utf16_iter v1.0.5 |
| 463 | 2025-09-09T22:09:36.059Z | Compiling hashbrown v0.15.4 |
| 464 | 2025-09-09T22:09:36.062Z | Compiling typeid v1.0.3 |
| 465 | 2025-09-09T22:09:36.167Z | Compiling smallvec v1.15.1 |
| 466 | 2025-09-09T22:09:36.223Z | Compiling quote v1.0.40 |
| 467 | 2025-09-09T22:09:36.301Z | Compiling errno v0.3.12 |
| 468 | 2025-09-09T22:09:36.570Z | Compiling utf8_iter v1.0.4 |
| 469 | 2025-09-09T22:09:36.622Z | Compiling syn v2.0.106 |
| 470 | 2025-09-09T22:09:36.842Z | Compiling proc-macro-error-attr v1.0.4 |
| 471 | 2025-09-09T22:09:36.884Z | Compiling usdt-impl v0.5.0 |
| 472 | 2025-09-09T22:09:36.896Z | Compiling syn v1.0.109 |
| 473 | 2025-09-09T22:09:36.896Z | Compiling winnow v0.7.10 |
| 474 | 2025-09-09T22:09:37.099Z | Compiling indexmap v2.11.0 |
| 475 | 2025-09-09T22:09:37.191Z | Compiling toml_write v0.1.2 |
| 476 | 2025-09-09T22:09:37.302Z | Compiling thread-id v4.2.2 |
| 477 | 2025-09-09T22:09:37.576Z | Compiling proc-macro-error v1.0.4 |
| 478 | 2025-09-09T22:09:37.603Z | Compiling getrandom v0.3.1 |
| 479 | 2025-09-09T22:09:37.606Z | Compiling utf8parse v0.2.2 |
| 480 | 2025-09-09T22:09:37.811Z | Compiling camino v1.1.12 |
| 481 | 2025-09-09T22:09:37.926Z | Compiling thiserror v2.0.16 |
| 482 | 2025-09-09T22:09:38.440Z | Compiling plain v0.2.3 |
| 483 | 2025-09-09T22:09:38.524Z | Compiling semver v1.0.26 |
| 484 | 2025-09-09T22:09:38.612Z | Compiling percent-encoding v2.3.2 |
| 485 | 2025-09-09T22:09:38.643Z | Compiling rustix v1.0.7 |
| 486 | 2025-09-09T22:09:38.671Z | Compiling log v0.4.27 |
| 487 | 2025-09-09T22:09:38.946Z | Compiling form_urlencoded v1.2.2 |
| 488 | 2025-09-09T22:09:39.048Z | Compiling ordered-float v2.10.1 |
| 489 | 2025-09-09T22:09:39.155Z | Compiling terminal_size v0.4.0 |
| 490 | 2025-09-09T22:09:39.322Z | Compiling anstyle-parse v0.2.5 |
| 491 | 2025-09-09T22:09:39.534Z | Compiling cfg-if v1.0.1 |
| 492 | 2025-09-09T22:09:39.638Z | Compiling colorchoice v1.0.2 |
| 493 | 2025-09-09T22:09:39.665Z | Compiling is_terminal_polyfill v1.70.1 |
| 494 | 2025-09-09T22:09:39.691Z | Compiling anstyle-query v1.1.1 |
| 495 | 2025-09-09T22:09:39.828Z | Compiling anstyle v1.0.11 |
| 496 | 2025-09-09T22:09:39.855Z | Compiling pretty-hex v0.4.1 |
| 497 | 2025-09-09T22:09:40.212Z | Compiling anstream v0.6.18 |
| 498 | 2025-09-09T22:09:40.278Z | Compiling fs-err v3.1.1 |
| 499 | 2025-09-09T22:09:40.401Z | Compiling bytecount v0.6.8 |
| 500 | 2025-09-09T22:09:40.450Z | Compiling unicode-xid v0.2.6 |
| 501 | 2025-09-09T22:09:40.629Z | Compiling unicode-width v0.1.14 |
| 502 | 2025-09-09T22:09:40.654Z | Compiling anyhow v1.0.99 |
| 503 | 2025-09-09T22:09:40.681Z | Compiling heck v0.5.0 |
| 504 | 2025-09-09T22:09:40.819Z | Compiling clap_lex v0.7.4 |
| 505 | 2025-09-09T22:09:41.176Z | Compiling heck v0.4.1 |
| 506 | 2025-09-09T22:09:41.203Z | Compiling strsim v0.11.1 |
| 507 | 2025-09-09T22:09:41.298Z | Compiling fastrand v2.1.1 |
| 508 | 2025-09-09T22:09:41.628Z | Compiling fnv v1.0.7 |
| 509 | 2025-09-09T22:09:41.683Z | Compiling clap_builder v4.5.41 |
| 510 | 2025-09-09T22:09:41.808Z | Compiling papergrid v0.11.0 |
| 511 | 2025-09-09T22:09:41.836Z | Compiling tempfile v3.20.0 |
| 512 | 2025-09-09T22:09:42.548Z | Compiling memmap v0.7.0 |
| 513 | 2025-09-09T22:09:42.693Z | Compiling unicode-linebreak v0.1.5 |
| 514 | 2025-09-09T22:09:42.854Z | Compiling smawk v0.3.2 |
| 515 | 2025-09-09T22:09:42.909Z | Compiling unicode-width v0.2.0 |
| 516 | 2025-09-09T22:09:43.520Z | Compiling synstructure v0.13.1 |
| 517 | 2025-09-09T22:09:43.710Z | Compiling textwrap v0.16.2 |
| 518 | 2025-09-09T22:09:44.021Z | Compiling swrite v0.1.0 |
| 519 | 2025-09-09T22:09:44.184Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 520 | 2025-09-09T22:09:44.865Z | Compiling tabled_derive v0.7.0 |
| 521 | 2025-09-09T22:09:45.934Z | Compiling serde_derive v1.0.219 |
| 522 | 2025-09-09T22:09:45.934Z | Compiling zerofrom-derive v0.1.4 |
| 523 | 2025-09-09T22:09:46.013Z | Compiling yoke-derive v0.7.4 |
| 524 | 2025-09-09T22:09:46.072Z | Compiling zerovec-derive v0.10.3 |
| 525 | 2025-09-09T22:09:46.415Z | Compiling thiserror-impl v1.0.69 |
| 526 | 2025-09-09T22:09:47.365Z | Compiling displaydoc v0.2.5 |
| 527 | 2025-09-09T22:09:47.922Z | Compiling icu_provider_macros v1.5.0 |
| 528 | 2025-09-09T22:09:48.659Z | Compiling zerocopy-derive v0.7.35 |
| 529 | 2025-09-09T22:09:48.747Z | Compiling scroll_derive v0.12.0 |
| 530 | 2025-09-09T22:09:48.987Z | Compiling thiserror-impl v2.0.16 |
| 531 | 2025-09-09T22:09:49.090Z | Compiling clap_derive v4.5.41 |
| 532 | 2025-09-09T22:09:49.459Z | Compiling zerofrom v0.1.4 |
| 533 | 2025-09-09T22:09:49.611Z | Compiling pest v2.7.14 |
| 534 | 2025-09-09T22:09:49.715Z | Compiling yoke v0.7.4 |
| 535 | 2025-09-09T22:09:50.123Z | Compiling zerovec v0.10.4 |
| 536 | 2025-09-09T22:09:50.127Z | Compiling scroll v0.12.0 |
| 537 | 2025-09-09T22:09:50.630Z | Compiling zerocopy v0.7.35 |
| 538 | 2025-09-09T22:09:50.719Z | Compiling goblin v0.8.2 |
| 539 | 2025-09-09T22:09:50.800Z | Compiling tabled v0.15.0 |
| 540 | 2025-09-09T22:09:52.067Z | Compiling tinystr v0.7.6 |
| 541 | 2025-09-09T22:09:52.158Z | Compiling icu_collections v1.5.0 |
| 542 | 2025-09-09T22:09:52.237Z | Compiling pest_meta v2.7.14 |
| 543 | 2025-09-09T22:09:52.500Z | Compiling icu_locid v1.5.0 |
| 544 | 2025-09-09T22:09:53.572Z | Compiling pest_generator v2.7.14 |
| 545 | 2025-09-09T22:09:53.600Z | Compiling clap v4.5.41 |
| 546 | 2025-09-09T22:09:53.640Z | Compiling icu_provider v1.5.0 |
| 547 | 2025-09-09T22:09:54.531Z | Compiling icu_locid_transform v1.5.0 |
| 548 | 2025-09-09T22:09:55.800Z | Compiling pest_derive v2.7.14 |
| 549 | 2025-09-09T22:09:55.856Z | Compiling icu_properties v1.5.1 |
| 550 | 2025-09-09T22:09:56.645Z | Compiling dtrace-parser v0.2.0 |
| 551 | 2025-09-09T22:09:58.462Z | Compiling serde_tokenstream v0.2.2 |
| 552 | 2025-09-09T22:09:58.570Z | Compiling serde_spanned v0.6.9 |
| 553 | 2025-09-09T22:09:58.570Z | Compiling toml_datetime v0.6.11 |
| 554 | 2025-09-09T22:09:58.677Z | Compiling erased-serde v0.4.6 |
| 555 | 2025-09-09T22:09:58.917Z | Compiling serde-value v0.7.0 |
| 556 | 2025-09-09T22:09:59.064Z | Compiling icu_normalizer v1.5.0 |
| 557 | 2025-09-09T22:09:59.189Z | Compiling toml_edit v0.22.27 |
| 558 | 2025-09-09T22:09:59.781Z | Compiling serde-untagged v0.1.7 |
| 559 | 2025-09-09T22:09:59.862Z | Compiling cargo-platform v0.2.0 |
| 560 | 2025-09-09T22:09:59.901Z | Compiling macaddr v1.0.1 |
| 561 | 2025-09-09T22:10:00.321Z | Compiling dof v0.3.0 |
| 562 | 2025-09-09T22:10:00.381Z | Compiling idna_adapter v1.2.0 |
| 563 | 2025-09-09T22:10:00.529Z | Compiling camino-tempfile v1.4.1 |
| 564 | 2025-09-09T22:10:00.649Z | Compiling idna v1.0.3 |
| 565 | 2025-09-09T22:10:01.259Z | Compiling url v2.5.4 |
| 566 | 2025-09-09T22:10:01.884Z | Compiling usdt-attr-macro v0.5.0 |
| 567 | 2025-09-09T22:10:01.884Z | Compiling usdt-macro v0.5.0 |
| 568 | 2025-09-09T22:10:02.488Z | Compiling toml v0.8.23 |
| 569 | 2025-09-09T22:10:03.057Z | Compiling usdt v0.5.0 |
| 570 | 2025-09-09T22:10:03.326Z | Compiling cargo-util-schemas v0.8.2 |
| 571 | 2025-09-09T22:10:03.326Z | Compiling cargo_toml v0.21.0 |
| 572 | 2025-09-09T22:10:04.908Z | Compiling cargo_metadata v0.21.0 |
| 573 | 2025-09-09T22:10:06.806Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 574 | 2025-09-09T22:10:10.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 575 | 2025-09-09T22:10:10.744Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 576 | 2025-09-09T22:10:11.506Z | Downloading crates ... |
| 577 | 2025-09-09T22:10:11.651Z | Downloaded atty v0.2.14 |
| 578 | 2025-09-09T22:10:11.664Z | Downloaded aead v0.5.2 |
| 579 | 2025-09-09T22:10:11.667Z | Downloaded globwalk v0.9.1 |
| 580 | 2025-09-09T22:10:11.671Z | Downloaded allocator-api2 v0.2.21 |
| 581 | 2025-09-09T22:10:11.676Z | Downloaded ahash v0.8.12 |
| 582 | 2025-09-09T22:10:11.680Z | Downloaded globset v0.4.15 |
| 583 | 2025-09-09T22:10:11.683Z | Downloaded group v0.13.0 |
| 584 | 2025-09-09T22:10:11.686Z | Downloaded crossterm v0.28.1 |
| 585 | 2025-09-09T22:10:11.691Z | Downloaded async-bb8-diesel v0.2.1 |
| 586 | 2025-09-09T22:10:11.694Z | Downloaded hex-literal v0.4.1 |
| 587 | 2025-09-09T22:10:11.697Z | Downloaded cipher v0.4.4 |
| 588 | 2025-09-09T22:10:11.700Z | Downloaded async-stream-impl v0.3.6 |
| 589 | 2025-09-09T22:10:11.700Z | Downloaded bit-vec v0.8.0 |
| 590 | 2025-09-09T22:10:11.702Z | Downloaded hex v0.4.3 |
| 591 | 2025-09-09T22:10:11.705Z | Downloaded adler2 v2.0.0 |
| 592 | 2025-09-09T22:10:11.705Z | Downloaded addr2line v0.24.2 |
| 593 | 2025-09-09T22:10:11.708Z | Downloaded hmac v0.12.1 |
| 594 | 2025-09-09T22:10:11.711Z | Downloaded bitfield-struct v0.6.2 |
| 595 | 2025-09-09T22:10:11.714Z | Downloaded async-trait v0.1.89 |
| 596 | 2025-09-09T22:10:11.718Z | Downloaded crc8 v0.1.1 |
| 597 | 2025-09-09T22:10:11.721Z | Downloaded assert_matches v1.5.0 |
| 598 | 2025-09-09T22:10:11.724Z | Downloaded hickory-resolver v0.25.2 |
| 599 | 2025-09-09T22:10:11.727Z | Downloaded lalrpop-util v0.19.12 |
| 600 | 2025-09-09T22:10:11.730Z | Downloaded critical-section v1.1.3 |
| 601 | 2025-09-09T22:10:11.733Z | Downloaded lru-cache v0.1.2 |
| 602 | 2025-09-09T22:10:11.736Z | Downloaded async-recursion v1.1.1 |
| 603 | 2025-09-09T22:10:11.739Z | Downloaded atomicwrites v0.4.4 |
| 604 | 2025-09-09T22:10:11.739Z | Downloaded libloading v0.8.5 |
| 605 | 2025-09-09T22:10:11.742Z | Downloaded async-stream v0.3.6 |
| 606 | 2025-09-09T22:10:11.745Z | Downloaded crc v3.2.1 |
| 607 | 2025-09-09T22:10:11.749Z | Downloaded humantime v2.2.0 |
| 608 | 2025-09-09T22:10:11.752Z | Downloaded hash32 v0.3.1 |
| 609 | 2025-09-09T22:10:11.752Z | Downloaded ciborium-io v0.2.2 |
| 610 | 2025-09-09T22:10:11.755Z | Downloaded cfg_aliases v0.2.1 |
| 611 | 2025-09-09T22:10:11.755Z | Downloaded bitflags v1.3.2 |
| 612 | 2025-09-09T22:10:11.758Z | Downloaded hyper-tls v0.6.0 |
| 613 | 2025-09-09T22:10:11.761Z | Downloaded crossbeam-deque v0.8.5 |
| 614 | 2025-09-09T22:10:11.764Z | Downloaded crc-catalog v2.4.0 |
| 615 | 2025-09-09T22:10:11.767Z | Downloaded convert_case v0.4.0 |
| 616 | 2025-09-09T22:10:11.767Z | Downloaded bit-vec v0.6.3 |
| 617 | 2025-09-09T22:10:11.770Z | Downloaded colored v2.2.0 |
| 618 | 2025-09-09T22:10:11.773Z | Downloaded ascii-canvas v3.0.0 |
| 619 | 2025-09-09T22:10:11.776Z | Downloaded hostname v0.4.0 |
| 620 | 2025-09-09T22:10:11.776Z | Downloaded heapless v0.8.0 |
| 621 | 2025-09-09T22:10:11.780Z | Downloaded progenitor-macro v0.9.1 |
| 622 | 2025-09-09T22:10:11.785Z | Downloaded instant v0.1.13 |
| 623 | 2025-09-09T22:10:11.788Z | Downloaded is_ci v1.2.0 |
| 624 | 2025-09-09T22:10:11.788Z | Downloaded atomic-waker v1.1.2 |
| 625 | 2025-09-09T22:10:11.788Z | Downloaded ident_case v1.0.1 |
| 626 | 2025-09-09T22:10:11.788Z | Downloaded bit-set v0.8.0 |
| 627 | 2025-09-09T22:10:11.791Z | Downloaded lazycell v1.3.0 |
| 628 | 2025-09-09T22:10:11.795Z | Downloaded constant_time_eq v0.3.1 |
| 629 | 2025-09-09T22:10:11.795Z | Downloaded lockfree-object-pool v0.1.6 |
| 630 | 2025-09-09T22:10:11.797Z | Downloaded convert_case v0.7.1 |
| 631 | 2025-09-09T22:10:11.800Z | Downloaded libsw-core v0.3.1 |
| 632 | 2025-09-09T22:10:11.803Z | Downloaded lazy_static v1.5.0 |
| 633 | 2025-09-09T22:10:11.806Z | Downloaded cargo-platform v0.1.8 |
| 634 | 2025-09-09T22:10:11.806Z | Downloaded kstat-rs v0.2.4 |
| 635 | 2025-09-09T22:10:11.810Z | Downloaded cbc v0.1.2 |
| 636 | 2025-09-09T22:10:11.810Z | Downloaded cobs v0.2.3 |
| 637 | 2025-09-09T22:10:11.813Z | Downloaded russh-cryptovec v0.7.3 |
| 638 | 2025-09-09T22:10:11.813Z | Downloaded buf-list v1.0.3 |
| 639 | 2025-09-09T22:10:11.831Z | Downloaded same-file v1.0.6 |
| 640 | 2025-09-09T22:10:11.834Z | Downloaded heapless v0.7.17 |
| 641 | 2025-09-09T22:10:11.839Z | Downloaded serde-big-array v0.5.1 |
| 642 | 2025-09-09T22:10:11.842Z | Downloaded progenitor-macro v0.10.0 |
| 643 | 2025-09-09T22:10:11.845Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 644 | 2025-09-09T22:10:11.845Z | Downloaded powerfmt v0.2.0 |
| 645 | 2025-09-09T22:10:11.848Z | Downloaded progenitor-macro v0.8.0 |
| 646 | 2025-09-09T22:10:11.848Z | Downloaded linked-hash-map v0.5.6 |
| 647 | 2025-09-09T22:10:11.851Z | Downloaded libz-rs-sys v0.5.1 |
| 648 | 2025-09-09T22:10:11.851Z | Downloaded libefi-sys v0.1.0 |
| 649 | 2025-09-09T22:10:11.854Z | Downloaded console v0.16.0 |
| 650 | 2025-09-09T22:10:11.857Z | Downloaded libscf-sys v1.1.0 |
| 651 | 2025-09-09T22:10:11.860Z | Downloaded jobserver v0.1.32 |
| 652 | 2025-09-09T22:10:11.863Z | Downloaded console v0.15.10 |
| 653 | 2025-09-09T22:10:11.866Z | Downloaded inout v0.1.3 |
| 654 | 2025-09-09T22:10:11.869Z | Downloaded crossbeam-utils v0.8.21 |
| 655 | 2025-09-09T22:10:11.872Z | Downloaded crossbeam-epoch v0.9.18 |
| 656 | 2025-09-09T22:10:11.875Z | Downloaded lzss v0.8.2 |
| 657 | 2025-09-09T22:10:11.878Z | Downloaded ingot v0.1.1 |
| 658 | 2025-09-09T22:10:11.878Z | Downloaded half v2.4.1 |
| 659 | 2025-09-09T22:10:11.882Z | Downloaded thread_local v1.1.8 |
| 660 | 2025-09-09T22:10:11.885Z | Downloaded ref-cast-impl v1.0.24 |
| 661 | 2025-09-09T22:10:11.885Z | Downloaded progenitor v0.8.0 |
| 662 | 2025-09-09T22:10:11.886Z | Downloaded managed v0.8.0 |
| 663 | 2025-09-09T22:10:11.889Z | Downloaded sha1 v0.10.6 |
| 664 | 2025-09-09T22:10:11.896Z | Downloaded rustls-pemfile v1.0.4 |
| 665 | 2025-09-09T22:10:11.896Z | Downloaded ppv-lite86 v0.2.20 |
| 666 | 2025-09-09T22:10:11.899Z | Downloaded proc-macro-error2 v2.0.1 |
| 667 | 2025-09-09T22:10:11.900Z | Downloaded httparse v1.9.5 |
| 668 | 2025-09-09T22:10:11.902Z | Downloaded cookie v0.18.1 |
| 669 | 2025-09-09T22:10:11.905Z | Downloaded ipnetwork v0.21.1 |
| 670 | 2025-09-09T22:10:11.908Z | Downloaded vte_generate_state_changes v0.1.2 |
| 671 | 2025-09-09T22:10:11.910Z | Downloaded ipnet v2.11.0 |
| 672 | 2025-09-09T22:10:11.910Z | Downloaded slog-async v2.8.0 |
| 673 | 2025-09-09T22:10:11.913Z | Downloaded simd-adler32 v0.3.7 |
| 674 | 2025-09-09T22:10:11.916Z | Downloaded static_assertions v1.1.0 |
| 675 | 2025-09-09T22:10:11.918Z | Downloaded aes v0.8.4 |
| 676 | 2025-09-09T22:10:11.921Z | Downloaded ingot-macros v0.1.1 |
| 677 | 2025-09-09T22:10:11.924Z | Downloaded structmeta v0.3.0 |
| 678 | 2025-09-09T22:10:11.927Z | Downloaded slog-dtrace v0.3.0 |
| 679 | 2025-09-09T22:10:11.927Z | Downloaded cc v1.2.30 |
| 680 | 2025-09-09T22:10:11.930Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 681 | 2025-09-09T22:10:11.933Z | Downloaded zone_cfg_derive v0.3.0 |
| 682 | 2025-09-09T22:10:11.933Z | Downloaded zone_cfg_derive v0.1.2 |
| 683 | 2025-09-09T22:10:11.936Z | Downloaded topological-sort v0.2.2 |
| 684 | 2025-09-09T22:10:11.936Z | Downloaded toml_writer v1.0.2 |
| 685 | 2025-09-09T22:10:11.939Z | Downloaded tap v1.0.1 |
| 686 | 2025-09-09T22:10:11.942Z | Downloaded rustls-native-certs v0.8.1 |
| 687 | 2025-09-09T22:10:11.945Z | Downloaded difflib v0.4.0 |
| 688 | 2025-09-09T22:10:11.945Z | Downloaded unicase v2.7.0 |
| 689 | 2025-09-09T22:10:11.948Z | Downloaded fxhash v0.2.1 |
| 690 | 2025-09-09T22:10:11.950Z | Downloaded futures-task v0.3.31 |
| 691 | 2025-09-09T22:10:11.950Z | Downloaded futures-macro v0.3.31 |
| 692 | 2025-09-09T22:10:11.953Z | Downloaded const-oid v0.9.6 |
| 693 | 2025-09-09T22:10:11.956Z | Downloaded tls_codec v0.4.1 |
| 694 | 2025-09-09T22:10:11.959Z | Downloaded chacha20poly1305 v0.10.1 |
| 695 | 2025-09-09T22:10:11.959Z | Downloaded foreign-types-shared v0.3.1 |
| 696 | 2025-09-09T22:10:11.962Z | Downloaded foreign-types-shared v0.1.1 |
| 697 | 2025-09-09T22:10:11.962Z | Downloaded termios v0.3.3 |
| 698 | 2025-09-09T22:10:11.965Z | Downloaded unicode-truncate v1.1.0 |
| 699 | 2025-09-09T22:10:11.968Z | Downloaded snafu-derive v0.8.5 |
| 700 | 2025-09-09T22:10:11.968Z | Downloaded crossbeam-channel v0.5.15 |
| 701 | 2025-09-09T22:10:11.972Z | Downloaded opaque-debug v0.3.1 |
| 702 | 2025-09-09T22:10:11.975Z | Downloaded zeroize v1.8.1 |
| 703 | 2025-09-09T22:10:11.978Z | Downloaded which v4.4.2 |
| 704 | 2025-09-09T22:10:11.978Z | Downloaded indexmap v1.9.3 |
| 705 | 2025-09-09T22:10:11.981Z | Downloaded litrs v0.4.1 |
| 706 | 2025-09-09T22:10:11.984Z | Downloaded toml_parser v1.0.2 |
| 707 | 2025-09-09T22:10:11.987Z | Downloaded peg-runtime v0.8.5 |
| 708 | 2025-09-09T22:10:11.990Z | Downloaded strum_macros v0.27.1 |
| 709 | 2025-09-09T22:10:11.993Z | Downloaded strum_macros v0.26.4 |
| 710 | 2025-09-09T22:10:11.996Z | Downloaded serde_derive_internals v0.29.1 |
| 711 | 2025-09-09T22:10:11.999Z | Downloaded progenitor-impl v0.8.0 |
| 712 | 2025-09-09T22:10:12.002Z | Downloaded fd-lock v4.0.2 |
| 713 | 2025-09-09T22:10:12.005Z | Downloaded fallible-iterator v0.2.0 |
| 714 | 2025-09-09T22:10:12.005Z | Downloaded termcolor v1.4.1 |
| 715 | 2025-09-09T22:10:12.008Z | Downloaded dirs-next v2.0.0 |
| 716 | 2025-09-09T22:10:12.011Z | Downloaded const_format v0.2.34 |
| 717 | 2025-09-09T22:10:12.014Z | Downloaded progenitor-client v0.9.1 |
| 718 | 2025-09-09T22:10:12.016Z | Downloaded aho-corasick v1.1.3 |
| 719 | 2025-09-09T22:10:12.021Z | Downloaded serde_spanned v1.0.0 |
| 720 | 2025-09-09T22:10:12.024Z | Downloaded tokio-stream v0.1.17 |
| 721 | 2025-09-09T22:10:12.028Z | Downloaded secrecy v0.8.0 |
| 722 | 2025-09-09T22:10:12.031Z | Downloaded number_prefix v0.4.0 |
| 723 | 2025-09-09T22:10:12.034Z | Downloaded nodrop v0.1.14 |
| 724 | 2025-09-09T22:10:12.034Z | Downloaded nibble_vec v0.1.0 |
| 725 | 2025-09-09T22:10:12.037Z | Downloaded base64 v0.21.7 |
| 726 | 2025-09-09T22:10:12.039Z | Downloaded mime_guess v2.0.5 |
| 727 | 2025-09-09T22:10:12.042Z | Downloaded whoami v1.5.2 |
| 728 | 2025-09-09T22:10:12.045Z | Downloaded diesel-dtrace v0.4.2 |
| 729 | 2025-09-09T22:10:12.045Z | Downloaded zstd v0.13.3 |
| 730 | 2025-09-09T22:10:12.049Z | Downloaded siphasher v0.3.11 |
| 731 | 2025-09-09T22:10:12.051Z | Downloaded tokio-rustls v0.26.0 |
| 732 | 2025-09-09T22:10:12.054Z | Downloaded tokio-rustls v0.25.0 |
| 733 | 2025-09-09T22:10:12.057Z | Downloaded parking_lot_core v0.8.6 |
| 734 | 2025-09-09T22:10:12.060Z | Downloaded compact_str v0.8.0 |
| 735 | 2025-09-09T22:10:12.063Z | Downloaded indicatif v0.18.0 |
| 736 | 2025-09-09T22:10:12.066Z | Downloaded pem v3.0.5 |
| 737 | 2025-09-09T22:10:12.069Z | Downloaded parse-display v0.10.0 |
| 738 | 2025-09-09T22:10:12.072Z | Downloaded rand_chacha v0.9.0 |
| 739 | 2025-09-09T22:10:12.072Z | Downloaded waitgroup v0.1.2 |
| 740 | 2025-09-09T22:10:12.075Z | Downloaded tinyvec_macros v0.1.1 |
| 741 | 2025-09-09T22:10:12.075Z | Downloaded universal-hash v0.5.1 |
| 742 | 2025-09-09T22:10:12.078Z | Downloaded rand_core v0.6.4 |
| 743 | 2025-09-09T22:10:12.081Z | Downloaded psl-types v2.0.11 |
| 744 | 2025-09-09T22:10:12.081Z | Downloaded backtrace v0.3.74 |
| 745 | 2025-09-09T22:10:12.086Z | Downloaded resolv-conf v0.7.0 |
| 746 | 2025-09-09T22:10:12.091Z | Downloaded zstd-safe v7.2.3 |
| 747 | 2025-09-09T22:10:12.095Z | Downloaded serde_repr v0.1.19 |
| 748 | 2025-09-09T22:10:12.095Z | Downloaded siphasher v1.0.1 |
| 749 | 2025-09-09T22:10:12.098Z | Downloaded serde_plain v1.0.2 |
| 750 | 2025-09-09T22:10:12.098Z | Downloaded derive_builder_macro v0.20.2 |
| 751 | 2025-09-09T22:10:12.101Z | Downloaded zopfli v0.8.1 |
| 752 | 2025-09-09T22:10:12.105Z | Downloaded darling_macro v0.20.10 |
| 753 | 2025-09-09T22:10:12.105Z | Downloaded samael v0.0.19 |
| 754 | 2025-09-09T22:10:12.109Z | Downloaded endian-type v0.1.2 |
| 755 | 2025-09-09T22:10:12.112Z | Downloaded subtle v2.6.1 |
| 756 | 2025-09-09T22:10:12.112Z | Downloaded utf-8 v0.7.6 |
| 757 | 2025-09-09T22:10:12.115Z | Downloaded des v0.8.1 |
| 758 | 2025-09-09T22:10:12.120Z | Downloaded tungstenite v0.21.0 |
| 759 | 2025-09-09T22:10:12.123Z | Downloaded unicode-bidi v0.3.17 |
| 760 | 2025-09-09T22:10:12.126Z | Downloaded slog-scope v4.4.0 |
| 761 | 2025-09-09T22:10:12.126Z | Downloaded newline-converter v0.3.0 |
| 762 | 2025-09-09T22:10:12.129Z | Downloaded gethostname v0.5.0 |
| 763 | 2025-09-09T22:10:12.129Z | Downloaded progenitor v0.11.0 |
| 764 | 2025-09-09T22:10:12.133Z | Downloaded bumpalo v3.16.0 |
| 765 | 2025-09-09T22:10:12.136Z | Downloaded openssl-macros v0.1.1 |
| 766 | 2025-09-09T22:10:12.136Z | Downloaded aws-lc-rs v1.12.4 |
| 767 | 2025-09-09T22:10:12.145Z | Downloaded precomputed-hash v0.1.1 |
| 768 | 2025-09-09T22:10:12.148Z | Downloaded tagptr v0.2.0 |
| 769 | 2025-09-09T22:10:12.151Z | Downloaded oso-derive v0.27.3 |
| 770 | 2025-09-09T22:10:12.151Z | Downloaded defmt v0.3.8 |
| 771 | 2025-09-09T22:10:12.155Z | Downloaded tls_codec_derive v0.4.1 |
| 772 | 2025-09-09T22:10:12.158Z | Downloaded tiny-keccak v2.0.2 |
| 773 | 2025-09-09T22:10:12.161Z | Downloaded funty v2.0.0 |
| 774 | 2025-09-09T22:10:12.165Z | Downloaded term v1.1.0 |
| 775 | 2025-09-09T22:10:12.168Z | Downloaded fs_extra v1.3.0 |
| 776 | 2025-09-09T22:10:12.172Z | Downloaded multimap v0.10.1 |
| 777 | 2025-09-09T22:10:12.172Z | Downloaded fatfs v0.3.6 |
| 778 | 2025-09-09T22:10:12.175Z | Downloaded derive_builder_core v0.20.2 |
| 779 | 2025-09-09T22:10:12.178Z | Downloaded tracing-attributes v0.1.27 |
| 780 | 2025-09-09T22:10:12.182Z | Downloaded tungstenite v0.23.0 |
| 781 | 2025-09-09T22:10:12.185Z | Downloaded phf v0.12.1 |
| 782 | 2025-09-09T22:10:12.185Z | Downloaded olpc-cjson v0.1.4 |
| 783 | 2025-09-09T22:10:12.188Z | Downloaded strum v0.26.3 |
| 784 | 2025-09-09T22:10:12.188Z | Downloaded ssh-encoding v0.2.0 |
| 785 | 2025-09-09T22:10:12.191Z | Downloaded phf_shared v0.11.2 |
| 786 | 2025-09-09T22:10:12.195Z | Downloaded ecdsa v0.16.9 |
| 787 | 2025-09-09T22:10:12.195Z | Downloaded slog v2.7.0 |
| 788 | 2025-09-09T22:10:12.198Z | Downloaded take_mut v0.2.2 |
| 789 | 2025-09-09T22:10:12.202Z | Downloaded time-core v0.1.2 |
| 790 | 2025-09-09T22:10:12.202Z | Downloaded progenitor-macro v0.11.0 |
| 791 | 2025-09-09T22:10:12.205Z | Downloaded progenitor v0.9.1 |
| 792 | 2025-09-09T22:10:12.205Z | Downloaded sigpipe v0.1.3 |
| 793 | 2025-09-09T22:10:12.208Z | Downloaded ghash v0.5.1 |
| 794 | 2025-09-09T22:10:12.208Z | Downloaded num-derive v0.4.2 |
| 795 | 2025-09-09T22:10:12.211Z | Downloaded getrandom v0.2.15 |
| 796 | 2025-09-09T22:10:12.215Z | Downloaded hickory-server v0.25.2 |
| 797 | 2025-09-09T22:10:12.219Z | Downloaded strum v0.27.2 |
| 798 | 2025-09-09T22:10:12.222Z | Downloaded prettyplease v0.2.36 |
| 799 | 2025-09-09T22:10:12.226Z | Downloaded walkdir v2.5.0 |
| 800 | 2025-09-09T22:10:12.229Z | Downloaded russh v0.45.0 |
| 801 | 2025-09-09T22:10:12.232Z | Downloaded scheduled-thread-pool v0.2.7 |
| 802 | 2025-09-09T22:10:12.235Z | Downloaded num-derive v0.3.3 |
| 803 | 2025-09-09T22:10:12.238Z | Downloaded time-macros v0.2.18 |
| 804 | 2025-09-09T22:10:12.242Z | Downloaded ssh-cipher v0.2.0 |
| 805 | 2025-09-09T22:10:12.242Z | Downloaded signature v2.2.0 |
| 806 | 2025-09-09T22:10:12.245Z | Downloaded russh-keys v0.45.0 |
| 807 | 2025-09-09T22:10:12.248Z | Downloaded fixedbitset v0.4.2 |
| 808 | 2025-09-09T22:10:12.248Z | Downloaded derive_builder v0.20.2 |
| 809 | 2025-09-09T22:10:12.253Z | Downloaded unarray v0.1.4 |
| 810 | 2025-09-09T22:10:12.256Z | Downloaded uuid v1.18.1 |
| 811 | 2025-09-09T22:10:12.259Z | Downloaded http v1.3.1 |
| 812 | 2025-09-09T22:10:12.266Z | Downloaded num-conv v0.1.0 |
| 813 | 2025-09-09T22:10:12.269Z | Downloaded rustc_version v0.4.1 |
| 814 | 2025-09-09T22:10:12.269Z | Downloaded xz2 v0.1.7 |
| 815 | 2025-09-09T22:10:12.272Z | Downloaded minimal-lexical v0.2.1 |
| 816 | 2025-09-09T22:10:12.275Z | Downloaded parse-size v1.1.0 |
| 817 | 2025-09-09T22:10:12.280Z | Downloaded new_debug_unreachable v1.0.6 |
| 818 | 2025-09-09T22:10:12.280Z | Downloaded ctr v0.9.2 |
| 819 | 2025-09-09T22:10:12.283Z | Downloaded deranged v0.3.11 |
| 820 | 2025-09-09T22:10:12.283Z | Downloaded rustc-hash v2.1.1 |
| 821 | 2025-09-09T22:10:12.286Z | Downloaded ena v0.14.3 |
| 822 | 2025-09-09T22:10:12.286Z | Downloaded defmt-macros v0.3.9 |
| 823 | 2025-09-09T22:10:12.290Z | Downloaded scopeguard v1.2.0 |
| 824 | 2025-09-09T22:10:12.293Z | Downloaded typify v0.4.3 |
| 825 | 2025-09-09T22:10:12.296Z | Downloaded defmt-parser v0.3.4 |
| 826 | 2025-09-09T22:10:12.299Z | Downloaded crypto-bigint v0.5.5 |
| 827 | 2025-09-09T22:10:12.304Z | Downloaded void v1.0.2 |
| 828 | 2025-09-09T22:10:12.307Z | Downloaded rustls-pki-types v1.10.0 |
| 829 | 2025-09-09T22:10:12.311Z | Downloaded want v0.3.1 |
| 830 | 2025-09-09T22:10:12.315Z | Downloaded tracing v0.1.40 |
| 831 | 2025-09-09T22:10:12.319Z | Downloaded darling_macro v0.21.0 |
| 832 | 2025-09-09T22:10:12.319Z | Downloaded predicates v3.1.3 |
| 833 | 2025-09-09T22:10:12.322Z | Downloaded hashbrown v0.12.3 |
| 834 | 2025-09-09T22:10:12.326Z | Downloaded dunce v1.0.5 |
| 835 | 2025-09-09T22:10:12.329Z | Downloaded libm v0.2.8 |
| 836 | 2025-09-09T22:10:12.334Z | Downloaded quinn-udp v0.5.5 |
| 837 | 2025-09-09T22:10:12.338Z | Downloaded match_cfg v0.1.0 |
| 838 | 2025-09-09T22:10:12.343Z | Downloaded normalize-line-endings v0.3.0 |
| 839 | 2025-09-09T22:10:12.343Z | Downloaded chrono v0.4.41 |
| 840 | 2025-09-09T22:10:12.346Z | Downloaded string_cache v0.8.9 |
| 841 | 2025-09-09T22:10:12.349Z | Downloaded serde_urlencoded v0.7.1 |
| 842 | 2025-09-09T22:10:12.352Z | Downloaded slog-term v2.9.2 |
| 843 | 2025-09-09T22:10:12.355Z | Downloaded serde_bytes v0.11.17 |
| 844 | 2025-09-09T22:10:12.358Z | Downloaded tokio-tungstenite v0.23.1 |
| 845 | 2025-09-09T22:10:12.362Z | Downloaded num v0.4.3 |
| 846 | 2025-09-09T22:10:12.362Z | Downloaded toml_datetime v0.7.0 |
| 847 | 2025-09-09T22:10:12.365Z | Downloaded tokio-rustls v0.24.1 |
| 848 | 2025-09-09T22:10:12.368Z | Downloaded ref-cast v1.0.24 |
| 849 | 2025-09-09T22:10:12.371Z | Downloaded progenitor-impl v0.10.0 |
| 850 | 2025-09-09T22:10:12.374Z | Downloaded qorb v0.4.1 |
| 851 | 2025-09-09T22:10:12.379Z | Downloaded dsl_auto_type v0.1.2 |
| 852 | 2025-09-09T22:10:12.382Z | Downloaded yasna v0.5.2 |
| 853 | 2025-09-09T22:10:12.385Z | Downloaded sqlparser_derive v0.2.2 |
| 854 | 2025-09-09T22:10:12.385Z | Downloaded wait-timeout v0.2.0 |
| 855 | 2025-09-09T22:10:12.388Z | Downloaded testing_table v0.3.0 |
| 856 | 2025-09-09T22:10:12.388Z | Downloaded embedded-io v0.6.1 |
| 857 | 2025-09-09T22:10:12.391Z | Downloaded unicode-segmentation v1.12.0 |
| 858 | 2025-09-09T22:10:12.394Z | Downloaded r2d2 v0.8.10 |
| 859 | 2025-09-09T22:10:12.397Z | Downloaded derive-ex v0.1.8 |
| 860 | 2025-09-09T22:10:12.400Z | Downloaded wyz v0.5.1 |
| 861 | 2025-09-09T22:10:12.400Z | Downloaded paste v1.0.15 |
| 862 | 2025-09-09T22:10:12.403Z | Downloaded predicates-tree v1.0.12 |
| 863 | 2025-09-09T22:10:12.406Z | Downloaded peg v0.8.5 |
| 864 | 2025-09-09T22:10:12.409Z | Downloaded rand_xorshift v0.4.0 |
| 865 | 2025-09-09T22:10:12.411Z | Downloaded foreign-types v0.5.0 |
| 866 | 2025-09-09T22:10:12.411Z | Downloaded env_logger v0.11.5 |
| 867 | 2025-09-09T22:10:12.415Z | Downloaded futures-executor v0.3.31 |
| 868 | 2025-09-09T22:10:12.418Z | Downloaded parking_lot v0.12.3 |
| 869 | 2025-09-09T22:10:12.421Z | Downloaded blake3 v1.5.4 |
| 870 | 2025-09-09T22:10:12.428Z | Downloaded progenitor-client v0.11.0 |
| 871 | 2025-09-09T22:10:12.431Z | Downloaded vsss-rs v3.3.4 |
| 872 | 2025-09-09T22:10:12.434Z | Downloaded spki v0.7.3 |
| 873 | 2025-09-09T22:10:12.437Z | Downloaded memmap2 v0.9.5 |
| 874 | 2025-09-09T22:10:12.440Z | Downloaded try-lock v0.2.5 |
| 875 | 2025-09-09T22:10:12.440Z | Downloaded nu-ansi-term v0.50.1 |
| 876 | 2025-09-09T22:10:12.443Z | Downloaded unit-prefix v0.5.1 |
| 877 | 2025-09-09T22:10:12.446Z | Downloaded portable-atomic v1.11.0 |
| 878 | 2025-09-09T22:10:12.452Z | Downloaded zone v0.1.8 |
| 879 | 2025-09-09T22:10:12.455Z | Downloaded shlex v1.3.0 |
| 880 | 2025-09-09T22:10:12.455Z | Downloaded derive-where v1.5.0 |
| 881 | 2025-09-09T22:10:12.459Z | Downloaded maplit v1.0.2 |
| 882 | 2025-09-09T22:10:12.462Z | Downloaded papergrid v0.17.0 |
| 883 | 2025-09-09T22:10:12.466Z | Downloaded rayon v1.10.0 |
| 884 | 2025-09-09T22:10:12.476Z | Downloaded md5 v0.7.0 |
| 885 | 2025-09-09T22:10:12.479Z | Downloaded signal-hook-tokio v0.3.1 |
| 886 | 2025-09-09T22:10:12.482Z | Downloaded display-error-chain v0.2.2 |
| 887 | 2025-09-09T22:10:12.482Z | Downloaded smallvec v0.6.14 |
| 888 | 2025-09-09T22:10:12.485Z | Downloaded signal-hook-registry v1.4.2 |
| 889 | 2025-09-09T22:10:12.485Z | Downloaded signal-hook-mio v0.2.4 |
| 890 | 2025-09-09T22:10:12.488Z | Downloaded serde_yaml v0.9.34+deprecated |
| 891 | 2025-09-09T22:10:12.491Z | Downloaded memoffset v0.9.1 |
| 892 | 2025-09-09T22:10:12.494Z | Downloaded tokio-tungstenite v0.21.0 |
| 893 | 2025-09-09T22:10:12.497Z | Downloaded num_enum_derive v0.5.11 |
| 894 | 2025-09-09T22:10:12.497Z | Downloaded smf v0.2.3 |
| 895 | 2025-09-09T22:10:12.500Z | Downloaded tui-tree-widget v0.23.1 |
| 896 | 2025-09-09T22:10:12.502Z | Downloaded xshell-macros v0.2.7 |
| 897 | 2025-09-09T22:10:12.502Z | Downloaded rustc-hash v1.1.0 |
| 898 | 2025-09-09T22:10:12.505Z | Downloaded env_filter v0.1.2 |
| 899 | 2025-09-09T22:10:12.505Z | Downloaded embedded-io v0.4.0 |
| 900 | 2025-09-09T22:10:12.508Z | Downloaded rfc6979 v0.4.0 |
| 901 | 2025-09-09T22:10:12.511Z | Downloaded either v1.15.0 |
| 902 | 2025-09-09T22:10:12.511Z | Downloaded unsafe-libyaml v0.2.11 |
| 903 | 2025-09-09T22:10:12.514Z | Downloaded futures-channel v0.3.31 |
| 904 | 2025-09-09T22:10:12.517Z | Downloaded ed25519 v2.2.3 |
| 905 | 2025-09-09T22:10:12.520Z | Downloaded dyn-clone v1.0.20 |
| 906 | 2025-09-09T22:10:12.523Z | Downloaded tabwriter v1.4.0 |
| 907 | 2025-09-09T22:10:12.523Z | Downloaded primeorder v0.13.6 |
| 908 | 2025-09-09T22:10:12.527Z | Downloaded sqlformat v0.3.5 |
| 909 | 2025-09-09T22:10:12.527Z | Downloaded foreign-types-macros v0.2.3 |
| 910 | 2025-09-09T22:10:12.530Z | Downloaded md-5 v0.10.6 |
| 911 | 2025-09-09T22:10:12.533Z | Downloaded unicode-normalization v0.1.24 |
| 912 | 2025-09-09T22:10:12.535Z | Downloaded rusty-fork v0.3.0 |
| 913 | 2025-09-09T22:10:12.538Z | Downloaded h2 v0.4.6 |
| 914 | 2025-09-09T22:10:12.543Z | Downloaded daft-derive v0.1.4 |
| 915 | 2025-09-09T22:10:12.548Z | Downloaded tower-service v0.3.3 |
| 916 | 2025-09-09T22:10:12.552Z | Downloaded radium v0.7.0 |
| 917 | 2025-09-09T22:10:12.552Z | Downloaded proc-macro-crate v1.3.1 |
| 918 | 2025-09-09T22:10:12.555Z | Downloaded maybe-uninit v2.0.0 |
| 919 | 2025-09-09T22:10:12.555Z | Downloaded password-hash v0.4.2 |
| 920 | 2025-09-09T22:10:12.559Z | Downloaded bindgen v0.69.5 |
| 921 | 2025-09-09T22:10:12.563Z | Downloaded debug-ignore v1.0.5 |
| 922 | 2025-09-09T22:10:12.565Z | Downloaded rustc-demangle v0.1.24 |
| 923 | 2025-09-09T22:10:12.568Z | Downloaded data-encoding v2.9.0 |
| 924 | 2025-09-09T22:10:12.568Z | Downloaded bitvec v1.0.1 |
| 925 | 2025-09-09T22:10:12.583Z | Downloaded num_threads v0.1.7 |
| 926 | 2025-09-09T22:10:12.586Z | Downloaded pin-utils v0.1.0 |
| 927 | 2025-09-09T22:10:12.586Z | Downloaded owo-colors v4.2.2 |
| 928 | 2025-09-09T22:10:12.596Z | Downloaded crossterm v0.29.0 |
| 929 | 2025-09-09T22:10:12.599Z | Downloaded tabled_derive v0.11.0 |
| 930 | 2025-09-09T22:10:12.599Z | Downloaded tabled_derive v0.10.0 |
| 931 | 2025-09-09T22:10:12.602Z | Downloaded vergen v8.3.2 |
| 932 | 2025-09-09T22:10:12.605Z | Downloaded structmeta-derive v0.3.0 |
| 933 | 2025-09-09T22:10:12.605Z | Downloaded env_logger v0.10.2 |
| 934 | 2025-09-09T22:10:12.608Z | Downloaded document-features v0.2.11 |
| 935 | 2025-09-09T22:10:12.608Z | Downloaded bindgen v0.71.1 |
| 936 | 2025-09-09T22:10:12.614Z | Downloaded untrusted v0.9.0 |
| 937 | 2025-09-09T22:10:12.617Z | Downloaded typify-macro v0.2.0 |
| 938 | 2025-09-09T22:10:12.617Z | Downloaded num_enum v0.5.11 |
| 939 | 2025-09-09T22:10:12.622Z | Downloaded rand_chacha v0.3.1 |
| 940 | 2025-09-09T22:10:12.625Z | Downloaded tokio-postgres v0.7.13 |
| 941 | 2025-09-09T22:10:12.628Z | Downloaded salsa20 v0.10.2 |
| 942 | 2025-09-09T22:10:12.631Z | Downloaded darling v0.21.0 |
| 943 | 2025-09-09T22:10:12.634Z | Downloaded nanorand v0.7.0 |
| 944 | 2025-09-09T22:10:12.637Z | Downloaded phf_shared v0.12.1 |
| 945 | 2025-09-09T22:10:12.641Z | Downloaded darling v0.20.10 |
| 946 | 2025-09-09T22:10:12.643Z | Downloaded tracing-core v0.1.32 |
| 947 | 2025-09-09T22:10:12.646Z | Downloaded prefix-trie v0.7.0 |
| 948 | 2025-09-09T22:10:12.649Z | Downloaded p256 v0.13.2 |
| 949 | 2025-09-09T22:10:12.653Z | Downloaded pkcs1 v0.7.5 |
| 950 | 2025-09-09T22:10:12.655Z | Downloaded twox-hash v2.1.0 |
| 951 | 2025-09-09T22:10:12.658Z | Downloaded tar v0.4.44 |
| 952 | 2025-09-09T22:10:12.661Z | Downloaded schemars_derive v0.8.22 |
| 953 | 2025-09-09T22:10:12.661Z | Downloaded multer v3.1.0 |
| 954 | 2025-09-09T22:10:12.664Z | Downloaded zerocopy v0.6.6 |
| 955 | 2025-09-09T22:10:12.669Z | Downloaded test-strategy v0.4.3 |
| 956 | 2025-09-09T22:10:12.672Z | Downloaded futures v0.3.31 |
| 957 | 2025-09-09T22:10:12.675Z | Downloaded toml v0.9.5 |
| 958 | 2025-09-09T22:10:12.680Z | Downloaded postcard v1.0.10 |
| 959 | 2025-09-09T22:10:12.683Z | Downloaded pkcs8 v0.10.2 |
| 960 | 2025-09-09T22:10:12.686Z | Downloaded pin-project v1.1.6 |
| 961 | 2025-09-09T22:10:12.696Z | Downloaded value-bag v1.9.0 |
| 962 | 2025-09-09T22:10:12.699Z | Downloaded signal-hook v0.3.18 |
| 963 | 2025-09-09T22:10:12.702Z | Downloaded stringprep v0.1.5 |
| 964 | 2025-09-09T22:10:12.705Z | Downloaded rayon-core v1.12.1 |
| 965 | 2025-09-09T22:10:12.708Z | Downloaded ed25519-dalek v2.1.1 |
| 966 | 2025-09-09T22:10:12.711Z | Downloaded tabled v0.18.0 |
| 967 | 2025-09-09T22:10:12.726Z | Downloaded socket2 v0.5.10 |
| 968 | 2025-09-09T22:10:12.729Z | Downloaded quinn-proto v0.11.8 |
| 969 | 2025-09-09T22:10:12.736Z | Downloaded winnow v0.6.26 |
| 970 | 2025-09-09T22:10:12.747Z | Downloaded socket2 v0.6.0 |
| 971 | 2025-09-09T22:10:12.750Z | Downloaded serde_with v3.14.0 |
| 972 | 2025-09-09T22:10:12.760Z | Downloaded rsa v0.9.6 |
| 973 | 2025-09-09T22:10:12.765Z | Downloaded lalrpop v0.19.12 |
| 974 | 2025-09-09T22:10:12.775Z | Downloaded reedline v0.40.0 |
| 975 | 2025-09-09T22:10:12.782Z | Downloaded salty v0.3.0 |
| 976 | 2025-09-09T22:10:12.789Z | Downloaded rustls-webpki v0.101.7 |
| 977 | 2025-09-09T22:10:12.803Z | Downloaded num-bigint v0.4.6 |
| 978 | 2025-09-09T22:10:12.807Z | Downloaded mio v1.0.2 |
| 979 | 2025-09-09T22:10:12.812Z | Downloaded steno v0.4.1 |
| 980 | 2025-09-09T22:10:12.816Z | Downloaded tabled v0.20.0 |
| 981 | 2025-09-09T22:10:12.834Z | Downloaded tokio-util v0.7.15 |
| 982 | 2025-09-09T22:10:12.840Z | Downloaded rustyline v14.0.0 |
| 983 | 2025-09-09T22:10:12.845Z | Downloaded rustls-webpki v0.102.8 |
| 984 | 2025-09-09T22:10:12.862Z | Downloaded typed-path v0.9.3 |
| 985 | 2025-09-09T22:10:12.867Z | Downloaded rustls v0.21.12 |
| 986 | 2025-09-09T22:10:12.877Z | Downloaded sqlparser v0.45.0 |
| 987 | 2025-09-09T22:10:12.883Z | Downloaded polar-core v0.27.3 |
| 988 | 2025-09-09T22:10:12.889Z | Downloaded proptest v1.7.0 |
| 989 | 2025-09-09T22:10:12.898Z | Downloaded num-bigint-dig v0.8.4 |
| 990 | 2025-09-09T22:10:12.902Z | Downloaded ssh-key v0.6.6 |
| 991 | 2025-09-09T22:10:12.909Z | Downloaded smoltcp v0.11.0 |
| 992 | 2025-09-09T22:10:12.920Z | Downloaded rustls v0.23.19 |
| 993 | 2025-09-09T22:10:12.930Z | Downloaded quick-xml v0.37.2 |
| 994 | 2025-09-09T22:10:12.937Z | Downloaded regex-syntax v0.6.29 |
| 995 | 2025-09-09T22:10:12.942Z | Downloaded zlib-rs v0.5.1 |
| 996 | 2025-09-09T22:10:12.946Z | Downloaded git2 v0.19.0 |
| 997 | 2025-09-09T22:10:12.954Z | Downloaded regress v0.10.4 |
| 998 | 2025-09-09T22:10:12.962Z | Downloaded petname v2.0.2 |
| 999 | 2025-09-09T22:10:12.967Z | Downloaded diesel v2.2.12 |
| 1000 | 2025-09-09T22:10:12.986Z | Downloaded openssl v0.10.73 |
| 1001 | 2025-09-09T22:10:12.995Z | Downloaded bstr v1.10.0 |
| 1002 | 2025-09-09T22:10:13.003Z | Downloaded vcpkg v0.2.15 |
| 1003 | 2025-09-09T22:10:13.041Z | Downloaded webpki-roots v1.0.1 |
| 1004 | 2025-09-09T22:10:13.044Z | Downloaded rustls v0.22.4 |
| 1005 | 2025-09-09T22:10:13.055Z | Downloaded object v0.30.4 |
| 1006 | 2025-09-09T22:10:13.064Z | Downloaded nix v0.28.0 |
| 1007 | 2025-09-09T22:10:13.073Z | Downloaded curve25519-dalek v4.1.3 |
| 1008 | 2025-09-09T22:10:13.081Z | Downloaded typify-impl v0.2.0 |
| 1009 | 2025-09-09T22:10:13.094Z | Downloaded zerocopy v0.8.26 |
| 1010 | 2025-09-09T22:10:13.113Z | Downloaded object v0.36.5 |
| 1011 | 2025-09-09T22:10:13.123Z | Downloaded dropshot v0.16.4 |
| 1012 | 2025-09-09T22:10:13.143Z | Downloaded hickory-proto v0.25.2 |
| 1013 | 2025-09-09T22:10:13.158Z | Downloaded sled v0.34.7 |
| 1014 | 2025-09-09T22:10:13.168Z | Downloaded openapiv3 v2.2.0 |
| 1015 | 2025-09-09T22:10:13.179Z | Downloaded regex v1.11.1 |
| 1016 | 2025-09-09T22:10:13.191Z | Downloaded nix v0.30.1 |
| 1017 | 2025-09-09T22:10:13.201Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1018 | 2025-09-09T22:10:13.212Z | Downloaded typify-impl v0.3.0 |
| 1019 | 2025-09-09T22:10:13.224Z | Downloaded typify-impl v0.4.3 |
| 1020 | 2025-09-09T22:10:13.258Z | Downloaded ratatui v0.29.0 |
| 1021 | 2025-09-09T22:10:13.282Z | Downloaded chrono-tz v0.10.4 |
| 1022 | 2025-09-09T22:10:13.303Z | Downloaded zerocopy-derive v0.6.6 |
| 1023 | 2025-09-09T22:10:13.315Z | Downloaded regex-syntax v0.8.5 |
| 1024 | 2025-09-09T22:10:13.323Z | Downloaded moka v0.12.10 |
| 1025 | 2025-09-09T22:10:13.334Z | Downloaded gimli v0.31.1 |
| 1026 | 2025-09-09T22:10:13.340Z | Downloaded nix v0.29.0 |
| 1027 | 2025-09-09T22:10:13.351Z | Downloaded hickory-proto v0.24.4 |
| 1028 | 2025-09-09T22:10:13.365Z | Downloaded nix v0.27.1 |
| 1029 | 2025-09-09T22:10:13.375Z | Downloaded tower-http v0.6.6 |
| 1030 | 2025-09-09T22:10:13.384Z | Downloaded p384 v0.13.0 |
| 1031 | 2025-09-09T22:10:13.387Z | Downloaded futures-util v0.3.31 |
| 1032 | 2025-09-09T22:10:13.399Z | Downloaded smoltcp v0.9.1 |
| 1033 | 2025-09-09T22:10:13.408Z | Downloaded sha3 v0.10.8 |
| 1034 | 2025-09-09T22:10:13.413Z | Downloaded jiff v0.2.15 |
| 1035 | 2025-09-09T22:10:13.427Z | Downloaded x509-cert v0.2.5 |
| 1036 | 2025-09-09T22:10:13.433Z | Downloaded quinn v0.11.5 |
| 1037 | 2025-09-09T22:10:13.436Z | Downloaded reqwest v0.12.22 |
| 1038 | 2025-09-09T22:10:13.444Z | Downloaded radix_trie v0.2.1 |
| 1039 | 2025-09-09T22:10:13.449Z | Downloaded petgraph v0.6.5 |
| 1040 | 2025-09-09T22:10:13.465Z | Downloaded regex-automata v0.4.8 |
| 1041 | 2025-09-09T22:10:13.478Z | Downloaded lzma-sys v0.1.20 |
| 1042 | 2025-09-09T22:10:13.504Z | Downloaded libz-sys v1.1.20 |
| 1043 | 2025-09-09T22:10:13.523Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1044 | 2025-09-09T22:10:13.538Z | Downloaded rcgen v0.12.1 |
| 1045 | 2025-09-09T22:10:13.541Z | Downloaded tower v0.5.2 |
| 1046 | 2025-09-09T22:10:13.550Z | Downloaded expectorate v1.2.0 |
| 1047 | 2025-09-09T22:10:13.553Z | Downloaded darling_core v0.21.0 |
| 1048 | 2025-09-09T22:10:13.557Z | Downloaded zip v4.2.0 |
| 1049 | 2025-09-09T22:10:13.561Z | Downloaded unicode_categories v0.1.1 |
| 1050 | 2025-09-09T22:10:13.564Z | Downloaded petgraph v0.8.2 |
| 1051 | 2025-09-09T22:10:13.581Z | Downloaded csv v1.3.1 |
| 1052 | 2025-09-09T22:10:13.598Z | Downloaded tokio v1.47.0 |
| 1053 | 2025-09-09T22:10:13.633Z | Downloaded rpassword v7.4.0 |
| 1054 | 2025-09-09T22:10:13.636Z | Downloaded nom v7.1.3 |
| 1055 | 2025-09-09T22:10:13.639Z | Downloaded scrypt v0.11.0 |
| 1056 | 2025-09-09T22:10:13.642Z | Downloaded winnow v0.5.40 |
| 1057 | 2025-09-09T22:10:13.649Z | Downloaded pin-project-internal v1.1.6 |
| 1058 | 2025-09-09T22:10:13.652Z | Downloaded password-hash v0.5.0 |
| 1059 | 2025-09-09T22:10:13.655Z | Downloaded pin-project-lite v0.2.14 |
| 1060 | 2025-09-09T22:10:13.658Z | Downloaded dropshot_endpoint v0.16.4 |
| 1061 | 2025-09-09T22:10:13.660Z | Downloaded toml v0.7.8 |
| 1062 | 2025-09-09T22:10:13.664Z | Downloaded flate2 v1.1.2 |
| 1063 | 2025-09-09T22:10:13.668Z | Downloaded toml_edit v0.19.15 |
| 1064 | 2025-09-09T22:10:13.685Z | Downloaded term v0.7.0 |
| 1065 | 2025-09-09T22:10:13.688Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1066 | 2025-09-09T22:10:13.691Z | Downloaded rustversion v1.0.17 |
| 1067 | 2025-09-09T22:10:13.694Z | Downloaded encoding_rs v0.8.34 |
| 1068 | 2025-09-09T22:10:13.711Z | Downloaded flume v0.11.1 |
| 1069 | 2025-09-09T22:10:13.714Z | Downloaded darling_core v0.20.10 |
| 1070 | 2025-09-09T22:10:13.718Z | Downloaded phf v0.11.2 |
| 1071 | 2025-09-09T22:10:13.721Z | Downloaded itertools v0.13.0 |
| 1072 | 2025-09-09T22:10:13.727Z | Downloaded hkdf v0.12.4 |
| 1073 | 2025-09-09T22:10:13.730Z | Downloaded spin v0.9.8 |
| 1074 | 2025-09-09T22:10:13.733Z | Downloaded futures-core v0.3.31 |
| 1075 | 2025-09-09T22:10:13.733Z | Downloaded dirs-sys-next v0.1.2 |
| 1076 | 2025-09-09T22:10:13.733Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1077 | 2025-09-09T22:10:13.736Z | Downloaded untrusted v0.7.1 |
| 1078 | 2025-09-09T22:10:13.736Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1079 | 2025-09-09T22:10:13.739Z | Downloaded parking_lot v0.11.2 |
| 1080 | 2025-09-09T22:10:13.739Z | Downloaded oxnet v0.1.3 |
| 1081 | 2025-09-09T22:10:13.742Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1082 | 2025-09-09T22:10:13.745Z | Downloaded pretty-hex v0.2.1 |
| 1083 | 2025-09-09T22:10:13.745Z | Downloaded enum-as-inner v0.6.1 |
| 1084 | 2025-09-09T22:10:13.745Z | Downloaded progenitor-client v0.10.0 |
| 1085 | 2025-09-09T22:10:13.748Z | Downloaded predicates-core v1.0.8 |
| 1086 | 2025-09-09T22:10:13.748Z | Downloaded packed_struct v0.10.1 |
| 1087 | 2025-09-09T22:10:13.748Z | Downloaded der v0.7.9 |
| 1088 | 2025-09-09T22:10:13.752Z | Downloaded papergrid v0.14.0 |
| 1089 | 2025-09-09T22:10:13.757Z | Downloaded ring v0.17.14 |
| 1090 | 2025-09-09T22:10:13.797Z | Downloaded glob v0.3.2 |
| 1091 | 2025-09-09T22:10:13.800Z | Downloaded futures-io v0.3.31 |
| 1092 | 2025-09-09T22:10:13.800Z | Downloaded subprocess v0.2.9 |
| 1093 | 2025-09-09T22:10:13.803Z | Downloaded tough v0.20.0 |
| 1094 | 2025-09-09T22:10:13.810Z | Downloaded typify-macro v0.3.0 |
| 1095 | 2025-09-09T22:10:13.813Z | Downloaded p521 v0.13.3 |
| 1096 | 2025-09-09T22:10:13.817Z | Downloaded secrecy v0.10.3 |
| 1097 | 2025-09-09T22:10:13.817Z | Downloaded sec1 v0.7.3 |
| 1098 | 2025-09-09T22:10:13.820Z | Downloaded itertools v0.12.1 |
| 1099 | 2025-09-09T22:10:13.823Z | Downloaded num-rational v0.4.2 |
| 1100 | 2025-09-09T22:10:13.826Z | Downloaded serde_with_macros v3.14.0 |
| 1101 | 2025-09-09T22:10:13.827Z | Downloaded itertools v0.14.0 |
| 1102 | 2025-09-09T22:10:13.832Z | Downloaded pbkdf2 v0.12.2 |
| 1103 | 2025-09-09T22:10:13.836Z | Downloaded path-slash v0.1.5 |
| 1104 | 2025-09-09T22:10:13.836Z | Downloaded foldhash v0.1.5 |
| 1105 | 2025-09-09T22:10:13.836Z | Downloaded schemars v0.8.22 |
| 1106 | 2025-09-09T22:10:13.847Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1107 | 2025-09-09T22:10:13.897Z | Downloaded zip v0.6.6 |
| 1108 | 2025-09-09T22:10:13.900Z | Downloaded publicsuffix v2.3.0 |
| 1109 | 2025-09-09T22:10:13.903Z | Downloaded poly1305 v0.8.0 |
| 1110 | 2025-09-09T22:10:13.906Z | Downloaded num-complex v0.4.6 |
| 1111 | 2025-09-09T22:10:13.906Z | Downloaded fixedbitset v0.5.7 |
| 1112 | 2025-09-09T22:10:13.909Z | Downloaded supports-color v3.0.2 |
| 1113 | 2025-09-09T22:10:13.909Z | Downloaded oso v0.27.3 |
| 1114 | 2025-09-09T22:10:13.912Z | Downloaded iri-string v0.7.8 |
| 1115 | 2025-09-09T22:10:13.918Z | Downloaded serde-hex v0.1.0 |
| 1116 | 2025-09-09T22:10:13.921Z | Downloaded semver v0.1.20 |
| 1117 | 2025-09-09T22:10:13.921Z | Downloaded parse-display-derive v0.10.0 |
| 1118 | 2025-09-09T22:10:13.921Z | Downloaded num-iter v0.1.45 |
| 1119 | 2025-09-09T22:10:13.924Z | Downloaded native-tls v0.2.12 |
| 1120 | 2025-09-09T22:10:13.924Z | Downloaded iddqd v0.3.9 |
| 1121 | 2025-09-09T22:10:13.929Z | Downloaded rustc_version v0.1.7 |
| 1122 | 2025-09-09T22:10:13.932Z | Downloaded ron v0.7.1 |
| 1123 | 2025-09-09T22:10:13.935Z | Downloaded openssl-sys v0.9.109 |
| 1124 | 2025-09-09T22:10:13.939Z | Downloaded pkg-config v0.3.31 |
| 1125 | 2025-09-09T22:10:13.943Z | Downloaded csv-core v0.1.11 |
| 1126 | 2025-09-09T22:10:13.943Z | Downloaded progenitor-impl v0.11.0 |
| 1127 | 2025-09-09T22:10:13.949Z | Downloaded elliptic-curve v0.13.8 |
| 1128 | 2025-09-09T22:10:13.953Z | Downloaded tower-layer v0.3.3 |
| 1129 | 2025-09-09T22:10:13.953Z | Downloaded progenitor-impl v0.9.1 |
| 1130 | 2025-09-09T22:10:13.953Z | Downloaded progenitor v0.10.0 |
| 1131 | 2025-09-09T22:10:13.953Z | Downloaded polyval v0.6.2 |
| 1132 | 2025-09-09T22:10:13.953Z | Downloaded packed_struct_codegen v0.10.1 |
| 1133 | 2025-09-09T22:10:13.957Z | Downloaded flagset v0.4.6 |
| 1134 | 2025-09-09T22:10:13.957Z | Downloaded sync_wrapper v1.0.1 |
| 1135 | 2025-09-09T22:10:13.957Z | Downloaded sync-ptr v0.1.4 |
| 1136 | 2025-09-09T22:10:13.957Z | Downloaded filetime v0.2.25 |
| 1137 | 2025-09-09T22:10:13.960Z | Downloaded time v0.3.36 |
| 1138 | 2025-09-09T22:10:13.965Z | Downloaded typify v0.3.0 |
| 1139 | 2025-09-09T22:10:13.968Z | Downloaded pkcs5 v0.7.1 |
| 1140 | 2025-09-09T22:10:13.972Z | Downloaded strum_macros v0.24.3 |
| 1141 | 2025-09-09T22:10:13.974Z | Downloaded slog-stdlog v4.1.1 |
| 1142 | 2025-09-09T22:10:13.977Z | Downloaded num-integer v0.1.46 |
| 1143 | 2025-09-09T22:10:13.977Z | Downloaded tinyvec v1.8.0 |
| 1144 | 2025-09-09T22:10:13.980Z | Downloaded zone v0.3.1 |
| 1145 | 2025-09-09T22:10:13.980Z | Downloaded itertools v0.10.5 |
| 1146 | 2025-09-09T22:10:13.986Z | Downloaded foreign-types v0.3.2 |
| 1147 | 2025-09-09T22:10:13.990Z | Downloaded uzers v0.12.1 |
| 1148 | 2025-09-09T22:10:13.991Z | Downloaded thiserror-no-std v2.0.2 |
| 1149 | 2025-09-09T22:10:13.993Z | Downloaded omicron-zone-package v0.12.2 |
| 1150 | 2025-09-09T22:10:13.996Z | Downloaded typify-macro v0.4.3 |
| 1151 | 2025-09-09T22:10:13.996Z | Downloaded tokio-native-tls v0.3.1 |
| 1152 | 2025-09-09T22:10:13.996Z | Downloaded tokio-dtrace v0.1.0 |
| 1153 | 2025-09-09T22:10:14.000Z | Downloaded quick-error v1.2.3 |
| 1154 | 2025-09-09T22:10:14.000Z | Downloaded hyper-util v0.1.16 |
| 1155 | 2025-09-09T22:10:14.004Z | Downloaded hashbrown v0.13.2 |
| 1156 | 2025-09-09T22:10:14.008Z | Downloaded similar v2.7.0 |
| 1157 | 2025-09-09T22:10:14.013Z | Downloaded derive_more-impl v2.0.1 |
| 1158 | 2025-09-09T22:10:14.017Z | Downloaded serde_cbor v0.11.2 |
| 1159 | 2025-09-09T22:10:14.020Z | Downloaded newtype-uuid v1.2.4 |
| 1160 | 2025-09-09T22:10:14.023Z | Downloaded zerocopy-derive v0.8.26 |
| 1161 | 2025-09-09T22:10:14.027Z | Downloaded yansi v1.0.1 |
| 1162 | 2025-09-09T22:10:14.030Z | Downloaded miniz_oxide v0.8.5 |
| 1163 | 2025-09-09T22:10:14.033Z | Downloaded der_derive v0.7.3 |
| 1164 | 2025-09-09T22:10:14.033Z | Downloaded rand v0.9.2 |
| 1165 | 2025-09-09T22:10:14.037Z | Downloaded float-cmp v0.10.0 |
| 1166 | 2025-09-09T22:10:14.039Z | Downloaded postgres-protocol v0.6.8 |
| 1167 | 2025-09-09T22:10:14.039Z | Downloaded diff v0.1.13 |
| 1168 | 2025-09-09T22:10:14.042Z | Downloaded diesel_derives v2.2.3 |
| 1169 | 2025-09-09T22:10:14.045Z | Downloaded derive_more v2.0.1 |
| 1170 | 2025-09-09T22:10:14.052Z | Downloaded libxml v0.3.3 |
| 1171 | 2025-09-09T22:10:14.057Z | Downloaded typify v0.2.0 |
| 1172 | 2025-09-09T22:10:14.060Z | Downloaded postgres-types v0.2.9 |
| 1173 | 2025-09-09T22:10:14.064Z | Downloaded hickory-resolver v0.24.4 |
| 1174 | 2025-09-09T22:10:14.069Z | Downloaded pbkdf2 v0.11.0 |
| 1175 | 2025-09-09T22:10:14.069Z | Downloaded openssl-probe v0.1.5 |
| 1176 | 2025-09-09T22:10:14.069Z | Downloaded daft v0.1.4 |
| 1177 | 2025-09-09T22:10:14.069Z | Downloaded zeroize_derive v1.4.2 |
| 1178 | 2025-09-09T22:10:14.075Z | Downloaded termtree v0.5.1 |
| 1179 | 2025-09-09T22:10:14.075Z | Downloaded support-bundle-viewer v0.1.2 |
| 1180 | 2025-09-09T22:10:14.075Z | Downloaded pem-rfc7468 v0.7.0 |
| 1181 | 2025-09-09T22:10:14.076Z | Downloaded parking_lot_core v0.9.10 |
| 1182 | 2025-09-09T22:10:14.080Z | Downloaded float-ord v0.3.2 |
| 1183 | 2025-09-09T22:10:14.080Z | Downloaded xshell v0.2.7 |
| 1184 | 2025-09-09T22:10:14.080Z | Downloaded xattr v1.3.1 |
| 1185 | 2025-09-09T22:10:14.080Z | Downloaded rustls-pemfile v2.2.0 |
| 1186 | 2025-09-09T22:10:14.087Z | Downloaded snafu v0.8.5 |
| 1187 | 2025-09-09T22:10:14.092Z | Downloaded slog-json v2.6.1 |
| 1188 | 2025-09-09T22:10:14.092Z | Downloaded slog-envlogger v2.2.0 |
| 1189 | 2025-09-09T22:10:14.092Z | Downloaded slab v0.4.9 |
| 1190 | 2025-09-09T22:10:14.092Z | Downloaded peg-macros v0.8.5 |
| 1191 | 2025-09-09T22:10:14.096Z | Downloaded newtype_derive v0.1.6 |
| 1192 | 2025-09-09T22:10:14.096Z | Downloaded derive_more v0.99.20 |
| 1193 | 2025-09-09T22:10:14.099Z | Downloaded unicode-properties v0.1.3 |
| 1194 | 2025-09-09T22:10:14.104Z | Downloaded rtoolbox v0.0.2 |
| 1195 | 2025-09-09T22:10:14.104Z | Downloaded rand_seeder v0.4.0 |
| 1196 | 2025-09-09T22:10:14.104Z | Downloaded rand_core v0.9.3 |
| 1197 | 2025-09-09T22:10:14.104Z | Downloaded rand v0.8.5 |
| 1198 | 2025-09-09T22:10:14.107Z | Downloaded pretty_assertions v1.4.1 |
| 1199 | 2025-09-09T22:10:14.110Z | Downloaded headers v0.4.1 |
| 1200 | 2025-09-09T22:10:14.112Z | Downloaded aes-gcm v0.10.3 |
| 1201 | 2025-09-09T22:10:14.115Z | Downloaded mime v0.3.17 |
| 1202 | 2025-09-09T22:10:14.117Z | Downloaded vte v0.11.1 |
| 1203 | 2025-09-09T22:10:14.121Z | Downloaded progenitor-client v0.8.0 |
| 1204 | 2025-09-09T22:10:14.121Z | Downloaded futures-sink v0.3.31 |
| 1205 | 2025-09-09T22:10:14.121Z | Downloaded fs-err v2.11.0 |
| 1206 | 2025-09-09T22:10:14.124Z | Downloaded ff v0.13.0 |
| 1207 | 2025-09-09T22:10:14.124Z | Downloaded bytes v1.10.1 |
| 1208 | 2025-09-09T22:10:14.127Z | Downloaded ron v0.8.1 |
| 1209 | 2025-09-09T22:10:14.132Z | Downloaded hyper-rustls v0.27.7 |
| 1210 | 2025-09-09T22:10:14.135Z | Downloaded arc-swap v1.7.1 |
| 1211 | 2025-09-09T22:10:14.138Z | Downloaded serde_path_to_error v0.1.17 |
| 1212 | 2025-09-09T22:10:14.140Z | Downloaded base64 v0.13.1 |
| 1213 | 2025-09-09T22:10:14.143Z | Downloaded cstr-argument v0.1.2 |
| 1214 | 2025-09-09T22:10:14.143Z | Downloaded crunchy v0.2.2 |
| 1215 | 2025-09-09T22:10:14.145Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1216 | 2025-09-09T22:10:14.145Z | Downloaded sct v0.7.1 |
| 1217 | 2025-09-09T22:10:14.148Z | Downloaded tokio-macros v2.5.0 |
| 1218 | 2025-09-09T22:10:14.148Z | Downloaded slog-bunyan v2.5.0 |
| 1219 | 2025-09-09T22:10:14.150Z | Downloaded lock_api v0.4.12 |
| 1220 | 2025-09-09T22:10:14.150Z | Downloaded libsw v3.5.0 |
| 1221 | 2025-09-09T22:10:14.153Z | Downloaded cancel-safe-futures v0.1.5 |
| 1222 | 2025-09-09T22:10:14.155Z | Downloaded ignore v0.4.23 |
| 1223 | 2025-09-09T22:10:14.158Z | Downloaded highway v1.3.0 |
| 1224 | 2025-09-09T22:10:14.160Z | Downloaded base64 v0.22.1 |
| 1225 | 2025-09-09T22:10:14.163Z | Downloaded shell-words v1.1.0 |
| 1226 | 2025-09-09T22:10:14.163Z | Downloaded crc-any v2.5.0 |
| 1227 | 2025-09-09T22:10:14.165Z | Downloaded hickory-client v0.25.2 |
| 1228 | 2025-09-09T22:10:14.165Z | Downloaded clang-sys v1.8.1 |
| 1229 | 2025-09-09T22:10:14.168Z | Downloaded iana-time-zone v0.1.63 |
| 1230 | 2025-09-09T22:10:14.171Z | Downloaded bzip2 v0.5.2 |
| 1231 | 2025-09-09T22:10:14.174Z | Downloaded bzip2 v0.4.4 |
| 1232 | 2025-09-09T22:10:14.176Z | Downloaded blake2 v0.10.6 |
| 1233 | 2025-09-09T22:10:14.179Z | Downloaded ingot-types v0.1.2 |
| 1234 | 2025-09-09T22:10:14.179Z | Downloaded indoc v1.0.9 |
| 1235 | 2025-09-09T22:10:14.181Z | Downloaded indent_write v2.2.0 |
| 1236 | 2025-09-09T22:10:14.181Z | Downloaded is-terminal v0.4.13 |
| 1237 | 2025-09-09T22:10:14.184Z | Downloaded instability v0.3.2 |
| 1238 | 2025-09-09T22:10:14.184Z | Downloaded indoc v2.0.6 |
| 1239 | 2025-09-09T22:10:14.187Z | Downloaded hyper-staticfile v0.10.1 |
| 1240 | 2025-09-09T22:10:14.190Z | Downloaded hubpack v0.1.2 |
| 1241 | 2025-09-09T22:10:14.190Z | Downloaded ciborium v0.2.2 |
| 1242 | 2025-09-09T22:10:14.193Z | Downloaded base64ct v1.6.0 |
| 1243 | 2025-09-09T22:10:14.196Z | Downloaded argon2 v0.5.3 |
| 1244 | 2025-09-09T22:10:14.196Z | Downloaded internet-checksum v0.2.1 |
| 1245 | 2025-09-09T22:10:14.196Z | Downloaded httpdate v1.0.3 |
| 1246 | 2025-09-09T22:10:14.199Z | Downloaded cookie_store v0.21.1 |
| 1247 | 2025-09-09T22:10:14.199Z | Downloaded backoff v0.4.0 |
| 1248 | 2025-09-09T22:10:14.201Z | Downloaded hash32 v0.2.1 |
| 1249 | 2025-09-09T22:10:14.201Z | Downloaded cmake v0.1.51 |
| 1250 | 2025-09-09T22:10:14.204Z | Downloaded chacha20 v0.9.1 |
| 1251 | 2025-09-09T22:10:14.204Z | Downloaded cexpr v0.6.0 |
| 1252 | 2025-09-09T22:10:14.207Z | Downloaded blowfish v0.9.1 |
| 1253 | 2025-09-09T22:10:14.207Z | Downloaded block-padding v0.3.3 |
| 1254 | 2025-09-09T22:10:14.211Z | Downloaded bit-set v0.5.3 |
| 1255 | 2025-09-09T22:10:14.214Z | Downloaded bcs v0.1.6 |
| 1256 | 2025-09-09T22:10:14.214Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1257 | 2025-09-09T22:10:14.217Z | Downloaded bb8 v0.8.5 |
| 1258 | 2025-09-09T22:10:14.217Z | Downloaded lru v0.12.5 |
| 1259 | 2025-09-09T22:10:14.219Z | Downloaded jiff-static v0.2.15 |
| 1260 | 2025-09-09T22:10:14.219Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1261 | 2025-09-09T22:10:14.222Z | Downloaded hyper v1.7.0 |
| 1262 | 2025-09-09T22:10:14.228Z | Downloaded hubpack_derive v0.1.1 |
| 1263 | 2025-09-09T22:10:14.231Z | Downloaded http-body-util v0.1.3 |
| 1264 | 2025-09-09T22:10:14.231Z | Downloaded home v0.5.9 |
| 1265 | 2025-09-09T22:10:14.231Z | Downloaded heck v0.3.3 |
| 1266 | 2025-09-09T22:10:14.233Z | Downloaded cargo_metadata v0.18.1 |
| 1267 | 2025-09-09T22:10:14.233Z | Downloaded base16ct v0.2.0 |
| 1268 | 2025-09-09T22:10:14.236Z | Downloaded arrayvec v0.7.6 |
| 1269 | 2025-09-09T22:10:14.236Z | Downloaded cassowary v0.3.0 |
| 1270 | 2025-09-09T22:10:14.239Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1271 | 2025-09-09T22:10:14.239Z | Downloaded keccak v0.1.5 |
| 1272 | 2025-09-09T22:10:14.242Z | Downloaded indicatif v0.17.11 |
| 1273 | 2025-09-09T22:10:14.245Z | Downloaded castaway v0.2.3 |
| 1274 | 2025-09-09T22:10:14.245Z | Downloaded array-init v0.0.4 |
| 1275 | 2025-09-09T22:10:14.245Z | Downloaded bitfield v0.14.0 |
| 1276 | 2025-09-09T22:10:14.248Z | Downloaded linear-map v1.2.0 |
| 1277 | 2025-09-09T22:10:14.248Z | Downloaded const_format_proc_macros v0.2.34 |
| 1278 | 2025-09-09T22:10:14.251Z | Downloaded ciborium-ll v0.2.2 |
| 1279 | 2025-09-09T22:10:14.251Z | Downloaded cfg_aliases v0.1.1 |
| 1280 | 2025-09-09T22:10:14.251Z | Downloaded http-body v1.0.1 |
| 1281 | 2025-09-09T22:10:14.254Z | Downloaded hostname v0.3.1 |
| 1282 | 2025-09-09T22:10:14.254Z | Downloaded arrayref v0.3.9 |
| 1283 | 2025-09-09T22:10:14.258Z | Downloaded headers-core v0.3.0 |
| 1284 | 2025-09-09T22:10:14.258Z | Downloaded http-range v0.1.5 |
| 1285 | 2025-09-09T22:10:14.258Z | Downloaded half v1.8.3 |
| 1286 | 2025-09-09T22:10:14.261Z | Downloaded crc32fast v1.4.2 |
| 1287 | 2025-09-09T22:10:14.458Z | Downloaded aws-lc-sys v0.26.0 |
| 1288 | 2025-09-09T22:10:14.783Z | Compiling value-bag v1.9.0 |
| 1289 | 2025-09-09T22:10:14.783Z | Compiling shlex v1.3.0 |
| 1290 | 2025-09-09T22:10:14.783Z | Compiling lock_api v0.4.12 |
| 1291 | 2025-09-09T22:10:14.786Z | Compiling scopeguard v1.2.0 |
| 1292 | 2025-09-09T22:10:14.786Z | Compiling typenum v1.17.0 |
| 1293 | 2025-09-09T22:10:14.786Z | Compiling generic-array v0.14.7 |
| 1294 | 2025-09-09T22:10:14.786Z | Compiling syn v2.0.106 |
| 1295 | 2025-09-09T22:10:14.951Z | Compiling getrandom v0.2.15 |
| 1296 | 2025-09-09T22:10:15.164Z | Compiling jobserver v0.1.32 |
| 1297 | 2025-09-09T22:10:15.329Z | Compiling rand_core v0.6.4 |
| 1298 | 2025-09-09T22:10:15.419Z | Compiling smallvec v1.15.1 |
| 1299 | 2025-09-09T22:10:15.441Z | Compiling log v0.4.27 |
| 1300 | 2025-09-09T22:10:15.611Z | Compiling cc v1.2.30 |
| 1301 | 2025-09-09T22:10:15.831Z | Compiling portable-atomic v1.11.0 |
| 1302 | 2025-09-09T22:10:15.880Z | Compiling subtle v2.6.1 |
| 1303 | 2025-09-09T22:10:15.949Z | Compiling critical-section v1.1.3 |
| 1304 | 2025-09-09T22:10:15.993Z | Compiling const-oid v0.9.6 |
| 1305 | 2025-09-09T22:10:16.150Z | Compiling pkg-config v0.3.31 |
| 1306 | 2025-09-09T22:10:16.220Z | Compiling pin-project-lite v0.2.14 |
| 1307 | 2025-09-09T22:10:16.286Z | Compiling parking_lot_core v0.9.10 |
| 1308 | 2025-09-09T22:10:16.383Z | Compiling rustix v0.38.37 |
| 1309 | 2025-09-09T22:10:17.264Z | Compiling signal-hook-registry v1.4.2 |
| 1310 | 2025-09-09T22:10:17.295Z | Compiling parking_lot v0.12.3 |
| 1311 | 2025-09-09T22:10:17.351Z | Compiling mio v1.0.2 |
| 1312 | 2025-09-09T22:10:17.373Z | Compiling futures-core v0.3.31 |
| 1313 | 2025-09-09T22:10:17.634Z | Compiling spin v0.9.8 |
| 1314 | 2025-09-09T22:10:18.001Z | Compiling libm v0.2.8 |
| 1315 | 2025-09-09T22:10:18.043Z | Compiling once_cell v1.21.3 |
| 1316 | 2025-09-09T22:10:18.067Z | Compiling socket2 v0.6.0 |
| 1317 | 2025-09-09T22:10:18.136Z | Compiling num-traits v0.2.19 |
| 1318 | 2025-09-09T22:10:18.223Z | Compiling aho-corasick v1.1.3 |
| 1319 | 2025-09-09T22:10:18.471Z | Compiling slab v0.4.9 |
| 1320 | 2025-09-09T22:10:18.512Z | Compiling allocator-api2 v0.2.21 |
| 1321 | 2025-09-09T22:10:18.532Z | Compiling regex-syntax v0.8.5 |
| 1322 | 2025-09-09T22:10:18.562Z | Compiling foldhash v0.1.5 |
| 1323 | 2025-09-09T22:10:18.868Z | Compiling getrandom v0.3.1 |
| 1324 | 2025-09-09T22:10:18.995Z | Compiling serde_json v1.0.143 |
| 1325 | 2025-09-09T22:10:19.084Z | Compiling cpufeatures v0.2.14 |
| 1326 | 2025-09-09T22:10:19.316Z | Compiling hashbrown v0.15.4 |
| 1327 | 2025-09-09T22:10:19.643Z | Compiling percent-encoding v2.3.2 |
| 1328 | 2025-09-09T22:10:19.667Z | Compiling glob v0.3.2 |
| 1329 | 2025-09-09T22:10:19.702Z | Compiling either v1.15.0 |
| 1330 | 2025-09-09T22:10:20.015Z | Compiling futures-sink v0.3.31 |
| 1331 | 2025-09-09T22:10:20.213Z | Compiling futures-channel v0.3.31 |
| 1332 | 2025-09-09T22:10:20.559Z | Compiling clang-sys v1.8.1 |
| 1333 | 2025-09-09T22:10:20.792Z | Compiling pin-utils v0.1.0 |
| 1334 | 2025-09-09T22:10:20.946Z | Compiling futures-task v0.3.31 |
| 1335 | 2025-09-09T22:10:21.050Z | Compiling prettyplease v0.2.36 |
| 1336 | 2025-09-09T22:10:21.120Z | Compiling futures-io v0.3.31 |
| 1337 | 2025-09-09T22:10:21.252Z | Compiling lazy_static v1.5.0 |
| 1338 | 2025-09-09T22:10:21.382Z | Compiling minimal-lexical v0.2.1 |
| 1339 | 2025-09-09T22:10:21.407Z | Compiling libloading v0.8.5 |
| 1340 | 2025-09-09T22:10:21.431Z | Compiling base64ct v1.6.0 |
| 1341 | 2025-09-09T22:10:21.478Z | Compiling home v0.5.9 |
| 1342 | 2025-09-09T22:10:21.714Z | Compiling bindgen v0.69.5 |
| 1343 | 2025-09-09T22:10:21.900Z | Compiling nom v7.1.3 |
| 1344 | 2025-09-09T22:10:22.091Z | Compiling pem-rfc7468 v0.7.0 |
| 1345 | 2025-09-09T22:10:22.536Z | Compiling regex-automata v0.4.8 |
| 1346 | 2025-09-09T22:10:22.714Z | Compiling synstructure v0.13.1 |
| 1347 | 2025-09-09T22:10:22.962Z | Compiling itertools v0.12.1 |
| 1348 | 2025-09-09T22:10:24.163Z | Compiling lazycell v1.3.0 |
| 1349 | 2025-09-09T22:10:24.372Z | Compiling flagset v0.4.6 |
| 1350 | 2025-09-09T22:10:24.624Z | Compiling rustc-hash v1.1.0 |
| 1351 | 2025-09-09T22:10:24.720Z | Compiling cmake v0.1.51 |
| 1352 | 2025-09-09T22:10:24.799Z | Compiling dunce v1.0.5 |
| 1353 | 2025-09-09T22:10:24.960Z | Compiling fs_extra v1.3.0 |
| 1354 | 2025-09-09T22:10:25.347Z | Compiling cexpr v0.6.0 |
| 1355 | 2025-09-09T22:10:25.536Z | Compiling form_urlencoded v1.2.2 |
| 1356 | 2025-09-09T22:10:25.589Z | Compiling paste v1.0.15 |
| 1357 | 2025-09-09T22:10:25.843Z | Compiling vcpkg v0.2.15 |
| 1358 | 2025-09-09T22:10:25.879Z | Compiling iana-time-zone v0.1.63 |
| 1359 | 2025-09-09T22:10:26.008Z | Compiling ring v0.17.14 |
| 1360 | 2025-09-09T22:10:26.277Z | Compiling tracing-core v0.1.32 |
| 1361 | 2025-09-09T22:10:26.908Z | Compiling aws-lc-rs v1.12.4 |
| 1362 | 2025-09-09T22:10:27.329Z | Compiling rustls-pki-types v1.10.0 |
| 1363 | 2025-09-09T22:10:27.388Z | Compiling rustversion v1.0.17 |
| 1364 | 2025-09-09T22:10:27.459Z | Compiling base64 v0.22.1 |
| 1365 | 2025-09-09T22:10:27.525Z | Compiling openssl-sys v0.9.109 |
| 1366 | 2025-09-09T22:10:27.811Z | Compiling serde_derive v1.0.219 |
| 1367 | 2025-09-09T22:10:28.095Z | Compiling zeroize_derive v1.4.2 |
| 1368 | 2025-09-09T22:10:28.146Z | Compiling zerofrom-derive v0.1.4 |
| 1369 | 2025-09-09T22:10:28.274Z | Compiling yoke-derive v0.7.4 |
| 1370 | 2025-09-09T22:10:28.645Z | Compiling zerovec-derive v0.10.3 |
| 1371 | 2025-09-09T22:10:29.571Z | Compiling zeroize v1.8.1 |
| 1372 | 2025-09-09T22:10:30.906Z | Compiling displaydoc v0.2.5 |
| 1373 | 2025-09-09T22:10:31.175Z | Compiling tokio-macros v2.5.0 |
| 1374 | 2025-09-09T22:10:31.408Z | Compiling crypto-common v0.1.6 |
| 1375 | 2025-09-09T22:10:31.431Z | Compiling block-buffer v0.10.4 |
| 1376 | 2025-09-09T22:10:31.654Z | Compiling zerofrom v0.1.4 |
| 1377 | 2025-09-09T22:10:31.713Z | Compiling digest v0.10.7 |
| 1378 | 2025-09-09T22:10:31.916Z | Compiling yoke v0.7.4 |
| 1379 | 2025-09-09T22:10:32.093Z | Compiling zerocopy-derive v0.7.35 |
| 1380 | 2025-09-09T22:10:32.190Z | Compiling hmac v0.12.1 |
| 1381 | 2025-09-09T22:10:32.287Z | Compiling zerovec v0.10.4 |
| 1382 | 2025-09-09T22:10:32.381Z | Compiling icu_provider_macros v1.5.0 |
| 1383 | 2025-09-09T22:10:32.428Z | Compiling block-padding v0.3.3 |
| 1384 | 2025-09-09T22:10:32.645Z | Compiling futures-macro v0.3.31 |
| 1385 | 2025-09-09T22:10:32.684Z | Compiling inout v0.1.3 |
| 1386 | 2025-09-09T22:10:32.807Z | Compiling sha2 v0.10.9 |
| 1387 | 2025-09-09T22:10:32.916Z | Compiling regex v1.11.1 |
| 1388 | 2025-09-09T22:10:32.993Z | Compiling cipher v0.4.4 |
| 1389 | 2025-09-09T22:10:33.493Z | Compiling der_derive v0.7.3 |
| 1390 | 2025-09-09T22:10:33.597Z | Compiling thiserror-impl v1.0.69 |
| 1391 | 2025-09-09T22:10:33.936Z | Compiling salsa20 v0.10.2 |
| 1392 | 2025-09-09T22:10:34.213Z | Compiling tinystr v0.7.6 |
| 1393 | 2025-09-09T22:10:34.268Z | Compiling zerocopy v0.7.35 |
| 1394 | 2025-09-09T22:10:34.398Z | Compiling icu_collections v1.5.0 |
| 1395 | 2025-09-09T22:10:34.620Z | Compiling icu_locid v1.5.0 |
| 1396 | 2025-09-09T22:10:34.639Z | Compiling futures-util v0.3.31 |
| 1397 | 2025-09-09T22:10:35.290Z | Compiling serde v1.0.219 |
| 1398 | 2025-09-09T22:10:35.721Z | Compiling ppv-lite86 v0.2.20 |
| 1399 | 2025-09-09T22:10:35.721Z | Compiling pbkdf2 v0.12.2 |
| 1400 | 2025-09-09T22:10:35.794Z | Compiling icu_provider v1.5.0 |
| 1401 | 2025-09-09T22:10:35.907Z | Compiling der v0.7.9 |
| 1402 | 2025-09-09T22:10:36.409Z | Compiling scrypt v0.11.0 |
| 1403 | 2025-09-09T22:10:36.577Z | Compiling icu_locid_transform v1.5.0 |
| 1404 | 2025-09-09T22:10:36.629Z | Compiling cbc v0.1.2 |
| 1405 | 2025-09-09T22:10:36.654Z | Compiling thiserror v1.0.69 |
| 1406 | 2025-09-09T22:10:36.736Z | Compiling aes v0.8.4 |
| 1407 | 2025-09-09T22:10:36.824Z | Compiling pest v2.7.14 |
| 1408 | 2025-09-09T22:10:36.921Z | Compiling tracing-attributes v0.1.27 |
| 1409 | 2025-09-09T22:10:37.003Z | Compiling scroll_derive v0.12.0 |
| 1410 | 2025-09-09T22:10:38.491Z | Compiling icu_properties v1.5.1 |
| 1411 | 2025-09-09T22:10:38.881Z | Compiling spki v0.7.3 |
| 1412 | 2025-09-09T22:10:38.922Z | Compiling httparse v1.9.5 |
| 1413 | 2025-09-09T22:10:39.273Z | Compiling pkcs5 v0.7.1 |
| 1414 | 2025-09-09T22:10:39.452Z | Compiling pest_meta v2.7.14 |
| 1415 | 2025-09-09T22:10:39.627Z | Compiling tinyvec_macros v0.1.1 |
| 1416 | 2025-09-09T22:10:39.750Z | Compiling tinyvec v1.8.0 |
| 1417 | 2025-09-09T22:10:39.978Z | Compiling pkcs8 v0.10.2 |
| 1418 | 2025-09-09T22:10:40.105Z | Compiling scroll v0.12.0 |
| 1419 | 2025-09-09T22:10:40.414Z | Compiling tracing v0.1.40 |
| 1420 | 2025-09-09T22:10:40.516Z | Compiling serde_derive_internals v0.29.1 |
| 1421 | 2025-09-09T22:10:40.643Z | Compiling rand_core v0.9.3 |
| 1422 | 2025-09-09T22:10:40.669Z | Compiling bitflags v2.9.1 |
| 1423 | 2025-09-09T22:10:40.949Z | Compiling bytes v1.10.1 |
| 1424 | 2025-09-09T22:10:41.183Z | Compiling semver v1.0.26 |
| 1425 | 2025-09-09T22:10:41.276Z | Compiling indexmap v2.11.0 |
| 1426 | 2025-09-09T22:10:41.935Z | Compiling rustc_version v0.4.1 |
| 1427 | 2025-09-09T22:10:42.440Z | Compiling tokio v1.47.0 |
| 1428 | 2025-09-09T22:10:42.638Z | Compiling icu_normalizer v1.5.0 |
| 1429 | 2025-09-09T22:10:42.827Z | Compiling http v1.3.1 |
| 1430 | 2025-09-09T22:10:42.851Z | Compiling chrono v0.4.41 |
| 1431 | 2025-09-09T22:10:43.235Z | Compiling uuid v1.18.1 |
| 1432 | 2025-09-09T22:10:43.910Z | Compiling idna_adapter v1.2.0 |
| 1433 | 2025-09-09T22:10:44.095Z | Compiling pest_generator v2.7.14 |
| 1434 | 2025-09-09T22:10:44.190Z | Compiling idna v1.0.3 |
| 1435 | 2025-09-09T22:10:44.499Z | Compiling http-body v1.0.1 |
| 1436 | 2025-09-09T22:10:44.779Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1437 | 2025-09-09T22:10:44.882Z | Compiling which v4.4.2 |
| 1438 | 2025-09-09T22:10:45.120Z | Compiling url v2.5.4 |
| 1439 | 2025-09-09T22:10:45.434Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1440 | 2025-09-09T22:10:45.684Z | Compiling untrusted v0.7.1 |
| 1441 | 2025-09-09T22:10:45.885Z | Compiling adler2 v2.0.0 |
| 1442 | 2025-09-09T22:10:45.913Z | Compiling time-core v0.1.2 |
| 1443 | 2025-09-09T22:10:45.954Z | Compiling openssl-probe v0.1.5 |
| 1444 | 2025-09-09T22:10:46.112Z | Compiling untrusted v0.9.0 |
| 1445 | 2025-09-09T22:10:46.133Z | Compiling powerfmt v0.2.0 |
| 1446 | 2025-09-09T22:10:46.241Z | Compiling num-conv v0.1.0 |
| 1447 | 2025-09-09T22:10:46.272Z | Compiling try-lock v0.2.5 |
| 1448 | 2025-09-09T22:10:46.329Z | Compiling tower-service v0.3.3 |
| 1449 | 2025-09-09T22:10:46.397Z | Compiling foreign-types-shared v0.1.1 |
| 1450 | 2025-09-09T22:10:46.455Z | Compiling schemars v0.8.22 |
| 1451 | 2025-09-09T22:10:46.490Z | Compiling atomic-waker v1.1.2 |
| 1452 | 2025-09-09T22:10:46.511Z | Compiling openssl v0.10.73 |
| 1453 | 2025-09-09T22:10:46.534Z | Compiling time-macros v0.2.18 |
| 1454 | 2025-09-09T22:10:46.555Z | Compiling foreign-types v0.3.2 |
| 1455 | 2025-09-09T22:10:46.678Z | Compiling goblin v0.8.2 |
| 1456 | 2025-09-09T22:10:46.700Z | Compiling want v0.3.1 |
| 1457 | 2025-09-09T22:10:46.859Z | Compiling deranged v0.3.11 |
| 1458 | 2025-09-09T22:10:47.015Z | Compiling miniz_oxide v0.8.5 |
| 1459 | 2025-09-09T22:10:48.270Z | Compiling pest_derive v2.7.14 |
| 1460 | 2025-09-09T22:10:49.087Z | Compiling schemars_derive v0.8.22 |
| 1461 | 2025-09-09T22:10:49.352Z | Compiling rand_chacha v0.9.0 |
| 1462 | 2025-09-09T22:10:50.172Z | Compiling ipnet v2.11.0 |
| 1463 | 2025-09-09T22:10:51.300Z | Compiling tokio-util v0.7.15 |
| 1464 | 2025-09-09T22:10:52.060Z | Compiling openssl-macros v0.1.1 |
| 1465 | 2025-09-09T22:10:52.579Z | Compiling syn v1.0.109 |
| 1466 | 2025-09-09T22:10:52.841Z | Compiling h2 v0.4.6 |
| 1467 | 2025-09-09T22:10:53.200Z | Compiling rustls v0.23.19 |
| 1468 | 2025-09-09T22:10:53.221Z | Compiling dyn-clone v1.0.20 |
| 1469 | 2025-09-09T22:10:53.519Z | Compiling httpdate v1.0.3 |
| 1470 | 2025-09-09T22:10:53.547Z | Compiling num_threads v0.1.7 |
| 1471 | 2025-09-09T22:10:53.628Z | Compiling native-tls v0.2.12 |
| 1472 | 2025-09-09T22:10:53.707Z | Compiling crossbeam-utils v0.8.21 |
| 1473 | 2025-09-09T22:10:53.981Z | Compiling zerocopy v0.8.26 |
| 1474 | 2025-09-09T22:10:54.053Z | Compiling dof v0.3.0 |
| 1475 | 2025-09-09T22:10:54.314Z | Compiling time v0.3.36 |
| 1476 | 2025-09-09T22:10:55.989Z | Compiling rand v0.9.2 |
| 1477 | 2025-09-09T22:10:56.219Z | Compiling dtrace-parser v0.2.0 |
| 1478 | 2025-09-09T22:10:57.826Z | Compiling heapless v0.7.17 |
| 1479 | 2025-09-09T22:10:58.112Z | Compiling unicode-normalization v0.1.24 |
| 1480 | 2025-09-09T22:10:58.267Z | Compiling signature v2.2.0 |
| 1481 | 2025-09-09T22:10:58.354Z | Compiling zerocopy-derive v0.8.26 |
| 1482 | 2025-09-09T22:10:58.592Z | Compiling crc32fast v1.4.2 |
| 1483 | 2025-09-09T22:10:58.825Z | Compiling cookie v0.18.1 |
| 1484 | 2025-09-09T22:10:58.937Z | Compiling unicode-bidi v0.3.17 |
| 1485 | 2025-09-09T22:10:59.170Z | Compiling unicode-properties v0.1.3 |
| 1486 | 2025-09-09T22:10:59.192Z | Compiling slog v2.7.0 |
| 1487 | 2025-09-09T22:10:59.604Z | Compiling zstd-safe v7.2.3 |
| 1488 | 2025-09-09T22:10:59.759Z | Compiling zlib-rs v0.5.1 |
| 1489 | 2025-09-09T22:10:59.992Z | Compiling signal-hook v0.3.18 |
| 1490 | 2025-09-09T22:11:00.229Z | Compiling hyper v1.7.0 |
| 1491 | 2025-09-09T22:11:00.328Z | Compiling siphasher v0.3.11 |
| 1492 | 2025-09-09T22:11:00.726Z | Compiling phf_shared v0.11.2 |
| 1493 | 2025-09-09T22:11:01.258Z | Compiling stringprep v0.1.5 |
| 1494 | 2025-09-09T22:11:01.426Z | Compiling usdt-impl v0.5.0 |
| 1495 | 2025-09-09T22:11:02.758Z | Compiling hyper-util v0.1.16 |
| 1496 | 2025-09-09T22:11:03.754Z | Compiling curve25519-dalek v4.1.3 |
| 1497 | 2025-09-09T22:11:03.878Z | Compiling serde_spanned v0.6.9 |
| 1498 | 2025-09-09T22:11:04.158Z | Compiling toml_datetime v0.6.11 |
| 1499 | 2025-09-09T22:11:04.206Z | Compiling serde_tokenstream v0.2.2 |
| 1500 | 2025-09-09T22:11:04.471Z | Compiling rand_chacha v0.3.1 |
| 1501 | 2025-09-09T22:11:04.746Z | Compiling md-5 v0.10.6 |
| 1502 | 2025-09-09T22:11:04.785Z | Compiling num-integer v0.1.46 |
| 1503 | 2025-09-09T22:11:05.066Z | Compiling sync_wrapper v1.0.1 |
| 1504 | 2025-09-09T22:11:05.247Z | Compiling hash32 v0.2.1 |
| 1505 | 2025-09-09T22:11:05.250Z | Compiling ff v0.13.0 |
| 1506 | 2025-09-09T22:11:05.516Z | Compiling memoffset v0.9.1 |
| 1507 | 2025-09-09T22:11:05.538Z | Compiling psl-types v2.0.11 |
| 1508 | 2025-09-09T22:11:05.626Z | Compiling num-bigint-dig v0.8.4 |
| 1509 | 2025-09-09T22:11:05.759Z | Compiling fallible-iterator v0.2.0 |
| 1510 | 2025-09-09T22:11:05.886Z | Compiling libz-rs-sys v0.5.1 |
| 1511 | 2025-09-09T22:11:05.994Z | Compiling newtype-uuid v1.2.4 |
| 1512 | 2025-09-09T22:11:06.199Z | Compiling litrs v0.4.1 |
| 1513 | 2025-09-09T22:11:06.355Z | Compiling base16ct v0.2.0 |
| 1514 | 2025-09-09T22:11:06.460Z | Compiling smoltcp v0.9.1 |
| 1515 | 2025-09-09T22:11:06.648Z | Compiling gimli v0.31.1 |
| 1516 | 2025-09-09T22:11:06.723Z | Compiling tower-layer v0.3.3 |
| 1517 | 2025-09-09T22:11:06.844Z | Compiling cfg_aliases v0.2.1 |
| 1518 | 2025-09-09T22:11:06.918Z | Compiling sec1 v0.7.3 |
| 1519 | 2025-09-09T22:11:06.967Z | Compiling nix v0.29.0 |
| 1520 | 2025-09-09T22:11:07.008Z | Compiling tower v0.5.2 |
| 1521 | 2025-09-09T22:11:07.146Z | Compiling postgres-protocol v0.6.8 |
| 1522 | 2025-09-09T22:11:07.337Z | Compiling document-features v0.2.11 |
| 1523 | 2025-09-09T22:11:07.530Z | Compiling flate2 v1.1.2 |
| 1524 | 2025-09-09T22:11:07.904Z | Compiling publicsuffix v2.3.0 |
| 1525 | 2025-09-09T22:11:08.267Z | Compiling group v0.13.0 |
| 1526 | 2025-09-09T22:11:08.378Z | Compiling num-iter v0.1.45 |
| 1527 | 2025-09-09T22:11:08.545Z | Compiling rand v0.8.5 |
| 1528 | 2025-09-09T22:11:08.638Z | Compiling tokio-native-tls v0.3.1 |
| 1529 | 2025-09-09T22:11:09.179Z | Compiling ipnetwork v0.21.1 |
| 1530 | 2025-09-09T22:11:09.683Z | Compiling strum_macros v0.27.1 |
| 1531 | 2025-09-09T22:11:09.706Z | Compiling rustls-native-certs v0.8.1 |
| 1532 | 2025-09-09T22:11:10.032Z | Compiling terminal_size v0.4.0 |
| 1533 | 2025-09-09T22:11:10.063Z | Compiling http-body-util v0.1.3 |
| 1534 | 2025-09-09T22:11:10.290Z | Compiling hkdf v0.12.4 |
| 1535 | 2025-09-09T22:11:10.313Z | Compiling crypto-bigint v0.5.5 |
| 1536 | 2025-09-09T22:11:10.549Z | Compiling webpki-roots v1.0.1 |
| 1537 | 2025-09-09T22:11:10.569Z | Compiling async-trait v0.1.89 |
| 1538 | 2025-09-09T22:11:10.606Z | Compiling thiserror-impl v2.0.16 |
| 1539 | 2025-09-09T22:11:10.762Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1540 | 2025-09-09T22:11:11.634Z | Compiling addr2line v0.24.2 |
| 1541 | 2025-09-09T22:11:12.250Z | Compiling object v0.36.5 |
| 1542 | 2025-09-09T22:11:12.377Z | Compiling fs-err v3.1.1 |
| 1543 | 2025-09-09T22:11:12.735Z | Compiling ahash v0.8.12 |
| 1544 | 2025-09-09T22:11:13.134Z | Compiling bitflags v1.3.2 |
| 1545 | 2025-09-09T22:11:13.168Z | Compiling managed v0.8.0 |
| 1546 | 2025-09-09T22:11:13.274Z | Compiling rustix v1.0.7 |
| 1547 | 2025-09-09T22:11:13.669Z | Compiling buf-list v1.0.3 |
| 1548 | 2025-09-09T22:11:13.869Z | Compiling winnow v0.5.40 |
| 1549 | 2025-09-09T22:11:13.992Z | Compiling lockfree-object-pool v0.1.6 |
| 1550 | 2025-09-09T22:11:14.279Z | Compiling anyhow v1.0.99 |
| 1551 | 2025-09-09T22:11:14.317Z | Compiling bumpalo v3.16.0 |
| 1552 | 2025-09-09T22:11:14.778Z | Compiling iri-string v0.7.8 |
| 1553 | 2025-09-09T22:11:14.829Z | Compiling rustc-demangle v0.1.24 |
| 1554 | 2025-09-09T22:11:14.902Z | Compiling simd-adler32 v0.3.7 |
| 1555 | 2025-09-09T22:11:15.000Z | Compiling hubpack_derive v0.1.1 |
| 1556 | 2025-09-09T22:11:15.476Z | Compiling zopfli v0.8.1 |
| 1557 | 2025-09-09T22:11:15.706Z | Compiling clap_builder v4.5.41 |
| 1558 | 2025-09-09T22:11:15.913Z | Compiling hubpack v0.1.2 |
| 1559 | 2025-09-09T22:11:16.377Z | Compiling strum v0.27.2 |
| 1560 | 2025-09-09T22:11:16.783Z | Compiling thiserror v2.0.16 |
| 1561 | 2025-09-09T22:11:16.973Z | Compiling elliptic-curve v0.13.8 |
| 1562 | 2025-09-09T22:11:17.132Z | Compiling toml_edit v0.19.15 |
| 1563 | 2025-09-09T22:11:17.861Z | Compiling tower-http v0.6.6 |
| 1564 | 2025-09-09T22:11:18.838Z | Compiling hyper-tls v0.6.0 |
| 1565 | 2025-09-09T22:11:19.142Z | Compiling oxnet v0.1.3 |
| 1566 | 2025-09-09T22:11:19.364Z | Compiling backtrace v0.3.74 |
| 1567 | 2025-09-09T22:11:19.724Z | Compiling signal-hook-mio v0.2.4 |
| 1568 | 2025-09-09T22:11:19.838Z | Compiling cookie_store v0.21.1 |
| 1569 | 2025-09-09T22:11:19.932Z | Compiling zstd v0.13.3 |
| 1570 | 2025-09-09T22:11:20.576Z | Compiling postgres-types v0.2.9 |
| 1571 | 2025-09-09T22:11:21.622Z | Compiling usdt-attr-macro v0.5.0 |
| 1572 | 2025-09-09T22:11:21.986Z | Compiling usdt-macro v0.5.0 |
| 1573 | 2025-09-09T22:11:22.151Z | Compiling phf v0.11.2 |
| 1574 | 2025-09-09T22:11:22.399Z | Compiling ed25519 v2.2.3 |
| 1575 | 2025-09-09T22:11:23.202Z | Compiling bzip2 v0.4.4 |
| 1576 | 2025-09-09T22:11:23.446Z | Compiling bzip2 v0.5.2 |
| 1577 | 2025-09-09T22:11:23.604Z | Compiling strum_macros v0.26.4 |
| 1578 | 2025-09-09T22:11:23.651Z | Compiling serde_urlencoded v0.7.1 |
| 1579 | 2025-09-09T22:11:23.864Z | Compiling serde-big-array v0.5.1 |
| 1580 | 2025-09-09T22:11:24.447Z | Compiling pkcs1 v0.7.5 |
| 1581 | 2025-09-09T22:11:24.457Z | Compiling rfc6979 v0.4.0 |
| 1582 | 2025-09-09T22:11:24.457Z | Compiling bstr v1.10.0 |
| 1583 | 2025-09-09T22:11:24.457Z | Compiling clap_derive v4.5.41 |
| 1584 | 2025-09-09T22:11:24.458Z | Compiling daft-derive v0.1.4 |
| 1585 | 2025-09-09T22:11:25.254Z | Compiling enum-as-inner v0.6.1 |
| 1586 | 2025-09-09T22:11:25.530Z | Compiling serde_repr v0.1.19 |
| 1587 | 2025-09-09T22:11:25.803Z | Compiling float-cmp v0.10.0 |
| 1588 | 2025-09-09T22:11:25.999Z | Compiling socket2 v0.5.10 |
| 1589 | 2025-09-09T22:11:26.106Z | Compiling encoding_rs v0.8.34 |
| 1590 | 2025-09-09T22:11:26.128Z | Compiling precomputed-hash v0.1.1 |
| 1591 | 2025-09-09T22:11:26.273Z | Compiling fixedbitset v0.4.2 |
| 1592 | 2025-09-09T22:11:26.880Z | Compiling new_debug_unreachable v1.0.6 |
| 1593 | 2025-09-09T22:11:26.884Z | Compiling predicates-core v1.0.8 |
| 1594 | 2025-09-09T22:11:26.884Z | Compiling mime v0.3.17 |
| 1595 | 2025-09-09T22:11:26.913Z | Compiling whoami v1.5.2 |
| 1596 | 2025-09-09T22:11:27.053Z | Compiling unicode-segmentation v1.12.0 |
| 1597 | 2025-09-09T22:11:27.305Z | Compiling data-encoding v2.9.0 |
| 1598 | 2025-09-09T22:11:27.464Z | Compiling static_assertions v1.1.0 |
| 1599 | 2025-09-09T22:11:27.608Z | Compiling normalize-line-endings v0.3.0 |
| 1600 | 2025-09-09T22:11:27.768Z | Compiling difflib v0.4.0 |
| 1601 | 2025-09-09T22:11:27.946Z | Compiling hickory-proto v0.25.2 |
| 1602 | 2025-09-09T22:11:28.199Z | Compiling strum v0.26.3 |
| 1603 | 2025-09-09T22:11:28.433Z | Compiling predicates v3.1.3 |
| 1604 | 2025-09-09T22:11:28.973Z | Compiling clap v4.5.41 |
| 1605 | 2025-09-09T22:11:29.099Z | Compiling similar v2.7.0 |
| 1606 | 2025-09-09T22:11:29.122Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1607 | 2025-09-09T22:11:29.204Z | Compiling tokio-postgres v0.7.13 |
| 1608 | 2025-09-09T22:11:29.972Z | Compiling toml_edit v0.22.27 |
| 1609 | 2025-09-09T22:11:30.060Z | Compiling string_cache v0.8.9 |
| 1610 | 2025-09-09T22:11:30.529Z | Compiling petgraph v0.6.5 |
| 1611 | 2025-09-09T22:11:31.183Z | Compiling usdt v0.5.0 |
| 1612 | 2025-09-09T22:11:31.711Z | Compiling daft v0.1.4 |
| 1613 | 2025-09-09T22:11:32.278Z | Compiling rsa v0.9.6 |
| 1614 | 2025-09-09T22:11:32.297Z | Compiling ecdsa v0.16.9 |
| 1615 | 2025-09-09T22:11:33.166Z | Compiling zip v4.2.0 |
| 1616 | 2025-09-09T22:11:34.300Z | Compiling zip v0.6.6 |
| 1617 | 2025-09-09T22:11:34.690Z | Compiling ed25519-dalek v2.1.1 |
| 1618 | 2025-09-09T22:11:35.604Z | Compiling toml v0.7.8 |
| 1619 | 2025-09-09T22:11:36.178Z | Compiling crossterm v0.28.1 |
| 1620 | 2025-09-09T22:11:37.581Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1621 | 2025-09-09T22:11:37.868Z | Compiling crossbeam-epoch v0.9.18 |
| 1622 | 2025-09-09T22:11:38.033Z | Compiling tokio-stream v0.1.17 |
| 1623 | 2025-09-09T22:11:38.094Z | Compiling openapiv3 v2.2.0 |
| 1624 | 2025-09-09T22:11:38.597Z | Compiling x509-cert v0.2.5 |
| 1625 | 2025-09-09T22:11:39.103Z | Compiling sha1 v0.10.6 |
| 1626 | 2025-09-09T22:11:39.569Z | Compiling itertools v0.13.0 |
| 1627 | 2025-09-09T22:11:39.596Z | Compiling itertools v0.10.5 |
| 1628 | 2025-09-09T22:11:39.829Z | Compiling winnow v0.6.26 |
| 1629 | 2025-09-09T22:11:40.320Z | Compiling lalrpop-util v0.19.12 |
| 1630 | 2025-09-09T22:11:40.345Z | Compiling peg-runtime v0.8.5 |
| 1631 | 2025-09-09T22:11:40.716Z | Compiling rustc-hash v2.1.1 |
| 1632 | 2025-09-09T22:11:40.942Z | Compiling thread_local v1.1.8 |
| 1633 | 2025-09-09T22:11:40.965Z | Compiling slog-async v2.8.0 |
| 1634 | 2025-09-09T22:11:41.478Z | Compiling crossbeam-channel v0.5.15 |
| 1635 | 2025-09-09T22:11:41.628Z | Compiling xattr v1.3.1 |
| 1636 | 2025-09-09T22:11:41.916Z | Compiling futures-executor v0.3.31 |
| 1637 | 2025-09-09T22:11:42.152Z | Compiling is-terminal v0.4.13 |
| 1638 | 2025-09-09T22:11:42.273Z | Compiling filetime v0.2.25 |
| 1639 | 2025-09-09T22:11:42.323Z | Compiling take_mut v0.2.2 |
| 1640 | 2025-09-09T22:11:42.420Z | Compiling term v1.1.0 |
| 1641 | 2025-09-09T22:11:42.507Z | Compiling tar v0.4.44 |
| 1642 | 2025-09-09T22:11:42.586Z | Compiling futures v0.3.31 |
| 1643 | 2025-09-09T22:11:42.639Z | Compiling camino v1.1.12 |
| 1644 | 2025-09-09T22:11:43.358Z | Compiling slog-term v2.9.2 |
| 1645 | 2025-09-09T22:11:47.735Z | Compiling aws-lc-sys v0.26.0 |
| 1646 | 2025-09-09T22:12:18.317Z | Compiling rustls-webpki v0.102.8 |
| 1647 | 2025-09-09T22:12:23.180Z | Compiling tokio-rustls v0.26.0 |
| 1648 | 2025-09-09T22:12:23.531Z | Compiling hyper-rustls v0.27.7 |
| 1649 | 2025-09-09T22:12:23.868Z | Compiling reqwest v0.12.22 |
| 1650 | 2025-09-09T22:12:27.607Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1651 | 2025-09-09T22:12:27.922Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1652 | 2025-09-09T22:12:32.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 1653 | 2025-09-09T22:12:33.049Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1654 | 2025-09-09T22:12:33.111Z | Sep 09 22:12:31.322 INFO Starting download, target: Clickhouse |
| 1655 | 2025-09-09T22:12:33.111Z | Sep 09 22:12:31.323 INFO Starting download, target: Console |
| 1656 | 2025-09-09T22:12:33.114Z | Sep 09 22:12:31.323 INFO Starting download, target: Cockroach |
| 1657 | 2025-09-09T22:12:33.114Z | Sep 09 22:12:31.323 INFO Starting download, target: DendriteStub |
| 1658 | 2025-09-09T22:12:33.114Z | Sep 09 22:12:31.323 INFO Starting download, target: MaghemiteMgd |
| 1659 | 2025-09-09T22:12:33.114Z | Sep 09 22:12:31.323 INFO Starting download, target: TransceiverControl |
| 1660 | 2025-09-09T22:12:33.114Z | Sep 09 22:12:31.323 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1661 | 2025-09-09T22:12:33.114Z | Sep 09 22:12:31.323 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1662 | 2025-09-09T22:12:33.114Z | Sep 09 22:12:31.323 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1663 | 2025-09-09T22:12:33.114Z | Sep 09 22:12:31.323 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1664 | 2025-09-09T22:12:33.114Z | Sep 09 22:12:31.323 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1665 | 2025-09-09T22:12:33.114Z | Sep 09 22:12:31.323 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1666 | 2025-09-09T22:12:33.413Z | Sep 09 22:12:31.573 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1667 | 2025-09-09T22:12:33.743Z | Sep 09 22:12:31.939 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1668 | 2025-09-09T22:12:33.838Z | Sep 09 22:12:32.013 INFO Download complete, target: TransceiverControl |
| 1669 | 2025-09-09T22:12:34.172Z | Sep 09 22:12:32.362 INFO Download complete, target: Console |
| 1670 | 2025-09-09T22:12:34.769Z | Sep 09 22:12:32.981 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1671 | 2025-09-09T22:12:35.112Z | Sep 09 22:12:33.320 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1672 | 2025-09-09T22:12:35.112Z | Sep 09 22:12:33.320 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1673 | 2025-09-09T22:12:35.170Z | Sep 09 22:12:33.382 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1674 | 2025-09-09T22:12:35.202Z | Sep 09 22:12:33.413 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1675 | 2025-09-09T22:12:39.418Z | Sep 09 22:12:37.630 INFO Download complete, target: DendriteStub |
| 1676 | 2025-09-09T22:12:39.565Z | Sep 09 22:12:37.777 INFO Download complete, target: MaghemiteMgd |
| 1677 | 2025-09-09T22:12:42.312Z | Sep 09 22:12:40.523 INFO Checking that binary works, target: Cockroach |
| 1678 | 2025-09-09T22:12:42.450Z | Sep 09 22:12:40.661 INFO Download complete, target: Cockroach |
| 1679 | 2025-09-09T22:12:46.048Z | Sep 09 22:12:44.259 INFO Checking that binary works, target: Clickhouse |
| 1680 | 2025-09-09T22:12:46.178Z | Sep 09 22:12:44.389 INFO Download complete, target: Clickhouse |
| 1681 | 2025-09-09T22:12:46.185Z | All prerequisites installed successfully |
| 1682 | 2025-09-09T22:12:46.187Z | |
| 1683 | 2025-09-09T22:12:46.187Z | real 4:56.094777828 |
| 1684 | 2025-09-09T22:12:46.187Z | user 17:09.265230428 |
| 1685 | 2025-09-09T22:12:46.187Z | sys 2:26.133763681 |
| 1686 | 2025-09-09T22:12:46.187Z | trap 0.660960724 |
| 1687 | 2025-09-09T22:12:46.187Z | tflt 0.901962359 |
| 1688 | 2025-09-09T22:12:46.187Z | dflt 1.288688403 |
| 1689 | 2025-09-09T22:12:46.187Z | kflt 0.027458084 |
| 1690 | 2025-09-09T22:12:46.187Z | lock 40:30.652055942 |
| 1691 | 2025-09-09T22:12:46.187Z | slp 1:01:47.989954797 |
| 1692 | 2025-09-09T22:12:46.188Z | lat 1:16.596611387 |
| 1693 | 2025-09-09T22:12:46.188Z | stop 3:02.947290796 |
| 1694 | 2025-09-09T22:12:46.188Z | + ptime -m cargo xtask download softnpu |
| 1695 | 2025-09-09T22:12:46.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1696 | 2025-09-09T22:12:47.006Z | Running `target/debug/xtask download softnpu` |
| 1697 | 2025-09-09T22:12:48.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 1698 | 2025-09-09T22:12:48.189Z | Running `target/debug/xtask-downloader softnpu` |
| 1699 | 2025-09-09T22:12:48.236Z | Sep 09 22:12:46.447 INFO Starting download, target: Softnpu |
| 1700 | 2025-09-09T22:12:48.240Z | Sep 09 22:12:46.448 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1701 | 2025-09-09T22:12:48.906Z | Sep 09 22:12:47.116 INFO Download complete, target: Softnpu |
| 1702 | 2025-09-09T22:12:48.909Z | |
| 1703 | 2025-09-09T22:12:48.912Z | real 2.716716518 |
| 1704 | 2025-09-09T22:12:48.912Z | user 1.655484387 |
| 1705 | 2025-09-09T22:12:48.912Z | sys 0.725566452 |
| 1706 | 2025-09-09T22:12:48.912Z | trap 0.001215302 |
| 1707 | 2025-09-09T22:12:48.912Z | tflt 0.000128286 |
| 1708 | 2025-09-09T22:12:48.912Z | dflt 0.000077703 |
| 1709 | 2025-09-09T22:12:48.912Z | kflt 0.000000000 |
| 1710 | 2025-09-09T22:12:48.913Z | lock 7.227062940 |
| 1711 | 2025-09-09T22:12:48.913Z | slp 0.583587647 |
| 1712 | 2025-09-09T22:12:48.913Z | lat 0.075032236 |
| 1713 | 2025-09-09T22:12:48.913Z | stop 0.000176192 |
| 1714 | 2025-09-09T22:12:48.913Z | + export CARGO_INCREMENTAL=0 |
| 1715 | 2025-09-09T22:12:48.913Z | + CARGO_INCREMENTAL=0 |
| 1716 | 2025-09-09T22:12:48.913Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1717 | 2025-09-09T22:12:50.272Z | Compiling proc-macro2 v1.0.101 |
| 1718 | 2025-09-09T22:12:50.272Z | Compiling unicode-ident v1.0.18 |
| 1719 | 2025-09-09T22:12:50.275Z | Compiling libc v0.2.174 |
| 1720 | 2025-09-09T22:12:50.275Z | Compiling serde v1.0.219 |
| 1721 | 2025-09-09T22:12:50.276Z | Compiling autocfg v1.4.0 |
| 1722 | 2025-09-09T22:12:50.276Z | Compiling cfg-if v1.0.1 |
| 1723 | 2025-09-09T22:12:50.276Z | Compiling version_check v0.9.5 |
| 1724 | 2025-09-09T22:12:50.608Z | Compiling memchr v2.7.4 |
| 1725 | 2025-09-09T22:12:50.633Z | Compiling shlex v1.3.0 |
| 1726 | 2025-09-09T22:12:50.656Z | Compiling portable-atomic v1.11.0 |
| 1727 | 2025-09-09T22:12:51.020Z | Compiling typenum v1.17.0 |
| 1728 | 2025-09-09T22:12:51.042Z | Compiling generic-array v0.14.7 |
| 1729 | 2025-09-09T22:12:51.237Z | Compiling lock_api v0.4.12 |
| 1730 | 2025-09-09T22:12:51.379Z | Compiling value-bag v1.9.0 |
| 1731 | 2025-09-09T22:12:51.600Z | Compiling libm v0.2.8 |
| 1732 | 2025-09-09T22:12:51.859Z | Compiling log v0.4.27 |
| 1733 | 2025-09-09T22:12:51.888Z | Compiling getrandom v0.3.1 |
| 1734 | 2025-09-09T22:12:51.916Z | Compiling num-traits v0.2.19 |
| 1735 | 2025-09-09T22:12:51.965Z | Compiling serde_json v1.0.143 |
| 1736 | 2025-09-09T22:12:52.270Z | Compiling parking_lot_core v0.9.10 |
| 1737 | 2025-09-09T22:12:52.333Z | Compiling jobserver v0.1.32 |
| 1738 | 2025-09-09T22:12:52.443Z | Compiling quote v1.0.40 |
| 1739 | 2025-09-09T22:12:52.525Z | Compiling smallvec v1.15.1 |
| 1740 | 2025-09-09T22:12:52.545Z | Compiling scopeguard v1.2.0 |
| 1741 | 2025-09-09T22:12:52.678Z | Compiling semver v1.0.26 |
| 1742 | 2025-09-09T22:12:52.710Z | Compiling pkg-config v0.3.31 |
| 1743 | 2025-09-09T22:12:52.847Z | Compiling cc v1.2.30 |
| 1744 | 2025-09-09T22:12:53.008Z | Compiling syn v2.0.106 |
| 1745 | 2025-09-09T22:12:53.032Z | Compiling getrandom v0.2.15 |
| 1746 | 2025-09-09T22:12:53.056Z | Compiling itoa v1.0.11 |
| 1747 | 2025-09-09T22:12:53.183Z | Compiling aho-corasick v1.1.3 |
| 1748 | 2025-09-09T22:12:53.207Z | Compiling rustix v0.38.37 |
| 1749 | 2025-09-09T22:12:53.313Z | Compiling regex-syntax v0.8.5 |
| 1750 | 2025-09-09T22:12:53.866Z | Compiling either v1.15.0 |
| 1751 | 2025-09-09T22:12:54.512Z | Compiling stable_deref_trait v1.2.0 |
| 1752 | 2025-09-09T22:12:54.673Z | Compiling critical-section v1.1.3 |
| 1753 | 2025-09-09T22:12:54.884Z | Compiling slab v0.4.9 |
| 1754 | 2025-09-09T22:12:55.061Z | Compiling errno v0.3.12 |
| 1755 | 2025-09-09T22:12:55.281Z | Compiling spin v0.9.8 |
| 1756 | 2025-09-09T22:12:55.327Z | Compiling allocator-api2 v0.2.21 |
| 1757 | 2025-09-09T22:12:55.351Z | Compiling foldhash v0.1.5 |
| 1758 | 2025-09-09T22:12:55.697Z | Compiling once_cell v1.21.3 |
| 1759 | 2025-09-09T22:12:55.758Z | Compiling equivalent v1.0.2 |
| 1760 | 2025-09-09T22:12:55.853Z | Compiling rand_core v0.6.4 |
| 1761 | 2025-09-09T22:12:56.065Z | Compiling hashbrown v0.15.4 |
| 1762 | 2025-09-09T22:12:56.240Z | Compiling glob v0.3.2 |
| 1763 | 2025-09-09T22:12:56.880Z | Compiling ryu v1.0.18 |
| 1764 | 2025-09-09T22:12:56.958Z | Compiling regex-automata v0.4.8 |
| 1765 | 2025-09-09T22:12:56.978Z | Compiling clang-sys v1.8.1 |
| 1766 | 2025-09-09T22:12:57.304Z | Compiling subtle v2.6.1 |
| 1767 | 2025-09-09T22:12:57.541Z | Compiling prettyplease v0.2.36 |
| 1768 | 2025-09-09T22:12:57.638Z | Compiling pin-project-lite v0.2.14 |
| 1769 | 2025-09-09T22:12:57.802Z | Compiling lazy_static v1.5.0 |
| 1770 | 2025-09-09T22:12:58.003Z | Compiling litemap v0.7.3 |
| 1771 | 2025-09-09T22:12:58.052Z | Compiling schemars v0.8.22 |
| 1772 | 2025-09-09T22:12:58.110Z | Compiling minimal-lexical v0.2.1 |
| 1773 | 2025-09-09T22:12:58.446Z | Compiling writeable v0.5.5 |
| 1774 | 2025-09-09T22:12:58.528Z | Compiling nom v7.1.3 |
| 1775 | 2025-09-09T22:12:58.794Z | Compiling libloading v0.8.5 |
| 1776 | 2025-09-09T22:12:58.993Z | Compiling bindgen v0.69.5 |
| 1777 | 2025-09-09T22:12:59.148Z | Compiling percent-encoding v2.3.2 |
| 1778 | 2025-09-09T22:12:59.488Z | Compiling home v0.5.9 |
| 1779 | 2025-09-09T22:12:59.598Z | Compiling thiserror v1.0.69 |
| 1780 | 2025-09-09T22:13:00.198Z | Compiling itertools v0.12.1 |
| 1781 | 2025-09-09T22:13:00.371Z | Compiling lazycell v1.3.0 |
| 1782 | 2025-09-09T22:13:00.394Z | Compiling rustc-hash v1.1.0 |
| 1783 | 2025-09-09T22:13:00.565Z | Compiling synstructure v0.13.1 |
| 1784 | 2025-09-09T22:13:00.589Z | Compiling serde_derive_internals v0.29.1 |
| 1785 | 2025-09-09T22:13:01.802Z | Compiling cexpr v0.6.0 |
| 1786 | 2025-09-09T22:13:02.195Z | Compiling icu_locid_transform_data v1.5.0 |
| 1787 | 2025-09-09T22:13:02.574Z | Compiling regex v1.11.1 |
| 1788 | 2025-09-09T22:13:03.131Z | Compiling cmake v0.1.51 |
| 1789 | 2025-09-09T22:13:03.255Z | Compiling signal-hook-registry v1.4.2 |
| 1790 | 2025-09-09T22:13:03.258Z | Compiling paste v1.0.15 |
| 1791 | 2025-09-09T22:13:03.546Z | Compiling dunce v1.0.5 |
| 1792 | 2025-09-09T22:13:03.716Z | Compiling fnv v1.0.7 |
| 1793 | 2025-09-09T22:13:03.788Z | Compiling fs_extra v1.3.0 |
| 1794 | 2025-09-09T22:13:03.872Z | Compiling byteorder v1.5.0 |
| 1795 | 2025-09-09T22:13:03.894Z | Compiling icu_properties_data v1.5.0 |
| 1796 | 2025-09-09T22:13:03.991Z | Compiling parking_lot v0.12.3 |
| 1797 | 2025-09-09T22:13:04.172Z | Compiling mio v1.0.2 |
| 1798 | 2025-09-09T22:13:04.302Z | Compiling serde_derive v1.0.219 |
| 1799 | 2025-09-09T22:13:04.329Z | Compiling zeroize_derive v1.4.2 |
| 1800 | 2025-09-09T22:13:04.388Z | Compiling zerofrom-derive v0.1.4 |
| 1801 | 2025-09-09T22:13:04.671Z | Compiling yoke-derive v0.7.4 |
| 1802 | 2025-09-09T22:13:05.707Z | Compiling zerovec-derive v0.10.3 |
| 1803 | 2025-09-09T22:13:05.821Z | Compiling displaydoc v0.2.5 |
| 1804 | 2025-09-09T22:13:06.033Z | Compiling icu_provider_macros v1.5.0 |
| 1805 | 2025-09-09T22:13:06.046Z | Compiling tokio-macros v2.5.0 |
| 1806 | 2025-09-09T22:13:07.036Z | Compiling zeroize v1.8.1 |
| 1807 | 2025-09-09T22:13:07.241Z | Compiling zerocopy-derive v0.7.35 |
| 1808 | 2025-09-09T22:13:07.400Z | Compiling zerofrom v0.1.4 |
| 1809 | 2025-09-09T22:13:07.461Z | Compiling futures-macro v0.3.31 |
| 1810 | 2025-09-09T22:13:07.677Z | Compiling yoke v0.7.4 |
| 1811 | 2025-09-09T22:13:07.778Z | Compiling schemars_derive v0.8.22 |
| 1812 | 2025-09-09T22:13:08.097Z | Compiling zerovec v0.10.4 |
| 1813 | 2025-09-09T22:13:08.734Z | Compiling thiserror-impl v1.0.69 |
| 1814 | 2025-09-09T22:13:09.032Z | Compiling icu_normalizer_data v1.5.0 |
| 1815 | 2025-09-09T22:13:09.173Z | Compiling utf8_iter v1.0.4 |
| 1816 | 2025-09-09T22:13:09.197Z | Compiling write16 v1.0.0 |
| 1817 | 2025-09-09T22:13:09.363Z | Compiling heck v0.5.0 |
| 1818 | 2025-09-09T22:13:09.468Z | Compiling utf16_iter v1.0.5 |
| 1819 | 2025-09-09T22:13:09.783Z | Compiling crypto-common v0.1.6 |
| 1820 | 2025-09-09T22:13:10.513Z | Compiling tinystr v0.7.6 |
| 1821 | 2025-09-09T22:13:10.747Z | Compiling icu_collections v1.5.0 |
| 1822 | 2025-09-09T22:13:10.864Z | Compiling icu_locid v1.5.0 |
| 1823 | 2025-09-09T22:13:10.928Z | Compiling socket2 v0.6.0 |
| 1824 | 2025-09-09T22:13:11.822Z | Compiling const-oid v0.9.6 |
| 1825 | 2025-09-09T22:13:12.312Z | Compiling icu_provider v1.5.0 |
| 1826 | 2025-09-09T22:13:12.607Z | Compiling form_urlencoded v1.2.2 |
| 1827 | 2025-09-09T22:13:13.200Z | Compiling icu_locid_transform v1.5.0 |
| 1828 | 2025-09-09T22:13:13.424Z | Compiling ring v0.17.14 |
| 1829 | 2025-09-09T22:13:14.645Z | Compiling tracing-attributes v0.1.27 |
| 1830 | 2025-09-09T22:13:14.840Z | Compiling icu_properties v1.5.1 |
| 1831 | 2025-09-09T22:13:15.243Z | Compiling der_derive v0.7.3 |
| 1832 | 2025-09-09T22:13:15.803Z | Compiling thiserror v2.0.16 |
| 1833 | 2025-09-09T22:13:16.564Z | Compiling bitflags v2.9.1 |
| 1834 | 2025-09-09T22:13:16.786Z | Compiling bytes v1.10.1 |
| 1835 | 2025-09-09T22:13:18.313Z | Compiling tokio v1.47.0 |
| 1836 | 2025-09-09T22:13:18.942Z | Compiling icu_normalizer v1.5.0 |
| 1837 | 2025-09-09T22:13:19.013Z | Compiling indexmap v2.11.0 |
| 1838 | 2025-09-09T22:13:19.261Z | Compiling aws-lc-rs v1.12.4 |
| 1839 | 2025-09-09T22:13:19.756Z | Compiling vcpkg v0.2.15 |
| 1840 | 2025-09-09T22:13:20.530Z | Compiling idna_adapter v1.2.0 |
| 1841 | 2025-09-09T22:13:20.788Z | Compiling idna v1.0.3 |
| 1842 | 2025-09-09T22:13:21.174Z | Compiling which v4.4.2 |
| 1843 | 2025-09-09T22:13:21.177Z | Compiling openssl-sys v0.9.109 |
| 1844 | 2025-09-09T22:13:22.035Z | Compiling url v2.5.4 |
| 1845 | 2025-09-09T22:13:24.121Z | Compiling block-buffer v0.10.4 |
| 1846 | 2025-09-09T22:13:24.377Z | Compiling futures-core v0.3.31 |
| 1847 | 2025-09-09T22:13:24.413Z | Compiling digest v0.10.7 |
| 1848 | 2025-09-09T22:13:24.678Z | Compiling thiserror-impl v2.0.16 |
| 1849 | 2025-09-09T22:13:25.718Z | Compiling httparse v1.9.5 |
| 1850 | 2025-09-09T22:13:26.380Z | Compiling zerocopy v0.7.35 |
| 1851 | 2025-09-09T22:13:26.887Z | Compiling iana-time-zone v0.1.63 |
| 1852 | 2025-09-09T22:13:27.370Z | Compiling chrono v0.4.41 |
| 1853 | 2025-09-09T22:13:27.816Z | Compiling uuid v1.18.1 |
| 1854 | 2025-09-09T22:13:28.157Z | Compiling syn v1.0.109 |
| 1855 | 2025-09-09T22:13:29.206Z | Compiling num-conv v0.1.0 |
| 1856 | 2025-09-09T22:13:29.530Z | Compiling futures-sink v0.3.31 |
| 1857 | 2025-09-09T22:13:29.748Z | Compiling time-core v0.1.2 |
| 1858 | 2025-09-09T22:13:29.819Z | Compiling futures-channel v0.3.31 |
| 1859 | 2025-09-09T22:13:29.954Z | Compiling time-macros v0.2.18 |
| 1860 | 2025-09-09T22:13:32.571Z | Compiling openssl v0.10.73 |
| 1861 | 2025-09-09T22:13:32.685Z | Compiling strsim v0.11.1 |
| 1862 | 2025-09-09T22:13:32.760Z | Compiling futures-io v0.3.31 |
| 1863 | 2025-09-09T22:13:32.788Z | Compiling pin-utils v0.1.0 |
| 1864 | 2025-09-09T22:13:32.921Z | Compiling cpufeatures v0.2.14 |
| 1865 | 2025-09-09T22:13:33.024Z | Compiling futures-task v0.3.31 |
| 1866 | 2025-09-09T22:13:33.311Z | Compiling futures-util v0.3.31 |
| 1867 | 2025-09-09T22:13:33.478Z | Compiling aws-lc-sys v0.26.0 |
| 1868 | 2025-09-09T22:13:33.543Z | Compiling hmac v0.12.1 |
| 1869 | 2025-09-09T22:13:33.813Z | Compiling rustc_version v0.4.1 |
| 1870 | 2025-09-09T22:13:34.400Z | Compiling serde_tokenstream v0.2.2 |
| 1871 | 2025-09-09T22:13:35.015Z | Compiling zerocopy v0.8.26 |
| 1872 | 2025-09-09T22:13:35.993Z | Compiling block-padding v0.3.3 |
| 1873 | 2025-09-09T22:13:36.019Z | Compiling openssl-macros v0.1.1 |
| 1874 | 2025-09-09T22:13:36.191Z | Compiling scroll_derive v0.12.0 |
| 1875 | 2025-09-09T22:13:36.252Z | Compiling native-tls v0.2.12 |
| 1876 | 2025-09-09T22:13:36.275Z | Compiling rustls v0.23.19 |
| 1877 | 2025-09-09T22:13:36.598Z | Compiling dyn-clone v1.0.20 |
| 1878 | 2025-09-09T22:13:36.619Z | Compiling ucd-trie v0.1.7 |
| 1879 | 2025-09-09T22:13:36.805Z | Compiling crossbeam-utils v0.8.21 |
| 1880 | 2025-09-09T22:13:37.094Z | Compiling pest v2.7.14 |
| 1881 | 2025-09-09T22:13:37.378Z | Compiling inout v0.1.3 |
| 1882 | 2025-09-09T22:13:37.548Z | Compiling zerocopy-derive v0.8.26 |
| 1883 | 2025-09-09T22:13:40.101Z | Compiling pest_meta v2.7.14 |
| 1884 | 2025-09-09T22:13:40.523Z | Compiling cipher v0.4.4 |
| 1885 | 2025-09-09T22:13:40.979Z | Compiling sha2 v0.10.9 |
| 1886 | 2025-09-09T22:13:41.641Z | Compiling http v1.3.1 |
| 1887 | 2025-09-09T22:13:41.830Z | Compiling cookie v0.18.1 |
| 1888 | 2025-09-09T22:13:42.324Z | Compiling rustversion v1.0.17 |
| 1889 | 2025-09-09T22:13:42.729Z | Compiling base64ct v1.6.0 |
| 1890 | 2025-09-09T22:13:43.340Z | Compiling pem-rfc7468 v0.7.0 |
| 1891 | 2025-09-09T22:13:43.708Z | Compiling pest_generator v2.7.14 |
| 1892 | 2025-09-09T22:13:43.928Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1893 | 2025-09-09T22:13:44.683Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1894 | 2025-09-09T22:13:45.230Z | Compiling flagset v0.4.6 |
| 1895 | 2025-09-09T22:13:45.375Z | Compiling slog v2.7.0 |
| 1896 | 2025-09-09T22:13:45.484Z | Compiling anyhow v1.0.99 |
| 1897 | 2025-09-09T22:13:45.729Z | Compiling der v0.7.9 |
| 1898 | 2025-09-09T22:13:45.833Z | Compiling pest_derive v2.7.14 |
| 1899 | 2025-09-09T22:13:46.949Z | Compiling toml_datetime v0.6.11 |
| 1900 | 2025-09-09T22:13:47.132Z | Compiling serde_spanned v0.6.9 |
| 1901 | 2025-09-09T22:13:47.396Z | Compiling tracing-core v0.1.32 |
| 1902 | 2025-09-09T22:13:47.425Z | Compiling usdt-impl v0.5.0 |
| 1903 | 2025-09-09T22:13:47.663Z | Compiling rustls-pki-types v1.10.0 |
| 1904 | 2025-09-09T22:13:48.013Z | Compiling spki v0.7.3 |
| 1905 | 2025-09-09T22:13:48.215Z | Compiling tracing v0.1.40 |
| 1906 | 2025-09-09T22:13:48.401Z | Compiling salsa20 v0.10.2 |
| 1907 | 2025-09-09T22:13:48.423Z | Compiling scroll v0.12.0 |
| 1908 | 2025-09-09T22:13:48.515Z | Compiling pbkdf2 v0.12.2 |
| 1909 | 2025-09-09T22:13:48.646Z | Compiling ppv-lite86 v0.2.20 |
| 1910 | 2025-09-09T22:13:49.360Z | Compiling winnow v0.5.40 |
| 1911 | 2025-09-09T22:13:49.454Z | Compiling litrs v0.4.1 |
| 1912 | 2025-09-09T22:13:49.516Z | Compiling rustix v1.0.7 |
| 1913 | 2025-09-09T22:13:49.541Z | Compiling plain v0.2.3 |
| 1914 | 2025-09-09T22:13:49.734Z | Compiling goblin v0.8.2 |
| 1915 | 2025-09-09T22:13:49.766Z | Compiling scrypt v0.11.0 |
| 1916 | 2025-09-09T22:13:49.901Z | Compiling cbc v0.1.2 |
| 1917 | 2025-09-09T22:13:50.153Z | Compiling aes v0.8.4 |
| 1918 | 2025-09-09T22:13:50.176Z | Compiling tokio-util v0.7.15 |
| 1919 | 2025-09-09T22:13:50.431Z | Compiling document-features v0.2.11 |
| 1920 | 2025-09-09T22:13:51.518Z | Compiling powerfmt v0.2.0 |
| 1921 | 2025-09-09T22:13:52.057Z | Compiling newtype-uuid v1.2.4 |
| 1922 | 2025-09-09T22:13:52.407Z | Compiling untrusted v0.9.0 |
| 1923 | 2025-09-09T22:13:52.650Z | Compiling toml_edit v0.19.15 |
| 1924 | 2025-09-09T22:13:52.836Z | Compiling untrusted v0.7.1 |
| 1925 | 2025-09-09T22:13:53.064Z | Compiling adler2 v2.0.0 |
| 1926 | 2025-09-09T22:13:53.361Z | Compiling pretty-hex v0.4.1 |
| 1927 | 2025-09-09T22:13:53.489Z | Compiling miniz_oxide v0.8.5 |
| 1928 | 2025-09-09T22:13:53.601Z | Compiling deranged v0.3.11 |
| 1929 | 2025-09-09T22:13:54.674Z | Compiling pkcs5 v0.7.1 |
| 1930 | 2025-09-09T22:13:55.717Z | Compiling dof v0.3.0 |
| 1931 | 2025-09-09T22:13:57.082Z | Compiling dtrace-parser v0.2.0 |
| 1932 | 2025-09-09T22:13:57.201Z | Compiling http-body v1.0.1 |
| 1933 | 2025-09-09T22:13:57.508Z | Compiling heapless v0.7.17 |
| 1934 | 2025-09-09T22:13:58.047Z | Compiling thread-id v4.2.2 |
| 1935 | 2025-09-09T22:13:58.476Z | Compiling num_threads v0.1.7 |
| 1936 | 2025-09-09T22:13:58.641Z | Compiling zstd-safe v7.2.3 |
| 1937 | 2025-09-09T22:13:58.716Z | Compiling signal-hook v0.3.18 |
| 1938 | 2025-09-09T22:13:58.802Z | Compiling atomic-waker v1.1.2 |
| 1939 | 2025-09-09T22:13:58.857Z | Compiling base64 v0.22.1 |
| 1940 | 2025-09-09T22:13:59.067Z | Compiling time v0.3.36 |
| 1941 | 2025-09-09T22:14:00.789Z | Compiling pkcs8 v0.10.2 |
| 1942 | 2025-09-09T22:14:01.412Z | Compiling ident_case v1.0.1 |
| 1943 | 2025-09-09T22:14:02.142Z | Compiling tinyvec_macros v0.1.1 |
| 1944 | 2025-09-09T22:14:02.263Z | Compiling tower-service v0.3.3 |
| 1945 | 2025-09-09T22:14:02.423Z | Compiling try-lock v0.2.5 |
| 1946 | 2025-09-09T22:14:02.618Z | Compiling want v0.3.1 |
| 1947 | 2025-09-09T22:14:02.941Z | Compiling tinyvec v1.8.0 |
| 1948 | 2025-09-09T22:14:04.432Z | Compiling h2 v0.4.6 |
| 1949 | 2025-09-09T22:14:05.826Z | Compiling curve25519-dalek v4.1.3 |
| 1950 | 2025-09-09T22:14:06.304Z | Compiling ipnet v2.11.0 |
| 1951 | 2025-09-09T22:14:06.386Z | Compiling rand_core v0.9.3 |
| 1952 | 2025-09-09T22:14:06.801Z | Compiling async-trait v0.1.89 |
| 1953 | 2025-09-09T22:14:08.943Z | Compiling memoffset v0.9.1 |
| 1954 | 2025-09-09T22:14:09.299Z | Compiling smoltcp v0.9.1 |
| 1955 | 2025-09-09T22:14:09.493Z | Compiling foreign-types-shared v0.1.1 |
| 1956 | 2025-09-09T22:14:09.646Z | Compiling num-bigint-dig v0.8.4 |
| 1957 | 2025-09-09T22:14:09.774Z | Compiling gimli v0.31.1 |
| 1958 | 2025-09-09T22:14:10.024Z | Compiling httpdate v1.0.3 |
| 1959 | 2025-09-09T22:14:10.239Z | Compiling openssl-probe v0.1.5 |
| 1960 | 2025-09-09T22:14:11.342Z | Compiling foreign-types v0.3.2 |
| 1961 | 2025-09-09T22:14:12.360Z | Compiling rand_chacha v0.9.0 |
| 1962 | 2025-09-09T22:14:13.233Z | Compiling hyper v1.7.0 |
| 1963 | 2025-09-09T22:14:14.913Z | Compiling addr2line v0.24.2 |
| 1964 | 2025-09-09T22:14:18.154Z | Compiling usdt-attr-macro v0.5.0 |
| 1965 | 2025-09-09T22:14:19.622Z | Compiling usdt-macro v0.5.0 |
| 1966 | 2025-09-09T22:14:22.586Z | Compiling strum_macros v0.26.4 |
| 1967 | 2025-09-09T22:14:24.378Z | Compiling ipnetwork v0.21.1 |
| 1968 | 2025-09-09T22:14:25.569Z | Compiling daft-derive v0.1.4 |
| 1969 | 2025-09-09T22:14:26.502Z | Compiling object v0.36.5 |
| 1970 | 2025-09-09T22:14:26.530Z | Compiling cfg_aliases v0.2.1 |
| 1971 | 2025-09-09T22:14:27.044Z | Compiling rustc-demangle v0.1.24 |
| 1972 | 2025-09-09T22:14:28.889Z | Compiling nix v0.29.0 |
| 1973 | 2025-09-09T22:14:33.615Z | Compiling hyper-util v0.1.16 |
| 1974 | 2025-09-09T22:14:35.009Z | Compiling backtrace v0.3.74 |
| 1975 | 2025-09-09T22:14:36.682Z | Compiling rand v0.9.2 |
| 1976 | 2025-09-09T22:14:38.057Z | Compiling unicode-normalization v0.1.24 |
| 1977 | 2025-09-09T22:14:39.485Z | Compiling strum_macros v0.27.1 |
| 1978 | 2025-09-09T22:14:40.956Z | Compiling hubpack_derive v0.1.1 |
| 1979 | 2025-09-09T22:14:41.520Z | Compiling signature v2.2.0 |
| 1980 | 2025-09-09T22:14:41.797Z | Compiling openapiv3 v2.2.0 |
| 1981 | 2025-09-09T22:14:41.892Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1982 | 2025-09-09T22:14:44.151Z | Compiling fs-err v3.1.1 |
| 1983 | 2025-09-09T22:14:44.523Z | Compiling ahash v0.8.12 |
| 1984 | 2025-09-09T22:14:44.945Z | Compiling crc32fast v1.4.2 |
| 1985 | 2025-09-09T22:14:45.299Z | Compiling unicode-properties v0.1.3 |
| 1986 | 2025-09-09T22:14:45.699Z | Compiling buf-list v1.0.3 |
| 1987 | 2025-09-09T22:14:45.750Z | Compiling anstyle v1.0.11 |
| 1988 | 2025-09-09T22:14:45.973Z | Compiling unicode-bidi v0.3.17 |
| 1989 | 2025-09-09T22:14:46.101Z | Compiling siphasher v0.3.11 |
| 1990 | 2025-09-09T22:14:46.209Z | Compiling utf8parse v0.2.2 |
| 1991 | 2025-09-09T22:14:46.277Z | Compiling zlib-rs v0.5.1 |
| 1992 | 2025-09-09T22:14:46.498Z | Compiling phf_shared v0.11.2 |
| 1993 | 2025-09-09T22:14:46.876Z | Compiling stringprep v0.1.5 |
| 1994 | 2025-09-09T22:14:47.094Z | Compiling anstyle-parse v0.2.5 |
| 1995 | 2025-09-09T22:14:51.301Z | Compiling libz-rs-sys v0.5.1 |
| 1996 | 2025-09-09T22:14:56.692Z | Compiling http-body-util v0.1.3 |
| 1997 | 2025-09-09T22:14:57.307Z | Compiling rand_chacha v0.3.1 |
| 1998 | 2025-09-09T22:14:57.753Z | Compiling sync_wrapper v1.0.1 |
| 1999 | 2025-09-09T22:14:57.800Z | Compiling md-5 v0.10.6 |
| 2000 | 2025-09-09T22:14:58.068Z | Compiling num-integer v0.1.46 |
| 2001 | 2025-09-09T22:14:58.125Z | Compiling hash32 v0.2.1 |
| 2002 | 2025-09-09T22:14:58.193Z | Compiling ff v0.13.0 |
| 2003 | 2025-09-09T22:14:58.465Z | Compiling encoding_rs v0.8.34 |
| 2004 | 2025-09-09T22:14:58.514Z | Compiling tower-layer v0.3.3 |
| 2005 | 2025-09-09T22:14:58.737Z | Compiling anstyle-query v1.1.1 |
| 2006 | 2025-09-09T22:14:58.978Z | Compiling psl-types v2.0.11 |
| 2007 | 2025-09-09T22:14:59.231Z | Compiling colorchoice v1.0.2 |
| 2008 | 2025-09-09T22:14:59.292Z | Compiling fallible-iterator v0.2.0 |
| 2009 | 2025-09-09T22:14:59.385Z | Compiling base16ct v0.2.0 |
| 2010 | 2025-09-09T22:15:00.132Z | Compiling mime v0.3.17 |
| 2011 | 2025-09-09T22:15:00.254Z | Compiling is_terminal_polyfill v1.70.1 |
| 2012 | 2025-09-09T22:15:00.424Z | Compiling anstream v0.6.18 |
| 2013 | 2025-09-09T22:15:01.047Z | Compiling publicsuffix v2.3.0 |
| 2014 | 2025-09-09T22:15:01.166Z | Compiling postgres-protocol v0.6.8 |
| 2015 | 2025-09-09T22:15:01.443Z | Compiling sec1 v0.7.3 |
| 2016 | 2025-09-09T22:15:02.016Z | Compiling tower v0.5.2 |
| 2017 | 2025-09-09T22:15:02.848Z | Compiling num-iter v0.1.45 |
| 2018 | 2025-09-09T22:15:03.732Z | Compiling group v0.13.0 |
| 2019 | 2025-09-09T22:15:04.692Z | Compiling rand v0.8.5 |
| 2020 | 2025-09-09T22:15:06.629Z | Compiling tokio-native-tls v0.3.1 |
| 2021 | 2025-09-09T22:15:06.946Z | Compiling rustls-webpki v0.102.8 |
| 2022 | 2025-09-09T22:15:07.031Z | Compiling flate2 v1.1.2 |
| 2023 | 2025-09-09T22:15:08.637Z | Compiling rustls-native-certs v0.8.1 |
| 2024 | 2025-09-09T22:15:09.333Z | Compiling webpki-roots v1.0.1 |
| 2025 | 2025-09-09T22:15:10.031Z | Compiling hkdf v0.12.4 |
| 2026 | 2025-09-09T22:15:10.307Z | Compiling terminal_size v0.4.0 |
| 2027 | 2025-09-09T22:15:10.515Z | Compiling serde_urlencoded v0.7.1 |
| 2028 | 2025-09-09T22:15:10.602Z | Compiling enum-as-inner v0.6.1 |
| 2029 | 2025-09-09T22:15:10.849Z | Compiling clap_derive v4.5.41 |
| 2030 | 2025-09-09T22:15:11.098Z | Compiling crypto-bigint v0.5.5 |
| 2031 | 2025-09-09T22:15:11.149Z | Compiling serde_repr v0.1.19 |
| 2032 | 2025-09-09T22:15:11.652Z | Compiling clap_lex v0.7.4 |
| 2033 | 2025-09-09T22:15:12.080Z | Compiling managed v0.8.0 |
| 2034 | 2025-09-09T22:15:12.212Z | Compiling bitflags v1.3.2 |
| 2035 | 2025-09-09T22:15:12.350Z | Compiling heck v0.4.1 |
| 2036 | 2025-09-09T22:15:12.780Z | Compiling winnow v0.7.10 |
| 2037 | 2025-09-09T22:15:14.384Z | Compiling lockfree-object-pool v0.1.6 |
| 2038 | 2025-09-09T22:15:14.601Z | Compiling tokio-rustls v0.26.0 |
| 2039 | 2025-09-09T22:15:14.791Z | Compiling simd-adler32 v0.3.7 |
| 2040 | 2025-09-09T22:15:15.091Z | Compiling bumpalo v3.16.0 |
| 2041 | 2025-09-09T22:15:15.339Z | Compiling iri-string v0.7.8 |
| 2042 | 2025-09-09T22:15:17.489Z | Compiling zopfli v0.8.1 |
| 2043 | 2025-09-09T22:15:18.939Z | Compiling hyper-rustls v0.27.7 |
| 2044 | 2025-09-09T22:15:19.425Z | Compiling tower-http v0.6.6 |
| 2045 | 2025-09-09T22:15:20.388Z | Compiling elliptic-curve v0.13.8 |
| 2046 | 2025-09-09T22:15:21.215Z | Compiling clap_builder v4.5.41 |
| 2047 | 2025-09-09T22:15:21.341Z | Compiling oxnet v0.1.3 |
| 2048 | 2025-09-09T22:15:22.069Z | Compiling hyper-tls v0.6.0 |
| 2049 | 2025-09-09T22:15:25.737Z | Compiling zstd v0.13.3 |
| 2050 | 2025-09-09T22:15:25.777Z | Compiling signal-hook-mio v0.2.4 |
| 2051 | 2025-09-09T22:15:25.979Z | Compiling cookie_store v0.21.1 |
| 2052 | 2025-09-09T22:15:26.456Z | Compiling postgres-types v0.2.9 |
| 2053 | 2025-09-09T22:15:26.795Z | Compiling phf v0.11.2 |
| 2054 | 2025-09-09T22:15:27.317Z | Compiling strum v0.27.2 |
| 2055 | 2025-09-09T22:15:27.350Z | Compiling hubpack v0.1.2 |
| 2056 | 2025-09-09T22:15:27.471Z | Compiling ed25519 v2.2.3 |
| 2057 | 2025-09-09T22:15:27.546Z | Compiling bzip2 v0.4.4 |
| 2058 | 2025-09-09T22:15:27.598Z | Compiling bzip2 v0.5.2 |
| 2059 | 2025-09-09T22:15:27.805Z | Compiling crossbeam-epoch v0.9.18 |
| 2060 | 2025-09-09T22:15:27.918Z | Compiling pkcs1 v0.7.5 |
| 2061 | 2025-09-09T22:15:28.633Z | Compiling rfc6979 v0.4.0 |
| 2062 | 2025-09-09T22:15:28.849Z | Compiling float-cmp v0.10.0 |
| 2063 | 2025-09-09T22:15:28.939Z | Compiling serde-big-array v0.5.1 |
| 2064 | 2025-09-09T22:15:29.131Z | Compiling bstr v1.10.0 |
| 2065 | 2025-09-09T22:15:29.221Z | Compiling regress v0.10.4 |
| 2066 | 2025-09-09T22:15:29.251Z | Compiling socket2 v0.5.10 |
| 2067 | 2025-09-09T22:15:29.861Z | Compiling memmap v0.7.0 |
| 2068 | 2025-09-09T22:15:30.206Z | Compiling precomputed-hash v0.1.1 |
| 2069 | 2025-09-09T22:15:30.411Z | Compiling toml_write v0.1.2 |
| 2070 | 2025-09-09T22:15:30.563Z | Compiling static_assertions v1.1.0 |
| 2071 | 2025-09-09T22:15:30.696Z | Compiling whoami v1.5.2 |
| 2072 | 2025-09-09T22:15:30.822Z | Compiling predicates-core v1.0.8 |
| 2073 | 2025-09-09T22:15:31.141Z | Compiling fixedbitset v0.4.2 |
| 2074 | 2025-09-09T22:15:31.554Z | Compiling difflib v0.4.0 |
| 2075 | 2025-09-09T22:15:31.697Z | Compiling normalize-line-endings v0.3.0 |
| 2076 | 2025-09-09T22:15:31.720Z | Compiling unicode-segmentation v1.12.0 |
| 2077 | 2025-09-09T22:15:31.858Z | Compiling data-encoding v2.9.0 |
| 2078 | 2025-09-09T22:15:32.654Z | Compiling new_debug_unreachable v1.0.6 |
| 2079 | 2025-09-09T22:15:32.679Z | Compiling reqwest v0.12.22 |
| 2080 | 2025-09-09T22:15:32.773Z | Compiling string_cache v0.8.9 |
| 2081 | 2025-09-09T22:15:33.206Z | Compiling typify-impl v0.3.0 |
| 2082 | 2025-09-09T22:15:33.231Z | Compiling hickory-proto v0.25.2 |
| 2083 | 2025-09-09T22:15:33.332Z | Compiling similar v2.7.0 |
| 2084 | 2025-09-09T22:15:33.937Z | Compiling toml_edit v0.22.27 |
| 2085 | 2025-09-09T22:15:34.368Z | Compiling predicates v3.1.3 |
| 2086 | 2025-09-09T22:15:35.727Z | Compiling petgraph v0.6.5 |
| 2087 | 2025-09-09T22:15:40.303Z | Compiling tokio-postgres v0.7.13 |
| 2088 | 2025-09-09T22:15:40.588Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2089 | 2025-09-09T22:15:41.698Z | Compiling usdt v0.5.0 |
| 2090 | 2025-09-09T22:15:42.215Z | Compiling ecdsa v0.16.9 |
| 2091 | 2025-09-09T22:15:43.240Z | Compiling rsa v0.9.6 |
| 2092 | 2025-09-09T22:15:44.181Z | Compiling zip v4.2.0 |
| 2093 | 2025-09-09T22:15:44.758Z | Compiling zip v0.6.6 |
| 2094 | 2025-09-09T22:15:44.820Z | Compiling ed25519-dalek v2.1.1 |
| 2095 | 2025-09-09T22:15:46.052Z | Compiling crossterm v0.28.1 |
| 2096 | 2025-09-09T22:15:46.216Z | Compiling clap v4.5.41 |
| 2097 | 2025-09-09T22:15:46.369Z | Compiling daft v0.1.4 |
| 2098 | 2025-09-09T22:15:46.692Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2099 | 2025-09-09T22:15:46.972Z | Compiling strum v0.26.3 |
| 2100 | 2025-09-09T22:15:47.134Z | Compiling darling_core v0.21.0 |
| 2101 | 2025-09-09T22:15:47.160Z | Compiling tokio-stream v0.1.17 |
| 2102 | 2025-09-09T22:15:47.194Z | Compiling toml v0.7.8 |
| 2103 | 2025-09-09T22:15:47.579Z | Compiling x509-cert v0.2.5 |
| 2104 | 2025-09-09T22:15:49.041Z | Compiling sha1 v0.10.6 |
| 2105 | 2025-09-09T22:15:49.496Z | Compiling itertools v0.10.5 |
| 2106 | 2025-09-09T22:15:52.052Z | Compiling itertools v0.13.0 |
| 2107 | 2025-09-09T22:15:52.181Z | Compiling winnow v0.6.26 |
| 2108 | 2025-09-09T22:15:52.699Z | Compiling peg-runtime v0.8.5 |
| 2109 | 2025-09-09T22:15:52.804Z | Compiling unicode-xid v0.2.6 |
| 2110 | 2025-09-09T22:15:53.012Z | Compiling lalrpop-util v0.19.12 |
| 2111 | 2025-09-09T22:15:53.378Z | Compiling rustc-hash v2.1.1 |
| 2112 | 2025-09-09T22:15:53.636Z | Compiling darling_macro v0.21.0 |
| 2113 | 2025-09-09T22:15:55.076Z | Compiling typify-macro v0.3.0 |
| 2114 | 2025-09-09T22:15:55.364Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2115 | 2025-09-09T22:15:58.827Z | Compiling rayon-core v1.12.1 |
| 2116 | 2025-09-09T22:15:59.188Z | Compiling camino v1.1.12 |
| 2117 | 2025-09-09T22:16:04.124Z | Compiling darling v0.21.0 |
| 2118 | 2025-09-09T22:16:04.646Z | Compiling proc-macro-crate v1.3.1 |
| 2119 | 2025-09-09T22:16:04.734Z | Compiling macaddr v1.0.1 |
| 2120 | 2025-09-09T22:16:05.340Z | Compiling structmeta-derive v0.3.0 |
| 2121 | 2025-09-09T22:16:05.758Z | Compiling itertools v0.14.0 |
| 2122 | 2025-09-09T22:16:06.589Z | Compiling heapless v0.8.0 |
| 2123 | 2025-09-09T22:16:07.736Z | Compiling fastrand v2.1.1 |
| 2124 | 2025-09-09T22:16:08.922Z | Compiling ref-cast v1.0.24 |
| 2125 | 2025-09-09T22:16:08.958Z | Compiling ingot-macros v0.1.1 |
| 2126 | 2025-09-09T22:16:12.148Z | Compiling tempfile v3.20.0 |
| 2127 | 2025-09-09T22:16:12.488Z | Compiling structmeta v0.3.0 |
| 2128 | 2025-09-09T22:16:13.960Z | Compiling num_enum_derive v0.5.11 |
| 2129 | 2025-09-09T22:16:16.075Z | Compiling crossbeam-deque v0.8.5 |
| 2130 | 2025-09-09T22:16:17.445Z | Compiling hash32 v0.3.1 |
| 2131 | 2025-09-09T22:16:17.733Z | Compiling ref-cast-impl v1.0.24 |
| 2132 | 2025-09-09T22:16:21.767Z | Compiling smoltcp v0.11.0 |
| 2133 | 2025-09-09T22:16:22.397Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2134 | 2025-09-09T22:16:33.708Z | Compiling num_enum v0.5.11 |
| 2135 | 2025-09-09T22:16:35.045Z | Compiling ingot-types v0.1.2 |
| 2136 | 2025-09-09T22:16:35.824Z | Compiling typify v0.3.0 |
| 2137 | 2025-09-09T22:16:40.305Z | Compiling darling_core v0.20.10 |
| 2138 | 2025-09-09T22:16:40.570Z | Compiling proc-macro-error-attr v1.0.4 |
| 2139 | 2025-09-09T22:16:41.077Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2140 | 2025-09-09T22:16:41.205Z | Compiling rustls v0.22.4 |
| 2141 | 2025-09-09T22:16:41.612Z | Compiling unsafe-libyaml v0.2.11 |
| 2142 | 2025-09-09T22:16:42.012Z | Compiling cobs v0.2.3 |
| 2143 | 2025-09-09T22:16:43.673Z | Compiling serde_yaml v0.9.34+deprecated |
| 2144 | 2025-09-09T22:16:45.728Z | Compiling darling_macro v0.20.10 |
| 2145 | 2025-09-09T22:16:46.689Z | Compiling postcard v1.0.10 |
| 2146 | 2025-09-09T22:16:55.109Z | Compiling ingot v0.1.1 |
| 2147 | 2025-09-09T22:16:55.189Z | Compiling progenitor-impl v0.9.1 |
| 2148 | 2025-09-09T22:17:03.129Z | Compiling futures-executor v0.3.31 |
| 2149 | 2025-09-09T22:17:03.208Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2150 | 2025-09-09T22:17:03.412Z | Compiling hex v0.4.3 |
| 2151 | 2025-09-09T22:17:04.154Z | Compiling foreign-types-macros v0.2.3 |
| 2152 | 2025-09-09T22:17:04.186Z | Compiling thread_local v1.1.8 |
| 2153 | 2025-09-09T22:17:04.211Z | Compiling wait-timeout v0.2.0 |
| 2154 | 2025-09-09T22:17:04.902Z | Compiling multer v3.1.0 |
| 2155 | 2025-09-09T22:17:05.178Z | Compiling proc-macro-error v1.0.4 |
| 2156 | 2025-09-09T22:17:05.274Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2157 | 2025-09-09T22:17:05.365Z | Compiling foreign-types-shared v0.3.1 |
| 2158 | 2025-09-09T22:17:05.641Z | Compiling match_cfg v0.1.0 |
| 2159 | 2025-09-09T22:17:05.776Z | Compiling unicode-width v0.1.14 |
| 2160 | 2025-09-09T22:17:05.919Z | Compiling bit-vec v0.8.0 |
| 2161 | 2025-09-09T22:17:05.986Z | Compiling slog-async v2.8.0 |
| 2162 | 2025-09-09T22:17:06.426Z | Compiling quick-error v1.2.3 |
| 2163 | 2025-09-09T22:17:06.565Z | Compiling rusty-fork v0.3.0 |
| 2164 | 2025-09-09T22:17:06.587Z | Compiling bit-set v0.8.0 |
| 2165 | 2025-09-09T22:17:06.610Z | Compiling tabwriter v1.4.0 |
| 2166 | 2025-09-09T22:17:06.963Z | Compiling hostname v0.3.1 |
| 2167 | 2025-09-09T22:17:07.264Z | Compiling foreign-types v0.5.0 |
| 2168 | 2025-09-09T22:17:07.372Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2169 | 2025-09-09T22:17:07.395Z | Compiling futures v0.3.31 |
| 2170 | 2025-09-09T22:17:07.421Z | Compiling progenitor-macro v0.9.1 |
| 2171 | 2025-09-09T22:17:08.597Z | Compiling darling v0.20.10 |
| 2172 | 2025-09-09T22:17:08.976Z | Compiling derive-ex v0.1.8 |
| 2173 | 2025-09-09T22:17:11.488Z | Compiling progenitor-client v0.9.1 |
| 2174 | 2025-09-09T22:17:12.478Z | Compiling toml_parser v1.0.2 |
| 2175 | 2025-09-09T22:17:12.890Z | Compiling slog-json v2.6.1 |
| 2176 | 2025-09-09T22:17:13.085Z | Compiling rand_xorshift v0.4.0 |
| 2177 | 2025-09-09T22:17:13.367Z | Compiling crossbeam-channel v0.5.15 |
| 2178 | 2025-09-09T22:17:13.397Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2179 | 2025-09-09T22:17:14.256Z | Compiling toml_datetime v0.7.0 |
| 2180 | 2025-09-09T22:17:15.032Z | Compiling serde_spanned v1.0.0 |
| 2181 | 2025-09-09T22:17:15.246Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2182 | 2025-09-09T22:17:15.353Z | Compiling async-stream-impl v0.3.6 |
| 2183 | 2025-09-09T22:17:15.912Z | Compiling cstr-argument v0.1.2 |
| 2184 | 2025-09-09T22:17:16.117Z | Compiling is-terminal v0.4.13 |
| 2185 | 2025-09-09T22:17:16.240Z | Compiling dropshot v0.16.4 |
| 2186 | 2025-09-09T22:17:16.285Z | Compiling typeid v1.0.3 |
| 2187 | 2025-09-09T22:17:16.563Z | Compiling toml_writer v1.0.2 |
| 2188 | 2025-09-09T22:17:16.610Z | Compiling take_mut v0.2.2 |
| 2189 | 2025-09-09T22:17:16.793Z | Compiling term v1.1.0 |
| 2190 | 2025-09-09T22:17:16.817Z | Compiling pretty-hex v0.2.1 |
| 2191 | 2025-09-09T22:17:16.840Z | Compiling unarray v0.1.4 |
| 2192 | 2025-09-09T22:17:17.077Z | Compiling crucible-workspace-hack v0.1.0 |
| 2193 | 2025-09-09T22:17:17.101Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2194 | 2025-09-09T22:17:17.133Z | Compiling proptest v1.7.0 |
| 2195 | 2025-09-09T22:17:17.471Z | Compiling slog-term v2.9.2 |
| 2196 | 2025-09-09T22:17:17.534Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2197 | 2025-09-09T22:17:17.971Z | Compiling toml v0.9.5 |
| 2198 | 2025-09-09T22:17:18.452Z | Compiling progenitor v0.9.1 |
| 2199 | 2025-09-09T22:17:20.388Z | Compiling async-stream v0.3.6 |
| 2200 | 2025-09-09T22:17:20.759Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2201 | 2025-09-09T22:17:21.443Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2202 | 2025-09-09T22:17:21.652Z | Compiling tokio-rustls v0.25.0 |
| 2203 | 2025-09-09T22:17:21.688Z | Compiling slog-bunyan v2.5.0 |
| 2204 | 2025-09-09T22:17:22.016Z | Compiling test-strategy v0.4.3 |
| 2205 | 2025-09-09T22:17:22.297Z | Compiling serde_with_macros v3.14.0 |
| 2206 | 2025-09-09T22:17:25.584Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2207 | 2025-09-09T22:17:25.622Z | Compiling rayon v1.10.0 |
| 2208 | 2025-09-09T22:17:25.644Z | Compiling parse-display-derive v0.10.0 |
| 2209 | 2025-09-09T22:17:26.340Z | Compiling colored v2.2.0 |
| 2210 | 2025-09-09T22:17:27.587Z | Compiling waitgroup v0.1.2 |
| 2211 | 2025-09-09T22:17:27.710Z | Compiling rustls-pemfile v2.2.0 |
| 2212 | 2025-09-09T22:17:27.886Z | Compiling dropshot_endpoint v0.16.4 |
| 2213 | 2025-09-09T22:17:28.226Z | Compiling serde_path_to_error v0.1.17 |
| 2214 | 2025-09-09T22:17:28.844Z | Compiling derive-where v1.5.0 |
| 2215 | 2025-09-09T22:17:29.250Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2216 | 2025-09-09T22:17:30.083Z | Compiling hostname v0.4.0 |
| 2217 | 2025-09-09T22:17:30.438Z | Compiling instant v0.1.13 |
| 2218 | 2025-09-09T22:17:30.659Z | Compiling debug-ignore v1.0.5 |
| 2219 | 2025-09-09T22:17:30.667Z | Compiling backoff v0.4.0 |
| 2220 | 2025-09-09T22:17:30.855Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2221 | 2025-09-09T22:17:31.091Z | Compiling parse-display v0.10.0 |
| 2222 | 2025-09-09T22:17:32.995Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2223 | 2025-09-09T22:17:33.019Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2224 | 2025-09-09T22:17:33.019Z | Compiling serde_with v3.14.0 |
| 2225 | 2025-09-09T22:17:34.016Z | Compiling zone_cfg_derive v0.3.0 |
| 2226 | 2025-09-09T22:17:35.181Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2227 | 2025-09-09T22:17:35.250Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2228 | 2025-09-09T22:17:35.920Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2229 | 2025-09-09T22:17:36.186Z | Compiling iddqd v0.3.9 |
| 2230 | 2025-09-09T22:17:37.335Z | Compiling camino-tempfile v1.4.1 |
| 2231 | 2025-09-09T22:17:38.154Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2232 | 2025-09-09T22:17:38.223Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2233 | 2025-09-09T22:17:38.693Z | Compiling progenitor-client v0.10.0 |
| 2234 | 2025-09-09T22:17:40.012Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2235 | 2025-09-09T22:17:40.041Z | Compiling num-derive v0.4.2 |
| 2236 | 2025-09-09T22:17:40.041Z | Compiling sigpipe v0.1.3 |
| 2237 | 2025-09-09T22:17:40.041Z | Compiling jiff v0.2.15 |
| 2238 | 2025-09-09T22:17:40.936Z | Compiling libefi-sys v0.1.0 |
| 2239 | 2025-09-09T22:17:41.528Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2240 | 2025-09-09T22:17:41.566Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2241 | 2025-09-09T22:17:41.781Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2242 | 2025-09-09T22:17:42.276Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2243 | 2025-09-09T22:17:42.333Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2244 | 2025-09-09T22:17:43.394Z | Compiling erased-serde v0.4.6 |
| 2245 | 2025-09-09T22:17:44.634Z | Compiling zone v0.3.1 |
| 2246 | 2025-09-09T22:17:46.996Z | Compiling smf v0.2.3 |
| 2247 | 2025-09-09T22:17:47.825Z | Compiling bitfield-struct v0.6.2 |
| 2248 | 2025-09-09T22:17:48.886Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2249 | 2025-09-09T22:17:48.947Z | Compiling ordered-float v2.10.1 |
| 2250 | 2025-09-09T22:17:49.182Z | Compiling blake3 v1.5.4 |
| 2251 | 2025-09-09T22:17:49.594Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2252 | 2025-09-09T22:17:49.642Z | Compiling serde-value v0.7.0 |
| 2253 | 2025-09-09T22:17:50.227Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2254 | 2025-09-09T22:17:50.490Z | Compiling serde-untagged v0.1.7 |
| 2255 | 2025-09-09T22:17:51.330Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2256 | 2025-09-09T22:17:51.362Z | Compiling toml v0.8.23 |
| 2257 | 2025-09-09T22:17:51.510Z | Compiling xattr v1.3.1 |
| 2258 | 2025-09-09T22:17:51.877Z | Compiling memmap2 v0.9.5 |
| 2259 | 2025-09-09T22:17:52.496Z | Compiling filetime v0.2.25 |
| 2260 | 2025-09-09T22:17:52.520Z | Compiling arrayref v0.3.9 |
| 2261 | 2025-09-09T22:17:52.665Z | Compiling unicode-width v0.2.0 |
| 2262 | 2025-09-09T22:17:52.901Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2263 | 2025-09-09T22:17:53.063Z | Compiling same-file v1.0.6 |
| 2264 | 2025-09-09T22:17:53.351Z | Compiling arrayvec v0.7.6 |
| 2265 | 2025-09-09T22:17:53.394Z | Compiling constant_time_eq v0.3.1 |
| 2266 | 2025-09-09T22:17:53.618Z | Compiling walkdir v2.5.0 |
| 2267 | 2025-09-09T22:17:54.039Z | Compiling console v0.16.0 |
| 2268 | 2025-09-09T22:17:54.098Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2269 | 2025-09-09T22:17:55.217Z | Compiling tar v0.4.44 |
| 2270 | 2025-09-09T22:17:55.669Z | Compiling cargo-util-schemas v0.8.2 |
| 2271 | 2025-09-09T22:17:56.791Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2272 | 2025-09-09T22:17:57.293Z | Compiling tokio-dtrace v0.1.0 |
| 2273 | 2025-09-09T22:17:57.531Z | Compiling gethostname v0.5.0 |
| 2274 | 2025-09-09T22:17:57.783Z | Compiling cargo-platform v0.2.0 |
| 2275 | 2025-09-09T22:17:57.821Z | Compiling fixedbitset v0.5.7 |
| 2276 | 2025-09-09T22:17:59.053Z | Compiling unit-prefix v0.5.1 |
| 2277 | 2025-09-09T22:17:59.056Z | Compiling topological-sort v0.2.2 |
| 2278 | 2025-09-09T22:17:59.357Z | Compiling omicron-zone-package v0.12.2 |
| 2279 | 2025-09-09T22:17:59.411Z | Compiling indicatif v0.18.0 |
| 2280 | 2025-09-09T22:18:01.217Z | Compiling cargo_metadata v0.21.0 |
| 2281 | 2025-09-09T22:18:01.299Z | Compiling petgraph v0.8.2 |
| 2282 | 2025-09-09T22:18:04.798Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2283 | 2025-09-09T22:18:05.846Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2284 | 2025-09-09T22:18:07.105Z | Compiling oxide-tokio-rt v0.1.2 |
| 2285 | 2025-09-09T22:18:07.393Z | Compiling indent_write v2.2.0 |
| 2286 | 2025-09-09T22:18:07.711Z | Compiling shell-words v1.1.0 |
| 2287 | 2025-09-09T22:18:07.758Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2288 | 2025-09-09T22:18:08.095Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2289 | 2025-09-09T22:18:29.712Z | Finished `release` profile [optimized] target(s) in 5m 40s |
| 2290 | 2025-09-09T22:18:29.921Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2291 | 2025-09-09T22:18:29.987Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2292 | 2025-09-09T22:18:29.991Z | Created new build target 'test' and set it as active |
| 2293 | 2025-09-09T22:18:29.991Z | |
| 2294 | 2025-09-09T22:18:29.991Z | real 5:41.054273165 |
| 2295 | 2025-09-09T22:18:29.991Z | user 39:16.765875072 |
| 2296 | 2025-09-09T22:18:29.991Z | sys 3:56.301828448 |
| 2297 | 2025-09-09T22:18:29.991Z | trap 1.334137314 |
| 2298 | 2025-09-09T22:18:29.991Z | tflt 2.135780111 |
| 2299 | 2025-09-09T22:18:29.991Z | dflt 1.006680915 |
| 2300 | 2025-09-09T22:18:29.991Z | kflt 0.000241324 |
| 2301 | 2025-09-09T22:18:29.991Z | lock 1:52:07.516807233 |
| 2302 | 2025-09-09T22:18:29.991Z | slp 2:40:43.719640905 |
| 2303 | 2025-09-09T22:18:29.991Z | lat 3:12.774956041 |
| 2304 | 2025-09-09T22:18:29.991Z | stop 5:48.078757890 |
| 2305 | 2025-09-09T22:18:29.991Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2306 | 2025-09-09T22:18:31.274Z | Finished `release` profile [optimized] target(s) in 1.21s |
| 2307 | 2025-09-09T22:18:31.339Z | Running `target/release/omicron-package -t test package` |
| 2308 | 2025-09-09T22:18:31.393Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2309 | 2025-09-09T22:18:33.307Z | Compiling typify-impl v0.4.3 |
| 2310 | 2025-09-09T22:18:33.547Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2311 | 2025-09-09T22:18:33.568Z | Compiling convert_case v0.4.0 |
| 2312 | 2025-09-09T22:18:33.571Z | Compiling num-rational v0.4.2 |
| 2313 | 2025-09-09T22:18:33.572Z | Compiling num-complex v0.4.6 |
| 2314 | 2025-09-09T22:18:33.572Z | Compiling float-ord v0.3.2 |
| 2315 | 2025-09-09T22:18:33.616Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2316 | 2025-09-09T22:18:33.765Z | Compiling bytecount v0.6.8 |
| 2317 | 2025-09-09T22:18:33.868Z | Compiling is-terminal v0.4.13 |
| 2318 | 2025-09-09T22:18:34.049Z | Compiling secrecy v0.10.3 |
| 2319 | 2025-09-09T22:18:34.127Z | Compiling swrite v0.1.0 |
| 2320 | 2025-09-09T22:18:34.221Z | Compiling derive_more v0.99.20 |
| 2321 | 2025-09-09T22:18:34.305Z | Compiling console v0.15.10 |
| 2322 | 2025-09-09T22:18:34.360Z | Compiling camino v1.1.12 |
| 2323 | 2025-09-09T22:18:34.433Z | Compiling password-hash v0.5.0 |
| 2324 | 2025-09-09T22:18:34.486Z | Compiling blake2 v0.10.6 |
| 2325 | 2025-09-09T22:18:34.801Z | Compiling num v0.4.3 |
| 2326 | 2025-09-09T22:18:35.703Z | Compiling argon2 v0.5.3 |
| 2327 | 2025-09-09T22:18:35.784Z | Compiling atomicwrites v0.4.4 |
| 2328 | 2025-09-09T22:18:35.927Z | Compiling newline-converter v0.3.0 |
| 2329 | 2025-09-09T22:18:36.186Z | Compiling base64 v0.21.7 |
| 2330 | 2025-09-09T22:18:36.368Z | Compiling expectorate v1.2.0 |
| 2331 | 2025-09-09T22:18:36.670Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2332 | 2025-09-09T22:18:36.761Z | Compiling fastrand v2.1.1 |
| 2333 | 2025-09-09T22:18:37.291Z | Compiling tempfile v3.20.0 |
| 2334 | 2025-09-09T22:18:37.325Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2335 | 2025-09-09T22:18:37.359Z | Compiling rustls v0.22.4 |
| 2336 | 2025-09-09T22:18:37.391Z | Compiling thread_local v1.1.8 |
| 2337 | 2025-09-09T22:18:37.433Z | Compiling wait-timeout v0.2.0 |
| 2338 | 2025-09-09T22:18:37.862Z | Compiling quick-error v1.2.3 |
| 2339 | 2025-09-09T22:18:37.891Z | Compiling bit-vec v0.8.0 |
| 2340 | 2025-09-09T22:18:38.036Z | Compiling owo-colors v4.2.2 |
| 2341 | 2025-09-09T22:18:38.068Z | Compiling match_cfg v0.1.0 |
| 2342 | 2025-09-09T22:18:38.136Z | Compiling cancel-safe-futures v0.1.5 |
| 2343 | 2025-09-09T22:18:38.212Z | Compiling hostname v0.3.1 |
| 2344 | 2025-09-09T22:18:38.360Z | Compiling bit-set v0.8.0 |
| 2345 | 2025-09-09T22:18:38.458Z | Compiling rusty-fork v0.3.0 |
| 2346 | 2025-09-09T22:18:38.676Z | Compiling ref-cast v1.0.24 |
| 2347 | 2025-09-09T22:18:38.739Z | Compiling multer v3.1.0 |
| 2348 | 2025-09-09T22:18:38.769Z | Compiling slog-async v2.8.0 |
| 2349 | 2025-09-09T22:18:38.836Z | Compiling progenitor-client v0.9.1 |
| 2350 | 2025-09-09T22:18:38.868Z | Compiling crossbeam-channel v0.5.15 |
| 2351 | 2025-09-09T22:18:39.065Z | Compiling toml_parser v1.0.2 |
| 2352 | 2025-09-09T22:18:39.430Z | Compiling slog-json v2.6.1 |
| 2353 | 2025-09-09T22:18:39.856Z | Compiling rand_xorshift v0.4.0 |
| 2354 | 2025-09-09T22:18:39.888Z | Compiling libsw-core v0.3.1 |
| 2355 | 2025-09-09T22:18:39.921Z | Compiling futures-executor v0.3.31 |
| 2356 | 2025-09-09T22:18:40.138Z | Compiling serde_spanned v1.0.0 |
| 2357 | 2025-09-09T22:18:40.258Z | Compiling hex v0.4.3 |
| 2358 | 2025-09-09T22:18:40.388Z | Compiling toml_datetime v0.7.0 |
| 2359 | 2025-09-09T22:18:40.461Z | Compiling unarray v0.1.4 |
| 2360 | 2025-09-09T22:18:40.494Z | Compiling term v1.1.0 |
| 2361 | 2025-09-09T22:18:40.683Z | Compiling take_mut v0.2.2 |
| 2362 | 2025-09-09T22:18:40.880Z | Compiling toml_writer v1.0.2 |
| 2363 | 2025-09-09T22:18:40.979Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2364 | 2025-09-09T22:18:41.204Z | Compiling slog-term v2.9.2 |
| 2365 | 2025-09-09T22:18:41.305Z | Compiling toml v0.9.5 |
| 2366 | 2025-09-09T22:18:41.675Z | Compiling proptest v1.7.0 |
| 2367 | 2025-09-09T22:18:41.817Z | Compiling futures v0.3.31 |
| 2368 | 2025-09-09T22:18:41.973Z | Compiling libsw v3.5.0 |
| 2369 | 2025-09-09T22:18:42.313Z | Compiling slog-bunyan v2.5.0 |
| 2370 | 2025-09-09T22:18:42.345Z | Compiling progenitor v0.9.1 |
| 2371 | 2025-09-09T22:18:43.208Z | Compiling typify-macro v0.4.3 |
| 2372 | 2025-09-09T22:18:43.473Z | Compiling tokio-rustls v0.25.0 |
| 2373 | 2025-09-09T22:18:44.177Z | Compiling dropshot v0.16.4 |
| 2374 | 2025-09-09T22:18:44.281Z | Compiling async-stream v0.3.6 |
| 2375 | 2025-09-09T22:18:44.601Z | Compiling waitgroup v0.1.2 |
| 2376 | 2025-09-09T22:18:44.729Z | Compiling rustls-pemfile v2.2.0 |
| 2377 | 2025-09-09T22:18:44.852Z | Compiling serde_path_to_error v0.1.17 |
| 2378 | 2025-09-09T22:18:45.087Z | Compiling hostname v0.4.0 |
| 2379 | 2025-09-09T22:18:45.354Z | Compiling instant v0.1.13 |
| 2380 | 2025-09-09T22:18:45.502Z | Compiling debug-ignore v1.0.5 |
| 2381 | 2025-09-09T22:18:45.564Z | Compiling linear-map v1.2.0 |
| 2382 | 2025-09-09T22:18:45.720Z | Compiling backoff v0.4.0 |
| 2383 | 2025-09-09T22:18:46.008Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2384 | 2025-09-09T22:18:46.117Z | Compiling iddqd v0.3.9 |
| 2385 | 2025-09-09T22:18:46.206Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2386 | 2025-09-09T22:18:46.791Z | Compiling typify v0.4.3 |
| 2387 | 2025-09-09T22:18:47.226Z | Compiling progenitor-impl v0.10.0 |
| 2388 | 2025-09-09T22:18:49.536Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2389 | 2025-09-09T22:18:50.778Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2390 | 2025-09-09T22:18:51.026Z | Compiling parse-display v0.10.0 |
| 2391 | 2025-09-09T22:18:51.610Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2392 | 2025-09-09T22:18:52.031Z | Compiling serde_with v3.14.0 |
| 2393 | 2025-09-09T22:18:53.019Z | Compiling progenitor-macro v0.10.0 |
| 2394 | 2025-09-09T22:18:53.534Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2395 | 2025-09-09T22:18:53.568Z | Compiling progenitor-client v0.10.0 |
| 2396 | 2025-09-09T22:18:54.335Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2397 | 2025-09-09T22:18:55.261Z | Compiling macaddr v1.0.1 |
| 2398 | 2025-09-09T22:18:55.594Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2399 | 2025-09-09T22:18:55.624Z | Compiling async-recursion v1.1.1 |
| 2400 | 2025-09-09T22:18:55.709Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2401 | 2025-09-09T22:18:56.583Z | Compiling utf-8 v0.7.6 |
| 2402 | 2025-09-09T22:18:56.998Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2403 | 2025-09-09T22:18:57.031Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2404 | 2025-09-09T22:18:57.508Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2405 | 2025-09-09T22:19:04.493Z | Compiling progenitor v0.10.0 |
| 2406 | 2025-09-09T22:19:04.802Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2407 | 2025-09-09T22:19:08.498Z | Compiling globset v0.4.15 |
| 2408 | 2025-09-09T22:19:08.532Z | Compiling toml v0.8.23 |
| 2409 | 2025-09-09T22:19:09.862Z | Compiling keccak v0.1.5 |
| 2410 | 2025-09-09T22:19:09.968Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2411 | 2025-09-09T22:19:10.624Z | Compiling sha3 v0.10.8 |
| 2412 | 2025-09-09T22:19:11.458Z | Compiling prettyplease v0.2.36 |
| 2413 | 2025-09-09T22:19:11.507Z | Compiling pin-project-internal v1.1.6 |
| 2414 | 2025-09-09T22:19:13.909Z | Compiling papergrid v0.11.0 |
| 2415 | 2025-09-09T22:19:14.064Z | Compiling pin-project v1.1.6 |
| 2416 | 2025-09-09T22:19:14.269Z | Compiling tabled_derive v0.7.0 |
| 2417 | 2025-09-09T22:19:14.791Z | Compiling pem v3.0.5 |
| 2418 | 2025-09-09T22:19:16.230Z | Compiling snafu-derive v0.8.5 |
| 2419 | 2025-09-09T22:19:16.308Z | Compiling csv-core v0.1.11 |
| 2420 | 2025-09-09T22:19:17.214Z | Compiling highway v1.3.0 |
| 2421 | 2025-09-09T22:19:18.817Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2422 | 2025-09-09T22:19:20.605Z | Compiling snafu v0.8.5 |
| 2423 | 2025-09-09T22:19:20.815Z | Compiling csv v1.3.1 |
| 2424 | 2025-09-09T22:19:21.928Z | Compiling tabled v0.15.0 |
| 2425 | 2025-09-09T22:19:23.034Z | Compiling tungstenite v0.21.0 |
| 2426 | 2025-09-09T22:19:24.505Z | Compiling olpc-cjson v0.1.4 |
| 2427 | 2025-09-09T22:19:24.883Z | Compiling serde_plain v1.0.2 |
| 2428 | 2025-09-09T22:19:25.497Z | Compiling half v2.4.1 |
| 2429 | 2025-09-09T22:19:26.256Z | Compiling semver v0.1.20 |
| 2430 | 2025-09-09T22:19:26.377Z | Compiling typed-path v0.9.3 |
| 2431 | 2025-09-09T22:19:26.836Z | Compiling ciborium-io v0.2.2 |
| 2432 | 2025-09-09T22:19:27.025Z | Compiling ciborium-ll v0.2.2 |
| 2433 | 2025-09-09T22:19:27.147Z | Compiling rustc_version v0.1.7 |
| 2434 | 2025-09-09T22:19:27.591Z | Compiling tokio-tungstenite v0.21.0 |
| 2435 | 2025-09-09T22:19:27.619Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2436 | 2025-09-09T22:19:28.147Z | Compiling newtype_derive v0.1.6 |
| 2437 | 2025-09-09T22:19:28.286Z | Compiling ciborium v0.2.2 |
| 2438 | 2025-09-09T22:19:28.537Z | Compiling smawk v0.3.2 |
| 2439 | 2025-09-09T22:19:28.887Z | Compiling unicode-linebreak v0.1.5 |
| 2440 | 2025-09-09T22:19:29.499Z | Compiling tough v0.20.0 |
| 2441 | 2025-09-09T22:19:30.372Z | Compiling textwrap v0.16.2 |
| 2442 | 2025-09-09T22:19:33.157Z | Compiling humantime v2.2.0 |
| 2443 | 2025-09-09T22:19:33.562Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2444 | 2025-09-09T22:19:33.596Z | Compiling resolv-conf v0.7.0 |
| 2445 | 2025-09-09T22:19:34.053Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2446 | 2025-09-09T22:19:34.240Z | Compiling universal-hash v0.5.1 |
| 2447 | 2025-09-09T22:19:34.284Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2448 | 2025-09-09T22:19:34.533Z | Compiling opaque-debug v0.3.1 |
| 2449 | 2025-09-09T22:19:34.682Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2450 | 2025-09-09T22:19:35.248Z | Compiling poly1305 v0.8.0 |
| 2451 | 2025-09-09T22:19:36.612Z | Compiling steno v0.4.1 |
| 2452 | 2025-09-09T22:19:36.700Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2453 | 2025-09-09T22:19:36.850Z | Compiling thiserror-no-std v2.0.2 |
| 2454 | 2025-09-09T22:19:37.033Z | Compiling chacha20 v0.9.1 |
| 2455 | 2025-09-09T22:19:37.072Z | Compiling aead v0.5.2 |
| 2456 | 2025-09-09T22:19:37.528Z | Compiling chacha20poly1305 v0.10.1 |
| 2457 | 2025-09-09T22:19:37.608Z | Compiling vsss-rs v3.3.4 |
| 2458 | 2025-09-09T22:19:37.637Z | Compiling linked-hash-map v0.5.6 |
| 2459 | 2025-09-09T22:19:37.833Z | Compiling hickory-proto v0.24.4 |
| 2460 | 2025-09-09T22:19:38.073Z | Compiling lru-cache v0.1.2 |
| 2461 | 2025-09-09T22:19:38.369Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2462 | 2025-09-09T22:19:39.428Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2463 | 2025-09-09T22:19:40.749Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2464 | 2025-09-09T22:19:41.816Z | Compiling slog-dtrace v0.3.0 |
| 2465 | 2025-09-09T22:19:42.236Z | Compiling moka v0.12.10 |
| 2466 | 2025-09-09T22:19:42.769Z | Compiling tagptr v0.2.0 |
| 2467 | 2025-09-09T22:19:46.759Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2468 | 2025-09-09T22:19:49.996Z | Compiling hickory-resolver v0.24.4 |
| 2469 | 2025-09-09T22:19:51.598Z | Compiling hickory-resolver v0.25.2 |
| 2470 | 2025-09-09T22:19:57.300Z | Compiling qorb v0.4.1 |
| 2471 | 2025-09-09T22:19:58.996Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2472 | 2025-09-09T22:20:04.301Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2473 | 2025-09-09T22:20:05.485Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2474 | 2025-09-09T22:20:07.054Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2475 | 2025-09-09T22:20:08.213Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2476 | 2025-09-09T22:20:08.468Z | Compiling nix v0.30.1 |
| 2477 | 2025-09-09T22:20:09.334Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2478 | 2025-09-09T22:20:10.157Z | Compiling display-error-chain v0.2.2 |
| 2479 | 2025-09-09T22:20:10.453Z | Compiling proc-macro-error2 v2.0.1 |
| 2480 | 2025-09-09T22:20:11.013Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2481 | 2025-09-09T22:20:12.564Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2482 | 2025-09-09T22:20:12.596Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2483 | 2025-09-09T22:20:13.073Z | Compiling dirs-sys-next v0.1.2 |
| 2484 | 2025-09-09T22:20:13.568Z | Compiling crunchy v0.2.2 |
| 2485 | 2025-09-09T22:20:13.601Z | Compiling maplit v1.0.2 |
| 2486 | 2025-09-09T22:20:13.769Z | Compiling dirs-next v2.0.0 |
| 2487 | 2025-09-09T22:20:14.021Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2488 | 2025-09-09T22:20:14.118Z | Compiling dsl_auto_type v0.1.2 |
| 2489 | 2025-09-09T22:20:15.481Z | Compiling scheduled-thread-pool v0.2.7 |
| 2490 | 2025-09-09T22:20:16.770Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2491 | 2025-09-09T22:20:17.492Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2492 | 2025-09-09T22:20:17.929Z | Compiling radium v0.7.0 |
| 2493 | 2025-09-09T22:20:18.455Z | Compiling tiny-keccak v2.0.2 |
| 2494 | 2025-09-09T22:20:18.948Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2495 | 2025-09-09T22:20:20.076Z | Compiling diesel_derives v2.2.3 |
| 2496 | 2025-09-09T22:20:20.559Z | Compiling r2d2 v0.8.10 |
| 2497 | 2025-09-09T22:20:21.276Z | Compiling term v0.7.0 |
| 2498 | 2025-09-09T22:20:22.435Z | Compiling const_format_proc_macros v0.2.34 |
| 2499 | 2025-09-09T22:20:24.160Z | Compiling num-derive v0.3.3 |
| 2500 | 2025-09-09T22:20:24.251Z | Compiling zerocopy-derive v0.6.6 |
| 2501 | 2025-09-09T22:20:24.299Z | Compiling tap v1.0.1 |
| 2502 | 2025-09-09T22:20:24.550Z | Compiling bit-vec v0.6.3 |
| 2503 | 2025-09-09T22:20:25.022Z | Compiling maybe-uninit v2.0.0 |
| 2504 | 2025-09-09T22:20:25.677Z | Compiling bit-set v0.5.3 |
| 2505 | 2025-09-09T22:20:25.988Z | Compiling wyz v0.5.1 |
| 2506 | 2025-09-09T22:20:26.060Z | Compiling zerocopy v0.6.6 |
| 2507 | 2025-09-09T22:20:26.320Z | Compiling libscf-sys v1.1.0 |
| 2508 | 2025-09-09T22:20:26.485Z | Compiling const_format v0.2.34 |
| 2509 | 2025-09-09T22:20:26.627Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2510 | 2025-09-09T22:20:27.805Z | Compiling ascii-canvas v3.0.0 |
| 2511 | 2025-09-09T22:20:29.376Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2512 | 2025-09-09T22:20:30.501Z | Compiling ena v0.14.3 |
| 2513 | 2025-09-09T22:20:30.648Z | Compiling diesel v2.2.12 |
| 2514 | 2025-09-09T22:20:30.998Z | Compiling diff v0.1.13 |
| 2515 | 2025-09-09T22:20:31.528Z | Compiling packed_struct v0.10.1 |
| 2516 | 2025-09-09T22:20:31.960Z | Compiling regex-syntax v0.6.29 |
| 2517 | 2025-09-09T22:20:32.042Z | Compiling bindgen v0.71.1 |
| 2518 | 2025-09-09T22:20:32.557Z | Compiling funty v2.0.0 |
| 2519 | 2025-09-09T22:20:35.544Z | Compiling crc-catalog v2.4.0 |
| 2520 | 2025-09-09T22:20:35.766Z | Compiling crc v3.2.1 |
| 2521 | 2025-09-09T22:20:37.020Z | Compiling lalrpop v0.19.12 |
| 2522 | 2025-09-09T22:20:37.832Z | Compiling bitvec v1.0.1 |
| 2523 | 2025-09-09T22:20:40.486Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2524 | 2025-09-09T22:20:41.000Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2525 | 2025-09-09T22:20:42.567Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2526 | 2025-09-09T22:20:42.614Z | Compiling tabled_derive v0.11.0 |
| 2527 | 2025-09-09T22:20:45.213Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2528 | 2025-09-09T22:20:45.358Z | Compiling papergrid v0.17.0 |
| 2529 | 2025-09-09T22:20:45.428Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2530 | 2025-09-09T22:20:45.824Z | Compiling testing_table v0.3.0 |
| 2531 | 2025-09-09T22:20:46.330Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2532 | 2025-09-09T22:20:46.695Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2533 | 2025-09-09T22:20:47.000Z | Compiling packed_struct_codegen v0.10.1 |
| 2534 | 2025-09-09T22:20:49.382Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2535 | 2025-09-09T22:20:49.812Z | Compiling indexmap v1.9.3 |
| 2536 | 2025-09-09T22:20:49.815Z | Compiling nodrop v0.1.14 |
| 2537 | 2025-09-09T22:20:50.023Z | Compiling array-init v0.0.4 |
| 2538 | 2025-09-09T22:20:51.175Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2539 | 2025-09-09T22:20:52.081Z | Compiling tabled v0.20.0 |
| 2540 | 2025-09-09T22:20:54.818Z | Compiling smallvec v0.6.14 |
| 2541 | 2025-09-09T22:20:58.851Z | Compiling polar-core v0.27.3 |
| 2542 | 2025-09-09T22:20:59.646Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2543 | 2025-09-09T22:21:00.051Z | Compiling derive_builder_core v0.20.2 |
| 2544 | 2025-09-09T22:21:00.305Z | Compiling headers-core v0.3.0 |
| 2545 | 2025-09-09T22:21:00.553Z | Compiling libxml v0.3.3 |
| 2546 | 2025-09-09T22:21:01.033Z | Compiling termcolor v1.4.1 |
| 2547 | 2025-09-09T22:21:02.057Z | Compiling hashbrown v0.12.3 |
| 2548 | 2025-09-09T22:21:02.113Z | Compiling bitfield v0.14.0 |
| 2549 | 2025-09-09T22:21:02.419Z | Compiling derive_builder_macro v0.20.2 |
| 2550 | 2025-09-09T22:21:02.457Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2551 | 2025-09-09T22:21:02.529Z | Compiling env_logger v0.10.2 |
| 2552 | 2025-09-09T22:21:03.424Z | Compiling headers v0.4.1 |
| 2553 | 2025-09-09T22:21:07.312Z | Compiling serde-hex v0.1.0 |
| 2554 | 2025-09-09T22:21:08.190Z | Compiling samael v0.0.19 |
| 2555 | 2025-09-09T22:21:09.891Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2556 | 2025-09-09T22:21:11.473Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2557 | 2025-09-09T22:21:11.872Z | Compiling ron v0.8.1 |
| 2558 | 2025-09-09T22:21:12.697Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2559 | 2025-09-09T22:21:12.757Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2560 | 2025-09-09T22:21:13.078Z | Compiling hashbrown v0.13.2 |
| 2561 | 2025-09-09T22:21:13.589Z | Compiling convert_case v0.7.1 |
| 2562 | 2025-09-09T22:21:14.410Z | Compiling strum_macros v0.24.3 |
| 2563 | 2025-09-09T22:21:14.534Z | Compiling crc-any v2.5.0 |
| 2564 | 2025-09-09T22:21:15.484Z | Compiling termtree v0.5.1 |
| 2565 | 2025-09-09T22:21:15.684Z | Compiling crc8 v0.1.1 |
| 2566 | 2025-09-09T22:21:15.829Z | Compiling indoc v1.0.9 |
| 2567 | 2025-09-09T22:21:16.045Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2568 | 2025-09-09T22:21:16.715Z | Compiling derive_more-impl v2.0.1 |
| 2569 | 2025-09-09T22:21:17.556Z | Compiling object v0.30.4 |
| 2570 | 2025-09-09T22:21:18.465Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2571 | 2025-09-09T22:21:22.206Z | Compiling derive_builder v0.20.2 |
| 2572 | 2025-09-09T22:21:22.478Z | Compiling progenitor-impl v0.11.0 |
| 2573 | 2025-09-09T22:21:24.489Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2574 | 2025-09-09T22:21:24.888Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2575 | 2025-09-09T22:21:28.458Z | Compiling oso-derive v0.27.3 |
| 2576 | 2025-09-09T22:21:29.528Z | Compiling quick-xml v0.37.2 |
| 2577 | 2025-09-09T22:21:30.205Z | Compiling path-slash v0.1.5 |
| 2578 | 2025-09-09T22:21:30.511Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2579 | 2025-09-09T22:21:30.545Z | Compiling oso v0.27.3 |
| 2580 | 2025-09-09T22:21:30.548Z | Compiling progenitor-macro v0.11.0 |
| 2581 | 2025-09-09T22:21:30.927Z | Compiling derive_more v2.0.1 |
| 2582 | 2025-09-09T22:21:31.105Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2583 | 2025-09-09T22:21:42.000Z | Compiling progenitor-client v0.11.0 |
| 2584 | 2025-09-09T22:21:43.035Z | Compiling vte_generate_state_changes v0.1.2 |
| 2585 | 2025-09-09T22:21:43.701Z | Compiling diesel-dtrace v0.4.2 |
| 2586 | 2025-09-09T22:21:44.115Z | Compiling arc-swap v1.7.1 |
| 2587 | 2025-09-09T22:21:44.886Z | Compiling siphasher v1.0.1 |
| 2588 | 2025-09-09T22:21:45.413Z | Compiling phf_shared v0.12.1 |
| 2589 | 2025-09-09T22:21:45.944Z | Compiling slog-scope v4.4.0 |
| 2590 | 2025-09-09T22:21:46.068Z | Compiling vte v0.11.1 |
| 2591 | 2025-09-09T22:21:46.745Z | Compiling progenitor v0.11.0 |
| 2592 | 2025-09-09T22:21:47.054Z | Compiling crossterm v0.29.0 |
| 2593 | 2025-09-09T22:21:47.097Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2594 | 2025-09-09T22:21:47.674Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2595 | 2025-09-09T22:21:54.930Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2596 | 2025-09-09T22:21:55.330Z | Compiling bb8 v0.8.5 |
| 2597 | 2025-09-09T22:21:56.040Z | Compiling unicase v2.7.0 |
| 2598 | 2025-09-09T22:21:56.453Z | Compiling xshell-macros v0.2.7 |
| 2599 | 2025-09-09T22:21:57.239Z | Compiling chrono-tz v0.10.4 |
| 2600 | 2025-09-09T22:21:57.683Z | Compiling xshell v0.2.7 |
| 2601 | 2025-09-09T22:22:00.639Z | Compiling async-bb8-diesel v0.2.1 |
| 2602 | 2025-09-09T22:22:01.220Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2603 | 2025-09-09T22:22:01.633Z | Compiling strip-ansi-escapes v0.2.0 |
| 2604 | 2025-09-09T22:22:02.348Z | Compiling slog-stdlog v4.1.1 |
| 2605 | 2025-09-09T22:22:03.683Z | Compiling phf v0.12.1 |
| 2606 | 2025-09-09T22:22:04.090Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2607 | 2025-09-09T22:22:04.977Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2608 | 2025-09-09T22:22:05.359Z | Compiling fd-lock v4.0.2 |
| 2609 | 2025-09-09T22:22:05.651Z | Compiling peg-macros v0.8.5 |
| 2610 | 2025-09-09T22:22:08.865Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2611 | 2025-09-09T22:22:09.887Z | Compiling nu-ansi-term v0.50.1 |
| 2612 | 2025-09-09T22:22:10.258Z | Compiling peg v0.8.5 |
| 2613 | 2025-09-09T22:22:10.482Z | Compiling reedline v0.40.0 |
| 2614 | 2025-09-09T22:22:11.172Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2615 | 2025-09-09T22:22:27.911Z | Compiling slog-envlogger v2.2.0 |
| 2616 | 2025-09-09T22:22:28.886Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2617 | 2025-09-09T22:22:30.390Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2618 | 2025-09-09T22:22:32.280Z | Compiling typify-impl v0.2.0 |
| 2619 | 2025-09-09T22:22:33.084Z | Compiling bcs v0.1.6 |
| 2620 | 2025-09-09T22:22:33.952Z | Compiling fxhash v0.2.1 |
| 2621 | 2025-09-09T22:22:34.253Z | Compiling libz-sys v1.1.20 |
| 2622 | 2025-09-09T22:22:34.825Z | Compiling half v1.8.3 |
| 2623 | 2025-09-09T22:22:35.790Z | Compiling serde_cbor v0.11.2 |
| 2624 | 2025-09-09T22:22:36.162Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2625 | 2025-09-09T22:22:38.167Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2626 | 2025-09-09T22:22:39.044Z | Compiling kstat-rs v0.2.4 |
| 2627 | 2025-09-09T22:22:40.042Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2628 | 2025-09-09T22:22:40.514Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2629 | 2025-09-09T22:22:41.561Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2630 | 2025-09-09T22:22:41.851Z | Compiling typify-macro v0.2.0 |
| 2631 | 2025-09-09T22:22:43.005Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2632 | 2025-09-09T22:22:43.045Z | Compiling nanorand v0.7.0 |
| 2633 | 2025-09-09T22:22:43.631Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2634 | 2025-09-09T22:22:43.821Z | Compiling parking_lot_core v0.8.6 |
| 2635 | 2025-09-09T22:22:44.376Z | Compiling flume v0.11.1 |
| 2636 | 2025-09-09T22:22:45.173Z | Compiling mime_guess v2.0.5 |
| 2637 | 2025-09-09T22:22:46.277Z | Compiling tabled_derive v0.10.0 |
| 2638 | 2025-09-09T22:22:46.504Z | Compiling ignore v0.4.23 |
| 2639 | 2025-09-09T22:22:48.729Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2640 | 2025-09-09T22:22:55.913Z | Compiling papergrid v0.14.0 |
| 2641 | 2025-09-09T22:22:57.464Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2642 | 2025-09-09T22:23:00.403Z | Compiling castaway v0.2.3 |
| 2643 | 2025-09-09T22:23:00.662Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2644 | 2025-09-09T22:23:00.786Z | Compiling fs-err v2.11.0 |
| 2645 | 2025-09-09T22:23:01.171Z | Compiling compact_str v0.8.0 |
| 2646 | 2025-09-09T22:23:01.396Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2647 | 2025-09-09T22:23:02.537Z | Compiling tabled v0.18.0 |
| 2648 | 2025-09-09T22:23:03.664Z | Compiling globwalk v0.9.1 |
| 2649 | 2025-09-09T22:23:08.811Z | Compiling typify v0.2.0 |
| 2650 | 2025-09-09T22:23:09.822Z | Compiling predicates-tree v1.0.12 |
| 2651 | 2025-09-09T22:23:10.785Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2652 | 2025-09-09T22:23:12.269Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2653 | 2025-09-09T22:23:13.315Z | Compiling unicode-truncate v1.1.0 |
| 2654 | 2025-09-09T22:23:13.687Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2655 | 2025-09-09T22:23:22.253Z | Compiling lru v0.12.5 |
| 2656 | 2025-09-09T22:23:22.695Z | Compiling vergen v8.3.2 |
| 2657 | 2025-09-09T22:23:24.167Z | Compiling nibble_vec v0.1.0 |
| 2658 | 2025-09-09T22:23:24.471Z | Compiling cargo-platform v0.1.8 |
| 2659 | 2025-09-09T22:23:25.009Z | Compiling instability v0.3.2 |
| 2660 | 2025-09-09T22:23:26.051Z | Compiling atty v0.2.14 |
| 2661 | 2025-09-09T22:23:26.350Z | Compiling indoc v2.0.6 |
| 2662 | 2025-09-09T22:23:27.240Z | Compiling http-range v0.1.5 |
| 2663 | 2025-09-09T22:23:27.939Z | Compiling cassowary v0.3.0 |
| 2664 | 2025-09-09T22:23:31.466Z | Compiling endian-type v0.1.2 |
| 2665 | 2025-09-09T22:23:31.784Z | Compiling salty v0.3.0 |
| 2666 | 2025-09-09T22:23:32.312Z | Compiling radix_trie v0.2.1 |
| 2667 | 2025-09-09T22:23:33.201Z | Compiling ratatui v0.29.0 |
| 2668 | 2025-09-09T22:23:35.295Z | Compiling cargo_metadata v0.18.1 |
| 2669 | 2025-09-09T22:23:35.707Z | Compiling git2 v0.19.0 |
| 2670 | 2025-09-09T22:23:38.377Z | Compiling camino-tempfile-ext v0.3.2 |
| 2671 | 2025-09-09T22:23:39.828Z | Compiling parking_lot v0.11.2 |
| 2672 | 2025-09-09T22:23:40.097Z | Compiling progenitor-impl v0.8.0 |
| 2673 | 2025-09-09T22:23:46.061Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2674 | 2025-09-09T22:23:46.611Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2675 | 2025-09-09T22:23:47.706Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2676 | 2025-09-09T22:23:51.243Z | Compiling rand_seeder v0.4.0 |
| 2677 | 2025-09-09T22:23:51.730Z | Compiling prefix-trie v0.7.0 |
| 2678 | 2025-09-09T22:23:52.764Z | Compiling lzma-sys v0.1.20 |
| 2679 | 2025-09-09T22:23:53.118Z | Compiling rustls v0.21.12 |
| 2680 | 2025-09-09T22:23:53.499Z | Compiling parse-size v1.1.0 |
| 2681 | 2025-09-09T22:23:53.664Z | Compiling hickory-server v0.25.2 |
| 2682 | 2025-09-09T22:23:53.884Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2683 | 2025-09-09T22:23:55.677Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2684 | 2025-09-09T22:23:56.012Z | Compiling progenitor-macro v0.8.0 |
| 2685 | 2025-09-09T22:23:59.424Z | Compiling hyper-staticfile v0.10.1 |
| 2686 | 2025-09-09T22:24:01.044Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2687 | 2025-09-09T22:24:03.599Z | Compiling sled v0.34.7 |
| 2688 | 2025-09-09T22:24:04.304Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2689 | 2025-09-09T22:24:07.248Z | Compiling hickory-client v0.25.2 |
| 2690 | 2025-09-09T22:24:11.445Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2691 | 2025-09-09T22:24:11.868Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2692 | 2025-09-09T22:24:12.732Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2693 | 2025-09-09T22:24:19.258Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2694 | 2025-09-09T22:24:20.290Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2695 | 2025-09-09T22:24:24.211Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2696 | 2025-09-09T22:24:24.607Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2697 | 2025-09-09T22:24:25.195Z | Compiling primeorder v0.13.6 |
| 2698 | 2025-09-09T22:24:25.849Z | Compiling progenitor-client v0.8.0 |
| 2699 | 2025-09-09T22:24:25.911Z | Compiling sct v0.7.1 |
| 2700 | 2025-09-09T22:24:26.283Z | Compiling rustls-webpki v0.101.7 |
| 2701 | 2025-09-09T22:24:26.413Z | Compiling heck v0.3.3 |
| 2702 | 2025-09-09T22:24:26.790Z | Compiling env_filter v0.1.2 |
| 2703 | 2025-09-09T22:24:26.821Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2704 | 2025-09-09T22:24:27.243Z | Compiling void v1.0.2 |
| 2705 | 2025-09-09T22:24:27.479Z | Compiling lzss v0.8.2 |
| 2706 | 2025-09-09T22:24:28.387Z | Compiling env_logger v0.11.5 |
| 2707 | 2025-09-09T22:24:29.795Z | Compiling zone_cfg_derive v0.1.2 |
| 2708 | 2025-09-09T22:24:30.102Z | Compiling progenitor v0.8.0 |
| 2709 | 2025-09-09T22:24:30.439Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2710 | 2025-09-09T22:24:31.186Z | Compiling p384 v0.13.0 |
| 2711 | 2025-09-09T22:24:31.583Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2712 | 2025-09-09T22:24:33.109Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2713 | 2025-09-09T22:24:37.267Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2714 | 2025-09-09T22:24:39.699Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2715 | 2025-09-09T22:24:40.209Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2716 | 2025-09-09T22:24:40.960Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2717 | 2025-09-09T22:24:42.411Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2718 | 2025-09-09T22:24:43.735Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2719 | 2025-09-09T22:24:44.173Z | Compiling tungstenite v0.23.0 |
| 2720 | 2025-09-09T22:24:49.711Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2721 | 2025-09-09T22:24:49.873Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2722 | 2025-09-09T22:24:50.109Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2723 | 2025-09-09T22:24:50.264Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2724 | 2025-09-09T22:24:50.505Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2725 | 2025-09-09T22:24:50.662Z | Compiling nix v0.27.1 |
| 2726 | 2025-09-09T22:24:51.262Z | Compiling serde_bytes v0.11.17 |
| 2727 | 2025-09-09T22:24:51.952Z | Compiling base64 v0.13.1 |
| 2728 | 2025-09-09T22:24:52.799Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2729 | 2025-09-09T22:24:53.214Z | Compiling number_prefix v0.4.0 |
| 2730 | 2025-09-09T22:24:53.486Z | Compiling indicatif v0.17.11 |
| 2731 | 2025-09-09T22:24:53.544Z | Compiling ron v0.7.1 |
| 2732 | 2025-09-09T22:24:58.154Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2733 | 2025-09-09T22:24:59.099Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2734 | 2025-09-09T22:24:59.167Z | Compiling tokio-tungstenite v0.23.1 |
| 2735 | 2025-09-09T22:24:59.332Z | Compiling xz2 v0.1.7 |
| 2736 | 2025-09-09T22:25:00.021Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2737 | 2025-09-09T22:25:00.056Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2738 | 2025-09-09T22:25:06.123Z | Compiling tokio-rustls v0.24.1 |
| 2739 | 2025-09-09T22:25:06.656Z | Compiling zone v0.1.8 |
| 2740 | 2025-09-09T22:25:09.654Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2741 | 2025-09-09T22:25:10.133Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2742 | 2025-09-09T22:25:11.417Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2743 | 2025-09-09T22:25:12.096Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2744 | 2025-09-09T22:25:12.433Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2745 | 2025-09-09T22:25:13.272Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2746 | 2025-09-09T22:25:14.826Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2747 | 2025-09-09T22:25:15.340Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2748 | 2025-09-09T22:25:21.259Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2749 | 2025-09-09T22:25:24.789Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2750 | 2025-09-09T22:25:25.891Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2751 | 2025-09-09T22:25:26.484Z | Compiling rustls-pemfile v1.0.4 |
| 2752 | 2025-09-09T22:25:27.288Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2753 | 2025-09-09T22:25:27.687Z | Compiling signal-hook-tokio v0.3.1 |
| 2754 | 2025-09-09T22:25:27.982Z | Compiling twox-hash v2.1.0 |
| 2755 | 2025-09-09T22:25:28.018Z | Compiling yasna v0.5.2 |
| 2756 | 2025-09-09T22:25:28.353Z | Compiling secrecy v0.8.0 |
| 2757 | 2025-09-09T22:25:28.685Z | Compiling is_ci v1.2.0 |
| 2758 | 2025-09-09T22:25:29.065Z | Compiling supports-color v3.0.2 |
| 2759 | 2025-09-09T22:25:29.579Z | Compiling rcgen v0.12.1 |
| 2760 | 2025-09-09T22:25:32.219Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2761 | 2025-09-09T22:25:39.807Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2762 | 2025-09-09T22:25:40.368Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2763 | 2025-09-09T22:25:42.422Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2764 | 2025-09-09T22:25:52.478Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2765 | 2025-09-09T22:26:01.920Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2766 | 2025-09-09T22:26:05.935Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2767 | 2025-09-09T22:26:06.595Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2768 | 2025-09-09T22:26:12.858Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2769 | 2025-09-09T22:26:13.592Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2770 | 2025-09-09T22:26:21.072Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2771 | 2025-09-09T22:26:22.541Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2772 | 2025-09-09T22:26:22.947Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2773 | 2025-09-09T22:26:23.351Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2774 | 2025-09-09T22:26:25.070Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2775 | 2025-09-09T22:26:29.319Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2776 | 2025-09-09T22:26:29.670Z | Compiling fatfs v0.3.6 |
| 2777 | 2025-09-09T22:26:31.470Z | Compiling subprocess v0.2.9 |
| 2778 | 2025-09-09T22:26:32.578Z | Compiling rtoolbox v0.0.2 |
| 2779 | 2025-09-09T22:26:32.637Z | Compiling assert_matches v1.5.0 |
| 2780 | 2025-09-09T22:26:33.035Z | Compiling rpassword v7.4.0 |
| 2781 | 2025-09-09T22:26:33.540Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2782 | 2025-09-09T22:26:36.103Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2783 | 2025-09-09T22:26:41.713Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2784 | 2025-09-09T22:26:41.854Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2785 | 2025-09-09T22:26:47.208Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2786 | 2025-09-09T22:27:08.251Z | Compiling tui-tree-widget v0.23.1 |
| 2787 | 2025-09-09T22:27:08.779Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2788 | 2025-09-09T22:27:21.751Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2789 | 2025-09-09T22:27:25.066Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2790 | 2025-09-09T22:27:25.206Z | Compiling uzers v0.12.1 |
| 2791 | 2025-09-09T22:27:25.468Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2792 | 2025-09-09T22:27:28.452Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2793 | 2025-09-09T22:27:28.748Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2794 | 2025-09-09T22:27:44.703Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2795 | 2025-09-09T22:27:56.753Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2796 | 2025-09-09T22:27:58.969Z | Compiling support-bundle-viewer v0.1.2 |
| 2797 | 2025-09-09T22:28:01.777Z | Compiling multimap v0.10.1 |
| 2798 | 2025-09-09T22:30:35.192Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2799 | 2025-09-09T22:30:35.496Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2800 | 2025-09-09T22:39:30.495Z | Finished `release` profile [optimized] target(s) in 20m 58s |
| 2801 | 2025-09-09T22:40:29.949Z | |
| 2802 | 2025-09-09T22:40:29.953Z | real 21:59.853367461 |
| 2803 | 2025-09-09T22:40:29.953Z | user 2:37:09.996928431 |
| 2804 | 2025-09-09T22:40:29.953Z | sys 4:37.177866193 |
| 2805 | 2025-09-09T22:40:29.953Z | trap 4.363682927 |
| 2806 | 2025-09-09T22:40:29.953Z | tflt 2.419371422 |
| 2807 | 2025-09-09T22:40:29.953Z | dflt 6.807633813 |
| 2808 | 2025-09-09T22:40:29.953Z | kflt 0.027870010 |
| 2809 | 2025-09-09T22:40:29.953Z | lock 10:48:45.925717896 |
| 2810 | 2025-09-09T22:40:29.953Z | slp 7:59:20.576346608 |
| 2811 | 2025-09-09T22:40:29.953Z | lat 4:24.345910418 |
| 2812 | 2025-09-09T22:40:29.953Z | stop 4:21.835654937 |
| 2813 | 2025-09-09T22:40:29.953Z | + mapfile -t packages |
| 2814 | 2025-09-09T22:40:29.953Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2815 | 2025-09-09T22:40:31.356Z | Finished `release` profile [optimized] target(s) in 1.33s |
| 2816 | 2025-09-09T22:40:31.424Z | Running `target/release/omicron-package -t test list-outputs` |
| 2817 | 2025-09-09T22:40:31.486Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2818 | 2025-09-09T22:40:31.490Z | + ptime -m cargo build --locked --release -p xtask |
| 2819 | 2025-09-09T22:40:32.326Z | Compiling once_cell v1.21.3 |
| 2820 | 2025-09-09T22:40:32.330Z | Compiling serde v1.0.219 |
| 2821 | 2025-09-09T22:40:32.330Z | Compiling bitflags v2.9.1 |
| 2822 | 2025-09-09T22:40:32.330Z | Compiling libc v0.2.174 |
| 2823 | 2025-09-09T22:40:32.330Z | Compiling syn v2.0.106 |
| 2824 | 2025-09-09T22:40:32.330Z | Compiling serde_json v1.0.143 |
| 2825 | 2025-09-09T22:40:32.440Z | Compiling num-traits v0.2.19 |
| 2826 | 2025-09-09T22:40:32.450Z | Compiling smallvec v1.15.1 |
| 2827 | 2025-09-09T22:40:32.889Z | Compiling rustix v0.38.37 |
| 2828 | 2025-09-09T22:40:32.954Z | Compiling hashbrown v0.15.4 |
| 2829 | 2025-09-09T22:40:33.048Z | Compiling usdt-impl v0.5.0 |
| 2830 | 2025-09-09T22:40:33.273Z | Compiling syn v1.0.109 |
| 2831 | 2025-09-09T22:40:33.302Z | Compiling getrandom v0.3.1 |
| 2832 | 2025-09-09T22:40:33.657Z | Compiling log v0.4.27 |
| 2833 | 2025-09-09T22:40:33.755Z | Compiling rustix v1.0.7 |
| 2834 | 2025-09-09T22:40:33.895Z | Compiling percent-encoding v2.3.2 |
| 2835 | 2025-09-09T22:40:33.983Z | Compiling thread-id v4.2.2 |
| 2836 | 2025-09-09T22:40:34.187Z | Compiling form_urlencoded v1.2.2 |
| 2837 | 2025-09-09T22:40:34.390Z | Compiling indexmap v2.11.0 |
| 2838 | 2025-09-09T22:40:34.803Z | Compiling fs-err v3.1.1 |
| 2839 | 2025-09-09T22:40:35.224Z | Compiling ordered-float v2.10.1 |
| 2840 | 2025-09-09T22:40:35.509Z | Compiling terminal_size v0.4.0 |
| 2841 | 2025-09-09T22:40:35.812Z | Compiling anyhow v1.0.99 |
| 2842 | 2025-09-09T22:40:36.124Z | Compiling clap_builder v4.5.41 |
| 2843 | 2025-09-09T22:40:36.435Z | Compiling textwrap v0.16.2 |
| 2844 | 2025-09-09T22:40:36.902Z | Compiling tempfile v3.20.0 |
| 2845 | 2025-09-09T22:40:37.391Z | Compiling proc-macro-error v1.0.4 |
| 2846 | 2025-09-09T22:40:39.054Z | Compiling tabled_derive v0.7.0 |
| 2847 | 2025-09-09T22:40:39.434Z | Compiling synstructure v0.13.1 |
| 2848 | 2025-09-09T22:40:40.666Z | Compiling tabled v0.15.0 |
| 2849 | 2025-09-09T22:40:40.737Z | Compiling serde_derive v1.0.219 |
| 2850 | 2025-09-09T22:40:40.737Z | Compiling thiserror-impl v1.0.69 |
| 2851 | 2025-09-09T22:40:40.740Z | Compiling zerofrom-derive v0.1.4 |
| 2852 | 2025-09-09T22:40:40.740Z | Compiling yoke-derive v0.7.4 |
| 2853 | 2025-09-09T22:40:40.740Z | Compiling zerovec-derive v0.10.3 |
| 2854 | 2025-09-09T22:40:43.185Z | Compiling displaydoc v0.2.5 |
| 2855 | 2025-09-09T22:40:43.201Z | Compiling icu_provider_macros v1.5.0 |
| 2856 | 2025-09-09T22:40:43.365Z | Compiling thiserror v1.0.69 |
| 2857 | 2025-09-09T22:40:43.565Z | Compiling pest v2.7.14 |
| 2858 | 2025-09-09T22:40:43.861Z | Compiling zerofrom v0.1.4 |
| 2859 | 2025-09-09T22:40:44.163Z | Compiling yoke v0.7.4 |
| 2860 | 2025-09-09T22:40:44.295Z | Compiling zerocopy-derive v0.7.35 |
| 2861 | 2025-09-09T22:40:44.604Z | Compiling zerovec v0.10.4 |
| 2862 | 2025-09-09T22:40:44.844Z | Compiling scroll_derive v0.12.0 |
| 2863 | 2025-09-09T22:40:46.181Z | Compiling zerocopy v0.7.35 |
| 2864 | 2025-09-09T22:40:46.296Z | Compiling pest_meta v2.7.14 |
| 2865 | 2025-09-09T22:40:46.607Z | Compiling scroll v0.12.0 |
| 2866 | 2025-09-09T22:40:47.331Z | Compiling tinystr v0.7.6 |
| 2867 | 2025-09-09T22:40:47.694Z | Compiling icu_collections v1.5.0 |
| 2868 | 2025-09-09T22:40:47.806Z | Compiling icu_locid v1.5.0 |
| 2869 | 2025-09-09T22:40:47.845Z | Compiling pest_generator v2.7.14 |
| 2870 | 2025-09-09T22:40:49.643Z | Compiling icu_provider v1.5.0 |
| 2871 | 2025-09-09T22:40:50.018Z | Compiling pest_derive v2.7.14 |
| 2872 | 2025-09-09T22:40:50.940Z | Compiling icu_locid_transform v1.5.0 |
| 2873 | 2025-09-09T22:40:51.923Z | Compiling dtrace-parser v0.2.0 |
| 2874 | 2025-09-09T22:40:53.595Z | Compiling icu_properties v1.5.1 |
| 2875 | 2025-09-09T22:40:54.348Z | Compiling toml_datetime v0.6.11 |
| 2876 | 2025-09-09T22:40:55.267Z | Compiling serde_spanned v0.6.9 |
| 2877 | 2025-09-09T22:40:55.593Z | Compiling toml_edit v0.22.27 |
| 2878 | 2025-09-09T22:40:56.658Z | Compiling serde_tokenstream v0.2.2 |
| 2879 | 2025-09-09T22:40:57.289Z | Compiling erased-serde v0.4.6 |
| 2880 | 2025-09-09T22:40:58.858Z | Compiling icu_normalizer v1.5.0 |
| 2881 | 2025-09-09T22:40:58.874Z | Compiling dof v0.3.0 |
| 2882 | 2025-09-09T22:40:59.758Z | Compiling toml v0.8.23 |
| 2883 | 2025-09-09T22:41:00.196Z | Compiling idna_adapter v1.2.0 |
| 2884 | 2025-09-09T22:41:00.498Z | Compiling idna v1.0.3 |
| 2885 | 2025-09-09T22:41:01.275Z | Compiling goblin v0.8.2 |
| 2886 | 2025-09-09T22:41:03.167Z | Compiling thiserror-impl v2.0.16 |
| 2887 | 2025-09-09T22:41:04.251Z | Compiling url v2.5.4 |
| 2888 | 2025-09-09T22:41:05.855Z | Compiling serde-untagged v0.1.7 |
| 2889 | 2025-09-09T22:41:06.039Z | Compiling semver v1.0.26 |
| 2890 | 2025-09-09T22:41:06.116Z | Compiling thiserror v2.0.16 |
| 2891 | 2025-09-09T22:41:06.333Z | Compiling camino v1.1.12 |
| 2892 | 2025-09-09T22:41:06.672Z | Compiling serde-value v0.7.0 |
| 2893 | 2025-09-09T22:41:07.539Z | Compiling cargo-util-schemas v0.8.2 |
| 2894 | 2025-09-09T22:41:07.762Z | Compiling usdt-macro v0.5.0 |
| 2895 | 2025-09-09T22:41:09.021Z | Compiling usdt-attr-macro v0.5.0 |
| 2896 | 2025-09-09T22:41:10.442Z | Compiling cargo-platform v0.2.0 |
| 2897 | 2025-09-09T22:41:11.715Z | Compiling clap_derive v4.5.41 |
| 2898 | 2025-09-09T22:41:11.935Z | Compiling cargo_metadata v0.21.0 |
| 2899 | 2025-09-09T22:41:13.400Z | Compiling usdt v0.5.0 |
| 2900 | 2025-09-09T22:41:14.217Z | Compiling camino-tempfile v1.4.1 |
| 2901 | 2025-09-09T22:41:14.825Z | Compiling cargo_toml v0.21.0 |
| 2902 | 2025-09-09T22:41:15.095Z | Compiling macaddr v1.0.1 |
| 2903 | 2025-09-09T22:41:16.165Z | Compiling clap v4.5.41 |
| 2904 | 2025-09-09T22:41:26.601Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2905 | 2025-09-09T22:41:32.518Z | Finished `release` profile [optimized] target(s) in 1m 00s |
| 2906 | 2025-09-09T22:41:32.670Z | |
| 2907 | 2025-09-09T22:41:32.670Z | real 1:01.140391598 |
| 2908 | 2025-09-09T22:41:32.670Z | user 6:36.797798481 |
| 2909 | 2025-09-09T22:41:32.670Z | sys 29.556177224 |
| 2910 | 2025-09-09T22:41:32.670Z | trap 0.226110374 |
| 2911 | 2025-09-09T22:41:32.670Z | tflt 0.296477278 |
| 2912 | 2025-09-09T22:41:32.670Z | dflt 0.537671269 |
| 2913 | 2025-09-09T22:41:32.674Z | kflt 0.000029018 |
| 2914 | 2025-09-09T22:41:32.674Z | lock 19:45.174515181 |
| 2915 | 2025-09-09T22:41:32.674Z | slp 22:22.863915110 |
| 2916 | 2025-09-09T22:41:32.674Z | lat 26.352290876 |
| 2917 | 2025-09-09T22:41:32.674Z | stop 34.126952368 |
| 2918 | 2025-09-09T22:41:32.674Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2919 | 2025-09-09T22:41:32.674Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2920 | 2025-09-09T22:41:32.674Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2921 | 2025-09-09T22:41:32.674Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2922 | 2025-09-09T22:41:32.674Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2923 | 2025-09-09T22:41:34.046Z | Compiling regress v0.10.4 |
| 2924 | 2025-09-09T22:41:34.221Z | Compiling ident_case v1.0.1 |
| 2925 | 2025-09-09T22:41:34.221Z | Compiling unsafe-libyaml v0.2.11 |
| 2926 | 2025-09-09T22:41:34.224Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2927 | 2025-09-09T22:41:34.224Z | Compiling match_cfg v0.1.0 |
| 2928 | 2025-09-09T22:41:34.292Z | Compiling quick-error v1.2.3 |
| 2929 | 2025-09-09T22:41:34.295Z | Compiling tempfile v3.20.0 |
| 2930 | 2025-09-09T22:41:34.295Z | Compiling progenitor-client v0.10.0 |
| 2931 | 2025-09-09T22:41:34.367Z | Compiling hostname v0.3.1 |
| 2932 | 2025-09-09T22:41:34.425Z | Compiling darling_core v0.20.10 |
| 2933 | 2025-09-09T22:41:34.488Z | Compiling structmeta-derive v0.3.0 |
| 2934 | 2025-09-09T22:41:34.619Z | Compiling rustls v0.22.4 |
| 2935 | 2025-09-09T22:41:34.832Z | Compiling hex v0.4.3 |
| 2936 | 2025-09-09T22:41:34.917Z | Compiling multer v3.1.0 |
| 2937 | 2025-09-09T22:41:35.015Z | Compiling debug-ignore v1.0.5 |
| 2938 | 2025-09-09T22:41:35.233Z | Compiling toml_parser v1.0.2 |
| 2939 | 2025-09-09T22:41:35.389Z | Compiling slog-json v2.6.1 |
| 2940 | 2025-09-09T22:41:35.442Z | Compiling macaddr v1.0.1 |
| 2941 | 2025-09-09T22:41:35.812Z | Compiling serde_yaml v0.9.34+deprecated |
| 2942 | 2025-09-09T22:41:35.911Z | Compiling serde_spanned v1.0.0 |
| 2943 | 2025-09-09T22:41:36.108Z | Compiling toml_datetime v0.7.0 |
| 2944 | 2025-09-09T22:41:36.223Z | Compiling async-stream-impl v0.3.6 |
| 2945 | 2025-09-09T22:41:36.770Z | Compiling dropshot v0.16.4 |
| 2946 | 2025-09-09T22:41:36.800Z | Compiling toml_writer v1.0.2 |
| 2947 | 2025-09-09T22:41:37.155Z | Compiling ref-cast v1.0.24 |
| 2948 | 2025-09-09T22:41:37.211Z | Compiling structmeta v0.3.0 |
| 2949 | 2025-09-09T22:41:37.334Z | Compiling toml v0.9.5 |
| 2950 | 2025-09-09T22:41:37.620Z | Compiling async-stream v0.3.6 |
| 2951 | 2025-09-09T22:41:37.664Z | Compiling slog-bunyan v2.5.0 |
| 2952 | 2025-09-09T22:41:37.930Z | Compiling waitgroup v0.1.2 |
| 2953 | 2025-09-09T22:41:37.976Z | Compiling rustls-pemfile v2.2.0 |
| 2954 | 2025-09-09T22:41:38.205Z | Compiling typify-impl v0.3.0 |
| 2955 | 2025-09-09T22:41:38.361Z | Compiling dropshot_endpoint v0.16.4 |
| 2956 | 2025-09-09T22:41:38.831Z | Compiling serde_path_to_error v0.1.17 |
| 2957 | 2025-09-09T22:41:39.441Z | Compiling ref-cast-impl v1.0.24 |
| 2958 | 2025-09-09T22:41:39.710Z | Compiling tokio-rustls v0.25.0 |
| 2959 | 2025-09-09T22:41:40.239Z | Compiling wait-timeout v0.2.0 |
| 2960 | 2025-09-09T22:41:40.482Z | Compiling darling_macro v0.20.10 |
| 2961 | 2025-09-09T22:41:40.670Z | Compiling hostname v0.4.0 |
| 2962 | 2025-09-09T22:41:40.701Z | Compiling bit-vec v0.8.0 |
| 2963 | 2025-09-09T22:41:40.927Z | Compiling rusty-fork v0.3.0 |
| 2964 | 2025-09-09T22:41:41.002Z | Compiling derive-ex v0.1.8 |
| 2965 | 2025-09-09T22:41:41.222Z | Compiling bit-set v0.8.0 |
| 2966 | 2025-09-09T22:41:41.471Z | Compiling darling v0.20.10 |
| 2967 | 2025-09-09T22:41:41.562Z | Compiling rand_xorshift v0.4.0 |
| 2968 | 2025-09-09T22:41:41.633Z | Compiling serde_with_macros v3.14.0 |
| 2969 | 2025-09-09T22:41:41.657Z | Compiling instant v0.1.13 |
| 2970 | 2025-09-09T22:41:41.874Z | Compiling unarray v0.1.4 |
| 2971 | 2025-09-09T22:41:41.898Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2972 | 2025-09-09T22:41:42.119Z | Compiling proptest v1.7.0 |
| 2973 | 2025-09-09T22:41:42.128Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2974 | 2025-09-09T22:41:42.535Z | Compiling progenitor-client v0.9.1 |
| 2975 | 2025-09-09T22:41:42.882Z | Compiling derive-where v1.5.0 |
| 2976 | 2025-09-09T22:41:43.183Z | Compiling parse-display-derive v0.10.0 |
| 2977 | 2025-09-09T22:41:43.768Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2978 | 2025-09-09T22:41:44.269Z | Compiling serde_with v3.14.0 |
| 2979 | 2025-09-09T22:41:44.652Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2980 | 2025-09-09T22:41:44.968Z | Compiling backoff v0.4.0 |
| 2981 | 2025-09-09T22:41:45.413Z | Compiling iddqd v0.3.9 |
| 2982 | 2025-09-09T22:41:45.500Z | Compiling test-strategy v0.4.3 |
| 2983 | 2025-09-09T22:41:46.311Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2984 | 2025-09-09T22:41:46.738Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2985 | 2025-09-09T22:41:47.398Z | Compiling parse-display v0.10.0 |
| 2986 | 2025-09-09T22:41:47.578Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2987 | 2025-09-09T22:41:47.606Z | Compiling typify-impl v0.4.3 |
| 2988 | 2025-09-09T22:41:47.652Z | Compiling itertools v0.14.0 |
| 2989 | 2025-09-09T22:41:48.040Z | Compiling darling_core v0.21.0 |
| 2990 | 2025-09-09T22:41:49.372Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2991 | 2025-09-09T22:41:49.932Z | Compiling proc-macro-crate v1.3.1 |
| 2992 | 2025-09-09T22:41:50.362Z | Compiling typify-macro v0.3.0 |
| 2993 | 2025-09-09T22:41:50.724Z | Compiling crucible-workspace-hack v0.1.0 |
| 2994 | 2025-09-09T22:41:50.842Z | Compiling proc-macro-error v1.0.4 |
| 2995 | 2025-09-09T22:41:50.921Z | Compiling num_enum_derive v0.5.11 |
| 2996 | 2025-09-09T22:41:51.141Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2997 | 2025-09-09T22:41:51.536Z | Compiling heapless v0.8.0 |
| 2998 | 2025-09-09T22:41:51.764Z | Compiling hash32 v0.3.1 |
| 2999 | 2025-09-09T22:41:52.073Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3000 | 2025-09-09T22:41:52.451Z | Compiling smoltcp v0.11.0 |
| 3001 | 2025-09-09T22:41:52.804Z | Compiling foreign-types-macros v0.2.3 |
| 3002 | 2025-09-09T22:41:53.219Z | Compiling foreign-types-shared v0.3.1 |
| 3003 | 2025-09-09T22:41:53.329Z | Compiling num_enum v0.5.11 |
| 3004 | 2025-09-09T22:41:53.392Z | Compiling cobs v0.2.3 |
| 3005 | 2025-09-09T22:41:53.714Z | Compiling postcard v1.0.10 |
| 3006 | 2025-09-09T22:41:54.065Z | Compiling tabwriter v1.4.0 |
| 3007 | 2025-09-09T22:41:54.144Z | Compiling foreign-types v0.5.0 |
| 3008 | 2025-09-09T22:41:54.297Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3009 | 2025-09-09T22:41:54.404Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3010 | 2025-09-09T22:41:54.500Z | Compiling darling_macro v0.21.0 |
| 3011 | 2025-09-09T22:41:54.524Z | Compiling typify v0.3.0 |
| 3012 | 2025-09-09T22:41:54.556Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3013 | 2025-09-09T22:41:54.740Z | Compiling progenitor-impl v0.9.1 |
| 3014 | 2025-09-09T22:41:54.997Z | Compiling cstr-argument v0.1.2 |
| 3015 | 2025-09-09T22:41:55.170Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3016 | 2025-09-09T22:41:55.242Z | Compiling rayon-core v1.12.1 |
| 3017 | 2025-09-09T22:41:55.296Z | Compiling pretty-hex v0.2.1 |
| 3018 | 2025-09-09T22:41:55.535Z | Compiling darling v0.21.0 |
| 3019 | 2025-09-09T22:41:55.560Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3020 | 2025-09-09T22:41:55.614Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3021 | 2025-09-09T22:41:55.673Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3022 | 2025-09-09T22:41:55.699Z | Compiling ingot-macros v0.1.1 |
| 3023 | 2025-09-09T22:41:55.977Z | Compiling crossbeam-deque v0.8.5 |
| 3024 | 2025-09-09T22:41:56.018Z | Compiling colored v2.2.0 |
| 3025 | 2025-09-09T22:41:56.251Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3026 | 2025-09-09T22:41:57.240Z | Compiling zone_cfg_derive v0.3.0 |
| 3027 | 2025-09-09T22:41:57.978Z | Compiling rayon v1.10.0 |
| 3028 | 2025-09-09T22:41:58.255Z | Compiling camino-tempfile v1.4.1 |
| 3029 | 2025-09-09T22:41:58.725Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3030 | 2025-09-09T22:41:58.751Z | Compiling smf v0.2.3 |
| 3031 | 2025-09-09T22:41:59.193Z | Compiling num-derive v0.4.2 |
| 3032 | 2025-09-09T22:42:00.024Z | Compiling sigpipe v0.1.3 |
| 3033 | 2025-09-09T22:42:00.215Z | Compiling typify-macro v0.4.3 |
| 3034 | 2025-09-09T22:42:00.237Z | Compiling jiff v0.2.15 |
| 3035 | 2025-09-09T22:42:00.914Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3036 | 2025-09-09T22:42:01.346Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3037 | 2025-09-09T22:42:01.700Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3038 | 2025-09-09T22:42:01.756Z | Compiling progenitor-macro v0.9.1 |
| 3039 | 2025-09-09T22:42:01.864Z | Compiling zone v0.3.1 |
| 3040 | 2025-09-09T22:42:02.542Z | Compiling toml v0.8.23 |
| 3041 | 2025-09-09T22:42:02.581Z | Compiling num-rational v0.4.2 |
| 3042 | 2025-09-09T22:42:03.202Z | Compiling ingot-types v0.1.2 |
| 3043 | 2025-09-09T22:42:03.361Z | Compiling num-complex v0.4.6 |
| 3044 | 2025-09-09T22:42:04.099Z | Compiling ingot v0.1.1 |
| 3045 | 2025-09-09T22:42:04.158Z | Compiling float-ord v0.3.2 |
| 3046 | 2025-09-09T22:42:04.182Z | Compiling universal-hash v0.5.1 |
| 3047 | 2025-09-09T22:42:04.391Z | Compiling num v0.4.3 |
| 3048 | 2025-09-09T22:42:04.433Z | Compiling secrecy v0.10.3 |
| 3049 | 2025-09-09T22:42:04.437Z | Compiling typify v0.4.3 |
| 3050 | 2025-09-09T22:42:04.437Z | Compiling opaque-debug v0.3.1 |
| 3051 | 2025-09-09T22:42:04.538Z | Compiling convert_case v0.4.0 |
| 3052 | 2025-09-09T22:42:04.615Z | Compiling password-hash v0.5.0 |
| 3053 | 2025-09-09T22:42:04.671Z | Compiling progenitor-impl v0.10.0 |
| 3054 | 2025-09-09T22:42:04.728Z | Compiling blake2 v0.10.6 |
| 3055 | 2025-09-09T22:42:05.512Z | Compiling derive_more v0.99.20 |
| 3056 | 2025-09-09T22:42:05.621Z | Compiling indent_write v2.2.0 |
| 3057 | 2025-09-09T22:42:05.917Z | Compiling argon2 v0.5.3 |
| 3058 | 2025-09-09T22:42:06.183Z | Compiling aead v0.5.2 |
| 3059 | 2025-09-09T22:42:06.624Z | Compiling keccak v0.1.5 |
| 3060 | 2025-09-09T22:42:07.944Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3061 | 2025-09-09T22:42:08.376Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3062 | 2025-09-09T22:42:08.925Z | Compiling utf-8 v0.7.6 |
| 3063 | 2025-09-09T22:42:09.298Z | Compiling tungstenite v0.21.0 |
| 3064 | 2025-09-09T22:42:09.321Z | Compiling sha3 v0.10.8 |
| 3065 | 2025-09-09T22:42:09.351Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3066 | 2025-09-09T22:42:09.893Z | Compiling poly1305 v0.8.0 |
| 3067 | 2025-09-09T22:42:10.463Z | Compiling chacha20 v0.9.1 |
| 3068 | 2025-09-09T22:42:11.238Z | Compiling tokio-tungstenite v0.21.0 |
| 3069 | 2025-09-09T22:42:11.380Z | Compiling console v0.15.10 |
| 3070 | 2025-09-09T22:42:11.712Z | Compiling cancel-safe-futures v0.1.5 |
| 3071 | 2025-09-09T22:42:11.747Z | Compiling progenitor-macro v0.10.0 |
| 3072 | 2025-09-09T22:42:11.856Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3073 | 2025-09-09T22:42:12.055Z | Compiling owo-colors v4.2.2 |
| 3074 | 2025-09-09T22:42:12.141Z | Compiling base64 v0.21.7 |
| 3075 | 2025-09-09T22:42:12.259Z | Compiling libsw-core v0.3.1 |
| 3076 | 2025-09-09T22:42:12.433Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3077 | 2025-09-09T22:42:12.610Z | Compiling fixedbitset v0.5.7 |
| 3078 | 2025-09-09T22:42:12.717Z | Compiling semver v0.1.20 |
| 3079 | 2025-09-09T22:42:12.865Z | Compiling libsw v3.5.0 |
| 3080 | 2025-09-09T22:42:13.232Z | Compiling rustc_version v0.1.7 |
| 3081 | 2025-09-09T22:42:13.294Z | Compiling petgraph v0.8.2 |
| 3082 | 2025-09-09T22:42:13.347Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3083 | 2025-09-09T22:42:13.709Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3084 | 2025-09-09T22:42:13.980Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3085 | 2025-09-09T22:42:14.025Z | Compiling atomicwrites v0.4.4 |
| 3086 | 2025-09-09T22:42:14.139Z | Compiling newline-converter v0.3.0 |
| 3087 | 2025-09-09T22:42:14.362Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3088 | 2025-09-09T22:42:14.447Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3089 | 2025-09-09T22:42:14.489Z | Compiling half v2.4.1 |
| 3090 | 2025-09-09T22:42:15.095Z | Compiling ciborium-io v0.2.2 |
| 3091 | 2025-09-09T22:42:15.122Z | Compiling progenitor v0.9.1 |
| 3092 | 2025-09-09T22:42:15.153Z | Compiling linear-map v1.2.0 |
| 3093 | 2025-09-09T22:42:15.229Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3094 | 2025-09-09T22:42:15.292Z | Compiling ciborium-ll v0.2.2 |
| 3095 | 2025-09-09T22:42:15.411Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3096 | 2025-09-09T22:42:15.574Z | Compiling expectorate v1.2.0 |
| 3097 | 2025-09-09T22:42:15.781Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3098 | 2025-09-09T22:42:15.913Z | Compiling newtype_derive v0.1.6 |
| 3099 | 2025-09-09T22:42:15.945Z | Compiling pin-project-internal v1.1.6 |
| 3100 | 2025-09-09T22:42:16.220Z | Compiling ciborium v0.2.2 |
| 3101 | 2025-09-09T22:42:16.728Z | Compiling chacha20poly1305 v0.10.1 |
| 3102 | 2025-09-09T22:42:17.023Z | Compiling typify-impl v0.2.0 |
| 3103 | 2025-09-09T22:42:17.358Z | Compiling thiserror-no-std v2.0.2 |
| 3104 | 2025-09-09T22:42:17.550Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3105 | 2025-09-09T22:42:17.588Z | Compiling vsss-rs v3.3.4 |
| 3106 | 2025-09-09T22:42:17.660Z | Compiling resolv-conf v0.7.0 |
| 3107 | 2025-09-09T22:42:18.440Z | Compiling snafu-derive v0.8.5 |
| 3108 | 2025-09-09T22:42:18.875Z | Compiling pin-project v1.1.6 |
| 3109 | 2025-09-09T22:42:19.078Z | Compiling primeorder v0.13.6 |
| 3110 | 2025-09-09T22:42:19.687Z | Compiling pem v3.0.5 |
| 3111 | 2025-09-09T22:42:20.159Z | Compiling csv-core v0.1.11 |
| 3112 | 2025-09-09T22:42:20.495Z | Compiling libefi-sys v0.1.0 |
| 3113 | 2025-09-09T22:42:20.774Z | Compiling moka v0.12.10 |
| 3114 | 2025-09-09T22:42:20.868Z | Compiling same-file v1.0.6 |
| 3115 | 2025-09-09T22:42:21.157Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3116 | 2025-09-09T22:42:21.259Z | Compiling walkdir v2.5.0 |
| 3117 | 2025-09-09T22:42:21.551Z | Compiling csv v1.3.1 |
| 3118 | 2025-09-09T22:42:22.089Z | Compiling tabled_derive v0.7.0 |
| 3119 | 2025-09-09T22:42:22.233Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3120 | 2025-09-09T22:42:22.893Z | Compiling globset v0.4.15 |
| 3121 | 2025-09-09T22:42:23.288Z | Compiling olpc-cjson v0.1.4 |
| 3122 | 2025-09-09T22:42:23.315Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3123 | 2025-09-09T22:42:23.501Z | Compiling snafu v0.8.5 |
| 3124 | 2025-09-09T22:42:23.609Z | Compiling serde_plain v1.0.2 |
| 3125 | 2025-09-09T22:42:23.806Z | Compiling bitfield-struct v0.6.2 |
| 3126 | 2025-09-09T22:42:24.038Z | Compiling async-recursion v1.1.1 |
| 3127 | 2025-09-09T22:42:24.307Z | Compiling unicase v2.7.0 |
| 3128 | 2025-09-09T22:42:24.379Z | Compiling arc-swap v1.7.1 |
| 3129 | 2025-09-09T22:42:24.469Z | Compiling highway v1.3.0 |
| 3130 | 2025-09-09T22:42:24.730Z | Compiling typed-path v0.9.3 |
| 3131 | 2025-09-09T22:42:25.057Z | Compiling progenitor v0.10.0 |
| 3132 | 2025-09-09T22:42:25.121Z | Compiling tagptr v0.2.0 |
| 3133 | 2025-09-09T22:42:25.268Z | Compiling textwrap v0.16.2 |
| 3134 | 2025-09-09T22:42:25.338Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3135 | 2025-09-09T22:42:25.457Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3136 | 2025-09-09T22:42:25.649Z | Compiling slog-scope v4.4.0 |
| 3137 | 2025-09-09T22:42:26.278Z | Compiling tabled v0.15.0 |
| 3138 | 2025-09-09T22:42:26.425Z | Compiling steno v0.4.1 |
| 3139 | 2025-09-09T22:42:26.967Z | Compiling polyval v0.6.2 |
| 3140 | 2025-09-09T22:42:27.305Z | Compiling tough v0.20.0 |
| 3141 | 2025-09-09T22:42:27.464Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3142 | 2025-09-09T22:42:27.967Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3143 | 2025-09-09T22:42:28.152Z | Compiling hickory-proto v0.24.4 |
| 3144 | 2025-09-09T22:42:28.549Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3145 | 2025-09-09T22:42:29.165Z | Compiling typify-macro v0.2.0 |
| 3146 | 2025-09-09T22:42:29.426Z | Compiling salty v0.3.0 |
| 3147 | 2025-09-09T22:42:29.951Z | Compiling linked-hash-map v0.5.6 |
| 3148 | 2025-09-09T22:42:30.391Z | Compiling humantime v2.2.0 |
| 3149 | 2025-09-09T22:42:30.960Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3150 | 2025-09-09T22:42:31.128Z | Compiling parking_lot_core v0.8.6 |
| 3151 | 2025-09-09T22:42:31.154Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3152 | 2025-09-09T22:42:31.721Z | Compiling lru-cache v0.1.2 |
| 3153 | 2025-09-09T22:42:32.037Z | Compiling proc-macro-error2 v2.0.1 |
| 3154 | 2025-09-09T22:42:32.284Z | Compiling ghash v0.5.1 |
| 3155 | 2025-09-09T22:42:32.547Z | Compiling hickory-resolver v0.25.2 |
| 3156 | 2025-09-09T22:42:32.584Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3157 | 2025-09-09T22:42:32.890Z | Compiling slog-stdlog v4.1.1 |
| 3158 | 2025-09-09T22:42:33.038Z | Compiling p384 v0.13.0 |
| 3159 | 2025-09-09T22:42:33.173Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3160 | 2025-09-09T22:42:33.279Z | Compiling nix v0.30.1 |
| 3161 | 2025-09-09T22:42:33.391Z | Compiling typify v0.2.0 |
| 3162 | 2025-09-09T22:42:33.424Z | Compiling ctr v0.9.2 |
| 3163 | 2025-09-09T22:42:33.623Z | Compiling progenitor-impl v0.8.0 |
| 3164 | 2025-09-09T22:42:33.866Z | Compiling num-derive v0.3.3 |
| 3165 | 2025-09-09T22:42:34.560Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3166 | 2025-09-09T22:42:36.208Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3167 | 2025-09-09T22:42:36.304Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3168 | 2025-09-09T22:42:37.367Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3169 | 2025-09-09T22:42:37.446Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3170 | 2025-09-09T22:42:39.553Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3171 | 2025-09-09T22:42:39.840Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3172 | 2025-09-09T22:42:40.721Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3173 | 2025-09-09T22:42:40.887Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3174 | 2025-09-09T22:42:41.721Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3175 | 2025-09-09T22:42:42.322Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3176 | 2025-09-09T22:42:42.428Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3177 | 2025-09-09T22:42:43.364Z | Compiling gethostname v0.5.0 |
| 3178 | 2025-09-09T22:42:43.629Z | Compiling lzma-sys v0.1.20 |
| 3179 | 2025-09-09T22:42:44.487Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3180 | 2025-09-09T22:42:44.663Z | Compiling slog-dtrace v0.3.0 |
| 3181 | 2025-09-09T22:42:44.874Z | Compiling xshell-macros v0.2.7 |
| 3182 | 2025-09-09T22:42:45.243Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3183 | 2025-09-09T22:42:45.796Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3184 | 2025-09-09T22:42:45.982Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3185 | 2025-09-09T22:42:46.029Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3186 | 2025-09-09T22:42:46.515Z | Compiling xshell v0.2.7 |
| 3187 | 2025-09-09T22:42:46.926Z | Compiling progenitor-macro v0.8.0 |
| 3188 | 2025-09-09T22:42:47.699Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3189 | 2025-09-09T22:42:48.856Z | Compiling libscf-sys v1.1.0 |
| 3190 | 2025-09-09T22:42:49.187Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3191 | 2025-09-09T22:42:50.017Z | Compiling aes-gcm v0.10.3 |
| 3192 | 2025-09-09T22:42:50.143Z | Compiling hickory-resolver v0.24.4 |
| 3193 | 2025-09-09T22:42:50.430Z | Compiling mime_guess v2.0.5 |
| 3194 | 2025-09-09T22:42:51.734Z | Compiling slog-envlogger v2.2.0 |
| 3195 | 2025-09-09T22:42:52.020Z | Compiling tabled_derive v0.11.0 |
| 3196 | 2025-09-09T22:42:53.143Z | Compiling papergrid v0.17.0 |
| 3197 | 2025-09-09T22:42:53.146Z | Compiling progenitor-impl v0.11.0 |
| 3198 | 2025-09-09T22:42:55.109Z | Compiling testing_table v0.3.0 |
| 3199 | 2025-09-09T22:42:55.469Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3200 | 2025-09-09T22:42:55.908Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3201 | 2025-09-09T22:42:56.693Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3202 | 2025-09-09T22:42:57.161Z | Compiling heck v0.3.3 |
| 3203 | 2025-09-09T22:42:57.593Z | Compiling tokio-dtrace v0.1.0 |
| 3204 | 2025-09-09T22:42:57.769Z | Compiling progenitor-client v0.8.0 |
| 3205 | 2025-09-09T22:42:58.137Z | Compiling ssh-encoding v0.2.0 |
| 3206 | 2025-09-09T22:42:58.325Z | Compiling blowfish v0.9.1 |
| 3207 | 2025-09-09T22:42:58.711Z | Compiling env_filter v0.1.2 |
| 3208 | 2025-09-09T22:42:58.889Z | Compiling nibble_vec v0.1.0 |
| 3209 | 2025-09-09T22:42:59.173Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3210 | 2025-09-09T22:42:59.176Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3211 | 2025-09-09T22:42:59.396Z | Compiling endian-type v0.1.2 |
| 3212 | 2025-09-09T22:42:59.472Z | Compiling env_logger v0.11.5 |
| 3213 | 2025-09-09T22:42:59.642Z | Compiling radix_trie v0.2.1 |
| 3214 | 2025-09-09T22:42:59.674Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3215 | 2025-09-09T22:42:59.704Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3216 | 2025-09-09T22:43:00.241Z | Compiling ssh-cipher v0.2.0 |
| 3217 | 2025-09-09T22:43:00.301Z | Compiling progenitor v0.8.0 |
| 3218 | 2025-09-09T22:43:00.411Z | Compiling oxide-tokio-rt v0.1.2 |
| 3219 | 2025-09-09T22:43:00.457Z | Compiling zone_cfg_derive v0.1.2 |
| 3220 | 2025-09-09T22:43:00.484Z | Compiling progenitor-macro v0.11.0 |
| 3221 | 2025-09-09T22:43:00.607Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3222 | 2025-09-09T22:43:00.801Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3223 | 2025-09-09T22:43:01.149Z | Compiling tabled v0.20.0 |
| 3224 | 2025-09-09T22:43:01.321Z | Compiling parking_lot v0.11.2 |
| 3225 | 2025-09-09T22:43:01.731Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3226 | 2025-09-09T22:43:01.976Z | Compiling qorb v0.4.1 |
| 3227 | 2025-09-09T22:43:02.214Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3228 | 2025-09-09T22:43:02.250Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3229 | 2025-09-09T22:43:03.471Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3230 | 2025-09-09T22:43:04.682Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3231 | 2025-09-09T22:43:05.304Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3232 | 2025-09-09T22:43:06.337Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3233 | 2025-09-09T22:43:06.436Z | Compiling progenitor-client v0.11.0 |
| 3234 | 2025-09-09T22:43:06.696Z | Compiling password-hash v0.4.2 |
| 3235 | 2025-09-09T22:43:06.814Z | Compiling prefix-trie v0.7.0 |
| 3236 | 2025-09-09T22:43:06.897Z | Compiling fxhash v0.2.1 |
| 3237 | 2025-09-09T22:43:07.063Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3238 | 2025-09-09T22:43:07.127Z | Compiling base64 v0.13.1 |
| 3239 | 2025-09-09T22:43:07.224Z | Compiling http-range v0.1.5 |
| 3240 | 2025-09-09T22:43:07.338Z | Compiling number_prefix v0.4.0 |
| 3241 | 2025-09-09T22:43:07.495Z | Compiling pbkdf2 v0.11.0 |
| 3242 | 2025-09-09T22:43:07.600Z | Compiling ron v0.7.1 |
| 3243 | 2025-09-09T22:43:07.626Z | Compiling indicatif v0.17.11 |
| 3244 | 2025-09-09T22:43:07.653Z | Compiling hickory-server v0.25.2 |
| 3245 | 2025-09-09T22:43:07.677Z | Compiling sled v0.34.7 |
| 3246 | 2025-09-09T22:43:07.724Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3247 | 2025-09-09T22:43:07.933Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3248 | 2025-09-09T22:43:08.406Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3249 | 2025-09-09T22:43:09.696Z | Compiling xz2 v0.1.7 |
| 3250 | 2025-09-09T22:43:10.259Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3251 | 2025-09-09T22:43:12.326Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3252 | 2025-09-09T22:43:12.757Z | Compiling zone v0.1.8 |
| 3253 | 2025-09-09T22:43:13.431Z | Compiling ssh-key v0.6.6 |
| 3254 | 2025-09-09T22:43:13.627Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3255 | 2025-09-09T22:43:13.956Z | Compiling progenitor v0.11.0 |
| 3256 | 2025-09-09T22:43:14.219Z | Compiling hickory-client v0.25.2 |
| 3257 | 2025-09-09T22:43:14.564Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3258 | 2025-09-09T22:43:14.685Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3259 | 2025-09-09T22:43:14.987Z | Compiling p521 v0.13.3 |
| 3260 | 2025-09-09T22:43:15.860Z | Compiling p256 v0.13.2 |
| 3261 | 2025-09-09T22:43:16.326Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3262 | 2025-09-09T22:43:16.723Z | Compiling yasna v0.5.2 |
| 3263 | 2025-09-09T22:43:17.383Z | Compiling headers-core v0.3.0 |
| 3264 | 2025-09-09T22:43:17.408Z | Compiling kstat-rs v0.2.4 |
| 3265 | 2025-09-09T22:43:17.624Z | Compiling secrecy v0.8.0 |
| 3266 | 2025-09-09T22:43:17.628Z | Compiling nanorand v0.7.0 |
| 3267 | 2025-09-09T22:43:17.935Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3268 | 2025-09-09T22:43:17.962Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3269 | 2025-09-09T22:43:18.084Z | Compiling russh-cryptovec v0.7.3 |
| 3270 | 2025-09-09T22:43:18.252Z | Compiling atty v0.2.14 |
| 3271 | 2025-09-09T22:43:18.290Z | Compiling md5 v0.7.0 |
| 3272 | 2025-09-09T22:43:18.457Z | Compiling crc8 v0.1.1 |
| 3273 | 2025-09-09T22:43:18.478Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3274 | 2025-09-09T22:43:18.696Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3275 | 2025-09-09T22:43:18.871Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3276 | 2025-09-09T22:43:20.624Z | Compiling russh-keys v0.45.0 |
| 3277 | 2025-09-09T22:43:22.095Z | Compiling flume v0.11.1 |
| 3278 | 2025-09-09T22:43:22.919Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3279 | 2025-09-09T22:43:24.355Z | Compiling rcgen v0.12.1 |
| 3280 | 2025-09-09T22:43:24.732Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3281 | 2025-09-09T22:43:25.027Z | Compiling headers v0.4.1 |
| 3282 | 2025-09-09T22:43:25.888Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3283 | 2025-09-09T22:43:26.481Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3284 | 2025-09-09T22:43:26.907Z | Compiling hyper-staticfile v0.10.1 |
| 3285 | 2025-09-09T22:43:28.070Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3286 | 2025-09-09T22:43:28.806Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3287 | 2025-09-09T22:43:28.834Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3288 | 2025-09-09T22:43:29.389Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3289 | 2025-09-09T22:43:29.969Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3290 | 2025-09-09T22:43:30.940Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3291 | 2025-09-09T22:43:31.729Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3292 | 2025-09-09T22:43:32.661Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3293 | 2025-09-09T22:43:32.814Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3294 | 2025-09-09T22:43:34.388Z | Compiling num-bigint v0.4.6 |
| 3295 | 2025-09-09T22:43:34.434Z | Compiling des v0.8.1 |
| 3296 | 2025-09-09T22:43:34.831Z | Compiling subprocess v0.2.9 |
| 3297 | 2025-09-09T22:43:35.303Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3298 | 2025-09-09T22:43:36.305Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3299 | 2025-09-09T22:43:36.594Z | Compiling display-error-chain v0.2.2 |
| 3300 | 2025-09-09T22:43:36.892Z | Compiling hex-literal v0.4.1 |
| 3301 | 2025-09-09T22:43:37.016Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3302 | 2025-09-09T22:43:37.116Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3303 | 2025-09-09T22:43:38.191Z | Compiling russh v0.45.0 |
| 3304 | 2025-09-09T22:43:39.667Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3305 | 2025-09-09T22:43:40.092Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3306 | 2025-09-09T22:43:40.494Z | Compiling internet-checksum v0.2.1 |
| 3307 | 2025-09-09T22:43:42.839Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3308 | 2025-09-09T22:44:12.704Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3309 | 2025-09-09T22:44:39.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 07s |
| 3310 | 2025-09-09T22:44:40.226Z | |
| 3311 | 2025-09-09T22:44:40.233Z | real 3:07.484725204 |
| 3312 | 2025-09-09T22:44:40.233Z | user 17:11.513227783 |
| 3313 | 2025-09-09T22:44:40.233Z | sys 2:27.850203758 |
| 3314 | 2025-09-09T22:44:40.233Z | trap 0.568741858 |
| 3315 | 2025-09-09T22:44:40.233Z | tflt 0.241404447 |
| 3316 | 2025-09-09T22:44:40.233Z | dflt 0.674970031 |
| 3317 | 2025-09-09T22:44:40.233Z | kflt 0.000102534 |
| 3318 | 2025-09-09T22:44:40.233Z | lock 47:37.725637678 |
| 3319 | 2025-09-09T22:44:40.233Z | slp 1:03:56.838386728 |
| 3320 | 2025-09-09T22:44:40.233Z | lat 59.829286254 |
| 3321 | 2025-09-09T22:44:40.233Z | stop 2:27.635220013 |
| 3322 | 2025-09-09T22:44:40.233Z | + mkdir tests |
| 3323 | 2025-09-09T22:44:40.237Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3324 | 2025-09-09T22:44:40.237Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3325 | 2025-09-09T22:44:40.274Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-44a50baffdfb3ae7 tests/ |
| 3326 | 2025-09-09T22:44:40.295Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9444cdaf4a2408ff tests/ |
| 3327 | 2025-09-09T22:44:40.315Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-90e6b28d8c21b1ef tests/ |
| 3328 | 2025-09-09T22:44:40.336Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-defc0a6611f0df77 tests/ |
| 3329 | 2025-09-09T22:44:40.608Z | + 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/*) |
| 3330 | 2025-09-09T22:44:40.611Z | + 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-9444cdaf4a2408ff tests/commtest-90e6b28d8c21b1ef tests/dhcp_server-44a50baffdfb3ae7 tests/end_to_end_tests-defc0a6611f0df77 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz 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 |
| 3331 | 2025-09-09T22:46:22.028Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3332 | 2025-09-09T22:46:22.028Z | a .github/buildomat/ci-env.sh 1K |
| 3333 | 2025-09-09T22:46:22.028Z | a out/target/test 1K |
| 3334 | 2025-09-09T22:46:22.028Z | a out/npuzone/npuzone 23144K |
| 3335 | 2025-09-09T22:46:22.028Z | a package-manifest.toml 34K |
| 3336 | 2025-09-09T22:46:22.028Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3337 | 2025-09-09T22:46:22.028Z | a target/release/omicron-package 41270K |
| 3338 | 2025-09-09T22:46:22.028Z | a target/release/xtask 11731K |
| 3339 | 2025-09-09T22:46:22.028Z | a target/debug/bootstrap 305182K |
| 3340 | 2025-09-09T22:46:22.028Z | a tests/bootstrap-9444cdaf4a2408ff 23645K |
| 3341 | 2025-09-09T22:46:22.028Z | a tests/commtest-90e6b28d8c21b1ef 23743K |
| 3342 | 2025-09-09T22:46:22.028Z | a tests/dhcp_server-44a50baffdfb3ae7 23645K |
| 3343 | 2025-09-09T22:46:22.028Z | a tests/end_to_end_tests-defc0a6611f0df77 346417K |
| 3344 | 2025-09-09T22:46:22.028Z | a out/clickhouse.tar.gz 318287K |
| 3345 | 2025-09-09T22:46:22.028Z | a out/clickhouse_keeper.tar.gz 301995K |
| 3346 | 2025-09-09T22:46:22.028Z | a out/clickhouse_server.tar.gz 318286K |
| 3347 | 2025-09-09T22:46:22.028Z | a out/cockroachdb.tar.gz 165725K |
| 3348 | 2025-09-09T22:46:22.028Z | a out/crucible-dtrace.tar 99K |
| 3349 | 2025-09-09T22:46:22.028Z | a out/crucible-pantry-zone.tar.gz 38346K |
| 3350 | 2025-09-09T22:46:22.028Z | a out/crucible-zone.tar.gz 48150K |
| 3351 | 2025-09-09T22:46:22.028Z | a out/external-dns.tar.gz 51246K |
| 3352 | 2025-09-09T22:46:22.028Z | a out/internal-dns.tar.gz 51246K |
| 3353 | 2025-09-09T22:46:22.028Z | a out/mg-ddm-gz.tar 118403K |
| 3354 | 2025-09-09T22:46:22.028Z | a out/nexus.tar.gz 137081K |
| 3355 | 2025-09-09T22:46:22.028Z | a out/ntp.tar.gz 33364K |
| 3356 | 2025-09-09T22:46:22.029Z | a out/omicron-gateway-softnpu.tar.gz 31565K |
| 3357 | 2025-09-09T22:46:22.029Z | a out/omicron-sled-agent.tar 143454K |
| 3358 | 2025-09-09T22:46:22.029Z | a out/overlay.tar.gz 3K |
| 3359 | 2025-09-09T22:46:22.029Z | a out/oximeter.tar.gz 65333K |
| 3360 | 2025-09-09T22:46:22.029Z | a out/oxlog.tar 4011K |
| 3361 | 2025-09-09T22:46:22.029Z | a out/probe.tar.gz 3037K |
| 3362 | 2025-09-09T22:46:22.029Z | a out/propolis-server.tar.gz 68586K |
| 3363 | 2025-09-09T22:46:22.029Z | a out/pumpkind-gz.tar 26648K |
| 3364 | 2025-09-09T22:46:22.029Z | a out/switch-softnpu.tar.gz 391871K |
| 3365 | 2025-09-09T22:46:22.032Z | |
| 3366 | 2025-09-09T22:46:22.032Z | real 1:41.411653067 |
| 3367 | 2025-09-09T22:46:22.033Z | user 1:36.777168711 |
| 3368 | 2025-09-09T22:46:22.033Z | sys 6.661581408 |
| 3369 | 2025-09-09T22:46:22.033Z | trap 0.025482342 |
| 3370 | 2025-09-09T22:46:22.033Z | tflt 0.000000000 |
| 3371 | 2025-09-09T22:46:22.033Z | dflt 0.000000000 |
| 3372 | 2025-09-09T22:46:22.033Z | kflt 0.000000000 |
| 3373 | 2025-09-09T22:46:22.033Z | lock 0.000000000 |
| 3374 | 2025-09-09T22:46:22.033Z | slp 1:36.639975828 |
| 3375 | 2025-09-09T22:46:22.033Z | lat 2.714270320 |
| 3376 | 2025-09-09T22:46:22.033Z | stop 0.000183855 |
| 3377 | 2025-09-09T22:46:22.033Z | process exited: duration 2311974 ms, exit code 0 |
| |
| 3378 | 2025-09-09T22:46:22.051Z | found 1 output files |
| 3379 | 2025-09-09T22:46:22.051Z | uploading: /work/package.tar.gz (2319675425 bytes) |
| 3380 | 2025-09-09T22:47:07.872Z | uploaded: /work/package.tar.gz |