|
|
|
| 1 | 2025-09-20T23:24:45.604Z | job assigned to worker 01K5MQ2CMFT1E2G980DPH1XEFM [factory gimlet-EVT22200007-propolis, EVT22200007/42574] (queued for 37 s) |
| |
| 2 | 2025-09-20T23:24:54.643Z | starting task 0: "setup" |
| 3 | 2025-09-20T23:24:54.668Z | ++ uname -s |
| 4 | 2025-09-20T23:24:54.668Z | + kern=SunOS |
| 5 | 2025-09-20T23:24:54.668Z | + build_user=build |
| 6 | 2025-09-20T23:24:54.668Z | + build_uid=12345 |
| 7 | 2025-09-20T23:24:54.668Z | + work_dir=/work |
| 8 | 2025-09-20T23:24:54.668Z | + input_dir=/input |
| 9 | 2025-09-20T23:24:54.668Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-20T23:24:54.668Z | + case "$kern" in |
| 11 | 2025-09-20T23:24:54.668Z | + groupadd -g 12345 build |
| 12 | 2025-09-20T23:24:54.668Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-20T23:24:56.674Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-20T23:24:56.712Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-20T23:24:56.737Z | + home_fs=zfs |
| 16 | 2025-09-20T23:24:56.737Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-20T23:24:56.737Z | + mkdir -p /home/build |
| 18 | 2025-09-20T23:24:56.737Z | + chown build:build /home/build /work |
| 19 | 2025-09-20T23:24:58.722Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-20T23:24:58.748Z | process exited: duration 4083 ms, exit code 0 |
| |
| 21 | 2025-09-20T23:24:58.798Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-20T23:24:58.824Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-20T23:24:58.824Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-09-20T23:24:58.824Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-09-20T23:24:58.824Z | * rust toolchain profile = "default" |
| 26 | 2025-09-20T23:24:58.824Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-20T23:24:58.824Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-20T23:24:58.824Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-20T23:24:58.824Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-20T23:24:58.941Z | info: downloading installer |
| 31 | 2025-09-20T23:24:59.450Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-20T23:24:59.450Z | warn: /opt/ooce/bin |
| 33 | 2025-09-20T23:24:59.450Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-20T23:24:59.450Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-20T23:24:59.450Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-20T23:24:59.451Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-20T23:24:59.451Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-20T23:24:59.451Z | error: cannot install while Rust is installed |
| 39 | 2025-09-20T23:24:59.451Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-20T23:24:59.476Z | info: profile set to 'default' |
| 41 | 2025-09-20T23:24:59.476Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-20T23:24:59.476Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-20T23:24:59.580Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-20T23:24:59.580Z | info: downloading component 'cargo' |
| 45 | 2025-09-20T23:24:59.737Z | info: downloading component 'clippy' |
| 46 | 2025-09-20T23:24:59.923Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-20T23:25:00.229Z | info: downloading component 'rust-std' |
| 48 | 2025-09-20T23:25:00.604Z | info: downloading component 'rustc' |
| 49 | 2025-09-20T23:25:02.140Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-20T23:25:02.207Z | info: installing component 'cargo' |
| 51 | 2025-09-20T23:25:03.423Z | info: installing component 'clippy' |
| 52 | 2025-09-20T23:25:03.896Z | info: installing component 'rust-docs' |
| 53 | 2025-09-20T23:25:07.005Z | info: installing component 'rust-std' |
| 54 | 2025-09-20T23:25:09.170Z | info: installing component 'rustc' |
| 55 | 2025-09-20T23:25:17.335Z | info: installing component 'rustfmt' |
| 56 | 2025-09-20T23:25:17.726Z | |
| 57 | 2025-09-20T23:25:17.726Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 58 | 2025-09-20T23:25:17.891Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-20T23:25:17.891Z | |
| 60 | 2025-09-20T23:25:17.891Z | |
| 61 | 2025-09-20T23:25:17.891Z | Rust is installed now. Great! |
| 62 | 2025-09-20T23:25:17.891Z | |
| 63 | 2025-09-20T23:25:17.891Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-20T23:25:17.891Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-20T23:25:17.891Z | |
| 66 | 2025-09-20T23:25:17.891Z | To configure your current shell, you need to source |
| 67 | 2025-09-20T23:25:17.891Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-20T23:25:17.891Z | |
| 69 | 2025-09-20T23:25:17.891Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-20T23:25:17.891Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-20T23:25:17.891Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-20T23:25:17.891Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-20T23:25:17.988Z | + rustup --version |
| 74 | 2025-09-20T23:25:18.013Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-20T23:25:18.013Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-20T23:25:18.097Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-20T23:25:18.122Z | + cargo --version |
| 78 | 2025-09-20T23:25:18.182Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-20T23:25:18.207Z | + rustc --version |
| 80 | 2025-09-20T23:25:18.276Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-20T23:25:18.301Z | process exited: duration 19485 ms, exit code 0 |
| |
| 82 | 2025-09-20T23:25:18.354Z | starting task 2: "authentication" |
| 83 | 2025-09-20T23:25:18.412Z | process exited: duration 60 ms, exit code 0 |
| |
| 84 | 2025-09-20T23:25:18.464Z | starting task 3: "clone repository" |
| 85 | 2025-09-20T23:25:18.490Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-20T23:25:18.490Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-20T23:25:18.516Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-20T23:25:33.807Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-20T23:25:33.807Z | + git fetch origin 066fb4828f500adfdc13845d4f94f9016c4f54da |
| 90 | 2025-09-20T23:25:34.287Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-20T23:25:34.287Z | * branch 066fb4828f500adfdc13845d4f94f9016c4f54da -> FETCH_HEAD |
| 92 | 2025-09-20T23:25:34.312Z | + [[ -n labbott/cosmo_awareness ]] |
| 93 | 2025-09-20T23:25:34.312Z | ++ git branch --show-current |
| 94 | 2025-09-20T23:25:34.312Z | + current=main |
| 95 | 2025-09-20T23:25:34.312Z | + [[ main != labbott/cosmo_awareness ]] |
| 96 | 2025-09-20T23:25:34.312Z | + git branch -f labbott/cosmo_awareness 066fb4828f500adfdc13845d4f94f9016c4f54da |
| 97 | 2025-09-20T23:25:34.337Z | + git checkout -f labbott/cosmo_awareness |
| 98 | 2025-09-20T23:25:34.601Z | Switched to branch 'labbott/cosmo_awareness' |
| 99 | 2025-09-20T23:25:34.626Z | + git reset --hard 066fb4828f500adfdc13845d4f94f9016c4f54da |
| 100 | 2025-09-20T23:25:34.687Z | HEAD is now at 066fb4828 Make wicketd + installinator cosmo aware |
| 101 | 2025-09-20T23:25:34.687Z | process exited: duration 16184 ms, exit code 0 |
| |
| 102 | 2025-09-20T23:25:34.737Z | starting task 4: "build" |
| 103 | 2025-09-20T23:25:34.762Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-20T23:25:34.763Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-20T23:25:34.763Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-20T23:25:34.763Z | + cargo --version |
| 107 | 2025-09-20T23:25:34.823Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-20T23:25:34.847Z | + rustc --version |
| 109 | 2025-09-20T23:25:34.919Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-20T23:25:34.944Z | + WORK=/work |
| 111 | 2025-09-20T23:25:34.944Z | + pfexec mkdir -p /work |
| 112 | 2025-09-20T23:25:34.944Z | + pfexec chown build /work |
| 113 | 2025-09-20T23:25:34.944Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-09-20T23:25:48.936Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-09-20T23:25:58.435Z | Startup: Caching catalogs ... Done |
| 116 | 2025-09-20T23:26:08.283Z | Planning: Solver setup ... Done (8.216s) |
| 117 | 2025-09-20T23:26:08.357Z | Planning: Running solver ... Done (0.074s) |
| 118 | 2025-09-20T23:26:08.449Z | Planning: Finding local manifests ... Done (0.002s) |
| 119 | 2025-09-20T23:26:08.529Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-09-20T23:26:08.910Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-09-20T23:26:08.977Z | Planning: Package planning ... Done (0.067s) |
| 122 | 2025-09-20T23:26:09.036Z | Planning: Merging actions ... Done (0.059s) |
| 123 | 2025-09-20T23:26:09.389Z | Planning: Checking for conflicting actions ... Done (0.351s) |
| 124 | 2025-09-20T23:26:09.413Z | Planning: Consolidating action changes ... Done (0.013s) |
| 125 | 2025-09-20T23:26:10.091Z | Planning: Evaluating mediators ... Done (0.690s) |
| 126 | 2025-09-20T23:26:10.117Z | Planning: Planning completed in 11.57 seconds |
| 127 | 2025-09-20T23:26:10.143Z | Packages to install: 4 |
| 128 | 2025-09-20T23:26:10.143Z | Mediators to change: 2 |
| 129 | 2025-09-20T23:26:10.143Z | Services to change: 1 |
| 130 | 2025-09-20T23:26:10.143Z | Estimated space available: 155.01 GB |
| 131 | 2025-09-20T23:26:10.143Z | Estimated space to be consumed: 1.72 GB |
| 132 | 2025-09-20T23:26:10.143Z | Create boot environment: No |
| 133 | 2025-09-20T23:26:10.143Z | Create backup boot environment: No |
| 134 | 2025-09-20T23:26:10.143Z | Rebuild boot archive: No |
| 135 | 2025-09-20T23:26:10.143Z | |
| 136 | 2025-09-20T23:26:10.143Z | Changed mediators: |
| 137 | 2025-09-20T23:26:10.143Z | mediator clang: |
| 138 | 2025-09-20T23:26:10.143Z | version: None -> 15 (system default) |
| 139 | 2025-09-20T23:26:10.143Z | |
| 140 | 2025-09-20T23:26:10.143Z | mediator llvm: |
| 141 | 2025-09-20T23:26:10.143Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-09-20T23:26:10.143Z | |
| 143 | 2025-09-20T23:26:10.143Z | Changed packages: |
| 144 | 2025-09-20T23:26:10.143Z | helios-dev |
| 145 | 2025-09-20T23:26:10.143Z | developer/build-essential |
| 146 | 2025-09-20T23:26:10.144Z | None -> 11-2.0 |
| 147 | 2025-09-20T23:26:10.144Z | library/libxmlsec1 |
| 148 | 2025-09-20T23:26:10.144Z | None -> 1.2.35-2.0 |
| 149 | 2025-09-20T23:26:10.144Z | ooce/developer/clang-15 |
| 150 | 2025-09-20T23:26:10.144Z | None -> 15.0.7-2.0 |
| 151 | 2025-09-20T23:26:10.144Z | ooce/developer/llvm-15 |
| 152 | 2025-09-20T23:26:10.144Z | None -> 15.0.7-2.0 |
| 153 | 2025-09-20T23:26:10.144Z | |
| 154 | 2025-09-20T23:26:10.144Z | Services: |
| 155 | 2025-09-20T23:26:10.144Z | restart_fmri: |
| 156 | 2025-09-20T23:26:10.144Z | svc:/system/update-man-index:default |
| 157 | 2025-09-20T23:26:10.179Z | |
| 158 | 2025-09-20T23:26:10.179Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-09-20T23:26:15.179Z | Download: 1487/3290 items 103.2/212.6MB 48% complete (20.9M/s) |
| 160 | 2025-09-20T23:26:20.181Z | Download: 3144/3290 items 135.2/212.6MB 63% complete (13.4M/s) |
| 161 | 2025-09-20T23:26:23.631Z | Download: Completed 212.60 MB in 13.45 seconds (15.8M/s) |
| 162 | 2025-09-20T23:26:23.835Z | Actions: 1/3689 actions (Installing new actions) |
| 163 | 2025-09-20T23:26:29.261Z | Actions: 3117/3689 actions (Installing new actions) |
| 164 | 2025-09-20T23:26:29.614Z | Actions: Completed 3689 actions in 5.78 seconds. |
| 165 | 2025-09-20T23:26:30.487Z | Done (0.867s) |
| 166 | 2025-09-20T23:26:30.487Z | Done (0.000s) |
| 167 | 2025-09-20T23:26:31.543Z | Done (1.056s) |
| 168 | 2025-09-20T23:26:36.514Z | Done (4.744s) |
| 169 | 2025-09-20T23:26:36.606Z | Done (0.018s) |
| 170 | 2025-09-20T23:26:36.606Z | Done (0.000s) |
| 171 | 2025-09-20T23:26:36.754Z | Done (0.000s) |
| 172 | 2025-09-20T23:26:37.634Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2025-09-20T23:26:37.829Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2025-09-20T23:26:37.854Z | Planning: Consolidating action changes ... Done |
| 175 | 2025-09-20T23:26:38.162Z | Planning: Evaluating mediators ... Done |
| 176 | 2025-09-20T23:26:38.187Z | Planning: Planning completed in 0.53 seconds |
| 177 | 2025-09-20T23:26:38.212Z | Mediators to change: 2 |
| 178 | 2025-09-20T23:26:38.212Z | Create boot environment: No |
| 179 | 2025-09-20T23:26:38.212Z | Create backup boot environment: No |
| 180 | 2025-09-20T23:26:38.278Z | Done |
| 181 | 2025-09-20T23:26:38.278Z | Done |
| 182 | 2025-09-20T23:26:39.050Z | Done |
| 183 | 2025-09-20T23:26:43.361Z | Done |
| 184 | 2025-09-20T23:26:43.448Z | Done |
| 185 | 2025-09-20T23:26:43.448Z | Done |
| 186 | 2025-09-20T23:26:43.499Z | Done |
| 187 | 2025-09-20T23:26:44.224Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2025-09-20T23:26:44.249Z | Planning: Merging actions ... Done |
| 189 | 2025-09-20T23:26:44.460Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2025-09-20T23:26:44.485Z | Planning: Consolidating action changes ... Done |
| 191 | 2025-09-20T23:26:44.791Z | Planning: Evaluating mediators ... Done |
| 192 | 2025-09-20T23:26:44.861Z | Planning: Planning completed in 0.94 seconds |
| 193 | 2025-09-20T23:26:44.901Z | Packages to change: 1 |
| 194 | 2025-09-20T23:26:44.901Z | Mediators to change: 1 |
| 195 | 2025-09-20T23:26:44.901Z | Services to change: 1 |
| 196 | 2025-09-20T23:26:44.901Z | Create boot environment: No |
| 197 | 2025-09-20T23:26:44.901Z | Create backup boot environment: Yes |
| 198 | 2025-09-20T23:26:46.740Z | Actions: 1/6 actions (Updating modified actions) |
| 199 | 2025-09-20T23:26:46.765Z | Actions: Completed 6 actions in 0.00 seconds. |
| 200 | 2025-09-20T23:26:46.765Z | Done |
| 201 | 2025-09-20T23:26:46.765Z | Done |
| 202 | 2025-09-20T23:26:46.958Z | Done |
| 203 | 2025-09-20T23:26:51.520Z | Done |
| 204 | 2025-09-20T23:26:51.608Z | Done |
| 205 | 2025-09-20T23:26:51.633Z | Done |
| 206 | 2025-09-20T23:26:51.711Z | Done |
| 207 | 2025-09-20T23:26:52.251Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 208 | 2025-09-20T23:26:52.251Z | clang system 15 system |
| 209 | 2025-09-20T23:26:52.251Z | csh system system illumos |
| 210 | 2025-09-20T23:26:52.251Z | ctags system system illumos |
| 211 | 2025-09-20T23:26:52.251Z | file system system illumos |
| 212 | 2025-09-20T23:26:52.251Z | gcc vendor 12 vendor |
| 213 | 2025-09-20T23:26:52.251Z | gcc system 10 system |
| 214 | 2025-09-20T23:26:52.251Z | gcc system 7 system |
| 215 | 2025-09-20T23:26:52.251Z | go system 1.20 system |
| 216 | 2025-09-20T23:26:52.251Z | go system 1.19 system |
| 217 | 2025-09-20T23:26:52.251Z | llvm system 15 system |
| 218 | 2025-09-20T23:26:52.251Z | llvm system 14 system |
| 219 | 2025-09-20T23:26:52.251Z | mariadb system 10.6 system |
| 220 | 2025-09-20T23:26:52.251Z | mta vendor vendor dma |
| 221 | 2025-09-20T23:26:52.251Z | openjdk system 17 system |
| 222 | 2025-09-20T23:26:52.251Z | openjdk system 11 system |
| 223 | 2025-09-20T23:26:52.251Z | openjdk system 1.8 system |
| 224 | 2025-09-20T23:26:52.251Z | openssl vendor 3 vendor |
| 225 | 2025-09-20T23:26:52.251Z | perl system 5.36 system |
| 226 | 2025-09-20T23:26:52.251Z | postgresql system 15 system |
| 227 | 2025-09-20T23:26:52.251Z | postgresql system 13 system |
| 228 | 2025-09-20T23:26:52.251Z | python vendor 3 vendor |
| 229 | 2025-09-20T23:26:52.251Z | python system 2 system |
| 230 | 2025-09-20T23:26:52.251Z | python3 system 3.11 system |
| 231 | 2025-09-20T23:26:52.251Z | ruby system 3.0 system |
| 232 | 2025-09-20T23:26:52.251Z | words vendor vendor american-english |
| 233 | 2025-09-20T23:26:52.251Z | words system system australian-english |
| 234 | 2025-09-20T23:26:52.251Z | words system system british-english |
| 235 | 2025-09-20T23:26:52.251Z | words system system canadian-english |
| 236 | 2025-09-20T23:26:52.251Z | words system system french |
| 237 | 2025-09-20T23:26:52.252Z | words system system italian |
| 238 | 2025-09-20T23:26:52.252Z | words system system ngerman |
| 239 | 2025-09-20T23:26:52.252Z | words system system ogerman |
| 240 | 2025-09-20T23:26:52.252Z | words system system spanish |
| 241 | 2025-09-20T23:26:52.634Z | PUBLISHER TYPE STATUS P LOCATION |
| 242 | 2025-09-20T23:26:52.634Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 243 | 2025-09-20T23:26:58.534Z | FMRI IFO |
| 244 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 245 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 246 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 247 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 248 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 249 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 250 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 251 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 252 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 253 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 254 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 255 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 256 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 257 | 2025-09-20T23:26:58.534Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 258 | 2025-09-20T23:26:58.535Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 259 | 2025-09-20T23:26:58.535Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 260 | 2025-09-20T23:26:59.650Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 261 | 2025-09-20T23:27:00.079Z | Updating crates.io index |
| 262 | 2025-09-20T23:27:00.104Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2025-09-20T23:27:00.625Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 264 | 2025-09-20T23:27:01.387Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2025-09-20T23:27:01.793Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 266 | 2025-09-20T23:27:02.110Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 267 | 2025-09-20T23:27:02.590Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 268 | 2025-09-20T23:27:03.927Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 269 | 2025-09-20T23:27:06.201Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 270 | 2025-09-20T23:27:07.385Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 271 | 2025-09-20T23:27:08.130Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 272 | 2025-09-20T23:27:09.087Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 273 | 2025-09-20T23:27:09.487Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 274 | 2025-09-20T23:27:09.964Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 275 | 2025-09-20T23:27:10.568Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 276 | 2025-09-20T23:27:11.236Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 277 | 2025-09-20T23:27:11.598Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 278 | 2025-09-20T23:27:12.097Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 279 | 2025-09-20T23:27:12.570Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 280 | 2025-09-20T23:27:12.980Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 281 | 2025-09-20T23:27:13.302Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 282 | 2025-09-20T23:27:13.715Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 283 | 2025-09-20T23:27:14.244Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 284 | 2025-09-20T23:27:14.917Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 285 | 2025-09-20T23:27:15.434Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 286 | 2025-09-20T23:27:15.896Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 287 | 2025-09-20T23:27:16.540Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 288 | 2025-09-20T23:27:17.049Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 289 | 2025-09-20T23:27:17.417Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 290 | 2025-09-20T23:27:17.886Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 291 | 2025-09-20T23:27:18.453Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 292 | 2025-09-20T23:27:18.850Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 293 | 2025-09-20T23:27:19.330Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 294 | 2025-09-20T23:27:19.713Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 295 | 2025-09-20T23:27:33.595Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 296 | 2025-09-20T23:27:35.346Z | Downloading crates ... |
| 297 | 2025-09-20T23:27:35.412Z | Downloaded form_urlencoded v1.2.2 |
| 298 | 2025-09-20T23:27:35.437Z | Downloaded pretty-hex v0.4.1 |
| 299 | 2025-09-20T23:27:35.437Z | Downloaded clap_builder v4.5.41 |
| 300 | 2025-09-20T23:27:35.437Z | Downloaded toml_datetime v0.6.11 |
| 301 | 2025-09-20T23:27:35.437Z | Downloaded thiserror v2.0.16 |
| 302 | 2025-09-20T23:27:35.463Z | Downloaded colorchoice v1.0.2 |
| 303 | 2025-09-20T23:27:35.463Z | Downloaded camino-tempfile v1.4.1 |
| 304 | 2025-09-20T23:27:35.463Z | Downloaded crypto-common v0.1.6 |
| 305 | 2025-09-20T23:27:35.463Z | Downloaded clap v4.5.41 |
| 306 | 2025-09-20T23:27:35.463Z | Downloaded usdt-macro v0.5.0 |
| 307 | 2025-09-20T23:27:35.463Z | Downloaded toml v0.8.23 |
| 308 | 2025-09-20T23:27:35.488Z | Downloaded zerovec-derive v0.10.3 |
| 309 | 2025-09-20T23:27:35.488Z | Downloaded utf8parse v0.2.2 |
| 310 | 2025-09-20T23:27:35.488Z | Downloaded icu_normalizer_data v1.5.0 |
| 311 | 2025-09-20T23:27:35.488Z | Downloaded typeid v1.0.3 |
| 312 | 2025-09-20T23:27:35.488Z | Downloaded zerocopy-derive v0.7.35 |
| 313 | 2025-09-20T23:27:35.488Z | Downloaded zerofrom-derive v0.1.4 |
| 314 | 2025-09-20T23:27:35.514Z | Downloaded yoke-derive v0.7.4 |
| 315 | 2025-09-20T23:27:35.514Z | Downloaded writeable v0.5.5 |
| 316 | 2025-09-20T23:27:35.514Z | Downloaded usdt-impl v0.5.0 |
| 317 | 2025-09-20T23:27:35.514Z | Downloaded url v2.5.4 |
| 318 | 2025-09-20T23:27:35.514Z | Downloaded serde-untagged v0.1.7 |
| 319 | 2025-09-20T23:27:35.514Z | Downloaded zerovec v0.10.4 |
| 320 | 2025-09-20T23:27:35.539Z | Downloaded idna v1.0.3 |
| 321 | 2025-09-20T23:27:35.539Z | Downloaded utf8_iter v1.0.4 |
| 322 | 2025-09-20T23:27:35.539Z | Downloaded unicode-width v0.2.0 |
| 323 | 2025-09-20T23:27:35.539Z | Downloaded pest v2.7.14 |
| 324 | 2025-09-20T23:27:35.564Z | Downloaded smallvec v1.15.1 |
| 325 | 2025-09-20T23:27:35.564Z | Downloaded serde_json v1.0.145 |
| 326 | 2025-09-20T23:27:35.564Z | Downloaded zerocopy v0.7.35 |
| 327 | 2025-09-20T23:27:35.589Z | Downloaded ryu v1.0.18 |
| 328 | 2025-09-20T23:27:35.589Z | Downloaded syn v2.0.106 |
| 329 | 2025-09-20T23:27:35.589Z | Downloaded syn v1.0.109 |
| 330 | 2025-09-20T23:27:35.614Z | Downloaded pest_meta v2.7.14 |
| 331 | 2025-09-20T23:27:35.614Z | Downloaded pest_derive v2.7.14 |
| 332 | 2025-09-20T23:27:35.614Z | Downloaded once_cell v1.21.3 |
| 333 | 2025-09-20T23:27:35.614Z | Downloaded memchr v2.7.4 |
| 334 | 2025-09-20T23:27:35.614Z | Downloaded unicode-width v0.1.14 |
| 335 | 2025-09-20T23:27:35.639Z | Downloaded strsim v0.11.1 |
| 336 | 2025-09-20T23:27:35.639Z | Downloaded stable_deref_trait v1.2.0 |
| 337 | 2025-09-20T23:27:35.639Z | Downloaded serde v1.0.223 |
| 338 | 2025-09-20T23:27:35.639Z | Downloaded rustix v0.38.37 |
| 339 | 2025-09-20T23:27:35.664Z | Downloaded semver v1.0.26 |
| 340 | 2025-09-20T23:27:35.664Z | Downloaded rustix v1.0.7 |
| 341 | 2025-09-20T23:27:35.690Z | Downloaded scroll v0.12.0 |
| 342 | 2025-09-20T23:27:35.690Z | Downloaded proc-macro-error v1.0.4 |
| 343 | 2025-09-20T23:27:35.690Z | Downloaded plain v0.2.3 |
| 344 | 2025-09-20T23:27:35.690Z | Downloaded percent-encoding v2.3.2 |
| 345 | 2025-09-20T23:27:35.690Z | Downloaded tabled_derive v0.7.0 |
| 346 | 2025-09-20T23:27:35.690Z | Downloaded synstructure v0.13.1 |
| 347 | 2025-09-20T23:27:35.690Z | Downloaded swrite v0.1.0 |
| 348 | 2025-09-20T23:27:35.690Z | Downloaded smawk v0.3.2 |
| 349 | 2025-09-20T23:27:35.690Z | Downloaded serde_spanned v0.6.9 |
| 350 | 2025-09-20T23:27:35.716Z | Downloaded serde-value v0.7.0 |
| 351 | 2025-09-20T23:27:35.716Z | Downloaded proc-macro-error-attr v1.0.4 |
| 352 | 2025-09-20T23:27:35.716Z | Downloaded pest_generator v2.7.14 |
| 353 | 2025-09-20T23:27:35.716Z | Downloaded log v0.4.27 |
| 354 | 2025-09-20T23:27:35.716Z | Downloaded serde_derive v1.0.223 |
| 355 | 2025-09-20T23:27:35.717Z | Downloaded serde_core v1.0.223 |
| 356 | 2025-09-20T23:27:35.717Z | Downloaded libc v0.2.174 |
| 357 | 2025-09-20T23:27:35.741Z | Downloaded papergrid v0.11.0 |
| 358 | 2025-09-20T23:27:35.741Z | Downloaded ordered-float v2.10.1 |
| 359 | 2025-09-20T23:27:35.741Z | Downloaded memmap v0.7.0 |
| 360 | 2025-09-20T23:27:35.741Z | Downloaded macaddr v1.0.1 |
| 361 | 2025-09-20T23:27:35.741Z | Downloaded litemap v0.7.3 |
| 362 | 2025-09-20T23:27:35.766Z | Downloaded thiserror-impl v2.0.16 |
| 363 | 2025-09-20T23:27:35.767Z | Downloaded sha2 v0.10.9 |
| 364 | 2025-09-20T23:27:35.767Z | Downloaded serde_tokenstream v0.2.2 |
| 365 | 2025-09-20T23:27:35.767Z | Downloaded scroll_derive v0.12.0 |
| 366 | 2025-09-20T23:27:35.767Z | Downloaded quote v1.0.40 |
| 367 | 2025-09-20T23:27:35.767Z | Downloaded proc-macro2 v1.0.101 |
| 368 | 2025-09-20T23:27:35.767Z | Downloaded num-traits v0.2.19 |
| 369 | 2025-09-20T23:27:35.767Z | Downloaded itoa v1.0.11 |
| 370 | 2025-09-20T23:27:35.767Z | Downloaded is_terminal_polyfill v1.70.1 |
| 371 | 2025-09-20T23:27:35.767Z | Downloaded indexmap v2.11.0 |
| 372 | 2025-09-20T23:27:35.767Z | Downloaded idna_adapter v1.2.0 |
| 373 | 2025-09-20T23:27:35.767Z | Downloaded icu_provider_macros v1.5.0 |
| 374 | 2025-09-20T23:27:35.767Z | Downloaded icu_properties_data v1.5.0 |
| 375 | 2025-09-20T23:27:35.792Z | Downloaded icu_properties v1.5.1 |
| 376 | 2025-09-20T23:27:35.792Z | Downloaded heck v0.5.0 |
| 377 | 2025-09-20T23:27:35.792Z | Downloaded heck v0.4.1 |
| 378 | 2025-09-20T23:27:35.792Z | Downloaded hashbrown v0.15.4 |
| 379 | 2025-09-20T23:27:35.792Z | Downloaded goblin v0.8.2 |
| 380 | 2025-09-20T23:27:35.817Z | Downloaded fastrand v2.1.1 |
| 381 | 2025-09-20T23:27:35.817Z | Downloaded erased-serde v0.4.6 |
| 382 | 2025-09-20T23:27:35.817Z | Downloaded cargo-platform v0.2.0 |
| 383 | 2025-09-20T23:27:35.817Z | Downloaded zerofrom v0.1.4 |
| 384 | 2025-09-20T23:27:35.817Z | Downloaded winnow v0.7.10 |
| 385 | 2025-09-20T23:27:35.817Z | Downloaded unicode-xid v0.2.6 |
| 386 | 2025-09-20T23:27:35.817Z | Downloaded unicode-ident v1.0.18 |
| 387 | 2025-09-20T23:27:35.817Z | Downloaded toml_edit v0.22.27 |
| 388 | 2025-09-20T23:27:35.842Z | Downloaded tinystr v0.7.6 |
| 389 | 2025-09-20T23:27:35.843Z | Downloaded yoke v0.7.4 |
| 390 | 2025-09-20T23:27:35.843Z | Downloaded write16 v1.0.0 |
| 391 | 2025-09-20T23:27:35.843Z | Downloaded usdt-attr-macro v0.5.0 |
| 392 | 2025-09-20T23:27:35.843Z | Downloaded ucd-trie v0.1.7 |
| 393 | 2025-09-20T23:27:35.843Z | Downloaded toml_write v0.1.2 |
| 394 | 2025-09-20T23:27:35.843Z | Downloaded thread-id v4.2.2 |
| 395 | 2025-09-20T23:27:35.843Z | Downloaded thiserror v1.0.69 |
| 396 | 2025-09-20T23:27:35.843Z | Downloaded terminal_size v0.4.0 |
| 397 | 2025-09-20T23:27:35.843Z | Downloaded icu_locid v1.5.0 |
| 398 | 2025-09-20T23:27:35.869Z | Downloaded icu_collections v1.5.0 |
| 399 | 2025-09-20T23:27:35.869Z | Downloaded fs-err v3.1.1 |
| 400 | 2025-09-20T23:27:35.869Z | Downloaded equivalent v1.0.2 |
| 401 | 2025-09-20T23:27:35.869Z | Downloaded dtrace-parser v0.2.0 |
| 402 | 2025-09-20T23:27:35.869Z | Downloaded dof v0.3.0 |
| 403 | 2025-09-20T23:27:35.869Z | Downloaded displaydoc v0.2.5 |
| 404 | 2025-09-20T23:27:35.869Z | Downloaded cargo_metadata v0.21.0 |
| 405 | 2025-09-20T23:27:35.869Z | Downloaded version_check v0.9.5 |
| 406 | 2025-09-20T23:27:35.869Z | Downloaded utf16_iter v1.0.5 |
| 407 | 2025-09-20T23:27:35.869Z | Downloaded usdt v0.5.0 |
| 408 | 2025-09-20T23:27:35.869Z | Downloaded typenum v1.17.0 |
| 409 | 2025-09-20T23:27:35.869Z | Downloaded icu_provider v1.5.0 |
| 410 | 2025-09-20T23:27:35.894Z | Downloaded icu_locid_transform_data v1.5.0 |
| 411 | 2025-09-20T23:27:35.894Z | Downloaded thiserror-impl v1.0.69 |
| 412 | 2025-09-20T23:27:35.894Z | Downloaded textwrap v0.16.2 |
| 413 | 2025-09-20T23:27:35.894Z | Downloaded tempfile v3.20.0 |
| 414 | 2025-09-20T23:27:35.894Z | Downloaded tabled v0.15.0 |
| 415 | 2025-09-20T23:27:35.919Z | Downloaded icu_normalizer v1.5.0 |
| 416 | 2025-09-20T23:27:35.920Z | Downloaded fnv v1.0.7 |
| 417 | 2025-09-20T23:27:35.920Z | Downloaded errno v0.3.12 |
| 418 | 2025-09-20T23:27:35.920Z | Downloaded digest v0.10.7 |
| 419 | 2025-09-20T23:27:35.920Z | Downloaded cpufeatures v0.2.14 |
| 420 | 2025-09-20T23:27:35.920Z | Downloaded cargo_toml v0.21.0 |
| 421 | 2025-09-20T23:27:35.920Z | Downloaded camino v1.2.0 |
| 422 | 2025-09-20T23:27:35.920Z | Downloaded bitflags v2.9.1 |
| 423 | 2025-09-20T23:27:35.920Z | Downloaded autocfg v1.4.0 |
| 424 | 2025-09-20T23:27:35.920Z | Downloaded unicode-linebreak v0.1.5 |
| 425 | 2025-09-20T23:27:35.920Z | Downloaded icu_locid_transform v1.5.0 |
| 426 | 2025-09-20T23:27:35.947Z | Downloaded getrandom v0.3.1 |
| 427 | 2025-09-20T23:27:35.947Z | Downloaded generic-array v0.14.7 |
| 428 | 2025-09-20T23:27:35.947Z | Downloaded clap_lex v0.7.4 |
| 429 | 2025-09-20T23:27:35.947Z | Downloaded cfg-if v1.0.1 |
| 430 | 2025-09-20T23:27:35.947Z | Downloaded cargo-util-schemas v0.8.2 |
| 431 | 2025-09-20T23:27:35.947Z | Downloaded anyhow v1.0.99 |
| 432 | 2025-09-20T23:27:35.947Z | Downloaded anstream v0.6.18 |
| 433 | 2025-09-20T23:27:35.947Z | Downloaded clap_derive v4.5.41 |
| 434 | 2025-09-20T23:27:35.947Z | Downloaded bytecount v0.6.8 |
| 435 | 2025-09-20T23:27:35.947Z | Downloaded anstyle-query v1.1.1 |
| 436 | 2025-09-20T23:27:35.947Z | Downloaded anstyle v1.0.11 |
| 437 | 2025-09-20T23:27:35.972Z | Downloaded block-buffer v0.10.4 |
| 438 | 2025-09-20T23:27:35.972Z | Downloaded anstyle-parse v0.2.5 |
| 439 | 2025-09-20T23:27:35.972Z | Downloaded byteorder v1.5.0 |
| 440 | 2025-09-20T23:27:36.040Z | Compiling proc-macro2 v1.0.101 |
| 441 | 2025-09-20T23:27:36.041Z | Compiling unicode-ident v1.0.18 |
| 442 | 2025-09-20T23:27:36.041Z | Compiling serde_core v1.0.223 |
| 443 | 2025-09-20T23:27:36.066Z | Compiling serde v1.0.223 |
| 444 | 2025-09-20T23:27:36.066Z | Compiling version_check v0.9.5 |
| 445 | 2025-09-20T23:27:36.066Z | Compiling libc v0.2.174 |
| 446 | 2025-09-20T23:27:36.066Z | Compiling memchr v2.7.4 |
| 447 | 2025-09-20T23:27:36.093Z | Compiling stable_deref_trait v1.2.0 |
| 448 | 2025-09-20T23:27:36.365Z | Compiling thiserror v1.0.69 |
| 449 | 2025-09-20T23:27:36.395Z | Compiling writeable v0.5.5 |
| 450 | 2025-09-20T23:27:36.961Z | Compiling ucd-trie v0.1.7 |
| 451 | 2025-09-20T23:27:37.095Z | Compiling autocfg v1.4.0 |
| 452 | 2025-09-20T23:27:37.120Z | Compiling ryu v1.0.18 |
| 453 | 2025-09-20T23:27:37.397Z | Compiling litemap v0.7.3 |
| 454 | 2025-09-20T23:27:37.488Z | Compiling itoa v1.0.11 |
| 455 | 2025-09-20T23:27:37.562Z | Compiling once_cell v1.21.3 |
| 456 | 2025-09-20T23:27:37.810Z | Compiling bitflags v2.9.1 |
| 457 | 2025-09-20T23:27:38.001Z | Compiling icu_locid_transform_data v1.5.0 |
| 458 | 2025-09-20T23:27:38.057Z | Compiling byteorder v1.5.0 |
| 459 | 2025-09-20T23:27:38.144Z | Compiling serde_json v1.0.145 |
| 460 | 2025-09-20T23:27:38.241Z | Compiling errno v0.3.12 |
| 461 | 2025-09-20T23:27:38.353Z | Compiling quote v1.0.40 |
| 462 | 2025-09-20T23:27:38.469Z | Compiling icu_properties_data v1.5.0 |
| 463 | 2025-09-20T23:27:38.548Z | Compiling num-traits v0.2.19 |
| 464 | 2025-09-20T23:27:38.582Z | Compiling utf16_iter v1.0.5 |
| 465 | 2025-09-20T23:27:38.729Z | Compiling equivalent v1.0.2 |
| 466 | 2025-09-20T23:27:38.836Z | Compiling syn v2.0.106 |
| 467 | 2025-09-20T23:27:38.874Z | Compiling hashbrown v0.15.4 |
| 468 | 2025-09-20T23:27:38.904Z | Compiling write16 v1.0.0 |
| 469 | 2025-09-20T23:27:38.947Z | Compiling typeid v1.0.3 |
| 470 | 2025-09-20T23:27:39.018Z | Compiling icu_normalizer_data v1.5.0 |
| 471 | 2025-09-20T23:27:39.157Z | Compiling smallvec v1.15.1 |
| 472 | 2025-09-20T23:27:39.200Z | Compiling utf8_iter v1.0.4 |
| 473 | 2025-09-20T23:27:39.445Z | Compiling rustix v0.38.37 |
| 474 | 2025-09-20T23:27:39.598Z | Compiling usdt-impl v0.5.0 |
| 475 | 2025-09-20T23:27:39.847Z | Compiling proc-macro-error-attr v1.0.4 |
| 476 | 2025-09-20T23:27:39.949Z | Compiling indexmap v2.11.0 |
| 477 | 2025-09-20T23:27:39.983Z | Compiling syn v1.0.109 |
| 478 | 2025-09-20T23:27:40.148Z | Compiling toml_write v0.1.2 |
| 479 | 2025-09-20T23:27:40.209Z | Compiling winnow v0.7.10 |
| 480 | 2025-09-20T23:27:40.600Z | Compiling thread-id v4.2.2 |
| 481 | 2025-09-20T23:27:41.227Z | Compiling proc-macro-error v1.0.4 |
| 482 | 2025-09-20T23:27:41.323Z | Compiling getrandom v0.3.1 |
| 483 | 2025-09-20T23:27:41.559Z | Compiling plain v0.2.3 |
| 484 | 2025-09-20T23:27:41.590Z | Compiling percent-encoding v2.3.2 |
| 485 | 2025-09-20T23:27:41.858Z | Compiling utf8parse v0.2.2 |
| 486 | 2025-09-20T23:27:42.015Z | Compiling log v0.4.27 |
| 487 | 2025-09-20T23:27:42.083Z | Compiling camino v1.2.0 |
| 488 | 2025-09-20T23:27:42.113Z | Compiling thiserror v2.0.16 |
| 489 | 2025-09-20T23:27:42.545Z | Compiling semver v1.0.26 |
| 490 | 2025-09-20T23:27:42.570Z | Compiling rustix v1.0.7 |
| 491 | 2025-09-20T23:27:42.808Z | Compiling ordered-float v2.10.1 |
| 492 | 2025-09-20T23:27:43.207Z | Compiling anstyle-parse v0.2.5 |
| 493 | 2025-09-20T23:27:43.232Z | Compiling form_urlencoded v1.2.2 |
| 494 | 2025-09-20T23:27:43.462Z | Compiling terminal_size v0.4.0 |
| 495 | 2025-09-20T23:27:43.600Z | Compiling colorchoice v1.0.2 |
| 496 | 2025-09-20T23:27:43.668Z | Compiling is_terminal_polyfill v1.70.1 |
| 497 | 2025-09-20T23:27:43.716Z | Compiling anstyle v1.0.11 |
| 498 | 2025-09-20T23:27:43.894Z | Compiling anstyle-query v1.1.1 |
| 499 | 2025-09-20T23:27:43.928Z | Compiling pretty-hex v0.4.1 |
| 500 | 2025-09-20T23:27:44.041Z | Compiling cfg-if v1.0.1 |
| 501 | 2025-09-20T23:27:44.218Z | Compiling anstream v0.6.18 |
| 502 | 2025-09-20T23:27:44.648Z | Compiling fs-err v3.1.1 |
| 503 | 2025-09-20T23:27:44.794Z | Compiling unicode-xid v0.2.6 |
| 504 | 2025-09-20T23:27:44.862Z | Compiling heck v0.5.0 |
| 505 | 2025-09-20T23:27:44.932Z | Compiling clap_lex v0.7.4 |
| 506 | 2025-09-20T23:27:44.995Z | Compiling fnv v1.0.7 |
| 507 | 2025-09-20T23:27:45.125Z | Compiling fastrand v2.1.1 |
| 508 | 2025-09-20T23:27:45.153Z | Compiling anyhow v1.0.99 |
| 509 | 2025-09-20T23:27:45.295Z | Compiling synstructure v0.13.1 |
| 510 | 2025-09-20T23:27:45.354Z | Compiling strsim v0.11.1 |
| 511 | 2025-09-20T23:27:45.581Z | Compiling unicode-width v0.1.14 |
| 512 | 2025-09-20T23:27:45.660Z | Compiling bytecount v0.6.8 |
| 513 | 2025-09-20T23:27:45.868Z | Compiling heck v0.4.1 |
| 514 | 2025-09-20T23:27:46.175Z | Compiling papergrid v0.11.0 |
| 515 | 2025-09-20T23:27:46.277Z | Compiling clap_builder v4.5.41 |
| 516 | 2025-09-20T23:27:46.439Z | Compiling tempfile v3.20.0 |
| 517 | 2025-09-20T23:27:46.811Z | Compiling memmap v0.7.0 |
| 518 | 2025-09-20T23:27:46.930Z | Compiling unicode-linebreak v0.1.5 |
| 519 | 2025-09-20T23:27:47.148Z | Compiling smawk v0.3.2 |
| 520 | 2025-09-20T23:27:47.236Z | Compiling unicode-width v0.2.0 |
| 521 | 2025-09-20T23:27:47.397Z | Compiling camino-tempfile v1.4.1 |
| 522 | 2025-09-20T23:27:47.694Z | Compiling textwrap v0.16.2 |
| 523 | 2025-09-20T23:27:48.055Z | Compiling swrite v0.1.0 |
| 524 | 2025-09-20T23:27:48.212Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 525 | 2025-09-20T23:27:48.342Z | Compiling tabled_derive v0.7.0 |
| 526 | 2025-09-20T23:27:49.084Z | Compiling serde_derive v1.0.223 |
| 527 | 2025-09-20T23:27:49.084Z | Compiling zerofrom-derive v0.1.4 |
| 528 | 2025-09-20T23:27:49.084Z | Compiling yoke-derive v0.7.4 |
| 529 | 2025-09-20T23:27:49.109Z | Compiling zerovec-derive v0.10.3 |
| 530 | 2025-09-20T23:27:49.258Z | Compiling thiserror-impl v1.0.69 |
| 531 | 2025-09-20T23:27:49.981Z | Compiling displaydoc v0.2.5 |
| 532 | 2025-09-20T23:27:51.136Z | Compiling icu_provider_macros v1.5.0 |
| 533 | 2025-09-20T23:27:51.270Z | Compiling zerocopy-derive v0.7.35 |
| 534 | 2025-09-20T23:27:51.329Z | Compiling scroll_derive v0.12.0 |
| 535 | 2025-09-20T23:27:51.924Z | Compiling pest v2.7.14 |
| 536 | 2025-09-20T23:27:52.026Z | Compiling zerofrom v0.1.4 |
| 537 | 2025-09-20T23:27:52.074Z | Compiling thiserror-impl v2.0.16 |
| 538 | 2025-09-20T23:27:52.265Z | Compiling yoke v0.7.4 |
| 539 | 2025-09-20T23:27:52.510Z | Compiling scroll v0.12.0 |
| 540 | 2025-09-20T23:27:52.610Z | Compiling zerovec v0.10.4 |
| 541 | 2025-09-20T23:27:52.983Z | Compiling zerocopy v0.7.35 |
| 542 | 2025-09-20T23:27:53.011Z | Compiling goblin v0.8.2 |
| 543 | 2025-09-20T23:27:53.211Z | Compiling clap_derive v4.5.41 |
| 544 | 2025-09-20T23:27:53.917Z | Compiling tabled v0.15.0 |
| 545 | 2025-09-20T23:27:54.232Z | Compiling tinystr v0.7.6 |
| 546 | 2025-09-20T23:27:54.440Z | Compiling pest_meta v2.7.14 |
| 547 | 2025-09-20T23:27:54.511Z | Compiling icu_collections v1.5.0 |
| 548 | 2025-09-20T23:27:54.601Z | Compiling icu_locid v1.5.0 |
| 549 | 2025-09-20T23:27:55.568Z | Compiling icu_provider v1.5.0 |
| 550 | 2025-09-20T23:27:56.025Z | Compiling pest_generator v2.7.14 |
| 551 | 2025-09-20T23:27:56.141Z | Compiling serde_spanned v0.6.9 |
| 552 | 2025-09-20T23:27:56.283Z | Compiling icu_locid_transform v1.5.0 |
| 553 | 2025-09-20T23:27:56.381Z | Compiling toml_datetime v0.6.11 |
| 554 | 2025-09-20T23:27:56.409Z | Compiling dof v0.3.0 |
| 555 | 2025-09-20T23:27:56.409Z | Compiling serde_tokenstream v0.2.2 |
| 556 | 2025-09-20T23:27:56.901Z | Compiling toml_edit v0.22.27 |
| 557 | 2025-09-20T23:27:57.022Z | Compiling erased-serde v0.4.6 |
| 558 | 2025-09-20T23:27:57.470Z | Compiling icu_properties v1.5.1 |
| 559 | 2025-09-20T23:27:57.794Z | Compiling serde-value v0.7.0 |
| 560 | 2025-09-20T23:27:58.054Z | Compiling pest_derive v2.7.14 |
| 561 | 2025-09-20T23:27:58.265Z | Compiling serde-untagged v0.1.7 |
| 562 | 2025-09-20T23:27:58.471Z | Compiling cargo-platform v0.2.0 |
| 563 | 2025-09-20T23:27:58.680Z | Compiling dtrace-parser v0.2.0 |
| 564 | 2025-09-20T23:27:58.709Z | Compiling clap v4.5.41 |
| 565 | 2025-09-20T23:27:58.789Z | Compiling macaddr v1.0.1 |
| 566 | 2025-09-20T23:27:59.675Z | Compiling toml v0.8.23 |
| 567 | 2025-09-20T23:28:00.285Z | Compiling usdt-attr-macro v0.5.0 |
| 568 | 2025-09-20T23:28:00.285Z | Compiling usdt-macro v0.5.0 |
| 569 | 2025-09-20T23:28:00.453Z | Compiling cargo_toml v0.21.0 |
| 570 | 2025-09-20T23:28:00.523Z | Compiling icu_normalizer v1.5.0 |
| 571 | 2025-09-20T23:28:01.298Z | Compiling idna_adapter v1.2.0 |
| 572 | 2025-09-20T23:28:01.323Z | Compiling usdt v0.5.0 |
| 573 | 2025-09-20T23:28:01.467Z | Compiling idna v1.0.3 |
| 574 | 2025-09-20T23:28:02.004Z | Compiling url v2.5.4 |
| 575 | 2025-09-20T23:28:02.766Z | Compiling cargo-util-schemas v0.8.2 |
| 576 | 2025-09-20T23:28:04.726Z | Compiling cargo_metadata v0.21.0 |
| 577 | 2025-09-20T23:28:06.827Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 578 | 2025-09-20T23:28:11.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
| 579 | 2025-09-20T23:28:11.809Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 580 | 2025-09-20T23:28:12.841Z | Downloading crates ... |
| 581 | 2025-09-20T23:28:13.056Z | Downloaded bitfield-macros v0.19.2 |
| 582 | 2025-09-20T23:28:13.081Z | Downloaded atty v0.2.14 |
| 583 | 2025-09-20T23:28:13.082Z | Downloaded ciborium-io v0.2.2 |
| 584 | 2025-09-20T23:28:13.082Z | Downloaded crc-catalog v2.4.0 |
| 585 | 2025-09-20T23:28:13.082Z | Downloaded cargo-platform v0.1.8 |
| 586 | 2025-09-20T23:28:13.082Z | Downloaded async-trait v0.1.89 |
| 587 | 2025-09-20T23:28:13.107Z | Downloaded hex v0.4.3 |
| 588 | 2025-09-20T23:28:13.107Z | Downloaded ident_case v1.0.1 |
| 589 | 2025-09-20T23:28:13.107Z | Downloaded hubpack_derive v0.1.1 |
| 590 | 2025-09-20T23:28:13.107Z | Downloaded instant v0.1.13 |
| 591 | 2025-09-20T23:28:13.107Z | Downloaded hex-literal v0.4.1 |
| 592 | 2025-09-20T23:28:13.132Z | Downloaded precomputed-hash v0.1.1 |
| 593 | 2025-09-20T23:28:13.132Z | Downloaded predicates-tree v1.0.12 |
| 594 | 2025-09-20T23:28:13.133Z | Downloaded indent_write v2.2.0 |
| 595 | 2025-09-20T23:28:13.133Z | Downloaded rand_xorshift v0.4.0 |
| 596 | 2025-09-20T23:28:13.133Z | Downloaded radium v0.7.0 |
| 597 | 2025-09-20T23:28:13.159Z | Downloaded scopeguard v1.2.0 |
| 598 | 2025-09-20T23:28:13.159Z | Downloaded simd-adler32 v0.3.7 |
| 599 | 2025-09-20T23:28:13.184Z | Downloaded unicode-truncate v1.1.0 |
| 600 | 2025-09-20T23:28:13.184Z | Downloaded endian-type v0.1.2 |
| 601 | 2025-09-20T23:28:13.209Z | Downloaded universal-hash v0.5.1 |
| 602 | 2025-09-20T23:28:13.209Z | Downloaded unit-prefix v0.5.1 |
| 603 | 2025-09-20T23:28:13.209Z | Downloaded xz2 v0.1.7 |
| 604 | 2025-09-20T23:28:13.209Z | Downloaded foreign-types-shared v0.1.1 |
| 605 | 2025-09-20T23:28:13.209Z | Downloaded russh-keys v0.45.0 |
| 606 | 2025-09-20T23:28:13.235Z | Downloaded oso-derive v0.27.3 |
| 607 | 2025-09-20T23:28:13.235Z | Downloaded oxnet v0.1.3 |
| 608 | 2025-09-20T23:28:13.235Z | Downloaded crucible-workspace-hack v0.1.0 |
| 609 | 2025-09-20T23:28:13.235Z | Downloaded serde_urlencoded v0.7.1 |
| 610 | 2025-09-20T23:28:13.261Z | Downloaded defmt-parser v0.3.4 |
| 611 | 2025-09-20T23:28:13.261Z | Downloaded futures-core v0.3.31 |
| 612 | 2025-09-20T23:28:13.261Z | Downloaded bindgen v0.71.1 |
| 613 | 2025-09-20T23:28:13.287Z | Downloaded num-integer v0.1.46 |
| 614 | 2025-09-20T23:28:13.287Z | Downloaded pin-utils v0.1.0 |
| 615 | 2025-09-20T23:28:13.312Z | Downloaded void v1.0.2 |
| 616 | 2025-09-20T23:28:13.312Z | Downloaded vte_generate_state_changes v0.1.2 |
| 617 | 2025-09-20T23:28:13.312Z | Downloaded ed25519 v2.2.3 |
| 618 | 2025-09-20T23:28:13.338Z | Downloaded num_threads v0.1.7 |
| 619 | 2025-09-20T23:28:13.338Z | Downloaded newline-converter v0.3.0 |
| 620 | 2025-09-20T23:28:13.338Z | Downloaded sync-ptr v0.1.4 |
| 621 | 2025-09-20T23:28:13.364Z | Downloaded slog-async v2.8.0 |
| 622 | 2025-09-20T23:28:13.364Z | Downloaded document-features v0.2.11 |
| 623 | 2025-09-20T23:28:13.364Z | Downloaded progenitor-macro v0.11.0 |
| 624 | 2025-09-20T23:28:13.364Z | Downloaded rustls-pemfile v1.0.4 |
| 625 | 2025-09-20T23:28:13.390Z | Downloaded waitgroup v0.1.2 |
| 626 | 2025-09-20T23:28:13.390Z | Downloaded darling_macro v0.21.0 |
| 627 | 2025-09-20T23:28:13.416Z | Downloaded rustc_version v0.4.1 |
| 628 | 2025-09-20T23:28:13.416Z | Downloaded num-complex v0.4.6 |
| 629 | 2025-09-20T23:28:13.441Z | Downloaded wait-timeout v0.2.0 |
| 630 | 2025-09-20T23:28:13.441Z | Downloaded daft v0.1.4 |
| 631 | 2025-09-20T23:28:13.441Z | Downloaded ctr v0.9.2 |
| 632 | 2025-09-20T23:28:13.441Z | Downloaded darling v0.21.0 |
| 633 | 2025-09-20T23:28:13.467Z | Downloaded darling_core v0.21.0 |
| 634 | 2025-09-20T23:28:13.467Z | Downloaded derive_more-impl v2.0.1 |
| 635 | 2025-09-20T23:28:13.467Z | Downloaded num-bigint v0.4.6 |
| 636 | 2025-09-20T23:28:13.492Z | Downloaded nom v7.1.3 |
| 637 | 2025-09-20T23:28:13.492Z | Downloaded tokio-postgres v0.7.13 |
| 638 | 2025-09-20T23:28:13.492Z | Downloaded num-bigint-dig v0.8.4 |
| 639 | 2025-09-20T23:28:13.517Z | Downloaded lalrpop v0.19.12 |
| 640 | 2025-09-20T23:28:13.517Z | Downloaded futures-util v0.3.31 |
| 641 | 2025-09-20T23:28:13.542Z | Downloaded portable-atomic v1.11.0 |
| 642 | 2025-09-20T23:28:13.543Z | Downloaded webpki-roots v1.0.1 |
| 643 | 2025-09-20T23:28:13.543Z | Downloaded zlib-rs v0.5.1 |
| 644 | 2025-09-20T23:28:13.567Z | Downloaded curve25519-dalek v4.1.3 |
| 645 | 2025-09-20T23:28:13.567Z | Downloaded winnow v0.6.26 |
| 646 | 2025-09-20T23:28:13.593Z | Downloaded quick-xml v0.37.2 |
| 647 | 2025-09-20T23:28:13.594Z | Downloaded proptest v1.7.0 |
| 648 | 2025-09-20T23:28:13.619Z | Downloaded regex v1.11.1 |
| 649 | 2025-09-20T23:28:13.619Z | Downloaded nix v0.27.1 |
| 650 | 2025-09-20T23:28:13.644Z | Downloaded regex-syntax v0.6.29 |
| 651 | 2025-09-20T23:28:13.644Z | Downloaded rustls v0.21.12 |
| 652 | 2025-09-20T23:28:13.669Z | Downloaded regress v0.10.4 |
| 653 | 2025-09-20T23:28:13.669Z | Downloaded nix v0.30.1 |
| 654 | 2025-09-20T23:28:13.694Z | Downloaded typify-impl v0.2.0 |
| 655 | 2025-09-20T23:28:13.694Z | Downloaded rustls v0.23.19 |
| 656 | 2025-09-20T23:28:13.719Z | Downloaded regex-syntax v0.8.5 |
| 657 | 2025-09-20T23:28:13.719Z | Downloaded diesel v2.2.12 |
| 658 | 2025-09-20T23:28:13.744Z | Downloaded sled v0.34.7 |
| 659 | 2025-09-20T23:28:13.769Z | Downloaded ratatui v0.29.0 |
| 660 | 2025-09-20T23:28:13.769Z | Downloaded dropshot v0.16.4 |
| 661 | 2025-09-20T23:28:13.795Z | Downloaded typify-impl v0.4.3 |
| 662 | 2025-09-20T23:28:13.821Z | Downloaded typify-impl v0.3.0 |
| 663 | 2025-09-20T23:28:13.846Z | Downloaded nix v0.29.0 |
| 664 | 2025-09-20T23:28:13.846Z | Downloaded nix v0.28.0 |
| 665 | 2025-09-20T23:28:13.871Z | Downloaded hickory-proto v0.25.2 |
| 666 | 2025-09-20T23:28:13.896Z | Downloaded jiff v0.2.15 |
| 667 | 2025-09-20T23:28:13.896Z | Downloaded chrono-tz v0.10.4 |
| 668 | 2025-09-20T23:28:13.921Z | Downloaded hickory-proto v0.24.4 |
| 669 | 2025-09-20T23:28:13.945Z | Downloaded regex-automata v0.4.8 |
| 670 | 2025-09-20T23:28:13.970Z | Downloaded rustls v0.22.4 |
| 671 | 2025-09-20T23:28:13.970Z | Downloaded lzma-sys v0.1.20 |
| 672 | 2025-09-20T23:28:14.001Z | Downloaded petgraph v0.6.5 |
| 673 | 2025-09-20T23:28:14.026Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 674 | 2025-09-20T23:28:14.051Z | Downloaded petgraph v0.8.2 |
| 675 | 2025-09-20T23:28:14.076Z | Downloaded libz-sys v1.1.20 |
| 676 | 2025-09-20T23:28:14.101Z | Downloaded tokio v1.47.0 |
| 677 | 2025-09-20T23:28:14.139Z | Downloaded tabled v0.18.0 |
| 678 | 2025-09-20T23:28:14.164Z | Downloaded reqwest v0.12.22 |
| 679 | 2025-09-20T23:28:14.189Z | Downloaded sha3 v0.10.8 |
| 680 | 2025-09-20T23:28:14.189Z | Downloaded csv v1.3.1 |
| 681 | 2025-09-20T23:28:14.214Z | Downloaded ssh-key v0.6.6 |
| 682 | 2025-09-20T23:28:14.214Z | Downloaded darling_core v0.20.10 |
| 683 | 2025-09-20T23:28:14.214Z | Downloaded typify v0.4.3 |
| 684 | 2025-09-20T23:28:14.240Z | Downloaded quinn v0.11.5 |
| 685 | 2025-09-20T23:28:14.240Z | Downloaded diesel_derives v2.2.3 |
| 686 | 2025-09-20T23:28:14.240Z | Downloaded object v0.36.5 |
| 687 | 2025-09-20T23:28:14.265Z | Downloaded zerocopy-derive v0.6.6 |
| 688 | 2025-09-20T23:28:14.265Z | Downloaded encoding_rs v0.8.34 |
| 689 | 2025-09-20T23:28:14.290Z | Downloaded ring v0.17.14 |
| 690 | 2025-09-20T23:28:14.328Z | Downloaded darling v0.20.10 |
| 691 | 2025-09-20T23:28:14.354Z | Downloaded walkdir v2.5.0 |
| 692 | 2025-09-20T23:28:14.354Z | Downloaded typify v0.3.0 |
| 693 | 2025-09-20T23:28:14.354Z | Downloaded rustls-pki-types v1.10.0 |
| 694 | 2025-09-20T23:28:14.354Z | Downloaded derive_more v0.99.20 |
| 695 | 2025-09-20T23:28:14.354Z | Downloaded progenitor-impl v0.11.0 |
| 696 | 2025-09-20T23:28:14.354Z | Downloaded progenitor-impl v0.10.0 |
| 697 | 2025-09-20T23:28:14.379Z | Downloaded miniz_oxide v0.8.5 |
| 698 | 2025-09-20T23:28:14.379Z | Downloaded moka v0.12.10 |
| 699 | 2025-09-20T23:28:14.379Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 700 | 2025-09-20T23:28:14.404Z | Downloaded whoami v1.5.2 |
| 701 | 2025-09-20T23:28:14.404Z | Downloaded unsafe-libyaml v0.2.11 |
| 702 | 2025-09-20T23:28:14.404Z | Downloaded rustls-pemfile v2.2.0 |
| 703 | 2025-09-20T23:28:14.404Z | Downloaded rustls-native-certs v0.8.1 |
| 704 | 2025-09-20T23:28:14.404Z | Downloaded psl-types v2.0.11 |
| 705 | 2025-09-20T23:28:14.404Z | Downloaded diesel-dtrace v0.4.2 |
| 706 | 2025-09-20T23:28:14.404Z | Downloaded tabled_derive v0.11.0 |
| 707 | 2025-09-20T23:28:14.404Z | Downloaded prettyplease v0.2.36 |
| 708 | 2025-09-20T23:28:14.430Z | Downloaded pretty_assertions v1.4.1 |
| 709 | 2025-09-20T23:28:14.430Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 710 | 2025-09-20T23:28:14.430Z | Downloaded wyz v0.5.1 |
| 711 | 2025-09-20T23:28:14.430Z | Downloaded winnow v0.5.40 |
| 712 | 2025-09-20T23:28:14.430Z | Downloaded which v4.4.2 |
| 713 | 2025-09-20T23:28:14.430Z | Downloaded want v0.3.1 |
| 714 | 2025-09-20T23:28:14.430Z | Downloaded rustls-webpki v0.101.7 |
| 715 | 2025-09-20T23:28:14.455Z | Downloaded data-encoding v2.9.0 |
| 716 | 2025-09-20T23:28:14.455Z | Downloaded getrandom v0.2.15 |
| 717 | 2025-09-20T23:28:14.455Z | Downloaded tabled v0.20.0 |
| 718 | 2025-09-20T23:28:14.481Z | Downloaded slog v2.7.0 |
| 719 | 2025-09-20T23:28:14.481Z | Downloaded object v0.30.4 |
| 720 | 2025-09-20T23:28:14.481Z | Downloaded smoltcp v0.11.0 |
| 721 | 2025-09-20T23:28:14.506Z | Downloaded typed-path v0.9.3 |
| 722 | 2025-09-20T23:28:14.506Z | Downloaded crossterm v0.29.0 |
| 723 | 2025-09-20T23:28:14.531Z | Downloaded rustc-demangle v0.1.24 |
| 724 | 2025-09-20T23:28:14.531Z | Downloaded num v0.4.3 |
| 725 | 2025-09-20T23:28:14.531Z | Downloaded fxhash v0.2.1 |
| 726 | 2025-09-20T23:28:14.531Z | Downloaded display-error-chain v0.2.2 |
| 727 | 2025-09-20T23:28:14.531Z | Downloaded dirs-sys-next v0.1.2 |
| 728 | 2025-09-20T23:28:14.531Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 729 | 2025-09-20T23:28:14.531Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 730 | 2025-09-20T23:28:14.581Z | Downloaded tabled_derive v0.10.0 |
| 731 | 2025-09-20T23:28:14.606Z | Downloaded sync_wrapper v1.0.1 |
| 732 | 2025-09-20T23:28:14.606Z | Downloaded slog-json v2.6.1 |
| 733 | 2025-09-20T23:28:14.606Z | Downloaded slog-envlogger v2.2.0 |
| 734 | 2025-09-20T23:28:14.606Z | Downloaded nu-ansi-term v0.50.1 |
| 735 | 2025-09-20T23:28:14.606Z | Downloaded native-tls v0.2.12 |
| 736 | 2025-09-20T23:28:14.606Z | Downloaded petname v2.0.2 |
| 737 | 2025-09-20T23:28:14.606Z | Downloaded steno v0.4.1 |
| 738 | 2025-09-20T23:28:14.606Z | Downloaded polar-core v0.27.3 |
| 739 | 2025-09-20T23:28:14.631Z | Downloaded openapiv3 v2.2.0 |
| 740 | 2025-09-20T23:28:14.656Z | Downloaded tokio-tungstenite v0.23.1 |
| 741 | 2025-09-20T23:28:14.656Z | Downloaded slog-bunyan v2.5.0 |
| 742 | 2025-09-20T23:28:14.656Z | Downloaded multer v3.1.0 |
| 743 | 2025-09-20T23:28:14.656Z | Downloaded tokio-rustls v0.26.0 |
| 744 | 2025-09-20T23:28:14.656Z | Downloaded vcpkg v0.2.15 |
| 745 | 2025-09-20T23:28:14.681Z | Downloaded smoltcp v0.9.1 |
| 746 | 2025-09-20T23:28:14.706Z | Downloaded gimli v0.31.1 |
| 747 | 2025-09-20T23:28:14.706Z | Downloaded crypto-bigint v0.5.5 |
| 748 | 2025-09-20T23:28:14.706Z | Downloaded openssl v0.10.73 |
| 749 | 2025-09-20T23:28:14.732Z | Downloaded rayon v1.10.0 |
| 750 | 2025-09-20T23:28:14.732Z | Downloaded rustc_version v0.1.7 |
| 751 | 2025-09-20T23:28:14.732Z | Downloaded rustc-hash v2.1.1 |
| 752 | 2025-09-20T23:28:14.732Z | Downloaded rustc-hash v1.1.0 |
| 753 | 2025-09-20T23:28:14.732Z | Downloaded publicsuffix v2.3.0 |
| 754 | 2025-09-20T23:28:14.732Z | Downloaded progenitor-macro v0.10.0 |
| 755 | 2025-09-20T23:28:14.757Z | Downloaded mio v1.0.2 |
| 756 | 2025-09-20T23:28:14.757Z | Downloaded quinn-proto v0.11.8 |
| 757 | 2025-09-20T23:28:14.757Z | Downloaded crossterm v0.28.1 |
| 758 | 2025-09-20T23:28:14.757Z | Downloaded zip v4.2.0 |
| 759 | 2025-09-20T23:28:14.757Z | Downloaded darling_macro v0.20.10 |
| 760 | 2025-09-20T23:28:14.782Z | Downloaded daft-derive v0.1.4 |
| 761 | 2025-09-20T23:28:14.782Z | Downloaded csv-core v0.1.11 |
| 762 | 2025-09-20T23:28:14.782Z | Downloaded derive_more v2.0.1 |
| 763 | 2025-09-20T23:28:14.782Z | Downloaded progenitor-macro v0.9.1 |
| 764 | 2025-09-20T23:28:14.782Z | Downloaded progenitor-macro v0.8.0 |
| 765 | 2025-09-20T23:28:14.782Z | Downloaded progenitor v0.11.0 |
| 766 | 2025-09-20T23:28:14.782Z | Downloaded progenitor v0.10.0 |
| 767 | 2025-09-20T23:28:14.782Z | Downloaded num_enum v0.5.11 |
| 768 | 2025-09-20T23:28:14.807Z | Downloaded minimal-lexical v0.2.1 |
| 769 | 2025-09-20T23:28:14.807Z | Downloaded typify v0.2.0 |
| 770 | 2025-09-20T23:28:14.807Z | Downloaded new_debug_unreachable v1.0.6 |
| 771 | 2025-09-20T23:28:14.807Z | Downloaded multimap v0.10.1 |
| 772 | 2025-09-20T23:28:14.807Z | Downloaded tokio-tungstenite v0.21.0 |
| 773 | 2025-09-20T23:28:14.808Z | Downloaded tokio-stream v0.1.17 |
| 774 | 2025-09-20T23:28:14.808Z | Downloaded tokio-rustls v0.25.0 |
| 775 | 2025-09-20T23:28:14.808Z | Downloaded tokio-rustls v0.24.1 |
| 776 | 2025-09-20T23:28:14.808Z | Downloaded time v0.3.43 |
| 777 | 2025-09-20T23:28:14.833Z | Downloaded futures v0.3.31 |
| 778 | 2025-09-20T23:28:14.833Z | Downloaded sqlparser v0.45.0 |
| 779 | 2025-09-20T23:28:14.833Z | Downloaded p384 v0.13.0 |
| 780 | 2025-09-20T23:28:14.858Z | Downloaded unicode-segmentation v1.12.0 |
| 781 | 2025-09-20T23:28:14.858Z | Downloaded itertools v0.14.0 |
| 782 | 2025-09-20T23:28:14.858Z | Downloaded itertools v0.13.0 |
| 783 | 2025-09-20T23:28:14.858Z | Downloaded hyper v1.7.0 |
| 784 | 2025-09-20T23:28:14.883Z | Downloaded hkdf v0.12.4 |
| 785 | 2025-09-20T23:28:14.883Z | Downloaded des v0.8.1 |
| 786 | 2025-09-20T23:28:14.883Z | Downloaded tabwriter v1.4.0 |
| 787 | 2025-09-20T23:28:14.883Z | Downloaded nodrop v0.1.14 |
| 788 | 2025-09-20T23:28:14.883Z | Downloaded nibble_vec v0.1.0 |
| 789 | 2025-09-20T23:28:14.883Z | Downloaded newtype-uuid v1.2.4 |
| 790 | 2025-09-20T23:28:14.883Z | Downloaded progenitor v0.8.0 |
| 791 | 2025-09-20T23:28:14.883Z | Downloaded proc-macro-error2 v2.0.1 |
| 792 | 2025-09-20T23:28:14.883Z | Downloaded vte v0.11.1 |
| 793 | 2025-09-20T23:28:14.883Z | Downloaded git2 v0.19.0 |
| 794 | 2025-09-20T23:28:14.908Z | Downloaded tungstenite v0.21.0 |
| 795 | 2025-09-20T23:28:14.908Z | Downloaded progenitor-client v0.9.1 |
| 796 | 2025-09-20T23:28:14.908Z | Downloaded tar v0.4.44 |
| 797 | 2025-09-20T23:28:14.908Z | Downloaded reedline v0.40.0 |
| 798 | 2025-09-20T23:28:14.908Z | Downloaded rpassword v7.4.0 |
| 799 | 2025-09-20T23:28:14.933Z | Downloaded progenitor-client v0.8.0 |
| 800 | 2025-09-20T23:28:14.933Z | Downloaded gethostname v0.5.0 |
| 801 | 2025-09-20T23:28:14.933Z | Downloaded tokio-native-tls v0.3.1 |
| 802 | 2025-09-20T23:28:14.933Z | Downloaded time-macros v0.2.24 |
| 803 | 2025-09-20T23:28:14.933Z | Downloaded thread_local v1.1.8 |
| 804 | 2025-09-20T23:28:14.933Z | Downloaded termtree v0.5.1 |
| 805 | 2025-09-20T23:28:14.933Z | Downloaded h2 v0.4.6 |
| 806 | 2025-09-20T23:28:14.933Z | Downloaded serde_with v3.14.0 |
| 807 | 2025-09-20T23:28:14.958Z | Downloaded rustls-webpki v0.102.8 |
| 808 | 2025-09-20T23:28:14.983Z | Downloaded itertools v0.12.1 |
| 809 | 2025-09-20T23:28:14.983Z | Downloaded dirs-next v2.0.0 |
| 810 | 2025-09-20T23:28:14.984Z | Downloaded slog-dtrace v0.3.0 |
| 811 | 2025-09-20T23:28:14.984Z | Downloaded term v0.7.0 |
| 812 | 2025-09-20T23:28:14.984Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 813 | 2025-09-20T23:28:14.984Z | Downloaded primeorder v0.13.6 |
| 814 | 2025-09-20T23:28:14.984Z | Downloaded tungstenite v0.23.0 |
| 815 | 2025-09-20T23:28:14.984Z | Downloaded serde_yaml v0.9.34+deprecated |
| 816 | 2025-09-20T23:28:15.009Z | Downloaded salty v0.3.0 |
| 817 | 2025-09-20T23:28:15.009Z | Downloaded zerocopy v0.8.26 |
| 818 | 2025-09-20T23:28:15.034Z | Downloaded slab v0.4.9 |
| 819 | 2025-09-20T23:28:15.034Z | Downloaded normalize-line-endings v0.3.0 |
| 820 | 2025-09-20T23:28:15.034Z | Downloaded newtype_derive v0.1.6 |
| 821 | 2025-09-20T23:28:15.034Z | Downloaded nanorand v0.7.0 |
| 822 | 2025-09-20T23:28:15.034Z | Downloaded time-core v0.1.6 |
| 823 | 2025-09-20T23:28:15.034Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 824 | 2025-09-20T23:28:15.059Z | Downloaded testing_table v0.3.0 |
| 825 | 2025-09-20T23:28:15.059Z | Downloaded test-strategy v0.4.3 |
| 826 | 2025-09-20T23:28:15.059Z | Downloaded termios v0.3.3 |
| 827 | 2025-09-20T23:28:15.059Z | Downloaded term v1.1.0 |
| 828 | 2025-09-20T23:28:15.059Z | Downloaded postgres-types v0.2.9 |
| 829 | 2025-09-20T23:28:15.060Z | Downloaded phf_shared v0.12.1 |
| 830 | 2025-09-20T23:28:15.060Z | Downloaded omicron-zone-package v0.12.2 |
| 831 | 2025-09-20T23:28:15.060Z | Downloaded futures-sink v0.3.31 |
| 832 | 2025-09-20T23:28:15.060Z | Downloaded futures-macro v0.3.31 |
| 833 | 2025-09-20T23:28:15.060Z | Downloaded vsss-rs v3.3.4 |
| 834 | 2025-09-20T23:28:15.086Z | Downloaded string_cache v0.8.9 |
| 835 | 2025-09-20T23:28:15.086Z | Downloaded rand v0.9.2 |
| 836 | 2025-09-20T23:28:15.086Z | Downloaded flume v0.11.1 |
| 837 | 2025-09-20T23:28:15.086Z | Downloaded flate2 v1.1.2 |
| 838 | 2025-09-20T23:28:15.086Z | Downloaded russh v0.45.0 |
| 839 | 2025-09-20T23:28:15.112Z | Downloaded bstr v1.10.0 |
| 840 | 2025-09-20T23:28:15.112Z | Downloaded tokio-macros v2.5.0 |
| 841 | 2025-09-20T23:28:15.112Z | Downloaded thiserror-no-std v2.0.2 |
| 842 | 2025-09-20T23:28:15.112Z | Downloaded take_mut v0.2.2 |
| 843 | 2025-09-20T23:28:15.138Z | Downloaded tagptr v0.2.0 |
| 844 | 2025-09-20T23:28:15.138Z | Downloaded powerfmt v0.2.0 |
| 845 | 2025-09-20T23:28:15.138Z | Downloaded postgres-protocol v0.6.8 |
| 846 | 2025-09-20T23:28:15.138Z | Downloaded phf_shared v0.11.2 |
| 847 | 2025-09-20T23:28:15.138Z | Downloaded phf v0.11.2 |
| 848 | 2025-09-20T23:28:15.139Z | Downloaded olpc-cjson v0.1.4 |
| 849 | 2025-09-20T23:28:15.139Z | Downloaded futures-channel v0.3.31 |
| 850 | 2025-09-20T23:28:15.139Z | Downloaded rand v0.8.5 |
| 851 | 2025-09-20T23:28:15.139Z | Downloaded postcard v1.0.10 |
| 852 | 2025-09-20T23:28:15.139Z | Downloaded derive_builder_core v0.20.2 |
| 853 | 2025-09-20T23:28:15.139Z | Downloaded derive-where v1.5.0 |
| 854 | 2025-09-20T23:28:15.164Z | Downloaded iri-string v0.7.8 |
| 855 | 2025-09-20T23:28:15.164Z | Downloaded tap v1.0.1 |
| 856 | 2025-09-20T23:28:15.164Z | Downloaded progenitor v0.9.1 |
| 857 | 2025-09-20T23:28:15.164Z | Downloaded proc-macro-crate v1.3.1 |
| 858 | 2025-09-20T23:28:15.164Z | Downloaded pretty-hex v0.2.1 |
| 859 | 2025-09-20T23:28:15.164Z | Downloaded phf v0.12.1 |
| 860 | 2025-09-20T23:28:15.164Z | Downloaded number_prefix v0.4.0 |
| 861 | 2025-09-20T23:28:15.164Z | Downloaded num_enum_derive v0.5.11 |
| 862 | 2025-09-20T23:28:15.164Z | Downloaded fs_extra v1.3.0 |
| 863 | 2025-09-20T23:28:15.164Z | Downloaded ecdsa v0.16.9 |
| 864 | 2025-09-20T23:28:15.164Z | Downloaded dropshot_endpoint v0.16.4 |
| 865 | 2025-09-20T23:28:15.189Z | Downloaded uuid v1.18.1 |
| 866 | 2025-09-20T23:28:15.189Z | Downloaded strip-ansi-escapes v0.2.0 |
| 867 | 2025-09-20T23:28:15.189Z | Downloaded stringprep v0.1.5 |
| 868 | 2025-09-20T23:28:15.189Z | Downloaded static_assertions v1.1.0 |
| 869 | 2025-09-20T23:28:15.189Z | Downloaded ssh-cipher v0.2.0 |
| 870 | 2025-09-20T23:28:15.189Z | Downloaded snafu v0.8.5 |
| 871 | 2025-09-20T23:28:15.189Z | Downloaded num-rational v0.4.2 |
| 872 | 2025-09-20T23:28:15.189Z | Downloaded x509-cert v0.2.5 |
| 873 | 2025-09-20T23:28:15.214Z | Downloaded signal-hook v0.3.18 |
| 874 | 2025-09-20T23:28:15.214Z | Downloaded rustyline v14.0.0 |
| 875 | 2025-09-20T23:28:15.214Z | Downloaded radix_trie v0.2.1 |
| 876 | 2025-09-20T23:28:15.214Z | Downloaded libxml v0.3.3 |
| 877 | 2025-09-20T23:28:15.214Z | Downloaded libm v0.2.8 |
| 878 | 2025-09-20T23:28:15.239Z | Downloaded futures-task v0.3.31 |
| 879 | 2025-09-20T23:28:15.239Z | Downloaded funty v2.0.0 |
| 880 | 2025-09-20T23:28:15.239Z | Downloaded dyn-clone v1.0.20 |
| 881 | 2025-09-20T23:28:15.239Z | Downloaded dunce v1.0.5 |
| 882 | 2025-09-20T23:28:15.239Z | Downloaded dsl_auto_type v0.1.2 |
| 883 | 2025-09-20T23:28:15.239Z | Downloaded diff v0.1.13 |
| 884 | 2025-09-20T23:28:15.239Z | Downloaded vergen-gitcl v1.0.8 |
| 885 | 2025-09-20T23:28:15.239Z | Downloaded vergen v9.0.6 |
| 886 | 2025-09-20T23:28:15.239Z | Downloaded vergen v8.3.2 |
| 887 | 2025-09-20T23:28:15.239Z | Downloaded value-bag v1.9.0 |
| 888 | 2025-09-20T23:28:15.265Z | Downloaded ssh-encoding v0.2.0 |
| 889 | 2025-09-20T23:28:15.265Z | Downloaded ref-cast-impl v1.0.24 |
| 890 | 2025-09-20T23:28:15.265Z | Downloaded ref-cast v1.0.24 |
| 891 | 2025-09-20T23:28:15.265Z | Downloaded rcgen v0.12.1 |
| 892 | 2025-09-20T23:28:15.265Z | Downloaded rayon-core v1.12.1 |
| 893 | 2025-09-20T23:28:15.265Z | Downloaded mime_guess v2.0.5 |
| 894 | 2025-09-20T23:28:15.265Z | Downloaded memmap2 v0.9.5 |
| 895 | 2025-09-20T23:28:15.265Z | Downloaded derive_builder v0.20.2 |
| 896 | 2025-09-20T23:28:15.265Z | Downloaded deranged v0.5.3 |
| 897 | 2025-09-20T23:28:15.265Z | Downloaded tokio-util v0.7.15 |
| 898 | 2025-09-20T23:28:15.290Z | Downloaded parse-display-derive v0.10.0 |
| 899 | 2025-09-20T23:28:15.290Z | Downloaded parking_lot v0.12.3 |
| 900 | 2025-09-20T23:28:15.290Z | Downloaded itertools v0.10.5 |
| 901 | 2025-09-20T23:28:15.290Z | Downloaded iddqd v0.3.13 |
| 902 | 2025-09-20T23:28:15.315Z | Downloaded hickory-server v0.25.2 |
| 903 | 2025-09-20T23:28:15.315Z | Downloaded difflib v0.4.0 |
| 904 | 2025-09-20T23:28:15.315Z | Downloaded uzers v0.12.1 |
| 905 | 2025-09-20T23:28:15.315Z | Downloaded utf-8 v0.7.6 |
| 906 | 2025-09-20T23:28:15.315Z | Downloaded untrusted v0.9.0 |
| 907 | 2025-09-20T23:28:15.315Z | Downloaded untrusted v0.7.1 |
| 908 | 2025-09-20T23:28:15.315Z | Downloaded sqlformat v0.3.5 |
| 909 | 2025-09-20T23:28:15.315Z | Downloaded slog-term v2.9.2 |
| 910 | 2025-09-20T23:28:15.340Z | Downloaded polyval v0.6.2 |
| 911 | 2025-09-20T23:28:15.340Z | Downloaded pkg-config v0.3.31 |
| 912 | 2025-09-20T23:28:15.340Z | Downloaded pkcs5 v0.7.1 |
| 913 | 2025-09-20T23:28:15.341Z | Downloaded pin-project v1.1.6 |
| 914 | 2025-09-20T23:28:15.341Z | Downloaded der v0.7.9 |
| 915 | 2025-09-20T23:28:15.365Z | Downloaded twox-hash v2.1.0 |
| 916 | 2025-09-20T23:28:15.365Z | Downloaded toml_edit v0.19.15 |
| 917 | 2025-09-20T23:28:15.390Z | Downloaded p521 v0.13.3 |
| 918 | 2025-09-20T23:28:15.390Z | Downloaded unicode_categories v0.1.1 |
| 919 | 2025-09-20T23:28:15.391Z | Downloaded vergen-lib v0.1.6 |
| 920 | 2025-09-20T23:28:15.391Z | Downloaded sqlparser_derive v0.2.2 |
| 921 | 2025-09-20T23:28:15.391Z | Downloaded smf v0.2.3 |
| 922 | 2025-09-20T23:28:15.391Z | Downloaded smallvec v0.6.14 |
| 923 | 2025-09-20T23:28:15.391Z | Downloaded slog-stdlog v4.1.1 |
| 924 | 2025-09-20T23:28:15.391Z | Downloaded slog-scope v4.4.0 |
| 925 | 2025-09-20T23:28:15.391Z | Downloaded pin-project-lite v0.2.14 |
| 926 | 2025-09-20T23:28:15.391Z | Downloaded mime v0.3.17 |
| 927 | 2025-09-20T23:28:15.391Z | Downloaded memoffset v0.9.1 |
| 928 | 2025-09-20T23:28:15.416Z | Downloaded futures-io v0.3.31 |
| 929 | 2025-09-20T23:28:15.416Z | Downloaded futures-executor v0.3.31 |
| 930 | 2025-09-20T23:28:15.416Z | Downloaded tracing v0.1.40 |
| 931 | 2025-09-20T23:28:15.416Z | Downloaded samael v0.0.19 |
| 932 | 2025-09-20T23:28:15.416Z | Downloaded pem-rfc7468 v0.7.0 |
| 933 | 2025-09-20T23:28:15.416Z | Downloaded password-hash v0.4.2 |
| 934 | 2025-09-20T23:28:15.416Z | Downloaded zstd v0.13.3 |
| 935 | 2025-09-20T23:28:15.416Z | Downloaded zip v0.6.6 |
| 936 | 2025-09-20T23:28:15.441Z | Downloaded hashbrown v0.16.0 |
| 937 | 2025-09-20T23:28:15.441Z | Downloaded rand_core v0.6.4 |
| 938 | 2025-09-20T23:28:15.441Z | Downloaded rand_chacha v0.9.0 |
| 939 | 2025-09-20T23:28:15.441Z | Downloaded rand_chacha v0.3.1 |
| 940 | 2025-09-20T23:28:15.441Z | Downloaded r2d2 v0.8.10 |
| 941 | 2025-09-20T23:28:15.441Z | Downloaded quinn-udp v0.5.5 |
| 942 | 2025-09-20T23:28:15.441Z | Downloaded poly1305 v0.8.0 |
| 943 | 2025-09-20T23:28:15.441Z | Downloaded pkcs8 v0.10.2 |
| 944 | 2025-09-20T23:28:15.441Z | Downloaded pkcs1 v0.7.5 |
| 945 | 2025-09-20T23:28:15.466Z | Downloaded pin-project-internal v1.1.6 |
| 946 | 2025-09-20T23:28:15.467Z | Downloaded half v1.8.3 |
| 947 | 2025-09-20T23:28:15.467Z | Downloaded derive-ex v0.1.8 |
| 948 | 2025-09-20T23:28:15.467Z | Downloaded der_derive v0.7.3 |
| 949 | 2025-09-20T23:28:15.467Z | Downloaded tracing-core v0.1.32 |
| 950 | 2025-09-20T23:28:15.467Z | Downloaded siphasher v1.0.1 |
| 951 | 2025-09-20T23:28:15.467Z | Downloaded shlex v1.3.0 |
| 952 | 2025-09-20T23:28:15.467Z | Downloaded schemars v0.8.22 |
| 953 | 2025-09-20T23:28:15.492Z | Downloaded parking_lot_core v0.9.10 |
| 954 | 2025-09-20T23:28:15.492Z | Downloaded parking_lot_core v0.8.6 |
| 955 | 2025-09-20T23:28:15.492Z | Downloaded papergrid v0.17.0 |
| 956 | 2025-09-20T23:28:15.492Z | Downloaded openssl-sys v0.9.109 |
| 957 | 2025-09-20T23:28:15.492Z | Downloaded zopfli v0.8.1 |
| 958 | 2025-09-20T23:28:15.492Z | Downloaded unicode-normalization v0.1.24 |
| 959 | 2025-09-20T23:28:15.517Z | Downloaded http v1.3.1 |
| 960 | 2025-09-20T23:28:15.517Z | Downloaded num-iter v0.1.45 |
| 961 | 2025-09-20T23:28:15.517Z | Downloaded num-derive v0.4.2 |
| 962 | 2025-09-20T23:28:15.517Z | Downloaded num-derive v0.3.3 |
| 963 | 2025-09-20T23:28:15.517Z | Downloaded globwalk v0.9.1 |
| 964 | 2025-09-20T23:28:15.517Z | Downloaded defmt-macros v0.3.9 |
| 965 | 2025-09-20T23:28:15.517Z | Downloaded defmt v0.3.8 |
| 966 | 2025-09-20T23:28:15.542Z | Downloaded tui-tree-widget v0.23.1 |
| 967 | 2025-09-20T23:28:15.542Z | Downloaded tracing-attributes v0.1.27 |
| 968 | 2025-09-20T23:28:15.542Z | Downloaded toml v0.9.5 |
| 969 | 2025-09-20T23:28:15.542Z | Downloaded toml v0.7.8 |
| 970 | 2025-09-20T23:28:15.542Z | Downloaded sha1 v0.10.6 |
| 971 | 2025-09-20T23:28:15.542Z | Downloaded serde_with_macros v3.14.0 |
| 972 | 2025-09-20T23:28:15.542Z | Downloaded pem v3.0.5 |
| 973 | 2025-09-20T23:28:15.543Z | Downloaded peg-macros v0.8.5 |
| 974 | 2025-09-20T23:28:15.543Z | Downloaded peg v0.8.5 |
| 975 | 2025-09-20T23:28:15.568Z | Downloaded password-hash v0.5.0 |
| 976 | 2025-09-20T23:28:15.568Z | Downloaded p256 v0.13.2 |
| 977 | 2025-09-20T23:28:15.568Z | Downloaded expectorate v1.2.0 |
| 978 | 2025-09-20T23:28:15.568Z | Downloaded rsa v0.9.6 |
| 979 | 2025-09-20T23:28:15.568Z | Downloaded hashbrown v0.13.2 |
| 980 | 2025-09-20T23:28:15.568Z | Downloaded hashbrown v0.12.3 |
| 981 | 2025-09-20T23:28:15.593Z | Downloaded bitvec v1.0.1 |
| 982 | 2025-09-20T23:28:15.593Z | Downloaded aws-lc-rs v1.12.4 |
| 983 | 2025-09-20T23:28:15.618Z | Downloaded num-conv v0.1.0 |
| 984 | 2025-09-20T23:28:15.618Z | Downloaded md5 v0.7.0 |
| 985 | 2025-09-20T23:28:15.618Z | Downloaded group v0.13.0 |
| 986 | 2025-09-20T23:28:15.618Z | Downloaded ghash v0.5.1 |
| 987 | 2025-09-20T23:28:15.618Z | Downloaded derive_builder_macro v0.20.2 |
| 988 | 2025-09-20T23:28:15.618Z | Downloaded cstr-argument v0.1.2 |
| 989 | 2025-09-20T23:28:15.618Z | Downloaded toml_datetime v0.7.0 |
| 990 | 2025-09-20T23:28:15.618Z | Downloaded secrecy v0.8.0 |
| 991 | 2025-09-20T23:28:15.618Z | Downloaded pbkdf2 v0.12.2 |
| 992 | 2025-09-20T23:28:15.618Z | Downloaded pbkdf2 v0.11.0 |
| 993 | 2025-09-20T23:28:15.618Z | Downloaded paste v1.0.15 |
| 994 | 2025-09-20T23:28:15.618Z | Downloaded parse-display v0.10.0 |
| 995 | 2025-09-20T23:28:15.618Z | Downloaded oso v0.27.3 |
| 996 | 2025-09-20T23:28:15.643Z | Downloaded bindgen v0.69.5 |
| 997 | 2025-09-20T23:28:15.643Z | Downloaded serde_spanned v1.0.0 |
| 998 | 2025-09-20T23:28:15.643Z | Downloaded serde_repr v0.1.19 |
| 999 | 2025-09-20T23:28:15.643Z | Downloaded serde-big-array v0.5.1 |
| 1000 | 2025-09-20T23:28:15.643Z | Downloaded semver v0.1.20 |
| 1001 | 2025-09-20T23:28:15.643Z | Downloaded sec1 v0.7.3 |
| 1002 | 2025-09-20T23:28:15.643Z | Downloaded sct v0.7.1 |
| 1003 | 2025-09-20T23:28:15.643Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1004 | 2025-09-20T23:28:15.643Z | Downloaded rusty-fork v0.3.0 |
| 1005 | 2025-09-20T23:28:15.669Z | Downloaded papergrid v0.14.0 |
| 1006 | 2025-09-20T23:28:15.669Z | Downloaded ed25519-dalek v2.1.1 |
| 1007 | 2025-09-20T23:28:15.669Z | Downloaded tower-http v0.6.6 |
| 1008 | 2025-09-20T23:28:15.669Z | Downloaded hyper-util v0.1.16 |
| 1009 | 2025-09-20T23:28:15.669Z | Downloaded hickory-resolver v0.25.2 |
| 1010 | 2025-09-20T23:28:15.694Z | Downloaded hickory-resolver v0.24.4 |
| 1011 | 2025-09-20T23:28:15.694Z | Downloaded debug-ignore v1.0.5 |
| 1012 | 2025-09-20T23:28:15.694Z | Downloaded crunchy v0.2.2 |
| 1013 | 2025-09-20T23:28:15.694Z | Downloaded try-lock v0.2.5 |
| 1014 | 2025-09-20T23:28:15.694Z | Downloaded toml_parser v1.0.2 |
| 1015 | 2025-09-20T23:28:15.694Z | Downloaded shell-words v1.1.0 |
| 1016 | 2025-09-20T23:28:15.694Z | Downloaded rustversion v1.0.22 |
| 1017 | 2025-09-20T23:28:15.694Z | Downloaded parking_lot v0.11.2 |
| 1018 | 2025-09-20T23:28:15.694Z | Downloaded packed_struct v0.10.1 |
| 1019 | 2025-09-20T23:28:15.720Z | Downloaded owo-colors v4.2.2 |
| 1020 | 2025-09-20T23:28:15.720Z | Downloaded fs-err v2.11.0 |
| 1021 | 2025-09-20T23:28:15.720Z | Downloaded foreign-types v0.5.0 |
| 1022 | 2025-09-20T23:28:15.720Z | Downloaded foldhash v0.2.0 |
| 1023 | 2025-09-20T23:28:15.720Z | Downloaded foldhash v0.1.5 |
| 1024 | 2025-09-20T23:28:15.720Z | Downloaded float-cmp v0.10.0 |
| 1025 | 2025-09-20T23:28:15.720Z | Downloaded zstd-safe v7.2.3 |
| 1026 | 2025-09-20T23:28:15.720Z | Downloaded unicode-properties v0.1.3 |
| 1027 | 2025-09-20T23:28:15.720Z | Downloaded tough v0.20.0 |
| 1028 | 2025-09-20T23:28:15.745Z | Downloaded chrono v0.4.41 |
| 1029 | 2025-09-20T23:28:15.745Z | Downloaded serde-hex v0.1.0 |
| 1030 | 2025-09-20T23:28:15.745Z | Downloaded secrecy v0.10.3 |
| 1031 | 2025-09-20T23:28:15.745Z | Downloaded salsa20 v0.10.2 |
| 1032 | 2025-09-20T23:28:15.745Z | Downloaded packed_struct_codegen v0.10.1 |
| 1033 | 2025-09-20T23:28:15.745Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1034 | 2025-09-20T23:28:15.746Z | Downloaded fixedbitset v0.5.7 |
| 1035 | 2025-09-20T23:28:15.771Z | Downloaded fallible-iterator v0.2.0 |
| 1036 | 2025-09-20T23:28:15.771Z | Downloaded elliptic-curve v0.13.8 |
| 1037 | 2025-09-20T23:28:15.771Z | Downloaded zeroize_derive v1.4.2 |
| 1038 | 2025-09-20T23:28:15.771Z | Downloaded zerocopy-derive v0.8.26 |
| 1039 | 2025-09-20T23:28:15.771Z | Downloaded tower v0.5.2 |
| 1040 | 2025-09-20T23:28:15.796Z | Downloaded jiff-static v0.2.15 |
| 1041 | 2025-09-20T23:28:15.796Z | Downloaded same-file v1.0.6 |
| 1042 | 2025-09-20T23:28:15.796Z | Downloaded peg-runtime v0.8.5 |
| 1043 | 2025-09-20T23:28:15.796Z | Downloaded path-slash v0.1.5 |
| 1044 | 2025-09-20T23:28:15.796Z | Downloaded parse-size v1.1.0 |
| 1045 | 2025-09-20T23:28:15.796Z | Downloaded fixedbitset v0.4.2 |
| 1046 | 2025-09-20T23:28:15.796Z | Downloaded ff v0.13.0 |
| 1047 | 2025-09-20T23:28:15.796Z | Downloaded fd-lock v4.0.2 |
| 1048 | 2025-09-20T23:28:15.796Z | Downloaded fatfs v0.3.6 |
| 1049 | 2025-09-20T23:28:15.796Z | Downloaded env_filter v0.1.2 |
| 1050 | 2025-09-20T23:28:15.796Z | Downloaded enum-as-inner v0.6.1 |
| 1051 | 2025-09-20T23:28:15.796Z | Downloaded yansi v1.0.1 |
| 1052 | 2025-09-20T23:28:15.821Z | Downloaded blake3 v1.5.4 |
| 1053 | 2025-09-20T23:28:15.821Z | Downloaded opaque-debug v0.3.1 |
| 1054 | 2025-09-20T23:28:15.821Z | Downloaded env_logger v0.11.5 |
| 1055 | 2025-09-20T23:28:15.821Z | Downloaded embedded-io v0.4.0 |
| 1056 | 2025-09-20T23:28:15.821Z | Downloaded either v1.15.0 |
| 1057 | 2025-09-20T23:28:15.821Z | Downloaded similar v2.7.0 |
| 1058 | 2025-09-20T23:28:15.821Z | Downloaded openssl-probe v0.1.5 |
| 1059 | 2025-09-20T23:28:15.821Z | Downloaded openssl-macros v0.1.1 |
| 1060 | 2025-09-20T23:28:15.821Z | Downloaded foreign-types-shared v0.3.1 |
| 1061 | 2025-09-20T23:28:15.846Z | Downloaded flagset v0.4.6 |
| 1062 | 2025-09-20T23:28:15.846Z | Downloaded filetime v0.2.25 |
| 1063 | 2025-09-20T23:28:15.846Z | Downloaded embedded-io v0.6.1 |
| 1064 | 2025-09-20T23:28:15.846Z | Downloaded zone v0.3.1 |
| 1065 | 2025-09-20T23:28:15.846Z | Downloaded zone v0.1.8 |
| 1066 | 2025-09-20T23:28:15.846Z | Downloaded zeroize v1.8.1 |
| 1067 | 2025-09-20T23:28:15.846Z | Downloaded zerocopy v0.6.6 |
| 1068 | 2025-09-20T23:28:15.846Z | Downloaded unicode-bidi v0.3.17 |
| 1069 | 2025-09-20T23:28:15.847Z | Downloaded heapless v0.8.0 |
| 1070 | 2025-09-20T23:28:15.847Z | Downloaded aho-corasick v1.1.3 |
| 1071 | 2025-09-20T23:28:15.847Z | Downloaded foreign-types-macros v0.2.3 |
| 1072 | 2025-09-20T23:28:15.872Z | Downloaded foreign-types v0.3.2 |
| 1073 | 2025-09-20T23:28:15.872Z | Downloaded float-ord v0.3.2 |
| 1074 | 2025-09-20T23:28:15.872Z | Downloaded ena v0.14.3 |
| 1075 | 2025-09-20T23:28:15.872Z | Downloaded zone_cfg_derive v0.1.2 |
| 1076 | 2025-09-20T23:28:15.872Z | Downloaded yasna v0.5.2 |
| 1077 | 2025-09-20T23:28:15.872Z | Downloaded xshell v0.2.7 |
| 1078 | 2025-09-20T23:28:15.872Z | Downloaded xattr v1.3.1 |
| 1079 | 2025-09-20T23:28:15.872Z | Downloaded socket2 v0.5.10 |
| 1080 | 2025-09-20T23:28:15.872Z | Downloaded qorb v0.4.1 |
| 1081 | 2025-09-20T23:28:15.872Z | Downloaded heapless v0.7.17 |
| 1082 | 2025-09-20T23:28:15.872Z | Downloaded tinyvec v1.8.0 |
| 1083 | 2025-09-20T23:28:15.897Z | Downloaded spin v0.9.8 |
| 1084 | 2025-09-20T23:28:15.897Z | Downloaded indicatif v0.18.0 |
| 1085 | 2025-09-20T23:28:15.897Z | Downloaded indicatif v0.17.11 |
| 1086 | 2025-09-20T23:28:15.897Z | Downloaded crossbeam-channel v0.5.15 |
| 1087 | 2025-09-20T23:28:15.897Z | Downloaded tokio-dtrace v0.1.0 |
| 1088 | 2025-09-20T23:28:15.897Z | Downloaded tls_codec_derive v0.4.1 |
| 1089 | 2025-09-20T23:28:15.897Z | Downloaded strum_macros v0.27.1 |
| 1090 | 2025-09-20T23:28:15.922Z | Downloaded socket2 v0.6.0 |
| 1091 | 2025-09-20T23:28:15.922Z | Downloaded progenitor-impl v0.9.1 |
| 1092 | 2025-09-20T23:28:15.922Z | Downloaded prefix-trie v0.7.0 |
| 1093 | 2025-09-20T23:28:15.922Z | Downloaded ignore v0.4.23 |
| 1094 | 2025-09-20T23:28:15.922Z | Downloaded hyper-staticfile v0.10.1 |
| 1095 | 2025-09-20T23:28:15.923Z | Downloaded chacha20poly1305 v0.10.1 |
| 1096 | 2025-09-20T23:28:15.923Z | Downloaded bumpalo v3.16.0 |
| 1097 | 2025-09-20T23:28:15.923Z | Downloaded base64 v0.21.7 |
| 1098 | 2025-09-20T23:28:15.948Z | Downloaded aws-lc-sys v0.26.0 |
| 1099 | 2025-09-20T23:28:16.154Z | Downloaded backtrace v0.3.74 |
| 1100 | 2025-09-20T23:28:16.179Z | Downloaded aes-gcm v0.10.3 |
| 1101 | 2025-09-20T23:28:16.179Z | Downloaded zone_cfg_derive v0.3.0 |
| 1102 | 2025-09-20T23:28:16.179Z | Downloaded xshell-macros v0.2.7 |
| 1103 | 2025-09-20T23:28:16.179Z | Downloaded unicase v2.7.0 |
| 1104 | 2025-09-20T23:28:16.179Z | Downloaded unarray v0.1.4 |
| 1105 | 2025-09-20T23:28:16.179Z | Downloaded typify-macro v0.4.3 |
| 1106 | 2025-09-20T23:28:16.179Z | Downloaded typify-macro v0.3.0 |
| 1107 | 2025-09-20T23:28:16.179Z | Downloaded typify-macro v0.2.0 |
| 1108 | 2025-09-20T23:28:16.179Z | Downloaded topological-sort v0.2.2 |
| 1109 | 2025-09-20T23:28:16.179Z | Downloaded toml_writer v1.0.2 |
| 1110 | 2025-09-20T23:28:16.179Z | Downloaded tls_codec v0.4.1 |
| 1111 | 2025-09-20T23:28:16.179Z | Downloaded tiny-keccak v2.0.2 |
| 1112 | 2025-09-20T23:28:16.179Z | Downloaded supports-color v3.0.2 |
| 1113 | 2025-09-20T23:28:16.205Z | Downloaded support-bundle-viewer v0.1.2 |
| 1114 | 2025-09-20T23:28:16.205Z | Downloaded subtle v2.6.1 |
| 1115 | 2025-09-20T23:28:16.205Z | Downloaded subprocess v0.2.9 |
| 1116 | 2025-09-20T23:28:16.205Z | Downloaded strum_macros v0.26.4 |
| 1117 | 2025-09-20T23:28:16.205Z | Downloaded strum v0.27.2 |
| 1118 | 2025-09-20T23:28:16.205Z | Downloaded structmeta v0.3.0 |
| 1119 | 2025-09-20T23:28:16.205Z | Downloaded snafu-derive v0.8.5 |
| 1120 | 2025-09-20T23:28:16.205Z | Downloaded signal-hook-registry v1.4.2 |
| 1121 | 2025-09-20T23:28:16.205Z | Downloaded serde_cbor v0.11.2 |
| 1122 | 2025-09-20T23:28:16.205Z | Downloaded ron v0.8.1 |
| 1123 | 2025-09-20T23:28:16.205Z | Downloaded ron v0.7.1 |
| 1124 | 2025-09-20T23:28:16.230Z | Downloaded progenitor-impl v0.8.0 |
| 1125 | 2025-09-20T23:28:16.230Z | Downloaded indexmap v1.9.3 |
| 1126 | 2025-09-20T23:28:16.230Z | Downloaded headers v0.4.1 |
| 1127 | 2025-09-20T23:28:16.230Z | Downloaded base64 v0.13.1 |
| 1128 | 2025-09-20T23:28:16.230Z | Downloaded aes v0.8.4 |
| 1129 | 2025-09-20T23:28:16.230Z | Downloaded tower-service v0.3.3 |
| 1130 | 2025-09-20T23:28:16.230Z | Downloaded tower-layer v0.3.3 |
| 1131 | 2025-09-20T23:28:16.230Z | Downloaded tinyvec_macros v0.1.1 |
| 1132 | 2025-09-20T23:28:16.230Z | Downloaded strum_macros v0.24.3 |
| 1133 | 2025-09-20T23:28:16.255Z | Downloaded strum v0.26.3 |
| 1134 | 2025-09-20T23:28:16.255Z | Downloaded structmeta-derive v0.3.0 |
| 1135 | 2025-09-20T23:28:16.256Z | Downloaded spki v0.7.3 |
| 1136 | 2025-09-20T23:28:16.256Z | Downloaded siphasher v0.3.11 |
| 1137 | 2025-09-20T23:28:16.256Z | Downloaded sigpipe v0.1.3 |
| 1138 | 2025-09-20T23:28:16.256Z | Downloaded signature v2.2.0 |
| 1139 | 2025-09-20T23:28:16.256Z | Downloaded signal-hook-mio v0.2.4 |
| 1140 | 2025-09-20T23:28:16.256Z | Downloaded serde_plain v1.0.2 |
| 1141 | 2025-09-20T23:28:16.256Z | Downloaded serde_derive_internals v0.29.1 |
| 1142 | 2025-09-20T23:28:16.256Z | Downloaded schemars_derive v0.8.22 |
| 1143 | 2025-09-20T23:28:16.256Z | Downloaded rtoolbox v0.0.2 |
| 1144 | 2025-09-20T23:28:16.256Z | Downloaded rand_core v0.9.3 |
| 1145 | 2025-09-20T23:28:16.256Z | Downloaded predicates v3.1.3 |
| 1146 | 2025-09-20T23:28:16.256Z | Downloaded maybe-uninit v2.0.0 |
| 1147 | 2025-09-20T23:28:16.256Z | Downloaded managed v0.8.0 |
| 1148 | 2025-09-20T23:28:16.256Z | Downloaded lock_api v0.4.12 |
| 1149 | 2025-09-20T23:28:16.281Z | Downloaded litrs v0.4.1 |
| 1150 | 2025-09-20T23:28:16.281Z | Downloaded libloading v0.8.5 |
| 1151 | 2025-09-20T23:28:16.281Z | Downloaded lalrpop-util v0.19.12 |
| 1152 | 2025-09-20T23:28:16.281Z | Downloaded jobserver v0.1.32 |
| 1153 | 2025-09-20T23:28:16.281Z | Downloaded ipnet v2.11.0 |
| 1154 | 2025-09-20T23:28:16.281Z | Downloaded ingot-macros v0.1.1 |
| 1155 | 2025-09-20T23:28:16.281Z | Downloaded hmac v0.12.1 |
| 1156 | 2025-09-20T23:28:16.281Z | Downloaded hickory-client v0.25.2 |
| 1157 | 2025-09-20T23:28:16.281Z | Downloaded half v2.4.1 |
| 1158 | 2025-09-20T23:28:16.281Z | Downloaded globset v0.4.15 |
| 1159 | 2025-09-20T23:28:16.281Z | Downloaded crc32fast v1.4.2 |
| 1160 | 2025-09-20T23:28:16.281Z | Downloaded crc-any v2.5.0 |
| 1161 | 2025-09-20T23:28:16.281Z | Downloaded cookie v0.18.1 |
| 1162 | 2025-09-20T23:28:16.308Z | Downloaded const-oid v0.9.6 |
| 1163 | 2025-09-20T23:28:16.308Z | Downloaded compact_str v0.8.0 |
| 1164 | 2025-09-20T23:28:16.308Z | Downloaded cc v1.2.30 |
| 1165 | 2025-09-20T23:28:16.308Z | Downloaded bzip2 v0.4.4 |
| 1166 | 2025-09-20T23:28:16.308Z | Downloaded signal-hook-tokio v0.3.1 |
| 1167 | 2025-09-20T23:28:16.308Z | Downloaded serde_path_to_error v0.1.17 |
| 1168 | 2025-09-20T23:28:16.308Z | Downloaded serde_bytes v0.11.17 |
| 1169 | 2025-09-20T23:28:16.308Z | Downloaded scrypt v0.11.0 |
| 1170 | 2025-09-20T23:28:16.308Z | Downloaded rfc6979 v0.4.0 |
| 1171 | 2025-09-20T23:28:16.308Z | Downloaded resolv-conf v0.7.0 |
| 1172 | 2025-09-20T23:28:16.308Z | Downloaded rand_seeder v0.4.0 |
| 1173 | 2025-09-20T23:28:16.333Z | Downloaded quick-error v1.2.3 |
| 1174 | 2025-09-20T23:28:16.333Z | Downloaded progenitor-client v0.10.0 |
| 1175 | 2025-09-20T23:28:16.333Z | Downloaded ppv-lite86 v0.2.20 |
| 1176 | 2025-09-20T23:28:16.333Z | Downloaded maplit v1.0.2 |
| 1177 | 2025-09-20T23:28:16.333Z | Downloaded lzss v0.8.2 |
| 1178 | 2025-09-20T23:28:16.333Z | Downloaded lru-cache v0.1.2 |
| 1179 | 2025-09-20T23:28:16.333Z | Downloaded libsw-core v0.3.1 |
| 1180 | 2025-09-20T23:28:16.333Z | Downloaded keccak v0.1.5 |
| 1181 | 2025-09-20T23:28:16.334Z | Downloaded is-terminal v0.4.13 |
| 1182 | 2025-09-20T23:28:16.334Z | Downloaded internet-checksum v0.2.1 |
| 1183 | 2025-09-20T23:28:16.334Z | Downloaded iana-time-zone v0.1.63 |
| 1184 | 2025-09-20T23:28:16.334Z | Downloaded hyper-tls v0.6.0 |
| 1185 | 2025-09-20T23:28:16.334Z | Downloaded hyper-rustls v0.27.7 |
| 1186 | 2025-09-20T23:28:16.334Z | Downloaded httparse v1.9.5 |
| 1187 | 2025-09-20T23:28:16.334Z | Downloaded crossbeam-deque v0.8.5 |
| 1188 | 2025-09-20T23:28:16.334Z | Downloaded constant_time_eq v0.3.1 |
| 1189 | 2025-09-20T23:28:16.359Z | Downloaded const_format_proc_macros v0.2.34 |
| 1190 | 2025-09-20T23:28:16.359Z | Downloaded console v0.15.10 |
| 1191 | 2025-09-20T23:28:16.359Z | Downloaded cmake v0.1.51 |
| 1192 | 2025-09-20T23:28:16.359Z | Downloaded ciborium v0.2.2 |
| 1193 | 2025-09-20T23:28:16.359Z | Downloaded cargo_metadata v0.18.1 |
| 1194 | 2025-09-20T23:28:16.359Z | Downloaded cancel-safe-futures v0.1.5 |
| 1195 | 2025-09-20T23:28:16.359Z | Downloaded bzip2 v0.5.2 |
| 1196 | 2025-09-20T23:28:16.359Z | Downloaded blake2 v0.10.6 |
| 1197 | 2025-09-20T23:28:16.359Z | Downloaded russh-cryptovec v0.7.3 |
| 1198 | 2025-09-20T23:28:16.359Z | Downloaded md-5 v0.10.6 |
| 1199 | 2025-09-20T23:28:16.359Z | Downloaded lru v0.12.5 |
| 1200 | 2025-09-20T23:28:16.359Z | Downloaded linear-map v1.2.0 |
| 1201 | 2025-09-20T23:28:16.359Z | Downloaded libsw v3.5.0 |
| 1202 | 2025-09-20T23:28:16.385Z | Downloaded libscf-sys v1.1.0 |
| 1203 | 2025-09-20T23:28:16.385Z | Downloaded libefi-sys v0.1.0 |
| 1204 | 2025-09-20T23:28:16.385Z | Downloaded lazycell v1.3.0 |
| 1205 | 2025-09-20T23:28:16.385Z | Downloaded lazy_static v1.5.0 |
| 1206 | 2025-09-20T23:28:16.385Z | Downloaded kstat-rs v0.2.4 |
| 1207 | 2025-09-20T23:28:16.385Z | Downloaded instability v0.3.2 |
| 1208 | 2025-09-20T23:28:16.385Z | Downloaded inout v0.1.3 |
| 1209 | 2025-09-20T23:28:16.385Z | Downloaded indoc v1.0.9 |
| 1210 | 2025-09-20T23:28:16.385Z | Downloaded highway v1.3.0 |
| 1211 | 2025-09-20T23:28:16.385Z | Downloaded glob v0.3.2 |
| 1212 | 2025-09-20T23:28:16.385Z | Downloaded crc v3.2.1 |
| 1213 | 2025-09-20T23:28:16.385Z | Downloaded convert_case v0.7.1 |
| 1214 | 2025-09-20T23:28:16.385Z | Downloaded const_format v0.2.34 |
| 1215 | 2025-09-20T23:28:16.413Z | Downloaded cbc v0.1.2 |
| 1216 | 2025-09-20T23:28:16.413Z | Downloaded cassowary v0.3.0 |
| 1217 | 2025-09-20T23:28:16.413Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1218 | 2025-09-20T23:28:16.413Z | Downloaded bytes v1.10.1 |
| 1219 | 2025-09-20T23:28:16.413Z | Downloaded base64 v0.22.1 |
| 1220 | 2025-09-20T23:28:16.413Z | Downloaded allocator-api2 v0.2.21 |
| 1221 | 2025-09-20T23:28:16.413Z | Downloaded libz-rs-sys v0.5.1 |
| 1222 | 2025-09-20T23:28:16.413Z | Downloaded ipnetwork v0.21.1 |
| 1223 | 2025-09-20T23:28:16.413Z | Downloaded ingot-types v0.1.2 |
| 1224 | 2025-09-20T23:28:16.413Z | Downloaded ingot v0.1.1 |
| 1225 | 2025-09-20T23:28:16.413Z | Downloaded indoc v2.0.6 |
| 1226 | 2025-09-20T23:28:16.438Z | Downloaded http-body-util v0.1.3 |
| 1227 | 2025-09-20T23:28:16.438Z | Downloaded cobs v0.2.3 |
| 1228 | 2025-09-20T23:28:16.438Z | Downloaded cipher v0.4.4 |
| 1229 | 2025-09-20T23:28:16.438Z | Downloaded ciborium-ll v0.2.2 |
| 1230 | 2025-09-20T23:28:16.438Z | Downloaded chacha20 v0.9.1 |
| 1231 | 2025-09-20T23:28:16.438Z | Downloaded buf-list v1.0.3 |
| 1232 | 2025-09-20T23:28:16.438Z | Downloaded async-bb8-diesel v0.2.1 |
| 1233 | 2025-09-20T23:28:16.438Z | Downloaded progenitor-client v0.11.0 |
| 1234 | 2025-09-20T23:28:16.439Z | Downloaded predicates-core v1.0.8 |
| 1235 | 2025-09-20T23:28:16.439Z | Downloaded hostname v0.3.1 |
| 1236 | 2025-09-20T23:28:16.439Z | Downloaded cexpr v0.6.0 |
| 1237 | 2025-09-20T23:28:16.439Z | Downloaded bitfield v0.19.2 |
| 1238 | 2025-09-20T23:28:16.439Z | Downloaded bcs v0.1.6 |
| 1239 | 2025-09-20T23:28:16.439Z | Downloaded humantime v2.2.0 |
| 1240 | 2025-09-20T23:28:16.439Z | Downloaded httpdate v1.0.3 |
| 1241 | 2025-09-20T23:28:16.439Z | Downloaded home v0.5.9 |
| 1242 | 2025-09-20T23:28:16.439Z | Downloaded clang-sys v1.8.1 |
| 1243 | 2025-09-20T23:28:16.464Z | Downloaded bit-vec v0.6.3 |
| 1244 | 2025-09-20T23:28:16.464Z | Downloaded async-stream v0.3.6 |
| 1245 | 2025-09-20T23:28:16.464Z | Downloaded lockfree-object-pool v0.1.6 |
| 1246 | 2025-09-20T23:28:16.464Z | Downloaded linked-hash-map v0.5.6 |
| 1247 | 2025-09-20T23:28:16.464Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1248 | 2025-09-20T23:28:16.464Z | Downloaded crc8 v0.1.1 |
| 1249 | 2025-09-20T23:28:16.464Z | Downloaded block-padding v0.3.3 |
| 1250 | 2025-09-20T23:28:16.464Z | Downloaded bitfield-struct v0.6.2 |
| 1251 | 2025-09-20T23:28:16.464Z | Downloaded base64ct v1.6.0 |
| 1252 | 2025-09-20T23:28:16.464Z | Downloaded backoff v0.4.0 |
| 1253 | 2025-09-20T23:28:16.464Z | Downloaded assert_matches v1.5.0 |
| 1254 | 2025-09-20T23:28:16.464Z | Downloaded argon2 v0.5.3 |
| 1255 | 2025-09-20T23:28:16.464Z | Downloaded match_cfg v0.1.0 |
| 1256 | 2025-09-20T23:28:16.464Z | Downloaded is_ci v1.2.0 |
| 1257 | 2025-09-20T23:28:16.489Z | Downloaded crossbeam-epoch v0.9.18 |
| 1258 | 2025-09-20T23:28:16.489Z | Downloaded cfg_aliases v0.1.1 |
| 1259 | 2025-09-20T23:28:16.489Z | Downloaded heck v0.3.3 |
| 1260 | 2025-09-20T23:28:16.489Z | Downloaded colored v2.2.0 |
| 1261 | 2025-09-20T23:28:16.489Z | Downloaded castaway v0.2.3 |
| 1262 | 2025-09-20T23:28:16.489Z | Downloaded blowfish v0.9.1 |
| 1263 | 2025-09-20T23:28:16.489Z | Downloaded bit-set v0.8.0 |
| 1264 | 2025-09-20T23:28:16.489Z | Downloaded atomic-waker v1.1.2 |
| 1265 | 2025-09-20T23:28:16.489Z | Downloaded arc-swap v1.7.1 |
| 1266 | 2025-09-20T23:28:16.489Z | Downloaded cookie_store v0.21.1 |
| 1267 | 2025-09-20T23:28:16.489Z | Downloaded bit-vec v0.8.0 |
| 1268 | 2025-09-20T23:28:16.489Z | Downloaded bit-set v0.5.3 |
| 1269 | 2025-09-20T23:28:16.489Z | Downloaded bb8 v0.8.5 |
| 1270 | 2025-09-20T23:28:16.489Z | Downloaded hostname v0.4.0 |
| 1271 | 2025-09-20T23:28:16.515Z | Downloaded ahash v0.8.12 |
| 1272 | 2025-09-20T23:28:16.515Z | Downloaded hubpack v0.1.2 |
| 1273 | 2025-09-20T23:28:16.515Z | Downloaded http-range v0.1.5 |
| 1274 | 2025-09-20T23:28:16.515Z | Downloaded http-body v1.0.1 |
| 1275 | 2025-09-20T23:28:16.515Z | Downloaded hash32 v0.2.1 |
| 1276 | 2025-09-20T23:28:16.515Z | Downloaded crossbeam-utils v0.8.21 |
| 1277 | 2025-09-20T23:28:16.515Z | Downloaded console v0.16.0 |
| 1278 | 2025-09-20T23:28:16.515Z | Downloaded async-stream-impl v0.3.6 |
| 1279 | 2025-09-20T23:28:16.515Z | Downloaded arrayvec v0.7.6 |
| 1280 | 2025-09-20T23:28:16.515Z | Downloaded array-init v0.0.4 |
| 1281 | 2025-09-20T23:28:16.515Z | Downloaded addr2line v0.24.2 |
| 1282 | 2025-09-20T23:28:16.515Z | Downloaded headers-core v0.3.0 |
| 1283 | 2025-09-20T23:28:16.515Z | Downloaded hash32 v0.3.1 |
| 1284 | 2025-09-20T23:28:16.515Z | Downloaded critical-section v1.1.3 |
| 1285 | 2025-09-20T23:28:16.515Z | Downloaded convert_case v0.4.0 |
| 1286 | 2025-09-20T23:28:16.540Z | Downloaded aead v0.5.2 |
| 1287 | 2025-09-20T23:28:16.540Z | Downloaded atomicwrites v0.4.4 |
| 1288 | 2025-09-20T23:28:16.540Z | Downloaded bitflags v1.3.2 |
| 1289 | 2025-09-20T23:28:16.540Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1290 | 2025-09-20T23:28:16.540Z | Downloaded adler2 v2.0.0 |
| 1291 | 2025-09-20T23:28:16.540Z | Downloaded cfg_aliases v0.2.1 |
| 1292 | 2025-09-20T23:28:16.540Z | Downloaded base16ct v0.2.0 |
| 1293 | 2025-09-20T23:28:16.540Z | Downloaded async-recursion v1.1.1 |
| 1294 | 2025-09-20T23:28:16.540Z | Downloaded ascii-canvas v3.0.0 |
| 1295 | 2025-09-20T23:28:16.540Z | Downloaded arrayref v0.3.9 |
| 1296 | 2025-09-20T23:28:16.755Z | Compiling value-bag v1.9.0 |
| 1297 | 2025-09-20T23:28:16.755Z | Compiling shlex v1.3.0 |
| 1298 | 2025-09-20T23:28:16.755Z | Compiling lock_api v0.4.12 |
| 1299 | 2025-09-20T23:28:16.781Z | Compiling scopeguard v1.2.0 |
| 1300 | 2025-09-20T23:28:16.781Z | Compiling typenum v1.17.0 |
| 1301 | 2025-09-20T23:28:16.781Z | Compiling syn v2.0.106 |
| 1302 | 2025-09-20T23:28:16.781Z | Compiling getrandom v0.2.15 |
| 1303 | 2025-09-20T23:28:16.808Z | Compiling jobserver v0.1.32 |
| 1304 | 2025-09-20T23:28:17.300Z | Compiling generic-array v0.14.7 |
| 1305 | 2025-09-20T23:28:17.441Z | Compiling rand_core v0.6.4 |
| 1306 | 2025-09-20T23:28:17.549Z | Compiling log v0.4.27 |
| 1307 | 2025-09-20T23:28:17.589Z | Compiling cc v1.2.30 |
| 1308 | 2025-09-20T23:28:17.656Z | Compiling smallvec v1.15.1 |
| 1309 | 2025-09-20T23:28:17.990Z | Compiling portable-atomic v1.11.0 |
| 1310 | 2025-09-20T23:28:18.020Z | Compiling subtle v2.6.1 |
| 1311 | 2025-09-20T23:28:18.070Z | Compiling critical-section v1.1.3 |
| 1312 | 2025-09-20T23:28:18.097Z | Compiling const-oid v0.9.6 |
| 1313 | 2025-09-20T23:28:18.254Z | Compiling pkg-config v0.3.31 |
| 1314 | 2025-09-20T23:28:18.300Z | Compiling parking_lot_core v0.9.10 |
| 1315 | 2025-09-20T23:28:18.404Z | Compiling pin-project-lite v0.2.14 |
| 1316 | 2025-09-20T23:28:18.585Z | Compiling rustix v0.38.37 |
| 1317 | 2025-09-20T23:28:19.293Z | Compiling signal-hook-registry v1.4.2 |
| 1318 | 2025-09-20T23:28:19.412Z | Compiling parking_lot v0.12.3 |
| 1319 | 2025-09-20T23:28:19.501Z | Compiling mio v1.0.2 |
| 1320 | 2025-09-20T23:28:19.526Z | Compiling futures-core v0.3.31 |
| 1321 | 2025-09-20T23:28:19.813Z | Compiling spin v0.9.8 |
| 1322 | 2025-09-20T23:28:19.878Z | Compiling libm v0.2.8 |
| 1323 | 2025-09-20T23:28:20.037Z | Compiling socket2 v0.6.0 |
| 1324 | 2025-09-20T23:28:20.234Z | Compiling once_cell v1.21.3 |
| 1325 | 2025-09-20T23:28:20.268Z | Compiling aho-corasick v1.1.3 |
| 1326 | 2025-09-20T23:28:20.339Z | Compiling slab v0.4.9 |
| 1327 | 2025-09-20T23:28:20.364Z | Compiling num-traits v0.2.19 |
| 1328 | 2025-09-20T23:28:20.600Z | Compiling allocator-api2 v0.2.21 |
| 1329 | 2025-09-20T23:28:20.686Z | Compiling getrandom v0.3.1 |
| 1330 | 2025-09-20T23:28:20.749Z | Compiling serde_json v1.0.145 |
| 1331 | 2025-09-20T23:28:20.774Z | Compiling regex-syntax v0.8.5 |
| 1332 | 2025-09-20T23:28:20.961Z | Compiling cpufeatures v0.2.14 |
| 1333 | 2025-09-20T23:28:21.107Z | Compiling foldhash v0.1.5 |
| 1334 | 2025-09-20T23:28:21.337Z | Compiling hashbrown v0.15.4 |
| 1335 | 2025-09-20T23:28:21.422Z | Compiling percent-encoding v2.3.2 |
| 1336 | 2025-09-20T23:28:21.447Z | Compiling glob v0.3.2 |
| 1337 | 2025-09-20T23:28:21.595Z | Compiling futures-sink v0.3.31 |
| 1338 | 2025-09-20T23:28:21.795Z | Compiling futures-channel v0.3.31 |
| 1339 | 2025-09-20T23:28:22.293Z | Compiling clang-sys v1.8.1 |
| 1340 | 2025-09-20T23:28:23.572Z | Compiling either v1.15.0 |
| 1341 | 2025-09-20T23:28:23.597Z | Compiling pin-utils v0.1.0 |
| 1342 | 2025-09-20T23:28:23.597Z | Compiling futures-task v0.3.31 |
| 1343 | 2025-09-20T23:28:23.597Z | Compiling prettyplease v0.2.36 |
| 1344 | 2025-09-20T23:28:23.597Z | Compiling futures-io v0.3.31 |
| 1345 | 2025-09-20T23:28:23.597Z | Compiling lazy_static v1.5.0 |
| 1346 | 2025-09-20T23:28:23.597Z | Compiling minimal-lexical v0.2.1 |
| 1347 | 2025-09-20T23:28:23.597Z | Compiling libloading v0.8.5 |
| 1348 | 2025-09-20T23:28:23.598Z | Compiling bindgen v0.69.5 |
| 1349 | 2025-09-20T23:28:23.649Z | Compiling nom v7.1.3 |
| 1350 | 2025-09-20T23:28:23.692Z | Compiling base64ct v1.6.0 |
| 1351 | 2025-09-20T23:28:23.930Z | Compiling home v0.5.9 |
| 1352 | 2025-09-20T23:28:24.153Z | Compiling synstructure v0.13.1 |
| 1353 | 2025-09-20T23:28:24.300Z | Compiling regex-automata v0.4.8 |
| 1354 | 2025-09-20T23:28:24.358Z | Compiling pem-rfc7468 v0.7.0 |
| 1355 | 2025-09-20T23:28:25.131Z | Compiling itertools v0.12.1 |
| 1356 | 2025-09-20T23:28:25.472Z | Compiling flagset v0.4.6 |
| 1357 | 2025-09-20T23:28:25.696Z | Compiling lazycell v1.3.0 |
| 1358 | 2025-09-20T23:28:25.886Z | Compiling rustc-hash v1.1.0 |
| 1359 | 2025-09-20T23:28:26.050Z | Compiling cmake v0.1.51 |
| 1360 | 2025-09-20T23:28:26.166Z | Compiling dunce v1.0.5 |
| 1361 | 2025-09-20T23:28:26.310Z | Compiling cexpr v0.6.0 |
| 1362 | 2025-09-20T23:28:26.592Z | Compiling fs_extra v1.3.0 |
| 1363 | 2025-09-20T23:28:26.869Z | Compiling form_urlencoded v1.2.2 |
| 1364 | 2025-09-20T23:28:27.087Z | Compiling paste v1.0.15 |
| 1365 | 2025-09-20T23:28:27.161Z | Compiling vcpkg v0.2.15 |
| 1366 | 2025-09-20T23:28:27.190Z | Compiling iana-time-zone v0.1.63 |
| 1367 | 2025-09-20T23:28:27.577Z | Compiling ring v0.17.14 |
| 1368 | 2025-09-20T23:28:27.745Z | Compiling tracing-core v0.1.32 |
| 1369 | 2025-09-20T23:28:27.825Z | Compiling aws-lc-rs v1.12.4 |
| 1370 | 2025-09-20T23:28:28.245Z | Compiling base64 v0.22.1 |
| 1371 | 2025-09-20T23:28:28.582Z | Compiling serde_derive v1.0.223 |
| 1372 | 2025-09-20T23:28:28.623Z | Compiling zeroize_derive v1.4.2 |
| 1373 | 2025-09-20T23:28:28.661Z | Compiling zerofrom-derive v0.1.4 |
| 1374 | 2025-09-20T23:28:28.804Z | Compiling yoke-derive v0.7.4 |
| 1375 | 2025-09-20T23:28:28.948Z | Compiling zerovec-derive v0.10.3 |
| 1376 | 2025-09-20T23:28:28.973Z | Compiling displaydoc v0.2.5 |
| 1377 | 2025-09-20T23:28:29.907Z | Compiling zeroize v1.8.1 |
| 1378 | 2025-09-20T23:28:30.380Z | Compiling zerocopy-derive v0.7.35 |
| 1379 | 2025-09-20T23:28:31.052Z | Compiling tokio-macros v2.5.0 |
| 1380 | 2025-09-20T23:28:31.150Z | Compiling icu_provider_macros v1.5.0 |
| 1381 | 2025-09-20T23:28:31.606Z | Compiling crypto-common v0.1.6 |
| 1382 | 2025-09-20T23:28:31.776Z | Compiling block-buffer v0.10.4 |
| 1383 | 2025-09-20T23:28:31.915Z | Compiling zerofrom v0.1.4 |
| 1384 | 2025-09-20T23:28:32.079Z | Compiling digest v0.10.7 |
| 1385 | 2025-09-20T23:28:32.149Z | Compiling yoke v0.7.4 |
| 1386 | 2025-09-20T23:28:32.177Z | Compiling block-padding v0.3.3 |
| 1387 | 2025-09-20T23:28:32.263Z | Compiling zerocopy v0.7.35 |
| 1388 | 2025-09-20T23:28:32.446Z | Compiling futures-macro v0.3.31 |
| 1389 | 2025-09-20T23:28:32.471Z | Compiling inout v0.1.3 |
| 1390 | 2025-09-20T23:28:32.538Z | Compiling zerovec v0.10.4 |
| 1391 | 2025-09-20T23:28:32.589Z | Compiling hmac v0.12.1 |
| 1392 | 2025-09-20T23:28:32.767Z | Compiling cipher v0.4.4 |
| 1393 | 2025-09-20T23:28:32.871Z | Compiling sha2 v0.10.9 |
| 1394 | 2025-09-20T23:28:33.332Z | Compiling regex v1.11.1 |
| 1395 | 2025-09-20T23:28:33.574Z | Compiling der_derive v0.7.3 |
| 1396 | 2025-09-20T23:28:34.137Z | Compiling thiserror-impl v1.0.69 |
| 1397 | 2025-09-20T23:28:34.162Z | Compiling futures-util v0.3.31 |
| 1398 | 2025-09-20T23:28:34.289Z | Compiling ppv-lite86 v0.2.20 |
| 1399 | 2025-09-20T23:28:34.483Z | Compiling tinystr v0.7.6 |
| 1400 | 2025-09-20T23:28:34.688Z | Compiling icu_collections v1.5.0 |
| 1401 | 2025-09-20T23:28:34.864Z | Compiling icu_locid v1.5.0 |
| 1402 | 2025-09-20T23:28:35.029Z | Compiling salsa20 v0.10.2 |
| 1403 | 2025-09-20T23:28:35.144Z | Compiling serde v1.0.223 |
| 1404 | 2025-09-20T23:28:35.283Z | Compiling pbkdf2 v0.12.2 |
| 1405 | 2025-09-20T23:28:35.465Z | Compiling scrypt v0.11.0 |
| 1406 | 2025-09-20T23:28:35.565Z | Compiling cbc v0.1.2 |
| 1407 | 2025-09-20T23:28:35.589Z | Compiling der v0.7.9 |
| 1408 | 2025-09-20T23:28:35.818Z | Compiling aes v0.8.4 |
| 1409 | 2025-09-20T23:28:35.888Z | Compiling openssl-sys v0.9.109 |
| 1410 | 2025-09-20T23:28:35.947Z | Compiling icu_provider v1.5.0 |
| 1411 | 2025-09-20T23:28:36.270Z | Compiling bitflags v2.9.1 |
| 1412 | 2025-09-20T23:28:36.740Z | Compiling bytes v1.10.1 |
| 1413 | 2025-09-20T23:28:36.819Z | Compiling semver v1.0.26 |
| 1414 | 2025-09-20T23:28:36.920Z | Compiling icu_locid_transform v1.5.0 |
| 1415 | 2025-09-20T23:28:36.945Z | Compiling indexmap v2.11.0 |
| 1416 | 2025-09-20T23:28:37.472Z | Compiling thiserror v1.0.69 |
| 1417 | 2025-09-20T23:28:37.639Z | Compiling spki v0.7.3 |
| 1418 | 2025-09-20T23:28:38.009Z | Compiling tokio v1.47.0 |
| 1419 | 2025-09-20T23:28:38.168Z | Compiling icu_properties v1.5.1 |
| 1420 | 2025-09-20T23:28:38.194Z | Compiling http v1.3.1 |
| 1421 | 2025-09-20T23:28:38.371Z | Compiling rustc_version v0.4.1 |
| 1422 | 2025-09-20T23:28:38.422Z | Compiling pkcs5 v0.7.1 |
| 1423 | 2025-09-20T23:28:39.047Z | Compiling pest v2.7.14 |
| 1424 | 2025-09-20T23:28:39.237Z | Compiling uuid v1.18.1 |
| 1425 | 2025-09-20T23:28:39.289Z | Compiling chrono v0.4.41 |
| 1426 | 2025-09-20T23:28:39.457Z | Compiling tracing-attributes v0.1.27 |
| 1427 | 2025-09-20T23:28:40.248Z | Compiling which v4.4.2 |
| 1428 | 2025-09-20T23:28:40.764Z | Compiling http-body v1.0.1 |
| 1429 | 2025-09-20T23:28:41.027Z | Compiling pkcs8 v0.10.2 |
| 1430 | 2025-09-20T23:28:41.660Z | Compiling icu_normalizer v1.5.0 |
| 1431 | 2025-09-20T23:28:41.712Z | Compiling pest_meta v2.7.14 |
| 1432 | 2025-09-20T23:28:42.285Z | Compiling tracing v0.1.40 |
| 1433 | 2025-09-20T23:28:42.428Z | Compiling scroll_derive v0.12.0 |
| 1434 | 2025-09-20T23:28:42.452Z | Compiling rustversion v1.0.22 |
| 1435 | 2025-09-20T23:28:42.764Z | Compiling idna_adapter v1.2.0 |
| 1436 | 2025-09-20T23:28:43.032Z | Compiling idna v1.0.3 |
| 1437 | 2025-09-20T23:28:43.106Z | Compiling tinyvec_macros v0.1.1 |
| 1438 | 2025-09-20T23:28:43.220Z | Compiling httparse v1.9.5 |
| 1439 | 2025-09-20T23:28:43.245Z | Compiling rustls-pki-types v1.10.0 |
| 1440 | 2025-09-20T23:28:43.640Z | Compiling scroll v0.12.0 |
| 1441 | 2025-09-20T23:28:43.859Z | Compiling url v2.5.4 |
| 1442 | 2025-09-20T23:28:44.186Z | Compiling tinyvec v1.8.0 |
| 1443 | 2025-09-20T23:28:44.321Z | Compiling pest_generator v2.7.14 |
| 1444 | 2025-09-20T23:28:44.465Z | Compiling serde_derive_internals v0.29.1 |
| 1445 | 2025-09-20T23:28:45.483Z | Compiling rand_core v0.9.3 |
| 1446 | 2025-09-20T23:28:45.508Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1447 | 2025-09-20T23:28:45.623Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1448 | 2025-09-20T23:28:45.668Z | Compiling tower-service v0.3.3 |
| 1449 | 2025-09-20T23:28:45.825Z | Compiling openssl-probe v0.1.5 |
| 1450 | 2025-09-20T23:28:45.850Z | Compiling untrusted v0.9.0 |
| 1451 | 2025-09-20T23:28:46.037Z | Compiling untrusted v0.7.1 |
| 1452 | 2025-09-20T23:28:46.062Z | Compiling time-core v0.1.6 |
| 1453 | 2025-09-20T23:28:46.099Z | Compiling schemars v0.8.22 |
| 1454 | 2025-09-20T23:28:46.148Z | Compiling atomic-waker v1.1.2 |
| 1455 | 2025-09-20T23:28:46.215Z | Compiling num-conv v0.1.0 |
| 1456 | 2025-09-20T23:28:46.264Z | Compiling try-lock v0.2.5 |
| 1457 | 2025-09-20T23:28:46.368Z | Compiling openssl v0.10.73 |
| 1458 | 2025-09-20T23:28:46.393Z | Compiling foreign-types-shared v0.1.1 |
| 1459 | 2025-09-20T23:28:46.448Z | Compiling tokio-util v0.7.15 |
| 1460 | 2025-09-20T23:28:46.473Z | Compiling adler2 v2.0.0 |
| 1461 | 2025-09-20T23:28:46.517Z | Compiling powerfmt v0.2.0 |
| 1462 | 2025-09-20T23:28:46.542Z | Compiling time-macros v0.2.24 |
| 1463 | 2025-09-20T23:28:46.567Z | Compiling schemars_derive v0.8.22 |
| 1464 | 2025-09-20T23:28:46.763Z | Compiling miniz_oxide v0.8.5 |
| 1465 | 2025-09-20T23:28:46.890Z | Compiling deranged v0.5.3 |
| 1466 | 2025-09-20T23:28:46.960Z | Compiling foreign-types v0.3.2 |
| 1467 | 2025-09-20T23:28:47.111Z | Compiling want v0.3.1 |
| 1468 | 2025-09-20T23:28:47.397Z | Compiling goblin v0.8.2 |
| 1469 | 2025-09-20T23:28:48.129Z | Compiling h2 v0.4.6 |
| 1470 | 2025-09-20T23:28:49.523Z | Compiling pest_derive v2.7.14 |
| 1471 | 2025-09-20T23:28:50.375Z | Compiling rand_chacha v0.9.0 |
| 1472 | 2025-09-20T23:28:51.935Z | Compiling ipnet v2.11.0 |
| 1473 | 2025-09-20T23:28:52.210Z | Compiling openssl-macros v0.1.1 |
| 1474 | 2025-09-20T23:28:52.862Z | Compiling crossbeam-utils v0.8.21 |
| 1475 | 2025-09-20T23:28:53.004Z | Compiling zerocopy v0.8.26 |
| 1476 | 2025-09-20T23:28:53.090Z | Compiling dyn-clone v1.0.20 |
| 1477 | 2025-09-20T23:28:53.343Z | Compiling httpdate v1.0.3 |
| 1478 | 2025-09-20T23:28:53.397Z | Compiling syn v1.0.109 |
| 1479 | 2025-09-20T23:28:53.525Z | Compiling native-tls v0.2.12 |
| 1480 | 2025-09-20T23:28:53.800Z | Compiling num_threads v0.1.7 |
| 1481 | 2025-09-20T23:28:53.826Z | Compiling rustls v0.23.19 |
| 1482 | 2025-09-20T23:28:53.972Z | Compiling time v0.3.43 |
| 1483 | 2025-09-20T23:28:54.170Z | Compiling dof v0.3.0 |
| 1484 | 2025-09-20T23:28:55.786Z | Compiling hyper v1.7.0 |
| 1485 | 2025-09-20T23:28:55.825Z | Compiling rand v0.9.2 |
| 1486 | 2025-09-20T23:28:57.287Z | Compiling dtrace-parser v0.2.0 |
| 1487 | 2025-09-20T23:28:57.392Z | Compiling unicode-normalization v0.1.24 |
| 1488 | 2025-09-20T23:28:57.550Z | Compiling heapless v0.7.17 |
| 1489 | 2025-09-20T23:28:57.796Z | Compiling signature v2.2.0 |
| 1490 | 2025-09-20T23:28:57.981Z | Compiling zerocopy-derive v0.8.26 |
| 1491 | 2025-09-20T23:28:58.112Z | Compiling cookie v0.18.1 |
| 1492 | 2025-09-20T23:28:58.457Z | Compiling crc32fast v1.4.2 |
| 1493 | 2025-09-20T23:28:58.482Z | Compiling unicode-properties v0.1.3 |
| 1494 | 2025-09-20T23:28:58.808Z | Compiling zlib-rs v0.5.1 |
| 1495 | 2025-09-20T23:28:58.870Z | Compiling signal-hook v0.3.18 |
| 1496 | 2025-09-20T23:28:59.039Z | Compiling siphasher v0.3.11 |
| 1497 | 2025-09-20T23:28:59.151Z | Compiling zstd-safe v7.2.3 |
| 1498 | 2025-09-20T23:28:59.357Z | Compiling unicode-bidi v0.3.17 |
| 1499 | 2025-09-20T23:28:59.403Z | Compiling slog v2.7.0 |
| 1500 | 2025-09-20T23:28:59.468Z | Compiling phf_shared v0.11.2 |
| 1501 | 2025-09-20T23:29:00.042Z | Compiling stringprep v0.1.5 |
| 1502 | 2025-09-20T23:29:00.369Z | Compiling hyper-util v0.1.16 |
| 1503 | 2025-09-20T23:29:00.480Z | Compiling usdt-impl v0.5.0 |
| 1504 | 2025-09-20T23:29:01.466Z | Compiling curve25519-dalek v4.1.3 |
| 1505 | 2025-09-20T23:29:01.670Z | Compiling toml_datetime v0.6.11 |
| 1506 | 2025-09-20T23:29:02.133Z | Compiling serde_tokenstream v0.2.2 |
| 1507 | 2025-09-20T23:29:02.187Z | Compiling serde_spanned v0.6.9 |
| 1508 | 2025-09-20T23:29:02.270Z | Compiling rand_chacha v0.3.1 |
| 1509 | 2025-09-20T23:29:02.429Z | Compiling md-5 v0.10.6 |
| 1510 | 2025-09-20T23:29:02.695Z | Compiling num-integer v0.1.46 |
| 1511 | 2025-09-20T23:29:02.720Z | Compiling sync_wrapper v1.0.1 |
| 1512 | 2025-09-20T23:29:02.892Z | Compiling hash32 v0.2.1 |
| 1513 | 2025-09-20T23:29:03.275Z | Compiling ff v0.13.0 |
| 1514 | 2025-09-20T23:29:03.404Z | Compiling memoffset v0.9.1 |
| 1515 | 2025-09-20T23:29:03.534Z | Compiling fallible-iterator v0.2.0 |
| 1516 | 2025-09-20T23:29:03.744Z | Compiling gimli v0.31.1 |
| 1517 | 2025-09-20T23:29:03.844Z | Compiling newtype-uuid v1.2.4 |
| 1518 | 2025-09-20T23:29:04.086Z | Compiling base16ct v0.2.0 |
| 1519 | 2025-09-20T23:29:04.144Z | Compiling cfg_aliases v0.2.1 |
| 1520 | 2025-09-20T23:29:04.188Z | Compiling smoltcp v0.9.1 |
| 1521 | 2025-09-20T23:29:04.271Z | Compiling litrs v0.4.1 |
| 1522 | 2025-09-20T23:29:04.332Z | Compiling tower-layer v0.3.3 |
| 1523 | 2025-09-20T23:29:04.416Z | Compiling psl-types v2.0.11 |
| 1524 | 2025-09-20T23:29:04.633Z | Compiling libz-rs-sys v0.5.1 |
| 1525 | 2025-09-20T23:29:04.658Z | Compiling num-bigint-dig v0.8.4 |
| 1526 | 2025-09-20T23:29:04.820Z | Compiling publicsuffix v2.3.0 |
| 1527 | 2025-09-20T23:29:04.932Z | Compiling flate2 v1.1.2 |
| 1528 | 2025-09-20T23:29:04.992Z | Compiling tower v0.5.2 |
| 1529 | 2025-09-20T23:29:05.156Z | Compiling sec1 v0.7.3 |
| 1530 | 2025-09-20T23:29:05.298Z | Compiling document-features v0.2.11 |
| 1531 | 2025-09-20T23:29:05.371Z | Compiling nix v0.29.0 |
| 1532 | 2025-09-20T23:29:05.735Z | Compiling postgres-protocol v0.6.8 |
| 1533 | 2025-09-20T23:29:05.829Z | Compiling group v0.13.0 |
| 1534 | 2025-09-20T23:29:06.120Z | Compiling num-iter v0.1.45 |
| 1535 | 2025-09-20T23:29:06.160Z | Compiling rand v0.8.5 |
| 1536 | 2025-09-20T23:29:06.465Z | Compiling tokio-native-tls v0.3.1 |
| 1537 | 2025-09-20T23:29:07.036Z | Compiling ipnetwork v0.21.1 |
| 1538 | 2025-09-20T23:29:07.587Z | Compiling addr2line v0.24.2 |
| 1539 | 2025-09-20T23:29:07.683Z | Compiling strum_macros v0.27.1 |
| 1540 | 2025-09-20T23:29:07.849Z | Compiling rustls-native-certs v0.8.1 |
| 1541 | 2025-09-20T23:29:07.887Z | Compiling webpki-roots v1.0.1 |
| 1542 | 2025-09-20T23:29:08.012Z | Compiling http-body-util v0.1.3 |
| 1543 | 2025-09-20T23:29:08.077Z | Compiling terminal_size v0.4.0 |
| 1544 | 2025-09-20T23:29:08.125Z | Compiling hkdf v0.12.4 |
| 1545 | 2025-09-20T23:29:08.274Z | Compiling crypto-bigint v0.5.5 |
| 1546 | 2025-09-20T23:29:08.336Z | Compiling async-trait v0.1.89 |
| 1547 | 2025-09-20T23:29:08.418Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1548 | 2025-09-20T23:29:08.443Z | Compiling thiserror-impl v2.0.16 |
| 1549 | 2025-09-20T23:29:08.490Z | Compiling ahash v0.8.12 |
| 1550 | 2025-09-20T23:29:08.870Z | Compiling fs-err v3.1.1 |
| 1551 | 2025-09-20T23:29:09.168Z | Compiling object v0.36.5 |
| 1552 | 2025-09-20T23:29:09.691Z | Compiling lockfree-object-pool v0.1.6 |
| 1553 | 2025-09-20T23:29:09.972Z | Compiling rustc-demangle v0.1.24 |
| 1554 | 2025-09-20T23:29:10.578Z | Compiling bitflags v1.3.2 |
| 1555 | 2025-09-20T23:29:10.698Z | Compiling anyhow v1.0.99 |
| 1556 | 2025-09-20T23:29:10.803Z | Compiling iri-string v0.7.8 |
| 1557 | 2025-09-20T23:29:11.257Z | Compiling managed v0.8.0 |
| 1558 | 2025-09-20T23:29:11.290Z | Compiling bumpalo v3.16.0 |
| 1559 | 2025-09-20T23:29:11.721Z | Compiling winnow v0.5.40 |
| 1560 | 2025-09-20T23:29:11.834Z | Compiling simd-adler32 v0.3.7 |
| 1561 | 2025-09-20T23:29:12.083Z | Compiling hubpack_derive v0.1.1 |
| 1562 | 2025-09-20T23:29:12.121Z | Compiling buf-list v1.0.3 |
| 1563 | 2025-09-20T23:29:12.382Z | Compiling rustix v1.0.7 |
| 1564 | 2025-09-20T23:29:12.785Z | Compiling zopfli v0.8.1 |
| 1565 | 2025-09-20T23:29:12.884Z | Compiling hubpack v0.1.2 |
| 1566 | 2025-09-20T23:29:13.193Z | Compiling strum v0.27.2 |
| 1567 | 2025-09-20T23:29:13.527Z | Compiling thiserror v2.0.16 |
| 1568 | 2025-09-20T23:29:13.723Z | Compiling tower-http v0.6.6 |
| 1569 | 2025-09-20T23:29:13.809Z | Compiling elliptic-curve v0.13.8 |
| 1570 | 2025-09-20T23:29:14.293Z | Compiling clap_builder v4.5.41 |
| 1571 | 2025-09-20T23:29:14.706Z | Compiling hyper-tls v0.6.0 |
| 1572 | 2025-09-20T23:29:14.771Z | Compiling oxnet v0.1.3 |
| 1573 | 2025-09-20T23:29:15.078Z | Compiling toml_edit v0.19.15 |
| 1574 | 2025-09-20T23:29:15.148Z | Compiling cookie_store v0.21.1 |
| 1575 | 2025-09-20T23:29:15.503Z | Compiling backtrace v0.3.74 |
| 1576 | 2025-09-20T23:29:16.005Z | Compiling signal-hook-mio v0.2.4 |
| 1577 | 2025-09-20T23:29:16.194Z | Compiling zstd v0.13.3 |
| 1578 | 2025-09-20T23:29:16.548Z | Compiling postgres-types v0.2.9 |
| 1579 | 2025-09-20T23:29:17.292Z | Compiling usdt-macro v0.5.0 |
| 1580 | 2025-09-20T23:29:17.765Z | Compiling usdt-attr-macro v0.5.0 |
| 1581 | 2025-09-20T23:29:18.200Z | Compiling phf v0.11.2 |
| 1582 | 2025-09-20T23:29:18.500Z | Compiling ed25519 v2.2.3 |
| 1583 | 2025-09-20T23:29:18.671Z | Compiling bzip2 v0.5.2 |
| 1584 | 2025-09-20T23:29:19.061Z | Compiling bzip2 v0.4.4 |
| 1585 | 2025-09-20T23:29:19.169Z | Compiling strum_macros v0.26.4 |
| 1586 | 2025-09-20T23:29:19.456Z | Compiling pkcs1 v0.7.5 |
| 1587 | 2025-09-20T23:29:20.277Z | Compiling serde-big-array v0.5.1 |
| 1588 | 2025-09-20T23:29:20.306Z | Compiling serde_urlencoded v0.7.1 |
| 1589 | 2025-09-20T23:29:20.554Z | Compiling rfc6979 v0.4.0 |
| 1590 | 2025-09-20T23:29:20.766Z | Compiling bstr v1.10.0 |
| 1591 | 2025-09-20T23:29:20.802Z | Compiling daft-derive v0.1.4 |
| 1592 | 2025-09-20T23:29:21.035Z | Compiling serde_repr v0.1.19 |
| 1593 | 2025-09-20T23:29:21.361Z | Compiling clap_derive v4.5.41 |
| 1594 | 2025-09-20T23:29:21.513Z | Compiling enum-as-inner v0.6.1 |
| 1595 | 2025-09-20T23:29:22.085Z | Compiling float-cmp v0.10.0 |
| 1596 | 2025-09-20T23:29:22.253Z | Compiling env_filter v0.1.2 |
| 1597 | 2025-09-20T23:29:22.291Z | Compiling socket2 v0.5.10 |
| 1598 | 2025-09-20T23:29:22.361Z | Compiling encoding_rs v0.8.34 |
| 1599 | 2025-09-20T23:29:22.460Z | Compiling data-encoding v2.9.0 |
| 1600 | 2025-09-20T23:29:22.862Z | Compiling new_debug_unreachable v1.0.6 |
| 1601 | 2025-09-20T23:29:22.981Z | Compiling mime v0.3.17 |
| 1602 | 2025-09-20T23:29:23.157Z | Compiling normalize-line-endings v0.3.0 |
| 1603 | 2025-09-20T23:29:23.182Z | Compiling predicates-core v1.0.8 |
| 1604 | 2025-09-20T23:29:23.323Z | Compiling static_assertions v1.1.0 |
| 1605 | 2025-09-20T23:29:23.457Z | Compiling precomputed-hash v0.1.1 |
| 1606 | 2025-09-20T23:29:23.513Z | Compiling whoami v1.5.2 |
| 1607 | 2025-09-20T23:29:23.538Z | Compiling difflib v0.4.0 |
| 1608 | 2025-09-20T23:29:23.626Z | Compiling unicode-segmentation v1.12.0 |
| 1609 | 2025-09-20T23:29:24.087Z | Compiling fixedbitset v0.4.2 |
| 1610 | 2025-09-20T23:29:24.112Z | Compiling predicates v3.1.3 |
| 1611 | 2025-09-20T23:29:24.399Z | Compiling petgraph v0.6.5 |
| 1612 | 2025-09-20T23:29:24.506Z | Compiling similar v2.7.0 |
| 1613 | 2025-09-20T23:29:24.731Z | Compiling tokio-postgres v0.7.13 |
| 1614 | 2025-09-20T23:29:25.222Z | Compiling clap v4.5.41 |
| 1615 | 2025-09-20T23:29:25.380Z | Compiling string_cache v0.8.9 |
| 1616 | 2025-09-20T23:29:25.493Z | Compiling toml_edit v0.22.27 |
| 1617 | 2025-09-20T23:29:25.548Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1618 | 2025-09-20T23:29:25.848Z | Compiling strum v0.26.3 |
| 1619 | 2025-09-20T23:29:26.072Z | Compiling hickory-proto v0.25.2 |
| 1620 | 2025-09-20T23:29:26.405Z | Compiling env_logger v0.11.5 |
| 1621 | 2025-09-20T23:29:26.967Z | Compiling usdt v0.5.0 |
| 1622 | 2025-09-20T23:29:27.162Z | Compiling daft v0.1.4 |
| 1623 | 2025-09-20T23:29:27.468Z | Compiling ecdsa v0.16.9 |
| 1624 | 2025-09-20T23:29:27.686Z | Compiling rsa v0.9.6 |
| 1625 | 2025-09-20T23:29:27.716Z | Compiling zip v0.6.6 |
| 1626 | 2025-09-20T23:29:28.287Z | Compiling zip v4.2.0 |
| 1627 | 2025-09-20T23:29:28.900Z | Compiling ed25519-dalek v2.1.1 |
| 1628 | 2025-09-20T23:29:29.328Z | Compiling toml v0.7.8 |
| 1629 | 2025-09-20T23:29:30.512Z | Compiling crossterm v0.28.1 |
| 1630 | 2025-09-20T23:29:31.774Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1631 | 2025-09-20T23:29:31.974Z | Compiling crossbeam-epoch v0.9.18 |
| 1632 | 2025-09-20T23:29:32.022Z | Compiling tokio-stream v0.1.17 |
| 1633 | 2025-09-20T23:29:32.140Z | Compiling openapiv3 v2.2.0 |
| 1634 | 2025-09-20T23:29:32.559Z | Compiling x509-cert v0.2.5 |
| 1635 | 2025-09-20T23:29:32.807Z | Compiling sha1 v0.10.6 |
| 1636 | 2025-09-20T23:29:33.175Z | Compiling itertools v0.10.5 |
| 1637 | 2025-09-20T23:29:33.264Z | Compiling winnow v0.6.26 |
| 1638 | 2025-09-20T23:29:33.989Z | Compiling rustc-hash v2.1.1 |
| 1639 | 2025-09-20T23:29:34.109Z | Compiling peg-runtime v0.8.5 |
| 1640 | 2025-09-20T23:29:34.173Z | Compiling lalrpop-util v0.19.12 |
| 1641 | 2025-09-20T23:29:34.488Z | Compiling thread_local v1.1.8 |
| 1642 | 2025-09-20T23:29:34.633Z | Compiling slog-async v2.8.0 |
| 1643 | 2025-09-20T23:29:34.937Z | Compiling crossbeam-channel v0.5.15 |
| 1644 | 2025-09-20T23:29:35.122Z | Compiling xattr v1.3.1 |
| 1645 | 2025-09-20T23:29:35.344Z | Compiling futures-executor v0.3.31 |
| 1646 | 2025-09-20T23:29:35.373Z | Compiling is-terminal v0.4.13 |
| 1647 | 2025-09-20T23:29:35.427Z | Compiling filetime v0.2.25 |
| 1648 | 2025-09-20T23:29:35.530Z | Compiling term v1.1.0 |
| 1649 | 2025-09-20T23:29:35.710Z | Compiling take_mut v0.2.2 |
| 1650 | 2025-09-20T23:29:35.796Z | Compiling tar v0.4.44 |
| 1651 | 2025-09-20T23:29:35.825Z | Compiling futures v0.3.31 |
| 1652 | 2025-09-20T23:29:36.129Z | Compiling slog-term v2.9.2 |
| 1653 | 2025-09-20T23:29:39.750Z | Compiling aws-lc-sys v0.26.0 |
| 1654 | 2025-09-20T23:30:12.053Z | Compiling rustls-webpki v0.102.8 |
| 1655 | 2025-09-20T23:30:18.115Z | Compiling tokio-rustls v0.26.0 |
| 1656 | 2025-09-20T23:30:18.457Z | Compiling hyper-rustls v0.27.7 |
| 1657 | 2025-09-20T23:30:18.807Z | Compiling reqwest v0.12.22 |
| 1658 | 2025-09-20T23:30:23.517Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1659 | 2025-09-20T23:30:24.027Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1660 | 2025-09-20T23:30:29.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 1661 | 2025-09-20T23:30:30.058Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1662 | 2025-09-20T23:30:30.136Z | Sep 20 23:30:30.110 INFO Starting download, target: Clickhouse |
| 1663 | 2025-09-20T23:30:30.136Z | Sep 20 23:30:30.111 INFO Starting download, target: Cockroach |
| 1664 | 2025-09-20T23:30:30.136Z | Sep 20 23:30:30.111 INFO Starting download, target: Console |
| 1665 | 2025-09-20T23:30:30.136Z | Sep 20 23:30:30.111 INFO Starting download, target: DendriteStub |
| 1666 | 2025-09-20T23:30:30.136Z | Sep 20 23:30:30.111 INFO Starting download, target: MaghemiteMgd |
| 1667 | 2025-09-20T23:30:30.136Z | Sep 20 23:30:30.111 INFO Starting download, target: TransceiverControl |
| 1668 | 2025-09-20T23:30:30.161Z | Sep 20 23:30:30.112 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1669 | 2025-09-20T23:30:30.161Z | Sep 20 23:30:30.112 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1670 | 2025-09-20T23:30:30.161Z | Sep 20 23:30:30.113 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1671 | 2025-09-20T23:30:30.161Z | Sep 20 23:30:30.113 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1672 | 2025-09-20T23:30:30.161Z | Sep 20 23:30:30.113 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1673 | 2025-09-20T23:30:30.161Z | Sep 20 23:30:30.113 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1674 | 2025-09-20T23:30:30.572Z | Sep 20 23:30:30.508 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1675 | 2025-09-20T23:30:30.930Z | Sep 20 23:30:30.900 INFO Download complete, target: Console |
| 1676 | 2025-09-20T23:30:31.571Z | Sep 20 23:30:31.539 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1677 | 2025-09-20T23:30:31.981Z | Sep 20 23:30:31.949 INFO Download complete, target: TransceiverControl |
| 1678 | 2025-09-20T23:30:33.555Z | Sep 20 23:30:33.531 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1679 | 2025-09-20T23:30:34.398Z | Sep 20 23:30:34.373 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1680 | 2025-09-20T23:30:35.904Z | Sep 20 23:30:35.878 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1681 | 2025-09-20T23:30:35.904Z | Sep 20 23:30:35.878 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1682 | 2025-09-20T23:30:39.081Z | Sep 20 23:30:39.056 INFO Download complete, target: DendriteStub |
| 1683 | 2025-09-20T23:30:39.280Z | Sep 20 23:30:39.256 INFO Download complete, target: MaghemiteMgd |
| 1684 | 2025-09-20T23:30:44.736Z | Sep 20 23:30:44.713 INFO Checking that binary works, target: Cockroach |
| 1685 | 2025-09-20T23:30:44.918Z | Sep 20 23:30:44.896 INFO Download complete, target: Cockroach |
| 1686 | 2025-09-20T23:30:47.138Z | Sep 20 23:30:47.115 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1687 | 2025-09-20T23:30:58.673Z | Sep 20 23:30:58.652 INFO Checking that binary works, target: Clickhouse |
| 1688 | 2025-09-20T23:30:58.803Z | Sep 20 23:30:58.782 INFO Download complete, target: Clickhouse |
| 1689 | 2025-09-20T23:30:58.828Z | All prerequisites installed successfully |
| 1690 | 2025-09-20T23:30:58.828Z | |
| 1691 | 2025-09-20T23:30:58.828Z | real 5:23.928266943 |
| 1692 | 2025-09-20T23:30:58.828Z | user 15:33.805027232 |
| 1693 | 2025-09-20T23:30:58.828Z | sys 2:39.215421054 |
| 1694 | 2025-09-20T23:30:58.828Z | trap 0.618651305 |
| 1695 | 2025-09-20T23:30:58.828Z | tflt 0.444858117 |
| 1696 | 2025-09-20T23:30:58.828Z | dflt 1.122807839 |
| 1697 | 2025-09-20T23:30:58.828Z | kflt 0.009265232 |
| 1698 | 2025-09-20T23:30:58.828Z | lock 41:58.968969950 |
| 1699 | 2025-09-20T23:30:58.828Z | slp 57:22.823704986 |
| 1700 | 2025-09-20T23:30:58.828Z | lat 1:18.013117488 |
| 1701 | 2025-09-20T23:30:58.828Z | stop 2:52.420941997 |
| 1702 | 2025-09-20T23:30:58.828Z | + ptime -m cargo xtask download softnpu |
| 1703 | 2025-09-20T23:30:59.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 1704 | 2025-09-20T23:30:59.982Z | Running `target/debug/xtask download softnpu` |
| 1705 | 2025-09-20T23:31:01.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 1706 | 2025-09-20T23:31:01.619Z | Running `target/debug/xtask-downloader softnpu` |
| 1707 | 2025-09-20T23:31:01.676Z | Sep 20 23:31:01.655 INFO Starting download, target: Softnpu |
| 1708 | 2025-09-20T23:31:01.701Z | Sep 20 23:31:01.656 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1709 | 2025-09-20T23:31:03.180Z | Sep 20 23:31:03.160 INFO Download complete, target: Softnpu |
| 1710 | 2025-09-20T23:31:03.205Z | |
| 1711 | 2025-09-20T23:31:03.205Z | real 4.364859556 |
| 1712 | 2025-09-20T23:31:03.205Z | user 2.040199182 |
| 1713 | 2025-09-20T23:31:03.205Z | sys 1.409905498 |
| 1714 | 2025-09-20T23:31:03.205Z | trap 0.000435753 |
| 1715 | 2025-09-20T23:31:03.206Z | tflt 0.000079588 |
| 1716 | 2025-09-20T23:31:03.206Z | dflt 0.000392059 |
| 1717 | 2025-09-20T23:31:03.206Z | kflt 0.000000000 |
| 1718 | 2025-09-20T23:31:03.206Z | lock 16.485931435 |
| 1719 | 2025-09-20T23:31:03.206Z | slp 1.267411142 |
| 1720 | 2025-09-20T23:31:03.206Z | lat 0.176858060 |
| 1721 | 2025-09-20T23:31:03.206Z | stop 0.000265422 |
| 1722 | 2025-09-20T23:31:03.206Z | + export CARGO_INCREMENTAL=0 |
| 1723 | 2025-09-20T23:31:03.206Z | + CARGO_INCREMENTAL=0 |
| 1724 | 2025-09-20T23:31:03.206Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1725 | 2025-09-20T23:31:05.122Z | Compiling proc-macro2 v1.0.101 |
| 1726 | 2025-09-20T23:31:05.122Z | Compiling unicode-ident v1.0.18 |
| 1727 | 2025-09-20T23:31:05.122Z | Compiling libc v0.2.174 |
| 1728 | 2025-09-20T23:31:05.122Z | Compiling serde_core v1.0.223 |
| 1729 | 2025-09-20T23:31:05.147Z | Compiling serde v1.0.223 |
| 1730 | 2025-09-20T23:31:05.147Z | Compiling autocfg v1.4.0 |
| 1731 | 2025-09-20T23:31:05.147Z | Compiling cfg-if v1.0.1 |
| 1732 | 2025-09-20T23:31:05.147Z | Compiling version_check v0.9.5 |
| 1733 | 2025-09-20T23:31:05.406Z | Compiling memchr v2.7.4 |
| 1734 | 2025-09-20T23:31:05.506Z | Compiling shlex v1.3.0 |
| 1735 | 2025-09-20T23:31:05.790Z | Compiling portable-atomic v1.11.0 |
| 1736 | 2025-09-20T23:31:05.950Z | Compiling lock_api v0.4.12 |
| 1737 | 2025-09-20T23:31:06.199Z | Compiling typenum v1.17.0 |
| 1738 | 2025-09-20T23:31:06.465Z | Compiling value-bag v1.9.0 |
| 1739 | 2025-09-20T23:31:06.523Z | Compiling generic-array v0.14.7 |
| 1740 | 2025-09-20T23:31:06.876Z | Compiling quote v1.0.40 |
| 1741 | 2025-09-20T23:31:06.936Z | Compiling jobserver v0.1.32 |
| 1742 | 2025-09-20T23:31:06.967Z | Compiling log v0.4.27 |
| 1743 | 2025-09-20T23:31:07.188Z | Compiling libm v0.2.8 |
| 1744 | 2025-09-20T23:31:07.249Z | Compiling syn v2.0.106 |
| 1745 | 2025-09-20T23:31:07.383Z | Compiling cc v1.2.30 |
| 1746 | 2025-09-20T23:31:07.479Z | Compiling getrandom v0.3.1 |
| 1747 | 2025-09-20T23:31:07.515Z | Compiling num-traits v0.2.19 |
| 1748 | 2025-09-20T23:31:07.590Z | Compiling serde_json v1.0.145 |
| 1749 | 2025-09-20T23:31:07.805Z | Compiling parking_lot_core v0.9.10 |
| 1750 | 2025-09-20T23:31:07.878Z | Compiling smallvec v1.15.1 |
| 1751 | 2025-09-20T23:31:07.980Z | Compiling scopeguard v1.2.0 |
| 1752 | 2025-09-20T23:31:08.140Z | Compiling semver v1.0.26 |
| 1753 | 2025-09-20T23:31:08.325Z | Compiling pkg-config v0.3.31 |
| 1754 | 2025-09-20T23:31:08.509Z | Compiling getrandom v0.2.15 |
| 1755 | 2025-09-20T23:31:08.574Z | Compiling aho-corasick v1.1.3 |
| 1756 | 2025-09-20T23:31:08.809Z | Compiling regex-syntax v0.8.5 |
| 1757 | 2025-09-20T23:31:09.305Z | Compiling rustix v0.38.37 |
| 1758 | 2025-09-20T23:31:09.770Z | Compiling itoa v1.0.11 |
| 1759 | 2025-09-20T23:31:10.260Z | Compiling stable_deref_trait v1.2.0 |
| 1760 | 2025-09-20T23:31:10.329Z | Compiling either v1.15.0 |
| 1761 | 2025-09-20T23:31:10.451Z | Compiling critical-section v1.1.3 |
| 1762 | 2025-09-20T23:31:10.652Z | Compiling slab v0.4.9 |
| 1763 | 2025-09-20T23:31:10.677Z | Compiling errno v0.3.12 |
| 1764 | 2025-09-20T23:31:10.899Z | Compiling spin v0.9.8 |
| 1765 | 2025-09-20T23:31:10.934Z | Compiling allocator-api2 v0.2.21 |
| 1766 | 2025-09-20T23:31:11.024Z | Compiling foldhash v0.1.5 |
| 1767 | 2025-09-20T23:31:11.049Z | Compiling equivalent v1.0.2 |
| 1768 | 2025-09-20T23:31:11.190Z | Compiling rand_core v0.6.4 |
| 1769 | 2025-09-20T23:31:11.385Z | Compiling once_cell v1.21.3 |
| 1770 | 2025-09-20T23:31:11.547Z | Compiling hashbrown v0.15.4 |
| 1771 | 2025-09-20T23:31:11.573Z | Compiling glob v0.3.2 |
| 1772 | 2025-09-20T23:31:11.850Z | Compiling prettyplease v0.2.36 |
| 1773 | 2025-09-20T23:31:12.007Z | Compiling regex-automata v0.4.8 |
| 1774 | 2025-09-20T23:31:12.178Z | Compiling clang-sys v1.8.1 |
| 1775 | 2025-09-20T23:31:12.278Z | Compiling pin-project-lite v0.2.14 |
| 1776 | 2025-09-20T23:31:12.419Z | Compiling ryu v1.0.18 |
| 1777 | 2025-09-20T23:31:12.576Z | Compiling subtle v2.6.1 |
| 1778 | 2025-09-20T23:31:12.890Z | Compiling lazy_static v1.5.0 |
| 1779 | 2025-09-20T23:31:13.011Z | Compiling schemars v0.8.22 |
| 1780 | 2025-09-20T23:31:13.036Z | Compiling minimal-lexical v0.2.1 |
| 1781 | 2025-09-20T23:31:13.140Z | Compiling writeable v0.5.5 |
| 1782 | 2025-09-20T23:31:13.205Z | Compiling litemap v0.7.3 |
| 1783 | 2025-09-20T23:31:13.325Z | Compiling synstructure v0.13.1 |
| 1784 | 2025-09-20T23:31:13.458Z | Compiling nom v7.1.3 |
| 1785 | 2025-09-20T23:31:13.617Z | Compiling serde_derive_internals v0.29.1 |
| 1786 | 2025-09-20T23:31:14.492Z | Compiling libloading v0.8.5 |
| 1787 | 2025-09-20T23:31:14.516Z | Compiling bindgen v0.69.5 |
| 1788 | 2025-09-20T23:31:14.897Z | Compiling percent-encoding v2.3.2 |
| 1789 | 2025-09-20T23:31:15.218Z | Compiling thiserror v1.0.69 |
| 1790 | 2025-09-20T23:31:15.286Z | Compiling home v0.5.9 |
| 1791 | 2025-09-20T23:31:15.736Z | Compiling itertools v0.12.1 |
| 1792 | 2025-09-20T23:31:16.142Z | Compiling cexpr v0.6.0 |
| 1793 | 2025-09-20T23:31:16.369Z | Compiling serde_derive v1.0.223 |
| 1794 | 2025-09-20T23:31:16.460Z | Compiling zeroize_derive v1.4.2 |
| 1795 | 2025-09-20T23:31:17.254Z | Compiling zerofrom-derive v0.1.4 |
| 1796 | 2025-09-20T23:31:17.497Z | Compiling yoke-derive v0.7.4 |
| 1797 | 2025-09-20T23:31:17.700Z | Compiling zerovec-derive v0.10.3 |
| 1798 | 2025-09-20T23:31:18.069Z | Compiling displaydoc v0.2.5 |
| 1799 | 2025-09-20T23:31:19.199Z | Compiling icu_provider_macros v1.5.0 |
| 1800 | 2025-09-20T23:31:19.337Z | Compiling tokio-macros v2.5.0 |
| 1801 | 2025-09-20T23:31:19.450Z | Compiling zeroize v1.8.1 |
| 1802 | 2025-09-20T23:31:19.497Z | Compiling regex v1.11.1 |
| 1803 | 2025-09-20T23:31:19.610Z | Compiling zerocopy-derive v0.7.35 |
| 1804 | 2025-09-20T23:31:19.798Z | Compiling zerofrom v0.1.4 |
| 1805 | 2025-09-20T23:31:19.900Z | Compiling futures-macro v0.3.31 |
| 1806 | 2025-09-20T23:31:20.021Z | Compiling yoke v0.7.4 |
| 1807 | 2025-09-20T23:31:20.398Z | Compiling zerovec v0.10.4 |
| 1808 | 2025-09-20T23:31:20.456Z | Compiling schemars_derive v0.8.22 |
| 1809 | 2025-09-20T23:31:20.603Z | Compiling lazycell v1.3.0 |
| 1810 | 2025-09-20T23:31:20.785Z | Compiling rustc-hash v1.1.0 |
| 1811 | 2025-09-20T23:31:21.035Z | Compiling icu_locid_transform_data v1.5.0 |
| 1812 | 2025-09-20T23:31:21.275Z | Compiling thiserror-impl v1.0.69 |
| 1813 | 2025-09-20T23:31:21.862Z | Compiling cmake v0.1.51 |
| 1814 | 2025-09-20T23:31:22.345Z | Compiling tinystr v0.7.6 |
| 1815 | 2025-09-20T23:31:22.477Z | Compiling bitflags v2.9.1 |
| 1816 | 2025-09-20T23:31:22.519Z | Compiling bytes v1.10.1 |
| 1817 | 2025-09-20T23:31:22.565Z | Compiling icu_collections v1.5.0 |
| 1818 | 2025-09-20T23:31:22.882Z | Compiling icu_locid v1.5.0 |
| 1819 | 2025-09-20T23:31:22.954Z | Compiling signal-hook-registry v1.4.2 |
| 1820 | 2025-09-20T23:31:23.130Z | Compiling dunce v1.0.5 |
| 1821 | 2025-09-20T23:31:23.267Z | Compiling icu_properties_data v1.5.0 |
| 1822 | 2025-09-20T23:31:23.321Z | Compiling fs_extra v1.3.0 |
| 1823 | 2025-09-20T23:31:23.495Z | Compiling paste v1.0.15 |
| 1824 | 2025-09-20T23:31:23.679Z | Compiling byteorder v1.5.0 |
| 1825 | 2025-09-20T23:31:23.762Z | Compiling fnv v1.0.7 |
| 1826 | 2025-09-20T23:31:24.143Z | Compiling icu_provider v1.5.0 |
| 1827 | 2025-09-20T23:31:24.211Z | Compiling parking_lot v0.12.3 |
| 1828 | 2025-09-20T23:31:24.765Z | Compiling mio v1.0.2 |
| 1829 | 2025-09-20T23:31:24.918Z | Compiling icu_locid_transform v1.5.0 |
| 1830 | 2025-09-20T23:31:25.927Z | Compiling utf16_iter v1.0.5 |
| 1831 | 2025-09-20T23:31:25.966Z | Compiling icu_normalizer_data v1.5.0 |
| 1832 | 2025-09-20T23:31:26.084Z | Compiling which v4.4.2 |
| 1833 | 2025-09-20T23:31:26.109Z | Compiling icu_properties v1.5.1 |
| 1834 | 2025-09-20T23:31:26.258Z | Compiling write16 v1.0.0 |
| 1835 | 2025-09-20T23:31:26.428Z | Compiling utf8_iter v1.0.4 |
| 1836 | 2025-09-20T23:31:26.538Z | Compiling heck v0.5.0 |
| 1837 | 2025-09-20T23:31:26.713Z | Compiling crypto-common v0.1.6 |
| 1838 | 2025-09-20T23:31:26.955Z | Compiling socket2 v0.6.0 |
| 1839 | 2025-09-20T23:31:27.470Z | Compiling const-oid v0.9.6 |
| 1840 | 2025-09-20T23:31:28.107Z | Compiling tokio v1.47.0 |
| 1841 | 2025-09-20T23:31:28.774Z | Compiling indexmap v2.11.0 |
| 1842 | 2025-09-20T23:31:29.007Z | Compiling form_urlencoded v1.2.2 |
| 1843 | 2025-09-20T23:31:29.334Z | Compiling ring v0.17.14 |
| 1844 | 2025-09-20T23:31:29.437Z | Compiling icu_normalizer v1.5.0 |
| 1845 | 2025-09-20T23:31:30.173Z | Compiling der_derive v0.7.3 |
| 1846 | 2025-09-20T23:31:30.405Z | Compiling idna_adapter v1.2.0 |
| 1847 | 2025-09-20T23:31:30.638Z | Compiling idna v1.0.3 |
| 1848 | 2025-09-20T23:31:30.729Z | Compiling tracing-attributes v0.1.27 |
| 1849 | 2025-09-20T23:31:31.244Z | Compiling aws-lc-rs v1.12.4 |
| 1850 | 2025-09-20T23:31:31.311Z | Compiling vcpkg v0.2.15 |
| 1851 | 2025-09-20T23:31:31.605Z | Compiling thiserror v2.0.16 |
| 1852 | 2025-09-20T23:31:32.074Z | Compiling url v2.5.4 |
| 1853 | 2025-09-20T23:31:32.455Z | Compiling openssl-sys v0.9.109 |
| 1854 | 2025-09-20T23:31:33.524Z | Compiling block-buffer v0.10.4 |
| 1855 | 2025-09-20T23:31:33.760Z | Compiling futures-core v0.3.31 |
| 1856 | 2025-09-20T23:31:34.296Z | Compiling digest v0.10.7 |
| 1857 | 2025-09-20T23:31:34.423Z | Compiling thiserror-impl v2.0.16 |
| 1858 | 2025-09-20T23:31:35.037Z | Compiling httparse v1.9.5 |
| 1859 | 2025-09-20T23:31:35.377Z | Compiling zerocopy v0.7.35 |
| 1860 | 2025-09-20T23:31:35.784Z | Compiling aws-lc-sys v0.26.0 |
| 1861 | 2025-09-20T23:31:35.819Z | Compiling iana-time-zone v0.1.63 |
| 1862 | 2025-09-20T23:31:36.327Z | Compiling chrono v0.4.41 |
| 1863 | 2025-09-20T23:31:36.682Z | Compiling uuid v1.18.1 |
| 1864 | 2025-09-20T23:31:36.947Z | Compiling syn v1.0.109 |
| 1865 | 2025-09-20T23:31:37.838Z | Compiling futures-sink v0.3.31 |
| 1866 | 2025-09-20T23:31:37.933Z | Compiling time-core v0.1.6 |
| 1867 | 2025-09-20T23:31:37.984Z | Compiling num-conv v0.1.0 |
| 1868 | 2025-09-20T23:31:38.029Z | Compiling futures-channel v0.3.31 |
| 1869 | 2025-09-20T23:31:38.251Z | Compiling time-macros v0.2.24 |
| 1870 | 2025-09-20T23:31:39.800Z | Compiling pin-utils v0.1.0 |
| 1871 | 2025-09-20T23:31:39.910Z | Compiling futures-task v0.3.31 |
| 1872 | 2025-09-20T23:31:40.163Z | Compiling cpufeatures v0.2.14 |
| 1873 | 2025-09-20T23:31:40.318Z | Compiling strsim v0.11.1 |
| 1874 | 2025-09-20T23:31:40.394Z | Compiling openssl v0.10.73 |
| 1875 | 2025-09-20T23:31:40.471Z | Compiling futures-io v0.3.31 |
| 1876 | 2025-09-20T23:31:40.797Z | Compiling futures-util v0.3.31 |
| 1877 | 2025-09-20T23:31:40.882Z | Compiling hmac v0.12.1 |
| 1878 | 2025-09-20T23:31:41.021Z | Compiling rustc_version v0.4.1 |
| 1879 | 2025-09-20T23:31:41.125Z | Compiling serde_tokenstream v0.2.2 |
| 1880 | 2025-09-20T23:31:41.509Z | Compiling zerocopy v0.8.26 |
| 1881 | 2025-09-20T23:31:41.786Z | Compiling block-padding v0.3.3 |
| 1882 | 2025-09-20T23:31:42.025Z | Compiling openssl-macros v0.1.1 |
| 1883 | 2025-09-20T23:31:42.117Z | Compiling scroll_derive v0.12.0 |
| 1884 | 2025-09-20T23:31:42.643Z | Compiling ucd-trie v0.1.7 |
| 1885 | 2025-09-20T23:31:43.139Z | Compiling crossbeam-utils v0.8.21 |
| 1886 | 2025-09-20T23:31:43.169Z | Compiling rustls v0.23.19 |
| 1887 | 2025-09-20T23:31:43.207Z | Compiling native-tls v0.2.12 |
| 1888 | 2025-09-20T23:31:43.243Z | Compiling dyn-clone v1.0.20 |
| 1889 | 2025-09-20T23:31:43.558Z | Compiling pest v2.7.14 |
| 1890 | 2025-09-20T23:31:43.611Z | Compiling inout v0.1.3 |
| 1891 | 2025-09-20T23:31:43.662Z | Compiling zerocopy-derive v0.8.26 |
| 1892 | 2025-09-20T23:31:46.023Z | Compiling pest_meta v2.7.14 |
| 1893 | 2025-09-20T23:31:46.351Z | Compiling cipher v0.4.4 |
| 1894 | 2025-09-20T23:31:46.545Z | Compiling sha2 v0.10.9 |
| 1895 | 2025-09-20T23:31:47.171Z | Compiling http v1.3.1 |
| 1896 | 2025-09-20T23:31:47.627Z | Compiling cookie v0.18.1 |
| 1897 | 2025-09-20T23:31:47.925Z | Compiling rustversion v1.0.22 |
| 1898 | 2025-09-20T23:31:48.330Z | Compiling base64ct v1.6.0 |
| 1899 | 2025-09-20T23:31:48.828Z | Compiling pem-rfc7468 v0.7.0 |
| 1900 | 2025-09-20T23:31:48.951Z | Compiling pest_generator v2.7.14 |
| 1901 | 2025-09-20T23:31:49.357Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1902 | 2025-09-20T23:31:49.971Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1903 | 2025-09-20T23:31:50.227Z | Compiling slog v2.7.0 |
| 1904 | 2025-09-20T23:31:50.389Z | Compiling anyhow v1.0.99 |
| 1905 | 2025-09-20T23:31:50.633Z | Compiling flagset v0.4.6 |
| 1906 | 2025-09-20T23:31:50.856Z | Compiling der v0.7.9 |
| 1907 | 2025-09-20T23:31:50.881Z | Compiling pest_derive v2.7.14 |
| 1908 | 2025-09-20T23:31:51.971Z | Compiling toml_datetime v0.6.11 |
| 1909 | 2025-09-20T23:31:52.167Z | Compiling serde_spanned v0.6.9 |
| 1910 | 2025-09-20T23:31:52.379Z | Compiling tracing-core v0.1.32 |
| 1911 | 2025-09-20T23:31:52.407Z | Compiling usdt-impl v0.5.0 |
| 1912 | 2025-09-20T23:31:52.449Z | Compiling rustls-pki-types v1.10.0 |
| 1913 | 2025-09-20T23:31:52.685Z | Compiling spki v0.7.3 |
| 1914 | 2025-09-20T23:31:52.911Z | Compiling salsa20 v0.10.2 |
| 1915 | 2025-09-20T23:31:53.035Z | Compiling scroll v0.12.0 |
| 1916 | 2025-09-20T23:31:53.150Z | Compiling tracing v0.1.40 |
| 1917 | 2025-09-20T23:31:53.201Z | Compiling pbkdf2 v0.12.2 |
| 1918 | 2025-09-20T23:31:53.377Z | Compiling ppv-lite86 v0.2.20 |
| 1919 | 2025-09-20T23:31:53.909Z | Compiling rustix v1.0.7 |
| 1920 | 2025-09-20T23:31:54.165Z | Compiling litrs v0.4.1 |
| 1921 | 2025-09-20T23:31:54.190Z | Compiling winnow v0.5.40 |
| 1922 | 2025-09-20T23:31:54.190Z | Compiling plain v0.2.3 |
| 1923 | 2025-09-20T23:31:54.403Z | Compiling goblin v0.8.2 |
| 1924 | 2025-09-20T23:31:54.464Z | Compiling scrypt v0.11.0 |
| 1925 | 2025-09-20T23:31:54.489Z | Compiling aes v0.8.4 |
| 1926 | 2025-09-20T23:31:54.535Z | Compiling cbc v0.1.2 |
| 1927 | 2025-09-20T23:31:54.756Z | Compiling tokio-util v0.7.15 |
| 1928 | 2025-09-20T23:31:55.019Z | Compiling document-features v0.2.11 |
| 1929 | 2025-09-20T23:31:55.912Z | Compiling adler2 v2.0.0 |
| 1930 | 2025-09-20T23:31:56.181Z | Compiling untrusted v0.7.1 |
| 1931 | 2025-09-20T23:31:56.392Z | Compiling newtype-uuid v1.2.4 |
| 1932 | 2025-09-20T23:31:56.699Z | Compiling untrusted v0.9.0 |
| 1933 | 2025-09-20T23:31:56.934Z | Compiling toml_edit v0.19.15 |
| 1934 | 2025-09-20T23:31:57.111Z | Compiling powerfmt v0.2.0 |
| 1935 | 2025-09-20T23:31:57.311Z | Compiling pretty-hex v0.4.1 |
| 1936 | 2025-09-20T23:31:57.567Z | Compiling deranged v0.5.3 |
| 1937 | 2025-09-20T23:31:57.605Z | Compiling miniz_oxide v0.8.5 |
| 1938 | 2025-09-20T23:31:58.728Z | Compiling pkcs5 v0.7.1 |
| 1939 | 2025-09-20T23:31:59.690Z | Compiling dof v0.3.0 |
| 1940 | 2025-09-20T23:32:00.906Z | Compiling dtrace-parser v0.2.0 |
| 1941 | 2025-09-20T23:32:00.949Z | Compiling http-body v1.0.1 |
| 1942 | 2025-09-20T23:32:01.225Z | Compiling heapless v0.7.17 |
| 1943 | 2025-09-20T23:32:02.097Z | Compiling thread-id v4.2.2 |
| 1944 | 2025-09-20T23:32:02.206Z | Compiling num_threads v0.1.7 |
| 1945 | 2025-09-20T23:32:02.366Z | Compiling zstd-safe v7.2.3 |
| 1946 | 2025-09-20T23:32:02.432Z | Compiling signal-hook v0.3.18 |
| 1947 | 2025-09-20T23:32:02.703Z | Compiling atomic-waker v1.1.2 |
| 1948 | 2025-09-20T23:32:02.793Z | Compiling base64 v0.22.1 |
| 1949 | 2025-09-20T23:32:03.100Z | Compiling time v0.3.43 |
| 1950 | 2025-09-20T23:32:04.294Z | Compiling pkcs8 v0.10.2 |
| 1951 | 2025-09-20T23:32:04.763Z | Compiling ident_case v1.0.1 |
| 1952 | 2025-09-20T23:32:04.862Z | Compiling tower-service v0.3.3 |
| 1953 | 2025-09-20T23:32:05.235Z | Compiling try-lock v0.2.5 |
| 1954 | 2025-09-20T23:32:05.824Z | Compiling tinyvec_macros v0.1.1 |
| 1955 | 2025-09-20T23:32:05.948Z | Compiling tinyvec v1.8.0 |
| 1956 | 2025-09-20T23:32:05.997Z | Compiling want v0.3.1 |
| 1957 | 2025-09-20T23:32:07.258Z | Compiling h2 v0.4.6 |
| 1958 | 2025-09-20T23:32:08.862Z | Compiling curve25519-dalek v4.1.3 |
| 1959 | 2025-09-20T23:32:09.305Z | Compiling rand_core v0.9.3 |
| 1960 | 2025-09-20T23:32:09.370Z | Compiling ipnet v2.11.0 |
| 1961 | 2025-09-20T23:32:09.414Z | Compiling async-trait v0.1.89 |
| 1962 | 2025-09-20T23:32:09.705Z | Compiling memoffset v0.9.1 |
| 1963 | 2025-09-20T23:32:10.053Z | Compiling foreign-types-shared v0.1.1 |
| 1964 | 2025-09-20T23:32:10.402Z | Compiling smoltcp v0.9.1 |
| 1965 | 2025-09-20T23:32:10.917Z | Compiling openssl-probe v0.1.5 |
| 1966 | 2025-09-20T23:32:11.131Z | Compiling gimli v0.31.1 |
| 1967 | 2025-09-20T23:32:11.860Z | Compiling num-bigint-dig v0.8.4 |
| 1968 | 2025-09-20T23:32:12.168Z | Compiling httpdate v1.0.3 |
| 1969 | 2025-09-20T23:32:12.714Z | Compiling foreign-types v0.3.2 |
| 1970 | 2025-09-20T23:32:14.112Z | Compiling rand_chacha v0.9.0 |
| 1971 | 2025-09-20T23:32:14.884Z | Compiling hyper v1.7.0 |
| 1972 | 2025-09-20T23:32:16.102Z | Compiling addr2line v0.24.2 |
| 1973 | 2025-09-20T23:32:18.462Z | Compiling usdt-attr-macro v0.5.0 |
| 1974 | 2025-09-20T23:32:19.775Z | Compiling usdt-macro v0.5.0 |
| 1975 | 2025-09-20T23:32:22.424Z | Compiling strum_macros v0.26.4 |
| 1976 | 2025-09-20T23:32:24.126Z | Compiling ipnetwork v0.21.1 |
| 1977 | 2025-09-20T23:32:25.526Z | Compiling daft-derive v0.1.4 |
| 1978 | 2025-09-20T23:32:25.550Z | Compiling object v0.36.5 |
| 1979 | 2025-09-20T23:32:26.223Z | Compiling rustc-demangle v0.1.24 |
| 1980 | 2025-09-20T23:32:27.225Z | Compiling cfg_aliases v0.2.1 |
| 1981 | 2025-09-20T23:32:27.358Z | Compiling utf8parse v0.2.2 |
| 1982 | 2025-09-20T23:32:27.399Z | Compiling anstyle v1.0.11 |
| 1983 | 2025-09-20T23:32:27.567Z | Compiling anstyle-parse v0.2.5 |
| 1984 | 2025-09-20T23:32:27.833Z | Compiling nix v0.29.0 |
| 1985 | 2025-09-20T23:32:32.258Z | Compiling hyper-util v0.1.16 |
| 1986 | 2025-09-20T23:32:33.345Z | Compiling backtrace v0.3.74 |
| 1987 | 2025-09-20T23:32:34.872Z | Compiling rand v0.9.2 |
| 1988 | 2025-09-20T23:32:35.972Z | Compiling unicode-normalization v0.1.24 |
| 1989 | 2025-09-20T23:32:38.131Z | Compiling strum_macros v0.27.1 |
| 1990 | 2025-09-20T23:32:38.656Z | Compiling hubpack_derive v0.1.1 |
| 1991 | 2025-09-20T23:32:39.474Z | Compiling signature v2.2.0 |
| 1992 | 2025-09-20T23:32:39.546Z | Compiling openapiv3 v2.2.0 |
| 1993 | 2025-09-20T23:32:39.735Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1994 | 2025-09-20T23:32:42.077Z | Compiling fs-err v3.1.1 |
| 1995 | 2025-09-20T23:32:42.399Z | Compiling ahash v0.8.12 |
| 1996 | 2025-09-20T23:32:42.487Z | Compiling crc32fast v1.4.2 |
| 1997 | 2025-09-20T23:32:42.832Z | Compiling is_terminal_polyfill v1.70.1 |
| 1998 | 2025-09-20T23:32:42.903Z | Compiling buf-list v1.0.3 |
| 1999 | 2025-09-20T23:32:42.989Z | Compiling siphasher v0.3.11 |
| 2000 | 2025-09-20T23:32:43.078Z | Compiling anstyle-query v1.1.1 |
| 2001 | 2025-09-20T23:32:43.254Z | Compiling colorchoice v1.0.2 |
| 2002 | 2025-09-20T23:32:43.370Z | Compiling unicode-properties v0.1.3 |
| 2003 | 2025-09-20T23:32:43.411Z | Compiling zlib-rs v0.5.1 |
| 2004 | 2025-09-20T23:32:43.461Z | Compiling unicode-bidi v0.3.17 |
| 2005 | 2025-09-20T23:32:44.387Z | Compiling stringprep v0.1.5 |
| 2006 | 2025-09-20T23:32:44.544Z | Compiling anstream v0.6.18 |
| 2007 | 2025-09-20T23:32:45.122Z | Compiling phf_shared v0.11.2 |
| 2008 | 2025-09-20T23:32:48.225Z | Compiling libz-rs-sys v0.5.1 |
| 2009 | 2025-09-20T23:32:53.267Z | Compiling http-body-util v0.1.3 |
| 2010 | 2025-09-20T23:32:53.330Z | Compiling rand_chacha v0.3.1 |
| 2011 | 2025-09-20T23:32:53.833Z | Compiling sync_wrapper v1.0.1 |
| 2012 | 2025-09-20T23:32:53.888Z | Compiling md-5 v0.10.6 |
| 2013 | 2025-09-20T23:32:54.045Z | Compiling num-integer v0.1.46 |
| 2014 | 2025-09-20T23:32:54.181Z | Compiling hash32 v0.2.1 |
| 2015 | 2025-09-20T23:32:54.301Z | Compiling ff v0.13.0 |
| 2016 | 2025-09-20T23:32:54.542Z | Compiling encoding_rs v0.8.34 |
| 2017 | 2025-09-20T23:32:54.566Z | Compiling psl-types v2.0.11 |
| 2018 | 2025-09-20T23:32:54.808Z | Compiling base16ct v0.2.0 |
| 2019 | 2025-09-20T23:32:54.959Z | Compiling fallible-iterator v0.2.0 |
| 2020 | 2025-09-20T23:32:55.649Z | Compiling tower-layer v0.3.3 |
| 2021 | 2025-09-20T23:32:56.335Z | Compiling mime v0.3.17 |
| 2022 | 2025-09-20T23:32:56.497Z | Compiling tower v0.5.2 |
| 2023 | 2025-09-20T23:32:57.309Z | Compiling postgres-protocol v0.6.8 |
| 2024 | 2025-09-20T23:32:58.214Z | Compiling sec1 v0.7.3 |
| 2025 | 2025-09-20T23:32:58.317Z | Compiling publicsuffix v2.3.0 |
| 2026 | 2025-09-20T23:32:58.752Z | Compiling num-iter v0.1.45 |
| 2027 | 2025-09-20T23:32:59.008Z | Compiling group v0.13.0 |
| 2028 | 2025-09-20T23:33:00.358Z | Compiling rand v0.8.5 |
| 2029 | 2025-09-20T23:33:01.508Z | Compiling tokio-native-tls v0.3.1 |
| 2030 | 2025-09-20T23:33:02.003Z | Compiling flate2 v1.1.2 |
| 2031 | 2025-09-20T23:33:02.471Z | Compiling rustls-webpki v0.102.8 |
| 2032 | 2025-09-20T23:33:02.986Z | Compiling rustls-native-certs v0.8.1 |
| 2033 | 2025-09-20T23:33:04.094Z | Compiling webpki-roots v1.0.1 |
| 2034 | 2025-09-20T23:33:04.727Z | Compiling hkdf v0.12.4 |
| 2035 | 2025-09-20T23:33:05.089Z | Compiling serde_urlencoded v0.7.1 |
| 2036 | 2025-09-20T23:33:05.113Z | Compiling clap_derive v4.5.41 |
| 2037 | 2025-09-20T23:33:05.330Z | Compiling enum-as-inner v0.6.1 |
| 2038 | 2025-09-20T23:33:05.354Z | Compiling terminal_size v0.4.0 |
| 2039 | 2025-09-20T23:33:05.658Z | Compiling crypto-bigint v0.5.5 |
| 2040 | 2025-09-20T23:33:05.689Z | Compiling serde_repr v0.1.19 |
| 2041 | 2025-09-20T23:33:06.364Z | Compiling managed v0.8.0 |
| 2042 | 2025-09-20T23:33:06.619Z | Compiling lockfree-object-pool v0.1.6 |
| 2043 | 2025-09-20T23:33:07.107Z | Compiling iri-string v0.7.8 |
| 2044 | 2025-09-20T23:33:07.800Z | Compiling bitflags v1.3.2 |
| 2045 | 2025-09-20T23:33:08.559Z | Compiling simd-adler32 v0.3.7 |
| 2046 | 2025-09-20T23:33:09.092Z | Compiling bumpalo v3.16.0 |
| 2047 | 2025-09-20T23:33:09.593Z | Compiling clap_lex v0.7.4 |
| 2048 | 2025-09-20T23:33:09.617Z | Compiling winnow v0.7.10 |
| 2049 | 2025-09-20T23:33:10.018Z | Compiling tokio-rustls v0.26.0 |
| 2050 | 2025-09-20T23:33:10.457Z | Compiling tower-http v0.6.6 |
| 2051 | 2025-09-20T23:33:12.561Z | Compiling hyper-rustls v0.27.7 |
| 2052 | 2025-09-20T23:33:12.721Z | Compiling clap_builder v4.5.41 |
| 2053 | 2025-09-20T23:33:13.130Z | Compiling zopfli v0.8.1 |
| 2054 | 2025-09-20T23:33:13.805Z | Compiling elliptic-curve v0.13.8 |
| 2055 | 2025-09-20T23:33:14.546Z | Compiling oxnet v0.1.3 |
| 2056 | 2025-09-20T23:33:15.240Z | Compiling hyper-tls v0.6.0 |
| 2057 | 2025-09-20T23:33:18.078Z | Compiling zstd v0.13.3 |
| 2058 | 2025-09-20T23:33:18.161Z | Compiling signal-hook-mio v0.2.4 |
| 2059 | 2025-09-20T23:33:18.283Z | Compiling cookie_store v0.21.1 |
| 2060 | 2025-09-20T23:33:18.542Z | Compiling postgres-types v0.2.9 |
| 2061 | 2025-09-20T23:33:18.791Z | Compiling phf v0.11.2 |
| 2062 | 2025-09-20T23:33:19.451Z | Compiling strum v0.27.2 |
| 2063 | 2025-09-20T23:33:19.591Z | Compiling ed25519 v2.2.3 |
| 2064 | 2025-09-20T23:33:19.624Z | Compiling hubpack v0.1.2 |
| 2065 | 2025-09-20T23:33:19.655Z | Compiling bzip2 v0.4.4 |
| 2066 | 2025-09-20T23:33:19.679Z | Compiling bzip2 v0.5.2 |
| 2067 | 2025-09-20T23:33:20.025Z | Compiling crossbeam-epoch v0.9.18 |
| 2068 | 2025-09-20T23:33:20.055Z | Compiling pkcs1 v0.7.5 |
| 2069 | 2025-09-20T23:33:20.706Z | Compiling rfc6979 v0.4.0 |
| 2070 | 2025-09-20T23:33:20.936Z | Compiling float-cmp v0.10.0 |
| 2071 | 2025-09-20T23:33:21.173Z | Compiling serde-big-array v0.5.1 |
| 2072 | 2025-09-20T23:33:21.198Z | Compiling bstr v1.10.0 |
| 2073 | 2025-09-20T23:33:21.325Z | Compiling regress v0.10.4 |
| 2074 | 2025-09-20T23:33:21.427Z | Compiling env_filter v0.1.2 |
| 2075 | 2025-09-20T23:33:21.549Z | Compiling socket2 v0.5.10 |
| 2076 | 2025-09-20T23:33:21.923Z | Compiling memmap v0.7.0 |
| 2077 | 2025-09-20T23:33:22.232Z | Compiling toml_write v0.1.2 |
| 2078 | 2025-09-20T23:33:22.282Z | Compiling static_assertions v1.1.0 |
| 2079 | 2025-09-20T23:33:22.396Z | Compiling whoami v1.5.2 |
| 2080 | 2025-09-20T23:33:22.485Z | Compiling fixedbitset v0.4.2 |
| 2081 | 2025-09-20T23:33:22.586Z | Compiling difflib v0.4.0 |
| 2082 | 2025-09-20T23:33:22.854Z | Compiling data-encoding v2.9.0 |
| 2083 | 2025-09-20T23:33:22.878Z | Compiling precomputed-hash v0.1.1 |
| 2084 | 2025-09-20T23:33:23.783Z | Compiling predicates-core v1.0.8 |
| 2085 | 2025-09-20T23:33:23.905Z | Compiling unicode-segmentation v1.12.0 |
| 2086 | 2025-09-20T23:33:24.032Z | Compiling normalize-line-endings v0.3.0 |
| 2087 | 2025-09-20T23:33:24.140Z | Compiling new_debug_unreachable v1.0.6 |
| 2088 | 2025-09-20T23:33:24.191Z | Compiling predicates v3.1.3 |
| 2089 | 2025-09-20T23:33:24.259Z | Compiling string_cache v0.8.9 |
| 2090 | 2025-09-20T23:33:24.600Z | Compiling similar v2.7.0 |
| 2091 | 2025-09-20T23:33:24.651Z | Compiling typify-impl v0.3.0 |
| 2092 | 2025-09-20T23:33:24.677Z | Compiling reqwest v0.12.22 |
| 2093 | 2025-09-20T23:33:25.601Z | Compiling hickory-proto v0.25.2 |
| 2094 | 2025-09-20T23:33:26.109Z | Compiling toml_edit v0.22.27 |
| 2095 | 2025-09-20T23:33:29.218Z | Compiling petgraph v0.6.5 |
| 2096 | 2025-09-20T23:33:31.130Z | Compiling tokio-postgres v0.7.13 |
| 2097 | 2025-09-20T23:33:31.269Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2098 | 2025-09-20T23:33:32.329Z | Compiling usdt v0.5.0 |
| 2099 | 2025-09-20T23:33:32.460Z | Compiling env_logger v0.11.5 |
| 2100 | 2025-09-20T23:33:32.776Z | Compiling ecdsa v0.16.9 |
| 2101 | 2025-09-20T23:33:33.582Z | Compiling rsa v0.9.6 |
| 2102 | 2025-09-20T23:33:34.418Z | Compiling zip v4.2.0 |
| 2103 | 2025-09-20T23:33:34.967Z | Compiling zip v0.6.6 |
| 2104 | 2025-09-20T23:33:35.051Z | Compiling ed25519-dalek v2.1.1 |
| 2105 | 2025-09-20T23:33:36.240Z | Compiling crossterm v0.28.1 |
| 2106 | 2025-09-20T23:33:36.437Z | Compiling clap v4.5.41 |
| 2107 | 2025-09-20T23:33:36.655Z | Compiling daft v0.1.4 |
| 2108 | 2025-09-20T23:33:37.097Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2109 | 2025-09-20T23:33:37.423Z | Compiling strum v0.26.3 |
| 2110 | 2025-09-20T23:33:37.488Z | Compiling darling_core v0.21.0 |
| 2111 | 2025-09-20T23:33:37.635Z | Compiling tokio-stream v0.1.17 |
| 2112 | 2025-09-20T23:33:37.709Z | Compiling toml v0.7.8 |
| 2113 | 2025-09-20T23:33:38.525Z | Compiling x509-cert v0.2.5 |
| 2114 | 2025-09-20T23:33:39.403Z | Compiling sha1 v0.10.6 |
| 2115 | 2025-09-20T23:33:39.783Z | Compiling itertools v0.10.5 |
| 2116 | 2025-09-20T23:33:41.511Z | Compiling winnow v0.6.26 |
| 2117 | 2025-09-20T23:33:41.902Z | Compiling peg-runtime v0.8.5 |
| 2118 | 2025-09-20T23:33:42.172Z | Compiling unicode-xid v0.2.6 |
| 2119 | 2025-09-20T23:33:42.260Z | Compiling lalrpop-util v0.19.12 |
| 2120 | 2025-09-20T23:33:42.614Z | Compiling rustc-hash v2.1.1 |
| 2121 | 2025-09-20T23:33:42.884Z | Compiling darling_macro v0.21.0 |
| 2122 | 2025-09-20T23:33:44.035Z | Compiling typify-macro v0.3.0 |
| 2123 | 2025-09-20T23:33:44.456Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2124 | 2025-09-20T23:33:46.158Z | Compiling camino v1.2.0 |
| 2125 | 2025-09-20T23:33:47.606Z | Compiling rayon-core v1.12.1 |
| 2126 | 2025-09-20T23:33:51.704Z | Compiling darling v0.21.0 |
| 2127 | 2025-09-20T23:33:51.917Z | Compiling proc-macro-crate v1.3.1 |
| 2128 | 2025-09-20T23:33:52.202Z | Compiling macaddr v1.0.1 |
| 2129 | 2025-09-20T23:33:52.328Z | Compiling structmeta-derive v0.3.0 |
| 2130 | 2025-09-20T23:33:52.985Z | Compiling itertools v0.14.0 |
| 2131 | 2025-09-20T23:33:53.515Z | Compiling ref-cast v1.0.24 |
| 2132 | 2025-09-20T23:33:54.710Z | Compiling fastrand v2.1.1 |
| 2133 | 2025-09-20T23:33:54.979Z | Compiling heapless v0.8.0 |
| 2134 | 2025-09-20T23:33:55.305Z | Compiling tempfile v3.20.0 |
| 2135 | 2025-09-20T23:33:55.581Z | Compiling ingot-macros v0.1.1 |
| 2136 | 2025-09-20T23:33:56.812Z | Compiling structmeta v0.3.0 |
| 2137 | 2025-09-20T23:33:58.622Z | Compiling num_enum_derive v0.5.11 |
| 2138 | 2025-09-20T23:34:00.476Z | Compiling crossbeam-deque v0.8.5 |
| 2139 | 2025-09-20T23:34:01.693Z | Compiling hash32 v0.3.1 |
| 2140 | 2025-09-20T23:34:01.969Z | Compiling ref-cast-impl v1.0.24 |
| 2141 | 2025-09-20T23:34:06.754Z | Compiling smoltcp v0.11.0 |
| 2142 | 2025-09-20T23:34:07.283Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2143 | 2025-09-20T23:34:15.007Z | Compiling ingot-types v0.1.2 |
| 2144 | 2025-09-20T23:34:15.562Z | Compiling num_enum v0.5.11 |
| 2145 | 2025-09-20T23:34:15.969Z | Compiling typify v0.3.0 |
| 2146 | 2025-09-20T23:34:18.503Z | Compiling darling_core v0.20.10 |
| 2147 | 2025-09-20T23:34:20.070Z | Compiling proc-macro-error-attr v1.0.4 |
| 2148 | 2025-09-20T23:34:20.817Z | Compiling cobs v0.2.3 |
| 2149 | 2025-09-20T23:34:21.248Z | Compiling rustls v0.22.4 |
| 2150 | 2025-09-20T23:34:21.465Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2151 | 2025-09-20T23:34:21.815Z | Compiling unsafe-libyaml v0.2.11 |
| 2152 | 2025-09-20T23:34:22.898Z | Compiling darling_macro v0.20.10 |
| 2153 | 2025-09-20T23:34:23.179Z | Compiling serde_yaml v0.9.34+deprecated |
| 2154 | 2025-09-20T23:34:26.054Z | Compiling postcard v1.0.10 |
| 2155 | 2025-09-20T23:34:31.604Z | Compiling progenitor-impl v0.9.1 |
| 2156 | 2025-09-20T23:34:33.288Z | Compiling ingot v0.1.1 |
| 2157 | 2025-09-20T23:34:38.046Z | Compiling futures-executor v0.3.31 |
| 2158 | 2025-09-20T23:34:38.786Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2159 | 2025-09-20T23:34:38.810Z | Compiling hex v0.4.3 |
| 2160 | 2025-09-20T23:34:38.897Z | Compiling foreign-types-macros v0.2.3 |
| 2161 | 2025-09-20T23:34:39.510Z | Compiling thread_local v1.1.8 |
| 2162 | 2025-09-20T23:34:39.534Z | Compiling wait-timeout v0.2.0 |
| 2163 | 2025-09-20T23:34:39.675Z | Compiling proc-macro-error v1.0.4 |
| 2164 | 2025-09-20T23:34:39.978Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2165 | 2025-09-20T23:34:40.009Z | Compiling multer v3.1.0 |
| 2166 | 2025-09-20T23:34:40.148Z | Compiling match_cfg v0.1.0 |
| 2167 | 2025-09-20T23:34:40.318Z | Compiling unicode-width v0.1.14 |
| 2168 | 2025-09-20T23:34:40.354Z | Compiling foreign-types-shared v0.3.1 |
| 2169 | 2025-09-20T23:34:40.450Z | Compiling bit-vec v0.8.0 |
| 2170 | 2025-09-20T23:34:40.533Z | Compiling quick-error v1.2.3 |
| 2171 | 2025-09-20T23:34:40.749Z | Compiling slog-async v2.8.0 |
| 2172 | 2025-09-20T23:34:40.884Z | Compiling bit-set v0.8.0 |
| 2173 | 2025-09-20T23:34:41.025Z | Compiling tabwriter v1.4.0 |
| 2174 | 2025-09-20T23:34:41.341Z | Compiling rusty-fork v0.3.0 |
| 2175 | 2025-09-20T23:34:41.412Z | Compiling foreign-types v0.5.0 |
| 2176 | 2025-09-20T23:34:41.718Z | Compiling hostname v0.3.1 |
| 2177 | 2025-09-20T23:34:41.875Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2178 | 2025-09-20T23:34:41.956Z | Compiling futures v0.3.31 |
| 2179 | 2025-09-20T23:34:42.030Z | Compiling progenitor-macro v0.9.1 |
| 2180 | 2025-09-20T23:34:43.195Z | Compiling darling v0.20.10 |
| 2181 | 2025-09-20T23:34:43.508Z | Compiling derive-ex v0.1.8 |
| 2182 | 2025-09-20T23:34:45.358Z | Compiling progenitor-client v0.9.1 |
| 2183 | 2025-09-20T23:34:46.086Z | Compiling toml_parser v1.0.2 |
| 2184 | 2025-09-20T23:34:46.221Z | Compiling slog-json v2.6.1 |
| 2185 | 2025-09-20T23:34:46.519Z | Compiling rand_xorshift v0.4.0 |
| 2186 | 2025-09-20T23:34:46.676Z | Compiling crossbeam-channel v0.5.15 |
| 2187 | 2025-09-20T23:34:46.795Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2188 | 2025-09-20T23:34:47.453Z | Compiling serde_spanned v1.0.0 |
| 2189 | 2025-09-20T23:34:47.748Z | Compiling toml_datetime v0.7.0 |
| 2190 | 2025-09-20T23:34:47.986Z | Compiling async-stream-impl v0.3.6 |
| 2191 | 2025-09-20T23:34:48.525Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2192 | 2025-09-20T23:34:48.924Z | Compiling cstr-argument v0.1.2 |
| 2193 | 2025-09-20T23:34:48.978Z | Compiling is-terminal v0.4.13 |
| 2194 | 2025-09-20T23:34:49.149Z | Compiling dropshot v0.16.4 |
| 2195 | 2025-09-20T23:34:49.240Z | Compiling crucible-workspace-hack v0.1.0 |
| 2196 | 2025-09-20T23:34:49.264Z | Compiling toml_writer v1.0.2 |
| 2197 | 2025-09-20T23:34:49.483Z | Compiling take_mut v0.2.2 |
| 2198 | 2025-09-20T23:34:49.582Z | Compiling typeid v1.0.3 |
| 2199 | 2025-09-20T23:34:49.686Z | Compiling pretty-hex v0.2.1 |
| 2200 | 2025-09-20T23:34:49.766Z | Compiling term v1.1.0 |
| 2201 | 2025-09-20T23:34:49.944Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2202 | 2025-09-20T23:34:50.022Z | Compiling unarray v0.1.4 |
| 2203 | 2025-09-20T23:34:50.249Z | Compiling proptest v1.7.0 |
| 2204 | 2025-09-20T23:34:50.380Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2205 | 2025-09-20T23:34:50.798Z | Compiling slog-term v2.9.2 |
| 2206 | 2025-09-20T23:34:51.123Z | Compiling progenitor v0.9.1 |
| 2207 | 2025-09-20T23:34:51.854Z | Compiling toml v0.9.5 |
| 2208 | 2025-09-20T23:34:53.404Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2209 | 2025-09-20T23:34:53.582Z | Compiling async-stream v0.3.6 |
| 2210 | 2025-09-20T23:34:53.910Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2211 | 2025-09-20T23:34:54.112Z | Compiling tokio-rustls v0.25.0 |
| 2212 | 2025-09-20T23:34:54.213Z | Compiling slog-bunyan v2.5.0 |
| 2213 | 2025-09-20T23:34:54.577Z | Compiling test-strategy v0.4.3 |
| 2214 | 2025-09-20T23:34:54.722Z | Compiling serde_with_macros v3.14.0 |
| 2215 | 2025-09-20T23:34:56.594Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2216 | 2025-09-20T23:34:56.796Z | Compiling rayon v1.10.0 |
| 2217 | 2025-09-20T23:34:57.202Z | Compiling parse-display-derive v0.10.0 |
| 2218 | 2025-09-20T23:34:57.629Z | Compiling colored v2.2.0 |
| 2219 | 2025-09-20T23:34:58.843Z | Compiling waitgroup v0.1.2 |
| 2220 | 2025-09-20T23:34:59.134Z | Compiling rustls-pemfile v2.2.0 |
| 2221 | 2025-09-20T23:34:59.603Z | Compiling dropshot_endpoint v0.16.4 |
| 2222 | 2025-09-20T23:34:59.977Z | Compiling hashbrown v0.16.0 |
| 2223 | 2025-09-20T23:35:00.105Z | Compiling serde_path_to_error v0.1.17 |
| 2224 | 2025-09-20T23:35:00.978Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2225 | 2025-09-20T23:35:01.336Z | Compiling derive-where v1.5.0 |
| 2226 | 2025-09-20T23:35:01.582Z | Compiling hostname v0.4.0 |
| 2227 | 2025-09-20T23:35:01.632Z | Compiling instant v0.1.13 |
| 2228 | 2025-09-20T23:35:01.826Z | Compiling foldhash v0.2.0 |
| 2229 | 2025-09-20T23:35:01.887Z | Compiling heck v0.4.1 |
| 2230 | 2025-09-20T23:35:02.256Z | Compiling debug-ignore v1.0.5 |
| 2231 | 2025-09-20T23:35:02.345Z | Compiling zone_cfg_derive v0.3.0 |
| 2232 | 2025-09-20T23:35:02.453Z | Compiling iddqd v0.3.13 |
| 2233 | 2025-09-20T23:35:03.159Z | Compiling backoff v0.4.0 |
| 2234 | 2025-09-20T23:35:03.429Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2235 | 2025-09-20T23:35:03.529Z | Compiling parse-display v0.10.0 |
| 2236 | 2025-09-20T23:35:03.752Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2237 | 2025-09-20T23:35:04.163Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2238 | 2025-09-20T23:35:05.253Z | Compiling serde_with v3.14.0 |
| 2239 | 2025-09-20T23:35:05.868Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2240 | 2025-09-20T23:35:06.489Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2241 | 2025-09-20T23:35:07.139Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2242 | 2025-09-20T23:35:07.511Z | Compiling camino-tempfile v1.4.1 |
| 2243 | 2025-09-20T23:35:07.562Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2244 | 2025-09-20T23:35:07.966Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2245 | 2025-09-20T23:35:08.219Z | Compiling progenitor-client v0.10.0 |
| 2246 | 2025-09-20T23:35:08.244Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2247 | 2025-09-20T23:35:08.895Z | Compiling num-derive v0.4.2 |
| 2248 | 2025-09-20T23:35:09.075Z | Compiling sigpipe v0.1.3 |
| 2249 | 2025-09-20T23:35:09.249Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2250 | 2025-09-20T23:35:09.753Z | Compiling jiff v0.2.15 |
| 2251 | 2025-09-20T23:35:10.625Z | Compiling libefi-sys v0.1.0 |
| 2252 | 2025-09-20T23:35:10.965Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2253 | 2025-09-20T23:35:11.503Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2254 | 2025-09-20T23:35:11.739Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2255 | 2025-09-20T23:35:12.297Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2256 | 2025-09-20T23:35:12.321Z | Compiling erased-serde v0.4.6 |
| 2257 | 2025-09-20T23:35:12.686Z | Compiling zone v0.3.1 |
| 2258 | 2025-09-20T23:35:14.655Z | Compiling smf v0.2.3 |
| 2259 | 2025-09-20T23:35:15.339Z | Compiling bitfield-struct v0.6.2 |
| 2260 | 2025-09-20T23:35:16.386Z | Compiling ordered-float v2.10.1 |
| 2261 | 2025-09-20T23:35:16.663Z | Compiling blake3 v1.5.4 |
| 2262 | 2025-09-20T23:35:16.780Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2263 | 2025-09-20T23:35:16.819Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2264 | 2025-09-20T23:35:16.940Z | Compiling serde-value v0.7.0 |
| 2265 | 2025-09-20T23:35:17.283Z | Compiling serde-untagged v0.1.7 |
| 2266 | 2025-09-20T23:35:17.462Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2267 | 2025-09-20T23:35:18.007Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2268 | 2025-09-20T23:35:18.156Z | Compiling toml v0.8.23 |
| 2269 | 2025-09-20T23:35:18.324Z | Compiling xattr v1.3.1 |
| 2270 | 2025-09-20T23:35:18.623Z | Compiling filetime v0.2.25 |
| 2271 | 2025-09-20T23:35:18.985Z | Compiling memmap2 v0.9.5 |
| 2272 | 2025-09-20T23:35:19.009Z | Compiling same-file v1.0.6 |
| 2273 | 2025-09-20T23:35:19.288Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2274 | 2025-09-20T23:35:19.440Z | Compiling constant_time_eq v0.3.1 |
| 2275 | 2025-09-20T23:35:19.521Z | Compiling arrayvec v0.7.6 |
| 2276 | 2025-09-20T23:35:19.665Z | Compiling unicode-width v0.2.0 |
| 2277 | 2025-09-20T23:35:19.963Z | Compiling arrayref v0.3.9 |
| 2278 | 2025-09-20T23:35:20.086Z | Compiling console v0.16.0 |
| 2279 | 2025-09-20T23:35:21.602Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2280 | 2025-09-20T23:35:21.647Z | Compiling walkdir v2.5.0 |
| 2281 | 2025-09-20T23:35:22.112Z | Compiling cargo-util-schemas v0.8.2 |
| 2282 | 2025-09-20T23:35:22.256Z | Compiling tar v0.4.44 |
| 2283 | 2025-09-20T23:35:22.905Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2284 | 2025-09-20T23:35:22.958Z | Compiling tokio-dtrace v0.1.0 |
| 2285 | 2025-09-20T23:35:23.299Z | Compiling gethostname v0.5.0 |
| 2286 | 2025-09-20T23:35:23.420Z | Compiling cargo-platform v0.2.0 |
| 2287 | 2025-09-20T23:35:23.531Z | Compiling fixedbitset v0.5.7 |
| 2288 | 2025-09-20T23:35:23.837Z | Compiling topological-sort v0.2.2 |
| 2289 | 2025-09-20T23:35:24.154Z | Compiling unit-prefix v0.5.1 |
| 2290 | 2025-09-20T23:35:24.493Z | Compiling indicatif v0.18.0 |
| 2291 | 2025-09-20T23:35:24.590Z | Compiling cargo_metadata v0.21.0 |
| 2292 | 2025-09-20T23:35:26.587Z | Compiling omicron-zone-package v0.12.2 |
| 2293 | 2025-09-20T23:35:26.970Z | Compiling petgraph v0.8.2 |
| 2294 | 2025-09-20T23:35:29.349Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2295 | 2025-09-20T23:35:29.749Z | Compiling oxide-tokio-rt v0.1.2 |
| 2296 | 2025-09-20T23:35:30.359Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2297 | 2025-09-20T23:35:31.566Z | Compiling indent_write v2.2.0 |
| 2298 | 2025-09-20T23:35:31.859Z | Compiling shell-words v1.1.0 |
| 2299 | 2025-09-20T23:35:31.901Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2300 | 2025-09-20T23:35:32.359Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2301 | 2025-09-20T23:35:52.709Z | Finished `release` profile [optimized] target(s) in 4m 49s |
| 2302 | 2025-09-20T23:35:52.870Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2303 | 2025-09-20T23:35:52.948Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2304 | 2025-09-20T23:35:52.973Z | Created new build target 'test' and set it as active |
| 2305 | 2025-09-20T23:35:52.973Z | |
| 2306 | 2025-09-20T23:35:52.973Z | real 4:49.804159509 |
| 2307 | 2025-09-20T23:35:52.973Z | user 32:10.012242725 |
| 2308 | 2025-09-20T23:35:52.973Z | sys 3:56.173799329 |
| 2309 | 2025-09-20T23:35:52.973Z | trap 1.316715226 |
| 2310 | 2025-09-20T23:35:52.973Z | tflt 0.937416873 |
| 2311 | 2025-09-20T23:35:52.973Z | dflt 0.937963259 |
| 2312 | 2025-09-20T23:35:52.973Z | kflt 0.000542232 |
| 2313 | 2025-09-20T23:35:52.973Z | lock 1:31:55.240523181 |
| 2314 | 2025-09-20T23:35:52.973Z | slp 2:13:58.166763678 |
| 2315 | 2025-09-20T23:35:52.973Z | lat 2:49.770836869 |
| 2316 | 2025-09-20T23:35:52.973Z | stop 4:59.428389871 |
| 2317 | 2025-09-20T23:35:52.974Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2318 | 2025-09-20T23:35:54.696Z | Finished `release` profile [optimized] target(s) in 1.65s |
| 2319 | 2025-09-20T23:35:54.780Z | Running `target/release/omicron-package -t test package` |
| 2320 | 2025-09-20T23:35:54.848Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2321 | 2025-09-20T23:35:57.363Z | Compiling typify-impl v0.4.3 |
| 2322 | 2025-09-20T23:35:57.448Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2323 | 2025-09-20T23:35:57.473Z | Compiling convert_case v0.4.0 |
| 2324 | 2025-09-20T23:35:57.497Z | Compiling num-rational v0.4.2 |
| 2325 | 2025-09-20T23:35:57.522Z | Compiling num-complex v0.4.6 |
| 2326 | 2025-09-20T23:35:57.547Z | Compiling float-ord v0.3.2 |
| 2327 | 2025-09-20T23:35:57.596Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2328 | 2025-09-20T23:35:57.718Z | Compiling bytecount v0.6.8 |
| 2329 | 2025-09-20T23:35:57.771Z | Compiling is-terminal v0.4.13 |
| 2330 | 2025-09-20T23:35:57.930Z | Compiling secrecy v0.10.3 |
| 2331 | 2025-09-20T23:35:58.052Z | Compiling console v0.15.10 |
| 2332 | 2025-09-20T23:35:58.158Z | Compiling derive_more v0.99.20 |
| 2333 | 2025-09-20T23:35:58.257Z | Compiling swrite v0.1.0 |
| 2334 | 2025-09-20T23:35:58.286Z | Compiling camino v1.2.0 |
| 2335 | 2025-09-20T23:35:58.379Z | Compiling password-hash v0.5.0 |
| 2336 | 2025-09-20T23:35:58.437Z | Compiling num v0.4.3 |
| 2337 | 2025-09-20T23:35:58.583Z | Compiling blake2 v0.10.6 |
| 2338 | 2025-09-20T23:35:59.354Z | Compiling argon2 v0.5.3 |
| 2339 | 2025-09-20T23:35:59.426Z | Compiling base64 v0.21.7 |
| 2340 | 2025-09-20T23:35:59.509Z | Compiling atomicwrites v0.4.4 |
| 2341 | 2025-09-20T23:36:00.004Z | Compiling newline-converter v0.3.0 |
| 2342 | 2025-09-20T23:36:00.231Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2343 | 2025-09-20T23:36:00.258Z | Compiling expectorate v1.2.0 |
| 2344 | 2025-09-20T23:36:00.378Z | Compiling fastrand v2.1.1 |
| 2345 | 2025-09-20T23:36:00.591Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2346 | 2025-09-20T23:36:00.630Z | Compiling rustls v0.22.4 |
| 2347 | 2025-09-20T23:36:00.671Z | Compiling thread_local v1.1.8 |
| 2348 | 2025-09-20T23:36:00.792Z | Compiling tempfile v3.20.0 |
| 2349 | 2025-09-20T23:36:00.835Z | Compiling wait-timeout v0.2.0 |
| 2350 | 2025-09-20T23:36:01.084Z | Compiling match_cfg v0.1.0 |
| 2351 | 2025-09-20T23:36:01.215Z | Compiling owo-colors v4.2.2 |
| 2352 | 2025-09-20T23:36:01.244Z | Compiling cancel-safe-futures v0.1.5 |
| 2353 | 2025-09-20T23:36:01.324Z | Compiling quick-error v1.2.3 |
| 2354 | 2025-09-20T23:36:01.441Z | Compiling bit-vec v0.8.0 |
| 2355 | 2025-09-20T23:36:01.520Z | Compiling rusty-fork v0.3.0 |
| 2356 | 2025-09-20T23:36:01.672Z | Compiling hostname v0.3.1 |
| 2357 | 2025-09-20T23:36:01.811Z | Compiling bit-set v0.8.0 |
| 2358 | 2025-09-20T23:36:01.917Z | Compiling ref-cast v1.0.24 |
| 2359 | 2025-09-20T23:36:02.011Z | Compiling multer v3.1.0 |
| 2360 | 2025-09-20T23:36:02.088Z | Compiling slog-async v2.8.0 |
| 2361 | 2025-09-20T23:36:02.119Z | Compiling crossbeam-channel v0.5.15 |
| 2362 | 2025-09-20T23:36:02.144Z | Compiling progenitor-client v0.9.1 |
| 2363 | 2025-09-20T23:36:02.176Z | Compiling toml_parser v1.0.2 |
| 2364 | 2025-09-20T23:36:02.647Z | Compiling slog-json v2.6.1 |
| 2365 | 2025-09-20T23:36:02.735Z | Compiling rand_xorshift v0.4.0 |
| 2366 | 2025-09-20T23:36:02.987Z | Compiling libsw-core v0.3.1 |
| 2367 | 2025-09-20T23:36:03.016Z | Compiling futures-executor v0.3.31 |
| 2368 | 2025-09-20T23:36:03.041Z | Compiling hex v0.4.3 |
| 2369 | 2025-09-20T23:36:03.311Z | Compiling toml_datetime v0.7.0 |
| 2370 | 2025-09-20T23:36:03.342Z | Compiling serde_spanned v1.0.0 |
| 2371 | 2025-09-20T23:36:03.468Z | Compiling toml_writer v1.0.2 |
| 2372 | 2025-09-20T23:36:03.613Z | Compiling take_mut v0.2.2 |
| 2373 | 2025-09-20T23:36:03.641Z | Compiling unarray v0.1.4 |
| 2374 | 2025-09-20T23:36:03.818Z | Compiling term v1.1.0 |
| 2375 | 2025-09-20T23:36:03.859Z | Compiling proptest v1.7.0 |
| 2376 | 2025-09-20T23:36:03.859Z | Compiling toml v0.9.5 |
| 2377 | 2025-09-20T23:36:04.749Z | Compiling slog-term v2.9.2 |
| 2378 | 2025-09-20T23:36:04.880Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2379 | 2025-09-20T23:36:05.097Z | Compiling futures v0.3.31 |
| 2380 | 2025-09-20T23:36:05.252Z | Compiling libsw v3.5.0 |
| 2381 | 2025-09-20T23:36:05.290Z | Compiling typify-macro v0.4.3 |
| 2382 | 2025-09-20T23:36:05.582Z | Compiling slog-bunyan v2.5.0 |
| 2383 | 2025-09-20T23:36:05.760Z | Compiling tokio-rustls v0.25.0 |
| 2384 | 2025-09-20T23:36:05.819Z | Compiling progenitor v0.9.1 |
| 2385 | 2025-09-20T23:36:06.797Z | Compiling async-stream v0.3.6 |
| 2386 | 2025-09-20T23:36:07.014Z | Compiling dropshot v0.16.4 |
| 2387 | 2025-09-20T23:36:07.089Z | Compiling waitgroup v0.1.2 |
| 2388 | 2025-09-20T23:36:07.118Z | Compiling rustls-pemfile v2.2.0 |
| 2389 | 2025-09-20T23:36:07.338Z | Compiling hashbrown v0.16.0 |
| 2390 | 2025-09-20T23:36:07.447Z | Compiling serde_path_to_error v0.1.17 |
| 2391 | 2025-09-20T23:36:08.146Z | Compiling hostname v0.4.0 |
| 2392 | 2025-09-20T23:36:08.175Z | Compiling typify v0.4.3 |
| 2393 | 2025-09-20T23:36:08.376Z | Compiling instant v0.1.13 |
| 2394 | 2025-09-20T23:36:08.404Z | Compiling progenitor-impl v0.10.0 |
| 2395 | 2025-09-20T23:36:08.429Z | Compiling foldhash v0.2.0 |
| 2396 | 2025-09-20T23:36:08.479Z | Compiling debug-ignore v1.0.5 |
| 2397 | 2025-09-20T23:36:08.573Z | Compiling linear-map v1.2.0 |
| 2398 | 2025-09-20T23:36:08.826Z | Compiling iddqd v0.3.13 |
| 2399 | 2025-09-20T23:36:09.014Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2400 | 2025-09-20T23:36:10.443Z | Compiling backoff v0.4.0 |
| 2401 | 2025-09-20T23:36:10.700Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2402 | 2025-09-20T23:36:10.798Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2403 | 2025-09-20T23:36:11.668Z | Compiling parse-display v0.10.0 |
| 2404 | 2025-09-20T23:36:12.176Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2405 | 2025-09-20T23:36:12.549Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2406 | 2025-09-20T23:36:12.767Z | Compiling serde_with v3.14.0 |
| 2407 | 2025-09-20T23:36:13.102Z | Compiling progenitor-macro v0.10.0 |
| 2408 | 2025-09-20T23:36:15.048Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2409 | 2025-09-20T23:36:15.431Z | Compiling progenitor-client v0.10.0 |
| 2410 | 2025-09-20T23:36:15.881Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2411 | 2025-09-20T23:36:16.787Z | Compiling macaddr v1.0.1 |
| 2412 | 2025-09-20T23:36:16.821Z | Compiling async-recursion v1.1.1 |
| 2413 | 2025-09-20T23:36:16.889Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2414 | 2025-09-20T23:36:17.007Z | Compiling globset v0.4.15 |
| 2415 | 2025-09-20T23:36:17.223Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2416 | 2025-09-20T23:36:17.759Z | Compiling utf-8 v0.7.6 |
| 2417 | 2025-09-20T23:36:17.946Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2418 | 2025-09-20T23:36:18.131Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2419 | 2025-09-20T23:36:21.850Z | Compiling progenitor v0.10.0 |
| 2420 | 2025-09-20T23:36:22.026Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2421 | 2025-09-20T23:36:22.109Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2422 | 2025-09-20T23:36:25.163Z | Compiling toml v0.8.23 |
| 2423 | 2025-09-20T23:36:26.321Z | Compiling pin-project-internal v1.1.6 |
| 2424 | 2025-09-20T23:36:27.964Z | Compiling keccak v0.1.5 |
| 2425 | 2025-09-20T23:36:28.278Z | Compiling pin-project v1.1.6 |
| 2426 | 2025-09-20T23:36:28.472Z | Compiling sha3 v0.10.8 |
| 2427 | 2025-09-20T23:36:28.815Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2428 | 2025-09-20T23:36:29.195Z | Compiling pem v3.0.5 |
| 2429 | 2025-09-20T23:36:29.262Z | Compiling prettyplease v0.2.36 |
| 2430 | 2025-09-20T23:36:29.304Z | Compiling snafu-derive v0.8.5 |
| 2431 | 2025-09-20T23:36:31.112Z | Compiling papergrid v0.11.0 |
| 2432 | 2025-09-20T23:36:31.511Z | Compiling tabled_derive v0.7.0 |
| 2433 | 2025-09-20T23:36:32.635Z | Compiling snafu v0.8.5 |
| 2434 | 2025-09-20T23:36:33.074Z | Compiling olpc-cjson v0.1.4 |
| 2435 | 2025-09-20T23:36:33.378Z | Compiling csv-core v0.1.11 |
| 2436 | 2025-09-20T23:36:33.713Z | Compiling serde_plain v1.0.2 |
| 2437 | 2025-09-20T23:36:34.138Z | Compiling typed-path v0.9.3 |
| 2438 | 2025-09-20T23:36:34.258Z | Compiling highway v1.3.0 |
| 2439 | 2025-09-20T23:36:35.549Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2440 | 2025-09-20T23:36:35.998Z | Compiling csv v1.3.1 |
| 2441 | 2025-09-20T23:36:37.786Z | Compiling tough v0.20.0 |
| 2442 | 2025-09-20T23:36:39.175Z | Compiling tabled v0.15.0 |
| 2443 | 2025-09-20T23:36:39.852Z | Compiling tungstenite v0.21.0 |
| 2444 | 2025-09-20T23:36:39.930Z | Compiling half v2.4.1 |
| 2445 | 2025-09-20T23:36:40.566Z | Compiling ciborium-io v0.2.2 |
| 2446 | 2025-09-20T23:36:40.741Z | Compiling semver v0.1.20 |
| 2447 | 2025-09-20T23:36:41.212Z | Compiling rustc_version v0.1.7 |
| 2448 | 2025-09-20T23:36:41.283Z | Compiling tokio-tungstenite v0.21.0 |
| 2449 | 2025-09-20T23:36:41.577Z | Compiling ciborium-ll v0.2.2 |
| 2450 | 2025-09-20T23:36:41.878Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2451 | 2025-09-20T23:36:42.055Z | Compiling ciborium v0.2.2 |
| 2452 | 2025-09-20T23:36:43.751Z | Compiling newtype_derive v0.1.6 |
| 2453 | 2025-09-20T23:36:44.034Z | Compiling unicode-linebreak v0.1.5 |
| 2454 | 2025-09-20T23:36:44.146Z | Compiling smawk v0.3.2 |
| 2455 | 2025-09-20T23:36:44.468Z | Compiling humantime v2.2.0 |
| 2456 | 2025-09-20T23:36:44.564Z | Compiling textwrap v0.16.2 |
| 2457 | 2025-09-20T23:36:45.483Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2458 | 2025-09-20T23:36:46.302Z | Compiling resolv-conf v0.7.0 |
| 2459 | 2025-09-20T23:36:47.255Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2460 | 2025-09-20T23:36:47.605Z | Compiling universal-hash v0.5.1 |
| 2461 | 2025-09-20T23:36:47.685Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2462 | 2025-09-20T23:36:47.860Z | Compiling opaque-debug v0.3.1 |
| 2463 | 2025-09-20T23:36:47.988Z | Compiling poly1305 v0.8.0 |
| 2464 | 2025-09-20T23:36:48.051Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2465 | 2025-09-20T23:36:48.742Z | Compiling steno v0.4.1 |
| 2466 | 2025-09-20T23:36:49.173Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2467 | 2025-09-20T23:36:49.383Z | Compiling chacha20 v0.9.1 |
| 2468 | 2025-09-20T23:36:49.505Z | Compiling aead v0.5.2 |
| 2469 | 2025-09-20T23:36:49.631Z | Compiling thiserror-no-std v2.0.2 |
| 2470 | 2025-09-20T23:36:49.798Z | Compiling chacha20poly1305 v0.10.1 |
| 2471 | 2025-09-20T23:36:49.854Z | Compiling vsss-rs v3.3.4 |
| 2472 | 2025-09-20T23:36:49.934Z | Compiling linked-hash-map v0.5.6 |
| 2473 | 2025-09-20T23:36:50.060Z | Compiling hickory-proto v0.24.4 |
| 2474 | 2025-09-20T23:36:50.357Z | Compiling lru-cache v0.1.2 |
| 2475 | 2025-09-20T23:36:50.609Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2476 | 2025-09-20T23:36:50.739Z | Compiling slog-dtrace v0.3.0 |
| 2477 | 2025-09-20T23:36:51.070Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2478 | 2025-09-20T23:36:51.477Z | Compiling moka v0.12.10 |
| 2479 | 2025-09-20T23:36:51.789Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2480 | 2025-09-20T23:36:54.917Z | Compiling tagptr v0.2.0 |
| 2481 | 2025-09-20T23:36:55.237Z | Compiling hickory-resolver v0.24.4 |
| 2482 | 2025-09-20T23:36:59.294Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2483 | 2025-09-20T23:36:59.684Z | Compiling qorb v0.4.1 |
| 2484 | 2025-09-20T23:37:06.760Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2485 | 2025-09-20T23:37:06.915Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2486 | 2025-09-20T23:37:07.903Z | Compiling hickory-resolver v0.25.2 |
| 2487 | 2025-09-20T23:37:08.152Z | Compiling derive_builder_core v0.20.2 |
| 2488 | 2025-09-20T23:37:11.054Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2489 | 2025-09-20T23:37:12.112Z | Compiling derive_builder_macro v0.20.2 |
| 2490 | 2025-09-20T23:37:12.571Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2491 | 2025-09-20T23:37:12.871Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2492 | 2025-09-20T23:37:13.127Z | Compiling itertools v0.13.0 |
| 2493 | 2025-09-20T23:37:16.271Z | Compiling nix v0.30.1 |
| 2494 | 2025-09-20T23:37:16.939Z | Compiling vergen-lib v0.1.6 |
| 2495 | 2025-09-20T23:37:16.993Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2496 | 2025-09-20T23:37:17.273Z | Compiling display-error-chain v0.2.2 |
| 2497 | 2025-09-20T23:37:17.524Z | Compiling derive_builder v0.20.2 |
| 2498 | 2025-09-20T23:37:17.549Z | Compiling vergen v9.0.6 |
| 2499 | 2025-09-20T23:37:17.750Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2500 | 2025-09-20T23:37:17.965Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2501 | 2025-09-20T23:37:18.410Z | Compiling proc-macro-error2 v2.0.1 |
| 2502 | 2025-09-20T23:37:18.441Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2503 | 2025-09-20T23:37:19.007Z | Compiling vergen-gitcl v1.0.8 |
| 2504 | 2025-09-20T23:37:19.356Z | Compiling dirs-sys-next v0.1.2 |
| 2505 | 2025-09-20T23:37:19.818Z | Compiling maplit v1.0.2 |
| 2506 | 2025-09-20T23:37:19.993Z | Compiling radium v0.7.0 |
| 2507 | 2025-09-20T23:37:20.419Z | Compiling crunchy v0.2.2 |
| 2508 | 2025-09-20T23:37:20.525Z | Compiling dirs-next v2.0.0 |
| 2509 | 2025-09-20T23:37:20.898Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2510 | 2025-09-20T23:37:20.950Z | Compiling dsl_auto_type v0.1.2 |
| 2511 | 2025-09-20T23:37:21.593Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2512 | 2025-09-20T23:37:21.990Z | Compiling scheduled-thread-pool v0.2.7 |
| 2513 | 2025-09-20T23:37:22.520Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2514 | 2025-09-20T23:37:22.908Z | Compiling tap v1.0.1 |
| 2515 | 2025-09-20T23:37:23.123Z | Compiling maybe-uninit v2.0.0 |
| 2516 | 2025-09-20T23:37:23.151Z | Compiling tiny-keccak v2.0.2 |
| 2517 | 2025-09-20T23:37:23.489Z | Compiling wyz v0.5.1 |
| 2518 | 2025-09-20T23:37:23.666Z | Compiling diesel_derives v2.2.3 |
| 2519 | 2025-09-20T23:37:23.962Z | Compiling r2d2 v0.8.10 |
| 2520 | 2025-09-20T23:37:24.464Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2521 | 2025-09-20T23:37:26.736Z | Compiling term v0.7.0 |
| 2522 | 2025-09-20T23:37:27.443Z | Compiling const_format_proc_macros v0.2.34 |
| 2523 | 2025-09-20T23:37:27.688Z | Compiling num-derive v0.3.3 |
| 2524 | 2025-09-20T23:37:27.718Z | Compiling zerocopy-derive v0.6.6 |
| 2525 | 2025-09-20T23:37:28.883Z | Compiling packed_struct v0.10.1 |
| 2526 | 2025-09-20T23:37:29.133Z | Compiling crc-catalog v2.4.0 |
| 2527 | 2025-09-20T23:37:29.258Z | Compiling bit-vec v0.6.3 |
| 2528 | 2025-09-20T23:37:29.304Z | Compiling funty v2.0.0 |
| 2529 | 2025-09-20T23:37:29.386Z | Compiling crc v3.2.1 |
| 2530 | 2025-09-20T23:37:29.667Z | Compiling bit-set v0.5.3 |
| 2531 | 2025-09-20T23:37:29.962Z | Compiling libscf-sys v1.1.0 |
| 2532 | 2025-09-20T23:37:30.211Z | Compiling bitvec v1.0.1 |
| 2533 | 2025-09-20T23:37:31.538Z | Compiling diesel v2.2.12 |
| 2534 | 2025-09-20T23:37:31.696Z | Compiling zerocopy v0.6.6 |
| 2535 | 2025-09-20T23:37:32.511Z | Compiling const_format v0.2.34 |
| 2536 | 2025-09-20T23:37:33.575Z | Compiling ascii-canvas v3.0.0 |
| 2537 | 2025-09-20T23:37:33.932Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2538 | 2025-09-20T23:37:34.715Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2539 | 2025-09-20T23:37:35.617Z | Compiling packed_struct_codegen v0.10.1 |
| 2540 | 2025-09-20T23:37:37.521Z | Compiling ena v0.14.3 |
| 2541 | 2025-09-20T23:37:37.961Z | Compiling bitfield-macros v0.19.2 |
| 2542 | 2025-09-20T23:37:38.578Z | Compiling indexmap v1.9.3 |
| 2543 | 2025-09-20T23:37:39.066Z | Compiling diff v0.1.13 |
| 2544 | 2025-09-20T23:37:39.339Z | Compiling arc-swap v1.7.1 |
| 2545 | 2025-09-20T23:37:39.588Z | Compiling regex-syntax v0.6.29 |
| 2546 | 2025-09-20T23:37:40.002Z | Compiling nodrop v0.1.14 |
| 2547 | 2025-09-20T23:37:40.219Z | Compiling bindgen v0.71.1 |
| 2548 | 2025-09-20T23:37:40.777Z | Compiling array-init v0.0.4 |
| 2549 | 2025-09-20T23:37:41.711Z | Compiling slog-scope v4.4.0 |
| 2550 | 2025-09-20T23:37:41.908Z | Compiling bitfield v0.19.2 |
| 2551 | 2025-09-20T23:37:42.382Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2552 | 2025-09-20T23:37:42.815Z | Compiling lalrpop v0.19.12 |
| 2553 | 2025-09-20T23:37:43.592Z | Compiling smallvec v0.6.14 |
| 2554 | 2025-09-20T23:37:44.061Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2555 | 2025-09-20T23:37:45.339Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2556 | 2025-09-20T23:37:45.650Z | Compiling tabled_derive v0.11.0 |
| 2557 | 2025-09-20T23:37:45.804Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2558 | 2025-09-20T23:37:46.743Z | Compiling papergrid v0.17.0 |
| 2559 | 2025-09-20T23:37:47.628Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2560 | 2025-09-20T23:37:47.659Z | Compiling testing_table v0.3.0 |
| 2561 | 2025-09-20T23:37:47.957Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2562 | 2025-09-20T23:37:48.356Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2563 | 2025-09-20T23:37:48.599Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2564 | 2025-09-20T23:37:48.941Z | Compiling hashbrown v0.12.3 |
| 2565 | 2025-09-20T23:37:50.587Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2566 | 2025-09-20T23:37:50.729Z | Compiling tabled v0.20.0 |
| 2567 | 2025-09-20T23:37:51.235Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2568 | 2025-09-20T23:37:57.887Z | Compiling serde-hex v0.1.0 |
| 2569 | 2025-09-20T23:37:58.525Z | Compiling slog-stdlog v4.1.1 |
| 2570 | 2025-09-20T23:37:59.306Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2571 | 2025-09-20T23:37:59.648Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2572 | 2025-09-20T23:38:00.073Z | Compiling ron v0.8.1 |
| 2573 | 2025-09-20T23:38:00.129Z | Compiling polar-core v0.27.3 |
| 2574 | 2025-09-20T23:38:01.214Z | Compiling hashbrown v0.13.2 |
| 2575 | 2025-09-20T23:38:02.318Z | Compiling headers-core v0.3.0 |
| 2576 | 2025-09-20T23:38:02.352Z | Compiling libxml v0.3.3 |
| 2577 | 2025-09-20T23:38:02.539Z | Compiling crc-any v2.5.0 |
| 2578 | 2025-09-20T23:38:02.780Z | Compiling headers v0.4.1 |
| 2579 | 2025-09-20T23:38:03.315Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2580 | 2025-09-20T23:38:05.903Z | Compiling object v0.30.4 |
| 2581 | 2025-09-20T23:38:06.020Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2582 | 2025-09-20T23:38:09.689Z | Compiling samael v0.0.19 |
| 2583 | 2025-09-20T23:38:10.751Z | Compiling slog-envlogger v2.2.0 |
| 2584 | 2025-09-20T23:38:12.210Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2585 | 2025-09-20T23:38:12.727Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2586 | 2025-09-20T23:38:13.036Z | Compiling strum_macros v0.24.3 |
| 2587 | 2025-09-20T23:38:14.425Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2588 | 2025-09-20T23:38:15.120Z | Compiling convert_case v0.7.1 |
| 2589 | 2025-09-20T23:38:15.155Z | Compiling path-slash v0.1.5 |
| 2590 | 2025-09-20T23:38:15.223Z | Compiling crc8 v0.1.1 |
| 2591 | 2025-09-20T23:38:15.413Z | Compiling termtree v0.5.1 |
| 2592 | 2025-09-20T23:38:15.443Z | Compiling indoc v1.0.9 |
| 2593 | 2025-09-20T23:38:15.535Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2594 | 2025-09-20T23:38:15.773Z | Compiling derive_more-impl v2.0.1 |
| 2595 | 2025-09-20T23:38:16.484Z | Compiling progenitor-impl v0.11.0 |
| 2596 | 2025-09-20T23:38:17.211Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2597 | 2025-09-20T23:38:17.501Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2598 | 2025-09-20T23:38:18.288Z | Compiling oso-derive v0.27.3 |
| 2599 | 2025-09-20T23:38:19.110Z | Compiling quick-xml v0.37.2 |
| 2600 | 2025-09-20T23:38:19.619Z | Compiling derive_more v2.0.1 |
| 2601 | 2025-09-20T23:38:19.776Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2602 | 2025-09-20T23:38:21.153Z | Compiling progenitor-macro v0.11.0 |
| 2603 | 2025-09-20T23:38:21.935Z | Compiling progenitor-client v0.11.0 |
| 2604 | 2025-09-20T23:38:22.822Z | Compiling vte_generate_state_changes v0.1.2 |
| 2605 | 2025-09-20T23:38:23.359Z | Compiling diesel-dtrace v0.4.2 |
| 2606 | 2025-09-20T23:38:23.677Z | Compiling siphasher v1.0.1 |
| 2607 | 2025-09-20T23:38:24.116Z | Compiling phf_shared v0.12.1 |
| 2608 | 2025-09-20T23:38:24.592Z | Compiling oso v0.27.3 |
| 2609 | 2025-09-20T23:38:27.666Z | Compiling vte v0.11.1 |
| 2610 | 2025-09-20T23:38:28.831Z | Compiling crossterm v0.29.0 |
| 2611 | 2025-09-20T23:38:30.124Z | Compiling progenitor v0.11.0 |
| 2612 | 2025-09-20T23:38:30.372Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2613 | 2025-09-20T23:38:35.317Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2614 | 2025-09-20T23:38:37.947Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2615 | 2025-09-20T23:38:38.247Z | Compiling bb8 v0.8.5 |
| 2616 | 2025-09-20T23:38:38.795Z | Compiling unicase v2.7.0 |
| 2617 | 2025-09-20T23:38:39.120Z | Compiling xshell-macros v0.2.7 |
| 2618 | 2025-09-20T23:38:39.757Z | Compiling chrono-tz v0.10.4 |
| 2619 | 2025-09-20T23:38:40.158Z | Compiling xshell v0.2.7 |
| 2620 | 2025-09-20T23:38:41.496Z | Compiling async-bb8-diesel v0.2.1 |
| 2621 | 2025-09-20T23:38:42.259Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2622 | 2025-09-20T23:38:42.553Z | Compiling strip-ansi-escapes v0.2.0 |
| 2623 | 2025-09-20T23:38:43.714Z | Compiling phf v0.12.1 |
| 2624 | 2025-09-20T23:38:45.411Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2625 | 2025-09-20T23:38:46.198Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2626 | 2025-09-20T23:38:46.510Z | Compiling fd-lock v4.0.2 |
| 2627 | 2025-09-20T23:38:46.766Z | Compiling peg-macros v0.8.5 |
| 2628 | 2025-09-20T23:38:49.209Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2629 | 2025-09-20T23:38:50.035Z | Compiling nu-ansi-term v0.50.1 |
| 2630 | 2025-09-20T23:38:51.053Z | Compiling reedline v0.40.0 |
| 2631 | 2025-09-20T23:38:51.479Z | Compiling peg v0.8.5 |
| 2632 | 2025-09-20T23:38:51.663Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2633 | 2025-09-20T23:39:05.370Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2634 | 2025-09-20T23:39:05.897Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2635 | 2025-09-20T23:39:08.238Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2636 | 2025-09-20T23:39:08.742Z | Compiling typify-impl v0.2.0 |
| 2637 | 2025-09-20T23:39:09.119Z | Compiling bcs v0.1.6 |
| 2638 | 2025-09-20T23:39:09.929Z | Compiling fxhash v0.2.1 |
| 2639 | 2025-09-20T23:39:10.191Z | Compiling libz-sys v1.1.20 |
| 2640 | 2025-09-20T23:39:10.762Z | Compiling half v1.8.3 |
| 2641 | 2025-09-20T23:39:11.552Z | Compiling serde_cbor v0.11.2 |
| 2642 | 2025-09-20T23:39:13.824Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2643 | 2025-09-20T23:39:16.217Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2644 | 2025-09-20T23:39:16.372Z | Compiling kstat-rs v0.2.4 |
| 2645 | 2025-09-20T23:39:16.675Z | Compiling typify-macro v0.2.0 |
| 2646 | 2025-09-20T23:39:17.094Z | Compiling fs-err v2.11.0 |
| 2647 | 2025-09-20T23:39:17.251Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2648 | 2025-09-20T23:39:17.628Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2649 | 2025-09-20T23:39:18.047Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2650 | 2025-09-20T23:39:19.197Z | Compiling nanorand v0.7.0 |
| 2651 | 2025-09-20T23:39:19.622Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2652 | 2025-09-20T23:39:19.937Z | Compiling parking_lot_core v0.8.6 |
| 2653 | 2025-09-20T23:39:20.372Z | Compiling flume v0.11.1 |
| 2654 | 2025-09-20T23:39:20.446Z | Compiling mime_guess v2.0.5 |
| 2655 | 2025-09-20T23:39:22.006Z | Compiling tabled_derive v0.10.0 |
| 2656 | 2025-09-20T23:39:22.054Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2657 | 2025-09-20T23:39:23.974Z | Compiling ignore v0.4.23 |
| 2658 | 2025-09-20T23:39:28.066Z | Compiling papergrid v0.14.0 |
| 2659 | 2025-09-20T23:39:33.459Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2660 | 2025-09-20T23:39:34.338Z | Compiling castaway v0.2.3 |
| 2661 | 2025-09-20T23:39:34.594Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2662 | 2025-09-20T23:39:34.928Z | Compiling parse-size v1.1.0 |
| 2663 | 2025-09-20T23:39:35.270Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2664 | 2025-09-20T23:39:36.409Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2665 | 2025-09-20T23:39:37.037Z | Compiling compact_str v0.8.0 |
| 2666 | 2025-09-20T23:39:39.232Z | Compiling tabled v0.18.0 |
| 2667 | 2025-09-20T23:39:45.366Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2668 | 2025-09-20T23:39:55.875Z | Compiling globwalk v0.9.1 |
| 2669 | 2025-09-20T23:39:58.439Z | Compiling typify v0.2.0 |
| 2670 | 2025-09-20T23:39:58.640Z | Compiling predicates-tree v1.0.12 |
| 2671 | 2025-09-20T23:39:59.465Z | Compiling unicode-truncate v1.1.0 |
| 2672 | 2025-09-20T23:39:59.814Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2673 | 2025-09-20T23:40:02.062Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2674 | 2025-09-20T23:40:04.258Z | Compiling lru v0.12.5 |
| 2675 | 2025-09-20T23:40:04.648Z | Compiling vergen v8.3.2 |
| 2676 | 2025-09-20T23:40:04.966Z | Compiling nibble_vec v0.1.0 |
| 2677 | 2025-09-20T23:40:05.237Z | Compiling cargo-platform v0.1.8 |
| 2678 | 2025-09-20T23:40:05.716Z | Compiling instability v0.3.2 |
| 2679 | 2025-09-20T23:40:06.568Z | Compiling atty v0.2.14 |
| 2680 | 2025-09-20T23:40:06.771Z | Compiling salty v0.3.0 |
| 2681 | 2025-09-20T23:40:07.169Z | Compiling indoc v2.0.6 |
| 2682 | 2025-09-20T23:40:07.903Z | Compiling endian-type v0.1.2 |
| 2683 | 2025-09-20T23:40:07.993Z | Compiling cassowary v0.3.0 |
| 2684 | 2025-09-20T23:40:08.196Z | Compiling http-range v0.1.5 |
| 2685 | 2025-09-20T23:40:08.259Z | Compiling radix_trie v0.2.1 |
| 2686 | 2025-09-20T23:40:08.500Z | Compiling ratatui v0.29.0 |
| 2687 | 2025-09-20T23:40:08.794Z | Compiling cargo_metadata v0.18.1 |
| 2688 | 2025-09-20T23:40:09.126Z | Compiling git2 v0.19.0 |
| 2689 | 2025-09-20T23:40:10.975Z | Compiling camino-tempfile-ext v0.3.2 |
| 2690 | 2025-09-20T23:40:11.164Z | Compiling progenitor-impl v0.8.0 |
| 2691 | 2025-09-20T23:40:12.207Z | Compiling parking_lot v0.11.2 |
| 2692 | 2025-09-20T23:40:15.911Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2693 | 2025-09-20T23:40:15.939Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2694 | 2025-09-20T23:40:20.293Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2695 | 2025-09-20T23:40:22.526Z | Compiling rand_seeder v0.4.0 |
| 2696 | 2025-09-20T23:40:22.940Z | Compiling prefix-trie v0.7.0 |
| 2697 | 2025-09-20T23:40:23.793Z | Compiling lzma-sys v0.1.20 |
| 2698 | 2025-09-20T23:40:23.858Z | Compiling rustls v0.21.12 |
| 2699 | 2025-09-20T23:40:24.051Z | Compiling hickory-server v0.25.2 |
| 2700 | 2025-09-20T23:40:24.235Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2701 | 2025-09-20T23:40:24.531Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2702 | 2025-09-20T23:40:24.557Z | Compiling progenitor-macro v0.8.0 |
| 2703 | 2025-09-20T23:40:24.888Z | Compiling hyper-staticfile v0.10.1 |
| 2704 | 2025-09-20T23:40:28.537Z | Compiling sled v0.34.7 |
| 2705 | 2025-09-20T23:40:28.564Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2706 | 2025-09-20T23:40:34.162Z | Compiling hickory-client v0.25.2 |
| 2707 | 2025-09-20T23:40:34.798Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2708 | 2025-09-20T23:40:35.382Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2709 | 2025-09-20T23:40:35.862Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2710 | 2025-09-20T23:40:35.923Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2711 | 2025-09-20T23:40:40.436Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2712 | 2025-09-20T23:40:41.295Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2713 | 2025-09-20T23:40:41.566Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2714 | 2025-09-20T23:40:41.886Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2715 | 2025-09-20T23:40:43.315Z | Compiling primeorder v0.13.6 |
| 2716 | 2025-09-20T23:40:43.868Z | Compiling progenitor-client v0.8.0 |
| 2717 | 2025-09-20T23:40:44.718Z | Compiling rustls-webpki v0.101.7 |
| 2718 | 2025-09-20T23:40:45.203Z | Compiling sct v0.7.1 |
| 2719 | 2025-09-20T23:40:45.639Z | Compiling heck v0.3.3 |
| 2720 | 2025-09-20T23:40:45.965Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2721 | 2025-09-20T23:40:46.280Z | Compiling void v1.0.2 |
| 2722 | 2025-09-20T23:40:46.476Z | Compiling lzss v0.8.2 |
| 2723 | 2025-09-20T23:40:47.017Z | Compiling zone_cfg_derive v0.1.2 |
| 2724 | 2025-09-20T23:40:47.877Z | Compiling progenitor v0.8.0 |
| 2725 | 2025-09-20T23:40:48.112Z | Compiling p384 v0.13.0 |
| 2726 | 2025-09-20T23:40:48.150Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2727 | 2025-09-20T23:40:49.283Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2728 | 2025-09-20T23:40:52.078Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2729 | 2025-09-20T23:40:57.372Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2730 | 2025-09-20T23:40:57.478Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2731 | 2025-09-20T23:40:57.988Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2732 | 2025-09-20T23:40:58.554Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2733 | 2025-09-20T23:40:59.922Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2734 | 2025-09-20T23:41:00.318Z | Compiling tungstenite v0.23.0 |
| 2735 | 2025-09-20T23:41:04.949Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2736 | 2025-09-20T23:41:05.301Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2737 | 2025-09-20T23:41:05.613Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2738 | 2025-09-20T23:41:05.932Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2739 | 2025-09-20T23:41:06.151Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2740 | 2025-09-20T23:41:06.254Z | Compiling nix v0.27.1 |
| 2741 | 2025-09-20T23:41:06.790Z | Compiling serde_bytes v0.11.17 |
| 2742 | 2025-09-20T23:41:07.302Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2743 | 2025-09-20T23:41:07.646Z | Compiling number_prefix v0.4.0 |
| 2744 | 2025-09-20T23:41:07.932Z | Compiling base64 v0.13.1 |
| 2745 | 2025-09-20T23:41:08.479Z | Compiling ron v0.7.1 |
| 2746 | 2025-09-20T23:41:08.575Z | Compiling indicatif v0.17.11 |
| 2747 | 2025-09-20T23:41:11.770Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2748 | 2025-09-20T23:41:12.580Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2749 | 2025-09-20T23:41:12.897Z | Compiling tokio-tungstenite v0.23.1 |
| 2750 | 2025-09-20T23:41:13.541Z | Compiling xz2 v0.1.7 |
| 2751 | 2025-09-20T23:41:14.210Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2752 | 2025-09-20T23:41:14.464Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2753 | 2025-09-20T23:41:18.717Z | Compiling tokio-rustls v0.24.1 |
| 2754 | 2025-09-20T23:41:19.459Z | Compiling zone v0.1.8 |
| 2755 | 2025-09-20T23:41:22.261Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2756 | 2025-09-20T23:41:22.564Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2757 | 2025-09-20T23:41:24.144Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2758 | 2025-09-20T23:41:24.518Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2759 | 2025-09-20T23:41:25.019Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2760 | 2025-09-20T23:41:25.243Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2761 | 2025-09-20T23:41:27.690Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2762 | 2025-09-20T23:41:29.362Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2763 | 2025-09-20T23:41:29.399Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2764 | 2025-09-20T23:41:31.775Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2765 | 2025-09-20T23:41:35.328Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2766 | 2025-09-20T23:41:39.515Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2767 | 2025-09-20T23:41:40.505Z | Compiling rustls-pemfile v1.0.4 |
| 2768 | 2025-09-20T23:41:41.018Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2769 | 2025-09-20T23:41:41.220Z | Compiling signal-hook-tokio v0.3.1 |
| 2770 | 2025-09-20T23:41:41.405Z | Compiling twox-hash v2.1.0 |
| 2771 | 2025-09-20T23:41:41.439Z | Compiling yasna v0.5.2 |
| 2772 | 2025-09-20T23:41:41.505Z | Compiling secrecy v0.8.0 |
| 2773 | 2025-09-20T23:41:41.535Z | Compiling is_ci v1.2.0 |
| 2774 | 2025-09-20T23:41:41.839Z | Compiling supports-color v3.0.2 |
| 2775 | 2025-09-20T23:41:42.264Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2776 | 2025-09-20T23:41:44.408Z | Compiling rcgen v0.12.1 |
| 2777 | 2025-09-20T23:41:50.722Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2778 | 2025-09-20T23:41:51.298Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2779 | 2025-09-20T23:41:53.100Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2780 | 2025-09-20T23:41:57.424Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2781 | 2025-09-20T23:42:07.640Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2782 | 2025-09-20T23:42:10.207Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2783 | 2025-09-20T23:42:10.868Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2784 | 2025-09-20T23:42:16.447Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2785 | 2025-09-20T23:42:17.288Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2786 | 2025-09-20T23:42:23.241Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2787 | 2025-09-20T23:42:25.941Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2788 | 2025-09-20T23:42:26.224Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2789 | 2025-09-20T23:42:26.537Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2790 | 2025-09-20T23:42:27.961Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2791 | 2025-09-20T23:42:31.763Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2792 | 2025-09-20T23:42:32.047Z | Compiling fatfs v0.3.6 |
| 2793 | 2025-09-20T23:42:34.074Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23) |
| 2794 | 2025-09-20T23:42:34.305Z | Compiling rtoolbox v0.0.2 |
| 2795 | 2025-09-20T23:42:34.524Z | Compiling subprocess v0.2.9 |
| 2796 | 2025-09-20T23:42:34.747Z | Compiling assert_matches v1.5.0 |
| 2797 | 2025-09-20T23:42:34.912Z | Compiling rpassword v7.4.0 |
| 2798 | 2025-09-20T23:42:35.363Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2799 | 2025-09-20T23:42:41.694Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2800 | 2025-09-20T23:42:42.190Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2801 | 2025-09-20T23:42:46.894Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2802 | 2025-09-20T23:43:07.709Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2803 | 2025-09-20T23:43:15.347Z | Compiling tui-tree-widget v0.23.1 |
| 2804 | 2025-09-20T23:43:15.814Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2805 | 2025-09-20T23:43:17.580Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2806 | 2025-09-20T23:43:18.001Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2807 | 2025-09-20T23:43:23.737Z | Compiling uzers v0.12.1 |
| 2808 | 2025-09-20T23:43:24.473Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2809 | 2025-09-20T23:43:26.430Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2810 | 2025-09-20T23:43:28.397Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2811 | 2025-09-20T23:43:48.170Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2812 | 2025-09-20T23:43:50.389Z | Compiling support-bundle-viewer v0.1.2 |
| 2813 | 2025-09-20T23:43:53.653Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2814 | 2025-09-20T23:43:55.630Z | Compiling multimap v0.10.1 |
| 2815 | 2025-09-20T23:45:55.957Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2816 | 2025-09-20T23:45:59.989Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2817 | 2025-09-20T23:54:35.419Z | Finished `release` profile [optimized] target(s) in 18m 40s |
| 2818 | 2025-09-20T23:55:59.306Z | |
| 2819 | 2025-09-20T23:55:59.306Z | real 20:06.510263995 |
| 2820 | 2025-09-20T23:55:59.306Z | user 2:12:57.195545780 |
| 2821 | 2025-09-20T23:55:59.306Z | sys 4:35.119553840 |
| 2822 | 2025-09-20T23:55:59.306Z | trap 4.240953122 |
| 2823 | 2025-09-20T23:55:59.306Z | tflt 1.158285318 |
| 2824 | 2025-09-20T23:55:59.306Z | dflt 5.237764210 |
| 2825 | 2025-09-20T23:55:59.306Z | kflt 0.003066605 |
| 2826 | 2025-09-20T23:55:59.306Z | lock 9:26:12.535099862 |
| 2827 | 2025-09-20T23:55:59.306Z | slp 6:37:53.594158925 |
| 2828 | 2025-09-20T23:55:59.331Z | lat 4:09.196616447 |
| 2829 | 2025-09-20T23:55:59.331Z | stop 3:30.557157095 |
| 2830 | 2025-09-20T23:55:59.332Z | + mapfile -t packages |
| 2831 | 2025-09-20T23:55:59.332Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2832 | 2025-09-20T23:56:01.012Z | Finished `release` profile [optimized] target(s) in 1.63s |
| 2833 | 2025-09-20T23:56:01.094Z | Running `target/release/omicron-package -t test list-outputs` |
| 2834 | 2025-09-20T23:56:01.168Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2835 | 2025-09-20T23:56:01.193Z | + ptime -m cargo build --locked --release -p xtask |
| 2836 | 2025-09-20T23:56:02.246Z | Compiling once_cell v1.21.3 |
| 2837 | 2025-09-20T23:56:02.246Z | Compiling serde_core v1.0.223 |
| 2838 | 2025-09-20T23:56:02.246Z | Compiling serde v1.0.223 |
| 2839 | 2025-09-20T23:56:02.271Z | Compiling syn v2.0.106 |
| 2840 | 2025-09-20T23:56:02.271Z | Compiling bitflags v2.9.1 |
| 2841 | 2025-09-20T23:56:02.271Z | Compiling libc v0.2.174 |
| 2842 | 2025-09-20T23:56:02.271Z | Compiling serde_json v1.0.145 |
| 2843 | 2025-09-20T23:56:02.271Z | Compiling num-traits v0.2.19 |
| 2844 | 2025-09-20T23:56:02.700Z | Compiling smallvec v1.15.1 |
| 2845 | 2025-09-20T23:56:02.763Z | Compiling hashbrown v0.15.4 |
| 2846 | 2025-09-20T23:56:02.942Z | Compiling rustix v0.38.37 |
| 2847 | 2025-09-20T23:56:03.161Z | Compiling usdt-impl v0.5.0 |
| 2848 | 2025-09-20T23:56:03.195Z | Compiling syn v1.0.109 |
| 2849 | 2025-09-20T23:56:03.763Z | Compiling thread-id v4.2.2 |
| 2850 | 2025-09-20T23:56:03.813Z | Compiling log v0.4.27 |
| 2851 | 2025-09-20T23:56:03.939Z | Compiling rustix v1.0.7 |
| 2852 | 2025-09-20T23:56:04.101Z | Compiling indexmap v2.11.0 |
| 2853 | 2025-09-20T23:56:04.252Z | Compiling getrandom v0.3.1 |
| 2854 | 2025-09-20T23:56:04.485Z | Compiling percent-encoding v2.3.2 |
| 2855 | 2025-09-20T23:56:04.798Z | Compiling form_urlencoded v1.2.2 |
| 2856 | 2025-09-20T23:56:04.960Z | Compiling ordered-float v2.10.1 |
| 2857 | 2025-09-20T23:56:05.201Z | Compiling terminal_size v0.4.0 |
| 2858 | 2025-09-20T23:56:05.674Z | Compiling fs-err v3.1.1 |
| 2859 | 2025-09-20T23:56:05.987Z | Compiling anyhow v1.0.99 |
| 2860 | 2025-09-20T23:56:06.184Z | Compiling clap_builder v4.5.41 |
| 2861 | 2025-09-20T23:56:07.048Z | Compiling textwrap v0.16.2 |
| 2862 | 2025-09-20T23:56:08.478Z | Compiling synstructure v0.13.1 |
| 2863 | 2025-09-20T23:56:08.505Z | Compiling proc-macro-error v1.0.4 |
| 2864 | 2025-09-20T23:56:08.784Z | Compiling tempfile v3.20.0 |
| 2865 | 2025-09-20T23:56:09.276Z | Compiling tabled_derive v0.7.0 |
| 2866 | 2025-09-20T23:56:09.510Z | Compiling camino-tempfile v1.4.1 |
| 2867 | 2025-09-20T23:56:10.726Z | Compiling tabled v0.15.0 |
| 2868 | 2025-09-20T23:56:10.751Z | Compiling serde_derive v1.0.223 |
| 2869 | 2025-09-20T23:56:10.777Z | Compiling thiserror-impl v1.0.69 |
| 2870 | 2025-09-20T23:56:11.483Z | Compiling zerofrom-derive v0.1.4 |
| 2871 | 2025-09-20T23:56:11.935Z | Compiling yoke-derive v0.7.4 |
| 2872 | 2025-09-20T23:56:12.359Z | Compiling zerovec-derive v0.10.3 |
| 2873 | 2025-09-20T23:56:12.853Z | Compiling thiserror v1.0.69 |
| 2874 | 2025-09-20T23:56:13.028Z | Compiling displaydoc v0.2.5 |
| 2875 | 2025-09-20T23:56:13.809Z | Compiling pest v2.7.14 |
| 2876 | 2025-09-20T23:56:13.859Z | Compiling zerofrom v0.1.4 |
| 2877 | 2025-09-20T23:56:14.104Z | Compiling yoke v0.7.4 |
| 2878 | 2025-09-20T23:56:14.209Z | Compiling icu_provider_macros v1.5.0 |
| 2879 | 2025-09-20T23:56:14.247Z | Compiling zerocopy-derive v0.7.35 |
| 2880 | 2025-09-20T23:56:14.489Z | Compiling zerovec v0.10.4 |
| 2881 | 2025-09-20T23:56:15.243Z | Compiling scroll_derive v0.12.0 |
| 2882 | 2025-09-20T23:56:15.705Z | Compiling zerocopy v0.7.35 |
| 2883 | 2025-09-20T23:56:16.235Z | Compiling pest_meta v2.7.14 |
| 2884 | 2025-09-20T23:56:16.282Z | Compiling tinystr v0.7.6 |
| 2885 | 2025-09-20T23:56:16.726Z | Compiling icu_locid v1.5.0 |
| 2886 | 2025-09-20T23:56:16.977Z | Compiling icu_collections v1.5.0 |
| 2887 | 2025-09-20T23:56:17.276Z | Compiling toml_datetime v0.6.11 |
| 2888 | 2025-09-20T23:56:17.982Z | Compiling icu_provider v1.5.0 |
| 2889 | 2025-09-20T23:56:18.169Z | Compiling pest_generator v2.7.14 |
| 2890 | 2025-09-20T23:56:19.133Z | Compiling icu_locid_transform v1.5.0 |
| 2891 | 2025-09-20T23:56:19.235Z | Compiling serde_spanned v0.6.9 |
| 2892 | 2025-09-20T23:56:19.426Z | Compiling pest_derive v2.7.14 |
| 2893 | 2025-09-20T23:56:19.508Z | Compiling toml_edit v0.22.27 |
| 2894 | 2025-09-20T23:56:19.814Z | Compiling dof v0.3.0 |
| 2895 | 2025-09-20T23:56:20.098Z | Compiling dtrace-parser v0.2.0 |
| 2896 | 2025-09-20T23:56:20.504Z | Compiling icu_properties v1.5.1 |
| 2897 | 2025-09-20T23:56:21.360Z | Compiling scroll v0.12.0 |
| 2898 | 2025-09-20T23:56:21.925Z | Compiling goblin v0.8.2 |
| 2899 | 2025-09-20T23:56:22.713Z | Compiling serde_tokenstream v0.2.2 |
| 2900 | 2025-09-20T23:56:23.194Z | Compiling toml v0.8.23 |
| 2901 | 2025-09-20T23:56:23.548Z | Compiling erased-serde v0.4.6 |
| 2902 | 2025-09-20T23:56:24.818Z | Compiling icu_normalizer v1.5.0 |
| 2903 | 2025-09-20T23:56:25.569Z | Compiling thiserror-impl v2.0.16 |
| 2904 | 2025-09-20T23:56:25.926Z | Compiling idna_adapter v1.2.0 |
| 2905 | 2025-09-20T23:56:26.160Z | Compiling idna v1.0.3 |
| 2906 | 2025-09-20T23:56:27.764Z | Compiling thiserror v2.0.16 |
| 2907 | 2025-09-20T23:56:28.013Z | Compiling url v2.5.4 |
| 2908 | 2025-09-20T23:56:28.900Z | Compiling serde-untagged v0.1.7 |
| 2909 | 2025-09-20T23:56:29.577Z | Compiling semver v1.0.26 |
| 2910 | 2025-09-20T23:56:30.188Z | Compiling serde-value v0.7.0 |
| 2911 | 2025-09-20T23:56:30.781Z | Compiling cargo-util-schemas v0.8.2 |
| 2912 | 2025-09-20T23:56:32.353Z | Compiling usdt-attr-macro v0.5.0 |
| 2913 | 2025-09-20T23:56:32.547Z | Compiling usdt-macro v0.5.0 |
| 2914 | 2025-09-20T23:56:32.578Z | Compiling cargo-platform v0.2.0 |
| 2915 | 2025-09-20T23:56:33.402Z | Compiling clap_derive v4.5.41 |
| 2916 | 2025-09-20T23:56:33.535Z | Compiling usdt v0.5.0 |
| 2917 | 2025-09-20T23:56:33.583Z | Compiling cargo_metadata v0.21.0 |
| 2918 | 2025-09-20T23:56:34.659Z | Compiling cargo_toml v0.21.0 |
| 2919 | 2025-09-20T23:56:35.185Z | Compiling macaddr v1.0.1 |
| 2920 | 2025-09-20T23:56:36.454Z | Compiling clap v4.5.41 |
| 2921 | 2025-09-20T23:56:45.386Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2922 | 2025-09-20T23:56:51.490Z | Finished `release` profile [optimized] target(s) in 50.24s |
| 2923 | 2025-09-20T23:56:51.635Z | |
| 2924 | 2025-09-20T23:56:51.636Z | real 50.421460966 |
| 2925 | 2025-09-20T23:56:51.636Z | user 5:07.622162705 |
| 2926 | 2025-09-20T23:56:51.636Z | sys 27.156562922 |
| 2927 | 2025-09-20T23:56:51.661Z | trap 0.167621681 |
| 2928 | 2025-09-20T23:56:51.661Z | tflt 0.191682716 |
| 2929 | 2025-09-20T23:56:51.661Z | dflt 0.406364636 |
| 2930 | 2025-09-20T23:56:51.661Z | kflt 0.000014540 |
| 2931 | 2025-09-20T23:56:51.661Z | lock 15:04.580661789 |
| 2932 | 2025-09-20T23:56:51.661Z | slp 17:07.924234227 |
| 2933 | 2025-09-20T23:56:51.661Z | lat 22.769504325 |
| 2934 | 2025-09-20T23:56:51.661Z | stop 32.263990223 |
| 2935 | 2025-09-20T23:56:51.661Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2936 | 2025-09-20T23:56:51.661Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2937 | 2025-09-20T23:56:51.661Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2938 | 2025-09-20T23:56:51.661Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2939 | 2025-09-20T23:56:51.661Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2940 | 2025-09-20T23:56:53.337Z | Compiling regress v0.10.4 |
| 2941 | 2025-09-20T23:56:53.393Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2942 | 2025-09-20T23:56:53.393Z | Compiling unsafe-libyaml v0.2.11 |
| 2943 | 2025-09-20T23:56:53.419Z | Compiling ident_case v1.0.1 |
| 2944 | 2025-09-20T23:56:53.419Z | Compiling match_cfg v0.1.0 |
| 2945 | 2025-09-20T23:56:53.512Z | Compiling quick-error v1.2.3 |
| 2946 | 2025-09-20T23:56:53.540Z | Compiling tempfile v3.20.0 |
| 2947 | 2025-09-20T23:56:53.567Z | Compiling progenitor-client v0.10.0 |
| 2948 | 2025-09-20T23:56:53.623Z | Compiling hostname v0.3.1 |
| 2949 | 2025-09-20T23:56:53.675Z | Compiling darling_core v0.20.10 |
| 2950 | 2025-09-20T23:56:53.703Z | Compiling structmeta-derive v0.3.0 |
| 2951 | 2025-09-20T23:56:53.853Z | Compiling rustls v0.22.4 |
| 2952 | 2025-09-20T23:56:53.906Z | Compiling hex v0.4.3 |
| 2953 | 2025-09-20T23:56:54.068Z | Compiling multer v3.1.0 |
| 2954 | 2025-09-20T23:56:54.178Z | Compiling debug-ignore v1.0.5 |
| 2955 | 2025-09-20T23:56:54.375Z | Compiling toml_parser v1.0.2 |
| 2956 | 2025-09-20T23:56:54.431Z | Compiling slog-json v2.6.1 |
| 2957 | 2025-09-20T23:56:54.480Z | Compiling serde_yaml v0.9.34+deprecated |
| 2958 | 2025-09-20T23:56:54.780Z | Compiling macaddr v1.0.1 |
| 2959 | 2025-09-20T23:56:54.869Z | Compiling serde_spanned v1.0.0 |
| 2960 | 2025-09-20T23:56:55.119Z | Compiling toml_datetime v0.7.0 |
| 2961 | 2025-09-20T23:56:55.190Z | Compiling async-stream-impl v0.3.6 |
| 2962 | 2025-09-20T23:56:55.609Z | Compiling dropshot v0.16.4 |
| 2963 | 2025-09-20T23:56:55.669Z | Compiling toml_writer v1.0.2 |
| 2964 | 2025-09-20T23:56:55.784Z | Compiling structmeta v0.3.0 |
| 2965 | 2025-09-20T23:56:55.921Z | Compiling ref-cast v1.0.24 |
| 2966 | 2025-09-20T23:56:56.067Z | Compiling toml v0.9.5 |
| 2967 | 2025-09-20T23:56:56.248Z | Compiling typify-impl v0.3.0 |
| 2968 | 2025-09-20T23:56:56.309Z | Compiling async-stream v0.3.6 |
| 2969 | 2025-09-20T23:56:56.539Z | Compiling slog-bunyan v2.5.0 |
| 2970 | 2025-09-20T23:56:56.779Z | Compiling waitgroup v0.1.2 |
| 2971 | 2025-09-20T23:56:56.996Z | Compiling rustls-pemfile v2.2.0 |
| 2972 | 2025-09-20T23:56:57.330Z | Compiling dropshot_endpoint v0.16.4 |
| 2973 | 2025-09-20T23:56:57.435Z | Compiling serde_path_to_error v0.1.17 |
| 2974 | 2025-09-20T23:56:57.489Z | Compiling ref-cast-impl v1.0.24 |
| 2975 | 2025-09-20T23:56:58.130Z | Compiling tokio-rustls v0.25.0 |
| 2976 | 2025-09-20T23:56:58.471Z | Compiling hostname v0.4.0 |
| 2977 | 2025-09-20T23:56:58.522Z | Compiling darling_macro v0.20.10 |
| 2978 | 2025-09-20T23:56:58.567Z | Compiling wait-timeout v0.2.0 |
| 2979 | 2025-09-20T23:56:58.711Z | Compiling bit-vec v0.8.0 |
| 2980 | 2025-09-20T23:56:58.892Z | Compiling rusty-fork v0.3.0 |
| 2981 | 2025-09-20T23:56:59.138Z | Compiling bit-set v0.8.0 |
| 2982 | 2025-09-20T23:56:59.200Z | Compiling derive-ex v0.1.8 |
| 2983 | 2025-09-20T23:56:59.295Z | Compiling darling v0.20.10 |
| 2984 | 2025-09-20T23:56:59.431Z | Compiling serde_with_macros v3.14.0 |
| 2985 | 2025-09-20T23:56:59.461Z | Compiling rand_xorshift v0.4.0 |
| 2986 | 2025-09-20T23:56:59.461Z | Compiling instant v0.1.13 |
| 2987 | 2025-09-20T23:56:59.516Z | Compiling unarray v0.1.4 |
| 2988 | 2025-09-20T23:56:59.664Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2989 | 2025-09-20T23:56:59.713Z | Compiling proptest v1.7.0 |
| 2990 | 2025-09-20T23:56:59.753Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2991 | 2025-09-20T23:56:59.869Z | Compiling progenitor-client v0.9.1 |
| 2992 | 2025-09-20T23:57:00.363Z | Compiling derive-where v1.5.0 |
| 2993 | 2025-09-20T23:57:00.395Z | Compiling parse-display-derive v0.10.0 |
| 2994 | 2025-09-20T23:57:01.233Z | Compiling hashbrown v0.16.0 |
| 2995 | 2025-09-20T23:57:01.538Z | Compiling serde_with v3.14.0 |
| 2996 | 2025-09-20T23:57:02.262Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2997 | 2025-09-20T23:57:02.523Z | Compiling test-strategy v0.4.3 |
| 2998 | 2025-09-20T23:57:02.978Z | Compiling foldhash v0.2.0 |
| 2999 | 2025-09-20T23:57:03.032Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 3000 | 2025-09-20T23:57:03.363Z | Compiling iddqd v0.3.13 |
| 3001 | 2025-09-20T23:57:03.388Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3002 | 2025-09-20T23:57:03.593Z | Compiling backoff v0.4.0 |
| 3003 | 2025-09-20T23:57:03.813Z | Compiling parse-display v0.10.0 |
| 3004 | 2025-09-20T23:57:04.041Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3005 | 2025-09-20T23:57:04.067Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3006 | 2025-09-20T23:57:04.420Z | Compiling typify-impl v0.4.3 |
| 3007 | 2025-09-20T23:57:04.827Z | Compiling itertools v0.14.0 |
| 3008 | 2025-09-20T23:57:05.423Z | Compiling darling_core v0.21.0 |
| 3009 | 2025-09-20T23:57:05.557Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3010 | 2025-09-20T23:57:05.814Z | Compiling typify-macro v0.3.0 |
| 3011 | 2025-09-20T23:57:05.939Z | Compiling proc-macro-crate v1.3.1 |
| 3012 | 2025-09-20T23:57:06.705Z | Compiling crucible-workspace-hack v0.1.0 |
| 3013 | 2025-09-20T23:57:06.838Z | Compiling num_enum_derive v0.5.11 |
| 3014 | 2025-09-20T23:57:07.023Z | Compiling proc-macro-error v1.0.4 |
| 3015 | 2025-09-20T23:57:07.446Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3016 | 2025-09-20T23:57:07.571Z | Compiling heapless v0.8.0 |
| 3017 | 2025-09-20T23:57:07.974Z | Compiling hash32 v0.3.1 |
| 3018 | 2025-09-20T23:57:08.252Z | Compiling smoltcp v0.11.0 |
| 3019 | 2025-09-20T23:57:08.411Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3020 | 2025-09-20T23:57:08.770Z | Compiling num_enum v0.5.11 |
| 3021 | 2025-09-20T23:57:08.799Z | Compiling foreign-types-macros v0.2.3 |
| 3022 | 2025-09-20T23:57:08.875Z | Compiling foreign-types-shared v0.3.1 |
| 3023 | 2025-09-20T23:57:08.974Z | Compiling cobs v0.2.3 |
| 3024 | 2025-09-20T23:57:09.233Z | Compiling typify v0.3.0 |
| 3025 | 2025-09-20T23:57:09.270Z | Compiling postcard v1.0.10 |
| 3026 | 2025-09-20T23:57:09.425Z | Compiling progenitor-impl v0.9.1 |
| 3027 | 2025-09-20T23:57:09.510Z | Compiling tabwriter v1.4.0 |
| 3028 | 2025-09-20T23:57:09.865Z | Compiling foreign-types v0.5.0 |
| 3029 | 2025-09-20T23:57:09.890Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3030 | 2025-09-20T23:57:09.933Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3031 | 2025-09-20T23:57:10.004Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3032 | 2025-09-20T23:57:10.319Z | Compiling cstr-argument v0.1.2 |
| 3033 | 2025-09-20T23:57:10.495Z | Compiling pretty-hex v0.2.1 |
| 3034 | 2025-09-20T23:57:10.598Z | Compiling rayon-core v1.12.1 |
| 3035 | 2025-09-20T23:57:10.632Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3036 | 2025-09-20T23:57:10.657Z | Compiling darling_macro v0.21.0 |
| 3037 | 2025-09-20T23:57:10.729Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3038 | 2025-09-20T23:57:10.943Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3039 | 2025-09-20T23:57:11.015Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3040 | 2025-09-20T23:57:11.158Z | Compiling crossbeam-deque v0.8.5 |
| 3041 | 2025-09-20T23:57:11.190Z | Compiling colored v2.2.0 |
| 3042 | 2025-09-20T23:57:11.536Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3043 | 2025-09-20T23:57:11.566Z | Compiling darling v0.21.0 |
| 3044 | 2025-09-20T23:57:11.725Z | Compiling ingot-macros v0.1.1 |
| 3045 | 2025-09-20T23:57:12.293Z | Compiling zone_cfg_derive v0.3.0 |
| 3046 | 2025-09-20T23:57:12.944Z | Compiling rayon v1.10.0 |
| 3047 | 2025-09-20T23:57:13.398Z | Compiling camino-tempfile v1.4.1 |
| 3048 | 2025-09-20T23:57:13.444Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3049 | 2025-09-20T23:57:13.836Z | Compiling smf v0.2.3 |
| 3050 | 2025-09-20T23:57:13.862Z | Compiling num-derive v0.4.2 |
| 3051 | 2025-09-20T23:57:14.239Z | Compiling typify-macro v0.4.3 |
| 3052 | 2025-09-20T23:57:14.856Z | Compiling sigpipe v0.1.3 |
| 3053 | 2025-09-20T23:57:14.895Z | Compiling progenitor-macro v0.9.1 |
| 3054 | 2025-09-20T23:57:14.966Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3055 | 2025-09-20T23:57:15.015Z | Compiling jiff v0.2.15 |
| 3056 | 2025-09-20T23:57:15.302Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3057 | 2025-09-20T23:57:15.539Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3058 | 2025-09-20T23:57:15.723Z | Compiling zone v0.3.1 |
| 3059 | 2025-09-20T23:57:16.302Z | Compiling toml v0.8.23 |
| 3060 | 2025-09-20T23:57:16.597Z | Compiling num-rational v0.4.2 |
| 3061 | 2025-09-20T23:57:17.074Z | Compiling ingot-types v0.1.2 |
| 3062 | 2025-09-20T23:57:17.100Z | Compiling num-complex v0.4.6 |
| 3063 | 2025-09-20T23:57:17.519Z | Compiling typify v0.4.3 |
| 3064 | 2025-09-20T23:57:17.592Z | Compiling float-ord v0.3.2 |
| 3065 | 2025-09-20T23:57:17.704Z | Compiling progenitor-impl v0.10.0 |
| 3066 | 2025-09-20T23:57:17.791Z | Compiling ingot v0.1.1 |
| 3067 | 2025-09-20T23:57:17.846Z | Compiling universal-hash v0.5.1 |
| 3068 | 2025-09-20T23:57:17.873Z | Compiling secrecy v0.10.3 |
| 3069 | 2025-09-20T23:57:17.936Z | Compiling num v0.4.3 |
| 3070 | 2025-09-20T23:57:18.071Z | Compiling opaque-debug v0.3.1 |
| 3071 | 2025-09-20T23:57:18.096Z | Compiling convert_case v0.4.0 |
| 3072 | 2025-09-20T23:57:18.130Z | Compiling password-hash v0.5.0 |
| 3073 | 2025-09-20T23:57:18.200Z | Compiling blake2 v0.10.6 |
| 3074 | 2025-09-20T23:57:18.827Z | Compiling derive_more v0.99.20 |
| 3075 | 2025-09-20T23:57:18.888Z | Compiling indent_write v2.2.0 |
| 3076 | 2025-09-20T23:57:19.131Z | Compiling argon2 v0.5.3 |
| 3077 | 2025-09-20T23:57:19.195Z | Compiling aead v0.5.2 |
| 3078 | 2025-09-20T23:57:19.574Z | Compiling utf-8 v0.7.6 |
| 3079 | 2025-09-20T23:57:19.882Z | Compiling keccak v0.1.5 |
| 3080 | 2025-09-20T23:57:20.801Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3081 | 2025-09-20T23:57:21.013Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3082 | 2025-09-20T23:57:21.110Z | Compiling sha3 v0.10.8 |
| 3083 | 2025-09-20T23:57:21.403Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3084 | 2025-09-20T23:57:21.847Z | Compiling tungstenite v0.21.0 |
| 3085 | 2025-09-20T23:57:22.023Z | Compiling poly1305 v0.8.0 |
| 3086 | 2025-09-20T23:57:22.210Z | Compiling chacha20 v0.9.1 |
| 3087 | 2025-09-20T23:57:22.973Z | Compiling tokio-tungstenite v0.21.0 |
| 3088 | 2025-09-20T23:57:23.066Z | Compiling progenitor-macro v0.10.0 |
| 3089 | 2025-09-20T23:57:23.346Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3090 | 2025-09-20T23:57:23.475Z | Compiling console v0.15.10 |
| 3091 | 2025-09-20T23:57:23.500Z | Compiling owo-colors v4.2.2 |
| 3092 | 2025-09-20T23:57:23.546Z | Compiling base64 v0.21.7 |
| 3093 | 2025-09-20T23:57:24.013Z | Compiling cancel-safe-futures v0.1.5 |
| 3094 | 2025-09-20T23:57:24.137Z | Compiling libsw-core v0.3.1 |
| 3095 | 2025-09-20T23:57:24.163Z | Compiling fixedbitset v0.5.7 |
| 3096 | 2025-09-20T23:57:24.413Z | Compiling semver v0.1.20 |
| 3097 | 2025-09-20T23:57:24.439Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3098 | 2025-09-20T23:57:24.598Z | Compiling petgraph v0.8.2 |
| 3099 | 2025-09-20T23:57:24.778Z | Compiling rustc_version v0.1.7 |
| 3100 | 2025-09-20T23:57:24.963Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3101 | 2025-09-20T23:57:25.146Z | Compiling libsw v3.5.0 |
| 3102 | 2025-09-20T23:57:25.218Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3103 | 2025-09-20T23:57:25.247Z | Compiling atomicwrites v0.4.4 |
| 3104 | 2025-09-20T23:57:25.463Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3105 | 2025-09-20T23:57:25.592Z | Compiling progenitor v0.9.1 |
| 3106 | 2025-09-20T23:57:25.621Z | Compiling newline-converter v0.3.0 |
| 3107 | 2025-09-20T23:57:25.758Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3108 | 2025-09-20T23:57:25.831Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3109 | 2025-09-20T23:57:25.861Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3110 | 2025-09-20T23:57:26.125Z | Compiling half v2.4.1 |
| 3111 | 2025-09-20T23:57:26.490Z | Compiling ciborium-io v0.2.2 |
| 3112 | 2025-09-20T23:57:26.573Z | Compiling linear-map v1.2.0 |
| 3113 | 2025-09-20T23:57:26.664Z | Compiling ciborium-ll v0.2.2 |
| 3114 | 2025-09-20T23:57:26.702Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3115 | 2025-09-20T23:57:26.940Z | Compiling expectorate v1.2.0 |
| 3116 | 2025-09-20T23:57:26.964Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3117 | 2025-09-20T23:57:27.063Z | Compiling newtype_derive v0.1.6 |
| 3118 | 2025-09-20T23:57:27.217Z | Compiling pin-project-internal v1.1.6 |
| 3119 | 2025-09-20T23:57:27.340Z | Compiling ciborium v0.2.2 |
| 3120 | 2025-09-20T23:57:27.757Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3121 | 2025-09-20T23:57:28.028Z | Compiling thiserror-no-std v2.0.2 |
| 3122 | 2025-09-20T23:57:28.153Z | Compiling chacha20poly1305 v0.10.1 |
| 3123 | 2025-09-20T23:57:28.183Z | Compiling vsss-rs v3.3.4 |
| 3124 | 2025-09-20T23:57:28.415Z | Compiling typify-impl v0.2.0 |
| 3125 | 2025-09-20T23:57:28.465Z | Compiling resolv-conf v0.7.0 |
| 3126 | 2025-09-20T23:57:29.093Z | Compiling primeorder v0.13.6 |
| 3127 | 2025-09-20T23:57:29.425Z | Compiling pin-project v1.1.6 |
| 3128 | 2025-09-20T23:57:29.573Z | Compiling pem v3.0.5 |
| 3129 | 2025-09-20T23:57:29.601Z | Compiling snafu-derive v0.8.5 |
| 3130 | 2025-09-20T23:57:30.197Z | Compiling csv-core v0.1.11 |
| 3131 | 2025-09-20T23:57:30.404Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3132 | 2025-09-20T23:57:30.680Z | Compiling same-file v1.0.6 |
| 3133 | 2025-09-20T23:57:30.847Z | Compiling moka v0.12.10 |
| 3134 | 2025-09-20T23:57:30.973Z | Compiling libefi-sys v0.1.0 |
| 3135 | 2025-09-20T23:57:31.202Z | Compiling walkdir v2.5.0 |
| 3136 | 2025-09-20T23:57:31.337Z | Compiling csv v1.3.1 |
| 3137 | 2025-09-20T23:57:31.864Z | Compiling tabled_derive v0.7.0 |
| 3138 | 2025-09-20T23:57:31.892Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3139 | 2025-09-20T23:57:31.923Z | Compiling globset v0.4.15 |
| 3140 | 2025-09-20T23:57:32.429Z | Compiling olpc-cjson v0.1.4 |
| 3141 | 2025-09-20T23:57:32.701Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3142 | 2025-09-20T23:57:32.739Z | Compiling serde_plain v1.0.2 |
| 3143 | 2025-09-20T23:57:33.121Z | Compiling bitfield-struct v0.6.2 |
| 3144 | 2025-09-20T23:57:33.146Z | Compiling async-recursion v1.1.1 |
| 3145 | 2025-09-20T23:57:33.259Z | Compiling unicase v2.7.0 |
| 3146 | 2025-09-20T23:57:33.518Z | Compiling snafu v0.8.5 |
| 3147 | 2025-09-20T23:57:33.547Z | Compiling progenitor v0.10.0 |
| 3148 | 2025-09-20T23:57:33.589Z | Compiling highway v1.3.0 |
| 3149 | 2025-09-20T23:57:33.698Z | Compiling tagptr v0.2.0 |
| 3150 | 2025-09-20T23:57:33.805Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3151 | 2025-09-20T23:57:33.976Z | Compiling arc-swap v1.7.1 |
| 3152 | 2025-09-20T23:57:34.165Z | Compiling typed-path v0.9.3 |
| 3153 | 2025-09-20T23:57:34.269Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3154 | 2025-09-20T23:57:34.418Z | Compiling slog-scope v4.4.0 |
| 3155 | 2025-09-20T23:57:34.539Z | Compiling textwrap v0.16.2 |
| 3156 | 2025-09-20T23:57:34.860Z | Compiling tabled v0.15.0 |
| 3157 | 2025-09-20T23:57:35.243Z | Compiling steno v0.4.1 |
| 3158 | 2025-09-20T23:57:35.847Z | Compiling polyval v0.6.2 |
| 3159 | 2025-09-20T23:57:35.874Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3160 | 2025-09-20T23:57:36.278Z | Compiling tough v0.20.0 |
| 3161 | 2025-09-20T23:57:36.501Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3162 | 2025-09-20T23:57:36.709Z | Compiling hickory-proto v0.24.4 |
| 3163 | 2025-09-20T23:57:36.966Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3164 | 2025-09-20T23:57:37.698Z | Compiling parking_lot_core v0.8.6 |
| 3165 | 2025-09-20T23:57:37.725Z | Compiling typify-macro v0.2.0 |
| 3166 | 2025-09-20T23:57:38.101Z | Compiling linked-hash-map v0.5.6 |
| 3167 | 2025-09-20T23:57:38.340Z | Compiling humantime v2.2.0 |
| 3168 | 2025-09-20T23:57:38.444Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3169 | 2025-09-20T23:57:38.607Z | Compiling salty v0.3.0 |
| 3170 | 2025-09-20T23:57:38.801Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3171 | 2025-09-20T23:57:39.035Z | Compiling lru-cache v0.1.2 |
| 3172 | 2025-09-20T23:57:39.293Z | Compiling proc-macro-error2 v2.0.1 |
| 3173 | 2025-09-20T23:57:39.804Z | Compiling ghash v0.5.1 |
| 3174 | 2025-09-20T23:57:39.861Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3175 | 2025-09-20T23:57:39.986Z | Compiling hickory-resolver v0.25.2 |
| 3176 | 2025-09-20T23:57:40.241Z | Compiling slog-stdlog v4.1.1 |
| 3177 | 2025-09-20T23:57:40.396Z | Compiling p384 v0.13.0 |
| 3178 | 2025-09-20T23:57:40.482Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3179 | 2025-09-20T23:57:40.709Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3180 | 2025-09-20T23:57:40.958Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3181 | 2025-09-20T23:57:41.616Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3182 | 2025-09-20T23:57:43.228Z | Compiling typify v0.2.0 |
| 3183 | 2025-09-20T23:57:43.418Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3184 | 2025-09-20T23:57:43.809Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3185 | 2025-09-20T23:57:43.875Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3186 | 2025-09-20T23:57:44.296Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3187 | 2025-09-20T23:57:44.720Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3188 | 2025-09-20T23:57:44.896Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3189 | 2025-09-20T23:57:45.123Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3190 | 2025-09-20T23:57:46.097Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3191 | 2025-09-20T23:57:47.216Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3192 | 2025-09-20T23:57:47.508Z | Compiling progenitor-impl v0.8.0 |
| 3193 | 2025-09-20T23:57:48.045Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3194 | 2025-09-20T23:57:48.957Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3195 | 2025-09-20T23:57:49.316Z | Compiling nix v0.30.1 |
| 3196 | 2025-09-20T23:57:49.636Z | Compiling ctr v0.9.2 |
| 3197 | 2025-09-20T23:57:50.013Z | Compiling num-derive v0.3.3 |
| 3198 | 2025-09-20T23:57:50.042Z | Compiling lzma-sys v0.1.20 |
| 3199 | 2025-09-20T23:57:50.074Z | Compiling gethostname v0.5.0 |
| 3200 | 2025-09-20T23:57:50.098Z | Compiling slog-dtrace v0.3.0 |
| 3201 | 2025-09-20T23:57:50.322Z | Compiling xshell-macros v0.2.7 |
| 3202 | 2025-09-20T23:57:50.523Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3203 | 2025-09-20T23:57:50.766Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3204 | 2025-09-20T23:57:51.019Z | Compiling xshell v0.2.7 |
| 3205 | 2025-09-20T23:57:51.708Z | Compiling libscf-sys v1.1.0 |
| 3206 | 2025-09-20T23:57:52.008Z | Compiling aes-gcm v0.10.3 |
| 3207 | 2025-09-20T23:57:52.073Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3208 | 2025-09-20T23:57:52.327Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3209 | 2025-09-20T23:57:52.911Z | Compiling progenitor-macro v0.8.0 |
| 3210 | 2025-09-20T23:57:53.454Z | Compiling hickory-resolver v0.24.4 |
| 3211 | 2025-09-20T23:57:54.297Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3212 | 2025-09-20T23:57:55.184Z | Compiling slog-envlogger v2.2.0 |
| 3213 | 2025-09-20T23:57:55.844Z | Compiling mime_guess v2.0.5 |
| 3214 | 2025-09-20T23:57:55.913Z | Compiling tabled_derive v0.11.0 |
| 3215 | 2025-09-20T23:57:57.482Z | Compiling papergrid v0.17.0 |
| 3216 | 2025-09-20T23:57:58.068Z | Compiling progenitor-impl v0.11.0 |
| 3217 | 2025-09-20T23:57:58.248Z | Compiling testing_table v0.3.0 |
| 3218 | 2025-09-20T23:57:58.299Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3219 | 2025-09-20T23:57:58.544Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3220 | 2025-09-20T23:57:59.193Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3221 | 2025-09-20T23:57:59.437Z | Compiling tokio-dtrace v0.1.0 |
| 3222 | 2025-09-20T23:57:59.482Z | Compiling heck v0.3.3 |
| 3223 | 2025-09-20T23:57:59.845Z | Compiling progenitor-client v0.8.0 |
| 3224 | 2025-09-20T23:57:59.885Z | Compiling ssh-encoding v0.2.0 |
| 3225 | 2025-09-20T23:58:00.298Z | Compiling blowfish v0.9.1 |
| 3226 | 2025-09-20T23:58:00.360Z | Compiling nibble_vec v0.1.0 |
| 3227 | 2025-09-20T23:58:00.605Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3228 | 2025-09-20T23:58:00.720Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3229 | 2025-09-20T23:58:00.931Z | Compiling endian-type v0.1.2 |
| 3230 | 2025-09-20T23:58:01.065Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3231 | 2025-09-20T23:58:01.100Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3232 | 2025-09-20T23:58:01.141Z | Compiling ssh-cipher v0.2.0 |
| 3233 | 2025-09-20T23:58:01.197Z | Compiling radix_trie v0.2.1 |
| 3234 | 2025-09-20T23:58:01.627Z | Compiling zone_cfg_derive v0.1.2 |
| 3235 | 2025-09-20T23:58:01.789Z | Compiling oxide-tokio-rt v0.1.2 |
| 3236 | 2025-09-20T23:58:01.842Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3237 | 2025-09-20T23:58:02.116Z | Compiling tabled v0.20.0 |
| 3238 | 2025-09-20T23:58:02.273Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3239 | 2025-09-20T23:58:02.454Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3240 | 2025-09-20T23:58:02.707Z | Compiling parking_lot v0.11.2 |
| 3241 | 2025-09-20T23:58:02.841Z | Compiling qorb v0.4.1 |
| 3242 | 2025-09-20T23:58:03.211Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3243 | 2025-09-20T23:58:03.439Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3244 | 2025-09-20T23:58:03.479Z | Compiling progenitor v0.8.0 |
| 3245 | 2025-09-20T23:58:03.656Z | Compiling progenitor-macro v0.11.0 |
| 3246 | 2025-09-20T23:58:04.155Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3247 | 2025-09-20T23:58:05.288Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3248 | 2025-09-20T23:58:05.542Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3249 | 2025-09-20T23:58:06.363Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3250 | 2025-09-20T23:58:06.388Z | Compiling progenitor-client v0.11.0 |
| 3251 | 2025-09-20T23:58:06.634Z | Compiling password-hash v0.4.2 |
| 3252 | 2025-09-20T23:58:06.763Z | Compiling prefix-trie v0.7.0 |
| 3253 | 2025-09-20T23:58:06.901Z | Compiling fxhash v0.2.1 |
| 3254 | 2025-09-20T23:58:06.944Z | Compiling http-range v0.1.5 |
| 3255 | 2025-09-20T23:58:07.104Z | Compiling number_prefix v0.4.0 |
| 3256 | 2025-09-20T23:58:07.152Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3257 | 2025-09-20T23:58:07.248Z | Compiling base64 v0.13.1 |
| 3258 | 2025-09-20T23:58:07.293Z | Compiling sled v0.34.7 |
| 3259 | 2025-09-20T23:58:07.369Z | Compiling indicatif v0.17.11 |
| 3260 | 2025-09-20T23:58:07.395Z | Compiling pbkdf2 v0.11.0 |
| 3261 | 2025-09-20T23:58:07.480Z | Compiling hickory-server v0.25.2 |
| 3262 | 2025-09-20T23:58:07.550Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3263 | 2025-09-20T23:58:07.736Z | Compiling ron v0.7.1 |
| 3264 | 2025-09-20T23:58:07.768Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3265 | 2025-09-20T23:58:08.140Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3266 | 2025-09-20T23:58:09.434Z | Compiling xz2 v0.1.7 |
| 3267 | 2025-09-20T23:58:09.850Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3268 | 2025-09-20T23:58:10.913Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3269 | 2025-09-20T23:58:11.138Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3270 | 2025-09-20T23:58:12.006Z | Compiling zone v0.1.8 |
| 3271 | 2025-09-20T23:58:12.189Z | Compiling ssh-key v0.6.6 |
| 3272 | 2025-09-20T23:58:13.130Z | Compiling hickory-client v0.25.2 |
| 3273 | 2025-09-20T23:58:13.663Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3274 | 2025-09-20T23:58:13.702Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3275 | 2025-09-20T23:58:13.985Z | Compiling progenitor v0.11.0 |
| 3276 | 2025-09-20T23:58:14.246Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3277 | 2025-09-20T23:58:14.777Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3278 | 2025-09-20T23:58:14.953Z | Compiling p521 v0.13.3 |
| 3279 | 2025-09-20T23:58:15.465Z | Compiling p256 v0.13.2 |
| 3280 | 2025-09-20T23:58:15.762Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3281 | 2025-09-20T23:58:16.181Z | Compiling yasna v0.5.2 |
| 3282 | 2025-09-20T23:58:16.234Z | Compiling headers-core v0.3.0 |
| 3283 | 2025-09-20T23:58:16.475Z | Compiling kstat-rs v0.2.4 |
| 3284 | 2025-09-20T23:58:16.685Z | Compiling secrecy v0.8.0 |
| 3285 | 2025-09-20T23:58:16.953Z | Compiling nanorand v0.7.0 |
| 3286 | 2025-09-20T23:58:16.981Z | Compiling atty v0.2.14 |
| 3287 | 2025-09-20T23:58:17.020Z | Compiling russh-cryptovec v0.7.3 |
| 3288 | 2025-09-20T23:58:17.089Z | Compiling crc8 v0.1.1 |
| 3289 | 2025-09-20T23:58:17.181Z | Compiling md5 v0.7.0 |
| 3290 | 2025-09-20T23:58:17.305Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3291 | 2025-09-20T23:58:17.373Z | Compiling flume v0.11.1 |
| 3292 | 2025-09-20T23:58:17.459Z | Compiling russh-keys v0.45.0 |
| 3293 | 2025-09-20T23:58:17.569Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3294 | 2025-09-20T23:58:17.663Z | Compiling rcgen v0.12.1 |
| 3295 | 2025-09-20T23:58:17.964Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3296 | 2025-09-20T23:58:19.405Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3297 | 2025-09-20T23:58:19.439Z | Compiling headers v0.4.1 |
| 3298 | 2025-09-20T23:58:20.451Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3299 | 2025-09-20T23:58:20.478Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3300 | 2025-09-20T23:58:20.993Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3301 | 2025-09-20T23:58:23.691Z | Compiling hyper-staticfile v0.10.1 |
| 3302 | 2025-09-20T23:58:23.955Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3303 | 2025-09-20T23:58:24.534Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3304 | 2025-09-20T23:58:24.589Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3305 | 2025-09-20T23:58:24.885Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3306 | 2025-09-20T23:58:25.006Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3307 | 2025-09-20T23:58:25.042Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3308 | 2025-09-20T23:58:26.152Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3309 | 2025-09-20T23:58:26.393Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3310 | 2025-09-20T23:58:26.878Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3311 | 2025-09-20T23:58:27.745Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3312 | 2025-09-20T23:58:28.107Z | Compiling num-bigint v0.4.6 |
| 3313 | 2025-09-20T23:58:28.843Z | Compiling des v0.8.1 |
| 3314 | 2025-09-20T23:58:29.177Z | Compiling subprocess v0.2.9 |
| 3315 | 2025-09-20T23:58:30.544Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3316 | 2025-09-20T23:58:30.939Z | Compiling display-error-chain v0.2.2 |
| 3317 | 2025-09-20T23:58:31.182Z | Compiling hex-literal v0.4.1 |
| 3318 | 2025-09-20T23:58:31.349Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3319 | 2025-09-20T23:58:31.433Z | Compiling russh v0.45.0 |
| 3320 | 2025-09-20T23:58:31.984Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3321 | 2025-09-20T23:58:32.015Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3322 | 2025-09-20T23:58:33.490Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3323 | 2025-09-20T23:58:33.711Z | Compiling internet-checksum v0.2.1 |
| 3324 | 2025-09-20T23:58:35.109Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3325 | 2025-09-20T23:59:08.675Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3326 | 2025-09-20T23:59:38.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 47s |
| 3327 | 2025-09-20T23:59:39.042Z | |
| 3328 | 2025-09-20T23:59:39.042Z | real 2:47.349333547 |
| 3329 | 2025-09-20T23:59:39.042Z | user 13:46.700146901 |
| 3330 | 2025-09-20T23:59:39.042Z | sys 2:19.113888684 |
| 3331 | 2025-09-20T23:59:39.042Z | trap 0.404697158 |
| 3332 | 2025-09-20T23:59:39.042Z | tflt 0.190423379 |
| 3333 | 2025-09-20T23:59:39.067Z | dflt 0.556649215 |
| 3334 | 2025-09-20T23:59:39.067Z | kflt 0.000121003 |
| 3335 | 2025-09-20T23:59:39.067Z | lock 38:28.595665609 |
| 3336 | 2025-09-20T23:59:39.067Z | slp 51:32.529840208 |
| 3337 | 2025-09-20T23:59:39.067Z | lat 54.601572056 |
| 3338 | 2025-09-20T23:59:39.067Z | stop 2:15.043272675 |
| 3339 | 2025-09-20T23:59:39.067Z | + mkdir tests |
| 3340 | 2025-09-20T23:59:39.067Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3341 | 2025-09-20T23:59:39.067Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3342 | 2025-09-20T23:59:39.092Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ce4ae7f78aa51cb2 tests/ |
| 3343 | 2025-09-20T23:59:39.119Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-fa062aad9d492a64 tests/ |
| 3344 | 2025-09-20T23:59:39.147Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-2f5e7cdc7a6af0f7 tests/ |
| 3345 | 2025-09-20T23:59:39.173Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7c2676fd9e38ecff tests/ |
| 3346 | 2025-09-20T23:59:39.497Z | + 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/*) |
| 3347 | 2025-09-20T23:59:39.522Z | + 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-fa062aad9d492a64 tests/commtest-2f5e7cdc7a6af0f7 tests/dhcp_server-ce4ae7f78aa51cb2 tests/end_to_end_tests-7c2676fd9e38ecff 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 |
| 3348 | 2025-09-21T00:01:41.628Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3349 | 2025-09-21T00:01:41.628Z | a .github/buildomat/ci-env.sh 1K |
| 3350 | 2025-09-21T00:01:41.628Z | a out/target/test 1K |
| 3351 | 2025-09-21T00:01:41.628Z | a out/npuzone/npuzone 23144K |
| 3352 | 2025-09-21T00:01:41.628Z | a package-manifest.toml 34K |
| 3353 | 2025-09-21T00:01:41.628Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3354 | 2025-09-21T00:01:41.628Z | a target/release/omicron-package 41078K |
| 3355 | 2025-09-21T00:01:41.628Z | a target/release/xtask 11727K |
| 3356 | 2025-09-21T00:01:41.628Z | a target/debug/bootstrap 305410K |
| 3357 | 2025-09-21T00:01:41.628Z | a tests/bootstrap-fa062aad9d492a64 23730K |
| 3358 | 2025-09-21T00:01:41.628Z | a tests/commtest-2f5e7cdc7a6af0f7 23829K |
| 3359 | 2025-09-21T00:01:41.628Z | a tests/dhcp_server-ce4ae7f78aa51cb2 23730K |
| 3360 | 2025-09-21T00:01:41.628Z | a tests/end_to_end_tests-7c2676fd9e38ecff 346902K |
| 3361 | 2025-09-21T00:01:41.628Z | a out/clickhouse.tar.gz 318051K |
| 3362 | 2025-09-21T00:01:41.628Z | a out/clickhouse_keeper.tar.gz 301893K |
| 3363 | 2025-09-21T00:01:41.628Z | a out/clickhouse_server.tar.gz 318050K |
| 3364 | 2025-09-21T00:01:41.628Z | a out/cockroachdb.tar.gz 167926K |
| 3365 | 2025-09-21T00:01:41.628Z | a out/crucible-dtrace.tar 99K |
| 3366 | 2025-09-21T00:01:41.628Z | a out/crucible-pantry-zone.tar.gz 38210K |
| 3367 | 2025-09-21T00:01:41.628Z | a out/crucible-zone.tar.gz 48013K |
| 3368 | 2025-09-21T00:01:41.628Z | a out/external-dns.tar.gz 50602K |
| 3369 | 2025-09-21T00:01:41.628Z | a out/internal-dns.tar.gz 50602K |
| 3370 | 2025-09-21T00:01:41.628Z | a out/mg-ddm-gz.tar 118403K |
| 3371 | 2025-09-21T00:01:41.628Z | a out/nexus.tar.gz 136805K |
| 3372 | 2025-09-21T00:01:41.628Z | a out/ntp.tar.gz 33093K |
| 3373 | 2025-09-21T00:01:41.628Z | a out/omicron-gateway-softnpu.tar.gz 31224K |
| 3374 | 2025-09-21T00:01:41.629Z | a out/omicron-sled-agent.tar 142831K |
| 3375 | 2025-09-21T00:01:41.629Z | a out/overlay.tar.gz 3K |
| 3376 | 2025-09-21T00:01:41.629Z | a out/oximeter.tar.gz 63606K |
| 3377 | 2025-09-21T00:01:41.654Z | a out/oxlog.tar 4011K |
| 3378 | 2025-09-21T00:01:41.654Z | a out/probe.tar.gz 3037K |
| 3379 | 2025-09-21T00:01:41.654Z | a out/propolis-server.tar.gz 68586K |
| 3380 | 2025-09-21T00:01:41.654Z | a out/pumpkind-gz.tar 26648K |
| 3381 | 2025-09-21T00:01:41.654Z | a out/switch-softnpu.tar.gz 390357K |
| 3382 | 2025-09-21T00:01:41.654Z | |
| 3383 | 2025-09-21T00:01:41.654Z | real 2:02.146033821 |
| 3384 | 2025-09-21T00:01:41.654Z | user 1:53.484843880 |
| 3385 | 2025-09-21T00:01:41.654Z | sys 10.653475610 |
| 3386 | 2025-09-21T00:01:41.654Z | trap 0.035020618 |
| 3387 | 2025-09-21T00:01:41.654Z | tflt 0.000000000 |
| 3388 | 2025-09-21T00:01:41.654Z | dflt 0.000000000 |
| 3389 | 2025-09-21T00:01:41.654Z | kflt 0.000000000 |
| 3390 | 2025-09-21T00:01:41.654Z | lock 0.000000000 |
| 3391 | 2025-09-21T00:01:41.654Z | slp 1:53.555178551 |
| 3392 | 2025-09-21T00:01:41.654Z | lat 6.555809933 |
| 3393 | 2025-09-21T00:01:41.654Z | stop 0.000982676 |
| 3394 | 2025-09-21T00:01:41.654Z | process exited: duration 2167228 ms, exit code 0 |
| |
| 3395 | 2025-09-21T00:01:41.738Z | found 1 output files |
| 3396 | 2025-09-21T00:01:41.738Z | uploading: /work/package.tar.gz (2315002430 bytes) |
| 3397 | 2025-09-21T00:05:59.191Z | uploaded: /work/package.tar.gz |