|
|
|
| 1 | 2025-08-18T18:48:59.853Z | job assigned to worker 01K2Z84WX90VTK9CKKM2C9ASXK [factory aws, i-0c2fd3752f1ed599e] (queued for 1 m 6 s) |
| |
| 2 | 2025-08-18T18:49:08.491Z | starting task 0: "setup" |
| 3 | 2025-08-18T18:49:08.495Z | ++ uname -s |
| 4 | 2025-08-18T18:49:08.498Z | + kern=SunOS |
| 5 | 2025-08-18T18:49:08.498Z | + build_user=build |
| 6 | 2025-08-18T18:49:08.498Z | + build_uid=12345 |
| 7 | 2025-08-18T18:49:08.499Z | + work_dir=/work |
| 8 | 2025-08-18T18:49:08.499Z | + input_dir=/input |
| 9 | 2025-08-18T18:49:08.499Z | + [[ 0 == 12345 ]] |
| 10 | 2025-08-18T18:49:08.499Z | + case "$kern" in |
| 11 | 2025-08-18T18:49:08.499Z | + groupadd -g 12345 build |
| 12 | 2025-08-18T18:49:08.503Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-08-18T18:49:10.509Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-08-18T18:49:10.646Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-08-18T18:49:10.649Z | + home_fs=zfs |
| 16 | 2025-08-18T18:49:10.649Z | + [[ zfs == autofs ]] |
| 17 | 2025-08-18T18:49:10.649Z | + mkdir -p /home/build |
| 18 | 2025-08-18T18:49:10.652Z | + chown build:build /home/build /work |
| 19 | 2025-08-18T18:49:11.652Z | + chmod 0700 /home/build /work |
| 20 | 2025-08-18T18:49:11.655Z | process exited: duration 3165 ms, exit code 0 |
| |
| 21 | 2025-08-18T18:49:11.664Z | starting task 1: "rust-toolchain" |
| 22 | 2025-08-18T18:49:11.669Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-08-18T18:49:11.669Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-08-18T18:49:11.669Z | * rust toolchain profile = "default" |
| 25 | 2025-08-18T18:49:11.669Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-08-18T18:49:11.669Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-08-18T18:49:11.669Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-08-18T18:49:11.672Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-08-18T18:49:11.672Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-08-18T18:49:11.775Z | info: downloading installer |
| 31 | 2025-08-18T18:49:13.043Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-08-18T18:49:13.043Z | warn: /opt/ooce/bin |
| 33 | 2025-08-18T18:49:13.043Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-08-18T18:49:13.043Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-08-18T18:49:13.043Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-08-18T18:49:13.043Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-08-18T18:49:13.043Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-08-18T18:49:13.043Z | error: cannot install while Rust is installed |
| 39 | 2025-08-18T18:49:13.043Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-08-18T18:49:13.055Z | info: profile set to 'default' |
| 41 | 2025-08-18T18:49:13.055Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-08-18T18:49:13.058Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-08-18T18:49:13.217Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-08-18T18:49:13.217Z | info: downloading component 'cargo' |
| 45 | 2025-08-18T18:49:14.015Z | info: downloading component 'clippy' |
| 46 | 2025-08-18T18:49:14.335Z | info: downloading component 'rust-docs' |
| 47 | 2025-08-18T18:49:15.562Z | info: downloading component 'rust-std' |
| 48 | 2025-08-18T18:49:17.244Z | info: downloading component 'rustc' |
| 49 | 2025-08-18T18:49:24.576Z | info: downloading component 'rustfmt' |
| 50 | 2025-08-18T18:49:24.811Z | info: installing component 'cargo' |
| 51 | 2025-08-18T18:49:25.689Z | info: installing component 'clippy' |
| 52 | 2025-08-18T18:49:26.086Z | info: installing component 'rust-docs' |
| 53 | 2025-08-18T18:49:27.943Z | info: installing component 'rust-std' |
| 54 | 2025-08-18T18:49:29.884Z | info: installing component 'rustc' |
| 55 | 2025-08-18T18:49:36.422Z | info: installing component 'rustfmt' |
| 56 | 2025-08-18T18:49:36.758Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-08-18T18:49:36.758Z | |
| 58 | 2025-08-18T18:49:37.192Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-08-18T18:49:37.192Z | |
| 60 | 2025-08-18T18:49:37.195Z | |
| 61 | 2025-08-18T18:49:37.195Z | Rust is installed now. Great! |
| 62 | 2025-08-18T18:49:37.195Z | |
| 63 | 2025-08-18T18:49:37.195Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-08-18T18:49:37.195Z | environment variable. This has not been done automatically. |
| 65 | 2025-08-18T18:49:37.195Z | |
| 66 | 2025-08-18T18:49:37.195Z | To configure your current shell, you need to source |
| 67 | 2025-08-18T18:49:37.195Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-08-18T18:49:37.195Z | |
| 69 | 2025-08-18T18:49:37.195Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-08-18T18:49:37.195Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-08-18T18:49:37.195Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-08-18T18:49:37.195Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-08-18T18:49:37.286Z | + rustup --version |
| 74 | 2025-08-18T18:49:37.297Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-08-18T18:49:37.301Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-08-18T18:49:37.389Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-08-18T18:49:37.392Z | + cargo --version |
| 78 | 2025-08-18T18:49:37.495Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-08-18T18:49:37.498Z | + rustc --version |
| 80 | 2025-08-18T18:49:37.594Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-08-18T18:49:37.604Z | process exited: duration 25929 ms, exit code 0 |
| |
| 82 | 2025-08-18T18:49:37.613Z | starting task 2: "authentication" |
| 83 | 2025-08-18T18:49:37.633Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-08-18T18:49:37.639Z | starting task 3: "clone repository" |
| 85 | 2025-08-18T18:49:37.644Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-08-18T18:49:37.647Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-08-18T18:49:37.689Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-08-18T18:49:46.658Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-08-18T18:49:46.658Z | + git fetch origin 33b001744b04f04128c1eba52b6b9353cbabedb3 |
| 90 | 2025-08-18T18:49:46.988Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-08-18T18:49:46.988Z | * branch 33b001744b04f04128c1eba52b6b9353cbabedb3 -> FETCH_HEAD |
| 92 | 2025-08-18T18:49:46.998Z | + [[ -n john/mgs-update-no-unreachable ]] |
| 93 | 2025-08-18T18:49:47.001Z | ++ git branch --show-current |
| 94 | 2025-08-18T18:49:47.004Z | + current=main |
| 95 | 2025-08-18T18:49:47.004Z | + [[ main != john/mgs-update-no-unreachable ]] |
| 96 | 2025-08-18T18:49:47.004Z | + git branch -f john/mgs-update-no-unreachable 33b001744b04f04128c1eba52b6b9353cbabedb3 |
| 97 | 2025-08-18T18:49:47.007Z | + git checkout -f john/mgs-update-no-unreachable |
| 98 | 2025-08-18T18:49:47.134Z | Switched to branch 'john/mgs-update-no-unreachable' |
| 99 | 2025-08-18T18:49:47.137Z | + git reset --hard 33b001744b04f04128c1eba52b6b9353cbabedb3 |
| 100 | 2025-08-18T18:49:47.263Z | HEAD is now at 33b001744 expectorate (debug formatting...) |
| 101 | 2025-08-18T18:49:47.266Z | process exited: duration 9623 ms, exit code 0 |
| |
| 102 | 2025-08-18T18:49:47.274Z | starting task 4: "build" |
| 103 | 2025-08-18T18:49:47.279Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-08-18T18:49:47.282Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-08-18T18:49:47.282Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-08-18T18:49:47.282Z | + cargo --version |
| 107 | 2025-08-18T18:49:47.338Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-08-18T18:49:47.341Z | + rustc --version |
| 109 | 2025-08-18T18:49:47.435Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-08-18T18:49:47.439Z | + WORK=/work |
| 111 | 2025-08-18T18:49:47.442Z | + pfexec mkdir -p /work |
| 112 | 2025-08-18T18:49:47.445Z | + pfexec chown build /work |
| 113 | 2025-08-18T18:49:47.448Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-08-18T18:49:59.216Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-08-18T18:50:06.499Z | Startup: Caching catalogs ... Done |
| 116 | 2025-08-18T18:50:12.377Z | Planning: Solver setup ... Done (4.523s) |
| 117 | 2025-08-18T18:50:12.419Z | Planning: Running solver ... Done (0.041s) |
| 118 | 2025-08-18T18:50:12.518Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2025-08-18T18:50:12.531Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-08-18T18:50:12.669Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-08-18T18:50:12.717Z | Planning: Package planning ... Done (0.049s) |
| 122 | 2025-08-18T18:50:12.769Z | Planning: Merging actions ... Done (0.052s) |
| 123 | 2025-08-18T18:50:13.063Z | Planning: Checking for conflicting actions ... Done (0.294s) |
| 124 | 2025-08-18T18:50:13.075Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2025-08-18T18:50:14.163Z | Planning: Evaluating mediators ... Done (1.087s) |
| 126 | 2025-08-18T18:50:14.171Z | Planning: Planning completed in 7.54 seconds |
| 127 | 2025-08-18T18:50:14.187Z | Packages to install: 4 |
| 128 | 2025-08-18T18:50:14.187Z | Mediators to change: 2 |
| 129 | 2025-08-18T18:50:14.190Z | Services to change: 1 |
| 130 | 2025-08-18T18:50:14.190Z | Estimated space available: 155.50 GB |
| 131 | 2025-08-18T18:50:14.190Z | Estimated space to be consumed: 1.71 GB |
| 132 | 2025-08-18T18:50:14.190Z | Create boot environment: No |
| 133 | 2025-08-18T18:50:14.190Z | Create backup boot environment: No |
| 134 | 2025-08-18T18:50:14.190Z | Rebuild boot archive: No |
| 135 | 2025-08-18T18:50:14.190Z | |
| 136 | 2025-08-18T18:50:14.190Z | Changed mediators: |
| 137 | 2025-08-18T18:50:14.190Z | mediator clang: |
| 138 | 2025-08-18T18:50:14.190Z | version: None -> 15 (system default) |
| 139 | 2025-08-18T18:50:14.190Z | |
| 140 | 2025-08-18T18:50:14.190Z | mediator llvm: |
| 141 | 2025-08-18T18:50:14.190Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-08-18T18:50:14.190Z | |
| 143 | 2025-08-18T18:50:14.190Z | Changed packages: |
| 144 | 2025-08-18T18:50:14.191Z | helios-dev |
| 145 | 2025-08-18T18:50:14.191Z | developer/build-essential |
| 146 | 2025-08-18T18:50:14.191Z | None -> 11-2.0 |
| 147 | 2025-08-18T18:50:14.191Z | library/libxmlsec1 |
| 148 | 2025-08-18T18:50:14.191Z | None -> 1.2.35-2.0 |
| 149 | 2025-08-18T18:50:14.191Z | ooce/developer/clang-15 |
| 150 | 2025-08-18T18:50:14.191Z | None -> 15.0.7-2.0 |
| 151 | 2025-08-18T18:50:14.191Z | ooce/developer/llvm-15 |
| 152 | 2025-08-18T18:50:14.191Z | None -> 15.0.7-2.0 |
| 153 | 2025-08-18T18:50:14.191Z | |
| 154 | 2025-08-18T18:50:14.191Z | Services: |
| 155 | 2025-08-18T18:50:14.191Z | restart_fmri: |
| 156 | 2025-08-18T18:50:14.191Z | svc:/system/update-man-index:default |
| 157 | 2025-08-18T18:50:14.244Z | |
| 158 | 2025-08-18T18:50:14.244Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-08-18T18:50:19.246Z | Download: 2166/3290 items 118.3/212.6MB 55% complete (23.8M/s) |
| 160 | 2025-08-18T18:50:23.476Z | Download: Completed 212.60 MB in 9.23 seconds (23.0M/s) |
| 161 | 2025-08-18T18:50:24.322Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2025-08-18T18:50:28.882Z | Actions: Completed 3689 actions in 4.56 seconds. |
| 163 | 2025-08-18T18:50:29.506Z | Done (0.619s) |
| 164 | 2025-08-18T18:50:29.506Z | Done (0.000s) |
| 165 | 2025-08-18T18:50:30.382Z | Done (0.876s) |
| 166 | 2025-08-18T18:50:34.892Z | Done (4.189s) |
| 167 | 2025-08-18T18:50:34.985Z | Done (0.020s) |
| 168 | 2025-08-18T18:50:34.988Z | Done (0.000s) |
| 169 | 2025-08-18T18:50:35.151Z | Done (0.000s) |
| 170 | 2025-08-18T18:50:36.033Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2025-08-18T18:50:36.196Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2025-08-18T18:50:36.199Z | Planning: Consolidating action changes ... Done |
| 173 | 2025-08-18T18:50:36.483Z | Planning: Evaluating mediators ... Done |
| 174 | 2025-08-18T18:50:36.486Z | Planning: Planning completed in 0.45 seconds |
| 175 | 2025-08-18T18:50:36.517Z | Mediators to change: 2 |
| 176 | 2025-08-18T18:50:36.517Z | Create boot environment: No |
| 177 | 2025-08-18T18:50:36.520Z | Create backup boot environment: No |
| 178 | 2025-08-18T18:50:36.589Z | Done |
| 179 | 2025-08-18T18:50:36.589Z | Done |
| 180 | 2025-08-18T18:50:37.243Z | Done |
| 181 | 2025-08-18T18:50:40.899Z | Done |
| 182 | 2025-08-18T18:50:40.987Z | Done |
| 183 | 2025-08-18T18:50:40.991Z | Done |
| 184 | 2025-08-18T18:50:41.138Z | Done |
| 185 | 2025-08-18T18:50:41.779Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2025-08-18T18:50:41.782Z | Planning: Merging actions ... Done |
| 187 | 2025-08-18T18:50:41.975Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2025-08-18T18:50:41.978Z | Planning: Consolidating action changes ... Done |
| 189 | 2025-08-18T18:50:42.263Z | Planning: Evaluating mediators ... Done |
| 190 | 2025-08-18T18:50:42.325Z | Planning: Planning completed in 0.80 seconds |
| 191 | 2025-08-18T18:50:42.363Z | Packages to change: 1 |
| 192 | 2025-08-18T18:50:42.363Z | Mediators to change: 1 |
| 193 | 2025-08-18T18:50:42.366Z | Services to change: 1 |
| 194 | 2025-08-18T18:50:42.366Z | Create boot environment: No |
| 195 | 2025-08-18T18:50:42.366Z | Create backup boot environment: Yes |
| 196 | 2025-08-18T18:50:44.808Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2025-08-18T18:50:44.812Z | Actions: Completed 6 actions in 0.00 seconds. |
| 198 | 2025-08-18T18:50:44.812Z | Done |
| 199 | 2025-08-18T18:50:44.812Z | Done |
| 200 | 2025-08-18T18:50:44.988Z | Done |
| 201 | 2025-08-18T18:50:48.608Z | Done |
| 202 | 2025-08-18T18:50:48.699Z | Done |
| 203 | 2025-08-18T18:50:48.705Z | Done |
| 204 | 2025-08-18T18:50:48.847Z | Done |
| 205 | 2025-08-18T18:50:49.294Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2025-08-18T18:50:49.294Z | clang system 15 system |
| 207 | 2025-08-18T18:50:49.294Z | csh system system illumos |
| 208 | 2025-08-18T18:50:49.294Z | ctags system system illumos |
| 209 | 2025-08-18T18:50:49.294Z | file system system illumos |
| 210 | 2025-08-18T18:50:49.294Z | gcc vendor 12 vendor |
| 211 | 2025-08-18T18:50:49.294Z | gcc system 10 system |
| 212 | 2025-08-18T18:50:49.294Z | gcc system 7 system |
| 213 | 2025-08-18T18:50:49.294Z | go system 1.20 system |
| 214 | 2025-08-18T18:50:49.294Z | go system 1.19 system |
| 215 | 2025-08-18T18:50:49.294Z | llvm system 15 system |
| 216 | 2025-08-18T18:50:49.294Z | llvm system 14 system |
| 217 | 2025-08-18T18:50:49.294Z | mariadb system 10.6 system |
| 218 | 2025-08-18T18:50:49.295Z | mta vendor vendor dma |
| 219 | 2025-08-18T18:50:49.295Z | openjdk system 17 system |
| 220 | 2025-08-18T18:50:49.295Z | openjdk system 11 system |
| 221 | 2025-08-18T18:50:49.295Z | openjdk system 1.8 system |
| 222 | 2025-08-18T18:50:49.295Z | openssl vendor 3 vendor |
| 223 | 2025-08-18T18:50:49.295Z | perl system 5.36 system |
| 224 | 2025-08-18T18:50:49.295Z | postgresql system 15 system |
| 225 | 2025-08-18T18:50:49.295Z | postgresql system 13 system |
| 226 | 2025-08-18T18:50:49.295Z | python vendor 3 vendor |
| 227 | 2025-08-18T18:50:49.295Z | python system 2 system |
| 228 | 2025-08-18T18:50:49.295Z | python3 system 3.11 system |
| 229 | 2025-08-18T18:50:49.295Z | ruby system 3.0 system |
| 230 | 2025-08-18T18:50:49.295Z | words vendor vendor american-english |
| 231 | 2025-08-18T18:50:49.295Z | words system system australian-english |
| 232 | 2025-08-18T18:50:49.295Z | words system system british-english |
| 233 | 2025-08-18T18:50:49.295Z | words system system canadian-english |
| 234 | 2025-08-18T18:50:49.295Z | words system system french |
| 235 | 2025-08-18T18:50:49.295Z | words system system italian |
| 236 | 2025-08-18T18:50:49.295Z | words system system ngerman |
| 237 | 2025-08-18T18:50:49.295Z | words system system ogerman |
| 238 | 2025-08-18T18:50:49.295Z | words system system spanish |
| 239 | 2025-08-18T18:50:49.649Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2025-08-18T18:50:49.649Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2025-08-18T18:50:54.452Z | FMRI IFO |
| 242 | 2025-08-18T18:50:54.452Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2025-08-18T18:50:54.452Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2025-08-18T18:50:54.452Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2025-08-18T18:50:54.452Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2025-08-18T18:50:54.452Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2025-08-18T18:50:54.452Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2025-08-18T18:50:54.452Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2025-08-18T18:50:54.452Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 250 | 2025-08-18T18:50:54.452Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 251 | 2025-08-18T18:50:54.452Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2025-08-18T18:50:54.452Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 253 | 2025-08-18T18:50:54.452Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 254 | 2025-08-18T18:50:54.453Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 255 | 2025-08-18T18:50:54.453Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 256 | 2025-08-18T18:50:54.453Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 257 | 2025-08-18T18:50:54.453Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2025-08-18T18:50:55.513Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2025-08-18T18:50:55.814Z | Updating crates.io index |
| 260 | 2025-08-18T18:50:55.818Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 261 | 2025-08-18T18:50:56.170Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 262 | 2025-08-18T18:50:56.750Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2025-08-18T18:50:56.999Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 264 | 2025-08-18T18:50:57.235Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2025-08-18T18:50:57.547Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2025-08-18T18:50:58.686Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2025-08-18T18:51:00.746Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2025-08-18T18:51:01.714Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 269 | 2025-08-18T18:51:02.330Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 270 | 2025-08-18T18:51:02.647Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 271 | 2025-08-18T18:51:02.982Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 272 | 2025-08-18T18:51:03.655Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 273 | 2025-08-18T18:51:04.152Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2025-08-18T18:51:04.621Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2025-08-18T18:51:04.927Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 276 | 2025-08-18T18:51:05.284Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 277 | 2025-08-18T18:51:05.550Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 278 | 2025-08-18T18:51:05.794Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 279 | 2025-08-18T18:51:06.068Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 280 | 2025-08-18T18:51:06.345Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 281 | 2025-08-18T18:51:06.714Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 282 | 2025-08-18T18:51:07.091Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 283 | 2025-08-18T18:51:07.491Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 284 | 2025-08-18T18:51:07.965Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 285 | 2025-08-18T18:51:08.370Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 286 | 2025-08-18T18:51:08.628Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 287 | 2025-08-18T18:51:08.905Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 288 | 2025-08-18T18:51:09.279Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 289 | 2025-08-18T18:51:09.660Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 290 | 2025-08-18T18:51:09.925Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 291 | 2025-08-18T18:51:10.216Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 292 | 2025-08-18T18:51:18.575Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 293 | 2025-08-18T18:51:19.957Z | Downloading crates ... |
| 294 | 2025-08-18T18:51:20.010Z | Downloaded anstyle-parse v0.2.5 |
| 295 | 2025-08-18T18:51:20.019Z | Downloaded icu_locid v1.5.0 |
| 296 | 2025-08-18T18:51:20.023Z | Downloaded cfg-if v1.0.1 |
| 297 | 2025-08-18T18:51:20.026Z | Downloaded num-traits v0.2.19 |
| 298 | 2025-08-18T18:51:20.029Z | Downloaded stable_deref_trait v1.2.0 |
| 299 | 2025-08-18T18:51:20.032Z | Downloaded serde-untagged v0.1.7 |
| 300 | 2025-08-18T18:51:20.035Z | Downloaded macaddr v1.0.1 |
| 301 | 2025-08-18T18:51:20.035Z | Downloaded digest v0.10.7 |
| 302 | 2025-08-18T18:51:20.038Z | Downloaded cargo-util-schemas v0.8.2 |
| 303 | 2025-08-18T18:51:20.043Z | Downloaded ryu v1.0.18 |
| 304 | 2025-08-18T18:51:20.045Z | Downloaded ucd-trie v0.1.7 |
| 305 | 2025-08-18T18:51:20.048Z | Downloaded typenum v1.17.0 |
| 306 | 2025-08-18T18:51:20.051Z | Downloaded sha2 v0.10.9 |
| 307 | 2025-08-18T18:51:20.051Z | Downloaded zerofrom-derive v0.1.4 |
| 308 | 2025-08-18T18:51:20.054Z | Downloaded tabled_derive v0.7.0 |
| 309 | 2025-08-18T18:51:20.054Z | Downloaded toml v0.8.23 |
| 310 | 2025-08-18T18:51:20.057Z | Downloaded thread-id v4.2.2 |
| 311 | 2025-08-18T18:51:20.060Z | Downloaded textwrap v0.16.2 |
| 312 | 2025-08-18T18:51:20.060Z | Downloaded terminal_size v0.4.0 |
| 313 | 2025-08-18T18:51:20.063Z | Downloaded tabled v0.15.0 |
| 314 | 2025-08-18T18:51:20.075Z | Downloaded thiserror v1.0.69 |
| 315 | 2025-08-18T18:51:20.080Z | Downloaded unicode-xid v0.2.6 |
| 316 | 2025-08-18T18:51:20.083Z | Downloaded typeid v1.0.3 |
| 317 | 2025-08-18T18:51:20.084Z | Downloaded thiserror v2.0.12 |
| 318 | 2025-08-18T18:51:20.088Z | Downloaded zerofrom v0.1.4 |
| 319 | 2025-08-18T18:51:20.091Z | Downloaded writeable v0.5.5 |
| 320 | 2025-08-18T18:51:20.091Z | Downloaded version_check v0.9.5 |
| 321 | 2025-08-18T18:51:20.094Z | Downloaded errno v0.3.12 |
| 322 | 2025-08-18T18:51:20.094Z | Downloaded utf8parse v0.2.2 |
| 323 | 2025-08-18T18:51:20.097Z | Downloaded utf8_iter v1.0.4 |
| 324 | 2025-08-18T18:51:20.097Z | Downloaded utf16_iter v1.0.5 |
| 325 | 2025-08-18T18:51:20.100Z | Downloaded usdt-impl v0.5.0 |
| 326 | 2025-08-18T18:51:20.100Z | Downloaded unicode-linebreak v0.1.5 |
| 327 | 2025-08-18T18:51:20.100Z | Downloaded toml_datetime v0.6.11 |
| 328 | 2025-08-18T18:51:20.103Z | Downloaded write16 v1.0.0 |
| 329 | 2025-08-18T18:51:20.103Z | Downloaded unicode-width v0.1.14 |
| 330 | 2025-08-18T18:51:20.108Z | Downloaded zerocopy v0.7.35 |
| 331 | 2025-08-18T18:51:20.122Z | Downloaded zerovec v0.10.4 |
| 332 | 2025-08-18T18:51:20.127Z | Downloaded winnow v0.7.10 |
| 333 | 2025-08-18T18:51:20.134Z | Downloaded proc-macro-error v1.0.4 |
| 334 | 2025-08-18T18:51:20.137Z | Downloaded icu_locid_transform_data v1.5.0 |
| 335 | 2025-08-18T18:51:20.140Z | Downloaded url v2.5.4 |
| 336 | 2025-08-18T18:51:20.143Z | Downloaded libc v0.2.174 |
| 337 | 2025-08-18T18:51:20.162Z | Downloaded camino v1.1.11 |
| 338 | 2025-08-18T18:51:20.685Z | Downloaded syn v1.0.109 |
| 339 | 2025-08-18T18:51:20.694Z | Downloaded serde_spanned v0.6.9 |
| 340 | 2025-08-18T18:51:20.698Z | Downloaded anstream v0.6.18 |
| 341 | 2025-08-18T18:51:20.698Z | Downloaded generic-array v0.14.7 |
| 342 | 2025-08-18T18:51:20.701Z | Downloaded bitflags v2.9.1 |
| 343 | 2025-08-18T18:51:20.704Z | Downloaded dtrace-parser v0.2.0 |
| 344 | 2025-08-18T18:51:20.714Z | Downloaded anstyle-query v1.1.1 |
| 345 | 2025-08-18T18:51:20.717Z | Downloaded hashbrown v0.15.4 |
| 346 | 2025-08-18T18:51:20.724Z | Downloaded strsim v0.11.1 |
| 347 | 2025-08-18T18:51:20.727Z | Downloaded anstyle v1.0.11 |
| 348 | 2025-08-18T18:51:20.735Z | Downloaded colorchoice v1.0.2 |
| 349 | 2025-08-18T18:51:20.744Z | Downloaded serde_derive v1.0.219 |
| 350 | 2025-08-18T18:51:20.754Z | Downloaded tempfile v3.20.0 |
| 351 | 2025-08-18T18:51:20.757Z | Downloaded scroll v0.12.0 |
| 352 | 2025-08-18T18:51:20.760Z | Downloaded pest_derive v2.7.14 |
| 353 | 2025-08-18T18:51:20.763Z | Downloaded byteorder v1.5.0 |
| 354 | 2025-08-18T18:51:20.763Z | Downloaded idna_adapter v1.2.0 |
| 355 | 2025-08-18T18:51:20.763Z | Downloaded smawk v0.3.2 |
| 356 | 2025-08-18T18:51:20.768Z | Downloaded fastrand v2.1.1 |
| 357 | 2025-08-18T18:51:20.781Z | Downloaded memchr v2.7.4 |
| 358 | 2025-08-18T18:51:20.786Z | Downloaded clap_lex v0.7.4 |
| 359 | 2025-08-18T18:51:20.802Z | Downloaded clap_builder v4.5.41 |
| 360 | 2025-08-18T18:51:20.811Z | Downloaded litemap v0.7.3 |
| 361 | 2025-08-18T18:51:20.813Z | Downloaded icu_provider v1.5.0 |
| 362 | 2025-08-18T18:51:20.819Z | Downloaded icu_properties v1.5.1 |
| 363 | 2025-08-18T18:51:20.823Z | Downloaded swrite v0.1.0 |
| 364 | 2025-08-18T18:51:20.827Z | Downloaded goblin v0.8.2 |
| 365 | 2025-08-18T18:51:20.831Z | Downloaded idna v1.0.3 |
| 366 | 2025-08-18T18:51:20.834Z | Downloaded plain v0.2.3 |
| 367 | 2025-08-18T18:51:20.834Z | Downloaded memmap v0.7.0 |
| 368 | 2025-08-18T18:51:20.837Z | Downloaded bytecount v0.6.8 |
| 369 | 2025-08-18T18:51:20.844Z | Downloaded displaydoc v0.2.5 |
| 370 | 2025-08-18T18:51:20.849Z | Downloaded rustix v0.38.37 |
| 371 | 2025-08-18T18:51:20.869Z | Downloaded serde_tokenstream v0.2.2 |
| 372 | 2025-08-18T18:51:20.873Z | Downloaded once_cell v1.21.3 |
| 373 | 2025-08-18T18:51:20.873Z | Downloaded indexmap v2.10.0 |
| 374 | 2025-08-18T18:51:20.876Z | Downloaded fs-err v3.1.1 |
| 375 | 2025-08-18T18:51:20.879Z | Downloaded cargo_metadata v0.21.0 |
| 376 | 2025-08-18T18:51:20.882Z | Downloaded papergrid v0.11.0 |
| 377 | 2025-08-18T18:51:20.886Z | Downloaded fnv v1.0.7 |
| 378 | 2025-08-18T18:51:20.886Z | Downloaded proc-macro-error-attr v1.0.4 |
| 379 | 2025-08-18T18:51:20.890Z | Downloaded syn v2.0.104 |
| 380 | 2025-08-18T18:51:20.897Z | Downloaded getrandom v0.3.1 |
| 381 | 2025-08-18T18:51:20.900Z | Downloaded cargo_toml v0.21.0 |
| 382 | 2025-08-18T18:51:20.904Z | Downloaded scroll_derive v0.12.0 |
| 383 | 2025-08-18T18:51:20.904Z | Downloaded camino-tempfile v1.4.1 |
| 384 | 2025-08-18T18:51:20.904Z | Downloaded icu_normalizer_data v1.5.0 |
| 385 | 2025-08-18T18:51:20.907Z | Downloaded icu_provider_macros v1.5.0 |
| 386 | 2025-08-18T18:51:20.917Z | Downloaded icu_locid_transform v1.5.0 |
| 387 | 2025-08-18T18:51:20.920Z | Downloaded synstructure v0.13.1 |
| 388 | 2025-08-18T18:51:20.923Z | Downloaded equivalent v1.0.2 |
| 389 | 2025-08-18T18:51:20.967Z | Downloaded itoa v1.0.11 |
| 390 | 2025-08-18T18:51:20.974Z | Downloaded dof v0.3.0 |
| 391 | 2025-08-18T18:51:20.974Z | Downloaded cargo-platform v0.2.0 |
| 392 | 2025-08-18T18:51:20.977Z | Downloaded autocfg v1.4.0 |
| 393 | 2025-08-18T18:51:20.980Z | Downloaded smallvec v1.15.1 |
| 394 | 2025-08-18T18:51:20.988Z | Downloaded form_urlencoded v1.2.1 |
| 395 | 2025-08-18T18:51:20.990Z | Downloaded log v0.4.27 |
| 396 | 2025-08-18T18:51:21.002Z | Downloaded heck v0.5.0 |
| 397 | 2025-08-18T18:51:21.005Z | Downloaded crypto-common v0.1.6 |
| 398 | 2025-08-18T18:51:21.010Z | Downloaded pest_generator v2.7.14 |
| 399 | 2025-08-18T18:51:21.013Z | Downloaded pretty-hex v0.4.1 |
| 400 | 2025-08-18T18:51:21.045Z | Downloaded serde v1.0.219 |
| 401 | 2025-08-18T18:51:21.053Z | Downloaded is_terminal_polyfill v1.70.1 |
| 402 | 2025-08-18T18:51:21.056Z | Downloaded proc-macro2 v1.0.95 |
| 403 | 2025-08-18T18:51:21.061Z | Downloaded icu_properties_data v1.5.0 |
| 404 | 2025-08-18T18:51:21.071Z | Downloaded erased-serde v0.4.6 |
| 405 | 2025-08-18T18:51:21.080Z | Downloaded rustix v1.0.7 |
| 406 | 2025-08-18T18:51:21.100Z | Downloaded icu_normalizer v1.5.0 |
| 407 | 2025-08-18T18:51:21.104Z | Downloaded pest_meta v2.7.14 |
| 408 | 2025-08-18T18:51:21.107Z | Downloaded clap v4.5.41 |
| 409 | 2025-08-18T18:51:21.112Z | Downloaded tinystr v0.7.6 |
| 410 | 2025-08-18T18:51:21.120Z | Downloaded anyhow v1.0.99 |
| 411 | 2025-08-18T18:51:21.135Z | Downloaded icu_collections v1.5.0 |
| 412 | 2025-08-18T18:51:21.140Z | Downloaded serde_json v1.0.142 |
| 413 | 2025-08-18T18:51:21.146Z | Downloaded clap_derive v4.5.41 |
| 414 | 2025-08-18T18:51:21.156Z | Downloaded heck v0.4.1 |
| 415 | 2025-08-18T18:51:21.159Z | Downloaded ordered-float v2.10.1 |
| 416 | 2025-08-18T18:51:21.169Z | Downloaded usdt-attr-macro v0.5.0 |
| 417 | 2025-08-18T18:51:21.187Z | Downloaded toml_edit v0.22.27 |
| 418 | 2025-08-18T18:51:21.191Z | Downloaded percent-encoding v2.3.1 |
| 419 | 2025-08-18T18:51:21.206Z | Downloaded zerocopy-derive v0.7.35 |
| 420 | 2025-08-18T18:51:21.228Z | Downloaded semver v1.0.26 |
| 421 | 2025-08-18T18:51:21.304Z | Downloaded thiserror-impl v2.0.12 |
| 422 | 2025-08-18T18:51:21.337Z | Downloaded serde-value v0.7.0 |
| 423 | 2025-08-18T18:51:21.340Z | Downloaded yoke-derive v0.7.4 |
| 424 | 2025-08-18T18:51:21.416Z | Downloaded cpufeatures v0.2.14 |
| 425 | 2025-08-18T18:51:21.424Z | Downloaded unicode-width v0.2.0 |
| 426 | 2025-08-18T18:51:21.447Z | Downloaded yoke v0.7.4 |
| 427 | 2025-08-18T18:51:21.487Z | Downloaded toml_write v0.1.2 |
| 428 | 2025-08-18T18:51:21.505Z | Downloaded quote v1.0.40 |
| 429 | 2025-08-18T18:51:21.512Z | Downloaded usdt v0.5.0 |
| 430 | 2025-08-18T18:51:21.608Z | Downloaded usdt-macro v0.5.0 |
| 431 | 2025-08-18T18:51:21.665Z | Downloaded block-buffer v0.10.4 |
| 432 | 2025-08-18T18:51:21.669Z | Downloaded thiserror-impl v1.0.69 |
| 433 | 2025-08-18T18:51:21.736Z | Downloaded pest v2.7.14 |
| 434 | 2025-08-18T18:51:22.126Z | Downloaded unicode-ident v1.0.18 |
| 435 | 2025-08-18T18:51:22.216Z | Downloaded zerovec-derive v0.10.3 |
| 436 | 2025-08-18T18:51:22.288Z | Compiling proc-macro2 v1.0.95 |
| 437 | 2025-08-18T18:51:22.288Z | Compiling unicode-ident v1.0.18 |
| 438 | 2025-08-18T18:51:22.307Z | Compiling serde v1.0.219 |
| 439 | 2025-08-18T18:51:22.308Z | Compiling version_check v0.9.5 |
| 440 | 2025-08-18T18:51:22.308Z | Compiling libc v0.2.174 |
| 441 | 2025-08-18T18:51:22.308Z | Compiling memchr v2.7.4 |
| 442 | 2025-08-18T18:51:22.308Z | Compiling stable_deref_trait v1.2.0 |
| 443 | 2025-08-18T18:51:22.308Z | Compiling thiserror v1.0.69 |
| 444 | 2025-08-18T18:51:22.696Z | Compiling itoa v1.0.11 |
| 445 | 2025-08-18T18:51:22.766Z | Compiling litemap v0.7.3 |
| 446 | 2025-08-18T18:51:22.961Z | Compiling autocfg v1.4.0 |
| 447 | 2025-08-18T18:51:23.131Z | Compiling ucd-trie v0.1.7 |
| 448 | 2025-08-18T18:51:23.210Z | Compiling writeable v0.5.5 |
| 449 | 2025-08-18T18:51:23.258Z | Compiling ryu v1.0.18 |
| 450 | 2025-08-18T18:51:23.568Z | Compiling once_cell v1.21.3 |
| 451 | 2025-08-18T18:51:23.649Z | Compiling icu_locid_transform_data v1.5.0 |
| 452 | 2025-08-18T18:51:23.740Z | Compiling bitflags v2.9.1 |
| 453 | 2025-08-18T18:51:23.871Z | Compiling byteorder v1.5.0 |
| 454 | 2025-08-18T18:51:23.912Z | Compiling serde_json v1.0.142 |
| 455 | 2025-08-18T18:51:24.041Z | Compiling icu_properties_data v1.5.0 |
| 456 | 2025-08-18T18:51:24.245Z | Compiling num-traits v0.2.19 |
| 457 | 2025-08-18T18:51:24.274Z | Compiling utf8_iter v1.0.4 |
| 458 | 2025-08-18T18:51:24.304Z | Compiling hashbrown v0.15.4 |
| 459 | 2025-08-18T18:51:24.329Z | Compiling write16 v1.0.0 |
| 460 | 2025-08-18T18:51:24.333Z | Compiling typeid v1.0.3 |
| 461 | 2025-08-18T18:51:24.504Z | Compiling quote v1.0.40 |
| 462 | 2025-08-18T18:51:24.531Z | Compiling equivalent v1.0.2 |
| 463 | 2025-08-18T18:51:24.613Z | Compiling errno v0.3.12 |
| 464 | 2025-08-18T18:51:24.682Z | Compiling utf16_iter v1.0.5 |
| 465 | 2025-08-18T18:51:24.759Z | Compiling smallvec v1.15.1 |
| 466 | 2025-08-18T18:51:24.809Z | Compiling rustix v0.38.37 |
| 467 | 2025-08-18T18:51:24.863Z | Compiling icu_normalizer_data v1.5.0 |
| 468 | 2025-08-18T18:51:24.892Z | Compiling syn v2.0.104 |
| 469 | 2025-08-18T18:51:25.191Z | Compiling proc-macro-error-attr v1.0.4 |
| 470 | 2025-08-18T18:51:25.243Z | Compiling usdt-impl v0.5.0 |
| 471 | 2025-08-18T18:51:25.359Z | Compiling winnow v0.7.10 |
| 472 | 2025-08-18T18:51:25.432Z | Compiling indexmap v2.10.0 |
| 473 | 2025-08-18T18:51:25.477Z | Compiling syn v1.0.109 |
| 474 | 2025-08-18T18:51:25.532Z | Compiling toml_write v0.1.2 |
| 475 | 2025-08-18T18:51:25.802Z | Compiling thread-id v4.2.2 |
| 476 | 2025-08-18T18:51:25.957Z | Compiling proc-macro-error v1.0.4 |
| 477 | 2025-08-18T18:51:26.102Z | Compiling thiserror v2.0.12 |
| 478 | 2025-08-18T18:51:26.153Z | Compiling rustix v1.0.7 |
| 479 | 2025-08-18T18:51:26.296Z | Compiling utf8parse v0.2.2 |
| 480 | 2025-08-18T18:51:26.488Z | Compiling camino v1.1.11 |
| 481 | 2025-08-18T18:51:26.700Z | Compiling getrandom v0.3.1 |
| 482 | 2025-08-18T18:51:26.722Z | Compiling percent-encoding v2.3.1 |
| 483 | 2025-08-18T18:51:26.833Z | Compiling log v0.4.27 |
| 484 | 2025-08-18T18:51:27.078Z | Compiling plain v0.2.3 |
| 485 | 2025-08-18T18:51:27.118Z | Compiling semver v1.0.26 |
| 486 | 2025-08-18T18:51:27.217Z | Compiling form_urlencoded v1.2.1 |
| 487 | 2025-08-18T18:51:27.276Z | Compiling terminal_size v0.4.0 |
| 488 | 2025-08-18T18:51:27.455Z | Compiling ordered-float v2.10.1 |
| 489 | 2025-08-18T18:51:27.495Z | Compiling anstyle-parse v0.2.5 |
| 490 | 2025-08-18T18:51:27.786Z | Compiling anstyle-query v1.1.1 |
| 491 | 2025-08-18T18:51:27.813Z | Compiling cfg-if v1.0.1 |
| 492 | 2025-08-18T18:51:27.943Z | Compiling pretty-hex v0.4.1 |
| 493 | 2025-08-18T18:51:27.973Z | Compiling colorchoice v1.0.2 |
| 494 | 2025-08-18T18:51:28.018Z | Compiling anstyle v1.0.11 |
| 495 | 2025-08-18T18:51:28.162Z | Compiling is_terminal_polyfill v1.70.1 |
| 496 | 2025-08-18T18:51:28.357Z | Compiling anstream v0.6.18 |
| 497 | 2025-08-18T18:51:28.542Z | Compiling fs-err v3.1.1 |
| 498 | 2025-08-18T18:51:28.630Z | Compiling heck v0.5.0 |
| 499 | 2025-08-18T18:51:28.775Z | Compiling clap_lex v0.7.4 |
| 500 | 2025-08-18T18:51:28.939Z | Compiling fnv v1.0.7 |
| 501 | 2025-08-18T18:51:29.034Z | Compiling bytecount v0.6.8 |
| 502 | 2025-08-18T18:51:29.115Z | Compiling unicode-xid v0.2.6 |
| 503 | 2025-08-18T18:51:29.148Z | Compiling unicode-width v0.1.14 |
| 504 | 2025-08-18T18:51:29.226Z | Compiling strsim v0.11.1 |
| 505 | 2025-08-18T18:51:29.273Z | Compiling fastrand v2.1.1 |
| 506 | 2025-08-18T18:51:29.350Z | Compiling heck v0.4.1 |
| 507 | 2025-08-18T18:51:29.715Z | Compiling anyhow v1.0.99 |
| 508 | 2025-08-18T18:51:29.833Z | Compiling papergrid v0.11.0 |
| 509 | 2025-08-18T18:51:29.990Z | Compiling clap_builder v4.5.41 |
| 510 | 2025-08-18T18:51:30.201Z | Compiling tempfile v3.20.0 |
| 511 | 2025-08-18T18:51:31.001Z | Compiling memmap v0.7.0 |
| 512 | 2025-08-18T18:51:31.047Z | Compiling unicode-linebreak v0.1.5 |
| 513 | 2025-08-18T18:51:31.105Z | Compiling unicode-width v0.2.0 |
| 514 | 2025-08-18T18:51:31.361Z | Compiling smawk v0.3.2 |
| 515 | 2025-08-18T18:51:31.616Z | Compiling synstructure v0.13.1 |
| 516 | 2025-08-18T18:51:31.654Z | Compiling textwrap v0.16.2 |
| 517 | 2025-08-18T18:51:32.668Z | Compiling swrite v0.1.0 |
| 518 | 2025-08-18T18:51:32.759Z | Compiling tabled_derive v0.7.0 |
| 519 | 2025-08-18T18:51:32.826Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 520 | 2025-08-18T18:51:34.107Z | Compiling serde_derive v1.0.219 |
| 521 | 2025-08-18T18:51:34.133Z | Compiling zerofrom-derive v0.1.4 |
| 522 | 2025-08-18T18:51:34.136Z | Compiling yoke-derive v0.7.4 |
| 523 | 2025-08-18T18:51:34.215Z | Compiling thiserror-impl v1.0.69 |
| 524 | 2025-08-18T18:51:34.409Z | Compiling zerovec-derive v0.10.3 |
| 525 | 2025-08-18T18:51:35.182Z | Compiling displaydoc v0.2.5 |
| 526 | 2025-08-18T18:51:36.492Z | Compiling icu_provider_macros v1.5.0 |
| 527 | 2025-08-18T18:51:36.742Z | Compiling zerocopy-derive v0.7.35 |
| 528 | 2025-08-18T18:51:36.768Z | Compiling scroll_derive v0.12.0 |
| 529 | 2025-08-18T18:51:36.890Z | Compiling thiserror-impl v2.0.12 |
| 530 | 2025-08-18T18:51:37.290Z | Compiling pest v2.7.14 |
| 531 | 2025-08-18T18:51:37.522Z | Compiling clap_derive v4.5.41 |
| 532 | 2025-08-18T18:51:37.549Z | Compiling zerofrom v0.1.4 |
| 533 | 2025-08-18T18:51:37.811Z | Compiling yoke v0.7.4 |
| 534 | 2025-08-18T18:51:38.183Z | Compiling zerovec v0.10.4 |
| 535 | 2025-08-18T18:51:38.183Z | Compiling scroll v0.12.0 |
| 536 | 2025-08-18T18:51:38.391Z | Compiling tabled v0.15.0 |
| 537 | 2025-08-18T18:51:38.637Z | Compiling zerocopy v0.7.35 |
| 538 | 2025-08-18T18:51:38.754Z | Compiling goblin v0.8.2 |
| 539 | 2025-08-18T18:51:40.069Z | Compiling tinystr v0.7.6 |
| 540 | 2025-08-18T18:51:40.113Z | Compiling pest_meta v2.7.14 |
| 541 | 2025-08-18T18:51:40.238Z | Compiling icu_collections v1.5.0 |
| 542 | 2025-08-18T18:51:40.466Z | Compiling icu_locid v1.5.0 |
| 543 | 2025-08-18T18:51:41.474Z | Compiling pest_generator v2.7.14 |
| 544 | 2025-08-18T18:51:41.587Z | Compiling icu_provider v1.5.0 |
| 545 | 2025-08-18T18:51:42.450Z | Compiling icu_locid_transform v1.5.0 |
| 546 | 2025-08-18T18:51:42.535Z | Compiling clap v4.5.41 |
| 547 | 2025-08-18T18:51:43.679Z | Compiling icu_properties v1.5.1 |
| 548 | 2025-08-18T18:51:43.795Z | Compiling pest_derive v2.7.14 |
| 549 | 2025-08-18T18:51:44.533Z | Compiling dtrace-parser v0.2.0 |
| 550 | 2025-08-18T18:51:46.096Z | Compiling serde_tokenstream v0.2.2 |
| 551 | 2025-08-18T18:51:46.142Z | Compiling serde_spanned v0.6.9 |
| 552 | 2025-08-18T18:51:46.146Z | Compiling toml_datetime v0.6.11 |
| 553 | 2025-08-18T18:51:46.308Z | Compiling erased-serde v0.4.6 |
| 554 | 2025-08-18T18:51:46.360Z | Compiling serde-value v0.7.0 |
| 555 | 2025-08-18T18:51:46.656Z | Compiling toml_edit v0.22.27 |
| 556 | 2025-08-18T18:51:47.114Z | Compiling icu_normalizer v1.5.0 |
| 557 | 2025-08-18T18:51:47.137Z | Compiling cargo-platform v0.2.0 |
| 558 | 2025-08-18T18:51:47.491Z | Compiling serde-untagged v0.1.7 |
| 559 | 2025-08-18T18:51:47.517Z | Compiling camino-tempfile v1.4.1 |
| 560 | 2025-08-18T18:51:47.688Z | Compiling macaddr v1.0.1 |
| 561 | 2025-08-18T18:51:47.858Z | Compiling dof v0.3.0 |
| 562 | 2025-08-18T18:51:47.994Z | Compiling idna_adapter v1.2.0 |
| 563 | 2025-08-18T18:51:48.249Z | Compiling idna v1.0.3 |
| 564 | 2025-08-18T18:51:48.848Z | Compiling url v2.5.4 |
| 565 | 2025-08-18T18:51:49.429Z | Compiling usdt-macro v0.5.0 |
| 566 | 2025-08-18T18:51:49.429Z | Compiling usdt-attr-macro v0.5.0 |
| 567 | 2025-08-18T18:51:49.985Z | Compiling toml v0.8.23 |
| 568 | 2025-08-18T18:51:50.525Z | Compiling usdt v0.5.0 |
| 569 | 2025-08-18T18:51:50.775Z | Compiling cargo-util-schemas v0.8.2 |
| 570 | 2025-08-18T18:51:50.776Z | Compiling cargo_toml v0.21.0 |
| 571 | 2025-08-18T18:51:52.179Z | Compiling cargo_metadata v0.21.0 |
| 572 | 2025-08-18T18:51:53.999Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 573 | 2025-08-18T18:51:57.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
| 574 | 2025-08-18T18:51:57.797Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 575 | 2025-08-18T18:51:58.505Z | Downloading crates ... |
| 576 | 2025-08-18T18:51:58.652Z | Downloaded hash32 v0.3.1 |
| 577 | 2025-08-18T18:51:58.656Z | Downloaded addr2line v0.24.2 |
| 578 | 2025-08-18T18:51:58.659Z | Downloaded adler2 v2.0.0 |
| 579 | 2025-08-18T18:51:58.662Z | Downloaded aead v0.5.2 |
| 580 | 2025-08-18T18:51:58.662Z | Downloaded hex v0.4.3 |
| 581 | 2025-08-18T18:51:58.665Z | Downloaded group v0.13.0 |
| 582 | 2025-08-18T18:51:58.668Z | Downloaded globwalk v0.9.1 |
| 583 | 2025-08-18T18:51:58.671Z | Downloaded ahash v0.8.12 |
| 584 | 2025-08-18T18:51:58.676Z | Downloaded heck v0.3.3 |
| 585 | 2025-08-18T18:51:58.679Z | Downloaded allocator-api2 v0.2.21 |
| 586 | 2025-08-18T18:51:58.683Z | Downloaded arrayref v0.3.9 |
| 587 | 2025-08-18T18:51:58.686Z | Downloaded atty v0.2.14 |
| 588 | 2025-08-18T18:51:58.686Z | Downloaded async-stream-impl v0.3.6 |
| 589 | 2025-08-18T18:51:58.686Z | Downloaded async-stream v0.3.6 |
| 590 | 2025-08-18T18:51:58.691Z | Downloaded iana-time-zone v0.1.63 |
| 591 | 2025-08-18T18:51:58.695Z | Downloaded ident_case v1.0.1 |
| 592 | 2025-08-18T18:51:58.698Z | Downloaded is-terminal v0.4.13 |
| 593 | 2025-08-18T18:51:58.698Z | Downloaded inout v0.1.3 |
| 594 | 2025-08-18T18:51:58.701Z | Downloaded indexmap v1.9.3 |
| 595 | 2025-08-18T18:51:58.705Z | Downloaded lazycell v1.3.0 |
| 596 | 2025-08-18T18:51:58.705Z | Downloaded lazy_static v1.5.0 |
| 597 | 2025-08-18T18:51:58.708Z | Downloaded lock_api v0.4.12 |
| 598 | 2025-08-18T18:51:58.711Z | Downloaded hashbrown v0.12.3 |
| 599 | 2025-08-18T18:51:58.716Z | Downloaded bitflags v1.3.2 |
| 600 | 2025-08-18T18:51:58.720Z | Downloaded hickory-client v0.25.2 |
| 601 | 2025-08-18T18:51:58.723Z | Downloaded block-padding v0.3.3 |
| 602 | 2025-08-18T18:51:58.726Z | Downloaded blake2 v0.10.6 |
| 603 | 2025-08-18T18:51:58.729Z | Downloaded bit-vec v0.8.0 |
| 604 | 2025-08-18T18:51:58.732Z | Downloaded bit-vec v0.6.3 |
| 605 | 2025-08-18T18:51:58.737Z | Downloaded bzip2 v0.5.2 |
| 606 | 2025-08-18T18:51:58.737Z | Downloaded bzip2 v0.4.4 |
| 607 | 2025-08-18T18:51:58.741Z | Downloaded highway v1.3.0 |
| 608 | 2025-08-18T18:51:58.744Z | Downloaded cbc v0.1.2 |
| 609 | 2025-08-18T18:51:58.744Z | Downloaded castaway v0.2.3 |
| 610 | 2025-08-18T18:51:58.747Z | Downloaded half v2.4.1 |
| 611 | 2025-08-18T18:51:58.752Z | Downloaded ciborium-ll v0.2.2 |
| 612 | 2025-08-18T18:51:58.756Z | Downloaded heapless v0.8.0 |
| 613 | 2025-08-18T18:51:58.761Z | Downloaded const-oid v0.9.6 |
| 614 | 2025-08-18T18:51:58.765Z | Downloaded hostname v0.3.1 |
| 615 | 2025-08-18T18:51:58.769Z | Downloaded is_ci v1.2.0 |
| 616 | 2025-08-18T18:51:58.772Z | Downloaded crossbeam-deque v0.8.5 |
| 617 | 2025-08-18T18:51:58.775Z | Downloaded instant v0.1.13 |
| 618 | 2025-08-18T18:51:58.780Z | Downloaded humantime v2.2.0 |
| 619 | 2025-08-18T18:51:58.783Z | Downloaded litrs v0.4.1 |
| 620 | 2025-08-18T18:51:58.787Z | Downloaded aes-gcm v0.10.3 |
| 621 | 2025-08-18T18:51:58.787Z | Downloaded aes v0.8.4 |
| 622 | 2025-08-18T18:51:58.791Z | Downloaded arc-swap v1.7.1 |
| 623 | 2025-08-18T18:51:58.795Z | Downloaded powerfmt v0.2.0 |
| 624 | 2025-08-18T18:51:58.798Z | Downloaded crossbeam-utils v0.8.21 |
| 625 | 2025-08-18T18:51:58.802Z | Downloaded bb8 v0.8.5 |
| 626 | 2025-08-18T18:51:58.802Z | Downloaded bitfield v0.14.0 |
| 627 | 2025-08-18T18:51:58.805Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 628 | 2025-08-18T18:51:58.805Z | Downloaded cookie v0.18.1 |
| 629 | 2025-08-18T18:51:58.808Z | Downloaded cargo-platform v0.1.8 |
| 630 | 2025-08-18T18:51:58.811Z | Downloaded cargo_metadata v0.18.1 |
| 631 | 2025-08-18T18:51:58.814Z | Downloaded cancel-safe-futures v0.1.5 |
| 632 | 2025-08-18T18:51:58.818Z | Downloaded chacha20 v0.9.1 |
| 633 | 2025-08-18T18:51:58.818Z | Downloaded cassowary v0.3.0 |
| 634 | 2025-08-18T18:51:58.822Z | Downloaded camino-tempfile-ext v0.3.2 |
| 635 | 2025-08-18T18:51:58.828Z | Downloaded buf-list v1.0.3 |
| 636 | 2025-08-18T18:51:58.828Z | Downloaded blowfish v0.9.1 |
| 637 | 2025-08-18T18:51:58.836Z | Downloaded itertools v0.10.5 |
| 638 | 2025-08-18T18:51:58.842Z | Downloaded rand_chacha v0.3.1 |
| 639 | 2025-08-18T18:51:58.842Z | Downloaded itertools v0.13.0 |
| 640 | 2025-08-18T18:51:58.846Z | Downloaded maplit v1.0.2 |
| 641 | 2025-08-18T18:51:58.849Z | Downloaded primeorder v0.13.6 |
| 642 | 2025-08-18T18:51:58.849Z | Downloaded indoc v2.0.6 |
| 643 | 2025-08-18T18:51:58.853Z | Downloaded hyper-rustls v0.27.7 |
| 644 | 2025-08-18T18:51:58.856Z | Downloaded jobserver v0.1.32 |
| 645 | 2025-08-18T18:51:58.859Z | Downloaded linked-hash-map v0.5.6 |
| 646 | 2025-08-18T18:51:58.859Z | Downloaded lru v0.12.5 |
| 647 | 2025-08-18T18:51:58.862Z | Downloaded headers-core v0.3.0 |
| 648 | 2025-08-18T18:51:58.862Z | Downloaded console v0.15.10 |
| 649 | 2025-08-18T18:51:58.878Z | Downloaded rustc_version v0.4.1 |
| 650 | 2025-08-18T18:51:58.882Z | Downloaded hubpack_derive v0.1.1 |
| 651 | 2025-08-18T18:51:58.882Z | Downloaded hubpack v0.1.2 |
| 652 | 2025-08-18T18:51:58.885Z | Downloaded http-range v0.1.5 |
| 653 | 2025-08-18T18:51:58.885Z | Downloaded indoc v1.0.9 |
| 654 | 2025-08-18T18:51:58.888Z | Downloaded lockfree-object-pool v0.1.6 |
| 655 | 2025-08-18T18:51:58.891Z | Downloaded bindgen v0.71.1 |
| 656 | 2025-08-18T18:51:58.897Z | Downloaded rand_xorshift v0.4.0 |
| 657 | 2025-08-18T18:51:58.900Z | Downloaded rustc-demangle v0.1.24 |
| 658 | 2025-08-18T18:51:58.903Z | Downloaded r2d2 v0.8.10 |
| 659 | 2025-08-18T18:51:58.903Z | Downloaded crossbeam-channel v0.5.15 |
| 660 | 2025-08-18T18:51:58.909Z | Downloaded chacha20poly1305 v0.10.1 |
| 661 | 2025-08-18T18:51:58.912Z | Downloaded serde_urlencoded v0.7.1 |
| 662 | 2025-08-18T18:51:58.915Z | Downloaded rustls-native-certs v0.8.1 |
| 663 | 2025-08-18T18:51:58.915Z | Downloaded chrono v0.4.41 |
| 664 | 2025-08-18T18:51:58.922Z | Downloaded linear-map v1.2.0 |
| 665 | 2025-08-18T18:51:58.925Z | Downloaded libz-rs-sys v0.5.1 |
| 666 | 2025-08-18T18:51:58.929Z | Downloaded ignore v0.4.23 |
| 667 | 2025-08-18T18:51:58.932Z | Downloaded bitvec v1.0.1 |
| 668 | 2025-08-18T18:51:58.945Z | Downloaded time-core v0.1.2 |
| 669 | 2025-08-18T18:51:58.948Z | Downloaded hickory-resolver v0.24.4 |
| 670 | 2025-08-18T18:51:58.951Z | Downloaded const_format v0.2.34 |
| 671 | 2025-08-18T18:51:58.957Z | Downloaded tokio-stream v0.1.17 |
| 672 | 2025-08-18T18:51:58.962Z | Downloaded bytes v1.10.1 |
| 673 | 2025-08-18T18:51:58.967Z | Downloaded bumpalo v3.16.0 |
| 674 | 2025-08-18T18:51:58.971Z | Downloaded blake3 v1.5.4 |
| 675 | 2025-08-18T18:51:58.978Z | Downloaded itertools v0.14.0 |
| 676 | 2025-08-18T18:51:58.986Z | Downloaded signature v2.2.0 |
| 677 | 2025-08-18T18:51:58.989Z | Downloaded rcgen v0.12.1 |
| 678 | 2025-08-18T18:51:58.992Z | Downloaded cc v1.2.30 |
| 679 | 2025-08-18T18:51:58.998Z | Downloaded aws-lc-rs v1.12.4 |
| 680 | 2025-08-18T18:51:59.007Z | Downloaded sqlparser_derive v0.2.2 |
| 681 | 2025-08-18T18:51:59.010Z | Downloaded semver v0.1.20 |
| 682 | 2025-08-18T18:51:59.010Z | Downloaded libm v0.2.8 |
| 683 | 2025-08-18T18:51:59.018Z | Downloaded term v0.7.0 |
| 684 | 2025-08-18T18:51:59.022Z | Downloaded termcolor v1.4.1 |
| 685 | 2025-08-18T18:51:59.025Z | Downloaded sync-ptr v0.1.4 |
| 686 | 2025-08-18T18:51:59.027Z | Downloaded tokio-rustls v0.24.1 |
| 687 | 2025-08-18T18:51:59.028Z | Downloaded tungstenite v0.21.0 |
| 688 | 2025-08-18T18:51:59.031Z | Downloaded try-lock v0.2.5 |
| 689 | 2025-08-18T18:51:59.034Z | Downloaded http v1.3.1 |
| 690 | 2025-08-18T18:51:59.037Z | Downloaded prefix-trie v0.7.0 |
| 691 | 2025-08-18T18:51:59.040Z | Downloaded tokio-rustls v0.25.0 |
| 692 | 2025-08-18T18:51:59.043Z | Downloaded tui-tree-widget v0.23.1 |
| 693 | 2025-08-18T18:51:59.046Z | Downloaded unit-prefix v0.5.1 |
| 694 | 2025-08-18T18:51:59.046Z | Downloaded universal-hash v0.5.1 |
| 695 | 2025-08-18T18:51:59.049Z | Downloaded tls_codec_derive v0.4.1 |
| 696 | 2025-08-18T18:51:59.052Z | Downloaded unsafe-libyaml v0.2.11 |
| 697 | 2025-08-18T18:51:59.054Z | Downloaded untrusted v0.9.0 |
| 698 | 2025-08-18T18:51:59.057Z | Downloaded untrusted v0.7.1 |
| 699 | 2025-08-18T18:51:59.057Z | Downloaded iri-string v0.7.8 |
| 700 | 2025-08-18T18:51:59.063Z | Downloaded zone v0.1.8 |
| 701 | 2025-08-18T18:51:59.067Z | Downloaded heapless v0.7.17 |
| 702 | 2025-08-18T18:51:59.070Z | Downloaded zstd-safe v7.2.3 |
| 703 | 2025-08-18T18:51:59.073Z | Downloaded rand v0.9.1 |
| 704 | 2025-08-18T18:51:59.077Z | Downloaded slog-envlogger v2.2.0 |
| 705 | 2025-08-18T18:51:59.080Z | Downloaded slog-dtrace v0.3.0 |
| 706 | 2025-08-18T18:51:59.083Z | Downloaded rustls v0.21.12 |
| 707 | 2025-08-18T18:51:59.094Z | Downloaded rayon-core v1.12.1 |
| 708 | 2025-08-18T18:51:59.098Z | Downloaded rustls v0.22.4 |
| 709 | 2025-08-18T18:51:59.112Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 710 | 2025-08-18T18:51:59.140Z | Downloaded russh-keys v0.45.0 |
| 711 | 2025-08-18T18:51:59.140Z | Downloaded derive_builder_core v0.20.2 |
| 712 | 2025-08-18T18:51:59.143Z | Downloaded derive_builder v0.20.2 |
| 713 | 2025-08-18T18:51:59.143Z | Downloaded ecdsa v0.16.9 |
| 714 | 2025-08-18T18:51:59.143Z | Downloaded ena v0.14.3 |
| 715 | 2025-08-18T18:51:59.143Z | Downloaded endian-type v0.1.2 |
| 716 | 2025-08-18T18:51:59.143Z | Downloaded foreign-types-macros v0.2.3 |
| 717 | 2025-08-18T18:51:59.143Z | Downloaded foreign-types-shared v0.1.1 |
| 718 | 2025-08-18T18:51:59.143Z | Downloaded filetime v0.2.25 |
| 719 | 2025-08-18T18:51:59.143Z | Downloaded hkdf v0.12.4 |
| 720 | 2025-08-18T18:51:59.144Z | Downloaded time v0.3.36 |
| 721 | 2025-08-18T18:51:59.147Z | Downloaded tower-http v0.6.6 |
| 722 | 2025-08-18T18:51:59.155Z | Downloaded tokio-rustls v0.26.0 |
| 723 | 2025-08-18T18:51:59.158Z | Downloaded md5 v0.7.0 |
| 724 | 2025-08-18T18:51:59.161Z | Downloaded md-5 v0.10.6 |
| 725 | 2025-08-18T18:51:59.164Z | Downloaded maybe-uninit v2.0.0 |
| 726 | 2025-08-18T18:51:59.167Z | Downloaded match_cfg v0.1.0 |
| 727 | 2025-08-18T18:51:59.167Z | Downloaded lzma-sys v0.1.20 |
| 728 | 2025-08-18T18:51:59.194Z | Downloaded opaque-debug v0.3.1 |
| 729 | 2025-08-18T18:51:59.197Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 730 | 2025-08-18T18:51:59.207Z | Downloaded rand_chacha v0.9.0 |
| 731 | 2025-08-18T18:51:59.210Z | Downloaded owo-colors v4.2.2 |
| 732 | 2025-08-18T18:51:59.213Z | Downloaded lalrpop v0.19.12 |
| 733 | 2025-08-18T18:51:59.225Z | Downloaded paste v1.0.15 |
| 734 | 2025-08-18T18:51:59.228Z | Downloaded unicode_categories v0.1.1 |
| 735 | 2025-08-18T18:51:59.231Z | Downloaded unicode-segmentation v1.12.0 |
| 736 | 2025-08-18T18:51:59.235Z | Downloaded winnow v0.5.40 |
| 737 | 2025-08-18T18:51:59.244Z | Downloaded parking_lot_core v0.9.10 |
| 738 | 2025-08-18T18:51:59.249Z | Downloaded jiff v0.2.15 |
| 739 | 2025-08-18T18:51:59.267Z | Downloaded jiff-static v0.2.15 |
| 740 | 2025-08-18T18:51:59.270Z | Downloaded indicatif v0.18.0 |
| 741 | 2025-08-18T18:51:59.273Z | Downloaded rand_core v0.6.4 |
| 742 | 2025-08-18T18:51:59.276Z | Downloaded pem v3.0.5 |
| 743 | 2025-08-18T18:51:59.279Z | Downloaded pem-rfc7468 v0.7.0 |
| 744 | 2025-08-18T18:51:59.282Z | Downloaded same-file v1.0.6 |
| 745 | 2025-08-18T18:51:59.285Z | Downloaded scopeguard v1.2.0 |
| 746 | 2025-08-18T18:51:59.285Z | Downloaded serde_bytes v0.11.17 |
| 747 | 2025-08-18T18:51:59.288Z | Downloaded serde_with_macros v3.14.0 |
| 748 | 2025-08-18T18:51:59.291Z | Downloaded serde_yaml v0.9.34+deprecated |
| 749 | 2025-08-18T18:51:59.294Z | Downloaded ron v0.8.1 |
| 750 | 2025-08-18T18:51:59.301Z | Downloaded password-hash v0.4.2 |
| 751 | 2025-08-18T18:51:59.306Z | Downloaded rustls-pemfile v2.2.0 |
| 752 | 2025-08-18T18:51:59.306Z | Downloaded diesel_derives v2.2.3 |
| 753 | 2025-08-18T18:51:59.310Z | Downloaded rustls-pemfile v1.0.4 |
| 754 | 2025-08-18T18:51:59.313Z | Downloaded radium v0.7.0 |
| 755 | 2025-08-18T18:51:59.313Z | Downloaded pbkdf2 v0.12.2 |
| 756 | 2025-08-18T18:51:59.316Z | Downloaded signal-hook-registry v1.4.2 |
| 757 | 2025-08-18T18:51:59.316Z | Downloaded flate2 v1.1.2 |
| 758 | 2025-08-18T18:51:59.320Z | Downloaded parking_lot v0.12.3 |
| 759 | 2025-08-18T18:51:59.324Z | Downloaded spin v0.9.8 |
| 760 | 2025-08-18T18:51:59.327Z | Downloaded hickory-proto v0.24.4 |
| 761 | 2025-08-18T18:51:59.341Z | Downloaded tokio-macros v2.5.0 |
| 762 | 2025-08-18T18:51:59.344Z | Downloaded strum v0.26.3 |
| 763 | 2025-08-18T18:51:59.344Z | Downloaded stringprep v0.1.5 |
| 764 | 2025-08-18T18:51:59.347Z | Downloaded string_cache v0.8.9 |
| 765 | 2025-08-18T18:51:59.351Z | Downloaded static_assertions v1.1.0 |
| 766 | 2025-08-18T18:51:59.351Z | Downloaded spki v0.7.3 |
| 767 | 2025-08-18T18:51:59.354Z | Downloaded libxml v0.3.3 |
| 768 | 2025-08-18T18:51:59.357Z | Downloaded papergrid v0.14.0 |
| 769 | 2025-08-18T18:51:59.362Z | Downloaded pbkdf2 v0.11.0 |
| 770 | 2025-08-18T18:51:59.365Z | Downloaded parking_lot_core v0.8.6 |
| 771 | 2025-08-18T18:51:59.368Z | Downloaded parking_lot v0.11.2 |
| 772 | 2025-08-18T18:51:59.371Z | Downloaded nix v0.29.0 |
| 773 | 2025-08-18T18:51:59.382Z | Downloaded difflib v0.4.0 |
| 774 | 2025-08-18T18:51:59.385Z | Downloaded derive_builder_macro v0.20.2 |
| 775 | 2025-08-18T18:51:59.385Z | Downloaded unicode-truncate v1.1.0 |
| 776 | 2025-08-18T18:51:59.388Z | Downloaded xz2 v0.1.7 |
| 777 | 2025-08-18T18:51:59.391Z | Downloaded xshell-macros v0.2.7 |
| 778 | 2025-08-18T18:51:59.391Z | Downloaded value-bag v1.9.0 |
| 779 | 2025-08-18T18:51:59.394Z | Downloaded topological-sort v0.2.2 |
| 780 | 2025-08-18T18:51:59.397Z | Downloaded toml_writer v1.0.2 |
| 781 | 2025-08-18T18:51:59.397Z | Downloaded toml v0.9.5 |
| 782 | 2025-08-18T18:51:59.402Z | Downloaded which v4.4.2 |
| 783 | 2025-08-18T18:51:59.404Z | Downloaded typify-macro v0.2.0 |
| 784 | 2025-08-18T18:51:59.405Z | Downloaded libz-sys v1.1.20 |
| 785 | 2025-08-18T18:51:59.424Z | Downloaded darling_macro v0.20.10 |
| 786 | 2025-08-18T18:51:59.427Z | Downloaded float-cmp v0.10.0 |
| 787 | 2025-08-18T18:51:59.427Z | Downloaded embedded-io v0.6.1 |
| 788 | 2025-08-18T18:51:59.429Z | Downloaded sqlparser v0.45.0 |
| 789 | 2025-08-18T18:51:59.433Z | Downloaded ed25519 v2.2.3 |
| 790 | 2025-08-18T18:51:59.436Z | Downloaded document-features v0.2.11 |
| 791 | 2025-08-18T18:51:59.439Z | Downloaded env_logger v0.10.2 |
| 792 | 2025-08-18T18:51:59.444Z | Downloaded fixedbitset v0.4.2 |
| 793 | 2025-08-18T18:51:59.444Z | Downloaded env_logger v0.11.5 |
| 794 | 2025-08-18T18:51:59.447Z | Downloaded futures-channel v0.3.31 |
| 795 | 2025-08-18T18:51:59.450Z | Downloaded rand v0.8.5 |
| 796 | 2025-08-18T18:51:59.453Z | Downloaded unicode-normalization v0.1.24 |
| 797 | 2025-08-18T18:51:59.456Z | Downloaded glob v0.3.2 |
| 798 | 2025-08-18T18:51:59.459Z | Downloaded tokio-postgres v0.7.13 |
| 799 | 2025-08-18T18:51:59.464Z | Downloaded nanorand v0.7.0 |
| 800 | 2025-08-18T18:51:59.467Z | Downloaded multimap v0.10.1 |
| 801 | 2025-08-18T18:51:59.469Z | Downloaded futures-task v0.3.31 |
| 802 | 2025-08-18T18:51:59.472Z | Downloaded futures-sink v0.3.31 |
| 803 | 2025-08-18T18:51:59.472Z | Downloaded vcpkg v0.2.15 |
| 804 | 2025-08-18T18:51:59.509Z | Downloaded number_prefix v0.4.0 |
| 805 | 2025-08-18T18:51:59.512Z | Downloaded webpki-roots v1.0.1 |
| 806 | 2025-08-18T18:51:59.515Z | Downloaded num_threads v0.1.7 |
| 807 | 2025-08-18T18:51:59.515Z | Downloaded num_enum_derive v0.5.11 |
| 808 | 2025-08-18T18:51:59.518Z | Downloaded polyval v0.6.2 |
| 809 | 2025-08-18T18:51:59.521Z | Downloaded crossterm v0.29.0 |
| 810 | 2025-08-18T18:51:59.525Z | Downloaded peg-runtime v0.8.5 |
| 811 | 2025-08-18T18:51:59.528Z | Downloaded typify-impl v0.3.0 |
| 812 | 2025-08-18T18:51:59.540Z | Downloaded secrecy v0.8.0 |
| 813 | 2025-08-18T18:51:59.543Z | Downloaded slog v2.7.0 |
| 814 | 2025-08-18T18:51:59.546Z | Downloaded signal-hook-tokio v0.3.1 |
| 815 | 2025-08-18T18:51:59.546Z | Downloaded russh-cryptovec v0.7.3 |
| 816 | 2025-08-18T18:51:59.551Z | Downloaded parse-size v1.1.0 |
| 817 | 2025-08-18T18:51:59.551Z | Downloaded rfc6979 v0.4.0 |
| 818 | 2025-08-18T18:51:59.554Z | Downloaded proc-macro-error2 v2.0.1 |
| 819 | 2025-08-18T18:51:59.557Z | Downloaded rusty-fork v0.3.0 |
| 820 | 2025-08-18T18:51:59.557Z | Downloaded sec1 v0.7.3 |
| 821 | 2025-08-18T18:51:59.561Z | Downloaded sct v0.7.1 |
| 822 | 2025-08-18T18:51:59.564Z | Downloaded ed25519-dalek v2.1.1 |
| 823 | 2025-08-18T18:51:59.567Z | Downloaded strum_macros v0.24.3 |
| 824 | 2025-08-18T18:51:59.570Z | Downloaded socket2 v0.5.10 |
| 825 | 2025-08-18T18:51:59.573Z | Downloaded snafu-derive v0.8.5 |
| 826 | 2025-08-18T18:51:59.573Z | Downloaded toml v0.7.8 |
| 827 | 2025-08-18T18:51:59.577Z | Downloaded tracing-attributes v0.1.27 |
| 828 | 2025-08-18T18:51:59.580Z | Downloaded tracing-core v0.1.32 |
| 829 | 2025-08-18T18:51:59.583Z | Downloaded termtree v0.5.1 |
| 830 | 2025-08-18T18:51:59.586Z | Downloaded termios v0.3.3 |
| 831 | 2025-08-18T18:51:59.586Z | Downloaded tar v0.4.44 |
| 832 | 2025-08-18T18:51:59.590Z | Downloaded twox-hash v2.1.0 |
| 833 | 2025-08-18T18:51:59.593Z | Downloaded scrypt v0.11.0 |
| 834 | 2025-08-18T18:51:59.593Z | Downloaded diesel v2.2.12 |
| 835 | 2025-08-18T18:51:59.611Z | Downloaded darling v0.20.10 |
| 836 | 2025-08-18T18:51:59.616Z | Downloaded smoltcp v0.11.0 |
| 837 | 2025-08-18T18:51:59.628Z | Downloaded dsl_auto_type v0.1.2 |
| 838 | 2025-08-18T18:51:59.630Z | Downloaded num-bigint v0.4.6 |
| 839 | 2025-08-18T18:51:59.634Z | Downloaded dropshot_endpoint v0.16.3 |
| 840 | 2025-08-18T18:51:59.638Z | Downloaded num-bigint-dig v0.8.4 |
| 841 | 2025-08-18T18:51:59.644Z | Downloaded moka v0.12.10 |
| 842 | 2025-08-18T18:51:59.653Z | Downloaded smoltcp v0.9.1 |
| 843 | 2025-08-18T18:51:59.664Z | Downloaded fs_extra v1.3.0 |
| 844 | 2025-08-18T18:51:59.667Z | Downloaded new_debug_unreachable v1.0.6 |
| 845 | 2025-08-18T18:51:59.670Z | Downloaded ghash v0.5.1 |
| 846 | 2025-08-18T18:51:59.673Z | Downloaded getrandom v0.2.15 |
| 847 | 2025-08-18T18:51:59.675Z | Downloaded num-complex v0.4.6 |
| 848 | 2025-08-18T18:51:59.676Z | Downloaded packed_struct_codegen v0.10.1 |
| 849 | 2025-08-18T18:51:59.678Z | Downloaded nu-ansi-term v0.50.1 |
| 850 | 2025-08-18T18:51:59.681Z | Downloaded pkcs1 v0.7.5 |
| 851 | 2025-08-18T18:51:59.684Z | Downloaded petname v2.0.2 |
| 852 | 2025-08-18T18:51:59.688Z | Downloaded tracing v0.1.40 |
| 853 | 2025-08-18T18:51:59.693Z | Downloaded defmt v0.3.8 |
| 854 | 2025-08-18T18:51:59.696Z | Downloaded num-conv v0.1.0 |
| 855 | 2025-08-18T18:51:59.701Z | Downloaded zone_cfg_derive v0.3.0 |
| 856 | 2025-08-18T18:51:59.701Z | Downloaded uzers v0.12.1 |
| 857 | 2025-08-18T18:51:59.704Z | Downloaded futures-util v0.3.31 |
| 858 | 2025-08-18T18:51:59.713Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 859 | 2025-08-18T18:51:59.716Z | Downloaded test-strategy v0.4.3 |
| 860 | 2025-08-18T18:51:59.719Z | Downloaded zip v4.2.0 |
| 861 | 2025-08-18T18:51:59.723Z | Downloaded tokio-native-tls v0.3.1 |
| 862 | 2025-08-18T18:51:59.727Z | Downloaded tinyvec_macros v0.1.1 |
| 863 | 2025-08-18T18:51:59.727Z | Downloaded quinn v0.11.5 |
| 864 | 2025-08-18T18:51:59.730Z | Downloaded walkdir v2.5.0 |
| 865 | 2025-08-18T18:51:59.733Z | Downloaded poly1305 v0.8.0 |
| 866 | 2025-08-18T18:51:59.736Z | Downloaded serde_path_to_error v0.1.17 |
| 867 | 2025-08-18T18:51:59.739Z | Downloaded serde_derive_internals v0.29.1 |
| 868 | 2025-08-18T18:51:59.742Z | Downloaded pkcs5 v0.7.1 |
| 869 | 2025-08-18T18:51:59.745Z | Downloaded tokio-tungstenite v0.21.0 |
| 870 | 2025-08-18T18:51:59.748Z | Downloaded toml_datetime v0.7.0 |
| 871 | 2025-08-18T18:51:59.751Z | Downloaded derive_more-impl v2.0.1 |
| 872 | 2025-08-18T18:51:59.754Z | Downloaded phf_shared v0.12.1 |
| 873 | 2025-08-18T18:51:59.757Z | Downloaded omicron-zone-package v0.12.2 |
| 874 | 2025-08-18T18:51:59.760Z | Downloaded olpc-cjson v0.1.4 |
| 875 | 2025-08-18T18:51:59.762Z | Downloaded predicates-core v1.0.8 |
| 876 | 2025-08-18T18:51:59.765Z | Downloaded petgraph v0.6.5 |
| 877 | 2025-08-18T18:51:59.780Z | Downloaded foreign-types v0.3.2 |
| 878 | 2025-08-18T18:51:59.783Z | Downloaded foldhash v0.1.5 |
| 879 | 2025-08-18T18:51:59.783Z | Downloaded derive_more v0.99.20 |
| 880 | 2025-08-18T18:51:59.788Z | Downloaded der_derive v0.7.3 |
| 881 | 2025-08-18T18:51:59.791Z | Downloaded typify-impl v0.4.1 |
| 882 | 2025-08-18T18:51:59.803Z | Downloaded oxide-tokio-rt v0.1.2 |
| 883 | 2025-08-18T18:51:59.806Z | Downloaded rsa v0.9.6 |
| 884 | 2025-08-18T18:51:59.810Z | Downloaded phf_shared v0.11.2 |
| 885 | 2025-08-18T18:51:59.813Z | Downloaded phf v0.12.1 |
| 886 | 2025-08-18T18:51:59.816Z | Downloaded thiserror-no-std v2.0.2 |
| 887 | 2025-08-18T18:51:59.818Z | Downloaded curve25519-dalek v4.1.3 |
| 888 | 2025-08-18T18:51:59.827Z | Downloaded uuid v1.17.0 |
| 889 | 2025-08-18T18:51:59.830Z | Downloaded vergen v8.3.2 |
| 890 | 2025-08-18T18:51:59.833Z | Downloaded slog-async v2.8.0 |
| 891 | 2025-08-18T18:51:59.836Z | Downloaded crunchy v0.2.2 |
| 892 | 2025-08-18T18:51:59.836Z | Downloaded der v0.7.9 |
| 893 | 2025-08-18T18:51:59.840Z | Downloaded samael v0.0.19 |
| 894 | 2025-08-18T18:51:59.848Z | Downloaded ref-cast-impl v1.0.24 |
| 895 | 2025-08-18T18:51:59.851Z | Downloaded zone v0.3.1 |
| 896 | 2025-08-18T18:51:59.851Z | Downloaded darling_core v0.21.0 |
| 897 | 2025-08-18T18:51:59.857Z | Downloaded openapiv3 v2.2.0 |
| 898 | 2025-08-18T18:51:59.868Z | Downloaded void v1.0.2 |
| 899 | 2025-08-18T18:51:59.871Z | Downloaded tinyvec v1.8.0 |
| 900 | 2025-08-18T18:51:59.874Z | Downloaded tokio-util v0.7.15 |
| 901 | 2025-08-18T18:51:59.880Z | Downloaded either v1.15.0 |
| 902 | 2025-08-18T18:51:59.883Z | Downloaded nibble_vec v0.1.0 |
| 903 | 2025-08-18T18:51:59.886Z | Downloaded enum-as-inner v0.6.1 |
| 904 | 2025-08-18T18:51:59.886Z | Downloaded pin-utils v0.1.0 |
| 905 | 2025-08-18T18:51:59.889Z | Downloaded pkcs8 v0.10.2 |
| 906 | 2025-08-18T18:51:59.895Z | Downloaded p256 v0.13.2 |
| 907 | 2025-08-18T18:51:59.898Z | Downloaded serde_cbor v0.11.2 |
| 908 | 2025-08-18T18:51:59.898Z | Downloaded tagptr v0.2.0 |
| 909 | 2025-08-18T18:51:59.901Z | Downloaded futures-io v0.3.31 |
| 910 | 2025-08-18T18:51:59.901Z | Downloaded minimal-lexical v0.2.1 |
| 911 | 2025-08-18T18:51:59.906Z | Downloaded native-tls v0.2.12 |
| 912 | 2025-08-18T18:51:59.909Z | Downloaded num-integer v0.1.46 |
| 913 | 2025-08-18T18:51:59.911Z | Downloaded ratatui v0.29.0 |
| 914 | 2025-08-18T18:51:59.930Z | Downloaded thread_local v1.1.8 |
| 915 | 2025-08-18T18:51:59.933Z | Downloaded sync_wrapper v1.0.1 |
| 916 | 2025-08-18T18:51:59.933Z | Downloaded openssl-probe v0.1.5 |
| 917 | 2025-08-18T18:51:59.936Z | Downloaded openssl-macros v0.1.1 |
| 918 | 2025-08-18T18:51:59.936Z | Downloaded tabled_derive v0.10.0 |
| 919 | 2025-08-18T18:51:59.939Z | Downloaded unicode-bidi v0.3.17 |
| 920 | 2025-08-18T18:51:59.939Z | Downloaded wait-timeout v0.2.0 |
| 921 | 2025-08-18T18:51:59.942Z | Downloaded vte v0.11.1 |
| 922 | 2025-08-18T18:51:59.945Z | Downloaded prettyplease v0.2.36 |
| 923 | 2025-08-18T18:51:59.948Z | Downloaded dirs-next v2.0.0 |
| 924 | 2025-08-18T18:51:59.952Z | Downloaded diff v0.1.13 |
| 925 | 2025-08-18T18:51:59.955Z | Downloaded regex v1.11.1 |
| 926 | 2025-08-18T18:51:59.966Z | Downloaded futures-executor v0.3.31 |
| 927 | 2025-08-18T18:51:59.969Z | Downloaded expectorate v1.2.0 |
| 928 | 2025-08-18T18:51:59.972Z | Downloaded futures-core v0.3.31 |
| 929 | 2025-08-18T18:51:59.972Z | Downloaded futures v0.3.31 |
| 930 | 2025-08-18T18:51:59.981Z | Downloaded unicase v2.7.0 |
| 931 | 2025-08-18T18:51:59.984Z | Downloaded chrono-tz v0.10.4 |
| 932 | 2025-08-18T18:51:59.996Z | Downloaded p384 v0.13.0 |
| 933 | 2025-08-18T18:52:00.002Z | Downloaded reqwest v0.12.22 |
| 934 | 2025-08-18T18:52:00.010Z | Downloaded slab v0.4.9 |
| 935 | 2025-08-18T18:52:00.013Z | Downloaded siphasher v1.0.1 |
| 936 | 2025-08-18T18:52:00.013Z | Downloaded similar v2.7.0 |
| 937 | 2025-08-18T18:52:00.018Z | Downloaded pin-project-internal v1.1.6 |
| 938 | 2025-08-18T18:52:00.022Z | Downloaded phf v0.11.2 |
| 939 | 2025-08-18T18:52:00.025Z | Downloaded pin-project-lite v0.2.14 |
| 940 | 2025-08-18T18:52:00.027Z | Downloaded pkg-config v0.3.31 |
| 941 | 2025-08-18T18:52:00.030Z | Downloaded signal-hook-mio v0.2.4 |
| 942 | 2025-08-18T18:52:00.033Z | Downloaded derive_more v2.0.1 |
| 943 | 2025-08-18T18:52:00.041Z | Downloaded fallible-iterator v0.2.0 |
| 944 | 2025-08-18T18:52:00.044Z | Downloaded utf-8 v0.7.6 |
| 945 | 2025-08-18T18:52:00.046Z | Downloaded shlex v1.3.0 |
| 946 | 2025-08-18T18:52:00.046Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 947 | 2025-08-18T18:52:00.063Z | Downloaded slog-scope v4.4.0 |
| 948 | 2025-08-18T18:52:00.065Z | Downloaded dunce v1.0.5 |
| 949 | 2025-08-18T18:52:00.066Z | Downloaded quick-error v1.2.3 |
| 950 | 2025-08-18T18:52:00.068Z | Downloaded proc-macro-crate v1.3.1 |
| 951 | 2025-08-18T18:52:00.068Z | Downloaded flagset v0.4.6 |
| 952 | 2025-08-18T18:52:00.071Z | Downloaded zlib-rs v0.5.1 |
| 953 | 2025-08-18T18:52:00.075Z | Downloaded unicode-properties v0.1.3 |
| 954 | 2025-08-18T18:52:00.078Z | Downloaded tokio-tungstenite v0.23.1 |
| 955 | 2025-08-18T18:52:00.081Z | Downloaded typify-impl v0.2.0 |
| 956 | 2025-08-18T18:52:00.094Z | Downloaded want v0.3.1 |
| 957 | 2025-08-18T18:52:00.097Z | Downloaded rand_seeder v0.3.0 |
| 958 | 2025-08-18T18:52:00.097Z | Downloaded rand_core v0.9.2 |
| 959 | 2025-08-18T18:52:00.099Z | Downloaded pretty-hex v0.2.1 |
| 960 | 2025-08-18T18:52:00.099Z | Downloaded salty v0.3.0 |
| 961 | 2025-08-18T18:52:00.107Z | Downloaded unarray v0.1.4 |
| 962 | 2025-08-18T18:52:00.110Z | Downloaded newtype_derive v0.1.6 |
| 963 | 2025-08-18T18:52:00.110Z | Downloaded tiny-keccak v2.0.2 |
| 964 | 2025-08-18T18:52:00.113Z | Downloaded crypto-bigint v0.5.5 |
| 965 | 2025-08-18T18:52:00.117Z | Downloaded precomputed-hash v0.1.1 |
| 966 | 2025-08-18T18:52:00.120Z | Downloaded ppv-lite86 v0.2.20 |
| 967 | 2025-08-18T18:52:00.120Z | Downloaded postgres-protocol v0.6.8 |
| 968 | 2025-08-18T18:52:00.123Z | Downloaded cstr-argument v0.1.2 |
| 969 | 2025-08-18T18:52:00.123Z | Downloaded schemars v0.8.22 |
| 970 | 2025-08-18T18:52:00.135Z | Downloaded sha1 v0.10.6 |
| 971 | 2025-08-18T18:52:00.138Z | Downloaded slog-json v2.6.1 |
| 972 | 2025-08-18T18:52:00.141Z | Downloaded signal-hook v0.3.18 |
| 973 | 2025-08-18T18:52:00.143Z | Downloaded scheduled-thread-pool v0.2.7 |
| 974 | 2025-08-18T18:52:00.143Z | Downloaded salsa20 v0.10.2 |
| 975 | 2025-08-18T18:52:00.146Z | Downloaded vsss-rs v3.3.4 |
| 976 | 2025-08-18T18:52:00.149Z | Downloaded typify v0.3.0 |
| 977 | 2025-08-18T18:52:00.152Z | Downloaded vte_generate_state_changes v0.1.2 |
| 978 | 2025-08-18T18:52:00.152Z | Downloaded publicsuffix v2.3.0 |
| 979 | 2025-08-18T18:52:00.155Z | Downloaded rustversion v1.0.17 |
| 980 | 2025-08-18T18:52:00.158Z | Downloaded openssl-sys v0.9.109 |
| 981 | 2025-08-18T18:52:00.161Z | Downloaded slog-stdlog v4.1.1 |
| 982 | 2025-08-18T18:52:00.165Z | Downloaded fd-lock v4.0.2 |
| 983 | 2025-08-18T18:52:00.168Z | Downloaded fatfs v0.3.6 |
| 984 | 2025-08-18T18:52:00.169Z | Downloaded typify-macro v0.3.0 |
| 985 | 2025-08-18T18:52:00.172Z | Downloaded zerocopy-derive v0.6.6 |
| 986 | 2025-08-18T18:52:00.179Z | Downloaded support-bundle-viewer v0.1.2 |
| 987 | 2025-08-18T18:52:00.182Z | Downloaded num-derive v0.4.2 |
| 988 | 2025-08-18T18:52:00.185Z | Downloaded globset v0.4.15 |
| 989 | 2025-08-18T18:52:00.185Z | Downloaded encoding_rs v0.8.34 |
| 990 | 2025-08-18T18:52:00.203Z | Downloaded quick-xml v0.37.2 |
| 991 | 2025-08-18T18:52:00.208Z | Downloaded psl-types v2.0.11 |
| 992 | 2025-08-18T18:52:00.211Z | Downloaded env_filter v0.1.2 |
| 993 | 2025-08-18T18:52:00.211Z | Downloaded embedded-io v0.4.0 |
| 994 | 2025-08-18T18:52:00.214Z | Downloaded elliptic-curve v0.13.8 |
| 995 | 2025-08-18T18:52:00.218Z | Downloaded object v0.36.5 |
| 996 | 2025-08-18T18:52:00.226Z | Downloaded yansi v1.0.1 |
| 997 | 2025-08-18T18:52:00.229Z | Downloaded progenitor-macro v0.10.0 |
| 998 | 2025-08-18T18:52:00.232Z | Downloaded oxnet v0.1.3 |
| 999 | 2025-08-18T18:52:00.232Z | Downloaded ff v0.13.0 |
| 1000 | 2025-08-18T18:52:00.235Z | Downloaded display-error-chain v0.2.2 |
| 1001 | 2025-08-18T18:52:00.235Z | Downloaded rpassword v7.4.0 |
| 1002 | 2025-08-18T18:52:00.238Z | Downloaded schemars_derive v0.8.22 |
| 1003 | 2025-08-18T18:52:00.238Z | Downloaded darling_core v0.20.10 |
| 1004 | 2025-08-18T18:52:00.242Z | Downloaded darling v0.21.0 |
| 1005 | 2025-08-18T18:52:00.246Z | Downloaded zeroize_derive v1.4.2 |
| 1006 | 2025-08-18T18:52:00.249Z | Downloaded waitgroup v0.1.2 |
| 1007 | 2025-08-18T18:52:00.249Z | Downloaded smallvec v0.6.14 |
| 1008 | 2025-08-18T18:52:00.253Z | Downloaded slog-term v2.9.1 |
| 1009 | 2025-08-18T18:52:00.253Z | Downloaded typify-macro v0.4.1 |
| 1010 | 2025-08-18T18:52:00.256Z | Downloaded regress v0.10.4 |
| 1011 | 2025-08-18T18:52:00.261Z | Downloaded git2 v0.19.0 |
| 1012 | 2025-08-18T18:52:00.269Z | Downloaded polar-core v0.27.3 |
| 1013 | 2025-08-18T18:52:00.276Z | Downloaded zeroize v1.8.1 |
| 1014 | 2025-08-18T18:52:00.279Z | Downloaded rustyline v14.0.0 |
| 1015 | 2025-08-18T18:52:00.282Z | Downloaded sled v0.34.7 |
| 1016 | 2025-08-18T18:52:00.292Z | Downloaded quinn-proto v0.11.8 |
| 1017 | 2025-08-18T18:52:00.297Z | Downloaded p521 v0.13.3 |
| 1018 | 2025-08-18T18:52:00.304Z | Downloaded nom v7.1.3 |
| 1019 | 2025-08-18T18:52:00.307Z | Downloaded dropshot v0.16.3 |
| 1020 | 2025-08-18T18:52:00.325Z | Downloaded nix v0.27.1 |
| 1021 | 2025-08-18T18:52:00.334Z | Downloaded subprocess v0.2.9 |
| 1022 | 2025-08-18T18:52:00.337Z | Downloaded packed_struct v0.10.1 |
| 1023 | 2025-08-18T18:52:00.340Z | Downloaded zerocopy-derive v0.8.26 |
| 1024 | 2025-08-18T18:52:00.343Z | Downloaded gimli v0.31.1 |
| 1025 | 2025-08-18T18:52:00.350Z | Downloaded proptest v1.7.0 |
| 1026 | 2025-08-18T18:52:00.358Z | Downloaded sha3 v0.10.8 |
| 1027 | 2025-08-18T18:52:00.363Z | Downloaded ring v0.17.14 |
| 1028 | 2025-08-18T18:52:00.401Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1029 | 2025-08-18T18:52:00.450Z | Downloaded time-macros v0.2.18 |
| 1030 | 2025-08-18T18:52:00.453Z | Downloaded subtle v2.6.1 |
| 1031 | 2025-08-18T18:52:00.453Z | Downloaded shell-words v1.1.0 |
| 1032 | 2025-08-18T18:52:00.456Z | Downloaded ron v0.7.1 |
| 1033 | 2025-08-18T18:52:00.482Z | Downloaded resolv-conf v0.7.0 |
| 1034 | 2025-08-18T18:52:00.482Z | Downloaded toml_parser v1.0.2 |
| 1035 | 2025-08-18T18:52:00.483Z | Downloaded strum_macros v0.26.4 |
| 1036 | 2025-08-18T18:52:00.483Z | Downloaded tokio v1.47.0 |
| 1037 | 2025-08-18T18:52:00.498Z | Downloaded toml_edit v0.19.15 |
| 1038 | 2025-08-18T18:52:00.513Z | Downloaded rustls-webpki v0.102.8 |
| 1039 | 2025-08-18T18:52:00.529Z | Downloaded tabled v0.18.0 |
| 1040 | 2025-08-18T18:52:00.544Z | Downloaded rustls-webpki v0.101.7 |
| 1041 | 2025-08-18T18:52:00.556Z | Downloaded predicates-tree v1.0.12 |
| 1042 | 2025-08-18T18:52:00.559Z | Downloaded oso v0.27.3 |
| 1043 | 2025-08-18T18:52:00.562Z | Downloaded openssl v0.10.73 |
| 1044 | 2025-08-18T18:52:00.568Z | Downloaded float-ord v0.3.2 |
| 1045 | 2025-08-18T18:52:00.571Z | Downloaded derive-ex v0.1.8 |
| 1046 | 2025-08-18T18:52:00.571Z | Downloaded defmt-macros v0.3.9 |
| 1047 | 2025-08-18T18:52:00.574Z | Downloaded regex-automata v0.4.8 |
| 1048 | 2025-08-18T18:52:00.586Z | Downloaded regex-syntax v0.8.5 |
| 1049 | 2025-08-18T18:52:00.593Z | Downloaded zone_cfg_derive v0.1.2 |
| 1050 | 2025-08-18T18:52:00.596Z | Downloaded tls_codec v0.4.1 |
| 1051 | 2025-08-18T18:52:00.596Z | Downloaded funty v2.0.0 |
| 1052 | 2025-08-18T18:52:00.596Z | Downloaded foreign-types v0.5.0 |
| 1053 | 2025-08-18T18:52:00.599Z | Downloaded zerocopy v0.8.26 |
| 1054 | 2025-08-18T18:52:00.617Z | Downloaded tabwriter v1.4.0 |
| 1055 | 2025-08-18T18:52:00.622Z | Downloaded nix v0.28.0 |
| 1056 | 2025-08-18T18:52:00.627Z | Downloaded serde-hex v0.1.0 |
| 1057 | 2025-08-18T18:52:00.630Z | Downloaded secrecy v0.10.3 |
| 1058 | 2025-08-18T18:52:00.630Z | Downloaded rtoolbox v0.0.2 |
| 1059 | 2025-08-18T18:52:00.633Z | Downloaded postcard v1.0.10 |
| 1060 | 2025-08-18T18:52:00.633Z | Downloaded num-derive v0.3.3 |
| 1061 | 2025-08-18T18:52:00.636Z | Downloaded zip v0.6.6 |
| 1062 | 2025-08-18T18:52:00.640Z | Downloaded typed-path v0.9.3 |
| 1063 | 2025-08-18T18:52:00.644Z | Downloaded newtype-uuid v1.2.4 |
| 1064 | 2025-08-18T18:52:00.647Z | Downloaded dirs-sys-next v0.1.2 |
| 1065 | 2025-08-18T18:52:00.648Z | Downloaded serde_with v3.14.0 |
| 1066 | 2025-08-18T18:52:00.655Z | Downloaded newline-converter v0.3.0 |
| 1067 | 2025-08-18T18:52:00.658Z | Downloaded object v0.30.4 |
| 1068 | 2025-08-18T18:52:00.663Z | Downloaded quinn-udp v0.5.5 |
| 1069 | 2025-08-18T18:52:00.666Z | Downloaded typify v0.2.0 |
| 1070 | 2025-08-18T18:52:00.669Z | Downloaded tungstenite v0.23.0 |
| 1071 | 2025-08-18T18:52:00.672Z | Downloaded miniz_oxide v0.8.5 |
| 1072 | 2025-08-18T18:52:00.675Z | Downloaded mime_guess v2.0.5 |
| 1073 | 2025-08-18T18:52:00.675Z | Downloaded pretty_assertions v1.4.1 |
| 1074 | 2025-08-18T18:52:00.678Z | Downloaded defmt-parser v0.3.4 |
| 1075 | 2025-08-18T18:52:00.678Z | Downloaded progenitor-macro v0.9.1 |
| 1076 | 2025-08-18T18:52:00.678Z | Downloaded progenitor-macro v0.8.0 |
| 1077 | 2025-08-18T18:52:00.678Z | Downloaded progenitor-impl v0.8.0 |
| 1078 | 2025-08-18T18:52:00.681Z | Downloaded progenitor-client v0.10.0 |
| 1079 | 2025-08-18T18:52:00.681Z | Downloaded progenitor-client v0.9.1 |
| 1080 | 2025-08-18T18:52:00.681Z | Downloaded progenitor-client v0.8.0 |
| 1081 | 2025-08-18T18:52:00.684Z | Downloaded progenitor v0.10.0 |
| 1082 | 2025-08-18T18:52:00.684Z | Downloaded predicates v3.1.3 |
| 1083 | 2025-08-18T18:52:00.687Z | Downloaded flume v0.11.1 |
| 1084 | 2025-08-18T18:52:00.689Z | Downloaded deranged v0.3.11 |
| 1085 | 2025-08-18T18:52:00.692Z | Downloaded regex-syntax v0.6.29 |
| 1086 | 2025-08-18T18:52:00.696Z | Downloaded multer v3.1.0 |
| 1087 | 2025-08-18T18:52:00.699Z | Downloaded tough v0.20.0 |
| 1088 | 2025-08-18T18:52:00.705Z | Downloaded steno v0.4.1 |
| 1089 | 2025-08-18T18:52:00.709Z | Downloaded russh v0.45.0 |
| 1090 | 2025-08-18T18:52:00.713Z | Downloaded radix_trie v0.2.1 |
| 1091 | 2025-08-18T18:52:00.717Z | Downloaded portable-atomic v1.11.0 |
| 1092 | 2025-08-18T18:52:00.723Z | Downloaded petgraph v0.8.2 |
| 1093 | 2025-08-18T18:52:00.741Z | Downloaded pin-project v1.1.6 |
| 1094 | 2025-08-18T18:52:00.751Z | Downloaded num v0.4.3 |
| 1095 | 2025-08-18T18:52:00.754Z | Downloaded normalize-line-endings v0.3.0 |
| 1096 | 2025-08-18T18:52:00.754Z | Downloaded tokio-dtrace v0.1.0 |
| 1097 | 2025-08-18T18:52:00.754Z | Downloaded fs-err v2.11.0 |
| 1098 | 2025-08-18T18:52:00.759Z | Downloaded fixedbitset v0.5.7 |
| 1099 | 2025-08-18T18:52:00.759Z | Downloaded des v0.8.1 |
| 1100 | 2025-08-18T18:52:00.763Z | Downloaded rustls v0.23.19 |
| 1101 | 2025-08-18T18:52:00.768Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1102 | 2025-08-18T18:52:00.772Z | Downloaded ctr v0.9.2 |
| 1103 | 2025-08-18T18:52:00.772Z | Downloaded csv-core v0.1.11 |
| 1104 | 2025-08-18T18:52:00.775Z | Downloaded zerocopy v0.6.6 |
| 1105 | 2025-08-18T18:52:00.775Z | Downloaded yasna v0.5.2 |
| 1106 | 2025-08-18T18:52:00.780Z | Downloaded tower-service v0.3.3 |
| 1107 | 2025-08-18T18:52:00.780Z | Downloaded tower-layer v0.3.3 |
| 1108 | 2025-08-18T18:52:00.785Z | Downloaded mio v1.0.2 |
| 1109 | 2025-08-18T18:52:00.788Z | Downloaded whoami v1.5.2 |
| 1110 | 2025-08-18T18:52:00.788Z | Downloaded typify v0.4.1 |
| 1111 | 2025-08-18T18:52:00.792Z | Downloaded strum v0.27.2 |
| 1112 | 2025-08-18T18:52:00.792Z | Downloaded structmeta-derive v0.3.0 |
| 1113 | 2025-08-18T18:52:00.797Z | Downloaded structmeta v0.3.0 |
| 1114 | 2025-08-18T18:52:00.797Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1115 | 2025-08-18T18:52:00.797Z | Downloaded sqlformat v0.3.5 |
| 1116 | 2025-08-18T18:52:00.797Z | Downloaded csv v1.3.1 |
| 1117 | 2025-08-18T18:52:00.812Z | Downloaded take_mut v0.2.2 |
| 1118 | 2025-08-18T18:52:00.815Z | Downloaded tap v1.0.1 |
| 1119 | 2025-08-18T18:52:00.815Z | Downloaded slog-bunyan v2.5.0 |
| 1120 | 2025-08-18T18:52:00.815Z | Downloaded siphasher v0.3.11 |
| 1121 | 2025-08-18T18:52:00.818Z | Downloaded socket2 v0.6.0 |
| 1122 | 2025-08-18T18:52:00.818Z | Downloaded winnow v0.6.26 |
| 1123 | 2025-08-18T18:52:00.825Z | Downloaded rustls-pki-types v1.10.0 |
| 1124 | 2025-08-18T18:52:00.828Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1125 | 2025-08-18T18:52:00.831Z | Downloaded peg-macros v0.8.5 |
| 1126 | 2025-08-18T18:52:00.831Z | Downloaded peg v0.8.5 |
| 1127 | 2025-08-18T18:52:00.834Z | Downloaded path-slash v0.1.5 |
| 1128 | 2025-08-18T18:52:00.839Z | Downloaded password-hash v0.5.0 |
| 1129 | 2025-08-18T18:52:00.839Z | Downloaded parse-display-derive v0.10.0 |
| 1130 | 2025-08-18T18:52:00.839Z | Downloaded parse-display v0.10.0 |
| 1131 | 2025-08-18T18:52:00.839Z | Downloaded oso-derive v0.27.3 |
| 1132 | 2025-08-18T18:52:00.844Z | Downloaded nix v0.30.1 |
| 1133 | 2025-08-18T18:52:00.849Z | Downloaded x509-cert v0.2.5 |
| 1134 | 2025-08-18T18:52:00.854Z | Downloaded gethostname v0.5.0 |
| 1135 | 2025-08-18T18:52:00.857Z | Downloaded hickory-proto v0.25.2 |
| 1136 | 2025-08-18T18:52:00.868Z | Downloaded foreign-types-shared v0.3.1 |
| 1137 | 2025-08-18T18:52:00.871Z | Downloaded derive-where v1.5.0 |
| 1138 | 2025-08-18T18:52:00.874Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1139 | 2025-08-18T18:52:00.874Z | Downloaded zstd v0.13.3 |
| 1140 | 2025-08-18T18:52:00.877Z | Downloaded zopfli v0.8.1 |
| 1141 | 2025-08-18T18:52:00.877Z | Downloaded snafu v0.8.5 |
| 1142 | 2025-08-18T18:52:00.882Z | Downloaded dyn-clone v1.0.19 |
| 1143 | 2025-08-18T18:52:00.885Z | Downloaded diesel-dtrace v0.4.2 |
| 1144 | 2025-08-18T18:52:00.885Z | Downloaded daft v0.1.4 |
| 1145 | 2025-08-18T18:52:00.888Z | Downloaded indicatif v0.17.11 |
| 1146 | 2025-08-18T18:52:00.891Z | Downloaded iddqd v0.3.9 |
| 1147 | 2025-08-18T18:52:00.895Z | Downloaded bstr v1.10.0 |
| 1148 | 2025-08-18T18:52:00.905Z | Downloaded num_enum v0.5.11 |
| 1149 | 2025-08-18T18:52:00.909Z | Downloaded num-rational v0.4.2 |
| 1150 | 2025-08-18T18:52:00.912Z | Downloaded num-iter v0.1.45 |
| 1151 | 2025-08-18T18:52:00.912Z | Downloaded nodrop v0.1.14 |
| 1152 | 2025-08-18T18:52:00.912Z | Downloaded mime v0.3.17 |
| 1153 | 2025-08-18T18:52:00.915Z | Downloaded memoffset v0.9.1 |
| 1154 | 2025-08-18T18:52:00.915Z | Downloaded memmap2 v0.9.5 |
| 1155 | 2025-08-18T18:52:00.915Z | Downloaded futures-macro v0.3.31 |
| 1156 | 2025-08-18T18:52:00.917Z | Downloaded fxhash v0.2.1 |
| 1157 | 2025-08-18T18:52:00.917Z | Downloaded smf v0.2.3 |
| 1158 | 2025-08-18T18:52:00.917Z | Downloaded hickory-server v0.25.2 |
| 1159 | 2025-08-18T18:52:00.921Z | Downloaded hickory-resolver v0.25.2 |
| 1160 | 2025-08-18T18:52:00.924Z | Downloaded tower v0.5.2 |
| 1161 | 2025-08-18T18:52:00.933Z | Downloaded debug-ignore v1.0.5 |
| 1162 | 2025-08-18T18:52:00.936Z | Downloaded data-encoding v2.9.0 |
| 1163 | 2025-08-18T18:52:00.936Z | Downloaded darling_macro v0.21.0 |
| 1164 | 2025-08-18T18:52:00.936Z | Downloaded daft-derive v0.1.4 |
| 1165 | 2025-08-18T18:52:00.939Z | Downloaded ssh-key v0.6.6 |
| 1166 | 2025-08-18T18:52:00.946Z | Downloaded serde_plain v1.0.2 |
| 1167 | 2025-08-18T18:52:00.949Z | Downloaded reedline v0.40.0 |
| 1168 | 2025-08-18T18:52:00.953Z | Downloaded rayon v1.10.0 |
| 1169 | 2025-08-18T18:52:00.961Z | Downloaded sigpipe v0.1.3 |
| 1170 | 2025-08-18T18:52:00.964Z | Downloaded serde_repr v0.1.19 |
| 1171 | 2025-08-18T18:52:00.965Z | Downloaded serde-big-array v0.5.1 |
| 1172 | 2025-08-18T18:52:00.965Z | Downloaded qorb v0.4.1 |
| 1173 | 2025-08-18T18:52:00.968Z | Downloaded headers v0.4.1 |
| 1174 | 2025-08-18T18:52:00.972Z | Downloaded xshell v0.2.7 |
| 1175 | 2025-08-18T18:52:00.975Z | Downloaded xattr v1.3.1 |
| 1176 | 2025-08-18T18:52:00.978Z | Downloaded wyz v0.5.1 |
| 1177 | 2025-08-18T18:52:00.978Z | Downloaded rustc_version v0.1.7 |
| 1178 | 2025-08-18T18:52:00.978Z | Downloaded compact_str v0.8.0 |
| 1179 | 2025-08-18T18:52:00.982Z | Downloaded supports-color v3.0.2 |
| 1180 | 2025-08-18T18:52:00.982Z | Downloaded ssh-encoding v0.2.0 |
| 1181 | 2025-08-18T18:52:00.984Z | Downloaded ssh-cipher v0.2.0 |
| 1182 | 2025-08-18T18:52:00.984Z | Downloaded cookie_store v0.21.1 |
| 1183 | 2025-08-18T18:52:00.988Z | Downloaded hyper-util v0.1.16 |
| 1184 | 2025-08-18T18:52:00.990Z | Downloaded hyper v1.6.0 |
| 1185 | 2025-08-18T18:52:00.997Z | Downloaded itertools v0.12.1 |
| 1186 | 2025-08-18T18:52:01.002Z | Downloaded strum_macros v0.27.1 |
| 1187 | 2025-08-18T18:52:01.005Z | Downloaded simd-adler32 v0.3.7 |
| 1188 | 2025-08-18T18:52:01.008Z | Downloaded serde_spanned v1.0.0 |
| 1189 | 2025-08-18T18:52:01.008Z | Downloaded progenitor-impl v0.10.0 |
| 1190 | 2025-08-18T18:52:01.011Z | Downloaded progenitor-impl v0.9.1 |
| 1191 | 2025-08-18T18:52:01.011Z | Downloaded progenitor v0.9.1 |
| 1192 | 2025-08-18T18:52:01.011Z | Downloaded progenitor v0.8.0 |
| 1193 | 2025-08-18T18:52:01.014Z | Downloaded postgres-types v0.2.9 |
| 1194 | 2025-08-18T18:52:01.014Z | Downloaded managed v0.8.0 |
| 1195 | 2025-08-18T18:52:01.019Z | Downloaded lzss v0.8.2 |
| 1196 | 2025-08-18T18:52:01.019Z | Downloaded lru-cache v0.1.2 |
| 1197 | 2025-08-18T18:52:01.019Z | Downloaded hostname v0.4.0 |
| 1198 | 2025-08-18T18:52:01.019Z | Downloaded bindgen v0.69.5 |
| 1199 | 2025-08-18T18:52:01.026Z | Downloaded rustc-hash v2.1.1 |
| 1200 | 2025-08-18T18:52:01.031Z | Downloaded rustc-hash v1.1.0 |
| 1201 | 2025-08-18T18:52:01.032Z | Downloaded ref-cast v1.0.24 |
| 1202 | 2025-08-18T18:52:01.032Z | Downloaded libsw-core v0.3.1 |
| 1203 | 2025-08-18T18:52:01.032Z | Downloaded libsw v3.5.0 |
| 1204 | 2025-08-18T18:52:01.032Z | Downloaded libscf-sys v1.1.0 |
| 1205 | 2025-08-18T18:52:01.036Z | Downloaded libefi-sys v0.1.0 |
| 1206 | 2025-08-18T18:52:01.036Z | Downloaded lalrpop-util v0.19.12 |
| 1207 | 2025-08-18T18:52:01.036Z | Downloaded kstat-rs v0.2.4 |
| 1208 | 2025-08-18T18:52:01.036Z | Downloaded keccak v0.1.5 |
| 1209 | 2025-08-18T18:52:01.038Z | Downloaded ipnetwork v0.21.1 |
| 1210 | 2025-08-18T18:52:01.039Z | Downloaded ipnet v2.11.0 |
| 1211 | 2025-08-18T18:52:01.042Z | Downloaded internet-checksum v0.2.1 |
| 1212 | 2025-08-18T18:52:01.043Z | Downloaded instability v0.3.2 |
| 1213 | 2025-08-18T18:52:01.043Z | Downloaded ingot-types v0.1.2 |
| 1214 | 2025-08-18T18:52:01.050Z | Downloaded ingot-macros v0.1.1 |
| 1215 | 2025-08-18T18:52:01.050Z | Downloaded ingot v0.1.1 |
| 1216 | 2025-08-18T18:52:01.050Z | Downloaded indent_write v2.2.0 |
| 1217 | 2025-08-18T18:52:01.050Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1218 | 2025-08-18T18:52:01.053Z | Downloaded hyper-staticfile v0.10.1 |
| 1219 | 2025-08-18T18:52:01.053Z | Downloaded hex-literal v0.4.1 |
| 1220 | 2025-08-18T18:52:01.053Z | Downloaded base64 v0.22.1 |
| 1221 | 2025-08-18T18:52:01.055Z | Downloaded base64 v0.21.7 |
| 1222 | 2025-08-18T18:52:01.057Z | Downloaded critical-section v1.1.3 |
| 1223 | 2025-08-18T18:52:01.060Z | Downloaded http-body-util v0.1.3 |
| 1224 | 2025-08-18T18:52:01.063Z | Downloaded hmac v0.12.1 |
| 1225 | 2025-08-18T18:52:01.063Z | Downloaded crc-any v2.5.0 |
| 1226 | 2025-08-18T18:52:01.066Z | Downloaded colored v2.2.0 |
| 1227 | 2025-08-18T18:52:01.066Z | Downloaded cobs v0.2.3 |
| 1228 | 2025-08-18T18:52:01.070Z | Downloaded cmake v0.1.51 |
| 1229 | 2025-08-18T18:52:01.070Z | Downloaded bcs v0.1.6 |
| 1230 | 2025-08-18T18:52:01.070Z | Downloaded bitfield-struct v0.6.2 |
| 1231 | 2025-08-18T18:52:01.073Z | Downloaded async-bb8-diesel v0.2.1 |
| 1232 | 2025-08-18T18:52:01.073Z | Downloaded array-init v0.0.4 |
| 1233 | 2025-08-18T18:52:01.078Z | Downloaded backtrace v0.3.74 |
| 1234 | 2025-08-18T18:52:01.086Z | Downloaded crossbeam-epoch v0.9.18 |
| 1235 | 2025-08-18T18:52:01.086Z | Downloaded aho-corasick v1.1.3 |
| 1236 | 2025-08-18T18:52:01.089Z | Downloaded h2 v0.4.6 |
| 1237 | 2025-08-18T18:52:01.092Z | Downloaded crc8 v0.1.1 |
| 1238 | 2025-08-18T18:52:01.092Z | Downloaded crc32fast v1.4.2 |
| 1239 | 2025-08-18T18:52:01.096Z | Downloaded hashbrown v0.13.2 |
| 1240 | 2025-08-18T18:52:01.098Z | Downloaded crc-catalog v2.4.0 |
| 1241 | 2025-08-18T18:52:01.098Z | Downloaded crc v3.2.1 |
| 1242 | 2025-08-18T18:52:01.100Z | Downloaded convert_case v0.7.1 |
| 1243 | 2025-08-18T18:52:01.101Z | Downloaded convert_case v0.4.0 |
| 1244 | 2025-08-18T18:52:01.104Z | Downloaded constant_time_eq v0.3.1 |
| 1245 | 2025-08-18T18:52:01.104Z | Downloaded const_format_proc_macros v0.2.34 |
| 1246 | 2025-08-18T18:52:01.106Z | Downloaded console v0.16.0 |
| 1247 | 2025-08-18T18:52:01.109Z | Downloaded clang-sys v1.8.1 |
| 1248 | 2025-08-18T18:52:01.111Z | Downloaded cipher v0.4.4 |
| 1249 | 2025-08-18T18:52:01.111Z | Downloaded ciborium v0.2.2 |
| 1250 | 2025-08-18T18:52:01.113Z | Downloaded ciborium-io v0.2.2 |
| 1251 | 2025-08-18T18:52:01.113Z | Downloaded crossterm v0.28.1 |
| 1252 | 2025-08-18T18:52:01.119Z | Downloaded cfg_aliases v0.2.1 |
| 1253 | 2025-08-18T18:52:01.122Z | Downloaded cfg_aliases v0.1.1 |
| 1254 | 2025-08-18T18:52:01.122Z | Downloaded cexpr v0.6.0 |
| 1255 | 2025-08-18T18:52:01.122Z | Downloaded bit-set v0.8.0 |
| 1256 | 2025-08-18T18:52:01.124Z | Downloaded bit-set v0.5.3 |
| 1257 | 2025-08-18T18:52:01.124Z | Downloaded hash32 v0.2.1 |
| 1258 | 2025-08-18T18:52:01.125Z | Downloaded half v1.8.3 |
| 1259 | 2025-08-18T18:52:01.128Z | Downloaded libloading v0.8.5 |
| 1260 | 2025-08-18T18:52:01.131Z | Downloaded base64ct v1.6.0 |
| 1261 | 2025-08-18T18:52:01.133Z | Downloaded base64 v0.13.1 |
| 1262 | 2025-08-18T18:52:01.133Z | Downloaded base16ct v0.2.0 |
| 1263 | 2025-08-18T18:52:01.136Z | Downloaded hyper-tls v0.6.0 |
| 1264 | 2025-08-18T18:52:01.136Z | Downloaded httpdate v1.0.3 |
| 1265 | 2025-08-18T18:52:01.138Z | Downloaded httparse v1.9.5 |
| 1266 | 2025-08-18T18:52:01.140Z | Downloaded http-body v1.0.1 |
| 1267 | 2025-08-18T18:52:01.141Z | Downloaded home v0.5.9 |
| 1268 | 2025-08-18T18:52:01.141Z | Downloaded backoff v0.4.0 |
| 1269 | 2025-08-18T18:52:01.143Z | Downloaded atomicwrites v0.4.4 |
| 1270 | 2025-08-18T18:52:01.143Z | Downloaded atomic-waker v1.1.2 |
| 1271 | 2025-08-18T18:52:01.146Z | Downloaded async-trait v0.1.88 |
| 1272 | 2025-08-18T18:52:01.148Z | Downloaded async-recursion v1.1.1 |
| 1273 | 2025-08-18T18:52:01.151Z | Downloaded assert_matches v1.5.0 |
| 1274 | 2025-08-18T18:52:01.154Z | Downloaded ascii-canvas v3.0.0 |
| 1275 | 2025-08-18T18:52:01.154Z | Downloaded arrayvec v0.7.6 |
| 1276 | 2025-08-18T18:52:01.154Z | Downloaded argon2 v0.5.3 |
| 1277 | 2025-08-18T18:52:01.248Z | Downloaded aws-lc-sys v0.26.0 |
| 1278 | 2025-08-18T18:52:01.549Z | Compiling value-bag v1.9.0 |
| 1279 | 2025-08-18T18:52:01.549Z | Compiling shlex v1.3.0 |
| 1280 | 2025-08-18T18:52:01.549Z | Compiling lock_api v0.4.12 |
| 1281 | 2025-08-18T18:52:01.552Z | Compiling scopeguard v1.2.0 |
| 1282 | 2025-08-18T18:52:01.552Z | Compiling typenum v1.17.0 |
| 1283 | 2025-08-18T18:52:01.552Z | Compiling generic-array v0.14.7 |
| 1284 | 2025-08-18T18:52:01.552Z | Compiling syn v2.0.104 |
| 1285 | 2025-08-18T18:52:01.711Z | Compiling getrandom v0.2.15 |
| 1286 | 2025-08-18T18:52:01.871Z | Compiling jobserver v0.1.32 |
| 1287 | 2025-08-18T18:52:02.098Z | Compiling rand_core v0.6.4 |
| 1288 | 2025-08-18T18:52:02.120Z | Compiling log v0.4.27 |
| 1289 | 2025-08-18T18:52:02.168Z | Compiling smallvec v1.15.1 |
| 1290 | 2025-08-18T18:52:02.318Z | Compiling cc v1.2.30 |
| 1291 | 2025-08-18T18:52:02.556Z | Compiling portable-atomic v1.11.0 |
| 1292 | 2025-08-18T18:52:02.612Z | Compiling subtle v2.6.1 |
| 1293 | 2025-08-18T18:52:02.637Z | Compiling critical-section v1.1.3 |
| 1294 | 2025-08-18T18:52:02.659Z | Compiling const-oid v0.9.6 |
| 1295 | 2025-08-18T18:52:02.808Z | Compiling pkg-config v0.3.31 |
| 1296 | 2025-08-18T18:52:02.896Z | Compiling pin-project-lite v0.2.14 |
| 1297 | 2025-08-18T18:52:02.983Z | Compiling parking_lot_core v0.9.10 |
| 1298 | 2025-08-18T18:52:03.038Z | Compiling rustix v0.38.37 |
| 1299 | 2025-08-18T18:52:03.985Z | Compiling signal-hook-registry v1.4.2 |
| 1300 | 2025-08-18T18:52:04.133Z | Compiling parking_lot v0.12.3 |
| 1301 | 2025-08-18T18:52:04.142Z | Compiling mio v1.0.2 |
| 1302 | 2025-08-18T18:52:04.259Z | Compiling futures-core v0.3.31 |
| 1303 | 2025-08-18T18:52:04.544Z | Compiling spin v0.9.8 |
| 1304 | 2025-08-18T18:52:04.715Z | Compiling socket2 v0.6.0 |
| 1305 | 2025-08-18T18:52:04.931Z | Compiling once_cell v1.21.3 |
| 1306 | 2025-08-18T18:52:04.958Z | Compiling slab v0.4.9 |
| 1307 | 2025-08-18T18:52:04.980Z | Compiling aho-corasick v1.1.3 |
| 1308 | 2025-08-18T18:52:05.006Z | Compiling foldhash v0.1.5 |
| 1309 | 2025-08-18T18:52:05.250Z | Compiling getrandom v0.3.1 |
| 1310 | 2025-08-18T18:52:05.328Z | Compiling cpufeatures v0.2.14 |
| 1311 | 2025-08-18T18:52:05.369Z | Compiling regex-syntax v0.8.5 |
| 1312 | 2025-08-18T18:52:05.426Z | Compiling allocator-api2 v0.2.21 |
| 1313 | 2025-08-18T18:52:05.453Z | Compiling libm v0.2.8 |
| 1314 | 2025-08-18T18:52:05.628Z | Compiling serde_json v1.0.142 |
| 1315 | 2025-08-18T18:52:06.050Z | Compiling num-traits v0.2.19 |
| 1316 | 2025-08-18T18:52:06.063Z | Compiling futures-sink v0.3.31 |
| 1317 | 2025-08-18T18:52:06.085Z | Compiling either v1.15.0 |
| 1318 | 2025-08-18T18:52:06.170Z | Compiling hashbrown v0.15.4 |
| 1319 | 2025-08-18T18:52:06.240Z | Compiling percent-encoding v2.3.1 |
| 1320 | 2025-08-18T18:52:06.291Z | Compiling glob v0.3.2 |
| 1321 | 2025-08-18T18:52:06.513Z | Compiling futures-channel v0.3.31 |
| 1322 | 2025-08-18T18:52:06.936Z | Compiling pin-utils v0.1.0 |
| 1323 | 2025-08-18T18:52:07.056Z | Compiling futures-task v0.3.31 |
| 1324 | 2025-08-18T18:52:07.127Z | Compiling clang-sys v1.8.1 |
| 1325 | 2025-08-18T18:52:07.127Z | Compiling futures-io v0.3.31 |
| 1326 | 2025-08-18T18:52:07.356Z | Compiling prettyplease v0.2.36 |
| 1327 | 2025-08-18T18:52:07.413Z | Compiling lazy_static v1.5.0 |
| 1328 | 2025-08-18T18:52:07.478Z | Compiling minimal-lexical v0.2.1 |
| 1329 | 2025-08-18T18:52:07.573Z | Compiling libloading v0.8.5 |
| 1330 | 2025-08-18T18:52:07.765Z | Compiling base64ct v1.6.0 |
| 1331 | 2025-08-18T18:52:07.970Z | Compiling nom v7.1.3 |
| 1332 | 2025-08-18T18:52:08.003Z | Compiling bindgen v0.69.5 |
| 1333 | 2025-08-18T18:52:08.281Z | Compiling home v0.5.9 |
| 1334 | 2025-08-18T18:52:08.378Z | Compiling pem-rfc7468 v0.7.0 |
| 1335 | 2025-08-18T18:52:09.016Z | Compiling itertools v0.12.1 |
| 1336 | 2025-08-18T18:52:09.076Z | Compiling regex-automata v0.4.8 |
| 1337 | 2025-08-18T18:52:09.531Z | Compiling synstructure v0.13.1 |
| 1338 | 2025-08-18T18:52:10.941Z | Compiling rustc-hash v1.1.0 |
| 1339 | 2025-08-18T18:52:11.127Z | Compiling cexpr v0.6.0 |
| 1340 | 2025-08-18T18:52:11.342Z | Compiling lazycell v1.3.0 |
| 1341 | 2025-08-18T18:52:11.365Z | Compiling flagset v0.4.6 |
| 1342 | 2025-08-18T18:52:11.542Z | Compiling zerocopy v0.8.26 |
| 1343 | 2025-08-18T18:52:11.600Z | Compiling cmake v0.1.51 |
| 1344 | 2025-08-18T18:52:11.877Z | Compiling fs_extra v1.3.0 |
| 1345 | 2025-08-18T18:52:12.407Z | Compiling dunce v1.0.5 |
| 1346 | 2025-08-18T18:52:12.433Z | Compiling form_urlencoded v1.2.1 |
| 1347 | 2025-08-18T18:52:12.436Z | Compiling paste v1.0.15 |
| 1348 | 2025-08-18T18:52:12.559Z | Compiling vcpkg v0.2.15 |
| 1349 | 2025-08-18T18:52:12.582Z | Compiling ring v0.17.14 |
| 1350 | 2025-08-18T18:52:12.603Z | Compiling tracing-core v0.1.32 |
| 1351 | 2025-08-18T18:52:12.733Z | Compiling iana-time-zone v0.1.63 |
| 1352 | 2025-08-18T18:52:13.135Z | Compiling aws-lc-rs v1.12.4 |
| 1353 | 2025-08-18T18:52:13.597Z | Compiling httparse v1.9.5 |
| 1354 | 2025-08-18T18:52:13.742Z | Compiling rustversion v1.0.17 |
| 1355 | 2025-08-18T18:52:14.142Z | Compiling tinyvec_macros v0.1.1 |
| 1356 | 2025-08-18T18:52:14.194Z | Compiling openssl-sys v0.9.109 |
| 1357 | 2025-08-18T18:52:14.232Z | Compiling serde_derive v1.0.219 |
| 1358 | 2025-08-18T18:52:14.254Z | Compiling zeroize_derive v1.4.2 |
| 1359 | 2025-08-18T18:52:14.294Z | Compiling zerofrom-derive v0.1.4 |
| 1360 | 2025-08-18T18:52:14.463Z | Compiling yoke-derive v0.7.4 |
| 1361 | 2025-08-18T18:52:15.230Z | Compiling zerovec-derive v0.10.3 |
| 1362 | 2025-08-18T18:52:15.637Z | Compiling zeroize v1.8.1 |
| 1363 | 2025-08-18T18:52:17.100Z | Compiling displaydoc v0.2.5 |
| 1364 | 2025-08-18T18:52:17.320Z | Compiling crypto-common v0.1.6 |
| 1365 | 2025-08-18T18:52:17.551Z | Compiling block-buffer v0.10.4 |
| 1366 | 2025-08-18T18:52:17.571Z | Compiling zerocopy-derive v0.7.35 |
| 1367 | 2025-08-18T18:52:17.604Z | Compiling zerofrom v0.1.4 |
| 1368 | 2025-08-18T18:52:17.832Z | Compiling digest v0.10.7 |
| 1369 | 2025-08-18T18:52:17.852Z | Compiling yoke v0.7.4 |
| 1370 | 2025-08-18T18:52:18.212Z | Compiling zerovec v0.10.4 |
| 1371 | 2025-08-18T18:52:18.285Z | Compiling tokio-macros v2.5.0 |
| 1372 | 2025-08-18T18:52:18.580Z | Compiling hmac v0.12.1 |
| 1373 | 2025-08-18T18:52:18.602Z | Compiling icu_provider_macros v1.5.0 |
| 1374 | 2025-08-18T18:52:18.903Z | Compiling block-padding v0.3.3 |
| 1375 | 2025-08-18T18:52:19.176Z | Compiling futures-macro v0.3.31 |
| 1376 | 2025-08-18T18:52:19.198Z | Compiling inout v0.1.3 |
| 1377 | 2025-08-18T18:52:19.356Z | Compiling sha2 v0.10.9 |
| 1378 | 2025-08-18T18:52:19.506Z | Compiling cipher v0.4.4 |
| 1379 | 2025-08-18T18:52:19.549Z | Compiling zerocopy v0.7.35 |
| 1380 | 2025-08-18T18:52:19.725Z | Compiling regex v1.11.1 |
| 1381 | 2025-08-18T18:52:19.814Z | Compiling der_derive v0.7.3 |
| 1382 | 2025-08-18T18:52:20.042Z | Compiling tinystr v0.7.6 |
| 1383 | 2025-08-18T18:52:20.223Z | Compiling icu_collections v1.5.0 |
| 1384 | 2025-08-18T18:52:20.448Z | Compiling icu_locid v1.5.0 |
| 1385 | 2025-08-18T18:52:20.723Z | Compiling thiserror-impl v1.0.69 |
| 1386 | 2025-08-18T18:52:20.953Z | Compiling zerocopy-derive v0.8.26 |
| 1387 | 2025-08-18T18:52:21.025Z | Compiling futures-util v0.3.31 |
| 1388 | 2025-08-18T18:52:21.337Z | Compiling serde v1.0.219 |
| 1389 | 2025-08-18T18:52:21.471Z | Compiling ppv-lite86 v0.2.20 |
| 1390 | 2025-08-18T18:52:22.079Z | Compiling icu_provider v1.5.0 |
| 1391 | 2025-08-18T18:52:22.268Z | Compiling der v0.7.9 |
| 1392 | 2025-08-18T18:52:22.350Z | Compiling salsa20 v0.10.2 |
| 1393 | 2025-08-18T18:52:22.602Z | Compiling pbkdf2 v0.12.2 |
| 1394 | 2025-08-18T18:52:22.765Z | Compiling icu_locid_transform v1.5.0 |
| 1395 | 2025-08-18T18:52:22.803Z | Compiling scrypt v0.11.0 |
| 1396 | 2025-08-18T18:52:23.002Z | Compiling cbc v0.1.2 |
| 1397 | 2025-08-18T18:52:23.279Z | Compiling aes v0.8.4 |
| 1398 | 2025-08-18T18:52:23.397Z | Compiling tracing-attributes v0.1.27 |
| 1399 | 2025-08-18T18:52:23.631Z | Compiling thiserror v1.0.69 |
| 1400 | 2025-08-18T18:52:23.824Z | Compiling pest v2.7.14 |
| 1401 | 2025-08-18T18:52:24.115Z | Compiling icu_properties v1.5.1 |
| 1402 | 2025-08-18T18:52:25.078Z | Compiling spki v0.7.3 |
| 1403 | 2025-08-18T18:52:25.480Z | Compiling pkcs5 v0.7.1 |
| 1404 | 2025-08-18T18:52:26.156Z | Compiling pkcs8 v0.10.2 |
| 1405 | 2025-08-18T18:52:26.497Z | Compiling bitflags v2.9.1 |
| 1406 | 2025-08-18T18:52:26.519Z | Compiling bytes v1.10.1 |
| 1407 | 2025-08-18T18:52:26.788Z | Compiling semver v1.0.26 |
| 1408 | 2025-08-18T18:52:26.810Z | Compiling indexmap v2.10.0 |
| 1409 | 2025-08-18T18:52:26.966Z | Compiling uuid v1.17.0 |
| 1410 | 2025-08-18T18:52:27.444Z | Compiling rustc_version v0.4.1 |
| 1411 | 2025-08-18T18:52:27.918Z | Compiling tokio v1.47.0 |
| 1412 | 2025-08-18T18:52:28.131Z | Compiling icu_normalizer v1.5.0 |
| 1413 | 2025-08-18T18:52:28.249Z | Compiling http v1.3.1 |
| 1414 | 2025-08-18T18:52:28.406Z | Compiling tracing v0.1.40 |
| 1415 | 2025-08-18T18:52:28.663Z | Compiling chrono v0.4.41 |
| 1416 | 2025-08-18T18:52:28.917Z | Compiling pest_meta v2.7.14 |
| 1417 | 2025-08-18T18:52:28.947Z | Compiling scroll_derive v0.12.0 |
| 1418 | 2025-08-18T18:52:29.510Z | Compiling idna_adapter v1.2.0 |
| 1419 | 2025-08-18T18:52:29.762Z | Compiling idna v1.0.3 |
| 1420 | 2025-08-18T18:52:29.901Z | Compiling http-body v1.0.1 |
| 1421 | 2025-08-18T18:52:30.177Z | Compiling base64 v0.22.1 |
| 1422 | 2025-08-18T18:52:30.355Z | Compiling rustls-pki-types v1.10.0 |
| 1423 | 2025-08-18T18:52:30.414Z | Compiling url v2.5.4 |
| 1424 | 2025-08-18T18:52:30.845Z | Compiling which v4.4.2 |
| 1425 | 2025-08-18T18:52:31.316Z | Compiling scroll v0.12.0 |
| 1426 | 2025-08-18T18:52:31.390Z | Compiling pest_generator v2.7.14 |
| 1427 | 2025-08-18T18:52:31.519Z | Compiling rand_core v0.9.2 |
| 1428 | 2025-08-18T18:52:31.975Z | Compiling tinyvec v1.8.0 |
| 1429 | 2025-08-18T18:52:32.006Z | Compiling serde_derive_internals v0.29.1 |
| 1430 | 2025-08-18T18:52:32.045Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1431 | 2025-08-18T18:52:32.147Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1432 | 2025-08-18T18:52:32.664Z | Compiling schemars v0.8.22 |
| 1433 | 2025-08-18T18:52:32.833Z | Compiling tower-service v0.3.3 |
| 1434 | 2025-08-18T18:52:32.980Z | Compiling atomic-waker v1.1.2 |
| 1435 | 2025-08-18T18:52:33.026Z | Compiling untrusted v0.7.1 |
| 1436 | 2025-08-18T18:52:33.150Z | Compiling powerfmt v0.2.0 |
| 1437 | 2025-08-18T18:52:33.184Z | Compiling openssl v0.10.73 |
| 1438 | 2025-08-18T18:52:33.230Z | Compiling adler2 v2.0.0 |
| 1439 | 2025-08-18T18:52:33.252Z | Compiling foreign-types-shared v0.1.1 |
| 1440 | 2025-08-18T18:52:33.393Z | Compiling openssl-probe v0.1.5 |
| 1441 | 2025-08-18T18:52:33.453Z | Compiling time-core v0.1.2 |
| 1442 | 2025-08-18T18:52:33.474Z | Compiling num-conv v0.1.0 |
| 1443 | 2025-08-18T18:52:33.528Z | Compiling untrusted v0.9.0 |
| 1444 | 2025-08-18T18:52:33.626Z | Compiling try-lock v0.2.5 |
| 1445 | 2025-08-18T18:52:33.693Z | Compiling goblin v0.8.2 |
| 1446 | 2025-08-18T18:52:33.739Z | Compiling deranged v0.3.11 |
| 1447 | 2025-08-18T18:52:33.762Z | Compiling time-macros v0.2.18 |
| 1448 | 2025-08-18T18:52:33.832Z | Compiling want v0.3.1 |
| 1449 | 2025-08-18T18:52:34.133Z | Compiling miniz_oxide v0.8.5 |
| 1450 | 2025-08-18T18:52:34.254Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2025-08-18T18:52:35.144Z | Compiling foreign-types v0.3.2 |
| 1452 | 2025-08-18T18:52:35.264Z | Compiling pest_derive v2.7.14 |
| 1453 | 2025-08-18T18:52:36.704Z | Compiling tokio-util v0.7.15 |
| 1454 | 2025-08-18T18:52:37.695Z | Compiling rand_chacha v0.9.0 |
| 1455 | 2025-08-18T18:52:37.937Z | Compiling ipnet v2.11.0 |
| 1456 | 2025-08-18T18:52:38.864Z | Compiling h2 v0.4.6 |
| 1457 | 2025-08-18T18:52:39.071Z | Compiling openssl-macros v0.1.1 |
| 1458 | 2025-08-18T18:52:39.735Z | Compiling crossbeam-utils v0.8.21 |
| 1459 | 2025-08-18T18:52:39.797Z | Compiling dyn-clone v1.0.19 |
| 1460 | 2025-08-18T18:52:40.050Z | Compiling httpdate v1.0.3 |
| 1461 | 2025-08-18T18:52:40.138Z | Compiling syn v1.0.109 |
| 1462 | 2025-08-18T18:52:40.286Z | Compiling native-tls v0.2.12 |
| 1463 | 2025-08-18T18:52:40.474Z | Compiling rustls v0.23.19 |
| 1464 | 2025-08-18T18:52:40.671Z | Compiling num_threads v0.1.7 |
| 1465 | 2025-08-18T18:52:40.807Z | Compiling time v0.3.36 |
| 1466 | 2025-08-18T18:52:40.830Z | Compiling dof v0.3.0 |
| 1467 | 2025-08-18T18:52:42.545Z | Compiling rand v0.9.1 |
| 1468 | 2025-08-18T18:52:42.754Z | Compiling dtrace-parser v0.2.0 |
| 1469 | 2025-08-18T18:52:44.420Z | Compiling unicode-normalization v0.1.24 |
| 1470 | 2025-08-18T18:52:44.634Z | Compiling heapless v0.7.17 |
| 1471 | 2025-08-18T18:52:44.665Z | Compiling signature v2.2.0 |
| 1472 | 2025-08-18T18:52:44.986Z | Compiling crc32fast v1.4.2 |
| 1473 | 2025-08-18T18:52:45.072Z | Compiling cookie v0.18.1 |
| 1474 | 2025-08-18T18:52:45.256Z | Compiling unicode-bidi v0.3.17 |
| 1475 | 2025-08-18T18:52:45.328Z | Compiling slog v2.7.0 |
| 1476 | 2025-08-18T18:52:45.416Z | Compiling zlib-rs v0.5.1 |
| 1477 | 2025-08-18T18:52:45.478Z | Compiling zstd-safe v7.2.3 |
| 1478 | 2025-08-18T18:52:45.815Z | Compiling hyper v1.6.0 |
| 1479 | 2025-08-18T18:52:45.849Z | Compiling unicode-properties v0.1.3 |
| 1480 | 2025-08-18T18:52:46.268Z | Compiling siphasher v0.3.11 |
| 1481 | 2025-08-18T18:52:46.404Z | Compiling signal-hook v0.3.18 |
| 1482 | 2025-08-18T18:52:46.668Z | Compiling phf_shared v0.11.2 |
| 1483 | 2025-08-18T18:52:47.063Z | Compiling stringprep v0.1.5 |
| 1484 | 2025-08-18T18:52:47.547Z | Compiling usdt-impl v0.5.0 |
| 1485 | 2025-08-18T18:52:48.355Z | Compiling hyper-util v0.1.16 |
| 1486 | 2025-08-18T18:52:48.807Z | Compiling curve25519-dalek v4.1.3 |
| 1487 | 2025-08-18T18:52:49.182Z | Compiling serde_tokenstream v0.2.2 |
| 1488 | 2025-08-18T18:52:49.247Z | Compiling serde_spanned v0.6.9 |
| 1489 | 2025-08-18T18:52:49.482Z | Compiling toml_datetime v0.6.11 |
| 1490 | 2025-08-18T18:52:49.505Z | Compiling rand_chacha v0.3.1 |
| 1491 | 2025-08-18T18:52:49.697Z | Compiling md-5 v0.10.6 |
| 1492 | 2025-08-18T18:52:49.734Z | Compiling num-integer v0.1.46 |
| 1493 | 2025-08-18T18:52:49.988Z | Compiling sync_wrapper v1.0.1 |
| 1494 | 2025-08-18T18:52:50.029Z | Compiling hash32 v0.2.1 |
| 1495 | 2025-08-18T18:52:50.171Z | Compiling ff v0.13.0 |
| 1496 | 2025-08-18T18:52:50.409Z | Compiling memoffset v0.9.1 |
| 1497 | 2025-08-18T18:52:50.414Z | Compiling smoltcp v0.9.1 |
| 1498 | 2025-08-18T18:52:50.440Z | Compiling fallible-iterator v0.2.0 |
| 1499 | 2025-08-18T18:52:50.746Z | Compiling litrs v0.4.1 |
| 1500 | 2025-08-18T18:52:51.069Z | Compiling newtype-uuid v1.2.4 |
| 1501 | 2025-08-18T18:52:51.109Z | Compiling tower-layer v0.3.3 |
| 1502 | 2025-08-18T18:52:51.406Z | Compiling libz-rs-sys v0.5.1 |
| 1503 | 2025-08-18T18:52:51.426Z | Compiling num-bigint-dig v0.8.4 |
| 1504 | 2025-08-18T18:52:51.695Z | Compiling cfg_aliases v0.2.1 |
| 1505 | 2025-08-18T18:52:51.758Z | Compiling base16ct v0.2.0 |
| 1506 | 2025-08-18T18:52:51.813Z | Compiling psl-types v2.0.11 |
| 1507 | 2025-08-18T18:52:51.835Z | Compiling gimli v0.31.1 |
| 1508 | 2025-08-18T18:52:51.838Z | Compiling document-features v0.2.11 |
| 1509 | 2025-08-18T18:52:52.045Z | Compiling publicsuffix v2.3.0 |
| 1510 | 2025-08-18T18:52:52.072Z | Compiling sec1 v0.7.3 |
| 1511 | 2025-08-18T18:52:52.086Z | Compiling nix v0.29.0 |
| 1512 | 2025-08-18T18:52:52.334Z | Compiling flate2 v1.1.2 |
| 1513 | 2025-08-18T18:52:52.388Z | Compiling tower v0.5.2 |
| 1514 | 2025-08-18T18:52:52.640Z | Compiling postgres-protocol v0.6.8 |
| 1515 | 2025-08-18T18:52:53.090Z | Compiling group v0.13.0 |
| 1516 | 2025-08-18T18:52:53.175Z | Compiling num-iter v0.1.45 |
| 1517 | 2025-08-18T18:52:53.239Z | Compiling rand v0.8.5 |
| 1518 | 2025-08-18T18:52:53.846Z | Compiling tokio-native-tls v0.3.1 |
| 1519 | 2025-08-18T18:52:54.171Z | Compiling ipnetwork v0.21.1 |
| 1520 | 2025-08-18T18:52:54.558Z | Compiling strum_macros v0.27.1 |
| 1521 | 2025-08-18T18:52:54.580Z | Compiling rustls-native-certs v0.8.1 |
| 1522 | 2025-08-18T18:52:54.983Z | Compiling webpki-roots v1.0.1 |
| 1523 | 2025-08-18T18:52:55.024Z | Compiling terminal_size v0.4.0 |
| 1524 | 2025-08-18T18:52:55.149Z | Compiling http-body-util v0.1.3 |
| 1525 | 2025-08-18T18:52:55.201Z | Compiling hkdf v0.12.4 |
| 1526 | 2025-08-18T18:52:55.231Z | Compiling crypto-bigint v0.5.5 |
| 1527 | 2025-08-18T18:52:55.263Z | Compiling async-trait v0.1.88 |
| 1528 | 2025-08-18T18:52:55.497Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1529 | 2025-08-18T18:52:55.642Z | Compiling thiserror-impl v2.0.12 |
| 1530 | 2025-08-18T18:52:56.676Z | Compiling addr2line v0.24.2 |
| 1531 | 2025-08-18T18:52:56.936Z | Compiling object v0.36.5 |
| 1532 | 2025-08-18T18:52:57.363Z | Compiling ahash v0.8.12 |
| 1533 | 2025-08-18T18:52:57.742Z | Compiling fs-err v3.1.1 |
| 1534 | 2025-08-18T18:52:57.780Z | Compiling iri-string v0.7.8 |
| 1535 | 2025-08-18T18:52:58.090Z | Compiling managed v0.8.0 |
| 1536 | 2025-08-18T18:52:58.551Z | Compiling winnow v0.5.40 |
| 1537 | 2025-08-18T18:52:58.745Z | Compiling bumpalo v3.16.0 |
| 1538 | 2025-08-18T18:52:59.284Z | Compiling lockfree-object-pool v0.1.6 |
| 1539 | 2025-08-18T18:52:59.520Z | Compiling rustc-demangle v0.1.24 |
| 1540 | 2025-08-18T18:52:59.575Z | Compiling bitflags v1.3.2 |
| 1541 | 2025-08-18T18:52:59.710Z | Compiling rustix v1.0.7 |
| 1542 | 2025-08-18T18:53:00.380Z | Compiling hubpack_derive v0.1.1 |
| 1543 | 2025-08-18T18:53:00.419Z | Compiling simd-adler32 v0.3.7 |
| 1544 | 2025-08-18T18:53:00.449Z | Compiling buf-list v1.0.3 |
| 1545 | 2025-08-18T18:53:00.914Z | Compiling anyhow v1.0.99 |
| 1546 | 2025-08-18T18:53:00.984Z | Compiling zopfli v0.8.1 |
| 1547 | 2025-08-18T18:53:01.181Z | Compiling tower-http v0.6.6 |
| 1548 | 2025-08-18T18:53:01.297Z | Compiling hubpack v0.1.2 |
| 1549 | 2025-08-18T18:53:01.697Z | Compiling clap_builder v4.5.41 |
| 1550 | 2025-08-18T18:53:01.880Z | Compiling toml_edit v0.19.15 |
| 1551 | 2025-08-18T18:53:02.065Z | Compiling strum v0.27.2 |
| 1552 | 2025-08-18T18:53:02.107Z | Compiling thiserror v2.0.12 |
| 1553 | 2025-08-18T18:53:02.277Z | Compiling elliptic-curve v0.13.8 |
| 1554 | 2025-08-18T18:53:02.577Z | Compiling hyper-tls v0.6.0 |
| 1555 | 2025-08-18T18:53:03.133Z | Compiling oxnet v0.1.3 |
| 1556 | 2025-08-18T18:53:03.942Z | Compiling backtrace v0.3.74 |
| 1557 | 2025-08-18T18:53:03.970Z | Compiling signal-hook-mio v0.2.4 |
| 1558 | 2025-08-18T18:53:04.069Z | Compiling cookie_store v0.21.1 |
| 1559 | 2025-08-18T18:53:04.170Z | Compiling zstd v0.13.3 |
| 1560 | 2025-08-18T18:53:04.727Z | Compiling postgres-types v0.2.9 |
| 1561 | 2025-08-18T18:53:05.997Z | Compiling usdt-attr-macro v0.5.0 |
| 1562 | 2025-08-18T18:53:06.063Z | Compiling usdt-macro v0.5.0 |
| 1563 | 2025-08-18T18:53:06.744Z | Compiling phf v0.11.2 |
| 1564 | 2025-08-18T18:53:07.067Z | Compiling ed25519 v2.2.3 |
| 1565 | 2025-08-18T18:53:07.548Z | Compiling bzip2 v0.4.4 |
| 1566 | 2025-08-18T18:53:07.601Z | Compiling bzip2 v0.5.2 |
| 1567 | 2025-08-18T18:53:07.959Z | Compiling strum_macros v0.26.4 |
| 1568 | 2025-08-18T18:53:07.993Z | Compiling pkcs1 v0.7.5 |
| 1569 | 2025-08-18T18:53:08.694Z | Compiling serde_urlencoded v0.7.1 |
| 1570 | 2025-08-18T18:53:08.916Z | Compiling serde-big-array v0.5.1 |
| 1571 | 2025-08-18T18:53:09.024Z | Compiling rfc6979 v0.4.0 |
| 1572 | 2025-08-18T18:53:09.182Z | Compiling bstr v1.10.0 |
| 1573 | 2025-08-18T18:53:09.252Z | Compiling clap_derive v4.5.41 |
| 1574 | 2025-08-18T18:53:09.275Z | Compiling enum-as-inner v0.6.1 |
| 1575 | 2025-08-18T18:53:09.421Z | Compiling serde_repr v0.1.19 |
| 1576 | 2025-08-18T18:53:10.070Z | Compiling daft-derive v0.1.4 |
| 1577 | 2025-08-18T18:53:10.345Z | Compiling float-cmp v0.10.0 |
| 1578 | 2025-08-18T18:53:10.589Z | Compiling socket2 v0.5.10 |
| 1579 | 2025-08-18T18:53:10.610Z | Compiling encoding_rs v0.8.34 |
| 1580 | 2025-08-18T18:53:10.676Z | Compiling difflib v0.4.0 |
| 1581 | 2025-08-18T18:53:11.449Z | Compiling normalize-line-endings v0.3.0 |
| 1582 | 2025-08-18T18:53:11.611Z | Compiling new_debug_unreachable v1.0.6 |
| 1583 | 2025-08-18T18:53:11.691Z | Compiling fixedbitset v0.4.2 |
| 1584 | 2025-08-18T18:53:11.732Z | Compiling predicates-core v1.0.8 |
| 1585 | 2025-08-18T18:53:11.941Z | Compiling static_assertions v1.1.0 |
| 1586 | 2025-08-18T18:53:12.063Z | Compiling precomputed-hash v0.1.1 |
| 1587 | 2025-08-18T18:53:12.071Z | Compiling unicode-segmentation v1.12.0 |
| 1588 | 2025-08-18T18:53:12.139Z | Compiling data-encoding v2.9.0 |
| 1589 | 2025-08-18T18:53:12.216Z | Compiling whoami v1.5.2 |
| 1590 | 2025-08-18T18:53:12.587Z | Compiling mime v0.3.17 |
| 1591 | 2025-08-18T18:53:12.783Z | Compiling toml_edit v0.22.27 |
| 1592 | 2025-08-18T18:53:12.924Z | Compiling hickory-proto v0.25.2 |
| 1593 | 2025-08-18T18:53:13.107Z | Compiling similar v2.7.0 |
| 1594 | 2025-08-18T18:53:13.578Z | Compiling clap v4.5.41 |
| 1595 | 2025-08-18T18:53:13.721Z | Compiling strum v0.26.3 |
| 1596 | 2025-08-18T18:53:13.924Z | Compiling tokio-postgres v0.7.13 |
| 1597 | 2025-08-18T18:53:13.980Z | Compiling string_cache v0.8.9 |
| 1598 | 2025-08-18T18:53:14.358Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1599 | 2025-08-18T18:53:14.436Z | Compiling petgraph v0.6.5 |
| 1600 | 2025-08-18T18:53:15.207Z | Compiling predicates v3.1.3 |
| 1601 | 2025-08-18T18:53:16.173Z | Compiling daft v0.1.4 |
| 1602 | 2025-08-18T18:53:16.701Z | Compiling console v0.15.10 |
| 1603 | 2025-08-18T18:53:16.730Z | Compiling usdt v0.5.0 |
| 1604 | 2025-08-18T18:53:17.211Z | Compiling ecdsa v0.16.9 |
| 1605 | 2025-08-18T18:53:17.947Z | Compiling rsa v0.9.6 |
| 1606 | 2025-08-18T18:53:18.014Z | Compiling zip v4.2.0 |
| 1607 | 2025-08-18T18:53:18.038Z | Compiling zip v0.6.6 |
| 1608 | 2025-08-18T18:53:19.202Z | Compiling ed25519-dalek v2.1.1 |
| 1609 | 2025-08-18T18:53:19.916Z | Compiling toml v0.7.8 |
| 1610 | 2025-08-18T18:53:20.592Z | Compiling crossterm v0.28.1 |
| 1611 | 2025-08-18T18:53:21.427Z | Compiling crossbeam-epoch v0.9.18 |
| 1612 | 2025-08-18T18:53:21.868Z | Compiling tokio-stream v0.1.17 |
| 1613 | 2025-08-18T18:53:21.990Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1614 | 2025-08-18T18:53:22.139Z | Compiling openapiv3 v2.2.0 |
| 1615 | 2025-08-18T18:53:22.438Z | Compiling x509-cert v0.2.5 |
| 1616 | 2025-08-18T18:53:22.840Z | Compiling sha1 v0.10.6 |
| 1617 | 2025-08-18T18:53:23.283Z | Compiling itertools v0.13.0 |
| 1618 | 2025-08-18T18:53:23.844Z | Compiling itertools v0.10.5 |
| 1619 | 2025-08-18T18:53:24.340Z | Compiling dirs-sys-next v0.1.2 |
| 1620 | 2025-08-18T18:53:24.637Z | Compiling winnow v0.6.26 |
| 1621 | 2025-08-18T18:53:24.884Z | Compiling rustc-hash v2.1.1 |
| 1622 | 2025-08-18T18:53:25.096Z | Compiling lalrpop-util v0.19.12 |
| 1623 | 2025-08-18T18:53:25.471Z | Compiling peg-runtime v0.8.5 |
| 1624 | 2025-08-18T18:53:25.622Z | Compiling dirs-next v2.0.0 |
| 1625 | 2025-08-18T18:53:25.840Z | Compiling thread_local v1.1.8 |
| 1626 | 2025-08-18T18:53:26.042Z | Compiling slog-async v2.8.0 |
| 1627 | 2025-08-18T18:53:26.274Z | Compiling term v0.7.0 |
| 1628 | 2025-08-18T18:53:26.305Z | Compiling crossbeam-channel v0.5.15 |
| 1629 | 2025-08-18T18:53:26.332Z | Compiling xattr v1.3.1 |
| 1630 | 2025-08-18T18:53:26.423Z | Compiling futures-executor v0.3.31 |
| 1631 | 2025-08-18T18:53:26.600Z | Compiling is-terminal v0.4.13 |
| 1632 | 2025-08-18T18:53:26.634Z | Compiling filetime v0.2.25 |
| 1633 | 2025-08-18T18:53:26.744Z | Compiling take_mut v0.2.2 |
| 1634 | 2025-08-18T18:53:26.770Z | Compiling futures v0.3.31 |
| 1635 | 2025-08-18T18:53:26.906Z | Compiling tar v0.4.44 |
| 1636 | 2025-08-18T18:53:26.929Z | Compiling slog-term v2.9.1 |
| 1637 | 2025-08-18T18:53:26.932Z | Compiling camino v1.1.11 |
| 1638 | 2025-08-18T18:53:31.730Z | Compiling aws-lc-sys v0.26.0 |
| 1639 | 2025-08-18T18:54:01.406Z | Compiling rustls-webpki v0.102.8 |
| 1640 | 2025-08-18T18:54:05.831Z | Compiling tokio-rustls v0.26.0 |
| 1641 | 2025-08-18T18:54:06.086Z | Compiling hyper-rustls v0.27.7 |
| 1642 | 2025-08-18T18:54:06.476Z | Compiling reqwest v0.12.22 |
| 1643 | 2025-08-18T18:54:10.308Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1644 | 2025-08-18T18:54:10.602Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1645 | 2025-08-18T18:54:15.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 1646 | 2025-08-18T18:54:15.357Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1647 | 2025-08-18T18:54:15.413Z | Aug 18 18:54:13.823 INFO Starting download, target: Console |
| 1648 | 2025-08-18T18:54:15.416Z | Aug 18 18:54:13.824 INFO Starting download, target: Clickhouse |
| 1649 | 2025-08-18T18:54:15.416Z | Aug 18 18:54:13.824 INFO Starting download, target: Cockroach |
| 1650 | 2025-08-18T18:54:15.416Z | Aug 18 18:54:13.824 INFO Starting download, target: DendriteStub |
| 1651 | 2025-08-18T18:54:15.416Z | Aug 18 18:54:13.824 INFO Starting download, target: MaghemiteMgd |
| 1652 | 2025-08-18T18:54:15.416Z | Aug 18 18:54:13.824 INFO Starting download, target: TransceiverControl |
| 1653 | 2025-08-18T18:54:15.416Z | Aug 18 18:54:13.824 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1654 | 2025-08-18T18:54:15.416Z | Aug 18 18:54:13.824 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1655 | 2025-08-18T18:54:15.416Z | Aug 18 18:54:13.824 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1656 | 2025-08-18T18:54:15.416Z | Aug 18 18:54:13.824 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1657 | 2025-08-18T18:54:15.417Z | Aug 18 18:54:13.824 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1658 | 2025-08-18T18:54:15.417Z | Aug 18 18:54:13.824 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1659 | 2025-08-18T18:54:15.843Z | Aug 18 18:54:14.236 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1660 | 2025-08-18T18:54:15.899Z | Aug 18 18:54:14.305 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1661 | 2025-08-18T18:54:16.331Z | Aug 18 18:54:14.740 INFO Download complete, target: TransceiverControl |
| 1662 | 2025-08-18T18:54:16.368Z | Aug 18 18:54:14.775 INFO Download complete, target: Console |
| 1663 | 2025-08-18T18:54:16.400Z | Aug 18 18:54:14.809 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1664 | 2025-08-18T18:54:16.667Z | Aug 18 18:54:15.077 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1665 | 2025-08-18T18:54:17.298Z | Aug 18 18:54:15.708 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1666 | 2025-08-18T18:54:17.407Z | Aug 18 18:54:15.818 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1667 | 2025-08-18T18:54:17.408Z | Aug 18 18:54:15.818 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1668 | 2025-08-18T18:54:19.890Z | Aug 18 18:54:18.299 INFO Download complete, target: DendriteStub |
| 1669 | 2025-08-18T18:54:20.219Z | Aug 18 18:54:18.628 INFO Download complete, target: MaghemiteMgd |
| 1670 | 2025-08-18T18:54:24.206Z | Aug 18 18:54:22.614 INFO Checking that binary works, target: Cockroach |
| 1671 | 2025-08-18T18:54:24.362Z | Aug 18 18:54:22.770 INFO Download complete, target: Cockroach |
| 1672 | 2025-08-18T18:54:28.015Z | Aug 18 18:54:26.422 INFO Checking that binary works, target: Clickhouse |
| 1673 | 2025-08-18T18:54:28.124Z | Aug 18 18:54:26.531 INFO Download complete, target: Clickhouse |
| 1674 | 2025-08-18T18:54:28.130Z | All prerequisites installed successfully |
| 1675 | 2025-08-18T18:54:28.133Z | |
| 1676 | 2025-08-18T18:54:28.133Z | real 4:40.611324766 |
| 1677 | 2025-08-18T18:54:28.133Z | user 16:30.657529780 |
| 1678 | 2025-08-18T18:54:28.133Z | sys 2:21.233247968 |
| 1679 | 2025-08-18T18:54:28.133Z | trap 0.633530226 |
| 1680 | 2025-08-18T18:54:28.133Z | tflt 0.877508123 |
| 1681 | 2025-08-18T18:54:28.133Z | dflt 1.254924188 |
| 1682 | 2025-08-18T18:54:28.133Z | kflt 0.023934707 |
| 1683 | 2025-08-18T18:54:28.133Z | lock 39:02.986321059 |
| 1684 | 2025-08-18T18:54:28.133Z | slp 59:51.917730016 |
| 1685 | 2025-08-18T18:54:28.133Z | lat 1:15.229574297 |
| 1686 | 2025-08-18T18:54:28.133Z | stop 2:55.287726858 |
| 1687 | 2025-08-18T18:54:28.133Z | + ptime -m cargo xtask download softnpu |
| 1688 | 2025-08-18T18:54:28.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1689 | 2025-08-18T18:54:28.883Z | Running `target/debug/xtask download softnpu` |
| 1690 | 2025-08-18T18:54:29.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s |
| 1691 | 2025-08-18T18:54:29.980Z | Running `target/debug/xtask-downloader softnpu` |
| 1692 | 2025-08-18T18:54:30.023Z | Aug 18 18:54:28.430 INFO Starting download, target: Softnpu |
| 1693 | 2025-08-18T18:54:30.027Z | Aug 18 18:54:28.431 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1694 | 2025-08-18T18:54:30.717Z | Aug 18 18:54:29.124 INFO Download complete, target: Softnpu |
| 1695 | 2025-08-18T18:54:30.721Z | |
| 1696 | 2025-08-18T18:54:30.724Z | real 2.583553263 |
| 1697 | 2025-08-18T18:54:30.724Z | user 1.568580956 |
| 1698 | 2025-08-18T18:54:30.724Z | sys 0.663568175 |
| 1699 | 2025-08-18T18:54:30.724Z | trap 0.001096386 |
| 1700 | 2025-08-18T18:54:30.724Z | tflt 0.000018144 |
| 1701 | 2025-08-18T18:54:30.724Z | dflt 0.000072699 |
| 1702 | 2025-08-18T18:54:30.724Z | kflt 0.000000000 |
| 1703 | 2025-08-18T18:54:30.724Z | lock 7.525642931 |
| 1704 | 2025-08-18T18:54:30.724Z | slp 0.556436618 |
| 1705 | 2025-08-18T18:54:30.724Z | lat 0.074761743 |
| 1706 | 2025-08-18T18:54:30.724Z | stop 0.000185166 |
| 1707 | 2025-08-18T18:54:30.724Z | + export CARGO_INCREMENTAL=0 |
| 1708 | 2025-08-18T18:54:30.724Z | + CARGO_INCREMENTAL=0 |
| 1709 | 2025-08-18T18:54:30.724Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1710 | 2025-08-18T18:54:31.951Z | Compiling proc-macro2 v1.0.95 |
| 1711 | 2025-08-18T18:54:31.951Z | Compiling unicode-ident v1.0.18 |
| 1712 | 2025-08-18T18:54:31.951Z | Compiling libc v0.2.174 |
| 1713 | 2025-08-18T18:54:31.955Z | Compiling serde v1.0.219 |
| 1714 | 2025-08-18T18:54:31.955Z | Compiling autocfg v1.4.0 |
| 1715 | 2025-08-18T18:54:31.955Z | Compiling cfg-if v1.0.1 |
| 1716 | 2025-08-18T18:54:31.955Z | Compiling version_check v0.9.5 |
| 1717 | 2025-08-18T18:54:32.271Z | Compiling memchr v2.7.4 |
| 1718 | 2025-08-18T18:54:32.294Z | Compiling shlex v1.3.0 |
| 1719 | 2025-08-18T18:54:32.314Z | Compiling portable-atomic v1.11.0 |
| 1720 | 2025-08-18T18:54:32.671Z | Compiling typenum v1.17.0 |
| 1721 | 2025-08-18T18:54:32.692Z | Compiling generic-array v0.14.7 |
| 1722 | 2025-08-18T18:54:32.714Z | Compiling value-bag v1.9.0 |
| 1723 | 2025-08-18T18:54:33.035Z | Compiling lock_api v0.4.12 |
| 1724 | 2025-08-18T18:54:33.152Z | Compiling log v0.4.27 |
| 1725 | 2025-08-18T18:54:33.378Z | Compiling getrandom v0.3.1 |
| 1726 | 2025-08-18T18:54:33.454Z | Compiling libm v0.2.8 |
| 1727 | 2025-08-18T18:54:33.475Z | Compiling serde_json v1.0.142 |
| 1728 | 2025-08-18T18:54:33.795Z | Compiling num-traits v0.2.19 |
| 1729 | 2025-08-18T18:54:33.799Z | Compiling parking_lot_core v0.9.10 |
| 1730 | 2025-08-18T18:54:33.848Z | Compiling smallvec v1.15.1 |
| 1731 | 2025-08-18T18:54:33.992Z | Compiling quote v1.0.40 |
| 1732 | 2025-08-18T18:54:34.089Z | Compiling jobserver v0.1.32 |
| 1733 | 2025-08-18T18:54:34.133Z | Compiling scopeguard v1.2.0 |
| 1734 | 2025-08-18T18:54:34.204Z | Compiling semver v1.0.26 |
| 1735 | 2025-08-18T18:54:34.334Z | Compiling pkg-config v0.3.31 |
| 1736 | 2025-08-18T18:54:34.354Z | Compiling getrandom v0.2.15 |
| 1737 | 2025-08-18T18:54:34.449Z | Compiling syn v2.0.104 |
| 1738 | 2025-08-18T18:54:34.583Z | Compiling cc v1.2.30 |
| 1739 | 2025-08-18T18:54:34.677Z | Compiling itoa v1.0.11 |
| 1740 | 2025-08-18T18:54:34.718Z | Compiling aho-corasick v1.1.3 |
| 1741 | 2025-08-18T18:54:34.721Z | Compiling regex-syntax v0.8.5 |
| 1742 | 2025-08-18T18:54:34.776Z | Compiling rustix v0.38.37 |
| 1743 | 2025-08-18T18:54:35.753Z | Compiling either v1.15.0 |
| 1744 | 2025-08-18T18:54:36.293Z | Compiling critical-section v1.1.3 |
| 1745 | 2025-08-18T18:54:36.374Z | Compiling stable_deref_trait v1.2.0 |
| 1746 | 2025-08-18T18:54:36.467Z | Compiling slab v0.4.9 |
| 1747 | 2025-08-18T18:54:36.499Z | Compiling errno v0.3.12 |
| 1748 | 2025-08-18T18:54:36.841Z | Compiling spin v0.9.8 |
| 1749 | 2025-08-18T18:54:36.931Z | Compiling foldhash v0.1.5 |
| 1750 | 2025-08-18T18:54:37.062Z | Compiling once_cell v1.21.3 |
| 1751 | 2025-08-18T18:54:37.163Z | Compiling equivalent v1.0.2 |
| 1752 | 2025-08-18T18:54:37.241Z | Compiling allocator-api2 v0.2.21 |
| 1753 | 2025-08-18T18:54:37.309Z | Compiling rand_core v0.6.4 |
| 1754 | 2025-08-18T18:54:37.657Z | Compiling glob v0.3.2 |
| 1755 | 2025-08-18T18:54:37.871Z | Compiling hashbrown v0.15.4 |
| 1756 | 2025-08-18T18:54:38.003Z | Compiling pin-project-lite v0.2.14 |
| 1757 | 2025-08-18T18:54:38.032Z | Compiling ryu v1.0.18 |
| 1758 | 2025-08-18T18:54:38.228Z | Compiling regex-automata v0.4.8 |
| 1759 | 2025-08-18T18:54:38.302Z | Compiling subtle v2.6.1 |
| 1760 | 2025-08-18T18:54:38.325Z | Compiling clang-sys v1.8.1 |
| 1761 | 2025-08-18T18:54:38.638Z | Compiling zerocopy v0.8.26 |
| 1762 | 2025-08-18T18:54:38.656Z | Compiling prettyplease v0.2.36 |
| 1763 | 2025-08-18T18:54:39.084Z | Compiling lazy_static v1.5.0 |
| 1764 | 2025-08-18T18:54:39.360Z | Compiling minimal-lexical v0.2.1 |
| 1765 | 2025-08-18T18:54:39.403Z | Compiling litemap v0.7.3 |
| 1766 | 2025-08-18T18:54:39.498Z | Compiling schemars v0.8.22 |
| 1767 | 2025-08-18T18:54:39.821Z | Compiling writeable v0.5.5 |
| 1768 | 2025-08-18T18:54:39.867Z | Compiling nom v7.1.3 |
| 1769 | 2025-08-18T18:54:40.470Z | Compiling libloading v0.8.5 |
| 1770 | 2025-08-18T18:54:40.517Z | Compiling bindgen v0.69.5 |
| 1771 | 2025-08-18T18:54:40.843Z | Compiling home v0.5.9 |
| 1772 | 2025-08-18T18:54:40.978Z | Compiling percent-encoding v2.3.1 |
| 1773 | 2025-08-18T18:54:41.065Z | Compiling thiserror v1.0.69 |
| 1774 | 2025-08-18T18:54:41.611Z | Compiling synstructure v0.13.1 |
| 1775 | 2025-08-18T18:54:41.696Z | Compiling serde_derive_internals v0.29.1 |
| 1776 | 2025-08-18T18:54:42.730Z | Compiling itertools v0.12.1 |
| 1777 | 2025-08-18T18:54:42.933Z | Compiling cexpr v0.6.0 |
| 1778 | 2025-08-18T18:54:43.146Z | Compiling lazycell v1.3.0 |
| 1779 | 2025-08-18T18:54:43.532Z | Compiling regex v1.11.1 |
| 1780 | 2025-08-18T18:54:43.664Z | Compiling icu_locid_transform_data v1.5.0 |
| 1781 | 2025-08-18T18:54:43.795Z | Compiling rustc-hash v1.1.0 |
| 1782 | 2025-08-18T18:54:44.281Z | Compiling cmake v0.1.51 |
| 1783 | 2025-08-18T18:54:44.453Z | Compiling signal-hook-registry v1.4.2 |
| 1784 | 2025-08-18T18:54:44.781Z | Compiling byteorder v1.5.0 |
| 1785 | 2025-08-18T18:54:44.803Z | Compiling fs_extra v1.3.0 |
| 1786 | 2025-08-18T18:54:44.987Z | Compiling fnv v1.0.7 |
| 1787 | 2025-08-18T18:54:45.153Z | Compiling icu_properties_data v1.5.0 |
| 1788 | 2025-08-18T18:54:45.289Z | Compiling serde_derive v1.0.219 |
| 1789 | 2025-08-18T18:54:45.320Z | Compiling zeroize_derive v1.4.2 |
| 1790 | 2025-08-18T18:54:45.323Z | Compiling zerofrom-derive v0.1.4 |
| 1791 | 2025-08-18T18:54:45.418Z | Compiling yoke-derive v0.7.4 |
| 1792 | 2025-08-18T18:54:45.508Z | Compiling zerovec-derive v0.10.3 |
| 1793 | 2025-08-18T18:54:45.824Z | Compiling displaydoc v0.2.5 |
| 1794 | 2025-08-18T18:54:46.597Z | Compiling icu_provider_macros v1.5.0 |
| 1795 | 2025-08-18T18:54:46.947Z | Compiling tokio-macros v2.5.0 |
| 1796 | 2025-08-18T18:54:47.266Z | Compiling zeroize v1.8.1 |
| 1797 | 2025-08-18T18:54:47.704Z | Compiling zerocopy-derive v0.7.35 |
| 1798 | 2025-08-18T18:54:47.728Z | Compiling futures-macro v0.3.31 |
| 1799 | 2025-08-18T18:54:47.728Z | Compiling zerocopy-derive v0.8.26 |
| 1800 | 2025-08-18T18:54:48.265Z | Compiling zerofrom v0.1.4 |
| 1801 | 2025-08-18T18:54:48.531Z | Compiling yoke v0.7.4 |
| 1802 | 2025-08-18T18:54:48.564Z | Compiling schemars_derive v0.8.22 |
| 1803 | 2025-08-18T18:54:48.955Z | Compiling zerovec v0.10.4 |
| 1804 | 2025-08-18T18:54:49.429Z | Compiling thiserror-impl v1.0.69 |
| 1805 | 2025-08-18T18:54:49.578Z | Compiling paste v1.0.15 |
| 1806 | 2025-08-18T18:54:49.853Z | Compiling dunce v1.0.5 |
| 1807 | 2025-08-18T18:54:50.149Z | Compiling parking_lot v0.12.3 |
| 1808 | 2025-08-18T18:54:50.550Z | Compiling mio v1.0.2 |
| 1809 | 2025-08-18T18:54:50.773Z | Compiling heck v0.5.0 |
| 1810 | 2025-08-18T18:54:51.180Z | Compiling tinystr v0.7.6 |
| 1811 | 2025-08-18T18:54:51.221Z | Compiling icu_collections v1.5.0 |
| 1812 | 2025-08-18T18:54:51.634Z | Compiling icu_locid v1.5.0 |
| 1813 | 2025-08-18T18:54:51.925Z | Compiling write16 v1.0.0 |
| 1814 | 2025-08-18T18:54:51.995Z | Compiling icu_normalizer_data v1.5.0 |
| 1815 | 2025-08-18T18:54:52.050Z | Compiling utf16_iter v1.0.5 |
| 1816 | 2025-08-18T18:54:52.121Z | Compiling utf8_iter v1.0.4 |
| 1817 | 2025-08-18T18:54:52.144Z | Compiling crypto-common v0.1.6 |
| 1818 | 2025-08-18T18:54:52.947Z | Compiling socket2 v0.6.0 |
| 1819 | 2025-08-18T18:54:52.974Z | Compiling icu_provider v1.5.0 |
| 1820 | 2025-08-18T18:54:53.131Z | Compiling const-oid v0.9.6 |
| 1821 | 2025-08-18T18:54:53.804Z | Compiling icu_locid_transform v1.5.0 |
| 1822 | 2025-08-18T18:54:55.125Z | Compiling form_urlencoded v1.2.1 |
| 1823 | 2025-08-18T18:54:55.128Z | Compiling ring v0.17.14 |
| 1824 | 2025-08-18T18:54:55.174Z | Compiling icu_properties v1.5.1 |
| 1825 | 2025-08-18T18:54:57.239Z | Compiling bitflags v2.9.1 |
| 1826 | 2025-08-18T18:54:57.291Z | Compiling bytes v1.10.1 |
| 1827 | 2025-08-18T18:54:58.829Z | Compiling indexmap v2.10.0 |
| 1828 | 2025-08-18T18:54:58.853Z | Compiling tracing-attributes v0.1.27 |
| 1829 | 2025-08-18T18:54:59.303Z | Compiling icu_normalizer v1.5.0 |
| 1830 | 2025-08-18T18:54:59.829Z | Compiling tokio v1.47.0 |
| 1831 | 2025-08-18T18:55:00.263Z | Compiling der_derive v0.7.3 |
| 1832 | 2025-08-18T18:55:01.329Z | Compiling which v4.4.2 |
| 1833 | 2025-08-18T18:55:01.370Z | Compiling idna_adapter v1.2.0 |
| 1834 | 2025-08-18T18:55:01.608Z | Compiling idna v1.0.3 |
| 1835 | 2025-08-18T18:55:01.921Z | Compiling thiserror v2.0.12 |
| 1836 | 2025-08-18T18:55:02.153Z | Compiling vcpkg v0.2.15 |
| 1837 | 2025-08-18T18:55:02.493Z | Compiling aws-lc-rs v1.12.4 |
| 1838 | 2025-08-18T18:55:02.934Z | Compiling url v2.5.4 |
| 1839 | 2025-08-18T18:55:03.525Z | Compiling openssl-sys v0.9.109 |
| 1840 | 2025-08-18T18:55:04.551Z | Compiling block-buffer v0.10.4 |
| 1841 | 2025-08-18T18:55:04.829Z | Compiling futures-core v0.3.31 |
| 1842 | 2025-08-18T18:55:05.131Z | Compiling digest v0.10.7 |
| 1843 | 2025-08-18T18:55:05.574Z | Compiling thiserror-impl v2.0.12 |
| 1844 | 2025-08-18T18:55:06.763Z | Compiling httparse v1.9.5 |
| 1845 | 2025-08-18T18:55:07.152Z | Compiling zerocopy v0.7.35 |
| 1846 | 2025-08-18T18:55:08.318Z | Compiling uuid v1.17.0 |
| 1847 | 2025-08-18T18:55:08.563Z | Compiling syn v1.0.109 |
| 1848 | 2025-08-18T18:55:08.631Z | Compiling iana-time-zone v0.1.63 |
| 1849 | 2025-08-18T18:55:09.303Z | Compiling chrono v0.4.41 |
| 1850 | 2025-08-18T18:55:09.847Z | Compiling num-conv v0.1.0 |
| 1851 | 2025-08-18T18:55:09.870Z | Compiling futures-sink v0.3.31 |
| 1852 | 2025-08-18T18:55:10.091Z | Compiling time-core v0.1.2 |
| 1853 | 2025-08-18T18:55:10.153Z | Compiling futures-channel v0.3.31 |
| 1854 | 2025-08-18T18:55:10.324Z | Compiling time-macros v0.2.18 |
| 1855 | 2025-08-18T18:55:12.653Z | Compiling futures-io v0.3.31 |
| 1856 | 2025-08-18T18:55:13.040Z | Compiling openssl v0.10.73 |
| 1857 | 2025-08-18T18:55:13.063Z | Compiling futures-task v0.3.31 |
| 1858 | 2025-08-18T18:55:13.189Z | Compiling cpufeatures v0.2.14 |
| 1859 | 2025-08-18T18:55:13.212Z | Compiling aws-lc-sys v0.26.0 |
| 1860 | 2025-08-18T18:55:13.336Z | Compiling strsim v0.11.1 |
| 1861 | 2025-08-18T18:55:13.360Z | Compiling pin-utils v0.1.0 |
| 1862 | 2025-08-18T18:55:13.482Z | Compiling futures-util v0.3.31 |
| 1863 | 2025-08-18T18:55:14.100Z | Compiling hmac v0.12.1 |
| 1864 | 2025-08-18T18:55:14.348Z | Compiling rustc_version v0.4.1 |
| 1865 | 2025-08-18T18:55:14.885Z | Compiling serde_tokenstream v0.2.2 |
| 1866 | 2025-08-18T18:55:15.578Z | Compiling block-padding v0.3.3 |
| 1867 | 2025-08-18T18:55:15.766Z | Compiling scroll_derive v0.12.0 |
| 1868 | 2025-08-18T18:55:15.836Z | Compiling openssl-macros v0.1.1 |
| 1869 | 2025-08-18T18:55:16.670Z | Compiling native-tls v0.2.12 |
| 1870 | 2025-08-18T18:55:16.725Z | Compiling dyn-clone v1.0.19 |
| 1871 | 2025-08-18T18:55:17.008Z | Compiling ucd-trie v0.1.7 |
| 1872 | 2025-08-18T18:55:17.096Z | Compiling crossbeam-utils v0.8.21 |
| 1873 | 2025-08-18T18:55:17.129Z | Compiling rustls v0.23.19 |
| 1874 | 2025-08-18T18:55:17.479Z | Compiling pest v2.7.14 |
| 1875 | 2025-08-18T18:55:17.649Z | Compiling inout v0.1.3 |
| 1876 | 2025-08-18T18:55:20.133Z | Compiling pest_meta v2.7.14 |
| 1877 | 2025-08-18T18:55:20.347Z | Compiling cipher v0.4.4 |
| 1878 | 2025-08-18T18:55:21.176Z | Compiling sha2 v0.10.9 |
| 1879 | 2025-08-18T18:55:21.678Z | Compiling http v1.3.1 |
| 1880 | 2025-08-18T18:55:22.076Z | Compiling cookie v0.18.1 |
| 1881 | 2025-08-18T18:55:22.425Z | Compiling base64ct v1.6.0 |
| 1882 | 2025-08-18T18:55:23.022Z | Compiling rustversion v1.0.17 |
| 1883 | 2025-08-18T18:55:23.598Z | Compiling pem-rfc7468 v0.7.0 |
| 1884 | 2025-08-18T18:55:23.762Z | Compiling pest_generator v2.7.14 |
| 1885 | 2025-08-18T18:55:24.136Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1886 | 2025-08-18T18:55:24.839Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1887 | 2025-08-18T18:55:25.287Z | Compiling anyhow v1.0.99 |
| 1888 | 2025-08-18T18:55:25.372Z | Compiling slog v2.7.0 |
| 1889 | 2025-08-18T18:55:25.608Z | Compiling flagset v0.4.6 |
| 1890 | 2025-08-18T18:55:25.828Z | Compiling der v0.7.9 |
| 1891 | 2025-08-18T18:55:25.851Z | Compiling pest_derive v2.7.14 |
| 1892 | 2025-08-18T18:55:27.018Z | Compiling toml_datetime v0.6.11 |
| 1893 | 2025-08-18T18:55:27.376Z | Compiling serde_spanned v0.6.9 |
| 1894 | 2025-08-18T18:55:27.526Z | Compiling tracing-core v0.1.32 |
| 1895 | 2025-08-18T18:55:27.702Z | Compiling usdt-impl v0.5.0 |
| 1896 | 2025-08-18T18:55:27.726Z | Compiling rustls-pki-types v1.10.0 |
| 1897 | 2025-08-18T18:55:27.999Z | Compiling spki v0.7.3 |
| 1898 | 2025-08-18T18:55:28.380Z | Compiling tracing v0.1.40 |
| 1899 | 2025-08-18T18:55:28.552Z | Compiling salsa20 v0.10.2 |
| 1900 | 2025-08-18T18:55:28.637Z | Compiling scroll v0.12.0 |
| 1901 | 2025-08-18T18:55:28.805Z | Compiling pbkdf2 v0.12.2 |
| 1902 | 2025-08-18T18:55:28.998Z | Compiling ppv-lite86 v0.2.20 |
| 1903 | 2025-08-18T18:55:29.598Z | Compiling litrs v0.4.1 |
| 1904 | 2025-08-18T18:55:29.618Z | Compiling winnow v0.5.40 |
| 1905 | 2025-08-18T18:55:29.823Z | Compiling rustix v1.0.7 |
| 1906 | 2025-08-18T18:55:29.858Z | Compiling plain v0.2.3 |
| 1907 | 2025-08-18T18:55:30.037Z | Compiling goblin v0.8.2 |
| 1908 | 2025-08-18T18:55:30.389Z | Compiling scrypt v0.11.0 |
| 1909 | 2025-08-18T18:55:30.473Z | Compiling cbc v0.1.2 |
| 1910 | 2025-08-18T18:55:30.561Z | Compiling document-features v0.2.11 |
| 1911 | 2025-08-18T18:55:30.700Z | Compiling aes v0.8.4 |
| 1912 | 2025-08-18T18:55:30.845Z | Compiling tokio-util v0.7.15 |
| 1913 | 2025-08-18T18:55:31.827Z | Compiling adler2 v2.0.0 |
| 1914 | 2025-08-18T18:55:32.124Z | Compiling untrusted v0.7.1 |
| 1915 | 2025-08-18T18:55:32.340Z | Compiling untrusted v0.9.0 |
| 1916 | 2025-08-18T18:55:32.570Z | Compiling powerfmt v0.2.0 |
| 1917 | 2025-08-18T18:55:32.990Z | Compiling toml_edit v0.19.15 |
| 1918 | 2025-08-18T18:55:33.051Z | Compiling pretty-hex v0.4.1 |
| 1919 | 2025-08-18T18:55:33.289Z | Compiling newtype-uuid v1.2.4 |
| 1920 | 2025-08-18T18:55:33.628Z | Compiling deranged v0.3.11 |
| 1921 | 2025-08-18T18:55:34.859Z | Compiling miniz_oxide v0.8.5 |
| 1922 | 2025-08-18T18:55:35.177Z | Compiling pkcs5 v0.7.1 |
| 1923 | 2025-08-18T18:55:35.749Z | Compiling dof v0.3.0 |
| 1924 | 2025-08-18T18:55:37.370Z | Compiling dtrace-parser v0.2.0 |
| 1925 | 2025-08-18T18:55:37.843Z | Compiling http-body v1.0.1 |
| 1926 | 2025-08-18T18:55:38.100Z | Compiling heapless v0.7.17 |
| 1927 | 2025-08-18T18:55:38.537Z | Compiling thread-id v4.2.2 |
| 1928 | 2025-08-18T18:55:38.677Z | Compiling base64 v0.22.1 |
| 1929 | 2025-08-18T18:55:38.810Z | Compiling num_threads v0.1.7 |
| 1930 | 2025-08-18T18:55:38.941Z | Compiling atomic-waker v1.1.2 |
| 1931 | 2025-08-18T18:55:39.210Z | Compiling zstd-safe v7.2.3 |
| 1932 | 2025-08-18T18:55:39.359Z | Compiling signal-hook v0.3.18 |
| 1933 | 2025-08-18T18:55:39.431Z | Compiling time v0.3.36 |
| 1934 | 2025-08-18T18:55:40.803Z | Compiling pkcs8 v0.10.2 |
| 1935 | 2025-08-18T18:55:41.406Z | Compiling tower-service v0.3.3 |
| 1936 | 2025-08-18T18:55:41.900Z | Compiling try-lock v0.2.5 |
| 1937 | 2025-08-18T18:55:42.081Z | Compiling ident_case v1.0.1 |
| 1938 | 2025-08-18T18:55:42.283Z | Compiling tinyvec_macros v0.1.1 |
| 1939 | 2025-08-18T18:55:42.430Z | Compiling tinyvec v1.8.0 |
| 1940 | 2025-08-18T18:55:43.808Z | Compiling want v0.3.1 |
| 1941 | 2025-08-18T18:55:44.126Z | Compiling h2 v0.4.6 |
| 1942 | 2025-08-18T18:55:46.032Z | Compiling rand_core v0.9.2 |
| 1943 | 2025-08-18T18:55:46.464Z | Compiling curve25519-dalek v4.1.3 |
| 1944 | 2025-08-18T18:55:46.713Z | Compiling ipnet v2.11.0 |
| 1945 | 2025-08-18T18:55:46.924Z | Compiling async-trait v0.1.88 |
| 1946 | 2025-08-18T18:55:49.021Z | Compiling memoffset v0.9.1 |
| 1947 | 2025-08-18T18:55:49.470Z | Compiling smoltcp v0.9.1 |
| 1948 | 2025-08-18T18:55:49.532Z | Compiling foreign-types-shared v0.1.1 |
| 1949 | 2025-08-18T18:55:49.677Z | Compiling gimli v0.31.1 |
| 1950 | 2025-08-18T18:55:49.791Z | Compiling httpdate v1.0.3 |
| 1951 | 2025-08-18T18:55:49.836Z | Compiling num-bigint-dig v0.8.4 |
| 1952 | 2025-08-18T18:55:50.034Z | Compiling openssl-probe v0.1.5 |
| 1953 | 2025-08-18T18:55:50.839Z | Compiling foreign-types v0.3.2 |
| 1954 | 2025-08-18T18:55:52.578Z | Compiling hyper v1.6.0 |
| 1955 | 2025-08-18T18:55:54.426Z | Compiling addr2line v0.24.2 |
| 1956 | 2025-08-18T18:55:56.129Z | Compiling rand_chacha v0.9.0 |
| 1957 | 2025-08-18T18:55:57.836Z | Compiling usdt-attr-macro v0.5.0 |
| 1958 | 2025-08-18T18:55:59.241Z | Compiling usdt-macro v0.5.0 |
| 1959 | 2025-08-18T18:56:01.569Z | Compiling strum_macros v0.26.4 |
| 1960 | 2025-08-18T18:56:03.529Z | Compiling ipnetwork v0.21.1 |
| 1961 | 2025-08-18T18:56:04.545Z | Compiling daft-derive v0.1.4 |
| 1962 | 2025-08-18T18:56:05.209Z | Compiling object v0.36.5 |
| 1963 | 2025-08-18T18:56:06.438Z | Compiling rustc-demangle v0.1.24 |
| 1964 | 2025-08-18T18:56:06.709Z | Compiling cfg_aliases v0.2.1 |
| 1965 | 2025-08-18T18:56:06.831Z | Compiling nix v0.29.0 |
| 1966 | 2025-08-18T18:56:10.772Z | Compiling rand v0.9.1 |
| 1967 | 2025-08-18T18:56:11.986Z | Compiling hyper-util v0.1.16 |
| 1968 | 2025-08-18T18:56:13.641Z | Compiling backtrace v0.3.74 |
| 1969 | 2025-08-18T18:56:15.141Z | Compiling unicode-normalization v0.1.24 |
| 1970 | 2025-08-18T18:56:16.462Z | Compiling strum_macros v0.27.1 |
| 1971 | 2025-08-18T18:56:18.780Z | Compiling hubpack_derive v0.1.1 |
| 1972 | 2025-08-18T18:56:18.859Z | Compiling signature v2.2.0 |
| 1973 | 2025-08-18T18:56:19.114Z | Compiling openapiv3 v2.2.0 |
| 1974 | 2025-08-18T18:56:19.660Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1975 | 2025-08-18T18:56:21.085Z | Compiling fs-err v3.1.1 |
| 1976 | 2025-08-18T18:56:21.445Z | Compiling ahash v0.8.12 |
| 1977 | 2025-08-18T18:56:21.860Z | Compiling crc32fast v1.4.2 |
| 1978 | 2025-08-18T18:56:22.220Z | Compiling buf-list v1.0.3 |
| 1979 | 2025-08-18T18:56:22.788Z | Compiling siphasher v0.3.11 |
| 1980 | 2025-08-18T18:56:23.087Z | Compiling zlib-rs v0.5.1 |
| 1981 | 2025-08-18T18:56:23.181Z | Compiling unicode-properties v0.1.3 |
| 1982 | 2025-08-18T18:56:23.617Z | Compiling anstyle v1.0.11 |
| 1983 | 2025-08-18T18:56:24.022Z | Compiling utf8parse v0.2.2 |
| 1984 | 2025-08-18T18:56:24.049Z | Compiling unicode-bidi v0.3.17 |
| 1985 | 2025-08-18T18:56:24.219Z | Compiling anstyle-parse v0.2.5 |
| 1986 | 2025-08-18T18:56:25.087Z | Compiling stringprep v0.1.5 |
| 1987 | 2025-08-18T18:56:25.920Z | Compiling phf_shared v0.11.2 |
| 1988 | 2025-08-18T18:56:27.995Z | Compiling libz-rs-sys v0.5.1 |
| 1989 | 2025-08-18T18:56:32.719Z | Compiling http-body-util v0.1.3 |
| 1990 | 2025-08-18T18:56:33.333Z | Compiling rand_chacha v0.3.1 |
| 1991 | 2025-08-18T18:56:33.830Z | Compiling sync_wrapper v1.0.1 |
| 1992 | 2025-08-18T18:56:33.865Z | Compiling num-integer v0.1.46 |
| 1993 | 2025-08-18T18:56:34.019Z | Compiling md-5 v0.10.6 |
| 1994 | 2025-08-18T18:56:34.277Z | Compiling hash32 v0.2.1 |
| 1995 | 2025-08-18T18:56:34.389Z | Compiling ff v0.13.0 |
| 1996 | 2025-08-18T18:56:34.499Z | Compiling encoding_rs v0.8.34 |
| 1997 | 2025-08-18T18:56:34.636Z | Compiling tower-layer v0.3.3 |
| 1998 | 2025-08-18T18:56:34.932Z | Compiling mime v0.3.17 |
| 1999 | 2025-08-18T18:56:35.036Z | Compiling psl-types v2.0.11 |
| 2000 | 2025-08-18T18:56:35.287Z | Compiling fallible-iterator v0.2.0 |
| 2001 | 2025-08-18T18:56:35.931Z | Compiling is_terminal_polyfill v1.70.1 |
| 2002 | 2025-08-18T18:56:35.970Z | Compiling anstyle-query v1.1.1 |
| 2003 | 2025-08-18T18:56:36.314Z | Compiling base16ct v0.2.0 |
| 2004 | 2025-08-18T18:56:36.584Z | Compiling colorchoice v1.0.2 |
| 2005 | 2025-08-18T18:56:36.623Z | Compiling sec1 v0.7.3 |
| 2006 | 2025-08-18T18:56:36.790Z | Compiling anstream v0.6.18 |
| 2007 | 2025-08-18T18:56:37.200Z | Compiling tower v0.5.2 |
| 2008 | 2025-08-18T18:56:37.379Z | Compiling publicsuffix v2.3.0 |
| 2009 | 2025-08-18T18:56:37.693Z | Compiling postgres-protocol v0.6.8 |
| 2010 | 2025-08-18T18:56:39.252Z | Compiling group v0.13.0 |
| 2011 | 2025-08-18T18:56:39.447Z | Compiling num-iter v0.1.45 |
| 2012 | 2025-08-18T18:56:40.472Z | Compiling rand v0.8.5 |
| 2013 | 2025-08-18T18:56:41.662Z | Compiling tokio-native-tls v0.3.1 |
| 2014 | 2025-08-18T18:56:42.112Z | Compiling flate2 v1.1.2 |
| 2015 | 2025-08-18T18:56:42.998Z | Compiling rustls-native-certs v0.8.1 |
| 2016 | 2025-08-18T18:56:44.302Z | Compiling webpki-roots v1.0.1 |
| 2017 | 2025-08-18T18:56:44.363Z | Compiling rustls-webpki v0.102.8 |
| 2018 | 2025-08-18T18:56:45.235Z | Compiling hkdf v0.12.4 |
| 2019 | 2025-08-18T18:56:45.475Z | Compiling terminal_size v0.4.0 |
| 2020 | 2025-08-18T18:56:45.884Z | Compiling serde_urlencoded v0.7.1 |
| 2021 | 2025-08-18T18:56:45.974Z | Compiling clap_derive v4.5.41 |
| 2022 | 2025-08-18T18:56:45.998Z | Compiling enum-as-inner v0.6.1 |
| 2023 | 2025-08-18T18:56:46.474Z | Compiling crypto-bigint v0.5.5 |
| 2024 | 2025-08-18T18:56:46.650Z | Compiling serde_repr v0.1.19 |
| 2025 | 2025-08-18T18:56:47.715Z | Compiling bitflags v1.3.2 |
| 2026 | 2025-08-18T18:56:48.170Z | Compiling winnow v0.7.10 |
| 2027 | 2025-08-18T18:56:49.988Z | Compiling clap_lex v0.7.4 |
| 2028 | 2025-08-18T18:56:50.835Z | Compiling iri-string v0.7.8 |
| 2029 | 2025-08-18T18:56:50.875Z | Compiling simd-adler32 v0.3.7 |
| 2030 | 2025-08-18T18:56:51.383Z | Compiling managed v0.8.0 |
| 2031 | 2025-08-18T18:56:51.850Z | Compiling tokio-rustls v0.26.0 |
| 2032 | 2025-08-18T18:56:52.380Z | Compiling bumpalo v3.16.0 |
| 2033 | 2025-08-18T18:56:52.544Z | Compiling lockfree-object-pool v0.1.6 |
| 2034 | 2025-08-18T18:56:53.964Z | Compiling zopfli v0.8.1 |
| 2035 | 2025-08-18T18:56:55.289Z | Compiling tower-http v0.6.6 |
| 2036 | 2025-08-18T18:56:55.470Z | Compiling hyper-rustls v0.27.7 |
| 2037 | 2025-08-18T18:56:55.759Z | Compiling clap_builder v4.5.41 |
| 2038 | 2025-08-18T18:56:56.171Z | Compiling elliptic-curve v0.13.8 |
| 2039 | 2025-08-18T18:56:56.892Z | Compiling oxnet v0.1.3 |
| 2040 | 2025-08-18T18:56:58.375Z | Compiling hyper-tls v0.6.0 |
| 2041 | 2025-08-18T18:57:01.372Z | Compiling zstd v0.13.3 |
| 2042 | 2025-08-18T18:57:01.579Z | Compiling signal-hook-mio v0.2.4 |
| 2043 | 2025-08-18T18:57:01.633Z | Compiling cookie_store v0.21.1 |
| 2044 | 2025-08-18T18:57:01.813Z | Compiling postgres-types v0.2.9 |
| 2045 | 2025-08-18T18:57:01.906Z | Compiling phf v0.11.2 |
| 2046 | 2025-08-18T18:57:02.350Z | Compiling strum v0.27.2 |
| 2047 | 2025-08-18T18:57:02.467Z | Compiling hubpack v0.1.2 |
| 2048 | 2025-08-18T18:57:02.558Z | Compiling ed25519 v2.2.3 |
| 2049 | 2025-08-18T18:57:02.897Z | Compiling bzip2 v0.4.4 |
| 2050 | 2025-08-18T18:57:02.941Z | Compiling bzip2 v0.5.2 |
| 2051 | 2025-08-18T18:57:03.066Z | Compiling crossbeam-epoch v0.9.18 |
| 2052 | 2025-08-18T18:57:03.267Z | Compiling pkcs1 v0.7.5 |
| 2053 | 2025-08-18T18:57:03.982Z | Compiling rfc6979 v0.4.0 |
| 2054 | 2025-08-18T18:57:04.171Z | Compiling float-cmp v0.10.0 |
| 2055 | 2025-08-18T18:57:04.205Z | Compiling serde-big-array v0.5.1 |
| 2056 | 2025-08-18T18:57:04.426Z | Compiling bstr v1.10.0 |
| 2057 | 2025-08-18T18:57:04.470Z | Compiling regress v0.10.4 |
| 2058 | 2025-08-18T18:57:04.650Z | Compiling socket2 v0.5.10 |
| 2059 | 2025-08-18T18:57:05.164Z | Compiling memmap v0.7.0 |
| 2060 | 2025-08-18T18:57:05.477Z | Compiling precomputed-hash v0.1.1 |
| 2061 | 2025-08-18T18:57:05.480Z | Compiling normalize-line-endings v0.3.0 |
| 2062 | 2025-08-18T18:57:05.626Z | Compiling difflib v0.4.0 |
| 2063 | 2025-08-18T18:57:05.733Z | Compiling whoami v1.5.2 |
| 2064 | 2025-08-18T18:57:05.912Z | Compiling new_debug_unreachable v1.0.6 |
| 2065 | 2025-08-18T18:57:06.034Z | Compiling static_assertions v1.1.0 |
| 2066 | 2025-08-18T18:57:06.223Z | Compiling data-encoding v2.9.0 |
| 2067 | 2025-08-18T18:57:06.591Z | Compiling fixedbitset v0.4.2 |
| 2068 | 2025-08-18T18:57:06.626Z | Compiling unicode-segmentation v1.12.0 |
| 2069 | 2025-08-18T18:57:07.018Z | Compiling unicode-width v0.2.0 |
| 2070 | 2025-08-18T18:57:07.453Z | Compiling predicates-core v1.0.8 |
| 2071 | 2025-08-18T18:57:07.567Z | Compiling toml_write v0.1.2 |
| 2072 | 2025-08-18T18:57:07.770Z | Compiling predicates v3.1.3 |
| 2073 | 2025-08-18T18:57:07.950Z | Compiling reqwest v0.12.22 |
| 2074 | 2025-08-18T18:57:08.035Z | Compiling console v0.15.10 |
| 2075 | 2025-08-18T18:57:08.539Z | Compiling typify-impl v0.3.0 |
| 2076 | 2025-08-18T18:57:09.066Z | Compiling similar v2.7.0 |
| 2077 | 2025-08-18T18:57:09.116Z | Compiling petgraph v0.6.5 |
| 2078 | 2025-08-18T18:57:09.451Z | Compiling toml_edit v0.22.27 |
| 2079 | 2025-08-18T18:57:09.645Z | Compiling hickory-proto v0.25.2 |
| 2080 | 2025-08-18T18:57:10.714Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2081 | 2025-08-18T18:57:12.784Z | Compiling tokio-postgres v0.7.13 |
| 2082 | 2025-08-18T18:57:16.912Z | Compiling string_cache v0.8.9 |
| 2083 | 2025-08-18T18:57:17.409Z | Compiling usdt v0.5.0 |
| 2084 | 2025-08-18T18:57:17.807Z | Compiling ecdsa v0.16.9 |
| 2085 | 2025-08-18T18:57:18.511Z | Compiling rsa v0.9.6 |
| 2086 | 2025-08-18T18:57:19.656Z | Compiling zip v4.2.0 |
| 2087 | 2025-08-18T18:57:19.680Z | Compiling zip v0.6.6 |
| 2088 | 2025-08-18T18:57:19.951Z | Compiling ed25519-dalek v2.1.1 |
| 2089 | 2025-08-18T18:57:20.972Z | Compiling crossterm v0.28.1 |
| 2090 | 2025-08-18T18:57:21.164Z | Compiling clap v4.5.41 |
| 2091 | 2025-08-18T18:57:21.506Z | Compiling daft v0.1.4 |
| 2092 | 2025-08-18T18:57:21.958Z | Compiling strum v0.26.3 |
| 2093 | 2025-08-18T18:57:22.085Z | Compiling darling_core v0.21.0 |
| 2094 | 2025-08-18T18:57:22.184Z | Compiling tokio-stream v0.1.17 |
| 2095 | 2025-08-18T18:57:22.237Z | Compiling toml v0.7.8 |
| 2096 | 2025-08-18T18:57:23.166Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2097 | 2025-08-18T18:57:23.194Z | Compiling x509-cert v0.2.5 |
| 2098 | 2025-08-18T18:57:23.913Z | Compiling sha1 v0.10.6 |
| 2099 | 2025-08-18T18:57:24.132Z | Compiling itertools v0.13.0 |
| 2100 | 2025-08-18T18:57:26.932Z | Compiling itertools v0.10.5 |
| 2101 | 2025-08-18T18:57:27.010Z | Compiling winnow v0.6.26 |
| 2102 | 2025-08-18T18:57:27.405Z | Compiling peg-runtime v0.8.5 |
| 2103 | 2025-08-18T18:57:27.583Z | Compiling lalrpop-util v0.19.12 |
| 2104 | 2025-08-18T18:57:27.889Z | Compiling unicode-xid v0.2.6 |
| 2105 | 2025-08-18T18:57:28.100Z | Compiling rustc-hash v2.1.1 |
| 2106 | 2025-08-18T18:57:28.324Z | Compiling darling_macro v0.21.0 |
| 2107 | 2025-08-18T18:57:29.799Z | Compiling typify-macro v0.3.0 |
| 2108 | 2025-08-18T18:57:30.074Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2109 | 2025-08-18T18:57:33.244Z | Compiling rayon-core v1.12.1 |
| 2110 | 2025-08-18T18:57:34.837Z | Compiling camino v1.1.11 |
| 2111 | 2025-08-18T18:57:37.768Z | Compiling darling v0.21.0 |
| 2112 | 2025-08-18T18:57:38.171Z | Compiling proc-macro-crate v1.3.1 |
| 2113 | 2025-08-18T18:57:38.523Z | Compiling macaddr v1.0.1 |
| 2114 | 2025-08-18T18:57:38.556Z | Compiling structmeta-derive v0.3.0 |
| 2115 | 2025-08-18T18:57:39.626Z | Compiling itertools v0.14.0 |
| 2116 | 2025-08-18T18:57:41.815Z | Compiling ref-cast v1.0.24 |
| 2117 | 2025-08-18T18:57:42.459Z | Compiling heapless v0.8.0 |
| 2118 | 2025-08-18T18:57:42.514Z | Compiling fastrand v2.1.1 |
| 2119 | 2025-08-18T18:57:43.150Z | Compiling tempfile v3.20.0 |
| 2120 | 2025-08-18T18:57:43.483Z | Compiling ingot-macros v0.1.1 |
| 2121 | 2025-08-18T18:57:46.587Z | Compiling structmeta v0.3.0 |
| 2122 | 2025-08-18T18:57:47.650Z | Compiling num_enum_derive v0.5.11 |
| 2123 | 2025-08-18T18:57:49.935Z | Compiling crossbeam-deque v0.8.5 |
| 2124 | 2025-08-18T18:57:51.195Z | Compiling ref-cast-impl v1.0.24 |
| 2125 | 2025-08-18T18:57:52.262Z | Compiling hash32 v0.3.1 |
| 2126 | 2025-08-18T18:57:57.222Z | Compiling smoltcp v0.11.0 |
| 2127 | 2025-08-18T18:57:57.955Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2128 | 2025-08-18T18:58:05.688Z | Compiling ingot-types v0.1.2 |
| 2129 | 2025-08-18T18:58:06.739Z | Compiling num_enum v0.5.11 |
| 2130 | 2025-08-18T18:58:08.223Z | Compiling typify v0.3.0 |
| 2131 | 2025-08-18T18:58:12.348Z | Compiling darling_core v0.20.10 |
| 2132 | 2025-08-18T18:58:12.990Z | Compiling dirs-sys-next v0.1.2 |
| 2133 | 2025-08-18T18:58:13.040Z | Compiling proc-macro-error-attr v1.0.4 |
| 2134 | 2025-08-18T18:58:13.295Z | Compiling rustls v0.22.4 |
| 2135 | 2025-08-18T18:58:13.654Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2136 | 2025-08-18T18:58:14.009Z | Compiling unsafe-libyaml v0.2.11 |
| 2137 | 2025-08-18T18:58:15.134Z | Compiling cobs v0.2.3 |
| 2138 | 2025-08-18T18:58:15.605Z | Compiling postcard v1.0.10 |
| 2139 | 2025-08-18T18:58:15.642Z | Compiling serde_yaml v0.9.34+deprecated |
| 2140 | 2025-08-18T18:58:17.482Z | Compiling darling_macro v0.20.10 |
| 2141 | 2025-08-18T18:58:23.484Z | Compiling dirs-next v2.0.0 |
| 2142 | 2025-08-18T18:58:27.870Z | Compiling progenitor-impl v0.9.1 |
| 2143 | 2025-08-18T18:58:30.072Z | Compiling ingot v0.1.1 |
| 2144 | 2025-08-18T18:58:36.498Z | Compiling futures-executor v0.3.31 |
| 2145 | 2025-08-18T18:58:36.520Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2146 | 2025-08-18T18:58:36.923Z | Compiling hex v0.4.3 |
| 2147 | 2025-08-18T18:58:37.173Z | Compiling foreign-types-macros v0.2.3 |
| 2148 | 2025-08-18T18:58:37.451Z | Compiling thread_local v1.1.8 |
| 2149 | 2025-08-18T18:58:37.531Z | Compiling wait-timeout v0.2.0 |
| 2150 | 2025-08-18T18:58:37.601Z | Compiling proc-macro-error v1.0.4 |
| 2151 | 2025-08-18T18:58:37.964Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2152 | 2025-08-18T18:58:38.100Z | Compiling multer v3.1.0 |
| 2153 | 2025-08-18T18:58:38.387Z | Compiling quick-error v1.2.3 |
| 2154 | 2025-08-18T18:58:38.411Z | Compiling bit-vec v0.8.0 |
| 2155 | 2025-08-18T18:58:38.433Z | Compiling foreign-types-shared v0.3.1 |
| 2156 | 2025-08-18T18:58:38.454Z | Compiling match_cfg v0.1.0 |
| 2157 | 2025-08-18T18:58:38.567Z | Compiling unicode-width v0.1.14 |
| 2158 | 2025-08-18T18:58:38.592Z | Compiling slog-async v2.8.0 |
| 2159 | 2025-08-18T18:58:38.950Z | Compiling bit-set v0.8.0 |
| 2160 | 2025-08-18T18:58:39.058Z | Compiling tabwriter v1.4.0 |
| 2161 | 2025-08-18T18:58:39.187Z | Compiling foreign-types v0.5.0 |
| 2162 | 2025-08-18T18:58:39.306Z | Compiling hostname v0.3.1 |
| 2163 | 2025-08-18T18:58:39.330Z | Compiling rusty-fork v0.3.0 |
| 2164 | 2025-08-18T18:58:39.524Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2165 | 2025-08-18T18:58:39.638Z | Compiling futures v0.3.31 |
| 2166 | 2025-08-18T18:58:39.679Z | Compiling progenitor-macro v0.9.1 |
| 2167 | 2025-08-18T18:58:39.776Z | Compiling term v0.7.0 |
| 2168 | 2025-08-18T18:58:43.538Z | Compiling darling v0.20.10 |
| 2169 | 2025-08-18T18:58:43.906Z | Compiling derive-ex v0.1.8 |
| 2170 | 2025-08-18T18:58:43.960Z | Compiling progenitor-client v0.9.1 |
| 2171 | 2025-08-18T18:58:44.306Z | Compiling toml_parser v1.0.2 |
| 2172 | 2025-08-18T18:58:44.885Z | Compiling slog-json v2.6.1 |
| 2173 | 2025-08-18T18:58:45.308Z | Compiling rand_xorshift v0.4.0 |
| 2174 | 2025-08-18T18:58:45.344Z | Compiling crossbeam-channel v0.5.15 |
| 2175 | 2025-08-18T18:58:45.621Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2176 | 2025-08-18T18:58:46.438Z | Compiling serde_spanned v1.0.0 |
| 2177 | 2025-08-18T18:58:46.751Z | Compiling toml_datetime v0.7.0 |
| 2178 | 2025-08-18T18:58:46.889Z | Compiling async-stream-impl v0.3.6 |
| 2179 | 2025-08-18T18:58:47.599Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2180 | 2025-08-18T18:58:47.634Z | Compiling cstr-argument v0.1.2 |
| 2181 | 2025-08-18T18:58:47.656Z | Compiling is-terminal v0.4.13 |
| 2182 | 2025-08-18T18:58:47.829Z | Compiling dropshot v0.16.3 |
| 2183 | 2025-08-18T18:58:47.927Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2184 | 2025-08-18T18:58:48.008Z | Compiling unarray v0.1.4 |
| 2185 | 2025-08-18T18:58:48.164Z | Compiling pretty-hex v0.2.1 |
| 2186 | 2025-08-18T18:58:48.239Z | Compiling take_mut v0.2.2 |
| 2187 | 2025-08-18T18:58:48.260Z | Compiling toml_writer v1.0.2 |
| 2188 | 2025-08-18T18:58:48.428Z | Compiling typeid v1.0.3 |
| 2189 | 2025-08-18T18:58:48.453Z | Compiling crucible-workspace-hack v0.1.0 |
| 2190 | 2025-08-18T18:58:48.783Z | Compiling toml v0.9.5 |
| 2191 | 2025-08-18T18:58:48.999Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2192 | 2025-08-18T18:58:49.426Z | Compiling proptest v1.7.0 |
| 2193 | 2025-08-18T18:58:50.245Z | Compiling async-stream v0.3.6 |
| 2194 | 2025-08-18T18:58:50.601Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2195 | 2025-08-18T18:58:50.648Z | Compiling progenitor v0.9.1 |
| 2196 | 2025-08-18T18:58:50.912Z | Compiling slog-term v2.9.1 |
| 2197 | 2025-08-18T18:58:51.345Z | Compiling test-strategy v0.4.3 |
| 2198 | 2025-08-18T18:58:51.463Z | Compiling tokio-rustls v0.25.0 |
| 2199 | 2025-08-18T18:58:52.004Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2200 | 2025-08-18T18:58:52.226Z | Compiling slog-bunyan v2.5.0 |
| 2201 | 2025-08-18T18:58:52.732Z | Compiling serde_with_macros v3.14.0 |
| 2202 | 2025-08-18T18:58:54.450Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2203 | 2025-08-18T18:58:54.652Z | Compiling rayon v1.10.0 |
| 2204 | 2025-08-18T18:58:55.020Z | Compiling parse-display-derive v0.10.0 |
| 2205 | 2025-08-18T18:58:56.567Z | Compiling colored v2.2.0 |
| 2206 | 2025-08-18T18:58:58.015Z | Compiling waitgroup v0.1.2 |
| 2207 | 2025-08-18T18:58:58.161Z | Compiling rustls-pemfile v2.2.0 |
| 2208 | 2025-08-18T18:58:58.298Z | Compiling dropshot_endpoint v0.16.3 |
| 2209 | 2025-08-18T18:58:58.489Z | Compiling serde_path_to_error v0.1.17 |
| 2210 | 2025-08-18T18:58:58.649Z | Compiling derive-where v1.5.0 |
| 2211 | 2025-08-18T18:58:59.460Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2212 | 2025-08-18T18:58:59.975Z | Compiling hostname v0.4.0 |
| 2213 | 2025-08-18T18:59:00.222Z | Compiling instant v0.1.13 |
| 2214 | 2025-08-18T18:59:00.284Z | Compiling heck v0.4.1 |
| 2215 | 2025-08-18T18:59:00.424Z | Compiling debug-ignore v1.0.5 |
| 2216 | 2025-08-18T18:59:00.621Z | Compiling backoff v0.4.0 |
| 2217 | 2025-08-18T18:59:00.701Z | Compiling zone_cfg_derive v0.3.0 |
| 2218 | 2025-08-18T18:59:01.034Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2219 | 2025-08-18T18:59:01.283Z | Compiling parse-display v0.10.0 |
| 2220 | 2025-08-18T18:59:01.478Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2221 | 2025-08-18T18:59:01.912Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 2222 | 2025-08-18T18:59:01.942Z | Compiling serde_with v3.14.0 |
| 2223 | 2025-08-18T18:59:03.216Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2224 | 2025-08-18T18:59:03.992Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2225 | 2025-08-18T18:59:05.332Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2226 | 2025-08-18T18:59:05.763Z | Compiling iddqd v0.3.9 |
| 2227 | 2025-08-18T18:59:08.822Z | Compiling camino-tempfile v1.4.1 |
| 2228 | 2025-08-18T18:59:09.181Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2229 | 2025-08-18T18:59:09.596Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2230 | 2025-08-18T18:59:09.619Z | Compiling progenitor-client v0.10.0 |
| 2231 | 2025-08-18T18:59:09.641Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2232 | 2025-08-18T18:59:10.110Z | Compiling num-derive v0.4.2 |
| 2233 | 2025-08-18T18:59:10.568Z | Compiling sigpipe v0.1.3 |
| 2234 | 2025-08-18T18:59:10.638Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2235 | 2025-08-18T18:59:10.996Z | Compiling libefi-sys v0.1.0 |
| 2236 | 2025-08-18T18:59:11.167Z | Compiling jiff v0.2.15 |
| 2237 | 2025-08-18T18:59:11.390Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2238 | 2025-08-18T18:59:12.273Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2239 | 2025-08-18T18:59:12.759Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2240 | 2025-08-18T18:59:13.339Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 2241 | 2025-08-18T18:59:13.774Z | Compiling erased-serde v0.4.6 |
| 2242 | 2025-08-18T18:59:15.291Z | Compiling zone v0.3.1 |
| 2243 | 2025-08-18T18:59:16.966Z | Compiling smf v0.2.3 |
| 2244 | 2025-08-18T18:59:18.411Z | Compiling bitfield-struct v0.6.2 |
| 2245 | 2025-08-18T18:59:19.492Z | Compiling ordered-float v2.10.1 |
| 2246 | 2025-08-18T18:59:19.568Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2247 | 2025-08-18T18:59:19.759Z | Compiling blake3 v1.5.4 |
| 2248 | 2025-08-18T18:59:19.802Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2249 | 2025-08-18T18:59:20.029Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2250 | 2025-08-18T18:59:20.226Z | Compiling serde-value v0.7.0 |
| 2251 | 2025-08-18T18:59:20.573Z | Compiling serde-untagged v0.1.7 |
| 2252 | 2025-08-18T18:59:21.187Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2253 | 2025-08-18T18:59:21.358Z | Compiling toml v0.8.23 |
| 2254 | 2025-08-18T18:59:21.427Z | Compiling xattr v1.3.1 |
| 2255 | 2025-08-18T18:59:21.779Z | Compiling memmap2 v0.9.5 |
| 2256 | 2025-08-18T18:59:21.862Z | Compiling filetime v0.2.25 |
| 2257 | 2025-08-18T18:59:22.223Z | Compiling constant_time_eq v0.3.1 |
| 2258 | 2025-08-18T18:59:22.317Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2259 | 2025-08-18T18:59:22.358Z | Compiling arrayref v0.3.9 |
| 2260 | 2025-08-18T18:59:22.441Z | Compiling arrayvec v0.7.6 |
| 2261 | 2025-08-18T18:59:22.473Z | Compiling same-file v1.0.6 |
| 2262 | 2025-08-18T18:59:22.491Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2263 | 2025-08-18T18:59:22.769Z | Compiling walkdir v2.5.0 |
| 2264 | 2025-08-18T18:59:24.002Z | Compiling cargo-util-schemas v0.8.2 |
| 2265 | 2025-08-18T18:59:24.304Z | Compiling tar v0.4.44 |
| 2266 | 2025-08-18T18:59:26.138Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2267 | 2025-08-18T18:59:26.578Z | Compiling console v0.16.0 |
| 2268 | 2025-08-18T18:59:27.054Z | Compiling tokio-dtrace v0.1.0 |
| 2269 | 2025-08-18T18:59:27.590Z | Compiling gethostname v0.5.0 |
| 2270 | 2025-08-18T18:59:27.838Z | Compiling cargo-platform v0.2.0 |
| 2271 | 2025-08-18T18:59:29.016Z | Compiling topological-sort v0.2.2 |
| 2272 | 2025-08-18T18:59:29.184Z | Compiling fixedbitset v0.5.7 |
| 2273 | 2025-08-18T18:59:29.334Z | Compiling unit-prefix v0.5.1 |
| 2274 | 2025-08-18T18:59:29.419Z | Compiling omicron-zone-package v0.12.2 |
| 2275 | 2025-08-18T18:59:29.619Z | Compiling indicatif v0.18.0 |
| 2276 | 2025-08-18T18:59:29.965Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2277 | 2025-08-18T18:59:30.407Z | Compiling petgraph v0.8.2 |
| 2278 | 2025-08-18T18:59:32.472Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2279 | 2025-08-18T18:59:32.542Z | Compiling cargo_metadata v0.21.0 |
| 2280 | 2025-08-18T18:59:35.722Z | Compiling oxide-tokio-rt v0.1.2 |
| 2281 | 2025-08-18T18:59:35.829Z | Compiling indent_write v2.2.0 |
| 2282 | 2025-08-18T18:59:36.099Z | Compiling shell-words v1.1.0 |
| 2283 | 2025-08-18T18:59:36.319Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2284 | 2025-08-18T18:59:36.624Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2285 | 2025-08-18T18:59:57.293Z | Finished `release` profile [optimized] target(s) in 5m 26s |
| 2286 | 2025-08-18T18:59:57.486Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2287 | 2025-08-18T18:59:57.541Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2288 | 2025-08-18T18:59:57.544Z | Created new build target 'test' and set it as active |
| 2289 | 2025-08-18T18:59:57.544Z | |
| 2290 | 2025-08-18T18:59:57.544Z | real 5:26.737734702 |
| 2291 | 2025-08-18T18:59:57.544Z | user 37:41.576108872 |
| 2292 | 2025-08-18T18:59:57.544Z | sys 3:45.248265632 |
| 2293 | 2025-08-18T18:59:57.544Z | trap 1.177310634 |
| 2294 | 2025-08-18T18:59:57.544Z | tflt 1.929799036 |
| 2295 | 2025-08-18T18:59:57.544Z | dflt 1.066794473 |
| 2296 | 2025-08-18T18:59:57.544Z | kflt 0.000233129 |
| 2297 | 2025-08-18T18:59:57.544Z | lock 1:47:29.638660098 |
| 2298 | 2025-08-18T18:59:57.544Z | slp 2:34:25.817728973 |
| 2299 | 2025-08-18T18:59:57.544Z | lat 3:06.596347759 |
| 2300 | 2025-08-18T18:59:57.544Z | stop 5:35.284656449 |
| 2301 | 2025-08-18T18:59:57.545Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2302 | 2025-08-18T18:59:58.718Z | Finished `release` profile [optimized] target(s) in 1.11s |
| 2303 | 2025-08-18T18:59:58.778Z | Running `target/release/omicron-package -t test package` |
| 2304 | 2025-08-18T18:59:58.828Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2305 | 2025-08-18T19:00:00.585Z | Compiling typify-impl v0.4.1 |
| 2306 | 2025-08-18T19:00:00.803Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2307 | 2025-08-18T19:00:00.847Z | Compiling convert_case v0.4.0 |
| 2308 | 2025-08-18T19:00:00.851Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2309 | 2025-08-18T19:00:00.851Z | Compiling dirs-sys-next v0.1.2 |
| 2310 | 2025-08-18T19:00:00.851Z | Compiling num-rational v0.4.2 |
| 2311 | 2025-08-18T19:00:00.851Z | Compiling num-complex v0.4.6 |
| 2312 | 2025-08-18T19:00:01.010Z | Compiling float-ord v0.3.2 |
| 2313 | 2025-08-18T19:00:01.222Z | Compiling dirs-next v2.0.0 |
| 2314 | 2025-08-18T19:00:01.336Z | Compiling is-terminal v0.4.13 |
| 2315 | 2025-08-18T19:00:01.428Z | Compiling term v0.7.0 |
| 2316 | 2025-08-18T19:00:01.475Z | Compiling derive_more v0.99.20 |
| 2317 | 2025-08-18T19:00:01.530Z | Compiling camino v1.1.11 |
| 2318 | 2025-08-18T19:00:01.568Z | Compiling bytecount v0.6.8 |
| 2319 | 2025-08-18T19:00:01.943Z | Compiling num v0.4.3 |
| 2320 | 2025-08-18T19:00:02.066Z | Compiling secrecy v0.10.3 |
| 2321 | 2025-08-18T19:00:02.095Z | Compiling base64 v0.21.7 |
| 2322 | 2025-08-18T19:00:02.391Z | Compiling swrite v0.1.0 |
| 2323 | 2025-08-18T19:00:02.440Z | Compiling fastrand v2.1.1 |
| 2324 | 2025-08-18T19:00:02.519Z | Compiling rustls v0.22.4 |
| 2325 | 2025-08-18T19:00:02.564Z | Compiling password-hash v0.5.0 |
| 2326 | 2025-08-18T19:00:02.589Z | Compiling blake2 v0.10.6 |
| 2327 | 2025-08-18T19:00:02.937Z | Compiling tempfile v3.20.0 |
| 2328 | 2025-08-18T19:00:03.085Z | Compiling thread_local v1.1.8 |
| 2329 | 2025-08-18T19:00:03.204Z | Compiling wait-timeout v0.2.0 |
| 2330 | 2025-08-18T19:00:03.527Z | Compiling quick-error v1.2.3 |
| 2331 | 2025-08-18T19:00:03.628Z | Compiling match_cfg v0.1.0 |
| 2332 | 2025-08-18T19:00:03.632Z | Compiling bit-vec v0.8.0 |
| 2333 | 2025-08-18T19:00:03.717Z | Compiling rusty-fork v0.3.0 |
| 2334 | 2025-08-18T19:00:03.721Z | Compiling argon2 v0.5.3 |
| 2335 | 2025-08-18T19:00:03.770Z | Compiling hostname v0.3.1 |
| 2336 | 2025-08-18T19:00:04.106Z | Compiling bit-set v0.8.0 |
| 2337 | 2025-08-18T19:00:04.275Z | Compiling atomicwrites v0.4.4 |
| 2338 | 2025-08-18T19:00:04.426Z | Compiling ref-cast v1.0.24 |
| 2339 | 2025-08-18T19:00:04.520Z | Compiling multer v3.1.0 |
| 2340 | 2025-08-18T19:00:04.613Z | Compiling slog-async v2.8.0 |
| 2341 | 2025-08-18T19:00:04.658Z | Compiling crossbeam-channel v0.5.15 |
| 2342 | 2025-08-18T19:00:04.706Z | Compiling progenitor-client v0.9.1 |
| 2343 | 2025-08-18T19:00:04.838Z | Compiling toml_parser v1.0.2 |
| 2344 | 2025-08-18T19:00:05.247Z | Compiling slog-json v2.6.1 |
| 2345 | 2025-08-18T19:00:05.568Z | Compiling rand_xorshift v0.4.0 |
| 2346 | 2025-08-18T19:00:05.626Z | Compiling futures-executor v0.3.31 |
| 2347 | 2025-08-18T19:00:05.840Z | Compiling toml_datetime v0.7.0 |
| 2348 | 2025-08-18T19:00:06.090Z | Compiling hex v0.4.3 |
| 2349 | 2025-08-18T19:00:06.119Z | Compiling serde_spanned v1.0.0 |
| 2350 | 2025-08-18T19:00:06.176Z | Compiling toml_writer v1.0.2 |
| 2351 | 2025-08-18T19:00:06.399Z | Compiling unarray v0.1.4 |
| 2352 | 2025-08-18T19:00:06.404Z | Compiling take_mut v0.2.2 |
| 2353 | 2025-08-18T19:00:06.620Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2354 | 2025-08-18T19:00:06.651Z | Compiling proptest v1.7.0 |
| 2355 | 2025-08-18T19:00:06.705Z | Compiling toml v0.9.5 |
| 2356 | 2025-08-18T19:00:06.833Z | Compiling futures v0.3.31 |
| 2357 | 2025-08-18T19:00:06.910Z | Compiling slog-bunyan v2.5.0 |
| 2358 | 2025-08-18T19:00:06.985Z | Compiling progenitor v0.9.1 |
| 2359 | 2025-08-18T19:00:07.433Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2360 | 2025-08-18T19:00:07.461Z | Compiling slog-term v2.9.1 |
| 2361 | 2025-08-18T19:00:08.003Z | Compiling dropshot v0.16.3 |
| 2362 | 2025-08-18T19:00:08.049Z | Compiling async-stream v0.3.6 |
| 2363 | 2025-08-18T19:00:08.102Z | Compiling newline-converter v0.3.0 |
| 2364 | 2025-08-18T19:00:08.353Z | Compiling tokio-rustls v0.25.0 |
| 2365 | 2025-08-18T19:00:08.384Z | Compiling waitgroup v0.1.2 |
| 2366 | 2025-08-18T19:00:08.438Z | Compiling rustls-pemfile v2.2.0 |
| 2367 | 2025-08-18T19:00:08.621Z | Compiling serde_path_to_error v0.1.17 |
| 2368 | 2025-08-18T19:00:08.788Z | Compiling hostname v0.4.0 |
| 2369 | 2025-08-18T19:00:08.818Z | Compiling instant v0.1.13 |
| 2370 | 2025-08-18T19:00:08.998Z | Compiling debug-ignore v1.0.5 |
| 2371 | 2025-08-18T19:00:09.026Z | Compiling backoff v0.4.0 |
| 2372 | 2025-08-18T19:00:09.222Z | Compiling expectorate v1.2.0 |
| 2373 | 2025-08-18T19:00:09.413Z | Compiling iddqd v0.3.9 |
| 2374 | 2025-08-18T19:00:09.441Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2375 | 2025-08-18T19:00:09.583Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2376 | 2025-08-18T19:00:09.792Z | Compiling typify-macro v0.4.1 |
| 2377 | 2025-08-18T19:00:09.817Z | Compiling parse-display v0.10.0 |
| 2378 | 2025-08-18T19:00:10.323Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2379 | 2025-08-18T19:00:10.705Z | Compiling serde_with v3.14.0 |
| 2380 | 2025-08-18T19:00:11.274Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2381 | 2025-08-18T19:00:11.538Z | Compiling progenitor-client v0.10.0 |
| 2382 | 2025-08-18T19:00:12.031Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 2383 | 2025-08-18T19:00:13.165Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2384 | 2025-08-18T19:00:13.196Z | Compiling typify v0.4.1 |
| 2385 | 2025-08-18T19:00:13.391Z | Compiling progenitor-impl v0.10.0 |
| 2386 | 2025-08-18T19:00:14.049Z | Compiling macaddr v1.0.1 |
| 2387 | 2025-08-18T19:00:14.519Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2388 | 2025-08-18T19:00:14.796Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2389 | 2025-08-18T19:00:15.059Z | Compiling owo-colors v4.2.2 |
| 2390 | 2025-08-18T19:00:15.648Z | Compiling cancel-safe-futures v0.1.5 |
| 2391 | 2025-08-18T19:00:16.069Z | Compiling utf-8 v0.7.6 |
| 2392 | 2025-08-18T19:00:16.506Z | Compiling libsw-core v0.3.1 |
| 2393 | 2025-08-18T19:00:16.851Z | Compiling libsw v3.5.0 |
| 2394 | 2025-08-18T19:00:17.343Z | Compiling toml v0.8.23 |
| 2395 | 2025-08-18T19:00:17.934Z | Compiling keccak v0.1.5 |
| 2396 | 2025-08-18T19:00:18.711Z | Compiling linear-map v1.2.0 |
| 2397 | 2025-08-18T19:00:19.036Z | Compiling progenitor-macro v0.10.0 |
| 2398 | 2025-08-18T19:00:19.175Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2399 | 2025-08-18T19:00:19.204Z | Compiling sha3 v0.10.8 |
| 2400 | 2025-08-18T19:00:19.545Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2401 | 2025-08-18T19:00:20.054Z | Compiling prettyplease v0.2.36 |
| 2402 | 2025-08-18T19:00:26.350Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2403 | 2025-08-18T19:00:29.965Z | Compiling progenitor v0.10.0 |
| 2404 | 2025-08-18T19:00:30.243Z | Compiling async-recursion v1.1.1 |
| 2405 | 2025-08-18T19:00:30.386Z | Compiling tungstenite v0.21.0 |
| 2406 | 2025-08-18T19:00:31.464Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2407 | 2025-08-18T19:00:31.554Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2408 | 2025-08-18T19:00:33.171Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2409 | 2025-08-18T19:00:35.329Z | Compiling globset v0.4.15 |
| 2410 | 2025-08-18T19:00:36.704Z | Compiling half v2.4.1 |
| 2411 | 2025-08-18T19:00:37.446Z | Compiling ciborium-io v0.2.2 |
| 2412 | 2025-08-18T19:00:37.634Z | Compiling ciborium-ll v0.2.2 |
| 2413 | 2025-08-18T19:00:38.170Z | Compiling tokio-tungstenite v0.21.0 |
| 2414 | 2025-08-18T19:00:38.839Z | Compiling ciborium v0.2.2 |
| 2415 | 2025-08-18T19:00:40.660Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2416 | 2025-08-18T19:00:40.843Z | Compiling pem v3.0.5 |
| 2417 | 2025-08-18T19:00:41.211Z | Compiling pin-project-internal v1.1.6 |
| 2418 | 2025-08-18T19:00:41.741Z | Compiling papergrid v0.11.0 |
| 2419 | 2025-08-18T19:00:42.287Z | Compiling tabled_derive v0.7.0 |
| 2420 | 2025-08-18T19:00:43.325Z | Compiling snafu-derive v0.8.5 |
| 2421 | 2025-08-18T19:00:43.694Z | Compiling pin-project v1.1.6 |
| 2422 | 2025-08-18T19:00:43.873Z | Compiling highway v1.3.0 |
| 2423 | 2025-08-18T19:00:44.281Z | Compiling tabled v0.15.0 |
| 2424 | 2025-08-18T19:00:45.444Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2425 | 2025-08-18T19:00:47.483Z | Compiling snafu v0.8.5 |
| 2426 | 2025-08-18T19:00:48.683Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2427 | 2025-08-18T19:00:49.592Z | Compiling resolv-conf v0.7.0 |
| 2428 | 2025-08-18T19:00:51.125Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2429 | 2025-08-18T19:00:51.383Z | Compiling olpc-cjson v0.1.4 |
| 2430 | 2025-08-18T19:00:51.726Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2431 | 2025-08-18T19:00:52.683Z | Compiling universal-hash v0.5.1 |
| 2432 | 2025-08-18T19:00:52.963Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2433 | 2025-08-18T19:00:54.032Z | Compiling serde_plain v1.0.2 |
| 2434 | 2025-08-18T19:00:54.115Z | Compiling typed-path v0.9.3 |
| 2435 | 2025-08-18T19:00:54.365Z | Compiling semver v0.1.20 |
| 2436 | 2025-08-18T19:00:54.597Z | Compiling opaque-debug v0.3.1 |
| 2437 | 2025-08-18T19:00:54.742Z | Compiling rustc_version v0.1.7 |
| 2438 | 2025-08-18T19:00:54.888Z | Compiling poly1305 v0.8.0 |
| 2439 | 2025-08-18T19:00:54.945Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2440 | 2025-08-18T19:00:55.137Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2441 | 2025-08-18T19:00:55.424Z | Compiling thiserror-no-std v2.0.2 |
| 2442 | 2025-08-18T19:00:55.482Z | Compiling chacha20 v0.9.1 |
| 2443 | 2025-08-18T19:00:55.591Z | Compiling aead v0.5.2 |
| 2444 | 2025-08-18T19:00:55.963Z | Compiling chacha20poly1305 v0.10.1 |
| 2445 | 2025-08-18T19:00:56.001Z | Compiling vsss-rs v3.3.4 |
| 2446 | 2025-08-18T19:00:56.285Z | Compiling newtype_derive v0.1.6 |
| 2447 | 2025-08-18T19:00:56.314Z | Compiling unicode-linebreak v0.1.5 |
| 2448 | 2025-08-18T19:00:56.669Z | Compiling linked-hash-map v0.5.6 |
| 2449 | 2025-08-18T19:00:56.901Z | Compiling tough v0.20.0 |
| 2450 | 2025-08-18T19:00:57.127Z | Compiling smawk v0.3.2 |
| 2451 | 2025-08-18T19:00:57.445Z | Compiling textwrap v0.16.2 |
| 2452 | 2025-08-18T19:00:59.481Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2453 | 2025-08-18T19:01:00.816Z | Compiling lru-cache v0.1.2 |
| 2454 | 2025-08-18T19:01:01.124Z | Compiling humantime v2.2.0 |
| 2455 | 2025-08-18T19:01:01.349Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2456 | 2025-08-18T19:01:02.004Z | Compiling hickory-proto v0.24.4 |
| 2457 | 2025-08-18T19:01:03.109Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2458 | 2025-08-18T19:01:04.156Z | Compiling steno v0.4.1 |
| 2459 | 2025-08-18T19:01:05.844Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2460 | 2025-08-18T19:01:06.102Z | Compiling slog-dtrace v0.3.0 |
| 2461 | 2025-08-18T19:01:06.483Z | Compiling moka v0.12.10 |
| 2462 | 2025-08-18T19:01:07.009Z | Compiling tagptr v0.2.0 |
| 2463 | 2025-08-18T19:01:07.358Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2464 | 2025-08-18T19:01:09.435Z | Compiling hickory-resolver v0.24.4 |
| 2465 | 2025-08-18T19:01:12.871Z | Compiling qorb v0.4.1 |
| 2466 | 2025-08-18T19:01:16.156Z | Compiling hickory-resolver v0.25.2 |
| 2467 | 2025-08-18T19:01:24.110Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2468 | 2025-08-18T19:01:29.244Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2469 | 2025-08-18T19:01:29.416Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2470 | 2025-08-18T19:01:30.325Z | Compiling display-error-chain v0.2.2 |
| 2471 | 2025-08-18T19:01:30.600Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2472 | 2025-08-18T19:01:31.035Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2473 | 2025-08-18T19:01:31.967Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2474 | 2025-08-18T19:01:34.376Z | Compiling maplit v1.0.2 |
| 2475 | 2025-08-18T19:01:34.548Z | Compiling crunchy v0.2.2 |
| 2476 | 2025-08-18T19:01:35.101Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2477 | 2025-08-18T19:01:36.270Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2478 | 2025-08-18T19:01:36.779Z | Compiling dsl_auto_type v0.1.2 |
| 2479 | 2025-08-18T19:01:37.279Z | Compiling scheduled-thread-pool v0.2.7 |
| 2480 | 2025-08-18T19:01:38.040Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2481 | 2025-08-18T19:01:38.437Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2482 | 2025-08-18T19:01:38.570Z | Compiling radium v0.7.0 |
| 2483 | 2025-08-18T19:01:38.898Z | Compiling tiny-keccak v2.0.2 |
| 2484 | 2025-08-18T19:01:39.125Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2485 | 2025-08-18T19:01:39.162Z | Compiling proc-macro-error2 v2.0.1 |
| 2486 | 2025-08-18T19:01:39.300Z | Compiling diesel_derives v2.2.3 |
| 2487 | 2025-08-18T19:01:39.707Z | Compiling r2d2 v0.8.10 |
| 2488 | 2025-08-18T19:01:41.272Z | Compiling const_format_proc_macros v0.2.34 |
| 2489 | 2025-08-18T19:01:42.105Z | Compiling num-derive v0.3.3 |
| 2490 | 2025-08-18T19:01:42.991Z | Compiling zerocopy-derive v0.6.6 |
| 2491 | 2025-08-18T19:01:44.152Z | Compiling maybe-uninit v2.0.0 |
| 2492 | 2025-08-18T19:01:44.676Z | Compiling tap v1.0.1 |
| 2493 | 2025-08-18T19:01:44.715Z | Compiling bit-vec v0.6.3 |
| 2494 | 2025-08-18T19:01:44.917Z | Compiling wyz v0.5.1 |
| 2495 | 2025-08-18T19:01:45.148Z | Compiling bit-set v0.5.3 |
| 2496 | 2025-08-18T19:01:45.468Z | Compiling zerocopy v0.6.6 |
| 2497 | 2025-08-18T19:01:46.473Z | Compiling libscf-sys v1.1.0 |
| 2498 | 2025-08-18T19:01:46.771Z | Compiling const_format v0.2.34 |
| 2499 | 2025-08-18T19:01:47.468Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2500 | 2025-08-18T19:01:48.439Z | Compiling tabled_derive v0.10.0 |
| 2501 | 2025-08-18T19:01:49.232Z | Compiling diesel v2.2.12 |
| 2502 | 2025-08-18T19:01:51.173Z | Compiling ascii-canvas v3.0.0 |
| 2503 | 2025-08-18T19:01:51.661Z | Compiling papergrid v0.14.0 |
| 2504 | 2025-08-18T19:01:52.530Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2505 | 2025-08-18T19:01:53.568Z | Compiling ena v0.14.3 |
| 2506 | 2025-08-18T19:01:54.019Z | Compiling crc-catalog v2.4.0 |
| 2507 | 2025-08-18T19:01:54.221Z | Compiling bindgen v0.71.1 |
| 2508 | 2025-08-18T19:01:54.714Z | Compiling packed_struct v0.10.1 |
| 2509 | 2025-08-18T19:01:55.175Z | Compiling regex-syntax v0.6.29 |
| 2510 | 2025-08-18T19:01:58.320Z | Compiling funty v2.0.0 |
| 2511 | 2025-08-18T19:01:59.987Z | Compiling diff v0.1.13 |
| 2512 | 2025-08-18T19:02:00.478Z | Compiling lalrpop v0.19.12 |
| 2513 | 2025-08-18T19:02:01.144Z | Compiling bitvec v1.0.1 |
| 2514 | 2025-08-18T19:02:02.930Z | Compiling crc v3.2.1 |
| 2515 | 2025-08-18T19:02:04.303Z | Compiling tabled v0.18.0 |
| 2516 | 2025-08-18T19:02:04.981Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 2517 | 2025-08-18T19:02:05.450Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2518 | 2025-08-18T19:02:05.748Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2519 | 2025-08-18T19:02:06.871Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2520 | 2025-08-18T19:02:06.903Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2521 | 2025-08-18T19:02:07.249Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2522 | 2025-08-18T19:02:07.426Z | Compiling packed_struct_codegen v0.10.1 |
| 2523 | 2025-08-18T19:02:07.509Z | Compiling indexmap v1.9.3 |
| 2524 | 2025-08-18T19:02:07.899Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2525 | 2025-08-18T19:02:08.286Z | Compiling nodrop v0.1.14 |
| 2526 | 2025-08-18T19:02:08.482Z | Compiling array-init v0.0.4 |
| 2527 | 2025-08-18T19:02:09.624Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 2528 | 2025-08-18T19:02:10.368Z | Compiling smallvec v0.6.14 |
| 2529 | 2025-08-18T19:02:13.871Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2530 | 2025-08-18T19:02:14.240Z | Compiling derive_builder_core v0.20.2 |
| 2531 | 2025-08-18T19:02:16.168Z | Compiling headers-core v0.3.0 |
| 2532 | 2025-08-18T19:02:16.393Z | Compiling libxml v0.3.3 |
| 2533 | 2025-08-18T19:02:16.843Z | Compiling termcolor v1.4.1 |
| 2534 | 2025-08-18T19:02:17.893Z | Compiling bitfield v0.14.0 |
| 2535 | 2025-08-18T19:02:18.247Z | Compiling hashbrown v0.12.3 |
| 2536 | 2025-08-18T19:02:18.415Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2537 | 2025-08-18T19:02:20.304Z | Compiling env_logger v0.10.2 |
| 2538 | 2025-08-18T19:02:20.611Z | Compiling headers v0.4.1 |
| 2539 | 2025-08-18T19:02:21.047Z | Compiling polar-core v0.27.3 |
| 2540 | 2025-08-18T19:02:23.147Z | Compiling derive_builder_macro v0.20.2 |
| 2541 | 2025-08-18T19:02:23.366Z | Compiling samael v0.0.19 |
| 2542 | 2025-08-18T19:02:23.954Z | Compiling serde-hex v0.1.0 |
| 2543 | 2025-08-18T19:02:24.146Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2544 | 2025-08-18T19:02:25.028Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2545 | 2025-08-18T19:02:25.389Z | Compiling ron v0.8.1 |
| 2546 | 2025-08-18T19:02:26.971Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2547 | 2025-08-18T19:02:27.352Z | Compiling strum_macros v0.24.3 |
| 2548 | 2025-08-18T19:02:29.385Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2549 | 2025-08-18T19:02:30.086Z | Compiling hashbrown v0.13.2 |
| 2550 | 2025-08-18T19:02:30.260Z | Compiling convert_case v0.7.1 |
| 2551 | 2025-08-18T19:02:30.813Z | Compiling termtree v0.5.1 |
| 2552 | 2025-08-18T19:02:30.999Z | Compiling indoc v1.0.9 |
| 2553 | 2025-08-18T19:02:31.127Z | Compiling crc8 v0.1.1 |
| 2554 | 2025-08-18T19:02:31.372Z | Compiling crc-any v2.5.0 |
| 2555 | 2025-08-18T19:02:31.451Z | Compiling object v0.30.4 |
| 2556 | 2025-08-18T19:02:31.784Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2557 | 2025-08-18T19:02:32.220Z | Compiling derive_more-impl v2.0.1 |
| 2558 | 2025-08-18T19:02:33.939Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2559 | 2025-08-18T19:02:35.376Z | Compiling derive_builder v0.20.2 |
| 2560 | 2025-08-18T19:02:38.202Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2561 | 2025-08-18T19:02:38.557Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2562 | 2025-08-18T19:02:39.989Z | Compiling oso-derive v0.27.3 |
| 2563 | 2025-08-18T19:02:40.941Z | Compiling quick-xml v0.37.2 |
| 2564 | 2025-08-18T19:02:43.138Z | Compiling path-slash v0.1.5 |
| 2565 | 2025-08-18T19:02:43.416Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2566 | 2025-08-18T19:02:44.048Z | Compiling oso v0.27.3 |
| 2567 | 2025-08-18T19:02:44.999Z | Compiling derive_more v2.0.1 |
| 2568 | 2025-08-18T19:02:45.162Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2569 | 2025-08-18T19:02:45.688Z | Compiling vte_generate_state_changes v0.1.2 |
| 2570 | 2025-08-18T19:02:46.309Z | Compiling diesel-dtrace v0.4.2 |
| 2571 | 2025-08-18T19:02:46.568Z | Compiling arc-swap v1.7.1 |
| 2572 | 2025-08-18T19:02:46.700Z | Compiling siphasher v1.0.1 |
| 2573 | 2025-08-18T19:02:47.186Z | Compiling slog-scope v4.4.0 |
| 2574 | 2025-08-18T19:02:47.277Z | Compiling phf_shared v0.12.1 |
| 2575 | 2025-08-18T19:02:47.866Z | Compiling vte v0.11.1 |
| 2576 | 2025-08-18T19:02:47.913Z | Compiling crossterm v0.29.0 |
| 2577 | 2025-08-18T19:02:49.392Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 2578 | 2025-08-18T19:02:55.696Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2579 | 2025-08-18T19:02:58.020Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2580 | 2025-08-18T19:02:58.400Z | Compiling bb8 v0.8.5 |
| 2581 | 2025-08-18T19:02:59.033Z | Compiling unicase v2.7.0 |
| 2582 | 2025-08-18T19:02:59.426Z | Compiling xshell-macros v0.2.7 |
| 2583 | 2025-08-18T19:02:59.778Z | Compiling chrono-tz v0.10.4 |
| 2584 | 2025-08-18T19:03:00.108Z | Compiling xshell v0.2.7 |
| 2585 | 2025-08-18T19:03:00.198Z | Compiling async-bb8-diesel v0.2.1 |
| 2586 | 2025-08-18T19:03:01.082Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 2587 | 2025-08-18T19:03:02.755Z | Compiling strip-ansi-escapes v0.2.0 |
| 2588 | 2025-08-18T19:03:03.423Z | Compiling phf v0.12.1 |
| 2589 | 2025-08-18T19:03:03.510Z | Compiling slog-stdlog v4.1.1 |
| 2590 | 2025-08-18T19:03:03.788Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2591 | 2025-08-18T19:03:04.227Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2592 | 2025-08-18T19:03:04.536Z | Compiling fd-lock v4.0.2 |
| 2593 | 2025-08-18T19:03:04.589Z | Compiling peg-macros v0.8.5 |
| 2594 | 2025-08-18T19:03:04.816Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2595 | 2025-08-18T19:03:05.789Z | Compiling nu-ansi-term v0.50.1 |
| 2596 | 2025-08-18T19:03:06.992Z | Compiling reedline v0.40.0 |
| 2597 | 2025-08-18T19:03:07.598Z | Compiling peg v0.8.5 |
| 2598 | 2025-08-18T19:03:07.857Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2599 | 2025-08-18T19:03:15.217Z | Compiling slog-envlogger v2.2.0 |
| 2600 | 2025-08-18T19:03:30.972Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2601 | 2025-08-18T19:03:31.236Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2602 | 2025-08-18T19:03:34.212Z | Compiling typify-impl v0.2.0 |
| 2603 | 2025-08-18T19:03:36.688Z | Compiling bcs v0.1.6 |
| 2604 | 2025-08-18T19:03:37.546Z | Compiling fxhash v0.2.1 |
| 2605 | 2025-08-18T19:03:37.819Z | Compiling libz-sys v1.1.20 |
| 2606 | 2025-08-18T19:03:37.849Z | Compiling half v1.8.3 |
| 2607 | 2025-08-18T19:03:38.669Z | Compiling serde_cbor v0.11.2 |
| 2608 | 2025-08-18T19:03:40.824Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2609 | 2025-08-18T19:03:40.863Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2610 | 2025-08-18T19:03:41.392Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2611 | 2025-08-18T19:03:42.435Z | Compiling kstat-rs v0.2.4 |
| 2612 | 2025-08-18T19:03:43.288Z | Compiling typify-macro v0.2.0 |
| 2613 | 2025-08-18T19:03:43.378Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2614 | 2025-08-18T19:03:43.655Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2615 | 2025-08-18T19:03:44.205Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2616 | 2025-08-18T19:03:45.470Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 2617 | 2025-08-18T19:03:46.043Z | Compiling nix v0.30.1 |
| 2618 | 2025-08-18T19:03:46.689Z | Compiling nanorand v0.7.0 |
| 2619 | 2025-08-18T19:03:46.893Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2620 | 2025-08-18T19:03:47.392Z | Compiling parking_lot_core v0.8.6 |
| 2621 | 2025-08-18T19:03:47.474Z | Compiling flume v0.11.1 |
| 2622 | 2025-08-18T19:03:47.971Z | Compiling mime_guess v2.0.5 |
| 2623 | 2025-08-18T19:03:49.015Z | Compiling ignore v0.4.23 |
| 2624 | 2025-08-18T19:03:49.170Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2625 | 2025-08-18T19:03:55.805Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2626 | 2025-08-18T19:03:59.115Z | Compiling castaway v0.2.3 |
| 2627 | 2025-08-18T19:03:59.338Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2628 | 2025-08-18T19:03:59.657Z | Compiling fs-err v2.11.0 |
| 2629 | 2025-08-18T19:03:59.814Z | Compiling compact_str v0.8.0 |
| 2630 | 2025-08-18T19:04:00.239Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2631 | 2025-08-18T19:04:02.291Z | Compiling globwalk v0.9.1 |
| 2632 | 2025-08-18T19:04:03.576Z | Compiling typify v0.2.0 |
| 2633 | 2025-08-18T19:04:03.766Z | Compiling predicates-tree v1.0.12 |
| 2634 | 2025-08-18T19:04:04.299Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2635 | 2025-08-18T19:04:04.658Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2636 | 2025-08-18T19:04:05.743Z | Compiling unicode-truncate v1.1.0 |
| 2637 | 2025-08-18T19:04:06.653Z | Compiling lru v0.12.5 |
| 2638 | 2025-08-18T19:04:07.056Z | Compiling vergen v8.3.2 |
| 2639 | 2025-08-18T19:04:07.443Z | Compiling nibble_vec v0.1.0 |
| 2640 | 2025-08-18T19:04:07.736Z | Compiling cargo-platform v0.1.8 |
| 2641 | 2025-08-18T19:04:08.234Z | Compiling instability v0.3.2 |
| 2642 | 2025-08-18T19:04:09.222Z | Compiling atty v0.2.14 |
| 2643 | 2025-08-18T19:04:09.409Z | Compiling endian-type v0.1.2 |
| 2644 | 2025-08-18T19:04:09.703Z | Compiling cassowary v0.3.0 |
| 2645 | 2025-08-18T19:04:10.185Z | Compiling salty v0.3.0 |
| 2646 | 2025-08-18T19:04:10.650Z | Compiling http-range v0.1.5 |
| 2647 | 2025-08-18T19:04:11.255Z | Compiling indoc v2.0.6 |
| 2648 | 2025-08-18T19:04:11.627Z | Compiling radix_trie v0.2.1 |
| 2649 | 2025-08-18T19:04:12.043Z | Compiling ratatui v0.29.0 |
| 2650 | 2025-08-18T19:04:12.545Z | Compiling cargo_metadata v0.18.1 |
| 2651 | 2025-08-18T19:04:13.012Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2652 | 2025-08-18T19:04:15.194Z | Compiling camino-tempfile-ext v0.3.2 |
| 2653 | 2025-08-18T19:04:26.998Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2654 | 2025-08-18T19:04:30.586Z | Compiling parking_lot v0.11.2 |
| 2655 | 2025-08-18T19:04:32.537Z | Compiling progenitor-impl v0.8.0 |
| 2656 | 2025-08-18T19:04:37.984Z | Compiling git2 v0.19.0 |
| 2657 | 2025-08-18T19:04:40.688Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2658 | 2025-08-18T19:04:44.098Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2659 | 2025-08-18T19:04:45.146Z | Compiling prefix-trie v0.7.0 |
| 2660 | 2025-08-18T19:04:45.232Z | Compiling rand_seeder v0.3.0 |
| 2661 | 2025-08-18T19:04:45.668Z | Compiling lzma-sys v0.1.20 |
| 2662 | 2025-08-18T19:04:45.759Z | Compiling parse-size v1.1.0 |
| 2663 | 2025-08-18T19:04:46.071Z | Compiling rustls v0.21.12 |
| 2664 | 2025-08-18T19:04:46.118Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 2665 | 2025-08-18T19:04:46.470Z | Compiling hickory-server v0.25.2 |
| 2666 | 2025-08-18T19:04:46.511Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2667 | 2025-08-18T19:04:48.251Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2668 | 2025-08-18T19:04:52.004Z | Compiling hyper-staticfile v0.10.1 |
| 2669 | 2025-08-18T19:04:54.501Z | Compiling progenitor-macro v0.8.0 |
| 2670 | 2025-08-18T19:04:58.106Z | Compiling sled v0.34.7 |
| 2671 | 2025-08-18T19:05:00.036Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2672 | 2025-08-18T19:05:05.629Z | Compiling hickory-client v0.25.2 |
| 2673 | 2025-08-18T19:05:07.359Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2674 | 2025-08-18T19:05:07.479Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2675 | 2025-08-18T19:05:08.526Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2676 | 2025-08-18T19:05:08.902Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2677 | 2025-08-18T19:05:12.932Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2678 | 2025-08-18T19:05:13.170Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2679 | 2025-08-18T19:05:13.545Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 2680 | 2025-08-18T19:05:15.044Z | Compiling primeorder v0.13.6 |
| 2681 | 2025-08-18T19:05:15.093Z | Compiling progenitor-client v0.8.0 |
| 2682 | 2025-08-18T19:05:15.605Z | Compiling sct v0.7.1 |
| 2683 | 2025-08-18T19:05:15.961Z | Compiling rustls-webpki v0.101.7 |
| 2684 | 2025-08-18T19:05:16.094Z | Compiling heck v0.3.3 |
| 2685 | 2025-08-18T19:05:16.446Z | Compiling env_filter v0.1.2 |
| 2686 | 2025-08-18T19:05:18.008Z | Compiling csv-core v0.1.11 |
| 2687 | 2025-08-18T19:05:18.895Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2688 | 2025-08-18T19:05:19.313Z | Compiling void v1.0.2 |
| 2689 | 2025-08-18T19:05:19.522Z | Compiling lzss v0.8.2 |
| 2690 | 2025-08-18T19:05:19.696Z | Compiling csv v1.3.1 |
| 2691 | 2025-08-18T19:05:21.798Z | Compiling env_logger v0.11.5 |
| 2692 | 2025-08-18T19:05:21.850Z | Compiling zone_cfg_derive v0.1.2 |
| 2693 | 2025-08-18T19:05:23.053Z | Compiling p384 v0.13.0 |
| 2694 | 2025-08-18T19:05:23.156Z | Compiling progenitor v0.8.0 |
| 2695 | 2025-08-18T19:05:23.255Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2696 | 2025-08-18T19:05:23.465Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
| 2697 | 2025-08-18T19:05:24.274Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2698 | 2025-08-18T19:05:28.948Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2699 | 2025-08-18T19:05:32.249Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2700 | 2025-08-18T19:05:32.475Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2701 | 2025-08-18T19:05:33.454Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2702 | 2025-08-18T19:05:40.240Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2703 | 2025-08-18T19:05:41.831Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2704 | 2025-08-18T19:05:42.046Z | Compiling tungstenite v0.23.0 |
| 2705 | 2025-08-18T19:05:42.223Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2706 | 2025-08-18T19:05:42.589Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2707 | 2025-08-18T19:05:42.974Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2708 | 2025-08-18T19:05:43.347Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2709 | 2025-08-18T19:05:43.575Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2710 | 2025-08-18T19:05:43.724Z | Compiling nix v0.27.1 |
| 2711 | 2025-08-18T19:05:44.263Z | Compiling serde_bytes v0.11.17 |
| 2712 | 2025-08-18T19:05:44.307Z | Compiling number_prefix v0.4.0 |
| 2713 | 2025-08-18T19:05:44.607Z | Compiling base64 v0.13.1 |
| 2714 | 2025-08-18T19:05:44.815Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2715 | 2025-08-18T19:05:45.438Z | Compiling ron v0.7.1 |
| 2716 | 2025-08-18T19:05:46.421Z | Compiling indicatif v0.17.11 |
| 2717 | 2025-08-18T19:05:47.475Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2718 | 2025-08-18T19:05:48.210Z | Compiling tokio-tungstenite v0.23.1 |
| 2719 | 2025-08-18T19:05:48.996Z | Compiling xz2 v0.1.7 |
| 2720 | 2025-08-18T19:05:50.604Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2721 | 2025-08-18T19:05:52.607Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2722 | 2025-08-18T19:05:54.982Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2723 | 2025-08-18T19:05:57.429Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2724 | 2025-08-18T19:05:58.340Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2725 | 2025-08-18T19:05:58.540Z | Compiling tokio-rustls v0.24.1 |
| 2726 | 2025-08-18T19:05:59.034Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2727 | 2025-08-18T19:05:59.197Z | Compiling zone v0.1.8 |
| 2728 | 2025-08-18T19:06:00.704Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2729 | 2025-08-18T19:06:01.571Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2730 | 2025-08-18T19:06:02.439Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2731 | 2025-08-18T19:06:02.752Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2732 | 2025-08-18T19:06:04.384Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2733 | 2025-08-18T19:06:11.443Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2734 | 2025-08-18T19:06:14.440Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2735 | 2025-08-18T19:06:14.578Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2736 | 2025-08-18T19:06:15.744Z | Compiling rustls-pemfile v1.0.4 |
| 2737 | 2025-08-18T19:06:16.507Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2738 | 2025-08-18T19:06:16.899Z | Compiling signal-hook-tokio v0.3.1 |
| 2739 | 2025-08-18T19:06:17.188Z | Compiling twox-hash v2.1.0 |
| 2740 | 2025-08-18T19:06:18.203Z | Compiling yasna v0.5.2 |
| 2741 | 2025-08-18T19:06:18.268Z | Compiling secrecy v0.8.0 |
| 2742 | 2025-08-18T19:06:18.583Z | Compiling is_ci v1.2.0 |
| 2743 | 2025-08-18T19:06:18.922Z | Compiling supports-color v3.0.2 |
| 2744 | 2025-08-18T19:06:19.411Z | Compiling rcgen v0.12.1 |
| 2745 | 2025-08-18T19:06:23.509Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2746 | 2025-08-18T19:06:30.011Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2747 | 2025-08-18T19:06:31.716Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2748 | 2025-08-18T19:06:31.969Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2749 | 2025-08-18T19:06:39.638Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2750 | 2025-08-18T19:06:45.491Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2751 | 2025-08-18T19:06:53.823Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2752 | 2025-08-18T19:06:56.015Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2753 | 2025-08-18T19:06:58.528Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2754 | 2025-08-18T19:06:58.994Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2755 | 2025-08-18T19:07:00.189Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2756 | 2025-08-18T19:07:07.436Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2757 | 2025-08-18T19:07:07.818Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2758 | 2025-08-18T19:07:08.209Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2759 | 2025-08-18T19:07:09.886Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2760 | 2025-08-18T19:07:11.097Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2761 | 2025-08-18T19:07:18.237Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2762 | 2025-08-18T19:07:18.557Z | Compiling fatfs v0.3.6 |
| 2763 | 2025-08-18T19:07:19.835Z | Compiling subprocess v0.2.9 |
| 2764 | 2025-08-18T19:07:20.791Z | Compiling rtoolbox v0.0.2 |
| 2765 | 2025-08-18T19:07:21.271Z | Compiling assert_matches v1.5.0 |
| 2766 | 2025-08-18T19:07:21.357Z | Compiling rpassword v7.4.0 |
| 2767 | 2025-08-18T19:07:21.827Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2768 | 2025-08-18T19:07:24.455Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2769 | 2025-08-18T19:07:29.411Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2770 | 2025-08-18T19:07:36.158Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2771 | 2025-08-18T19:07:41.624Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2772 | 2025-08-18T19:07:48.206Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2773 | 2025-08-18T19:08:08.732Z | Compiling tui-tree-widget v0.23.1 |
| 2774 | 2025-08-18T19:08:08.907Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2775 | 2025-08-18T19:08:09.227Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2776 | 2025-08-18T19:08:09.615Z | Compiling uzers v0.12.1 |
| 2777 | 2025-08-18T19:08:12.283Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2778 | 2025-08-18T19:08:12.748Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2779 | 2025-08-18T19:08:13.913Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2780 | 2025-08-18T19:08:35.499Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2781 | 2025-08-18T19:08:41.981Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2782 | 2025-08-18T19:08:46.703Z | Compiling support-bundle-viewer v0.1.2 |
| 2783 | 2025-08-18T19:08:48.490Z | Compiling multimap v0.10.1 |
| 2784 | 2025-08-18T19:11:14.076Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2785 | 2025-08-18T19:11:14.403Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2786 | 2025-08-18T19:19:41.310Z | Finished `release` profile [optimized] target(s) in 19m 42s |
| 2787 | 2025-08-18T19:20:37.405Z | |
| 2788 | 2025-08-18T19:20:37.409Z | real 20:39.538890267 |
| 2789 | 2025-08-18T19:20:37.409Z | user 2:25:35.693459489 |
| 2790 | 2025-08-18T19:20:37.409Z | sys 4:12.725343489 |
| 2791 | 2025-08-18T19:20:37.409Z | trap 3.588761297 |
| 2792 | 2025-08-18T19:20:37.409Z | tflt 2.019329488 |
| 2793 | 2025-08-18T19:20:37.409Z | dflt 6.954012426 |
| 2794 | 2025-08-18T19:20:37.409Z | kflt 0.018684514 |
| 2795 | 2025-08-18T19:20:37.409Z | lock 10:04:30.920291226 |
| 2796 | 2025-08-18T19:20:37.409Z | slp 7:22:48.995220744 |
| 2797 | 2025-08-18T19:20:37.409Z | lat 4:08.015629388 |
| 2798 | 2025-08-18T19:20:37.409Z | stop 4:02.559703192 |
| 2799 | 2025-08-18T19:20:37.409Z | + mapfile -t packages |
| 2800 | 2025-08-18T19:20:37.409Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2801 | 2025-08-18T19:20:38.661Z | Finished `release` profile [optimized] target(s) in 1.19s |
| 2802 | 2025-08-18T19:20:38.721Z | Running `target/release/omicron-package -t test list-outputs` |
| 2803 | 2025-08-18T19:20:38.784Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2804 | 2025-08-18T19:20:38.787Z | + ptime -m cargo build --locked --release -p xtask |
| 2805 | 2025-08-18T19:20:39.538Z | Compiling once_cell v1.21.3 |
| 2806 | 2025-08-18T19:20:39.538Z | Compiling serde v1.0.219 |
| 2807 | 2025-08-18T19:20:39.541Z | Compiling bitflags v2.9.1 |
| 2808 | 2025-08-18T19:20:39.541Z | Compiling syn v2.0.104 |
| 2809 | 2025-08-18T19:20:39.541Z | Compiling libc v0.2.174 |
| 2810 | 2025-08-18T19:20:39.541Z | Compiling serde_json v1.0.142 |
| 2811 | 2025-08-18T19:20:39.542Z | Compiling num-traits v0.2.19 |
| 2812 | 2025-08-18T19:20:40.010Z | Compiling hashbrown v0.15.4 |
| 2813 | 2025-08-18T19:20:40.053Z | Compiling rustix v0.38.37 |
| 2814 | 2025-08-18T19:20:40.066Z | Compiling smallvec v1.15.1 |
| 2815 | 2025-08-18T19:20:40.218Z | Compiling usdt-impl v0.5.0 |
| 2816 | 2025-08-18T19:20:40.415Z | Compiling syn v1.0.109 |
| 2817 | 2025-08-18T19:20:40.607Z | Compiling rustix v1.0.7 |
| 2818 | 2025-08-18T19:20:40.842Z | Compiling log v0.4.27 |
| 2819 | 2025-08-18T19:20:41.048Z | Compiling thread-id v4.2.2 |
| 2820 | 2025-08-18T19:20:41.081Z | Compiling getrandom v0.3.1 |
| 2821 | 2025-08-18T19:20:41.176Z | Compiling percent-encoding v2.3.1 |
| 2822 | 2025-08-18T19:20:41.284Z | Compiling indexmap v2.10.0 |
| 2823 | 2025-08-18T19:20:41.568Z | Compiling form_urlencoded v1.2.1 |
| 2824 | 2025-08-18T19:20:42.003Z | Compiling terminal_size v0.4.0 |
| 2825 | 2025-08-18T19:20:42.246Z | Compiling ordered-float v2.10.1 |
| 2826 | 2025-08-18T19:20:42.548Z | Compiling fs-err v3.1.1 |
| 2827 | 2025-08-18T19:20:42.915Z | Compiling anyhow v1.0.99 |
| 2828 | 2025-08-18T19:20:42.937Z | Compiling clap_builder v4.5.41 |
| 2829 | 2025-08-18T19:20:43.151Z | Compiling textwrap v0.16.2 |
| 2830 | 2025-08-18T19:20:43.946Z | Compiling tempfile v3.20.0 |
| 2831 | 2025-08-18T19:20:44.205Z | Compiling proc-macro-error v1.0.4 |
| 2832 | 2025-08-18T19:20:45.920Z | Compiling tabled_derive v0.7.0 |
| 2833 | 2025-08-18T19:20:46.241Z | Compiling synstructure v0.13.1 |
| 2834 | 2025-08-18T19:20:47.394Z | Compiling tabled v0.15.0 |
| 2835 | 2025-08-18T19:20:47.409Z | Compiling serde_derive v1.0.219 |
| 2836 | 2025-08-18T19:20:47.409Z | Compiling thiserror-impl v1.0.69 |
| 2837 | 2025-08-18T19:20:47.412Z | Compiling zerofrom-derive v0.1.4 |
| 2838 | 2025-08-18T19:20:47.412Z | Compiling yoke-derive v0.7.4 |
| 2839 | 2025-08-18T19:20:47.412Z | Compiling zerovec-derive v0.10.3 |
| 2840 | 2025-08-18T19:20:49.685Z | Compiling displaydoc v0.2.5 |
| 2841 | 2025-08-18T19:20:49.786Z | Compiling zerocopy-derive v0.7.35 |
| 2842 | 2025-08-18T19:20:49.977Z | Compiling thiserror v1.0.69 |
| 2843 | 2025-08-18T19:20:50.161Z | Compiling pest v2.7.14 |
| 2844 | 2025-08-18T19:20:50.351Z | Compiling zerofrom v0.1.4 |
| 2845 | 2025-08-18T19:20:50.628Z | Compiling yoke v0.7.4 |
| 2846 | 2025-08-18T19:20:51.067Z | Compiling zerovec v0.10.4 |
| 2847 | 2025-08-18T19:20:51.085Z | Compiling icu_provider_macros v1.5.0 |
| 2848 | 2025-08-18T19:20:51.571Z | Compiling zerocopy v0.7.35 |
| 2849 | 2025-08-18T19:20:52.322Z | Compiling scroll_derive v0.12.0 |
| 2850 | 2025-08-18T19:20:53.005Z | Compiling tinystr v0.7.6 |
| 2851 | 2025-08-18T19:20:53.104Z | Compiling pest_meta v2.7.14 |
| 2852 | 2025-08-18T19:20:53.508Z | Compiling icu_locid v1.5.0 |
| 2853 | 2025-08-18T19:20:53.698Z | Compiling icu_collections v1.5.0 |
| 2854 | 2025-08-18T19:20:53.906Z | Compiling scroll v0.12.0 |
| 2855 | 2025-08-18T19:20:54.584Z | Compiling pest_generator v2.7.14 |
| 2856 | 2025-08-18T19:20:56.225Z | Compiling icu_provider v1.5.0 |
| 2857 | 2025-08-18T19:20:56.495Z | Compiling pest_derive v2.7.14 |
| 2858 | 2025-08-18T19:20:57.343Z | Compiling icu_locid_transform v1.5.0 |
| 2859 | 2025-08-18T19:20:58.260Z | Compiling dtrace-parser v0.2.0 |
| 2860 | 2025-08-18T19:20:59.852Z | Compiling icu_properties v1.5.1 |
| 2861 | 2025-08-18T19:21:00.193Z | Compiling toml_datetime v0.6.11 |
| 2862 | 2025-08-18T19:21:00.735Z | Compiling serde_spanned v0.6.9 |
| 2863 | 2025-08-18T19:21:01.031Z | Compiling toml_edit v0.22.27 |
| 2864 | 2025-08-18T19:21:02.929Z | Compiling serde_tokenstream v0.2.2 |
| 2865 | 2025-08-18T19:21:03.499Z | Compiling erased-serde v0.4.6 |
| 2866 | 2025-08-18T19:21:04.215Z | Compiling icu_normalizer v1.5.0 |
| 2867 | 2025-08-18T19:21:05.067Z | Compiling dof v0.3.0 |
| 2868 | 2025-08-18T19:21:05.903Z | Compiling idna_adapter v1.2.0 |
| 2869 | 2025-08-18T19:21:06.152Z | Compiling idna v1.0.3 |
| 2870 | 2025-08-18T19:21:06.257Z | Compiling toml v0.8.23 |
| 2871 | 2025-08-18T19:21:06.618Z | Compiling goblin v0.8.2 |
| 2872 | 2025-08-18T19:21:08.777Z | Compiling thiserror-impl v2.0.12 |
| 2873 | 2025-08-18T19:21:09.521Z | Compiling url v2.5.4 |
| 2874 | 2025-08-18T19:21:11.173Z | Compiling serde-untagged v0.1.7 |
| 2875 | 2025-08-18T19:21:11.570Z | Compiling thiserror v2.0.12 |
| 2876 | 2025-08-18T19:21:11.778Z | Compiling semver v1.0.26 |
| 2877 | 2025-08-18T19:21:11.981Z | Compiling serde-value v0.7.0 |
| 2878 | 2025-08-18T19:21:12.155Z | Compiling camino v1.1.11 |
| 2879 | 2025-08-18T19:21:13.423Z | Compiling cargo-util-schemas v0.8.2 |
| 2880 | 2025-08-18T19:21:13.644Z | Compiling usdt-attr-macro v0.5.0 |
| 2881 | 2025-08-18T19:21:14.984Z | Compiling usdt-macro v0.5.0 |
| 2882 | 2025-08-18T19:21:16.178Z | Compiling cargo-platform v0.2.0 |
| 2883 | 2025-08-18T19:21:16.593Z | Compiling clap_derive v4.5.41 |
| 2884 | 2025-08-18T19:21:17.354Z | Compiling cargo_metadata v0.21.0 |
| 2885 | 2025-08-18T19:21:18.867Z | Compiling usdt v0.5.0 |
| 2886 | 2025-08-18T19:21:18.966Z | Compiling camino-tempfile v1.4.1 |
| 2887 | 2025-08-18T19:21:19.770Z | Compiling cargo_toml v0.21.0 |
| 2888 | 2025-08-18T19:21:20.234Z | Compiling macaddr v1.0.1 |
| 2889 | 2025-08-18T19:21:20.819Z | Compiling clap v4.5.41 |
| 2890 | 2025-08-18T19:21:30.957Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2891 | 2025-08-18T19:21:36.498Z | Finished `release` profile [optimized] target(s) in 57.63s |
| 2892 | 2025-08-18T19:21:36.643Z | |
| 2893 | 2025-08-18T19:21:36.653Z | real 57.806130397 |
| 2894 | 2025-08-18T19:21:36.653Z | user 6:19.696982823 |
| 2895 | 2025-08-18T19:21:36.653Z | sys 27.258238304 |
| 2896 | 2025-08-18T19:21:36.653Z | trap 0.192325247 |
| 2897 | 2025-08-18T19:21:36.653Z | tflt 0.289747929 |
| 2898 | 2025-08-18T19:21:36.653Z | dflt 0.458777513 |
| 2899 | 2025-08-18T19:21:36.653Z | kflt 0.000005888 |
| 2900 | 2025-08-18T19:21:36.653Z | lock 18:40.862035652 |
| 2901 | 2025-08-18T19:21:36.653Z | slp 21:16.521495520 |
| 2902 | 2025-08-18T19:21:36.653Z | lat 25.320219795 |
| 2903 | 2025-08-18T19:21:36.653Z | stop 33.385819840 |
| 2904 | 2025-08-18T19:21:36.653Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2905 | 2025-08-18T19:21:36.653Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2906 | 2025-08-18T19:21:36.653Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2907 | 2025-08-18T19:21:36.653Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2908 | 2025-08-18T19:21:36.654Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2909 | 2025-08-18T19:21:37.860Z | Compiling regress v0.10.4 |
| 2910 | 2025-08-18T19:21:38.029Z | Compiling ident_case v1.0.1 |
| 2911 | 2025-08-18T19:21:38.029Z | Compiling unsafe-libyaml v0.2.11 |
| 2912 | 2025-08-18T19:21:38.033Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2913 | 2025-08-18T19:21:38.033Z | Compiling match_cfg v0.1.0 |
| 2914 | 2025-08-18T19:21:38.094Z | Compiling quick-error v1.2.3 |
| 2915 | 2025-08-18T19:21:38.094Z | Compiling tempfile v3.20.0 |
| 2916 | 2025-08-18T19:21:38.097Z | Compiling progenitor-client v0.10.0 |
| 2917 | 2025-08-18T19:21:38.188Z | Compiling hostname v0.3.1 |
| 2918 | 2025-08-18T19:21:38.210Z | Compiling darling_core v0.20.10 |
| 2919 | 2025-08-18T19:21:38.309Z | Compiling structmeta-derive v0.3.0 |
| 2920 | 2025-08-18T19:21:38.413Z | Compiling rustls v0.22.4 |
| 2921 | 2025-08-18T19:21:38.570Z | Compiling hex v0.4.3 |
| 2922 | 2025-08-18T19:21:38.630Z | Compiling multer v3.1.0 |
| 2923 | 2025-08-18T19:21:38.784Z | Compiling debug-ignore v1.0.5 |
| 2924 | 2025-08-18T19:21:38.974Z | Compiling toml_parser v1.0.2 |
| 2925 | 2025-08-18T19:21:39.089Z | Compiling slog-json v2.6.1 |
| 2926 | 2025-08-18T19:21:39.181Z | Compiling toml_datetime v0.7.0 |
| 2927 | 2025-08-18T19:21:39.474Z | Compiling serde_yaml v0.9.34+deprecated |
| 2928 | 2025-08-18T19:21:39.818Z | Compiling macaddr v1.0.1 |
| 2929 | 2025-08-18T19:21:39.850Z | Compiling serde_spanned v1.0.0 |
| 2930 | 2025-08-18T19:21:40.132Z | Compiling async-stream-impl v0.3.6 |
| 2931 | 2025-08-18T19:21:40.253Z | Compiling dropshot v0.16.3 |
| 2932 | 2025-08-18T19:21:40.487Z | Compiling toml_writer v1.0.2 |
| 2933 | 2025-08-18T19:21:40.620Z | Compiling ref-cast v1.0.24 |
| 2934 | 2025-08-18T19:21:40.928Z | Compiling toml v0.9.5 |
| 2935 | 2025-08-18T19:21:40.953Z | Compiling structmeta v0.3.0 |
| 2936 | 2025-08-18T19:21:41.332Z | Compiling slog-bunyan v2.5.0 |
| 2937 | 2025-08-18T19:21:41.391Z | Compiling async-stream v0.3.6 |
| 2938 | 2025-08-18T19:21:41.585Z | Compiling waitgroup v0.1.2 |
| 2939 | 2025-08-18T19:21:41.724Z | Compiling typify-impl v0.3.0 |
| 2940 | 2025-08-18T19:21:41.844Z | Compiling rustls-pemfile v2.2.0 |
| 2941 | 2025-08-18T19:21:42.200Z | Compiling dropshot_endpoint v0.16.3 |
| 2942 | 2025-08-18T19:21:42.284Z | Compiling serde_path_to_error v0.1.17 |
| 2943 | 2025-08-18T19:21:42.945Z | Compiling tokio-rustls v0.25.0 |
| 2944 | 2025-08-18T19:21:43.109Z | Compiling ref-cast-impl v1.0.24 |
| 2945 | 2025-08-18T19:21:43.404Z | Compiling hostname v0.4.0 |
| 2946 | 2025-08-18T19:21:43.662Z | Compiling wait-timeout v0.2.0 |
| 2947 | 2025-08-18T19:21:43.905Z | Compiling darling_macro v0.20.10 |
| 2948 | 2025-08-18T19:21:43.973Z | Compiling bit-vec v0.8.0 |
| 2949 | 2025-08-18T19:21:44.216Z | Compiling rusty-fork v0.3.0 |
| 2950 | 2025-08-18T19:21:44.490Z | Compiling bit-set v0.8.0 |
| 2951 | 2025-08-18T19:21:44.514Z | Compiling derive-ex v0.1.8 |
| 2952 | 2025-08-18T19:21:44.820Z | Compiling rand_xorshift v0.4.0 |
| 2953 | 2025-08-18T19:21:44.852Z | Compiling darling v0.20.10 |
| 2954 | 2025-08-18T19:21:44.891Z | Compiling instant v0.1.13 |
| 2955 | 2025-08-18T19:21:45.001Z | Compiling serde_with_macros v3.14.0 |
| 2956 | 2025-08-18T19:21:45.079Z | Compiling unarray v0.1.4 |
| 2957 | 2025-08-18T19:21:45.130Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2958 | 2025-08-18T19:21:45.288Z | Compiling proptest v1.7.0 |
| 2959 | 2025-08-18T19:21:45.330Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2960 | 2025-08-18T19:21:45.847Z | Compiling progenitor-client v0.9.1 |
| 2961 | 2025-08-18T19:21:46.061Z | Compiling derive-where v1.5.0 |
| 2962 | 2025-08-18T19:21:46.379Z | Compiling parse-display-derive v0.10.0 |
| 2963 | 2025-08-18T19:21:47.036Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2964 | 2025-08-18T19:21:47.542Z | Compiling serde_with v3.14.0 |
| 2965 | 2025-08-18T19:21:47.828Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2966 | 2025-08-18T19:21:48.056Z | Compiling backoff v0.4.0 |
| 2967 | 2025-08-18T19:21:48.436Z | Compiling iddqd v0.3.9 |
| 2968 | 2025-08-18T19:21:48.597Z | Compiling test-strategy v0.4.3 |
| 2969 | 2025-08-18T19:21:49.247Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2970 | 2025-08-18T19:21:49.647Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2971 | 2025-08-18T19:21:50.400Z | Compiling parse-display v0.10.0 |
| 2972 | 2025-08-18T19:21:50.453Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
| 2973 | 2025-08-18T19:21:50.615Z | Compiling itertools v0.14.0 |
| 2974 | 2025-08-18T19:21:50.712Z | Compiling darling_core v0.21.0 |
| 2975 | 2025-08-18T19:21:50.980Z | Compiling proc-macro-crate v1.3.1 |
| 2976 | 2025-08-18T19:21:51.886Z | Compiling num_enum_derive v0.5.11 |
| 2977 | 2025-08-18T19:21:52.258Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 2978 | 2025-08-18T19:21:52.521Z | Compiling proc-macro-error v1.0.4 |
| 2979 | 2025-08-18T19:21:53.133Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2980 | 2025-08-18T19:21:53.219Z | Compiling typify-macro v0.3.0 |
| 2981 | 2025-08-18T19:21:53.476Z | Compiling crucible-workspace-hack v0.1.0 |
| 2982 | 2025-08-18T19:21:53.567Z | Compiling typify-impl v0.4.1 |
| 2983 | 2025-08-18T19:21:53.590Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2984 | 2025-08-18T19:21:53.918Z | Compiling heapless v0.8.0 |
| 2985 | 2025-08-18T19:21:54.136Z | Compiling hash32 v0.3.1 |
| 2986 | 2025-08-18T19:21:54.268Z | Compiling num_enum v0.5.11 |
| 2987 | 2025-08-18T19:21:54.421Z | Compiling foreign-types-macros v0.2.3 |
| 2988 | 2025-08-18T19:21:54.489Z | Compiling foreign-types-shared v0.3.1 |
| 2989 | 2025-08-18T19:21:54.664Z | Compiling smoltcp v0.11.0 |
| 2990 | 2025-08-18T19:21:55.520Z | Compiling tabwriter v1.4.0 |
| 2991 | 2025-08-18T19:21:55.595Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2992 | 2025-08-18T19:21:55.714Z | Compiling foreign-types v0.5.0 |
| 2993 | 2025-08-18T19:21:55.841Z | Compiling cstr-argument v0.1.2 |
| 2994 | 2025-08-18T19:21:55.866Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2995 | 2025-08-18T19:21:55.983Z | Compiling cobs v0.2.3 |
| 2996 | 2025-08-18T19:21:56.116Z | Compiling pretty-hex v0.2.1 |
| 2997 | 2025-08-18T19:21:56.248Z | Compiling postcard v1.0.10 |
| 2998 | 2025-08-18T19:21:56.297Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2999 | 2025-08-18T19:21:56.361Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3000 | 2025-08-18T19:21:56.430Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3001 | 2025-08-18T19:21:56.735Z | Compiling colored v2.2.0 |
| 3002 | 2025-08-18T19:21:56.813Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3003 | 2025-08-18T19:21:56.885Z | Compiling darling_macro v0.21.0 |
| 3004 | 2025-08-18T19:21:56.912Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3005 | 2025-08-18T19:21:57.196Z | Compiling typify v0.3.0 |
| 3006 | 2025-08-18T19:21:57.279Z | Compiling rayon-core v1.12.1 |
| 3007 | 2025-08-18T19:21:57.402Z | Compiling progenitor-impl v0.9.1 |
| 3008 | 2025-08-18T19:21:57.536Z | Compiling crossbeam-deque v0.8.5 |
| 3009 | 2025-08-18T19:21:57.664Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3010 | 2025-08-18T19:21:57.828Z | Compiling darling v0.21.0 |
| 3011 | 2025-08-18T19:21:57.985Z | Compiling ingot-macros v0.1.1 |
| 3012 | 2025-08-18T19:21:58.597Z | Compiling camino-tempfile v1.4.1 |
| 3013 | 2025-08-18T19:21:59.108Z | Compiling smf v0.2.3 |
| 3014 | 2025-08-18T19:21:59.439Z | Compiling rayon v1.10.0 |
| 3015 | 2025-08-18T19:22:00.335Z | Compiling zone_cfg_derive v0.3.0 |
| 3016 | 2025-08-18T19:22:00.960Z | Compiling toml v0.8.23 |
| 3017 | 2025-08-18T19:22:01.246Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3018 | 2025-08-18T19:22:01.660Z | Compiling num-derive v0.4.2 |
| 3019 | 2025-08-18T19:22:01.749Z | Compiling sigpipe v0.1.3 |
| 3020 | 2025-08-18T19:22:01.913Z | Compiling jiff v0.2.15 |
| 3021 | 2025-08-18T19:22:02.462Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3022 | 2025-08-18T19:22:02.848Z | Compiling zone v0.3.1 |
| 3023 | 2025-08-18T19:22:03.736Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3024 | 2025-08-18T19:22:03.998Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3025 | 2025-08-18T19:22:04.195Z | Compiling progenitor-macro v0.9.1 |
| 3026 | 2025-08-18T19:22:04.232Z | Compiling num-rational v0.4.2 |
| 3027 | 2025-08-18T19:22:04.281Z | Compiling universal-hash v0.5.1 |
| 3028 | 2025-08-18T19:22:04.520Z | Compiling num-complex v0.4.6 |
| 3029 | 2025-08-18T19:22:04.792Z | Compiling opaque-debug v0.3.1 |
| 3030 | 2025-08-18T19:22:04.935Z | Compiling float-ord v0.3.2 |
| 3031 | 2025-08-18T19:22:05.163Z | Compiling secrecy v0.10.3 |
| 3032 | 2025-08-18T19:22:05.232Z | Compiling ingot-types v0.1.2 |
| 3033 | 2025-08-18T19:22:05.331Z | Compiling typify-macro v0.4.1 |
| 3034 | 2025-08-18T19:22:05.458Z | Compiling num v0.4.3 |
| 3035 | 2025-08-18T19:22:05.461Z | Compiling aead v0.5.2 |
| 3036 | 2025-08-18T19:22:05.605Z | Compiling utf-8 v0.7.6 |
| 3037 | 2025-08-18T19:22:05.790Z | Compiling keccak v0.1.5 |
| 3038 | 2025-08-18T19:22:05.865Z | Compiling convert_case v0.4.0 |
| 3039 | 2025-08-18T19:22:05.958Z | Compiling tungstenite v0.21.0 |
| 3040 | 2025-08-18T19:22:06.102Z | Compiling ingot v0.1.1 |
| 3041 | 2025-08-18T19:22:06.746Z | Compiling derive_more v0.99.20 |
| 3042 | 2025-08-18T19:22:07.013Z | Compiling sha3 v0.10.8 |
| 3043 | 2025-08-18T19:22:07.920Z | Compiling poly1305 v0.8.0 |
| 3044 | 2025-08-18T19:22:08.126Z | Compiling password-hash v0.5.0 |
| 3045 | 2025-08-18T19:22:09.037Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3046 | 2025-08-18T19:22:09.365Z | Compiling typify v0.4.1 |
| 3047 | 2025-08-18T19:22:09.528Z | Compiling chacha20 v0.9.1 |
| 3048 | 2025-08-18T19:22:09.578Z | Compiling progenitor-impl v0.10.0 |
| 3049 | 2025-08-18T19:22:10.043Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3050 | 2025-08-18T19:22:10.229Z | Compiling blake2 v0.10.6 |
| 3051 | 2025-08-18T19:22:10.355Z | Compiling indent_write v2.2.0 |
| 3052 | 2025-08-18T19:22:10.627Z | Compiling tokio-tungstenite v0.21.0 |
| 3053 | 2025-08-18T19:22:11.255Z | Compiling argon2 v0.5.3 |
| 3054 | 2025-08-18T19:22:11.283Z | Compiling base64 v0.21.7 |
| 3055 | 2025-08-18T19:22:11.507Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3056 | 2025-08-18T19:22:11.975Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3057 | 2025-08-18T19:22:12.627Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3058 | 2025-08-18T19:22:13.075Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3059 | 2025-08-18T19:22:13.189Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3060 | 2025-08-18T19:22:13.277Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3061 | 2025-08-18T19:22:13.302Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3062 | 2025-08-18T19:22:13.327Z | Compiling half v2.4.1 |
| 3063 | 2025-08-18T19:22:13.476Z | Compiling ciborium-io v0.2.2 |
| 3064 | 2025-08-18T19:22:13.652Z | Compiling cancel-safe-futures v0.1.5 |
| 3065 | 2025-08-18T19:22:13.925Z | Compiling owo-colors v4.2.2 |
| 3066 | 2025-08-18T19:22:13.986Z | Compiling ciborium-ll v0.2.2 |
| 3067 | 2025-08-18T19:22:14.114Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3068 | 2025-08-18T19:22:14.148Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3069 | 2025-08-18T19:22:14.417Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3070 | 2025-08-18T19:22:14.525Z | Compiling atomicwrites v0.4.4 |
| 3071 | 2025-08-18T19:22:14.648Z | Compiling libsw-core v0.3.1 |
| 3072 | 2025-08-18T19:22:14.673Z | Compiling semver v0.1.20 |
| 3073 | 2025-08-18T19:22:14.911Z | Compiling fixedbitset v0.5.7 |
| 3074 | 2025-08-18T19:22:14.947Z | Compiling libsw v3.5.0 |
| 3075 | 2025-08-18T19:22:15.252Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33) |
| 3076 | 2025-08-18T19:22:15.277Z | Compiling rustc_version v0.1.7 |
| 3077 | 2025-08-18T19:22:15.402Z | Compiling petgraph v0.8.2 |
| 3078 | 2025-08-18T19:22:15.764Z | Compiling ciborium v0.2.2 |
| 3079 | 2025-08-18T19:22:16.027Z | Compiling thiserror-no-std v2.0.2 |
| 3080 | 2025-08-18T19:22:16.171Z | Compiling progenitor-macro v0.10.0 |
| 3081 | 2025-08-18T19:22:16.197Z | Compiling vsss-rs v3.3.4 |
| 3082 | 2025-08-18T19:22:16.948Z | Compiling progenitor v0.9.1 |
| 3083 | 2025-08-18T19:22:17.214Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3084 | 2025-08-18T19:22:17.400Z | Compiling chacha20poly1305 v0.10.1 |
| 3085 | 2025-08-18T19:22:17.664Z | Compiling typify-impl v0.2.0 |
| 3086 | 2025-08-18T19:22:17.667Z | Compiling resolv-conf v0.7.0 |
| 3087 | 2025-08-18T19:22:17.711Z | Compiling newline-converter v0.3.0 |
| 3088 | 2025-08-18T19:22:17.924Z | Compiling primeorder v0.13.6 |
| 3089 | 2025-08-18T19:22:18.426Z | Compiling moka v0.12.10 |
| 3090 | 2025-08-18T19:22:18.488Z | Compiling linear-map v1.2.0 |
| 3091 | 2025-08-18T19:22:18.716Z | Compiling libefi-sys v0.1.0 |
| 3092 | 2025-08-18T19:22:18.786Z | Compiling expectorate v1.2.0 |
| 3093 | 2025-08-18T19:22:18.911Z | Compiling newtype_derive v0.1.6 |
| 3094 | 2025-08-18T19:22:19.119Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3095 | 2025-08-18T19:22:19.181Z | Compiling pem v3.0.5 |
| 3096 | 2025-08-18T19:22:19.277Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3097 | 2025-08-18T19:22:19.379Z | Compiling bitfield-struct v0.6.2 |
| 3098 | 2025-08-18T19:22:19.753Z | Compiling pin-project-internal v1.1.6 |
| 3099 | 2025-08-18T19:22:19.896Z | Compiling unicase v2.7.0 |
| 3100 | 2025-08-18T19:22:20.286Z | Compiling tagptr v0.2.0 |
| 3101 | 2025-08-18T19:22:20.413Z | Compiling same-file v1.0.6 |
| 3102 | 2025-08-18T19:22:20.594Z | Compiling arc-swap v1.7.1 |
| 3103 | 2025-08-18T19:22:20.743Z | Compiling walkdir v2.5.0 |
| 3104 | 2025-08-18T19:22:20.773Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3105 | 2025-08-18T19:22:21.183Z | Compiling slog-scope v4.4.0 |
| 3106 | 2025-08-18T19:22:21.858Z | Compiling polyval v0.6.2 |
| 3107 | 2025-08-18T19:22:22.194Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3108 | 2025-08-18T19:22:22.319Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3109 | 2025-08-18T19:22:22.450Z | Compiling pin-project v1.1.6 |
| 3110 | 2025-08-18T19:22:22.634Z | Compiling hickory-proto v0.24.4 |
| 3111 | 2025-08-18T19:22:22.751Z | Compiling snafu-derive v0.8.5 |
| 3112 | 2025-08-18T19:22:22.812Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3113 | 2025-08-18T19:22:23.129Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3114 | 2025-08-18T19:22:23.295Z | Compiling parking_lot_core v0.8.6 |
| 3115 | 2025-08-18T19:22:23.603Z | Compiling salty v0.3.0 |
| 3116 | 2025-08-18T19:22:23.755Z | Compiling linked-hash-map v0.5.6 |
| 3117 | 2025-08-18T19:22:24.170Z | Compiling lru-cache v0.1.2 |
| 3118 | 2025-08-18T19:22:24.234Z | Compiling proc-macro-error2 v2.0.1 |
| 3119 | 2025-08-18T19:22:24.388Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3120 | 2025-08-18T19:22:24.423Z | Compiling hickory-resolver v0.25.2 |
| 3121 | 2025-08-18T19:22:25.221Z | Compiling ghash v0.5.1 |
| 3122 | 2025-08-18T19:22:25.393Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3123 | 2025-08-18T19:22:25.779Z | Compiling slog-stdlog v4.1.1 |
| 3124 | 2025-08-18T19:22:26.028Z | Compiling p384 v0.13.0 |
| 3125 | 2025-08-18T19:22:26.199Z | Compiling tabled_derive v0.7.0 |
| 3126 | 2025-08-18T19:22:27.486Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3127 | 2025-08-18T19:22:27.548Z | Compiling snafu v0.8.5 |
| 3128 | 2025-08-18T19:22:28.314Z | Compiling globset v0.4.15 |
| 3129 | 2025-08-18T19:22:28.397Z | Compiling olpc-cjson v0.1.4 |
| 3130 | 2025-08-18T19:22:28.451Z | Compiling num-derive v0.3.3 |
| 3131 | 2025-08-18T19:22:28.708Z | Compiling ctr v0.9.2 |
| 3132 | 2025-08-18T19:22:28.959Z | Compiling gethostname v0.5.0 |
| 3133 | 2025-08-18T19:22:29.105Z | Compiling typify-macro v0.2.0 |
| 3134 | 2025-08-18T19:22:29.174Z | Compiling lzma-sys v0.1.20 |
| 3135 | 2025-08-18T19:22:29.201Z | Compiling progenitor v0.10.0 |
| 3136 | 2025-08-18T19:22:29.205Z | Compiling serde_plain v1.0.2 |
| 3137 | 2025-08-18T19:22:29.459Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3138 | 2025-08-18T19:22:29.611Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3139 | 2025-08-18T19:22:29.819Z | Compiling async-recursion v1.1.1 |
| 3140 | 2025-08-18T19:22:29.963Z | Compiling slog-dtrace v0.3.0 |
| 3141 | 2025-08-18T19:22:30.275Z | Compiling xshell-macros v0.2.7 |
| 3142 | 2025-08-18T19:22:30.343Z | Compiling typed-path v0.9.3 |
| 3143 | 2025-08-18T19:22:30.570Z | Compiling highway v1.3.0 |
| 3144 | 2025-08-18T19:22:31.055Z | Compiling xshell v0.2.7 |
| 3145 | 2025-08-18T19:22:31.262Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3146 | 2025-08-18T19:22:31.299Z | Compiling libscf-sys v1.1.0 |
| 3147 | 2025-08-18T19:22:31.421Z | Compiling textwrap v0.16.2 |
| 3148 | 2025-08-18T19:22:31.595Z | Compiling aes-gcm v0.10.3 |
| 3149 | 2025-08-18T19:22:31.948Z | Compiling tabled v0.15.0 |
| 3150 | 2025-08-18T19:22:32.197Z | Compiling hickory-resolver v0.24.4 |
| 3151 | 2025-08-18T19:22:32.452Z | Compiling tough v0.20.0 |
| 3152 | 2025-08-18T19:22:32.782Z | Compiling mime_guess v2.0.5 |
| 3153 | 2025-08-18T19:22:33.052Z | Compiling typify v0.2.0 |
| 3154 | 2025-08-18T19:22:33.263Z | Compiling progenitor-impl v0.8.0 |
| 3155 | 2025-08-18T19:22:33.293Z | Compiling slog-envlogger v2.2.0 |
| 3156 | 2025-08-18T19:22:34.012Z | Compiling steno v0.4.1 |
| 3157 | 2025-08-18T19:22:34.039Z | Compiling tabled_derive v0.10.0 |
| 3158 | 2025-08-18T19:22:36.839Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3159 | 2025-08-18T19:22:37.628Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3160 | 2025-08-18T19:22:37.877Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3161 | 2025-08-18T19:22:39.869Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3162 | 2025-08-18T19:22:40.178Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3163 | 2025-08-18T19:22:40.206Z | Compiling progenitor-macro v0.8.0 |
| 3164 | 2025-08-18T19:22:41.025Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3165 | 2025-08-18T19:22:42.123Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3166 | 2025-08-18T19:22:42.641Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3167 | 2025-08-18T19:22:43.583Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3168 | 2025-08-18T19:22:44.460Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3169 | 2025-08-18T19:22:44.675Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3170 | 2025-08-18T19:22:45.552Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3171 | 2025-08-18T19:22:46.108Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3172 | 2025-08-18T19:22:46.569Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3173 | 2025-08-18T19:22:48.007Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3174 | 2025-08-18T19:22:50.288Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3175 | 2025-08-18T19:22:50.455Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3176 | 2025-08-18T19:22:51.370Z | Compiling papergrid v0.14.0 |
| 3177 | 2025-08-18T19:22:51.810Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3178 | 2025-08-18T19:22:52.090Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3179 | 2025-08-18T19:22:52.174Z | Compiling heck v0.3.3 |
| 3180 | 2025-08-18T19:22:52.579Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3181 | 2025-08-18T19:22:52.965Z | Compiling tokio-dtrace v0.1.0 |
| 3182 | 2025-08-18T19:22:53.080Z | Compiling progenitor-client v0.8.0 |
| 3183 | 2025-08-18T19:22:53.168Z | Compiling ssh-encoding v0.2.0 |
| 3184 | 2025-08-18T19:22:53.439Z | Compiling blowfish v0.9.1 |
| 3185 | 2025-08-18T19:22:53.608Z | Compiling env_filter v0.1.2 |
| 3186 | 2025-08-18T19:22:53.695Z | Compiling nibble_vec v0.1.0 |
| 3187 | 2025-08-18T19:22:54.016Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3188 | 2025-08-18T19:22:54.126Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3189 | 2025-08-18T19:22:54.381Z | Compiling endian-type v0.1.2 |
| 3190 | 2025-08-18T19:22:54.407Z | Compiling humantime v2.2.0 |
| 3191 | 2025-08-18T19:22:54.558Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
| 3192 | 2025-08-18T19:22:54.662Z | Compiling radix_trie v0.2.1 |
| 3193 | 2025-08-18T19:22:54.835Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3194 | 2025-08-18T19:22:55.047Z | Compiling env_logger v0.11.5 |
| 3195 | 2025-08-18T19:22:55.051Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3196 | 2025-08-18T19:22:55.096Z | Compiling ssh-cipher v0.2.0 |
| 3197 | 2025-08-18T19:22:55.301Z | Compiling progenitor v0.8.0 |
| 3198 | 2025-08-18T19:22:55.595Z | Compiling oxide-tokio-rt v0.1.2 |
| 3199 | 2025-08-18T19:22:55.721Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3200 | 2025-08-18T19:22:55.725Z | Compiling tabled v0.18.0 |
| 3201 | 2025-08-18T19:22:55.956Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
| 3202 | 2025-08-18T19:22:56.218Z | Compiling zone_cfg_derive v0.1.2 |
| 3203 | 2025-08-18T19:22:56.467Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3204 | 2025-08-18T19:22:56.493Z | Compiling parking_lot v0.11.2 |
| 3205 | 2025-08-18T19:22:57.334Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3206 | 2025-08-18T19:22:57.337Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3207 | 2025-08-18T19:22:57.639Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3208 | 2025-08-18T19:22:58.357Z | Compiling qorb v0.4.1 |
| 3209 | 2025-08-18T19:22:58.676Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3210 | 2025-08-18T19:22:59.498Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3211 | 2025-08-18T19:23:00.109Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3212 | 2025-08-18T19:23:00.414Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3213 | 2025-08-18T19:23:00.670Z | Compiling prefix-trie v0.7.0 |
| 3214 | 2025-08-18T19:23:00.866Z | Compiling password-hash v0.4.2 |
| 3215 | 2025-08-18T19:23:01.166Z | Compiling fxhash v0.2.1 |
| 3216 | 2025-08-18T19:23:01.352Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3217 | 2025-08-18T19:23:01.424Z | Compiling base64 v0.13.1 |
| 3218 | 2025-08-18T19:23:01.485Z | Compiling number_prefix v0.4.0 |
| 3219 | 2025-08-18T19:23:01.690Z | Compiling http-range v0.1.5 |
| 3220 | 2025-08-18T19:23:01.741Z | Compiling indicatif v0.17.11 |
| 3221 | 2025-08-18T19:23:01.762Z | Compiling pbkdf2 v0.11.0 |
| 3222 | 2025-08-18T19:23:01.786Z | Compiling sled v0.34.7 |
| 3223 | 2025-08-18T19:23:01.922Z | Compiling ron v0.7.1 |
| 3224 | 2025-08-18T19:23:02.026Z | Compiling hickory-server v0.25.2 |
| 3225 | 2025-08-18T19:23:02.053Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3226 | 2025-08-18T19:23:02.133Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3227 | 2025-08-18T19:23:02.819Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3228 | 2025-08-18T19:23:02.929Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3229 | 2025-08-18T19:23:04.004Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3230 | 2025-08-18T19:23:04.390Z | Compiling xz2 v0.1.7 |
| 3231 | 2025-08-18T19:23:05.904Z | Compiling zone v0.1.8 |
| 3232 | 2025-08-18T19:23:06.084Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3233 | 2025-08-18T19:23:06.272Z | Compiling ssh-key v0.6.6 |
| 3234 | 2025-08-18T19:23:06.320Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3235 | 2025-08-18T19:23:07.098Z | Compiling hickory-client v0.25.2 |
| 3236 | 2025-08-18T19:23:07.626Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3237 | 2025-08-18T19:23:07.743Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3238 | 2025-08-18T19:23:08.162Z | Compiling p521 v0.13.3 |
| 3239 | 2025-08-18T19:23:08.764Z | Compiling p256 v0.13.2 |
| 3240 | 2025-08-18T19:23:09.581Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
| 3241 | 2025-08-18T19:23:10.322Z | Compiling yasna v0.5.2 |
| 3242 | 2025-08-18T19:23:10.391Z | Compiling headers-core v0.3.0 |
| 3243 | 2025-08-18T19:23:10.610Z | Compiling kstat-rs v0.2.4 |
| 3244 | 2025-08-18T19:23:10.982Z | Compiling secrecy v0.8.0 |
| 3245 | 2025-08-18T19:23:11.037Z | Compiling nanorand v0.7.0 |
| 3246 | 2025-08-18T19:23:11.190Z | Compiling atty v0.2.14 |
| 3247 | 2025-08-18T19:23:11.251Z | Compiling russh-cryptovec v0.7.3 |
| 3248 | 2025-08-18T19:23:11.286Z | Compiling crc8 v0.1.1 |
| 3249 | 2025-08-18T19:23:11.380Z | Compiling md5 v0.7.0 |
| 3250 | 2025-08-18T19:23:11.504Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=6e666520620e26432333d9060bc7d249ba9fa92e#6e666520) |
| 3251 | 2025-08-18T19:23:11.585Z | Compiling flume v0.11.1 |
| 3252 | 2025-08-18T19:23:11.608Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3253 | 2025-08-18T19:23:11.829Z | Compiling russh-keys v0.45.0 |
| 3254 | 2025-08-18T19:23:11.961Z | Compiling rcgen v0.12.1 |
| 3255 | 2025-08-18T19:23:12.216Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3256 | 2025-08-18T19:23:14.046Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3257 | 2025-08-18T19:23:14.975Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3258 | 2025-08-18T19:23:15.367Z | Compiling headers v0.4.1 |
| 3259 | 2025-08-18T19:23:15.974Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3260 | 2025-08-18T19:23:17.048Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3261 | 2025-08-18T19:23:17.135Z | Compiling hyper-staticfile v0.10.1 |
| 3262 | 2025-08-18T19:23:17.840Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3263 | 2025-08-18T19:23:18.201Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#570f7cbd) |
| 3264 | 2025-08-18T19:23:18.508Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3265 | 2025-08-18T19:23:18.736Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3266 | 2025-08-18T19:23:19.639Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3267 | 2025-08-18T19:23:20.283Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3268 | 2025-08-18T19:23:20.679Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3269 | 2025-08-18T19:23:21.096Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3270 | 2025-08-18T19:23:21.525Z | Compiling num-bigint v0.4.6 |
| 3271 | 2025-08-18T19:23:22.305Z | Compiling des v0.8.1 |
| 3272 | 2025-08-18T19:23:22.574Z | Compiling subprocess v0.2.9 |
| 3273 | 2025-08-18T19:23:22.698Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3274 | 2025-08-18T19:23:23.647Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3275 | 2025-08-18T19:23:24.231Z | Compiling hex-literal v0.4.1 |
| 3276 | 2025-08-18T19:23:24.441Z | Compiling display-error-chain v0.2.2 |
| 3277 | 2025-08-18T19:23:24.465Z | Compiling russh v0.45.0 |
| 3278 | 2025-08-18T19:23:24.701Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3279 | 2025-08-18T19:23:27.712Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3280 | 2025-08-18T19:23:28.377Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3281 | 2025-08-18T19:23:29.224Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3282 | 2025-08-18T19:23:29.746Z | Compiling internet-checksum v0.2.1 |
| 3283 | 2025-08-18T19:23:37.141Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3284 | 2025-08-18T19:23:38.991Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3285 | 2025-08-18T19:24:03.317Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3286 | 2025-08-18T19:24:28.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 51s |
| 3287 | 2025-08-18T19:24:29.004Z | |
| 3288 | 2025-08-18T19:24:29.004Z | real 2:52.260557366 |
| 3289 | 2025-08-18T19:24:29.004Z | user 15:34.253597507 |
| 3290 | 2025-08-18T19:24:29.004Z | sys 2:12.030154494 |
| 3291 | 2025-08-18T19:24:29.008Z | trap 0.463211695 |
| 3292 | 2025-08-18T19:24:29.008Z | tflt 0.296849616 |
| 3293 | 2025-08-18T19:24:29.008Z | dflt 1.016826915 |
| 3294 | 2025-08-18T19:24:29.009Z | kflt 0.000015375 |
| 3295 | 2025-08-18T19:24:29.009Z | lock 42:20.417395237 |
| 3296 | 2025-08-18T19:24:29.009Z | slp 56:42.285037888 |
| 3297 | 2025-08-18T19:24:29.009Z | lat 57.756269487 |
| 3298 | 2025-08-18T19:24:29.009Z | stop 2:22.011986054 |
| 3299 | 2025-08-18T19:24:29.009Z | + mkdir tests |
| 3300 | 2025-08-18T19:24:29.016Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3301 | 2025-08-18T19:24:29.021Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3302 | 2025-08-18T19:24:29.051Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b57e3b290601a9f9 tests/ |
| 3303 | 2025-08-18T19:24:29.071Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-eeb05fd764d9a14b tests/ |
| 3304 | 2025-08-18T19:24:29.090Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a1059db6325312c9 tests/ |
| 3305 | 2025-08-18T19:24:29.111Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-359f70f03f86e0f8 tests/ |
| 3306 | 2025-08-18T19:24:29.385Z | + 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/*) |
| 3307 | 2025-08-18T19:24:29.389Z | + 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-eeb05fd764d9a14b tests/commtest-a1059db6325312c9 tests/dhcp_server-b57e3b290601a9f9 tests/end_to_end_tests-359f70f03f86e0f8 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 |
| 3308 | 2025-08-18T19:26:05.709Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3309 | 2025-08-18T19:26:05.709Z | a .github/buildomat/ci-env.sh 1K |
| 3310 | 2025-08-18T19:26:05.709Z | a out/target/test 1K |
| 3311 | 2025-08-18T19:26:05.709Z | a out/npuzone/npuzone 23144K |
| 3312 | 2025-08-18T19:26:05.709Z | a package-manifest.toml 34K |
| 3313 | 2025-08-18T19:26:05.709Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3314 | 2025-08-18T19:26:05.709Z | a target/release/omicron-package 41305K |
| 3315 | 2025-08-18T19:26:05.709Z | a target/release/xtask 11796K |
| 3316 | 2025-08-18T19:26:05.709Z | a target/debug/bootstrap 245158K |
| 3317 | 2025-08-18T19:26:05.709Z | a tests/bootstrap-eeb05fd764d9a14b 23635K |
| 3318 | 2025-08-18T19:26:05.709Z | a tests/commtest-a1059db6325312c9 25722K |
| 3319 | 2025-08-18T19:26:05.709Z | a tests/dhcp_server-b57e3b290601a9f9 23635K |
| 3320 | 2025-08-18T19:26:05.709Z | a tests/end_to_end_tests-359f70f03f86e0f8 344410K |
| 3321 | 2025-08-18T19:26:05.709Z | a out/clickhouse.tar.gz 318621K |
| 3322 | 2025-08-18T19:26:05.710Z | a out/clickhouse_keeper.tar.gz 302301K |
| 3323 | 2025-08-18T19:26:05.710Z | a out/clickhouse_server.tar.gz 318620K |
| 3324 | 2025-08-18T19:26:05.710Z | a out/cockroachdb.tar.gz 163034K |
| 3325 | 2025-08-18T19:26:05.710Z | a out/crucible-dtrace.tar 99K |
| 3326 | 2025-08-18T19:26:05.710Z | a out/crucible-pantry-zone.tar.gz 38354K |
| 3327 | 2025-08-18T19:26:05.710Z | a out/crucible-zone.tar.gz 48158K |
| 3328 | 2025-08-18T19:26:05.710Z | a out/external-dns.tar.gz 51352K |
| 3329 | 2025-08-18T19:26:05.710Z | a out/internal-dns.tar.gz 51351K |
| 3330 | 2025-08-18T19:26:05.710Z | a out/mg-ddm-gz.tar 90846K |
| 3331 | 2025-08-18T19:26:05.710Z | a out/nexus.tar.gz 134133K |
| 3332 | 2025-08-18T19:26:05.710Z | a out/ntp.tar.gz 33381K |
| 3333 | 2025-08-18T19:26:05.710Z | a out/omicron-gateway-softnpu.tar.gz 31258K |
| 3334 | 2025-08-18T19:26:05.710Z | a out/omicron-sled-agent.tar 142621K |
| 3335 | 2025-08-18T19:26:05.710Z | a out/overlay.tar.gz 3K |
| 3336 | 2025-08-18T19:26:05.710Z | a out/oximeter.tar.gz 63752K |
| 3337 | 2025-08-18T19:26:05.710Z | a out/oxlog.tar 4004K |
| 3338 | 2025-08-18T19:26:05.710Z | a out/probe.tar.gz 3037K |
| 3339 | 2025-08-18T19:26:05.710Z | a out/propolis-server.tar.gz 68586K |
| 3340 | 2025-08-18T19:26:05.710Z | a out/pumpkind-gz.tar 26648K |
| 3341 | 2025-08-18T19:26:05.710Z | a out/switch-softnpu.tar.gz 343765K |
| 3342 | 2025-08-18T19:26:05.714Z | |
| 3343 | 2025-08-18T19:26:05.714Z | real 1:36.301556434 |
| 3344 | 2025-08-18T19:26:05.714Z | user 1:32.236175761 |
| 3345 | 2025-08-18T19:26:05.714Z | sys 5.701078919 |
| 3346 | 2025-08-18T19:26:05.714Z | trap 0.023195876 |
| 3347 | 2025-08-18T19:26:05.714Z | tflt 0.000000000 |
| 3348 | 2025-08-18T19:26:05.714Z | dflt 0.000000000 |
| 3349 | 2025-08-18T19:26:05.714Z | kflt 0.000000000 |
| 3350 | 2025-08-18T19:26:05.714Z | lock 0.000000000 |
| 3351 | 2025-08-18T19:26:05.714Z | slp 1:32.136186043 |
| 3352 | 2025-08-18T19:26:05.714Z | lat 2.501197085 |
| 3353 | 2025-08-18T19:26:05.714Z | stop 0.000195116 |
| 3354 | 2025-08-18T19:26:05.714Z | process exited: duration 2177905 ms, exit code 0 |
| |
| 3355 | 2025-08-18T19:26:05.730Z | found 1 output files |
| 3356 | 2025-08-18T19:26:05.730Z | uploading: /work/package.tar.gz (2243568801 bytes) |
| 3357 | 2025-08-18T19:26:59.321Z | uploaded: /work/package.tar.gz |