|
|
|
| 1 | 2025-09-23T03:41:17.259Z | job assigned to worker 01K5TAGQ2B25NKWV9XTNTFQ2KY [factory aws, i-0b077f24d4156eee8] (queued for 1 m 2 s) |
| |
| 2 | 2025-09-23T03:41:26.147Z | starting task 0: "setup" |
| 3 | 2025-09-23T03:41:26.192Z | ++ uname -s |
| 4 | 2025-09-23T03:41:26.192Z | + kern=SunOS |
| 5 | 2025-09-23T03:41:26.192Z | + build_user=build |
| 6 | 2025-09-23T03:41:26.192Z | + build_uid=12345 |
| 7 | 2025-09-23T03:41:26.192Z | + work_dir=/work |
| 8 | 2025-09-23T03:41:26.192Z | + input_dir=/input |
| 9 | 2025-09-23T03:41:26.192Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-23T03:41:26.192Z | + case "$kern" in |
| 11 | 2025-09-23T03:41:26.192Z | + groupadd -g 12345 build |
| 12 | 2025-09-23T03:41:26.192Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-23T03:41:28.153Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-23T03:41:28.276Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-23T03:41:28.287Z | + home_fs=zfs |
| 16 | 2025-09-23T03:41:28.287Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-23T03:41:28.287Z | + mkdir -p /home/build |
| 18 | 2025-09-23T03:41:28.287Z | + chown build:build /home/build /work |
| 19 | 2025-09-23T03:41:30.283Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-23T03:41:30.290Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2025-09-23T03:41:30.298Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-23T03:41:30.303Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-23T03:41:30.303Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-09-23T03:41:30.303Z | * rust toolchain channel = "1.89.0" |
| 25 | 2025-09-23T03:41:30.304Z | * rust toolchain profile = "default" |
| 26 | 2025-09-23T03:41:30.304Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-23T03:41:30.304Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-23T03:41:30.308Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-23T03:41:30.308Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-23T03:41:30.419Z | info: downloading installer |
| 31 | 2025-09-23T03:41:31.775Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-23T03:41:31.775Z | warn: /opt/ooce/bin |
| 33 | 2025-09-23T03:41:31.775Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-23T03:41:31.775Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-23T03:41:31.775Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-23T03:41:31.775Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-23T03:41:31.775Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-23T03:41:31.775Z | error: cannot install while Rust is installed |
| 39 | 2025-09-23T03:41:31.775Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-23T03:41:31.789Z | info: profile set to 'default' |
| 41 | 2025-09-23T03:41:31.789Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-23T03:41:31.799Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-23T03:41:31.960Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-23T03:41:31.960Z | info: downloading component 'cargo' |
| 45 | 2025-09-23T03:41:32.747Z | info: downloading component 'clippy' |
| 46 | 2025-09-23T03:41:33.075Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-23T03:41:37.443Z | info: downloading component 'rust-std' |
| 48 | 2025-09-23T03:41:37.499Z | info: downloading component 'rustc' |
| 49 | 2025-09-23T03:41:43.879Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-23T03:41:44.154Z | info: installing component 'cargo' |
| 51 | 2025-09-23T03:41:45.029Z | info: installing component 'clippy' |
| 52 | 2025-09-23T03:41:45.425Z | info: installing component 'rust-docs' |
| 53 | 2025-09-23T03:41:47.254Z | info: installing component 'rust-std' |
| 54 | 2025-09-23T03:41:49.169Z | info: installing component 'rustc' |
| 55 | 2025-09-23T03:41:55.713Z | info: installing component 'rustfmt' |
| 56 | 2025-09-23T03:41:56.050Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-23T03:41:56.051Z | |
| 58 | 2025-09-23T03:41:56.481Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-23T03:41:56.482Z | |
| 60 | 2025-09-23T03:41:56.485Z | |
| 61 | 2025-09-23T03:41:56.485Z | Rust is installed now. Great! |
| 62 | 2025-09-23T03:41:56.485Z | |
| 63 | 2025-09-23T03:41:56.485Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-23T03:41:56.485Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-23T03:41:56.485Z | |
| 66 | 2025-09-23T03:41:56.485Z | To configure your current shell, you need to source |
| 67 | 2025-09-23T03:41:56.485Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-23T03:41:56.485Z | |
| 69 | 2025-09-23T03:41:56.485Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-23T03:41:56.485Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-23T03:41:56.485Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-23T03:41:56.485Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-23T03:41:56.569Z | + rustup --version |
| 74 | 2025-09-23T03:41:56.585Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-23T03:41:56.588Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-23T03:41:56.710Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-23T03:41:56.715Z | + cargo --version |
| 78 | 2025-09-23T03:41:56.793Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-23T03:41:56.797Z | + rustc --version |
| 80 | 2025-09-23T03:41:56.868Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-23T03:41:56.871Z | process exited: duration 26570 ms, exit code 0 |
| |
| 82 | 2025-09-23T03:41:56.878Z | starting task 2: "authentication" |
| 83 | 2025-09-23T03:41:56.901Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2025-09-23T03:41:56.909Z | starting task 3: "clone repository" |
| 85 | 2025-09-23T03:41:56.913Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-23T03:41:56.916Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-23T03:41:56.945Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-23T03:42:08.269Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-23T03:42:08.269Z | + git fetch origin bcdabfda072c4754ca4d4dee9a7483940a8fd2f4 |
| 90 | 2025-09-23T03:42:08.580Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-23T03:42:08.580Z | * branch bcdabfda072c4754ca4d4dee9a7483940a8fd2f4 -> FETCH_HEAD |
| 92 | 2025-09-23T03:42:08.591Z | + [[ -n sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known ]] |
| 93 | 2025-09-23T03:42:08.594Z | ++ git branch --show-current |
| 94 | 2025-09-23T03:42:08.598Z | + current=main |
| 95 | 2025-09-23T03:42:08.598Z | + [[ main != sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known ]] |
| 96 | 2025-09-23T03:42:08.598Z | + git branch -f sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known bcdabfda072c4754ca4d4dee9a7483940a8fd2f4 |
| 97 | 2025-09-23T03:42:08.604Z | + git checkout -f sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known |
| 98 | 2025-09-23T03:42:08.854Z | Switched to branch 'sunshowers/spr/2n-reconfigurator-planning-gate-addsupdates-on-zone-image-sources-being-known' |
| 99 | 2025-09-23T03:42:08.857Z | + git reset --hard bcdabfda072c4754ca4d4dee9a7483940a8fd2f4 |
| 100 | 2025-09-23T03:42:08.882Z | HEAD is now at bcdabfda0 rebase on main, fix up merge conflicts |
| 101 | 2025-09-23T03:42:08.885Z | process exited: duration 11974 ms, exit code 0 |
| |
| 102 | 2025-09-23T03:42:08.891Z | starting task 4: "build" |
| 103 | 2025-09-23T03:42:08.897Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-23T03:42:08.900Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-23T03:42:08.900Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-23T03:42:08.900Z | + cargo --version |
| 107 | 2025-09-23T03:42:08.955Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-23T03:42:08.959Z | + rustc --version |
| 109 | 2025-09-23T03:42:09.029Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-23T03:42:09.032Z | + WORK=/work |
| 111 | 2025-09-23T03:42:09.032Z | + pfexec mkdir -p /work |
| 112 | 2025-09-23T03:42:09.036Z | + pfexec chown build /work |
| 113 | 2025-09-23T03:42:09.040Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-09-23T03:42:20.797Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-09-23T03:42:28.536Z | Startup: Caching catalogs ... Done |
| 116 | 2025-09-23T03:42:36.381Z | Planning: Solver setup ... Done (6.590s) |
| 117 | 2025-09-23T03:42:36.442Z | Planning: Running solver ... Done (0.062s) |
| 118 | 2025-09-23T03:42:36.545Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2025-09-23T03:42:36.559Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-09-23T03:42:36.699Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-09-23T03:42:36.749Z | Planning: Package planning ... Done (0.049s) |
| 122 | 2025-09-23T03:42:36.800Z | Planning: Merging actions ... Done (0.051s) |
| 123 | 2025-09-23T03:42:37.127Z | Planning: Checking for conflicting actions ... Done (0.327s) |
| 124 | 2025-09-23T03:42:37.139Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2025-09-23T03:42:38.084Z | Planning: Evaluating mediators ... Done (0.942s) |
| 126 | 2025-09-23T03:42:38.089Z | Planning: Planning completed in 9.42 seconds |
| 127 | 2025-09-23T03:42:38.105Z | Packages to install: 4 |
| 128 | 2025-09-23T03:42:38.106Z | Mediators to change: 2 |
| 129 | 2025-09-23T03:42:38.110Z | Services to change: 1 |
| 130 | 2025-09-23T03:42:38.110Z | Estimated space available: 155.49 GB |
| 131 | 2025-09-23T03:42:38.110Z | Estimated space to be consumed: 1.72 GB |
| 132 | 2025-09-23T03:42:38.110Z | Create boot environment: No |
| 133 | 2025-09-23T03:42:38.110Z | Create backup boot environment: No |
| 134 | 2025-09-23T03:42:38.110Z | Rebuild boot archive: No |
| 135 | 2025-09-23T03:42:38.110Z | |
| 136 | 2025-09-23T03:42:38.110Z | Changed mediators: |
| 137 | 2025-09-23T03:42:38.110Z | mediator clang: |
| 138 | 2025-09-23T03:42:38.110Z | version: None -> 15 (system default) |
| 139 | 2025-09-23T03:42:38.111Z | |
| 140 | 2025-09-23T03:42:38.111Z | mediator llvm: |
| 141 | 2025-09-23T03:42:38.111Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-09-23T03:42:38.111Z | |
| 143 | 2025-09-23T03:42:38.111Z | Changed packages: |
| 144 | 2025-09-23T03:42:38.111Z | helios-dev |
| 145 | 2025-09-23T03:42:38.111Z | developer/build-essential |
| 146 | 2025-09-23T03:42:38.111Z | None -> 11-2.0 |
| 147 | 2025-09-23T03:42:38.111Z | library/libxmlsec1 |
| 148 | 2025-09-23T03:42:38.111Z | None -> 1.2.35-2.0 |
| 149 | 2025-09-23T03:42:38.111Z | ooce/developer/clang-15 |
| 150 | 2025-09-23T03:42:38.111Z | None -> 15.0.7-2.0 |
| 151 | 2025-09-23T03:42:38.111Z | ooce/developer/llvm-15 |
| 152 | 2025-09-23T03:42:38.112Z | None -> 15.0.7-2.0 |
| 153 | 2025-09-23T03:42:38.112Z | |
| 154 | 2025-09-23T03:42:38.112Z | Services: |
| 155 | 2025-09-23T03:42:38.112Z | restart_fmri: |
| 156 | 2025-09-23T03:42:38.112Z | svc:/system/update-man-index:default |
| 157 | 2025-09-23T03:42:38.160Z | |
| 158 | 2025-09-23T03:42:38.160Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-09-23T03:42:43.359Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (26.3M/s) |
| 160 | 2025-09-23T03:42:46.206Z | Download: Completed 212.60 MB in 8.04 seconds (26.4M/s) |
| 161 | 2025-09-23T03:42:46.593Z | Actions: 1/3689 actions (Installing new actions) |
| 162 | 2025-09-23T03:42:51.141Z | Actions: Completed 3689 actions in 4.55 seconds. |
| 163 | 2025-09-23T03:42:51.757Z | Done (0.610s) |
| 164 | 2025-09-23T03:42:51.757Z | Done (0.000s) |
| 165 | 2025-09-23T03:42:52.651Z | Done (0.894s) |
| 166 | 2025-09-23T03:42:57.075Z | Done (4.067s) |
| 167 | 2025-09-23T03:42:57.140Z | Done (0.020s) |
| 168 | 2025-09-23T03:42:57.145Z | Done (0.000s) |
| 169 | 2025-09-23T03:42:57.295Z | Done (0.000s) |
| 170 | 2025-09-23T03:42:58.164Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2025-09-23T03:42:58.332Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2025-09-23T03:42:58.335Z | Planning: Consolidating action changes ... Done |
| 173 | 2025-09-23T03:42:58.581Z | Planning: Evaluating mediators ... Done |
| 174 | 2025-09-23T03:42:58.620Z | Planning: Planning completed in 0.44 seconds |
| 175 | 2025-09-23T03:42:58.623Z | Mediators to change: 2 |
| 176 | 2025-09-23T03:42:58.623Z | Create boot environment: No |
| 177 | 2025-09-23T03:42:58.623Z | Create backup boot environment: No |
| 178 | 2025-09-23T03:42:58.726Z | Done |
| 179 | 2025-09-23T03:42:58.726Z | Done |
| 180 | 2025-09-23T03:42:59.723Z | Done |
| 181 | 2025-09-23T03:43:02.989Z | Done |
| 182 | 2025-09-23T03:43:03.078Z | Done |
| 183 | 2025-09-23T03:43:03.082Z | Done |
| 184 | 2025-09-23T03:43:03.211Z | Done |
| 185 | 2025-09-23T03:43:03.833Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2025-09-23T03:43:03.836Z | Planning: Merging actions ... Done |
| 187 | 2025-09-23T03:43:04.026Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2025-09-23T03:43:04.029Z | Planning: Consolidating action changes ... Done |
| 189 | 2025-09-23T03:43:04.299Z | Planning: Evaluating mediators ... Done |
| 190 | 2025-09-23T03:43:04.356Z | Planning: Planning completed in 0.77 seconds |
| 191 | 2025-09-23T03:43:04.391Z | Packages to change: 1 |
| 192 | 2025-09-23T03:43:04.391Z | Mediators to change: 1 |
| 193 | 2025-09-23T03:43:04.394Z | Services to change: 1 |
| 194 | 2025-09-23T03:43:04.394Z | Create boot environment: No |
| 195 | 2025-09-23T03:43:04.395Z | Create backup boot environment: Yes |
| 196 | 2025-09-23T03:43:07.109Z | Actions: 1/6 actions (Updating modified actions) |
| 197 | 2025-09-23T03:43:07.113Z | Actions: Completed 6 actions in 0.00 seconds. |
| 198 | 2025-09-23T03:43:07.113Z | Done |
| 199 | 2025-09-23T03:43:07.113Z | Done |
| 200 | 2025-09-23T03:43:07.290Z | Done |
| 201 | 2025-09-23T03:43:11.029Z | Done |
| 202 | 2025-09-23T03:43:11.124Z | Done |
| 203 | 2025-09-23T03:43:11.128Z | Done |
| 204 | 2025-09-23T03:43:11.271Z | Done |
| 205 | 2025-09-23T03:43:11.714Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 206 | 2025-09-23T03:43:11.714Z | clang system 15 system |
| 207 | 2025-09-23T03:43:11.714Z | csh system system illumos |
| 208 | 2025-09-23T03:43:11.714Z | ctags system system illumos |
| 209 | 2025-09-23T03:43:11.714Z | file system system illumos |
| 210 | 2025-09-23T03:43:11.714Z | gcc vendor 12 vendor |
| 211 | 2025-09-23T03:43:11.714Z | gcc system 10 system |
| 212 | 2025-09-23T03:43:11.715Z | gcc system 7 system |
| 213 | 2025-09-23T03:43:11.716Z | go system 1.20 system |
| 214 | 2025-09-23T03:43:11.716Z | go system 1.19 system |
| 215 | 2025-09-23T03:43:11.716Z | llvm system 15 system |
| 216 | 2025-09-23T03:43:11.716Z | llvm system 14 system |
| 217 | 2025-09-23T03:43:11.716Z | mariadb system 10.6 system |
| 218 | 2025-09-23T03:43:11.716Z | mta vendor vendor dma |
| 219 | 2025-09-23T03:43:11.716Z | openjdk system 17 system |
| 220 | 2025-09-23T03:43:11.716Z | openjdk system 11 system |
| 221 | 2025-09-23T03:43:11.716Z | openjdk system 1.8 system |
| 222 | 2025-09-23T03:43:11.716Z | openssl vendor 3 vendor |
| 223 | 2025-09-23T03:43:11.716Z | perl system 5.36 system |
| 224 | 2025-09-23T03:43:11.716Z | postgresql system 15 system |
| 225 | 2025-09-23T03:43:11.716Z | postgresql system 13 system |
| 226 | 2025-09-23T03:43:11.716Z | python vendor 3 vendor |
| 227 | 2025-09-23T03:43:11.716Z | python system 2 system |
| 228 | 2025-09-23T03:43:11.716Z | python3 system 3.11 system |
| 229 | 2025-09-23T03:43:11.716Z | ruby system 3.0 system |
| 230 | 2025-09-23T03:43:11.716Z | words vendor vendor american-english |
| 231 | 2025-09-23T03:43:11.716Z | words system system australian-english |
| 232 | 2025-09-23T03:43:11.716Z | words system system british-english |
| 233 | 2025-09-23T03:43:11.716Z | words system system canadian-english |
| 234 | 2025-09-23T03:43:11.716Z | words system system french |
| 235 | 2025-09-23T03:43:11.716Z | words system system italian |
| 236 | 2025-09-23T03:43:11.716Z | words system system ngerman |
| 237 | 2025-09-23T03:43:11.716Z | words system system ogerman |
| 238 | 2025-09-23T03:43:11.716Z | words system system spanish |
| 239 | 2025-09-23T03:43:12.055Z | PUBLISHER TYPE STATUS P LOCATION |
| 240 | 2025-09-23T03:43:12.055Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 241 | 2025-09-23T03:43:17.013Z | FMRI IFO |
| 242 | 2025-09-23T03:43:17.013Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 243 | 2025-09-23T03:43:17.013Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 244 | 2025-09-23T03:43:17.013Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 245 | 2025-09-23T03:43:17.013Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 246 | 2025-09-23T03:43:17.013Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 247 | 2025-09-23T03:43:17.013Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 248 | 2025-09-23T03:43:17.013Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 249 | 2025-09-23T03:43:17.013Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 250 | 2025-09-23T03:43:17.013Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 251 | 2025-09-23T03:43:17.014Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2025-09-23T03:43:17.014Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 253 | 2025-09-23T03:43:17.014Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 254 | 2025-09-23T03:43:17.014Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 255 | 2025-09-23T03:43:17.014Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 256 | 2025-09-23T03:43:17.014Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 257 | 2025-09-23T03:43:17.014Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 258 | 2025-09-23T03:43:18.053Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 259 | 2025-09-23T03:43:18.312Z | Updating crates.io index |
| 260 | 2025-09-23T03:43:18.315Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 261 | 2025-09-23T03:43:18.646Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 262 | 2025-09-23T03:43:19.280Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 263 | 2025-09-23T03:43:19.514Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 264 | 2025-09-23T03:43:19.734Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2025-09-23T03:43:20.039Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2025-09-23T03:43:21.294Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2025-09-23T03:43:23.323Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2025-09-23T03:43:24.343Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 269 | 2025-09-23T03:43:25.061Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 270 | 2025-09-23T03:43:25.499Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 271 | 2025-09-23T03:43:25.791Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 272 | 2025-09-23T03:43:26.102Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 273 | 2025-09-23T03:43:26.622Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 274 | 2025-09-23T03:43:27.081Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2025-09-23T03:43:27.462Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 276 | 2025-09-23T03:43:27.733Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 277 | 2025-09-23T03:43:28.043Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 278 | 2025-09-23T03:43:28.294Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 279 | 2025-09-23T03:43:28.527Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 280 | 2025-09-23T03:43:28.926Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 281 | 2025-09-23T03:43:29.232Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 282 | 2025-09-23T03:43:29.688Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 283 | 2025-09-23T03:43:30.040Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 284 | 2025-09-23T03:43:30.336Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 285 | 2025-09-23T03:43:31.046Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 286 | 2025-09-23T03:43:31.442Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 287 | 2025-09-23T03:43:31.687Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 288 | 2025-09-23T03:43:32.051Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 289 | 2025-09-23T03:43:32.418Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 290 | 2025-09-23T03:43:32.774Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 291 | 2025-09-23T03:43:33.032Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 292 | 2025-09-23T03:43:33.316Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 293 | 2025-09-23T03:43:45.360Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 294 | 2025-09-23T03:43:46.798Z | Downloading crates ... |
| 295 | 2025-09-23T03:43:46.856Z | Downloaded clap_derive v4.5.41 |
| 296 | 2025-09-23T03:43:46.860Z | Downloaded smawk v0.3.2 |
| 297 | 2025-09-23T03:43:46.863Z | Downloaded serde v1.0.223 |
| 298 | 2025-09-23T03:43:46.866Z | Downloaded crypto-common v0.1.6 |
| 299 | 2025-09-23T03:43:46.866Z | Downloaded displaydoc v0.2.5 |
| 300 | 2025-09-23T03:43:46.869Z | Downloaded serde_tokenstream v0.2.2 |
| 301 | 2025-09-23T03:43:46.872Z | Downloaded icu_provider v1.5.0 |
| 302 | 2025-09-23T03:43:46.872Z | Downloaded anstream v0.6.18 |
| 303 | 2025-09-23T03:43:46.875Z | Downloaded dof v0.3.0 |
| 304 | 2025-09-23T03:43:46.878Z | Downloaded colorchoice v1.0.2 |
| 305 | 2025-09-23T03:43:46.878Z | Downloaded toml_datetime v0.6.11 |
| 306 | 2025-09-23T03:43:46.878Z | Downloaded utf8_iter v1.0.4 |
| 307 | 2025-09-23T03:43:46.882Z | Downloaded digest v0.10.7 |
| 308 | 2025-09-23T03:43:46.882Z | Downloaded cpufeatures v0.2.14 |
| 309 | 2025-09-23T03:43:46.886Z | Downloaded clap_lex v0.7.4 |
| 310 | 2025-09-23T03:43:46.886Z | Downloaded thiserror v1.0.69 |
| 311 | 2025-09-23T03:43:46.889Z | Downloaded usdt-macro v0.5.0 |
| 312 | 2025-09-23T03:43:46.889Z | Downloaded typeid v1.0.3 |
| 313 | 2025-09-23T03:43:46.892Z | Downloaded toml v0.8.23 |
| 314 | 2025-09-23T03:43:46.895Z | Downloaded tinystr v0.7.6 |
| 315 | 2025-09-23T03:43:46.895Z | Downloaded terminal_size v0.4.0 |
| 316 | 2025-09-23T03:43:46.898Z | Downloaded clap_builder v4.5.41 |
| 317 | 2025-09-23T03:43:46.902Z | Downloaded zerofrom v0.1.4 |
| 318 | 2025-09-23T03:43:46.905Z | Downloaded write16 v1.0.0 |
| 319 | 2025-09-23T03:43:46.905Z | Downloaded textwrap v0.16.2 |
| 320 | 2025-09-23T03:43:46.912Z | Downloaded writeable v0.5.5 |
| 321 | 2025-09-23T03:43:46.915Z | Downloaded usdt v0.5.0 |
| 322 | 2025-09-23T03:43:46.915Z | Downloaded yoke-derive v0.7.4 |
| 323 | 2025-09-23T03:43:46.918Z | Downloaded usdt-attr-macro v0.5.0 |
| 324 | 2025-09-23T03:43:46.918Z | Downloaded toml_write v0.1.2 |
| 325 | 2025-09-23T03:43:46.921Z | Downloaded thiserror v2.0.16 |
| 326 | 2025-09-23T03:43:46.925Z | Downloaded zerovec-derive v0.10.3 |
| 327 | 2025-09-23T03:43:46.928Z | Downloaded unicode-xid v0.2.6 |
| 328 | 2025-09-23T03:43:46.928Z | Downloaded fastrand v2.1.1 |
| 329 | 2025-09-23T03:43:46.931Z | Downloaded is_terminal_polyfill v1.70.1 |
| 330 | 2025-09-23T03:43:46.931Z | Downloaded heck v0.4.1 |
| 331 | 2025-09-23T03:43:46.934Z | Downloaded zerofrom-derive v0.1.4 |
| 332 | 2025-09-23T03:43:46.934Z | Downloaded utf8parse v0.2.2 |
| 333 | 2025-09-23T03:43:46.936Z | Downloaded usdt-impl v0.5.0 |
| 334 | 2025-09-23T03:43:46.939Z | Downloaded percent-encoding v2.3.2 |
| 335 | 2025-09-23T03:43:46.939Z | Downloaded yoke v0.7.4 |
| 336 | 2025-09-23T03:43:46.939Z | Downloaded pest_derive v2.7.14 |
| 337 | 2025-09-23T03:43:46.943Z | Downloaded fs-err v3.1.1 |
| 338 | 2025-09-23T03:43:46.943Z | Downloaded zerocopy-derive v0.7.35 |
| 339 | 2025-09-23T03:43:46.946Z | Downloaded unicode-ident v1.0.18 |
| 340 | 2025-09-23T03:43:46.949Z | Downloaded typenum v1.17.0 |
| 341 | 2025-09-23T03:43:46.952Z | Downloaded ucd-trie v0.1.7 |
| 342 | 2025-09-23T03:43:46.955Z | Downloaded icu_normalizer v1.5.0 |
| 343 | 2025-09-23T03:43:46.958Z | Downloaded toml_edit v0.22.27 |
| 344 | 2025-09-23T03:43:46.961Z | Downloaded serde_core v1.0.223 |
| 345 | 2025-09-23T03:43:46.964Z | Downloaded url v2.5.4 |
| 346 | 2025-09-23T03:43:46.968Z | Downloaded indexmap v2.11.0 |
| 347 | 2025-09-23T03:43:46.971Z | Downloaded itoa v1.0.11 |
| 348 | 2025-09-23T03:43:46.971Z | Downloaded icu_locid v1.5.0 |
| 349 | 2025-09-23T03:43:46.976Z | Downloaded zerovec v0.10.4 |
| 350 | 2025-09-23T03:43:46.980Z | Downloaded zerocopy v0.7.35 |
| 351 | 2025-09-23T03:43:46.995Z | Downloaded pest_generator v2.7.14 |
| 352 | 2025-09-23T03:43:46.998Z | Downloaded bytecount v0.6.8 |
| 353 | 2025-09-23T03:43:47.001Z | Downloaded winnow v0.7.10 |
| 354 | 2025-09-23T03:43:47.006Z | Downloaded scroll_derive v0.12.0 |
| 355 | 2025-09-23T03:43:47.009Z | Downloaded tabled v0.15.0 |
| 356 | 2025-09-23T03:43:47.020Z | Downloaded unicode-width v0.2.0 |
| 357 | 2025-09-23T03:43:47.024Z | Downloaded generic-array v0.14.7 |
| 358 | 2025-09-23T03:43:47.027Z | Downloaded block-buffer v0.10.4 |
| 359 | 2025-09-23T03:43:47.027Z | Downloaded unicode-width v0.1.14 |
| 360 | 2025-09-23T03:43:47.031Z | Downloaded pretty-hex v0.4.1 |
| 361 | 2025-09-23T03:43:47.034Z | Downloaded anstyle-query v1.1.1 |
| 362 | 2025-09-23T03:43:47.034Z | Downloaded memmap v0.7.0 |
| 363 | 2025-09-23T03:43:47.037Z | Downloaded idna_adapter v1.2.0 |
| 364 | 2025-09-23T03:43:47.037Z | Downloaded anstyle-parse v0.2.5 |
| 365 | 2025-09-23T03:43:47.037Z | Downloaded log v0.4.27 |
| 366 | 2025-09-23T03:43:47.040Z | Downloaded autocfg v1.4.0 |
| 367 | 2025-09-23T03:43:47.043Z | Downloaded cfg-if v1.0.1 |
| 368 | 2025-09-23T03:43:47.043Z | Downloaded ordered-float v2.10.1 |
| 369 | 2025-09-23T03:43:47.044Z | Downloaded macaddr v1.0.1 |
| 370 | 2025-09-23T03:43:47.047Z | Downloaded strsim v0.11.1 |
| 371 | 2025-09-23T03:43:47.047Z | Downloaded anstyle v1.0.11 |
| 372 | 2025-09-23T03:43:47.047Z | Downloaded serde-value v0.7.0 |
| 373 | 2025-09-23T03:43:47.050Z | Downloaded serde-untagged v0.1.7 |
| 374 | 2025-09-23T03:43:47.050Z | Downloaded proc-macro-error-attr v1.0.4 |
| 375 | 2025-09-23T03:43:47.050Z | Downloaded heck v0.5.0 |
| 376 | 2025-09-23T03:43:47.053Z | Downloaded byteorder v1.5.0 |
| 377 | 2025-09-23T03:43:47.053Z | Downloaded stable_deref_trait v1.2.0 |
| 378 | 2025-09-23T03:43:47.053Z | Downloaded serde_spanned v0.6.9 |
| 379 | 2025-09-23T03:43:47.056Z | Downloaded fnv v1.0.7 |
| 380 | 2025-09-23T03:43:47.057Z | Downloaded icu_provider_macros v1.5.0 |
| 381 | 2025-09-23T03:43:47.057Z | Downloaded form_urlencoded v1.2.2 |
| 382 | 2025-09-23T03:43:47.057Z | Downloaded errno v0.3.12 |
| 383 | 2025-09-23T03:43:47.061Z | Downloaded swrite v0.1.0 |
| 384 | 2025-09-23T03:43:47.061Z | Downloaded semver v1.0.26 |
| 385 | 2025-09-23T03:43:47.061Z | Downloaded once_cell v1.21.3 |
| 386 | 2025-09-23T03:43:47.064Z | Downloaded getrandom v0.3.1 |
| 387 | 2025-09-23T03:43:47.067Z | Downloaded sha2 v0.10.9 |
| 388 | 2025-09-23T03:43:47.070Z | Downloaded ryu v1.0.18 |
| 389 | 2025-09-23T03:43:47.070Z | Downloaded icu_locid_transform_data v1.5.0 |
| 390 | 2025-09-23T03:43:47.073Z | Downloaded cargo_metadata v0.21.0 |
| 391 | 2025-09-23T03:43:47.073Z | Downloaded synstructure v0.13.1 |
| 392 | 2025-09-23T03:43:47.076Z | Downloaded scroll v0.12.0 |
| 393 | 2025-09-23T03:43:47.076Z | Downloaded camino-tempfile v1.4.1 |
| 394 | 2025-09-23T03:43:47.079Z | Downloaded cargo_toml v0.21.0 |
| 395 | 2025-09-23T03:43:47.079Z | Downloaded cargo-platform v0.2.0 |
| 396 | 2025-09-23T03:43:47.079Z | Downloaded quote v1.0.40 |
| 397 | 2025-09-23T03:43:47.082Z | Downloaded icu_properties v1.5.1 |
| 398 | 2025-09-23T03:43:47.086Z | Downloaded icu_collections v1.5.0 |
| 399 | 2025-09-23T03:43:47.089Z | Downloaded smallvec v1.15.1 |
| 400 | 2025-09-23T03:43:47.092Z | Downloaded cargo-util-schemas v0.8.2 |
| 401 | 2025-09-23T03:43:47.095Z | Downloaded proc-macro-error v1.0.4 |
| 402 | 2025-09-23T03:43:47.095Z | Downloaded tabled_derive v0.7.0 |
| 403 | 2025-09-23T03:43:47.098Z | Downloaded bitflags v2.9.1 |
| 404 | 2025-09-23T03:43:47.101Z | Downloaded anyhow v1.0.99 |
| 405 | 2025-09-23T03:43:47.104Z | Downloaded tempfile v3.20.0 |
| 406 | 2025-09-23T03:43:47.107Z | Downloaded camino v1.2.0 |
| 407 | 2025-09-23T03:43:47.107Z | Downloaded icu_normalizer_data v1.5.0 |
| 408 | 2025-09-23T03:43:47.111Z | Downloaded papergrid v0.11.0 |
| 409 | 2025-09-23T03:43:47.114Z | Downloaded memchr v2.7.4 |
| 410 | 2025-09-23T03:43:47.117Z | Downloaded serde_derive v1.0.223 |
| 411 | 2025-09-23T03:43:47.120Z | Downloaded num-traits v0.2.19 |
| 412 | 2025-09-23T03:43:47.120Z | Downloaded clap v4.5.41 |
| 413 | 2025-09-23T03:43:47.129Z | Downloaded pest_meta v2.7.14 |
| 414 | 2025-09-23T03:43:47.132Z | Downloaded litemap v0.7.3 |
| 415 | 2025-09-23T03:43:47.132Z | Downloaded plain v0.2.3 |
| 416 | 2025-09-23T03:43:47.135Z | Downloaded icu_locid_transform v1.5.0 |
| 417 | 2025-09-23T03:43:47.135Z | Downloaded proc-macro2 v1.0.101 |
| 418 | 2025-09-23T03:43:47.138Z | Downloaded goblin v0.8.2 |
| 419 | 2025-09-23T03:43:47.142Z | Downloaded pest v2.7.14 |
| 420 | 2025-09-23T03:43:47.146Z | Downloaded idna v1.0.3 |
| 421 | 2025-09-23T03:43:47.149Z | Downloaded serde_json v1.0.145 |
| 422 | 2025-09-23T03:43:47.156Z | Downloaded hashbrown v0.15.4 |
| 423 | 2025-09-23T03:43:47.159Z | Downloaded equivalent v1.0.2 |
| 424 | 2025-09-23T03:43:47.191Z | Downloaded unicode-linebreak v0.1.5 |
| 425 | 2025-09-23T03:43:47.191Z | Downloaded erased-serde v0.4.6 |
| 426 | 2025-09-23T03:43:47.191Z | Downloaded thread-id v4.2.2 |
| 427 | 2025-09-23T03:43:47.191Z | Downloaded thiserror-impl v2.0.16 |
| 428 | 2025-09-23T03:43:47.191Z | Downloaded thiserror-impl v1.0.69 |
| 429 | 2025-09-23T03:43:47.191Z | Downloaded version_check v0.9.5 |
| 430 | 2025-09-23T03:43:47.191Z | Downloaded utf16_iter v1.0.5 |
| 431 | 2025-09-23T03:43:47.191Z | Downloaded dtrace-parser v0.2.0 |
| 432 | 2025-09-23T03:43:47.191Z | Downloaded icu_properties_data v1.5.0 |
| 433 | 2025-09-23T03:43:47.191Z | Downloaded syn v1.0.109 |
| 434 | 2025-09-23T03:43:47.195Z | Downloaded syn v2.0.106 |
| 435 | 2025-09-23T03:43:47.204Z | Downloaded rustix v0.38.37 |
| 436 | 2025-09-23T03:43:47.222Z | Downloaded rustix v1.0.7 |
| 437 | 2025-09-23T03:43:47.262Z | Downloaded libc v0.2.174 |
| 438 | 2025-09-23T03:43:47.340Z | Compiling proc-macro2 v1.0.101 |
| 439 | 2025-09-23T03:43:47.341Z | Compiling unicode-ident v1.0.18 |
| 440 | 2025-09-23T03:43:47.344Z | Compiling serde_core v1.0.223 |
| 441 | 2025-09-23T03:43:47.344Z | Compiling serde v1.0.223 |
| 442 | 2025-09-23T03:43:47.344Z | Compiling version_check v0.9.5 |
| 443 | 2025-09-23T03:43:47.344Z | Compiling libc v0.2.174 |
| 444 | 2025-09-23T03:43:47.344Z | Compiling memchr v2.7.4 |
| 445 | 2025-09-23T03:43:47.565Z | Compiling stable_deref_trait v1.2.0 |
| 446 | 2025-09-23T03:43:47.792Z | Compiling thiserror v1.0.69 |
| 447 | 2025-09-23T03:43:47.818Z | Compiling ucd-trie v0.1.7 |
| 448 | 2025-09-23T03:43:48.255Z | Compiling autocfg v1.4.0 |
| 449 | 2025-09-23T03:43:48.305Z | Compiling itoa v1.0.11 |
| 450 | 2025-09-23T03:43:48.308Z | Compiling ryu v1.0.18 |
| 451 | 2025-09-23T03:43:48.531Z | Compiling litemap v0.7.3 |
| 452 | 2025-09-23T03:43:48.712Z | Compiling writeable v0.5.5 |
| 453 | 2025-09-23T03:43:48.929Z | Compiling once_cell v1.21.3 |
| 454 | 2025-09-23T03:43:49.116Z | Compiling bitflags v2.9.1 |
| 455 | 2025-09-23T03:43:49.263Z | Compiling byteorder v1.5.0 |
| 456 | 2025-09-23T03:43:49.357Z | Compiling icu_locid_transform_data v1.5.0 |
| 457 | 2025-09-23T03:43:49.541Z | Compiling serde_json v1.0.145 |
| 458 | 2025-09-23T03:43:49.568Z | Compiling quote v1.0.40 |
| 459 | 2025-09-23T03:43:49.730Z | Compiling errno v0.3.12 |
| 460 | 2025-09-23T03:43:49.754Z | Compiling icu_properties_data v1.5.0 |
| 461 | 2025-09-23T03:43:49.925Z | Compiling num-traits v0.2.19 |
| 462 | 2025-09-23T03:43:49.982Z | Compiling syn v2.0.106 |
| 463 | 2025-09-23T03:43:50.019Z | Compiling smallvec v1.15.1 |
| 464 | 2025-09-23T03:43:50.161Z | Compiling rustix v0.38.37 |
| 465 | 2025-09-23T03:43:50.216Z | Compiling typeid v1.0.3 |
| 466 | 2025-09-23T03:43:50.254Z | Compiling utf16_iter v1.0.5 |
| 467 | 2025-09-23T03:43:50.282Z | Compiling hashbrown v0.15.4 |
| 468 | 2025-09-23T03:43:50.416Z | Compiling icu_normalizer_data v1.5.0 |
| 469 | 2025-09-23T03:43:50.540Z | Compiling write16 v1.0.0 |
| 470 | 2025-09-23T03:43:50.707Z | Compiling equivalent v1.0.2 |
| 471 | 2025-09-23T03:43:50.731Z | Compiling utf8_iter v1.0.4 |
| 472 | 2025-09-23T03:43:50.971Z | Compiling usdt-impl v0.5.0 |
| 473 | 2025-09-23T03:43:51.027Z | Compiling proc-macro-error-attr v1.0.4 |
| 474 | 2025-09-23T03:43:51.248Z | Compiling syn v1.0.109 |
| 475 | 2025-09-23T03:43:51.399Z | Compiling indexmap v2.11.0 |
| 476 | 2025-09-23T03:43:51.426Z | Compiling winnow v0.7.10 |
| 477 | 2025-09-23T03:43:51.429Z | Compiling toml_write v0.1.2 |
| 478 | 2025-09-23T03:43:51.656Z | Compiling thread-id v4.2.2 |
| 479 | 2025-09-23T03:43:52.249Z | Compiling proc-macro-error v1.0.4 |
| 480 | 2025-09-23T03:43:52.592Z | Compiling log v0.4.27 |
| 481 | 2025-09-23T03:43:52.946Z | Compiling utf8parse v0.2.2 |
| 482 | 2025-09-23T03:43:52.978Z | Compiling thiserror v2.0.16 |
| 483 | 2025-09-23T03:43:53.117Z | Compiling getrandom v0.3.1 |
| 484 | 2025-09-23T03:43:53.371Z | Compiling rustix v1.0.7 |
| 485 | 2025-09-23T03:43:53.605Z | Compiling percent-encoding v2.3.2 |
| 486 | 2025-09-23T03:43:53.809Z | Compiling semver v1.0.26 |
| 487 | 2025-09-23T03:43:53.925Z | Compiling plain v0.2.3 |
| 488 | 2025-09-23T03:43:53.952Z | Compiling camino v1.2.0 |
| 489 | 2025-09-23T03:43:54.103Z | Compiling form_urlencoded v1.2.2 |
| 490 | 2025-09-23T03:43:54.415Z | Compiling ordered-float v2.10.1 |
| 491 | 2025-09-23T03:43:54.442Z | Compiling anstyle-parse v0.2.5 |
| 492 | 2025-09-23T03:43:54.646Z | Compiling terminal_size v0.4.0 |
| 493 | 2025-09-23T03:43:54.900Z | Compiling colorchoice v1.0.2 |
| 494 | 2025-09-23T03:43:54.964Z | Compiling anstyle v1.0.11 |
| 495 | 2025-09-23T03:43:55.090Z | Compiling cfg-if v1.0.1 |
| 496 | 2025-09-23T03:43:55.211Z | Compiling pretty-hex v0.4.1 |
| 497 | 2025-09-23T03:43:55.238Z | Compiling anstyle-query v1.1.1 |
| 498 | 2025-09-23T03:43:55.277Z | Compiling is_terminal_polyfill v1.70.1 |
| 499 | 2025-09-23T03:43:55.392Z | Compiling anstream v0.6.18 |
| 500 | 2025-09-23T03:43:55.901Z | Compiling fs-err v3.1.1 |
| 501 | 2025-09-23T03:43:56.012Z | Compiling strsim v0.11.1 |
| 502 | 2025-09-23T03:43:56.108Z | Compiling unicode-xid v0.2.6 |
| 503 | 2025-09-23T03:43:56.310Z | Compiling unicode-width v0.1.14 |
| 504 | 2025-09-23T03:43:56.337Z | Compiling heck v0.4.1 |
| 505 | 2025-09-23T03:43:56.361Z | Compiling fastrand v2.1.1 |
| 506 | 2025-09-23T03:43:56.780Z | Compiling synstructure v0.13.1 |
| 507 | 2025-09-23T03:43:56.807Z | Compiling fnv v1.0.7 |
| 508 | 2025-09-23T03:43:56.872Z | Compiling bytecount v0.6.8 |
| 509 | 2025-09-23T03:43:56.970Z | Compiling clap_lex v0.7.4 |
| 510 | 2025-09-23T03:43:57.094Z | Compiling heck v0.5.0 |
| 511 | 2025-09-23T03:43:57.271Z | Compiling anyhow v1.0.99 |
| 512 | 2025-09-23T03:43:57.410Z | Compiling clap_builder v4.5.41 |
| 513 | 2025-09-23T03:43:57.704Z | Compiling tempfile v3.20.0 |
| 514 | 2025-09-23T03:43:58.142Z | Compiling papergrid v0.11.0 |
| 515 | 2025-09-23T03:43:58.314Z | Compiling memmap v0.7.0 |
| 516 | 2025-09-23T03:43:58.337Z | Compiling unicode-width v0.2.0 |
| 517 | 2025-09-23T03:43:58.521Z | Compiling smawk v0.3.2 |
| 518 | 2025-09-23T03:43:58.659Z | Compiling unicode-linebreak v0.1.5 |
| 519 | 2025-09-23T03:43:59.172Z | Compiling textwrap v0.16.2 |
| 520 | 2025-09-23T03:43:59.290Z | Compiling camino-tempfile v1.4.1 |
| 521 | 2025-09-23T03:43:59.674Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 522 | 2025-09-23T03:43:59.753Z | Compiling swrite v0.1.0 |
| 523 | 2025-09-23T03:44:00.023Z | Compiling tabled_derive v0.7.0 |
| 524 | 2025-09-23T03:44:00.645Z | Compiling serde_derive v1.0.223 |
| 525 | 2025-09-23T03:44:00.648Z | Compiling zerofrom-derive v0.1.4 |
| 526 | 2025-09-23T03:44:00.649Z | Compiling yoke-derive v0.7.4 |
| 527 | 2025-09-23T03:44:00.649Z | Compiling thiserror-impl v1.0.69 |
| 528 | 2025-09-23T03:44:00.819Z | Compiling zerovec-derive v0.10.3 |
| 529 | 2025-09-23T03:44:02.103Z | Compiling displaydoc v0.2.5 |
| 530 | 2025-09-23T03:44:03.301Z | Compiling icu_provider_macros v1.5.0 |
| 531 | 2025-09-23T03:44:03.304Z | Compiling zerocopy-derive v0.7.35 |
| 532 | 2025-09-23T03:44:03.618Z | Compiling scroll_derive v0.12.0 |
| 533 | 2025-09-23T03:44:03.839Z | Compiling pest v2.7.14 |
| 534 | 2025-09-23T03:44:04.062Z | Compiling zerofrom v0.1.4 |
| 535 | 2025-09-23T03:44:04.326Z | Compiling yoke v0.7.4 |
| 536 | 2025-09-23T03:44:04.393Z | Compiling thiserror-impl v2.0.16 |
| 537 | 2025-09-23T03:44:04.702Z | Compiling zerovec v0.10.4 |
| 538 | 2025-09-23T03:44:04.743Z | Compiling clap_derive v4.5.41 |
| 539 | 2025-09-23T03:44:04.999Z | Compiling scroll v0.12.0 |
| 540 | 2025-09-23T03:44:05.258Z | Compiling zerocopy v0.7.35 |
| 541 | 2025-09-23T03:44:05.577Z | Compiling goblin v0.8.2 |
| 542 | 2025-09-23T03:44:06.342Z | Compiling tabled v0.15.0 |
| 543 | 2025-09-23T03:44:06.679Z | Compiling tinystr v0.7.6 |
| 544 | 2025-09-23T03:44:06.740Z | Compiling pest_meta v2.7.14 |
| 545 | 2025-09-23T03:44:06.805Z | Compiling icu_collections v1.5.0 |
| 546 | 2025-09-23T03:44:07.096Z | Compiling icu_locid v1.5.0 |
| 547 | 2025-09-23T03:44:08.104Z | Compiling pest_generator v2.7.14 |
| 548 | 2025-09-23T03:44:09.027Z | Compiling icu_provider v1.5.0 |
| 549 | 2025-09-23T03:44:09.055Z | Compiling toml_datetime v0.6.11 |
| 550 | 2025-09-23T03:44:09.105Z | Compiling serde_spanned v0.6.9 |
| 551 | 2025-09-23T03:44:09.133Z | Compiling dof v0.3.0 |
| 552 | 2025-09-23T03:44:09.357Z | Compiling serde_tokenstream v0.2.2 |
| 553 | 2025-09-23T03:44:09.598Z | Compiling toml_edit v0.22.27 |
| 554 | 2025-09-23T03:44:09.892Z | Compiling icu_locid_transform v1.5.0 |
| 555 | 2025-09-23T03:44:09.941Z | Compiling erased-serde v0.4.6 |
| 556 | 2025-09-23T03:44:10.014Z | Compiling serde-value v0.7.0 |
| 557 | 2025-09-23T03:44:10.673Z | Compiling cargo-platform v0.2.0 |
| 558 | 2025-09-23T03:44:10.830Z | Compiling clap v4.5.41 |
| 559 | 2025-09-23T03:44:10.969Z | Compiling serde-untagged v0.1.7 |
| 560 | 2025-09-23T03:44:10.996Z | Compiling pest_derive v2.7.14 |
| 561 | 2025-09-23T03:44:11.096Z | Compiling macaddr v1.0.1 |
| 562 | 2025-09-23T03:44:11.251Z | Compiling icu_properties v1.5.1 |
| 563 | 2025-09-23T03:44:11.843Z | Compiling dtrace-parser v0.2.0 |
| 564 | 2025-09-23T03:44:12.988Z | Compiling toml v0.8.23 |
| 565 | 2025-09-23T03:44:13.757Z | Compiling usdt-macro v0.5.0 |
| 566 | 2025-09-23T03:44:13.761Z | Compiling usdt-attr-macro v0.5.0 |
| 567 | 2025-09-23T03:44:13.873Z | Compiling cargo_toml v0.21.0 |
| 568 | 2025-09-23T03:44:14.636Z | Compiling icu_normalizer v1.5.0 |
| 569 | 2025-09-23T03:44:14.797Z | Compiling usdt v0.5.0 |
| 570 | 2025-09-23T03:44:15.255Z | Compiling idna_adapter v1.2.0 |
| 571 | 2025-09-23T03:44:15.403Z | Compiling idna v1.0.3 |
| 572 | 2025-09-23T03:44:15.789Z | Compiling url v2.5.4 |
| 573 | 2025-09-23T03:44:16.620Z | Compiling cargo-util-schemas v0.8.2 |
| 574 | 2025-09-23T03:44:18.002Z | Compiling cargo_metadata v0.21.0 |
| 575 | 2025-09-23T03:44:19.534Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 576 | 2025-09-23T03:44:23.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 577 | 2025-09-23T03:44:23.325Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 578 | 2025-09-23T03:44:24.049Z | Downloading crates ... |
| 579 | 2025-09-23T03:44:24.191Z | Downloaded adler2 v2.0.0 |
| 580 | 2025-09-23T03:44:24.195Z | Downloaded async-bb8-diesel v0.2.1 |
| 581 | 2025-09-23T03:44:24.198Z | Downloaded arrayvec v0.7.6 |
| 582 | 2025-09-23T03:44:24.202Z | Downloaded argon2 v0.5.3 |
| 583 | 2025-09-23T03:44:24.202Z | Downloaded async-stream v0.3.6 |
| 584 | 2025-09-23T03:44:24.205Z | Downloaded crc v3.2.1 |
| 585 | 2025-09-23T03:44:24.208Z | Downloaded hash32 v0.3.1 |
| 586 | 2025-09-23T03:44:24.211Z | Downloaded blowfish v0.9.1 |
| 587 | 2025-09-23T03:44:24.211Z | Downloaded ciborium-ll v0.2.2 |
| 588 | 2025-09-23T03:44:24.215Z | Downloaded crossbeam-deque v0.8.5 |
| 589 | 2025-09-23T03:44:24.215Z | Downloaded colored v2.2.0 |
| 590 | 2025-09-23T03:44:24.218Z | Downloaded bitfield-struct v0.6.2 |
| 591 | 2025-09-23T03:44:24.221Z | Downloaded bit-vec v0.8.0 |
| 592 | 2025-09-23T03:44:24.224Z | Downloaded crossbeam-utils v0.8.21 |
| 593 | 2025-09-23T03:44:24.227Z | Downloaded bit-set v0.5.3 |
| 594 | 2025-09-23T03:44:24.227Z | Downloaded console v0.15.10 |
| 595 | 2025-09-23T03:44:24.230Z | Downloaded blake2 v0.10.6 |
| 596 | 2025-09-23T03:44:24.233Z | Downloaded bb8 v0.8.5 |
| 597 | 2025-09-23T03:44:24.237Z | Downloaded bumpalo v3.16.0 |
| 598 | 2025-09-23T03:44:24.240Z | Downloaded base64 v0.21.7 |
| 599 | 2025-09-23T03:44:24.243Z | Downloaded hashbrown v0.16.0 |
| 600 | 2025-09-23T03:44:24.246Z | Downloaded postgres-protocol v0.6.8 |
| 601 | 2025-09-23T03:44:24.249Z | Downloaded aho-corasick v1.1.3 |
| 602 | 2025-09-23T03:44:24.254Z | Downloaded poly1305 v0.8.0 |
| 603 | 2025-09-23T03:44:24.257Z | Downloaded hex-literal v0.4.1 |
| 604 | 2025-09-23T03:44:24.260Z | Downloaded bindgen v0.69.5 |
| 605 | 2025-09-23T03:44:24.266Z | Downloaded http-body-util v0.1.3 |
| 606 | 2025-09-23T03:44:24.269Z | Downloaded progenitor-client v0.11.0 |
| 607 | 2025-09-23T03:44:24.273Z | Downloaded humantime v2.2.0 |
| 608 | 2025-09-23T03:44:24.273Z | Downloaded instability v0.3.2 |
| 609 | 2025-09-23T03:44:24.278Z | Downloaded hyper-tls v0.6.0 |
| 610 | 2025-09-23T03:44:24.282Z | Downloaded home v0.5.9 |
| 611 | 2025-09-23T03:44:24.282Z | Downloaded atty v0.2.14 |
| 612 | 2025-09-23T03:44:24.282Z | Downloaded arrayref v0.3.9 |
| 613 | 2025-09-23T03:44:24.282Z | Downloaded async-stream-impl v0.3.6 |
| 614 | 2025-09-23T03:44:24.285Z | Downloaded atomic-waker v1.1.2 |
| 615 | 2025-09-23T03:44:24.285Z | Downloaded httpdate v1.0.3 |
| 616 | 2025-09-23T03:44:24.289Z | Downloaded hkdf v0.12.4 |
| 617 | 2025-09-23T03:44:24.292Z | Downloaded cassowary v0.3.0 |
| 618 | 2025-09-23T03:44:24.292Z | Downloaded array-init v0.0.4 |
| 619 | 2025-09-23T03:44:24.296Z | Downloaded crc8 v0.1.1 |
| 620 | 2025-09-23T03:44:24.296Z | Downloaded ignore v0.4.23 |
| 621 | 2025-09-23T03:44:24.299Z | Downloaded hex v0.4.3 |
| 622 | 2025-09-23T03:44:24.299Z | Downloaded cfg_aliases v0.1.1 |
| 623 | 2025-09-23T03:44:24.302Z | Downloaded cfg_aliases v0.2.1 |
| 624 | 2025-09-23T03:44:24.303Z | Downloaded buf-list v1.0.3 |
| 625 | 2025-09-23T03:44:24.306Z | Downloaded highway v1.3.0 |
| 626 | 2025-09-23T03:44:24.309Z | Downloaded cexpr v0.6.0 |
| 627 | 2025-09-23T03:44:24.309Z | Downloaded bit-set v0.8.0 |
| 628 | 2025-09-23T03:44:24.312Z | Downloaded assert_matches v1.5.0 |
| 629 | 2025-09-23T03:44:24.315Z | Downloaded convert_case v0.4.0 |
| 630 | 2025-09-23T03:44:24.315Z | Downloaded convert_case v0.7.1 |
| 631 | 2025-09-23T03:44:24.318Z | Downloaded base16ct v0.2.0 |
| 632 | 2025-09-23T03:44:24.318Z | Downloaded cbc v0.1.2 |
| 633 | 2025-09-23T03:44:24.321Z | Downloaded instant v0.1.13 |
| 634 | 2025-09-23T03:44:24.324Z | Downloaded bzip2 v0.4.4 |
| 635 | 2025-09-23T03:44:24.327Z | Downloaded indent_write v2.2.0 |
| 636 | 2025-09-23T03:44:24.328Z | Downloaded backoff v0.4.0 |
| 637 | 2025-09-23T03:44:24.331Z | Downloaded is_ci v1.2.0 |
| 638 | 2025-09-23T03:44:24.334Z | Downloaded ident_case v1.0.1 |
| 639 | 2025-09-23T03:44:24.334Z | Downloaded crc-catalog v2.4.0 |
| 640 | 2025-09-23T03:44:24.337Z | Downloaded constant_time_eq v0.3.1 |
| 641 | 2025-09-23T03:44:24.337Z | Downloaded cobs v0.2.3 |
| 642 | 2025-09-23T03:44:24.340Z | Downloaded hyper-staticfile v0.10.1 |
| 643 | 2025-09-23T03:44:24.343Z | Downloaded rustc_version v0.1.7 |
| 644 | 2025-09-23T03:44:24.343Z | Downloaded cmake v0.1.51 |
| 645 | 2025-09-23T03:44:24.346Z | Downloaded bitflags v1.3.2 |
| 646 | 2025-09-23T03:44:24.349Z | Downloaded inout v0.1.3 |
| 647 | 2025-09-23T03:44:24.349Z | Downloaded base64ct v1.6.0 |
| 648 | 2025-09-23T03:44:24.352Z | Downloaded ascii-canvas v3.0.0 |
| 649 | 2025-09-23T03:44:24.355Z | Downloaded internet-checksum v0.2.1 |
| 650 | 2025-09-23T03:44:24.355Z | Downloaded hubpack_derive v0.1.1 |
| 651 | 2025-09-23T03:44:24.359Z | Downloaded indoc v1.0.9 |
| 652 | 2025-09-23T03:44:24.359Z | Downloaded bitfield v0.19.2 |
| 653 | 2025-09-23T03:44:24.361Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 654 | 2025-09-23T03:44:24.365Z | Downloaded libscf-sys v1.1.0 |
| 655 | 2025-09-23T03:44:24.365Z | Downloaded headers-core v0.3.0 |
| 656 | 2025-09-23T03:44:24.365Z | Downloaded globwalk v0.9.1 |
| 657 | 2025-09-23T03:44:24.368Z | Downloaded critical-section v1.1.3 |
| 658 | 2025-09-23T03:44:24.371Z | Downloaded sync-ptr v0.1.4 |
| 659 | 2025-09-23T03:44:24.372Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 660 | 2025-09-23T03:44:24.376Z | Downloaded polyval v0.6.2 |
| 661 | 2025-09-23T03:44:24.376Z | Downloaded indoc v2.0.6 |
| 662 | 2025-09-23T03:44:24.379Z | Downloaded rusty-fork v0.3.0 |
| 663 | 2025-09-23T03:44:24.379Z | Downloaded secrecy v0.10.3 |
| 664 | 2025-09-23T03:44:24.382Z | Downloaded tabled_derive v0.11.0 |
| 665 | 2025-09-23T03:44:24.385Z | Downloaded lazycell v1.3.0 |
| 666 | 2025-09-23T03:44:24.385Z | Downloaded console v0.16.0 |
| 667 | 2025-09-23T03:44:24.388Z | Downloaded kstat-rs v0.2.4 |
| 668 | 2025-09-23T03:44:24.391Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 669 | 2025-09-23T03:44:24.405Z | Downloaded signal-hook-tokio v0.3.1 |
| 670 | 2025-09-23T03:44:24.409Z | Downloaded indicatif v0.18.0 |
| 671 | 2025-09-23T03:44:24.412Z | Downloaded want v0.3.1 |
| 672 | 2025-09-23T03:44:24.415Z | Downloaded try-lock v0.2.5 |
| 673 | 2025-09-23T03:44:24.415Z | Downloaded spki v0.7.3 |
| 674 | 2025-09-23T03:44:24.418Z | Downloaded libz-rs-sys v0.5.1 |
| 675 | 2025-09-23T03:44:24.418Z | Downloaded hash32 v0.2.1 |
| 676 | 2025-09-23T03:44:24.421Z | Downloaded const_format_proc_macros v0.2.34 |
| 677 | 2025-09-23T03:44:24.425Z | Downloaded const-oid v0.9.6 |
| 678 | 2025-09-23T03:44:24.428Z | Downloaded ingot-types v0.1.2 |
| 679 | 2025-09-23T03:44:24.428Z | Downloaded zone_cfg_derive v0.3.0 |
| 680 | 2025-09-23T03:44:24.431Z | Downloaded void v1.0.2 |
| 681 | 2025-09-23T03:44:24.431Z | Downloaded postcard v1.0.10 |
| 682 | 2025-09-23T03:44:24.434Z | Downloaded lru-cache v0.1.2 |
| 683 | 2025-09-23T03:44:24.435Z | Downloaded shell-words v1.1.0 |
| 684 | 2025-09-23T03:44:24.438Z | Downloaded lockfree-object-pool v0.1.6 |
| 685 | 2025-09-23T03:44:24.438Z | Downloaded linear-map v1.2.0 |
| 686 | 2025-09-23T03:44:24.441Z | Downloaded is-terminal v0.4.13 |
| 687 | 2025-09-23T03:44:24.444Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 688 | 2025-09-23T03:44:24.444Z | Downloaded string_cache v0.8.9 |
| 689 | 2025-09-23T03:44:24.447Z | Downloaded signature v2.2.0 |
| 690 | 2025-09-23T03:44:24.451Z | Downloaded tokio-native-tls v0.3.1 |
| 691 | 2025-09-23T03:44:24.451Z | Downloaded tokio-macros v2.5.0 |
| 692 | 2025-09-23T03:44:24.455Z | Downloaded tls_codec v0.4.1 |
| 693 | 2025-09-23T03:44:24.455Z | Downloaded salsa20 v0.10.2 |
| 694 | 2025-09-23T03:44:24.458Z | Downloaded topological-sort v0.2.2 |
| 695 | 2025-09-23T03:44:24.458Z | Downloaded toml_writer v1.0.2 |
| 696 | 2025-09-23T03:44:24.461Z | Downloaded crc-any v2.5.0 |
| 697 | 2025-09-23T03:44:24.464Z | Downloaded foreign-types v0.5.0 |
| 698 | 2025-09-23T03:44:24.464Z | Downloaded endian-type v0.1.2 |
| 699 | 2025-09-23T03:44:24.467Z | Downloaded unicode-truncate v1.1.0 |
| 700 | 2025-09-23T03:44:24.467Z | Downloaded tui-tree-widget v0.23.1 |
| 701 | 2025-09-23T03:44:24.471Z | Downloaded dirs-sys-next v0.1.2 |
| 702 | 2025-09-23T03:44:24.471Z | Downloaded strum_macros v0.27.1 |
| 703 | 2025-09-23T03:44:24.475Z | Downloaded env_filter v0.1.2 |
| 704 | 2025-09-23T03:44:24.478Z | Downloaded newline-converter v0.3.0 |
| 705 | 2025-09-23T03:44:24.478Z | Downloaded unit-prefix v0.5.1 |
| 706 | 2025-09-23T03:44:24.481Z | Downloaded lock_api v0.4.12 |
| 707 | 2025-09-23T03:44:24.481Z | Downloaded ingot-macros v0.1.1 |
| 708 | 2025-09-23T03:44:24.485Z | Downloaded zeroize v1.8.1 |
| 709 | 2025-09-23T03:44:24.485Z | Downloaded resolv-conf v0.7.0 |
| 710 | 2025-09-23T03:44:24.488Z | Downloaded md5 v0.7.0 |
| 711 | 2025-09-23T03:44:24.491Z | Downloaded md-5 v0.10.6 |
| 712 | 2025-09-23T03:44:24.491Z | Downloaded managed v0.8.0 |
| 713 | 2025-09-23T03:44:24.494Z | Downloaded termios v0.3.3 |
| 714 | 2025-09-23T03:44:24.497Z | Downloaded wyz v0.5.1 |
| 715 | 2025-09-23T03:44:24.498Z | Downloaded parse-size v1.1.0 |
| 716 | 2025-09-23T03:44:24.501Z | Downloaded arc-swap v1.7.1 |
| 717 | 2025-09-23T03:44:24.504Z | Downloaded match_cfg v0.1.0 |
| 718 | 2025-09-23T03:44:24.504Z | Downloaded difflib v0.4.0 |
| 719 | 2025-09-23T03:44:24.507Z | Downloaded ipnet v2.11.0 |
| 720 | 2025-09-23T03:44:24.507Z | Downloaded ghash v0.5.1 |
| 721 | 2025-09-23T03:44:24.510Z | Downloaded libloading v0.8.5 |
| 722 | 2025-09-23T03:44:24.513Z | Downloaded phf_shared v0.12.1 |
| 723 | 2025-09-23T03:44:24.516Z | Downloaded number_prefix v0.4.0 |
| 724 | 2025-09-23T03:44:24.516Z | Downloaded num_threads v0.1.7 |
| 725 | 2025-09-23T03:44:24.516Z | Downloaded cookie v0.18.1 |
| 726 | 2025-09-23T03:44:24.519Z | Downloaded futures-io v0.3.31 |
| 727 | 2025-09-23T03:44:24.522Z | Downloaded defmt-parser v0.3.4 |
| 728 | 2025-09-23T03:44:24.522Z | Downloaded env_logger v0.11.5 |
| 729 | 2025-09-23T03:44:24.525Z | Downloaded compact_str v0.8.0 |
| 730 | 2025-09-23T03:44:24.529Z | Downloaded progenitor-client v0.9.1 |
| 731 | 2025-09-23T03:44:24.532Z | Downloaded precomputed-hash v0.1.1 |
| 732 | 2025-09-23T03:44:24.532Z | Downloaded futures-executor v0.3.31 |
| 733 | 2025-09-23T03:44:24.535Z | Downloaded dirs-next v2.0.0 |
| 734 | 2025-09-23T03:44:24.538Z | Downloaded universal-hash v0.5.1 |
| 735 | 2025-09-23T03:44:24.538Z | Downloaded enum-as-inner v0.6.1 |
| 736 | 2025-09-23T03:44:24.541Z | Downloaded sqlparser_derive v0.2.2 |
| 737 | 2025-09-23T03:44:24.541Z | Downloaded progenitor-impl v0.10.0 |
| 738 | 2025-09-23T03:44:24.544Z | Downloaded litrs v0.4.1 |
| 739 | 2025-09-23T03:44:24.547Z | Downloaded serde_repr v0.1.19 |
| 740 | 2025-09-23T03:44:24.550Z | Downloaded parse-display-derive v0.10.0 |
| 741 | 2025-09-23T03:44:24.550Z | Downloaded num-iter v0.1.45 |
| 742 | 2025-09-23T03:44:24.553Z | Downloaded take_mut v0.2.2 |
| 743 | 2025-09-23T03:44:24.553Z | Downloaded num_enum v0.5.11 |
| 744 | 2025-09-23T03:44:24.559Z | Downloaded num_enum_derive v0.5.11 |
| 745 | 2025-09-23T03:44:24.562Z | Downloaded phf v0.12.1 |
| 746 | 2025-09-23T03:44:24.565Z | Downloaded base64 v0.22.1 |
| 747 | 2025-09-23T03:44:24.569Z | Downloaded tracing-core v0.1.32 |
| 748 | 2025-09-23T03:44:24.572Z | Downloaded daft-derive v0.1.4 |
| 749 | 2025-09-23T03:44:24.575Z | Downloaded rand_xorshift v0.4.0 |
| 750 | 2025-09-23T03:44:24.580Z | Downloaded rand_seeder v0.4.0 |
| 751 | 2025-09-23T03:44:24.580Z | Downloaded progenitor-macro v0.11.0 |
| 752 | 2025-09-23T03:44:24.581Z | Downloaded olpc-cjson v0.1.4 |
| 753 | 2025-09-23T03:44:24.584Z | Downloaded derive_builder_macro v0.20.2 |
| 754 | 2025-09-23T03:44:24.584Z | Downloaded password-hash v0.5.0 |
| 755 | 2025-09-23T03:44:24.587Z | Downloaded testing_table v0.3.0 |
| 756 | 2025-09-23T03:44:24.587Z | Downloaded toml v0.9.5 |
| 757 | 2025-09-23T03:44:24.591Z | Downloaded zone_cfg_derive v0.1.2 |
| 758 | 2025-09-23T03:44:24.594Z | Downloaded semver v0.1.20 |
| 759 | 2025-09-23T03:44:24.594Z | Downloaded slab v0.4.9 |
| 760 | 2025-09-23T03:44:24.597Z | Downloaded siphasher v1.0.1 |
| 761 | 2025-09-23T03:44:24.600Z | Downloaded predicates v3.1.3 |
| 762 | 2025-09-23T03:44:24.603Z | Downloaded float-cmp v0.10.0 |
| 763 | 2025-09-23T03:44:24.603Z | Downloaded fxhash v0.2.1 |
| 764 | 2025-09-23T03:44:24.606Z | Downloaded rustls-pemfile v1.0.4 |
| 765 | 2025-09-23T03:44:24.609Z | Downloaded rustls-native-certs v0.8.1 |
| 766 | 2025-09-23T03:44:24.612Z | Downloaded tagptr v0.2.0 |
| 767 | 2025-09-23T03:44:24.612Z | Downloaded subtle v2.6.1 |
| 768 | 2025-09-23T03:44:24.615Z | Downloaded hickory-resolver v0.24.4 |
| 769 | 2025-09-23T03:44:24.618Z | Downloaded serde_urlencoded v0.7.1 |
| 770 | 2025-09-23T03:44:24.621Z | Downloaded serde_spanned v1.0.0 |
| 771 | 2025-09-23T03:44:24.625Z | Downloaded tabled_derive v0.10.0 |
| 772 | 2025-09-23T03:44:24.625Z | Downloaded heapless v0.8.0 |
| 773 | 2025-09-23T03:44:24.629Z | Downloaded foreign-types-shared v0.3.1 |
| 774 | 2025-09-23T03:44:24.632Z | Downloaded rand_core v0.9.3 |
| 775 | 2025-09-23T03:44:24.632Z | Downloaded rand v0.8.5 |
| 776 | 2025-09-23T03:44:24.635Z | Downloaded password-hash v0.4.2 |
| 777 | 2025-09-23T03:44:24.638Z | Downloaded progenitor-macro v0.10.0 |
| 778 | 2025-09-23T03:44:24.641Z | Downloaded aes v0.8.4 |
| 779 | 2025-09-23T03:44:24.644Z | Downloaded thiserror-no-std v2.0.2 |
| 780 | 2025-09-23T03:44:24.647Z | Downloaded termtree v0.5.1 |
| 781 | 2025-09-23T03:44:24.650Z | Downloaded tap v1.0.1 |
| 782 | 2025-09-23T03:44:24.654Z | Downloaded either v1.15.0 |
| 783 | 2025-09-23T03:44:24.654Z | Downloaded dunce v1.0.5 |
| 784 | 2025-09-23T03:44:24.657Z | Downloaded xattr v1.3.1 |
| 785 | 2025-09-23T03:44:24.657Z | Downloaded untrusted v0.9.0 |
| 786 | 2025-09-23T03:44:24.660Z | Downloaded serde_plain v1.0.2 |
| 787 | 2025-09-23T03:44:24.664Z | Downloaded opaque-debug v0.3.1 |
| 788 | 2025-09-23T03:44:24.664Z | Downloaded darling_core v0.21.0 |
| 789 | 2025-09-23T03:44:24.668Z | Downloaded gethostname v0.5.0 |
| 790 | 2025-09-23T03:44:24.671Z | Downloaded headers v0.4.1 |
| 791 | 2025-09-23T03:44:24.675Z | Downloaded csv-core v0.1.11 |
| 792 | 2025-09-23T03:44:24.678Z | Downloaded vergen v8.3.2 |
| 793 | 2025-09-23T03:44:24.681Z | Downloaded sigpipe v0.1.3 |
| 794 | 2025-09-23T03:44:24.684Z | Downloaded num v0.4.3 |
| 795 | 2025-09-23T03:44:24.685Z | Downloaded document-features v0.2.11 |
| 796 | 2025-09-23T03:44:24.688Z | Downloaded strum v0.26.3 |
| 797 | 2025-09-23T03:44:24.688Z | Downloaded oxnet v0.1.3 |
| 798 | 2025-09-23T03:44:24.691Z | Downloaded oxide-tokio-rt v0.1.2 |
| 799 | 2025-09-23T03:44:24.691Z | Downloaded cc v1.2.30 |
| 800 | 2025-09-23T03:44:24.695Z | Downloaded pem v3.0.5 |
| 801 | 2025-09-23T03:44:24.698Z | Downloaded omicron-zone-package v0.12.2 |
| 802 | 2025-09-23T03:44:24.701Z | Downloaded xshell-macros v0.2.7 |
| 803 | 2025-09-23T03:44:24.704Z | Downloaded untrusted v0.7.1 |
| 804 | 2025-09-23T03:44:24.704Z | Downloaded primeorder v0.13.6 |
| 805 | 2025-09-23T03:44:24.707Z | Downloaded fs-err v2.11.0 |
| 806 | 2025-09-23T03:44:24.707Z | Downloaded unicode_categories v0.1.1 |
| 807 | 2025-09-23T03:44:24.710Z | Downloaded term v0.7.0 |
| 808 | 2025-09-23T03:44:24.713Z | Downloaded display-error-chain v0.2.2 |
| 809 | 2025-09-23T03:44:24.717Z | Downloaded unsafe-libyaml v0.2.11 |
| 810 | 2025-09-23T03:44:24.720Z | Downloaded rand v0.9.2 |
| 811 | 2025-09-23T03:44:24.725Z | Downloaded signal-hook-mio v0.2.4 |
| 812 | 2025-09-23T03:44:24.725Z | Downloaded scopeguard v1.2.0 |
| 813 | 2025-09-23T03:44:24.728Z | Downloaded proc-macro-crate v1.3.1 |
| 814 | 2025-09-23T03:44:24.731Z | Downloaded progenitor v0.9.1 |
| 815 | 2025-09-23T03:44:24.731Z | Downloaded progenitor v0.8.0 |
| 816 | 2025-09-23T03:44:24.734Z | Downloaded phf v0.11.2 |
| 817 | 2025-09-23T03:44:24.734Z | Downloaded structmeta-derive v0.3.0 |
| 818 | 2025-09-23T03:44:24.737Z | Downloaded simd-adler32 v0.3.7 |
| 819 | 2025-09-23T03:44:24.741Z | Downloaded pin-utils v0.1.0 |
| 820 | 2025-09-23T03:44:24.741Z | Downloaded rustc-hash v2.1.1 |
| 821 | 2025-09-23T03:44:24.745Z | Downloaded pem-rfc7468 v0.7.0 |
| 822 | 2025-09-23T03:44:24.745Z | Downloaded typify-macro v0.4.3 |
| 823 | 2025-09-23T03:44:24.746Z | Downloaded new_debug_unreachable v1.0.6 |
| 824 | 2025-09-23T03:44:24.751Z | Downloaded mime v0.3.17 |
| 825 | 2025-09-23T03:44:24.751Z | Downloaded derive-ex v0.1.8 |
| 826 | 2025-09-23T03:44:24.751Z | Downloaded rpassword v7.4.0 |
| 827 | 2025-09-23T03:44:24.754Z | Downloaded siphasher v0.3.11 |
| 828 | 2025-09-23T03:44:24.758Z | Downloaded zerocopy-derive v0.8.26 |
| 829 | 2025-09-23T03:44:24.761Z | Downloaded socket2 v0.5.10 |
| 830 | 2025-09-23T03:44:24.764Z | Downloaded progenitor v0.11.0 |
| 831 | 2025-09-23T03:44:24.769Z | Downloaded rustc-hash v1.1.0 |
| 832 | 2025-09-23T03:44:24.769Z | Downloaded pbkdf2 v0.12.2 |
| 833 | 2025-09-23T03:44:24.773Z | Downloaded fixedbitset v0.4.2 |
| 834 | 2025-09-23T03:44:24.773Z | Downloaded tower-layer v0.3.3 |
| 835 | 2025-09-23T03:44:24.773Z | Downloaded serde-big-array v0.5.1 |
| 836 | 2025-09-23T03:44:24.780Z | Downloaded filetime v0.2.25 |
| 837 | 2025-09-23T03:44:24.780Z | Downloaded socket2 v0.6.0 |
| 838 | 2025-09-23T03:44:24.780Z | Downloaded wait-timeout v0.2.0 |
| 839 | 2025-09-23T03:44:24.783Z | Downloaded multer v3.1.0 |
| 840 | 2025-09-23T03:44:24.787Z | Downloaded tower-service v0.3.3 |
| 841 | 2025-09-23T03:44:24.787Z | Downloaded parking_lot v0.11.2 |
| 842 | 2025-09-23T03:44:24.790Z | Downloaded fallible-iterator v0.2.0 |
| 843 | 2025-09-23T03:44:24.790Z | Downloaded typify v0.4.3 |
| 844 | 2025-09-23T03:44:24.794Z | Downloaded crunchy v0.2.2 |
| 845 | 2025-09-23T03:44:24.799Z | Downloaded crucible-workspace-hack v0.1.0 |
| 846 | 2025-09-23T03:44:24.800Z | Downloaded tokio-stream v0.1.17 |
| 847 | 2025-09-23T03:44:24.804Z | Downloaded float-ord v0.3.2 |
| 848 | 2025-09-23T03:44:24.804Z | Downloaded rustc-demangle v0.1.24 |
| 849 | 2025-09-23T03:44:24.807Z | Downloaded xshell v0.2.7 |
| 850 | 2025-09-23T03:44:24.810Z | Downloaded which v4.4.2 |
| 851 | 2025-09-23T03:44:24.810Z | Downloaded iddqd v0.3.13 |
| 852 | 2025-09-23T03:44:24.816Z | Downloaded cstr-argument v0.1.2 |
| 853 | 2025-09-23T03:44:24.819Z | Downloaded ron v0.7.1 |
| 854 | 2025-09-23T03:44:24.823Z | Downloaded foreign-types-shared v0.1.1 |
| 855 | 2025-09-23T03:44:24.825Z | Downloaded num-conv v0.1.0 |
| 856 | 2025-09-23T03:44:24.828Z | Downloaded serde_bytes v0.11.17 |
| 857 | 2025-09-23T03:44:24.828Z | Downloaded structmeta v0.3.0 |
| 858 | 2025-09-23T03:44:24.831Z | Downloaded der v0.7.9 |
| 859 | 2025-09-23T03:44:24.835Z | Downloaded peg-runtime v0.8.5 |
| 860 | 2025-09-23T03:44:24.837Z | Downloaded aes-gcm v0.10.3 |
| 861 | 2025-09-23T03:44:24.841Z | Downloaded peg v0.8.5 |
| 862 | 2025-09-23T03:44:24.844Z | Downloaded tokio-tungstenite v0.23.1 |
| 863 | 2025-09-23T03:44:24.846Z | Downloaded zeroize_derive v1.4.2 |
| 864 | 2025-09-23T03:44:24.850Z | Downloaded owo-colors v4.2.2 |
| 865 | 2025-09-23T03:44:24.853Z | Downloaded pretty-hex v0.2.1 |
| 866 | 2025-09-23T03:44:24.858Z | Downloaded signal-hook v0.3.18 |
| 867 | 2025-09-23T03:44:24.858Z | Downloaded parking_lot v0.12.3 |
| 868 | 2025-09-23T03:44:24.861Z | Downloaded rtoolbox v0.0.2 |
| 869 | 2025-09-23T03:44:24.864Z | Downloaded unicode-properties v0.1.3 |
| 870 | 2025-09-23T03:44:24.864Z | Downloaded yasna v0.5.2 |
| 871 | 2025-09-23T03:44:24.867Z | Downloaded mime_guess v2.0.5 |
| 872 | 2025-09-23T03:44:24.871Z | Downloaded foldhash v0.2.0 |
| 873 | 2025-09-23T03:44:24.874Z | Downloaded fd-lock v4.0.2 |
| 874 | 2025-09-23T03:44:24.874Z | Downloaded toml_datetime v0.7.0 |
| 875 | 2025-09-23T03:44:24.877Z | Downloaded libxml v0.3.3 |
| 876 | 2025-09-23T03:44:24.882Z | Downloaded vergen-lib v0.1.6 |
| 877 | 2025-09-23T03:44:24.885Z | Downloaded strum_macros v0.26.4 |
| 878 | 2025-09-23T03:44:24.888Z | Downloaded sct v0.7.1 |
| 879 | 2025-09-23T03:44:24.891Z | Downloaded diesel-dtrace v0.4.2 |
| 880 | 2025-09-23T03:44:24.894Z | Downloaded libm v0.2.8 |
| 881 | 2025-09-23T03:44:24.900Z | Downloaded peg-macros v0.8.5 |
| 882 | 2025-09-23T03:44:24.903Z | Downloaded openssl-macros v0.1.1 |
| 883 | 2025-09-23T03:44:24.906Z | Downloaded rfc6979 v0.4.0 |
| 884 | 2025-09-23T03:44:24.906Z | Downloaded funty v2.0.0 |
| 885 | 2025-09-23T03:44:24.909Z | Downloaded pkcs8 v0.10.2 |
| 886 | 2025-09-23T03:44:24.911Z | Downloaded progenitor-macro v0.9.1 |
| 887 | 2025-09-23T03:44:24.914Z | Downloaded vte_generate_state_changes v0.1.2 |
| 888 | 2025-09-23T03:44:24.914Z | Downloaded oso v0.27.3 |
| 889 | 2025-09-23T03:44:24.917Z | Downloaded supports-color v3.0.2 |
| 890 | 2025-09-23T03:44:24.920Z | Downloaded pkcs1 v0.7.5 |
| 891 | 2025-09-23T03:44:24.924Z | Downloaded openssl-probe v0.1.5 |
| 892 | 2025-09-23T03:44:24.924Z | Downloaded pbkdf2 v0.11.0 |
| 893 | 2025-09-23T03:44:24.929Z | Downloaded typify-macro v0.3.0 |
| 894 | 2025-09-23T03:44:24.931Z | Downloaded same-file v1.0.6 |
| 895 | 2025-09-23T03:44:24.932Z | Downloaded unarray v0.1.4 |
| 896 | 2025-09-23T03:44:24.932Z | Downloaded rustversion v1.0.22 |
| 897 | 2025-09-23T03:44:24.935Z | Downloaded tls_codec_derive v0.4.1 |
| 898 | 2025-09-23T03:44:24.938Z | Downloaded ff v0.13.0 |
| 899 | 2025-09-23T03:44:24.941Z | Downloaded zerocopy v0.6.6 |
| 900 | 2025-09-23T03:44:24.941Z | Downloaded russh-keys v0.45.0 |
| 901 | 2025-09-23T03:44:24.944Z | Downloaded embedded-io v0.6.1 |
| 902 | 2025-09-23T03:44:24.950Z | Downloaded data-encoding v2.9.0 |
| 903 | 2025-09-23T03:44:24.950Z | Downloaded subprocess v0.2.9 |
| 904 | 2025-09-23T03:44:24.953Z | Downloaded itertools v0.10.5 |
| 905 | 2025-09-23T03:44:24.958Z | Downloaded multimap v0.10.1 |
| 906 | 2025-09-23T03:44:24.964Z | Downloaded tokio-dtrace v0.1.0 |
| 907 | 2025-09-23T03:44:24.964Z | Downloaded progenitor-client v0.8.0 |
| 908 | 2025-09-23T03:44:24.964Z | Downloaded futures-channel v0.3.31 |
| 909 | 2025-09-23T03:44:24.968Z | Downloaded rand_core v0.6.4 |
| 910 | 2025-09-23T03:44:24.968Z | Downloaded futures-sink v0.3.31 |
| 911 | 2025-09-23T03:44:24.971Z | Downloaded debug-ignore v1.0.5 |
| 912 | 2025-09-23T03:44:24.971Z | Downloaded futures-macro v0.3.31 |
| 913 | 2025-09-23T03:44:24.971Z | Downloaded darling_macro v0.21.0 |
| 914 | 2025-09-23T03:44:24.974Z | Downloaded aws-lc-rs v1.12.4 |
| 915 | 2025-09-23T03:44:24.981Z | Downloaded ed25519 v2.2.3 |
| 916 | 2025-09-23T03:44:24.985Z | Downloaded fs_extra v1.3.0 |
| 917 | 2025-09-23T03:44:25.023Z | Downloaded pkcs5 v0.7.1 |
| 918 | 2025-09-23T03:44:25.028Z | Downloaded typify-macro v0.2.0 |
| 919 | 2025-09-23T03:44:25.028Z | Downloaded zone v0.1.8 |
| 920 | 2025-09-23T03:44:25.028Z | Downloaded blake3 v1.5.4 |
| 921 | 2025-09-23T03:44:25.028Z | Downloaded futures-task v0.3.31 |
| 922 | 2025-09-23T03:44:25.028Z | Downloaded path-slash v0.1.5 |
| 923 | 2025-09-23T03:44:25.028Z | Downloaded der_derive v0.7.3 |
| 924 | 2025-09-23T03:44:25.028Z | Downloaded tiny-keccak v2.0.2 |
| 925 | 2025-09-23T03:44:25.028Z | Downloaded ssh-encoding v0.2.0 |
| 926 | 2025-09-23T03:44:25.028Z | Downloaded num-derive v0.3.3 |
| 927 | 2025-09-23T03:44:25.028Z | Downloaded num-bigint v0.4.6 |
| 928 | 2025-09-23T03:44:25.028Z | Downloaded waitgroup v0.1.2 |
| 929 | 2025-09-23T03:44:25.028Z | Downloaded nanorand v0.7.0 |
| 930 | 2025-09-23T03:44:25.028Z | Downloaded static_assertions v1.1.0 |
| 931 | 2025-09-23T03:44:25.029Z | Downloaded parking_lot_core v0.9.10 |
| 932 | 2025-09-23T03:44:25.029Z | Downloaded defmt v0.3.8 |
| 933 | 2025-09-23T03:44:25.033Z | Downloaded darling_macro v0.20.10 |
| 934 | 2025-09-23T03:44:25.033Z | Downloaded nibble_vec v0.1.0 |
| 935 | 2025-09-23T03:44:25.033Z | Downloaded unicode-segmentation v1.12.0 |
| 936 | 2025-09-23T03:44:25.036Z | Downloaded embedded-io v0.4.0 |
| 937 | 2025-09-23T03:44:25.039Z | Downloaded scheduled-thread-pool v0.2.7 |
| 938 | 2025-09-23T03:44:25.040Z | Downloaded ron v0.8.1 |
| 939 | 2025-09-23T03:44:25.044Z | Downloaded smallvec v0.6.14 |
| 940 | 2025-09-23T03:44:25.047Z | Downloaded nodrop v0.1.14 |
| 941 | 2025-09-23T03:44:25.047Z | Downloaded yansi v1.0.1 |
| 942 | 2025-09-23T03:44:25.050Z | Downloaded ena v0.14.3 |
| 943 | 2025-09-23T03:44:25.053Z | Downloaded vte v0.11.1 |
| 944 | 2025-09-23T03:44:25.053Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 945 | 2025-09-23T03:44:25.057Z | Downloaded zone v0.3.1 |
| 946 | 2025-09-23T03:44:25.057Z | Downloaded pin-project-internal v1.1.6 |
| 947 | 2025-09-23T03:44:25.060Z | Downloaded papergrid v0.17.0 |
| 948 | 2025-09-23T03:44:25.062Z | Downloaded walkdir v2.5.0 |
| 949 | 2025-09-23T03:44:25.066Z | Downloaded utf-8 v0.7.6 |
| 950 | 2025-09-23T03:44:25.069Z | Downloaded shlex v1.3.0 |
| 951 | 2025-09-23T03:44:25.069Z | Downloaded memoffset v0.9.1 |
| 952 | 2025-09-23T03:44:25.069Z | Downloaded rand_chacha v0.3.1 |
| 953 | 2025-09-23T03:44:25.072Z | Downloaded prefix-trie v0.7.0 |
| 954 | 2025-09-23T03:44:25.074Z | Downloaded lzss v0.8.2 |
| 955 | 2025-09-23T03:44:25.077Z | Downloaded serde_yaml v0.9.34+deprecated |
| 956 | 2025-09-23T03:44:25.080Z | Downloaded sync_wrapper v1.0.1 |
| 957 | 2025-09-23T03:44:25.084Z | Downloaded russh-cryptovec v0.7.3 |
| 958 | 2025-09-23T03:44:25.084Z | Downloaded deranged v0.5.3 |
| 959 | 2025-09-23T03:44:25.087Z | Downloaded crypto-bigint v0.5.5 |
| 960 | 2025-09-23T03:44:25.090Z | Downloaded slog-json v2.6.1 |
| 961 | 2025-09-23T03:44:25.093Z | Downloaded thread_local v1.1.8 |
| 962 | 2025-09-23T03:44:25.093Z | Downloaded rand_chacha v0.9.0 |
| 963 | 2025-09-23T03:44:25.096Z | Downloaded derive-where v1.5.0 |
| 964 | 2025-09-23T03:44:25.099Z | Downloaded packed_struct_codegen v0.10.1 |
| 965 | 2025-09-23T03:44:25.102Z | Downloaded paste v1.0.15 |
| 966 | 2025-09-23T03:44:25.105Z | Downloaded darling v0.21.0 |
| 967 | 2025-09-23T03:44:25.109Z | Downloaded dsl_auto_type v0.1.2 |
| 968 | 2025-09-23T03:44:25.112Z | Downloaded futures v0.3.31 |
| 969 | 2025-09-23T03:44:25.115Z | Downloaded postgres-types v0.2.9 |
| 970 | 2025-09-23T03:44:25.117Z | Downloaded pkg-config v0.3.31 |
| 971 | 2025-09-23T03:44:25.120Z | Downloaded itertools v0.14.0 |
| 972 | 2025-09-23T03:44:25.125Z | Downloaded dyn-clone v1.0.20 |
| 973 | 2025-09-23T03:44:25.128Z | Downloaded native-tls v0.2.12 |
| 974 | 2025-09-23T03:44:25.131Z | Downloaded derive_builder_core v0.20.2 |
| 975 | 2025-09-23T03:44:25.134Z | Downloaded tracing-attributes v0.1.27 |
| 976 | 2025-09-23T03:44:25.134Z | Downloaded fatfs v0.3.6 |
| 977 | 2025-09-23T03:44:25.137Z | Downloaded quinn-udp v0.5.5 |
| 978 | 2025-09-23T03:44:25.140Z | Downloaded portable-atomic v1.11.0 |
| 979 | 2025-09-23T03:44:25.145Z | Downloaded tinyvec_macros v0.1.1 |
| 980 | 2025-09-23T03:44:25.150Z | Downloaded progenitor-macro v0.8.0 |
| 981 | 2025-09-23T03:44:25.151Z | Downloaded smf v0.2.3 |
| 982 | 2025-09-23T03:44:25.155Z | Downloaded r2d2 v0.8.10 |
| 983 | 2025-09-23T03:44:25.155Z | Downloaded darling v0.20.10 |
| 984 | 2025-09-23T03:44:25.155Z | Downloaded support-bundle-viewer v0.1.2 |
| 985 | 2025-09-23T03:44:25.159Z | Downloaded tower v0.5.2 |
| 986 | 2025-09-23T03:44:25.166Z | Downloaded steno v0.4.1 |
| 987 | 2025-09-23T03:44:25.170Z | Downloaded num-derive v0.4.2 |
| 988 | 2025-09-23T03:44:25.173Z | Downloaded ecdsa v0.16.9 |
| 989 | 2025-09-23T03:44:25.173Z | Downloaded pin-project-lite v0.2.14 |
| 990 | 2025-09-23T03:44:25.177Z | Downloaded snafu v0.8.5 |
| 991 | 2025-09-23T03:44:25.183Z | Downloaded slog-term v2.9.2 |
| 992 | 2025-09-23T03:44:25.186Z | Downloaded samael v0.0.19 |
| 993 | 2025-09-23T03:44:25.192Z | Downloaded radix_trie v0.2.1 |
| 994 | 2025-09-23T03:44:25.196Z | Downloaded futures-util v0.3.31 |
| 995 | 2025-09-23T03:44:25.207Z | Downloaded rustls-pemfile v2.2.0 |
| 996 | 2025-09-23T03:44:25.212Z | Downloaded openssl-sys v0.9.109 |
| 997 | 2025-09-23T03:44:25.215Z | Downloaded elliptic-curve v0.13.8 |
| 998 | 2025-09-23T03:44:25.218Z | Downloaded winnow v0.6.26 |
| 999 | 2025-09-23T03:44:25.226Z | Downloaded p256 v0.13.2 |
| 1000 | 2025-09-23T03:44:25.230Z | Downloaded progenitor-impl v0.11.0 |
| 1001 | 2025-09-23T03:44:25.233Z | Downloaded pretty_assertions v1.4.1 |
| 1002 | 2025-09-23T03:44:25.236Z | Downloaded papergrid v0.14.0 |
| 1003 | 2025-09-23T03:44:25.239Z | Downloaded unicode-bidi v0.3.17 |
| 1004 | 2025-09-23T03:44:25.242Z | Downloaded reedline v0.40.0 |
| 1005 | 2025-09-23T03:44:25.248Z | Downloaded darling_core v0.20.10 |
| 1006 | 2025-09-23T03:44:25.252Z | Downloaded toml_edit v0.19.15 |
| 1007 | 2025-09-23T03:44:25.268Z | Downloaded diesel_derives v2.2.3 |
| 1008 | 2025-09-23T03:44:25.271Z | Downloaded tungstenite v0.21.0 |
| 1009 | 2025-09-23T03:44:25.275Z | Downloaded miniz_oxide v0.8.5 |
| 1010 | 2025-09-23T03:44:25.278Z | Downloaded winnow v0.5.40 |
| 1011 | 2025-09-23T03:44:25.286Z | Downloaded tokio-util v0.7.15 |
| 1012 | 2025-09-23T03:44:25.291Z | Downloaded zip v0.6.6 |
| 1013 | 2025-09-23T03:44:25.295Z | Downloaded serde_with v3.14.0 |
| 1014 | 2025-09-23T03:44:25.306Z | Downloaded minimal-lexical v0.2.1 |
| 1015 | 2025-09-23T03:44:25.310Z | Downloaded chrono v0.4.41 |
| 1016 | 2025-09-23T03:44:25.317Z | Downloaded num-bigint-dig v0.8.4 |
| 1017 | 2025-09-23T03:44:25.321Z | Downloaded tabled v0.20.0 |
| 1018 | 2025-09-23T03:44:25.338Z | Downloaded lalrpop v0.19.12 |
| 1019 | 2025-09-23T03:44:25.348Z | Downloaded p521 v0.13.3 |
| 1020 | 2025-09-23T03:44:25.351Z | Downloaded tabled v0.18.0 |
| 1021 | 2025-09-23T03:44:25.366Z | Downloaded vcpkg v0.2.15 |
| 1022 | 2025-09-23T03:44:25.402Z | Downloaded russh v0.45.0 |
| 1023 | 2025-09-23T03:44:25.407Z | Downloaded tower-http v0.6.6 |
| 1024 | 2025-09-23T03:44:25.414Z | Downloaded tough v0.20.0 |
| 1025 | 2025-09-23T03:44:25.422Z | Downloaded unicode-normalization v0.1.24 |
| 1026 | 2025-09-23T03:44:25.426Z | Downloaded crossterm v0.29.0 |
| 1027 | 2025-09-23T03:44:25.431Z | Downloaded ssh-key v0.6.6 |
| 1028 | 2025-09-23T03:44:25.438Z | Downloaded proptest v1.7.0 |
| 1029 | 2025-09-23T03:44:25.446Z | Downloaded git2 v0.19.0 |
| 1030 | 2025-09-23T03:44:25.453Z | Downloaded object v0.30.4 |
| 1031 | 2025-09-23T03:44:25.462Z | Downloaded quinn-proto v0.11.8 |
| 1032 | 2025-09-23T03:44:25.468Z | Downloaded time v0.3.43 |
| 1033 | 2025-09-23T03:44:25.476Z | Downloaded regex v1.11.1 |
| 1034 | 2025-09-23T03:44:25.486Z | Downloaded rustls-webpki v0.101.7 |
| 1035 | 2025-09-23T03:44:25.500Z | Downloaded quick-xml v0.37.2 |
| 1036 | 2025-09-23T03:44:25.505Z | Downloaded hickory-proto v0.24.4 |
| 1037 | 2025-09-23T03:44:25.518Z | Downloaded petname v2.0.2 |
| 1038 | 2025-09-23T03:44:25.523Z | Downloaded zerocopy v0.8.26 |
| 1039 | 2025-09-23T03:44:25.544Z | Downloaded rustls-webpki v0.102.8 |
| 1040 | 2025-09-23T03:44:25.562Z | Downloaded zlib-rs v0.5.1 |
| 1041 | 2025-09-23T03:44:25.566Z | Downloaded curve25519-dalek v4.1.3 |
| 1042 | 2025-09-23T03:44:25.574Z | Downloaded openssl v0.10.73 |
| 1043 | 2025-09-23T03:44:25.583Z | Downloaded nix v0.29.0 |
| 1044 | 2025-09-23T03:44:25.592Z | Downloaded nix v0.28.0 |
| 1045 | 2025-09-23T03:44:25.602Z | Downloaded rustls v0.21.12 |
| 1046 | 2025-09-23T03:44:25.612Z | Downloaded p384 v0.13.0 |
| 1047 | 2025-09-23T03:44:25.618Z | Downloaded smoltcp v0.9.1 |
| 1048 | 2025-09-23T03:44:25.627Z | Downloaded webpki-roots v1.0.1 |
| 1049 | 2025-09-23T03:44:25.630Z | Downloaded gimli v0.31.1 |
| 1050 | 2025-09-23T03:44:25.637Z | Downloaded nix v0.27.1 |
| 1051 | 2025-09-23T03:44:25.646Z | Downloaded nix v0.30.1 |
| 1052 | 2025-09-23T03:44:25.657Z | Downloaded polar-core v0.27.3 |
| 1053 | 2025-09-23T03:44:25.664Z | Downloaded regex-syntax v0.8.5 |
| 1054 | 2025-09-23T03:44:25.670Z | Downloaded regex-syntax v0.6.29 |
| 1055 | 2025-09-23T03:44:25.676Z | Downloaded typify-impl v0.2.0 |
| 1056 | 2025-09-23T03:44:25.689Z | Downloaded regress v0.10.4 |
| 1057 | 2025-09-23T03:44:25.696Z | Downloaded smoltcp v0.11.0 |
| 1058 | 2025-09-23T03:44:25.707Z | Downloaded typify-impl v0.3.0 |
| 1059 | 2025-09-23T03:44:25.720Z | Downloaded dropshot v0.16.4 |
| 1060 | 2025-09-23T03:44:25.738Z | Downloaded diesel v2.2.12 |
| 1061 | 2025-09-23T03:44:25.755Z | Downloaded sled v0.34.7 |
| 1062 | 2025-09-23T03:44:25.764Z | Downloaded zerocopy-derive v0.6.6 |
| 1063 | 2025-09-23T03:44:25.772Z | Downloaded openapiv3 v2.2.0 |
| 1064 | 2025-09-23T03:44:25.782Z | Downloaded object v0.36.5 |
| 1065 | 2025-09-23T03:44:25.792Z | Downloaded rustls v0.23.19 |
| 1066 | 2025-09-23T03:44:25.802Z | Downloaded ratatui v0.29.0 |
| 1067 | 2025-09-23T03:44:25.821Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1068 | 2025-09-23T03:44:25.830Z | Downloaded chrono-tz v0.10.4 |
| 1069 | 2025-09-23T03:44:25.851Z | Downloaded typify-impl v0.4.3 |
| 1070 | 2025-09-23T03:44:25.857Z | Downloaded petgraph v0.6.5 |
| 1071 | 2025-09-23T03:44:25.874Z | Downloaded regex-automata v0.4.8 |
| 1072 | 2025-09-23T03:44:25.887Z | Downloaded lzma-sys v0.1.20 |
| 1073 | 2025-09-23T03:44:25.912Z | Downloaded jiff v0.2.15 |
| 1074 | 2025-09-23T03:44:25.926Z | Downloaded libz-sys v1.1.20 |
| 1075 | 2025-09-23T03:44:25.944Z | Downloaded petgraph v0.8.2 |
| 1076 | 2025-09-23T03:44:25.962Z | Downloaded hickory-proto v0.25.2 |
| 1077 | 2025-09-23T03:44:25.975Z | Downloaded reqwest v0.12.22 |
| 1078 | 2025-09-23T03:44:25.983Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1079 | 2025-09-23T03:44:25.998Z | Downloaded rustls v0.22.4 |
| 1080 | 2025-09-23T03:44:26.009Z | Downloaded moka v0.12.10 |
| 1081 | 2025-09-23T03:44:26.017Z | Downloaded bstr v1.10.0 |
| 1082 | 2025-09-23T03:44:26.026Z | Downloaded tracing v0.1.40 |
| 1083 | 2025-09-23T03:44:26.029Z | Downloaded sha3 v0.10.8 |
| 1084 | 2025-09-23T03:44:26.033Z | Downloaded mio v1.0.2 |
| 1085 | 2025-09-23T03:44:26.041Z | Downloaded schemars v0.8.22 |
| 1086 | 2025-09-23T03:44:26.048Z | Downloaded qorb v0.4.1 |
| 1087 | 2025-09-23T03:44:26.052Z | Downloaded tokio-rustls v0.24.1 |
| 1088 | 2025-09-23T03:44:26.055Z | Downloaded bitvec v1.0.1 |
| 1089 | 2025-09-23T03:44:26.067Z | Downloaded tokio v1.47.0 |
| 1090 | 2025-09-23T03:44:26.100Z | Downloaded csv v1.3.1 |
| 1091 | 2025-09-23T03:44:26.116Z | Downloaded sqlparser v0.45.0 |
| 1092 | 2025-09-23T03:44:26.122Z | Downloaded crossterm v0.28.1 |
| 1093 | 2025-09-23T03:44:26.127Z | Downloaded bindgen v0.71.1 |
| 1094 | 2025-09-23T03:44:26.133Z | Downloaded tungstenite v0.23.0 |
| 1095 | 2025-09-23T03:44:26.136Z | Downloaded toml_parser v1.0.2 |
| 1096 | 2025-09-23T03:44:26.139Z | Downloaded memmap2 v0.9.5 |
| 1097 | 2025-09-23T03:44:26.142Z | Downloaded derive_builder v0.20.2 |
| 1098 | 2025-09-23T03:44:26.145Z | Downloaded salty v0.3.0 |
| 1099 | 2025-09-23T03:44:26.150Z | Downloaded publicsuffix v2.3.0 |
| 1100 | 2025-09-23T03:44:26.153Z | Downloaded rayon v1.10.0 |
| 1101 | 2025-09-23T03:44:26.160Z | Downloaded h2 v0.4.6 |
| 1102 | 2025-09-23T03:44:26.165Z | Downloaded time-macros v0.2.24 |
| 1103 | 2025-09-23T03:44:26.168Z | Downloaded newtype_derive v0.1.6 |
| 1104 | 2025-09-23T03:44:26.168Z | Downloaded uuid v1.18.1 |
| 1105 | 2025-09-23T03:44:26.194Z | Downloaded zip v4.2.0 |
| 1106 | 2025-09-23T03:44:26.200Z | Downloaded powerfmt v0.2.0 |
| 1107 | 2025-09-23T03:44:26.200Z | Downloaded parse-display v0.10.0 |
| 1108 | 2025-09-23T03:44:26.203Z | Downloaded expectorate v1.2.0 |
| 1109 | 2025-09-23T03:44:26.206Z | Downloaded twox-hash v2.1.0 |
| 1110 | 2025-09-23T03:44:26.206Z | Downloaded snafu-derive v0.8.5 |
| 1111 | 2025-09-23T03:44:26.210Z | Downloaded slog-stdlog v4.1.1 |
| 1112 | 2025-09-23T03:44:26.210Z | Downloaded sha1 v0.10.6 |
| 1113 | 2025-09-23T03:44:26.213Z | Downloaded serde_cbor v0.11.2 |
| 1114 | 2025-09-23T03:44:26.216Z | Downloaded nom v7.1.3 |
| 1115 | 2025-09-23T03:44:26.221Z | Downloaded vergen-gitcl v1.0.8 |
| 1116 | 2025-09-23T03:44:26.224Z | Downloaded itertools v0.13.0 |
| 1117 | 2025-09-23T03:44:26.230Z | Downloaded itertools v0.12.1 |
| 1118 | 2025-09-23T03:44:26.238Z | Downloaded des v0.8.1 |
| 1119 | 2025-09-23T03:44:26.242Z | Downloaded typed-path v0.9.3 |
| 1120 | 2025-09-23T03:44:26.247Z | Downloaded encoding_rs v0.8.34 |
| 1121 | 2025-09-23T03:44:26.271Z | Downloaded hyper v1.7.0 |
| 1122 | 2025-09-23T03:44:26.278Z | Downloaded psl-types v2.0.11 |
| 1123 | 2025-09-23T03:44:26.281Z | Downloaded foldhash v0.1.5 |
| 1124 | 2025-09-23T03:44:26.282Z | Downloaded tar v0.4.44 |
| 1125 | 2025-09-23T03:44:26.286Z | Downloaded slog-scope v4.4.0 |
| 1126 | 2025-09-23T03:44:26.286Z | Downloaded packed_struct v0.10.1 |
| 1127 | 2025-09-23T03:44:26.289Z | Downloaded num-complex v0.4.6 |
| 1128 | 2025-09-23T03:44:26.289Z | Downloaded uzers v0.12.1 |
| 1129 | 2025-09-23T03:44:26.292Z | Downloaded toml v0.7.8 |
| 1130 | 2025-09-23T03:44:26.295Z | Downloaded tokio-tungstenite v0.21.0 |
| 1131 | 2025-09-23T03:44:26.299Z | Downloaded ring v0.17.14 |
| 1132 | 2025-09-23T03:44:26.334Z | Downloaded tinyvec v1.8.0 |
| 1133 | 2025-09-23T03:44:26.337Z | Downloaded parking_lot_core v0.8.6 |
| 1134 | 2025-09-23T03:44:26.341Z | Downloaded iri-string v0.7.8 |
| 1135 | 2025-09-23T03:44:26.344Z | Downloaded flate2 v1.1.2 |
| 1136 | 2025-09-23T03:44:26.348Z | Downloaded similar v2.7.0 |
| 1137 | 2025-09-23T03:44:26.352Z | Downloaded dropshot_endpoint v0.16.4 |
| 1138 | 2025-09-23T03:44:26.355Z | Downloaded xz2 v0.1.7 |
| 1139 | 2025-09-23T03:44:26.358Z | Downloaded prettyplease v0.2.36 |
| 1140 | 2025-09-23T03:44:26.361Z | Downloaded hickory-server v0.25.2 |
| 1141 | 2025-09-23T03:44:26.364Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1142 | 2025-09-23T03:44:26.418Z | Downloaded quick-error v1.2.3 |
| 1143 | 2025-09-23T03:44:26.421Z | Downloaded tokio-rustls v0.25.0 |
| 1144 | 2025-09-23T03:44:26.421Z | Downloaded derive_more-impl v2.0.1 |
| 1145 | 2025-09-23T03:44:26.425Z | Downloaded serde-hex v0.1.0 |
| 1146 | 2025-09-23T03:44:26.428Z | Downloaded scrypt v0.11.0 |
| 1147 | 2025-09-23T03:44:26.428Z | Downloaded strum_macros v0.24.3 |
| 1148 | 2025-09-23T03:44:26.431Z | Downloaded fixedbitset v0.5.7 |
| 1149 | 2025-09-23T03:44:26.431Z | Downloaded foreign-types v0.3.2 |
| 1150 | 2025-09-23T03:44:26.431Z | Downloaded x509-cert v0.2.5 |
| 1151 | 2025-09-23T03:44:26.436Z | Downloaded tokio-rustls v0.26.0 |
| 1152 | 2025-09-23T03:44:26.440Z | Downloaded flagset v0.4.6 |
| 1153 | 2025-09-23T03:44:26.440Z | Downloaded proc-macro-error2 v2.0.1 |
| 1154 | 2025-09-23T03:44:26.443Z | Downloaded typify v0.3.0 |
| 1155 | 2025-09-23T03:44:26.446Z | Downloaded test-strategy v0.4.3 |
| 1156 | 2025-09-23T03:44:26.449Z | Downloaded ed25519-dalek v2.1.1 |
| 1157 | 2025-09-23T03:44:26.453Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1158 | 2025-09-23T03:44:26.456Z | Downloaded oso-derive v0.27.3 |
| 1159 | 2025-09-23T03:44:26.456Z | Downloaded rustyline v14.0.0 |
| 1160 | 2025-09-23T03:44:26.459Z | Downloaded tokio-postgres v0.7.13 |
| 1161 | 2025-09-23T03:44:26.463Z | Downloaded strum v0.27.2 |
| 1162 | 2025-09-23T03:44:26.466Z | Downloaded schemars_derive v0.8.22 |
| 1163 | 2025-09-23T03:44:26.466Z | Downloaded getrandom v0.2.15 |
| 1164 | 2025-09-23T03:44:26.469Z | Downloaded ctr v0.9.2 |
| 1165 | 2025-09-23T03:44:26.469Z | Downloaded whoami v1.5.2 |
| 1166 | 2025-09-23T03:44:26.472Z | Downloaded term v1.1.0 |
| 1167 | 2025-09-23T03:44:26.476Z | Downloaded ppv-lite86 v0.2.20 |
| 1168 | 2025-09-23T03:44:26.476Z | Downloaded vergen v9.0.6 |
| 1169 | 2025-09-23T03:44:26.479Z | Downloaded value-bag v1.9.0 |
| 1170 | 2025-09-23T03:44:26.479Z | Downloaded flume v0.11.1 |
| 1171 | 2025-09-23T03:44:26.482Z | Downloaded typify v0.2.0 |
| 1172 | 2025-09-23T03:44:26.485Z | Downloaded pin-project v1.1.6 |
| 1173 | 2025-09-23T03:44:26.495Z | Downloaded nu-ansi-term v0.50.1 |
| 1174 | 2025-09-23T03:44:26.498Z | Downloaded derive_more v2.0.1 |
| 1175 | 2025-09-23T03:44:26.505Z | Downloaded chacha20poly1305 v0.10.1 |
| 1176 | 2025-09-23T03:44:26.508Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1177 | 2025-09-23T03:44:26.508Z | Downloaded diff v0.1.13 |
| 1178 | 2025-09-23T03:44:26.511Z | Downloaded daft v0.1.4 |
| 1179 | 2025-09-23T03:44:26.514Z | Downloaded heapless v0.7.17 |
| 1180 | 2025-09-23T03:44:26.517Z | Downloaded derive_more v0.99.20 |
| 1181 | 2025-09-23T03:44:26.521Z | Downloaded rsa v0.9.6 |
| 1182 | 2025-09-23T03:44:26.523Z | Downloaded crossbeam-channel v0.5.15 |
| 1183 | 2025-09-23T03:44:26.527Z | Downloaded ssh-cipher v0.2.0 |
| 1184 | 2025-09-23T03:44:26.530Z | Downloaded ref-cast-impl v1.0.24 |
| 1185 | 2025-09-23T03:44:26.530Z | Downloaded ref-cast v1.0.24 |
| 1186 | 2025-09-23T03:44:26.533Z | Downloaded radium v0.7.0 |
| 1187 | 2025-09-23T03:44:26.533Z | Downloaded phf_shared v0.11.2 |
| 1188 | 2025-09-23T03:44:26.533Z | Downloaded num-rational v0.4.2 |
| 1189 | 2025-09-23T03:44:26.536Z | Downloaded num-integer v0.1.46 |
| 1190 | 2025-09-23T03:44:26.536Z | Downloaded half v2.4.1 |
| 1191 | 2025-09-23T03:44:26.540Z | Downloaded zstd v0.13.3 |
| 1192 | 2025-09-23T03:44:26.540Z | Downloaded zopfli v0.8.1 |
| 1193 | 2025-09-23T03:44:26.543Z | Downloaded sec1 v0.7.3 |
| 1194 | 2025-09-23T03:44:26.543Z | Downloaded predicates-tree v1.0.12 |
| 1195 | 2025-09-23T03:44:26.546Z | Downloaded predicates-core v1.0.8 |
| 1196 | 2025-09-23T03:44:26.546Z | Downloaded rcgen v0.12.1 |
| 1197 | 2025-09-23T03:44:26.546Z | Downloaded jiff-static v0.2.15 |
| 1198 | 2025-09-23T03:44:26.549Z | Downloaded quinn v0.11.5 |
| 1199 | 2025-09-23T03:44:26.553Z | Downloaded defmt-macros v0.3.9 |
| 1200 | 2025-09-23T03:44:26.556Z | Downloaded slog v2.7.0 |
| 1201 | 2025-09-23T03:44:26.559Z | Downloaded serde_with_macros v3.14.0 |
| 1202 | 2025-09-23T03:44:26.559Z | Downloaded rustls-pki-types v1.10.0 |
| 1203 | 2025-09-23T03:44:26.562Z | Downloaded normalize-line-endings v0.3.0 |
| 1204 | 2025-09-23T03:44:26.562Z | Downloaded newtype-uuid v1.2.4 |
| 1205 | 2025-09-23T03:44:26.562Z | Downloaded maybe-uninit v2.0.0 |
| 1206 | 2025-09-23T03:44:26.566Z | Downloaded maplit v1.0.2 |
| 1207 | 2025-09-23T03:44:26.566Z | Downloaded zstd-safe v7.2.3 |
| 1208 | 2025-09-23T03:44:26.566Z | Downloaded half v1.8.3 |
| 1209 | 2025-09-23T03:44:26.569Z | Downloaded bytes v1.10.1 |
| 1210 | 2025-09-23T03:44:26.573Z | Downloaded rayon-core v1.12.1 |
| 1211 | 2025-09-23T03:44:26.577Z | Downloaded progenitor-impl v0.9.1 |
| 1212 | 2025-09-23T03:44:26.577Z | Downloaded base64 v0.13.1 |
| 1213 | 2025-09-23T03:44:26.581Z | Downloaded sqlformat v0.3.5 |
| 1214 | 2025-09-23T03:44:26.581Z | Downloaded indicatif v0.17.11 |
| 1215 | 2025-09-23T03:44:26.584Z | Downloaded futures-core v0.3.31 |
| 1216 | 2025-09-23T03:44:26.587Z | Downloaded foreign-types-macros v0.2.3 |
| 1217 | 2025-09-23T03:44:26.587Z | Downloaded vsss-rs v3.3.4 |
| 1218 | 2025-09-23T03:44:26.590Z | Downloaded globset v0.4.15 |
| 1219 | 2025-09-23T03:44:26.590Z | Downloaded lru v0.12.5 |
| 1220 | 2025-09-23T03:44:26.591Z | Downloaded unicase v2.7.0 |
| 1221 | 2025-09-23T03:44:26.593Z | Downloaded progenitor-impl v0.8.0 |
| 1222 | 2025-09-23T03:44:26.594Z | Downloaded const_format v0.2.34 |
| 1223 | 2025-09-23T03:44:26.597Z | Downloaded spin v0.9.8 |
| 1224 | 2025-09-23T03:44:26.600Z | Downloaded hyper-util v0.1.16 |
| 1225 | 2025-09-23T03:44:26.604Z | Downloaded time-core v0.1.6 |
| 1226 | 2025-09-23T03:44:26.607Z | Downloaded tabwriter v1.4.0 |
| 1227 | 2025-09-23T03:44:26.608Z | Downloaded stringprep v0.1.5 |
| 1228 | 2025-09-23T03:44:26.611Z | Downloaded slog-envlogger v2.2.0 |
| 1229 | 2025-09-23T03:44:26.611Z | Downloaded slog-dtrace v0.3.0 |
| 1230 | 2025-09-23T03:44:26.611Z | Downloaded slog-bunyan v2.5.0 |
| 1231 | 2025-09-23T03:44:26.614Z | Downloaded indexmap v1.9.3 |
| 1232 | 2025-09-23T03:44:26.614Z | Downloaded hmac v0.12.1 |
| 1233 | 2025-09-23T03:44:26.617Z | Downloaded ahash v0.8.12 |
| 1234 | 2025-09-23T03:44:26.620Z | Downloaded serde_derive_internals v0.29.1 |
| 1235 | 2025-09-23T03:44:26.620Z | Downloaded crossbeam-epoch v0.9.18 |
| 1236 | 2025-09-23T03:44:26.623Z | Downloaded clang-sys v1.8.1 |
| 1237 | 2025-09-23T03:44:26.623Z | Downloaded glob v0.3.2 |
| 1238 | 2025-09-23T03:44:26.626Z | Downloaded bzip2 v0.5.2 |
| 1239 | 2025-09-23T03:44:26.626Z | Downloaded libsw-core v0.3.1 |
| 1240 | 2025-09-23T03:44:26.629Z | Downloaded libsw v3.5.0 |
| 1241 | 2025-09-23T03:44:26.629Z | Downloaded backtrace v0.3.74 |
| 1242 | 2025-09-23T03:44:26.633Z | Downloaded cargo_metadata v0.18.1 |
| 1243 | 2025-09-23T03:44:26.636Z | Downloaded ipnetwork v0.21.1 |
| 1244 | 2025-09-23T03:44:26.639Z | Downloaded ingot v0.1.1 |
| 1245 | 2025-09-23T03:44:26.639Z | Downloaded hyper-rustls v0.27.7 |
| 1246 | 2025-09-23T03:44:26.642Z | Downloaded hickory-resolver v0.25.2 |
| 1247 | 2025-09-23T03:44:26.645Z | Downloaded slog-async v2.8.0 |
| 1248 | 2025-09-23T03:44:26.645Z | Downloaded cargo-platform v0.1.8 |
| 1249 | 2025-09-23T03:44:26.648Z | Downloaded httparse v1.9.5 |
| 1250 | 2025-09-23T03:44:26.648Z | Downloaded crc32fast v1.4.2 |
| 1251 | 2025-09-23T03:44:26.651Z | Downloaded cookie_store v0.21.1 |
| 1252 | 2025-09-23T03:44:26.651Z | Downloaded signal-hook-registry v1.4.2 |
| 1253 | 2025-09-23T03:44:26.655Z | Downloaded serde_path_to_error v0.1.17 |
| 1254 | 2025-09-23T03:44:26.655Z | Downloaded secrecy v0.8.0 |
| 1255 | 2025-09-23T03:44:26.657Z | Downloaded rustc_version v0.4.1 |
| 1256 | 2025-09-23T03:44:26.658Z | Downloaded linked-hash-map v0.5.6 |
| 1257 | 2025-09-23T03:44:26.658Z | Downloaded libefi-sys v0.1.0 |
| 1258 | 2025-09-23T03:44:26.661Z | Downloaded lazy_static v1.5.0 |
| 1259 | 2025-09-23T03:44:26.661Z | Downloaded lalrpop-util v0.19.12 |
| 1260 | 2025-09-23T03:44:26.661Z | Downloaded jobserver v0.1.32 |
| 1261 | 2025-09-23T03:44:26.664Z | Downloaded iana-time-zone v0.1.63 |
| 1262 | 2025-09-23T03:44:26.667Z | Downloaded group v0.13.0 |
| 1263 | 2025-09-23T03:44:26.667Z | Downloaded allocator-api2 v0.2.21 |
| 1264 | 2025-09-23T03:44:26.670Z | Downloaded keccak v0.1.5 |
| 1265 | 2025-09-23T03:44:26.670Z | Downloaded hostname v0.4.0 |
| 1266 | 2025-09-23T03:44:26.673Z | Downloaded hickory-client v0.25.2 |
| 1267 | 2025-09-23T03:44:26.673Z | Downloaded heck v0.3.3 |
| 1268 | 2025-09-23T03:44:26.673Z | Downloaded progenitor-client v0.10.0 |
| 1269 | 2025-09-23T03:44:26.676Z | Downloaded progenitor v0.10.0 |
| 1270 | 2025-09-23T03:44:26.676Z | Downloaded hubpack v0.1.2 |
| 1271 | 2025-09-23T03:44:26.676Z | Downloaded bit-vec v0.6.3 |
| 1272 | 2025-09-23T03:44:26.679Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1273 | 2025-09-23T03:44:26.679Z | Downloaded bcs v0.1.6 |
| 1274 | 2025-09-23T03:44:26.683Z | Downloaded http-body v1.0.1 |
| 1275 | 2025-09-23T03:44:26.683Z | Downloaded http-range v0.1.5 |
| 1276 | 2025-09-23T03:44:26.683Z | Downloaded hostname v0.3.1 |
| 1277 | 2025-09-23T03:44:26.686Z | Downloaded ciborium v0.2.2 |
| 1278 | 2025-09-23T03:44:26.687Z | Downloaded block-padding v0.3.3 |
| 1279 | 2025-09-23T03:44:26.690Z | Downloaded cancel-safe-futures v0.1.5 |
| 1280 | 2025-09-23T03:44:26.690Z | Downloaded async-trait v0.1.89 |
| 1281 | 2025-09-23T03:44:26.693Z | Downloaded ciborium-io v0.2.2 |
| 1282 | 2025-09-23T03:44:26.693Z | Downloaded http v1.3.1 |
| 1283 | 2025-09-23T03:44:26.696Z | Downloaded atomicwrites v0.4.4 |
| 1284 | 2025-09-23T03:44:26.699Z | Downloaded cipher v0.4.4 |
| 1285 | 2025-09-23T03:44:26.699Z | Downloaded aead v0.5.2 |
| 1286 | 2025-09-23T03:44:26.700Z | Downloaded hashbrown v0.13.2 |
| 1287 | 2025-09-23T03:44:26.703Z | Downloaded hashbrown v0.12.3 |
| 1288 | 2025-09-23T03:44:26.706Z | Downloaded bitfield-macros v0.19.2 |
| 1289 | 2025-09-23T03:44:26.709Z | Downloaded chacha20 v0.9.1 |
| 1290 | 2025-09-23T03:44:26.709Z | Downloaded castaway v0.2.3 |
| 1291 | 2025-09-23T03:44:26.709Z | Downloaded async-recursion v1.1.1 |
| 1292 | 2025-09-23T03:44:26.712Z | Downloaded addr2line v0.24.2 |
| 1293 | 2025-09-23T03:44:26.958Z | Downloaded aws-lc-sys v0.26.0 |
| 1294 | 2025-09-23T03:44:27.254Z | Compiling value-bag v1.9.0 |
| 1295 | 2025-09-23T03:44:27.254Z | Compiling shlex v1.3.0 |
| 1296 | 2025-09-23T03:44:27.254Z | Compiling lock_api v0.4.12 |
| 1297 | 2025-09-23T03:44:27.257Z | Compiling scopeguard v1.2.0 |
| 1298 | 2025-09-23T03:44:27.257Z | Compiling typenum v1.17.0 |
| 1299 | 2025-09-23T03:44:27.257Z | Compiling syn v2.0.106 |
| 1300 | 2025-09-23T03:44:27.420Z | Compiling getrandom v0.2.15 |
| 1301 | 2025-09-23T03:44:27.424Z | Compiling jobserver v0.1.32 |
| 1302 | 2025-09-23T03:44:27.603Z | Compiling generic-array v0.14.7 |
| 1303 | 2025-09-23T03:44:27.731Z | Compiling rand_core v0.6.4 |
| 1304 | 2025-09-23T03:44:27.879Z | Compiling log v0.4.27 |
| 1305 | 2025-09-23T03:44:27.912Z | Compiling cc v1.2.30 |
| 1306 | 2025-09-23T03:44:27.973Z | Compiling smallvec v1.15.1 |
| 1307 | 2025-09-23T03:44:28.299Z | Compiling portable-atomic v1.11.0 |
| 1308 | 2025-09-23T03:44:28.360Z | Compiling subtle v2.6.1 |
| 1309 | 2025-09-23T03:44:28.380Z | Compiling critical-section v1.1.3 |
| 1310 | 2025-09-23T03:44:28.421Z | Compiling const-oid v0.9.6 |
| 1311 | 2025-09-23T03:44:28.538Z | Compiling pkg-config v0.3.31 |
| 1312 | 2025-09-23T03:44:28.657Z | Compiling parking_lot_core v0.9.10 |
| 1313 | 2025-09-23T03:44:28.715Z | Compiling pin-project-lite v0.2.14 |
| 1314 | 2025-09-23T03:44:28.859Z | Compiling rustix v0.38.37 |
| 1315 | 2025-09-23T03:44:29.693Z | Compiling signal-hook-registry v1.4.2 |
| 1316 | 2025-09-23T03:44:29.713Z | Compiling parking_lot v0.12.3 |
| 1317 | 2025-09-23T03:44:29.758Z | Compiling mio v1.0.2 |
| 1318 | 2025-09-23T03:44:29.779Z | Compiling futures-core v0.3.31 |
| 1319 | 2025-09-23T03:44:30.045Z | Compiling spin v0.9.8 |
| 1320 | 2025-09-23T03:44:30.383Z | Compiling libm v0.2.8 |
| 1321 | 2025-09-23T03:44:30.421Z | Compiling socket2 v0.6.0 |
| 1322 | 2025-09-23T03:44:30.445Z | Compiling once_cell v1.21.3 |
| 1323 | 2025-09-23T03:44:30.491Z | Compiling num-traits v0.2.19 |
| 1324 | 2025-09-23T03:44:30.606Z | Compiling slab v0.4.9 |
| 1325 | 2025-09-23T03:44:30.774Z | Compiling aho-corasick v1.1.3 |
| 1326 | 2025-09-23T03:44:30.778Z | Compiling foldhash v0.1.5 |
| 1327 | 2025-09-23T03:44:30.820Z | Compiling getrandom v0.3.1 |
| 1328 | 2025-09-23T03:44:30.823Z | Compiling cpufeatures v0.2.14 |
| 1329 | 2025-09-23T03:44:30.982Z | Compiling regex-syntax v0.8.5 |
| 1330 | 2025-09-23T03:44:31.004Z | Compiling serde_json v1.0.145 |
| 1331 | 2025-09-23T03:44:31.138Z | Compiling allocator-api2 v0.2.21 |
| 1332 | 2025-09-23T03:44:31.641Z | Compiling percent-encoding v2.3.2 |
| 1333 | 2025-09-23T03:44:31.673Z | Compiling futures-sink v0.3.31 |
| 1334 | 2025-09-23T03:44:31.730Z | Compiling glob v0.3.2 |
| 1335 | 2025-09-23T03:44:31.855Z | Compiling hashbrown v0.15.4 |
| 1336 | 2025-09-23T03:44:31.879Z | Compiling futures-channel v0.3.31 |
| 1337 | 2025-09-23T03:44:32.602Z | Compiling clang-sys v1.8.1 |
| 1338 | 2025-09-23T03:44:32.863Z | Compiling futures-task v0.3.31 |
| 1339 | 2025-09-23T03:44:33.111Z | Compiling futures-io v0.3.31 |
| 1340 | 2025-09-23T03:44:33.174Z | Compiling either v1.15.0 |
| 1341 | 2025-09-23T03:44:33.326Z | Compiling pin-utils v0.1.0 |
| 1342 | 2025-09-23T03:44:33.377Z | Compiling prettyplease v0.2.36 |
| 1343 | 2025-09-23T03:44:33.468Z | Compiling lazy_static v1.5.0 |
| 1344 | 2025-09-23T03:44:33.585Z | Compiling minimal-lexical v0.2.1 |
| 1345 | 2025-09-23T03:44:33.615Z | Compiling libloading v0.8.5 |
| 1346 | 2025-09-23T03:44:33.756Z | Compiling home v0.5.9 |
| 1347 | 2025-09-23T03:44:33.971Z | Compiling base64ct v1.6.0 |
| 1348 | 2025-09-23T03:44:34.001Z | Compiling nom v7.1.3 |
| 1349 | 2025-09-23T03:44:34.083Z | Compiling bindgen v0.69.5 |
| 1350 | 2025-09-23T03:44:34.445Z | Compiling pem-rfc7468 v0.7.0 |
| 1351 | 2025-09-23T03:44:34.528Z | Compiling regex-automata v0.4.8 |
| 1352 | 2025-09-23T03:44:35.043Z | Compiling synstructure v0.13.1 |
| 1353 | 2025-09-23T03:44:35.221Z | Compiling itertools v0.12.1 |
| 1354 | 2025-09-23T03:44:36.430Z | Compiling rustc-hash v1.1.0 |
| 1355 | 2025-09-23T03:44:36.614Z | Compiling lazycell v1.3.0 |
| 1356 | 2025-09-23T03:44:36.781Z | Compiling flagset v0.4.6 |
| 1357 | 2025-09-23T03:44:36.785Z | Compiling cmake v0.1.51 |
| 1358 | 2025-09-23T03:44:37.016Z | Compiling cexpr v0.6.0 |
| 1359 | 2025-09-23T03:44:37.280Z | Compiling dunce v1.0.5 |
| 1360 | 2025-09-23T03:44:37.436Z | Compiling fs_extra v1.3.0 |
| 1361 | 2025-09-23T03:44:37.631Z | Compiling form_urlencoded v1.2.2 |
| 1362 | 2025-09-23T03:44:37.954Z | Compiling paste v1.0.15 |
| 1363 | 2025-09-23T03:44:37.972Z | Compiling vcpkg v0.2.15 |
| 1364 | 2025-09-23T03:44:37.976Z | Compiling iana-time-zone v0.1.63 |
| 1365 | 2025-09-23T03:44:38.160Z | Compiling ring v0.17.14 |
| 1366 | 2025-09-23T03:44:38.362Z | Compiling tracing-core v0.1.32 |
| 1367 | 2025-09-23T03:44:38.536Z | Compiling aws-lc-rs v1.12.4 |
| 1368 | 2025-09-23T03:44:38.987Z | Compiling httparse v1.9.5 |
| 1369 | 2025-09-23T03:44:39.542Z | Compiling tinyvec_macros v0.1.1 |
| 1370 | 2025-09-23T03:44:39.578Z | Compiling openssl-sys v0.9.109 |
| 1371 | 2025-09-23T03:44:39.598Z | Compiling rustversion v1.0.22 |
| 1372 | 2025-09-23T03:44:39.644Z | Compiling base64 v0.22.1 |
| 1373 | 2025-09-23T03:44:39.664Z | Compiling rustls-pki-types v1.10.0 |
| 1374 | 2025-09-23T03:44:39.805Z | Compiling serde_derive v1.0.223 |
| 1375 | 2025-09-23T03:44:40.265Z | Compiling zeroize_derive v1.4.2 |
| 1376 | 2025-09-23T03:44:40.303Z | Compiling zerofrom-derive v0.1.4 |
| 1377 | 2025-09-23T03:44:40.558Z | Compiling yoke-derive v0.7.4 |
| 1378 | 2025-09-23T03:44:40.579Z | Compiling zerovec-derive v0.10.3 |
| 1379 | 2025-09-23T03:44:41.658Z | Compiling zeroize v1.8.1 |
| 1380 | 2025-09-23T03:44:43.046Z | Compiling displaydoc v0.2.5 |
| 1381 | 2025-09-23T03:44:43.218Z | Compiling tokio-macros v2.5.0 |
| 1382 | 2025-09-23T03:44:43.340Z | Compiling crypto-common v0.1.6 |
| 1383 | 2025-09-23T03:44:43.573Z | Compiling block-buffer v0.10.4 |
| 1384 | 2025-09-23T03:44:43.679Z | Compiling zerofrom v0.1.4 |
| 1385 | 2025-09-23T03:44:43.827Z | Compiling digest v0.10.7 |
| 1386 | 2025-09-23T03:44:43.927Z | Compiling yoke v0.7.4 |
| 1387 | 2025-09-23T03:44:44.261Z | Compiling zerovec v0.10.4 |
| 1388 | 2025-09-23T03:44:44.299Z | Compiling zerocopy-derive v0.7.35 |
| 1389 | 2025-09-23T03:44:44.445Z | Compiling hmac v0.12.1 |
| 1390 | 2025-09-23T03:44:44.495Z | Compiling icu_provider_macros v1.5.0 |
| 1391 | 2025-09-23T03:44:44.661Z | Compiling block-padding v0.3.3 |
| 1392 | 2025-09-23T03:44:44.703Z | Compiling futures-macro v0.3.31 |
| 1393 | 2025-09-23T03:44:44.820Z | Compiling sha2 v0.10.9 |
| 1394 | 2025-09-23T03:44:44.872Z | Compiling regex v1.11.1 |
| 1395 | 2025-09-23T03:44:44.929Z | Compiling inout v0.1.3 |
| 1396 | 2025-09-23T03:44:45.208Z | Compiling cipher v0.4.4 |
| 1397 | 2025-09-23T03:44:45.561Z | Compiling der_derive v0.7.3 |
| 1398 | 2025-09-23T03:44:45.747Z | Compiling thiserror-impl v1.0.69 |
| 1399 | 2025-09-23T03:44:45.830Z | Compiling salsa20 v0.10.2 |
| 1400 | 2025-09-23T03:44:46.079Z | Compiling tinystr v0.7.6 |
| 1401 | 2025-09-23T03:44:46.173Z | Compiling icu_collections v1.5.0 |
| 1402 | 2025-09-23T03:44:46.274Z | Compiling zerocopy v0.7.35 |
| 1403 | 2025-09-23T03:44:46.527Z | Compiling icu_locid v1.5.0 |
| 1404 | 2025-09-23T03:44:46.573Z | Compiling futures-util v0.3.31 |
| 1405 | 2025-09-23T03:44:46.805Z | Compiling serde v1.0.223 |
| 1406 | 2025-09-23T03:44:47.449Z | Compiling pbkdf2 v0.12.2 |
| 1407 | 2025-09-23T03:44:47.634Z | Compiling ppv-lite86 v0.2.20 |
| 1408 | 2025-09-23T03:44:47.671Z | Compiling scrypt v0.11.0 |
| 1409 | 2025-09-23T03:44:47.862Z | Compiling icu_provider v1.5.0 |
| 1410 | 2025-09-23T03:44:48.039Z | Compiling bitflags v2.9.1 |
| 1411 | 2025-09-23T03:44:48.147Z | Compiling bytes v1.10.1 |
| 1412 | 2025-09-23T03:44:48.150Z | Compiling semver v1.0.26 |
| 1413 | 2025-09-23T03:44:48.487Z | Compiling indexmap v2.11.0 |
| 1414 | 2025-09-23T03:44:48.570Z | Compiling icu_locid_transform v1.5.0 |
| 1415 | 2025-09-23T03:44:48.719Z | Compiling der v0.7.9 |
| 1416 | 2025-09-23T03:44:48.800Z | Compiling thiserror v1.0.69 |
| 1417 | 2025-09-23T03:44:48.838Z | Compiling rustc_version v0.4.1 |
| 1418 | 2025-09-23T03:44:48.955Z | Compiling aes v0.8.4 |
| 1419 | 2025-09-23T03:44:49.519Z | Compiling tokio v1.47.0 |
| 1420 | 2025-09-23T03:44:49.613Z | Compiling http v1.3.1 |
| 1421 | 2025-09-23T03:44:49.943Z | Compiling icu_properties v1.5.1 |
| 1422 | 2025-09-23T03:44:50.830Z | Compiling spki v0.7.3 |
| 1423 | 2025-09-23T03:44:51.237Z | Compiling cbc v0.1.2 |
| 1424 | 2025-09-23T03:44:51.509Z | Compiling pkcs5 v0.7.1 |
| 1425 | 2025-09-23T03:44:51.529Z | Compiling pest v2.7.14 |
| 1426 | 2025-09-23T03:44:51.751Z | Compiling uuid v1.18.1 |
| 1427 | 2025-09-23T03:44:51.790Z | Compiling chrono v0.4.41 |
| 1428 | 2025-09-23T03:44:51.994Z | Compiling tracing-attributes v0.1.27 |
| 1429 | 2025-09-23T03:44:52.598Z | Compiling which v4.4.2 |
| 1430 | 2025-09-23T03:44:53.163Z | Compiling pkcs8 v0.10.2 |
| 1431 | 2025-09-23T03:44:53.243Z | Compiling http-body v1.0.1 |
| 1432 | 2025-09-23T03:44:53.511Z | Compiling scroll_derive v0.12.0 |
| 1433 | 2025-09-23T03:44:53.817Z | Compiling icu_normalizer v1.5.0 |
| 1434 | 2025-09-23T03:44:54.481Z | Compiling pest_meta v2.7.14 |
| 1435 | 2025-09-23T03:44:54.646Z | Compiling tinyvec v1.8.0 |
| 1436 | 2025-09-23T03:44:54.915Z | Compiling idna_adapter v1.2.0 |
| 1437 | 2025-09-23T03:44:55.036Z | Compiling scroll v0.12.0 |
| 1438 | 2025-09-23T03:44:55.141Z | Compiling idna v1.0.3 |
| 1439 | 2025-09-23T03:44:55.180Z | Compiling tracing v0.1.40 |
| 1440 | 2025-09-23T03:44:55.483Z | Compiling serde_derive_internals v0.29.1 |
| 1441 | 2025-09-23T03:44:55.545Z | Compiling rand_core v0.9.3 |
| 1442 | 2025-09-23T03:44:55.656Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1443 | 2025-09-23T03:44:56.091Z | Compiling url v2.5.4 |
| 1444 | 2025-09-23T03:44:56.115Z | Compiling pest_generator v2.7.14 |
| 1445 | 2025-09-23T03:44:56.460Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1446 | 2025-09-23T03:44:56.576Z | Compiling try-lock v0.2.5 |
| 1447 | 2025-09-23T03:44:56.759Z | Compiling time-core v0.1.6 |
| 1448 | 2025-09-23T03:44:56.974Z | Compiling openssl v0.10.73 |
| 1449 | 2025-09-23T03:44:57.061Z | Compiling untrusted v0.7.1 |
| 1450 | 2025-09-23T03:44:57.280Z | Compiling atomic-waker v1.1.2 |
| 1451 | 2025-09-23T03:44:57.409Z | Compiling foreign-types-shared v0.1.1 |
| 1452 | 2025-09-23T03:44:57.490Z | Compiling untrusted v0.9.0 |
| 1453 | 2025-09-23T03:44:57.552Z | Compiling schemars v0.8.22 |
| 1454 | 2025-09-23T03:44:57.672Z | Compiling openssl-probe v0.1.5 |
| 1455 | 2025-09-23T03:44:57.703Z | Compiling num-conv v0.1.0 |
| 1456 | 2025-09-23T03:44:57.823Z | Compiling adler2 v2.0.0 |
| 1457 | 2025-09-23T03:44:57.927Z | Compiling tokio-util v0.7.15 |
| 1458 | 2025-09-23T03:44:57.947Z | Compiling powerfmt v0.2.0 |
| 1459 | 2025-09-23T03:44:57.968Z | Compiling tower-service v0.3.3 |
| 1460 | 2025-09-23T03:44:57.987Z | Compiling time-macros v0.2.24 |
| 1461 | 2025-09-23T03:44:58.054Z | Compiling miniz_oxide v0.8.5 |
| 1462 | 2025-09-23T03:44:58.110Z | Compiling goblin v0.8.2 |
| 1463 | 2025-09-23T03:44:58.321Z | Compiling deranged v0.5.3 |
| 1464 | 2025-09-23T03:44:58.672Z | Compiling pest_derive v2.7.14 |
| 1465 | 2025-09-23T03:44:59.485Z | Compiling h2 v0.4.6 |
| 1466 | 2025-09-23T03:44:59.537Z | Compiling schemars_derive v0.8.22 |
| 1467 | 2025-09-23T03:45:00.612Z | Compiling foreign-types v0.3.2 |
| 1468 | 2025-09-23T03:45:01.137Z | Compiling want v0.3.1 |
| 1469 | 2025-09-23T03:45:02.169Z | Compiling rand_chacha v0.9.0 |
| 1470 | 2025-09-23T03:45:04.192Z | Compiling ipnet v2.11.0 |
| 1471 | 2025-09-23T03:45:04.253Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2025-09-23T03:45:04.296Z | Compiling native-tls v0.2.12 |
| 1473 | 2025-09-23T03:45:04.318Z | Compiling dyn-clone v1.0.20 |
| 1474 | 2025-09-23T03:45:04.553Z | Compiling syn v1.0.109 |
| 1475 | 2025-09-23T03:45:04.667Z | Compiling num_threads v0.1.7 |
| 1476 | 2025-09-23T03:45:04.822Z | Compiling rustls v0.23.19 |
| 1477 | 2025-09-23T03:45:04.993Z | Compiling zerocopy v0.8.26 |
| 1478 | 2025-09-23T03:45:05.122Z | Compiling crossbeam-utils v0.8.21 |
| 1479 | 2025-09-23T03:45:05.152Z | Compiling httpdate v1.0.3 |
| 1480 | 2025-09-23T03:45:05.302Z | Compiling dof v0.3.0 |
| 1481 | 2025-09-23T03:45:05.697Z | Compiling time v0.3.43 |
| 1482 | 2025-09-23T03:45:06.727Z | Compiling hyper v1.7.0 |
| 1483 | 2025-09-23T03:45:07.070Z | Compiling rand v0.9.2 |
| 1484 | 2025-09-23T03:45:08.965Z | Compiling dtrace-parser v0.2.0 |
| 1485 | 2025-09-23T03:45:09.165Z | Compiling unicode-normalization v0.1.24 |
| 1486 | 2025-09-23T03:45:09.188Z | Compiling heapless v0.7.17 |
| 1487 | 2025-09-23T03:45:09.531Z | Compiling signature v2.2.0 |
| 1488 | 2025-09-23T03:45:09.650Z | Compiling zerocopy-derive v0.8.26 |
| 1489 | 2025-09-23T03:45:09.826Z | Compiling cookie v0.18.1 |
| 1490 | 2025-09-23T03:45:10.165Z | Compiling crc32fast v1.4.2 |
| 1491 | 2025-09-23T03:45:10.228Z | Compiling zlib-rs v0.5.1 |
| 1492 | 2025-09-23T03:45:10.269Z | Compiling signal-hook v0.3.18 |
| 1493 | 2025-09-23T03:45:10.516Z | Compiling slog v2.7.0 |
| 1494 | 2025-09-23T03:45:10.561Z | Compiling unicode-bidi v0.3.17 |
| 1495 | 2025-09-23T03:45:10.666Z | Compiling siphasher v0.3.11 |
| 1496 | 2025-09-23T03:45:11.018Z | Compiling unicode-properties v0.1.3 |
| 1497 | 2025-09-23T03:45:11.055Z | Compiling zstd-safe v7.2.3 |
| 1498 | 2025-09-23T03:45:11.444Z | Compiling stringprep v0.1.5 |
| 1499 | 2025-09-23T03:45:11.854Z | Compiling phf_shared v0.11.2 |
| 1500 | 2025-09-23T03:45:12.195Z | Compiling usdt-impl v0.5.0 |
| 1501 | 2025-09-23T03:45:12.288Z | Compiling hyper-util v0.1.16 |
| 1502 | 2025-09-23T03:45:13.434Z | Compiling curve25519-dalek v4.1.3 |
| 1503 | 2025-09-23T03:45:13.553Z | Compiling rand_chacha v0.3.1 |
| 1504 | 2025-09-23T03:45:14.111Z | Compiling serde_spanned v0.6.9 |
| 1505 | 2025-09-23T03:45:14.386Z | Compiling serde_tokenstream v0.2.2 |
| 1506 | 2025-09-23T03:45:14.915Z | Compiling toml_datetime v0.6.11 |
| 1507 | 2025-09-23T03:45:15.389Z | Compiling md-5 v0.10.6 |
| 1508 | 2025-09-23T03:45:15.577Z | Compiling num-integer v0.1.46 |
| 1509 | 2025-09-23T03:45:15.691Z | Compiling sync_wrapper v1.0.1 |
| 1510 | 2025-09-23T03:45:15.824Z | Compiling hash32 v0.2.1 |
| 1511 | 2025-09-23T03:45:15.862Z | Compiling ff v0.13.0 |
| 1512 | 2025-09-23T03:45:15.866Z | Compiling memoffset v0.9.1 |
| 1513 | 2025-09-23T03:45:16.082Z | Compiling num-bigint-dig v0.8.4 |
| 1514 | 2025-09-23T03:45:16.103Z | Compiling libz-rs-sys v0.5.1 |
| 1515 | 2025-09-23T03:45:16.169Z | Compiling gimli v0.31.1 |
| 1516 | 2025-09-23T03:45:16.268Z | Compiling fallible-iterator v0.2.0 |
| 1517 | 2025-09-23T03:45:16.327Z | Compiling tower-layer v0.3.3 |
| 1518 | 2025-09-23T03:45:16.400Z | Compiling base16ct v0.2.0 |
| 1519 | 2025-09-23T03:45:16.461Z | Compiling cfg_aliases v0.2.1 |
| 1520 | 2025-09-23T03:45:16.581Z | Compiling newtype-uuid v1.2.4 |
| 1521 | 2025-09-23T03:45:16.641Z | Compiling litrs v0.4.1 |
| 1522 | 2025-09-23T03:45:16.729Z | Compiling smoltcp v0.9.1 |
| 1523 | 2025-09-23T03:45:16.903Z | Compiling psl-types v2.0.11 |
| 1524 | 2025-09-23T03:45:16.988Z | Compiling postgres-protocol v0.6.8 |
| 1525 | 2025-09-23T03:45:17.072Z | Compiling sec1 v0.7.3 |
| 1526 | 2025-09-23T03:45:17.122Z | Compiling publicsuffix v2.3.0 |
| 1527 | 2025-09-23T03:45:17.396Z | Compiling tower v0.5.2 |
| 1528 | 2025-09-23T03:45:17.447Z | Compiling nix v0.29.0 |
| 1529 | 2025-09-23T03:45:17.651Z | Compiling flate2 v1.1.2 |
| 1530 | 2025-09-23T03:45:17.671Z | Compiling document-features v0.2.11 |
| 1531 | 2025-09-23T03:45:18.294Z | Compiling num-iter v0.1.45 |
| 1532 | 2025-09-23T03:45:18.380Z | Compiling group v0.13.0 |
| 1533 | 2025-09-23T03:45:18.699Z | Compiling rand v0.8.5 |
| 1534 | 2025-09-23T03:45:18.928Z | Compiling tokio-native-tls v0.3.1 |
| 1535 | 2025-09-23T03:45:19.249Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2025-09-23T03:45:19.772Z | Compiling strum_macros v0.27.1 |
| 1537 | 2025-09-23T03:45:19.885Z | Compiling rustls-native-certs v0.8.1 |
| 1538 | 2025-09-23T03:45:19.907Z | Compiling http-body-util v0.1.3 |
| 1539 | 2025-09-23T03:45:20.041Z | Compiling terminal_size v0.4.0 |
| 1540 | 2025-09-23T03:45:20.293Z | Compiling addr2line v0.24.2 |
| 1541 | 2025-09-23T03:45:20.384Z | Compiling hkdf v0.12.4 |
| 1542 | 2025-09-23T03:45:20.413Z | Compiling crypto-bigint v0.5.5 |
| 1543 | 2025-09-23T03:45:20.678Z | Compiling webpki-roots v1.0.1 |
| 1544 | 2025-09-23T03:45:20.701Z | Compiling thiserror-impl v2.0.16 |
| 1545 | 2025-09-23T03:45:20.757Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1546 | 2025-09-23T03:45:20.881Z | Compiling async-trait v0.1.89 |
| 1547 | 2025-09-23T03:45:20.969Z | Compiling ahash v0.8.12 |
| 1548 | 2025-09-23T03:45:21.375Z | Compiling object v0.36.5 |
| 1549 | 2025-09-23T03:45:22.259Z | Compiling fs-err v3.1.1 |
| 1550 | 2025-09-23T03:45:22.608Z | Compiling rustc-demangle v0.1.24 |
| 1551 | 2025-09-23T03:45:23.334Z | Compiling managed v0.8.0 |
| 1552 | 2025-09-23T03:45:23.504Z | Compiling rustix v1.0.7 |
| 1553 | 2025-09-23T03:45:23.747Z | Compiling iri-string v0.7.8 |
| 1554 | 2025-09-23T03:45:23.864Z | Compiling simd-adler32 v0.3.7 |
| 1555 | 2025-09-23T03:45:24.222Z | Compiling winnow v0.5.40 |
| 1556 | 2025-09-23T03:45:24.404Z | Compiling buf-list v1.0.3 |
| 1557 | 2025-09-23T03:45:24.682Z | Compiling lockfree-object-pool v0.1.6 |
| 1558 | 2025-09-23T03:45:24.845Z | Compiling hubpack_derive v0.1.1 |
| 1559 | 2025-09-23T03:45:24.973Z | Compiling bumpalo v3.16.0 |
| 1560 | 2025-09-23T03:45:25.037Z | Compiling bitflags v1.3.2 |
| 1561 | 2025-09-23T03:45:25.140Z | Compiling anyhow v1.0.99 |
| 1562 | 2025-09-23T03:45:25.452Z | Compiling zopfli v0.8.1 |
| 1563 | 2025-09-23T03:45:25.769Z | Compiling hubpack v0.1.2 |
| 1564 | 2025-09-23T03:45:26.271Z | Compiling strum v0.27.2 |
| 1565 | 2025-09-23T03:45:26.467Z | Compiling thiserror v2.0.16 |
| 1566 | 2025-09-23T03:45:26.487Z | Compiling elliptic-curve v0.13.8 |
| 1567 | 2025-09-23T03:45:26.640Z | Compiling tower-http v0.6.6 |
| 1568 | 2025-09-23T03:45:27.037Z | Compiling clap_builder v4.5.41 |
| 1569 | 2025-09-23T03:45:27.493Z | Compiling toml_edit v0.19.15 |
| 1570 | 2025-09-23T03:45:27.643Z | Compiling hyper-tls v0.6.0 |
| 1571 | 2025-09-23T03:45:28.037Z | Compiling backtrace v0.3.74 |
| 1572 | 2025-09-23T03:45:28.067Z | Compiling oxnet v0.1.3 |
| 1573 | 2025-09-23T03:45:28.475Z | Compiling signal-hook-mio v0.2.4 |
| 1574 | 2025-09-23T03:45:28.668Z | Compiling cookie_store v0.21.1 |
| 1575 | 2025-09-23T03:45:28.885Z | Compiling zstd v0.13.3 |
| 1576 | 2025-09-23T03:45:29.604Z | Compiling postgres-types v0.2.9 |
| 1577 | 2025-09-23T03:45:30.578Z | Compiling usdt-macro v0.5.0 |
| 1578 | 2025-09-23T03:45:30.837Z | Compiling usdt-attr-macro v0.5.0 |
| 1579 | 2025-09-23T03:45:30.872Z | Compiling phf v0.11.2 |
| 1580 | 2025-09-23T03:45:31.179Z | Compiling ed25519 v2.2.3 |
| 1581 | 2025-09-23T03:45:31.996Z | Compiling bzip2 v0.4.4 |
| 1582 | 2025-09-23T03:45:32.368Z | Compiling bzip2 v0.5.2 |
| 1583 | 2025-09-23T03:45:32.409Z | Compiling strum_macros v0.26.4 |
| 1584 | 2025-09-23T03:45:32.755Z | Compiling pkcs1 v0.7.5 |
| 1585 | 2025-09-23T03:45:33.138Z | Compiling serde-big-array v0.5.1 |
| 1586 | 2025-09-23T03:45:33.392Z | Compiling serde_urlencoded v0.7.1 |
| 1587 | 2025-09-23T03:45:33.654Z | Compiling rfc6979 v0.4.0 |
| 1588 | 2025-09-23T03:45:33.873Z | Compiling bstr v1.10.0 |
| 1589 | 2025-09-23T03:45:33.914Z | Compiling daft-derive v0.1.4 |
| 1590 | 2025-09-23T03:45:34.162Z | Compiling serde_repr v0.1.19 |
| 1591 | 2025-09-23T03:45:34.533Z | Compiling enum-as-inner v0.6.1 |
| 1592 | 2025-09-23T03:45:35.004Z | Compiling clap_derive v4.5.41 |
| 1593 | 2025-09-23T03:45:35.276Z | Compiling float-cmp v0.10.0 |
| 1594 | 2025-09-23T03:45:35.380Z | Compiling env_filter v0.1.2 |
| 1595 | 2025-09-23T03:45:35.521Z | Compiling socket2 v0.5.10 |
| 1596 | 2025-09-23T03:45:35.533Z | Compiling encoding_rs v0.8.34 |
| 1597 | 2025-09-23T03:45:35.567Z | Compiling unicode-segmentation v1.12.0 |
| 1598 | 2025-09-23T03:45:36.002Z | Compiling fixedbitset v0.4.2 |
| 1599 | 2025-09-23T03:45:36.473Z | Compiling difflib v0.4.0 |
| 1600 | 2025-09-23T03:45:36.477Z | Compiling data-encoding v2.9.0 |
| 1601 | 2025-09-23T03:45:36.477Z | Compiling static_assertions v1.1.0 |
| 1602 | 2025-09-23T03:45:36.616Z | Compiling normalize-line-endings v0.3.0 |
| 1603 | 2025-09-23T03:45:36.730Z | Compiling whoami v1.5.2 |
| 1604 | 2025-09-23T03:45:36.763Z | Compiling new_debug_unreachable v1.0.6 |
| 1605 | 2025-09-23T03:45:36.884Z | Compiling precomputed-hash v0.1.1 |
| 1606 | 2025-09-23T03:45:37.034Z | Compiling predicates-core v1.0.8 |
| 1607 | 2025-09-23T03:45:37.297Z | Compiling mime v0.3.17 |
| 1608 | 2025-09-23T03:45:37.363Z | Compiling predicates v3.1.3 |
| 1609 | 2025-09-23T03:45:37.773Z | Compiling hickory-proto v0.25.2 |
| 1610 | 2025-09-23T03:45:37.831Z | Compiling tokio-postgres v0.7.13 |
| 1611 | 2025-09-23T03:45:38.223Z | Compiling string_cache v0.8.9 |
| 1612 | 2025-09-23T03:45:38.666Z | Compiling strum v0.26.3 |
| 1613 | 2025-09-23T03:45:38.798Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1614 | 2025-09-23T03:45:38.874Z | Compiling toml_edit v0.22.27 |
| 1615 | 2025-09-23T03:45:39.206Z | Compiling petgraph v0.6.5 |
| 1616 | 2025-09-23T03:45:39.382Z | Compiling clap v4.5.41 |
| 1617 | 2025-09-23T03:45:39.514Z | Compiling similar v2.7.0 |
| 1618 | 2025-09-23T03:45:40.543Z | Compiling env_logger v0.11.5 |
| 1619 | 2025-09-23T03:45:41.298Z | Compiling usdt v0.5.0 |
| 1620 | 2025-09-23T03:45:41.611Z | Compiling daft v0.1.4 |
| 1621 | 2025-09-23T03:45:41.801Z | Compiling ecdsa v0.16.9 |
| 1622 | 2025-09-23T03:45:42.178Z | Compiling rsa v0.9.6 |
| 1623 | 2025-09-23T03:45:42.669Z | Compiling zip v4.2.0 |
| 1624 | 2025-09-23T03:45:42.794Z | Compiling zip v0.6.6 |
| 1625 | 2025-09-23T03:45:43.137Z | Compiling ed25519-dalek v2.1.1 |
| 1626 | 2025-09-23T03:45:44.067Z | Compiling toml v0.7.8 |
| 1627 | 2025-09-23T03:45:45.469Z | Compiling crossterm v0.28.1 |
| 1628 | 2025-09-23T03:45:46.433Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1629 | 2025-09-23T03:45:46.569Z | Compiling crossbeam-epoch v0.9.18 |
| 1630 | 2025-09-23T03:45:46.594Z | Compiling tokio-stream v0.1.17 |
| 1631 | 2025-09-23T03:45:46.879Z | Compiling x509-cert v0.2.5 |
| 1632 | 2025-09-23T03:45:47.271Z | Compiling openapiv3 v2.2.0 |
| 1633 | 2025-09-23T03:45:47.559Z | Compiling sha1 v0.10.6 |
| 1634 | 2025-09-23T03:45:48.005Z | Compiling itertools v0.10.5 |
| 1635 | 2025-09-23T03:45:48.694Z | Compiling winnow v0.6.26 |
| 1636 | 2025-09-23T03:45:48.865Z | Compiling peg-runtime v0.8.5 |
| 1637 | 2025-09-23T03:45:49.250Z | Compiling rustc-hash v2.1.1 |
| 1638 | 2025-09-23T03:45:49.467Z | Compiling lalrpop-util v0.19.12 |
| 1639 | 2025-09-23T03:45:49.471Z | Compiling thread_local v1.1.8 |
| 1640 | 2025-09-23T03:45:49.673Z | Compiling slog-async v2.8.0 |
| 1641 | 2025-09-23T03:45:49.862Z | Compiling crossbeam-channel v0.5.15 |
| 1642 | 2025-09-23T03:45:49.958Z | Compiling xattr v1.3.1 |
| 1643 | 2025-09-23T03:45:50.247Z | Compiling futures-executor v0.3.31 |
| 1644 | 2025-09-23T03:45:50.280Z | Compiling filetime v0.2.25 |
| 1645 | 2025-09-23T03:45:50.540Z | Compiling is-terminal v0.4.13 |
| 1646 | 2025-09-23T03:45:50.600Z | Compiling term v1.1.0 |
| 1647 | 2025-09-23T03:45:50.698Z | Compiling take_mut v0.2.2 |
| 1648 | 2025-09-23T03:45:50.736Z | Compiling futures v0.3.31 |
| 1649 | 2025-09-23T03:45:50.864Z | Compiling tar v0.4.44 |
| 1650 | 2025-09-23T03:45:51.181Z | Compiling slog-term v2.9.2 |
| 1651 | 2025-09-23T03:45:55.646Z | Compiling aws-lc-sys v0.26.0 |
| 1652 | 2025-09-23T03:46:24.825Z | Compiling rustls-webpki v0.102.8 |
| 1653 | 2025-09-23T03:46:29.335Z | Compiling tokio-rustls v0.26.0 |
| 1654 | 2025-09-23T03:46:29.612Z | Compiling hyper-rustls v0.27.7 |
| 1655 | 2025-09-23T03:46:29.982Z | Compiling reqwest v0.12.22 |
| 1656 | 2025-09-23T03:46:33.544Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1657 | 2025-09-23T03:46:33.828Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1658 | 2025-09-23T03:46:38.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 1659 | 2025-09-23T03:46:38.558Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1660 | 2025-09-23T03:46:38.613Z | Sep 23 03:46:37.273 INFO Starting download, target: Clickhouse |
| 1661 | 2025-09-23T03:46:38.613Z | Sep 23 03:46:37.274 INFO Starting download, target: Cockroach |
| 1662 | 2025-09-23T03:46:38.613Z | Sep 23 03:46:37.274 INFO Starting download, target: Console |
| 1663 | 2025-09-23T03:46:38.617Z | Sep 23 03:46:37.274 INFO Starting download, target: DendriteStub |
| 1664 | 2025-09-23T03:46:38.617Z | Sep 23 03:46:37.274 INFO Starting download, target: MaghemiteMgd |
| 1665 | 2025-09-23T03:46:38.617Z | Sep 23 03:46:37.274 INFO Starting download, target: TransceiverControl |
| 1666 | 2025-09-23T03:46:38.617Z | Sep 23 03:46:37.274 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1667 | 2025-09-23T03:46:38.617Z | Sep 23 03:46:37.274 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1668 | 2025-09-23T03:46:38.617Z | Sep 23 03:46:37.274 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1669 | 2025-09-23T03:46:38.617Z | Sep 23 03:46:37.274 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1670 | 2025-09-23T03:46:38.617Z | Sep 23 03:46:37.274 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1671 | 2025-09-23T03:46:38.617Z | Sep 23 03:46:37.274 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1672 | 2025-09-23T03:46:38.906Z | Sep 23 03:46:37.560 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1673 | 2025-09-23T03:46:39.327Z | Sep 23 03:46:37.980 INFO Download complete, target: TransceiverControl |
| 1674 | 2025-09-23T03:46:39.341Z | Sep 23 03:46:37.994 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1675 | 2025-09-23T03:46:39.789Z | Sep 23 03:46:38.443 INFO Download complete, target: Console |
| 1676 | 2025-09-23T03:46:39.972Z | Sep 23 03:46:38.625 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1677 | 2025-09-23T03:46:40.097Z | Sep 23 03:46:38.756 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1678 | 2025-09-23T03:46:40.584Z | Sep 23 03:46:39.244 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1679 | 2025-09-23T03:46:40.668Z | Sep 23 03:46:39.328 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1680 | 2025-09-23T03:46:40.668Z | Sep 23 03:46:39.328 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1681 | 2025-09-23T03:46:44.510Z | Sep 23 03:46:43.169 INFO Download complete, target: MaghemiteMgd |
| 1682 | 2025-09-23T03:46:44.699Z | Sep 23 03:46:43.358 INFO Download complete, target: DendriteStub |
| 1683 | 2025-09-23T03:46:47.809Z | Sep 23 03:46:46.468 INFO Checking that binary works, target: Cockroach |
| 1684 | 2025-09-23T03:46:47.941Z | Sep 23 03:46:46.599 INFO Download complete, target: Cockroach |
| 1685 | 2025-09-23T03:46:51.447Z | Sep 23 03:46:50.105 INFO Checking that binary works, target: Clickhouse |
| 1686 | 2025-09-23T03:46:51.609Z | Sep 23 03:46:50.267 INFO Download complete, target: Clickhouse |
| 1687 | 2025-09-23T03:46:51.615Z | All prerequisites installed successfully |
| 1688 | 2025-09-23T03:46:51.618Z | |
| 1689 | 2025-09-23T03:46:51.618Z | real 4:42.538099455 |
| 1690 | 2025-09-23T03:46:51.618Z | user 16:26.462807043 |
| 1691 | 2025-09-23T03:46:51.618Z | sys 2:20.547316626 |
| 1692 | 2025-09-23T03:46:51.618Z | trap 0.604081026 |
| 1693 | 2025-09-23T03:46:51.618Z | tflt 1.021221557 |
| 1694 | 2025-09-23T03:46:51.618Z | dflt 1.406359909 |
| 1695 | 2025-09-23T03:46:51.618Z | kflt 0.027060369 |
| 1696 | 2025-09-23T03:46:51.618Z | lock 38:38.093880411 |
| 1697 | 2025-09-23T03:46:51.618Z | slp 59:44.330439322 |
| 1698 | 2025-09-23T03:46:51.618Z | lat 1:15.125282831 |
| 1699 | 2025-09-23T03:46:51.618Z | stop 2:57.329959024 |
| 1700 | 2025-09-23T03:46:51.618Z | + ptime -m cargo xtask download softnpu |
| 1701 | 2025-09-23T03:46:52.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1702 | 2025-09-23T03:46:52.388Z | Running `target/debug/xtask download softnpu` |
| 1703 | 2025-09-23T03:46:53.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 1704 | 2025-09-23T03:46:53.510Z | Running `target/debug/xtask-downloader softnpu` |
| 1705 | 2025-09-23T03:46:53.556Z | Sep 23 03:46:52.214 INFO Starting download, target: Softnpu |
| 1706 | 2025-09-23T03:46:53.559Z | Sep 23 03:46:52.214 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1707 | 2025-09-23T03:46:54.151Z | Sep 23 03:46:52.809 INFO Download complete, target: Softnpu |
| 1708 | 2025-09-23T03:46:54.155Z | |
| 1709 | 2025-09-23T03:46:54.159Z | real 2.533015214 |
| 1710 | 2025-09-23T03:46:54.159Z | user 1.616928940 |
| 1711 | 2025-09-23T03:46:54.159Z | sys 0.678623306 |
| 1712 | 2025-09-23T03:46:54.159Z | trap 0.001288488 |
| 1713 | 2025-09-23T03:46:54.159Z | tflt 0.000070129 |
| 1714 | 2025-09-23T03:46:54.159Z | dflt 0.000091668 |
| 1715 | 2025-09-23T03:46:54.159Z | kflt 0.000000000 |
| 1716 | 2025-09-23T03:46:54.159Z | lock 6.102068873 |
| 1717 | 2025-09-23T03:46:54.159Z | slp 0.422836862 |
| 1718 | 2025-09-23T03:46:54.160Z | lat 0.073459117 |
| 1719 | 2025-09-23T03:46:54.160Z | stop 0.000161851 |
| 1720 | 2025-09-23T03:46:54.160Z | + export CARGO_INCREMENTAL=0 |
| 1721 | 2025-09-23T03:46:54.160Z | + CARGO_INCREMENTAL=0 |
| 1722 | 2025-09-23T03:46:54.160Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1723 | 2025-09-23T03:46:55.426Z | Compiling proc-macro2 v1.0.101 |
| 1724 | 2025-09-23T03:46:55.426Z | Compiling unicode-ident v1.0.18 |
| 1725 | 2025-09-23T03:46:55.429Z | Compiling libc v0.2.174 |
| 1726 | 2025-09-23T03:46:55.429Z | Compiling serde_core v1.0.223 |
| 1727 | 2025-09-23T03:46:55.429Z | Compiling serde v1.0.223 |
| 1728 | 2025-09-23T03:46:55.429Z | Compiling autocfg v1.4.0 |
| 1729 | 2025-09-23T03:46:55.429Z | Compiling cfg-if v1.0.1 |
| 1730 | 2025-09-23T03:46:55.430Z | Compiling version_check v0.9.5 |
| 1731 | 2025-09-23T03:46:55.844Z | Compiling memchr v2.7.4 |
| 1732 | 2025-09-23T03:46:55.896Z | Compiling shlex v1.3.0 |
| 1733 | 2025-09-23T03:46:56.125Z | Compiling portable-atomic v1.11.0 |
| 1734 | 2025-09-23T03:46:56.225Z | Compiling typenum v1.17.0 |
| 1735 | 2025-09-23T03:46:56.959Z | Compiling lock_api v0.4.12 |
| 1736 | 2025-09-23T03:46:57.014Z | Compiling value-bag v1.9.0 |
| 1737 | 2025-09-23T03:46:57.036Z | Compiling generic-array v0.14.7 |
| 1738 | 2025-09-23T03:46:57.372Z | Compiling libm v0.2.8 |
| 1739 | 2025-09-23T03:46:57.564Z | Compiling quote v1.0.40 |
| 1740 | 2025-09-23T03:46:57.639Z | Compiling jobserver v0.1.32 |
| 1741 | 2025-09-23T03:46:57.750Z | Compiling log v0.4.27 |
| 1742 | 2025-09-23T03:46:57.852Z | Compiling getrandom v0.3.1 |
| 1743 | 2025-09-23T03:46:57.974Z | Compiling syn v2.0.106 |
| 1744 | 2025-09-23T03:46:58.128Z | Compiling cc v1.2.30 |
| 1745 | 2025-09-23T03:46:58.264Z | Compiling num-traits v0.2.19 |
| 1746 | 2025-09-23T03:46:58.312Z | Compiling serde_json v1.0.145 |
| 1747 | 2025-09-23T03:46:58.454Z | Compiling parking_lot_core v0.9.10 |
| 1748 | 2025-09-23T03:46:58.658Z | Compiling semver v1.0.26 |
| 1749 | 2025-09-23T03:46:58.790Z | Compiling scopeguard v1.2.0 |
| 1750 | 2025-09-23T03:46:58.868Z | Compiling smallvec v1.15.1 |
| 1751 | 2025-09-23T03:46:59.143Z | Compiling pkg-config v0.3.31 |
| 1752 | 2025-09-23T03:46:59.341Z | Compiling getrandom v0.2.15 |
| 1753 | 2025-09-23T03:46:59.399Z | Compiling aho-corasick v1.1.3 |
| 1754 | 2025-09-23T03:46:59.741Z | Compiling rustix v0.38.37 |
| 1755 | 2025-09-23T03:47:00.002Z | Compiling regex-syntax v0.8.5 |
| 1756 | 2025-09-23T03:47:00.386Z | Compiling itoa v1.0.11 |
| 1757 | 2025-09-23T03:47:01.280Z | Compiling either v1.15.0 |
| 1758 | 2025-09-23T03:47:01.338Z | Compiling stable_deref_trait v1.2.0 |
| 1759 | 2025-09-23T03:47:01.499Z | Compiling critical-section v1.1.3 |
| 1760 | 2025-09-23T03:47:01.679Z | Compiling slab v0.4.9 |
| 1761 | 2025-09-23T03:47:01.712Z | Compiling errno v0.3.12 |
| 1762 | 2025-09-23T03:47:01.942Z | Compiling spin v0.9.8 |
| 1763 | 2025-09-23T03:47:01.964Z | Compiling allocator-api2 v0.2.21 |
| 1764 | 2025-09-23T03:47:01.967Z | Compiling foldhash v0.1.5 |
| 1765 | 2025-09-23T03:47:02.054Z | Compiling equivalent v1.0.2 |
| 1766 | 2025-09-23T03:47:02.196Z | Compiling rand_core v0.6.4 |
| 1767 | 2025-09-23T03:47:02.406Z | Compiling once_cell v1.21.3 |
| 1768 | 2025-09-23T03:47:02.596Z | Compiling glob v0.3.2 |
| 1769 | 2025-09-23T03:47:02.671Z | Compiling hashbrown v0.15.4 |
| 1770 | 2025-09-23T03:47:03.034Z | Compiling subtle v2.6.1 |
| 1771 | 2025-09-23T03:47:03.057Z | Compiling ryu v1.0.18 |
| 1772 | 2025-09-23T03:47:03.241Z | Compiling clang-sys v1.8.1 |
| 1773 | 2025-09-23T03:47:03.385Z | Compiling pin-project-lite v0.2.14 |
| 1774 | 2025-09-23T03:47:03.547Z | Compiling regex-automata v0.4.8 |
| 1775 | 2025-09-23T03:47:03.681Z | Compiling prettyplease v0.2.36 |
| 1776 | 2025-09-23T03:47:03.992Z | Compiling lazy_static v1.5.0 |
| 1777 | 2025-09-23T03:47:04.142Z | Compiling writeable v0.5.5 |
| 1778 | 2025-09-23T03:47:04.187Z | Compiling minimal-lexical v0.2.1 |
| 1779 | 2025-09-23T03:47:04.346Z | Compiling schemars v0.8.22 |
| 1780 | 2025-09-23T03:47:04.694Z | Compiling litemap v0.7.3 |
| 1781 | 2025-09-23T03:47:04.724Z | Compiling nom v7.1.3 |
| 1782 | 2025-09-23T03:47:05.132Z | Compiling synstructure v0.13.1 |
| 1783 | 2025-09-23T03:47:05.181Z | Compiling serde_derive_internals v0.29.1 |
| 1784 | 2025-09-23T03:47:06.308Z | Compiling libloading v0.8.5 |
| 1785 | 2025-09-23T03:47:06.340Z | Compiling percent-encoding v2.3.2 |
| 1786 | 2025-09-23T03:47:06.667Z | Compiling thiserror v1.0.69 |
| 1787 | 2025-09-23T03:47:07.052Z | Compiling bindgen v0.69.5 |
| 1788 | 2025-09-23T03:47:07.154Z | Compiling home v0.5.9 |
| 1789 | 2025-09-23T03:47:07.607Z | Compiling itertools v0.12.1 |
| 1790 | 2025-09-23T03:47:07.997Z | Compiling cexpr v0.6.0 |
| 1791 | 2025-09-23T03:47:08.677Z | Compiling icu_locid_transform_data v1.5.0 |
| 1792 | 2025-09-23T03:47:08.793Z | Compiling serde_derive v1.0.223 |
| 1793 | 2025-09-23T03:47:08.793Z | Compiling zeroize_derive v1.4.2 |
| 1794 | 2025-09-23T03:47:09.368Z | Compiling zerofrom-derive v0.1.4 |
| 1795 | 2025-09-23T03:47:10.050Z | Compiling yoke-derive v0.7.4 |
| 1796 | 2025-09-23T03:47:10.115Z | Compiling zerovec-derive v0.10.3 |
| 1797 | 2025-09-23T03:47:10.462Z | Compiling displaydoc v0.2.5 |
| 1798 | 2025-09-23T03:47:11.869Z | Compiling icu_provider_macros v1.5.0 |
| 1799 | 2025-09-23T03:47:11.927Z | Compiling tokio-macros v2.5.0 |
| 1800 | 2025-09-23T03:47:12.267Z | Compiling zeroize v1.8.1 |
| 1801 | 2025-09-23T03:47:12.404Z | Compiling regex v1.11.1 |
| 1802 | 2025-09-23T03:47:12.428Z | Compiling zerocopy-derive v0.7.35 |
| 1803 | 2025-09-23T03:47:12.681Z | Compiling zerofrom v0.1.4 |
| 1804 | 2025-09-23T03:47:12.712Z | Compiling futures-macro v0.3.31 |
| 1805 | 2025-09-23T03:47:12.883Z | Compiling yoke v0.7.4 |
| 1806 | 2025-09-23T03:47:13.244Z | Compiling zerovec v0.10.4 |
| 1807 | 2025-09-23T03:47:13.288Z | Compiling schemars_derive v0.8.22 |
| 1808 | 2025-09-23T03:47:13.520Z | Compiling rustc-hash v1.1.0 |
| 1809 | 2025-09-23T03:47:13.708Z | Compiling lazycell v1.3.0 |
| 1810 | 2025-09-23T03:47:14.198Z | Compiling thiserror-impl v1.0.69 |
| 1811 | 2025-09-23T03:47:14.546Z | Compiling cmake v0.1.51 |
| 1812 | 2025-09-23T03:47:15.244Z | Compiling signal-hook-registry v1.4.2 |
| 1813 | 2025-09-23T03:47:15.616Z | Compiling tinystr v0.7.6 |
| 1814 | 2025-09-23T03:47:15.662Z | Compiling icu_collections v1.5.0 |
| 1815 | 2025-09-23T03:47:15.933Z | Compiling fnv v1.0.7 |
| 1816 | 2025-09-23T03:47:16.074Z | Compiling icu_locid v1.5.0 |
| 1817 | 2025-09-23T03:47:16.123Z | Compiling icu_properties_data v1.5.0 |
| 1818 | 2025-09-23T03:47:16.251Z | Compiling byteorder v1.5.0 |
| 1819 | 2025-09-23T03:47:16.392Z | Compiling paste v1.0.15 |
| 1820 | 2025-09-23T03:47:16.595Z | Compiling bytes v1.10.1 |
| 1821 | 2025-09-23T03:47:16.721Z | Compiling bitflags v2.9.1 |
| 1822 | 2025-09-23T03:47:16.825Z | Compiling fs_extra v1.3.0 |
| 1823 | 2025-09-23T03:47:16.873Z | Compiling dunce v1.0.5 |
| 1824 | 2025-09-23T03:47:17.430Z | Compiling icu_provider v1.5.0 |
| 1825 | 2025-09-23T03:47:18.072Z | Compiling parking_lot v0.12.3 |
| 1826 | 2025-09-23T03:47:18.186Z | Compiling icu_locid_transform v1.5.0 |
| 1827 | 2025-09-23T03:47:18.702Z | Compiling mio v1.0.2 |
| 1828 | 2025-09-23T03:47:19.518Z | Compiling utf8_iter v1.0.4 |
| 1829 | 2025-09-23T03:47:19.832Z | Compiling icu_properties v1.5.1 |
| 1830 | 2025-09-23T03:47:19.901Z | Compiling icu_normalizer_data v1.5.0 |
| 1831 | 2025-09-23T03:47:20.122Z | Compiling heck v0.5.0 |
| 1832 | 2025-09-23T03:47:20.223Z | Compiling utf16_iter v1.0.5 |
| 1833 | 2025-09-23T03:47:20.345Z | Compiling write16 v1.0.0 |
| 1834 | 2025-09-23T03:47:20.463Z | Compiling crypto-common v0.1.6 |
| 1835 | 2025-09-23T03:47:20.721Z | Compiling socket2 v0.6.0 |
| 1836 | 2025-09-23T03:47:20.929Z | Compiling which v4.4.2 |
| 1837 | 2025-09-23T03:47:21.518Z | Compiling const-oid v0.9.6 |
| 1838 | 2025-09-23T03:47:22.200Z | Compiling tokio v1.47.0 |
| 1839 | 2025-09-23T03:47:23.274Z | Compiling indexmap v2.11.0 |
| 1840 | 2025-09-23T03:47:23.613Z | Compiling icu_normalizer v1.5.0 |
| 1841 | 2025-09-23T03:47:23.760Z | Compiling form_urlencoded v1.2.2 |
| 1842 | 2025-09-23T03:47:24.099Z | Compiling ring v0.17.14 |
| 1843 | 2025-09-23T03:47:24.772Z | Compiling idna_adapter v1.2.0 |
| 1844 | 2025-09-23T03:47:25.011Z | Compiling idna v1.0.3 |
| 1845 | 2025-09-23T03:47:25.357Z | Compiling tracing-attributes v0.1.27 |
| 1846 | 2025-09-23T03:47:25.546Z | Compiling der_derive v0.7.3 |
| 1847 | 2025-09-23T03:47:25.937Z | Compiling aws-lc-rs v1.12.4 |
| 1848 | 2025-09-23T03:47:25.972Z | Compiling vcpkg v0.2.15 |
| 1849 | 2025-09-23T03:47:26.431Z | Compiling thiserror v2.0.16 |
| 1850 | 2025-09-23T03:47:27.335Z | Compiling openssl-sys v0.9.109 |
| 1851 | 2025-09-23T03:47:28.046Z | Compiling url v2.5.4 |
| 1852 | 2025-09-23T03:47:28.768Z | Compiling block-buffer v0.10.4 |
| 1853 | 2025-09-23T03:47:29.032Z | Compiling futures-core v0.3.31 |
| 1854 | 2025-09-23T03:47:29.375Z | Compiling digest v0.10.7 |
| 1855 | 2025-09-23T03:47:29.423Z | Compiling thiserror-impl v2.0.16 |
| 1856 | 2025-09-23T03:47:30.283Z | Compiling httparse v1.9.5 |
| 1857 | 2025-09-23T03:47:30.886Z | Compiling zerocopy v0.7.35 |
| 1858 | 2025-09-23T03:47:31.399Z | Compiling iana-time-zone v0.1.63 |
| 1859 | 2025-09-23T03:47:31.971Z | Compiling chrono v0.4.41 |
| 1860 | 2025-09-23T03:47:32.541Z | Compiling uuid v1.18.1 |
| 1861 | 2025-09-23T03:47:32.696Z | Compiling aws-lc-sys v0.26.0 |
| 1862 | 2025-09-23T03:47:32.887Z | Compiling syn v1.0.109 |
| 1863 | 2025-09-23T03:47:33.945Z | Compiling num-conv v0.1.0 |
| 1864 | 2025-09-23T03:47:34.035Z | Compiling futures-sink v0.3.31 |
| 1865 | 2025-09-23T03:47:34.228Z | Compiling time-core v0.1.6 |
| 1866 | 2025-09-23T03:47:34.251Z | Compiling futures-channel v0.3.31 |
| 1867 | 2025-09-23T03:47:34.728Z | Compiling time-macros v0.2.24 |
| 1868 | 2025-09-23T03:47:36.278Z | Compiling futures-task v0.3.31 |
| 1869 | 2025-09-23T03:47:36.610Z | Compiling pin-utils v0.1.0 |
| 1870 | 2025-09-23T03:47:36.733Z | Compiling openssl v0.10.73 |
| 1871 | 2025-09-23T03:47:36.792Z | Compiling strsim v0.11.1 |
| 1872 | 2025-09-23T03:47:37.162Z | Compiling cpufeatures v0.2.14 |
| 1873 | 2025-09-23T03:47:37.185Z | Compiling futures-io v0.3.31 |
| 1874 | 2025-09-23T03:47:37.392Z | Compiling futures-util v0.3.31 |
| 1875 | 2025-09-23T03:47:37.455Z | Compiling hmac v0.12.1 |
| 1876 | 2025-09-23T03:47:37.541Z | Compiling rustc_version v0.4.1 |
| 1877 | 2025-09-23T03:47:37.694Z | Compiling serde_tokenstream v0.2.2 |
| 1878 | 2025-09-23T03:47:38.258Z | Compiling zerocopy v0.8.26 |
| 1879 | 2025-09-23T03:47:38.282Z | Compiling block-padding v0.3.3 |
| 1880 | 2025-09-23T03:47:38.541Z | Compiling scroll_derive v0.12.0 |
| 1881 | 2025-09-23T03:47:38.961Z | Compiling openssl-macros v0.1.1 |
| 1882 | 2025-09-23T03:47:39.774Z | Compiling dyn-clone v1.0.20 |
| 1883 | 2025-09-23T03:47:39.826Z | Compiling rustls v0.23.19 |
| 1884 | 2025-09-23T03:47:40.043Z | Compiling ucd-trie v0.1.7 |
| 1885 | 2025-09-23T03:47:40.153Z | Compiling crossbeam-utils v0.8.21 |
| 1886 | 2025-09-23T03:47:40.180Z | Compiling native-tls v0.2.12 |
| 1887 | 2025-09-23T03:47:40.500Z | Compiling pest v2.7.14 |
| 1888 | 2025-09-23T03:47:40.570Z | Compiling inout v0.1.3 |
| 1889 | 2025-09-23T03:47:40.709Z | Compiling zerocopy-derive v0.8.26 |
| 1890 | 2025-09-23T03:47:43.359Z | Compiling pest_meta v2.7.14 |
| 1891 | 2025-09-23T03:47:43.849Z | Compiling cipher v0.4.4 |
| 1892 | 2025-09-23T03:47:43.935Z | Compiling sha2 v0.10.9 |
| 1893 | 2025-09-23T03:47:44.447Z | Compiling http v1.3.1 |
| 1894 | 2025-09-23T03:47:45.055Z | Compiling cookie v0.18.1 |
| 1895 | 2025-09-23T03:47:45.463Z | Compiling rustversion v1.0.22 |
| 1896 | 2025-09-23T03:47:46.179Z | Compiling base64ct v1.6.0 |
| 1897 | 2025-09-23T03:47:46.588Z | Compiling pest_generator v2.7.14 |
| 1898 | 2025-09-23T03:47:46.753Z | Compiling pem-rfc7468 v0.7.0 |
| 1899 | 2025-09-23T03:47:47.310Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1900 | 2025-09-23T03:47:47.819Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1901 | 2025-09-23T03:47:48.143Z | Compiling anyhow v1.0.99 |
| 1902 | 2025-09-23T03:47:48.546Z | Compiling slog v2.7.0 |
| 1903 | 2025-09-23T03:47:48.697Z | Compiling flagset v0.4.6 |
| 1904 | 2025-09-23T03:47:48.941Z | Compiling der v0.7.9 |
| 1905 | 2025-09-23T03:47:49.027Z | Compiling pest_derive v2.7.14 |
| 1906 | 2025-09-23T03:47:50.053Z | Compiling serde_spanned v0.6.9 |
| 1907 | 2025-09-23T03:47:50.197Z | Compiling toml_datetime v0.6.11 |
| 1908 | 2025-09-23T03:47:50.323Z | Compiling tracing-core v0.1.32 |
| 1909 | 2025-09-23T03:47:50.357Z | Compiling usdt-impl v0.5.0 |
| 1910 | 2025-09-23T03:47:50.715Z | Compiling rustls-pki-types v1.10.0 |
| 1911 | 2025-09-23T03:47:50.915Z | Compiling spki v0.7.3 |
| 1912 | 2025-09-23T03:47:50.945Z | Compiling salsa20 v0.10.2 |
| 1913 | 2025-09-23T03:47:51.188Z | Compiling tracing v0.1.40 |
| 1914 | 2025-09-23T03:47:51.304Z | Compiling scroll v0.12.0 |
| 1915 | 2025-09-23T03:47:51.479Z | Compiling pbkdf2 v0.12.2 |
| 1916 | 2025-09-23T03:47:51.556Z | Compiling ppv-lite86 v0.2.20 |
| 1917 | 2025-09-23T03:47:52.292Z | Compiling plain v0.2.3 |
| 1918 | 2025-09-23T03:47:52.361Z | Compiling litrs v0.4.1 |
| 1919 | 2025-09-23T03:47:52.395Z | Compiling rustix v1.0.7 |
| 1920 | 2025-09-23T03:47:52.472Z | Compiling winnow v0.5.40 |
| 1921 | 2025-09-23T03:47:52.475Z | Compiling goblin v0.8.2 |
| 1922 | 2025-09-23T03:47:52.675Z | Compiling scrypt v0.11.0 |
| 1923 | 2025-09-23T03:47:52.809Z | Compiling aes v0.8.4 |
| 1924 | 2025-09-23T03:47:52.985Z | Compiling cbc v0.1.2 |
| 1925 | 2025-09-23T03:47:53.101Z | Compiling tokio-util v0.7.15 |
| 1926 | 2025-09-23T03:47:53.251Z | Compiling document-features v0.2.11 |
| 1927 | 2025-09-23T03:47:54.281Z | Compiling powerfmt v0.2.0 |
| 1928 | 2025-09-23T03:47:54.778Z | Compiling pretty-hex v0.4.1 |
| 1929 | 2025-09-23T03:47:55.015Z | Compiling newtype-uuid v1.2.4 |
| 1930 | 2025-09-23T03:47:55.354Z | Compiling adler2 v2.0.0 |
| 1931 | 2025-09-23T03:47:55.650Z | Compiling toml_edit v0.19.15 |
| 1932 | 2025-09-23T03:47:55.858Z | Compiling untrusted v0.7.1 |
| 1933 | 2025-09-23T03:47:56.066Z | Compiling untrusted v0.9.0 |
| 1934 | 2025-09-23T03:47:56.276Z | Compiling miniz_oxide v0.8.5 |
| 1935 | 2025-09-23T03:47:56.355Z | Compiling deranged v0.5.3 |
| 1936 | 2025-09-23T03:47:57.432Z | Compiling pkcs5 v0.7.1 |
| 1937 | 2025-09-23T03:47:58.410Z | Compiling dof v0.3.0 |
| 1938 | 2025-09-23T03:47:59.823Z | Compiling dtrace-parser v0.2.0 |
| 1939 | 2025-09-23T03:47:59.995Z | Compiling http-body v1.0.1 |
| 1940 | 2025-09-23T03:48:00.244Z | Compiling heapless v0.7.17 |
| 1941 | 2025-09-23T03:48:01.112Z | Compiling thread-id v4.2.2 |
| 1942 | 2025-09-23T03:48:01.241Z | Compiling num_threads v0.1.7 |
| 1943 | 2025-09-23T03:48:01.440Z | Compiling signal-hook v0.3.18 |
| 1944 | 2025-09-23T03:48:01.676Z | Compiling atomic-waker v1.1.2 |
| 1945 | 2025-09-23T03:48:01.724Z | Compiling zstd-safe v7.2.3 |
| 1946 | 2025-09-23T03:48:01.747Z | Compiling base64 v0.22.1 |
| 1947 | 2025-09-23T03:48:02.076Z | Compiling time v0.3.43 |
| 1948 | 2025-09-23T03:48:03.285Z | Compiling pkcs8 v0.10.2 |
| 1949 | 2025-09-23T03:48:04.205Z | Compiling tower-service v0.3.3 |
| 1950 | 2025-09-23T03:48:04.732Z | Compiling try-lock v0.2.5 |
| 1951 | 2025-09-23T03:48:04.921Z | Compiling tinyvec_macros v0.1.1 |
| 1952 | 2025-09-23T03:48:04.989Z | Compiling ident_case v1.0.1 |
| 1953 | 2025-09-23T03:48:05.028Z | Compiling tinyvec v1.8.0 |
| 1954 | 2025-09-23T03:48:05.185Z | Compiling want v0.3.1 |
| 1955 | 2025-09-23T03:48:06.482Z | Compiling h2 v0.4.6 |
| 1956 | 2025-09-23T03:48:08.333Z | Compiling curve25519-dalek v4.1.3 |
| 1957 | 2025-09-23T03:48:08.835Z | Compiling rand_core v0.9.3 |
| 1958 | 2025-09-23T03:48:08.962Z | Compiling ipnet v2.11.0 |
| 1959 | 2025-09-23T03:48:09.223Z | Compiling async-trait v0.1.89 |
| 1960 | 2025-09-23T03:48:09.270Z | Compiling memoffset v0.9.1 |
| 1961 | 2025-09-23T03:48:09.643Z | Compiling openssl-probe v0.1.5 |
| 1962 | 2025-09-23T03:48:10.172Z | Compiling gimli v0.31.1 |
| 1963 | 2025-09-23T03:48:11.482Z | Compiling foreign-types-shared v0.1.1 |
| 1964 | 2025-09-23T03:48:11.637Z | Compiling smoltcp v0.9.1 |
| 1965 | 2025-09-23T03:48:12.310Z | Compiling httpdate v1.0.3 |
| 1966 | 2025-09-23T03:48:12.537Z | Compiling num-bigint-dig v0.8.4 |
| 1967 | 2025-09-23T03:48:12.871Z | Compiling foreign-types v0.3.2 |
| 1968 | 2025-09-23T03:48:14.234Z | Compiling rand_chacha v0.9.0 |
| 1969 | 2025-09-23T03:48:15.111Z | Compiling addr2line v0.24.2 |
| 1970 | 2025-09-23T03:48:16.084Z | Compiling hyper v1.7.0 |
| 1971 | 2025-09-23T03:48:18.889Z | Compiling usdt-macro v0.5.0 |
| 1972 | 2025-09-23T03:48:20.252Z | Compiling usdt-attr-macro v0.5.0 |
| 1973 | 2025-09-23T03:48:23.164Z | Compiling strum_macros v0.26.4 |
| 1974 | 2025-09-23T03:48:25.648Z | Compiling ipnetwork v0.21.1 |
| 1975 | 2025-09-23T03:48:26.922Z | Compiling daft-derive v0.1.4 |
| 1976 | 2025-09-23T03:48:27.788Z | Compiling object v0.36.5 |
| 1977 | 2025-09-23T03:48:28.261Z | Compiling rustc-demangle v0.1.24 |
| 1978 | 2025-09-23T03:48:28.283Z | Compiling cfg_aliases v0.2.1 |
| 1979 | 2025-09-23T03:48:28.404Z | Compiling utf8parse v0.2.2 |
| 1980 | 2025-09-23T03:48:28.982Z | Compiling anstyle v1.0.11 |
| 1981 | 2025-09-23T03:48:29.385Z | Compiling anstyle-parse v0.2.5 |
| 1982 | 2025-09-23T03:48:29.720Z | Compiling nix v0.29.0 |
| 1983 | 2025-09-23T03:48:34.562Z | Compiling hyper-util v0.1.16 |
| 1984 | 2025-09-23T03:48:36.149Z | Compiling backtrace v0.3.74 |
| 1985 | 2025-09-23T03:48:36.530Z | Compiling rand v0.9.2 |
| 1986 | 2025-09-23T03:48:37.778Z | Compiling unicode-normalization v0.1.24 |
| 1987 | 2025-09-23T03:48:40.642Z | Compiling strum_macros v0.27.1 |
| 1988 | 2025-09-23T03:48:41.311Z | Compiling hubpack_derive v0.1.1 |
| 1989 | 2025-09-23T03:48:41.503Z | Compiling signature v2.2.0 |
| 1990 | 2025-09-23T03:48:41.761Z | Compiling openapiv3 v2.2.0 |
| 1991 | 2025-09-23T03:48:42.156Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1992 | 2025-09-23T03:48:44.998Z | Compiling fs-err v3.1.1 |
| 1993 | 2025-09-23T03:48:45.364Z | Compiling ahash v0.8.12 |
| 1994 | 2025-09-23T03:48:45.688Z | Compiling crc32fast v1.4.2 |
| 1995 | 2025-09-23T03:48:45.759Z | Compiling unicode-properties v0.1.3 |
| 1996 | 2025-09-23T03:48:46.032Z | Compiling anstyle-query v1.1.1 |
| 1997 | 2025-09-23T03:48:46.189Z | Compiling is_terminal_polyfill v1.70.1 |
| 1998 | 2025-09-23T03:48:46.215Z | Compiling zlib-rs v0.5.1 |
| 1999 | 2025-09-23T03:48:46.347Z | Compiling buf-list v1.0.3 |
| 2000 | 2025-09-23T03:48:46.448Z | Compiling unicode-bidi v0.3.17 |
| 2001 | 2025-09-23T03:48:46.902Z | Compiling colorchoice v1.0.2 |
| 2002 | 2025-09-23T03:48:47.258Z | Compiling siphasher v0.3.11 |
| 2003 | 2025-09-23T03:48:47.627Z | Compiling phf_shared v0.11.2 |
| 2004 | 2025-09-23T03:48:47.660Z | Compiling stringprep v0.1.5 |
| 2005 | 2025-09-23T03:48:47.978Z | Compiling anstream v0.6.18 |
| 2006 | 2025-09-23T03:48:51.009Z | Compiling libz-rs-sys v0.5.1 |
| 2007 | 2025-09-23T03:48:56.616Z | Compiling http-body-util v0.1.3 |
| 2008 | 2025-09-23T03:48:56.914Z | Compiling rand_chacha v0.3.1 |
| 2009 | 2025-09-23T03:48:57.184Z | Compiling sync_wrapper v1.0.1 |
| 2010 | 2025-09-23T03:48:57.217Z | Compiling md-5 v0.10.6 |
| 2011 | 2025-09-23T03:48:57.363Z | Compiling num-integer v0.1.46 |
| 2012 | 2025-09-23T03:48:57.662Z | Compiling hash32 v0.2.1 |
| 2013 | 2025-09-23T03:48:57.783Z | Compiling ff v0.13.0 |
| 2014 | 2025-09-23T03:48:58.020Z | Compiling encoding_rs v0.8.34 |
| 2015 | 2025-09-23T03:48:58.024Z | Compiling tower-layer v0.3.3 |
| 2016 | 2025-09-23T03:48:58.024Z | Compiling base16ct v0.2.0 |
| 2017 | 2025-09-23T03:48:58.365Z | Compiling fallible-iterator v0.2.0 |
| 2018 | 2025-09-23T03:48:59.043Z | Compiling psl-types v2.0.11 |
| 2019 | 2025-09-23T03:48:59.515Z | Compiling mime v0.3.17 |
| 2020 | 2025-09-23T03:48:59.708Z | Compiling publicsuffix v2.3.0 |
| 2021 | 2025-09-23T03:49:00.429Z | Compiling postgres-protocol v0.6.8 |
| 2022 | 2025-09-23T03:49:00.517Z | Compiling tower v0.5.2 |
| 2023 | 2025-09-23T03:49:01.517Z | Compiling sec1 v0.7.3 |
| 2024 | 2025-09-23T03:49:02.067Z | Compiling group v0.13.0 |
| 2025 | 2025-09-23T03:49:02.388Z | Compiling num-iter v0.1.45 |
| 2026 | 2025-09-23T03:49:02.587Z | Compiling rand v0.8.5 |
| 2027 | 2025-09-23T03:49:04.470Z | Compiling tokio-native-tls v0.3.1 |
| 2028 | 2025-09-23T03:49:05.193Z | Compiling flate2 v1.1.2 |
| 2029 | 2025-09-23T03:49:07.002Z | Compiling rustls-webpki v0.102.8 |
| 2030 | 2025-09-23T03:49:07.544Z | Compiling rustls-native-certs v0.8.1 |
| 2031 | 2025-09-23T03:49:07.990Z | Compiling webpki-roots v1.0.1 |
| 2032 | 2025-09-23T03:49:08.951Z | Compiling hkdf v0.12.4 |
| 2033 | 2025-09-23T03:49:09.025Z | Compiling serde_urlencoded v0.7.1 |
| 2034 | 2025-09-23T03:49:09.192Z | Compiling terminal_size v0.4.0 |
| 2035 | 2025-09-23T03:49:09.273Z | Compiling clap_derive v4.5.41 |
| 2036 | 2025-09-23T03:49:09.440Z | Compiling enum-as-inner v0.6.1 |
| 2037 | 2025-09-23T03:49:09.617Z | Compiling crypto-bigint v0.5.5 |
| 2038 | 2025-09-23T03:49:09.793Z | Compiling serde_repr v0.1.19 |
| 2039 | 2025-09-23T03:49:10.417Z | Compiling managed v0.8.0 |
| 2040 | 2025-09-23T03:49:10.889Z | Compiling iri-string v0.7.8 |
| 2041 | 2025-09-23T03:49:11.651Z | Compiling simd-adler32 v0.3.7 |
| 2042 | 2025-09-23T03:49:12.895Z | Compiling winnow v0.7.10 |
| 2043 | 2025-09-23T03:49:13.297Z | Compiling bitflags v1.3.2 |
| 2044 | 2025-09-23T03:49:13.426Z | Compiling bumpalo v3.16.0 |
| 2045 | 2025-09-23T03:49:14.352Z | Compiling lockfree-object-pool v0.1.6 |
| 2046 | 2025-09-23T03:49:14.514Z | Compiling tokio-rustls v0.26.0 |
| 2047 | 2025-09-23T03:49:14.976Z | Compiling clap_lex v0.7.4 |
| 2048 | 2025-09-23T03:49:15.413Z | Compiling clap_builder v4.5.41 |
| 2049 | 2025-09-23T03:49:17.422Z | Compiling tower-http v0.6.6 |
| 2050 | 2025-09-23T03:49:18.277Z | Compiling hyper-rustls v0.27.7 |
| 2051 | 2025-09-23T03:49:18.888Z | Compiling zopfli v0.8.1 |
| 2052 | 2025-09-23T03:49:19.689Z | Compiling elliptic-curve v0.13.8 |
| 2053 | 2025-09-23T03:49:20.432Z | Compiling oxnet v0.1.3 |
| 2054 | 2025-09-23T03:49:21.446Z | Compiling hyper-tls v0.6.0 |
| 2055 | 2025-09-23T03:49:21.801Z | Compiling zstd v0.13.3 |
| 2056 | 2025-09-23T03:49:22.829Z | Compiling cookie_store v0.21.1 |
| 2057 | 2025-09-23T03:49:23.248Z | Compiling signal-hook-mio v0.2.4 |
| 2058 | 2025-09-23T03:49:23.845Z | Compiling postgres-types v0.2.9 |
| 2059 | 2025-09-23T03:49:24.363Z | Compiling phf v0.11.2 |
| 2060 | 2025-09-23T03:49:24.840Z | Compiling strum v0.27.2 |
| 2061 | 2025-09-23T03:49:24.957Z | Compiling hubpack v0.1.2 |
| 2062 | 2025-09-23T03:49:25.015Z | Compiling ed25519 v2.2.3 |
| 2063 | 2025-09-23T03:49:25.052Z | Compiling bzip2 v0.4.4 |
| 2064 | 2025-09-23T03:49:25.268Z | Compiling bzip2 v0.5.2 |
| 2065 | 2025-09-23T03:49:25.463Z | Compiling crossbeam-epoch v0.9.18 |
| 2066 | 2025-09-23T03:49:25.497Z | Compiling pkcs1 v0.7.5 |
| 2067 | 2025-09-23T03:49:26.544Z | Compiling rfc6979 v0.4.0 |
| 2068 | 2025-09-23T03:49:26.839Z | Compiling float-cmp v0.10.0 |
| 2069 | 2025-09-23T03:49:27.110Z | Compiling serde-big-array v0.5.1 |
| 2070 | 2025-09-23T03:49:27.148Z | Compiling bstr v1.10.0 |
| 2071 | 2025-09-23T03:49:27.177Z | Compiling regress v0.10.4 |
| 2072 | 2025-09-23T03:49:27.284Z | Compiling env_filter v0.1.2 |
| 2073 | 2025-09-23T03:49:27.360Z | Compiling memmap v0.7.0 |
| 2074 | 2025-09-23T03:49:27.453Z | Compiling socket2 v0.5.10 |
| 2075 | 2025-09-23T03:49:28.064Z | Compiling fixedbitset v0.4.2 |
| 2076 | 2025-09-23T03:49:28.253Z | Compiling unicode-segmentation v1.12.0 |
| 2077 | 2025-09-23T03:49:28.452Z | Compiling difflib v0.4.0 |
| 2078 | 2025-09-23T03:49:28.476Z | Compiling data-encoding v2.9.0 |
| 2079 | 2025-09-23T03:49:28.975Z | Compiling whoami v1.5.2 |
| 2080 | 2025-09-23T03:49:29.085Z | Compiling static_assertions v1.1.0 |
| 2081 | 2025-09-23T03:49:29.213Z | Compiling new_debug_unreachable v1.0.6 |
| 2082 | 2025-09-23T03:49:29.447Z | Compiling normalize-line-endings v0.3.0 |
| 2083 | 2025-09-23T03:49:29.484Z | Compiling toml_write v0.1.2 |
| 2084 | 2025-09-23T03:49:29.787Z | Compiling predicates-core v1.0.8 |
| 2085 | 2025-09-23T03:49:29.857Z | Compiling precomputed-hash v0.1.1 |
| 2086 | 2025-09-23T03:49:30.005Z | Compiling predicates v3.1.3 |
| 2087 | 2025-09-23T03:49:30.062Z | Compiling reqwest v0.12.22 |
| 2088 | 2025-09-23T03:49:30.086Z | Compiling string_cache v0.8.9 |
| 2089 | 2025-09-23T03:49:30.534Z | Compiling tokio-postgres v0.7.13 |
| 2090 | 2025-09-23T03:49:30.783Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2091 | 2025-09-23T03:49:31.345Z | Compiling typify-impl v0.3.0 |
| 2092 | 2025-09-23T03:49:32.327Z | Compiling hickory-proto v0.25.2 |
| 2093 | 2025-09-23T03:49:33.318Z | Compiling toml_edit v0.22.27 |
| 2094 | 2025-09-23T03:49:35.453Z | Compiling similar v2.7.0 |
| 2095 | 2025-09-23T03:49:37.505Z | Compiling petgraph v0.6.5 |
| 2096 | 2025-09-23T03:49:40.290Z | Compiling usdt v0.5.0 |
| 2097 | 2025-09-23T03:49:40.677Z | Compiling env_logger v0.11.5 |
| 2098 | 2025-09-23T03:49:41.228Z | Compiling ecdsa v0.16.9 |
| 2099 | 2025-09-23T03:49:41.544Z | Compiling rsa v0.9.6 |
| 2100 | 2025-09-23T03:49:42.067Z | Compiling zip v4.2.0 |
| 2101 | 2025-09-23T03:49:43.074Z | Compiling zip v0.6.6 |
| 2102 | 2025-09-23T03:49:43.207Z | Compiling ed25519-dalek v2.1.1 |
| 2103 | 2025-09-23T03:49:44.039Z | Compiling crossterm v0.28.1 |
| 2104 | 2025-09-23T03:49:44.222Z | Compiling daft v0.1.4 |
| 2105 | 2025-09-23T03:49:44.463Z | Compiling clap v4.5.41 |
| 2106 | 2025-09-23T03:49:44.816Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2107 | 2025-09-23T03:49:44.866Z | Compiling strum v0.26.3 |
| 2108 | 2025-09-23T03:49:44.968Z | Compiling darling_core v0.21.0 |
| 2109 | 2025-09-23T03:49:45.076Z | Compiling tokio-stream v0.1.17 |
| 2110 | 2025-09-23T03:49:45.230Z | Compiling toml v0.7.8 |
| 2111 | 2025-09-23T03:49:45.313Z | Compiling x509-cert v0.2.5 |
| 2112 | 2025-09-23T03:49:47.282Z | Compiling sha1 v0.10.6 |
| 2113 | 2025-09-23T03:49:48.936Z | Compiling itertools v0.10.5 |
| 2114 | 2025-09-23T03:49:49.331Z | Compiling winnow v0.6.26 |
| 2115 | 2025-09-23T03:49:50.401Z | Compiling lalrpop-util v0.19.12 |
| 2116 | 2025-09-23T03:49:50.768Z | Compiling rustc-hash v2.1.1 |
| 2117 | 2025-09-23T03:49:50.911Z | Compiling peg-runtime v0.8.5 |
| 2118 | 2025-09-23T03:49:51.681Z | Compiling darling_macro v0.21.0 |
| 2119 | 2025-09-23T03:49:52.648Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2120 | 2025-09-23T03:49:53.003Z | Compiling typify-macro v0.3.0 |
| 2121 | 2025-09-23T03:49:57.021Z | Compiling camino v1.2.0 |
| 2122 | 2025-09-23T03:49:57.605Z | Compiling rayon-core v1.12.1 |
| 2123 | 2025-09-23T03:50:01.354Z | Compiling darling v0.21.0 |
| 2124 | 2025-09-23T03:50:01.627Z | Compiling proc-macro-crate v1.3.1 |
| 2125 | 2025-09-23T03:50:01.977Z | Compiling macaddr v1.0.1 |
| 2126 | 2025-09-23T03:50:02.134Z | Compiling structmeta-derive v0.3.0 |
| 2127 | 2025-09-23T03:50:02.755Z | Compiling itertools v0.14.0 |
| 2128 | 2025-09-23T03:50:03.907Z | Compiling heapless v0.8.0 |
| 2129 | 2025-09-23T03:50:04.452Z | Compiling ref-cast v1.0.24 |
| 2130 | 2025-09-23T03:50:04.575Z | Compiling fastrand v2.1.1 |
| 2131 | 2025-09-23T03:50:05.235Z | Compiling tempfile v3.20.0 |
| 2132 | 2025-09-23T03:50:05.756Z | Compiling ingot-macros v0.1.1 |
| 2133 | 2025-09-23T03:50:07.053Z | Compiling structmeta v0.3.0 |
| 2134 | 2025-09-23T03:50:09.250Z | Compiling num_enum_derive v0.5.11 |
| 2135 | 2025-09-23T03:50:12.227Z | Compiling crossbeam-deque v0.8.5 |
| 2136 | 2025-09-23T03:50:13.094Z | Compiling hash32 v0.3.1 |
| 2137 | 2025-09-23T03:50:13.385Z | Compiling ref-cast-impl v1.0.24 |
| 2138 | 2025-09-23T03:50:19.921Z | Compiling smoltcp v0.11.0 |
| 2139 | 2025-09-23T03:50:20.553Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2140 | 2025-09-23T03:50:29.939Z | Compiling ingot-types v0.1.2 |
| 2141 | 2025-09-23T03:50:30.847Z | Compiling num_enum v0.5.11 |
| 2142 | 2025-09-23T03:50:31.091Z | Compiling typify v0.3.0 |
| 2143 | 2025-09-23T03:50:35.509Z | Compiling darling_core v0.20.10 |
| 2144 | 2025-09-23T03:50:36.127Z | Compiling proc-macro-error-attr v1.0.4 |
| 2145 | 2025-09-23T03:50:36.390Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2146 | 2025-09-23T03:50:36.490Z | Compiling unsafe-libyaml v0.2.11 |
| 2147 | 2025-09-23T03:50:36.890Z | Compiling rustls v0.22.4 |
| 2148 | 2025-09-23T03:50:37.850Z | Compiling cobs v0.2.3 |
| 2149 | 2025-09-23T03:50:38.364Z | Compiling postcard v1.0.10 |
| 2150 | 2025-09-23T03:50:38.389Z | Compiling serde_yaml v0.9.34+deprecated |
| 2151 | 2025-09-23T03:50:40.766Z | Compiling darling_macro v0.20.10 |
| 2152 | 2025-09-23T03:50:51.605Z | Compiling progenitor-impl v0.9.1 |
| 2153 | 2025-09-23T03:50:52.656Z | Compiling ingot v0.1.1 |
| 2154 | 2025-09-23T03:50:57.536Z | Compiling futures-executor v0.3.31 |
| 2155 | 2025-09-23T03:50:57.560Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2156 | 2025-09-23T03:50:58.458Z | Compiling hex v0.4.3 |
| 2157 | 2025-09-23T03:50:58.487Z | Compiling foreign-types-macros v0.2.3 |
| 2158 | 2025-09-23T03:50:58.676Z | Compiling thread_local v1.1.8 |
| 2159 | 2025-09-23T03:50:59.150Z | Compiling wait-timeout v0.2.0 |
| 2160 | 2025-09-23T03:50:59.342Z | Compiling proc-macro-error v1.0.4 |
| 2161 | 2025-09-23T03:50:59.661Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2162 | 2025-09-23T03:50:59.714Z | Compiling multer v3.1.0 |
| 2163 | 2025-09-23T03:51:00.066Z | Compiling unicode-width v0.1.14 |
| 2164 | 2025-09-23T03:51:00.127Z | Compiling match_cfg v0.1.0 |
| 2165 | 2025-09-23T03:51:00.498Z | Compiling slog-async v2.8.0 |
| 2166 | 2025-09-23T03:51:00.718Z | Compiling quick-error v1.2.3 |
| 2167 | 2025-09-23T03:51:00.911Z | Compiling bit-vec v0.8.0 |
| 2168 | 2025-09-23T03:51:01.005Z | Compiling foreign-types-shared v0.3.1 |
| 2169 | 2025-09-23T03:51:01.170Z | Compiling foreign-types v0.5.0 |
| 2170 | 2025-09-23T03:51:01.406Z | Compiling bit-set v0.8.0 |
| 2171 | 2025-09-23T03:51:01.472Z | Compiling rusty-fork v0.3.0 |
| 2172 | 2025-09-23T03:51:01.669Z | Compiling tabwriter v1.4.0 |
| 2173 | 2025-09-23T03:51:01.758Z | Compiling hostname v0.3.1 |
| 2174 | 2025-09-23T03:51:02.173Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2175 | 2025-09-23T03:51:02.246Z | Compiling futures v0.3.31 |
| 2176 | 2025-09-23T03:51:02.311Z | Compiling progenitor-macro v0.9.1 |
| 2177 | 2025-09-23T03:51:03.354Z | Compiling darling v0.20.10 |
| 2178 | 2025-09-23T03:51:03.713Z | Compiling derive-ex v0.1.8 |
| 2179 | 2025-09-23T03:51:06.076Z | Compiling progenitor-client v0.9.1 |
| 2180 | 2025-09-23T03:51:07.034Z | Compiling toml_parser v1.0.2 |
| 2181 | 2025-09-23T03:51:07.064Z | Compiling slog-json v2.6.1 |
| 2182 | 2025-09-23T03:51:07.466Z | Compiling rand_xorshift v0.4.0 |
| 2183 | 2025-09-23T03:51:07.491Z | Compiling crossbeam-channel v0.5.15 |
| 2184 | 2025-09-23T03:51:07.625Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2185 | 2025-09-23T03:51:07.733Z | Compiling serde_spanned v1.0.0 |
| 2186 | 2025-09-23T03:51:08.026Z | Compiling toml_datetime v0.7.0 |
| 2187 | 2025-09-23T03:51:08.400Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2188 | 2025-09-23T03:51:08.850Z | Compiling async-stream-impl v0.3.6 |
| 2189 | 2025-09-23T03:51:08.967Z | Compiling cstr-argument v0.1.2 |
| 2190 | 2025-09-23T03:51:09.254Z | Compiling is-terminal v0.4.13 |
| 2191 | 2025-09-23T03:51:09.277Z | Compiling dropshot v0.16.4 |
| 2192 | 2025-09-23T03:51:09.428Z | Compiling term v1.1.0 |
| 2193 | 2025-09-23T03:51:09.645Z | Compiling toml_writer v1.0.2 |
| 2194 | 2025-09-23T03:51:09.992Z | Compiling crucible-workspace-hack v0.1.0 |
| 2195 | 2025-09-23T03:51:10.193Z | Compiling unarray v0.1.4 |
| 2196 | 2025-09-23T03:51:10.267Z | Compiling take_mut v0.2.2 |
| 2197 | 2025-09-23T03:51:10.329Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2198 | 2025-09-23T03:51:10.431Z | Compiling typeid v1.0.3 |
| 2199 | 2025-09-23T03:51:10.495Z | Compiling pretty-hex v0.2.1 |
| 2200 | 2025-09-23T03:51:10.710Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2201 | 2025-09-23T03:51:10.984Z | Compiling proptest v1.7.0 |
| 2202 | 2025-09-23T03:51:11.173Z | Compiling toml v0.9.5 |
| 2203 | 2025-09-23T03:51:13.179Z | Compiling progenitor v0.9.1 |
| 2204 | 2025-09-23T03:51:13.291Z | Compiling slog-term v2.9.2 |
| 2205 | 2025-09-23T03:51:13.436Z | Compiling async-stream v0.3.6 |
| 2206 | 2025-09-23T03:51:13.784Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2207 | 2025-09-23T03:51:14.641Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2208 | 2025-09-23T03:51:14.870Z | Compiling tokio-rustls v0.25.0 |
| 2209 | 2025-09-23T03:51:15.386Z | Compiling test-strategy v0.4.3 |
| 2210 | 2025-09-23T03:51:15.426Z | Compiling slog-bunyan v2.5.0 |
| 2211 | 2025-09-23T03:51:15.902Z | Compiling serde_with_macros v3.14.0 |
| 2212 | 2025-09-23T03:51:18.222Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2213 | 2025-09-23T03:51:18.445Z | Compiling rayon v1.10.0 |
| 2214 | 2025-09-23T03:51:18.547Z | Compiling parse-display-derive v0.10.0 |
| 2215 | 2025-09-23T03:51:19.356Z | Compiling colored v2.2.0 |
| 2216 | 2025-09-23T03:51:20.622Z | Compiling waitgroup v0.1.2 |
| 2217 | 2025-09-23T03:51:20.786Z | Compiling rustls-pemfile v2.2.0 |
| 2218 | 2025-09-23T03:51:20.906Z | Compiling dropshot_endpoint v0.16.4 |
| 2219 | 2025-09-23T03:51:21.276Z | Compiling hashbrown v0.16.0 |
| 2220 | 2025-09-23T03:51:21.988Z | Compiling serde_path_to_error v0.1.17 |
| 2221 | 2025-09-23T03:51:22.710Z | Compiling derive-where v1.5.0 |
| 2222 | 2025-09-23T03:51:22.998Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2223 | 2025-09-23T03:51:23.758Z | Compiling hostname v0.4.0 |
| 2224 | 2025-09-23T03:51:23.808Z | Compiling instant v0.1.13 |
| 2225 | 2025-09-23T03:51:24.044Z | Compiling debug-ignore v1.0.5 |
| 2226 | 2025-09-23T03:51:24.072Z | Compiling heck v0.4.1 |
| 2227 | 2025-09-23T03:51:24.210Z | Compiling foldhash v0.2.0 |
| 2228 | 2025-09-23T03:51:24.485Z | Compiling zone_cfg_derive v0.3.0 |
| 2229 | 2025-09-23T03:51:24.790Z | Compiling iddqd v0.3.13 |
| 2230 | 2025-09-23T03:51:25.480Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2231 | 2025-09-23T03:51:25.760Z | Compiling backoff v0.4.0 |
| 2232 | 2025-09-23T03:51:25.890Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2233 | 2025-09-23T03:51:26.141Z | Compiling parse-display v0.10.0 |
| 2234 | 2025-09-23T03:51:26.647Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2235 | 2025-09-23T03:51:28.020Z | Compiling serde_with v3.14.0 |
| 2236 | 2025-09-23T03:51:28.521Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2237 | 2025-09-23T03:51:29.287Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2238 | 2025-09-23T03:51:29.905Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2239 | 2025-09-23T03:51:30.775Z | Compiling camino-tempfile v1.4.1 |
| 2240 | 2025-09-23T03:51:31.205Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2241 | 2025-09-23T03:51:31.517Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2242 | 2025-09-23T03:51:31.590Z | Compiling progenitor-client v0.10.0 |
| 2243 | 2025-09-23T03:51:31.673Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2244 | 2025-09-23T03:51:32.534Z | Compiling num-derive v0.4.2 |
| 2245 | 2025-09-23T03:51:32.595Z | Compiling sigpipe v0.1.3 |
| 2246 | 2025-09-23T03:51:32.759Z | Compiling libefi-sys v0.1.0 |
| 2247 | 2025-09-23T03:51:33.151Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2248 | 2025-09-23T03:51:33.512Z | Compiling jiff v0.2.15 |
| 2249 | 2025-09-23T03:51:34.665Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2250 | 2025-09-23T03:51:35.278Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2251 | 2025-09-23T03:51:35.385Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2252 | 2025-09-23T03:51:35.898Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2253 | 2025-09-23T03:51:36.206Z | Compiling erased-serde v0.4.6 |
| 2254 | 2025-09-23T03:51:37.740Z | Compiling zone v0.3.1 |
| 2255 | 2025-09-23T03:51:38.992Z | Compiling smf v0.2.3 |
| 2256 | 2025-09-23T03:51:40.797Z | Compiling bitfield-struct v0.6.2 |
| 2257 | 2025-09-23T03:51:41.581Z | Compiling ordered-float v2.10.1 |
| 2258 | 2025-09-23T03:51:41.612Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2259 | 2025-09-23T03:51:41.773Z | Compiling blake3 v1.5.4 |
| 2260 | 2025-09-23T03:51:42.061Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2261 | 2025-09-23T03:51:42.103Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2262 | 2025-09-23T03:51:42.224Z | Compiling serde-value v0.7.0 |
| 2263 | 2025-09-23T03:51:42.928Z | Compiling serde-untagged v0.1.7 |
| 2264 | 2025-09-23T03:51:43.466Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2265 | 2025-09-23T03:51:43.739Z | Compiling toml v0.8.23 |
| 2266 | 2025-09-23T03:51:43.765Z | Compiling xattr v1.3.1 |
| 2267 | 2025-09-23T03:51:44.115Z | Compiling memmap2 v0.9.5 |
| 2268 | 2025-09-23T03:51:44.595Z | Compiling filetime v0.2.25 |
| 2269 | 2025-09-23T03:51:44.689Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2270 | 2025-09-23T03:51:44.845Z | Compiling arrayvec v0.7.6 |
| 2271 | 2025-09-23T03:51:44.978Z | Compiling unicode-width v0.2.0 |
| 2272 | 2025-09-23T03:51:45.356Z | Compiling arrayref v0.3.9 |
| 2273 | 2025-09-23T03:51:45.494Z | Compiling constant_time_eq v0.3.1 |
| 2274 | 2025-09-23T03:51:45.656Z | Compiling same-file v1.0.6 |
| 2275 | 2025-09-23T03:51:45.721Z | Compiling unicode-xid v0.2.6 |
| 2276 | 2025-09-23T03:51:45.963Z | Compiling walkdir v2.5.0 |
| 2277 | 2025-09-23T03:51:46.003Z | Compiling cargo-util-schemas v0.8.2 |
| 2278 | 2025-09-23T03:51:47.303Z | Compiling console v0.16.0 |
| 2279 | 2025-09-23T03:51:47.532Z | Compiling tar v0.4.44 |
| 2280 | 2025-09-23T03:51:49.357Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2281 | 2025-09-23T03:51:50.622Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2282 | 2025-09-23T03:51:50.839Z | Compiling tokio-dtrace v0.1.0 |
| 2283 | 2025-09-23T03:51:51.073Z | Compiling gethostname v0.5.0 |
| 2284 | 2025-09-23T03:51:51.312Z | Compiling cargo-platform v0.2.0 |
| 2285 | 2025-09-23T03:51:51.337Z | Compiling fixedbitset v0.5.7 |
| 2286 | 2025-09-23T03:51:51.368Z | Compiling topological-sort v0.2.2 |
| 2287 | 2025-09-23T03:51:51.676Z | Compiling unit-prefix v0.5.1 |
| 2288 | 2025-09-23T03:51:51.962Z | Compiling indicatif v0.18.0 |
| 2289 | 2025-09-23T03:51:52.475Z | Compiling petgraph v0.8.2 |
| 2290 | 2025-09-23T03:51:52.499Z | Compiling cargo_metadata v0.21.0 |
| 2291 | 2025-09-23T03:51:53.065Z | Compiling omicron-zone-package v0.12.2 |
| 2292 | 2025-09-23T03:51:55.837Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2293 | 2025-09-23T03:51:57.984Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2294 | 2025-09-23T03:51:58.074Z | Compiling oxide-tokio-rt v0.1.2 |
| 2295 | 2025-09-23T03:51:58.300Z | Compiling indent_write v2.2.0 |
| 2296 | 2025-09-23T03:51:58.577Z | Compiling shell-words v1.1.0 |
| 2297 | 2025-09-23T03:51:58.673Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2298 | 2025-09-23T03:52:00.529Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2299 | 2025-09-23T03:52:20.356Z | Finished `release` profile [optimized] target(s) in 5m 26s |
| 2300 | 2025-09-23T03:52:20.559Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2301 | 2025-09-23T03:52:20.618Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2302 | 2025-09-23T03:52:20.621Z | Created new build target 'test' and set it as active |
| 2303 | 2025-09-23T03:52:20.621Z | |
| 2304 | 2025-09-23T03:52:20.621Z | real 5:26.419400181 |
| 2305 | 2025-09-23T03:52:20.621Z | user 37:39.086448089 |
| 2306 | 2025-09-23T03:52:20.622Z | sys 3:46.789548650 |
| 2307 | 2025-09-23T03:52:20.622Z | trap 1.177696034 |
| 2308 | 2025-09-23T03:52:20.622Z | tflt 1.947006128 |
| 2309 | 2025-09-23T03:52:20.622Z | dflt 1.248546533 |
| 2310 | 2025-09-23T03:52:20.622Z | kflt 0.000188090 |
| 2311 | 2025-09-23T03:52:20.622Z | lock 1:46:50.048073675 |
| 2312 | 2025-09-23T03:52:20.622Z | slp 2:33:46.747019230 |
| 2313 | 2025-09-23T03:52:20.622Z | lat 3:08.499613607 |
| 2314 | 2025-09-23T03:52:20.622Z | stop 5:41.637004767 |
| 2315 | 2025-09-23T03:52:20.622Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2316 | 2025-09-23T03:52:21.838Z | Finished `release` profile [optimized] target(s) in 1.15s |
| 2317 | 2025-09-23T03:52:21.899Z | Running `target/release/omicron-package -t test package` |
| 2318 | 2025-09-23T03:52:21.953Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2319 | 2025-09-23T03:52:23.785Z | Compiling typify-impl v0.4.3 |
| 2320 | 2025-09-23T03:52:24.022Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2321 | 2025-09-23T03:52:24.025Z | Compiling camino v1.2.0 |
| 2322 | 2025-09-23T03:52:24.025Z | Compiling is-terminal v0.4.13 |
| 2323 | 2025-09-23T03:52:24.089Z | Compiling fastrand v2.1.1 |
| 2324 | 2025-09-23T03:52:24.092Z | Compiling rustls v0.22.4 |
| 2325 | 2025-09-23T03:52:24.092Z | Compiling thread_local v1.1.8 |
| 2326 | 2025-09-23T03:52:24.192Z | Compiling wait-timeout v0.2.0 |
| 2327 | 2025-09-23T03:52:24.195Z | Compiling quick-error v1.2.3 |
| 2328 | 2025-09-23T03:52:24.247Z | Compiling match_cfg v0.1.0 |
| 2329 | 2025-09-23T03:52:24.356Z | Compiling bit-vec v0.8.0 |
| 2330 | 2025-09-23T03:52:24.386Z | Compiling hostname v0.3.1 |
| 2331 | 2025-09-23T03:52:24.527Z | Compiling tempfile v3.20.0 |
| 2332 | 2025-09-23T03:52:24.598Z | Compiling ref-cast v1.0.24 |
| 2333 | 2025-09-23T03:52:24.639Z | Compiling multer v3.1.0 |
| 2334 | 2025-09-23T03:52:24.692Z | Compiling slog-async v2.8.0 |
| 2335 | 2025-09-23T03:52:24.732Z | Compiling bit-set v0.8.0 |
| 2336 | 2025-09-23T03:52:24.785Z | Compiling progenitor-client v0.9.1 |
| 2337 | 2025-09-23T03:52:24.816Z | Compiling crossbeam-channel v0.5.15 |
| 2338 | 2025-09-23T03:52:24.936Z | Compiling toml_parser v1.0.2 |
| 2339 | 2025-09-23T03:52:25.031Z | Compiling rusty-fork v0.3.0 |
| 2340 | 2025-09-23T03:52:25.247Z | Compiling slog-json v2.6.1 |
| 2341 | 2025-09-23T03:52:25.333Z | Compiling rand_xorshift v0.4.0 |
| 2342 | 2025-09-23T03:52:25.624Z | Compiling futures-executor v0.3.31 |
| 2343 | 2025-09-23T03:52:25.654Z | Compiling toml_datetime v0.7.0 |
| 2344 | 2025-09-23T03:52:25.657Z | Compiling hex v0.4.3 |
| 2345 | 2025-09-23T03:52:25.755Z | Compiling serde_spanned v1.0.0 |
| 2346 | 2025-09-23T03:52:26.043Z | Compiling convert_case v0.4.0 |
| 2347 | 2025-09-23T03:52:26.092Z | Compiling unarray v0.1.4 |
| 2348 | 2025-09-23T03:52:26.211Z | Compiling toml_writer v1.0.2 |
| 2349 | 2025-09-23T03:52:26.241Z | Compiling term v1.1.0 |
| 2350 | 2025-09-23T03:52:26.271Z | Compiling take_mut v0.2.2 |
| 2351 | 2025-09-23T03:52:26.303Z | Compiling proptest v1.7.0 |
| 2352 | 2025-09-23T03:52:26.654Z | Compiling toml v0.9.5 |
| 2353 | 2025-09-23T03:52:26.684Z | Compiling derive_more v0.99.20 |
| 2354 | 2025-09-23T03:52:27.325Z | Compiling slog-term v2.9.2 |
| 2355 | 2025-09-23T03:52:27.354Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2356 | 2025-09-23T03:52:27.552Z | Compiling futures v0.3.31 |
| 2357 | 2025-09-23T03:52:27.705Z | Compiling slog-bunyan v2.5.0 |
| 2358 | 2025-09-23T03:52:27.959Z | Compiling progenitor v0.9.1 |
| 2359 | 2025-09-23T03:52:28.639Z | Compiling tokio-rustls v0.25.0 |
| 2360 | 2025-09-23T03:52:29.051Z | Compiling dropshot v0.16.4 |
| 2361 | 2025-09-23T03:52:29.101Z | Compiling async-stream v0.3.6 |
| 2362 | 2025-09-23T03:52:29.139Z | Compiling waitgroup v0.1.2 |
| 2363 | 2025-09-23T03:52:29.366Z | Compiling rustls-pemfile v2.2.0 |
| 2364 | 2025-09-23T03:52:29.399Z | Compiling hashbrown v0.16.0 |
| 2365 | 2025-09-23T03:52:29.402Z | Compiling serde_path_to_error v0.1.17 |
| 2366 | 2025-09-23T03:52:29.707Z | Compiling hostname v0.4.0 |
| 2367 | 2025-09-23T03:52:29.955Z | Compiling instant v0.1.13 |
| 2368 | 2025-09-23T03:52:30.160Z | Compiling debug-ignore v1.0.5 |
| 2369 | 2025-09-23T03:52:30.240Z | Compiling foldhash v0.2.0 |
| 2370 | 2025-09-23T03:52:30.591Z | Compiling iddqd v0.3.13 |
| 2371 | 2025-09-23T03:52:30.663Z | Compiling backoff v0.4.0 |
| 2372 | 2025-09-23T03:52:31.050Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2373 | 2025-09-23T03:52:31.695Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2374 | 2025-09-23T03:52:32.119Z | Compiling parse-display v0.10.0 |
| 2375 | 2025-09-23T03:52:32.642Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2376 | 2025-09-23T03:52:32.722Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2377 | 2025-09-23T03:52:32.773Z | Compiling serde_with v3.14.0 |
| 2378 | 2025-09-23T03:52:32.938Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2379 | 2025-09-23T03:52:32.993Z | Compiling progenitor-client v0.10.0 |
| 2380 | 2025-09-23T03:52:33.045Z | Compiling typify-macro v0.4.3 |
| 2381 | 2025-09-23T03:52:33.542Z | Compiling num-rational v0.4.2 |
| 2382 | 2025-09-23T03:52:33.639Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2383 | 2025-09-23T03:52:33.776Z | Compiling num-complex v0.4.6 |
| 2384 | 2025-09-23T03:52:34.808Z | Compiling macaddr v1.0.1 |
| 2385 | 2025-09-23T03:52:34.912Z | Compiling num v0.4.3 |
| 2386 | 2025-09-23T03:52:35.523Z | Compiling float-ord v0.3.2 |
| 2387 | 2025-09-23T03:52:35.849Z | Compiling toml v0.8.23 |
| 2388 | 2025-09-23T03:52:35.950Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2389 | 2025-09-23T03:52:36.453Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2390 | 2025-09-23T03:52:36.495Z | Compiling typify v0.4.3 |
| 2391 | 2025-09-23T03:52:36.703Z | Compiling progenitor-impl v0.10.0 |
| 2392 | 2025-09-23T03:52:37.356Z | Compiling prettyplease v0.2.36 |
| 2393 | 2025-09-23T03:52:37.388Z | Compiling bytecount v0.6.8 |
| 2394 | 2025-09-23T03:52:37.746Z | Compiling secrecy v0.10.3 |
| 2395 | 2025-09-23T03:52:37.955Z | Compiling console v0.15.10 |
| 2396 | 2025-09-23T03:52:38.042Z | Compiling itertools v0.13.0 |
| 2397 | 2025-09-23T03:52:38.700Z | Compiling swrite v0.1.0 |
| 2398 | 2025-09-23T03:52:38.892Z | Compiling password-hash v0.5.0 |
| 2399 | 2025-09-23T03:52:40.891Z | Compiling blake2 v0.10.6 |
| 2400 | 2025-09-23T03:52:41.078Z | Compiling slog-dtrace v0.3.0 |
| 2401 | 2025-09-23T03:52:41.467Z | Compiling argon2 v0.5.3 |
| 2402 | 2025-09-23T03:52:41.693Z | Compiling base64 v0.21.7 |
| 2403 | 2025-09-23T03:52:42.134Z | Compiling atomicwrites v0.4.4 |
| 2404 | 2025-09-23T03:52:42.450Z | Compiling progenitor-macro v0.10.0 |
| 2405 | 2025-09-23T03:52:42.692Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2406 | 2025-09-23T03:52:42.848Z | Compiling newline-converter v0.3.0 |
| 2407 | 2025-09-23T03:52:43.116Z | Compiling expectorate v1.2.0 |
| 2408 | 2025-09-23T03:52:43.526Z | Compiling resolv-conf v0.7.0 |
| 2409 | 2025-09-23T03:52:43.783Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2410 | 2025-09-23T03:52:44.784Z | Compiling owo-colors v4.2.2 |
| 2411 | 2025-09-23T03:52:45.011Z | Compiling cancel-safe-futures v0.1.5 |
| 2412 | 2025-09-23T03:52:45.494Z | Compiling libsw-core v0.3.1 |
| 2413 | 2025-09-23T03:52:45.524Z | Compiling linked-hash-map v0.5.6 |
| 2414 | 2025-09-23T03:52:45.843Z | Compiling libsw v3.5.0 |
| 2415 | 2025-09-23T03:52:45.985Z | Compiling lru-cache v0.1.2 |
| 2416 | 2025-09-23T03:52:46.969Z | Compiling unicode-xid v0.2.6 |
| 2417 | 2025-09-23T03:52:47.199Z | Compiling linear-map v1.2.0 |
| 2418 | 2025-09-23T03:52:47.677Z | Compiling hickory-proto v0.24.4 |
| 2419 | 2025-09-23T03:52:48.840Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2420 | 2025-09-23T03:52:53.436Z | Compiling progenitor v0.10.0 |
| 2421 | 2025-09-23T03:52:53.468Z | Compiling async-recursion v1.1.1 |
| 2422 | 2025-09-23T03:52:53.712Z | Compiling hickory-resolver v0.24.4 |
| 2423 | 2025-09-23T03:52:54.844Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2424 | 2025-09-23T03:52:56.108Z | Compiling globset v0.4.15 |
| 2425 | 2025-09-23T03:52:59.101Z | Compiling convert_case v0.7.1 |
| 2426 | 2025-09-23T03:52:59.838Z | Compiling utf-8 v0.7.6 |
| 2427 | 2025-09-23T03:53:00.237Z | Compiling derive_more-impl v2.0.1 |
| 2428 | 2025-09-23T03:53:01.936Z | Compiling qorb v0.4.1 |
| 2429 | 2025-09-23T03:53:01.999Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2430 | 2025-09-23T03:53:07.747Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2431 | 2025-09-23T03:53:08.334Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2432 | 2025-09-23T03:53:09.293Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2433 | 2025-09-23T03:53:12.841Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2434 | 2025-09-23T03:53:13.635Z | Compiling derive_more v2.0.1 |
| 2435 | 2025-09-23T03:53:13.669Z | Compiling pin-project-internal v1.1.6 |
| 2436 | 2025-09-23T03:53:13.802Z | Compiling vte_generate_state_changes v0.1.2 |
| 2437 | 2025-09-23T03:53:14.519Z | Compiling termtree v0.5.1 |
| 2438 | 2025-09-23T03:53:14.851Z | Compiling keccak v0.1.5 |
| 2439 | 2025-09-23T03:53:15.775Z | Compiling siphasher v1.0.1 |
| 2440 | 2025-09-23T03:53:16.116Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2441 | 2025-09-23T03:53:16.141Z | Compiling pin-project v1.1.6 |
| 2442 | 2025-09-23T03:53:16.232Z | Compiling phf_shared v0.12.1 |
| 2443 | 2025-09-23T03:53:16.326Z | Compiling sha3 v0.10.8 |
| 2444 | 2025-09-23T03:53:16.728Z | Compiling vte v0.11.1 |
| 2445 | 2025-09-23T03:53:17.204Z | Compiling crossterm v0.29.0 |
| 2446 | 2025-09-23T03:53:18.087Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2447 | 2025-09-23T03:53:20.172Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2448 | 2025-09-23T03:53:21.245Z | Compiling pem v3.0.5 |
| 2449 | 2025-09-23T03:53:21.346Z | Compiling snafu-derive v0.8.5 |
| 2450 | 2025-09-23T03:53:22.673Z | Compiling chrono-tz v0.10.4 |
| 2451 | 2025-09-23T03:53:23.117Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2452 | 2025-09-23T03:53:23.295Z | Compiling strip-ansi-escapes v0.2.0 |
| 2453 | 2025-09-23T03:53:23.604Z | Compiling phf v0.12.1 |
| 2454 | 2025-09-23T03:53:23.977Z | Compiling const_format_proc_macros v0.2.34 |
| 2455 | 2025-09-23T03:53:24.013Z | Compiling papergrid v0.11.0 |
| 2456 | 2025-09-23T03:53:24.768Z | Compiling tabled_derive v0.7.0 |
| 2457 | 2025-09-23T03:53:25.371Z | Compiling olpc-cjson v0.1.4 |
| 2458 | 2025-09-23T03:53:25.644Z | Compiling snafu v0.8.5 |
| 2459 | 2025-09-23T03:53:25.724Z | Compiling fd-lock v4.0.2 |
| 2460 | 2025-09-23T03:53:25.817Z | Compiling peg-macros v0.8.5 |
| 2461 | 2025-09-23T03:53:26.001Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2462 | 2025-09-23T03:53:26.768Z | Compiling csv-core v0.1.11 |
| 2463 | 2025-09-23T03:53:26.813Z | Compiling serde_plain v1.0.2 |
| 2464 | 2025-09-23T03:53:26.816Z | Compiling highway v1.3.0 |
| 2465 | 2025-09-23T03:53:27.033Z | Compiling nu-ansi-term v0.50.1 |
| 2466 | 2025-09-23T03:53:27.435Z | Compiling typed-path v0.9.3 |
| 2467 | 2025-09-23T03:53:27.685Z | Compiling reedline v0.40.0 |
| 2468 | 2025-09-23T03:53:28.247Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2469 | 2025-09-23T03:53:28.387Z | Compiling csv v1.3.1 |
| 2470 | 2025-09-23T03:53:28.884Z | Compiling peg v0.8.5 |
| 2471 | 2025-09-23T03:53:29.089Z | Compiling tabled v0.15.0 |
| 2472 | 2025-09-23T03:53:30.510Z | Compiling tough v0.20.0 |
| 2473 | 2025-09-23T03:53:32.004Z | Compiling const_format v0.2.34 |
| 2474 | 2025-09-23T03:53:33.228Z | Compiling tungstenite v0.21.0 |
| 2475 | 2025-09-23T03:53:34.037Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2476 | 2025-09-23T03:53:36.819Z | Compiling bcs v0.1.6 |
| 2477 | 2025-09-23T03:53:37.667Z | Compiling half v2.4.1 |
| 2478 | 2025-09-23T03:53:38.115Z | Compiling semver v0.1.20 |
| 2479 | 2025-09-23T03:53:38.379Z | Compiling ciborium-io v0.2.2 |
| 2480 | 2025-09-23T03:53:38.568Z | Compiling ciborium-ll v0.2.2 |
| 2481 | 2025-09-23T03:53:38.663Z | Compiling rustc_version v0.1.7 |
| 2482 | 2025-09-23T03:53:39.109Z | Compiling tokio-tungstenite v0.21.0 |
| 2483 | 2025-09-23T03:53:39.114Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2484 | 2025-09-23T03:53:39.792Z | Compiling newtype_derive v0.1.6 |
| 2485 | 2025-09-23T03:53:40.179Z | Compiling ciborium v0.2.2 |
| 2486 | 2025-09-23T03:53:42.191Z | Compiling humantime v2.2.0 |
| 2487 | 2025-09-23T03:53:43.012Z | Compiling smawk v0.3.2 |
| 2488 | 2025-09-23T03:53:43.050Z | Compiling unicode-linebreak v0.1.5 |
| 2489 | 2025-09-23T03:53:43.614Z | Compiling textwrap v0.16.2 |
| 2490 | 2025-09-23T03:53:43.644Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2491 | 2025-09-23T03:53:44.214Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2492 | 2025-09-23T03:53:44.487Z | Compiling universal-hash v0.5.1 |
| 2493 | 2025-09-23T03:53:45.998Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2494 | 2025-09-23T03:53:46.675Z | Compiling opaque-debug v0.3.1 |
| 2495 | 2025-09-23T03:53:46.824Z | Compiling poly1305 v0.8.0 |
| 2496 | 2025-09-23T03:53:47.308Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2497 | 2025-09-23T03:53:47.625Z | Compiling steno v0.4.1 |
| 2498 | 2025-09-23T03:53:48.050Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2499 | 2025-09-23T03:53:48.257Z | Compiling chacha20 v0.9.1 |
| 2500 | 2025-09-23T03:53:48.344Z | Compiling thiserror-no-std v2.0.2 |
| 2501 | 2025-09-23T03:53:48.428Z | Compiling aead v0.5.2 |
| 2502 | 2025-09-23T03:53:48.513Z | Compiling vsss-rs v3.3.4 |
| 2503 | 2025-09-23T03:53:48.743Z | Compiling chacha20poly1305 v0.10.1 |
| 2504 | 2025-09-23T03:53:48.891Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2505 | 2025-09-23T03:53:49.022Z | Compiling moka v0.12.10 |
| 2506 | 2025-09-23T03:53:49.473Z | Compiling tagptr v0.2.0 |
| 2507 | 2025-09-23T03:53:49.879Z | Compiling derive_builder_core v0.20.2 |
| 2508 | 2025-09-23T03:53:51.884Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2509 | 2025-09-23T03:53:51.917Z | Compiling derive_builder_macro v0.20.2 |
| 2510 | 2025-09-23T03:53:52.800Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2511 | 2025-09-23T03:53:53.053Z | Compiling hickory-resolver v0.25.2 |
| 2512 | 2025-09-23T03:53:53.112Z | Compiling nix v0.30.1 |
| 2513 | 2025-09-23T03:53:53.946Z | Compiling vergen-lib v0.1.6 |
| 2514 | 2025-09-23T03:53:54.338Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2515 | 2025-09-23T03:54:01.704Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2516 | 2025-09-23T03:54:01.912Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2517 | 2025-09-23T03:54:02.959Z | Compiling display-error-chain v0.2.2 |
| 2518 | 2025-09-23T03:54:03.346Z | Compiling derive_builder v0.20.2 |
| 2519 | 2025-09-23T03:54:03.592Z | Compiling vergen v9.0.6 |
| 2520 | 2025-09-23T03:54:03.977Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2521 | 2025-09-23T03:54:04.818Z | Compiling proc-macro-error2 v2.0.1 |
| 2522 | 2025-09-23T03:54:07.348Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2523 | 2025-09-23T03:54:07.780Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2524 | 2025-09-23T03:54:09.113Z | Compiling vergen-gitcl v1.0.8 |
| 2525 | 2025-09-23T03:54:09.145Z | Compiling dirs-sys-next v0.1.2 |
| 2526 | 2025-09-23T03:54:09.499Z | Compiling maplit v1.0.2 |
| 2527 | 2025-09-23T03:54:09.621Z | Compiling crunchy v0.2.2 |
| 2528 | 2025-09-23T03:54:09.671Z | Compiling radium v0.7.0 |
| 2529 | 2025-09-23T03:54:10.245Z | Compiling dirs-next v2.0.0 |
| 2530 | 2025-09-23T03:54:10.439Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2531 | 2025-09-23T03:54:10.489Z | Compiling dsl_auto_type v0.1.2 |
| 2532 | 2025-09-23T03:54:11.724Z | Compiling scheduled-thread-pool v0.2.7 |
| 2533 | 2025-09-23T03:54:12.546Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2534 | 2025-09-23T03:54:12.971Z | Compiling tap v1.0.1 |
| 2535 | 2025-09-23T03:54:13.003Z | Compiling maybe-uninit v2.0.0 |
| 2536 | 2025-09-23T03:54:13.218Z | Compiling tiny-keccak v2.0.2 |
| 2537 | 2025-09-23T03:54:13.644Z | Compiling wyz v0.5.1 |
| 2538 | 2025-09-23T03:54:13.684Z | Compiling diesel_derives v2.2.3 |
| 2539 | 2025-09-23T03:54:14.141Z | Compiling r2d2 v0.8.10 |
| 2540 | 2025-09-23T03:54:14.644Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2541 | 2025-09-23T03:54:16.702Z | Compiling term v0.7.0 |
| 2542 | 2025-09-23T03:54:18.865Z | Compiling num-derive v0.3.3 |
| 2543 | 2025-09-23T03:54:19.920Z | Compiling zerocopy-derive v0.6.6 |
| 2544 | 2025-09-23T03:54:20.901Z | Compiling bit-vec v0.6.3 |
| 2545 | 2025-09-23T03:54:21.360Z | Compiling packed_struct v0.10.1 |
| 2546 | 2025-09-23T03:54:21.626Z | Compiling crc-catalog v2.4.0 |
| 2547 | 2025-09-23T03:54:21.830Z | Compiling funty v2.0.0 |
| 2548 | 2025-09-23T03:54:21.905Z | Compiling crc v3.2.1 |
| 2549 | 2025-09-23T03:54:23.680Z | Compiling diesel v2.2.12 |
| 2550 | 2025-09-23T03:54:23.940Z | Compiling bitvec v1.0.1 |
| 2551 | 2025-09-23T03:54:28.313Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2552 | 2025-09-23T03:54:35.440Z | Compiling zerocopy v0.6.6 |
| 2553 | 2025-09-23T03:54:36.310Z | Compiling bit-set v0.5.3 |
| 2554 | 2025-09-23T03:54:36.647Z | Compiling libscf-sys v1.1.0 |
| 2555 | 2025-09-23T03:54:37.415Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2556 | 2025-09-23T03:54:37.845Z | Compiling ascii-canvas v3.0.0 |
| 2557 | 2025-09-23T03:54:38.486Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2558 | 2025-09-23T03:54:39.523Z | Compiling packed_struct_codegen v0.10.1 |
| 2559 | 2025-09-23T03:54:40.777Z | Compiling ena v0.14.3 |
| 2560 | 2025-09-23T03:54:41.252Z | Compiling bitfield-macros v0.19.2 |
| 2561 | 2025-09-23T03:54:41.797Z | Compiling indexmap v1.9.3 |
| 2562 | 2025-09-23T03:54:42.204Z | Compiling nodrop v0.1.14 |
| 2563 | 2025-09-23T03:54:42.385Z | Compiling diff v0.1.13 |
| 2564 | 2025-09-23T03:54:42.532Z | Compiling regex-syntax v0.6.29 |
| 2565 | 2025-09-23T03:54:42.661Z | Compiling bindgen v0.71.1 |
| 2566 | 2025-09-23T03:54:42.854Z | Compiling arc-swap v1.7.1 |
| 2567 | 2025-09-23T03:54:43.216Z | Compiling bitfield v0.19.2 |
| 2568 | 2025-09-23T03:54:43.566Z | Compiling slog-scope v4.4.0 |
| 2569 | 2025-09-23T03:54:43.717Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2570 | 2025-09-23T03:54:44.230Z | Compiling array-init v0.0.4 |
| 2571 | 2025-09-23T03:54:45.362Z | Compiling smallvec v0.6.14 |
| 2572 | 2025-09-23T03:54:45.912Z | Compiling lalrpop v0.19.12 |
| 2573 | 2025-09-23T03:54:47.237Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2574 | 2025-09-23T03:54:48.693Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2575 | 2025-09-23T03:54:48.725Z | Compiling tabled_derive v0.11.0 |
| 2576 | 2025-09-23T03:54:51.133Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2577 | 2025-09-23T03:54:51.404Z | Compiling papergrid v0.17.0 |
| 2578 | 2025-09-23T03:54:52.247Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2579 | 2025-09-23T03:54:52.632Z | Compiling testing_table v0.3.0 |
| 2580 | 2025-09-23T03:54:53.491Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2581 | 2025-09-23T03:54:55.479Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2582 | 2025-09-23T03:54:55.754Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2583 | 2025-09-23T03:54:56.155Z | Compiling hashbrown v0.12.3 |
| 2584 | 2025-09-23T03:54:56.974Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2585 | 2025-09-23T03:54:58.553Z | Compiling tabled v0.20.0 |
| 2586 | 2025-09-23T03:55:03.974Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2587 | 2025-09-23T03:55:05.163Z | Compiling serde-hex v0.1.0 |
| 2588 | 2025-09-23T03:55:06.970Z | Compiling polar-core v0.27.3 |
| 2589 | 2025-09-23T03:55:08.906Z | Compiling slog-stdlog v4.1.1 |
| 2590 | 2025-09-23T03:55:08.913Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2591 | 2025-09-23T03:55:08.913Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2592 | 2025-09-23T03:55:08.915Z | Compiling ron v0.8.1 |
| 2593 | 2025-09-23T03:55:09.825Z | Compiling hashbrown v0.13.2 |
| 2594 | 2025-09-23T03:55:09.878Z | Compiling headers-core v0.3.0 |
| 2595 | 2025-09-23T03:55:11.333Z | Compiling libxml v0.3.3 |
| 2596 | 2025-09-23T03:55:11.348Z | Compiling crc-any v2.5.0 |
| 2597 | 2025-09-23T03:55:11.348Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2598 | 2025-09-23T03:55:11.348Z | Compiling object v0.30.4 |
| 2599 | 2025-09-23T03:55:11.364Z | Compiling headers v0.4.1 |
| 2600 | 2025-09-23T03:55:14.299Z | Compiling slog-envlogger v2.2.0 |
| 2601 | 2025-09-23T03:55:14.805Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2602 | 2025-09-23T03:55:20.224Z | Compiling samael v0.0.19 |
| 2603 | 2025-09-23T03:55:21.886Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2604 | 2025-09-23T03:55:22.141Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2605 | 2025-09-23T03:55:22.294Z | Compiling strum_macros v0.24.3 |
| 2606 | 2025-09-23T03:55:22.502Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2607 | 2025-09-23T03:55:22.685Z | Compiling path-slash v0.1.5 |
| 2608 | 2025-09-23T03:55:22.982Z | Compiling indoc v1.0.9 |
| 2609 | 2025-09-23T03:55:23.323Z | Compiling crc8 v0.1.1 |
| 2610 | 2025-09-23T03:55:23.681Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2611 | 2025-09-23T03:55:27.298Z | Compiling progenitor-impl v0.11.0 |
| 2612 | 2025-09-23T03:55:28.772Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2613 | 2025-09-23T03:55:29.005Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2614 | 2025-09-23T03:55:29.154Z | Compiling oso-derive v0.27.3 |
| 2615 | 2025-09-23T03:55:30.131Z | Compiling quick-xml v0.37.2 |
| 2616 | 2025-09-23T03:55:31.111Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2617 | 2025-09-23T03:55:32.976Z | Compiling progenitor-macro v0.11.0 |
| 2618 | 2025-09-23T03:55:34.482Z | Compiling progenitor-client v0.11.0 |
| 2619 | 2025-09-23T03:55:35.491Z | Compiling oso v0.27.3 |
| 2620 | 2025-09-23T03:55:38.080Z | Compiling diesel-dtrace v0.4.2 |
| 2621 | 2025-09-23T03:55:38.577Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2622 | 2025-09-23T03:55:44.156Z | Compiling progenitor v0.11.0 |
| 2623 | 2025-09-23T03:55:44.443Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2624 | 2025-09-23T03:55:51.214Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2625 | 2025-09-23T03:55:51.593Z | Compiling bb8 v0.8.5 |
| 2626 | 2025-09-23T03:55:52.038Z | Compiling unicase v2.7.0 |
| 2627 | 2025-09-23T03:55:52.255Z | Compiling xshell-macros v0.2.7 |
| 2628 | 2025-09-23T03:55:52.411Z | Compiling async-bb8-diesel v0.2.1 |
| 2629 | 2025-09-23T03:55:52.987Z | Compiling xshell v0.2.7 |
| 2630 | 2025-09-23T03:55:53.273Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2631 | 2025-09-23T03:55:56.438Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2632 | 2025-09-23T03:55:57.196Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2633 | 2025-09-23T03:55:57.585Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2634 | 2025-09-23T03:56:05.102Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2635 | 2025-09-23T03:56:05.710Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2636 | 2025-09-23T03:56:08.614Z | Compiling typify-impl v0.2.0 |
| 2637 | 2025-09-23T03:56:08.894Z | Compiling fxhash v0.2.1 |
| 2638 | 2025-09-23T03:56:09.190Z | Compiling libz-sys v1.1.20 |
| 2639 | 2025-09-23T03:56:09.869Z | Compiling half v1.8.3 |
| 2640 | 2025-09-23T03:56:10.865Z | Compiling serde_cbor v0.11.2 |
| 2641 | 2025-09-23T03:56:13.576Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2642 | 2025-09-23T03:56:16.316Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2643 | 2025-09-23T03:56:17.708Z | Compiling typify-macro v0.2.0 |
| 2644 | 2025-09-23T03:56:20.956Z | Compiling kstat-rs v0.2.4 |
| 2645 | 2025-09-23T03:56:21.145Z | Compiling fs-err v2.11.0 |
| 2646 | 2025-09-23T03:56:21.540Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2647 | 2025-09-23T03:56:21.974Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2648 | 2025-09-23T03:56:22.444Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2649 | 2025-09-23T03:56:25.663Z | Compiling nanorand v0.7.0 |
| 2650 | 2025-09-23T03:56:26.421Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2651 | 2025-09-23T03:56:27.216Z | Compiling parking_lot_core v0.8.6 |
| 2652 | 2025-09-23T03:56:32.939Z | Compiling flume v0.11.1 |
| 2653 | 2025-09-23T03:56:33.655Z | Compiling mime_guess v2.0.5 |
| 2654 | 2025-09-23T03:56:36.698Z | Compiling tabled_derive v0.10.0 |
| 2655 | 2025-09-23T03:56:38.728Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2656 | 2025-09-23T03:56:39.060Z | Compiling ignore v0.4.23 |
| 2657 | 2025-09-23T03:56:40.392Z | Compiling papergrid v0.14.0 |
| 2658 | 2025-09-23T03:56:40.619Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2659 | 2025-09-23T03:56:43.801Z | Compiling castaway v0.2.3 |
| 2660 | 2025-09-23T03:56:44.036Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2661 | 2025-09-23T03:56:44.432Z | Compiling parse-size v1.1.0 |
| 2662 | 2025-09-23T03:56:44.795Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2663 | 2025-09-23T03:56:45.945Z | Compiling compact_str v0.8.0 |
| 2664 | 2025-09-23T03:56:48.233Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2665 | 2025-09-23T03:56:49.638Z | Compiling tabled v0.18.0 |
| 2666 | 2025-09-23T03:56:52.965Z | Compiling globwalk v0.9.1 |
| 2667 | 2025-09-23T03:56:55.711Z | Compiling typify v0.2.0 |
| 2668 | 2025-09-23T03:56:55.928Z | Compiling predicates-tree v1.0.12 |
| 2669 | 2025-09-23T03:56:56.817Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2670 | 2025-09-23T03:56:58.216Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2671 | 2025-09-23T03:57:00.730Z | Compiling unicode-truncate v1.1.0 |
| 2672 | 2025-09-23T03:57:03.749Z | Compiling lru v0.12.5 |
| 2673 | 2025-09-23T03:57:04.145Z | Compiling vergen v8.3.2 |
| 2674 | 2025-09-23T03:57:04.533Z | Compiling nibble_vec v0.1.0 |
| 2675 | 2025-09-23T03:57:04.818Z | Compiling cargo-platform v0.1.8 |
| 2676 | 2025-09-23T03:57:08.349Z | Compiling instability v0.3.2 |
| 2677 | 2025-09-23T03:57:09.357Z | Compiling atty v0.2.14 |
| 2678 | 2025-09-23T03:57:09.574Z | Compiling http-range v0.1.5 |
| 2679 | 2025-09-23T03:57:10.169Z | Compiling endian-type v0.1.2 |
| 2680 | 2025-09-23T03:57:10.467Z | Compiling salty v0.3.0 |
| 2681 | 2025-09-23T03:57:10.911Z | Compiling cassowary v0.3.0 |
| 2682 | 2025-09-23T03:57:14.176Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2683 | 2025-09-23T03:57:18.018Z | Compiling indoc v2.0.6 |
| 2684 | 2025-09-23T03:57:18.587Z | Compiling git2 v0.19.0 |
| 2685 | 2025-09-23T03:57:18.878Z | Compiling ratatui v0.29.0 |
| 2686 | 2025-09-23T03:57:21.085Z | Compiling radix_trie v0.2.1 |
| 2687 | 2025-09-23T03:57:22.204Z | Compiling cargo_metadata v0.18.1 |
| 2688 | 2025-09-23T03:57:24.277Z | Compiling camino-tempfile-ext v0.3.2 |
| 2689 | 2025-09-23T03:57:25.052Z | Compiling progenitor-impl v0.8.0 |
| 2690 | 2025-09-23T03:57:25.696Z | Compiling parking_lot v0.11.2 |
| 2691 | 2025-09-23T03:57:28.225Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2692 | 2025-09-23T03:57:30.772Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2693 | 2025-09-23T03:57:33.373Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2694 | 2025-09-23T03:57:33.681Z | Compiling rand_seeder v0.4.0 |
| 2695 | 2025-09-23T03:57:34.138Z | Compiling prefix-trie v0.7.0 |
| 2696 | 2025-09-23T03:57:35.162Z | Compiling lzma-sys v0.1.20 |
| 2697 | 2025-09-23T03:57:35.928Z | Compiling rustls v0.21.12 |
| 2698 | 2025-09-23T03:57:36.416Z | Compiling hickory-server v0.25.2 |
| 2699 | 2025-09-23T03:57:37.826Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2700 | 2025-09-23T03:57:38.003Z | Compiling progenitor-macro v0.8.0 |
| 2701 | 2025-09-23T03:57:38.150Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2702 | 2025-09-23T03:57:38.563Z | Compiling hyper-staticfile v0.10.1 |
| 2703 | 2025-09-23T03:57:41.087Z | Compiling sled v0.34.7 |
| 2704 | 2025-09-23T03:57:42.972Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2705 | 2025-09-23T03:57:49.859Z | Compiling hickory-client v0.25.2 |
| 2706 | 2025-09-23T03:57:51.756Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2707 | 2025-09-23T03:57:52.372Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2708 | 2025-09-23T03:57:52.983Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2709 | 2025-09-23T03:57:56.854Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2710 | 2025-09-23T03:57:59.348Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2711 | 2025-09-23T03:58:02.303Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2712 | 2025-09-23T03:58:02.957Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2713 | 2025-09-23T03:58:03.338Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2714 | 2025-09-23T03:58:04.904Z | Compiling primeorder v0.13.6 |
| 2715 | 2025-09-23T03:58:05.038Z | Compiling progenitor-client v0.8.0 |
| 2716 | 2025-09-23T03:58:05.560Z | Compiling rustls-webpki v0.101.7 |
| 2717 | 2025-09-23T03:58:05.964Z | Compiling sct v0.7.1 |
| 2718 | 2025-09-23T03:58:06.449Z | Compiling heck v0.3.3 |
| 2719 | 2025-09-23T03:58:06.480Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2720 | 2025-09-23T03:58:06.796Z | Compiling void v1.0.2 |
| 2721 | 2025-09-23T03:58:06.975Z | Compiling lzss v0.8.2 |
| 2722 | 2025-09-23T03:58:07.019Z | Compiling zone_cfg_derive v0.1.2 |
| 2723 | 2025-09-23T03:58:08.351Z | Compiling p384 v0.13.0 |
| 2724 | 2025-09-23T03:58:09.155Z | Compiling progenitor v0.8.0 |
| 2725 | 2025-09-23T03:58:09.494Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2726 | 2025-09-23T03:58:09.700Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2727 | 2025-09-23T03:58:10.526Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2728 | 2025-09-23T03:58:14.186Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2729 | 2025-09-23T03:58:15.712Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2730 | 2025-09-23T03:58:16.879Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2731 | 2025-09-23T03:58:18.240Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2732 | 2025-09-23T03:58:21.716Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2733 | 2025-09-23T03:58:22.098Z | Compiling tungstenite v0.23.0 |
| 2734 | 2025-09-23T03:58:25.231Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2735 | 2025-09-23T03:58:25.617Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2736 | 2025-09-23T03:58:26.006Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2737 | 2025-09-23T03:58:26.390Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2738 | 2025-09-23T03:58:26.773Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2739 | 2025-09-23T03:58:27.442Z | Compiling nix v0.27.1 |
| 2740 | 2025-09-23T03:58:27.512Z | Compiling serde_bytes v0.11.17 |
| 2741 | 2025-09-23T03:58:28.092Z | Compiling number_prefix v0.4.0 |
| 2742 | 2025-09-23T03:58:28.408Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2743 | 2025-09-23T03:58:28.807Z | Compiling base64 v0.13.1 |
| 2744 | 2025-09-23T03:58:29.603Z | Compiling ron v0.7.1 |
| 2745 | 2025-09-23T03:58:30.340Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2746 | 2025-09-23T03:58:31.691Z | Compiling indicatif v0.17.11 |
| 2747 | 2025-09-23T03:58:34.742Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2748 | 2025-09-23T03:58:35.688Z | Compiling tokio-tungstenite v0.23.1 |
| 2749 | 2025-09-23T03:58:35.718Z | Compiling xz2 v0.1.7 |
| 2750 | 2025-09-23T03:58:36.340Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2751 | 2025-09-23T03:58:37.221Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2752 | 2025-09-23T03:58:38.149Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2753 | 2025-09-23T03:58:41.381Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2754 | 2025-09-23T03:58:41.922Z | Compiling tokio-rustls v0.24.1 |
| 2755 | 2025-09-23T03:58:42.430Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2756 | 2025-09-23T03:58:43.764Z | Compiling zone v0.1.8 |
| 2757 | 2025-09-23T03:58:47.135Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2758 | 2025-09-23T03:58:47.164Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2759 | 2025-09-23T03:58:49.250Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2760 | 2025-09-23T03:58:52.559Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2761 | 2025-09-23T03:58:54.317Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2762 | 2025-09-23T03:58:54.481Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2763 | 2025-09-23T03:58:56.425Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2764 | 2025-09-23T03:58:58.052Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2765 | 2025-09-23T03:59:01.097Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2766 | 2025-09-23T03:59:03.451Z | Compiling rustls-pemfile v1.0.4 |
| 2767 | 2025-09-23T03:59:04.231Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2768 | 2025-09-23T03:59:04.661Z | Compiling signal-hook-tokio v0.3.1 |
| 2769 | 2025-09-23T03:59:04.941Z | Compiling twox-hash v2.1.0 |
| 2770 | 2025-09-23T03:59:05.966Z | Compiling yasna v0.5.2 |
| 2771 | 2025-09-23T03:59:07.172Z | Compiling secrecy v0.8.0 |
| 2772 | 2025-09-23T03:59:07.505Z | Compiling is_ci v1.2.0 |
| 2773 | 2025-09-23T03:59:07.862Z | Compiling supports-color v3.0.2 |
| 2774 | 2025-09-23T03:59:08.396Z | Compiling rcgen v0.12.1 |
| 2775 | 2025-09-23T03:59:10.198Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2776 | 2025-09-23T03:59:18.844Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2777 | 2025-09-23T03:59:19.807Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2778 | 2025-09-23T03:59:21.156Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2779 | 2025-09-23T03:59:26.205Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2780 | 2025-09-23T03:59:41.063Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2781 | 2025-09-23T03:59:42.045Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2782 | 2025-09-23T03:59:42.145Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2783 | 2025-09-23T03:59:48.603Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2784 | 2025-09-23T03:59:51.640Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2785 | 2025-09-23T03:59:58.934Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2786 | 2025-09-23T04:00:01.087Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2787 | 2025-09-23T04:00:01.467Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2788 | 2025-09-23T04:00:01.863Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2789 | 2025-09-23T04:00:03.527Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2790 | 2025-09-23T04:00:09.103Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2791 | 2025-09-23T04:00:09.430Z | Compiling fatfs v0.3.6 |
| 2792 | 2025-09-23T04:00:10.502Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23) |
| 2793 | 2025-09-23T04:00:10.698Z | Compiling subprocess v0.2.9 |
| 2794 | 2025-09-23T04:00:12.304Z | Compiling rtoolbox v0.0.2 |
| 2795 | 2025-09-23T04:00:12.773Z | Compiling assert_matches v1.5.0 |
| 2796 | 2025-09-23T04:00:12.933Z | Compiling rpassword v7.4.0 |
| 2797 | 2025-09-23T04:00:13.443Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2798 | 2025-09-23T04:00:19.635Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2799 | 2025-09-23T04:00:21.293Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2800 | 2025-09-23T04:00:26.763Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2801 | 2025-09-23T04:00:51.764Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2802 | 2025-09-23T04:00:57.677Z | Compiling tui-tree-widget v0.23.1 |
| 2803 | 2025-09-23T04:00:58.171Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2804 | 2025-09-23T04:01:01.999Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2805 | 2025-09-23T04:01:02.520Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2806 | 2025-09-23T04:01:09.415Z | Compiling uzers v0.12.1 |
| 2807 | 2025-09-23T04:01:10.731Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2808 | 2025-09-23T04:01:12.088Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2809 | 2025-09-23T04:01:14.281Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2810 | 2025-09-23T04:01:39.796Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2811 | 2025-09-23T04:01:41.327Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2812 | 2025-09-23T04:01:42.063Z | Compiling support-bundle-viewer v0.1.2 |
| 2813 | 2025-09-23T04:01:45.762Z | Compiling multimap v0.10.1 |
| 2814 | 2025-09-23T04:03:59.731Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2815 | 2025-09-23T04:04:19.696Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2816 | 2025-09-23T04:13:09.273Z | Finished `release` profile [optimized] target(s) in 20m 46s |
| 2817 | 2025-09-23T04:14:07.180Z | |
| 2818 | 2025-09-23T04:14:07.183Z | real 21:46.371819127 |
| 2819 | 2025-09-23T04:14:07.183Z | user 2:34:47.033503565 |
| 2820 | 2025-09-23T04:14:07.183Z | sys 4:27.665442800 |
| 2821 | 2025-09-23T04:14:07.183Z | trap 3.942212931 |
| 2822 | 2025-09-23T04:14:07.183Z | tflt 1.951116039 |
| 2823 | 2025-09-23T04:14:07.183Z | dflt 6.648744292 |
| 2824 | 2025-09-23T04:14:07.183Z | kflt 0.007994212 |
| 2825 | 2025-09-23T04:14:07.184Z | lock 10:32:35.862613164 |
| 2826 | 2025-09-23T04:14:07.184Z | slp 7:48:25.970049185 |
| 2827 | 2025-09-23T04:14:07.184Z | lat 4:28.009870428 |
| 2828 | 2025-09-23T04:14:07.184Z | stop 4:18.033851403 |
| 2829 | 2025-09-23T04:14:07.184Z | + mapfile -t packages |
| 2830 | 2025-09-23T04:14:07.184Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2831 | 2025-09-23T04:14:08.480Z | Finished `release` profile [optimized] target(s) in 1.24s |
| 2832 | 2025-09-23T04:14:08.543Z | Running `target/release/omicron-package -t test list-outputs` |
| 2833 | 2025-09-23T04:14:08.602Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2834 | 2025-09-23T04:14:08.605Z | + ptime -m cargo build --locked --release -p xtask |
| 2835 | 2025-09-23T04:14:09.380Z | Compiling serde_core v1.0.223 |
| 2836 | 2025-09-23T04:14:09.380Z | Compiling once_cell v1.21.3 |
| 2837 | 2025-09-23T04:14:09.383Z | Compiling serde v1.0.223 |
| 2838 | 2025-09-23T04:14:09.383Z | Compiling syn v2.0.106 |
| 2839 | 2025-09-23T04:14:09.383Z | Compiling bitflags v2.9.1 |
| 2840 | 2025-09-23T04:14:09.383Z | Compiling serde_json v1.0.145 |
| 2841 | 2025-09-23T04:14:09.383Z | Compiling libc v0.2.174 |
| 2842 | 2025-09-23T04:14:09.493Z | Compiling num-traits v0.2.19 |
| 2843 | 2025-09-23T04:14:09.852Z | Compiling hashbrown v0.15.4 |
| 2844 | 2025-09-23T04:14:09.877Z | Compiling rustix v0.38.37 |
| 2845 | 2025-09-23T04:14:09.948Z | Compiling smallvec v1.15.1 |
| 2846 | 2025-09-23T04:14:10.440Z | Compiling usdt-impl v0.5.0 |
| 2847 | 2025-09-23T04:14:10.458Z | Compiling syn v1.0.109 |
| 2848 | 2025-09-23T04:14:10.966Z | Compiling thread-id v4.2.2 |
| 2849 | 2025-09-23T04:14:11.088Z | Compiling indexmap v2.11.0 |
| 2850 | 2025-09-23T04:14:11.116Z | Compiling log v0.4.27 |
| 2851 | 2025-09-23T04:14:11.207Z | Compiling percent-encoding v2.3.2 |
| 2852 | 2025-09-23T04:14:11.582Z | Compiling rustix v1.0.7 |
| 2853 | 2025-09-23T04:14:11.745Z | Compiling getrandom v0.3.1 |
| 2854 | 2025-09-23T04:14:12.284Z | Compiling terminal_size v0.4.0 |
| 2855 | 2025-09-23T04:14:12.425Z | Compiling form_urlencoded v1.2.2 |
| 2856 | 2025-09-23T04:14:12.913Z | Compiling ordered-float v2.10.1 |
| 2857 | 2025-09-23T04:14:13.291Z | Compiling fs-err v3.1.1 |
| 2858 | 2025-09-23T04:14:13.525Z | Compiling anyhow v1.0.99 |
| 2859 | 2025-09-23T04:14:14.145Z | Compiling clap_builder v4.5.41 |
| 2860 | 2025-09-23T04:14:14.982Z | Compiling tempfile v3.20.0 |
| 2861 | 2025-09-23T04:14:16.290Z | Compiling synstructure v0.13.1 |
| 2862 | 2025-09-23T04:14:16.362Z | Compiling proc-macro-error v1.0.4 |
| 2863 | 2025-09-23T04:14:16.738Z | Compiling textwrap v0.16.2 |
| 2864 | 2025-09-23T04:14:16.909Z | Compiling camino-tempfile v1.4.1 |
| 2865 | 2025-09-23T04:14:17.235Z | Compiling tabled_derive v0.7.0 |
| 2866 | 2025-09-23T04:14:18.937Z | Compiling serde_derive v1.0.223 |
| 2867 | 2025-09-23T04:14:18.976Z | Compiling thiserror-impl v1.0.69 |
| 2868 | 2025-09-23T04:14:19.050Z | Compiling zerofrom-derive v0.1.4 |
| 2869 | 2025-09-23T04:14:19.133Z | Compiling yoke-derive v0.7.4 |
| 2870 | 2025-09-23T04:14:21.014Z | Compiling zerovec-derive v0.10.3 |
| 2871 | 2025-09-23T04:14:21.424Z | Compiling displaydoc v0.2.5 |
| 2872 | 2025-09-23T04:14:21.551Z | Compiling zerocopy-derive v0.7.35 |
| 2873 | 2025-09-23T04:14:21.605Z | Compiling thiserror v1.0.69 |
| 2874 | 2025-09-23T04:14:21.824Z | Compiling pest v2.7.14 |
| 2875 | 2025-09-23T04:14:22.001Z | Compiling zerofrom v0.1.4 |
| 2876 | 2025-09-23T04:14:22.305Z | Compiling yoke v0.7.4 |
| 2877 | 2025-09-23T04:14:22.754Z | Compiling icu_provider_macros v1.5.0 |
| 2878 | 2025-09-23T04:14:23.015Z | Compiling scroll_derive v0.12.0 |
| 2879 | 2025-09-23T04:14:23.275Z | Compiling zerovec v0.10.4 |
| 2880 | 2025-09-23T04:14:23.365Z | Compiling zerocopy v0.7.35 |
| 2881 | 2025-09-23T04:14:24.380Z | Compiling scroll v0.12.0 |
| 2882 | 2025-09-23T04:14:24.760Z | Compiling pest_meta v2.7.14 |
| 2883 | 2025-09-23T04:14:25.035Z | Compiling goblin v0.8.2 |
| 2884 | 2025-09-23T04:14:25.299Z | Compiling tinystr v0.7.6 |
| 2885 | 2025-09-23T04:14:25.761Z | Compiling icu_locid v1.5.0 |
| 2886 | 2025-09-23T04:14:26.163Z | Compiling pest_generator v2.7.14 |
| 2887 | 2025-09-23T04:14:26.880Z | Compiling icu_collections v1.5.0 |
| 2888 | 2025-09-23T04:14:27.848Z | Compiling icu_provider v1.5.0 |
| 2889 | 2025-09-23T04:14:28.256Z | Compiling pest_derive v2.7.14 |
| 2890 | 2025-09-23T04:14:29.061Z | Compiling icu_locid_transform v1.5.0 |
| 2891 | 2025-09-23T04:14:29.585Z | Compiling serde_spanned v0.6.9 |
| 2892 | 2025-09-23T04:14:29.888Z | Compiling toml_datetime v0.6.11 |
| 2893 | 2025-09-23T04:14:29.908Z | Compiling dof v0.3.0 |
| 2894 | 2025-09-23T04:14:29.927Z | Compiling dtrace-parser v0.2.0 |
| 2895 | 2025-09-23T04:14:30.714Z | Compiling icu_properties v1.5.1 |
| 2896 | 2025-09-23T04:14:30.737Z | Compiling toml_edit v0.22.27 |
| 2897 | 2025-09-23T04:14:32.762Z | Compiling serde_tokenstream v0.2.2 |
| 2898 | 2025-09-23T04:14:32.934Z | Compiling erased-serde v0.4.6 |
| 2899 | 2025-09-23T04:14:33.350Z | Compiling thiserror-impl v2.0.16 |
| 2900 | 2025-09-23T04:14:34.456Z | Compiling serde-untagged v0.1.7 |
| 2901 | 2025-09-23T04:14:35.290Z | Compiling icu_normalizer v1.5.0 |
| 2902 | 2025-09-23T04:14:36.103Z | Compiling toml v0.8.23 |
| 2903 | 2025-09-23T04:14:36.903Z | Compiling idna_adapter v1.2.0 |
| 2904 | 2025-09-23T04:14:37.177Z | Compiling idna v1.0.3 |
| 2905 | 2025-09-23T04:14:39.245Z | Compiling url v2.5.4 |
| 2906 | 2025-09-23T04:14:40.270Z | Compiling thiserror v2.0.16 |
| 2907 | 2025-09-23T04:14:40.378Z | Compiling serde-value v0.7.0 |
| 2908 | 2025-09-23T04:14:40.474Z | Compiling semver v1.0.26 |
| 2909 | 2025-09-23T04:14:41.921Z | Compiling cargo-util-schemas v0.8.2 |
| 2910 | 2025-09-23T04:14:42.006Z | Compiling usdt-macro v0.5.0 |
| 2911 | 2025-09-23T04:14:42.231Z | Compiling usdt-attr-macro v0.5.0 |
| 2912 | 2025-09-23T04:14:43.262Z | Compiling cargo-platform v0.2.0 |
| 2913 | 2025-09-23T04:14:43.561Z | Compiling clap_derive v4.5.41 |
| 2914 | 2025-09-23T04:14:44.452Z | Compiling usdt v0.5.0 |
| 2915 | 2025-09-23T04:14:44.532Z | Compiling cargo_toml v0.21.0 |
| 2916 | 2025-09-23T04:14:45.813Z | Compiling cargo_metadata v0.21.0 |
| 2917 | 2025-09-23T04:14:47.428Z | Compiling macaddr v1.0.1 |
| 2918 | 2025-09-23T04:14:47.650Z | Compiling clap v4.5.41 |
| 2919 | 2025-09-23T04:14:47.733Z | Compiling tabled v0.15.0 |
| 2920 | 2025-09-23T04:14:58.672Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2921 | 2025-09-23T04:15:04.490Z | Finished `release` profile [optimized] target(s) in 55.81s |
| 2922 | 2025-09-23T04:15:04.634Z | |
| 2923 | 2025-09-23T04:15:04.637Z | real 55.988972412 |
| 2924 | 2025-09-23T04:15:04.637Z | user 6:12.897136825 |
| 2925 | 2025-09-23T04:15:04.637Z | sys 27.947008911 |
| 2926 | 2025-09-23T04:15:04.638Z | trap 0.195411031 |
| 2927 | 2025-09-23T04:15:04.638Z | tflt 0.219169033 |
| 2928 | 2025-09-23T04:15:04.638Z | dflt 0.409631666 |
| 2929 | 2025-09-23T04:15:04.638Z | kflt 0.000007078 |
| 2930 | 2025-09-23T04:15:04.638Z | lock 17:37.460382421 |
| 2931 | 2025-09-23T04:15:04.638Z | slp 20:17.612126230 |
| 2932 | 2025-09-23T04:15:04.638Z | lat 25.142052143 |
| 2933 | 2025-09-23T04:15:04.638Z | stop 35.204475243 |
| 2934 | 2025-09-23T04:15:04.638Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2935 | 2025-09-23T04:15:04.638Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2936 | 2025-09-23T04:15:04.638Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2937 | 2025-09-23T04:15:04.638Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2938 | 2025-09-23T04:15:04.638Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2939 | 2025-09-23T04:15:05.917Z | Compiling regress v0.10.4 |
| 2940 | 2025-09-23T04:15:06.092Z | Compiling ident_case v1.0.1 |
| 2941 | 2025-09-23T04:15:06.095Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2942 | 2025-09-23T04:15:06.095Z | Compiling unsafe-libyaml v0.2.11 |
| 2943 | 2025-09-23T04:15:06.095Z | Compiling match_cfg v0.1.0 |
| 2944 | 2025-09-23T04:15:06.162Z | Compiling quick-error v1.2.3 |
| 2945 | 2025-09-23T04:15:06.162Z | Compiling tempfile v3.20.0 |
| 2946 | 2025-09-23T04:15:06.166Z | Compiling progenitor-client v0.10.0 |
| 2947 | 2025-09-23T04:15:06.254Z | Compiling hostname v0.3.1 |
| 2948 | 2025-09-23T04:15:06.279Z | Compiling darling_core v0.20.10 |
| 2949 | 2025-09-23T04:15:06.357Z | Compiling structmeta-derive v0.3.0 |
| 2950 | 2025-09-23T04:15:06.474Z | Compiling rustls v0.22.4 |
| 2951 | 2025-09-23T04:15:06.643Z | Compiling hex v0.4.3 |
| 2952 | 2025-09-23T04:15:06.758Z | Compiling multer v3.1.0 |
| 2953 | 2025-09-23T04:15:06.833Z | Compiling debug-ignore v1.0.5 |
| 2954 | 2025-09-23T04:15:07.017Z | Compiling toml_parser v1.0.2 |
| 2955 | 2025-09-23T04:15:07.221Z | Compiling slog-json v2.6.1 |
| 2956 | 2025-09-23T04:15:07.248Z | Compiling toml_datetime v0.7.0 |
| 2957 | 2025-09-23T04:15:07.628Z | Compiling serde_yaml v0.9.34+deprecated |
| 2958 | 2025-09-23T04:15:07.884Z | Compiling macaddr v1.0.1 |
| 2959 | 2025-09-23T04:15:07.921Z | Compiling serde_spanned v1.0.0 |
| 2960 | 2025-09-23T04:15:08.224Z | Compiling async-stream-impl v0.3.6 |
| 2961 | 2025-09-23T04:15:08.338Z | Compiling dropshot v0.16.4 |
| 2962 | 2025-09-23T04:15:08.519Z | Compiling toml_writer v1.0.2 |
| 2963 | 2025-09-23T04:15:08.715Z | Compiling ref-cast v1.0.24 |
| 2964 | 2025-09-23T04:15:08.918Z | Compiling structmeta v0.3.0 |
| 2965 | 2025-09-23T04:15:08.982Z | Compiling toml v0.9.5 |
| 2966 | 2025-09-23T04:15:09.382Z | Compiling slog-bunyan v2.5.0 |
| 2967 | 2025-09-23T04:15:09.516Z | Compiling async-stream v0.3.6 |
| 2968 | 2025-09-23T04:15:09.639Z | Compiling typify-impl v0.3.0 |
| 2969 | 2025-09-23T04:15:09.834Z | Compiling waitgroup v0.1.2 |
| 2970 | 2025-09-23T04:15:10.095Z | Compiling rustls-pemfile v2.2.0 |
| 2971 | 2025-09-23T04:15:10.411Z | Compiling dropshot_endpoint v0.16.4 |
| 2972 | 2025-09-23T04:15:10.475Z | Compiling serde_path_to_error v0.1.17 |
| 2973 | 2025-09-23T04:15:11.157Z | Compiling tokio-rustls v0.25.0 |
| 2974 | 2025-09-23T04:15:11.287Z | Compiling ref-cast-impl v1.0.24 |
| 2975 | 2025-09-23T04:15:11.598Z | Compiling wait-timeout v0.2.0 |
| 2976 | 2025-09-23T04:15:12.069Z | Compiling hostname v0.4.0 |
| 2977 | 2025-09-23T04:15:12.098Z | Compiling darling_macro v0.20.10 |
| 2978 | 2025-09-23T04:15:12.124Z | Compiling bit-vec v0.8.0 |
| 2979 | 2025-09-23T04:15:12.369Z | Compiling rusty-fork v0.3.0 |
| 2980 | 2025-09-23T04:15:12.654Z | Compiling bit-set v0.8.0 |
| 2981 | 2025-09-23T04:15:12.679Z | Compiling derive-ex v0.1.8 |
| 2982 | 2025-09-23T04:15:12.977Z | Compiling rand_xorshift v0.4.0 |
| 2983 | 2025-09-23T04:15:13.041Z | Compiling darling v0.20.10 |
| 2984 | 2025-09-23T04:15:13.066Z | Compiling instant v0.1.13 |
| 2985 | 2025-09-23T04:15:13.189Z | Compiling serde_with_macros v3.14.0 |
| 2986 | 2025-09-23T04:15:13.263Z | Compiling unarray v0.1.4 |
| 2987 | 2025-09-23T04:15:13.287Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2988 | 2025-09-23T04:15:13.461Z | Compiling proptest v1.7.0 |
| 2989 | 2025-09-23T04:15:13.491Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2990 | 2025-09-23T04:15:13.924Z | Compiling progenitor-client v0.9.1 |
| 2991 | 2025-09-23T04:15:14.256Z | Compiling derive-where v1.5.0 |
| 2992 | 2025-09-23T04:15:14.445Z | Compiling parse-display-derive v0.10.0 |
| 2993 | 2025-09-23T04:15:15.146Z | Compiling hashbrown v0.16.0 |
| 2994 | 2025-09-23T04:15:15.724Z | Compiling serde_with v3.14.0 |
| 2995 | 2025-09-23T04:15:16.347Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2996 | 2025-09-23T04:15:16.895Z | Compiling test-strategy v0.4.3 |
| 2997 | 2025-09-23T04:15:17.165Z | Compiling foldhash v0.2.0 |
| 2998 | 2025-09-23T04:15:17.423Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2999 | 2025-09-23T04:15:17.624Z | Compiling iddqd v0.3.13 |
| 3000 | 2025-09-23T04:15:17.797Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3001 | 2025-09-23T04:15:18.040Z | Compiling backoff v0.4.0 |
| 3002 | 2025-09-23T04:15:18.405Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3003 | 2025-09-23T04:15:18.429Z | Compiling parse-display v0.10.0 |
| 3004 | 2025-09-23T04:15:18.887Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3005 | 2025-09-23T04:15:19.024Z | Compiling typify-impl v0.4.3 |
| 3006 | 2025-09-23T04:15:19.176Z | Compiling itertools v0.14.0 |
| 3007 | 2025-09-23T04:15:19.927Z | Compiling darling_core v0.21.0 |
| 3008 | 2025-09-23T04:15:20.546Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3009 | 2025-09-23T04:15:21.013Z | Compiling proc-macro-crate v1.3.1 |
| 3010 | 2025-09-23T04:15:21.495Z | Compiling typify-macro v0.3.0 |
| 3011 | 2025-09-23T04:15:21.768Z | Compiling crucible-workspace-hack v0.1.0 |
| 3012 | 2025-09-23T04:15:21.968Z | Compiling num_enum_derive v0.5.11 |
| 3013 | 2025-09-23T04:15:22.174Z | Compiling proc-macro-error v1.0.4 |
| 3014 | 2025-09-23T04:15:22.206Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3015 | 2025-09-23T04:15:22.654Z | Compiling heapless v0.8.0 |
| 3016 | 2025-09-23T04:15:23.022Z | Compiling hash32 v0.3.1 |
| 3017 | 2025-09-23T04:15:23.318Z | Compiling smoltcp v0.11.0 |
| 3018 | 2025-09-23T04:15:23.648Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3019 | 2025-09-23T04:15:24.050Z | Compiling foreign-types-macros v0.2.3 |
| 3020 | 2025-09-23T04:15:24.077Z | Compiling cobs v0.2.3 |
| 3021 | 2025-09-23T04:15:24.294Z | Compiling num_enum v0.5.11 |
| 3022 | 2025-09-23T04:15:24.386Z | Compiling foreign-types-shared v0.3.1 |
| 3023 | 2025-09-23T04:15:24.500Z | Compiling postcard v1.0.10 |
| 3024 | 2025-09-23T04:15:25.100Z | Compiling tabwriter v1.4.0 |
| 3025 | 2025-09-23T04:15:25.133Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3026 | 2025-09-23T04:15:25.349Z | Compiling foreign-types v0.5.0 |
| 3027 | 2025-09-23T04:15:25.464Z | Compiling typify v0.3.0 |
| 3028 | 2025-09-23T04:15:25.503Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3029 | 2025-09-23T04:15:25.537Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3030 | 2025-09-23T04:15:25.667Z | Compiling progenitor-impl v0.9.1 |
| 3031 | 2025-09-23T04:15:25.909Z | Compiling cstr-argument v0.1.2 |
| 3032 | 2025-09-23T04:15:26.009Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3033 | 2025-09-23T04:15:26.154Z | Compiling darling_macro v0.21.0 |
| 3034 | 2025-09-23T04:15:26.179Z | Compiling pretty-hex v0.2.1 |
| 3035 | 2025-09-23T04:15:26.203Z | Compiling rayon-core v1.12.1 |
| 3036 | 2025-09-23T04:15:26.397Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3037 | 2025-09-23T04:15:26.421Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3038 | 2025-09-23T04:15:26.612Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3039 | 2025-09-23T04:15:26.837Z | Compiling crossbeam-deque v0.8.5 |
| 3040 | 2025-09-23T04:15:26.866Z | Compiling colored v2.2.0 |
| 3041 | 2025-09-23T04:15:26.942Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3042 | 2025-09-23T04:15:27.115Z | Compiling darling v0.21.0 |
| 3043 | 2025-09-23T04:15:27.356Z | Compiling ingot-macros v0.1.1 |
| 3044 | 2025-09-23T04:15:27.895Z | Compiling toml v0.8.23 |
| 3045 | 2025-09-23T04:15:28.780Z | Compiling rayon v1.10.0 |
| 3046 | 2025-09-23T04:15:29.115Z | Compiling zone_cfg_derive v0.3.0 |
| 3047 | 2025-09-23T04:15:29.433Z | Compiling camino-tempfile v1.4.1 |
| 3048 | 2025-09-23T04:15:29.925Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3049 | 2025-09-23T04:15:30.339Z | Compiling smf v0.2.3 |
| 3050 | 2025-09-23T04:15:30.480Z | Compiling num-derive v0.4.2 |
| 3051 | 2025-09-23T04:15:31.059Z | Compiling typify-macro v0.4.3 |
| 3052 | 2025-09-23T04:15:31.480Z | Compiling sigpipe v0.1.3 |
| 3053 | 2025-09-23T04:15:31.524Z | Compiling jiff v0.2.15 |
| 3054 | 2025-09-23T04:15:31.659Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3055 | 2025-09-23T04:15:32.074Z | Compiling zone v0.3.1 |
| 3056 | 2025-09-23T04:15:32.563Z | Compiling progenitor-macro v0.9.1 |
| 3057 | 2025-09-23T04:15:32.800Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3058 | 2025-09-23T04:15:33.174Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3059 | 2025-09-23T04:15:33.492Z | Compiling num-rational v0.4.2 |
| 3060 | 2025-09-23T04:15:33.663Z | Compiling num-complex v0.4.6 |
| 3061 | 2025-09-23T04:15:33.690Z | Compiling float-ord v0.3.2 |
| 3062 | 2025-09-23T04:15:33.923Z | Compiling convert_case v0.4.0 |
| 3063 | 2025-09-23T04:15:34.280Z | Compiling ingot-types v0.1.2 |
| 3064 | 2025-09-23T04:15:34.611Z | Compiling num v0.4.3 |
| 3065 | 2025-09-23T04:15:34.745Z | Compiling derive_more v0.99.20 |
| 3066 | 2025-09-23T04:15:34.772Z | Compiling universal-hash v0.5.1 |
| 3067 | 2025-09-23T04:15:34.951Z | Compiling secrecy v0.10.3 |
| 3068 | 2025-09-23T04:15:35.013Z | Compiling opaque-debug v0.3.1 |
| 3069 | 2025-09-23T04:15:35.098Z | Compiling typify v0.4.3 |
| 3070 | 2025-09-23T04:15:35.150Z | Compiling ingot v0.1.1 |
| 3071 | 2025-09-23T04:15:35.183Z | Compiling password-hash v0.5.0 |
| 3072 | 2025-09-23T04:15:35.249Z | Compiling blake2 v0.10.6 |
| 3073 | 2025-09-23T04:15:35.304Z | Compiling progenitor-impl v0.10.0 |
| 3074 | 2025-09-23T04:15:36.074Z | Compiling indent_write v2.2.0 |
| 3075 | 2025-09-23T04:15:36.349Z | Compiling argon2 v0.5.3 |
| 3076 | 2025-09-23T04:15:36.528Z | Compiling aead v0.5.2 |
| 3077 | 2025-09-23T04:15:36.933Z | Compiling keccak v0.1.5 |
| 3078 | 2025-09-23T04:15:38.283Z | Compiling utf-8 v0.7.6 |
| 3079 | 2025-09-23T04:15:38.634Z | Compiling tungstenite v0.21.0 |
| 3080 | 2025-09-23T04:15:39.083Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3081 | 2025-09-23T04:15:39.184Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3082 | 2025-09-23T04:15:39.322Z | Compiling sha3 v0.10.8 |
| 3083 | 2025-09-23T04:15:40.433Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3084 | 2025-09-23T04:15:40.506Z | Compiling poly1305 v0.8.0 |
| 3085 | 2025-09-23T04:15:40.556Z | Compiling resolv-conf v0.7.0 |
| 3086 | 2025-09-23T04:15:40.932Z | Compiling chacha20 v0.9.1 |
| 3087 | 2025-09-23T04:15:41.298Z | Compiling tokio-tungstenite v0.21.0 |
| 3088 | 2025-09-23T04:15:41.447Z | Compiling console v0.15.10 |
| 3089 | 2025-09-23T04:15:41.685Z | Compiling cancel-safe-futures v0.1.5 |
| 3090 | 2025-09-23T04:15:41.927Z | Compiling owo-colors v4.2.2 |
| 3091 | 2025-09-23T04:15:42.056Z | Compiling progenitor-macro v0.10.0 |
| 3092 | 2025-09-23T04:15:42.093Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3093 | 2025-09-23T04:15:42.168Z | Compiling base64 v0.21.7 |
| 3094 | 2025-09-23T04:15:42.343Z | Compiling hickory-proto v0.24.4 |
| 3095 | 2025-09-23T04:15:42.701Z | Compiling gethostname v0.5.0 |
| 3096 | 2025-09-23T04:15:42.810Z | Compiling libsw-core v0.3.1 |
| 3097 | 2025-09-23T04:15:42.847Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3098 | 2025-09-23T04:15:42.936Z | Compiling linked-hash-map v0.5.6 |
| 3099 | 2025-09-23T04:15:43.116Z | Compiling semver v0.1.20 |
| 3100 | 2025-09-23T04:15:43.141Z | Compiling fixedbitset v0.5.7 |
| 3101 | 2025-09-23T04:15:43.335Z | Compiling lru-cache v0.1.2 |
| 3102 | 2025-09-23T04:15:43.579Z | Compiling petgraph v0.8.2 |
| 3103 | 2025-09-23T04:15:43.669Z | Compiling rustc_version v0.1.7 |
| 3104 | 2025-09-23T04:15:43.735Z | Compiling libsw v3.5.0 |
| 3105 | 2025-09-23T04:15:44.071Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3106 | 2025-09-23T04:15:44.342Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3107 | 2025-09-23T04:15:44.691Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3108 | 2025-09-23T04:15:45.016Z | Compiling atomicwrites v0.4.4 |
| 3109 | 2025-09-23T04:15:45.413Z | Compiling newline-converter v0.3.0 |
| 3110 | 2025-09-23T04:15:45.441Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3111 | 2025-09-23T04:15:45.601Z | Compiling progenitor v0.9.1 |
| 3112 | 2025-09-23T04:15:45.640Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3113 | 2025-09-23T04:15:45.861Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3114 | 2025-09-23T04:15:45.864Z | Compiling slog-dtrace v0.3.0 |
| 3115 | 2025-09-23T04:15:45.864Z | Compiling half v2.4.1 |
| 3116 | 2025-09-23T04:15:46.243Z | Compiling linear-map v1.2.0 |
| 3117 | 2025-09-23T04:15:46.311Z | Compiling ciborium-io v0.2.2 |
| 3118 | 2025-09-23T04:15:46.460Z | Compiling siphasher v1.0.1 |
| 3119 | 2025-09-23T04:15:46.490Z | Compiling ciborium-ll v0.2.2 |
| 3120 | 2025-09-23T04:15:46.733Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3121 | 2025-09-23T04:15:46.896Z | Compiling phf_shared v0.12.1 |
| 3122 | 2025-09-23T04:15:46.922Z | Compiling expectorate v1.2.0 |
| 3123 | 2025-09-23T04:15:47.269Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3124 | 2025-09-23T04:15:47.293Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3125 | 2025-09-23T04:15:47.678Z | Compiling hickory-resolver v0.24.4 |
| 3126 | 2025-09-23T04:15:47.733Z | Compiling newtype_derive v0.1.6 |
| 3127 | 2025-09-23T04:15:48.123Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3128 | 2025-09-23T04:15:48.287Z | Compiling thiserror-no-std v2.0.2 |
| 3129 | 2025-09-23T04:15:48.461Z | Compiling tokio-dtrace v0.1.0 |
| 3130 | 2025-09-23T04:15:48.954Z | Compiling pin-project-internal v1.1.6 |
| 3131 | 2025-09-23T04:15:49.275Z | Compiling chrono-tz v0.10.4 |
| 3132 | 2025-09-23T04:15:49.649Z | Compiling const_format_proc_macros v0.2.34 |
| 3133 | 2025-09-23T04:15:50.174Z | Compiling qorb v0.4.1 |
| 3134 | 2025-09-23T04:15:50.985Z | Compiling oxide-tokio-rt v0.1.2 |
| 3135 | 2025-09-23T04:15:51.272Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3136 | 2025-09-23T04:15:51.330Z | Compiling vsss-rs v3.3.4 |
| 3137 | 2025-09-23T04:15:51.712Z | Compiling pin-project v1.1.6 |
| 3138 | 2025-09-23T04:15:51.742Z | Compiling phf v0.12.1 |
| 3139 | 2025-09-23T04:15:51.883Z | Compiling ciborium v0.2.2 |
| 3140 | 2025-09-23T04:15:53.062Z | Compiling chacha20poly1305 v0.10.1 |
| 3141 | 2025-09-23T04:15:53.168Z | Compiling typify-impl v0.2.0 |
| 3142 | 2025-09-23T04:15:53.258Z | Compiling primeorder v0.13.6 |
| 3143 | 2025-09-23T04:15:53.285Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3144 | 2025-09-23T04:15:53.331Z | Compiling pem v3.0.5 |
| 3145 | 2025-09-23T04:15:53.773Z | Compiling snafu-derive v0.8.5 |
| 3146 | 2025-09-23T04:15:54.011Z | Compiling async-recursion v1.1.1 |
| 3147 | 2025-09-23T04:15:54.340Z | Compiling csv-core v0.1.11 |
| 3148 | 2025-09-23T04:15:54.901Z | Compiling same-file v1.0.6 |
| 3149 | 2025-09-23T04:15:54.928Z | Compiling moka v0.12.10 |
| 3150 | 2025-09-23T04:15:54.955Z | Compiling progenitor v0.10.0 |
| 3151 | 2025-09-23T04:15:55.202Z | Compiling highway v1.3.0 |
| 3152 | 2025-09-23T04:15:55.248Z | Compiling libefi-sys v0.1.0 |
| 3153 | 2025-09-23T04:15:55.322Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3154 | 2025-09-23T04:15:55.461Z | Compiling walkdir v2.5.0 |
| 3155 | 2025-09-23T04:15:55.519Z | Compiling csv v1.3.1 |
| 3156 | 2025-09-23T04:15:56.116Z | Compiling const_format v0.2.34 |
| 3157 | 2025-09-23T04:15:56.139Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3158 | 2025-09-23T04:15:56.789Z | Compiling tabled_derive v0.7.0 |
| 3159 | 2025-09-23T04:15:56.793Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3160 | 2025-09-23T04:15:57.896Z | Compiling globset v0.4.15 |
| 3161 | 2025-09-23T04:15:58.679Z | Compiling snafu v0.8.5 |
| 3162 | 2025-09-23T04:15:58.979Z | Compiling olpc-cjson v0.1.4 |
| 3163 | 2025-09-23T04:15:59.001Z | Compiling bcs v0.1.6 |
| 3164 | 2025-09-23T04:15:59.294Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3165 | 2025-09-23T04:15:59.450Z | Compiling serde_plain v1.0.2 |
| 3166 | 2025-09-23T04:15:59.475Z | Compiling bitfield-struct v0.6.2 |
| 3167 | 2025-09-23T04:15:59.652Z | Compiling unicase v2.7.0 |
| 3168 | 2025-09-23T04:15:59.766Z | Compiling arc-swap v1.7.1 |
| 3169 | 2025-09-23T04:15:59.842Z | Compiling typed-path v0.9.3 |
| 3170 | 2025-09-23T04:16:00.043Z | Compiling tagptr v0.2.0 |
| 3171 | 2025-09-23T04:16:00.372Z | Compiling termtree v0.5.1 |
| 3172 | 2025-09-23T04:16:00.407Z | Compiling textwrap v0.16.2 |
| 3173 | 2025-09-23T04:16:00.838Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3174 | 2025-09-23T04:16:00.885Z | Compiling slog-scope v4.4.0 |
| 3175 | 2025-09-23T04:16:01.544Z | Compiling tabled v0.15.0 |
| 3176 | 2025-09-23T04:16:01.603Z | Compiling steno v0.4.1 |
| 3177 | 2025-09-23T04:16:02.078Z | Compiling tough v0.20.0 |
| 3178 | 2025-09-23T04:16:02.422Z | Compiling polyval v0.6.2 |
| 3179 | 2025-09-23T04:16:02.888Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3180 | 2025-09-23T04:16:02.916Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3181 | 2025-09-23T04:16:03.469Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3182 | 2025-09-23T04:16:03.527Z | Compiling parking_lot_core v0.8.6 |
| 3183 | 2025-09-23T04:16:04.296Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3184 | 2025-09-23T04:16:04.519Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3185 | 2025-09-23T04:16:07.480Z | Compiling typify-macro v0.2.0 |
| 3186 | 2025-09-23T04:16:07.783Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3187 | 2025-09-23T04:16:07.987Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3188 | 2025-09-23T04:16:08.705Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3189 | 2025-09-23T04:16:08.978Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3190 | 2025-09-23T04:16:09.852Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3191 | 2025-09-23T04:16:11.426Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3192 | 2025-09-23T04:16:11.723Z | Compiling typify v0.2.0 |
| 3193 | 2025-09-23T04:16:11.849Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3194 | 2025-09-23T04:16:11.922Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3195 | 2025-09-23T04:16:11.976Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3196 | 2025-09-23T04:16:12.453Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3197 | 2025-09-23T04:16:13.542Z | Compiling humantime v2.2.0 |
| 3198 | 2025-09-23T04:16:14.080Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2025-09-23T04:16:14.244Z | Compiling salty v0.3.0 |
| 3200 | 2025-09-23T04:16:14.657Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3201 | 2025-09-23T04:16:14.784Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3202 | 2025-09-23T04:16:15.418Z | Compiling progenitor-impl v0.8.0 |
| 3203 | 2025-09-23T04:16:15.463Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3204 | 2025-09-23T04:16:15.612Z | Compiling proc-macro-error2 v2.0.1 |
| 3205 | 2025-09-23T04:16:16.629Z | Compiling ghash v0.5.1 |
| 3206 | 2025-09-23T04:16:16.768Z | Compiling hickory-resolver v0.25.2 |
| 3207 | 2025-09-23T04:16:16.887Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3208 | 2025-09-23T04:16:17.808Z | Compiling slog-stdlog v4.1.1 |
| 3209 | 2025-09-23T04:16:18.157Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3210 | 2025-09-23T04:16:18.199Z | Compiling p384 v0.13.0 |
| 3211 | 2025-09-23T04:16:18.764Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3212 | 2025-09-23T04:16:18.812Z | Compiling nix v0.30.1 |
| 3213 | 2025-09-23T04:16:19.008Z | Compiling ctr v0.9.2 |
| 3214 | 2025-09-23T04:16:19.430Z | Compiling num-derive v0.3.3 |
| 3215 | 2025-09-23T04:16:19.650Z | Compiling lzma-sys v0.1.20 |
| 3216 | 2025-09-23T04:16:19.676Z | Compiling xshell-macros v0.2.7 |
| 3217 | 2025-09-23T04:16:20.482Z | Compiling xshell v0.2.7 |
| 3218 | 2025-09-23T04:16:20.546Z | Compiling aes-gcm v0.10.3 |
| 3219 | 2025-09-23T04:16:20.913Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3220 | 2025-09-23T04:16:21.398Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3221 | 2025-09-23T04:16:21.602Z | Compiling libscf-sys v1.1.0 |
| 3222 | 2025-09-23T04:16:21.654Z | Compiling slog-envlogger v2.2.0 |
| 3223 | 2025-09-23T04:16:21.890Z | Compiling mime_guess v2.0.5 |
| 3224 | 2025-09-23T04:16:22.150Z | Compiling progenitor-macro v0.8.0 |
| 3225 | 2025-09-23T04:16:22.398Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3226 | 2025-09-23T04:16:24.180Z | Compiling tabled_derive v0.11.0 |
| 3227 | 2025-09-23T04:16:24.765Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3228 | 2025-09-23T04:16:25.692Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3229 | 2025-09-23T04:16:26.007Z | Compiling papergrid v0.17.0 |
| 3230 | 2025-09-23T04:16:26.611Z | Compiling progenitor-impl v0.11.0 |
| 3231 | 2025-09-23T04:16:27.162Z | Compiling testing_table v0.3.0 |
| 3232 | 2025-09-23T04:16:27.499Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3233 | 2025-09-23T04:16:28.678Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3234 | 2025-09-23T04:16:28.931Z | Compiling heck v0.3.3 |
| 3235 | 2025-09-23T04:16:29.342Z | Compiling progenitor-client v0.8.0 |
| 3236 | 2025-09-23T04:16:29.895Z | Compiling ssh-encoding v0.2.0 |
| 3237 | 2025-09-23T04:16:30.363Z | Compiling blowfish v0.9.1 |
| 3238 | 2025-09-23T04:16:30.442Z | Compiling nibble_vec v0.1.0 |
| 3239 | 2025-09-23T04:16:30.718Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3240 | 2025-09-23T04:16:30.851Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3241 | 2025-09-23T04:16:31.023Z | Compiling endian-type v0.1.2 |
| 3242 | 2025-09-23T04:16:31.199Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3243 | 2025-09-23T04:16:31.228Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3244 | 2025-09-23T04:16:31.289Z | Compiling radix_trie v0.2.1 |
| 3245 | 2025-09-23T04:16:31.316Z | Compiling ssh-cipher v0.2.0 |
| 3246 | 2025-09-23T04:16:31.517Z | Compiling zone_cfg_derive v0.1.2 |
| 3247 | 2025-09-23T04:16:31.886Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3248 | 2025-09-23T04:16:31.942Z | Compiling tabled v0.20.0 |
| 3249 | 2025-09-23T04:16:32.387Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3250 | 2025-09-23T04:16:32.671Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3251 | 2025-09-23T04:16:32.980Z | Compiling parking_lot v0.11.2 |
| 3252 | 2025-09-23T04:16:33.322Z | Compiling progenitor-macro v0.11.0 |
| 3253 | 2025-09-23T04:16:33.635Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3254 | 2025-09-23T04:16:33.771Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3255 | 2025-09-23T04:16:34.942Z | Compiling progenitor v0.8.0 |
| 3256 | 2025-09-23T04:16:35.226Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3257 | 2025-09-23T04:16:35.314Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3258 | 2025-09-23T04:16:36.218Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3259 | 2025-09-23T04:16:36.221Z | Compiling progenitor-client v0.11.0 |
| 3260 | 2025-09-23T04:16:36.585Z | Compiling prefix-trie v0.7.0 |
| 3261 | 2025-09-23T04:16:36.657Z | Compiling password-hash v0.4.2 |
| 3262 | 2025-09-23T04:16:36.855Z | Compiling fxhash v0.2.1 |
| 3263 | 2025-09-23T04:16:37.017Z | Compiling number_prefix v0.4.0 |
| 3264 | 2025-09-23T04:16:37.083Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3265 | 2025-09-23T04:16:37.336Z | Compiling base64 v0.13.1 |
| 3266 | 2025-09-23T04:16:37.470Z | Compiling http-range v0.1.5 |
| 3267 | 2025-09-23T04:16:37.537Z | Compiling hickory-server v0.25.2 |
| 3268 | 2025-09-23T04:16:37.563Z | Compiling indicatif v0.17.11 |
| 3269 | 2025-09-23T04:16:37.836Z | Compiling ron v0.7.1 |
| 3270 | 2025-09-23T04:16:37.865Z | Compiling pbkdf2 v0.11.0 |
| 3271 | 2025-09-23T04:16:37.916Z | Compiling sled v0.34.7 |
| 3272 | 2025-09-23T04:16:38.186Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3273 | 2025-09-23T04:16:38.253Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3274 | 2025-09-23T04:16:39.537Z | Compiling xz2 v0.1.7 |
| 3275 | 2025-09-23T04:16:39.927Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3276 | 2025-09-23T04:16:40.036Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3277 | 2025-09-23T04:16:41.937Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3278 | 2025-09-23T04:16:42.661Z | Compiling zone v0.1.8 |
| 3279 | 2025-09-23T04:16:42.994Z | Compiling ssh-key v0.6.6 |
| 3280 | 2025-09-23T04:16:44.075Z | Compiling hickory-client v0.25.2 |
| 3281 | 2025-09-23T04:16:44.758Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3282 | 2025-09-23T04:16:44.851Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3283 | 2025-09-23T04:16:46.336Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3284 | 2025-09-23T04:16:46.385Z | Compiling progenitor v0.11.0 |
| 3285 | 2025-09-23T04:16:46.545Z | Compiling p521 v0.13.3 |
| 3286 | 2025-09-23T04:16:46.671Z | Compiling p256 v0.13.2 |
| 3287 | 2025-09-23T04:16:46.983Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3288 | 2025-09-23T04:16:47.428Z | Compiling yasna v0.5.2 |
| 3289 | 2025-09-23T04:16:47.490Z | Compiling headers-core v0.3.0 |
| 3290 | 2025-09-23T04:16:47.538Z | Compiling kstat-rs v0.2.4 |
| 3291 | 2025-09-23T04:16:47.711Z | Compiling secrecy v0.8.0 |
| 3292 | 2025-09-23T04:16:48.032Z | Compiling nanorand v0.7.0 |
| 3293 | 2025-09-23T04:16:48.180Z | Compiling russh-cryptovec v0.7.3 |
| 3294 | 2025-09-23T04:16:48.501Z | Compiling atty v0.2.14 |
| 3295 | 2025-09-23T04:16:48.558Z | Compiling md5 v0.7.0 |
| 3296 | 2025-09-23T04:16:48.609Z | Compiling crc8 v0.1.1 |
| 3297 | 2025-09-23T04:16:48.715Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3298 | 2025-09-23T04:16:48.799Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3299 | 2025-09-23T04:16:48.837Z | Compiling flume v0.11.1 |
| 3300 | 2025-09-23T04:16:48.878Z | Compiling russh-keys v0.45.0 |
| 3301 | 2025-09-23T04:16:48.973Z | Compiling rcgen v0.12.1 |
| 3302 | 2025-09-23T04:16:49.103Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3303 | 2025-09-23T04:16:49.483Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3304 | 2025-09-23T04:16:51.030Z | Compiling headers v0.4.1 |
| 3305 | 2025-09-23T04:16:52.122Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3306 | 2025-09-23T04:16:52.441Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3307 | 2025-09-23T04:16:52.480Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3308 | 2025-09-23T04:16:52.742Z | Compiling hyper-staticfile v0.10.1 |
| 3309 | 2025-09-23T04:16:53.777Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3310 | 2025-09-23T04:16:54.477Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 3311 | 2025-09-23T04:16:55.036Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3312 | 2025-09-23T04:16:55.259Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3313 | 2025-09-23T04:16:55.735Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3314 | 2025-09-23T04:16:56.962Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3315 | 2025-09-23T04:16:57.726Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3316 | 2025-09-23T04:16:57.843Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3317 | 2025-09-23T04:16:59.507Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3318 | 2025-09-23T04:16:59.744Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3319 | 2025-09-23T04:17:00.360Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3320 | 2025-09-23T04:17:01.434Z | Compiling num-bigint v0.4.6 |
| 3321 | 2025-09-23T04:17:01.879Z | Compiling des v0.8.1 |
| 3322 | 2025-09-23T04:17:02.277Z | Compiling subprocess v0.2.9 |
| 3323 | 2025-09-23T04:17:02.670Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3324 | 2025-09-23T04:17:03.605Z | Compiling hex-literal v0.4.1 |
| 3325 | 2025-09-23T04:17:03.821Z | Compiling display-error-chain v0.2.2 |
| 3326 | 2025-09-23T04:17:03.921Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3327 | 2025-09-23T04:17:04.077Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3328 | 2025-09-23T04:17:06.517Z | Compiling russh v0.45.0 |
| 3329 | 2025-09-23T04:17:06.938Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3330 | 2025-09-23T04:17:06.999Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3331 | 2025-09-23T04:17:07.361Z | Compiling internet-checksum v0.2.1 |
| 3332 | 2025-09-23T04:17:13.167Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3333 | 2025-09-23T04:17:15.175Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3334 | 2025-09-23T04:17:39.690Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3335 | 2025-09-23T04:18:06.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 01s |
| 3336 | 2025-09-23T04:18:06.526Z | |
| 3337 | 2025-09-23T04:18:06.530Z | real 3:01.809644362 |
| 3338 | 2025-09-23T04:18:06.530Z | user 16:52.280367029 |
| 3339 | 2025-09-23T04:18:06.530Z | sys 2:23.783032250 |
| 3340 | 2025-09-23T04:18:06.530Z | trap 0.502406392 |
| 3341 | 2025-09-23T04:18:06.530Z | tflt 0.324757590 |
| 3342 | 2025-09-23T04:18:06.530Z | dflt 1.042882484 |
| 3343 | 2025-09-23T04:18:06.530Z | kflt 0.000084229 |
| 3344 | 2025-09-23T04:18:06.530Z | lock 45:45.819988352 |
| 3345 | 2025-09-23T04:18:06.530Z | slp 1:01:25.263374639 |
| 3346 | 2025-09-23T04:18:06.530Z | lat 1:00.562619417 |
| 3347 | 2025-09-23T04:18:06.530Z | stop 2:35.242726317 |
| 3348 | 2025-09-23T04:18:06.530Z | + mkdir tests |
| 3349 | 2025-09-23T04:18:06.533Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3350 | 2025-09-23T04:18:06.533Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3351 | 2025-09-23T04:18:06.575Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d473c31bd43f789b tests/ |
| 3352 | 2025-09-23T04:18:06.600Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c3ad881d8332718d tests/ |
| 3353 | 2025-09-23T04:18:06.625Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-81fbb094dd02e6ad tests/ |
| 3354 | 2025-09-23T04:18:06.651Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3a28d08498531ae4 tests/ |
| 3355 | 2025-09-23T04:18:06.944Z | + 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/*) |
| 3356 | 2025-09-23T04:18:06.948Z | + 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-c3ad881d8332718d tests/commtest-81fbb094dd02e6ad tests/dhcp_server-d473c31bd43f789b tests/end_to_end_tests-3a28d08498531ae4 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 |
| 3357 | 2025-09-23T04:19:48.204Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3358 | 2025-09-23T04:19:48.204Z | a .github/buildomat/ci-env.sh 1K |
| 3359 | 2025-09-23T04:19:48.204Z | a out/target/test 1K |
| 3360 | 2025-09-23T04:19:48.204Z | a out/npuzone/npuzone 23144K |
| 3361 | 2025-09-23T04:19:48.204Z | a package-manifest.toml 34K |
| 3362 | 2025-09-23T04:19:48.204Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3363 | 2025-09-23T04:19:48.204Z | a target/release/omicron-package 41079K |
| 3364 | 2025-09-23T04:19:48.204Z | a target/release/xtask 11727K |
| 3365 | 2025-09-23T04:19:48.204Z | a target/debug/bootstrap 306250K |
| 3366 | 2025-09-23T04:19:48.204Z | a tests/bootstrap-c3ad881d8332718d 23730K |
| 3367 | 2025-09-23T04:19:48.204Z | a tests/commtest-81fbb094dd02e6ad 23829K |
| 3368 | 2025-09-23T04:19:48.204Z | a tests/dhcp_server-d473c31bd43f789b 23730K |
| 3369 | 2025-09-23T04:19:48.204Z | a tests/end_to_end_tests-3a28d08498531ae4 351323K |
| 3370 | 2025-09-23T04:19:48.204Z | a out/clickhouse.tar.gz 318064K |
| 3371 | 2025-09-23T04:19:48.204Z | a out/clickhouse_keeper.tar.gz 301909K |
| 3372 | 2025-09-23T04:19:48.204Z | a out/clickhouse_server.tar.gz 318064K |
| 3373 | 2025-09-23T04:19:48.204Z | a out/cockroachdb.tar.gz 167918K |
| 3374 | 2025-09-23T04:19:48.204Z | a out/crucible-dtrace.tar 99K |
| 3375 | 2025-09-23T04:19:48.204Z | a out/crucible-pantry-zone.tar.gz 38208K |
| 3376 | 2025-09-23T04:19:48.204Z | a out/crucible-zone.tar.gz 48011K |
| 3377 | 2025-09-23T04:19:48.204Z | a out/external-dns.tar.gz 50601K |
| 3378 | 2025-09-23T04:19:48.204Z | a out/internal-dns.tar.gz 50600K |
| 3379 | 2025-09-23T04:19:48.204Z | a out/mg-ddm-gz.tar 118403K |
| 3380 | 2025-09-23T04:19:48.204Z | a out/nexus.tar.gz 138214K |
| 3381 | 2025-09-23T04:19:48.204Z | a out/ntp.tar.gz 33089K |
| 3382 | 2025-09-23T04:19:48.204Z | a out/omicron-gateway-softnpu.tar.gz 31608K |
| 3383 | 2025-09-23T04:19:48.204Z | a out/omicron-sled-agent.tar 143684K |
| 3384 | 2025-09-23T04:19:48.204Z | a out/overlay.tar.gz 3K |
| 3385 | 2025-09-23T04:19:48.204Z | a out/oximeter.tar.gz 64010K |
| 3386 | 2025-09-23T04:19:48.204Z | a out/oxlog.tar 4011K |
| 3387 | 2025-09-23T04:19:48.204Z | a out/probe.tar.gz 3037K |
| 3388 | 2025-09-23T04:19:48.204Z | a out/propolis-server.tar.gz 68586K |
| 3389 | 2025-09-23T04:19:48.204Z | a out/pumpkind-gz.tar 26648K |
| 3390 | 2025-09-23T04:19:48.204Z | a out/switch-softnpu.tar.gz 391365K |
| 3391 | 2025-09-23T04:19:48.215Z | |
| 3392 | 2025-09-23T04:19:48.215Z | real 1:41.244485855 |
| 3393 | 2025-09-23T04:19:48.215Z | user 1:36.858346680 |
| 3394 | 2025-09-23T04:19:48.215Z | sys 6.202380256 |
| 3395 | 2025-09-23T04:19:48.215Z | trap 0.025071229 |
| 3396 | 2025-09-23T04:19:48.215Z | tflt 0.000000000 |
| 3397 | 2025-09-23T04:19:48.215Z | dflt 0.000000000 |
| 3398 | 2025-09-23T04:19:48.215Z | kflt 0.000000000 |
| 3399 | 2025-09-23T04:19:48.215Z | lock 0.000000000 |
| 3400 | 2025-09-23T04:19:48.215Z | slp 1:36.654578185 |
| 3401 | 2025-09-23T04:19:48.215Z | lat 2.743774329 |
| 3402 | 2025-09-23T04:19:48.215Z | stop 0.000205557 |
| 3403 | 2025-09-23T04:19:48.215Z | process exited: duration 2259029 ms, exit code 0 |
| |
| 3404 | 2025-09-23T04:19:48.232Z | found 1 output files |
| 3405 | 2025-09-23T04:19:48.233Z | uploading: /work/package.tar.gz (2319605577 bytes) |
| 3406 | 2025-09-23T04:20:42.810Z | uploaded: /work/package.tar.gz |